* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.baseheader_train {
    flex: 1 0 auto;
}

.baseheader_train {
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding-top: 2rem;
}

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

html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}

.basegratSection::before {
    width: 40%;
    content: "";
    background: linear-gradient(120deg, rgb(179,161,175,0.5) 0%, transparent 70%);
    opacity: 0.6;
    height: 70%;
    right: -5%;
    z-index: 1;
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    top: -10%;
}

.basegratSection h2::after {
    width: 80px;
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
    transition: transform 0.5s ease;
    bottom: -15px;
    left: 0;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(212,198,210) 0%, rgb(179,161,175) 100%);
}

.basegratSection .basestudy_hub:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.basegratSection li::before {
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    top: 10px;
    background: rgb(179,161,175);
    height: 6px;
    width: 6px;
    left: 0;
    content: "";
}

.baseeducational_rewards::before {
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(212,198,210,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 60%, rgb(179,161,175,0.5) 0%, transparent 35%);
    opacity: 0.3;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}

.baseeducational_rewards .basestudy_hub::before {
    height: 70px;
    background-image: linear-gradient(
    90deg, 
    rgb(212,198,210,0.5), 
    rgb(179,161,175,0.5), 
    rgb(212,198,210,0.5)
  );
    content: "";
    position: absolute;
    transition: transform 0.4s ease;
    transform: translateY(-60px);
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.2;
}

.baseeducational_rewards .basecontent_box::before {
    height: 200px;
    filter: blur(30px);
    width: 200px;
    opacity: 0.3;
    top: -100px;
    right: -100px;
    background: radial-gradient(circle, rgb(212,198,210,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}

.baseeducational_rewards li::before {
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0;
    content: "";
    background: linear-gradient(120deg, transparent, rgb(179,161,175,0.5));
    transition: opacity 0.3s ease;
    height: 100%;
    top: 0;
}

.baseeducational_rewards li:hover::before {
    opacity: 0.2;
}

.baseeducational_rewards li p {
    position: relative;
    z-index: 1;
    display: flex;
    margin: 0;
    gap: 15px;
    color: #000000;
    align-items: center;
    font-size: 16px;
}

.baseeducational_rewards li:hover svg {
    transform: rotate(10deg);
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.15);
}

.baseconnect_form .basemessage_widget {
    align-items: stretch;
    box-shadow: 0 25px 50px rgb(212,198,210,0.5);
    display: flex;
    overflow: hidden;
    background: rgb(179,161,175,0.5);
    border-radius: 24px;
    position: relative;
}

.baseconnect_form .basereach_request {
    z-index: 3;
    flex: 0 0 55%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
}

.baseconnect_form .basereach_request h3 {
    position: relative;
    padding-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: 32px;
}

.baseconnect_form .basereach_request form {
    display: grid;
    gap: 1.5rem;
}

.baseconnect_form .basereach_request input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(212,198,210,0.5);
    border-color: rgb(212,198,210);
}

.baseconnect_form .basereach_request input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}

.baseconnect_form .basereach_request .baseinquiry_card input[type="checkbox"] {
    height: 22px;
    background: rgb(179,161,175,0.5);
    border: 2px solid rgb(212,198,210,0.5);
    border-radius: 10px;
    width: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    position: relative;
}

.baseconnect_form .basereach_request .baseinquiry_card a:hover {
    text-decoration: underline;
}

.baseconnect_form .basereach_request .basehelp_info::before {
    content: '';
    transform: rotate(-45deg);
    height: 200%;
    position: absolute;
    opacity: 0;
    left: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(212,198,210,0.5), 
        transparent
    );
    width: 200%;
    top: -50%;
    transition: all 0.5s ease;
}

.baseprivacyConsentPanel h5 {
    font-size: 20px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
}

.basecookie_user {
    align-items: center;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(212,198,210));
    margin-right: 15px;
    display: flex;
    justify-content: center;
}

