* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.expfooter_classes {
    flex: 0 0 auto;
}.expwrapping-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}svg {
    width: 30px;
    height: 30px;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1271px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.exptop_main {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.exppricing_wrapper {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(203,203,186), rgba(240, 240, 255, 0.95));
    position: relative;
}.exppricing_wrapper::before {
    position: absolute;
    content: "";
    z-index: 0;
    width: 40%;
    opacity: 0.4;
    background: linear-gradient(145deg, rgb(167,169,166,0.5), rgb(124,126,124,0.5));
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    right: -5%;
    height: 70%;
    filter: blur(60px);
}.exppricing_wrapper::after {
    height: 60%;
    background: linear-gradient(215deg, rgb(124,126,124,0.5), rgb(167,169,166,0.5));
    width: 35%;
    bottom: -10%;
    content: "";
    filter: blur(50px);
    left: -5%;
    opacity: 0.3;
    transform: rotate(12deg) skewX(-10deg);
    position: absolute;
    z-index: 0;
}.exppricing_wrapper .container {
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1320px;
}.exppricing_wrapper .expaccess_cost {
    grid-template-columns: 1fr;
    display: grid;
    gap: 60px;
}.exppricing_wrapper .exppro_fees {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    transform: translateY(30px);
    text-align: center;
}.exppricing_wrapper .exppro_fees h2 {
    font-size: 32px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}.exppricing_wrapper .exppro_fees h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    position: absolute;
    content: "";
    bottom: -12px;
    height: 4px;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
}.exppricing_wrapper .expbasic_rates {
    font-size: 13px;
    max-width: 680px;
    margin: 20px auto 0;
    line-height: 1.6;
    color: #000000;
}.exppricing_wrapper .exptuition_table {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    grid-template-columns: 1fr;
    gap: 30px;
    transform: translateY(40px);
    display: grid;
}.exppricing_wrapper .expannual_fee {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    backface-visibility: hidden;
    display: block;
}.exppricing_wrapper .explearn_deals {
    will-change: transform, box-shadow;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    height: 100%;
    position: relative;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.exppricing_wrapper .expannual_fee:hover .explearn_deals {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}.exppricing_wrapper .exprate_options {
    padding: 35px 30px;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}.exppricing_wrapper .exprate_options h3 {
    color: #000000;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(20px + 2px);
    padding-left: 15px;
    position: relative;
    font-weight: 700;
    white-space: normal;
    margin-bottom: 15px;
}.exppricing_wrapper .exprate_options h3::before {
    position: absolute;
    content: "";
    width: 4px;
    left: 0;
    height: calc(100% - 10px);
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(167,169,166), rgb(124,126,124));
    top: 5px;
}.exppricing_wrapper .expbundle_price {
    font-weight: 700;
    margin: 5px 0 20px;
    color: rgb(167,169,166);
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
    border-radius: 6px;
    font-size: calc(20px + 4px);
}.exppricing_wrapper .exprate_options p {
    line-height: 1.6;
    font-size: 13px;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 10px;
    color: #000000;
    white-space: normal;
    margin-top: 5px;
    word-break: break-word;
}.exppricing_wrapper .expimg_effect {
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 220px;
    overflow: hidden;
}.exppricing_wrapper .expimg_effect::after {
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}.exppricing_wrapper .expannual_fee:hover .expimg_effect {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.exppricing_wrapper .exptuition_table {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.exppricing_wrapper .expaccess_cost {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.exppricing_wrapper .expaccess_cost {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.exppricing_wrapper .exppro_fees {
    grid-column: 2;
    grid-row: 1;
    text-align: left;
    align-self: center;
}.exppricing_wrapper .exppro_fees h2 {
    display: inline-block;
}.exppricing_wrapper .exppro_fees h2::after {
    left: 0;
    transform: none;
}.exppricing_wrapper .expbasic_rates {
    margin: 25px 0 0;
}.exppricing_wrapper .exptuition_table {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.exppricing_wrapper .exptuition_table {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}.exppricing_wrapper .exprate_options {
    padding: 40px 35px;
}.exppricing_wrapper .expimg_effect {
    height: 240px;
}
}

@media (max-width: 767px) {.exppricing_wrapper {
    padding: 80px 0;
}.exppricing_wrapper .exppro_fees {
    margin-bottom: 20px;
}.exppricing_wrapper .explearn_deals {
    max-width: 100%;
}.exppricing_wrapper .exprate_options {
    padding: 30px 25px;
}.exppricing_wrapper .exprate_options h3 {
    font-size: calc(20px + 1px);
}.exppricing_wrapper .expbundle_price {
    font-size: 20px;
    margin: 0 0 15px;
}.exppricing_wrapper .expimg_effect {
    height: 200px;
}
}

@media (max-width: 480px) {.exppricing_wrapper {
    padding: 60px 0;
}.exppricing_wrapper .exprate_options {
    padding: 25px 20px;
}.exppricing_wrapper .expimg_effect {
    height: 180px;
}}.expthanksPanel {
    background: linear-gradient(135deg, rgb(203,203,186), #ffffff);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.expthanksPanel::before {
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(124,126,124,0.5) 49.5%, rgb(124,126,124,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(124,126,124,0.5) 49.5%, rgb(124,126,124,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    opacity: 0.2;
    z-index: 1;
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    animation: movePattern 40s linear infinite;
    left: 0;
}.expthanksPanel::after {
    height: 200%;
    content: "";
    transform: rotate(25deg);
    right: -20%;
    position: absolute;
    z-index: 0;
    width: 70%;
    top: -50%;
    background: linear-gradient(120deg, rgb(167,169,166,0.5) 10%, transparent 80%);
    opacity: 0.1;
}.expthanksPanel .container {
    z-index: 2;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.expthanksPanel h2 {
    line-height: 1.4;
    font-size: 31px;
    margin-bottom: 40px;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    transform: translateZ(20px);
    font-weight: 600;
    color: #000000;
}.expthanksPanel h2::after {
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    transform: scaleX(0);
    bottom: -16px;
    content: "";
    width: 80px;
    position: absolute;
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    left: 0;
    height: 3px;
}.expthanksPanel .expedu_philosophy {
    border-left: 4px solid rgb(124,126,124);
    background: #ffffff;
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    position: relative;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateZ(10px) translateY(10px);
    padding: 35px 40px 30px;
    opacity: 0;
}.expthanksPanel .expedu_philosophy::before {
    transform: translateZ(-5px);
    border-radius: 50%;
    opacity: 0.15;
    position: absolute;
    right: 20px;
    background: linear-gradient(135deg, rgb(124,126,124,0.5) 30%, transparent 70%);
    height: 100px;
    top: 20px;
    content: "";
    width: 100px;
}.expthanksPanel ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.expthanksPanel li {
    position: relative;
    padding-left: 25px;
}.expthanksPanel li::before {
    width: 8px;
    background: rgb(167,169,166);
    opacity: 0.9;
    height: 8px;
    animation: pulse 3s infinite;
    position: absolute;
    left: 0;
    content: "";
    top: 8px;
    transform: rotate(45deg);
}.expthanksPanel li span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    color: #000000;
    display: block;
    font-size: 15px;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.expthanksPanel {
    padding: 100px 0;
}.expthanksPanel h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 992px) {.expthanksPanel {
    padding: 80px 0;
}.expthanksPanel h2 {
    font-size: calc(31px * 0.85);
}.expthanksPanel::after {
    right: -50%;
    width: 100%;
}.expthanksPanel .expedu_philosophy {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.expthanksPanel {
    padding: 60px 0;
}.expthanksPanel h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.expthanksPanel h2::after {
    width: 60px;
    bottom: -12px;
}.expthanksPanel .expedu_philosophy {
    padding: 25px 30px 20px;
}.expthanksPanel li span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.expthanksPanel {
    padding: 50px 0;
}.expthanksPanel h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.expthanksPanel .expedu_philosophy {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.expthanksPanel li {
    padding-left: 20px;
}.expthanksPanel li::before {
    height: 6px;
    width: 6px;
    top: 8px;
}.expthanksPanel li span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.expthanksPanel::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.expthanksPanel .expedu_philosophy:hover {
    transition: transform 0.3s ease;
    transform: translateZ(15px) translateY(5px);
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    padding: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
    background: linear-gradient(90deg, rgb(124,126,124) 0%, rgb(167,169,166) 100%);
    margin-top: 0;
}header::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    z-index: 0;
}header .expnav_header {
    justify-content: space-between;
    display: flex;
    position: relative;
    padding: 1.2rem 2.5rem;
    align-items: center;
    z-index: 5;
}header .expnav_learning {
    flex: 0 0 auto;
    padding: 0.5rem;
    position: relative;
    margin-right: 2rem;
    overflow: visible;
}header .expnav_learning::before {
    opacity: 0.1;
    right: -5px;
    transform: skew(-5deg);
    z-index: -1;
    left: -5px;
    bottom: -5px;
    position: absolute;
    top: -5px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    content: '';
}header .expnav_learning::after {
    z-index: -1;
    opacity: 0;
    right: -5px;
    transition: all 0.3s ease;
    left: -5px;
    border: 2px solid #ffffff;
    bottom: -5px;
    top: -5px;
    transform: skew(-5deg);
    content: '';
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    position: absolute;
}header .expnav_learning:hover::before {
    opacity: 0;
}header .expnav_learning:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .expnav_wrap {
    display: block;
    transition: all 0.3s ease;
    position: relative;
}header .expnav_wrap:hover {
    transform: scale(1.05);
}header .expnav_wrap img {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
    max-height: 40px;
}header .expnav_mainwrap {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
    display: flex;
    z-index: 2;
}header .expnav_tutor {
    position: relative;
    margin: 0 0.4rem;
}header .expnav_tutor a {
    letter-spacing: 0.5px;
    overflow: hidden;
    z-index: 1;
    font-size: 18px;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    height: 40px;
    text-decoration: none;
    display: flex;
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
    transition: all 0.3s ease;
    padding: 0 1.2rem;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    align-items: center;
}header .expnav_tutor a::before {
    content: '';
    transition: opacity 0.3s ease;
    opacity: 0;
    top: -2px;
    z-index: -1;
    bottom: -2px;
    left: -2px;
    right: -2px;
    background: #ffffff;
    position: absolute;
    transform: scale(0.9);
}header .expnav_tutor a:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    text-shadow: none;
    border-color: #ffffff;
    transform: translateY(-3px);
    color: rgb(167,169,166);
}header .expnav_tutor a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .expnav_tutor::after {
    width: 80%;
    height: 5px;
    position: absolute;
    transition: all 0.3s ease;
    left: 10%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    filter: blur(3px);
    bottom: -10px;
    content: '';
    opacity: 0;
}header .expnav_tutor:hover::after {
    bottom: -5px;
    opacity: 0.5;
}header .expnav_header::before {
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    top: 0;
}header .expnav_header::after {
    width: 100%;
    height: 1px;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    position: absolute;
}header .exptop_main {
    background: rgb(203,203,186);
    padding-top: 2rem;
    position: relative;
    z-index: 1;
}

@media (min-width: 1400px) {header .expnav_header {
    margin: 0 auto;
    max-width: 1320px;
}header .expnav_tutor {
    margin: 0 0.6rem;
}header .expnav_tutor a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .expnav_header {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .expnav_learning {
    margin-bottom: 0;
    margin-right: 0;
}header .expnav_mainwrap {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .expnav_tutor a {
    font-size: calc(18px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .expnav_header {
    padding: 0.8rem 1.5rem;
}header .expnav_learning {
    max-width: 140px;
}header .expnav_learning::before, 
    header .expnav_learning::after {
    right: -3px;
    bottom: -3px;
    left: -3px;
    top: -3px;
}header .expnav_wrap img {
    max-height: 35px;
}header .expnav_mainwrap {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}header .expnav_mainwrap::-webkit-scrollbar {
    height: 3px;
}header .expnav_mainwrap::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .expnav_tutor {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .expnav_tutor a {
    font-size: calc(18px - 2px);
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
}header .expnav_tutor::after {
    display: none;
}
}

@media (max-width: 479px) {header .expnav_header {
    padding: 0.7rem 1.2rem;
}header .expnav_learning {
    max-width: 120px;
}header .expnav_tutor a {
    height: 30px;
    padding: 0 0.6rem;
    font-size: calc(18px - 3px);
}}.exptest_drive {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgba(0, 0, 0, 0.5) 100%);
}.exptest_drive::before {
    animation: shift-background 15s linear infinite;
    position: absolute;
    left: -10%;
    width: 120%;
    top: -10%;
    height: 120%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(167,169,166,0.5) 20%
    );
    z-index: 1;
    content: '';
}.exptest_drive::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(167,169,166,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(124,126,124,0.5) 0%,
        transparent 30%
    );
    width: 100%;
}.exptest_drive .expedu_philosophy {
    flex-direction: column;
    background: rgb(203,203,186);
    border-radius: 15px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    align-items: center;
    padding: 60px;
    position: relative;
    overflow: hidden;
    z-index: 10;
    text-align: center;
    display: flex;
    justify-content: center;
}.exptest_drive .expedu_philosophy::before {
    animation: rotate 30s linear infinite;
    z-index: -1;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(167,169,166,0.5) 100%
    );
    position: absolute;
    content: '';
    width: 200%;
    opacity: 0.1;
    top: -50%;
    left: -50%;
}.exptest_drive .container p {
    font-size: calc(36px * 1.2);
    color: #000000;
    max-width: 800px;
    margin-bottom: 40px;
    position: relative;
    z-index: 5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    font-weight: 700;
}.exptest_drive .container p::after {
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    transform: translateX(-50%);
    left: 50%;
    width: 80px;
    border-radius: 10px;
    bottom: -15px;
    content: '';
}.exptest_drive .exprequest_request {
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 15px;
    overflow: hidden;
    z-index: 5;
    font-weight: 600;
    position: relative;
    background: linear-gradient(135deg, rgb(167,169,166) 0%, rgb(124,126,124) 100%);
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.exptest_drive .exprequest_request::before {
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    z-index: -1;
}.exptest_drive .exprequest_request:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.exptest_drive .exprequest_request:hover::before {
    animation: shine 1.5s infinite;
    left: 100%;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.exptest_drive {
    padding: 80px 0;
}.exptest_drive .expedu_philosophy {
    padding: 40px 30px;
}.exptest_drive .container p {
    margin-bottom: 30px;
    font-size: 36px;
}
}

@media (max-width: 767px) {.exptest_drive {
    padding: 60px 0;
}.exptest_drive .expedu_philosophy {
    padding: 30px 20px;
}.exptest_drive .container p {
    font-size: calc(18px * 1.2);
    margin-bottom: 25px;
}.exptest_drive .exprequest_request {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.exptest_drive {
    padding: 40px 0;
}.exptest_drive .expedu_philosophy {
    padding: 25px 15px;
}.exptest_drive .container p {
    font-size: 18px;
    margin-bottom: 20px;
}.exptest_drive .exprequest_request {
    padding: 10px 25px;
    font-size: calc(16px * 0.9);
}}.exptitle_welcome {
    min-height: 100vh;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 4rem 2rem;
    align-items: center;
    background: linear-gradient(145deg, rgb(203,203,186), rgb(124,126,124,0.5));
}.exptitle_welcome::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    position: absolute;
    background-image: 
    linear-gradient(45deg, rgb(167,169,166,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(167,169,166,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(167,169,166,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(167,169,166,0.5) 75%);
    opacity: 0.05;
    left: 0;
    top: 0;
    background-size: 20px 20px;
}.exptitle_welcome > div {
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    gap: 3rem;
    position: relative;
    z-index: 2;
}.exptitle_welcome > div > div:first-child {
    flex-direction: column;
    display: flex;
    animation: slideInFromLeft 0.8s ease-out forwards;
    align-items: flex-start;
    transform: translateX(0);
    opacity: 0;
}.exptitle_welcome .expclass_online {
    font-size: 47px;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    max-width: 800px;
    position: relative;
}.exptitle_welcome .expclass_online::after {
    left: 0;
    height: 5px;
    bottom: -0.8rem;
    transform: scaleX(0);
    transform-origin: left;
    width: 120px;
    position: absolute;
    animation: expandWidth 0.6s ease-out 0.6s forwards;
    content: "";
    background: linear-gradient(90deg, rgb(167,169,166), rgb(167,169,166,0.5));
}.exptitle_welcome p {
    color: #000000;
    font-size: calc(17px + 0.2rem);
    opacity: 0;
    max-width: 600px;
    margin-top: 0.5rem;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    transform: translateY(20px);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.exptitle_welcome .expstudy_master {
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    width: 100%;
    transform: translateY(40px);
    position: relative;
    opacity: 0;
}.exptitle_welcome .expmastery_zone {
    justify-content: flex-start;
    width: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease;
    align-items: flex-end;
    display: flex;
    min-height: 300px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.exptitle_welcome .expmastery_zone::before {
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.exptitle_welcome .expmastery_zone:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
}.exptitle_welcome .expmastery_zone span {
    position: relative;
    width: 100%;
    padding: 2rem;
    z-index: 2;
}.exptitle_welcome .expmastery_zone h3 {
    color: #ffffff;
    font-size: calc(18px - 0.1rem);
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-left: 1.5rem;
    position: relative;
    font-weight: 600;
}.exptitle_welcome .expmastery_zone h3::before {
    width: 5px;
    background: rgb(167,169,166);
    left: 0;
    border-radius: 10px;
    top: 0.5rem;
    height: calc(100% - 1rem);
    position: absolute;
    content: "";
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

@keyframes expandWidth {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@media (min-width: 768px) {.exptitle_welcome {
    padding: 6rem 3rem;
}.exptitle_welcome > div {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.exptitle_welcome .expclass_online {
    font-size: calc(47px + 0.5rem);
}.exptitle_welcome .expmastery_zone {
    min-height: 400px;
}
}

@media (min-width: 992px) {.exptitle_welcome {
    padding: 7rem 4rem;
}.exptitle_welcome > div {
    gap: 6rem;
}.exptitle_welcome .expclass_online {
    font-size: calc(47px + 1rem);
}.exptitle_welcome .expmastery_zone {
    min-height: 450px;
}.exptitle_welcome .expmastery_zone h3 {
    font-size: 18px;
}
}

@media (max-width: 767px) {.exptitle_welcome {
    padding: 4rem 1.5rem;
}.exptitle_welcome .expclass_online {
    font-size: calc(32px + 0.1rem);
}.exptitle_welcome p {
    font-size: 17px;
}.exptitle_welcome .expmastery_zone {
    min-height: 250px;
}.exptitle_welcome .expmastery_zone h3 {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 480px) {.exptitle_welcome {
    padding: 3rem 1rem;
}.exptitle_welcome .expclass_online::after {
    width: 80px;
    height: 3px;
}.exptitle_welcome .expmastery_zone {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
    min-height: 220px;
}.exptitle_welcome .expmastery_zone span {
    padding: 1.5rem;
}.exptitle_welcome .expmastery_zone h3 {
    padding-left: 1rem;
}.exptitle_welcome .expmastery_zone h3::before {
    width: 3px;
}}.expdata_statistics {
    position: relative;
    background: rgb(203,203,186);
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
}.expdata_statistics::before {
    height: 100%;
    background: linear-gradient(135deg, rgb(167,169,166,0.5) 0%, transparent 75%);
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
    z-index: -1;
}.expdata_statistics::after {
    background: linear-gradient(315deg, rgb(124,126,124,0.5) 0%, transparent 75%);
    right: 0;
    width: 100%;
    bottom: 0;
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0.15;
    content: "";
}.expdata_statistics .container {
    transform: perspective(1000px) rotateX(10deg);
    padding: 0 20px;
    max-width: 1400px;
    padding-bottom: 100px;
    transform-style: preserve-3d;
    position: relative;
    margin: 0 auto;
}.expdata_statistics h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 100px;
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
    text-align: center;
    transform: perspective(1000px) rotateX(-10deg);
    letter-spacing: 3px;
}.expdata_statistics h2::after {
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    bottom: -15px;
    width: 60px;
    border-radius: 10px;
    height: 4px;
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}.expdata_statistics ul {
    margin: 0;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
    list-style: none;
    padding: 0;
}.expdata_statistics .expstatistics_benefits {
    display: flex;
    background: #ffffff;
    align-items: center;
    position: relative;
    flex-direction: row;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transform-style: preserve-3d;
    margin-bottom: 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    max-width: 600px;
    gap: 30px;
    padding: 30px;
}.expdata_statistics .expstatistics_benefits::before {
    content: "";
    border-radius: 12px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(90deg, rgb(167,169,166,0.5), transparent);
    inset: 0;
    position: absolute;
}.expdata_statistics .expstatistics_benefits:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) translateZ(30px) translateX(10px);
}.expdata_statistics .expstatistics_benefits:hover::before {
    opacity: 0.1;
}.expdata_statistics .expstatistics_benefits:nth-child(even) {
    flex-direction: row-reverse;
    align-self: flex-end;
}.expdata_statistics .expstatistics_benefits:nth-child(even)::before {
    background: linear-gradient(90deg, transparent, rgb(124,126,124,0.5));
}.expdata_statistics .expstatistics_benefits:nth-child(1) {
    transform: translateX(100px);
}.expdata_statistics .expstatistics_benefits:nth-child(2) {
    transform: translateX(-100px);
}.expdata_statistics .expstatistics_benefits:nth-child(3) {
    transform: translateX(200px);
}.expdata_statistics .expstatistics_benefits:nth-child(4) {
    transform: translateX(-200px);
}.expdata_statistics .expstatistics_benefits:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(110px);
}.expdata_statistics .expstatistics_benefits:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-110px);
}.expdata_statistics .expstatistics_benefits:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(210px);
}.expdata_statistics .expstatistics_benefits:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-210px);
}.expdata_statistics .expstatistics_benefits p {
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    margin: 0;
    text-align: center;
    flex-basis: 140px;
    background-clip: text !important;
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: 3.5rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
    color: transparent;
    line-height: 1;
}.expdata_statistics .expstatistics_benefits:nth-child(even) p {
    background: linear-gradient(90deg, rgb(124,126,124), rgb(167,169,166));
    background-clip: text !important;
    -webkit-background-clip: text !important;
}.expdata_statistics .expstatistics_benefits:hover p {
    transform: scale(1.1);
}.expdata_statistics .expstatistics_benefits span {
    color: #000000;
    font-weight: 600;
    font-size: 17px;
    flex-grow: 1;
    transition: all 0.3s ease;
}.expdata_statistics .expstatistics_benefits:hover span {
    color: #000000;
}.expdata_statistics svg {
    fill: rgb(167,169,166);
    width: 50px;
    transition: all 0.4s ease;
    height: 50px;
    flex-shrink: 0;
}.expdata_statistics .expstatistics_benefits:nth-child(even) svg {
    fill: rgb(124,126,124);
}.expdata_statistics svg path {
    fill: inherit;
}.expdata_statistics .expstatistics_benefits:hover svg {
    transform: rotate(15deg);
}.expdata_statistics ul::before {
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    content: "";
    opacity: 0.4;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(167,169,166,0.5), rgb(124,126,124,0.5));
    z-index: -1;
}.expdata_statistics .expstatistics_benefits::after {
    z-index: -1;
    position: absolute;
    content: "";
    width: 2px;
    background: linear-gradient(to bottom, rgb(167,169,166,0.5), transparent);
    height: 100px;
}.expdata_statistics .expstatistics_benefits:nth-child(odd)::after {
    top: 0;
    right: calc(100% + 50px);
}.expdata_statistics .expstatistics_benefits:nth-child(even)::after {
    top: 0;
    background: linear-gradient(to bottom, rgb(124,126,124,0.5), transparent);
    left: calc(100% + 50px);
}.expdata_statistics .container::before {
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(167,169,166,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 90%, rgb(124,126,124,0.5) 0%, transparent 15%),
        radial-gradient(circle at 90% 10%, rgb(167,169,166,0.5) 0%, transparent 12%),
        radial-gradient(circle at 10% 90%, rgb(124,126,124,0.5) 0%, transparent 12%),
        linear-gradient(45deg, rgb(167,169,166,0.5) 0%, transparent 2%),
        linear-gradient(135deg, rgb(124,126,124,0.5) 0%, transparent 2%),
        linear-gradient(225deg, rgb(167,169,166,0.5) 0%, transparent 2%),
        linear-gradient(315deg, rgb(124,126,124,0.5) 0%, transparent 2%);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -2;
    content: "";
    left: 0;
    background-size: 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50px 50px, 50px 50px, 50px 50px, 50px 50px;
}.expdata_statistics::before, 
.expdata_statistics::after,
.expdata_statistics .container::before {
    animation: pulse 15s infinite alternate;
}@keyframes pulse {
    0% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.05;
    }
}


.expdata_statistics .container::after {
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(167,169,166) 0%, transparent 0.5%),
        radial-gradient(circle at 80% 40%, rgb(124,126,124) 0%, transparent 0.5%),
        radial-gradient(circle at 40% 70%, rgb(167,169,166) 0%, transparent 0.4%),
        radial-gradient(circle at 60% 20%, rgb(124,126,124) 0%, transparent 0.4%),
        radial-gradient(circle at 30% 60%, rgb(167,169,166) 0%, transparent 0.3%),
        radial-gradient(circle at 70% 80%, rgb(124,126,124) 0%, transparent 0.3%);
    animation: float 20s infinite linear;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -3;
    left: 0;
    top: 0;
}

@keyframes float {
    0% {
        background-position: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
    100% {
        background-position: 100% 100%, 20% 80%, 80% 20%, 60% 30%, 40% 70%, 90% 10%;
    }
}

@media (max-width: 1200px) {.expdata_statistics .expstatistics_benefits {
    max-width: 500px;
}.expdata_statistics .expstatistics_benefits:nth-child(1) {
    transform: translateX(70px);
}.expdata_statistics .expstatistics_benefits:nth-child(2) {
    transform: translateX(-70px);
}.expdata_statistics .expstatistics_benefits:nth-child(3) {
    transform: translateX(140px);
}.expdata_statistics .expstatistics_benefits:nth-child(4) {
    transform: translateX(-140px);
}.expdata_statistics .expstatistics_benefits:nth-child(1):hover {
    transform: perspective(1000px) translateZ(30px) translateX(80px);
}.expdata_statistics .expstatistics_benefits:nth-child(2):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-80px);
}.expdata_statistics .expstatistics_benefits:nth-child(3):hover {
    transform: perspective(1000px) translateZ(30px) translateX(150px);
}.expdata_statistics .expstatistics_benefits:nth-child(4):hover {
    transform: perspective(1000px) translateZ(30px) translateX(-150px);
}.expdata_statistics .expstatistics_benefits p {
    flex-basis: 120px;
    font-size: 3rem;
}.expdata_statistics svg {
    height: 45px;
    width: 45px;
}.expdata_statistics .expstatistics_benefits::after {
    height: 80px;
}.expdata_statistics .expstatistics_benefits:nth-child(odd)::after {
    right: calc(100% + 40px);
}.expdata_statistics .expstatistics_benefits:nth-child(even)::after {
    left: calc(100% + 40px);
}
}

@media (max-width: 991px) {.expdata_statistics {
    padding: 100px 0;
}.expdata_statistics .container {
    transform: perspective(1000px) rotateX(5deg);
    padding-bottom: 50px;
}.expdata_statistics h2 {
    margin-bottom: 80px;
    transform: perspective(1000px) rotateX(-5deg);
}.expdata_statistics .expstatistics_benefits {
    padding: 25px;
    max-width: 450px;
    gap: 20px;
}.expdata_statistics .expstatistics_benefits:nth-child(1) {
    transform: translateX(50px);
}.expdata_statistics .expstatistics_benefits:nth-child(2) {
    transform: translateX(-50px);
}.expdata_statistics .expstatistics_benefits:nth-child(3) {
    transform: translateX(100px);
}.expdata_statistics .expstatistics_benefits:nth-child(4) {
    transform: translateX(-100px);
}.expdata_statistics .expstatistics_benefits:nth-child(1):hover,
    .expdata_statistics .expstatistics_benefits:nth-child(2):hover,
    .expdata_statistics .expstatistics_benefits:nth-child(3):hover,
    .expdata_statistics .expstatistics_benefits:nth-child(4):hover {
    transform: translateZ(0);
}.expdata_statistics .expstatistics_benefits:hover {
    transform: translateZ(0) translateX(0);
}.expdata_statistics .expstatistics_benefits p {
    font-size: 2.5rem;
    flex-basis: 100px;
}.expdata_statistics svg {
    width: 40px;
    height: 40px;
}.expdata_statistics .expstatistics_benefits::after {
    height: 60px;
}.expdata_statistics .expstatistics_benefits:nth-child(odd)::after {
    right: calc(100% + 30px);
}.expdata_statistics .expstatistics_benefits:nth-child(even)::after {
    left: calc(100% + 30px);
}
}

@media (max-width: 768px) {.expdata_statistics {
    padding: 80px 0;
}.expdata_statistics .container {
    transform: none;
}.expdata_statistics h2 {
    transform: none;
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.expdata_statistics ul {
    display: flex;
    align-items: center;
    flex-direction: column;
}.expdata_statistics ul::before {
    display: none;
}.expdata_statistics .expstatistics_benefits {
    width: 100%;
    max-width: 100%;
    transform: none !important;
    flex-direction: row !important;
    padding: 20px;
    margin-bottom: 20px;
}.expdata_statistics .expstatistics_benefits::after {
    display: none;
}.expdata_statistics .expstatistics_benefits:nth-child(even) {
    align-self: center;
}.expdata_statistics .expstatistics_benefits p {
    font-size: 2.2rem;
    flex-basis: 80px;
}.expdata_statistics svg {
    height: 35px;
    width: 35px;
}.expdata_statistics .container::after {
    background-size: 5px 5px;
}
}

@media (max-width: 576px) {.expdata_statistics {
    padding: 60px 0;
}.expdata_statistics h2 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(34px * 0.8);
}.expdata_statistics .expstatistics_benefits {
    padding: 15px;
    gap: 15px;
}.expdata_statistics .expstatistics_benefits p {
    font-size: 2rem;
    flex-basis: 70px;
}.expdata_statistics svg {
    height: 30px;
    width: 30px;
}.expdata_statistics .expstatistics_benefits span {
    font-size: calc(17px * 0.9);
}}


@keyframes floatIn {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.expdata_statistics .expstatistics_benefits {
    animation: floatIn 0.8s forwards;
    opacity: 0;
}.expdata_statistics .expstatistics_benefits:nth-child(1) {
    animation-delay: 0.1s;
}.expdata_statistics .expstatistics_benefits:nth-child(2) {
    animation-delay: 0.3s;
}.expdata_statistics .expstatistics_benefits:nth-child(3) {
    animation-delay: 0.5s;
}.expdata_statistics .expstatistics_benefits:nth-child(4) {
    animation-delay: 0.7s;
}@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.expdata_statistics h2::after {
    background-size: 200% 200%;
    animation: gradient 3s ease infinite;
}.expteacher_profile {
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,203,186), rgba(245, 247, 250, 0.92));
}.expteacher_profile::before {
    height: 40%;
    background: linear-gradient(225deg, rgb(167,169,166,0.5), transparent);
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.15;
    z-index: 0;
    content: "";
    top: -5%;
    position: absolute;
    left: -5%;
}.expteacher_profile::after {
    bottom: -5%;
    width: 30%;
    height: 50%;
    right: -5%;
    transform: rotate(10deg);
    z-index: 0;
    position: absolute;
    opacity: 0.1;
    content: "";
    background: linear-gradient(45deg, rgb(124,126,124,0.5), transparent);
}.expteacher_profile .container {
    padding: 0 1.5rem;
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.expteacher_profile .explearner_views {
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.02);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 3rem 2rem;
    position: relative;
    background: #ffffff;
    grid-template-columns: 1fr;
    transform: translateY(0);
    gap: 2.5rem;
}.expteacher_profile .explearner_views:hover {
    transform: translateY(-5px);
}.expteacher_profile .explearner_views > div:first-child {
    position: relative;
    width: 100%;
}.expteacher_profile .explearner_views .expimg_effect {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    width: 100%;
    height: 0;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.08);
    padding-bottom: 85%;
    position: relative;
}.expteacher_profile .explearner_views:hover .expimg_effect {
    transform: scale(1.02);
}.expteacher_profile .explearner_views .expimg_effect::after {
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.2));
    height: 100%;
    position: absolute;
    content: "";
}.expteacher_profile .explearner_views > div:nth-child(2) {
    position: relative;
    text-align: left;
}.expteacher_profile .explearner_views .name {
    font-size: calc(24px * 1.1);
    margin: 0 0 0.5rem;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
}.expteacher_profile .explearner_views .name::after {
    height: 2px;
    width: 2.5rem;
    left: 0;
    content: "";
    background: rgb(167,169,166);
    position: absolute;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    bottom: -0.35rem;
    transform-origin: left;
}.expteacher_profile .explearner_views:hover .name::after {
    transform: scaleX(1.5);
}.expteacher_profile .explearner_views > div:nth-child(2) > div {
    margin-top: 0.75rem;
    font-size: calc(18px * 0.95);
    letter-spacing: 0.02em;
    font-weight: 600;
    color: rgb(167,169,166);
}.expteacher_profile .explearner_views > div:nth-child(3) {
    position: relative;
}.expteacher_profile .explearner_views .expwork_area {
    padding-left: 1.25rem;
    color: #000000;
    font-size: 18px;
    position: relative;
    margin: 0;
    line-height: 1.7;
    border-left: 3px solid rgb(124,126,124,0.5);
}.expteacher_profile .explearner_views .expwork_area::before {
    background: #ffffff;
    height: 25px;
    left: -8px;
    transition: all 0.4s ease-out 0.2s;
    top: -15px;
    transform: scale(0);
    opacity: 0;
    box-shadow: 0 0 0 3px rgb(124,126,124,0.5);
    content: "";
    position: absolute;
    z-index: 1;
    width: 25px;
    border-radius: 50%;
}.expteacher_profile .explearner_views:hover .expwork_area::before {
    transform: scale(1);
    opacity: 1;
}

@media (min-width: 768px) {.expteacher_profile {
    padding: 8rem 0;
}.expteacher_profile .explearner_views {
    gap: 2rem 3.5rem;
    grid-template-columns: 280px 1fr;
    padding: 3.5rem;
    grid-template-rows: auto 1fr;
}.expteacher_profile .explearner_views > div:first-child {
    grid-row: span 2;
}.expteacher_profile .explearner_views .expimg_effect {
    padding-bottom: 130%;
}.expteacher_profile .explearner_views > div:nth-child(2) {
    align-self: end;
}.expteacher_profile .explearner_views .name {
    font-size: calc(24px * 1.2);
}.expteacher_profile .explearner_views > div:nth-child(3) {
    grid-column: 2;
}.expteacher_profile .explearner_views .expwork_area {
    font-size: calc(18px * 1.05);
    padding-left: 1.5rem;
}
}

@media (min-width: 1024px) {.expteacher_profile {
    padding: 10rem 0;
}.expteacher_profile .explearner_views {
    padding: 4rem;
    grid-template-columns: 320px 1fr;
    gap: 2.5rem 4rem;
}.expteacher_profile .explearner_views .name {
    font-size: calc(24px * 1.3);
}.expteacher_profile .explearner_views > div:nth-child(2) > div {
    font-size: 18px;
}.expteacher_profile .explearner_views .expwork_area {
    font-size: calc(18px * 1.1);
    line-height: 1.8;
}.expteacher_profile .explearner_views::before {
    transition: all 0.5s ease-out;
    background: linear-gradient(135deg, rgb(167,169,166,0.5), transparent 70%);
    top: 3.5rem;
    right: 3.5rem;
    opacity: 0.1;
    z-index: 0;
    width: 80px;
    border-radius: 0 10px 0 100px;
    height: 80px;
    transform: rotate(45deg);
    content: "";
    position: absolute;
}.expteacher_profile .explearner_views:hover::before {
    transform: rotate(55deg) scale(1.2);
    opacity: 0.15;
}
}

@media (min-width: 1280px) {.expteacher_profile .explearner_views {
    gap: 3rem 5rem;
    padding: 5rem;
    grid-template-columns: 380px 1fr;
}.expteacher_profile .explearner_views .expwork_area {
    padding-left: 2rem;
    border-left: 4px solid rgb(124,126,124,0.5);
}}.expconfidential_nest {
    padding: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: rgb(203,203,186);
}.expconfidential_nest h1 {
    color: rgb(167,169,166);
    margin-bottom: 20px;
    font-size: 42px;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(167,169,166);
}.expconfidential_nest h2 {
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 37px;
    color: rgb(124,126,124);
    font-weight: 600;
}.expconfidential_nest h3, .expconfidential_nest h4, .expconfidential_nest h5, .expconfidential_nest h6 {
    margin: 10px 0;
}.expconfidential_nest ul {
    padding-left: 20px;
    list-style: none;
    margin-left: 20px;
    color: #000000;
}.expconfidential_nest li {
    position: relative;
    margin-bottom: 10px;
    font-size: 13px;
}.expconfidential_nest li::before {
    position: absolute;
    content: '→';
    left: -20px;
    color: rgb(167,169,166);
    font-weight: 700;
}.expconfidential_nest div {
    margin-bottom: 20px;
}.expconfidential_nest p {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}.expconfidential_nest span {
    border-radius: 10px;
    padding: 2px 5px;
    background-color: rgb(167,169,166,0.5);
}.expconfidential_nest a {
    transition: color 0.3s;
    color: rgb(167,169,166);
    font-weight: 600;
    text-decoration: none;
}.expconfidential_nest a:hover {
    color: rgb(124,126,124);
}
@media only screen and (max-width: 800px) {.expconfidential_nest {
    padding: 20px;
}.expconfidential_nest h1 {
    font-size: calc(19px * 0.8);
}.expconfidential_nest h2 {
    font-size: calc(19px * 0.8);
}.expconfidential_nest ul {
    margin-left: 10px;
    padding-left: 10px;
}.expconfidential_nest li::before {
    left: -15px;
}.expconfidential_nest p {
    font-size: calc(13px * 0.9);
}}.expprogram_structure {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgba(250, 250, 255, 0.95) 100%);
}.expprogram_structure::before {
    right: 0;
    z-index: 0;
    background: linear-gradient(45deg, transparent, rgb(124,126,124,0.5), transparent);
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 40%;
    opacity: 0.1;
    transform: translateX(30%) skewX(-15deg);
}.expprogram_structure::after {
    z-index: 1;
    height: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(167,169,166) 0%, transparent 100%);
    content: "";
    bottom: 0;
}.expprogram_structure .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.expprogram_structure h2 {
    color: #000000;
    position: relative;
    font-size: calc(35px * 1.05);
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateX(-2rem);
    opacity: 0;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
}.expprogram_structure h2::after {
    bottom: -0.8rem;
    transform: scaleX(0);
    left: 0;
    animation: expandLine 1.2s ease-out 0.7s forwards;
    width: 6rem;
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left;
    background: rgb(167,169,166);
}.expprogram_structure .expskill_path {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    opacity: 0;
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    transform: translateY(2rem);
    display: grid;
}.expprogram_structure .expimg_effect {
    position: relative;
    width: 100%;
    transition: transform 0.5s ease-out;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(3deg);
    height: 320px;
}.expprogram_structure .expimg_effect::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(124,126,124,0.5) 100%
    );
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.expprogram_structure .expimg_effect::after {
    left: 0;
    background: rgb(167,169,166);
    height: 100%;
    transform: translateX(-20px);
    top: 0;
    width: 20px;
    transition: all 0.5s ease-out;
    opacity: 0;
    position: absolute;
    content: "";
}.expprogram_structure .expimg_effect:hover {
    transform: perspective(1000px) rotateX(0deg);
}.expprogram_structure .expimg_effect:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}.expprogram_structure .exptext_item {
    scrollbar-width: thin;
    padding-right: 1.5rem;
    overflow-y: auto;
    max-height: 400px;
    scrollbar-color: rgb(167,169,166) transparent;
}.expprogram_structure .exptext_item::-webkit-scrollbar {
    width: 6px;
}.expprogram_structure .exptext_item::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.expprogram_structure .exptext_item::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(167,169,166);
}.expprogram_structure .description {
    color: #000000;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 16px;
    padding-left: 1rem;
    border-left: 2px solid rgb(167,169,166,0.5);
    line-height: 1.7;
}.expprogram_structure .description:first-of-type::first-letter {
    font-weight: 700;
    line-height: 0.8;
    margin-right: 0.8rem;
    color: rgb(167,169,166);
    float: left;
    font-size: 3.5rem;
}.expprogram_structure .description:last-of-type {
    position: relative;
    padding-top: 1.5rem;
}.expprogram_structure .description:last-of-type::before {
    background: linear-gradient(90deg, rgb(124,126,124,0.5) 0%, transparent 100%);
    width: 80%;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 1px;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.expprogram_structure {
    padding: 8rem 0;
}.expprogram_structure h2 {
    font-size: calc(35px * 1.1);
    max-width: 80%;
    margin-bottom: 4rem;
}.expprogram_structure .expskill_path {
    grid-template-columns: 45% 1fr;
    gap: 4rem;
    align-items: flex-start;
}.expprogram_structure .expimg_effect {
    position: sticky;
    top: 2rem;
    height: 450px;
}.expprogram_structure .exptext_item {
    max-height: 600px;
}
}

