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

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


.subscribe_to_newslettermk {
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgb(208,154,106,0.5) 100%);
    position: relative;
}

.subscribe_to_newslettermk .feedback_supportNC {
    margin-left: 5%;
    flex-direction: column;
    position: relative;
    max-width: 800px;
    width: 80%;
    display: flex;
}

.subscribe_to_newslettermk h3::after {
    z-index: -1;
    background: rgb(226,190,154);
    right: -15px;
    height: 30px;
    content: "";
    transform: rotate(45deg);
    bottom: -15px;
    position: absolute;
    width: 30px;
}

.subscribe_to_newslettermk input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(226,190,154);
    transform: translateY(-5px);
    outline: none;
}

.subscribe_to_newslettermk input[type="submit"] {
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    padding: 1rem 2rem;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    flex: 0 0 auto;
    border: none;
    background: rgb(226,190,154);
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
}

.subscribe_to_newslettermk .input_holder::after {
    background: rgb(226,190,154,0.5);
    position: absolute;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    height: 50px;
    content: "";
    bottom: -25px;
    left: 10%;
    opacity: 0.5;
    width: 50px;
    transform: rotate(180deg);
}

.price_boxAT::before {
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    position: absolute;
    z-index: 1;
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    top: 0;
}

.price_boxAT h2::after {
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106));
    position: absolute;
    height: 3px;
    width: 80px;
}

.price_boxAT .fee_plansVK {
    height: 100%;
    transform-style: preserve-3d;
    display: block;
    box-sizing: border-box;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
}

.price_boxAT .fee_plansVK:hover .cost_feevR::before {
    transform: scaleX(1);
}

.price_boxAT .promo_plansrG {
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.price_boxAT .fee_plansVK h4 {
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.2);
}

.price_boxAT .fee_plansVK p {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
    font-size: 17px;
    margin: 0 0 25px;
}

.course_featuresPz::before {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: 
        radial-gradient(ellipse at bottom right, rgb(226,190,154,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(208,154,106,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
}

.course_featuresPz .words_containerra {
    order: 2;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
    gap: 30px;
}

.course_featuresPz .words_containerra h2::after {
    left: 50%;
    border-radius: 10px;
    width: 100px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(226,190,154), rgb(208,154,106));
    content: "";
    transform: translateX(-50%);
    height: 3px;
}

.course_featuresPz .words_containerra .description::before {
    left: 0;
    content: "";
    height: 4px;
    position: absolute;
    background: rgb(226,190,154);
    width: 100%;
    top: 0;
}

.course_featuresPz .words_containerra .description::after {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    pointer-events: none;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
}

.contact_sectionHL::after {
    height: 200%;
    width: 200%;
    left: -50%;
    z-index: 2;
    opacity: 0.6;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    content: '';
    background: radial-gradient(
        circle at center, 
        rgb(226,190,154,0.5) 0%, 
        transparent 70%
    );
    position: absolute;
}

.contact_sectionHL h2::before,
.contact_sectionHL h2::after {
    position: absolute;
    bottom: -0.5rem;
    height: 2px;
    content: '';
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(226,190,154), 
        transparent
    );
}

.contact_sectionHL h2::before {
    left: 0;
    width: 30%;
}

.contact_sectionHL .cover_imageIk::before {
    position: absolute;
    opacity: 0.7;
    background: linear-gradient(
        135deg, 
        rgb(226,190,154,0.5) 0%, 
        rgb(208,154,106,0.5) 100%
    );
    content: '';
    width: 100%;
    mix-blend-mode: color-dodge;
    height: 100%;
    left: 0;
    top: 0;
}

.contact_sectionHL .help_messageUq h3 {
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 34px;
}

.contact_sectionHL .help_messageUq input:not([type="checkbox"]):not([type="submit"])::before {
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(226,190,154,0.5) 100%
    );
    left: 0;
    top: 0;
}

.contact_sectionHL .help_messageUq .request_feedbackhI input[type="checkbox"]:checked {
    background: rgb(226,190,154);
    border-color: rgb(226,190,154);
}

.contact_sectionHL .help_messageUq .request_feedbackhI label {
    color: #ffffff;
    align-items: center;
    display: flex;
    font-size: 15px;
}

.contact_sectionHL .help_messageUq .request_feedbackhI a:hover {
    text-decoration: underline;
}

