* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.ssl_info80 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}svg {
    height: 30px;
    width: 30px;
}.head_primary45 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1265px;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrap-container97 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    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;
}}
.training_method70 {
    position: relative;
    background: linear-gradient(145deg, rgb(203,238,212), #ffffff);
    box-shadow: 
        inset 15px 15px 30px rgba(255, 255, 255, 0.7),
        inset -15px -15px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 120px 0;
}.training_method70::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(166,209,174,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(127,173,137,0.5), transparent 40%);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.2;
    transform: translateZ(-10px);
    left: 0;
    z-index: 0;
    position: absolute;
    top: 0;
}.training_method70::after {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        to bottom right,
        transparent,
        rgb(166,209,174,0.5) 50%,
        transparent
    );
    height: 80%;
    top: -50%;
    filter: blur(60px);
    transform: rotate(35deg);
    right: -50%;
    width: 80%;
    opacity: 0.1;
    animation: glow 8s infinite alternate ease-in-out;
    content: "";
}.training_method70 .expert_guides68 {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 30px;
    position: relative;
}.training_method70 h2 {
    font-weight: 700;
    color: #000000;
    transform: translateY(30px);
    position: relative;
    font-size: 33px;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    opacity: 0;
    margin-bottom: 40px;
}.training_method70 h2::after {
    left: 0;
    height: 4px;
    position: absolute;
    animation: expandLine 1.2s forwards 0.8s ease-in-out;
    width: 80px;
    transform: scaleX(0);
    bottom: -12px;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, rgb(166,209,174), rgb(127,173,137));
}.training_method70 .body_content86 {
    animation: slideUpRotate 1s forwards 0.5s ease-out;
    background: #ffffff;
    padding: 40px;
    position: relative;
    border-radius: 4px;
    opacity: 0;
    transform: translateY(30px) rotateX(5deg);
    box-shadow: 
        10px 10px 30px rgba(0, 0, 0, 0.05),
        -10px -10px 30px rgba(255, 255, 255, 0.8);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.training_method70 .body_content86:hover {
    transform: translateY(0) rotateX(0);
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
}.training_method70 .body_content86::before {
    filter: blur(12px);
    right: -8px;
    content: "";
    border-radius: 8px;
    left: -8px;
    opacity: 0.3;
    z-index: -1;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(166,209,174,0.5), rgb(127,173,137,0.5));
    top: -8px;
    position: absolute;
    transform: translateZ(-10px);
    bottom: -8px;
}.training_method70 .body_content86:hover::before {
    opacity: 0.5;
}.training_method70 p {
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    font-size: 12px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

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

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

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

@keyframes glow {
    0% {
        opacity: 0.1;
        filter: blur(60px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(60px);
    }
}

@media (max-width: 991px) {.training_method70 {
    padding: 90px 0;
}.training_method70 h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.training_method70 .body_content86 {
    padding: 30px;
}
}

@media (max-width: 767px) {.training_method70 {
    padding: 70px 0;
}.training_method70 h2 {
    margin-bottom: 25px;
    font-size: calc(33px * 0.8);
}.training_method70 .body_content86 {
    transform: translateY(20px) rotateX(3deg);
    padding: 25px;
}.training_method70 h2::after {
    width: 60px;
    height: 3px;
}
}

@media (max-width: 480px) {.training_method70 {
    padding: 50px 0;
}.training_method70 .expert_guides68 {
    padding: 0 20px;
}.training_method70 h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 20px;
}.training_method70 .body_content86 {
    padding: 20px;
}.training_method70 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}.training_method70 h2::after {
    bottom: -8px;
    height: 3px;
    width: 50px;
}
}

@media (hover: none) {.training_method70 .body_content86:hover {
    transform: none;
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
}.training_method70 .body_content86:hover::before {
    opacity: 0.3;
}
}

@media (prefers-reduced-motion) {.training_method70 h2,
    .training_method70 .body_content86 {
    transform: none;
    animation: none;
    opacity: 1;
}.training_method70 h2::after {
    animation: none;
    transform: none;
}.training_method70::after {
    animation: none;
}}.meet_us58 {
    overflow: hidden;
    padding: 100px 0;
    background-color: rgb(203,238,212);
    position: relative;
}.meet_us58::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(90deg, rgb(203,238,212) 10px, transparent 10px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(90deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    left: 0;
    top: 0;
    height: 100%;
    background-size: 20px 100%, 20px 100%, 20px 100%;
    width: 100%;
    opacity: 0.05;
}.meet_us58::after {
    z-index: 1;
    background-size: 100% 20px, 100% 20px, 100% 20px;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    left: 0;
    content: "";
    top: 0;
    background:
        linear-gradient(0deg, rgb(203,238,212) 10px, transparent 10px),
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 10px, transparent 10px),
        linear-gradient(0deg, transparent 9px, rgba(0, 0, 0, 0.5) 1px, transparent 10px);
    width: 100%;
}.meet_us58 .container {
    position: relative;
    z-index: 5;
}.meet_us58 h2 {
    font-size: 29px;
    position: relative;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
}.meet_us58 h2::before {
    bottom: -10px;
    content: "";
    width: 50px;
    left: 50%;
    background-color: rgb(166,209,174);
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
}.meet_us58 .knowledge_center56 {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.meet_us58 .approach_edu36 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    border-top: 3px solid transparent;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 27px;
    overflow: hidden;
}.meet_us58 .approach_edu36:first-child {
    border-top-color: rgb(166,209,174);
}.meet_us58 .approach_edu36:last-child {
    border-top-color: rgb(127,173,137);
}.meet_us58 .approach_edu36:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.meet_us58 .approach_edu36 h3 {
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 600;
}.meet_us58 .approach_edu36:first-child h3 {
    color: rgb(166,209,174);
}.meet_us58 .approach_edu36:last-child h3 {
    color: rgb(127,173,137);
}.meet_us58 .approach_edu36 h3::after {
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    bottom: -5px;
    left: 0;
    transition: width 0.3s ease;
    background-color: currentColor;
}.meet_us58 .approach_edu36:hover h3::after {
    width: 100%;
}.meet_us58 .approach_edu36 p {
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    margin: 0;
}.meet_us58 .approach_edu36::before {
    transition: all 0.3s ease;
    opacity: 0;
    left: -5px;
    height: 10px;
    top: -5px;
    content: "";
    border-left: 2px solid rgb(166,209,174);
    position: absolute;
    width: 10px;
    border-top: 2px solid rgb(166,209,174);
}.meet_us58 .approach_edu36::after {
    width: 10px;
    border-right: 2px solid rgb(166,209,174);
    bottom: -5px;
    position: absolute;
    right: -5px;
    content: "";
    transition: all 0.3s ease;
    border-bottom: 2px solid rgb(166,209,174);
    height: 10px;
    opacity: 0;
}.meet_us58 .approach_edu36:last-child::before,
.meet_us58 .approach_edu36:last-child::after {
    border-color: rgb(127,173,137);
}.meet_us58 .approach_edu36:hover::before,
.meet_us58 .approach_edu36:hover::after {
    width: 25px;
    opacity: 1;
    height: 25px;
}.meet_us58 .container::before {
    top: -50px;
    width: 100px;
    border: 15px solid rgb(166,209,174,0.5);
    content: "";
    z-index: 0;
    left: -50px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
}.meet_us58 .container::after {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    border: 15px solid rgb(127,173,137,0.5);
    content: "";
    bottom: -70px;
    position: absolute;
    opacity: 0.2;
    z-index: 0;
    right: -70px;
}

@media screen and (max-width: 992px) {.meet_us58 {
    padding: 80px 0;
}.meet_us58 .knowledge_center56 {
    gap: 30px;
    grid-template-columns: 1fr;
}.meet_us58 h2 {
    margin-bottom: 40px;
}.meet_us58 .container::before {
    left: -30px;
    width: 60px;
    top: -30px;
    height: 60px;
    border-width: 10px;
}.meet_us58 .container::after {
    bottom: -50px;
    right: -50px;
    border-width: 10px;
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.meet_us58 {
    padding: 60px 0;
}.meet_us58 h2 {
    font-size: calc(29px * 0.9);
}.meet_us58 .approach_edu36 {
    padding: 30px;
}.meet_us58 .approach_edu36 h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}
}

