* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.access-help-01265 {
    flex: 0 0 auto;
}.header-bar-86125 {
    flex: 1 0 auto;
}.panel-container-15084 {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.container {
    width: 1202px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.tyFrame-70146 {
    position: relative;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}.tyFrame-70146::before {
    top: -50px;
    left: -50px;
    z-index: 0;
    content: "";
    background: rgb(111,157,186,0.5);
    filter: blur(80px);
    width: 300px;
    position: absolute;
    animation: float 12s ease-in-out infinite;
    height: 300px;
}.tyFrame-70146::after {
    filter: blur(70px);
    right: -80px;
    content: "";
    height: 280px;
    z-index: 0;
    bottom: -80px;
    width: 280px;
    background: rgb(159,191,210,0.5);
    position: absolute;
    animation: float 15s ease-in-out infinite reverse;
}.tyFrame-70146 .container {
    position: relative;
    z-index: 2;
}.tyFrame-70146 .history-tl-67541 {
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    backdrop-filter: blur(15px);
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
    transform: perspective(1000px) rotateX(2deg);
    display: grid;
    padding: 3.5rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    gap: 2rem;
}.tyFrame-70146 .history-tl-67541::before {
    background-size: 10px 10px;
    left: 0;
    top: 0;
    opacity: 0.08;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 100%;
    background: linear-gradient(45deg, transparent 48%, rgb(111,157,186,0.5) 49%, transparent 51%);
    width: 100%;
}.tyFrame-70146 .history-tl-67541 > div:first-child {
    position: relative;
}.tyFrame-70146 .history-tl-67541 > div:first-child::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 80px;
    transform-origin: left center;
    position: absolute;
    transform: scaleX(1);
    background: linear-gradient(90deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
    bottom: -1rem;
    content: "";
    height: 4px;
}.tyFrame-70146 .history-tl-67541:hover > div:first-child::after {
    transform: scaleX(1.5);
}.tyFrame-70146 h5 {
    line-height: 1.3;
    font-size: 23px;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(0);
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
}.tyFrame-70146 .history-tl-67541:hover h5 {
    transform: translateX(10px);
}.tyFrame-70146 a {
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    position: relative;
    transform: translateY(0);
}.tyFrame-70146 a:hover {
    transform: translateY(-5px);
}.tyFrame-70146 a::before {
    bottom: 0;
    left: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    content: "";
    height: 0;
    z-index: -1;
    background: linear-gradient(to top, rgb(159,191,210,0.5) 0%, transparent 100%);
    width: 100%;
}.tyFrame-70146 a:hover::before {
    height: 100%;
    opacity: 0.1;
}.tyFrame-70146 p {
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.7;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.tyFrame-70146 {
    padding: 150px 0;
}.tyFrame-70146 .history-tl-67541 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
    padding: 4rem;
}.tyFrame-70146 h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 0;
}.tyFrame-70146 p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.tyFrame-70146 {
    padding: 180px 0;
}.tyFrame-70146 .history-tl-67541 {
    padding: 5rem;
}.tyFrame-70146 h5 {
    font-size: calc(23px * 1.2);
}.tyFrame-70146 .history-tl-67541 > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.tyFrame-70146 {
    padding: 80px 0;
}.tyFrame-70146 .history-tl-67541 {
    padding: 2.5rem;
}.tyFrame-70146 h5 {
    font-size: calc(23px * 0.9);
}.tyFrame-70146 p {
    font-size: calc(13px * 0.95);
}.tyFrame-70146 .history-tl-67541 > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.tyFrame-70146 {
    padding: 60px 0;
}.tyFrame-70146 .history-tl-67541 {
    padding: 2rem;
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
}.tyFrame-70146 h5 {
    font-size: calc(23px * 0.85);
}.tyFrame-70146 p {
    font-size: calc(13px * 0.9);
}}.our-background-87956 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-background-87956::before {
    content: "";
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(159,191,210,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
}.our-background-87956::after {
    top: 0;
    position: absolute;
    z-index: 2;
    opacity: 0.15;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgb(159,191,210,0.5) 0px,
    rgb(159,191,210,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    left: 0;
    height: 100%;
    width: 100%;
}.our-background-87956 .container {
    position: relative;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.our-background-87956 .text-element-15637 {
    width: 95%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(8px);
    padding: 3.5rem;
    transform: translateX(-5%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    margin-left: auto;
    max-width: 1000px;
    background: rgba(255, 255, 255, 0.92);
}.our-background-87956 .text-element-15637:hover {
    transform: translateX(0) translateY(-5px);
}.our-background-87956 h1 {
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: rgb(159,191,210);
    letter-spacing: -0.02em;
    transform: translateX(-15px);
    margin-bottom: 2rem;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    font-size: 43px;
}.our-background-87956 h1::after {
    bottom: -10px;
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    position: absolute;
    background: rgb(159,191,210);
    height: 4px;
    width: 60px;
    left: 0;
}.our-background-87956 ul {
    opacity: 0;
    list-style: none;
    transform: translateY(20px);
    margin: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    padding: 0;
}.our-background-87956 ul li {
    margin-bottom: 1.5rem;
}.our-background-87956 h4 {
    color: #000000;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.2);
    font-weight: 600;
}.our-background-87956 h4::before {
    content: "";
    width: 12px;
    left: -20px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    background: rgb(111,157,186);
}.our-background-87956 span {
    display: block;
    column-gap: 40px;
    line-height: 1.8;
    color: #000000;
    hyphens: auto;
    column-count: 2;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-align: justify;
}

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

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

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


@media (max-width: 1200px) {.our-background-87956 {
    padding: 100px 0;
}.our-background-87956 .text-element-15637 {
    padding: 3rem;
    width: 90%;
}
}

@media (max-width: 992px) {.our-background-87956 {
    padding: 80px 0;
}.our-background-87956 .text-element-15637 {
    width: 100%;
    padding: 2.5rem;
    transform: translateX(0);
}.our-background-87956 h1 {
    font-size: calc(43px * 0.9);
}.our-background-87956 span {
    text-align: left;
    column-count: 1;
}
}

@media (max-width: 768px) {.our-background-87956 {
    padding: 60px 0;
}.our-background-87956 .text-element-15637 {
    padding: 2rem;
}.our-background-87956 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.our-background-87956 h1::after {
    height: 3px;
    width: 50px;
}.our-background-87956 h4 {
    font-size: 18px;
}
}

@media (max-width: 576px) {.our-background-87956 {
    padding: 50px 0;
}.our-background-87956 .text-element-15637 {
    padding: 1.5rem;
}.our-background-87956 h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.7);
}.our-background-87956 h1::after {
    width: 40px;
}.our-background-87956 h4::before {
    left: -15px;
    width: 10px;
    height: 10px;
}.our-background-87956 span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.our-background-87956 .text-element-15637,
  .our-background-87956 h1,
  .our-background-87956 h1::after,
  .our-background-87956 ul {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
    animation: none !important;
}}.privacy-holdings-62479 {
    color: #000000;
    padding: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
}.privacy-holdings-62479 h1 {
    z-index: 2;
    color: rgb(159,191,210);
    grid-column: span 2;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 30px;
    position: relative;
}.privacy-holdings-62479 h2 {
    padding-left: 10px;
    color: rgb(111,157,186);
    border-left: 5px solid rgb(159,191,210);
    margin: 20px 0;
    font-size: 37px;
    position: relative;
    z-index: 2;
    font-weight: 600;
}.privacy-holdings-62479 ul,
.privacy-holdings-62479 ol {
    position: relative;
    padding: 0 0 0 20px;
    z-index: 2;
    margin: 20px 0;
}.privacy-holdings-62479 ul {
    list-style-type: disc;
}.privacy-holdings-62479 ol {
    list-style-type: decimal;
}.privacy-holdings-62479 li {
    padding-bottom: 5px;
    color: #000000;
    font-size: 15px;
    border-bottom: 1px dashed rgb(111,157,186,0.5);
    margin-bottom: 10px;
}.privacy-holdings-62479 p {
    color: #000000;
    z-index: 2;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 20px;
    position: relative;
}.privacy-holdings-62479 > div {
    background-color: rgb(210,226,235);
    border: 1px solid rgb(159,191,210,0.5);
    padding: 30px;
    border-radius: 10px;
    position: relative;
    z-index: 2;
}.privacy-holdings-62479 span {
    padding: 5px;
    z-index: 2;
    background: rgb(159,191,210,0.5);
    font-weight: 600;
    position: relative;
    color: rgb(111,157,186);
    border-radius: 10px;
}.privacy-holdings-62479::before,
.privacy-holdings-62479::after {
    z-index: 1;
    border-radius: 50%;
    background: rgb(159,191,210,0.5);
    content: "";
    position: absolute;
    display: block;
}.privacy-holdings-62479::before {
    height: 200px;
    width: 200px;
    left: -100px;
    top: -100px;
}.privacy-holdings-62479::after {
    width: 300px;
    bottom: -150px;
    height: 300px;
    right: -150px;
}

@media only screen and (max-width: 800px) {.privacy-holdings-62479 {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 30px;
}.privacy-holdings-62479 h1 {
    grid-column: span 1;
    font-size: calc(18px * 0.8);
}.privacy-holdings-62479 h2 {
    font-size: calc(18px * 0.8);
}.privacy-holdings-62479 ul,
    .privacy-holdings-62479 ol {
    padding-left: 15px;
}.privacy-holdings-62479 > div {
    padding: 20px;
}.privacy-holdings-62479::before {
    left: -50px;
    height: 100px;
    top: -50px;
    width: 100px;
}.privacy-holdings-62479::after {
    right: -75px;
    bottom: -75px;
    height: 150px;
    width: 150px;
}}.cookieNoticeContainer-51982 {
    max-width: 500px;
    z-index: 1050;
    left: 50%;
    border-radius: 23px;
    position: fixed;
    background: #ffffff;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 90%;
    transform: translateX(-50%);
    bottom: 20px;
}.cookies-consent-51086 {
    flex-direction: column;
    align-items: center;
    padding: 20px;
    display: flex;
}.cookie-eductrl-75360 {
    margin-bottom: 20px;
}.cookie-eductrl-75360 svg, .cookie-eductrl-75360 svg path, .cookie-eductrl-75360 img {
    fill: rgb(159,191,210);
    width: 60px;
    height: 60px;
}.cookieNoticeContainer-51982 h5 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
    color: rgb(159,191,210);
    font-weight: 700;
}.cookieNoticeContainer-51982 p {
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
    font-size: 14px;
}.privacy-opt-25709 {
    width: calc(50% - 10px);
    padding: 10px 20px;
    font-size: 19px;
    background: rgb(159,191,210);
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease-in-out;
    display: inline-block;
    border-radius: 10px;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.privacy-opt-25709:hover {
    background: rgb(111,157,186);
}.cookie_button.consent-comply-34609 {
    background: rgb(111,157,186);
}.cookie_button.consent-comply-34609:hover {
    background: rgb(111,157,186,0.5);
}.cookieNoticeContainer-51982 p a {
    text-decoration: none;
    color: rgb(159,191,210);
    transition: color 0.3s ease-in-out;
}.cookieNoticeContainer-51982 p a:hover {
    color: rgb(111,157,186);
}#cookieNoticeBoard-59827 {
    display: none;
}#cookieNoticeBoard-59827:checked ~ .cookieNoticeContainer-51982 {
    opacity: 0;
    visibility: hidden;
}.operation-process-75608 {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(rgb(159,191,210,0.5), 0.05) 100%);
    overflow: hidden;
}.operation-process-75608::before {
    width: 40%;
    position: absolute;
    top: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    right: 0;
    transform: translateX(10%);
    background: linear-gradient(to right, transparent, rgba(rgb(111,157,186,0.5), 0.08));
    content: "";
    z-index: 1;
    height: 100%;
}.operation-process-75608::after {
    content: "";
    width: 100%;
    z-index: 1;
    background: linear-gradient(to top, rgba(rgb(159,191,210,0.5), 0.05), transparent);
    position: absolute;
    height: 25%;
    left: 0;
    bottom: 0;
}.operation-process-75608 .history-tl-67541 {
    margin: 0 auto;
    transform-style: preserve-3d;
    max-width: 1240px;
    position: relative;
    perspective: 1000px;
    padding: 0 20px;
    z-index: 2;
}.operation-process-75608 h2 {
    transform: translateZ(5px);
    font-weight: 700;
    margin-bottom: 40px;
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 29px;
    color: #000000;
    position: relative;
}.operation-process-75608 h2::after {
    content: "";
    left: 0;
    position: absolute;
    transition: width 0.4s ease-out;
    width: 80px;
    background: linear-gradient(90deg, rgb(159,191,210), rgb(111,157,186));
    bottom: -10px;
    height: 3px;
    transform-origin: left center;
}.operation-process-75608 .history-tl-67541:hover h2::after {
    width: 100%;
}.operation-process-75608 .text-element-15637 {
    position: relative;
    background: linear-gradient(to right, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.98));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s ease;
    transform: translateZ(10px) rotateY(-2deg);
    box-shadow: 10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
                -5px -5px 20px rgba(rgb(255, 255, 255, 0.5), 0.7);
    border-left: 5px solid rgb(159,191,210);
    backdrop-filter: blur(5px);
    padding: 40px;
}.operation-process-75608 .text-element-15637::before {
    border-width: 0 40px 40px 0;
    height: 0;
    position: absolute;
    border-color: transparent rgb(111,157,186) transparent transparent;
    top: 0;
    border-style: solid;
    transition: transform 0.3s ease-out;
    right: 0;
    opacity: 0.8;
    content: "";
    width: 0;
}.operation-process-75608 .text-element-15637:hover {
    transform: translateZ(20px) rotateY(0deg);
    box-shadow: 15px 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
                -8px -8px 25px rgba(rgb(255, 255, 255, 0.5), 0.8);
}.operation-process-75608 .text-element-15637:hover::before {
    transform: scale(1.2) rotate(10deg);
}.operation-process-75608 p {
    color: #000000;
    position: relative;
    font-size: 14px;
    margin: 0;
    transition: transform 0.4s ease;
    font-weight: 400;
    line-height: 1.8;
}.operation-process-75608 .text-element-15637:hover p {
    transform: translateX(5px);
}