@media (min-width: 1024px) {.expprogram_structure {
    padding: 10rem 0;
}.expprogram_structure::before {
    width: 60%;
}.expprogram_structure h2 {
    font-size: calc(35px * 1.2);
    max-width: 70%;
}.expprogram_structure .expskill_path {
    grid-template-columns: 40% 1fr;
    gap: 5rem;
}.expprogram_structure .expimg_effect {
    height: 500px;
}.expprogram_structure .description {
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.expprogram_structure {
    padding: 4rem 0;
}.expprogram_structure h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.expprogram_structure .expimg_effect {
    margin-bottom: 1rem;
    height: 250px;
}.expprogram_structure .exptext_item {
    max-height: 350px;
}.expprogram_structure .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}.expour_mission {
    position: relative;
    background: linear-gradient(135deg, rgb(203,203,186) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
}.expour_mission::before {
    height: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(124,126,124,0.5) 0px,
        rgb(124,126,124,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    z-index: 1;
    opacity: 0.05;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.expour_mission::after {
    background: rgb(167,169,166,0.5);
    top: -5%;
    filter: blur(100px);
    position: absolute;
    opacity: 0.1;
    z-index: 0;
    height: 30%;
    content: "";
    right: -5%;
    width: 30%;
}.expour_mission .container {
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 2;
}.expour_mission h1 {
    position: relative;
    color: #000000;
    font-size: 38px;
    margin-bottom: 3rem;
    display: inline-block;
    font-weight: 700;
    transform: translateZ(0);
}.expour_mission h1::after {
    left: 0;
    transform-origin: left center;
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(167,169,166) 0%, transparent 100%);
    animation: expandLine 1.2s ease-out forwards;
    height: 4px;
    position: absolute;
    width: 70%;
}.expour_mission .expvirtual_academy {
    position: relative;
}.expour_mission .expvirtual_academy ul {
    list-style: none;
    margin: 0;
    display: grid;
    padding: 0;
    gap: 3rem;
    grid-template-columns: 1fr;
}.expour_mission .expmission_why {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    overflow: hidden;
    transform: translateZ(0) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.03),
                0 20px 25px -5px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    border-radius: 2px;
    background: #ffffff;
    position: relative;
}.expour_mission .expmission_why::before {
    height: 0%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(167,169,166), rgb(124,126,124));
    top: 0;
    content: "";
    transition: height 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    left: 0;
}.expour_mission .expmission_why:hover::before {
    height: 100%;
}.expour_mission .expmission_why:hover {
    transform: translateZ(30px) scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 25px 35px -5px rgba(0, 0, 0, 0.12);
}.expour_mission .expmission_why h4 {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
    transition: transform 0.3s ease;
}.expour_mission .expmission_why:hover h4 {
    color: rgb(167,169,166);
    transform: translateX(10px);
}.expour_mission .expmission_why div {
    font-size: 15px;
    scrollbar-color: rgb(124,126,124,0.5) transparent;
    scrollbar-width: thin;
    padding-right: 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
    overflow-y: auto;
    max-height: 250px;
    line-height: 1.75;
}.expour_mission .expmission_why div::-webkit-scrollbar {
    width: 5px;
}.expour_mission .expmission_why div::-webkit-scrollbar-track {
    background: transparent;
}.expour_mission .expmission_why div::-webkit-scrollbar-thumb {
    background-color: rgb(124,126,124,0.5);
    border-radius: 20px;
}@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 70%;
        opacity: 1;
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.expour_mission .expmission_why:nth-child(1) {
    animation: fadeUp 0.8s 0.2s ease-out both;
}.expour_mission .expmission_why:nth-child(2) {
    animation: fadeUp 0.8s 0.4s ease-out both;
}

@media (min-width: 768px) {.expour_mission {
    padding: 8rem 0;
}.expour_mission .expvirtual_academy ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.expour_mission h1 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.2);
}.expour_mission .expmission_why {
    padding: 3rem;
}.expour_mission .expmission_why div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.expour_mission .container {
    padding: 0 3rem;
}.expour_mission .expvirtual_academy ul {
    gap: 3rem;
}.expour_mission .expmission_why {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.6s ease;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}.expour_mission .expmission_why:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px) scale(1.01);
}.expour_mission .expmission_why:nth-child(2n):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px) scale(1.01);
}
}

