svg {
    height: 30px;
    width: 30px;
}

.head_wrap {
    flex: 1 0 auto;
}

.grid-container {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}


.cookieAgreementModal {
    animation: fadeInUp 0.5s ease-out;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    border-top: 1px solid rgb(149,199,202);
    padding: 20px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: rgb(198,225,230);
}

.cookieAgreementModal .cookie_necessary p {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
    margin: 0;
}

.cookieAgreementModal .cookies_tech:active {
    box-shadow: none;
    transform: translateY(1px);
}

#cookieDialogWindow:checked ~ .cookieAgreementModal {
    opacity: 0;
    visibility: hidden;
}

.contact_box::before {
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(149,199,202), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(99,164,171), 0.05) 0%, transparent 50%);
}

.contact_box h2::before {
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(149,199,202), transparent);
    width: 100%;
    bottom: -10px;
}

.contact_box .support_card::before {
    z-index: 3;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}

.contact_box .snap::after {
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    left: -100%;
    z-index: 2;
    position: absolute;
    top: -100%;
    content: "";
    width: 300%;
    height: 300%;
    animation: shine 6s infinite ease-in-out;
}

.contact_box form {
    position: relative;
    z-index: 3;
}

.contact_box form h3::after {
    background: rgb(149,199,202);
    content: "";
    width: 30px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -15px;
}

.contact_box form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_box form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}

.contact_box .request_card input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_box .request_card input[type="checkbox"]:checked + label::before {
    background: rgb(149,199,202);
    border-color: rgb(149,199,202);
}

.contact_box .request_card label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(149,199,202);
    transition: all 0.3s ease;
}

.contact_box .request_card label a:hover {
    color: rgb(99,164,171);
}

.contact_box .request_card label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(99,164,171);
}

.contact_box .connect_grid::before {
    height: 100%;
    opacity: 0;
    content: "";
    background: linear-gradient(45deg, rgb(149,199,202), rgb(99,164,171));
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
    transition: opacity 0.3s ease;
}

.contact_box svg {
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(149,199,202), 0.3));
    fill: none;
    stroke: rgb(149,199,202);
}

header .nav_site .header_mainbar .main_teach {
    display: block;
    transition: transform 0.3s ease-in-out;
}

header .nav_site .header_mainbar svg {
    width: 80px;
    height: auto;
}

header .nav_site .header_primary {
    display: flex;
    gap: 1rem;
    padding: 0;
    list-style: none;
    margin: 0;
    position: relative;
}

header .nav_site .header_pro {
    transition: transform 0.3s ease;
    position: relative;
}

header .nav_site .header_pro a::before {
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
    transform-origin: right;
    height: 2px;
    bottom: 0;
    width: 100%;
    background: rgb(99,164,171);
    left: 0;
    transform: scaleX(0) rotate(-2deg);
}

.interested_learners::before {
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(149,199,202,0.5);
    content: "";
    width: 50%;
    opacity: 0.1;
    z-index: 1;
    top: 0;
    height: 100%;
    position: absolute;
}

.interested_learners h4 {
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    border-left: 4px solid rgb(149,199,202);
    font-size: 28px;
    font-weight: 700;
    padding-left: 20px;
    text-align: left;
}

.interested_learners p {
    align-items: center;
    padding: 20px 25px;
    color: #000000;
    z-index: 2;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-left: 30px;
    transition: all 0.3s ease;
    background: #ffffff;
    display: flex;
    position: relative;
    font-size: 13px;
}

.interested_learners p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(149,199,202);
}

.interested_learners p:nth-child(even)::after {
    border-color: rgb(99,164,171);
}

.interested_learners p svg path {
    fill: rgb(149,199,202);
    transition: fill 0.3s ease;
}

.interested_learners p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

.interested_learners p:nth-child(3) {
    transform: translateX(60px);
}

.interested_learners p:nth-child(6) {
    transform: translateX(150px);
}

.interested_learners p:nth-child(3):hover {
    transform: translateX(70px);
}

.interested_learners p:nth-child(6):hover {
    transform: translateX(160px);
}

