﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.design-res {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.container {
    margin: auto;
    width: 1103px;
    max-width: 100%;
}.wrapper-template {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}::-webkit-scrollbar {
    padding: 5px;
    width: 14px;
}::-webkit-scrollbar-button {
    border-radius: 0px;
    width: 12px;
    background: #ffffff;
    height: 2px;
}::-webkit-scrollbar-track {
    background: rgb(217,144,112);
    border-radius: 0.5rem;
}::-webkit-scrollbar-thumb {
    background: rgb(217,144,112);
    min-height: 26px;
    border: 3px solid rgb(217,144,112,0.5);
    transition: all, background, box-shadow 2s ease-in-out;
}::-webkit-scrollbar-corner {
    border-radius: 7px;
}html {
    scrollbar-color: rgb(217,144,112) rgb(231,183,159,0.5);
    scrollbar-width: none;
}.nav-know {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.primary-page {
    background: rgb(244,220,204);
    min-height: 100vh;
    overflow: hidden;
    padding: 6rem 1rem;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}.primary-page > div {
    max-width: 1200px;
    z-index: 1;
    width: 100%;
    position: relative;
}.primary-page .learning-track {
    position: relative;
    animation: fadeInUp 0.8s ease-out;
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 2rem;
}.primary-page .course-intro {
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 45px);
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    color: rgb(231,183,159);
    position: relative;
    letter-spacing: -0.02em;
}.primary-page .course-intro::after {
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    left: 0;
    bottom: -0.5rem;
    width: 6rem;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
    height: 0.3rem;
    animation: expandWidth 1s 0.5s forwards ease-out;
}.primary-page .page-open {
    animation: fadeInUp 0.8s 0.3s forwards ease-out;
    overflow: hidden;
    transform: translateY(20px);
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    opacity: 0;
}.primary-page .page-open::before {
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(231,183,159,0.5), rgba(0, 0, 0, 0.5));
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
}.primary-page .page-open > div {
    backdrop-filter: blur(3px);
    display: flex;
    padding: 3rem;
    flex-direction: column;
    gap: 2rem;
    position: relative;
    z-index: 2;
}.primary-page .page-open p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    line-height: 1.6;
    font-weight: 400;
    max-width: 70%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
    padding-left: 1rem;
}.primary-page .page-open p::before {
    background: rgb(217,144,112);
    bottom: 0;
    transform-origin: top;
    width: 3px;
    left: 0;
    top: 0;
    transform: scaleY(0);
    content: "";
    animation: expandHeight 0.6s 1s forwards ease-out;
    position: absolute;
}.primary-page .page-open h3 {
    border-left: 4px solid rgb(217,144,112);
    background: rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    padding: 1.5rem;
    margin: 0;
    line-height: 1.4;
    max-width: 90%;
    font-weight: 600;
    color: #ffffff;
}.primary-page .page-open h3:hover {
    transform: translateX(5px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

@keyframes expandHeight {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (max-width: 992px) {.primary-page {
    padding: 4rem 1rem;
}.primary-page .page-open > div {
    padding: 2rem;
}.primary-page .page-open p {
    max-width: 85%;
}.primary-page .page-open h3 {
    padding: 1.25rem;
    max-width: 95%;
}
}

@media (max-width: 768px) {.primary-page {
    min-height: auto;
    padding: 3rem 1rem;
}.primary-page .learning-track {
    margin-bottom: 1.5rem;
}.primary-page .page-open > div {
    gap: 1.5rem;
    padding: 1.5rem;
}.primary-page .page-open p {
    max-width: 100%;
}.primary-page .page-open h3 {
    padding: 1rem;
    max-width: 100%;
}
}

@media (max-width: 576px) {.primary-page {
    padding: 2rem 1rem;
}.primary-page .course-intro {
    margin-bottom: 0.75rem;
}.primary-page .course-intro::after {
    width: 4rem;
}.primary-page .page-open > div {
    padding: 1.25rem;
    gap: 1.25rem;
}.primary-page .page-open p {
    padding-left: 0.75rem;
}.primary-page .page-open h3 {
    border-left-width: 3px;
    padding: 0.875rem;
}}header {
    width: 100%;
    background: rgb(244,220,204);
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    content: "";
    height: 100%;
    background: linear-gradient(90deg, rgb(231,183,159,0.5) 0%, transparent 50%, rgb(231,183,159,0.5) 100%);
    opacity: 0.15;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}header .nav-start {
    padding: 20px;
    gap: 15px;
    position: relative;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    display: grid;
}header .nav-start::after {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(231,183,159,0.5), transparent);
    height: 1px;
    content: "";
}header .nav-start .top-bar {
    z-index: 10;
    justify-self: center;
    position: relative;
    padding: 5px 20px 15px;
}header .nav-start .top-bar::before,
header .nav-start .top-bar::after {
    width: 90%;
    content: "";
    height: 90%;
    position: absolute;
    border-radius: 30px;
}header .nav-start .top-bar::before {
    top: -5px;
    left: -5px;
    border-top: 2px solid rgb(231,183,159);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(231,183,159);
    transform: scale(0);
    transform-origin: top left;
}header .nav-start .top-bar::after {
    transform-origin: bottom right;
    transition: transform 0.3s ease;
    border-bottom: 2px solid rgb(217,144,112);
    bottom: -5px;
    right: -5px;
    transform: scale(0);
    border-right: 2px solid rgb(217,144,112);
}header .nav-start .top-bar:hover::before,
header .nav-start .top-bar:hover::after {
    transform: scale(1);
}header .nav-start .top-bar .site-top {
    display: block;
    transition: transform 0.3s ease;
}header .nav-start .top-bar .site-top svg {
    height: 60px;
    width: auto;
}header .nav-start .page-header {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    background: linear-gradient(180deg, transparent, rgb(217,144,112) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    list-style: none;
    margin: 0;
}header .nav-start .page-header::before,
header .nav-start .page-header::after {
    position: absolute;
    background: rgb(231,183,159,0.5);
    width: 2px;
    content: "";
    height: 70%;
    top: 15%;
}header .nav-start .page-header::before {
    left: 0;
}header .nav-start .page-header::after {
    right: 0;
}header .nav-start .page-header .header-wrap {
    position: relative;
    padding: 0 15px;
    transition: transform 0.3s ease;
    margin: 0;
}header .nav-start .page-header .header-wrap:not(:last-child)::after {
    content: "";
    right: 0;
    top: 20%;
    width: 1px;
    background: rgb(217,144,112,0.5);
    height: 60%;
    position: absolute;
}header .nav-start .page-header .header-wrap:hover {
    transform: translateY(-3px);
}header .nav-start .page-header .header-wrap a {
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 17px;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 5px;
    display: block;
}header .nav-start .page-header .header-wrap a:hover {
    color: rgb(231,183,159);
}header .nav-start .page-header .header-wrap a::before {
    background: rgb(217,144,112);
    left: 0;
    bottom: 5px;
    transition: transform 0.3s ease;
    height: 2px;
    transform: scaleX(0);
    position: absolute;
    content: "";
    width: 100%;
}header .nav-start .page-header .header-wrap a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav-start {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .nav-start .page-header {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav-start {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .nav-start .top-bar {
    padding: 5px 10px;
}header .nav-start .top-bar .site-top svg {
    height: 45px;
}header .nav-start .page-header {
    padding: 15px 0 10px;
}header .nav-start .page-header .header-wrap {
    padding: 0 10px;
}header .nav-start .page-header .header-wrap a {
    font-size: calc(17px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .nav-start .page-header {
    justify-content: center;
    flex-wrap: wrap;
}header .nav-start .page-header .header-wrap {
    margin: 3px 0;
}header .nav-start .page-header .header-wrap:not(:last-child)::after {
    display: none;
}}.plan-selection {
    background: rgb(244,220,204);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.plan-selection::before {
    width: 300px;
    z-index: 0;
    filter: blur(80px);
    right: -50px;
    height: 300px;
    content: "";
    top: -50px;
    position: absolute;
    background: rgb(231,183,159,0.5);
    animation: float-effect 12s infinite alternate ease-in-out;
}.plan-selection::after {
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    position: absolute;
    content: "";
    left: -50px;
    bottom: -50px;
    z-index: 0;
    width: 250px;
    background: rgb(217,144,112,0.5);
    filter: blur(60px);
    height: 250px;
}.plan-selection .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
}.plan-selection .fee-board {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.plan-selection .plan-pricing {
    text-align: center;
    margin: 0 auto;
    order: -1;
    position: relative;
    padding: 0 20px;
    max-width: 700px;
}.plan-selection .plan-pricing h2 {
    position: relative;
    margin-bottom: 20px;
    font-size: 29px;
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.plan-selection .plan-pricing h2::after {
    background: rgb(231,183,159);
    content: "";
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    position: absolute;
    left: 50%;
}.plan-selection .fee-choices {
    margin-bottom: 0;
    color: #000000;
    line-height: 1.6;
    font-size: 18px;
    opacity: 0.85;
}.plan-selection .class-rates {
    gap: 30px;
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan-selection .rate-choice {
    transform-style: preserve-3d;
    color: inherit;
    height: 100%;
    text-decoration: none;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.plan-selection .rate-choice:hover {
    transform: translateY(-10px) scale(1.02);
}.plan-selection .annual-plan {
    flex-direction: column;
    overflow: hidden;
    display: flex;
    transition: box-shadow 0.4s ease;
    background: #ffffff;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    height: 100%;
    transform-style: preserve-3d;
    border-radius: 10px;
}.plan-selection .rate-choice:hover .annual-plan {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(231,183,159,0.5);
}.plan-selection .learning-package {
    position: relative;
    padding: 30px;
    flex-grow: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    z-index: 2;
}.plan-selection .learning-package::before {
    top: 0;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    right: 0;
    transition: transform 0.5s ease;
    content: "";
    transform: scaleX(0);
    position: absolute;
    height: 5px;
}.plan-selection .rate-choice:hover .learning-package::before {
    transform: scaleX(1);
}.plan-selection .learning-package h3 {
    white-space: normal;
    word-break: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    overflow-wrap: break-word;
    color: #000000;
    font-size: calc(21px + 2px);
    margin-bottom: 10px;
}.plan-selection .rate-choice:hover .learning-package h3 {
    transform: translateX(5px);
    color: rgb(231,183,159);
}.plan-selection .price-choices {
    word-break: break-word;
    display: block;
    transition: transform 0.4s ease;
    white-space: normal;
    overflow-wrap: break-word;
    position: relative;
    color: rgb(217,144,112);
    font-size: 21px;
    margin: 10px 0 20px;
    font-weight: 700;
}.plan-selection .price-choices::before {
    width: 40px;
    background: rgb(217,144,112,0.5);
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease;
    height: 2px;
}.plan-selection .rate-choice:hover .price-choices::before {
    width: 80px;
}.plan-selection .learning-package p {
    transition: color 0.3s ease;
    margin-bottom: 0;
    overflow-wrap: break-word;
    font-size: calc(18px - 1px);
    word-break: break-word;
    color: #000000;
    flex-grow: 1;
    white-space: normal;
    line-height: 1.6;
}.plan-selection .img-header {
    height: 200px;
    position: relative;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    overflow: hidden;
}.plan-selection .img-header::after {
    transition: opacity 0.5s ease;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    position: absolute;
    inset: 0;
    opacity: 0.6;
    content: "";
}.plan-selection .rate-choice:hover .img-header {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.plan-selection .rate-choice:hover .img-header::after {
    opacity: 0.4;
}.plan-selection .rate-choice::after {
    transition: opacity 0.4s ease;
    opacity: 0;
    right: 30px;
    z-index: -1;
    border-radius: 50%;
    background: rgb(231,183,159,0.5);
    position: absolute;
    top: 100%;
    height: 15px;
    filter: blur(10px);
    left: 30px;
    content: "";
}.plan-selection .rate-choice:hover::after {
    opacity: 0.5;
}

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

@media (min-width: 992px) {.plan-selection .fee-board {
    flex-direction: row;
    align-items: center;
}.plan-selection .plan-pricing {
    padding-right: 40px;
    flex: 0 0 30%;
    text-align: left;
    order: 0;
}.plan-selection .plan-pricing h2::after {
    left: 0;
    transform: none;
}.plan-selection .class-rates {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.plan-selection .class-rates {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.plan-selection .learning-package {
    padding: 35px;
}.plan-selection .img-header {
    height: 220px;
}
}

@media (max-width: 991px) {.plan-selection {
    padding: 80px 0;
}.plan-selection .plan-pricing {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.plan-selection {
    padding: 60px 0;
}.plan-selection .class-rates {
    grid-template-columns: 1fr;
    gap: 25px;
}.plan-selection .plan-pricing h2 {
    font-size: calc(29px - 4px);
}.plan-selection .img-header {
    height: 180px;
}.plan-selection .learning-package {
    padding: 25px;
}
}

@media (max-width: 480px) {.plan-selection {
    padding: 50px 0;
}.plan-selection .learning-package h3 {
    font-size: 21px;
}.plan-selection .price-choices {
    font-size: calc(21px - 2px);
}.plan-selection .img-header {
    height: 160px;
}.plan-selection .learning-package {
    padding: 20px;
}}.connect-form {
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.connect-form::before {
    background-size: 20px 20px, 20px 20px;
    width: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(231,183,159), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(217,144,112), 0.04) 50%, transparent 100%);
    height: 100%;
    animation: gridMove 20s linear infinite;
    left: 0;
    position: absolute;
}.connect-form::after {
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(231,183,159), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(217,144,112), 0.15) 0%, 
        transparent 50%
    );
    opacity: 0.6;
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.connect-form .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.connect-form h2 {
    text-align: center;
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    letter-spacing: 2px;
}.connect-form h2::after {
    border-radius: 1.5px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    width: 80px;
    bottom: -15px;
    height: 3px;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
}.connect-form .help-help {
    gap: 30px;
    display: grid;
    position: relative;
    margin-top: 60px;
    grid-template-columns: 1fr 1fr;
}.connect-form .help-help::before {
    top: -8px;
    left: -8px;
    width: 100%;
    z-index: -1;
    border: 1px solid rgba(rgb(231,183,159), 0.2);
    position: absolute;
    height: 100%;
    border-radius: 29px;
    content: "";
}.connect-form .help-help::after {
    right: -8px;
    border-radius: 29px;
    position: absolute;
    z-index: -1;
    border: 1px solid rgba(rgb(217,144,112), 0.2);
    content: "";
    bottom: -8px;
    height: 100%;
    width: 100%;
}.connect-form .img-header {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-radius: 29px;
}.connect-form .img-header::before {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}.connect-form .img-header::after {
    height: 60px;
    z-index: 2;
    position: absolute;
    top: 20px;
    border-top: 2px solid rgba(rgb(231,183,159), 0.6);
    right: 20px;
    content: "";
    border-right: 2px solid rgba(rgb(231,183,159), 0.6);
    width: 60px;
}.connect-form .reach-support {
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.connect-form .reach-support::before {
    height: 60px;
    bottom: 20px;
    border-bottom: 2px solid rgba(rgb(217,144,112), 0.6);
    content: "";
    left: 20px;
    width: 60px;
    position: absolute;
    border-left: 2px solid rgba(rgb(217,144,112), 0.6);
}.connect-form form {
    width: 100%;
}.connect-form form h3 {
    position: relative;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
}.connect-form form h3::before {
    left: 0;
    background: rgb(231,183,159);
    content: "";
    height: 100%;
    top: 0;
    width: 3px;
    border-radius: 10px;
    position: absolute;
}.connect-form form input[type="text"] {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 18px 25px;
    width: 100%;
    color: #ffffff;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    font-size: 16px;
}.connect-form form input[type="text"]:focus {
    outline: none;
    border-color: rgb(231,183,159);
    box-shadow: 0 0 15px rgba(rgb(231,183,159), 0.2);
    background: rgba(255, 255, 255, 0.08);
}.connect-form form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.connect-form .connect-message {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.connect-form .connect-message input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect-form .connect-message label {
    cursor: pointer;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    position: relative;
}.connect-form .connect-message label::before {
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
    width: 22px;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: 10px;
    top: 2px;
}.connect-form .connect-message input[type="checkbox"]:checked + label::before {
    border-color: rgb(231,183,159);
    background: rgb(231,183,159);
}.connect-form .connect-message input[type="checkbox"]:checked + label::after {
    height: 10px;
    border-bottom: 2px solid #ffffff;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    top: 6px;
    border-right: 2px solid #ffffff;
    position: absolute;
}.connect-form .connect-message label a {
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(231,183,159);
    position: relative;
}.connect-form .connect-message label a:hover {
    color: rgb(217,144,112);
}.connect-form form .feedback-section {
    border-radius: 10px;
    position: relative;
    cursor: pointer;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(231,183,159), rgb(217,144,112));
    padding: 16px 40px;
    border: none;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 600;
    font-size: 15px;
}.connect-form form .feedback-section::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(217,144,112), rgb(231,183,159));
    left: -100%;
    height: 100%;
    transition: all 0.4s ease;
    top: 0;
    width: 100%;
    content: "";
}.connect-form form .feedback-section:hover::before {
    left: 0;
}.connect-form form .feedback-section:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.connect-form svg {
    fill: rgb(231,183,159);
    width: 22px;
    height: 22px;
}.connect-form svg path {
    fill: rgb(231,183,159);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.connect-form {
    padding: 90px 0;
}.connect-form .help-help {
    gap: 40px;
    grid-template-columns: 1fr;
}.connect-form .img-header {
    min-height: 400px;
}.connect-form .reach-support {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.connect-form {
    padding: 70px 0;
}.connect-form h2 {
    font-size: calc(37px * 0.9);
}.connect-form .img-header {
    min-height: 350px;
}.connect-form .img-header::after,
    .connect-form .reach-support::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.connect-form {
    padding: 50px 0;
}.connect-form h2 {
    font-size: calc(37px * 0.8);
}.connect-form .help-help {
    margin-top: 40px;
}.connect-form .img-header {
    min-height: 250px;
}.connect-form .reach-support {
    padding: 30px 20px;
}.connect-form form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.connect-form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.connect-form form .feedback-section {
    width: 100%;
    padding: 15px 20px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(231,183,159);
}header .top_plank .learning-header div svg, header .top_plank .learning-header div svg path {
    fill: #ffffff;
}header .top_plank .learning-header div span {
    color: #ffffff;
}header .top_plank .learning-header {
    justify-content: flex-start;
    align-items: center;
    line-height: 21px;
    font-size: 14px;
    display: flex;
    width: 100%;
    padding: 15px 0 10px 0;
    flex-wrap: wrap;
}header .top_plank .learning-header div {
    margin-right: 24px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
}header .top_plank .learning-header div img, header .top_plank .learning-header div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.contacts {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: rgb(244,220,204);
}.contacts::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 70%);
    z-index: 0;
    opacity: 0.4;
    left: 0;
    height: 100%;
    top: 0;
}.contacts::after {
    width: 100%;
    background-image: linear-gradient(rgb(244,220,204) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(244,220,204) 1px, transparent 1px);
    opacity: 0.06;
    top: 0;
    position: absolute;
    left: 0;
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
    content: "";
    background-position: center center;
}.contacts .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.contacts .contact-card {
    grid-template-columns: 1fr 1fr 1fr;
    position: relative;
    display: grid;
    gap: 30px;
}.contacts .ask-feedback {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 0;
    transition: all 0.4s ease;
    background: #ffffff;
    border-radius: 0;
}.contacts .ask-feedback:first-child {
    flex-direction: column;
    display: flex;
    padding: 40px;
}.contacts .ask-feedback:first-child::before {
    left: 0;
    height: 6px;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    position: absolute;
    width: 100%;
}.contacts .ask-feedback:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.contacts h2 {
    position: relative;
    font-size: 29px;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #000000;
}.contacts h2::after {
    content: "";
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 2px;
    bottom: -15px;
    width: 30px;
    background: rgb(231,183,159);
}.contacts .ask-feedback:hover h2::after {
    width: 50px;
}.contacts h3 {
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}.contacts p {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}.contacts .send-info {
    font-size: calc(16px * 1.2);
    letter-spacing: 0.05em;
    color: rgb(231,183,159);
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}.contacts .get-assist {
    padding-left: 15px;
    margin-bottom: 30px;
    border-left: 2px solid rgb(231,183,159,0.5);
}.contacts .msg-form {
    padding-top: 30px;
    margin-top: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}.contacts .msg-form h3 {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.contacts .msg-form h3::before {
    content: "";
    display: block;
    height: 16px;
    margin-right: 10px;
    width: 16px;
    background: rgb(231,183,159);
}.contacts .connect-team {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
}.contacts .connect-team span {
    font-size: calc(16px * 0.85);
    border-left: 3px solid rgb(231,183,159);
    padding: 8px 10px;
    text-align: center;
    display: block;
    transition: all 0.3s ease;
    background: rgb(244,220,204);
    color: #000000;
}.contacts .connect-team span:hover {
    color: #ffffff;
    transform: translateX(3px);
    background: rgb(231,183,159);
}.contacts .ask-feedback .img-header {
    height: 100%;
    position: relative;
    min-height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}.contacts .ask-feedback:hover .img-header {
    transform: scale(1.05);
}.contacts .msg-support {
    gap: 20px;
    flex-direction: column;
    padding: 40px;
    display: flex;
}.contacts .msg-support a {
    padding-bottom: 20px;
    position: relative;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.contacts .msg-support a:last-child {
    padding-bottom: 0;
    border-bottom: none;
}.contacts .msg-support a:hover {
    transform: translateX(5px);
}.contacts .msg-support a::before {
    background: rgb(231,183,159);
    left: -40px;
    content: "";
    height: 100%;
    width: 0;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
}.contacts .msg-support a:hover::before {
    width: 3px;
}.contacts .msg-support a span {
    font-weight: 400;
    margin-bottom: 5px;
    font-size: 16px;
    color: #000000;
    display: block;
}.contacts .msg-support a p {
    color: #000000;
    margin: 0;
    font-size: calc(16px * 1.1);
    font-weight: 600;
}.contacts svg {
    margin-top: 5px;
    fill: rgb(231,183,159);
    margin-right: 15px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
}.contacts svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,183,159);
}.contacts .msg-support a:hover svg {
    transform: scale(1.2);
}.contacts .msg-support a:hover svg,
.contacts .msg-support a:hover svg path {
    fill: rgb(217,144,112);
}

@media (max-width: 992px) {.contacts {
    padding: 70px 0;
}.contacts .contact-card {
    grid-template-columns: 1fr 1fr;
}.contacts .ask-feedback:last-child {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.contacts {
    padding: 50px 0;
}.contacts .contact-card {
    grid-template-columns: 1fr;
}.contacts .ask-feedback:last-child {
    grid-column: span 1;
}.contacts .ask-feedback .img-header {
    height: 300px;
}.contacts .ask-feedback:first-child {
    order: 1;
}.contacts .ask-feedback:nth-child(2) {
    order: 3;
}.contacts .ask-feedback:last-child {
    order: 2;
}
}

@media (max-width: 576px) {.contacts {
    padding: 40px 0;
}.contacts .ask-feedback:first-child,
    .contacts .msg-support {
    padding: 30px 20px;
}.contacts .ask-feedback .img-header {
    height: 220px;
}.contacts .connect-team {
    grid-template-columns: 1fr 1fr;
}}

.contacts::before {
    animation: gradient-shift 15s ease infinite alternate;
}@keyframes gradient-shift {
    0% {
        opacity: 0.3;
        transform: translateX(-5%) translateY(-5%) rotate(0deg);
    }
    100% {
        opacity: 0.5;
        transform: translateX(5%) translateY(5%) rotate(2deg);
    }
}

.contacts .ask-feedback:first-child {
    position: relative;
    overflow: hidden;
}.contacts .ask-feedback:first-child::after {
    opacity: 0.05;
    transition: transform 0.5s ease;
    top: -50%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(231,183,159,0.5) 100%);
    right: -50%;
    height: 100%;
    transform: rotate(45deg);
    content: "";
    width: 100%;
    z-index: -1;
}.contacts .ask-feedback:first-child:hover::after {
    transform: rotate(45deg) scale(1.2);
}.contacts .msg-support a:nth-child(1) {
    animation-delay: 0.1s;
}.contacts .msg-support a:nth-child(2) {
    animation-delay: 0.2s;
}.contacts .msg-support a:nth-child(3) {
    animation-delay: 0.3s;
}.contacts .ask-feedback:nth-child(2) .img-header::after {
    content: "";
    position: absolute;
    background: linear-gradient(180deg, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    inset: 0;
}.contacts .connect-team span:hover {
    animation: pulse 1s ease;
}@keyframes pulse {
    0% {
        transform: translateX(3px);
    }
    50% {
        transform: translateX(6px);
    }
    100% {
        transform: translateX(3px);
    }
}.education-experience {
    overflow: hidden;
    padding: 6rem 2rem;
    background: rgb(244,220,204);
    position: relative;
}.education-experience::before {
    top: 40%;
    width: 40%;
    transform-origin: left center;
    height: 1px;
    content: "";
    animation: lineExpand 5s ease-in-out infinite alternate;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(231,183,159,0.5), transparent);
    left: 0;
}.education-experience::after {
    content: "";
    width: 40%;
    transform-origin: right center;
    bottom: 40%;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    position: absolute;
    right: 0;
    height: 1px;
    background: linear-gradient(to left, transparent, rgb(217,144,112,0.5), transparent);
}.education-experience .client-feedback {
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr 2fr;
    max-width: 1100px;
    margin: 0 auto;
    gap: 4rem;
    display: grid;
}.education-experience .img-header {
    overflow: hidden;
    position: relative;
    transform: scale(1);
    width: 100%;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 0;
    height: 400px;
    filter: grayscale(100%);
    clip-path: polygon(0 10%, 100% 0%, 85% 100%, 0% 90%);
}.education-experience .img-header::after {
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 50%);
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    height: 100%;
    transition: all 0.7s ease;
}.education-experience .employee-details {
    flex-direction: column;
    position: relative;
    transition: all 0.7s ease;
    opacity: 0.9;
    display: flex;
    justify-content: center;
}.education-experience .employee-details::before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 15%;
    content: "";
    height: 70%;
    left: -2rem;
    width: 1px;
}.education-experience .name {
    font-weight: 700;
    color: #000000;
    transition: all 0.5s ease;
    margin-bottom: 1rem;
    font-size: calc(44px * 1.2);
    position: relative;
    transform: translateX(0);
}.education-experience .name::after {
    width: 50px;
    position: absolute;
    transform: scaleX(0);
    left: 0;
    background: rgb(231,183,159);
    bottom: -0.5rem;
    transition: transform 0.5s ease 0.2s;
    height: 2px;
    content: "";
    transform-origin: left;
}.education-experience .employee-details div:nth-child(2) {
    color: rgb(217,144,112);
    font-weight: 300;
    transition: all 0.5s ease 0.1s;
    text-transform: uppercase;
    margin-bottom: 3rem;
    transform: translateX(0);
    font-size: 16px;
    letter-spacing: 2px;
}.education-experience .emp-details {
    transition: all 0.5s ease 0.2s;
    transform: translateX(0);
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    padding-left: 2rem;
    position: relative;
    font-weight: 300;
}.education-experience .emp-details::before {
    content: "";
    color: rgb(231,183,159,0.5);
    line-height: 1;
    left: 0;
    top: -1rem;
    font-size: 4rem;
    position: absolute;
    font-family: serif;
}.education-experience .client-feedback:hover .img-header {
    transform: scale(1.05);
    filter: grayscale(0%);
}.education-experience .client-feedback:hover .img-header::after {
    opacity: 0.3;
}.education-experience .client-feedback:hover .name {
    transform: translateX(10px);
}.education-experience .client-feedback:hover .name::after {
    transform: scaleX(1);
}.education-experience .client-feedback:hover .employee-details div:nth-child(2) {
    transform: translateX(20px);
}.education-experience .client-feedback:hover .emp-details {
    transform: translateX(5px);
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0.3);
        opacity: 0.3;
    }
    100% {
        transform: scaleX(1);
        opacity: 1;
    }
}

@media screen and (max-width: 991px) {.education-experience .client-feedback {
    grid-template-columns: 1fr;
    gap: 3rem;
}.education-experience .img-header {
    height: 350px;
    margin: 0 auto;
    clip-path: polygon(0 5%, 100% 0%, 95% 100%, 0% 95%);
    width: 80%;
}.education-experience .employee-details::before {
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.5), transparent);
    top: -1.5rem;
    left: 20%;
}.education-experience .client-feedback:hover .name,
    .education-experience .client-feedback:hover .employee-details div:nth-child(2),
    .education-experience .client-feedback:hover .emp-details {
    transform: translateX(0);
}}.cookie-popup-warning {
    bottom: 0;
    border-top: 2px solid rgb(231,183,159);
    position: fixed;
    z-index: 90;
    width: 100%;
    background: rgb(244,220,204);
}.cookie-preference {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookie-popup-warning h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie-popup-warning p {
    font-size: 18px;
}.cookie-menu {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie-menu svg, .cookie-menu svg path, .cookie-menu img {
    fill: rgb(231,183,159);
    width: 100px;
    height: 100px;
}.cookie-view {
    flex-shrink: 0;
    min-width: 120px;
    color: rgb(231,183,159);
    font-size: 24px;
    white-space: nowrap;
    margin-left: 10px;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 2px solid rgb(231,183,159);
}.cookie-popup-warning p a {
    color: rgb(231,183,159);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie-popup-warning {
    padding: 20px;
}}
#cookieNoticeWindow {
    display: none;
}#cookieNoticeWindow:checked ~ .cookie-popup-warning {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie-menu {
    display: none;
}.cookie-preference {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie-popup-warning h5 {
    text-align: center;
}.cookie-popup-warning p {
    text-align: center;
}.cookie-layer {
    margin-bottom: 20px;
}body .wrapper-template .cookie-view {
    margin-left: 0;
}}.gratMessage {
    background: linear-gradient(135deg, rgb(244,220,204) 0%, rgb(231,183,159,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.gratMessage::before {
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    height: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
    width: 40%;
    content: "";
    top: 0;
    background: linear-gradient(230deg, rgb(217,144,112,0.5) 10%, transparent 80%);
}.gratMessage::after {
    position: absolute;
    border-radius: 50%;
    animation: pulse 8s infinite ease-in-out;
    content: "";
    bottom: -5rem;
    width: 20rem;
    height: 20rem;
    background: linear-gradient(45deg, rgb(231,183,159,0.5) 0%, transparent 70%);
    z-index: 0;
    left: -5rem;
    filter: blur(30px);
}.gratMessage .container {
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.gratMessage h2 {
    color: #000000;
    max-width: 90%;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    animation: slideInTitle 0.8s ease-out forwards;
    margin-bottom: 3rem;
    transform-origin: left center;
    font-weight: 700;
    position: relative;
    font-size: 35px;
}.gratMessage h2::after {
    width: 6rem;
    content: "";
    left: 0;
    height: 0.3rem;
    background: linear-gradient(90deg, rgb(231,183,159) 0%, rgb(217,144,112) 100%);
    position: absolute;
    animation: expandLine 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: scaleX(0);
    bottom: -1rem;
}.gratMessage .timeline-hist {
    padding: 3rem;
    animation: fadeInUp 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    transform: translateY(20px);
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
}.gratMessage .timeline-hist::before {
    z-index: -1;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%);
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 60%, rgb(217,144,112,0.5) 150%);
}.gratMessage ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratMessage li {
    padding-left: 2rem;
    position: relative;
}.gratMessage li::before {
    transform: rotate(45deg) scale(0);
    animation: scaleIn 0.5s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    top: 0.5rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    left: 0;
    width: 0.6rem;
    height: 0.6rem;
    background: rgb(231,183,159);
    content: "";
}.gratMessage span {
    display: block;
    font-size: 15px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

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

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

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

@keyframes scaleIn {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

@media (max-width: 992px) {.gratMessage {
    padding: 4rem 0;
}.gratMessage h2 {
    max-width: 100%;
    font-size: calc(35px * 0.9);
}.gratMessage .timeline-hist {
    padding: 2.5rem;
}.gratMessage::before {
    width: 30%;
}
}

@media (max-width: 768px) {.gratMessage {
    padding: 3.5rem 0;
}.gratMessage h2 {
    font-size: calc(35px * 0.8);
    line-height: 1.4;
    margin-bottom: 2.5rem;
}.gratMessage .timeline-hist {
    padding: 2rem;
}.gratMessage .container {
    transform: perspective(1000px) rotateX(1deg);
}.gratMessage::before {
    width: 25%;
}.gratMessage li::before {
    top: 0.4rem;
}
}

@media (max-width: 576px) {.gratMessage {
    padding: 3rem 0;
}.gratMessage h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.7);
}.gratMessage h2::after {
    width: 5rem;
    bottom: -0.75rem;
    height: 0.25rem;
}.gratMessage .timeline-hist {
    padding: 1.5rem;
}.gratMessage .container {
    padding: 0 1.5rem;
    transform: none;
}.gratMessage::before {
    display: none;
}.gratMessage li {
    padding-left: 1.5rem;
}.gratMessage li::before {
    width: 0.5rem;
    height: 0.5rem;
    top: 0.4rem;
}.gratMessage span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}}.our-background {
    overflow: hidden;
    background-color: rgb(244,220,204);
    padding: 6rem 0;
    position: relative;
}.our-background::before {
    right: -5%;
    position: absolute;
    z-index: 1;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    width: 40%;
    background: linear-gradient(135deg, 
        rgb(231,183,159,0.5) 0%, 
        transparent 70%);
    content: '';
    top: -10%;
}.our-background::after {
    bottom: -10%;
    position: absolute;
    background: linear-gradient(225deg, 
        rgb(231,183,159,0.5) 10%, 
        transparent 80%);
    transform: rotate(10deg) skewX(-10deg);
    height: 60%;
    left: -5%;
    content: '';
    z-index: 1;
    width: 35%;
}.our-background .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
}.our-background h1 {
    margin-bottom: 3rem;
    transform: translateX(0.5rem);
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 38px;
}.our-background h1::after {
    width: 6rem;
    position: absolute;
    height: 4px;
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(231,183,159,0.5));
    content: '';
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -0.75rem;
}.our-background h1:hover::after {
    transform: scaleX(1.5);
}.our-background .study-growth {
    position: relative;
}.our-background .study-growth ul {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 3rem;
    padding: 0;
    margin: 0;
}.our-background .learning-creators {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: translateY(0);
    border-radius: 4px;
    padding: 2.5rem;
}.our-background .learning-creators::before {
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    transform: scaleY(0.7);
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    width: 4px;
    transition: transform 0.3s ease;
    left: 0;
    transform-origin: top;
}.our-background .learning-creators:hover {
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.1), 
                0 3px 8px rgba(0, 0, 0, 0.05);
    transform: translateY(-6px);
}.our-background .learning-creators:hover::before {
    transform: scaleY(1);
}.our-background .learning-creators h4 {
    color: #000000;
    font-size: calc(20px * 1.1);
    padding-bottom: 0.75rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.5rem;
    position: relative;
}.our-background .learning-creators h4::after {
    width: 3rem;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    background-color: rgb(217,144,112,0.5);
    content: '';
}.our-background .learning-creators:hover h4::after {
    width: 5rem;
}.our-background .learning-creators div {
    line-height: 1.7;
    color: #000000;
    font-size: 18px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 0.5rem;
}.our-background .learning-creators div::-webkit-scrollbar {
    width: 4px;
}.our-background .learning-creators div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}.our-background .learning-creators div::-webkit-scrollbar-thumb {
    background-color: rgb(231,183,159,0.5);
    border-radius: 2px;
}

@media (min-width: 768px) {.our-background {
    padding: 8rem 0;
}.our-background h1 {
    font-size: calc(38px * 1.2);
    margin-left: 1.5rem;
}.our-background .study-growth ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our-background .learning-creators {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                    box-shadow 0.4s ease;
    flex-direction: column;
    height: 500px;
    display: flex;
}.our-background .learning-creators:first-child {
    transform: perspective(1000px) rotateY(2deg) translateZ(20px);
}.our-background .learning-creators:last-child {
    transform: perspective(1000px) rotateY(-2deg) translateZ(20px);
}.our-background .learning-creators:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px) translateY(-10px);
}.our-background .learning-creators div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our-background .container {
    padding: 0 3rem;
}.our-background h1 {
    margin-bottom: 4rem;
    margin-left: 2rem;
}.our-background .study-growth {
    padding: 0 2rem;
}.our-background .learning-creators {
    padding: 3rem;
}.our-background .learning-creators h4 {
    font-size: calc(20px * 1.3);
    margin-bottom: 2rem;
}
}

@media (min-width: 1200px) {.our-background::before {
    width: 45%;
    height: 80%;
}.our-background::after {
    height: 70%;
    width: 40%;
}.our-background .study-growth ul {
    gap: 4rem;
}.our-background .learning-creators {
    padding: 3.5rem;
}.our-background .learning-creators::before {
    width: 6px;
}
}

@media (max-width: 767px) {.our-background {
    padding: 4rem 0;
}.our-background h1 {
    margin-bottom: 2rem;
    text-align: center;
}.our-background h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.our-background h1:hover::after {
    transform: translateX(-50%) scaleX(1.5);
}.our-background .learning-creators {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}.our-background .learning-creators h4 {
    font-size: 20px;
    margin-bottom: 1rem;
}.our-background .learning-creators div {
    max-height: 200px;
}}.learning-process {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(217,144,112,0.5), rgb(231,183,159,0.5));
    position: relative;
}.learning-process::before {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    background: radial-gradient(circle at 20% 20%, rgba(255,255,255,0.15) 0%, transparent 70%);
    content: "";
    left: 0;
}.learning-process::after {
    height: 50%;
    bottom: -5%;
    z-index: 0;
    width: 50%;
    transform: rotate(-15deg);
    position: absolute;
    right: -10%;
    content: "";
    background: radial-gradient(ellipse, rgb(231,183,159,0.5) 0%, transparent 70%);
}.learning-process .timeline-hist {
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.learning-process h2 {
    margin-bottom: 2.5rem;
    text-align: left;
    position: relative;
    color: #ffffff;
    opacity: 0;
    font-size: 32px;
    animation: slideInTitle 0.8s ease-out forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transform: translateX(-20px);
}.learning-process h2::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    animation: expandLine 1s ease-out 0.3s forwards;
    bottom: -12px;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    position: absolute;
    width: 120px;
}.learning-process .text-element {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    padding: 2.5rem 3rem;
    position: relative;
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(231,183,159);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.07);
}.learning-process .text-element:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1);
}.learning-process .text-element::before {
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, transparent 50%, rgba(rgb(217,144,112,0.5), 0.05) 100%);
    top: 0;
    content: "";
}.learning-process p {
    position: relative;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    margin: 0;
}.learning-process p::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(231,183,159);
}

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

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

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


