

body {
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
}

button:focus {
    outline: none;
}

.session_icons:hover {
    cursor: pointer;
}

.fixed {
    position: sticky;
    width: 100%;
    top: 0px;
    background: white;
}

.promo_code {
    background: #0B2970;
    display: flex;
    justify-content: center;
    align-items: center;
}

.promo_code_text {
    text-align: center;
    padding: 15px 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    width: 96%;
}

.menu {
    display: flex;
    align-items: center;
    padding: 32px 10% 12px 10%;

}

.close_container {
    padding: 15px 24px;
    cursor: pointer;
}

.svg_box {
    background-color: #F9E9E9;
    border-radius: 50%;
    min-width: 140px;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-container {
    padding: 50px 10%;
}

.banner-container:first-child {
    padding-top: 100px
}

.svg_box_img {
    margin: none;
}
#works_list {
    display: grid;
    grid-template-columns: 1fr 0.4fr 1fr 0.4fr 1fr;
    width: 100%;
    column-gap: 20px;
}
.svg_box_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo {
    display: flex;
    align-items: flex-start;
    flex: 1;
    cursor: pointer;
}

.logo a {
    text-decoration: none;
}

.logo img {
    width: 142px;
    height: 42px;
    vertical-align: bottom;
}

#payment-method-container {
    padding-left: 10%;
    padding-right: 10%;
    width: 80%;
}

.payment_method {
    margin-top: 20px;
    color: #333;
    text-align: center;
    font-kerning: none;
    font-family: Open Sans;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.1%; /* 48.342px */
}

.svg_title {
    color: #333;
    text-align: center;
    font-kerning: none;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 115.1%; /* 27.624px */
    text-align: left;
}

.svg_sub_title {
    text-align: center;
    margin-top: 10px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    text-align: center;
    font-feature-settings: 'kern'off;
}

.button_container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.svg_box img:first-child {
    width: 90px;
}

.session_button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 48px;
}

.gray-arrow {
    font-size: 50px;
    color: #B3B3B3;
    width: fit-content;
    align-self: center;
    justify-self: center;
}

.cta {
    display: flex;
    width: fit-content;
    padding: 14px 56px;
    margin-bottom: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #E7542C;
    color: white;
    border-width: 0;
    text-align: center;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cta:hover{
    cursor: pointer;
}

.button_hint {
    color: #0B2970;
    font-family: Open Sans;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 115.1%;

}

.img_container {
    padding: 2rem;
    border-radius: 24px;
    background: #F9E9E9;
}

.frqeuent_item_container {
    margin-top: 72px;
}

.faqRow {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 24px 16px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
}

.frequentItem {
    border: 0.2px solid #B3B3B3;
}

.frequentItem:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.frequentItem:last-child {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.frequentItem:not(:last-child) {
    border-bottom: none;
}

.faqDetail {
    display: none;
    padding: 24px;
    color: #333;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.faqRow.faqActive+.faqDetail {
    display: flex;
}

.faqTitle {
    color: #333;
    font-family: Open Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.1%; /* 36.832px */
    cursor: pointer;
}

.arrow {
    border: solid black;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.svg_titles {
    margin-left: 16px;
}

.highlight-pink {
    background-color: #f9e9e9;
}

.section_4_container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 1rem;
    align-items: center;
    border-radius: 24px;
    padding: 56px 64px
}

.rating-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
}

.rating-text {
    color: #333;
    text-align: center;
    font-family: 'Poppins';
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
}

.rating-text-bold {
    color: #333;
    font-family: 'Poppins';
    font-size: 32px;
    font-style: italic;
    font-weight: 500;
    line-height: normal;
}

.slider-dots {
    text-align: center;
    margin-top: 36px;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    margin-top: 32px;
    margin-bottom: 32px;
}

/* The dots/bullets/indicators */
.dot {
    height: 20px;
    width: 20px;
    margin: 0 16px;
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #E7542C;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}


.benefits-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-right: 0;
}


.benefits-container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex: 1;
}

.benefits-title {
    color: #333;
    font-kerning: none;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 115.1%; /* 48.342px */
}

.benefits-list {
    list-style: none;
}