.interested_learners .quick_mastery > div p:nth-child(2) {
    animation-delay: 0.2s;
    animation-name: none;
    transform: translateX(30px);
    opacity: 1;
}

.interested_learners .quick_mastery > div p:nth-child(5) {
    animation-name: none;
    transform: translateX(120px);
    animation-delay: 0.5s;
    opacity: 1;
}

.interested_learners .quick_mastery > div p:nth-child(8) {
    animation-delay: 0.6s;
    transform: translateX(90px);
    opacity: 1;
    animation-name: none;
}

.homepage {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(198,225,230), #ffffff 90%);
    position: relative;
}

.homepage .text_display {
    justify-content: center;
    align-items: flex-start;
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8),
        rgba(255,255,255,0.95)
    );
    z-index: 2;
    position: relative;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    display: flex;
    border-left: 3px solid rgb(149,199,202);
    box-shadow: 
        0 20px 30px -15px rgba(0,0,0,0.15),
        0 10px 15px -10px rgba(0,0,0,0.05);
    flex-direction: column;
    backdrop-filter: blur(5px);
    transform: translateZ(0);
    padding: 2rem;
}

.homepage .online_tech {
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.homepage .text_display:hover svg {
    transform: translateY(-5px) rotate(3deg);
}

.homepage svg text {
    fill: rgb(94,170,168);
    font-weight: 700;
    transition: fill 0.3s ease;
}

.homepage ul li {
    margin-right: 1rem;
}

.homepage .connect_grid {
    transition: 
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(149,199,202), rgba(94,170,168,1));
    z-index: 1;
    border-radius: 10px;
    font-weight: 600;
    padding: 0.8rem 2rem;
    position: relative;
    border: none;
    transform: translateY(0) scale(1);
    color: #ffffff;
    font-size: 19px;
    box-shadow: 
        0 5px 15px -5px rgba(94,170,168,0.5),
        0 3px 8px -3px rgba(0,0,0,0.2);
}

.homepage .snap:hover::before {
    opacity: 0.8;
}

.privacy_barrier {
    height: auto;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    padding: 50px;
}

.privacy_barrier h3, .privacy_barrier h4, .privacy_barrier h5 {
    color: #000000;
    font-size: 19px;
}

.privacy_barrier ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: square;
}

.privacy_barrier p, .privacy_barrier span {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
}

.teaching_process {
    background: linear-gradient(155deg, rgb(198,225,230) 0%, rgb(149,199,202,0.5) 100%);
    overflow: visible;
    padding: 180px 0 150px;
    position: relative;
}

.teaching_process .text_display {
    display: flex;
    width: 55%;
    flex-direction: column;
    position: relative;
    margin-left: 5%;
}

.teaching_process .text_display::before {
    width: 300px;
    border: 2px solid rgb(149,199,202,0.5);
    transform: rotate(25deg);
    position: absolute;
    height: 300px;
    content: '';
    opacity: 0.1;
    z-index: 1;
    right: -200px;
    top: -130px;
    animation: rotate-float 40s infinite linear;
}

.teaching_process .text_display::after {
    animation: rotate-float 30s infinite linear reverse;
    opacity: 0.1;
    width: 250px;
    left: -150px;
    border: 2px solid rgb(99,164,171,0.5);
    z-index: 0;
    position: absolute;
    bottom: -100px;
    height: 250px;
    content: '';
    transform: rotate(15deg);
}

.teaching_process .text_display p::after {
    content: '';
    width: 170px;
    bottom: 20px;
    animation: pulse-width 5s infinite ease-in-out;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent 0%, rgb(149,199,202) 100%);
    right: 30px;
    position: absolute;
    height: 3px;
    transform-origin: right center;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    opacity: 0.75;
    background-size: 300% 300%;
    animation: gradientFlow 20s ease infinite;
    top: 0;
    position: absolute;
    z-index: -1;
    right: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(149,199,202,0.5) 35%, rgb(99,164,171,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    bottom: 0;
    content: "";
    left: 0;
}