@media (max-width: 767px) {.expour_mission {
    padding: 4rem 0;
}.expour_mission h1 {
    margin-bottom: 2rem;
    font-size: 35px;
}.expour_mission .expmission_why {
    padding: 1.5rem;
}.expour_mission .expmission_why div {
    font-size: calc(15px * 0.95);
    max-height: 200px;
}}.expcontact_form_box {
    min-height: 650px;
    position: relative;
    display: flex;
    padding: 0;
    align-items: center;
    z-index: 1;
}.expcontact_form_box::before {
    background-color: rgb(167,169,166,0.5);
    position: absolute;
    content: '';
    z-index: -1;
    inset: 0;
}.expcontact_form_box .container {
    padding: 0 20px;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}.expcontact_form_box .expmessage_inquiry {
    display: flex;
    position: relative;
    width: 100%;
    flex-direction: column-reverse;
}.expcontact_form_box .expsupport_request {
    position: relative;
    align-items: flex-start;
    padding: 40px 20px 120px;
    width: 100%;
    justify-content: center;
    gap: 30px;
    background-color: transparent;
    display: flex;
    flex-wrap: wrap;
}.expcontact_form_box .expsupport_request h3 {
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 38px;
    color: #ffffff;
}.expcontact_form_box .expsupport_request h3::after {
    content: '';
    left: 50%;
    width: 60px;
    height: 3px;
    background-color: rgb(124,126,124);
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
}.expcontact_form_box .expsupport_request div {
    background-color: #ffffff;
    justify-content: center;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    min-height: 140px;
    padding: 20px;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 220px;
    flex-direction: column;
    border-radius: 19px;
    text-align: center;
    flex: 1 0 calc(50% - 30px);
}.expcontact_form_box .expsupport_request div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.expcontact_form_box .expsupport_request div svg {
    height: 35px;
    margin-bottom: 15px;
    width: 35px;
}.expcontact_form_box .expsupport_request div svg path {
    fill: rgb(124,126,124);
}.expcontact_form_box .expsupport_request div span {
    margin-top: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1.5;
}.expcontact_form_box .expsupport_request div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.expcontact_form_box .expsupport_request div span a:hover {
    color: rgb(124,126,124);
}.expcontact_form_box .expinquiry_box {
    border-radius: 19px;
    margin: 0 auto;
    padding: 40px 30px;
    max-width: 550px;
    z-index: 2;
    background-color: #ffffff;
    transform: translateY(50px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    position: relative;
}.expcontact_form_box .expinquiry_box::before {
    top: -15px;
    background-color: #ffffff;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(45deg);
    border-radius: 3px;
    z-index: -1;
    height: 30px;
    content: '';
    width: 30px;
}.expcontact_form_box .expinquiry_box h3 {
    text-align: center;
    font-size: 24px;
    color: rgb(167,169,166);
    margin-bottom: 25px;
    font-weight: 700;
}.expcontact_form_box .expinquiry_box form {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
}.expcontact_form_box .expinquiry_box input[type="text"],
.expcontact_form_box .expinquiry_box input[type="email"] {
    padding: 15px 20px;
    font-size: 14px;
    height: 50px;
    color: #000000;
    flex: 1 0 100%;
    border-radius: 10px;
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgb(203,203,186);
}.expcontact_form_box .expinquiry_box input[type="text"]:focus,
.expcontact_form_box .expinquiry_box input[type="email"]:focus {
    outline: none;
    border-color: rgb(124,126,124);
    box-shadow: 0 0 0 3px rgb(124,126,124,0.5);
}.expcontact_form_box .expinquiry_box input::placeholder {
    opacity: 0.6;
    color: #000000;
}.expcontact_form_box .expinquiry_box .expmessage_message {
    flex: 1 0 100%;
    align-items: flex-start;
    display: flex;
    margin-top: 5px;
}.expcontact_form_box .expinquiry_box .expmessage_message input[type="checkbox"] {
    position: relative;
    border-radius: 4px;
    width: 20px;
    margin-top: 3px;
    cursor: pointer;
    height: 20px;
    appearance: none;
    margin-right: 10px;
    -webkit-appearance: none;
    border: 2px solid rgb(203,203,186);
    transition: background-color 0.3s ease, border-color 0.3s ease;
    flex-shrink: 0;
}.expcontact_form_box .expinquiry_box .expmessage_message input[type="checkbox"]:checked {
    border-color: rgb(124,126,124);
    background-color: rgb(124,126,124);
}.expcontact_form_box .expinquiry_box .expmessage_message input[type="checkbox"]:checked::before {
    content: '✓';
    font-size: 12px;
    transform: translate(-50%, -50%);
    left: 50%;
    color: #ffffff;
    position: absolute;
    top: 50%;
}.expcontact_form_box .expinquiry_box .expmessage_message label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.expcontact_form_box .expinquiry_box .expmessage_message label a {
    color: rgb(124,126,124);
    transition: color 0.3s ease;
    text-decoration: none;
}.expcontact_form_box .expinquiry_box .expmessage_message label a:hover {
    color: rgb(167,169,166);
}.expcontact_form_box .expinquiry_box .exprequest_request {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    font-size: 19px;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(124,126,124), rgb(167,169,166));
    box-shadow: 0 5px 15px rgb(124,126,124,0.5);
    font-weight: 600;
    border: none;
    border-radius: 10px;
    height: 50px;
    margin-top: 15px;
    width: 100%;
}.expcontact_form_box .expinquiry_box .exprequest_request:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(167,169,166,0.5);
}