.basetrack_bar:hover {
    box-shadow: 0 0 20px rgb(179,161,175);
}

.baseprivacyConsentPanel p a {
    text-decoration: none;
    color: rgb(212,198,210);
    transition: color 0.3s ease;
}

#baseprivacyAlertPopup:checked ~ .baseprivacyConsentPanel {
    opacity: 0;
    visibility: hidden;
}

.basehelp_center::before {
    content: "";
    height: 80%;
    position: absolute;
    opacity: 0.6;
    animation: floating 15s ease-in-out infinite alternate;
    z-index: 0;
    right: -5%;
    background: linear-gradient(45deg, rgb(212,198,210,0.5) 0%, rgb(179,161,175,0.5) 100%);
    transform: rotate(-15deg) skewX(5deg);
    top: -10%;
    filter: blur(40px);
    width: 40%;
}

.basehelp_center h1::after {
    background: linear-gradient(90deg, rgb(212,198,210) 0%, rgb(179,161,175) 100%);
    bottom: -0.8rem;
    transition: width 0.3s ease;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    left: 50%;
}

.basehelp_center .baseedu_askus > div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.8) 0%, rgba(245,245,250,0.9) 100%);
    border-radius: 10px;
    padding: 1.5rem;
    overflow: hidden;
}

.basehelp_center h6 {
    font-weight: 600;
    display: flex;
    font-size: 21px;
    margin-bottom: 0.5rem;
    align-items: center;
    color: #000000;
    gap: 0.5rem;
    text-transform: capitalize;
}

.basehelp_center .basequick_help:hover {
    color: rgb(212,198,210);
    transform: translateX(5px);
}

.basehelp_center .basequick_help:hover::after {
    width: 100%;
}

.basehelp_center svg {
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}

.basehelp_center .basequick_help:hover svg path {
    fill: rgb(212,198,210);
}

.basepricing_lineup .container {
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    z-index: 2;
}

.basepricing_lineup .baseaccess_plans {
    gap: 2.5rem;
    flex-direction: column-reverse;
    display: flex;
}

.basepricing_lineup .basebundle_offer:hover {
    transform: translateY(-5px);
}

.basepricing_lineup .basebundle_offer h2::after {
    left: 0;
    transition: transform 0.5s ease;
    background: rgb(212,198,210);
    bottom: -10px;
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    transform: scaleX(1);
    transform-origin: left;
}

.basepricing_lineup .basepackage_pricing {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
}

.basepricing_lineup .baseprice_choices {
    min-height: 280px;
    display: flex;
    padding: 2rem;
    flex-direction: column;
    flex-grow: 1;
}

.basepricing_lineup .baseenroll_cost {
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    position: relative;
    color: rgb(212,198,210);
    display: block;
    font-size: calc(19px + 0.3rem);
}