@media (max-width: 991px) {.operation-process-75608 {
    padding: 90px 0;
}.operation-process-75608 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.operation-process-75608 .text-element-15637 {
    transform: translateZ(5px) rotateY(-1deg);
    padding: 30px;
}.operation-process-75608::before {
    width: 30%;
}
}

@media (max-width: 767px) {.operation-process-75608 {
    padding: 70px 0;
}.operation-process-75608 h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 25px;
}.operation-process-75608 .text-element-15637 {
    padding: 25px;
    transform: translateZ(0) rotateY(0);
}.operation-process-75608 .text-element-15637::before {
    border-width: 0 30px 30px 0;
}.operation-process-75608 p {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.operation-process-75608 {
    padding: 50px 0;
}.operation-process-75608 h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.operation-process-75608 h2::after {
    height: 2px;
    width: 60px;
}.operation-process-75608 .text-element-15637 {
    padding: 20px;
    border-left: 3px solid rgb(159,191,210);
}.operation-process-75608 .text-element-15637::before {
    border-width: 0 20px 20px 0;
}.operation-process-75608 p {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.operation-process-75608::before {
    width: 20%;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%);
}}header {
    background: rgb(210,226,235);
    z-index: 100;
    padding: 0;
    position: relative;
    width: 100%;
}header::before {
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.6;
    top: 0;
    background: linear-gradient(135deg, 
        rgb(159,191,210,0.5) 0%, 
        transparent 60%, 
        rgb(111,157,186,0.5) 100%);
    z-index: 0;
    left: 0;
    content: '';
}header .container {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0;
    max-width: 100%;
}header .nav-sitebar-34089 {
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .first-expert-78506 {
    margin-right: 1rem;
    align-items: center;
    position: relative;
    display: flex;
    text-decoration: none;
    padding: 0.6rem;
}header .first-expert-78506::after {
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, rgb(159,191,210), rgb(111,157,186));
    transform: scaleX(0.7);
    content: '';
    height: 2px;
    width: 100%;
}header .first-expert-78506:hover::after {
    transform: scaleX(1);
}header .first-expert-78506 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .first-expert-78506:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .head-pro-53702 {
    padding: 0.5rem;
    gap: 0.4rem;
    display: flex;
    border-radius: 10px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.5);
}header .top-mentor-26189 {
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-size: 19px;
    overflow: hidden;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.4rem 0.7rem;
    color: #000000;
    border-radius: 10px;
    font-weight: 400;
}header .top-mentor-26189::after {
    background: linear-gradient(to right, rgb(159,191,210), rgb(111,157,186));
    transition: transform 0.3s ease;
    transform-origin: left;
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
    content: '';
    height: 2px;
    position: absolute;
    left: 0;
}header .top-mentor-26189:hover {
    background: rgba(255, 255, 255, 0.7);
    color: rgb(159,191,210);
}header .top-mentor-26189:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .nav-sitebar-34089 {
    padding: 0.7rem 2.5%;
}header .first-expert-78506 svg {
    width: 130px;
}header .head-pro-53702 {
    gap: 0.35rem;
    padding: 0.4rem;
}header .top-mentor-26189 {
    font-size: calc(19px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header .nav-sitebar-34089 {
    justify-content: center;
    padding: 0.7rem 2%;
}header .first-expert-78506 {
    margin: 0 0 0.6rem 0;
}header .first-expert-78506 svg {
    width: 120px;
}header .head-pro-53702 {
    width: 100%;
    justify-content: center;
}header .top-mentor-26189 {
    font-size: calc(19px - 2px);
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header .nav-sitebar-34089 {
    padding: 0.6rem 1.5%;
}header .first-expert-78506 svg {
    width: 110px;
}header .head-pro-53702 {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .head-pro-53702::-webkit-scrollbar {
    height: 2px;
}header .head-pro-53702::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(159,191,210);
}header .top-mentor-26189 {
    flex-shrink: 0;
    white-space: nowrap;
}}.tariff-list-47618 {
    position: relative;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}.tariff-list-47618::before {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    content: "";
}.tariff-list-47618 .container {
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.tariff-list-47618 .promo-cost-97612 {
    position: relative;
}.tariff-list-47618 h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-size: calc(30px * 1.2);
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeInUp 0.8s forwards 0.3s;
    position: relative;
}.tariff-list-47618 .plan-options-50143 {
    line-height: 1.6;
    opacity: 0;
    margin: 0 auto 40px;
    transform: translateY(10px);
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    font-size: calc(14px * 1.1);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.5s;
}.tariff-list-47618 .study-sub-93874 {
    display: grid;
    padding: 0;
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.tariff-list-47618 .study-sub-93874 li {
    opacity: 0;
    transform: translateY(20px);
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    height: 100%;
    animation: fadeInUp 0.8s forwards;
}.tariff-list-47618 .study-sub-93874 li:nth-child(1) {
    --i: 1;
}.tariff-list-47618 .study-sub-93874 li:nth-child(2) {
    --i: 2;
}.tariff-list-47618 .study-sub-93874 li:nth-child(3) {
    --i: 3;
}.tariff-list-47618 .study-sub-93874 li:nth-child(4) {
    --i: 4;
}.tariff-list-47618 .fee-chart-28914 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: inherit;
    height: 100%;
    display: block;
    text-decoration: none;
}.tariff-list-47618 .fee-chart-28914:hover {
    transform: translateY(-10px);
}.tariff-list-47618 .rate-packages-28405 {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    height: 100%;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    border-left: 3px solid rgb(159,191,210);
    padding: 30px;
    border-radius: 3px;
    transition: all 0.4s ease;
    position: relative;
}.tariff-list-47618 .fee-chart-28914:hover .rate-packages-28405 {
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff-list-47618 .rate-packages-28405::before {
    background: linear-gradient(to right, 
        rgb(159,191,210), 
        rgb(111,157,186));
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    position: absolute;
    transform: scaleX(0);
    height: 5px;
    content: "";
    top: 0;
    transform-origin: left;
    left: 0;
}.tariff-list-47618 .fee-chart-28914:hover .rate-packages-28405::before {
    transform: scaleX(1);
}.tariff-list-47618 .cost-deals-35807 {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff-list-47618 .cost-deals-35807 h4 {
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(22px * 1.1);
}.tariff-list-47618 .cost-deals-35807 h4::after {
    content: "";
    width: 40px;
    position: absolute;
    background: rgb(159,191,210);
    bottom: 0;
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
}.tariff-list-47618 .fee-chart-28914:hover .cost-deals-35807 h4::after {
    width: 60px;
}.tariff-list-47618 .cost-deals-35807 p {
    line-height: 1.6;
    font-size: 14px;
    color: rgb(255, 255, 255, 0.5);
    flex-grow: 1;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    word-break: break-word;
}.tariff-list-47618 .fee-plans-38715 {
    color: rgb(111,157,186);
    position: relative;
    transition: color 0.3s ease;
    font-size: calc(22px * 1.2);
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    display: block;
    font-weight: 700;
    padding-top: 15px;
}.tariff-list-47618 .fee-chart-28914:hover .fee-plans-38715 {
    color: rgb(159,191,210);
}

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

@media (max-width: 991px) {.tariff-list-47618 {
    padding: 80px 0;
}.tariff-list-47618 h2 {
    font-size: 30px;
}.tariff-list-47618 .plan-options-50143 {
    margin-bottom: 30px;
    font-size: 14px;
}.tariff-list-47618 .study-sub-93874 {
    gap: 20px;
}.tariff-list-47618 .rate-packages-28405 {
    padding: 25px;
}
}

@media (max-width: 767px) {.tariff-list-47618 {
    padding: 60px 0;
}.tariff-list-47618 .study-sub-93874 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff-list-47618 .cost-deals-35807 h4 {
    font-size: 22px;
}.tariff-list-47618 .fee-plans-38715 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.tariff-list-47618 {
    padding: 50px 0;
}.tariff-list-47618 h2 {
    font-size: calc(30px * 0.9);
}.tariff-list-47618 .plan-options-50143 {
    font-size: calc(14px * 0.9);
}.tariff-list-47618 .rate-packages-28405 {
    padding: 20px;
}}.course-program-description-39258 {
    background-color: #ffffff;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.course-program-description-39258::before {
    z-index: 2;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at center, rgba(255,255,255,0.1) 0%, rgb(210,226,235) 90%);
    left: 0;
    pointer-events: none;
    height: 100%;
    content: '';
    top: 0;
}.course-program-description-39258 .coding-expert-78621 {
    position: absolute;
    right: 0;
    width: 55%;
    top: 0;
    z-index: 1;
    height: 100%;
}.course-program-description-39258 .tech-classes-73815 {
    height: 500%;
    flex-direction: column;
    display: flex;
    animation: carousel-vertical 25s ease infinite;
    width: 100%;
}.course-program-description-39258 .coding-expert-78621:hover .tech-classes-73815 {
    animation-play-state: paused;
}.course-program-description-39258 .program-flow-45392 {
    height: 20%;
    position: relative;
    width: 100%;
}.course-program-description-39258 .program-flow-45392::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    width: 100%;
    content: '';
}.course-program-description-39258 .program-flow-45392 img {
    height: 100%;
    transform: scale(1.05);
    transition: transform 0.8s ease;
    filter: brightness(1.2) contrast(1.15) saturate(1.15) opacity(0.95);
    width: 100%;
    object-fit: cover;
}.course-program-description-39258 .program-flow-45392:hover img {
    transform: scale(1.1);
}.course-program-description-39258 .container {
    padding: 0;
    align-items: center;
    width: 100%;
    display: flex;
    z-index: 5;
    position: relative;
}.course-program-description-39258 .history-tl-67541 {
    justify-content: center;
    padding-left: 8%;
    width: 45%;
    display: flex;
    flex-direction: column;
}.course-program-description-39258 .future-class-50438 {
    border-left: 5px solid rgb(159,191,210);
    max-width: 550px;
    border-radius: 0 17px 17px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(210,226,235) 100%);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    padding: 3.5rem;
    position: relative;
}.course-program-description-39258 .future-class-50438::before {
    top: 20px;
    right: 20px;
    content: '';
    bottom: 20px;
    position: absolute;
    pointer-events: none;
    left: 20px;
    border-left: none;
    border-radius: 0 10px 10px 0;
    border: 1px solid rgb(111,157,186,0.5);
}.course-program-description-39258 .future-class-50438 h3 {
    color: rgb(159,191,210);
    padding-bottom: 15px;
    margin-bottom: 1.5rem;
    font-size: 40px;
    position: relative;
    font-weight: 700;
}.course-program-description-39258 .future-class-50438 h3::after {
    content: '';
    background: rgb(111,157,186);
    width: 80px;
    left: 0;
    position: absolute;
    height: 3px;
    bottom: 0;
}.course-program-description-39258 .future-class-50438 p {
    line-height: 1.8;
    margin-bottom: 2.5rem;
    font-size: 15px;
    color: #000000;
}.course-program-description-39258 .future-class-50438 .reach-query-06784 {
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    position: relative;
    padding: 1.2rem 2.5rem;
    background: linear-gradient(45deg, rgb(159,191,210) 0%, rgb(111,157,186) 100%);
}.course-program-description-39258 .future-class-50438 .reach-query-06784::before {
    content: '';
    opacity: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(111,157,186) 0%, rgb(159,191,210) 100%);
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
}.course-program-description-39258 .future-class-50438 .reach-query-06784:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course-program-description-39258 .future-class-50438 .reach-query-06784:hover::before {
    opacity: 1;
}