@media screen and (max-width: 576px) {.meet_us58 {
    padding: 50px 0;
}.meet_us58 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.meet_us58 h2::before {
    width: 40px;
}.meet_us58 .approach_edu36 {
    padding: 25px;
}.meet_us58 .approach_edu36 h3 {
    font-size: calc(20px * 0.85);
    margin-bottom: 12px;
}.meet_us58 .approach_edu36 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.meet_us58 .approach_edu36:hover::before,
    .meet_us58 .approach_edu36:hover::after {
    width: 20px;
    height: 20px;
}.meet_us58 .container::before,
    .meet_us58 .container::after {
    display: none;
}}.register_now52 {
    background: linear-gradient(110deg, rgb(166,209,174) 0%, rgb(127,173,137) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 140px 0;
}.register_now52::before {
    top: 0;
    left: 0;
    content: '';
    opacity: 0.5;
    background-size: 30px 30px;
    animation: patternMove 15s linear infinite;
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: 
        linear-gradient(
            135deg,
            transparent 25%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.05) 50%,
            transparent 50%,
            transparent 75%,
            rgba(255, 255, 255, 0.05) 75%
        );
}.register_now52::after {
    height: 200%;
    content: '';
    z-index: -1;
    position: absolute;
    animation: rotateConic 30s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgba(255, 255, 255, 0) 0deg,
        rgba(255, 255, 255, 0.03) 90deg,
        rgba(255, 255, 255, 0) 180deg,
        rgba(255, 255, 255, 0.03) 270deg,
        rgba(255, 255, 255, 0) 360deg
    );
    width: 200%;
    top: -50%;
    left: -50%;
}.register_now52 .expert_guides68 {
    justify-content: center;
    padding: 0;
    display: flex;
    max-width: 900px;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    z-index: 2;
    align-items: center;
}.register_now52 .expert_guides68::before {
    height: 100%;
    top: 0;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    z-index: -1;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    left: -20%;
    transform: skewX(-15deg);
    width: 140%;
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, 0.05);
}.register_now52 .expert_guides68::after {
    height: 100px;
    content: '';
    position: absolute;
    animation: floatBubble 10s ease-in-out infinite alternate;
    top: -30px;
    background: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 70%
    );
    border-radius: 50%;
    right: -30px;
    width: 100px;
    filter: blur(20px);
    z-index: -1;
}.register_now52 h3 {
    transform: rotateX(5deg);
    letter-spacing: 2px;
    position: relative;
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0 20px;
    transition: all 0.5s ease;
    perspective: 1000px;
    font-size: 28px;
    margin: 60px 0;
    transform-style: preserve-3d;
}.register_now52 h3::before {
    height: 1px;
    content: '';
    top: -30px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    width: 80%;
    left: 10%;
    position: absolute;
}.register_now52 h3::after {
    bottom: -30px;
    content: '';
    position: absolute;
    height: 1px;
    width: 60%;
    left: 20%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
}.register_now52 h3:hover {
    transform: rotateX(0deg);
}.register_now52 .help_form16 {
    overflow: hidden;
    margin-bottom: 60px;
    transition: all 0.4s ease;
    font-weight: 600;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    padding: 20px 50px;
    z-index: 1;
    border-radius: 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 19px;
    transform-origin: bottom center;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    color: rgb(166,209,174);
    transform: perspective(1000px) rotateX(10deg);
}.register_now52 .help_form16::before {
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    opacity: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        145deg,
        rgb(166,209,174) 0%,
        rgb(127,173,137) 100%
    );
}.register_now52 .help_form16::after {
    width: 100%;
    position: absolute;
    top: 0;
    height: 20px;
    z-index: -1;
    content: '';
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.05),
        transparent
    );
    left: 0;
}.register_now52 .help_form16:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}.register_now52 .help_form16:hover::before {
    opacity: 1;
}

@media screen and (max-width: 992px) {.register_now52 {
    padding: 120px 0;
}.register_now52 .expert_guides68::before {
    width: 130%;
    left: -15%;
}.register_now52 h3 {
    font-size: calc(28px * 0.9);
    margin: 50px 0;
}.register_now52 .help_form16 {
    font-size: calc(19px * 0.95);
    margin-bottom: 50px;
    padding: 18px 45px;
}
}

@media screen and (max-width: 768px) {.register_now52 {
    padding: 100px 0;
}.register_now52 .expert_guides68::before {
    left: -10%;
    transform: skewX(-10deg);
    width: 120%;
}.register_now52 h3 {
    margin: 40px 0;
    transform: none;
    font-size: calc(28px * 0.8);
}.register_now52 h3::before {
    top: -25px;
}.register_now52 h3::after {
    bottom: -25px;
}.register_now52 .help_form16 {
    padding: 15px 40px;
    transform: none;
    font-size: calc(19px * 0.9);
    margin-bottom: 40px;
}.register_now52 .help_form16:hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.register_now52 {
    padding: 80px 0;
}.register_now52 .expert_guides68::before {
    width: 110%;
    left: -5%;
    transform: skewX(-5deg);
}.register_now52 h3 {
    letter-spacing: 1px;
    font-size: calc(28px * 0.7);
    margin: 35px 0;
}.register_now52 h3::before {
    top: -20px;
}.register_now52 h3::after {
    bottom: -20px;
}.register_now52 .help_form16 {
    margin-bottom: 35px;
    padding: 12px 35px;
    letter-spacing: 1px;
    font-size: calc(19px * 0.85);
}}

@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
    50% {
        transform: translate(-20px, 20px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.5;
    }
}.connect_with_us49 {
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(203,238,212) 0%, rgb(166,209,174,0.5) 100%);
    position: relative;
    overflow: hidden;
}.connect_with_us49::before {
    left: 0;
    width: 100%;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(166,209,174,0.5),
        rgb(166,209,174,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
}.connect_with_us49 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.connect_with_us49 h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 47px;
    margin-bottom: 50px;
}.connect_with_us49 .reach_inquiry94 {
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    max-width: 800px;
    margin: 0 auto;
}.connect_with_us49 .cover_photo58 {
    position: relative;
    height: 200px;
    width: 100%;
}.connect_with_us49 .reach_widget81 {
    position: relative;
    width: 100%;
    padding: 50px;
}.connect_with_us49 form {
    width: 100%;
}.connect_with_us49 form h3 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    display: inline-block;
    color: #000000;
    margin-bottom: 30px;
    position: relative;
    font-size: 19px;
}.connect_with_us49 form h3::after {
    border-radius: 1.5px;
    content: "";
    bottom: -10px;
    background: rgb(166,209,174);
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
}.connect_with_us49 form input[type="text"] {
    border-radius: 10px;
    padding: 15px 20px;
    border: 2px solid transparent;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 13px;
    background: rgb(203,238,212);
    color: #000000;
}.connect_with_us49 form input[type="text"]:focus {
    outline: none;
    border-color: rgb(166,209,174);
}.connect_with_us49 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.connect_with_us49 .message_map27 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect_with_us49 .message_map27 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us49 .message_map27 label {
    color: #000000;
    line-height: 1.6;
    cursor: pointer;
    padding-left: 35px;
    font-size: 14px;
    position: relative;
}.connect_with_us49 .message_map27 label::before {
    top: 2px;
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(203,238,212);
    content: "";
    position: absolute;
    border-radius: 10px;
}.connect_with_us49 .message_map27 input[type="checkbox"]:checked + label::before {
    background: rgb(166,209,174);
}.connect_with_us49 .message_map27 input[type="checkbox"]:checked + label::after {
    top: 5px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    content: "";
    height: 12px;
    left: 8px;
    position: absolute;
}.connect_with_us49 .message_map27 label a {
    color: rgb(166,209,174);
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_with_us49 .message_map27 label a:hover {
    text-decoration: underline;
}.connect_with_us49 form .connect_feedback70 {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    text-align: center;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    width: 100%;
    background: rgb(166,209,174);
    color: #ffffff;
    font-size: 18px;
    padding: 16px 20px;
}.connect_with_us49 form .connect_feedback70:hover {
    background: rgb(127,173,137);
}.connect_with_us49 svg {
    fill: rgb(166,209,174);
    height: 20px;
    width: 20px;
}.connect_with_us49 svg path {
    fill: rgb(166,209,174);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.connect_with_us49 .reach_inquiry94 {
    flex-direction: row;
    max-width: 1000px;
}.connect_with_us49 .cover_photo58 {
    height: auto;
    min-height: 400px;
    width: 40%;
}.connect_with_us49 .reach_widget81 {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.connect_with_us49 .cover_photo58 {
    width: 50%;
}.connect_with_us49 .reach_widget81 {
    width: 50%;
    padding: 60px;
}
}

@media screen and (min-width: 1200px) {.connect_with_us49 .reach_inquiry94 {
    max-width: 1100px;
}.connect_with_us49 .cover_photo58 {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.connect_with_us49 {
    padding: 60px 0;
}.connect_with_us49 h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.connect_with_us49 .reach_widget81 {
    padding: 30px 20px;
}.connect_with_us49 form h3 {
    font-size: calc(19px * 0.9);
}}header .header_top46 {
    display: flex;
    overflow: visible;
    width: 100%;
    background: linear-gradient(120deg, rgb(166,209,174) 0%, rgb(127,173,137,0.5) 100%);
    z-index: 99;
    position: relative;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 1.5rem 0;
}header .header_top46::before {
    content: "";
    height: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(127,173,137,0.5) 0%, transparent 60%);
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
}header .header_top46 .head_main87 {
    margin-left: calc((100vw - 100%) / 2);
    transition: all 0.4s ease;
    position: relative;
    transform: translateY(-5px);
    z-index: 2;
}header .header_top46 .head_main87:hover {
    transform: translateY(0) scale(1.05);
}header .header_top46 .head_main87 .head_lesson73 {
    position: relative;
    padding: 0.5rem 1rem;
    display: block;
}header .header_top46 .head_main87 .head_lesson73::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    z-index: -1;
    width: calc(100% + 40px);
    content: "";
    left: -20px;
    background: rgba(0, 0, 0, 0.5);
    top: -10px;
    position: absolute;
    height: calc(100% + 20px);
}header .header_top46 .head_main87 .head_lesson73 svg {
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
}header .header_top46 .nav_expert58 {
    justify-content: flex-end;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    width: 80vw;
    list-style: none;
    display: flex;
    position: relative;
    padding: 0;
    background: linear-gradient(90deg, transparent, rgb(166,209,174,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    margin: 0;
    padding-right: calc((100vw - 100%) / 2);
}header .header_top46 .nav_expert58::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
}header .header_top46 .nav_expert58 .site_study96 {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}header .header_top46 .nav_expert58 .site_study96 a {
    position: relative;
    font-size: 20px;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transform-origin: center;
    display: block;
}header .header_top46 .nav_expert58 .site_study96 a::after {
    left: 1.5rem;
    transition: width 0.3s ease;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0.8rem;
    background: rgb(127,173,137);
    width: 0;
}header .header_top46 .nav_expert58 .site_study96 a:hover {
    transform: translateZ(10px);
    color: rgb(127,173,137);
}header .header_top46 .nav_expert58 .site_study96 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .header_top46 {
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}header .header_top46 .head_main87 {
    margin-bottom: 1rem;
    margin-left: 0;
}header .header_top46 .nav_expert58 {
    background: rgb(166,209,174,0.5);
    width: 100%;
    flex-wrap: wrap;
    clip-path: none;
    padding-right: 0;
    justify-content: center;
}header .header_top46 .nav_expert58 .site_study96 a {
    padding: 0.8rem 1rem;
}header .header_top46 .nav_expert58 .site_study96 a::after {
    bottom: 0.4rem;
    left: 1rem;
}header .header_top46 .nav_expert58 .site_study96 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .header_top46 .nav_expert58 {
    padding: 0.5rem 0;
}header .header_top46 .nav_expert58 .site_study96 {
    width: 50%;
}header .header_top46 .nav_expert58 .site_study96 a {
    font-size: calc(20px - 2px);
    padding: 0.6rem 0.8rem;
    text-align: center;
}header .header_top46 .nav_expert58 .site_study96 a::after {
    display: none;
}}.program_structure05 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(203,238,212) 0%, rgba(245, 247, 250, 0.92) 100%);
    padding: 5rem 0;
}.program_structure05::before {
    transform: rotate(-15deg) translateZ(0);
    filter: blur(20px);
    position: absolute;
    right: -5%;
    z-index: 1;
    top: -10%;
    opacity: 0.5;
    height: 70%;
    background: linear-gradient(225deg, rgb(166,209,174,0.5) 0%, rgb(127,173,137,0.5) 100%);
    width: 35%;
    content: "";
}.program_structure05::after {
    transform: rotate(10deg) translateZ(0);
    left: -2%;
    z-index: 1;
    content: "";
    width: 25%;
    opacity: 0.4;
    height: 50%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(127,173,137,0.5) 0%, rgb(166,209,174,0.5) 100%);
    position: absolute;
    filter: blur(15px);
}.program_structure05 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
}.program_structure05 .job_classes84 {
    background: #ffffff;
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.program_structure05 .cover_photo58 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    height: 300px;
    position: relative;
    transform-origin: top center;
}.program_structure05 .cover_photo58::before {
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%);
    z-index: 1;
    top: 0;
    bottom: 0;
    position: absolute;
}.program_structure05 .cover_photo58::after {
    background: rgb(166,209,174);
    mix-blend-mode: overlay;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    opacity: 0.2;
    content: "";
}.program_structure05 .body_content86 {
    position: relative;
    transform: translateY(-40px);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    background: #ffffff;
    padding: 2.5rem 2rem;
}.program_structure05 .body_content86 h3 {
    transform: translateY(0);
    opacity: 0;
    color: #000000;
    animation-delay: 0.3s;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-weight: 700;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: calc(20px * 1.1);
    position: relative;
}.program_structure05 .body_content86 h3::after {
    height: 3px;
    background: rgb(166,209,174);
    content: "";
    transform: scaleX(0);
    animation-delay: 0.6s;
    margin-top: 1rem;
    width: 60px;
    transform-origin: left;
    display: block;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.program_structure05 .body_content86 p.description {
    transform: translateY(20px);
    opacity: 0;
    font-size: 12px;
    animation: slideUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    animation-delay: 0.5s;
}.program_structure05 .body_content86 span.description {
    display: none;
}.program_structure05 .body_content86 div {
    overflow-y: auto;
    position: relative;
    padding-right: 10px;
    max-height: 300px;
}.program_structure05 .body_content86 div::-webkit-scrollbar {
    width: 6px;
}.program_structure05 .body_content86 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.04);
}.program_structure05 .body_content86 div::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(166,209,174,0.5);
}.program_structure05 .body_content86 div::-webkit-scrollbar-thumb:hover {
    background: rgb(166,209,174);
}

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

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

