* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-viewport-12643 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.main-nav-28439 {
    flex: 1 0 auto;
}.award-show-34062 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1170px;
    max-width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-features-02965 {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(220,237,244) 0%, rgb(149,175,220,0.5) 100%);
    overflow: hidden;
}.course-features-02965::before {
    height: 300px;
    z-index: 1;
    position: absolute;
    opacity: 0.1;
    width: 300px;
    background: linear-gradient(225deg, rgb(187,185,232) 0%, rgb(187,185,232,0.5) 70%);
    animation: floatElement 15s infinite ease-in-out;
    top: -5%;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    content: "";
    transform: rotate(-15deg);
    right: -5%;
}.course-features-02965::after {
    position: absolute;
    background: linear-gradient(45deg, rgb(149,175,220) 0%, rgb(149,175,220,0.5) 70%);
    opacity: 0.1;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    left: -3%;
    width: 250px;
    height: 250px;
    animation: floatElement 18s infinite ease-in-out reverse;
    content: "";
    transform: rotate(10deg);
    bottom: -8%;
    z-index: 1;
}.course-features-02965 .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.course-features-02965 .study-hack-23569 {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course-features-02965 .inline-image-25938 {
    height: 350px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course-features-02965 .inline-image-25938::before {
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
}.course-features-02965 .inline-image-25938::after {
    content: "";
    z-index: 2;
    height: 60px;
    right: -15px;
    top: -15px;
    position: absolute;
    border-right: 4px solid rgb(187,185,232);
    border-top: 4px solid rgb(187,185,232);
    opacity: 0.7;
    width: 60px;
}.course-features-02965 .inline-image-25938:hover {
    transform: perspective(1000px) rotateY(0);
}.course-features-02965 .section-content-50618 {
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
}.course-features-02965 .section-content-50618::before {
    background: linear-gradient(to bottom, rgb(187,185,232), rgb(149,175,220));
    transform-origin: top;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    height: 80%;
    left: -20px;
    top: 10%;
    content: "";
    transform: scaleY(0);
    position: absolute;
    width: 5px;
}.course-features-02965 h3 {
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    color: rgb(187,185,232);
    font-weight: 700;
    opacity: 0;
    padding-left: 1rem;
    position: relative;
    font-size: calc(21px * 1.1);
    transform: translateY(20px);
}.course-features-02965 h3::before {
    left: 0;
    background-color: rgb(149,175,220);
    content: "";
    position: absolute;
    width: 0.4rem;
    transform: translateY(-50%);
    top: 50%;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 0.4rem;
}.course-features-02965 .description {
    line-height: 1.8;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideUp 0.8s forwards 0.5s;
    position: relative;
    font-size: 17px;
    margin-bottom: 1.2rem;
}.course-features-02965 p.description {
    padding-right: 1rem;
    scrollbar-width: thin;
    max-height: 400px;
    overflow-y: auto;
    display: block;
    scrollbar-color: rgb(149,175,220) transparent;
    position: relative;
}.course-features-02965 p.description::-webkit-scrollbar {
    width: 6px;
}.course-features-02965 p.description::-webkit-scrollbar-track {
    background: transparent;
}.course-features-02965 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(149,175,220,0.5);
}.course-features-02965 span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes floatElement {
    0%, 100% {
        transform: translate(0, 0) rotate(-15deg);
    }
    25% {
        transform: translate(-10px, 15px) rotate(-10deg);
    }
    50% {
        transform: translate(10px, 5px) rotate(-20deg);
    }
    75% {
        transform: translate(15px, -10px) rotate(-12deg);
    }
}

@media (min-width: 768px) {.course-features-02965 .study-hack-23569 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.course-features-02965 .inline-image-25938 {
    height: 450px;
}.course-features-02965 h3 {
    font-size: calc(21px * 1.2);
    padding-left: 1.5rem;
}.course-features-02965 h3::before {
    height: 0.6rem;
    width: 0.6rem;
}.course-features-02965 .section-content-50618::before {
    left: -30px;
}
}

@media (min-width: 992px) {.course-features-02965 {
    padding: 9rem 0;
}.course-features-02965 .inline-image-25938 {
    height: 500px;
}.course-features-02965 .section-content-50618 {
    padding-right: 2rem;
}.course-features-02965 .section-content-50618::before {
    left: -40px;
}.course-features-02965 h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 2rem;
}.course-features-02965 .description {
    font-size: calc(17px * 1.05);
}.course-features-02965 p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.course-features-02965 .study-hack-23569 {
    gap: 6rem;
}.course-features-02965 .inline-image-25938 {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.course-features-02965 .inline-image-25938:hover {
    transform: perspective(1500px) rotateY(0);
}.course-features-02965 h3 {
    font-size: calc(29px * 0.8);
}.course-features-02965 p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.course-features-02965 {
    padding: 5rem 0;
}.course-features-02965 .inline-image-25938 {
    margin-bottom: 1rem;
    height: 280px;
}.course-features-02965 h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 1);
}.course-features-02965 .section-content-50618::before {
    left: -15px;
}.course-features-02965 p.description {
    max-height: 350px;
}}.cookie-overlay-banner-87152 {
    position: fixed;
    border-top: 3px solid rgb(187,185,232);
    width: 100%;
    bottom: 0;
    padding: 15px 20px;
    z-index: 90;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    background: rgb(149,175,220);
}.edu-consent-26507 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}.cookie-explained-48250 {
    margin-right: 20px;
    flex-shrink: 0;
}.cookie-explained-48250 svg {
    width: 50px;
    height: 50px;
    fill: rgb(187,185,232);
}.user-default-80947 {
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}.cookie-overlay-banner-87152 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
}.cookie-overlay-banner-87152 p {
    font-size: 15px;
    color: #000000;
    line-height: 1.5;
}.privacy-cookies-42017 {
    background: rgb(187,185,232);
    border-radius: 10px;
    cursor: pointer;
    color: #ffffff;
    transition: none;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 150px;
    border: 2px solid rgb(187,185,232);
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
}.privacy-cookies-42017:hover {
    background: rgb(187,185,232,0.5);
    border-color: rgb(187,185,232,0.5);
}.cookie-overlay-banner-87152 p a {
    color: rgb(187,185,232);
    text-decoration: none;
    border-bottom: 2px solid rgb(187,185,232);
}.cookie-overlay-banner-87152 p a:hover {
    border-bottom-color: rgb(149,175,220);
    color: rgb(149,175,220);
}
@media only screen and (max-width: 1200px) {.cookie-overlay-banner-87152 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.cookie-explained-48250 {
    display: none;
}.edu-consent-26507 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie-overlay-banner-87152 h5, .cookie-overlay-banner-87152 p {
    text-align: center;
}.user-default-80947 {
    margin-bottom: 15px;
}.privacy-cookies-42017 {
    margin-left: 0;
    margin-top: 10px;
}}
#cookie-overlay-box-54617 {
    display: none;
}#cookie-overlay-box-54617:checked ~ .cookie-overlay-banner-87152 {
    opacity: 0;
    visibility: hidden;
}header {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    padding: 1.2rem 0;
    width: 100%;
    position: relative;
    z-index: 100;
    background: linear-gradient(to bottom, rgb(220,237,244), #ffffff);
}header::before {
    z-index: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(187,185,232,0.5) 65%, 
        rgb(187,185,232,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(149,175,220,0.5) 75%, 
        rgb(149,175,220,0.5) 80%, 
        transparent 80%);
    opacity: 0.5;
    left: 0;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
}header .container {
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 3%;
}header .head-edu-16953 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
    display: flex;
}header .header-mainbar-83067 {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    align-items: center;
    background: linear-gradient(135deg, rgb(187,185,232,0.5), rgb(149,175,220,0.5));
    border-radius: 17px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .header-mainbar-83067::before {
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    height: 200%;
    transition: opacity 0.3s ease;
    position: absolute;
    content: '';
    left: -50%;
    opacity: 0;
    top: -50%;
}header .header-mainbar-83067:hover::before {
    opacity: 1;
}header .header-mainbar-83067 svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
}header .header-mainbar-83067:hover svg {
    transform: scale(1.03);
}header .nav-mentor-85937 {
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    max-width: 800px;
    margin-top: 0.5rem;
    gap: 0.6rem;
}header .head-study-54160 {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-weight: 600;
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    z-index: 1;
    text-decoration: none;
    padding: 0.6rem 1.2rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 18px;
}header .head-study-54160::before {
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(187,185,232), rgb(149,175,220));
    height: 3px;
    width: 100%;
    transform-origin: left;
    top: 0;
    left: 0;
    content: '';
    transition: transform 0.3s ease;
    position: absolute;
}header .head-study-54160:hover {
    transform: translateY(-3px);
    color: rgb(187,185,232);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .head-study-54160:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header-mainbar-83067 {
    padding: 0.5rem 1.2rem;
}header .header-mainbar-83067 svg {
    width: 140px;
}header .nav-mentor-85937 {
    gap: 0.5rem;
}header .head-study-54160 {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head-edu-16953 {
    gap: 1.5rem;
}header .header-mainbar-83067 {
    padding: 0.4rem 1rem;
}header .header-mainbar-83067 svg {
    width: 130px;
}header .nav-mentor-85937 {
    gap: 0.5rem;
}header .head-study-54160 {
    font-size: calc(18px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head-edu-16953 {
    gap: 1rem;
}header .header-mainbar-83067 svg {
    width: 120px;
}header .nav-mentor-85937 {
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .nav-mentor-85937::-webkit-scrollbar {
    height: 3px;
}header .nav-mentor-85937::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(187,185,232);
}header .head-study-54160 {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.contact-panel-47965 {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(220,237,244) 0%, rgb(220,237,244) 50%, rgb(187,185,232,0.5) 150%);
}.contact-panel-47965::before {
    position: absolute;
    background-image: 
        linear-gradient(to right, rgb(187,185,232,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(187,185,232,0.5) 1px, transparent 1px);
    height: 100%;
    width: 100%;
    opacity: 0.05;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
    background-size: 30px 30px;
}.contact-panel-47965::after {
    left: 0;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(187,185,232) 15%, 
        rgb(149,175,220) 35%, 
        rgb(187,185,232) 65%, 
        transparent 100%);
    animation: scanline 3s infinite linear;
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 2px;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact-panel-47965 .inline-image-25938 {
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.06;
    position: absolute;
    mix-blend-mode: luminosity;
    height: 100%;
    z-index: 0;
}.contact-panel-47965 .inline-image-25938::before {
    position: absolute;
    content: "";
    height: 100%;
    mix-blend-mode: color-burn;
    opacity: 0.03;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(187,185,232) 0,
        rgb(187,185,232) 5px,
        transparent 5px,
        transparent 10px
    );
    left: 0;
    width: 100%;
}.contact-panel-47965 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    position: relative;
}.contact-panel-47965 h3 {
    font-weight: 700;
    letter-spacing: 3px;
    position: relative;
    color: rgb(187,185,232);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
    font-size: 38px;
}.contact-panel-47965 .query-block-84536 {
    border-radius: 10px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(220,237,244),
        0 0 30px rgb(187,185,232,0.5);
    display: flex;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #ffffff;
    flex-wrap: wrap;
}.contact-panel-47965 .query-block-84536::before {
    height: 3px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220));
    z-index: 3;
}.contact-panel-47965 .inquiry-form-95801 {
    padding: 50px;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(220,237,244), 0.3) 100%
    );
    flex: 1 1 60%;
    z-index: 2;
    position: relative;
}.contact-panel-47965 .inquiry-form-95801::after {
    position: absolute;
    border-right: 2px solid rgb(187,185,232,0.5);
    height: 40px;
    opacity: 0.5;
    border-top: 2px solid rgb(187,185,232,0.5);
    top: 20px;
    right: 20px;
    content: "";
    width: 40px;
}.contact-panel-47965 .inquiry-form-95801::before {
    content: "";
    border-bottom: 2px solid rgb(187,185,232,0.5);
    opacity: 0.5;
    height: 40px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 40px;
    border-left: 2px solid rgb(187,185,232,0.5);
}.contact-panel-47965 .inquiry-form-95801 h3 {
    margin-bottom: 30px;
    letter-spacing: normal;
    text-align: left;
    text-transform: none;
    color: #000000;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgb(220,237,244);
    font-size: 18px;
}.contact-panel-47965 .inquiry-form-95801 h3::before,
.contact-panel-47965 .inquiry-form-95801 h3::after {
    display: none;
}.contact-panel-47965 .inquiry-form-95801 input[type="text"],
.contact-panel-47965 .inquiry-form-95801 textarea {
    color: #000000;
    font-size: 16px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
    background: rgb(220,237,244);
    font-family: Arial, sans-serif;
    border: none;
    margin-bottom: 20px;
}.contact-panel-47965 .inquiry-form-95801 input[type="text"]:focus,
.contact-panel-47965 .inquiry-form-95801 textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(187,185,232,0.5);
    background: #ffffff;
}.contact-panel-47965 .inquiry-form-95801 input[type="text"]::placeholder,
.contact-panel-47965 .inquiry-form-95801 textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.contact-panel-47965 .inquiry-form-95801 input[type="text"]:focus::placeholder,
.contact-panel-47965 .inquiry-form-95801 textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.contact-panel-47965 .inquiry-form-95801 textarea {
    min-height: 150px;
    resize: vertical;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 label {
    position: relative;
    padding-left: 35px;
    line-height: 1.6;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 label::before {
    left: 0;
    border: 1px solid rgb(220,237,244);
    background: #ffffff;
    transition: all 0.2s ease;
    content: "";
    position: absolute;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 2px;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 input[type="checkbox"]:checked + label::before {
    border-color: rgb(187,185,232);
    background: rgb(187,185,232);
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 input[type="checkbox"]:checked + label::after {
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    left: 7px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    top: 4px;
    content: "";
    position: absolute;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 a {
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(187,185,232,0.5) 2px
    );
    text-decoration: none;
    font-weight: 600;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    color: rgb(187,185,232);
    transition: background-size 0.3s ease;
    transition: all 0.3s ease;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 a:hover {
    background-size: 100% 100%;
}.contact-panel-47965 .inquiry-form-95801 .help-map-86752 {
    padding: 16px 30px;
    transition: all 0.4s ease;
    font-size: 18px;
    background: rgb(187,185,232);
    cursor: pointer;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 4px 15px rgb(187,185,232,0.5);
    letter-spacing: 1px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
}.contact-panel-47965 .inquiry-form-95801 .help-map-86752::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(149,175,220) 0%,
        rgb(149,175,220) 10%,
        rgb(187,185,232) 10%,
        rgb(187,185,232) 20%
    );
    left: 0;
    top: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    background-size: 200% 200%;
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    content: "";
}.contact-panel-47965 .inquiry-form-95801 .help-map-86752:hover {
    box-shadow: 0 8px 20px rgb(187,185,232,0.5);
    transform: translateY(-2px);
}.contact-panel-47965 .inquiry-form-95801 .help-map-86752:hover::before {
    opacity: 1;
    animation: buttonBg 5s linear infinite;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact-panel-47965 .request-info-81764 {
    flex: 1 1 35%;
    background: rgb(220,237,244);
    overflow: hidden;
    z-index: 2;
    padding: 50px;
    position: relative;
}.contact-panel-47965 .request-info-81764::before {
    opacity: 0.1;
    top: 0;
    content: "";
    background-size: 60px 60px;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(187,185,232,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(187,185,232,0.5) 0%, transparent 10px);
}.contact-panel-47965 .request-info-81764::after {
    opacity: 0.3;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(187,185,232,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(187,185,232,0.5) 100%);
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}.contact-panel-47965 .request-info-81764 h4 {
    margin-bottom: 40px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 18px;
    position: relative;
}.contact-panel-47965 .request-info-81764 h4::after {
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220));
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 50px;
    height: 3px;
    content: "";
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li {
    margin-bottom: 25px;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    border-left: 3px solid rgb(187,185,232);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    backdrop-filter: blur(5px);
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li::before {
    z-index: 2;
    content: "";
    width: 3px;
    left: 0;
    background: rgb(187,185,232);
    top: 0;
    position: absolute;
    height: 100%;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li::after {
    width: 100%;
    background: rgb(187,185,232,0.5);
    height: 100%;
    left: 0;
    transition: all 0.3s ease;
    z-index: -1;
    opacity: 0;
    position: absolute;
    top: 0;
    content: "";
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li:hover {
    border-left-color: rgb(149,175,220);
    transform: translateX(5px);
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li:hover::after {
    opacity: 0.05;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li svg {
    position: relative;
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
    margin-right: 15px;
    z-index: 2;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li:hover svg {
    transform: scale(1.2);
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li svg path {
    fill: rgb(187,185,232);
    transition: all 0.3s ease;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li:hover svg path {
    fill: rgb(149,175,220);
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li span {
    font-size: 16px;
    z-index: 2;
    position: relative;
    color: #000000;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li a::before {
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(187,185,232);
    bottom: -2px;
    width: 100%;
    position: absolute;
    content: "";
    transform: scaleX(0);
    height: 1px;
    transform-origin: right;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li a:hover {
    color: rgb(187,185,232);
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact-panel-47965 {
    padding: 80px 0 60px;
}.contact-panel-47965 h3 {
    margin-bottom: 40px;
}.contact-panel-47965 .query-block-84536 {
    flex-direction: column;
}.contact-panel-47965 .inquiry-form-95801,
    .contact-panel-47965 .request-info-81764 {
    flex: 1 1 100%;
}.contact-panel-47965 .request-info-81764 {
    border-top: 1px solid rgb(220,237,244);
}
}

@media (max-width: 768px) {.contact-panel-47965 {
    padding: 60px 0;
}.contact-panel-47965 h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 35px;
}.contact-panel-47965 .inquiry-form-95801 h3,
    .contact-panel-47965 .request-info-81764 h4 {
    font-size: calc(18px * 0.9);
}.contact-panel-47965 .inquiry-form-95801,
    .contact-panel-47965 .request-info-81764 {
    padding: 35px;
}.contact-panel-47965 .inquiry-form-95801::before,
    .contact-panel-47965 .inquiry-form-95801::after {
    height: 30px;
    width: 30px;
}.contact-panel-47965 .inquiry-form-95801 input[type="text"],
    .contact-panel-47965 .inquiry-form-95801 textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact-panel-47965 {
    padding: 50px 0;
}.contact-panel-47965 h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.contact-panel-47965 .query-block-84536 {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(220,237,244);
}.contact-panel-47965 .inquiry-form-95801,
    .contact-panel-47965 .request-info-81764 {
    padding: 25px 20px;
}.contact-panel-47965 .inquiry-form-95801::before,
    .contact-panel-47965 .inquiry-form-95801::after {
    display: none;
}.contact-panel-47965 .inquiry-form-95801 input[type="text"],
    .contact-panel-47965 .inquiry-form-95801 textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact-panel-47965 .inquiry-form-95801 .support-inquiry-16204 label {
    font-size: calc(14px * 0.9);
}.contact-panel-47965 .inquiry-form-95801 .help-map-86752 {
    padding: 14px 20px;
    width: 100%;
}.contact-panel-47965 .request-info-81764 .feedback-reach-67835 li {
    padding: 12px;
    margin-bottom: 15px;
}}.leadership-profile-30745 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(220,237,244) 0%, rgb(187,185,232,0.5) 100%);
    position: relative;
    perspective: 1000px;
    overflow: hidden;
}.leadership-profile-30745::before {
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.4;
    animation: rotateBackground 15s linear infinite;
    height: 100%;
    position: absolute;
    background: conic-gradient(from 225deg at 50% 50%, rgb(149,175,220,0.5) 0%, transparent 25%, rgb(187,185,232,0.5) 50%, transparent 75%, rgb(149,175,220,0.5) 100%);
}.leadership-profile-30745 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 1;
}.leadership-profile-30745 .student-stories-52468 {
    border-radius: 21px;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    position: relative;
    padding: 3rem;
    grid-template-columns: 300px 1fr;
    grid-template-areas:
        "photo quote"
        "info quote";
    display: grid;
    grid-template-rows: auto auto;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(149,175,220,0.5),
                0 10px 0 -5px rgb(187,185,232,0.5);
    gap: 1.5rem;
    transition: transform 0.5s ease;
    transform: rotateY(-5deg);
}.leadership-profile-30745 .student-stories-52468:hover {
    transform: rotateY(0);
}.leadership-profile-30745 .inline-image-25938 {
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(187,185,232,0.5);
    width: 220px;
    transition: all 0.4s ease;
    height: 220px;
    transform: translateZ(30px);
    border: 5px solid #ffffff;
    grid-area: photo;
}.leadership-profile-30745 .student-stories-52468:hover .inline-image-25938 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(187,185,232);
    transform: translateZ(50px) scale(1.05);
}.leadership-profile-30745 .name {
    grid-area: info;
    color: #000000;
    display: block;
    font-size: 29px;
    transform: translateZ(20px);
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}.leadership-profile-30745 .student-stories-52468 span:not(.name) {
    grid-area: info;
    transform: translateZ(15px);
    margin-top: 3.5rem;
    display: block;
    font-weight: 600;
    color: rgb(187,185,232);
    font-size: 18px;
}.leadership-profile-30745 .career-record-75194 {
    position: relative;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    color: #000000;
    grid-area: quote;
    font-weight: 400;
    border-radius: 0 21px 21px 0;
    line-height: 1.6;
    padding: 1.5rem 2rem;
    font-size: calc(18px * 1.1);
    border-left: 4px solid rgb(149,175,220);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
}.leadership-profile-30745 .career-record-75194::before {
    content: "";
    left: 0;
    opacity: 0.2;
    animation: shimmer 3s infinite linear;
    width: 100%;
    mix-blend-mode: overlay;
    top: 0;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(149,175,220,0.5) 40%, rgb(149,175,220,0.5) 60%, transparent 60%);
    position: absolute;
    height: 100%;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.leadership-profile-30745 .student-stories-52468 {
    grid-template-columns: 1fr;
    padding: 2rem;
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "inline-image-25938"
            "request-info-81764"
            "career-record-75194";
}.leadership-profile-30745 .inline-image-25938 {
    margin: 0 auto;
    width: 180px;
    height: 180px;
}.leadership-profile-30745 .name,
    .leadership-profile-30745 .student-stories-52468 span:not(.name) {
    margin-top: 1rem;
    text-align: center;
}.leadership-profile-30745 .student-stories-52468 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.leadership-profile-30745 {
    padding: 4rem 0;
}.leadership-profile-30745 .student-stories-52468 {
    transform: none;
    padding: 1.5rem;
}.leadership-profile-30745 .inline-image-25938 {
    height: 140px;
    width: 140px;
}.leadership-profile-30745 .career-record-75194 {
    font-size: 18px;
    padding: 1rem;
}}.secure-depository-36519 {
    margin: 0 auto;
    padding: 2em 3em;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    color: #000000;
    background-color: #ffffff;
}.secure-depository-36519 h1 {
    padding-bottom: 0.5em;
    font-size: 39px;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(187,185,232);
    margin-bottom: 1em;
    text-align: left;
    color: rgb(187,185,232);
    font-weight: 700;
}.secure-depository-36519 h2 {
    color: rgb(149,175,220);
    font-weight: 600;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-size: 37px;
}.secure-depository-36519 h3,
.secure-depository-36519 h4,
.secure-depository-36519 h5,
.secure-depository-36519 h6 {
    font-weight: 400;
    margin-bottom: 0.75em;
    color: #000000;
}.secure-depository-36519 h3 {
    font-size: calc(20px - 0.2em);
}.secure-depository-36519 h4 {
    font-size: calc(20px - 0.4em);
}.secure-depository-36519 h5 {
    font-size: 20px;
}.secure-depository-36519 h6 {
    font-size: 19px;
}.secure-depository-36519 ul,
.secure-depository-36519 ol {
    margin: 1em 0;
    list-style: none;
    padding-left: 2em;
}.secure-depository-36519 li {
    font-size: 16px;
    margin-bottom: 0.5em;
    color: #000000;
}.secure-depository-36519 p {
    color: #000000;
    line-height: 1.5;
    font-size: 16px;
    margin-bottom: 1em;
}.secure-depository-36519 span {
    font-weight: 600;
    color: rgb(187,185,232);
}.secure-depository-36519 div {
    margin-bottom: 1em;
}
@media only screen and (max-width: 800px) {.secure-depository-36519 {
    padding: 1em 1.5em;
    border-radius: 10px;
}.secure-depository-36519 h1 {
    font-size: calc(20px - 0.4em);
}.secure-depository-36519 h2 {
    font-size: calc(20px - 0.3em);
}.secure-depository-36519 p,
    .secure-depository-36519 li {
    font-size: calc(16px - 0.1em);
}}
.secure-depository-36519 h1::before {
    height: 3px;
    margin-bottom: 0.5em;
    content: "";
    width: 50px;
    background-color: rgb(187,185,232);
    display: block;
}.secure-depository-36519 h2::before {
    display: block;
    margin-bottom: 0.5em;
    width: 30px;
    content: "";
    background-color: rgb(149,175,220);
    height: 3px;
}.secure-depository-36519 ul li::before,
.secure-depository-36519 ol li::before {
    display: inline-block;
    height: 6px;
    border-radius: 50%;
    width: 6px;
    margin-right: 0.5em;
    content: "";
    background-color: rgb(187,185,232);
}.secure-depository-36519 a {
    border-bottom: 1px solid rgb(187,185,232);
    color: rgb(187,185,232);
    text-decoration: none;
}.secure-depository-36519 a:hover {
    border-bottom: 1px solid rgb(149,175,220);
    color: rgb(149,175,220);
}.secure-depository-36519 blockquote {
    color: #000000;
    border-left: 4px solid rgb(187,185,232);
    font-style: normal;
    background-color: rgb(149,175,220,0.5);
    margin: 1em 0;
    padding: 1em;
}.opening-board-59631 {
    overflow: hidden;
    background: linear-gradient(135deg, #f0f4f8 0%, #e8ecf0 100%);
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 5rem 2rem;
    display: flex;
    position: relative;
}.opening-board-59631::before {
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(110deg, rgb(187,185,232,0.5) 15%, transparent 50%);
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
}.opening-board-59631::after {
    height: 30%;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 40%;
    content: "";
    background: linear-gradient(210deg, rgb(149,175,220,0.5) 0%, transparent 90%);
    bottom: 0;
}.opening-board-59631 .edu-home-98450 {
    transform: translateY(-2vh);
    max-width: 1200px;
    width: 100%;
    z-index: 2;
    position: relative;
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.opening-board-59631 .edu-home-98450 > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.opening-board-59631 h3 {
    opacity: 0;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: calc(21px * 1.1);
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    max-width: 90%;
    font-weight: 600;
    transform: translateX(-10px);
    padding-left: 2rem;
}.opening-board-59631 h3::before {
    top: 0.2em;
    left: 0;
    width: 5px;
    border-radius: 10px;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(187,185,232), rgb(149,175,220));
    height: calc(100% - 0.4em);
}.opening-board-59631 .edu-ethos-48915 {
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    min-height: 450px;
    overflow: hidden;
    align-items: center;
    border-radius: 1.5rem;
    animation: fadeSlideUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    position: relative;
    display: flex;
}.opening-board-59631 .edu-ethos-48915::before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.7) 0%,
        rgba(0, 0, 0, 0.5) 40%,
        rgba(0, 0, 0, 0.3) 100%
    );
    z-index: 1;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.opening-board-59631 .edu-ethos-48915 > div {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    z-index: 2;
    padding: 3rem;
    gap: 1.5rem;
}.opening-board-59631 .edu-ethos-48915 p {
    animation: slideInLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
    font-size: calc(17px * 1.2);
    max-width: 80%;
    color: #ffffff;
    padding-bottom: 1rem;
    opacity: 0;
    transform: translateX(-15px);
    position: relative;
    font-weight: 400;
    line-height: 1.6;
}.opening-board-59631 .edu-ethos-48915 p::after {
    animation: growWidth 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s forwards;
    width: 80px;
    height: 2px;
    bottom: 0;
    transform: scaleX(0);
    left: 0;
    background: #ffffff;
    content: "";
    position: absolute;
    transform-origin: left;
}.opening-board-59631 .title_style_header {
    animation: fadeSlideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.2s forwards;
    font-size: clamp(2.5rem, 5vw, 45px);
    transform: translateY(20px);
    color: #ffffff;
    position: relative;
    opacity: 0;
    margin-top: 0.5rem;
    letter-spacing: -0.03em;
    line-height: 1.2;
    font-weight: 700;
}@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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


.opening-board-59631 .edu-ethos-48915:hover {
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15), 0 12px 20px rgba(0, 0, 0, 0.07);
}.opening-board-59631 .edu-ethos-48915:hover::before {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.75) 0%,
        rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 0.35) 100%
    );
    transition: all 0.5s ease;
}.opening-board-59631 .edu-ethos-48915:hover .title_style_header {
    transform: translateY(-3px);
    transition: all 0.4s ease;
}


@media (min-width: 768px) {.opening-board-59631 {
    padding: 5rem 3rem;
}.opening-board-59631 .edu-home-98450 > div {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.opening-board-59631 h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 0;
}.opening-board-59631 .edu-ethos-48915 {
    min-height: 500px;
}.opening-board-59631 .edu-ethos-48915 > div {
    padding: 4rem;
    justify-content: center;
}.opening-board-59631 .title_style_header {
    font-size: clamp(3rem, 6vw, calc(45px * 1.2));
}
}

@media (min-width: 1024px) {.opening-board-59631 {
    padding: 5rem 4rem;
}.opening-board-59631 .edu-home-98450 > div {
    gap: 5rem;
}.opening-board-59631 h3 {
    padding-left: 3rem;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
}.opening-board-59631 h3:hover {
    transform: perspective(1000px) rotateY(0);
}.opening-board-59631 h3::before {
    width: 8px;
}.opening-board-59631 .edu-ethos-48915 {
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(2deg);
}.opening-board-59631 .edu-ethos-48915:hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.opening-board-59631 .edu-ethos-48915 > div {
    padding: 5rem;
}
}

@media (max-width: 767px) {.opening-board-59631 {
    padding: 4rem 1.5rem;
}.opening-board-59631 h3 {
    max-width: 100%;
    font-size: calc(21px * 1);
    padding-left: 1.5rem;
}.opening-board-59631 .edu-ethos-48915 {
    min-height: 400px;
}.opening-board-59631 .edu-ethos-48915 > div {
    padding: 2rem;
}.opening-board-59631 .edu-ethos-48915 p {
    font-size: 17px;
    max-width: 100%;
}}.deal-plan-70963 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: rgb(220,237,244);
}.deal-plan-70963::before {
    top: -50px;
    position: absolute;
    height: 300px;
    filter: blur(80px);
    background: rgb(187,185,232,0.5);
    width: 300px;
    animation: float-effect 12s infinite alternate ease-in-out;
    right: -50px;
    z-index: 0;
    content: "";
}.deal-plan-70963::after {
    background: rgb(149,175,220,0.5);
    left: -50px;
    width: 250px;
    position: absolute;
    content: "";
    height: 250px;
    bottom: -50px;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    filter: blur(60px);
}.deal-plan-70963 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.deal-plan-70963 .basic-cost-17205 {
    flex-direction: column;
    gap: 60px;
    display: flex;
}.deal-plan-70963 .premium-cost-37810 {
    position: relative;
    margin: 0 auto;
    order: -1;
    padding: 0 20px;
    text-align: center;
    max-width: 700px;
}.deal-plan-70963 .premium-cost-37810 h2 {
    font-size: 34px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 700;
    color: #000000;
    display: inline-block;
}.deal-plan-70963 .premium-cost-37810 h2::after {
    background: rgb(187,185,232);
    bottom: -10px;
    left: 50%;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
}.deal-plan-70963 .plan-matrix-84312 {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
    opacity: 0.85;
}.deal-plan-70963 .edu-deals-90123 {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}.deal-plan-70963 .bundle-price-74650 {
    height: 100%;
    position: relative;
    color: inherit;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    perspective: 1000px;
    text-decoration: none;
}.deal-plan-70963 .bundle-price-74650:hover {
    transform: translateY(-10px) scale(1.02);
}.deal-plan-70963 .fee-options-42186 {
    display: flex;
    overflow: hidden;
    border-radius: 10px;
    transform-style: preserve-3d;
    height: 100%;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transition: box-shadow 0.4s ease;
    flex-direction: column;
    position: relative;
}.deal-plan-70963 .bundle-price-74650:hover .fee-options-42186 {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(187,185,232,0.5);
}.deal-plan-70963 .cert-fees-63785 {
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    flex-grow: 1;
    padding: 30px;
}.deal-plan-70963 .cert-fees-63785::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220));
    right: 0;
    height: 5px;
    content: "";
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    top: 0;
}.deal-plan-70963 .bundle-price-74650:hover .cert-fees-63785::before {
    transform: scaleX(1);
}.deal-plan-70963 .cert-fees-63785 h3 {
    font-weight: 700;
    color: #000000;
    font-size: calc(22px + 2px);
    transition: transform 0.4s ease, color 0.3s ease;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
    margin-bottom: 10px;
}.deal-plan-70963 .bundle-price-74650:hover .cert-fees-63785 h3 {
    color: rgb(187,185,232);
    transform: translateX(5px);
}.deal-plan-70963 .cost-card-74635 {
    white-space: normal;
    margin: 10px 0 20px;
    position: relative;
    overflow-wrap: break-word;
    transition: transform 0.4s ease;
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: rgb(149,175,220);
    word-break: break-word;
}.deal-plan-70963 .cost-card-74635::before {
    background: rgb(149,175,220,0.5);
    width: 40px;
    height: 2px;
    bottom: -8px;
    position: absolute;
    left: 0;
    transition: width 0.4s ease;
    content: "";
}.deal-plan-70963 .bundle-price-74650:hover .cost-card-74635::before {
    width: 80px;
}.deal-plan-70963 .cert-fees-63785 p {
    overflow-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    color: #000000;
    word-break: break-word;
    transition: color 0.3s ease;
    white-space: normal;
    font-size: calc(15px - 1px);
    margin-bottom: 0;
}.deal-plan-70963 .inline-image-25938 {
    height: 200px;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    overflow: hidden;
}.deal-plan-70963 .inline-image-25938::after {
    opacity: 0.6;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    content: "";
    transition: opacity 0.5s ease;
}.deal-plan-70963 .bundle-price-74650:hover .inline-image-25938 {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.deal-plan-70963 .bundle-price-74650:hover .inline-image-25938::after {
    opacity: 0.4;
}.deal-plan-70963 .bundle-price-74650::after {
    opacity: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    filter: blur(10px);
    left: 30px;
    z-index: -1;
    height: 15px;
    border-radius: 50%;
    content: "";
    right: 30px;
    top: 100%;
    background: rgb(187,185,232,0.5);
}.deal-plan-70963 .bundle-price-74650:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.deal-plan-70963 .basic-cost-17205 {
    flex-direction: row;
    align-items: center;
}.deal-plan-70963 .premium-cost-37810 {
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
    text-align: left;
}.deal-plan-70963 .premium-cost-37810 h2::after {
    transform: none;
    left: 0;
}.deal-plan-70963 .edu-deals-90123 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.deal-plan-70963 .edu-deals-90123 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.deal-plan-70963 .cert-fees-63785 {
    padding: 35px;
}.deal-plan-70963 .inline-image-25938 {
    height: 220px;
}
}