.benefits-listitem {
    margin-top: 48px;
    margin-bottom: 48px;
    color: #333;
    font-kerning: none;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.benefits-listitem > .bold {
    color: #0B2970;
    font-kerning: none;
    font-family: Open Sans;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.benefits-listitem::before {
    content: '';
    position: absolute;
    left: 9%;
    width: 32px;
    height: 27px;
    background: url("../check-orange.svg") no-repeat;
    margin-top: 11px;
}

.benefits-session-button {
    width: fit-content;
    align-items: center;
    margin-top: 0;
}

.image-mobile-hand {
    flex: 0
}
.mobile-hand {
    max-height: 750px;
}

.awardsContainer_mobile {
    display: none;
}

.awardsContainer {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    padding: 50px 10%;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
}

.awards_img {
    width: 100%;
    vertical-align: middle;
}

.awardsColMob1 {
    box-sizing: border-box;
    display: grid;
    width: 100%;
    grid-template-rows: 1fr 1fr;
    row-gap: 20px;
}

.awardsCol  {
    display: flex;
    justify-content: center;
    align-items: center;
}

.awardsCol1, .awardsCol3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.awardsCol2 {
    height: 100%;
}
.awardsCol3 {
    background: #F9E9E9;
    border-radius: 24px;
}

.flex-col {
    display: flex;
    flex-direction: column;
}
.google_play_best_app {
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.phone_rating {
    height: 100%;
}

.flex_center {
    display: flex;
    justify-content: end;
    align-items: center;
}

.divider {
    width: 23%;
    background: #E7542C;
    height: 4px;
    border: none;
}

.rating-star {
    fill: #E7542C;
    margin-left: 8px;
    margin-right: 8px;
    width: 43px;
    height: 43px;
}

.awards_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;

}

.awards_items {
    display: flex;
    justify-content: space-evenly;
    width: 70%;

}

.offer_mobile {
    height: 12px;
    padding-top: 2px;
}

.right-arrow {
    content: "\2192";
}

.background_img_mobile {
    display: none;
}


.mobile_menu {
    display: none;
}

.svg_box img {
    width: 60%;
}

.social_image img {
    height: 19px;
}

.background_image {
    background-image: linear-gradient(to right,  #F9E9E9 -0.8%, rgba(249, 233, 233, 0.00) 100%), url("../landing_card_desktop.png");
    background-repeat: no-repeat;
    height: 600px;
    width: 100%;
    display: flex;
    position: relative;
    margin-top: 50px;
    background-size: cover;
    background-position: 75% 15%;
    flex-direction: column;
}

.session_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit;
    margin-left: 10%;
    width: 100%;
    align-items: flex-start;
}

.sessions_title {
    color: #0B2970;
    font-family: Poppins;
    font-kerning: none;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%; /* 89.28px */
}

.secure_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 56px;
}

#faq_title_mobile {
    display: none;
}

#faq_title {
    display: block;
}

.logo_move {
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer_container {
    background: #0B2970;
    color: white;
    padding: 40px 10% 24px 10%;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
}

.footer-social-row {
    margin-top: 24px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 20px;
    max-width: 40%;
}

.footer-grid-center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
}

.footer_text {
    color: white;
}

.footer_text a {
    color: white;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px; /* 150% */
    text-decoration: none;
}

.bottom_container {
    margin-top: 75px;
}

#copyright {
    margin-top: 40px;
}

.copy_right {
    padding: 10px 0px;
    text-align: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 115.1%;
}

@keyframes fadeIn {
    0% {
        background: linear-gradient(105.84deg, #FFFFFF 12.41%, #FFFFFF 111.85%);
    }

    100% {
        background: linear-gradient(105.84deg, #FFFFFF 12.41%, #FFFFFF 111.85%);
    }
}

@keyframes fadeOut {
    0% {
        background: linear-gradient(105.84deg, #FFFFFF 12.41%, #FFFFFF 111.85%);
    }

    100% {
        background: linear-gradient(105.84deg, #FFFFFF 12.41%, #FFFFFF 111.85%);
    }
}

@keyframes scaleUp {
    0% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }

    100% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }
}

@keyframes scaleDown {
    0% {
        transform: scale(1) translateY(0px);
        opacity: 1;
    }

    100% {
        transform: scale(0.8) translateY(1000px);
        opacity: 0;
    }
}

@keyframes scaleBack {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.85);
    }
}

