.container {
    margin: auto;
    max-width: 100%;
    width: 1148px;
}

.basewrapper-viewport {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}

header,footer {
    width: 100%;
}

header {
    overflow: visible;
    margin-top: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgb(239,234,238);
    position: relative;
    z-index: 100;
    padding: 0;
}

.basegratSection::after {
    z-index: 1;
    opacity: 0.4;
    transform: rotate(10deg) skewY(-5deg);
    width: 30%;
    bottom: -5%;
    height: 60%;
    position: absolute;
    left: -2%;
    content: "";
    background: linear-gradient(220deg, rgb(212,198,210,0.5) 0%, transparent 80%);
}

.basegratSection .basestudy_hub {
    animation: fadeIn 1s ease-out 0.3s forwards;
    background: #ffffff;
    padding: 40px;
    transform: perspective(1000px) rotateY(0deg);
    opacity: 0;
    position: relative;
    border-left: 4px solid rgb(212,198,210);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}

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

.basegratSection span {
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    display: block;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    color: #000000;
    transform: translateY(10px);
    opacity: 0;
    font-size: calc(12px * 1.05);
}



.baseeducational_rewards .container {
    margin: 0 auto;
    padding: 0 25px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}

.baseeducational_rewards .basestudy_hub {
    grid-template-columns: 0.9fr 1.1fr;
    overflow: hidden;
    background: #ffffff;
    display: grid;
    box-shadow: 
    0 20px 50px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.5);
    border-radius: 19px;
    position: relative;
}

.baseeducational_rewards .basehero_photo {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    width: 100%;
    object-fit: cover;
    clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
    transform-origin: left center;
}

.baseeducational_rewards h3::after {
    left: 0;
    bottom: -8px;
    background: rgb(179,161,175);
    height: 3px;
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
}

.baseeducational_rewards ul {
    list-style: none;
    flex-direction: column;
    margin: 0;
    display: flex;
    gap: 12px;
    padding: 0;
}

.baseeducational_rewards li:hover {
    transform: translateX(10px);
    border-left: 2px solid rgb(212,198,210);
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
}

.baseeducational_rewards svg {
    height: 18px;
    transition: all 0.3s ease;
    border-radius: 8px;
    background: linear-gradient(135deg, rgb(212,198,210), rgb(179,161,175));
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    padding: 7px;
    flex-shrink: 0;
    width: 18px;
}

.baseconnect_form .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}

.baseconnect_form .basehero_photo {
    position: relative;
    min-height: 600px;
    z-index: 2;
    margin-left: -5%;
    transform: skew(-10deg);
    flex: 0 0 45%;
}

.baseconnect_form h2 {
    font-size: 41px;
    font-weight: 700;
    padding-left: 2rem;
    text-align: left;
    margin-bottom: 2.5rem;
    position: relative;
    color: #ffffff;
}

.baseconnect_form h2::before {
    height: 1rem;
    left: 0;
    background: rgb(212,198,210);
    width: 1rem;
    box-shadow: 0 0 15px rgb(212,198,210,0.5);
    border-radius: 50%;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.baseconnect_form .basereach_request input:not([type="checkbox"]):not([type="submit"])::after {
    content: '';
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: -2px;
    background: rgb(212,198,210);
    height: 2px;
}

.baseconnect_form .basereach_request .baseinquiry_card {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.baseconnect_form .basereach_request .baseinquiry_card input[type="checkbox"]:checked::after {
    color: #ffffff;
    content: '✔';
    left: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
}

.baseconnect_form .basereach_request .basehelp_info {
    border: none;
    position: relative;
    background: rgb(212,198,210);
    font-size: 19px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 1rem;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
}

.baseprivacyConsentPanel {
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    background: rgb(179,161,175);
    border-top: 3px solid rgb(179,161,175);
    font-family: Arial, sans-serif;
    position: fixed;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    z-index: 90;
    bottom: 0;
    animation: slideUp 0.5s forwards;
    width: 100%;
}

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

.cookie_button.baselearn_consent:hover {
    box-shadow: 0 0 15px rgb(179,161,175);
}

.baseprivacyConsentPanel p a:hover {
    color: rgb(179,161,175);
}

#baseprivacyAlertPopup {
    display: none;
}


.basehelp_center {
    position: relative;
    padding: 6rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,210,0.5) 100%);
    font-family: Arial, sans-serif;
}