@media (min-width: 768px) {.program_structure05 {
    padding: 7rem 0;
}.program_structure05 .job_classes84 {
    gap: 0;
    transition: transform 0.5s ease;
    transform: perspective(1200px) rotateY(-2deg);
    grid-template-columns: 45% 55%;
}.program_structure05 .job_classes84:hover {
    transform: perspective(1200px) rotateY(0deg);
}.program_structure05 .cover_photo58 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}.program_structure05 .body_content86 {
    transform: translateY(0) translateX(-50px);
    padding: 3.5rem 3rem 3.5rem 4rem;
    clip-path: none;
}.program_structure05 .body_content86 h3 {
    margin-bottom: 2rem;
    font-size: 33px;
}.program_structure05 .body_content86 div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.program_structure05 {
    padding: 8rem 0;
}.program_structure05 .job_classes84 {
    grid-template-columns: 40% 60%;
}.program_structure05 .cover_photo58 {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.program_structure05 .cover_photo58:hover {
    transform: scale(1.03);
}.program_structure05 .body_content86 {
    transform: translateX(-70px);
    padding: 4rem 5rem 4rem 5rem;
}.program_structure05 .body_content86 h3 {
    margin-bottom: 2.5rem;
}.program_structure05 .body_content86 div {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_structure05 .job_classes84 {
    grid-template-columns: 45% 55%;
}.program_structure05 .body_content86 {
    padding: 5rem 6rem 5rem 7rem;
    transform: translateX(-100px);
}
}

@media (max-width: 767px) {.program_structure05 .job_classes84:hover .cover_photo58 {
    transform: scale(1.05);
}}.data_exploration58 {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
}.data_exploration58::before {
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: #000000;
    opacity: 0.8;
}.data_exploration58 .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.data_exploration58 .knowledge_statistics20 {
    position: relative;
}.data_exploration58 .statistics_boosts04 {
    width: 120px;
    transform: rotate(15deg);
    position: absolute;
    height: 120px;
    opacity: 0.2;
    top: 0;
    right: 0;
}.data_exploration58 .statistics_boosts04 svg {
    width: 100%;
    height: 100%;
    fill: rgb(166,209,174);
}.data_exploration58 .statistics_boosts04 svg path {
    fill: rgb(166,209,174);
}.data_exploration58 .statistics_experts04 {
    margin-left: auto;
    font-size: 38px;
    max-width: 60%;
    font-weight: 700;
    margin-right: auto;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.2;
    text-align: center;
}.data_exploration58 .statistics_advantage14 {
    position: relative;
    margin-left: auto;
    color: #ffffff;
    font-size: 16px;
    opacity: 0.9;
    max-width: 50%;
    margin-bottom: 80px;
    margin-right: auto;
    line-height: 1.6;
    border-left: 3px solid rgb(166,209,174);
    padding-left: 20px;
    text-align: center;
}.data_exploration58 .expert_benefits27 {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.data_exploration58 .boost_experts05 {
    display: flex;
    border-radius: 0 22px 22px 0;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    transition: transform 0.3s ease;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
}.data_exploration58 .boost_experts05:hover {
    transform: translateX(10px);
}.data_exploration58 .boost_experts05::before {
    left: 0;
    background-color: rgb(166,209,174);
    position: absolute;
    top: 0;
    width: 5px;
    height: 100%;
    content: "";
}.data_exploration58 .boost_experts05:nth-child(even)::before {
    background-color: rgb(127,173,137);
}.data_exploration58 .statistics_edge87 {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    align-items: center;
    min-width: 100px;
    width: 100px;
    justify-content: center;
    display: flex;
}.data_exploration58 .statistics_edge87 svg {
    fill: #ffffff;
    width: 50px;
    height: 50px;
}.data_exploration58 .statistics_edge87 svg path {
    fill: #ffffff;
}.data_exploration58 .boost_experts05:nth-child(even) .statistics_edge87 {
    background-color: rgba(rgb(127,173,137,0.5), 0.1);
}.data_exploration58 .boost_experts05:nth-child(odd) .statistics_edge87 {
    background-color: rgba(rgb(166,209,174,0.5), 0.1);
}.data_exploration58 .stat_item_content {
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    padding: 20px 30px;
    display: flex;
}.data_exploration58 .boost_experts05 span {
    margin-right: 20px;
    justify-content: center;
    min-width: 100px;
    align-items: center;
    font-weight: 700;
    text-align: center;
    font-size: 3rem;
    height: 100%;
    display: flex;
    color: #ffffff;
}.data_exploration58 .boost_experts05 p {
    align-items: center;
    opacity: 0.9;
    justify-content: center;
    line-height: 1.4;
    display: flex;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    flex: 1;
    height: 100%;
}.data_exploration58 .boost_experts05::after {
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03));
    pointer-events: none;
    position: absolute;
}