@media screen and (min-width: 992px) {.expcontact_form_box {
    min-height: 700px;
    padding: 100px 0;
}.expcontact_form_box .expmessage_inquiry {
    flex-direction: row;
    align-items: center;
}.expcontact_form_box .expsupport_request {
    margin-left: auto;
    padding: 60px 0 60px 120px;
    justify-content: space-between;
    gap: 30px;
    width: 65%;
    align-items: center;
}.expcontact_form_box .expsupport_request h3 {
    margin-bottom: 40px;
    padding-left: 0;
    text-align: left;
    padding-right: 0;
}.expcontact_form_box .expsupport_request h3::after {
    left: 0;
    transform: none;
}.expcontact_form_box .expsupport_request div {
    margin: 0;
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}.expcontact_form_box .expinquiry_box {
    margin: 0;
    position: absolute;
    width: 45%;
    max-width: 450px;
    padding: 40px;
    z-index: 3;
    left: 0;
}.expcontact_form_box .expinquiry_box::before {
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    top: 50%;
}
}

@media screen and (min-width: 1200px) {.expcontact_form_box .expsupport_request {
    width: 70%;
    padding-left: 200px;
}.expcontact_form_box .expinquiry_box {
    max-width: 480px;
    width: 40%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.expcontact_form_box {
    padding: 80px 0 120px;
}.expcontact_form_box .expsupport_request {
    justify-content: space-between;
    padding: 0 20px 120px;
}.expcontact_form_box .expsupport_request div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.expcontact_form_box {
    padding: 60px 0 120px;
}.expcontact_form_box .expsupport_request {
    padding: 0 20px 120px;
}.expcontact_form_box .expsupport_request h3 {
    font-size: calc(24px + 2px);
}.expcontact_form_box .expsupport_request div {
    max-width: 280px;
    min-height: 120px;
    flex: 0 0 100%;
    margin-bottom: 0;
}.expcontact_form_box .expsupport_request div svg {
    width: 30px;
    height: 30px;
}.expcontact_form_box .expinquiry_box {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.expcontact_form_box {
    padding: 40px 0 100px;
}.expcontact_form_box .expsupport_request {
    gap: 20px;
}.expcontact_form_box .expsupport_request div {
    min-height: auto;
    padding: 20px 15px;
}}.expcookie_warning_alert {
    background: rgb(203,203,186);
    border-top: 2px solid rgb(167,169,166);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
}.expcookie_notice {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}.expcookie_warning_alert h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.expcookie_warning_alert p {
    font-size: 18px;
}.expmanage_tracking {
    margin-right: 10px;
    flex-shrink: 0;
}.expmanage_tracking svg, .expmanage_tracking svg path, .expmanage_tracking img {
    width: 100px;
    fill: rgb(167,169,166);
    height: 100px;
}.exptrack_alert {
    color: rgb(167,169,166);
    margin-left: 10px;
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
    line-height: 35px;
    font-size: 24px;
    min-width: 120px;
    border-bottom: 2px solid rgb(167,169,166);
    flex-shrink: 0;
    text-align: center;
}.expcookie_warning_alert p a {
    text-decoration: none;
    color: rgb(167,169,166);
}
@media only screen and (max-width: 1200px) {.expcookie_warning_alert {
    padding: 20px;
}}
#expcookie_popup_alert {
    display: none;
}#expcookie_popup_alert:checked ~ .expcookie_warning_alert {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.expmanage_tracking {
    display: none;
}.expcookie_notice {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.expcookie_warning_alert h5 {
    text-align: center;
}.expcookie_warning_alert p {
    text-align: center;
}.exptrack_settings {
    margin-bottom: 20px;
}body .expwrapping-container .exptrack_alert {
    margin-left: 0;
}}footer {
    width: 100%;
    position: relative;
}footer .expfooter_classes {
    padding: 80px 0 30px;
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgb(167,169,166) 100%);
    z-index: 1;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
}footer .expfooter_classes::before {
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0.05;
}footer .expfooter_classes::after {
    background: linear-gradient(90deg, 
        rgb(167,169,166) 0%, 
        rgb(124,126,124) 50%, 
        rgb(167,169,166) 100%);
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    animation: glowBorder 3s infinite linear;
    top: 0;
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .expfooter_classes .container {
    position: relative;
    z-index: 2;
}footer .exptrophy_case {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}footer .expassist_experts {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
}footer .expassist_experts::after {
    height: 1px;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(124,126,124,0.5) 50%, 
        transparent 100%);
    bottom: 0;
}footer .info_item {
    margin-bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(0);
    padding: 15px;
    flex: 1;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
    min-width: 200px;
    border-radius: 10px;
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}footer .info_item p,
footer .info_item a {
    font-weight: 400;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}footer .info_item svg {
    fill: rgb(124,126,124);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(124,126,124);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    gap: 40px;
    display: grid;
}footer .expnav_learning {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 20px;
}footer .expnav_learning svg {
    filter: drop-shadow(0 0 5px rgb(167,169,166,0.5));
    max-width: 160px;
    height: auto;
}footer .expfund_cta {
    max-width: 300px;
    font-weight: 300;
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
    line-height: 1.5;
}footer .expnav_mainwrap {
    flex-direction: column;
    gap: 20px;
    display: flex;
}footer .expnav_mainwrap h5 {
    font-size: 22px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 15px;
}footer .expnav_mainwrap h5::after {
    background: rgb(124,126,124);
    bottom: 0;
    position: absolute;
    content: '';
    border-radius: 10px;
    left: 0;
    width: 50px;
    height: 3px;
}footer .expheader_learn {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 15px;
}footer .expheader_learn a {
    transition: all 0.3s ease;
    position: relative;
    font-size: 15px;
    padding-left: 15px;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
}footer .expheader_learn a::before {
    border-radius: 50%;
    transition: all 0.3s ease;
    top: 50%;
    height: 6px;
    position: absolute;
    content: '';
    left: 0;
    width: 6px;
    opacity: 0.7;
    background: rgb(124,126,124);
    transform: translateY(-50%);
}footer .expheader_learn a:hover {
    transform: translateX(5px);
    color: rgb(124,126,124);
    opacity: 1;
}footer .expheader_learn a:hover::before {
    opacity: 1;
    height: 8px;
    width: 8px;
    box-shadow: 0 0 10px rgb(124,126,124);
}footer .subscribe_holder {
    background: rgba(0, 0, 0, 0.2);
    gap: 15px;
    flex-direction: column;
    border-radius: 22px;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 25px;
    transform: perspective(1000px) rotateY(-5deg);
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-weight: 700;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 15px;
    margin-bottom: 20px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    font-size: 15px;
    padding: 14px 15px;
    outline: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(124,126,124,0.5);
    border-color: rgb(124,126,124);
}footer .expsub_toggles {
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    padding: 12px 24px;
    background: linear-gradient(45deg, rgb(124,126,124) 0%, rgb(167,169,166) 100%);
    border-radius: 10px;
    border: none;
    letter-spacing: 1px;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    text-transform: uppercase;
    transition: all 0.3s ease;
}footer .expsub_toggles::before {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    height: 100%;
    transition: 0.6s;
    width: 100%;
    top: 0;
    left: -100%;
    content: '';
}footer .expsub_toggles:hover::before {
    left: 100%;
}footer .expsub_toggles:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .exptech_stack {
    padding-top: 30px;
    text-align: center;
    position: relative;
}footer .exptech_stack::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(124,126,124,0.5) 50%, 
        transparent 100%);
    height: 1px;
    width: 100%;
}footer .expcontest_info {
    opacity: 0.7;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
}