.basepricing_lineup .basehero_photo::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.basesecure_shell h1 {
    color: rgb(212,198,210);
    border-bottom: 2px solid rgb(212,198,210);
    font-family: Arial, sans-serif;
    font-size: 43px;
    margin-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.basesecure_shell ul, .basesecure_shell ol {
    padding: 15px 0;
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.basesecure_shell section {
    border: 1px solid rgb(179,161,175,0.5);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    background: #000000;
}

.basewelcome_board .basehero_photo {
    z-index: 1;
    top: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    height: 100%;
    left: 0;
}

.basewelcome_board .basehero_photo {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 65%;
}

.basewelcome_board h1 {
    line-height: 1.2;
    font-family: Arial, sans-serif;
    max-width: 650px;
    margin-bottom: 1.5rem;
    opacity: 0;
    transform: translateX(-20px);
    color: #ffffff;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.3s forwards;
    font-size: 42px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.basewelcome_board h1 {
    font-size: calc(42px * 1.4);
}

.basewelcome_board .basecontent_box::before {
    top: 0;
    animation: gradientMove 3s ease infinite;
    height: 5px;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(179,161,175), 
        rgb(212,198,210),
        rgb(179,161,175));
    content: '';
    width: 100%;
    background-size: 200% 100%;
    left: 0;
}

.basewelcome_board .baseedu_expert svg {
    width: 120px;
    height: 120px;
    filter: drop-shadow(0 4px 8px rgba(94, 170, 168, 0.3));
}

.basewelcome_board .baseedu_expert svg text {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.basewelcome_board .basehelp_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(94, 170, 168, 0.5);
}

.basewelcome_board .basehelp_info:hover::before {
    left: 100%;
}

.baseprogram_structure {
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}

.baseprogram_structure::after {
    z-index: 1;
    right: -50px;
    content: "";
    background: radial-gradient(circle, rgb(179,161,175,0.5) 0%, transparent 70%);
    animation: pulse 8s infinite alternate;
    top: -50px;
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
}

.baseprogram_structure .basetraining_path {
    flex: 1;
    position: relative;
    padding-right: 20px;
}

.baseprogram_structure .basetraining_path::before {
    top: -30px;
    height: 60px;
    position: absolute;
    z-index: -1;
    left: -30px;
    border: 2px solid rgb(212,198,210,0.5);
    width: 60px;
    content: "";
    animation: rotate 25s linear infinite;
    border-radius: 50%;
}

.baseprogram_structure .basenav_page:hover {
    transform: translateY(-5px) translateZ(0);
}

.baseprogram_structure .basenav_page svg path {
    transition: fill 0.3s ease;
    fill: rgb(212,198,210);
}

.baseprogram_structure .basenav_page:hover svg,
.baseprogram_structure .basenav_page:hover svg path {
    fill: rgb(179,161,175);
}

.baseprogram_structure h3::after {
    position: absolute;
    left: 0;
    border-radius: 10px;
    content: "";
    width: 80px;
    height: 3px;
    bottom: 0;
    background: linear-gradient(to right, rgb(212,198,210), rgb(179,161,175));
}

.baseprogram_structure .basehero_photo::after {
    height: 200%;
    transform: rotate(25deg);
    content: "";
    animation: shine-effect 6s infinite;
    width: 200%;
    z-index: 3;
    position: absolute;
    top: -50%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    left: -50%;
}

header:hover::after {
    transform: scaleX(1);
}

header .baseheader_wrap {
    align-items: center;
    padding: 1.3rem 2.5rem;
    display: flex;
    z-index: 5;
    position: relative;
    justify-content: space-between;
}

header .basenav_page {
    position: relative;
    flex: 0 0 auto;
    margin-right: 2rem;
    perspective: 800px;
}

header .basemain_know:hover {
    transform: rotateY(10deg) rotateX(5deg);
}

header .basetop_base {
    position: relative;
    list-style: none;
    perspective: 1000px;
    display: flex;
    padding: 0;
    transform-style: preserve-3d;
    margin: 0;
}

header .basemain_site {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}

header .basemain_site a::before {
    position: absolute;
    border-radius: 10px;
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(212,198,210,0.5) 0%, 
        rgb(179,161,175,0.5) 100%
    );
    content: '';
    width: 100%;
    top: 0;
    opacity: 0;
    transform: translateZ(-5px);
    height: 100%;
}

header .basemain_site a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}



@supports not (transform-style: preserve-3d) {header .basemain_know:hover {
    transform: translateY(-3px);
}header .basemain_site a:hover {
    transform: translateY(-3px);
}}

.baseeducation_experience::before {
    right: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(212,198,210,0.5));
    width: 40%;
}

.baseeducation_experience .baseexperiencep_wrap {
    padding: 3rem 0 3rem 4rem;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 55%;
}

.baseeducation_experience .baseexperiencep_wrap > div:nth-child(2) {
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    padding: 0.5rem 1.5rem;
    background-color: rgb(179,161,175);
    transform: translateX(-10px);
    font-size: 19px;
    margin-bottom: 2.5rem;
    display: inline-block;
    letter-spacing: 1px;
}