@media screen and (max-width: 992px) {.learning-process {
    padding: 5rem 0;
}.learning-process h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.9);
}.learning-process .text-element {
    padding: 2rem 2.5rem;
    transform: perspective(1000px) rotateX(1deg) rotateY(-0.5deg);
}
}


@media screen and (max-width: 768px) {.learning-process {
    padding: 4rem 0;
}.learning-process h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 1.5rem;
}.learning-process h2::after {
    bottom: -8px;
    width: 80px;
    height: 2px;
}.learning-process .text-element {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 1.75rem 2rem;
    transform: none;
}
}


@media screen and (max-width: 576px) {.learning-process {
    padding: 3rem 0;
}.learning-process .timeline-hist {
    padding: 0 1.5rem;
}.learning-process h2 {
    margin-bottom: 1.25rem;
    font-size: calc(32px * 0.7);
}.learning-process .text-element {
    padding: 1.5rem;
    border-left: 3px solid rgb(231,183,159);
    clip-path: none;
}.learning-process p {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.privacy-safehouse {
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(145deg, rgb(244,220,204), rgba(245, 245, 250, 0.9));
}.privacy-safehouse::before {
    height: 250px;
    width: 250px;
    right: -5%;
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(120deg, rgb(231,183,159,0.5), rgb(217,144,112,0.5));
    z-index: 0;
    position: absolute;
    opacity: 0.3;
    content: "";
    filter: blur(60px);
}.privacy-safehouse::after {
    bottom: -10%;
    left: -5%;
    height: 200px;
    width: 200px;
    filter: blur(50px);
    transform: rotate(15deg);
    content: "";
    position: absolute;
    opacity: 0.2;
    background: linear-gradient(230deg, rgb(217,144,112,0.5), rgb(231,183,159,0.5));
    z-index: 0;
}.privacy-safehouse .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1140px;
    backdrop-filter: blur(10px) saturate(120%);
    padding: 3rem;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    transform: translateZ(0);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        0 100%
    );
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 5px rgba(0, 0, 0, 0.02),
                0 20px 50px rgba(50, 50, 93, 0.05);
}.privacy-safehouse .container:hover {
    transform: translateY(-5px) translateZ(0);
}.privacy-safehouse h1 {
    position: relative;
    transform: translateZ(0);
    color: #000000;
    letter-spacing: -0.02em;
    padding-bottom: 1rem;
    font-size: 40px;
    margin-bottom: 2rem;
    font-weight: 700;
}.privacy-safehouse h1::after {
    transition: width 0.3s ease-out;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 80px;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    height: 4px;
}.privacy-safehouse .container:hover h1::after {
    width: 120px;
}.privacy-safehouse h2 {
    letter-spacing: -0.01em;
    color: #000000;
    position: relative;
    display: inline-block;
    margin: 2.5rem 0 1.25rem;
    font-size: 29px;
    font-weight: 600;
}.privacy-safehouse h2::before {
    width: 100%;
    z-index: -1;
    opacity: 0.25;
    content: "";
    height: 12px;
    bottom: 5px;
    position: absolute;
    left: 0;
    transition: height 0.3s, opacity 0.3s;
    transform: skewX(-15deg);
    background-color: rgb(231,183,159,0.5);
}.privacy-safehouse h2:hover::before {
    opacity: 0.4;
    height: 8px;
}.privacy-safehouse h3 {
    color: #000000;
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 15px;
    position: relative;
    font-size: calc(29px * 0.8);
}.privacy-safehouse h3::before {
    position: absolute;
    content: "";
    border-radius: 1px;
    left: 0;
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    top: 0.25em;
    width: 4px;
    height: 70%;
}.privacy-safehouse h4 {
    text-transform: uppercase;
    font-size: calc(29px * 0.7);
    letter-spacing: 0.05em;
    margin: 1.5rem 0 0.75rem;
    opacity: 0.85;
    font-weight: 600;
    color: #000000;
}.privacy-safehouse p {
    z-index: 1;
    position: relative;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    font-size: 15px;
    color: #000000;
}.privacy-safehouse strong {
    font-weight: 600;
    color: #000000;
    padding-bottom: 2px;
    position: relative;
    display: inline-block;
}.privacy-safehouse strong::after {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    background: rgb(231,183,159,0.5);
    width: 100%;
}.privacy-safehouse ul {
    margin-bottom: 2rem;
    position: relative;
    padding-left: 1.5rem;
}.privacy-safehouse ul::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 1px;
    background: linear-gradient(to bottom, 
        rgb(231,183,159,0.5),
        rgb(217,144,112,0.5),
        transparent);
    content: "";
    height: 100%;
}.privacy-safehouse li {
    line-height: 1.7;
    margin-bottom: 1rem;
    font-size: 15px;
    position: relative;
    padding-left: 0.5rem;
    color: #000000;
}.privacy-safehouse li::before {
    transition: transform 0.3s, background-color 0.3s;
    position: absolute;
    transform: rotate(45deg);
    height: 8px;
    top: 0.7em;
    left: -1.5rem;
    border: 1px solid rgb(231,183,159);
    background-color: #ffffff;
    width: 8px;
    content: "";
}.privacy-safehouse li:hover::before {
    background-color: rgb(231,183,159,0.5);
    transform: rotate(135deg);
}.privacy-safehouse span {
    display: block;
    line-height: 1.75;
    border-left: 1px dashed rgb(217,144,112,0.5);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 15px;
}