@media (max-width: 992px) {footer .expfooter_classes {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    transform: perspective(1000px) rotateY(0deg);
    grid-column: span 2;
}footer .expassist_experts {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .expfooter_classes {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .expnav_mainwrap {
    gap: 15px;
}footer .expassist_experts {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .expsub_toggles {
    width: 100%;
}
}

@media (max-width: 576px) {footer .expfooter_classes {
    padding: 40px 0 30px;
}footer .expnav_learning {
    align-items: center;
    margin: 0 auto;
    text-align: center;
}footer .expfund_cta {
    margin: 0 auto;
    text-align: center;
}footer .expnav_mainwrap h5 {
    text-align: center;
}footer .expnav_mainwrap h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .expheader_learn {
    align-items: center;
}footer .expheader_learn a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.expstudy_method {
    background: linear-gradient(135deg, rgb(203,203,186) 0%, rgba(rgb(167,169,166,0.5), 0.08) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.expstudy_method::before {
    background: linear-gradient(225deg, rgb(167,169,166) 0%, transparent 80%);
    top: -5%;
    opacity: 0.1;
    content: "";
    height: 50%;
    pointer-events: none;
    position: absolute;
    width: 40%;
    right: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    z-index: 1;
}.expstudy_method::after {
    width: 40%;
    position: absolute;
    height: 50%;
    transform: rotate(15deg) skewX(15deg);
    background: linear-gradient(45deg, rgb(124,126,124) 0%, transparent 80%);
    opacity: 0.08;
    content: "";
    bottom: -5%;
    z-index: 1;
    left: -10%;
    pointer-events: none;
}.expstudy_method .expedu_philosophy {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.expstudy_method h2 {
    font-size: 36px;
    font-weight: 700;
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    display: inline-block;
    position: relative;
    color: #000000;
}.expstudy_method h2::before {
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(167,169,166), rgb(124,126,124));
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 6rem;
    bottom: -0.8rem;
    height: 0.35rem;
    transform-origin: left;
    transform: scaleX(0.6);
}.expstudy_method:hover h2::before {
    transform: scaleX(1);
}.expstudy_method .exptext_item {
    background-color: rgba(rgb(255, 255, 255, 0.5), 0.96);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    transform: translateY(0);
}.expstudy_method .exptext_item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.12);
}.expstudy_method .exptext_item::before {
    content: "";
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(rgb(167,169,166,0.5), 0.03) 0%, rgba(rgb(124,126,124,0.5), 0.06) 100%);
    width: 100%;
}.expstudy_method .exptext_item::after {
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(167,169,166), rgb(124,126,124));
    position: absolute;
    width: 4px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
}.expstudy_method .exptext_item:hover::after {
    height: 100%;
}.expstudy_method p {
    line-height: 1.8;
    color: #000000;
    font-size: 18px;
    margin: 0;
    max-width: 96%;
    font-family: Arial, sans-serif;
}

@media (min-width: 768px) {.expstudy_method {
    padding: 8rem 0;
}.expstudy_method .expedu_philosophy {
    padding: 0 4rem;
}.expstudy_method h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 3rem;
}.expstudy_method .exptext_item {
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    padding: 3.5rem;
}.expstudy_method p {
    line-height: 1.9;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1024px) {.expstudy_method {
    padding: 10rem 0;
}.expstudy_method::before {
    width: 35%;
    height: 60%;
}.expstudy_method::after {
    height: 60%;
    width: 35%;
}.expstudy_method .expedu_philosophy {
    padding: 0 2rem;
}.expstudy_method h2 {
    transform: translateX(-1rem);
    font-size: calc(36px * 1.2);
    margin-bottom: 3.5rem;
}.expstudy_method h2::before {
    height: 0.4rem;
    width: 8rem;
}.expstudy_method .exptext_item {
    padding: 4rem 5rem;
    margin: 0 auto;
    max-width: 90%;
}.expstudy_method p {
    font-size: calc(18px * 1.1);
    line-height: 2;
}
}

@media (max-width: 767px) {.expstudy_method {
    padding: 4rem 0;
}.expstudy_method .expedu_philosophy {
    padding: 0 1.5rem;
}.expstudy_method h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
}.expstudy_method h2::before {
    height: 0.3rem;
    width: 5rem;
}.expstudy_method .exptext_item {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.expstudy_method p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.expstudy_method {
    padding: 3rem 0;
}.expstudy_method .expedu_philosophy {
    padding: 0 1rem;
}.expstudy_method h2 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.5rem;
}.expstudy_method .exptext_item {
    padding: 1.5rem 1.25rem;
}.expstudy_method p {
    font-size: calc(18px * 0.9);
    max-width: 100%;
    line-height: 1.6;
}}.expfollow {
    background: linear-gradient(135deg, rgb(124,126,124) 0%, rgb(167,169,166) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.expfollow::before {
    opacity: 0.1;
    width: 250px;
    transform: rotate(-15deg);
    top: -5%;
    right: -5%;
    content: "";
    height: 250px;
    position: absolute;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
}.expfollow::after {
    position: absolute;
    left: -5%;
    width: 200px;
    bottom: -5%;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(124,126,124,0.5) 0%, transparent 70%);
    transform: rotate(25deg);
    height: 200px;
    content: "";
}.expfollow .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.expfollow .expedu_philosophy {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(167,169,166);
    gap: 2rem;
    grid-template-columns: 1fr;
    display: grid;
}.expfollow h3 {
    font-size: calc(22px * 1.1);
    transform: translateY(-5px);
    line-height: 1.4;
    animation: fadeSlideDown 0.8s ease-out forwards;
    letter-spacing: -0.02em;
    font-weight: 600;
    margin: 0 0 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
}.expfollow .input_holder {
    gap: 1.2rem;
    flex-direction: column;
    display: flex;
    animation: fadeSlideUp 0.8s ease-out forwards;
    transform: translateY(5px);
}.expfollow .input_holder div {
    flex: 1;
    position: relative;
}.expfollow .input_holder div::before {
    content: "";
    left: 0;
    bottom: -2px;
    height: 2px;
    background: linear-gradient(90deg, rgb(167,169,166) 0%, rgb(124,126,124) 100%);
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    position: absolute;
    width: 0;
}.expfollow .input_holder div:focus-within::before {
    width: 100%;
}.expfollow input[type="email"] {
    transition: all 0.3s ease;
    font-size: 18px;
    width: 100%;
    font-family: Arial, sans-serif;
    background: transparent;
    outline: none;
    color: #000000;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.expfollow input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: color 0.3s ease;
}.expfollow input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-color: rgb(124,126,124,0.5);
}.expfollow input[type="email"]:focus::placeholder {
    color: rgba(0, 0, 0, 0.2);
    transform: translateX(5px);
}.expfollow .expsub_toggles {
    font-size: 18px;
    padding: 1rem 2rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(0);
    cursor: pointer;
    align-self: flex-start;
    display: inline-block;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-weight: 600;
    border: none;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgb(167,169,166) 0%, rgb(124,126,124) 100%);
}.expfollow .expsub_toggles::before {
    position: absolute;
    top: 0;
    left: -100%;
    content: "";
    transition: all 0.6s ease;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.expfollow .expsub_toggles:hover {
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.18);
    transform: translateY(-3px) translateZ(0);
}.expfollow .expsub_toggles:hover::before {
    left: 100%;
}.expfollow .expsub_toggles:active {
    transform: translateY(1px) translateZ(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@keyframes fadeSlideDown {
    from {
        opacity: 0;
        transform: translateY(-25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 768px) {.expfollow {
    padding: 5rem 3rem;
}.expfollow .expedu_philosophy {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    transform: perspective(1000px) rotateX(1deg);
    padding: 4rem;
}.expfollow h3 {
    margin: 0;
    font-size: 34px;
}.expfollow .input_holder {
    align-items: stretch;
    flex-direction: row;
    gap: 1.5rem;
}.expfollow input[type="email"] {
    padding: 1.2rem 1.5rem;
}.expfollow .expsub_toggles {
    align-self: stretch;
    white-space: nowrap;
}
}

@media (min-width: 1024px) {.expfollow {
    padding: 6rem 2rem;
}.expfollow .expedu_philosophy {
    gap: 4rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.5rem 5rem;
}.expfollow::before {
    width: 350px;
    height: 350px;
}.expfollow::after {
    width: 300px;
    height: 300px;
}
}

@media (max-width: 767px) {.expfollow h3 {
    text-align: center;
}.expfollow .expsub_toggles {
    text-align: center;
    width: 100%;
}
}