.basehelp_center::after {
    background: linear-gradient(-45deg, rgb(179,161,175) 0%, rgb(212,198,210,0.5) 100%);
    position: absolute;
    z-index: 0;
    animation: floating 12s ease-in-out infinite alternate-reverse;
    content: "";
    width: 25%;
    bottom: -5%;
    left: -2%;
    height: 60%;
    opacity: 0.4;
    filter: blur(30px);
    transform: rotate(10deg) skewY(-5deg);
}

.basehelp_center .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}

.basehelp_center .baseedu_askus:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.basehelp_center .baseedu_askus > div::before {
    background: linear-gradient(to bottom, rgb(212,198,210), rgb(179,161,175));
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    transition: width 0.3s ease;
    width: 5px;
    position: absolute;
}

.basehelp_center .baseedu_askus span {
    font-size: 15px;
    margin-left: 2rem;
    display: block;
    color: #000000;
    transition: color 0.3s ease;
}

.basehelp_center .basequick_help {
    position: relative;
    display: flex;
    text-decoration: none;
    color: #000000;
    gap: 0.5rem;
    font-size: 15px;
    transition: all 0.3s ease;
    font-weight: 600;
    align-items: center;
    overflow: hidden;
}

.basehelp_center svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}

.basepricing_lineup {
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(179,161,175,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.basepricing_lineup .basebundle_offer {
    background: rgba(#ffffff, 0.9);
    margin: 0 auto;
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    max-width: 600px;
    z-index: 3;
    padding: 2rem;
}

.basepricing_lineup .basebundle_offer:hover h2::after {
    transform: scaleX(1.5);
}

.basepricing_lineup .basepayment_plan {
    grid-template-columns: 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}

.basepricing_lineup .basepricing_schemes {
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    flex-direction: column;
    background: #ffffff;
    display: flex;
    transition: box-shadow 0.4s ease;
    height: 100%;
    overflow: hidden;
}

.basepricing_lineup .baseenroll_cost::before {
    bottom: -10px;
    width: 40px;
    left: 0;
    position: absolute;
    height: 2px;
    background: rgb(179,161,175);
    content: "";
}

.basepricing_lineup .basehero_photo {
    width: 100%;
    transform: scale(1);
    position: relative;
    height: 220px;
    transition: transform 0.6s ease-out;
}

.basesecure_shell {
    height: auto;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    padding: 40px;
    margin: 0 auto;
    position: relative;
    width: 100%;
    z-index: 1;
}

.basesecure_shell h3, .basesecure_shell h4, .basesecure_shell h5, .basesecure_shell h6 {
    font-size: 20px;
    margin-bottom: 10px;
    color: rgb(212,198,210);
    margin-top: 20px;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.basesecure_shell li::before {
    transform: translateY(-50%);
    line-height: 1em;
    top: 50%;
    content: ">";
    font-size: 1.2em;
    left: 0;
    position: absolute;
    color: rgb(212,198,210);
}

.basewelcome_board {
    display: flex;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(94,170,168,0.05), rgba(94,170,168,0.1));
}

.basewelcome_board {
    flex-direction: row;
}

.basewelcome_board .basestudy_hub {
    margin-right: auto;
    justify-content: center;
    padding: 2rem;
    width: 90%;
    margin-left: auto;
    flex-direction: column;
    display: flex;
    margin-top: 15vh;
    max-width: 1200px;
    align-items: flex-start;
    z-index: 3;
    position: relative;
}

.basewelcome_board .basestudy_hub {
    justify-content: center;
    margin-left: 5%;
    padding: 0 5rem;
    margin-top: 0;
    width: 50%;
}

.basewelcome_board .basecontent_box p {
    font-size: calc(15px * 1.1);
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
}

.basewelcome_board .baseedu_expert {
    display: flex;
    justify-content: center;
    margin: 1.5rem 0;
    transition: transform 0.3s ease;
    align-items: center;
    transform: scale(0.8);
}

.basewelcome_board .baseedu_expert {
    transform: scale(0.9);
}

.basewelcome_board .baseedu_expert:hover svg path {
    fill: rgba(94, 170, 168, 0.9);
}

.basewelcome_board h6 {
    text-align: center;
    width: 100%;
    margin-top: 2rem;
}

.basewelcome_board .basehelp_info::before {
    height: 100%;
    top: 0;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    left: -100%;
    width: 100%;
    transition: all 0.6s ease;
    position: absolute;
}

.baseprogram_structure::before {
    content: "";
    background: radial-gradient(circle at 20% 50%, rgb(212,198,210,0.5) 0%, transparent 50%);
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
}

.baseprogram_structure .basestudy_hub {
    overflow: hidden;
    backdrop-filter: blur(5px);
    justify-content: space-between;
    gap: 40px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 11px;
    align-items: center;
    display: flex;
    border: 1px solid rgb(212,198,210,0.5);
    transition: all 0.3s ease;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
}

.baseprogram_structure .basenav_page {
    transform: translateZ(0);
    position: relative;
    width: 60px;
    display: flex;
    max-width: 180px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(239,234,238) 100%);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    align-items: center;
    height: 60px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px 15px;
}

.baseprogram_structure p {
    line-height: 1.7;
    color: #000000;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    position: relative;
}

.baseprogram_structure .basehero_photo::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    z-index: 2;
    content: "";
}

header::before {
    top: 0;
    height: 100%;
    z-index: 0;
    content: '';
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(212,198,210), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(212,198,210), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(212,198,210), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(212,198,210), 0.03) 25%) 0 0 / 20px 20px;
    width: 100%;
    left: 0;
}