.contact_sectionHL .help_messageUq .inquiry_sectionqG::before {
    left: -100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
    transition: all 0.3s ease;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(226,190,154,0.5), 
        transparent
    );
    height: 100%;
}

#cookiePromptNoticefX:checked ~ .cookie_popup_overlayra {
    visibility: hidden;
    opacity: 0;
}

.cookie_popup_overlayra h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.track_prefsJe svg, .track_prefsJe svg path, .track_prefsJe img {
    width: 100px;
    height: 100px;
    fill: rgb(226,190,154);
}

.grid-containerfL .cookie_checkys {
    justify-content: space-between;
    padding: 40px 0;
}

.grid-containerfL .track_optinUD {
    border: none;
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
    color: rgb(226,190,154);
    background: #ffffff;
}

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

footer::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    z-index: -1;
    right: 0;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
}

.math_toolsXg .company_holder h3 {
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
    font-size: 35px;
    font-weight: 700;
    color: #ffffff;
}

.math_toolsXg .nav_mainbarRB {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.math_toolsXg .main_pageSn .nav_mainbarRB {
    display: grid;
    gap: 1rem;
}

.math_toolsXg .main_pageSn .nav_mainbarRB a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
}

.reward_sysUr {
    margin-top: 4rem;
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 2rem 0;
}

.math_toolsXg .company_holder::before {
    top: 0;
    position: absolute;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
}

.customer_reviewsKt {
    padding: 7rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(240,224,205) 0%, rgb(208,154,106,0.5) 100%);
}

.customer_reviewsKt::after {
    animation: floatBlur 18s infinite alternate-reverse ease-in-out;
    opacity: 0.1;
    width: 20rem;
    transform: rotate(25deg);
    position: absolute;
    z-index: 0;
    content: "";
    filter: blur(70px);
    background: rgb(208,154,106,0.5);
    left: -5%;
    height: 20rem;
    bottom: -10%;
}

.customer_reviewsKt h2:hover::after {
    transform: scaleX(1.2);
}

.customer_reviewsKt .opinion_spotzq {
    isolation: isolate;
    transform: translateY(0) rotateX(0);
    padding: 2.5rem 2rem;
    position: relative;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
}

.customer_reviewsKt .opinion_spotzq:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.customer_reviewsKt .opinion_spotzq > div::after {
    content: "";
    font-family: serif;
    position: absolute;
    line-height: 1;
    top: -2.5rem;
    color: rgb(226,190,154,0.5);
    z-index: -1;
    font-size: 8rem;
    opacity: 0.15;
    right: -1rem;
}

.customer_reviewsKt .opinion_spotzq h4::after {
    position: absolute;
    bottom: -0.5rem;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(208,154,106,0.5);
    content: "";
    left: 0;
    width: 2.5rem;
}

.customer_reviewsKt .opinion_spotzq:hover .description::before {
    transform: scale(2);
}

.customer_reviewsKt a::before {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(208,154,106) 0%, rgb(226,190,154) 100%);
}

.customer_reviewsKt a:hover::before {
    opacity: 1;
}

.instructor_profileRV::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(208,154,106,0.5),
        rgb(208,154,106,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    z-index: 1;
    right: -10%;
    width: 60%;
    top: -20%;
    height: 70%;
    content: "";
    opacity: 0.2;
    position: absolute;
}

.instructor_profileRV .cover_imageIk:hover {
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
    filter: brightness(1.1);
}

.instructor_profileRV .emp_overviewWM::before {
    transition: all 0.5s ease;
    width: 100%;
    background: rgb(226,190,154,0.5);
    height: 100%;
    top: 15px;
    content: "";
    left: 15px;
    opacity: 0.3;
    z-index: -1;
    border-radius: 14px;
    position: absolute;
}

.instructor_profileRV .name {
    font-weight: 700;
    z-index: 2;
    margin-bottom: 0.7rem;
    font-size: 30px;
    color: rgb(226,190,154);
    position: relative;
    opacity: 0;
    animation: slide-up 0.7s forwards 0.2s;
    transform: translateY(30px);
}



.instructor_profileRV .exp_sectioniB::after {
    font-family: serif;
    position: absolute;
    color: rgb(208,154,106,0.5);
    z-index: -1;
    content: "";
    font-size: 6rem;
    bottom: -50px;
    right: 0;
    opacity: 0.4;
}