@media screen and (max-width: 992px) {.data_exploration58 {
    padding: 100px 0;
}.data_exploration58 .statistics_experts04 {
    font-size: calc(38px * 0.9);
    max-width: 80%;
}.data_exploration58 .statistics_advantage14 {
    max-width: 70%;
    margin-bottom: 60px;
}.data_exploration58 .boost_experts05 span {
    min-width: 80px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 768px) {.data_exploration58 {
    padding: 80px 0;
}.data_exploration58 .statistics_boosts04 {
    height: 80px;
    width: 80px;
    right: 10px;
    top: 10px;
}.data_exploration58 .statistics_experts04 {
    font-size: calc(38px * 0.8);
    max-width: 100%;
}.data_exploration58 .statistics_advantage14 {
    max-width: 100%;
    margin-bottom: 50px;
}.data_exploration58 .boost_experts05 {
    border-radius: 0 0 22px 22px;
    flex-direction: column;
}.data_exploration58 .boost_experts05::before {
    height: 5px;
    width: 100%;
}.data_exploration58 .boost_experts05:hover {
    transform: translateY(10px);
}.data_exploration58 .statistics_edge87 {
    width: 100%;
    min-width: auto;
}.data_exploration58 .stat_item_content {
    padding: 20px;
    flex-direction: column;
    width: 100%;
    text-align: center;
}.data_exploration58 .boost_experts05 span {
    margin-right: 0;
    min-width: auto;
    margin-bottom: 10px;
}.data_exploration58 .boost_experts05 p {
    text-align: center;
}
}

@media screen and (max-width: 576px) {.data_exploration58 {
    padding: 60px 0;
}.data_exploration58 .statistics_experts04 {
    font-size: calc(38px * 0.7);
}.data_exploration58 .statistics_advantage14 {
    padding-left: 15px;
    font-size: calc(16px * 0.95);
    margin-bottom: 40px;
}.data_exploration58 .statistics_edge87 svg {
    width: 40px;
    height: 40px;
}.data_exploration58 .stat_item_content {
    padding: 15px;
}.data_exploration58 .boost_experts05 span {
    font-size: 2rem;
}.data_exploration58 .boost_experts05 p {
    font-size: calc(16px * 0.9);
}
}

@media screen and (min-width: 1200px) {.data_exploration58::after {
    position: absolute;
    width: 200px;
    opacity: 0.3;
    height: 400px;
    background: radial-gradient(circle, rgb(166,209,174,0.5) 0%, transparent 70%);
    z-index: 1;
    right: 0;
    top: 50%;
    content: "";
    pointer-events: none;
}}.title_section29 {
    overflow: hidden;
    position: relative;
    background: rgb(203,238,212);
    width: 100%;
}.title_section29::before {
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    background: radial-gradient(
        circle at 70% 30%,
        rgb(127,173,137,0.5) 0%,
        transparent 60%
    );
}.title_section29::after {
    left: 0;
    content: "";
    background: radial-gradient(
        circle at 30% 70%,
        rgb(166,209,174,0.5) 0%,
        transparent 60%
    );
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    height: 100%;
}.title_section29 .expert_guides68 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 80vh;
}.title_section29 .master_zone57 {
    height: 80vh;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.title_section29 .master_zone57 input {
    display: none;
}.title_section29 .edu_base91 {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    width: 500%;
    height: 100%;
}.title_section29 .edu_hero25 {
    width: 20%;
    position: relative;
    overflow: hidden;
    height: 100%;
}.title_section29 .edu_hero25::before {
    content: "";
    z-index: 2;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(
        135deg,
        rgb(166,209,174,0.5) 0%,
        rgba(0,0,0,0.4) 40%,
        rgba(0,0,0,0.4) 60%,
        rgb(127,173,137,0.5) 100%
    );
}.title_section29 .edu_hero25 img {
    filter: brightness(0.8) contrast(1.1);
    object-fit: cover;
    will-change: transform;
    height: 100%;
    transform: translateZ(0) scale(1.1);
    width: 100%;
    transition: transform 2s ease;
}.title_section29 .main_intro36 {
    left: 40px;
    display: flex;
    gap: 15px;
    z-index: 10;
    bottom: 40px;
    position: absolute;
}.title_section29 .main_intro36 label {
    width: 15px;
    background: transparent;
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.4s ease;
    border: 2px solid #ffffff;
    height: 15px;
}.title_section29 .main_intro36 label::before {
    content: "";
    transition: transform 0.3s ease;
    background: #ffffff;
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    inset: 2px;
}.title_section29 .main_intro36 label:hover::before {
    transform: scale(0.6);
}.title_section29 .body_content86 {
    position: absolute;
    width: 95%;
    right: 0;
    max-width: 1000px;
    z-index: 5;
    bottom: 0;
    padding: 0 0 50px 0;
}.title_section29 .body_content86 .container {
    background: linear-gradient(
        -135deg,
        rgb(166,209,174) 0%,
        rgb(127,173,137) 100%
    );
    position: relative;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    padding: 3rem;
}.title_section29 .body_content86 .container::before {
    position: absolute;
    right: 5px;
    left: 5px;
    clip-path: polygon(
        3% 0,
        100% 0,
        100% 100%,
        0 100%
    );
    bottom: 5px;
    content: "";
    background: #ffffff;
    top: 5px;
    z-index: -1;
}.title_section29 .body_content86 h1 {
    padding-left: 15px;
    color: rgb(166,209,174);
    font-size: 47px;
    font-weight: 700;
    border-left: 4px solid rgb(166,209,174);
    margin-bottom: 1.2rem;
}.title_section29 .body_content86 h3 {
    color: rgb(127,173,137);
    margin-bottom: 1.8rem;
    font-weight: 600;
    font-size: 18px;
}.title_section29 .body_content86 p {
    color: #000000;
    max-width: 100%;
    margin-bottom: 0.5rem;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.7;
}.title_section29 input:nth-of-type(1):checked ~ .edu_base91 {
    transform: translateX(0);
}.title_section29 input:nth-of-type(2):checked ~ .edu_base91 {
    transform: translateX(-20%);
}.title_section29 input:nth-of-type(3):checked ~ .edu_base91 {
    transform: translateX(-40%);
}.title_section29 input:nth-of-type(4):checked ~ .edu_base91 {
    transform: translateX(-60%);
}.title_section29 input:nth-of-type(5):checked ~ .edu_base91 {
    transform: translateX(-80%);
}.title_section29 input:nth-of-type(6):checked ~ .edu_base91 {
    transform: translateX(-100%);
}.title_section29 input:nth-of-type(7):checked ~ .edu_base91 {
    transform: translateX(-120%);
}.title_section29 input:nth-of-type(8):checked ~ .edu_base91 {
    transform: translateX(-140%);
}.title_section29 input:nth-of-type(9):checked ~ .edu_base91 {
    transform: translateX(-160%);
}.title_section29 input:nth-of-type(10):checked ~ .edu_base91 {
    transform: translateX(-180%);
}.title_section29 input:nth-of-type(1):checked ~ .main_intro36 label:nth-child(1)::before,
.title_section29 input:nth-of-type(2):checked ~ .main_intro36 label:nth-child(2)::before,
.title_section29 input:nth-of-type(3):checked ~ .main_intro36 label:nth-child(3)::before,
.title_section29 input:nth-of-type(4):checked ~ .main_intro36 label:nth-child(4)::before,
.title_section29 input:nth-of-type(5):checked ~ .main_intro36 label:nth-child(5)::before,
.title_section29 input:nth-of-type(6):checked ~ .main_intro36 label:nth-child(6)::before,
.title_section29 input:nth-of-type(7):checked ~ .main_intro36 label:nth-child(7)::before,
.title_section29 input:nth-of-type(8):checked ~ .main_intro36 label:nth-child(8)::before,
.title_section29 input:nth-of-type(9):checked ~ .main_intro36 label:nth-child(9)::before,
.title_section29 input:nth-of-type(10):checked ~ .main_intro36 label:nth-child(10)::before {
    transform: scale(1);
}.title_section29 input:nth-of-type(1):checked ~ .main_intro36 label:nth-child(1),
.title_section29 input:nth-of-type(2):checked ~ .main_intro36 label:nth-child(2),
.title_section29 input:nth-of-type(3):checked ~ .main_intro36 label:nth-child(3),
.title_section29 input:nth-of-type(4):checked ~ .main_intro36 label:nth-child(4),
.title_section29 input:nth-of-type(5):checked ~ .main_intro36 label:nth-child(5),
.title_section29 input:nth-of-type(6):checked ~ .main_intro36 label:nth-child(6),
.title_section29 input:nth-of-type(7):checked ~ .main_intro36 label:nth-child(7),
.title_section29 input:nth-of-type(8):checked ~ .main_intro36 label:nth-child(8),
.title_section29 input:nth-of-type(9):checked ~ .main_intro36 label:nth-child(9),
.title_section29 input:nth-of-type(10):checked ~ .main_intro36 label:nth-child(10) {
    border-color: rgb(166,209,174);
    background: rgb(166,209,174);
    transform: scale(1.2);
}.title_section29 input:nth-of-type(1):checked ~ .edu_base91 .edu_hero25:nth-child(1) img,
.title_section29 input:nth-of-type(2):checked ~ .edu_base91 .edu_hero25:nth-child(2) img,
.title_section29 input:nth-of-type(3):checked ~ .edu_base91 .edu_hero25:nth-child(3) img,
.title_section29 input:nth-of-type(4):checked ~ .edu_base91 .edu_hero25:nth-child(4) img,
.title_section29 input:nth-of-type(5):checked ~ .edu_base91 .edu_hero25:nth-child(5) img,
.title_section29 input:nth-of-type(6):checked ~ .edu_base91 .edu_hero25:nth-child(6) img,
.title_section29 input:nth-of-type(7):checked ~ .edu_base91 .edu_hero25:nth-child(7) img,
.title_section29 input:nth-of-type(8):checked ~ .edu_base91 .edu_hero25:nth-child(8) img,
.title_section29 input:nth-of-type(9):checked ~ .edu_base91 .edu_hero25:nth-child(9) img,
.title_section29 input:nth-of-type(10):checked ~ .edu_base91 .edu_hero25:nth-child(10) img {
    transform: translateZ(0) scale(1);
}

@media (max-width: 1199px) {.title_section29 .body_content86 {
    max-width: 900px;
    padding-bottom: 70px;
    width: 95%;
}.title_section29 .body_content86 .container {
    padding: 2rem;
}
}

@media (max-width: 991px) {.title_section29 .expert_guides68 {
    height: 70vh;
}.title_section29 .master_zone57 {
    height: 70vh;
}.title_section29 .body_content86 {
    max-width: 900px;
    width: 98%;
    padding-bottom: 40px;
}.title_section29 .body_content86 .container {
    padding: 2.2rem;
}.title_section29 .body_content86 h1 {
    font-size: calc(47px * 0.9);
}.title_section29 .body_content86 h3 {
    font-size: calc(18px * 0.9);
}.title_section29 .main_intro36 {
    gap: 12px;
    left: 30px;
    bottom: 25px;
}.title_section29 .main_intro36 label {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.title_section29 .expert_guides68 {
    height: 60vh;
}.title_section29 .master_zone57 {
    height: 60vh;
}.title_section29 .body_content86 {
    padding-bottom: 40px;
    width: 98%;
    max-width: 700px;
}.title_section29 .body_content86 .container {
    padding: 1.8rem;
}.title_section29 .body_content86 h1 {
    border-left-width: 3px;
    font-size: calc(47px * 0.85);
    padding-left: 12px;
}.title_section29 .body_content86 h3 {
    font-size: calc(18px * 0.85);
    margin-bottom: 1.2rem;
}.title_section29 .body_content86 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.title_section29 .main_intro36 {
    gap: 10px;
    left: 25px;
    bottom: 20px;
}.title_section29 .main_intro36 label {
    width: 10px;
    height: 10px;
}
}

@media (max-width: 575px) {.title_section29 .expert_guides68 {
    display: flex;
    height: 90vh;
    flex-direction: column;
}.title_section29 .master_zone57 {
    position: relative;
    height: 50%;
}.title_section29 .body_content86 {
    padding: 0.5rem;
    width: 100%;
    position: relative;
    max-width: 100%;
    height: 50%;
}.title_section29 .body_content86 .container {
    padding: 1.5rem;
    flex-direction: column;
    display: flex;
    height: 100%;
    clip-path: none;
}.title_section29 .body_content86 .container::before {
    clip-path: none;
}.title_section29 .body_content86 h1 {
    margin-bottom: 0.6rem;
    font-size: calc(47px * 0.8);
}.title_section29 .body_content86 h3 {
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
}.title_section29 .body_content86 p {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}.title_section29 .main_intro36 {
    bottom: 15px;
    gap: 8px;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
}.title_section29 .main_intro36 label {
    width: 8px;
    height: 8px;
}
}

@media (max-width: 480px) {.title_section29 .body_content86 .container {
    padding: 1rem;
}.title_section29 .body_content86 h1 {
    border-left-width: 2px;
    padding-left: 10px;
}
}

@media (max-height: 700px) and (min-width: 576px) {.title_section29 .expert_guides68 {
    height: 85vh;
}.title_section29 .master_zone57 {
    height: 85vh;
}.title_section29 .body_content86 {
    padding-bottom: 80px;
}
}

@media (max-height: 600px) and (min-width: 576px) {.title_section29 .expert_guides68 {
    height: 90vh;
}.title_section29 .master_zone57 {
    height: 90vh;
}.title_section29 .body_content86 {
    padding-bottom: 70px;
}
}

@media (orientation: landscape) and (max-height: 500px) and (min-width: 576px) {.title_section29 .expert_guides68 {
    height: 100vh;
}.title_section29 .master_zone57 {
    height: 100vh;
}.title_section29 .body_content86 {
    padding-bottom: 60px;
}}.stay_informed02 {
    position: relative;
    background: linear-gradient(135deg, rgb(203,238,212) 0%, rgb(127,173,137,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
}.stay_informed02::before {
    content: "";
    height: 200%;
    top: -50%;
    opacity: 0.3;
    z-index: 1;
    background: 
        radial-gradient(circle at 30% 30%, rgb(166,209,174,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgb(127,173,137,0.5) 0%, transparent 50%);
    left: -50%;
    animation: rotateBg 30s linear infinite;
    position: absolute;
    width: 200%;
}@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.stay_informed02 .expert_guides68 {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.stay_informed02 .request_info97 {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
    width: 80%;
    max-width: 800px;
}.stay_informed02 h3 {
    border-radius: 10px 10px 0 0;
    position: relative;
    z-index: 3;
    background: #ffffff;
    color: #000000;
    font-weight: 700;
    transform: translateX(-5%);
    font-size: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
    padding: 1.5rem 2rem;
}.stay_informed02 h3::after {
    bottom: -15px;
    background: rgb(166,209,174);
    transform: rotate(45deg);
    position: absolute;
    height: 30px;
    right: -15px;
    width: 30px;
    z-index: -1;
    content: "";
}.stay_informed02 .input_holder {
    z-index: 2;
    transform: translateX(5%);
    border-radius: 0 0 10px 10px;
    background: #ffffff;
    flex-wrap: wrap;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    display: flex;
    padding: 2.5rem 3rem;
}.stay_informed02 input[type="email"] {
    margin-right: 1.5rem;
    position: relative;
    border: none;
    flex: 1 1 250px;
    z-index: 1;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    background: rgb(203,238,212);
    transition: all 0.3s ease;
    color: #000000;
    padding: 1rem 1.5rem;
    font-size: 17px;
    margin-bottom: 1rem;
}.stay_informed02 input[type="email"]:focus {
    transform: translateY(-5px);
    outline: none;
    box-shadow: 0 0 0 2px rgb(166,209,174);
}.stay_informed02 input[type="submit"] {
    font-family: Arial, sans-serif;
    font-weight: 600;
    flex: 0 0 auto;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    padding: 1rem 2rem;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    background: rgb(166,209,174);
    font-size: 20px;
}.stay_informed02 input[type="submit"]::before {
    height: 100%;
    position: absolute;
    background: rgb(127,173,137);
    width: 100%;
    left: -100%;
    transition: all 0.3s ease;
    content: "";
    top: 0;
    z-index: -1;
}.stay_informed02 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}.stay_informed02 input[type="submit"]:hover::before {
    left: 0;
}.stay_informed02::after {
    z-index: 1;
    height: 70%;
    right: -10%;
    position: absolute;
    width: 40%;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(166,209,174) 49.5%, rgb(166,209,174) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(166,209,174) 49.5%, rgb(166,209,174) 50.5%, transparent 50.5%);
    animation: patternMove 15s linear infinite;
    background-size: 20px 20px;
    top: 15%;
    opacity: 0.1;
    pointer-events: none;
}@keyframes patternMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.stay_informed02 .input_holder::before {
    position: absolute;
    right: -50px;
    content: "";
    opacity: 0.3;
    height: 100px;
    width: 100px;
    top: -30px;
    border: 2px solid rgb(127,173,137,0.5);
    pointer-events: none;
    border-radius: 50%;
}.stay_informed02 .input_holder::after {
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.5;
    background: rgb(166,209,174,0.5);
    left: 10%;
    width: 50px;
    content: "";
    position: absolute;
    transform: rotate(180deg);
    height: 50px;
    bottom: -25px;
}

@media (max-width: 992px) {.stay_informed02 .request_info97 {
    width: 90%;
    margin: 0 auto;
}.stay_informed02 h3 {
    transform: translateX(0);
}.stay_informed02 .input_holder {
    transform: translateX(0);
}
}

@media (max-width: 768px) {.stay_informed02 {
    padding: 4rem 1.5rem;
}.stay_informed02 .request_info97 {
    width: 100%;
}.stay_informed02 h3 {
    font-size: calc(20px * 0.9);
    padding: 1.2rem 1.5rem;
}.stay_informed02 .input_holder {
    padding: 2rem;
}.stay_informed02 input[type="email"] {
    flex: 1 1 100%;
    margin-right: 0;
}.stay_informed02 input[type="submit"] {
    width: 100%;
    margin-top: 1rem;
}
}

@media (max-width: 480px) {.stay_informed02 {
    padding: 3rem 1rem;
}.stay_informed02 h3 {
    padding: 1rem 1.2rem;
    font-size: calc(20px * 0.8);
}.stay_informed02 .input_holder {
    padding: 1.5rem;
}.stay_informed02 input[type="email"] {
    padding: 0.8rem 1rem;
}.stay_informed02 input[type="submit"] {
    padding: 0.8rem 1.5rem;
}.stay_informed02 .input_holder::before,
    .stay_informed02 .input_holder::after {
    display: none;
}}.cookie_notice_overlay17 {
    z-index: 90;
    border-top: 2px solid rgb(166,209,174);
    animation: slideIn 0.5s ease-in-out;
    background: rgb(127,173,137);
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(166,209,174,0.5);
    position: fixed;
    width: 100%;
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.edu_accept04 {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 0 20px rgb(166,209,174,0.5);
    padding: 20px 5%;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, rgb(127,173,137) 0%, rgba(0, 0, 0, 0.5) 100%);
}.track_settings17 {
    box-shadow: 0 0 15px rgb(166,209,174);
    border-radius: 11px;
    margin-right: 20px;
    flex-shrink: 0;
    padding: 10px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}.track_settings17 svg, .track_settings17 svg path {
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(166,209,174);
}.track_settings17:hover svg {
    transform: rotate(20deg);
}.user_tracker76 {
    min-width: 300px;
    flex: 1;
    color: #ffffff;
}.user_tracker76 h5 {
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(166,209,174);
    text-shadow: 0 0 10px rgb(166,209,174);
    font-size: 21px;
}.user_tracker76 p {
    font-size: 13px;
    text-shadow: 0 0 5px rgb(166,209,174,0.5);
    margin-bottom: 0;
    color: #ffffff;
}.cookie_check23 {
    padding: 12px 25px;
    color: #000000;
    background: rgb(166,209,174);
    border-radius: 10px;
    white-space: nowrap;
    margin-left: 10px;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0 10px rgb(166,209,174,0.5);
    cursor: pointer;
    font-size: 14px;
}.cookie_check23:hover {
    box-shadow: 0 0 20px rgb(127,173,137,0.5);
    background: rgb(127,173,137);
}.cookie_notice_overlay17 p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(166,209,174);
}.cookie_notice_overlay17 p a:hover {
    color: rgb(127,173,137);
}#popupPolicyNotice26 {
    display: none;
}#popupPolicyNotice26:checked ~ .cookie_notice_overlay17 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_notice_overlay17 {
    padding: 20px;
}.edu_accept04 {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.track_settings17 {
    display: none;
}.edu_accept04 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.user_tracker76 {
    margin-bottom: 20px;
    text-align: center;
}.cookie_notice_overlay17 h5, .cookie_notice_overlay17 p {
    text-align: center;
}.cookie_check23 {
    margin-left: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}}
.privacy_guardhouse03 {
    padding: 50px;
    background-color: rgb(203,238,212);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}.privacy_guardhouse03 h1 {
    color: #000000;
    font-weight: 700;
    font-size: 39px;
    margin: 20px 0;
}.privacy_guardhouse03 h2 {
    font-weight: 600;
    margin: 15px 0;
    color: rgb(166,209,174);
    font-size: 37px;
}.privacy_guardhouse03 h3, .privacy_guardhouse03 h4, .privacy_guardhouse03 h5, .privacy_guardhouse03 h6 {
    margin: 1rem 0;
}.privacy_guardhouse03 ul {
    padding: 0;
    list-style-type: none;
    margin: 1rem 0;
}.privacy_guardhouse03 ul li {
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}.privacy_guardhouse03 div {
    margin-top: 30px;
}
@media only screen and (max-width: 800px) {.privacy_guardhouse03 {
    padding: 30px;
}.privacy_guardhouse03 h1 {
    font-size: 37px;
}.privacy_guardhouse03 h2 {
    font-size: 19px;
}}footer {
    position: relative;
    width: 100%;
}.ssl_info80 {
    color: #000000;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    background-color: #ffffff;
    position: relative;
}.ssl_info80::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(166,209,174), rgb(127,173,137));
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
    left: 0;
}footer .policy_links87 {
    gap: 60px;
    display: grid;
}footer .contact_question92 {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    padding-bottom: 40px;
}footer .info_item {
    margin-right: 30px;
    position: relative;
    margin-bottom: 15px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    position: relative;
    width: 18px;
    fill: rgb(166,209,174);
    margin-right: 10px;
    height: 18px;
    top: 3px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    letter-spacing: 0.3px;
    font-size: 18px;
    transition: color 0.2s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(166,209,174);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    display: grid;
}footer .head_main87 {
    margin-bottom: 15px;
}footer .head_main87 svg {
    margin-bottom: 20px;
    width: auto;
    height: 40px;
}footer .enroll_info32 {
    font-size: 14px;
    color: #000000;
    max-width: 350px;
    line-height: 1.6;
}footer .nav_expert58 h5 {
    font-weight: 600;
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-size: 20px;
}footer .nav_expert58 h5::after {
    position: absolute;
    height: 2px;
    bottom: -8px;
    left: 0;
    width: 30px;
    background-color: rgb(166,209,174);
    content: "";
}footer .main_know87 {
    margin-bottom: 30px;
}footer .main_know87 a {
    color: #000000;
    transition: transform 0.2s ease, color 0.2s ease;
    font-size: 18px;
    display: block;
    text-decoration: none;
    margin-bottom: 12px;
}footer .main_know87 a:hover {
    color: rgb(166,209,174);
    transform: translateX(5px);
}footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}footer .subscribe_holder h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #000000;
}footer .subscribe_holder p {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
}footer .input_holder {
    flex-direction: column;
    gap: 10px;
    display: flex;
}footer .input_holder input[type="email"] {
    color: #000000;
    font-size: 18px;
    padding: 14px 16px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(166,209,174);
}footer .email_wrap40 {
    text-align: center;
    padding: 14px 20px;
    background-color: rgb(166,209,174);
    border-radius: 10px;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    color: #ffffff;
    transition: background-color 0.3s ease;
    border: none;
}footer .email_wrap40:hover {
    background-color: rgb(127,173,137);
}footer .sponsor_logo68 {
    margin-top: 50px;
}footer .discord_cta46 {
    text-align: center;
    font-size: 14px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_wrap40 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .ssl_info80 {
    padding: 50px 0 30px;
}footer .contact_question92 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .sponsor_logo68 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .ssl_info80 {
    padding: 40px 0 20px;
}footer .policy_links87 {
    gap: 40px;
}footer .nav_expert58 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.teaching_history31 {
    perspective: 1000px;
    background-color: rgb(203,238,212);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.teaching_history31::before {
    content: "";
    left: -5%;
    z-index: 0;
    top: -10%;
    transform: skewY(-5deg);
    height: 120%;
    background: linear-gradient(
        135deg,
        rgb(127,173,137,0.5) 0%,
        transparent 40%,
        rgb(166,209,174,0.5) 100%
    );
    position: absolute;
    width: 120%;
}.teaching_history31 .container {
    z-index: 1;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.teaching_history31 .rating_reviews85 {
    display: grid;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    gap: 30px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(166,209,174);
    grid-template-columns: 1fr;
}.teaching_history31 .rating_reviews85:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.07),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.teaching_history31 .rating_reviews85 > div:first-child {
    height: 240px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px);
    transition: transform 0.4s ease-out;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.teaching_history31 .rating_reviews85:hover > div:first-child {
    transform: translateZ(40px) translateY(-5px);
}.teaching_history31 .rating_reviews85 .cover_photo58 {
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
}.teaching_history31 .rating_reviews85:hover .cover_photo58 {
    transform: scale(1.03);
}.teaching_history31 .rating_reviews85 > div:nth-child(2) {
    transform: translateZ(10px);
    padding-left: 15px;
    position: relative;
}.teaching_history31 .rating_reviews85 > div:nth-child(2)::before {
    height: 100%;
    transform-origin: top;
    background: linear-gradient(
        to bottom,
        rgb(166,209,174) 0%,
        rgb(127,173,137) 100%
    );
    content: "";
    width: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    position: absolute;
    left: 0;
    top: 0;
}.teaching_history31 .rating_reviews85:hover > div:nth-child(2)::before {
    transform: scaleY(1);
}.teaching_history31 .name {
    font-size: 19px;
    position: relative;
    margin: 0 0 10px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.teaching_history31 .name::after {
    left: 0;
    width: 40%;
    transition: width 0.4s ease;
    content: "";
    bottom: -5px;
    position: absolute;
    height: 2px;
    background-color: rgb(166,209,174);
}.teaching_history31 .rating_reviews85:hover .name::after {
    width: 100%;
}.teaching_history31 .rating_reviews85 > div:nth-child(2) > div {
    margin-top: 5px;
    opacity: 0.9;
    font-size: calc(16px - 2px);
    font-weight: 600;
    letter-spacing: 0.5px;
    color: rgb(127,173,137);
}.teaching_history31 .rating_reviews85 > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
    transition: transform 0.4s ease-out;
}.teaching_history31 .rating_reviews85:hover > div:nth-child(3) {
    transform: translateZ(15px);
}.teaching_history31 .emp_details21 {
    line-height: 1.8;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 0;
    padding: 20px 10px 20px 25px;
    position: relative;
    box-shadow: 
        inset 0 0 0 1px rgba(rgb(166,209,174,0.5), 0.1),
        0 10px 30px rgba(0, 0, 0, 0.03);
    color: #000000;
    border-radius: 10px;
    font-size: 16px;
}.teaching_history31 .emp_details21::before {
    line-height: 1;
    content: "";
    opacity: 0.4;
    position: absolute;
    font-size: calc(40px * 1.5);
    top: 10px;
    color: rgb(166,209,174,0.5);
    left: 5px;
}

@media screen and (min-width: 768px) {.teaching_history31 {
    padding: 100px 0;
}.teaching_history31 .rating_reviews85 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 300px 1fr;
    padding: 50px;
}.teaching_history31 .rating_reviews85 > div:first-child {
    height: 100%;
    grid-row: 1 / span 2;
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
}.teaching_history31 .rating_reviews85 > div:nth-child(2) {
    grid-column: 2;
    padding-left: 40px;
    align-self: start;
    grid-row: 1;
}.teaching_history31 .rating_reviews85 > div:nth-child(3) {
    padding-left: 40px;
    grid-column: 2;
    grid-row: 2;
}.teaching_history31 .emp_details21 {
    font-size: calc(16px + 1px);
    padding: 25px 20px 25px 35px;
}
}

@media screen and (min-width: 992px) {.teaching_history31 {
    padding: 120px 0;
}.teaching_history31 .rating_reviews85 {
    grid-template-columns: 380px 1fr;
    padding: 60px;
    transform: perspective(1200px) rotateY(-3deg);
    gap: 40px;
}.teaching_history31 .name {
    font-size: calc(19px + 2px);
}.teaching_history31 .rating_reviews85 > div:nth-child(2) > div {
    font-size: 16px;
}.teaching_history31 .emp_details21 {
    line-height: 1.9;
    padding: 30px 25px 30px 45px;
}.teaching_history31 .emp_details21::before {
    font-size: calc(40px * 2);
}
}

@media (hover: none) {.teaching_history31 .rating_reviews85 {
    transform: none !important;
}.teaching_history31 .rating_reviews85 > div:first-child,
    .teaching_history31 .rating_reviews85 > div:nth-child(3) {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.teaching_history31 .rating_reviews85,
    .teaching_history31 .rating_reviews85 > div,
    .teaching_history31 .name::after,
    .teaching_history31 .cover_photo58 {
    transition: none !important;
    transform: none !important;
}}.pricing_group43 {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.pricing_group43::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    right: 0;
    bottom: 0;
}.pricing_group43 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
}.pricing_group43 .pricing_fees39 {
    perspective: 1000px;
    transform-style: preserve-3d;
}.pricing_group43 h2 {
    text-align: center;
    font-size: 29px;
    transform: translateZ(20px);
    letter-spacing: 1px;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    color: #ffffff;
    position: relative;
}.pricing_group43 .learn_offers14 {
    font-size: calc(13px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    transform: translateZ(15px);
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.6;
    position: relative;
    max-width: 700px;
}.pricing_group43 .cost_table42 {
    margin: 0;
    gap: 30px;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing_group43 .cost_table42 li {
    perspective: 800px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.pricing_group43 .qtr_cost91 {
    transform: translateZ(0);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    display: block;
    position: relative;
    height: 100%;
}.pricing_group43 .rate_panel39 {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transform: translateZ(0);
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    padding: 40px 30px;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    border-radius: 4px;
}.pricing_group43 .rate_panel39::before {
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(166,209,174) 0%, 
        rgb(127,173,137) 100%);
    content: "";
    transform: scaleX(0.8);
    opacity: 0.8;
    width: 100%;
    height: 4px;
}.pricing_group43 .rate_panel39::after {
    background: radial-gradient(
        circle, 
        rgb(166,209,174,0.5) 0%, 
        transparent 70%
    );
    bottom: -60px;
    opacity: 0.5;
    transition: all 0.5s ease;
    z-index: -1;
    right: -60px;
    position: absolute;
    content: "";
    height: 120px;
    width: 120px;
}.pricing_group43 .indv_cost40 {
    z-index: 2;
    position: relative;
}.pricing_group43 .indv_cost40 h4 {
    position: relative;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: calc(23px * 1.2);
    font-weight: 600;
    margin: 0 0 20px;
}.pricing_group43 .indv_cost40 h4::after {
    background-color: rgb(127,173,137);
    height: 2px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
    bottom: 0;
}.pricing_group43 .indv_cost40 p {
    margin-bottom: 30px;
    overflow-y: auto;
    color: rgb(255, 255, 255, 0.5);
    scrollbar-width: thin;
    font-size: 13px;
    max-height: 200px;
    scrollbar-color: rgb(127,173,137) transparent;
    line-height: 1.6;
    padding-right: 10px;
}.pricing_group43 .indv_cost40 p::-webkit-scrollbar {
    width: 4px;
}.pricing_group43 .indv_cost40 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_group43 .indv_cost40 p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(127,173,137,0.5);
}.pricing_group43 .package_pricing12 {
    padding: 10px 0;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    display: block;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: calc(23px * 1.4);
    margin-top: 10px;
}.pricing_group43 .package_pricing12::before {
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, 
        rgb(127,173,137) 0%, 
        transparent 100%);
    width: 60px;
}.pricing_group43 .qtr_cost91:hover .rate_panel39 {
    transform: translateY(-8px) translateZ(20px);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
}.pricing_group43 .qtr_cost91:hover .rate_panel39::before {
    opacity: 1;
    transform: scaleX(1);
}.pricing_group43 .qtr_cost91:hover .rate_panel39::after {
    transform: scale(1.2);
    opacity: 0.7;
}.pricing_group43 .qtr_cost91:hover .indv_cost40 h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing_group43 .cost_table42 li {
    opacity: 0;
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.pricing_group43 .cost_table42 li:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_group43 .cost_table42 li:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_group43 .cost_table42 li:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_group43 .cost_table42 li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.pricing_group43 {
    padding: 100px 0 80px;
}.pricing_group43 .cost_table42 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_group43 h2 {
    font-size: calc(29px * 0.9);
}.pricing_group43 .learn_offers14 {
    margin-bottom: 40px;
}.pricing_group43 .rate_panel39 {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing_group43 {
    padding: 80px 0 60px;
}.pricing_group43 h2 {
    font-size: calc(29px * 0.8);
}.pricing_group43 .learn_offers14 {
    margin-bottom: 30px;
    font-size: 13px;
}.pricing_group43 .cost_table42 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing_group43 .indv_cost40 p {
    font-size: calc(13px * 0.95);
    max-height: 180px;
}
}

@media (max-width: 576px) {.pricing_group43 {
    padding: 60px 0 40px;
}.pricing_group43 .container {
    padding: 0 15px;
}.pricing_group43 h2 {
    margin-bottom: 15px;
    font-size: calc(29px * 0.7);
}.pricing_group43 .learn_offers14 {
    margin-bottom: 25px;
    font-size: calc(13px * 0.95);
}.pricing_group43 .cost_table42 {
    grid-template-columns: 1fr;
    gap: 25px;
}.pricing_group43 .rate_panel39 {
    padding: 30px 20px;
}.pricing_group43 .indv_cost40 h4 {
    font-size: 23px;
}.pricing_group43 .package_pricing12 {
    font-size: calc(23px * 1.2);
}}.user_reviews90 {
    background: linear-gradient(135deg, rgb(203,238,212) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.user_reviews90::before {
    top: 0;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(166,209,174,0.5), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(166,209,174,0.5), 0.03) 25%, transparent 25%);
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.5;
    content: "";
    background-size: 60px 60px;
}.user_reviews90::after {
    width: 300px;
    height: 300px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(166,209,174) 0%, rgb(127,173,137) 100%);
    position: absolute;
    border-radius: 50%;
    right: -50px;
    content: "";
    opacity: 0.1;
    top: -50px;
    filter: blur(80px);
}.user_reviews90 h2 {
    margin-bottom: 3rem;
    z-index: 2;
    text-align: center;
    font-size: 30px;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
}.user_reviews90 h2::after {
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    width: 80px;
    background: linear-gradient(90deg, rgb(166,209,174), rgb(127,173,137));
    position: absolute;
    content: "";
    bottom: -15px;
}.user_reviews90 .container.expert_guides68 {
    z-index: 2;
    position: relative;
}.user_reviews90 .success_ratings96 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    perspective: 1000px;
}.user_reviews90 .rating_reviews85 {
    padding: 2rem;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.35, 0.97), box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
    transform-style: preserve-3d;
    position: relative;
}.user_reviews90 .rating_reviews85:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 -1px 0 rgba(0, 0, 0, 0.05) inset;
}.user_reviews90 .rating_reviews85::before {
    left: 20px;
    font-size: 120px;
    position: absolute;
    color: rgb(166,209,174);
    top: -20px;
    z-index: -1;
    content: "";
    font-weight: bold;
    opacity: 0.15;
}.user_reviews90 .rating_reviews85 h3 {
    font-size: calc(18px * 1.1);
    letter-spacing: 0.02em;
    color: rgb(166,209,174);
    font-weight: 600;
    margin-bottom: 0.8rem;
}.user_reviews90 .rating_reviews85 .description {
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5rem;
}.user_reviews90 .rating_reviews85 div {
    transform: translateZ(30px);
    height: 60px;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    width: 60px;
}.user_reviews90 .rating_reviews85 div img {
    width: 100%;
    transition: transform 0.4s ease;
    height: 100%;
    transform: scale(1);
    object-fit: cover;
}.user_reviews90 .rating_reviews85:hover div img {
    transform: scale(1.05);
}