@media (max-width: 992px) {.privacy-safehouse {
    padding: 3rem 1.5rem;
}.privacy-safehouse .container {
    padding: 2.5rem;
}.privacy-safehouse h1 {
    font-size: calc(40px * 0.9);
}.privacy-safehouse h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.privacy-safehouse {
    padding: 2.5rem 1rem;
}.privacy-safehouse .container {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
}.privacy-safehouse h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-safehouse h2 {
    font-size: calc(29px * 0.8);
    margin: 2rem 0 1rem;
}.privacy-safehouse h3 {
    font-size: calc(29px * 0.7);
}.privacy-safehouse h4 {
    font-size: calc(29px * 0.6);
}.privacy-safehouse p, 
    .privacy-safehouse li,
    .privacy-safehouse span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.privacy-safehouse {
    padding: 2rem 0.75rem;
}.privacy-safehouse .container {
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 8px),
            calc(100% - 8px) 100%,
            0 100%
        );
    padding: 1.5rem;
}.privacy-safehouse h1 {
    padding-bottom: 0.75rem;
    font-size: calc(40px * 0.7);
}.privacy-safehouse h1::after {
    height: 3px;
    width: 60px;
}.privacy-safehouse h2 {
    font-size: calc(29px * 0.7);
}.privacy-safehouse h2::before {
    height: 8px;
}.privacy-safehouse h3 {
    padding-left: 12px;
    font-size: calc(29px * 0.6);
}.privacy-safehouse h3::before {
    width: 3px;
}.privacy-safehouse h4 {
    font-size: calc(29px * 0.55);
}.privacy-safehouse p, 
    .privacy-safehouse li,
    .privacy-safehouse span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.privacy-safehouse ul {
    padding-left: 1.25rem;
}.privacy-safehouse span {
    padding-left: 0.75rem;
}}.client-experience {
    overflow: hidden;
    background: linear-gradient(to bottom, rgb(244,220,204), #ffffff);
    padding: 7rem 0;
    position: relative;
}.client-experience::before {
    z-index: 1;
    left: 0;
    background: rgb(231,183,159,0.5);
    width: 35%;
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    transform: skewX(-15deg) translateX(-10%);
}.client-experience::after {
    top: 0;
    transform: skewX(15deg) translateX(10%);
    right: 0;
    width: 35%;
    opacity: 0.6;
    height: 100%;
    background: rgb(217,144,112,0.5);
    content: "";
    position: absolute;
    z-index: 1;
}.client-experience .container {
    position: relative;
    z-index: 2;
}.client-experience h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5rem;
    text-align: center;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 34px;
}.client-experience h2::after {
    content: "";
    background: rgb(231,183,159);
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: 50%;
    width: 60px;
    height: 5px;
}.client-experience .learning-testimonials {
    flex-direction: column;
    position: relative;
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
    display: flex;
}.client-experience .learning-testimonials::before {
    content: "";
    transform: translateX(-50%);
    top: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    width: 4px;
    background: linear-gradient(to bottom, rgb(231,183,159), rgb(217,144,112));
    z-index: 1;
}.client-experience .client-feedback {
    position: relative;
    width: 85%;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    display: flex;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-radius: 29px;
    flex-direction: column;
}.client-experience .client-feedback::before {
    content: "";
    background: rgb(231,183,159);
    border-radius: 50%;
    height: 20px;
    width: 20px;
    z-index: 3;
    top: 30px;
    position: absolute;
}.client-experience .client-feedback::after {
    z-index: 2;
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    background: rgb(231,183,159,0.5);
    top: 39px;
    height: 3px;
}.client-experience .client-feedback:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}.client-experience .client-feedback:nth-child(odd)::before {
    right: -10px;
}.client-experience .client-feedback:nth-child(odd)::after {
    width: 30px;
    right: -30px;
}.client-experience .client-feedback:nth-child(even) {
    align-self: flex-end;
    transform: translateX(30px);
}.client-experience .client-feedback:nth-child(even)::before {
    left: -10px;
}.client-experience .client-feedback:nth-child(even)::after {
    width: 30px;
    left: -30px;
}.client-experience .client-feedback:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: scale(1.03);
}.client-experience .client-feedback:nth-child(odd):hover::after {
    right: -40px;
    width: 40px;
}.client-experience .client-feedback:nth-child(even):hover::after {
    width: 40px;
    left: -40px;
}.client-experience .client-feedback img {
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    position: relative;
    object-fit: cover;
    transition: all 0.4s ease;
    align-self: flex-start;
    border-radius: 50%;
    height: 70px;
    width: 70px;
}.client-experience .client-feedback:nth-child(even) img {
    align-self: flex-end;
}.client-experience .client-feedback:hover img {
    transform: scale(1.1);
    border-color: rgb(231,183,159,0.5);
}.client-experience .client-feedback p {
    font-family: Arial, sans-serif;
    margin: 1rem 0 0;
    font-weight: 600;
    color: #000000;
    transition: all 0.3s ease;
    font-size: calc(16px * 1.1);
}.client-experience .client-feedback:nth-child(even) p {
    text-align: right;
}.client-experience .client-feedback .description {
    margin-top: 0.75rem;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    padding-top: 0.75rem;
    position: relative;
}.client-experience .client-feedback .description::before {
    top: 0;
    height: 2px;
    position: absolute;
    transition: all 0.3s ease;
    background: rgb(217,144,112,0.5);
    content: "";
    width: 40px;
}.client-experience .client-feedback:nth-child(odd) .description::before {
    left: 0;
}.client-experience .client-feedback:nth-child(even) .description::before {
    right: 0;
}.client-experience .client-feedback:hover .description::before {
    background: rgb(231,183,159);
    width: 60px;
}

