.baseres_connect {
    flex: 0 0 auto;
}

.baseres_connect {
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background: linear-gradient(135deg, #000000, rgb(179,161,175));
    position: relative;
    color: #ffffff;
}

a {
    text-decoration: none;
    color: inherit;
}


.basegratSection {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,238) 0%, rgb(212,198,210,0.5) 100%);
    position: relative;
    padding: 120px 0;
}

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

.basegratSection h2 {
    transform: translateY(0);
    font-size: 34px;
    max-width: 90%;
    margin-bottom: 50px;
    color: #000000;
    line-height: 1.4;
    font-weight: 700;
    opacity: 1;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
}

.basegratSection .basestudy_hub::before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    content: "";
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    right: 0;
}

.basegratSection li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}

.baseeducational_rewards {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(150deg, #ffffff 0%, rgb(239,234,238) 100%);
    font-family: Arial, sans-serif;
    position: relative;
}

.baseeducational_rewards::after {
    content: "";
    width: 100%;
    position: absolute;
    background-size: 20px 20px;
    top: 0;
    opacity: 0.1;
    background-image: 
    linear-gradient(0deg, transparent 95%, rgb(212,198,210,0.5) 100%),
    linear-gradient(90deg, transparent 95%, rgb(179,161,175,0.5) 100%);
    animation: moveBgPattern 60s linear infinite;
    height: 100%;
    left: 0;
}

.baseeducational_rewards .basestudy_hub:hover::before {
    transform: translateY(-40px);
}

.baseeducational_rewards .basehero_photo:hover {
    transform: scale(1.05);
}

.baseeducational_rewards .basecontent_box {
    justify-content: center;
    position: relative;
    padding: 40px 30px 40px 10px;
    flex-direction: column;
    display: flex;
}

.baseeducational_rewards h3 {
    margin-bottom: 30px;
    font-size: 31px;
    font-weight: 700;
    position: relative;
    color: rgb(212,198,210);
}

.baseeducational_rewards .basecontent_box:hover h3::after {
    width: 80px;
}

.baseeducational_rewards li {
    border-bottom: 1px solid rgb(179,161,175,0.5);
    border-left: 2px solid rgb(212,198,210,0.5);
    transform: translateX(0);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.4));
    overflow: hidden;
    border-radius: 15px 5px 15px 5px;
    position: relative;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    padding: 10px 15px;
}

.baseeducational_rewards svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

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

.baseconnect_form .basehero_photo::before {
    transform: skew(10deg);
    position: absolute;
    z-index: 1;
    content: '';
    height: 100%;
    top: 0;
    opacity: 0.7;
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(212,198,210,0.5) 0%, 
        rgb(179,161,175,0.5) 100%
    );
    left: 0;
}

.baseconnect_form .basereach_request h3::after {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 50px;
    background: rgb(212,198,210);
    left: 0;
    content: '';
}

.baseconnect_form .basereach_request input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 18px;
    outline: none;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgb(212,198,210,0.5);
    position: relative;
    padding: 1rem 1.5rem;
    width: 100%;
    background: rgb(179,161,175,0.5);
}

.baseconnect_form .basereach_request .baseinquiry_card input[type="checkbox"]:checked {
    background: rgb(212,198,210);
    border-color: rgb(212,198,210);
}

.baseconnect_form .basereach_request .baseinquiry_card label {
    color: #ffffff;
    display: flex;
    font-size: 18px;
    align-items: center;
}

.baseconnect_form .basereach_request .baseinquiry_card a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    color: rgb(212,198,210);
    text-decoration: none;
}

.baseconnect_form .basereach_request .basehelp_info:hover::before {
    opacity: 1;
}

.baseconnect_form .basereach_request .basehelp_info:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(212,198,210,0.5);
}


.basecookie_guide {
    gap: 20px;
    display: flex;
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
}

.baseprivacyConsentPanel p {
    margin: 0;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
}

.basecookie_user svg {
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(212,198,210);
    width: 80px;
}

.basetrack_bar {
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(212,198,210), rgb(179,161,175));
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    white-space: nowrap;
    border-radius: 19px;
    flex-shrink: 0;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    margin-left: 10px;
    min-width: 140px;
    box-shadow: 0 0 15px rgb(212,198,210);
}

.basehelp_center h1 {
    font-size: 47px;
    transition: transform 0.5s ease;
    z-index: 2;
    margin-bottom: 3rem;
    transform: perspective(500px) translateZ(0);
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #000000;
}

.basehelp_center h1:hover {
    transform: perspective(500px) translateZ(10px);
}