.facebook_cta .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.facebook_cta .company_holder::before {
    top: 0;
    position: absolute;
    left: -50%;
    transform: translateY(-1px);
    width: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(149,199,202), transparent);
    height: 1px;
}

.facebook_cta .company_holder:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(149,199,202,0.5);
    transform: translateY(-5px);
}

.facebook_cta .company_holder h3::after {
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(149,199,202), rgb(99,164,171));
    left: 0;
    width: 50px;
    bottom: -8px;
    transition: width 0.3s ease-out;
    box-shadow: 0 0 10px rgb(149,199,202);
    border-radius: 10px;
}

.facebook_cta .header_primary::after {
    background: linear-gradient(90deg, transparent, rgb(149,199,202), transparent);
    content: "";
    width: 100%;
    bottom: 0;
    transform: translateY(1px);
    left: 0;
    position: absolute;
    height: 1px;
}

.facebook_cta .header_primary h5 {
    color: #ffffff;
    text-shadow: 0 0 15px rgb(99,164,171,0.5);
    display: inline-block;
    font-weight: 600;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 24px;
}

.facebook_cta .header_primary .nav_tutor {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.facebook_cta .header_primary .nav_tutor a::before {
    top: 0;
    height: 100%;
    transition: all 0.3s ease;
    z-index: -1;
    background: linear-gradient(180deg, rgb(149,199,202), rgb(99,164,171));
    width: 3px;
    content: "";
    border-radius: 10px;
    position: absolute;
    opacity: 0.5;
    left: 0;
}

.facebook_cta .header_primary .nav_tutor a:hover::before {
    width: 5px;
    opacity: 1;
    box-shadow: 0 0 10px rgb(149,199,202);
}

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

.verify_cta .gdpr_block:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(99,164,171,0.5);
}

.teacher_profile {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(198,225,230), rgb(149,199,202,0.5));
    overflow: hidden;
}

.teacher_profile .snap {
    position: relative;
    flex-shrink: 0;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 450px;
    width: 40%;
}

.teacher_profile .past_work {
    padding: 3rem;
    width: 60%;
    position: relative;
}

.teacher_profile .name::after {
    height: 3px;
    width: 50%;
    content: "";
    background: rgb(149,199,202);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: -8px;
}

.teacher_profile .work_view::before {
    opacity: 0.4;
    left: -1rem;
    top: -2rem;
    content: "";
    color: rgb(149,199,202,0.5);
    position: absolute;
    font-size: 4rem;
}

.appCard::before {
    left: 0;
    opacity: 0.05;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(149,199,202,0.5) 0,
        rgb(149,199,202,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}

.appCard .quick_mastery {
    animation: fadeUpIn 1s forwards ease-out;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    opacity: 0;
    animation-delay: 0.5s;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
}

.appCard li span::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.2;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(149,199,202,0.5) 0%, transparent 100%);
}

.program_overview .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    z-index: 3;
    max-width: 1400px;
}

.program_overview .text_display h2 {
    color: #000000;
    text-align: center;
    padding-bottom: 15px;
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 25px;
    border-bottom: 2px solid rgb(149,199,202);
}

.program_overview .snap::after {
    z-index: 2;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.3));
    position: absolute;
    height: 100%;
}

.client_opinions::after {
    bottom: -50px;
    right: -50px;
    z-index: 1;
    content: "";
    height: 300px;
    opacity: 0.2;
    position: absolute;
    border: 2px solid rgb(149,199,202,0.5);
    transform: rotate(15deg);
    width: 300px;
}

.client_opinions .feedback_grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
    margin: 0;
}

.client_opinions .opinion_spot:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
    transform: translateY(-10px) scale(1.01);
}

.client_opinions .opinion_spot > div {
    z-index: 2;
    margin-bottom: 20px;
    display: flex;
    position: relative;
    align-items: center;
}

.client_opinions .opinion_spot img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: transform 0.3s ease;
    height: 60px;
    width: 60px;
    object-fit: cover;
    border: 3px solid #ffffff;
}

.client_opinions .description {
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    z-index: 2;
    color: #000000;
    line-height: 1.7;
    position: relative;
}