@keyframes carousel-vertical {
    0%, 16% {
        transform: translateY(0);
    }
    20%, 36% {
        transform: translateY(-20%);
    }
    40%, 56% {
        transform: translateY(-40%);
    }
    60%, 76% {
        transform: translateY(-60%);
    }
    80%, 96% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(0);
    }
}

@media screen and (min-width: 1440px) {.course-program-description-39258 .history-tl-67541 {
    padding-left: 10%;
}.course-program-description-39258 .future-class-50438 {
    max-width: 650px;
}
}

@media screen and (max-width: 1200px) {.course-program-description-39258 .coding-expert-78621 {
    width: 50%;
}.course-program-description-39258 .history-tl-67541 {
    padding-left: 5%;
    width: 50%;
}.course-program-description-39258 .future-class-50438 {
    padding: 2.5rem;
}
}

@media screen and (max-width: 992px) {.course-program-description-39258 {
    min-height: auto;
    flex-direction: column;
}.course-program-description-39258 .coding-expert-78621 {
    width: 100%;
    position: relative;
    height: 400px;
}.course-program-description-39258 .tech-classes-73815 {
    width: 500%;
    animation: carousel-horizontal 25s ease infinite;
    height: 100%;
    flex-direction: row;
}.course-program-description-39258 .program-flow-45392 {
    width: 20%;
    height: 100%;
}.course-program-description-39258 .program-flow-45392::before {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
}.course-program-description-39258 .container {
    padding: 3rem 1rem;
}.course-program-description-39258 .history-tl-67541 {
    padding-left: 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}.course-program-description-39258 .future-class-50438 {
    max-width: 100%;
    border-left: none;
    border-radius: 17px;
    border-top: 5px solid rgb(159,191,210);
}.course-program-description-39258 .future-class-50438::before {
    border: 1px solid rgb(111,157,186,0.5);
    right: 20px;
    bottom: 20px;
    border-top: none;
    left: 20px;
    border-radius: 10px;
    top: 20px;
}
}

