.wrapper {
    background: rgb(23, 91, 172);
    background: linear-gradient(180deg, rgba(23, 91, 172, 1) 0%, rgba(84, 159, 250, 1) 100%);
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 580px; */

}

.accordion-button {
    font-size: 1.5rem;
}

.blockquote-lg {
    font-size: 1.75rem;
}

.my-7 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-7 {
    padding: 3rem !important;
}

.blockquote-footer {
    font-weight: 600;
    line-height: normal;
    margin-top: 1.5rem;
    margin-bottom: 0;
    color: #000;
}

.blockquote-footer::before {
    content: '';
}

.blockquote-footer-source {
    display: block;
    color: #677788;
    font-size: .875rem;
    font-weight: 400;
    margin-top: 0.25rem;
}

.bg-grad-yellow {

    background: rgb(255, 153, 0);
    background: -webkit-linear-gradient(rgba(255, 153, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
    background: -o-linear-gradient(rgba(255, 153, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);
    background: linear-gradient(rgba(255, 153, 0, 1) 0%, rgba(255, 204, 0, 1) 100%);

}

.bell {
    z-index: 10;
    top: -3rem;
    right: -1rem;
}

.pin {
    z-index: 10;
    top: -4rem;
    right: -4rem;
}

.bg-grad-pink {
    background: linear-gradient(360deg, #ff887c 0%, #b6325f 100%);
}

.bg-grad-blue {
    background: linear-gradient(360deg, #19bbff 0%, #b3e8ff 100%);
}

.bg-grad-orange {
    width: 100%;
    max-width: 350px;
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #eee;
    border-radius: 10px;
    display: block;
}

.btn-grad:hover {
    background-position: right center;
    /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.bg-grad-green {
    width: 100%;
    max-width: 350px;
    background-image: linear-gradient(to right, #61c65f 0%, #3ba339 100%);
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 10px #eee;
    border-radius: 10px;
    display: block;
}

.bg-grey {
    background-color: #E0E3EE;
}

.header-h1 {
    position: relative;
    margin-bottom: .5rem;
    text-align: center;
}

.header-h1 h1 {
    display: inline-block;
    background: #fff;
    margin-bottom: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    padding: .5rem 1.5rem;
    border: .125rem solid #1771f1;
    color: #1771f1;
}

.header-h1 h1::after {
    content: "";
    position: absolute;
    background: #1771f1;
    height: .125rem;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: -999;
}

.header-h1-dark h1 {
    background: #1771f1;
    color: #fff;
}

.border-top {
    border-top: .125rem solid #549ffa !important;
}

.border-bottom {
    border-bottom: .125rem solid #549ffa !important;
}

.circle {
    background-color: #1f5bff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #fff;
}

.video_embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.text-form {
    font-size: 0.75rem;
}

.bg-violet {
    background-color: #837BF1;
}

.apple {
    z-index: 10;
    top: 20%;
    left: -5%;
}

.inner__tab {
    border: 1px solid #ccc;
    width: 90%;
    border-collapse: collapse;
    margin: 2rem 0;
}

.inner__tab th,
td {
    padding: 5px;
    border: solid 1px black;
    font: normal 14px 'Roboto', sans-serif;
    color: #474D5E;
}

.inner__tab th {
    font-weight: bold;
    text-align: center;
}

.inner__tab td {

    padding: 10px;
    vertical-align: top;
}

.cards {
    position: relative;
}

.cards__single {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-align: center;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 0.6s;
}

.cards__front {
  height: 100%;
  transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
}

.cards__back {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  top: 10px;
  color: #20263f;
}

.cards__single.flip {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}


.cards__front,
.cards__back {
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
}