.client_opinions a::before {
    content: "";
    height: 100%;
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    position: absolute;
}

.our_mission {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(198,225,230);
}

.our_mission .container {
    position: relative;
    z-index: 2;
}

.our_mission h3 {
    margin-bottom: 30px;
    font-weight: 700;
    width: 100%;
    font-size: 34px;
    padding-left: 20px;
    color: #000000;
    border-left: 5px solid rgb(149,199,202);
    position: relative;
}

.our_mission .principles_list p {
    font-size: 17px;
    padding: 25px;
    color: #000000;
    line-height: 1.7;
}

.our_mission .snap {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    margin: 0 25px 25px;
    transition: transform 0.4s ease;
    height: 300px;
}

.our_mission .founders_team:hover {
    transform: scale(1.02);
}

.our_mission .founders_team::after {
    width: 100%;
    background: linear-gradient(to bottom, transparent 80%, rgba(0, 0, 0, 0.2) 100%);
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
}

.our_mission .principles_list::before,
.our_mission .learn_classes::before {
    position: absolute;
    background: rgb(99,164,171);
    height: 5px;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
}

.get_support::after {
    bottom: -10%;
    background: radial-gradient(circle, rgb(149,199,202,0.5) 0%, transparent 70%);
    opacity: 0.3;
    content: "";
    width: 40%;
    animation: float 18s infinite ease-in-out reverse;
    height: 40%;
    left: -5%;
    position: absolute;
}

.get_support h3::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 60%;
    background: linear-gradient(90deg, rgb(149,199,202) 0%, transparent 100%);
}

.get_support h5 {
    margin-bottom: 0.5rem;
    text-transform: capitalize;
    font-size: 23px;
    color: #000000;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.get_support .ask_for_help li {
    transition: transform 0.3s ease;
    position: relative;
}