@media (min-width: 768px) {.user_reviews90 .success_ratings96 {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.user_reviews90 .rating_reviews85:nth-child(odd) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.user_reviews90 .rating_reviews85:nth-child(even) {
    transform: perspective(1000px) rotateY(1deg) translateZ(5px);
}.user_reviews90 .rating_reviews85:nth-child(3n+1) {
    transform: perspective(1000px) rotateX(1deg) translateZ(5px);
}.user_reviews90 .rating_reviews85:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px) translateY(-8px);
}
}

@media (min-width: 992px) {.user_reviews90 {
    padding: 8rem 0;
}.user_reviews90 h2 {
    font-size: calc(30px * 1.1);
    margin-bottom: 4rem;
}.user_reviews90 .success_ratings96 {
    grid-template-columns: repeat(3, 1fr);
}.user_reviews90 .rating_reviews85 {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.user_reviews90 {
    padding: 4rem 0;
}.user_reviews90 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2.5rem;
}.user_reviews90 .success_ratings96 {
    grid-template-columns: 1fr;
}.user_reviews90 .rating_reviews85 {
    margin-bottom: 1rem;
    padding: 1.8rem;
}.user_reviews90 .rating_reviews85:last-child {
    margin-bottom: 0;
}.user_reviews90 .rating_reviews85 h3 {
    font-size: 18px;
}.user_reviews90 .rating_reviews85 .description {
    font-size: calc(13px * 0.95);
}}