@media (max-width: 991px) {.deal-plan-70963 {
    padding: 80px 0;
}.deal-plan-70963 .premium-cost-37810 {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.deal-plan-70963 {
    padding: 60px 0;
}.deal-plan-70963 .edu-deals-90123 {
    gap: 25px;
    grid-template-columns: 1fr;
}.deal-plan-70963 .premium-cost-37810 h2 {
    font-size: calc(34px - 4px);
}.deal-plan-70963 .inline-image-25938 {
    height: 180px;
}.deal-plan-70963 .cert-fees-63785 {
    padding: 25px;
}
}

@media (max-width: 480px) {.deal-plan-70963 {
    padding: 50px 0;
}.deal-plan-70963 .cert-fees-63785 h3 {
    font-size: 22px;
}.deal-plan-70963 .cost-card-74635 {
    font-size: calc(22px - 2px);
}.deal-plan-70963 .inline-image-25938 {
    height: 160px;
}.deal-plan-70963 .cert-fees-63785 {
    padding: 20px;
}}.our-story-64150 {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.our-story-64150::before {
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(187,185,232,0.5) 70%);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
}.our-story-64150::after {
    width: 250px;
    transform: rotate(15deg);
    bottom: -50px;
    animation: float 10s ease-in-out infinite;
    content: "";
    right: -50px;
    border: 3px solid rgb(149,175,220,0.5);
    z-index: 1;
    position: absolute;
    height: 250px;
}.our-story-64150 h4 {
    position: relative;
    font-size: 28px;
    transform: translateX(20px);
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    margin-bottom: 2rem;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    opacity: 0;
    font-weight: 700;
    padding-left: 2rem;
    z-index: 2;
}.our-story-64150 h4::before {
    width: 1.5rem;
    content: "";
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    background: rgb(149,175,220);
    left: 0;
}.our-story-64150 .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.our-story-64150 .section-content-50618 {
    opacity: 0;
    transform: translateY(20px);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
    animation: fadeUp 1s forwards 0.4s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
}.our-story-64150 .section-content-50618 h6 {
    position: relative;
    display: inline-block;
    color: rgb(187,185,232);
    font-size: 19px;
    padding-bottom: 0.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.our-story-64150 .section-content-50618 h6::after {
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(to right, rgb(149,175,220), transparent);
    position: absolute;
    height: 2px;
}.our-story-64150 .section-content-50618 div {
    position: relative;
}.our-story-64150 .section-content-50618 span {
    display: block;
    color: #000000;
    font-size: 13px;
    z-index: 2;
    column-count: 1;
    position: relative;
    line-height: 1.8;
    column-gap: 2rem;
}.our-story-64150 .section-content-50618::before {
    top: 3rem;
    content: "";
    border: 1px dashed rgb(149,175,220,0.5);
    right: 2rem;
    position: absolute;
    height: 40%;
    width: 40%;
    opacity: 0.5;
    transform: rotate(-5deg);
    z-index: 1;
}

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

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

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

@media (min-width: 768px) {.our-story-64150 {
    padding: 7rem 0;
}.our-story-64150 h4 {
    padding-left: 3rem;
    font-size: calc(28px * 1.2);
}.our-story-64150 h4::before {
    width: 2.5rem;
}.our-story-64150 .section-content-50618 {
    margin-left: 3rem;
    padding: 4rem;
}.our-story-64150 .section-content-50618 span {
    column-count: 2;
}.our-story-64150 .section-content-50618::before {
    width: 30%;
    height: 50%;
}
}

@media (min-width: 992px) {.our-story-64150 {
    padding: 9rem 0;
}.our-story-64150 h4 {
    margin-left: 3rem;
}.our-story-64150 .section-content-50618 {
    margin-left: 6rem;
    padding: 5rem;
    width: 85%;
}.our-story-64150 .section-content-50618 h6 {
    font-size: calc(19px * 1.2);
}.our-story-64150 .section-content-50618 span {
    column-gap: 3rem;
    column-count: 2;
}.our-story-64150::after {
    height: 350px;
    width: 350px;
}
}

@media (max-width: 767px) {.our-story-64150 {
    padding: 4rem 0;
}.our-story-64150 h4 {
    text-align: left;
    padding-left: 1.5rem;
}.our-story-64150 .section-content-50618 {
    padding: 2rem;
}.our-story-64150 .section-content-50618::before {
    display: none;
}}footer {
    width: 100%;
    position: relative;
}.award-show-34062 {
    position: relative;
    color: #000000;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(220,237,244);
}.award-show-34062::before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background-color: rgb(187,185,232,0.5);
    background-size: 100px 100px;
    background: 
        linear-gradient(135deg, rgb(220,237,244) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(220,237,244) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(220,237,244) 25%, transparent 25%),
        linear-gradient(45deg, rgb(220,237,244) 25%, transparent 25%);
    height: 120px;
    width: 100%;
}footer .forum-link-19035 {
    position: relative;
    z-index: 1;
    margin-top: -70px;
}footer .get-connected-97045 {
    border-radius: 22px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    justify-content: space-between;
    display: flex;
    z-index: 2;
    flex-wrap: wrap;
    padding: 25px;
    margin-bottom: 60px;
    transform: translateY(-30px);
    position: relative;
}footer .info_item {
    background-color: rgb(220,237,244);
    padding: 10px 15px;
    flex: 1 1 200px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin: 10px;
    position: relative;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    background-color: rgb(187,185,232);
    left: 0;
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: rgb(187,185,232);
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    text-decoration: none;
    display: inline-block;
    transition: color 0.3s ease;
    font-size: 12px;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(187,185,232);
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
}footer .text_main_holder::before {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    border-radius: 22px;
    top: -40px;
    content: "";
    height: calc(100% + 80px);
}footer .top-navbar-85309 {
    padding: 0 30px;
    position: relative;
}footer .top-navbar-85309::after {
    height: 1px;
    content: "";
    position: absolute;
    bottom: -15px;
    right: 30px;
    left: 30px;
    background: linear-gradient(90deg, rgb(187,185,232), transparent);
}footer .top-navbar-85309 svg {
    width: auto;
    margin-bottom: 15px;
    height: 45px;
}footer .converter-54971 {
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    max-width: 330px;
}footer .nav-mentor-85937 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    position: relative;
    z-index: 1;
    padding: 30px;
    margin-top: -10px;
    margin-left: 20px;
    background-color: rgb(220,237,244);
    margin-right: 20px;
}footer .nav-mentor-85937 h5 {
    font-size: 18px;
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}footer .nav-mentor-85937 h5::after {
    width: 50px;
    background-color: rgb(187,185,232);
    left: 0;
    bottom: -7px;
    height: 2px;
    content: "";
    position: absolute;
}footer .main-lead-90472 {
    margin-bottom: 20px;
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}footer .main-lead-90472 a {
    text-decoration: none;
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 12px;
    display: inline-block;
    padding: 8px 0;
}footer .main-lead-90472 a::after {
    content: "";
    width: 0;
    height: 2px;
    bottom: 5px;
    position: absolute;
    background-color: rgb(187,185,232);
    transition: width 0.3s ease;
    left: 0;
}footer .main-lead-90472 a:hover {
    transform: translateX(5px);
    color: rgb(187,185,232);
}footer .main-lead-90472 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-top: -10px;
    color: #ffffff;
    border-radius: 22px;
    background-color: rgb(187,185,232);
    position: relative;
    padding: 30px;
    margin-right: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    margin-left: 40px;
}footer .subscribe_holder::before {
    right: 30px;
    background-color: rgb(187,185,232);
    top: -15px;
    transform: rotate(45deg);
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: -1;
    content: "";
}footer .subscribe_holder h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 12px;
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    padding: 14px 16px;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .news-section-94538 {
    background-color: #000000;
    border-radius: 10px;
    color: #ffffff;
    padding: 14px 20px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}footer .news-section-94538:hover {
    background-color: rgb(149,175,220);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .support-cta-15794 {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    text-align: center;
}footer .verify-cta-19387 {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    font-size: 13px;
    display: inline-block;
    border-radius: 30px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .main-lead-90472 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .news-section-94538 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .nav-mentor-85937 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .award-show-34062 {
    padding: 80px 0 30px;
}footer .get-connected-97045 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .nav-mentor-85937, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .support-cta-15794 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .award-show-34062 {
    padding: 60px 0 20px;
}footer .get-connected-97045 {
    padding: 15px;
    margin-bottom: 40px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .top-navbar-85309 {
    padding: 0 20px;
}footer .top-navbar-85309::after {
    left: 20px;
    right: 20px;
}footer .nav-mentor-85937 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .main-lead-90472 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .news-section-94538 {
    padding: 12px 15px;
}}.appPage-89145 {
    padding: 6rem 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(145deg, rgb(149,175,220,0.5), rgb(187,185,232,0.5));
    overflow: hidden;
}.appPage-89145::before {
    content: "";
    animation: float 20s infinite alternate ease-in-out;
    position: absolute;
    transform: rotate(25deg);
    width: 70%;
    height: 70%;
    opacity: 0.07;
    top: -10%;
    right: -10%;
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    z-index: -1;
}.appPage-89145::after {
    background: radial-gradient(circle at center, #ffffff 0%, transparent 70%);
    left: -5%;
    z-index: -1;
    animation: float 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    content: "";
    opacity: 0.05;
    width: 50%;
    bottom: -5%;
    transform: rotate(-15deg);
    height: 50%;
}.appPage-89145 .container {
    max-width: 1140px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.appPage-89145 .pro-sessions-71340 {
    gap: 2.5rem;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}.appPage-89145 .pro-sessions-71340:hover {
    transform: perspective(1000px) rotateX(0deg);
}.appPage-89145 .pro-sessions-71340 > div:first-child {
    padding: 2.5rem;
    z-index: 2;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.appPage-89145 .pro-sessions-71340 > div:first-child::before {
    right: 0;
    top: 0;
    height: 5px;
    z-index: 3;
    content: "";
    left: 0;
    transition: transform 0.7s ease;
    background: linear-gradient(90deg, rgb(187,185,232), rgb(149,175,220));
    transform-origin: left;
    position: absolute;
    transform: scaleX(0);
}.appPage-89145 .pro-sessions-71340:hover > div:first-child::before {
    transform: scaleX(1);
}.appPage-89145 .pro-sessions-71340 > div:last-child {
    transform: translateY(-10px);
    background: linear-gradient(to right bottom, 
                rgba(255, 255, 255, 0.9),
                rgba(255, 255, 255, 0.7));
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.02);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2.5rem 3rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.appPage-89145 .pro-sessions-71340:hover > div:last-child {
    transform: translateY(0);
}.appPage-89145 h5 {
    display: inline-block;
    color: rgb(187,185,232);
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}.appPage-89145 h5::after {
    height: 3px;
    content: "";
    width: 60px;
    left: 0;
    bottom: -10px;
    position: absolute;
    background: rgb(149,175,220);
    transition: width 0.4s ease;
}.appPage-89145 .pro-sessions-71340:hover h5::after {
    width: 100%;
}.appPage-89145 a {
    transition: all 0.3s ease;
    display: block;
    text-decoration: none;
    position: relative;
}.appPage-89145 a:hover {
    transform: translateX(5px);
}.appPage-89145 p {
    margin: 0;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
    position: relative;
}.appPage-89145 a::before {
    content: "";
    transition: all 0.3s ease;
    opacity: 0;
    height: 0.5rem;
    left: -1.5rem;
    width: 0.5rem;
    position: absolute;
    background: rgb(149,175,220);
    top: 0.5rem;
}.appPage-89145 a:hover::before {
    opacity: 1;
}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(2%, 2%) rotate(5deg);
    }
    100% {
        transform: translate(-2%, -1%) rotate(-5deg);
    }
}

@media (min-width: 768px) {.appPage-89145 {
    padding: 8rem 0;
}.appPage-89145 .pro-sessions-71340 {
    gap: 0;
    grid-template-columns: 1fr 1.2fr;
}.appPage-89145 .pro-sessions-71340 > div:first-child {
    transform: translateX(5%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    z-index: 2;
}.appPage-89145 .pro-sessions-71340 > div:last-child {
    transform: translateY(25px);
    margin-left: -5%;
    z-index: 1;
    padding-left: 10%;
}.appPage-89145 .pro-sessions-71340:hover > div:last-child {
    transform: translateY(15px);
}.appPage-89145 h5 {
    font-size: calc(18px * 1.1);
}.appPage-89145 p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.appPage-89145 {
    padding: 10rem 0;
}.appPage-89145 .pro-sessions-71340 {
    grid-template-columns: 0.9fr 1.3fr;
}.appPage-89145 .pro-sessions-71340 > div:first-child {
    padding: 3rem;
    transform: translateX(10%);
}.appPage-89145 .pro-sessions-71340 > div:last-child {
    padding-left: 15%;
    transform: translateY(35px);
    margin-left: -10%;
}.appPage-89145 .pro-sessions-71340:hover > div:last-child {
    transform: translateY(25px);
}.appPage-89145 h5 {
    font-size: calc(18px * 1.2);
}
}

@media (max-width: 767px) {.appPage-89145 {
    padding: 4rem 0;
}.appPage-89145 .pro-sessions-71340 > div:first-child,
    .appPage-89145 .pro-sessions-71340 > div:last-child {
    padding: 2rem;
}.appPage-89145 h5 {
    font-size: calc(18px * 0.9);
}.appPage-89145 p {
    font-size: calc(13px * 0.95);
}
}