.baseexperience_trial::before {
    opacity: 0.5;
    content: '';
    background-size: 30px 30px;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
    z-index: -1;
    animation: patternMove 15s linear infinite;
    top: 0;
}

.baseexperience_trial h3 {
    transition: all 0.5s ease;
    color: #ffffff;
    perspective: 1000px;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
    padding: 0 20px;
    transform: rotateX(5deg);
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 35px;
    transform-style: preserve-3d;
    font-weight: 700;
    margin: 60px 0;
}

.baseexperience_trial h3:hover {
    transform: rotateX(0deg);
}

.baseexperience_trial .basequick_help {
    letter-spacing: 2px;
    margin-bottom: 60px;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    transform-origin: bottom center;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 20px 50px;
    color: rgb(212,198,210);
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    text-decoration: none;
    position: relative;
    font-size: 17px;
    transition: all 0.4s ease;
    transform: perspective(1000px) rotateX(10deg);
}



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

footer .basetemplate_cta {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}

footer .baseask_support:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item p, footer .info_item a {
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
    display: flex;
    font-size: 12px;
    align-items: center;
    color: #ffffff;
}

footer .basenav_page {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    flex-direction: column;
}

footer .basemod_tools {
    font-size: 16px;
    opacity: 0.8;
    color: #ffffff;
    max-width: 300px;
    line-height: 1.5;
}

footer .basetop_base::before {
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    z-index: -1;
    bottom: -2px;
    left: -2px;
    border-radius: calc(16px + 2px);
    right: -2px;
    background: linear-gradient(45deg, rgb(212,198,210), transparent, rgb(179,161,175), transparent);
    top: -2px;
    opacity: 0;
}

footer .basetop_base:hover h5::after {
    width: 100px;
}

footer .basetop_primary a::before {
    top: 50%;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    position: absolute;
    left: 0;
    content: "";
    transform: translateY(-50%) scale(0.8);
    background-color: rgb(212,198,210);
    opacity: 0.7;
    height: 6px;
    border-radius: 50%;
    width: 6px;
}

footer .subscribe_holder::before {
    content: "";
    animation: pulseBackground 10s infinite ease-in-out;
    left: -50%;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    width: 200%;
    position: absolute;
    z-index: -1;
}

footer .input_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 15px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .baseupgrade_today {
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    background: rgb(212,198,210);
    font-weight: 600;
    text-align: center;
    padding: 14px 24px;
    position: relative;
    display: inline-block;
    border: none;
    overflow: hidden;
    color: #ffffff;
    transition: all 0.3s ease;
}

.baseuser_reviews {
    background: linear-gradient(165deg, rgb(239,234,238) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}

.baseuser_reviews .basestudy_hub {
    z-index: 1;
    overflow: hidden;
    padding: 0;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}

.baseuser_reviews h4 {
    font-weight: 700;
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 33px;
    margin-bottom: 80px;
    text-align: center;
}

.baseuser_reviews .basereview_list {
    animation: scrollReviews 60s linear infinite;
    padding: 20px 0;
    position: relative;
    display: flex;
    width: max-content;
}

.baseuser_reviews .basereview_list:hover {
    animation-play-state: paused;
}

.baseuser_reviews .basestudent_glow::before {
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    border-radius: inherit;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
}

.baseuser_reviews .basestudent_glow:hover::after {
    opacity: 0.3;
    transform: scale(1.2);
}

.baseuser_reviews .basestudent_glow:hover .basehero_photo {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(212,198,210,0.5);
    transform: scale(1.1);
}

.baseuser_reviews .basestudent_glow span::after {
    bottom: -8px;
    content: "";
    height: 2px;
    opacity: 0.5;
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(212,198,210);
}

.baseuser_reviews .basestudent_glow:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(179,161,175,0.5), 0.05));
}

.baseuser_reviews .basestudent_glow:nth-child(odd) {
    margin-top: -30px;
}

.baseabout_this .container {
    position: relative;
    z-index: 5;
}