@keyframes floatIn {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateY(5deg) translateZ(-20px) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(0);
    }
}

.user_reviews90 .rating_reviews85 {
    animation: floatIn 0.8s cubic-bezier(0.17, 0.67, 0.35, 0.97) forwards;
    opacity: 0;
}.user_reviews90 .rating_reviews85:nth-child(1) {
    animation-delay: 0.1s;
}.user_reviews90 .rating_reviews85:nth-child(2) {
    animation-delay: 0.2s;
}.user_reviews90 .rating_reviews85:nth-child(3) {
    animation-delay: 0.3s;
}.user_reviews90 .rating_reviews85:nth-child(4) {
    animation-delay: 0.4s;
}.user_reviews90 .rating_reviews85:nth-child(5) {
    animation-delay: 0.5s;
}.user_reviews90 .rating_reviews85:nth-child(6) {
    animation-delay: 0.6s;
}.user_reviews90 .rating_reviews85:nth-child(7) {
    animation-delay: 0.7s;
}.thankYouDiv34 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(203,238,212), rgb(127,173,137,0.5) 120%);
    padding: 6rem 2rem;
}.thankYouDiv34::before {
    opacity: 0.4;
    z-index: 0;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 75% 25%, rgb(166,209,174,0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
}.thankYouDiv34::after {
    right: -5%;
    z-index: 0;
    width: 40%;
    opacity: 0.1;
    position: absolute;
    bottom: -10%;
    transform: rotate(-15deg);
    height: 60%;
    animation: float 15s ease-in-out infinite;
    content: "";
    background: linear-gradient(225deg, rgb(127,173,137) 0%, transparent 70%);
}.thankYouDiv34 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.thankYouDiv34 .expert_guides68 {
    position: relative;
    transform-origin: center bottom;
    padding: 3.5rem;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 15px 25px rgba(rgb(127,173,137), 0.05),
              0 5px 10px rgba(rgb(166,209,174), 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.85);
    flex-direction: column;
}.thankYouDiv34 .expert_guides68:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 
              0 20px 30px rgba(rgb(127,173,137), 0.07),
              0 10px 15px rgba(rgb(166,209,174), 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thankYouDiv34 .expert_guides68 > div:first-child {
    opacity: 0;
    padding-left: 1.5rem;
    position: relative;
    animation: slideInLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    border-left: 4px solid rgb(166,209,174);
    transform: translateX(-20px);
    margin-bottom: 2rem;
}.thankYouDiv34 .expert_guides68 > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    position: relative;
}.thankYouDiv34 h5 {
    margin: 0 0 1rem 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.4;
    color: #000000;
    font-size: 18px;
    position: relative;
}.thankYouDiv34 h5::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(166,209,174), transparent);
    width: 4rem;
    height: 3px;
    bottom: -0.75rem;
    animation: scaleWidth 1s cubic-bezier(0.19, 1, 0.22, 1) 0.8s forwards;
    transform-origin: left;
    content: "";
}.thankYouDiv34 p {
    overflow: hidden;
    margin: 0;
    font-size: 18px;
    position: relative;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
}.thankYouDiv34 a {
    position: relative;
    text-decoration: none;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.thankYouDiv34 a::before {
    transform: translateX(-10px);
    left: -2.5rem;
    content: "";
    top: 0;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    background: linear-gradient(to bottom, rgb(166,209,174), rgb(127,173,137));
    width: 0.5rem;
    position: absolute;
}.thankYouDiv34 a:hover {
    transform: translateX(10px);
}.thankYouDiv34 a:hover::before {
    transform: translateX(0);
    opacity: 0.7;
}.thankYouDiv34 a:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(166,209,174,0.5);
}

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

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

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

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