@keyframes scaleForward {
    0% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes quickScaleDown {
    0% {
        transform: scale(1);
    }

    99.9% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@media only screen and (max-width: 1440px) { 
    .svg_box {
        min-width: 100px;
        width: 100px;
       height: 100px;
    }
    
    .svg_title {
        font-size: 18px;
    }

    .svg_box img:first-child {
        width: 60%;
    }
}

@media only screen and (max-width: 1024px) {
    .promo_code {
        display: none;
    }
    .logo img {
        width: 67px;
        height: 21px;
    }
    .menu {
        padding: 12px 16px 7px 16px;
    }
    .tab-list { 
        display: none;
    }
    .background_image {
        margin-top: 0px;
        height: 296px;
    }
    .sessions_title {
        font-size: 24px;
    }
    .session_content {
        margin-left: 16px;
    }
    .session_button {
        margin-top: 16px;
        margin-left: 0px;
    }
    .cta {
        padding: 12px 28px;
        font-size: 14px;
    }
    .button_hint {
        font-size: 12px;
    }
    .divider {
        width: 193px;
        height: 1px;
        margin-left: auto !important;
    }
    .banner-container {
        padding: 32px;
        flex-direction: column;
        justify-content: center;
    }
    .benefits-title {
        font-size: 22px;
        text-align: center;
    }
    .benefits-listitem {
        font-size: 14px;
        margin-top: 26px;
    margin-bottom: 26px;
    }
    .benefits-listitem > .bold { 
        font-size: 14px;
    }
    .benefits-listitem::before {
        width: 18px;
    height: 15px;
    background-size: cover;
        left: 35%;
    }
    .benefits-session-button {
        width: auto;
    }
    .image-mobile-hand {
        display: none;
    }
    .payment_method {
        font-size: 22px;
    }
    .secure_container {
        margin-top: 30px;
    }
    .svg_box {
        min-width: 140px;
        width: 140px;
       height: 140px;
    }
    .svg_box_img {
        width: 80px !important;
    }
    .svg_box_container {
        flex-direction: column;
    }
    .svg_titles {
        margin-left: 0px;
    }
    .svg_title {
        margin-top: 8px;
        font-size: 12px;
        text-align: center;
    }
    .faqTitle, .faqDetail {
        font-size: 14px;
    }
    .footer_container {
        padding: 32px 16px;
    }
    .footer-logo img{
        width: 86px;
        height: 26px;
    }
    .footer-grid {
        grid-template-columns: 1.5fr 1fr;
    }

    .footer-grid-center {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .footer-social-row{
        max-width: 100%;
    }

    .bottom_container {
        margin-top: 50px;
    }

    .img_container {
        padding: 0;
    }

    .awardsContainer{
        display: none;
    }
    
    .awardsContainer_mobile {
        box-sizing: border-box;
        display: grid;
        width: 100%;
        padding: 2rem;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    /* .awardsCol1> .img_container >.awards_img, .awardsCol2 > .awards_img, .awardsCol3 > .awards_img {
            width: 100%;
    } */

    .frqeuent_item_container {
    margin-top: 32px;
    }

    .awardsCol1 {
        flex: 44%;
    }

    .awardsCol2 {
        flex: 50%;
    }

    .google_play_best_app {
        width: fit-content;
        padding: 12px;
    }

    .awardsCol2 img {
        padding-left: 0;
    }

    .awardsCol3 {
        margin-top: 25px;
        flex-direction: row;
        width: fit-content;
        flex-grow: 1;
    }
    .awardsCol3 img {
        width: 100%;
    }

    .awardsCol3 > .img_container { 
        padding: 12px;
    }

    .vertical-line {
        border: 1px solid #F1E0E0;
        height: 60px;
    }

    .rating-row {
        margin-bottom: 16px;
    }

    .rating-text {
        color: #333;
        text-align: center;
        font-family: 'Poppins';
        font-size: 14px;
        font-style: italic;
        font-weight: 300;
        line-height: normal;
    }

    .rating-text-bold {
        color: #333;
        font-family: 'Poppins';
        font-size: 16px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

    .rating-star {
        width: 15px;
        height: 15px;
        margin-left: 5px;
        margin-right: 5px;
        fill: #E7542C;
    }

    .slider-dots {
        margin-top: 24px;
        margin-bottom: 32px;
    }
    

}
@media only screen and (max-width: 768px) {
    .benefits-listitem::before {
        left: 30%;
    }

    .max-width-750 {
        max-width: 750px;
        margin: auto;
        padding: 32px 24px;
    }

    .dot {
        height: 10px;
        width: 10px;
    }

    #faq_title_mobile {
        display: block;
    }

    #faq_title {
        display: none;
    }
}


@media only screen and (max-width: 600px) {
    .svg_box {

        min-width: 100px;
        width: 100px;
        height: 100px;
    }
    .svg_box_img {
        width: 60px !important;
    }
    .benefits-listitem::before {
        left: 25%;
    }
    
}

@media only screen and (max-width: 488px) {
    .svg_box {
        min-width: 44px;
        width: 44px;
    height: 44px;
    }
    .svg_box_img {
        width: 30px !important;
    }
    .benefits-listitem::before {
        left: 9%;
    }

    #payment-method-container {
        padding-left: 5%;
        padding-right: 5%;
        width: 90%;
    }

    .gray-arrow {
        font-size: 20px;
    }
}