.basehelp_center h1:hover::after {
    width: 120px;
}

.basehelp_center .baseedu_askus {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2.5rem;
    display: grid;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 11px;
}

.basehelp_center .baseedu_askus > div:hover::before {
    width: 8px;
}

.basehelp_center .baseedu_askus > div > div {
    z-index: 2;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    position: relative;
}

.basehelp_center .baseedu_input {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.basehelp_center .basequick_help::after {
    bottom: -2px;
    width: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    background: linear-gradient(90deg, rgb(212,198,210) 0%, rgb(179,161,175) 100%);
}

.basehelp_center .basequick_help:hover svg {
    transform: scale(1.15);
}

.basepricing_lineup::before {
    position: absolute;
    pointer-events: none;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(212,198,210), 0.03) 40px, rgba(rgb(212,198,210), 0.03) 80px);
    z-index: 1;
    top: 0;
}

.basepricing_lineup .basebundle_offer h2 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
    color: #000000;
}

.basepricing_lineup .baseprogram_price {
    font-size: 12px;
    color: #000000;
    margin-top: 1.5rem;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
}

.basepricing_lineup .basepackage_pricing:hover {
    transform: translateY(-8px);
}

.basepricing_lineup .basepackage_pricing:hover .basepricing_schemes {
    box-shadow: 0 15px 35px rgba(rgb(212,198,210,0.5), 0.15);
}

.basepricing_lineup .baseprice_choices h3 {
    font-weight: 600;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-size: calc(19px + 0.1rem);
    color: #000000;
}

.basepricing_lineup .baseprice_choices p {
    font-size: 12px;
    margin-top: 1.5rem;
    line-height: 1.6;
    flex-grow: 1;
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
}

.basepricing_lineup .basepackage_pricing:hover .basehero_photo {
    transform: scale(1.05);
}

.basesecure_shell::before {
    position: absolute;
    content: '';
    top: 10px;
    z-index: -1;
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.basesecure_shell h2 {
    margin-bottom: 15px;
    color: rgb(179,161,175);
    padding-left: 15px;
    margin-top: 25px;
    font-size: 31px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-left: 4px solid rgb(179,161,175);
    text-align: left;
}

.basesecure_shell li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
}

.basesecure_shell p, .basesecure_shell span, .basesecure_shell div {
    margin-bottom: 20px;
    border-left: 3px solid rgb(212,198,210);
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding-left: 15px;
}

.basewelcome_board .basehero_photo::after {
    background: linear-gradient(
        to bottom,
        rgba(10, 30, 50, 0.7),
        rgba(94, 170, 168, 0.6)
    );
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
}

.basewelcome_board .basecontent_box {
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(20px);
    border-radius: 0 29px 29px 0;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    max-width: 550px;
    padding: 2.5rem;
    border-left: 5px solid rgb(179,161,175);
    overflow: hidden;
}

.basewelcome_board .basecontent_box {
    animation: fadeInRight 0.8s ease-out 0.6s forwards;
    transform: translateX(-20px);
}

.basewelcome_board .baseedu_expert:hover {
    transform: scale(0.85);
}

.basewelcome_board .baseedu_expert:hover {
    transform: scale(0.95);
}

.basewelcome_board .baseedu_expert svg path {
    transition: fill 0.3s ease;
}

.basewelcome_board .baseedu_expert:hover svg text {
    fill: rgb(70, 146, 144);
}

.basewelcome_board .basehelp_info {
    display: inline-block;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3);
    letter-spacing: 1px;
    font-size: 17px;
    text-decoration: none;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, 
        rgb(179,161,175), 
        rgb(70, 146, 144));
    padding: 0.9rem 2rem;
    transition: all 0.3s ease;
}

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

.baseprogram_structure .basestudy_hub::before {
    height: 100%;
    top: 0;
    width: 100%;
    animation: shine 5s infinite;
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
}

.baseprogram_structure .basetraining_path::after {
    right: 50px;
    border-radius: 10px;
    height: 40px;
    bottom: -20px;
    content: "";
    position: absolute;
    animation: float 8s ease-in-out infinite;
    width: 40px;
    z-index: -1;
    border: 1px solid rgb(179,161,175,0.5);
}

.baseprogram_structure .basenav_page svg {
    max-height: 100%;
    width: 40px;
    max-width: 100%;
    transition: fill 0.3s ease;
    fill: rgb(212,198,210);
    height: 40px;
}