@media screen and (max-width: 768px) {.course-program-description-39258 .coding-expert-78621 {
    height: 350px;
}.course-program-description-39258 .container {
    padding: 2.5rem 1rem;
}.course-program-description-39258 .future-class-50438 {
    padding: 2rem;
}.course-program-description-39258 .future-class-50438 h3 {
    font-size: calc(40px * 0.8);
}

}

@media screen and (max-width: 576px) {.course-program-description-39258 .coding-expert-78621 {
    height: 300px;
}.course-program-description-39258 .container {
    padding: 2rem 1rem;
}.course-program-description-39258 .future-class-50438 {
    padding: 1.5rem;
}.course-program-description-39258 .future-class-50438 h3 {
    font-size: calc(40px * 0.7);
}.course-program-description-39258 .future-class-50438 p {
    margin-bottom: 2rem;
    font-size: calc(15px * 0.9);
}.course-program-description-39258 .future-class-50438 .reach-query-06784 {
    width: 100%;
    text-align: center;
    padding: 1rem;
}.course-program-description-39258 .future-class-50438::before {
    display: none;
}}

@keyframes carousel-horizontal {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}.contact-section-57369 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 120px 0;
}.contact-section-57369::before {
    position: absolute;
    left: 0;
    background-color: rgb(159,191,210,0.5);
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    z-index: -1;
}.contact-section-57369 .container {
    padding: 0 15px;
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
}.contact-section-57369 .message-message-26374 {
    flex-direction: column;
    border-radius: 22px;
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}.contact-section-57369 .request-widget-15642 {
    border-radius: 22px 22px 0 0;
    background-color: #ffffff;
    z-index: 2;
    padding: 50px 30px;
    width: 100%;
    position: relative;
    order: 1;
}.contact-section-57369 .request-widget-15642 h3 {
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 23px;
    position: relative;
    color: #000000;
}.contact-section-57369 .request-widget-15642 h3::after {
    width: 50%;
    left: 0;
    content: '';
    bottom: -8px;
    position: absolute;
    background-color: rgb(111,157,186);
    height: 3px;
}.contact-section-57369 .request-widget-15642 form {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.contact-section-57369 .request-widget-15642 input[type="text"],
.contact-section-57369 .request-widget-15642 input[type="email"] {
    background-color: rgb(210,226,235);
    flex: 1 0 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    border: none;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    border-radius: 10px;
    font-size: 16px;
    height: 60px;
    color: #000000;
    padding: 0 20px;
}.contact-section-57369 .request-widget-15642 input[type="text"]:focus,
.contact-section-57369 .request-widget-15642 input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(111,157,186,0.5);
}.contact-section-57369 .request-widget-15642 input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
    flex: 1 0 100%;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 input[type="checkbox"] {
    cursor: pointer;
    width: 24px;
    margin-top: 2px;
    height: 24px;
    -webkit-appearance: none;
    flex-shrink: 0;
    appearance: none;
    position: relative;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgb(210,226,235);
    margin-right: 10px;
    transition: background-color 0.3s ease;
    border-radius: 10px;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 input[type="checkbox"]:checked {
    background-color: rgb(111,157,186);
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 input[type="checkbox"]:checked::before {
    left: 9px;
    position: absolute;
    top: 6px;
    width: 6px;
    height: 10px;
    border: solid #ffffff;
    transform: rotate(45deg);
    content: '';
    border-width: 0 2px 2px 0;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 label a {
    color: rgb(159,191,210);
    font-weight: 600;
    position: relative;
    text-decoration: none;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 label a::after {
    background-color: rgb(159,191,210);
    left: 0;
    position: absolute;
    content: '';
    transform: scaleX(0);
    height: 1px;
    transform-origin: right;
    bottom: -2px;
    width: 100%;
    transition: transform 0.3s ease;
}.contact-section-57369 .request-widget-15642 .feedback-request-75209 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact-section-57369 .request-widget-15642 .reach-query-06784 {
    position: relative;
    height: 60px;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    z-index: 1;
    border-radius: 10px;
    font-size: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    flex: 1 0 100%;
    background-color: rgb(111,157,186);
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 4px 10px rgb(111,157,186,0.5);
    transition: all 0.3s ease;
}.contact-section-57369 .request-widget-15642 .reach-query-06784::before {
    width: 100%;
    top: 0;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    border-radius: 10px;
    background: rgb(159,191,210);
    transform-origin: right;
}.contact-section-57369 .request-widget-15642 .reach-query-06784:hover {
    box-shadow: 0 6px 15px rgb(159,191,210,0.5);
}.contact-section-57369 .request-widget-15642 .reach-query-06784:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-section-57369 .feedback-message-51290 {
    border-radius: 0 0 22px 22px;
    position: relative;
    background-color: rgb(159,191,210);
    order: 2;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    color: #ffffff;
    padding: 50px 30px;
}.contact-section-57369 .feedback-message-51290::before {
    height: 30px;
    content: '';
    transform: translateY(-15px);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: rgb(159,191,210);
}.contact-section-57369 .feedback-message-51290 h3 {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    font-size: 31px;
    color: #ffffff;
    font-weight: 700;
}.contact-section-57369 .feedback-message-51290 h3::after {
    position: absolute;
    height: 3px;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    background-color: rgb(111,157,186);
    bottom: -15px;
    content: '';
}.contact-section-57369 .feedback-message-51290 div {
    padding: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    position: relative;
}.contact-section-57369 .feedback-message-51290 div::before {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    content: '';
    width: 100%;
    height: 1px;
    opacity: 0.2;
}.contact-section-57369 .feedback-message-51290 div:last-child::before {
    display: none;
}.contact-section-57369 .feedback-message-51290 div svg {
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(111,157,186,0.5);
    padding: 6px;
    margin-right: 20px;
    width: 32px;
    height: 32px;
    background-color: rgb(111,157,186);
}.contact-section-57369 .feedback-message-51290 div svg path {
    fill: #ffffff;
}.contact-section-57369 .feedback-message-51290 div span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}.contact-section-57369 .feedback-message-51290 div span a {
    transition: color 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #ffffff;
}.contact-section-57369 .feedback-message-51290 div span a::after {
    position: absolute;
    bottom: -2px;
    background-color: #ffffff;
    height: 1px;
    width: 100%;
    transition: transform 0.3s ease;
    content: '';
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
}.contact-section-57369 .feedback-message-51290 div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact-section-57369 .message-message-26374 {
    align-items: stretch;
    flex-direction: row;
}.contact-section-57369 .request-widget-15642 {
    border-radius: 22px 0 0 22px;
    padding: 60px;
    width: 60%;
    order: 1;
}.contact-section-57369 .feedback-message-51290 {
    width: 40%;
    justify-content: center;
    padding: 60px 40px;
    border-radius: 0 22px 22px 0;
    order: 2;
}.contact-section-57369 .feedback-message-51290::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
    transform: translateX(-15px);
}.contact-section-57369 .request-widget-15642 input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact-section-57369 {
    padding: 80px 0;
}.contact-section-57369 .feedback-message-51290 div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact-section-57369 {
    padding: 60px 0;
}.contact-section-57369 .request-widget-15642,
    .contact-section-57369 .feedback-message-51290 {
    padding: 40px 25px;
}.contact-section-57369 .request-widget-15642 h3,
    .contact-section-57369 .feedback-message-51290 h3 {
    font-size: calc(23px + 2px);
}.contact-section-57369 .request-widget-15642 input[type="text"],
    .contact-section-57369 .request-widget-15642 input[type="email"],
    .contact-section-57369 .request-widget-15642 .reach-query-06784 {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact-section-57369 {
    padding: 40px 0;
}.contact-section-57369 .request-widget-15642,
    .contact-section-57369 .feedback-message-51290 {
    padding: 30px 20px;
}.contact-section-57369 .feedback-message-51290 div svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
}}.training-specialist-35714 {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(210,226,235), rgb(159,191,210,0.5));
    position: relative;
    overflow: hidden;
}.training-specialist-35714::before {
    width: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(111,157,186,0.5) 0px, transparent 2px, transparent 10px);
    z-index: 1;
}.training-specialist-35714 .client-feedback-65129 {
    overflow: hidden;
    border-radius: 27px;
    background: #ffffff;
    gap: 4rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    align-items: center;
    display: flex;
    padding: 0;
    position: relative;
}.training-specialist-35714 .photo-frame-73841 {
    position: relative;
    width: 40%;
    flex-shrink: 0;
    height: 450px;
    transition: all 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.training-specialist-35714 .photo-frame-73841::after {
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(135deg, rgb(159,191,210,0.5), transparent);
    left: 0;
    position: absolute;
    content: "";
}.training-specialist-35714 .career-section-94075 {
    position: relative;
    padding: 3rem;
    width: 60%;
}.training-specialist-35714 .name {
    margin-bottom: 0.5rem;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    color: #000000;
    position: relative;
}.training-specialist-35714 .name::after {
    content: "";
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    width: 50%;
    background: rgb(159,191,210);
    bottom: -8px;
    position: absolute;
}.training-specialist-35714 .career-section-94075 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    font-size: 16px;
    font-weight: 600;
    padding-left: 2px;
    color: rgb(111,157,186);
}.training-specialist-35714 .work-projects-64328 {
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    line-height: 1.6;
    font-size: 17px;
    font-family: Arial, sans-serif;
}.training-specialist-35714 .work-projects-64328::before {
    left: -1rem;
    opacity: 0.4;
    color: rgb(159,191,210,0.5);
    content: "";
    position: absolute;
    top: -2rem;
    font-size: 4rem;
}.training-specialist-35714 .client-feedback-65129:hover .photo-frame-73841 {
    transform: scale(1.03);
}.training-specialist-35714 .client-feedback-65129:hover .name::after {
    width: 100%;
}