.get_support .edu_askus:hover {
    color: rgb(149,199,202);
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media (max-width: 768px) {.cookieAgreementModal .edu_approve {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieAgreementModal .cookies_tech {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}



@media (max-width: 480px) {.contact_box {
    padding: 50px 0;
}.contact_box h2 {
    font-size: calc(33px * 0.85);
}.contact_box .support_card {
    margin-top: 30px;
    border-radius: 12px;
}.contact_box .snap {
    min-height: 220px;
}.contact_box .query_card {
    padding: 30px 20px;
}.contact_box form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 25px;
}.contact_box form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_box .request_card {
    margin-bottom: 20px;
}.contact_box .request_card label {
    font-size: calc(14px * 0.9);
}.contact_box .connect_grid {
    padding: 12px 20px;
}}



@media (max-width: 768px) {.interested_learners {
    padding: 70px 0;
}.interested_learners h4 {
    padding-left: 15px;
    margin-bottom: 40px;
    font-size: calc(28px * 0.8);
}.interested_learners div > div {
    margin-left: 30px;
}.interested_learners div > div::before {
    left: 10px;
}.interested_learners p {
    padding: 15px;
    margin-bottom: 20px;
    margin-left: 20px;
}.interested_learners p::before {
    left: -20px;
    width: 20px;
}.interested_learners p::after {
    left: -32px;
    height: 14px;
    width: 14px;
}.interested_learners p:nth-child(1) {
    transform: translateX(0);
}.interested_learners p:nth-child(2) {
    transform: translateX(0);
}.interested_learners p:nth-child(3) {
    transform: translateX(0);
}.interested_learners p:nth-child(4) {
    transform: translateX(0);
}.interested_learners p:nth-child(5) {
    transform: translateX(0);
}.interested_learners p:nth-child(6) {
    transform: translateX(0);
}.interested_learners p:hover,
    .interested_learners p:nth-child(n):hover {
    transform: translateX(5px);
}
}



@media (min-width: 1200px) {.homepage .quick_mastery {
    padding: 5rem;
}.homepage .text_display {
    transform: translateZ(20px);
}.homepage h1 {
    font-size: calc(48px * 1.5);
}.homepage .snap {
    height: 600px;
}
}



@media (max-width: 767px) {.homepage {
    padding: 3rem 0;
}.homepage .text_display {
    text-align: center;
    padding: 2rem 1.5rem;
    align-items: center;
}.homepage h1 {
    font-size: calc(48px * 0.9);
}.homepage h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.homepage .text_display:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.homepage .online_tech {
    align-items: center;
}.homepage ul {
    justify-content: center;
}}



@media screen and (max-width: 1200px) {.teaching_process .text_display {
    width: 65%;
}.teaching_process .text_display h2 {
    transform: translateX(-60px) translateY(20px);
}.teaching_process .text_display p {
    transform: translateX(40px);
}.teaching_process .text_display::before {
    width: 250px;
    right: -150px;
    height: 250px;
}.teaching_process .text_display::after {
    width: 200px;
    left: -100px;
    height: 200px;
}
}



@media screen and (max-width: 480px) {.teaching_process {
    padding: 100px 0 80px;
}.teaching_process .text_display {
    width: 100%;
}.teaching_process .text_display h2 {
    padding: 25px;
    font-size: calc(37px * 0.8);
}.teaching_process .text_display p {
    padding: 25px;
    font-size: calc(13px * 0.9);
}}



@media (max-width: 992px) {.facebook_cta {
    padding: 3.5rem 0 2rem;
}.facebook_cta .container {
    flex-direction: column;
    gap: 2rem;
}.facebook_cta .company_holder,
    .facebook_cta .support_cta {
    min-width: 100%;
    flex: 1 1 100%;
}.facebook_cta .header_primary {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}



@media (max-width: 576px) {.facebook_cta {
    padding: 2.5rem 0 1rem;
}.facebook_cta .nav_tutor {
    gap: 1rem;
}.facebook_cta .header_primary {
    flex: 1 1 100%;
    min-width: 100%;
}.facebook_cta .header_primary .nav_tutor a {
    padding: 0.4rem 0.8rem;
}.facebook_cta .header_primary .nav_tutor a:hover {
    padding-left: 1.2rem;
}.verify_cta {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.facebook_cta .company_holder:hover,
    .facebook_cta .header_primary:hover {
    transform: translateY(-2px);
}}



@media (max-width: 576px) {.appCard {
    padding: 2.5rem 0;
}.appCard .container {
    padding: 0 1.5rem;
}.appCard h2 {
    font-size: calc(32px * 0.7);
}.appCard h2::after {
    height: 2px;
    width: 60px;
}.appCard .quick_mastery {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.appCard li {
    padding-left: 1.5rem;
}.appCard li::before {
    height: 6px;
    width: 6px;
}.appCard li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}



@media (max-width: 1024px) {.client_opinions {
    padding: 80px 0 60px;
}.client_opinions h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.client_opinions .feedback_grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}



@media (min-width: 1200px) {.our_mission .principles_list,
    .our_mission .learn_classes {
    flex: 0 0 calc(50% - 25px);
}
}



@media (max-width: 1199px) and (min-width: 768px) {.our_mission .quick_mastery {
    justify-content: center;
}.our_mission .principles_list,
    .our_mission .learn_classes {
    flex: 0 0 calc(50% - 25px);
    max-width: 500px;
}
}



@media (max-width: 767px) {.our_mission {
    padding: 70px 0;
}.our_mission .quick_mastery {
    gap: 40px;
    flex-direction: column;
}.our_mission h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 25px;
}.our_mission .principles_list span {
    font-size: calc(20px * 0.95);
    padding: 12px 20px;
}.our_mission .principles_list p,
    .our_mission .learn_classes p {
    padding: 20px;
}.our_mission .snap,
    .our_mission .founders_team {
    height: 250px;
    margin: 0 20px 20px;
}
}



@media (min-width: 992px) {.get_support .request_info {
    padding: 5rem;
    max-width: 80%;
}.get_support h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 1.1);
}.get_support::before {
    height: 35%;
    width: 35%;
}.get_support::after {
    height: 45%;
    width: 45%;
}
}

@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}



@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
}