.baseprogram_structure h3 {
    color: rgb(212,198,210);
    font-size: 36px;
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.baseprogram_structure .basehero_photo {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    transition: all 0.5s ease;
    min-height: 400px;
    border-radius: 11px;
    overflow: hidden;
    position: relative;
    flex: 1;
}

.baseprogram_structure .basestudy_hub:hover .basehero_photo {
    transform: perspective(1000px) rotateY(0deg);
}

header::after {
    transform: scaleX(0.7);
    position: absolute;
    height: 5px;
    left: 0;
    width: 100%;
    transform-origin: center;
    background: linear-gradient(to right, 
        rgb(212,198,210), 
        rgb(179,161,175), 
        rgb(212,198,210)
    );
    transition: transform 0.5s ease;
    bottom: 0;
    content: '';
}

header .basemain_know {
    transform-style: preserve-3d;
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

header .basemain_know img {
    max-height: 40px;
    transform: translateZ(20px);
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}

header .basetop_base::before {
    transform-origin: top;
    transform: rotateX(90deg);
    left: 0;
    position: absolute;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    height: 10px;
    content: '';
    top: 100%;
    width: 100%;
}

header .basemain_site a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateZ(15px);
}

header .basemain_site a:hover::before {
    opacity: 1;
}

header .basemain_site a::after {
    left: 5px;
    bottom: -5px;
    transform: translateZ(-10px);
    background: rgb(212,198,210);
    opacity: 0;
    position: absolute;
    content: '';
    right: 5px;
    height: 5px;
    transition: all 0.4s ease;
}

.baseeducation_experience {
    position: relative;
    background-color: rgb(239,234,238);
    overflow: hidden;
    padding: 6rem 2rem;
}

.baseeducation_experience .basehero_photo {
    border-radius: 0;
    height: 480px;
    box-shadow: 15px 15px 0 rgb(212,198,210,0.5);
    transform: rotate(-2deg);
    transition: all 0.5s ease;
    width: 45%;
    position: relative;
}

.baseeducation_experience .name {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    line-height: 1.1;
    color: #000000;
    font-size: calc(41px * 1.2);
}

.baseeducation_experience .basecareer_summary::before {
    width: 60px;
    left: 0;
    position: absolute;
    height: 3px;
    top: -1.5rem;
    background-color: rgb(212,198,210);
    content: "";
}

.baseexperience_trial {
    padding: 140px 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: linear-gradient(110deg, rgb(212,198,210) 0%, rgb(179,161,175) 100%);
}

.baseexperience_trial .basestudy_hub {
    position: relative;
    max-width: 900px;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    z-index: 2;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.baseexperience_trial .basestudy_hub::before {
    border-radius: 20px;
    backdrop-filter: blur(10px);
    top: 0;
    width: 140%;
    left: -20%;
    position: absolute;
    content: '';
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    z-index: -1;
    height: 100%;
    transform: skewX(-15deg);
    background: rgba(255, 255, 255, 0.05);
}

.baseexperience_trial h3::before {
    left: 10%;
    position: absolute;
    content: '';
    top: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 1px;
    width: 80%;
}

.baseexperience_trial .basequick_help::before {
    background: linear-gradient(
        145deg,
        rgb(212,198,210) 0%,
        rgb(179,161,175) 100%
    );
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    content: '';
}

.baseexperience_trial .basequick_help:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.baseres_connect::after {
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(212,198,210,0.5) 70%, transparent 100%);
    position: absolute;
    pointer-events: none;
    bottom: 0;
    animation: shiftGradient 15s infinite linear;
    top: 0;
    right: 0;
    left: 0;
}

footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}

footer .info_item svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    filter: drop-shadow(0 0 3px rgb(212,198,210,0.5));
    height: 20px;
    width: 20px;
    fill: rgb(212,198,210);
}

footer .info_item a:hover {
    color: rgb(212,198,210);
    text-shadow: 0 0 8px rgb(212,198,210,0.5);
}

footer .basenav_page svg {
    margin-bottom: 10px;
    transition: filter 0.3s ease;
    filter: drop-shadow(0 0 5px rgb(212,198,210,0.5));
    width: auto;
    height: 50px;
}

footer .basetop_base:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

footer .basetop_base:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}



footer .basetop_base h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

footer .basetop_primary {
    gap: 10px;
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
}

footer .basetop_primary a:hover {
    color: rgb(212,198,210);
    padding-left: 20px;
}

footer .basetop_primary a:hover::before {
    opacity: 1;
    background-color: rgb(212,198,210);
    box-shadow: 0 0 5px rgb(212,198,210), 0 0 10px rgb(212,198,210,0.5);
    transform: translateY(-50%) scale(1);
}