@media (max-width: 992px) {.training-specialist-35714 .client-feedback-65129 {
    flex-direction: column;
    gap: 2rem;
}.training-specialist-35714 .photo-frame-73841 {
    height: 350px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.training-specialist-35714 .career-section-94075 {
    width: 100%;
    padding: 0 2rem 2rem;
}
}

@media (max-width: 576px) {.training-specialist-35714 {
    padding: 3rem 1rem;
}.training-specialist-35714 .photo-frame-73841 {
    height: 280px;
}.training-specialist-35714 .career-section-94075 {
    padding: 0 1.5rem 1.5rem;
}.training-specialist-35714 .name {
    font-size: calc(32px * 0.85);
}.training-specialist-35714 .work-projects-64328 {
    font-size: calc(17px * 0.95);
}}.access-help-01265 {
    color: #ffffff;
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
}.access-help-01265::before {
    top: 0;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(8px);
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(159,191,210,0.5) 100%);
    z-index: -1;
}.access-help-01265 .container {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
}.access-help-01265 .company_holder {
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(159,191,210);
    padding-left: 2rem;
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(159,191,210);
    }
    50% {
        border-left-color: rgb(111,157,186);
    }
    100% {
        border-left-color: rgb(159,191,210);
    }
}

.access-help-01265 .company_holder h3 {
    background: linear-gradient(to right, #ffffff, rgb(111,157,186));
    font-weight: 700;
    -webkit-background-clip: text !important;
    font-size: calc(38px * 1.2);
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
}.access-help-01265 .fellow-prog-86390 {
    line-height: 1.6;
    opacity: 0.8;
    font-size: 17px;
    color: #ffffff;
    margin-top: 1rem;
}.access-help-01265 .forum-link-05837 {
    display: flex;
    justify-content: flex-end;
}.access-help-01265 .header-site-09468 {
    display: flex;
    gap: 4rem;
}.access-help-01265 .head-pro-53702 {
    position: relative;
}.access-help-01265 .head-pro-53702::before {
    position: absolute;
    border-top: 1px solid rgb(159,191,210);
    border-left: 1px solid rgb(159,191,210);
    content: "";
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 0.4;
    left: -20px;
}.access-help-01265 .head-pro-53702::after {
    width: 40px;
    opacity: 0.4;
    position: absolute;
    border-bottom: 1px solid rgb(159,191,210);
    border-right: 1px solid rgb(159,191,210);
    right: -20px;
    height: 40px;
    bottom: -10px;
    content: "";
}.access-help-01265 .head-pro-53702 h5 {
    color: rgb(111,157,186);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 19px;
}.access-help-01265 .head-pro-53702 .header-site-09468 {
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
}.access-help-01265 .head-pro-53702 .header-site-09468 a {
    position: relative;
    font-size: 17px;
    padding-left: 1rem;
    opacity: 0.8;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.access-help-01265 .head-pro-53702 .header-site-09468 a::before {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    height: 5px;
    background-color: rgb(159,191,210);
    border-radius: 50%;
    position: absolute;
    width: 5px;
    left: 0;
    top: 50%;
    content: "";
}.access-help-01265 .head-pro-53702 .header-site-09468 a:hover {
    opacity: 1;
    transform: translateX(5px);
    color: rgb(159,191,210);
}.access-help-01265 .head-pro-53702 .header-site-09468 a:hover::before {
    height: 7px;
    width: 7px;
    background-color: rgb(111,157,186);
}.event-cal-63254 {
    margin-top: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}.event-cal-63254::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(159,191,210), transparent);
    left: 0;
    top: 0;
    height: 1px;
    width: 100%;
    content: "";
    opacity: 0.5;
}.event-cal-63254 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.event-cal-63254 .badge-case-73615 {
    opacity: 0.7;
    font-size: 12px;
    text-align: center;
    color: #ffffff;
}