.baseabout_this h2 {
    text-align: center;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 29px;
    position: relative;
    margin-bottom: 30px;
}

.baseabout_this .basestudent_voice {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    position: relative;
}

.baseabout_this .basediff_block:hover::before {
    height: 100%;
}

.baseabout_this .basediff_block::after {
    z-index: -1;
    left: 0;
    transition: transform 0.5s ease;
    transform-origin: right;
    content: "";
    background: rgb(239,234,238);
    position: absolute;
    height: 100%;
    transform: scaleX(0);
    width: 100%;
    top: 0;
}

.baseabout_this .basediff_block:hover h3 {
    transform: translateX(10px);
    color: rgb(212,198,210);
}

.baseabout_this .basediff_block:hover p {
    transform: translateX(10px);
}

.baseabout_this .basediff_block:last-child {
    border-top: 3px solid rgb(179,161,175);
}



.baseabout_this .basestudent_voice::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent, rgb(212,198,210,0.5), transparent);
    width: 1px;
    left: 50%;
    opacity: 0.5;
    top: 0;
    bottom: 0;
    content: "";
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.basegratSection .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}.basegratSection h2 {
    max-width: 70%;
}.basegratSection .basestudy_hub {
    margin-left: 60px;
    width: 85%;
}.basegratSection span {
    font-size: calc(12px * 1.15);
    line-height: 1.9;
}
}



@media (max-width: 480px) {.basegratSection {
    padding: 60px 0;
}.basegratSection h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.8);
}.basegratSection .basestudy_hub {
    padding: 25px 20px;
}.basegratSection span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}.basegratSection h2::after {
    width: 50px;
    height: 2px;
}}



@media (max-width: 576px) {.baseeducational_rewards {
    padding: 40px 0;
}.baseeducational_rewards .basehero_photo {
    height: 200px;
}.baseeducational_rewards .basecontent_box {
    padding: 25px 20px;
}.baseeducational_rewards h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.85);
}.baseeducational_rewards li {
    padding: 8px 12px;
}.baseeducational_rewards li p {
    font-size: calc(16px * 0.9);
    gap: 10px;
}.baseeducational_rewards svg {
    width: 16px;
    padding: 6px;
    height: 16px;
}}


@media only screen and (max-width: 1200px) {.baseprivacyConsentPanel {
    padding: 15px 0;
}.basecookie_guide {
    padding: 15px 5%;
}
}