header .basemain_know::before {
    filter: blur(10px);
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    transform: translateZ(-10px);
    left: 0;
    top: 0;
    opacity: 0.1;
    background: rgb(212,198,210);
}

header .basemain_site a {
    align-items: center;
    transform-style: preserve-3d;
    justify-content: center;
    font-weight: 600;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    padding: 0.7rem 1.2rem;
    background: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transform: translateZ(0);
    border-radius: 10px;
    color: #000000;
    position: relative;
    transition: all 0.4s ease;
}

header .baseheader_wrap::before {
    width: 30%;
    height: 1px;
    position: absolute;
    left: 35%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(212,198,210), 
        transparent
    );
    top: 0;
    content: '';
}

.baseeducation_experience .basestudent_glow {
    box-shadow: none;
    max-width: 1200px;
    display: flex;
    border-radius: 0;
    background: transparent;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}

.baseeducation_experience .baseexperiencep_wrap::before {
    left: 2.5rem;
    width: 1px;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(179,161,175,0.5), transparent);
    content: "";
}

.baseeducation_experience .basecareer_summary {
    color: #000000;
    position: relative;
    font-size: 17px;
    padding-left: 0;
    max-width: 90%;
    line-height: 1.8;
}

.baseeducation_experience .basestudent_glow:hover .basehero_photo {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(179,161,175);
}

.baseexperience_trial::after {
    animation: rotateConic 30s linear infinite;
    content: '';
    height: 200%;
    left: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    position: absolute;
    width: 200%;
    top: -50%;
    z-index: -1;
}

.baseexperience_trial .basestudy_hub::after {
    border-radius: 50%;
    right: -30px;
    filter: blur(20px);
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    content: '';
    animation: floatBubble 10s ease-in-out infinite alternate;
    height: 100px;
    z-index: -1;
    top: -30px;
    position: absolute;
    width: 100px;
}

.baseexperience_trial h3::after {
    width: 60%;
    left: 20%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    content: '';
    position: absolute;
    height: 1px;
    bottom: -30px;
}

.baseexperience_trial .basequick_help::after {
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    position: absolute;
    content: '';
    top: 0;
    height: 20px;
    left: 0;
}

.baseexperience_trial .basequick_help:hover::before {
    opacity: 1;
}

footer {
    width: 100%;
    position: relative;
    z-index: 1;
}

.baseres_connect::before {
    bottom: 0;
    background: radial-gradient(circle at 10% 20%, rgb(179,161,175,0.5) 0%, transparent 50%);
    pointer-events: none;
    position: absolute;
    right: 0;
    content: "";
    left: 0;
    top: 0;
}

footer .baseask_support {
    backdrop-filter: blur(8px);
    display: flex;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    flex-wrap: wrap;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
}

footer .text_main_holder {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 20px;
}

footer .basenav_page:hover svg {
    filter: drop-shadow(0 0 8px rgb(212,198,210));
}

footer .basetop_base {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    transition: box-shadow 0.3s ease;
    padding: 25px;
}

footer .basetop_base h5::after {
    content: "";
    width: 50px;
    position: absolute;
    background: rgb(212,198,210);
    transition: width 0.3s ease;
    bottom: -1px;
    left: 0;
    height: 2px;
}