@media (min-width: 768px) {.thankYouDiv34 {
    padding: 8rem 3rem;
}.thankYouDiv34 .expert_guides68 {
    padding: 4.5rem 5rem;
    margin: 0 5rem;
}.thankYouDiv34 .expert_guides68 > div:first-child {
    border-left-width: 6px;
    padding-left: 2rem;
    margin-bottom: 3rem;
}.thankYouDiv34 h5 {
    font-size: calc(18px * 1.1);
}.thankYouDiv34 p {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 992px) {.thankYouDiv34 .expert_guides68 {
    margin: 0 auto;
    align-items: center;
    flex-direction: row;
}.thankYouDiv34 .expert_guides68 > div:first-child {
    margin-right: 5rem;
    margin-bottom: 0;
    flex: 0 0 40%;
}.thankYouDiv34 .expert_guides68 > div:last-child {
    flex: 0 0 60%;
}.thankYouDiv34 h5::after {
    width: 6rem;
}
}

@media (max-width: 767px) {.thankYouDiv34 {
    padding: 4rem 1.5rem;
}.thankYouDiv34 .expert_guides68 {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thankYouDiv34 h5 {
    font-size: calc(18px * 0.9);
}.thankYouDiv34 p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.thankYouDiv34 a::before {
    width: 0.3rem;
    left: -1.5rem;
}}.locate68 {
    padding: 5rem 0;
    background: rgb(166,209,174);
    z-index: 1;
    overflow: hidden;
    position: relative;
}.locate68::before {
    background: 
        linear-gradient(135deg, 
            rgb(127,173,137,0.5) 0%, 
            transparent 50%),
        radial-gradient(
            circle at 25% 25%, 
            rgb(127,173,137,0.5) 0%, 
            transparent 30%);
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
}.locate68::after {
    content: '';
    top: 0;
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.03) 1px, transparent 1px);
    left: 0;
    animation: gridMove 30s linear infinite;
    position: absolute;
    background-size: 20px 20px;
    z-index: -1;
    height: 100%;
    width: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.locate68 .container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.locate68 .reach_help92 {
    overflow: hidden;
    border-radius: 13px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    backdrop-filter: blur(10px);
    gap: 2rem;
}.locate68 .reach_us71 {
    border-radius: 13px;
    padding: 2.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s ease;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(8px);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 1rem;
    position: relative;
}.locate68 .reach_us71::before {
    z-index: 1;
    background: linear-gradient(90deg, rgb(127,173,137), rgb(166,209,174,0.5));
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    height: 5px;
    left: 0;
}.locate68 .reach_us71:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}.locate68 .reach_us71 h2 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    color: #ffffff;
    position: relative;
    font-size: 29px;
    font-weight: 700;
}.locate68 .reach_us71 h2::after {
    height: 3px;
    position: absolute;
    border-radius: 1.5px;
    content: '';
    bottom: 0;
    background: rgb(127,173,137);
    left: 0;
    width: 3rem;
}.locate68 .reach_us71 h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 21px;
}.locate68 .contact_now58 {
    margin-bottom: 0.5rem;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(18px * 1.2);
}.locate68 .contact_box62 {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0.8;
}.locate68 .reach_us71 p {
    opacity: 0.9;
    align-items: center;
    color: #ffffff;
    gap: 0.5rem;
    display: flex;
    margin-bottom: 0.75rem;
}.locate68 .reach_us71 p span {
    opacity: 1;
    font-weight: 600;
}.locate68 .send_query70 {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
}.locate68 .message_form01 {
    gap: 0.75rem;
    display: flex;
    flex-wrap: wrap;
}.locate68 .message_form01 span {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    font-size: calc(18px * 0.9);
    border-radius: 10px;
    color: #ffffff;
}.locate68 .message_form01 span:hover {
    transform: translateY(-2px);
    background: rgb(127,173,137);
}.locate68 .reach_us71 .cover_photo58 {
    min-height: 300px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-radius: 13px;
    position: relative;
}.locate68 .reach_us71 .cover_photo58::before {
    top: 0;
    content: '';
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(166,209,174,0.5) 0%, transparent 100%);
    left: 0;
    width: 100%;
    height: 100%;
}.locate68 .contact_question92 {
    gap: 1.5rem;
    background: rgb(127,173,137,0.5);
    justify-content: center;
    display: flex;
    flex-direction: column;
}.locate68 .contact_question92 a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    overflow: hidden;
    padding: 1rem;
    position: relative;
    gap: 0.5rem;
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
}.locate68 .contact_question92 a::before {
    transition: all 0.6s ease;
    width: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    left: 0;
    transform: skewX(-15deg);
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
}.locate68 .contact_question92 a:hover::before {
    left: -50%;
    width: 200%;
}.locate68 .contact_question92 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-3px);
}.locate68 .contact_question92 a span {
    font-weight: 400;
    font-size: calc(18px * 0.9);
    color: #ffffff;
    gap: 0.5rem;
    align-items: center;
    display: flex;
    opacity: 0.7;
}.locate68 .contact_question92 a p {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
}.locate68 svg {
    width: 20px;
    fill: none;
    height: 20px;
}.locate68 svg path {
    transition: fill 0.3s ease;
    fill: rgb(127,173,137);
}.locate68 .contact_question92 a:hover svg path {
    fill: #ffffff;
}