@media only screen and (max-width: 800px) {.basecookie_user {
    display: none;
}.basecookie_guide {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.baseprivacyConsentPanel h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.baseconsent_panel {
    margin-bottom: 15px;
}.basetrack_bar {
    min-width: 100%;
    margin: 10px 0;
}}



@media (max-width: 767px) {.basehelp_center h1 {
    font-size: calc(47px * 0.9);
}.basehelp_center .baseedu_askus {
    padding: 1.5rem;
}.basehelp_center .baseedu_askus > div {
    padding: 1.25rem;
}}



@media (min-width: 1200px) {.basepricing_lineup .basepayment_plan {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.basepricing_lineup .baseprice_choices {
    padding: 2.5rem;
}.basepricing_lineup .basebundle_offer h2 {
    font-size: calc(32px + 0.2rem);
}.basepricing_lineup .basehero_photo {
    height: 250px;
}
}



@media (min-width: 768px) {.basewelcome_board .basestudy_hub {
    padding: 3rem;
    margin-top: 20vh;
}.basewelcome_board h1 {
    max-width: 750px;
    font-size: calc(42px * 1.2);
}.basewelcome_board .basecontent_box {
    max-width: 600px;
    padding: 3rem;
}.basewelcome_board .baseedu_expert svg {
    width: 150px;
    height: 150px;
}
}



@media screen and (max-width: 767px) {.baseprogram_structure {
    padding: 50px 0;
}.baseprogram_structure .basestudy_hub {
    padding: 25px;
}.baseprogram_structure .basenav_page {
    height: 50px;
    max-width: 150px;
}.baseprogram_structure h3 {
    padding-bottom: 10px;
    font-size: calc(36px - 6px);
    margin-bottom: 15px;
}.baseprogram_structure h3::after {
    width: 60px;
    height: 2px;
}.baseprogram_structure p {
    font-size: calc(12px - 1px);
    margin-bottom: 20px;
}.baseprogram_structure .basehero_photo {
    min-height: 300px;
}
}



@media (max-width: 991px) {header .baseheader_wrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .basenav_page {
    margin-right: 0;
    margin-bottom: 0;
}header .basetop_base {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .basemain_site a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}
}



@media (max-width: 992px) {.baseeducation_experience::before {
    background: linear-gradient(180deg, rgb(212,198,210,0.5), transparent);
    right: 0;
    top: 0;
    width: 100%;
    height: 40%;
}.baseeducation_experience .basestudent_glow {
    flex-direction: column;
    align-items: center;
    max-width: 90%;
}.baseeducation_experience .basehero_photo {
    width: 90%;
    height: 400px;
}.baseeducation_experience .baseexperiencep_wrap {
    width: 100%;
    padding: 3rem 1rem 1rem;
}.baseeducation_experience .baseexperiencep_wrap::before {
    display: none;
}.baseeducation_experience .basecareer_summary {
    max-width: 100%;
}
}



@media screen and (max-width: 576px) {.baseexperience_trial {
    padding: 80px 0;
}.baseexperience_trial .basestudy_hub::before {
    left: -5%;
    width: 110%;
    transform: skewX(-5deg);
}.baseexperience_trial h3 {
    letter-spacing: 1px;
    font-size: calc(35px * 0.7);
    margin: 35px 0;
}.baseexperience_trial h3::before {
    top: -20px;
}.baseexperience_trial h3::after {
    bottom: -20px;
}.baseexperience_trial .basequick_help {
    letter-spacing: 1px;
    font-size: calc(17px * 0.85);
    margin-bottom: 35px;
    padding: 12px 35px;
}}



@media (max-width: 576px) {footer .baseres_connect {
    padding: 40px 0 20px;
}footer .baseask_support, footer .basetop_base, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .baseupgrade_today {
    padding: 12px;
}footer .basenav_page svg {
    height: 40px;
}footer .basemod_tools {
    font-size: calc(16px - 1px);
}}



@media (max-width: 992px) {.baseuser_reviews {
    padding: 70px 0;
}.baseuser_reviews h4 {
    margin-bottom: 60px;
}.baseuser_reviews .basestudent_glow {
    margin: 0 15px;
    width: 250px;
    padding: 20px;
    height: 350px;
}.baseuser_reviews .basehero_photo {
    margin-bottom: 20px;
    width: 80px;
    height: 80px;
}.baseuser_reviews .basestudent_glow span {
    font-size: 15px;
}.baseuser_reviews .basestudent_glow:nth-child(even) {
    margin-top: 20px;
}.baseuser_reviews .basestudent_glow:nth-child(odd) {
    margin-top: -20px;
}
}



@media screen and (max-width: 576px) {.baseabout_this {
    padding: 50px 0;
}.baseabout_this h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 12px;
}.baseabout_this h2::after {
    width: 50px;
    height: 2px;
}.baseabout_this .basestudent_voice {
    margin-top: 30px;
}.baseabout_this .basediff_block {
    padding: 25px;
}.baseabout_this .basediff_block h3 {
    font-size: calc(21px * 0.85);
    margin-bottom: 12px;
}.baseabout_this .basediff_block p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.baseabout_this .basediff_block:hover h3,
    .baseabout_this .basediff_block:hover p {
    transform: translateX(5px);
}
}



@keyframes fadeInUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}


    
    @keyframes fadeInRight {
        to {
            transform: translateX(0);
            opacity: 1;
        }
    }



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



@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}



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

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

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