footer .subscribe_holder h5 {
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 15px;
    position: relative;
}

footer .subscribe_holder p {
    opacity: 0.9;
    font-size: 12px;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.6;
}

footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 10px rgb(212,198,210,0.5);
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(212,198,210);
}

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

footer .baselicense_cta {
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
    opacity: 0.7;
}

.baseuser_reviews::after {
    opacity: 0.05;
    height: 100%;
    top: 0;
    z-index: 0;
    background-image: 
        linear-gradient(90deg, rgb(212,198,210,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(212,198,210,0.5) 1px, transparent 1px);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-size: 50px 50px;
}

.baseuser_reviews h4::after {
    bottom: -26px;
    background: #ffffff;
    width: 20px;
    left: 50%;
    transform: translateX(-50%);
    border: 3px solid rgb(212,198,210);
    z-index: 1;
    position: absolute;
    height: 20px;
    content: "";
    border-radius: 50%;
}

.baseuser_reviews .basestudent_glow:hover {
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-15px);
}

.baseuser_reviews .basestudent_glow::after {
    content: "";
    border-radius: 50%;
    width: 60px;
    z-index: -1;
    right: -10px;
    top: -10px;
    height: 60px;
    position: absolute;
    opacity: 0.2;
    background: rgb(212,198,210,0.5);
    transition: all 0.4s ease;
}

.baseuser_reviews .basestudent_glow span {
    text-align: center;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(15px * 1.2);
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.baseuser_reviews .basestudent_glow:hover span::after {
    width: 60px;
    opacity: 1;
}

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

.baseuser_reviews .basestudent_glow:nth-child(3n+2)::after {
    background: rgb(179,161,175,0.5);
}

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

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

.baseabout_this h2::after {
    left: 50%;
    height: 3px;
    position: absolute;
    background: rgb(212,198,210);
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    width: 80px;
}

.baseabout_this .basediff_block::before {
    content: "";
    transition: all 0.5s ease;
    top: 0;
    height: 0;
    background: rgb(212,198,210);
    left: 0;
    width: 5px;
    position: absolute;
}

.baseabout_this .basediff_block:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.baseabout_this .basediff_block h3 {
    font-size: 21px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
}

.baseabout_this .basediff_block:first-child {
    border-top: 3px solid rgb(212,198,210);
}

.baseabout_this .container::after {
    right: -5%;
    opacity: 0.2;
    border-radius: 10px;
    position: absolute;
    bottom: -5%;
    border: 2px solid rgb(179,161,175,0.5);
    content: "";
    height: 15%;
    width: 15%;
    animation: rotate-element 15s linear infinite reverse;
}


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



@media (min-width: 768px) {.basegratSection {
    padding: 150px 0;
}.basegratSection h2 {
    font-size: calc(34px * 1.1);
    max-width: 80%;
}.basegratSection .basestudy_hub {
    margin-left: 30px;
    padding: 50px 60px;
}.basegratSection span {
    font-size: calc(12px * 1.1);
}
}



@media (max-width: 767px) {.basegratSection {
    padding: 80px 0;
}.basegratSection h2 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.9);
}.basegratSection .basestudy_hub {
    padding: 30px 25px;
}.basegratSection span {
    font-size: 12px;
    line-height: 1.7;
}.basegratSection h2::after {
    width: 60px;
}
}



@media (max-width: 768px) {.baseeducational_rewards {
    padding: 50px 0;
}.baseeducational_rewards .basehero_photo {
    height: 250px;
}.baseeducational_rewards h3 {
    font-size: calc(31px * 0.9);
}
}