.title_screeniz::after {
    content: "";
    width: 45%;
    height: 45%;
    z-index: 1;
    animation: float 15s ease-in-out infinite;
    right: -10%;
    transform: rotate(-15deg);
    top: -10%;
    position: absolute;
    background: linear-gradient(135deg, rgb(208,154,106,0.5) 0%, transparent 80%);
}

.title_screeniz h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: calc(37px * 1.1);
    transform: translateX(-30px);
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    color: #000000;
    position: relative;
}

.title_screeniz .page_beginrU {
    display: flex;
    transform: translateY(20px);
    gap: 1.5rem;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    margin-bottom: 2rem;
    animation-delay: 0.3s;
    flex-direction: column;
    opacity: 0;
    align-items: flex-start;
}

.title_screeniz svg text {
    transform-origin: center;
    animation: fadeIn 1s ease-out forwards;
    font-family: Arial, sans-serif;
}

.title_screeniz .inquiry_sectionqG::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(208,154,106) 0%, rgb(226,190,154) 100%);
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: 0;
    transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    left: 0;
}

.title_screeniz .cover_imageIk::before {
    opacity: 0.8;
    position: absolute;
    width: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7));
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
}

.privacy_guardhouseqY {
    width: 100%;
    padding: 40px;
    border: 2px solid rgb(226,190,154);
    color: #ffffff;
    box-shadow: 0 0 10px rgb(226,190,154,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    gap: 25px;
    background: rgb(208,154,106);
    display: flex;
    flex-direction: column;
    height: auto;
}

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

.privacy_guardhouseqY div {
    font-size: 12px;
    color: #000000;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(208,154,106);
    line-height: 1.8;
    background: rgb(226,190,154,0.5);
    padding: 20px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
}

.about_thisDy::before {
    bottom: 0;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(226,190,154,0.5), rgb(208,154,106,0.5));
}

.about_thisDy .words_containerra {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform-origin: top center;
    transform: translateZ(20px) rotateX(2deg);
    padding: 60px 50px;
    background: linear-gradient(145deg, rgba(255,255,255,0.9), rgba(255,255,255,0.85));
    box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 10px 30px rgba(0,0,0,0.08);
    position: relative;
    backdrop-filter: blur(10px);
}

.about_thisDy ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about_thisDy ul li:first-child {
    animation-delay: 0.1s;
}

.about_thisDy ul li h4 {
    transform-origin: left center;
    transition: all 0.3s ease;
    padding-left: 0;
    font-weight: 600;
    position: relative;
    font-size: calc(18px + 2px);
    margin-bottom: 15px;
    color: rgb(226,190,154);
    display: inline-block;
}

header .header_sitebarhM {
    box-sizing: border-box;
    display: flex;
    overflow: visible;
    position: relative;
    justify-content: space-between;
    padding: 1.5rem 0;
    width: 100%;
    background: linear-gradient(120deg, rgb(226,190,154) 0%, rgb(208,154,106,0.5) 100%);
    align-items: center;
    z-index: 99;
}

header .header_sitebarhM .site_primeQn .main_mainbarBu {
    padding: 0.5rem 1rem;
    position: relative;
    display: block;
}