footer .basetop_primary a {
    padding-left: 15px;
    font-weight: 400;
    position: relative;
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(12px - 1px);
}

footer .subscribe_holder {
    position: relative;
    background: linear-gradient(135deg, rgb(179,161,175,0.5), #000000);
    overflow: hidden;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

footer .subscribe_holder h5::after {
    bottom: -5px;
    width: 100%;
    background: linear-gradient(90deg, rgb(212,198,210), transparent);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
}

footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 12px;
    padding: 14px 16px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}

footer .baseupgrade_today:hover {
    background: rgb(179,161,175);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

footer .baseupgrade_today:hover::before {
    left: 100%;
}

footer .basesearch_foot {
    padding-top: 20px;
    margin-top: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

.baseuser_reviews h4::before {
    left: 50%;
    height: 8px;
    background: linear-gradient(90deg, rgb(212,198,210), rgb(179,161,175));
    border-radius: 10px;
    transform: translateX(-50%);
    position: absolute;
    width: 100px;
    bottom: -20px;
    content: "";
}

.baseuser_reviews .basestudent_glow {
    position: relative;
    z-index: 1;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: 320px;
    flex-direction: column;
    padding: 30px;
    height: 400px;
    align-items: center;
    margin: 0 20px;
    transform: translateY(0);
    background: #ffffff;
    border-radius: 12px;
    display: flex;
}

.baseuser_reviews .basehero_photo {
    transition: all 0.4s ease;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.baseuser_reviews .basestudent_glow:hover span {
    color: rgb(212,198,210);
}

.baseuser_reviews .basestudent_glow p {
    transition: all 0.3s ease;
    line-height: 1.6;
    flex-grow: 1;
    display: flex;
    color: #000000;
    text-align: center;
    font-size: 15px;
    align-items: center;
    overflow: hidden;
}

.baseuser_reviews .basestudent_glow:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(212,198,210,0.5), 0.03));
}

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

.baseabout_this .basediff_block {
    overflow: hidden;
    background: #ffffff;
    z-index: 2;
    border-radius: 19px;
    flex: 1 1 calc(50% - 20px);
    padding: 40px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    margin: 0 10px;
}

.baseabout_this .basediff_block:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.baseabout_this .basediff_block p {
    transition: all 0.3s ease;
    z-index: 2;
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 15px;
}

.baseabout_this .container::before {
    border-radius: 10px;
    left: -10%;
    opacity: 0.2;
    top: -10%;
    animation: rotate-element 20s linear infinite;
    height: 20%;
    position: absolute;
    content: "";
    width: 20%;
    border: 2px solid rgb(212,198,210,0.5);
}

.baseabout_this .basestudent_voice::after {
    left: 0;
    background-size: 20px 20px;
    top: 0;
    z-index: 0;
    opacity: 0.02;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}



@media (max-width: 992px) {.baseeducational_rewards {
    padding: 70px 0;
}.baseeducational_rewards .basestudy_hub {
    grid-template-columns: 1fr;
}.baseeducational_rewards .basehero_photo {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    height: 300px;
}.baseeducational_rewards .basecontent_box {
    padding: 35px 25px;
}
}



@media screen and (max-width: 1200px) {.baseconnect_form .basehero_photo {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.baseconnect_form {
    padding: 3rem 0;
}.baseconnect_form h2 {
    padding-left: 1.5rem;
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.baseconnect_form h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.baseconnect_form .basereach_request h3 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.9);
}.baseconnect_form .basereach_request input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 992px) {.basehelp_center {
    padding: 10rem 2rem;
}.basehelp_center .baseedu_askus {
    grid-template-columns: 2fr 1fr 1fr;
}.basehelp_center .baseedu_askus > div:first-child {
    grid-row: 1 / span 2;
    grid-column: 1;
}.basehelp_center h1 {
    font-size: calc(47px * 1.2);
}.basehelp_center .baseedu_input {
    gap: 1.5rem;
}
}



@media (min-width: 768px) {.basepricing_lineup .basepayment_plan {
    grid-template-columns: repeat(2, 1fr);
}.basepricing_lineup .basebundle_offer {
    padding: 3rem;
}
}



@media (max-width: 767px) {.basepricing_lineup {
    padding: 4rem 0;
}.basepricing_lineup .baseprice_choices {
    padding: 1.5rem;
    min-height: 240px;
}.basepricing_lineup .basehero_photo {
    height: 180px;
}.basepricing_lineup .basebundle_offer {
    padding: 1.5rem;
}.basepricing_lineup .basebundle_offer h2 {
    font-size: calc(32px - 0.2rem);
}.basepricing_lineup .baseprogram_price {
    font-size: calc(12px - 0.1rem);
}}



@media (min-width: 1200px) {.basewelcome_board .basestudy_hub {
    padding: 0 6rem;
}.basewelcome_board h1 {
    font-size: calc(42px * 1.6);
}.basewelcome_board .basecontent_box {
    padding: 3.5rem;
    max-width: 650px;
}
}



@media screen and (max-width: 991px) {.baseprogram_structure {
    padding: 60px 0;
}.baseprogram_structure .basestudy_hub {
    flex-direction: column;
    padding: 30px;
    gap: 30px;
}.baseprogram_structure .basetraining_path {
    padding-right: 0;
    width: 100%;
}.baseprogram_structure .basehero_photo {
    width: 100%;
    min-height: 350px;
    transform: perspective(1000px) rotateY(0);
}.baseprogram_structure h3 {
    font-size: calc(36px - 4px);
}
}



@media (min-width: 1400px) {header .baseheader_wrap {
    max-width: 1320px;
    margin: 0 auto;
}header .basemain_site {
    margin: 0 0.5rem;
}header .basemain_site a {
    padding: 0.7rem 1.5rem;
}
}



@media (max-width: 767px) {header {
    padding: 0;
}header .baseheader_wrap {
    padding: 0.8rem 1.5rem;
}header .basenav_page {
    max-width: 140px;
}header .basemain_know img {
    max-height: 35px;
}header .basetop_base {
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
}header .basetop_base::-webkit-scrollbar {
    height: 3px;
}header .basetop_base::-webkit-scrollbar-thumb {
    background: rgb(212,198,210,0.5);
    border-radius: 10px;
}header .basemain_site {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .basemain_site a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(18px - 2px);
}
}



@media screen and (max-width: 992px) {.baseexperience_trial {
    padding: 120px 0;
}.baseexperience_trial .basestudy_hub::before {
    left: -15%;
    width: 130%;
}.baseexperience_trial h3 {
    margin: 50px 0;
    font-size: calc(35px * 0.9);
}.baseexperience_trial .basequick_help {
    padding: 18px 45px;
    margin-bottom: 50px;
    font-size: calc(17px * 0.95);
}
}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .baseupgrade_today {
    white-space: nowrap;
}
}