@media screen and (max-width: 1024px) {.baseconnect_form .basemessage_widget {
    flex-direction: column;
}.baseconnect_form .basehero_photo {
    transform: none;
    margin-left: 0;
    flex: 0 0 100%;
    min-height: 300px;
}.baseconnect_form .basehero_photo::before {
    transform: none;
    width: 100%;
}.baseconnect_form .basereach_request {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}



@media screen and (max-width: 480px) {.baseconnect_form .basemessage_widget {
    border-radius: 0;
}.baseconnect_form .basereach_request {
    padding: 2rem 1.5rem;
}}



@media (min-width: 768px) {.basehelp_center {
    padding: 8rem 2rem;
}.basehelp_center .baseedu_askus {
    grid-template-columns: repeat(2, 1fr);
}.basehelp_center h1 {
    margin-bottom: 4rem;
    font-size: calc(47px * 1.1);
}
}



@media (hover: hover) {.basehelp_center .baseedu_askus > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
}



@media (min-width: 992px) {.basepricing_lineup .baseaccess_plans {
    flex-direction: row;
    align-items: center;
    gap: 3rem;
}.basepricing_lineup .basebundle_offer {
    margin: 0;
    width: 35%;
}.basepricing_lineup .basepayment_plan {
    width: 65%;
}
}



@media only screen and (max-width: 800px) {.basesecure_shell {
    width: 95%;
    padding: 20px;
}.basesecure_shell h1 {
    font-size: calc(20px - 6px);
    margin-top: 20px;
    margin-bottom: 15px;
}.basesecure_shell h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(20px - 6px);
}.basesecure_shell ul, .basesecure_shell ol {
    padding-left: 15px;
}.basesecure_shell li {
    padding-left: 20px;
}.basesecure_shell p, .basesecure_shell span, .basesecure_shell div {
    padding-left: 10px;
    margin-bottom: 15px;
}}



@media (max-width: 767px) {.basewelcome_board .basestudy_hub {
    padding: 1.5rem;
    margin-top: 10vh;
}.basewelcome_board h1 {
    font-size: calc(42px * 1.1);
    margin-bottom: 1rem;
}.basewelcome_board .basecontent_box {
    padding: 2rem;
}.basewelcome_board .basecontent_box p {
    font-size: 15px;
}.basewelcome_board .baseedu_expert svg {
    height: 100px;
    width: 100px;
}.basewelcome_board .basehelp_info {
    padding: 0.8rem 1.8rem;
}}



@media screen and (max-width: 576px) {.baseprogram_structure {
    padding: 40px 0;
}.baseprogram_structure .basestudy_hub {
    gap: 20px;
    padding: 20px;
}.baseprogram_structure .basenav_page {
    max-width: 120px;
    height: 40px;
    margin-bottom: 15px;
}.baseprogram_structure h3 {
    font-size: calc(36px - 8px);
}.baseprogram_structure .basehero_photo {
    min-height: 250px;
}}



@media (max-width: 479px) {header .baseheader_wrap {
    padding: 0.7rem 1.2rem;
}header .basenav_page {
    max-width: 120px;
}header .basemain_site a {
    padding: 0.4rem 0.6rem;
    font-size: calc(18px - 3px);
}header::after {
    height: 3px;
}
}



@media (max-width: 576px) {.baseeducation_experience {
    padding: 4rem 1rem;
}.baseeducation_experience .basehero_photo {
    height: 320px;
}.baseeducation_experience .name {
    font-size: 31px;
}.baseeducation_experience .baseexperiencep_wrap > div:nth-child(2) {
    font-size: 13px;
}.baseeducation_experience .basecareer_summary {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media screen and (max-width: 768px) {.baseexperience_trial {
    padding: 100px 0;
}.baseexperience_trial .basestudy_hub::before {
    left: -10%;
    width: 120%;
    transform: skewX(-10deg);
}.baseexperience_trial h3 {
    margin: 40px 0;
    transform: none;
    font-size: calc(35px * 0.8);
}.baseexperience_trial h3::before {
    top: -25px;
}.baseexperience_trial h3::after {
    bottom: -25px;
}.baseexperience_trial .basequick_help {
    transform: none;
    font-size: calc(17px * 0.9);
    padding: 15px 40px;
    margin-bottom: 40px;
}.baseexperience_trial .basequick_help:hover {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {footer .baseres_connect {
    padding: 60px 0 30px;
}footer .baseask_support {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .basetop_base, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .basetop_base h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .basetop_primary a {
    font-size: calc(12px - 2px);
}footer .basesearch_foot {
    margin-top: 30px;
}
}



@media screen and (max-width: 992px) {.baseabout_this {
    padding: 80px 0;
}.baseabout_this .basestudent_voice {
    flex-direction: column;
    margin-top: 40px;
}.baseabout_this .basediff_block {
    margin: 10px 0;
    flex: 1 1 100%;
}.baseabout_this .basestudent_voice::before {
    display: none;
}.baseabout_this .container::before,
    .baseabout_this .container::after {
    display: none;
}
}



@media screen and (max-width: 768px) {.baseabout_this {
    padding: 60px 0;
}.baseabout_this h2 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
}.baseabout_this h2::after {
    width: 60px;
}.baseabout_this .basediff_block {
    padding: 30px;
}.baseabout_this .basediff_block h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 15px;
}
}



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}



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



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



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



@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}



@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

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

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