@media (max-width: 992px) {.locate68 .reach_help92 {
    grid-template-columns: 1fr 1fr;
}.locate68 .reach_us71:first-child {
    grid-column: span 2;
}.locate68 .reach_us71 {
    padding: 2rem;
}.locate68 .reach_us71 .cover_photo58 {
    min-height: 250px;
}
}

@media (max-width: 767px) {.locate68 {
    padding: 3rem 0;
}.locate68 .reach_help92 {
    grid-template-columns: 1fr;
}.locate68 .reach_us71:first-child {
    grid-column: span 1;
}.locate68 .reach_us71 {
    padding: 1.5rem;
}.locate68 .reach_us71 h2 {
    margin-bottom: 1rem;
    font-size: calc(29px * 0.9);
}.locate68 .contact_box62 {
    margin-bottom: 1rem;
}.locate68 .send_query70 {
    margin-top: 1rem;
    padding-top: 1rem;
}.locate68 .reach_us71 .cover_photo58 {
    min-height: 200px;
}.locate68 .contact_question92 {
    gap: 1rem;
}.locate68 .contact_question92 a {
    padding: 0.75rem;
}
}

@media (max-width: 480px) {.locate68 {
    padding: 2rem 0;
}.locate68 .reach_us71 {
    padding: 1.25rem;
}.locate68 .reach_us71 h2 {
    font-size: calc(29px * 0.8);
}.locate68 .reach_us71 .cover_photo58 {
    min-height: 180px;
}.locate68 .message_form01 {
    gap: 0.5rem;
}.locate68 .message_form01 span {
    padding: 0.4rem 0.75rem;
    font-size: calc(18px * 0.8);
}.locate68 .contact_question92 a {
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}.locate68 .contact_question92 a span {
    font-size: calc(18px * 0.8);
}.locate68 .contact_question92 a p {
    font-size: calc(18px * 0.9);
}}.program_assets28 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,238,212) 0%, rgba(245, 248, 255, 0.9) 100%);
}.program_assets28::before {
    height: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background-image: radial-gradient(circle at 10% 10%, rgba(rgb(166,209,174,0.5), 0.05) 0%, transparent 50%),
                      radial-gradient(circle at 90% 90%, rgba(rgb(127,173,137,0.5), 0.05) 0%, transparent 50%);
}.program_assets28 .container {
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.program_assets28 .cover_photo58 {
    filter: saturate(1.1) brightness(1.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    max-height: 400px;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    width: 100%;
    border: 4px solid #ffffff;
}.program_assets28 .expert_guides68 {
    flex-direction: column;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    transform: translateY(-20px);
    display: flex;
}.program_assets28 .body_content86 {
    position: relative;
}.program_assets28 h1 {
    font-weight: 700;
    font-size: 35px;
    padding-bottom: 15px;
    color: #000000;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
}.program_assets28 h1::after {
    content: "";
    background: rgb(166,209,174);
    height: 3px;
    position: absolute;
    bottom: 0;
    transition: width 0.5s ease;
    width: 60px;
    left: 0;
}.program_assets28 ul {
    padding: 0;
    margin: 0;
    grid-gap: 15px;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
}.program_assets28 li {
    transition: transform 0.3s ease;
    padding-left: 36px;
    position: relative;
}.program_assets28 li:hover {
    transform: translateX(5px);
}.program_assets28 li p {
    align-items: center;
    display: flex;
    line-height: 1.6;
    font-size: calc(12px - 1px);
    margin: 0;
    color: #000000;
}.program_assets28 li svg {
    height: 24px;
    width: 24px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 2px;
    left: 0;
}.program_assets28 li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.program_assets28 svg path {
    fill: rgb(166,209,174);
    transition: fill 0.3s ease;
}.program_assets28 li:hover svg path {
    fill: rgb(127,173,137);
}@keyframes float {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

.program_assets28 .cover_photo58:hover {
    transform: perspective(1000px) rotateY(0deg);
}

@media (min-width: 768px) {.program_assets28 .container {
    gap: 40px;
    align-items: center;
    flex-direction: row;
}.program_assets28 .cover_photo58 {
    width: 45%;
    animation: float 6s infinite ease-in-out;
    max-height: none;
    margin-bottom: 0;
}.program_assets28 .expert_guides68 {
    transform: translateY(0);
    padding: 50px;
    width: 55%;
}.program_assets28 h1 {
    font-size: 44px;
}.program_assets28 h1::after {
    width: 80px;
}.program_assets28 ul {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.program_assets28 li {
    padding-left: 40px;
}
}

@media (min-width: 992px) {.program_assets28 {
    padding: 150px 0;
}.program_assets28 .container {
    gap: 60px;
}.program_assets28 h1 {
    margin-bottom: 40px;
}.program_assets28 h1:hover::after {
    width: 120px;
}.program_assets28 li p {
    font-size: 12px;
}.program_assets28 .expert_guides68 {
    padding: 60px;
}
}

@media (max-width: 767px) {.program_assets28 {
    padding: 80px 0;
}.program_assets28 .cover_photo58 {
    max-height: 300px;
}.program_assets28 .expert_guides68 {
    padding: 30px 25px;
}.program_assets28 h1 {
    font-size: calc(35px - 4px);
    margin-bottom: 25px;
}.program_assets28 li {
    margin-bottom: 15px;
}.program_assets28 li p {
    font-size: calc(12px - 2px);
}
}