header .header_sitebarhM .main_pageSn {
    display: flex;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 0;
    margin: 0;
    background: linear-gradient(90deg, transparent, rgb(226,190,154,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    list-style: none;
    width: 80vw;
    position: relative;
    justify-content: flex-end;
    padding-right: calc((100vw - 100%) / 2);
}

header .header_sitebarhM .main_pageSn .header_pagens a::after {
    width: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    left: 1.5rem;
    background: rgb(208,154,106);
    content: "";
    bottom: 0.8rem;
}

.service_contactNT::before {
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    top: 0;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    z-index: 0;
}

.service_contactNT .send_messageJx::after {
    bottom: 0;
    width: 30%;
    right: 0;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(226,190,154,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(208,154,106,0.5) 50%, transparent 51%);
    position: absolute;
    z-index: -1;
    opacity: 0.07;
    background-size: 20px 20px;
    height: 30%;
    content: '';
    background-position: center center;
}

.service_contactNT .contact_helphm {
    padding: 2rem;
    position: relative;
    background-color: rgba(rgb(240,224,205), 0.03);
    gap: 2rem;
    border-radius: 20px;
    border: 1px solid rgba(rgb(226,190,154,0.5), 0.1);
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    width: 100%;
}


.service_contactNT .contact_helphm {
    overflow: hidden;
    position: relative;
}

.service_contactNT .contact_helphm > span svg {
    left: 0;
    height: 20px;
    opacity: 0.9;
    width: 20px;
    transition: all 0.3s ease;
    position: absolute;
    fill: rgb(226,190,154);
    top: 0.1rem;
}

.service_contactNT .contact_helphm p {
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
    line-height: 1.4;
}

.service_contactNT .contact_helphm span:hover > span svg {
    fill: rgb(208,154,106);
    transform: translateX(3px);
}

.service_contactNT .contact_helphm span > span::after {
    width: 0;
    background-color: rgb(226,190,154);
    left: 0;
    content: '';
    bottom: 0;
    height: 1px;
    position: absolute;
    transition: width 0.3s ease-in-out;
}

.service_contactNT .contact_helphm a:hover {
    transform: translateX(3px);
    color: rgb(208,154,106);
}

.service_contactNT .instant_requestVf::before {
    left: 0;
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    width: 100%;
    z-index: -1;
    opacity: 0.03;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(226,190,154,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(208,154,106,0.5) 49%, transparent 51%);
    content: '';
}

.service_contactNT .instant_requestVf span svg {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    fill: rgb(208,154,106);
    transition: transform 0.3s ease;
    position: absolute;
    opacity: 0.8;
    height: 10px;
}

.service_contactNT .contact_helphm > span:nth-child(1) {
    --i: 1;
}

.service_contactNT .contact_helphm > span:nth-child(4) {
    --i: 4;
}


.service_contactNT .container::before {
    background: linear-gradient(135deg, rgb(226,190,154,0.5) 0%, transparent 70%);
    left: -5%;
    filter: blur(30px);
    height: 200px;
    border-radius: 50%;
    animation: float 15s ease-in-out infinite;
    position: absolute;
    content: '';
    top: -10%;
    width: 200px;
    z-index: -1;
}

.appSpacePN::after {
    opacity: 0.1;
    z-index: 1;
    position: absolute;
    left: -10%;
    width: 45%;
    bottom: -5%;
    pointer-events: none;
    height: 65%;
    transform: rotate(12deg) skew(-5deg);
    content: "";
    background: linear-gradient(45deg, rgb(226,190,154) 0%, transparent 80%);
}

.appSpacePN .knowledge_classesxn {
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(5%);
    padding: 50px 40px 50px 60px;
}

.appSpacePN li {
    z-index: 2;
    position: relative;
}

.appSpacePN li span {
    max-width: 95%;
    position: relative;
    font-size: calc(17px + 0.1rem);
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    display: block;
}



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



@media (max-width: 480px) {.subscribe_to_newslettermk {
    padding: 3rem 1rem;
}.subscribe_to_newslettermk h3 {
    font-size: calc(23px * 0.8);
    padding: 1rem 1.2rem;
}.subscribe_to_newslettermk .input_holder {
    padding: 1.5rem;
}.subscribe_to_newslettermk input[type="email"] {
    padding: 0.8rem 1rem;
}.subscribe_to_newslettermk input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.subscribe_to_newslettermk .input_holder::before,
    .subscribe_to_newslettermk .input_holder::after {
    display: none;
}}



@media (max-width: 576px) {.price_boxAT {
    padding: 50px 0;
}.price_boxAT h2 {
    font-size: calc(38px * 0.7);
}.price_boxAT .learning_plangu {
    margin-bottom: 30px;
    font-size: calc(17px * 0.9);
}.price_boxAT .cost_feevR {
    padding: 25px 20px;
}.price_boxAT .fee_plansVK h4 {
    font-size: calc(22px * 1.1);
}.price_boxAT .fee_plansVK p {
    font-size: calc(17px * 0.9);
}.price_boxAT .rate_panelWR {
    font-size: calc(22px * 1.2);
    padding: 8px 16px;
}}



@media screen and (max-width: 1024px) {.contact_sectionHL .message_listOM {
    transform: none;
    flex-direction: column;
}.contact_sectionHL .cover_imageIk {
    flex: 0 0 100%;
    min-height: 300px;
}.contact_sectionHL .help_messageUq {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}


@media only screen and (max-width: 1200px) {.cookie_popup_overlayra {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.track_prefsJe {
    display: none;
}.cookie_checkys {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_popup_overlayra h5 {
    text-align: center;
}.cookie_popup_overlayra p {
    text-align: center;
}.visitor_acceptanceUl {
    margin-bottom: 20px;
}body .grid-containerfL .track_optinUD {
    margin-left: 0;
    margin-bottom: 10px;
}}



@media (max-width: 576px) {.math_toolsXg {
    padding: 2.5rem 0 1rem;
}.math_toolsXg .nav_mainbarRB {
    gap: 2rem;
    grid-template-columns: 1fr;
}.math_toolsXg .trial_offerzx {
    padding-left: 1rem;
}.reward_sysUr {
    margin-top: 2rem;
}
}



@media (max-width: 768px) {.customer_reviewsKt {
    padding: 4rem 0;
}.customer_reviewsKt h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2.5rem;
    transform: translateX(1.25rem);
}.customer_reviewsKt h2::before {
    left: -1.25rem;
}.customer_reviewsKt .rating_praisewV {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.customer_reviewsKt .opinion_spotzq {
    padding: 2rem 1.5rem;
}.customer_reviewsKt a {
    padding: 0.875rem 2rem;
    margin-top: 2rem;
    transform: translateX(1.25rem);
}.customer_reviewsKt a:hover {
    transform: translateX(1.25rem) translateY(-3px);
}
}



@media (min-width: 768px) {.title_screeniz {
    padding: 5rem 0;
}.title_screeniz .knowledge_classesxn {
    gap: 3rem;
    align-items: center;
    flex-direction: row;
}.title_screeniz .words_containerra {
    order: 1;
    flex: 1;
    padding: 2rem 1rem 2rem 0;
}.title_screeniz h1 {
    font-size: calc(45px * 0.9);
}.title_screeniz .page_beginrU p {
    max-width: 95%;
}.title_screeniz .cover_imageIk {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    height: 450px;
    order: 2;
    flex: 1;
}.title_screeniz svg {
    height: 100px;
    width: 100px;
}
}



@media (min-width: 992px) {.about_thisDy ul li span {
    column-count: 2;
    column-gap: 40px;
}}



@media (max-width: 767px) {.about_thisDy {
    padding: 60px 0;
}.about_thisDy .words_containerra {
    padding: 30px 25px;
    transform: none;
}.about_thisDy h1 {
    margin-bottom: 25px;
    font-size: 29px;
}.about_thisDy h1::after {
    width: 50px;
    height: 3px;
}.about_thisDy ul li span {
    font-size: calc(18px - 1px);
    line-height: 1.6;
}.about_thisDy::after {
    top: -30%;
    width: 100%;
}
}



@media screen and (max-width: 767px) {header .header_sitebarhM .main_pageSn {
    padding: 0.5rem 0;
}header .header_sitebarhM .main_pageSn .header_pagens {
    width: 50%;
}header .header_sitebarhM .main_pageSn .header_pagens a {
    padding: 0.6rem 0.8rem;
    text-align: center;
    font-size: calc(17px - 2px);
}header .header_sitebarhM .main_pageSn .header_pagens a::after {
    display: none;
}}


@media (max-width: 991px) {.service_contactNT {
    padding: 5rem 0;
}.service_contactNT .send_messageJx {
    padding: 3rem;
}.service_contactNT .contact_todaygO {
    max-width: 90%;
}.service_contactNT .contact_helphm > span svg {
    height: 18px;
    width: 18px;
}
}


@media (max-width: 575px) {.service_contactNT {
    padding: 3rem 0;
}.service_contactNT .send_messageJx {
    padding: 2rem 1.5rem;
}.service_contactNT .contact_helphm {
    padding: 1rem;
}.service_contactNT .instant_requestVf {
    padding: 1.2rem;
}.service_contactNT .send_messageJx h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.service_contactNT .contact_todaygO {
    margin-bottom: 2rem;
}.service_contactNT .contact_helphm > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.service_contactNT .contact_helphm > span svg {
    left: -0.2rem;
    width: 14px;
    height: 14px;
}.service_contactNT .instant_requestVf span svg {
    width: 8px;
    height: 8px;
}.service_contactNT .instant_requestVf h4 svg {
    height: 16px;
    width: 16px;
}}

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



@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



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

@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

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



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes shine {
    0% {
        top: -50%;
        left: -50%;
    }
    100% {
        top: 150%;
        left: 150%;
    }
}



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

@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