@media screen and (max-width: 992px) {.access-help-01265 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.access-help-01265 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.access-help-01265 .forum-link-05837 {
    justify-content: flex-start;
}.access-help-01265 .header-site-09468 {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.access-help-01265 {
    padding: 3rem 0 2rem;
}.access-help-01265 .header-site-09468 {
    flex-direction: column;
    gap: 2rem;
}.access-help-01265 .head-pro-53702::before,
    .access-help-01265 .head-pro-53702::after {
    display: none;
}.access-help-01265 .head-pro-53702 {
    margin-bottom: 1.5rem;
}.event-cal-63254 {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.access-help-01265 .company_holder h3 {
    font-size: 38px;
}.access-help-01265 .head-pro-53702 h5 {
    font-size: calc(17px * 1.1);
}.access-help-01265 .head-pro-53702 .header-site-09468 a {
    font-size: calc(17px * 0.9);
}}.user-feedback-81503 {
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(210,226,235), rgba(0, 0, 0, 0.5) 120%);
    position: relative;
    overflow: hidden;
}.user-feedback-81503::before {
    left: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    z-index: 1;
    background: 
        radial-gradient(circle at 10% 20%, rgb(159,191,210,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(111,157,186,0.5) 0%, transparent 35%);
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0.15;
}.user-feedback-81503 .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.user-feedback-81503 h2 {
    transition: transform 0.5s ease-out;
    margin-bottom: 3.5rem;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    font-weight: 700;
    text-align: center;
    font-size: 29px;
}.user-feedback-81503 h2::after {
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(159,191,210), rgb(111,157,186));
    height: 0.25rem;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    width: 4rem;
    content: "";
    transition: width 0.3s ease-out;
}.user-feedback-81503 h2:hover::after {
    width: 6rem;
}.user-feedback-81503 .student-insights-41597 {
    gap: 2.5rem;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}.user-feedback-81503 .client-feedback-65129 {
    transform: translateY(0);
    position: relative;
    padding: 2.5rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}.user-feedback-81503 .client-feedback-65129::before {
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    position: absolute;
    z-index: -1;
}.user-feedback-81503 .client-feedback-65129:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.user-feedback-81503 .client-feedback-65129:nth-child(odd)::after {
    position: absolute;
    right: 1.5rem;
    line-height: 1;
    color: rgb(159,191,210,0.5);
    font-size: 5rem;
    font-family: Georgia, serif;
    top: 1rem;
    content: "";
    opacity: 0.2;
}.user-feedback-81503 .client-feedback-65129:nth-child(even)::after {
    top: 1rem;
    content: "";
    font-size: 5rem;
    opacity: 0.2;
    right: 1.5rem;
    color: rgb(111,157,186,0.5);
    position: absolute;
    font-family: Georgia, serif;
    line-height: 1;
}.user-feedback-81503 .client-feedback-65129 div {
    align-items: center;
    display: flex;
    margin-bottom: 1.25rem;
}.user-feedback-81503 .client-feedback-65129 img {
    margin-right: 1rem;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    height: 60px;
    width: 60px;
    border-radius: 50%;
}.user-feedback-81503 .client-feedback-65129 h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0;
}.user-feedback-81503 .client-feedback-65129 .description {
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 16px;
    padding-top: 0.5rem;
    line-height: 1.6;
}.user-feedback-81503 .client-feedback-65129 .description::before {
    background-color: rgb(159,191,210,0.5);
    content: "";
    height: 2px;
    top: 0;
    left: 0;
    position: absolute;
    width: 3rem;
}.user-feedback-81503 a {
    overflow: hidden;
    padding: 0.85rem 2rem;
    transform: translateZ(0);
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(159,191,210), rgb(111,157,186));
    z-index: 1;
    font-weight: 600;
    text-align: center;
    margin-top: 3rem;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
}.user-feedback-81503 a:hover {
    box-shadow: 0 7px 20px rgba(var(--primary-color-rgb), 0.3);
    transform: translateY(-3px);
}.user-feedback-81503 a::before {
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    content: "";
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.user-feedback-81503 a:hover::before {
    left: 100%;
}

@media (max-width: 991px) {.user-feedback-81503 {
    padding: 5rem 2rem;
}.user-feedback-81503 h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.user-feedback-81503 .student-insights-41597 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.user-feedback-81503 {
    padding: 4rem 1.5rem;
}.user-feedback-81503 h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
}.user-feedback-81503 .student-insights-41597 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user-feedback-81503 .client-feedback-65129 {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 480px) {.user-feedback-81503 {
    padding: 3rem 1rem;
}.user-feedback-81503 h2 {
    font-size: calc(29px * 0.7);
}.user-feedback-81503 .client-feedback-65129 {
    padding: 1.75rem 1.25rem;
}.user-feedback-81503 .client-feedback-65129 img {
    height: 50px;
    width: 50px;
}.user-feedback-81503 a {
    padding: 0.75rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}

@media (hover: none) {.user-feedback-81503 .client-feedback-65129:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.user-feedback-81503 a:hover {
    transform: none;
}}.title-opener-28506 {
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(210,226,235) 0%, rgba(94,170,168,0.1) 100%);
    overflow: hidden;
}.title-opener-28506::before {
    position: absolute;
    background-size: 50px 50px;
    right: 0;
    top: 0;
    animation: backgroundShift 60s linear infinite;
    opacity: 0.5;
    bottom: 0;
    content: "";
    left: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(94,170,168,0.1) 49.5%, rgba(94,170,168,0.1) 50.5%, transparent 50.5%);
    z-index: 0;
}@keyframes backgroundShift {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.title-opener-28506 h1 {
    text-align: center;
    color: rgb(111,157,186);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    margin-bottom: 2rem;
    position: relative;
    transform: translateY(0);
    font-weight: 600;
    z-index: 2;
    letter-spacing: 1px;
    font-size: 21px;
}.title-opener-28506 .history-tl-67541 {
    position: relative;
    flex-direction: column;
    gap: 2rem;
    z-index: 1;
    display: flex;
}.title-opener-28506 .text-element-15637 {
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    transform: translateX(0);
    z-index: 3;
    position: relative;
    box-shadow: 0 10px 30px rgba(94,170,168,0.15);
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    border-left: 4px solid rgb(111,157,186);
    flex: 1;
    opacity: 1;
}.title-opener-28506 .text-element-15637::before {
    z-index: -1;
    background: linear-gradient(45deg, transparent 98%, rgb(111,157,186) 98%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
}.title-opener-28506 ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.title-opener-28506 li {
    margin-bottom: 2rem;
}.title-opener-28506 li:last-child {
    margin-bottom: 0;
}.title-opener-28506 .learn-start-39018 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}.title-opener-28506 svg {
    width: 120px;
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0) rotate(0);
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 4px 6px rgba(94,170,168,0.2));
}.title-opener-28506 svg:hover {
    transform: translateY(-5px) rotate(2deg);
}.title-opener-28506 svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.title-opener-28506 svg text {
    fill: rgb(94,170,168);
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.title-opener-28506 .learn-start-39018 p {
    font-size: calc(16px * 1.1);
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
}.title-opener-28506 .reach-query-06784 {
    text-align: center;
    font-weight: 600;
    transform: translateY(0);
    position: relative;
    padding: 1rem 2rem;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    letter-spacing: 0.5px;
    background: linear-gradient(135deg, rgb(111,157,186) 0%, rgba(94,170,168,0.9) 100%);
    font-size: 18px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(94,170,168,0.2);
    overflow: hidden;
    color: #ffffff;
    border: none;
}.title-opener-28506 .reach-query-06784::before {
    top: 0;
    transition: left 0.7s ease;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
}.title-opener-28506 .reach-query-06784:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    transform: translateY(-3px);
}.title-opener-28506 .reach-query-06784:hover::before {
    left: 100%;
}.title-opener-28506 .photo-frame-73841 {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: scale(1);
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 100%;
}.title-opener-28506 .photo-frame-73841::before {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(94,170,168,0.4));
    left: 0;
    z-index: 1;
}.title-opener-28506 .photo-frame-73841::after {
    top: 0;
    mix-blend-mode: color;
    right: 0;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    opacity: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    background: rgba(94,170,168,0.2);
}.title-opener-28506 .photo-frame-73841:hover {
    transform: scale(1.02);
}.title-opener-28506 .photo-frame-73841:hover::after {
    opacity: 1;
}