@media (max-width: 991px) {.client-experience {
    padding: 5rem 0;
}.client-experience h2 {
    margin-bottom: 4rem;
}.client-experience .client-feedback {
    width: 80%;
}
}

@media (max-width: 767px) {.client-experience {
    padding: 4rem 0;
}.client-experience::before,
    .client-experience::after {
    width: 50%;
}.client-experience h2 {
    margin-bottom: 3.5rem;
    font-size: calc(34px * 0.9);
}.client-experience .learning-testimonials {
    gap: 2.5rem;
}.client-experience .client-feedback,
    .client-experience .client-feedback:nth-child(odd),
    .client-experience .client-feedback:nth-child(even) {
    align-self: center;
    transform: none;
    width: 90%;
}.client-experience .client-feedback::before {
    display: none;
}.client-experience .client-feedback::after {
    display: none;
}.client-experience .client-feedback p,
    .client-experience .client-feedback:nth-child(even) p {
    text-align: center;
}.client-experience .client-feedback img,
    .client-experience .client-feedback:nth-child(even) img {
    align-self: center;
}.client-experience .client-feedback .description::before,
    .client-experience .client-feedback:nth-child(odd) .description::before,
    .client-experience .client-feedback:nth-child(even) .description::before {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 480px) {.client-experience {
    padding: 3.5rem 0;
}.client-experience h2 {
    font-size: calc(34px * 0.8);
}.client-experience .learning-testimonials {
    gap: 2rem;
}.client-experience .client-feedback {
    padding: 1.5rem;
}.client-experience .client-feedback img {
    height: 60px;
    width: 60px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(to right, rgb(217,144,112), rgb(231,183,159));
    opacity: 0.9;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -2;
}footer::after {
    bottom: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
}.design-res {
    color: #ffffff;
    padding: 5rem 0 2rem;
    position: relative;
}.design-res::before {
    height: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112), rgb(231,183,159));
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.design-res .container {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.design-res .company_holder {
    padding: 0;
    grid-column: span 5;
    position: relative;
}.design-res .company_holder h3 {
    font-weight: 700;
    padding-bottom: 1rem;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 31px;
    position: relative;
    margin: 0 0 1.5rem;
}.design-res .company_holder h3::after {
    background: #ffffff;
    bottom: -2px;
    height: 2px;
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
}.design-res .inclusion {
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 12px;
    margin-top: 1.5rem;
    position: relative;
    color: #ffffff;
    padding: 0 0 0 1.5rem;
    line-height: 1.7;
}.design-res .challenge-cta {
    grid-column: span 7;
}.design-res .nav-pagewrap {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.design-res .page-header {
    position: relative;
}.design-res .page-header h5 {
    margin: 0 0 1.5rem;
    font-size: 22px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    font-weight: 600;
    padding-bottom: 0.8rem;
    color: #ffffff;
    position: relative;
}.design-res .page-header h5::after {
    height: 2px;
    bottom: -2px;
    width: 40px;
    left: 0;
    background: #ffffff;
    position: absolute;
    content: "";
}.design-res .page-header .nav-pagewrap {
    display: grid;
    gap: 1rem;
}.design-res .page-header .nav-pagewrap a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 12px;
}.design-res .page-header .nav-pagewrap a::after {
    opacity: 0;
    margin-left: 0.5rem;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    content: "\2192";
}.design-res .page-header .nav-pagewrap a:hover {
    padding-left: 0.5rem;
    color: #ffffff;
}.design-res .page-header .nav-pagewrap a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.webinar-arch {
    position: relative;
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    margin-top: 4rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.webinar-arch .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.webinar-arch .media-kit {
    font-size: 16px;
    text-align: center;
    padding: 0 1rem;
    opacity: 0.9;
    position: relative;
    color: #ffffff;
}.design-res::after {
    top: 2rem;
    height: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 2rem;
    content: "";
}.design-res .company_holder::before {
    content: "";
    top: 0;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
}.design-res .company_holder::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    left: 0;
    width: 50px;
    position: absolute;
}.design-res .challenge-cta::after {
    position: absolute;
    right: 0;
    height: 50px;
    bottom: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

@media (max-width: 1200px) {.design-res .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.design-res {
    padding: 4rem 0 2rem;
}.design-res .container {
    grid-template-columns: 1fr;
}.design-res .company_holder,
    .design-res .challenge-cta {
    grid-column: span 12;
}.design-res .company_holder {
    margin-bottom: 2rem;
}.design-res::after,
    .design-res .company_holder::before,
    .design-res .company_holder::after,
    .design-res .challenge-cta::after {
    display: none;
}
}

@media (max-width: 768px) {.design-res {
    padding: 3rem 0 1.5rem;
}.design-res .nav-pagewrap {
    gap: 1.5rem;
}.design-res .company_holder h3 {
    font-size: calc(31px - 2px);
}.webinar-arch {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.design-res {
    padding: 2.5rem 0 1rem;
}.design-res .nav-pagewrap {
    gap: 2rem;
    grid-template-columns: 1fr;
}.design-res .inclusion {
    padding-left: 1rem;
}.webinar-arch {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.design-res .company_holder h3::after,
    .design-res .page-header h5::after {
    width: 30px;
}.design-res .page-header .nav-pagewrap a:hover {
    padding-left: 0.3rem;
}}.program-information {
    padding: 100px 0;
    position: relative;
    background: rgb(244,220,204);
    overflow: hidden;
}.program-information::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.4;
    background: 
        linear-gradient(135deg, rgb(231,183,159,0.5) 0%, transparent 40%),
        linear-gradient(225deg, rgb(217,144,112,0.5) 0%, transparent 40%);
    position: absolute;
    z-index: 0;
    height: 100%;
}.program-information::after {
    height: 100%;
    top: 0;
    opacity: 0.2;
    width: 100%;
    content: "";
    animation: gridMove 20s linear infinite;
    position: absolute;
    z-index: 0;
    left: 0;
}.program-information .container {
    position: relative;
    z-index: 1;
}.program-information .timeline-hist {
    align-items: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}.program-information .img-header {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
}.program-information .img-header::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    mix-blend-mode: multiply;
    top: 0;
    content: "";
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgba(0, 0, 0, 0.5) 100%
    );
}.program-information .learn-route {
    width: 100%;
    grid-template-areas: 
        "logo logo"
        "title photo1"
        "desc photo2";
    z-index: 2;
    grid-template-columns: 60% 40%;
    grid-template-rows: auto auto 1fr;
    position: relative;
    gap: 30px;
    display: grid;
}.program-information .top-bar {
    justify-self: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 10;
    height: 80px;
    width: 80px;
    grid-area: logo;
    align-items: center;
    position: relative;
    background: #ffffff;
    box-shadow: 
        0px 10px 30px rgba(0, 0, 0, 0.1),
        0px 4px 10px rgb(231,183,159,0.5);
    display: flex;
    margin-bottom: 20px;
}.program-information .top-bar::before {
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        rgb(231,183,159,0.5), 
        rgb(217,144,112,0.5), 
        rgb(231,183,159,0.5)
    );
    animation: spin 10s linear infinite;
    left: -8px;
    content: "";
    opacity: 0.6;
    border-radius: 50%;
    right: -8px;
    top: -8px;
    bottom: -8px;
    z-index: -1;
}.program-information .top-bar::after {
    position: absolute;
    left: -15px;
    right: -15px;
    animation: pulse 4s ease-in-out infinite;
    bottom: -15px;
    border-radius: 50%;
    top: -15px;
    border: 1px solid rgb(231,183,159,0.5);
    content: "";
    z-index: -2;
    opacity: 0.3;
}.program-information .top-bar:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 
        0px 15px 40px rgba(0, 0, 0, 0.15),
        0px 6px 15px rgb(231,183,159,0.5);
}.program-information .top-bar svg {
    width: 45px;
    transition: transform 0.5s ease;
    height: 45px;
}.program-information .top-bar:hover svg {
    transform: rotate(-10deg);
}.program-information .top-bar svg path {
    transition: fill 0.3s ease;
    fill: rgb(231,183,159);
}.program-information .top-bar:hover svg path {
    fill: rgb(217,144,112);
}.program-information h3 {
    color: #000000;
    margin: 0;
    border-radius: 0 18px 18px 0;
    font-size: 30px;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
    background: #ffffff;
    transform: translateX(-5%);
    padding: 30px 40px;
    position: relative;
    transition: all 0.5s ease;
    z-index: 5;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    grid-area: title;
}.program-information h3::before {
    z-index: -1;
    border: 1px dashed rgb(231,183,159,0.5);
    right: 10px;
    content: "";
    opacity: 0.5;
    top: 10px;
    bottom: 10px;
    left: 10px;
    position: absolute;
    border-radius: 0 10px 10px 0;
    clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}.program-information h3::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(231,183,159), rgb(217,144,112));
    content: "";
    left: 40px;
    bottom: 15px;
    height: 3px;
    transition: width 0.4s ease;
    position: absolute;
    width: 60px;
}.program-information .learn-route:hover h3 {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0%);
}.program-information .learn-route:hover h3::after {
    width: 100px;
}.program-information p {
    position: relative;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    color: #000000;
    z-index: 4;
    background: #ffffff;
    grid-area: desc;
    border-radius: 0 18px 18px 0;
    padding-right: 70px;
    line-height: 1.8;
    transition: all 0.5s ease 0.1s;
    transform: translateX(-10%);
    font-size: 12px;
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
    margin: 0;
    padding: 35px 40px;
}.program-information p::before {
    top: 10px;
    border-radius: 0 10px 10px 0;
    bottom: 10px;
    opacity: 0.5;
    content: "";
    z-index: -1;
    right: 10px;
    position: absolute;
    left: 10px;
    border: 1px dashed rgb(217,144,112,0.5);
    clip-path: polygon(0% 0%, 93% 0%, 100% 50%, 93% 100%, 0% 100%);
}.program-information .learn-route:hover p {
    transform: translateX(-5%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
}.program-information .img-header::after {
    transition: opacity 0.5s ease;
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.5;
    content: "";
    left: 0;
    z-index: 1;
    height: 100%;
    mix-blend-mode: multiply;
    top: 0;
}.program-information .learn-route::after {
    background-position: center bottom;
    content: "";
    height: 100%;
    background: inherit;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateX(15%);
    transition: all 0.5s ease 0.1s;
    z-index: 2;
    border-radius: 18px 0 0 18px;
    background-size: cover;
    grid-area: photo2;
    position: relative;
}.program-information .learn-route:hover::before {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(5%);
}.program-information .learn-route:hover::after {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(10%);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {.program-information {
    padding: 80px 0;
}.program-information .learn-route {
    gap: 25px;
    grid-template-columns: 55% 45%;
}.program-information h3 {
    font-size: calc(30px - 2px);
    padding: 25px 35px;
}.program-information p {
    padding: 30px 35px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.program-information {
    padding: 70px 0;
}.program-information .timeline-hist {
    min-height: auto;
}.program-information .learn-route {
    grid-template-areas: 
            "logo logo"
            "title title"
            "desc desc"
            "photo1 photo2";
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-template-rows: auto auto auto 250px;
}.program-information h3 {
    font-size: calc(30px - 4px);
    border-radius: 18px;
    transform: none;
    padding: 25px 30px;
    clip-path: none;
}.program-information h3::before {
    border-radius: 10px;
    clip-path: none;
}.program-information p {
    clip-path: none;
    transform: none;
    padding: 25px 30px;
    border-radius: 18px;
}.program-information p::before {
    border-radius: 10px;
    clip-path: none;
}.program-information .learn-route::before,
    .program-information .learn-route::after {
    transform: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 10% 100%);
    height: 250px;
    border-radius: 18px;
}.program-information .learn-route::after {
    clip-path: polygon(10% 0%, 100% 0%, 100% 100%, 0% 100%);
}.program-information .learn-route:hover h3,
    .program-information .learn-route:hover p,
    .program-information .learn-route:hover::before,
    .program-information .learn-route:hover::after {
    transform: none;
}.program-information .top-bar {
    height: 70px;
    margin-bottom: 15px;
    width: 70px;
}.program-information .top-bar svg {
    height: 40px;
    width: 40px;
}
}

@media (max-width: 767px) {.program-information {
    padding: 60px 0;
}.program-information .timeline-hist {
    min-height: auto;
}.program-information .learn-route {
    gap: 15px;
    grid-template-rows: auto auto auto 200px;
    grid-template-columns: 1fr;
    grid-template-areas: 
            "logo"
            "title"
            "desc"
            "photo1";
}.program-information h3 {
    transform: none;
    padding: 20px 25px;
    clip-path: none;
    font-size: calc(30px - 6px);
    border-radius: 18px;
}.program-information h3::before {
    display: none;
}.program-information h3::after {
    width: 50px;
    height: 2px;
    bottom: 10px;
    left: 25px;
}.program-information p {
    line-height: 1.6;
    border-radius: 18px;
    transform: none;
    font-size: calc(12px - 1px);
    padding: 20px 25px;
    clip-path: none;
}.program-information p::before {
    display: none;
}.program-information .learn-route::before {
    height: 200px;
    border-radius: 18px;
    clip-path: none;
    transform: none;
}.program-information .learn-route::after {
    display: none;
}.program-information .learn-route:hover h3,
    .program-information .learn-route:hover p,
    .program-information .learn-route:hover::before {
    transform: none;
}.program-information .top-bar {
    height: 60px;
    width: 60px;
    margin-bottom: 10px;
}.program-information .top-bar::before,
    .program-information .top-bar::after {
    display: none;
}.program-information .top-bar svg {
    width: 35px;
    height: 35px;
}
}