@media (min-width: 992px) {footer .basetemplate_cta {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .baseask_support {
    justify-content: space-between;
    flex-wrap: nowrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 1200px) {.baseuser_reviews {
    padding: 90px 0;
}.baseuser_reviews .basestudent_glow {
    padding: 25px;
    width: 280px;
    height: 380px;
}.baseuser_reviews .basehero_photo {
    height: 90px;
    width: 90px;
}
}



@media (max-width: 768px) {.baseuser_reviews {
    padding: 60px 0;
}.baseuser_reviews .basestudy_hub {
    padding: 0 20px;
    overflow: visible;
}.baseuser_reviews .basereview_list {
    flex-direction: column;
    animation: none;
    width: 100%;
}.baseuser_reviews .basestudent_glow {
    min-height: 200px;
    height: auto;
    width: 100%;
    padding: 25px;
    margin: 0 0 30px;
}.baseuser_reviews .basestudent_glow:last-child {
    margin-bottom: 0;
}.baseuser_reviews .basestudent_glow:nth-child(even),
    .baseuser_reviews .basestudent_glow:nth-child(odd) {
    margin-top: 0;
}.baseuser_reviews .basestudent_glow::after {
    width: 40px;
    height: 40px;
}.baseuser_reviews .basehero_photo {
    height: 80px;
    width: 80px;
    margin-bottom: 15px;
}.baseuser_reviews .basestudent_glow p {
    margin-top: 10px;
}}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes moveBgPattern {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 20px 20px;
  }
}



@keyframes floating {
    0% {
        transform: rotate(-15deg) skewX(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-12deg) skewX(3deg) translate(10px, -10px);
    }
    100% {
        transform: rotate(-18deg) skewX(7deg) translate(-10px, 10px);
    }
}



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



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



@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}



@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