@media (min-width: 768px) {.title-opener-28506 {
    padding: 6rem 3rem;
}.title-opener-28506::before {
    background-size: 80px 80px;
}.title-opener-28506 h1 {
    margin-bottom: 3rem;
    font-size: calc(21px * 1.2);
}.title-opener-28506 .history-tl-67541 {
    flex-direction: row;
    align-items: center;
}.title-opener-28506 .text-element-15637 {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    padding: 3rem;
    margin-right: -4rem;
}.title-opener-28506 .photo-frame-73841 {
    height: 450px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    flex: 1;
}.title-opener-28506 svg {
    height: 150px;
    width: 150px;
}.title-opener-28506 .learn-start-39018 p {
    max-width: 80%;
    font-size: calc(16px * 1.2);
}.title-opener-28506 .reach-query-06784 {
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 992px) {.title-opener-28506 {
    padding: 8rem 5rem;
}.title-opener-28506 h1 {
    font-size: calc(21px * 1.4);
}.title-opener-28506 .text-element-15637 {
    transform: translateX(2rem);
    padding: 4rem;
}.title-opener-28506 .photo-frame-73841 {
    transform: translateX(-2rem);
    height: 550px;
}.title-opener-28506 svg {
    width: 180px;
    height: 180px;
}.title-opener-28506 .learn-start-39018 p {
    max-width: 70%;
    font-size: calc(16px * 1.3);
}.title-opener-28506 .reach-query-06784 {
    padding: 1.3rem 3rem;
}
}

@media (max-width: 767px) {.title-opener-28506 .text-element-15637 {
    padding: 2rem;
}.title-opener-28506 h1 {
    font-size: 16px;
}.title-opener-28506 .learn-start-39018 p {
    font-size: 16px;
}.title-opener-28506 .reach-query-06784 {
    padding: 1rem;
    width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {.title-opener-28506::before {
    animation: none;
}.title-opener-28506 h1,
    .title-opener-28506 .text-element-15637,
    .title-opener-28506 svg,
    .title-opener-28506 .reach-query-06784,
    .title-opener-28506 .photo-frame-73841 {
    transition: none;
}.title-opener-28506 svg:hover,
    .title-opener-28506 .reach-query-06784:hover,
    .title-opener-28506 .photo-frame-73841:hover {
    transform: none;
}}.course-rewards-81623 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(159,191,210,0.5), rgb(111,157,186) 120%);
    overflow: hidden;
    position: relative;
}.course-rewards-81623::before {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgb(159,191,210,0.5) 0%, transparent 60%);
    width: 100%;
    content: "";
    height: 100%;
}.course-rewards-81623::after {
    right: -30%;
    position: absolute;
    width: 80%;
    background: radial-gradient(ellipse, rgb(111,157,186,0.5) 0%, transparent 70%);
    height: 80%;
    content: "";
    top: -30%;
    transform: rotate(-15deg);
    z-index: 0;
}.course-rewards-81623 .container {
    gap: 2.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    display: grid;
    padding: 0 1.5rem;
    z-index: 2;
    grid-template-columns: 1fr;
}.course-rewards-81623 .photo-frame-73841 {
    transform: perspective(1000px) rotateY(-5deg);
    filter: saturate(1.1) contrast(1.05);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    height: auto;
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}.course-rewards-81623 .photo-frame-73841:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course-rewards-81623 .history-tl-67541 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.course-rewards-81623 .text-element-15637 {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    backdrop-filter: blur(8px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-20px);
}.course-rewards-81623 .text-element-15637:hover {
    box-shadow: 0 15px 40px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(-25px);
}.course-rewards-81623 h1 {
    color: #000000;
    margin-bottom: 1.75rem;
    position: relative;
    font-weight: 700;
    font-size: clamp(1.75rem, 3vw, 38px);
    line-height: 1.2;
}.course-rewards-81623 h1::after {
    bottom: -0.5rem;
    transform-origin: left;
    transition: width 0.4s ease;
    height: 0.25rem;
    width: 4rem;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(159,191,210), rgb(111,157,186));
}.course-rewards-81623 .text-element-15637:hover h1::after {
    width: 6rem;
}.course-rewards-81623 ul {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.course-rewards-81623 li {
    transition: transform 0.3s ease;
    display: flex;
    align-items: flex-start;
}.course-rewards-81623 li:hover {
    transform: translateX(10px);
}.course-rewards-81623 li p {
    margin: 0;
    font-size: calc(16px * 0.95);
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    display: flex;
}.course-rewards-81623 svg {
    transform: translateY(2px);
    margin-right: 0.75rem;
    height: 1.5rem;
    flex-shrink: 0;
    width: 1.5rem;
    transition: transform 0.3s ease-out;
}.course-rewards-81623 li:hover svg {
    transform: translateY(0) scale(1.1);
}.course-rewards-81623 svg path {
    transition: fill 0.3s ease;
    fill: rgb(159,191,210);
}.course-rewards-81623 li:hover svg path {
    fill: rgb(111,157,186);
}

@media (min-width: 768px) {.course-rewards-81623 .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course-rewards-81623 .photo-frame-73841 {
    height: 100%;
    transform: perspective(1000px) rotateY(-8deg);
}.course-rewards-81623 ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.course-rewards-81623 .text-element-15637 {
    padding: 2.5rem;
}
}

@media (min-width: 992px) {.course-rewards-81623 {
    padding: 8rem 0;
}.course-rewards-81623 .container {
    gap: 4rem;
}.course-rewards-81623 .photo-frame-73841 {
    transform: perspective(1200px) rotateY(-12deg) translateZ(20px);
}.course-rewards-81623 .text-element-15637 {
    padding: 3rem;
}.course-rewards-81623 h1 {
    margin-bottom: 2.25rem;
}
}

@media (max-width: 767px) {.course-rewards-81623 {
    padding: 4rem 0;
}.course-rewards-81623 .container {
    gap: 1.5rem;
}.course-rewards-81623 .text-element-15637 {
    transform: translateY(0);
}.course-rewards-81623 .text-element-15637:hover {
    transform: translateY(-5px);
}.course-rewards-81623 h1 {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
}.course-rewards-81623 li p {
    font-size: 0.9rem;
}
}