* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    height: 100%;
}.viewport-container4QdWDg {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.page_headerQnyu9Y {
    flex: 1 0 auto;
}.alumni_netYCBOIP {
    flex: 0 0 auto;
}.container {
    width: 1253px;
    max-width: 100%;
    margin: 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;
}}
.training_structureyJCoaT {
    position: relative;
    background: rgb(241,231,199);
    overflow: hidden;
    min-height: 65vh;
}.training_structureyJCoaT::before {
    width: 100%;
    left: 0;
    filter: blur(40px);
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgb(214,197,137,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(187,165,84,0.5) 0%, transparent 30%);
    z-index: 1;
    position: absolute;
    content: "";
}.training_structureyJCoaT::after {
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 2;
    content: "";
    background: repeating-radial-gradient(
        circle at center,
        transparent,
        transparent 50px,
        rgba(255, 255, 255, 0.03) 50px,
        rgba(255, 255, 255, 0.03) 100px
    );
}.training_structureyJCoaT .container {
    display: flex;
    align-items: center;
    padding: 5rem 2rem;
    max-width: 1100px;
    justify-content: center;
    position: relative;
    margin: 0 auto;
    z-index: 5;
}.training_structureyJCoaT .class_proBtxebL {
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    position: relative;
    max-width: 900px;
    flex-direction: column;
    display: flex;
    aspect-ratio: 1/1;
    height: 100%;
    align-items: center;
    width: 100%;
}.training_structureyJCoaT .class_proBtxebL::before {
    top: 5%;
    height: 90%;
    content: "";
    z-index: -1;
    width: 90%;
    border: 2px solid rgb(214,197,137,0.5);
    position: absolute;
    border-radius: 50%;
    animation: rotateBorder 20s linear infinite;
    left: 5%;
}.training_structureyJCoaT .class_proBtxebL::after {
    animation: rotateBorder 15s linear infinite reverse;
    content: "";
    position: absolute;
    left: 10%;
    height: 80%;
    border-radius: 50%;
    z-index: -1;
    width: 80%;
    border: 1px dashed rgb(187,165,84,0.5);
    top: 10%;
}.training_structureyJCoaT h3 {
    z-index: 2;
    font-size: 35px;
    max-width: 70%;
    background: #ffffff;
    font-weight: 700;
    padding: 1rem 2rem;
    color: rgb(214,197,137);
    text-align: center;
    margin: 0 0 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-20px);
    border-radius: 28px;
    position: relative;
}.training_structureyJCoaT h3::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    opacity: 0.2;
    border-radius: inherit;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(214,197,137,0.5), transparent);
    height: 100%;
}.training_structureyJCoaT h3::after {
    position: absolute;
    width: 2px;
    left: 50%;
    height: 30px;
    background: linear-gradient(to bottom, rgb(214,197,137), transparent);
    transform: translateX(-50%);
    top: 100%;
    content: "";
}.training_structureyJCoaT span {
    height: auto;
    padding: 2rem;
    display: inline-block;
    z-index: 2;
    width: 60%;
    font-size: 18px;
    color: #000000;
    background: #ffffff;
    transform: translateY(20px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
    border-radius: 28px;
    line-height: 1.7;
}.training_structureyJCoaT span::before {
    height: 30px;
    position: absolute;
    bottom: 100%;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(to top, rgb(187,165,84), transparent);
    width: 2px;
}.training_structureyJCoaT span::after {
    border-radius: inherit;
    opacity: 0.2;
    content: "";
    background: linear-gradient(45deg, rgb(187,165,84,0.5), transparent);
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    position: absolute;
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 993px) {.training_structureyJCoaT .class_proBtxebL:hover::before,
    .training_structureyJCoaT .class_proBtxebL:hover::after {
    animation-play-state: paused;
}.training_structureyJCoaT .class_proBtxebL:hover h3,
    .training_structureyJCoaT .class_proBtxebL:hover span {
    transition: transform 0.5s ease;
    transform: translateY(0);
}
}

@media (max-width: 992px) {.training_structureyJCoaT {
    min-height: auto;
}.training_structureyJCoaT .container {
    padding: 4rem 1.5rem;
}.training_structureyJCoaT .class_proBtxebL {
    padding: 2rem 0;
    aspect-ratio: auto;
    border-radius: 0;
    gap: 3rem;
    height: auto;
}.training_structureyJCoaT .class_proBtxebL::before,
    .training_structureyJCoaT .class_proBtxebL::after {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 20px;
}.training_structureyJCoaT h3 {
    font-size: calc(35px * 0.9);
    transform: none;
    max-width: 90%;
    margin-bottom: 0;
}.training_structureyJCoaT h3::after {
    display: none;
}.training_structureyJCoaT span {
    width: 90%;
    transform: none;
}.training_structureyJCoaT span::before {
    display: none;
}
}

@media (max-width: 768px) {.training_structureyJCoaT .container {
    padding: 3rem 1.2rem;
}.training_structureyJCoaT .class_proBtxebL {
    padding: 1.5rem 0;
    gap: 2rem;
}.training_structureyJCoaT h3 {
    max-width: 100%;
    padding: 0.8rem 1.5rem;
    font-size: calc(35px * 0.8);
}.training_structureyJCoaT span {
    font-size: calc(18px * 0.9);
    padding: 1.5rem;
    width: 100%;
}
}

@media (max-width: 576px) {.training_structureyJCoaT .container {
    padding: 2.5rem 1rem;
}.training_structureyJCoaT .class_proBtxebL {
    gap: 1.5rem;
    padding: 1rem 0;
}.training_structureyJCoaT h3 {
    font-size: calc(35px * 0.7);
    padding: 0.7rem 1.2rem;
}.training_structureyJCoaT span {
    line-height: 1.6;
    padding: 1.2rem;
    font-size: calc(18px * 0.85);
}.training_structureyJCoaT .class_proBtxebL::before,
    .training_structureyJCoaT .class_proBtxebL::after {
    border-width: 1px;
}}.privacy_coveYXRxFs {
    width: 100%;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    padding: 50px;
    height: auto;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
}.privacy_coveYXRxFs h1 {
    padding-bottom: 10px;
    font-weight: 700;
    border-bottom: 2px solid rgb(214,197,137);
    text-transform: uppercase;
    color: rgb(214,197,137);
    margin-top: 40px;
    font-size: 41px;
    text-align: center;
    margin-bottom: 20px;
}.privacy_coveYXRxFs h2 {
    color: rgb(187,165,84);
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 10px;
    text-align: left;
    font-size: 32px;
    margin-top: 30px;
    border-left: 4px solid rgb(214,197,137);
}.privacy_coveYXRxFs ul, .privacy_coveYXRxFs ol {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    margin: 20px 0;
    padding: 20px 0;
    padding-left: 0;
}.privacy_coveYXRxFs ul li, .privacy_coveYXRxFs ol li {
    color: #000000;
    font-size: 15px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}.privacy_coveYXRxFs ul li::before, .privacy_coveYXRxFs ol li::before {
    background: rgb(214,197,137);
    position: absolute;
    border-radius: 50%;
    content: '';
    top: 50%;
    height: 6px;
    width: 6px;
    transform: translateY(-50%);
    left: 0;
}.privacy_coveYXRxFs p, .privacy_coveYXRxFs span, .privacy_coveYXRxFs div {
    font-size: 15px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #000000;
}.privacy_coveYXRxFs div.container {
    max-width: 1000px;
    margin: 0 auto;
}

@media only screen and (max-width: 800px) {.privacy_coveYXRxFs {
    padding: 30px;
    border-radius: 10px;
}.privacy_coveYXRxFs h1 {
    font-size: calc(18px - 5px);
}.privacy_coveYXRxFs h2 {
    font-size: calc(18px - 5px);
}.privacy_coveYXRxFs ul, .privacy_coveYXRxFs ol {
    margin: 10px 0;
    padding: 10px 0;
}.privacy_coveYXRxFs ul li, .privacy_coveYXRxFs ol li {
    padding-left: 15px;
    font-size: 15px;
}}.future_attendeesgTpJn0 {
    background: linear-gradient(45deg, rgb(241,231,199) 0%, rgb(187,165,84,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.future_attendeesgTpJn0::before {
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(214,197,137,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(187,165,84,0.5) 0%, transparent 50%);
    width: 100%;
    opacity: 0.5;
}.future_attendeesgTpJn0::after {
    width: 100%;
    height: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(214,197,137,0.5) 0,
            rgb(214,197,137,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(187,165,84,0.5) 0,
            rgb(187,165,84,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    z-index: 0;
    content: "";
}.future_attendeesgTpJn0 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.future_attendeesgTpJn0 .class_proBtxebL {
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    backdrop-filter: blur(10px);
    transform: translateY(0);
    position: relative;
    border-radius: 11px;
    overflow: hidden;
}.future_attendeesgTpJn0 .class_proBtxebL:hover {
    transform: translateY(-10px);
}.future_attendeesgTpJn0 h4 {
    text-align: center;
    font-weight: 700;
    margin: 0;
    padding: 35px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 38px;
    color: #ffffff;
    background: linear-gradient(120deg, rgb(214,197,137) 0%, rgb(187,165,84) 100%);
}.future_attendeesgTpJn0 h4::before {
    opacity: 0.5;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
}.future_attendeesgTpJn0 div {
    background: #ffffff;
    padding: 40px;
}.future_attendeesgTpJn0 div p {
    z-index: 1;
    background: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: flex;
    margin-bottom: 20px;
    padding: 20px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.05);
}.future_attendeesgTpJn0 div p:last-child {
    margin-bottom: 0;
}.future_attendeesgTpJn0 div p::before {
    transition: all 0.3s ease;
    width: 4px;
    top: 0;
    content: "";
    background: linear-gradient(180deg, rgb(214,197,137), rgb(187,165,84));
    height: 100%;
    left: 0;
    position: absolute;
}.future_attendeesgTpJn0 div p::after {
    content: "";
    opacity: 0;
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgba(rgb(214,197,137), 0.05) 0%, 
        rgba(rgb(187,165,84), 0.05) 100%
    );
    z-index: -1;
}.future_attendeesgTpJn0 div p:hover {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}.future_attendeesgTpJn0 div p:hover::before {
    width: 8px;
}.future_attendeesgTpJn0 div p:hover::after {
    opacity: 1;
}.future_attendeesgTpJn0 div p svg {
    height: 28px;
    margin-right: 18px;
    transition: all 0.3s ease;
    width: 28px;
    min-width: 28px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}.future_attendeesgTpJn0 div p:hover svg {
    transform: scale(1.15);
}.future_attendeesgTpJn0 div p svg path {
    fill: rgb(214,197,137);
    transition: fill 0.3s ease;
}.future_attendeesgTpJn0 div p:hover svg path {
    fill: rgb(187,165,84);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.future_attendeesgTpJn0 {
    padding: 80px 0;
}.future_attendeesgTpJn0 h4 {
    font-size: calc(38px - 2px);
    padding: 30px 25px;
}.future_attendeesgTpJn0 div {
    padding: 30px;
}.future_attendeesgTpJn0 div p {
    padding: 15px;
    margin-bottom: 15px;
}.future_attendeesgTpJn0 div p svg {
    width: 24px;
    margin-right: 15px;
    height: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.future_attendeesgTpJn0 {
    padding: 60px 0;
}.future_attendeesgTpJn0 h4 {
    padding: 25px 20px;
    font-size: calc(38px - 4px);
}.future_attendeesgTpJn0 div {
    padding: 25px 20px;
}.future_attendeesgTpJn0 div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.future_attendeesgTpJn0 div p svg {
    margin-right: 12px;
    min-width: 20px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 479px) {.future_attendeesgTpJn0 {
    padding: 40px 0;
}.future_attendeesgTpJn0 h4 {
    padding: 20px 15px;
    font-size: calc(38px - 6px);
}.future_attendeesgTpJn0 div {
    padding: 20px 15px;
}.future_attendeesgTpJn0 div p {
    margin-bottom: 10px;
    font-size: calc(14px - 1px);
    padding: 10px 12px;
}.future_attendeesgTpJn0 div p svg {
    height: 18px;
    width: 18px;
    margin-right: 10px;
    min-width: 18px;
}}.opening_board2UHMDf {
    width: 100%;
    overflow: hidden;
    position: relative;
}.opening_board2UHMDf .skill_plusdirbSH {
    justify-content: flex-start;
    min-height: 100vh;
    align-items: center;
    position: relative;
    display: flex;
    padding: 2rem;
}.opening_board2UHMDf .skill_plusdirbSH::before {
    backdrop-filter: blur(3px) saturate(110%);
    position: absolute;
    background: linear-gradient(135deg, rgb(214,197,137,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
}.opening_board2UHMDf .skill_plusdirbSH::after {
    height: 100%;
    content: "";
    top: 0;
    width: 120%;
    left: -10%;
    background: linear-gradient(170deg, rgb(187,165,84) 0%, transparent 40%);
    opacity: 0.12;
    z-index: 2;
    transform: skewX(-18deg);
    position: absolute;
}.opening_board2UHMDf .edu_ethosiTADPe {
    backdrop-filter: blur(12px);
    box-shadow: 
    0 25px 50px -12px rgba(0,0,0,0.25),
    -15px 15px 30px rgba(0,0,0,0.1);
    z-index: 5;
    border-left: 4px solid rgb(214,197,137);
    padding: 3.5rem;
    animation: fadeInSlide 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    position: relative;
    max-width: 750px;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.12) 0%, 
    rgba(255,255,255,0.05) 100%);
    transform: translateX(5%) perspective(800px) rotateY(-2deg);
}.opening_board2UHMDf .edu_ethosiTADPe::before {
    right: 100%;
    left: -2px;
    height: 4px;
    top: -2px;
    position: absolute;
    background: rgb(214,197,137);
    animation: lineGrow 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    content: "";
}.opening_board2UHMDf .edu_ethosiTADPe::after {
    content: "";
    right: 0;
    background: linear-gradient(90deg, transparent, #ffffff);
    animation: lineGrow2 1.5s cubic-bezier(0.19, 1, 0.22, 1) 0.9s forwards;
    height: 1px;
    width: 40%;
    bottom: 30px;
    position: absolute;
    transform-origin: right;
    opacity: 0.5;
}.opening_board2UHMDf h1 {
    font-size: 45px;
    position: relative;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.3s forwards;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    color: #ffffff;
}.opening_board2UHMDf h1::after {
    width: 80px;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    background: rgb(214,197,137);
    left: 0;
    bottom: -0.5rem;
    position: absolute;
    animation: lineGrow 1s cubic-bezier(0.25, 1, 0.5, 1) 0.7s forwards;
    height: 3px;
}.opening_board2UHMDf h3 {
    font-size: calc(21px + 0.1rem);
    transform: translateY(20px);
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    opacity: 0;
    line-height: 1.5;
}.opening_board2UHMDf p {
    max-width: 90%;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) 0.7s forwards;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-size: 13px;
    color: #ffffff;
    margin-top: 2rem;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
    line-height: 1.6;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateX(-5%) perspective(800px) rotateY(-2deg);
  }
  to {
    opacity: 1;
    transform: translateX(5%) perspective(800px) rotateY(-2deg);
  }
}

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

@keyframes lineGrow {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}

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

@media (max-width: 992px) {.opening_board2UHMDf .edu_ethosiTADPe {
    padding: 2.5rem;
    transform: translateX(0) perspective(600px) rotateY(-1deg);
    max-width: 650px;
}.opening_board2UHMDf h1 {
    font-size: calc(45px * 0.9);
}.opening_board2UHMDf h3 {
    max-width: 100%;
    font-size: 21px;
}
}

@media (max-width: 768px) {.opening_board2UHMDf .skill_plusdirbSH {
    min-height: 90vh;
    padding: 1.5rem;
}.opening_board2UHMDf .edu_ethosiTADPe {
    transform: none;
    animation: fadeIn 1s ease forwards;
    backdrop-filter: blur(8px);
    padding: 2rem;
    max-width: 100%;
}.opening_board2UHMDf h1 {
    font-size: calc(45px * 0.8);
}.opening_board2UHMDf h3 {
    line-height: 1.4;
    font-size: calc(21px * 0.95);
}.opening_board2UHMDf p {
    font-size: calc(13px * 0.95);
    max-width: 100%;
}
  
  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateY(20px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}

@media (max-width: 576px) {.opening_board2UHMDf .skill_plusdirbSH {
    min-height: 80vh;
    padding: 1rem;
}.opening_board2UHMDf .edu_ethosiTADPe {
    padding: 1.5rem;
}.opening_board2UHMDf h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.opening_board2UHMDf h3 {
    margin-bottom: 1rem;
    font-size: calc(21px * 0.9);
}.opening_board2UHMDf p {
    margin-top: 1.5rem;
    font-size: calc(13px * 0.9);
}.opening_board2UHMDf .edu_ethosiTADPe::after {
    width: 30%;
    bottom: 20px;
}}footer {
    position: relative;
    width: 100%;
}footer .alumni_netYCBOIP {
    background: linear-gradient(135deg, rgb(214,197,137), rgb(187,165,84));
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
}footer .alumni_netYCBOIP::before {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    left: 0;
    content: "";
}footer .insta_feedbFveEU {
    z-index: 1;
    position: relative;
}footer .get_contactMETzXv {
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgb(214,197,137,0.5);
    height: 220px;
    flex: 0 1 220px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    backdrop-filter: blur(5px);
    padding: 20px;
    transition: all 0.4s ease;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    transform: scale(1.05) translateY(0);
    background-color: rgb(187,165,84,0.5);
    z-index: 2;
}footer .info_item svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
    margin-right: 10px;
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-align: center;
    max-width: 80%;
    text-decoration: none;
    font-size: 15px;
    color: #ffffff;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    position: relative;
    display: flex;
}footer .main_navbarKWBYxy, footer .head_mainwrapHiGptc, footer .subscribe_holder {
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 300px;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    border-radius: 15px;
    max-width: 400px;
    position: relative;
    padding: 30px;
    background-color: rgb(214,197,137,0.5);
}footer .main_navbarKWBYxy:hover, footer .head_mainwrapHiGptc:hover, footer .subscribe_holder:hover {
    background-color: rgb(187,165,84,0.5);
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .main_navbarKWBYxy::before, footer .head_mainwrapHiGptc::before, footer .subscribe_holder::before {
    opacity: 0.1;
    height: 150px;
    content: "";
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 150px;
}footer .main_navbarKWBYxy::before {
    background-color: rgb(214,197,137);
    top: -50px;
    left: -50px;
}footer .head_mainwrapHiGptc::before {
    background-color: rgb(187,165,84);
    right: -50px;
    bottom: -50px;
}footer .subscribe_holder::before {
    background-color: rgb(214,197,137);
    left: -50px;
    bottom: -50px;
}footer .main_navbarKWBYxy svg {
    margin-bottom: 20px;
    width: auto;
    height: 50px;
    filter: brightness(0) invert(1);
}footer .mentor_cta5kQfg4 {
    max-width: 300px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}footer .head_mainwrapHiGptc h5, footer .subscribe_holder h5 {
    display: inline-block;
    font-size: 23px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
}footer .head_mainwrapHiGptc h5::after, footer .subscribe_holder h5::after {
    position: absolute;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    bottom: -8px;
    background-color: #ffffff;
    transform: translateX(-50%);
    width: 40px;
    left: 50%;
}footer .head_mainwrapHiGptc:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .head_infoaYUbEW {
    margin-bottom: 20px;
    max-width: 300px;
    flex-wrap: wrap;
    display: flex;
    gap: 10px;
    justify-content: center;
}footer .head_infoaYUbEW a {
    background-color: rgb(214,197,137,0.5);
    padding: 8px 15px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 15px;
}footer .head_infoaYUbEW a:hover {
    background-color: rgb(187,165,84,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    max-width: 300px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    gap: 15px;
    align-items: center;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    border: none;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 3px rgb(214,197,137,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_supportZhVJqY {
    width: 100%;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 20px;
    font-weight: 600;
    background-color: rgb(214,197,137);
    border: none;
}footer .sub_supportZhVJqY:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(187,165,84);
}footer .youtube_channYFkCb {
    margin-top: 60px;
    text-align: center;
    position: relative;
}footer .goal_footer8UwhNB {
    padding: 8px 20px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    border-radius: 10px;
    background-color: rgb(214,197,137,0.5);
    backdrop-filter: blur(5px);
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .alumni_netYCBOIP {
    padding: 60px 0 30px;
}footer .get_contactMETzXv {
    flex-direction: column;
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px;
    flex: 0 1 100px;
    height: 100px;
}footer .main_navbarKWBYxy, footer .head_mainwrapHiGptc, footer .subscribe_holder {
    padding: 25px 20px;
}footer .youtube_channYFkCb {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .alumni_netYCBOIP {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(15px - 1px);
}footer .head_mainwrapHiGptc h5, footer .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}footer .head_infoaYUbEW a {
    font-size: calc(15px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_supportZhVJqY {
    padding: 12px 15px;
}footer .goal_footer8UwhNB {
    padding: 6px 15px;
}}.course_offeringcf6mRy {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(241,231,199) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
}.course_offeringcf6mRy::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    background: radial-gradient(circle at 20% 50%, rgb(214,197,137,0.5) 0%, transparent 50%);
}.course_offeringcf6mRy::after {
    background: radial-gradient(circle, rgb(187,165,84,0.5) 0%, transparent 70%);
    right: -50px;
    border-radius: 50%;
    top: -50px;
    position: absolute;
    animation: pulse 8s infinite alternate;
    height: 200px;
    content: "";
    width: 200px;
    z-index: 1;
}.course_offeringcf6mRy .container {
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.course_offeringcf6mRy .class_proBtxebL {
    backdrop-filter: blur(5px);
    border-radius: 19px;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    align-items: center;
    padding: 40px;
    position: relative;
    justify-content: space-between;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border: 1px solid rgb(214,197,137,0.5);
    gap: 40px;
}.course_offeringcf6mRy .class_proBtxebL::before {
    top: 0;
    animation: shine 5s infinite;
    left: -100%;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
}.course_offeringcf6mRy .quick_progressepD7HQ {
    position: relative;
    padding-right: 20px;
    flex: 1;
}.course_offeringcf6mRy .quick_progressepD7HQ::before {
    content: "";
    border-radius: 50%;
    width: 60px;
    position: absolute;
    height: 60px;
    left: -30px;
    animation: rotate 25s linear infinite;
    border: 2px solid rgb(214,197,137,0.5);
    top: -30px;
    z-index: -1;
}.course_offeringcf6mRy .quick_progressepD7HQ::after {
    height: 40px;
    right: 50px;
    position: absolute;
    content: "";
    border: 1px solid rgb(187,165,84,0.5);
    bottom: -20px;
    border-radius: 10px;
    animation: float 8s ease-in-out infinite;
    width: 40px;
    z-index: -1;
}.course_offeringcf6mRy .main_navbarKWBYxy {
    border-radius: 10px;
    background: linear-gradient(145deg, #ffffff 0%, rgb(241,231,199) 100%);
    transition: transform 0.3s ease;
    position: relative;
    display: flex;
    margin-bottom: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    width: 60px;
    max-width: 180px;
    align-items: center;
    height: 60px;
    padding: 10px 15px;
}.course_offeringcf6mRy .main_navbarKWBYxy:hover {
    transform: translateY(-5px) translateZ(0);
}.course_offeringcf6mRy .main_navbarKWBYxy svg {
    max-width: 100%;
    transition: fill 0.3s ease;
    max-height: 100%;
    height: 40px;
    width: 40px;
    fill: rgb(214,197,137);
}.course_offeringcf6mRy .main_navbarKWBYxy svg path {
    transition: fill 0.3s ease;
    fill: rgb(214,197,137);
}.course_offeringcf6mRy .main_navbarKWBYxy:hover svg,
.course_offeringcf6mRy .main_navbarKWBYxy:hover svg path {
    fill: rgb(187,165,84);
}.course_offeringcf6mRy h3 {
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    color: rgb(214,197,137);
    margin-bottom: 25px;
    font-size: 32px;
}.course_offeringcf6mRy h3::after {
    content: "";
    background: linear-gradient(to right, rgb(214,197,137), rgb(187,165,84));
    border-radius: 10px;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: 0;
    width: 80px;
}.course_offeringcf6mRy p {
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 30px;
    line-height: 1.7;
    font-size: 17px;
    position: relative;
}.course_offeringcf6mRy .image_celloSRNE9 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    flex: 1;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    min-height: 400px;
    border-radius: 19px;
    transition: all 0.5s ease;
}.course_offeringcf6mRy .image_celloSRNE9::before {
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    z-index: 2;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.5) 100%);
}.course_offeringcf6mRy .image_celloSRNE9::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 60%);
    z-index: 3;
    animation: shine-effect 6s infinite;
    content: "";
    transform: rotate(25deg);
    top: -50%;
    position: absolute;
    height: 200%;
    width: 200%;
    left: -50%;
}.course_offeringcf6mRy .class_proBtxebL:hover .image_celloSRNE9 {
    transform: perspective(1000px) rotateY(0deg);
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    transform: scale(1);
    opacity: 0.5;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes shine {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes shine-effect {
  0% {
    transform: rotate(25deg) translateX(-100%);
  }
  80%, 100% {
    transform: rotate(25deg) translateX(100%);
  }
}

@media screen and (max-width: 991px) {.course_offeringcf6mRy {
    padding: 60px 0;
}.course_offeringcf6mRy .class_proBtxebL {
    padding: 30px;
    gap: 30px;
    flex-direction: column;
}.course_offeringcf6mRy .quick_progressepD7HQ {
    width: 100%;
    padding-right: 0;
}.course_offeringcf6mRy .image_celloSRNE9 {
    transform: perspective(1000px) rotateY(0);
    width: 100%;
    min-height: 350px;
}.course_offeringcf6mRy h3 {
    font-size: calc(32px - 4px);
}
}

@media screen and (max-width: 767px) {.course_offeringcf6mRy {
    padding: 50px 0;
}.course_offeringcf6mRy .class_proBtxebL {
    padding: 25px;
}.course_offeringcf6mRy .main_navbarKWBYxy {
    max-width: 150px;
    height: 50px;
}.course_offeringcf6mRy h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(32px - 6px);
}.course_offeringcf6mRy h3::after {
    width: 60px;
    height: 2px;
}.course_offeringcf6mRy p {
    margin-bottom: 20px;
    font-size: calc(17px - 1px);
}.course_offeringcf6mRy .image_celloSRNE9 {
    min-height: 300px;
}
}

@media screen and (max-width: 576px) {.course_offeringcf6mRy {
    padding: 40px 0;
}.course_offeringcf6mRy .class_proBtxebL {
    padding: 20px;
    gap: 20px;
}.course_offeringcf6mRy .main_navbarKWBYxy {
    height: 40px;
    margin-bottom: 15px;
    max-width: 120px;
}.course_offeringcf6mRy h3 {
    font-size: calc(32px - 8px);
}.course_offeringcf6mRy .image_celloSRNE9 {
    min-height: 250px;
}}.price_listbqfXDJ {
    color: #ffffff;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_listbqfXDJ::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    content: '';
}.price_listbqfXDJ .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.price_listbqfXDJ .class_costPCrtHL {
    position: relative;
}.price_listbqfXDJ h2 {
    background: linear-gradient(90deg, rgb(214,197,137) 0%, rgb(187,165,84) 100%);
    position: relative;
    font-size: 34px;
    font-weight: 700;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-align: center;
    margin-bottom: 25px;
    color: transparent;
    transform: translateY(0);
    animation: titleFloat 6s ease-in-out infinite;
}.price_listbqfXDJ h2::after {
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    height: 3px;
    position: absolute;
    bottom: -10px;
    content: '';
    background: rgb(187,165,84);
}.price_listbqfXDJ .study_pricing9TDg6C {
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    opacity: 0.9;
    max-width: 700px;
    font-size: calc(13px + 2px);
}.price_listbqfXDJ .pro_feeseM3nLg {
    padding: 0;
    gap: 30px;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.price_listbqfXDJ .pro_feeseM3nLg li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.price_listbqfXDJ .pro_feeseM3nLg li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.price_listbqfXDJ .lesson_feeskP871d {
    height: 100%;
    color: #ffffff;
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}.price_listbqfXDJ .payment_optiontucp1i {
    padding: 35px 30px;
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
}.price_listbqfXDJ .payment_optiontucp1i::before {
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(214,197,137), rgb(187,165,84));
    height: 5px;
    position: absolute;
    transform-origin: left;
}.price_listbqfXDJ .lesson_feeskP871d:hover .payment_optiontucp1i::before {
    transform: scaleX(1);
}.price_listbqfXDJ .payment_optiontucp1i::after {
    background: linear-gradient(135deg, transparent 50%, rgb(187,165,84,0.5) 50%);
    height: 60px;
    transition: opacity 0.5s ease;
    opacity: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    content: '';
}.price_listbqfXDJ .lesson_feeskP871d:hover .payment_optiontucp1i::after {
    opacity: 1;
}.price_listbqfXDJ .pricing_offersoQxIb9 {
    z-index: 2;
    position: relative;
}.price_listbqfXDJ .pricing_offersoQxIb9 h4 {
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    display: inline-block;
    font-size: calc(18px + 2px);
}.price_listbqfXDJ .pricing_offersoQxIb9 h4::after {
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    bottom: -8px;
    content: '';
    background: rgb(214,197,137);
    width: 40px;
    left: 0;
}.price_listbqfXDJ .lesson_feeskP871d:hover .pricing_offersoQxIb9 h4::after {
    width: 100%;
}.price_listbqfXDJ .pricing_offersoQxIb9 p {
    max-height: 200px;
    word-break: break-word;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin: 0 0 30px;
    overflow-y: auto;
    overflow-wrap: break-word;
    padding-right: 5px;
}.price_listbqfXDJ .pricing_offersoQxIb9 p::-webkit-scrollbar {
    width: 4px;
}.price_listbqfXDJ .pricing_offersoQxIb9 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.price_listbqfXDJ .pricing_offersoQxIb9 p::-webkit-scrollbar-thumb {
    background: rgb(214,197,137,0.5);
}.price_listbqfXDJ .lesson_plansv7FcCU {
    margin-top: 15px;
    display: block;
    padding: 10px 0;
    position: relative;
    font-size: calc(18px + 4px);
    font-weight: 700;
    color: #ffffff;
}.price_listbqfXDJ .lesson_plansv7FcCU::before {
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    position: absolute;
    content: '';
    height: 1px;
    left: 0;
    width: 40px;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.price_listbqfXDJ {
    padding: 80px 0;
}.price_listbqfXDJ .pro_feeseM3nLg {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.price_listbqfXDJ .payment_optiontucp1i {
    padding: 25px 20px;
}.price_listbqfXDJ .pricing_offersoQxIb9 p {
    max-height: 150px;
    font-size: calc(13px - 1px);
}.price_listbqfXDJ .lesson_plansv7FcCU {
    font-size: calc(18px + 2px);
}
}

@media (max-width: 767px) {.price_listbqfXDJ {
    padding: 60px 0;
}.price_listbqfXDJ h2 {
    font-size: calc(34px - 4px);
}.price_listbqfXDJ .study_pricing9TDg6C {
    font-size: 13px;
    margin-bottom: 30px;
}.price_listbqfXDJ .pro_feeseM3nLg {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_listbqfXDJ .pricing_offersoQxIb9 h4 {
    font-size: 18px;
}.price_listbqfXDJ .lesson_plansv7FcCU {
    font-size: 18px;
}
}

@media (max-width: 480px) {.price_listbqfXDJ {
    padding: 50px 0;
}.price_listbqfXDJ h2 {
    font-size: calc(34px - 8px);
}.price_listbqfXDJ .study_pricing9TDg6C {
    font-size: calc(13px - 2px);
}.price_listbqfXDJ .payment_optiontucp1i {
    padding: 20px 15px;
}.price_listbqfXDJ .pricing_offersoQxIb9 p {
    font-size: calc(13px - 2px);
}}.take_a_spint29sBy {
    margin: 2rem 0;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(135deg, rgb(187,165,84) 0%, rgb(214,197,137) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.take_a_spint29sBy::before {
    border-radius: 50%;
    width: 300px;
    background: rgb(214,197,137,0.5);
    animation: float 8s infinite ease-in-out;
    position: absolute;
    content: "";
    filter: blur(60px);
    top: -100px;
    height: 300px;
    opacity: 0.5;
    right: -100px;
}.take_a_spint29sBy::after {
    bottom: -50px;
    filter: blur(40px);
    height: 200px;
    border-radius: 50%;
    content: "";
    animation: float 6s infinite ease-in-out reverse;
    width: 200px;
    background: rgb(187,165,84,0.5);
    position: absolute;
    left: -50px;
    opacity: 0.3;
}.take_a_spint29sBy .container {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    flex-direction: column;
}.take_a_spint29sBy h2 {
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.4;
    transform: translateY(0);
    text-align: center;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-weight: 700;
    max-width: 800px;
    opacity: 1;
    color: #ffffff;
    font-size: 31px;
}.take_a_spint29sBy .class_proBtxebL {
    justify-content: center;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    padding: 2rem 3rem;
    gap: 1.5rem;
    border-radius: 23px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    align-items: center;
    background: rgba(255,255,255,0.15);
}.take_a_spint29sBy .class_proBtxebL:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}.take_a_spint29sBy svg {
    flex-shrink: 0;
    height: 48px;
    width: 48px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.take_a_spint29sBy svg:hover {
    transform: scale(1.1) rotate(5deg);
}.take_a_spint29sBy svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.take_a_spint29sBy .class_proBtxebL:hover svg path {
    fill: #ffffff;
    filter: drop-shadow(0 0 3px rgba(255,255,255,0.5));
}.take_a_spint29sBy .class_proBtxebL div {
    display: flex;
    justify-content: center;
    align-items: center;
}.take_a_spint29sBy .feedback_linksmeQBc9 {
    font-family: Arial, sans-serif;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    font-size: 14px;
    color: rgb(214,197,137);
    border-radius: 10px;
    padding: 1rem 2.5rem;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    text-decoration: none;
}.take_a_spint29sBy .feedback_linksmeQBc9::before {
    z-index: -1;
    left: -100%;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.7s ease;
}.take_a_spint29sBy .feedback_linksmeQBc9:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    background: #ffffff;
    transform: translateY(-3px);
    color: rgb(187,165,84);
}.take_a_spint29sBy .feedback_linksmeQBc9:hover::before {
    left: 100%;
}.take_a_spint29sBy .feedback_linksmeQBc9:active {
    transform: translateY(0);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}

@media screen and (max-width: 992px) {.take_a_spint29sBy {
    padding: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
}.take_a_spint29sBy h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.take_a_spint29sBy .class_proBtxebL {
    padding: 1.75rem 2.5rem;
}.take_a_spint29sBy svg {
    height: 40px;
    width: 40px;
}.take_a_spint29sBy .feedback_linksmeQBc9 {
    padding: 0.875rem 2.25rem;
}
}

@media screen and (max-width: 768px) {.take_a_spint29sBy {
    padding: 3.5rem 0;
    transform: none;
}.take_a_spint29sBy h2 {
    margin-bottom: 1.75rem;
    font-size: calc(31px * 0.8);
}.take_a_spint29sBy .class_proBtxebL {
    flex-direction: column;
    padding: 1.5rem 2rem;
    gap: 1.25rem;
}.take_a_spint29sBy svg {
    height: 36px;
    width: 36px;
}.take_a_spint29sBy .feedback_linksmeQBc9 {
    text-align: center;
    width: 100%;
    padding: 0.75rem 2rem;
}
}

@media screen and (max-width: 576px) {.take_a_spint29sBy {
    padding: 3rem 0;
}.take_a_spint29sBy h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
}.take_a_spint29sBy .class_proBtxebL {
    width: 90%;
    padding: 1.25rem 1.5rem;
}.take_a_spint29sBy svg {
    height: 32px;
    width: 32px;
}.take_a_spint29sBy .feedback_linksmeQBc9 {
    padding: 0.75rem 1.5rem;
    font-size: calc(14px * 0.9);
}}.subscribe_to_newsletterEMkrU1 {
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(187,165,84,0.5), rgb(214,197,137));
}.subscribe_to_newsletterEMkrU1::before {
    opacity: 0.2;
    width: 300px;
    position: absolute;
    content: "";
    z-index: 0;
    transform: rotate(-15deg);
    top: -10%;
    height: 300px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    right: -5%;
}.subscribe_to_newsletterEMkrU1::after {
    position: absolute;
    content: "";
    left: -5%;
    opacity: 0.15;
    height: 200px;
    width: 200px;
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 0%, transparent 70%);
    bottom: -8%;
    z-index: 0;
}.subscribe_to_newsletterEMkrU1 .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.subscribe_to_newsletterEMkrU1 .class_proBtxebL {
    backdrop-filter: blur(10px);
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    display: flex;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    gap: 2rem;
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    padding: 3rem 2rem;
}.subscribe_to_newsletterEMkrU1 .class_proBtxebL::before {
    pointer-events: none;
    height: 100%;
    animation: lightSweep 8s ease-in-out infinite;
    left: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
}.subscribe_to_newsletterEMkrU1 h4 {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    margin: 0;
    letter-spacing: 0.015em;
    text-align: center;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    font-size: calc(23px * 1.1);
    transform: translateY(0);
    line-height: 1.4;
    color: #ffffff;
    max-width: 700px;
}.subscribe_to_newsletterEMkrU1 .input_holder {
    width: 100%;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    display: flex;
    max-width: 500px;
}.subscribe_to_newsletterEMkrU1 .input_holder::after {
    width: 90%;
    left: 50%;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    height: 1px;
}.subscribe_to_newsletterEMkrU1 .input_holder span {
    position: relative;
    width: 100%;
}.subscribe_to_newsletterEMkrU1 input[type="email"] {
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 17px;
    width: 100%;
    outline: none;
    padding: 1rem 1.5rem;
    color: #ffffff;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    background: rgba(255,255,255,0.1);
    font-family: Arial, sans-serif;
}.subscribe_to_newsletterEMkrU1 input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}.subscribe_to_newsletterEMkrU1 input[type="email"]:focus {
    background: rgba(255,255,255,0.15);
    border-color: rgb(187,165,84);
    box-shadow: 0 0 15px rgba(255,255,255,0.1);
    transform: translateY(-2px);
}.subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    width: 100%;
    color: #ffffff;
    cursor: pointer;
    background: rgb(214,197,137);
    letter-spacing: 0.05em;
    font-weight: 600;
    border: none;
}.subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY::before {
    position: absolute;
    height: 100%;
    transition: all 0.6s ease;
    content: "";
    left: -100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
}.subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    background: rgb(187,165,84);
    transform: translateY(-3px) translateZ(0);
}.subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY:hover::before {
    left: 100%;
}.subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY:active {
    transform: translateY(0) translateZ(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

@keyframes lightSweep {
    0% {
        opacity: 0;
        transform: translateX(-100%) skewX(-15deg);
    }
    20% {
        opacity: 0.3;
    }
    60% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        transform: translateX(100%) skewX(-15deg);
    }
}

@media (min-width: 768px) {.subscribe_to_newsletterEMkrU1 {
    padding: 5rem 3rem;
}.subscribe_to_newsletterEMkrU1 .class_proBtxebL {
    transform: perspective(1000px) rotateX(1deg);
    gap: 3rem;
    flex-direction: row;
    padding: 3.5rem 3rem;
}.subscribe_to_newsletterEMkrU1 h4 {
    flex: 1;
    text-align: left;
}.subscribe_to_newsletterEMkrU1 .input_holder {
    max-width: none;
    flex: 1;
}.subscribe_to_newsletterEMkrU1 .input_holder::after {
    display: none;
}
}

@media (max-width: 767px) {.subscribe_to_newsletterEMkrU1 .class_proBtxebL {
    padding: 2.5rem 1.5rem;
}.subscribe_to_newsletterEMkrU1 h4 {
    font-size: calc(22px * 1.1);
}.subscribe_to_newsletterEMkrU1 input[type="email"],
    .subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY {
    padding: 0.8rem 1.2rem;
}
}

@media (hover: none) {.subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY:hover {
    transform: none;
    box-shadow: none;
}
}

@media (prefers-reduced-motion: reduce) {.subscribe_to_newsletterEMkrU1 .class_proBtxebL::before {
    animation: none;
}.subscribe_to_newsletterEMkrU1 input[type="email"]:focus,
    .subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY:hover,
    .subscribe_to_newsletterEMkrU1 .sub_supportZhVJqY:active {
    transform: none;
}}.course_instructorw3RUoc {
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(241,231,199) 0%, #000000 100%);
    overflow: hidden;
    position: relative;
}.course_instructorw3RUoc::before {
    filter: blur(70px);
    position: absolute;
    z-index: 1;
    left: 0;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(214,197,137,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(187,165,84,0.5) 0%, transparent 35%);
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
}.course_instructorw3RUoc .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
}.course_instructorw3RUoc .client_sentimentsHmnetq {
    backdrop-filter: blur(15px);
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    display: grid;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-rows: auto 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    padding: 3rem;
    min-height: 580px;
    border-radius: 29px;
    position: relative;
}.course_instructorw3RUoc .client_sentimentsHmnetq::before {
    height: 100%;
    position: absolute;
    animation: shimmerEffect 10s ease-in-out infinite;
    content: "";
    background-size: 200% 200%;
    width: 100%;
    background: linear-gradient(135deg, transparent, rgb(214,197,137,0.5), transparent);
    z-index: -1;
    top: 0;
    opacity: 0.2;
    left: 0;
}.course_instructorw3RUoc .image_celloSRNE9 {
    position: relative;
    transform: scale(1) rotate(0deg);
    grid-row: 1 / span 2;
    grid-column: 2;
    z-index: 3;
    border-radius: 29px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    height: 100%;
    filter: contrast(1.1) brightness(1.05);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
}.course_instructorw3RUoc .client_sentimentsHmnetq:hover .image_celloSRNE9 {
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
    transform: scale(1.05) rotate(2deg);
}.course_instructorw3RUoc .image_celloSRNE9::before {
    border-radius: inherit;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: 0;
}.course_instructorw3RUoc .name {
    position: relative;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 4;
    font-size: 31px;
    color: #ffffff;
    margin: 0;
    grid-column: 1;
    font-weight: 700;
    transform: translateX(0);
    grid-row: 1;
}.course_instructorw3RUoc .client_sentimentsHmnetq:hover .name {
    transform: translateX(10px);
}.course_instructorw3RUoc .name::after {
    bottom: -10px;
    background: linear-gradient(90deg, rgb(214,197,137), rgb(187,165,84));
    transition: width 0.6s ease;
    content: "";
    height: 3px;
    position: absolute;
    width: 0;
    left: 0;
}.course_instructorw3RUoc .client_sentimentsHmnetq:hover .name::after {
    width: 120px;
}.course_instructorw3RUoc .client_sentimentsHmnetq span:not(.name) {
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    font-size: 21px;
    margin-top: 4rem;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-weight: 600;
    transform: translateX(0);
    backdrop-filter: blur(10px);
    width: max-content;
    padding: 0.7rem 1.5rem;
    color: rgb(187,165,84);
    border-radius: 10px;
    grid-row: 1;
    background: rgba(0, 0, 0, 0.2);
    grid-column: 1;
}.course_instructorw3RUoc .client_sentimentsHmnetq:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.course_instructorw3RUoc .exp_containerLKGHAo {
    z-index: 2;
    line-height: 1.8;
    font-size: 15px;
    position: relative;
    color: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    border-left: 4px solid rgb(187,165,84);
    padding: 2rem;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    overflow: hidden;
    border-radius: 29px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    grid-column: 1;
}.course_instructorw3RUoc .client_sentimentsHmnetq:hover .exp_containerLKGHAo {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.course_instructorw3RUoc .exp_containerLKGHAo::before {
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    background-size: 200% 200%;
    width: 100%;
    z-index: -1;
    left: 0;
    animation: shimmerEffect 5s ease-in-out infinite;
}.course_instructorw3RUoc .container::after {
    left: -200px;
    background: conic-gradient(from 135deg, rgb(214,197,137,0.5) 0%, rgb(187,165,84,0.5) 50%, rgb(214,197,137,0.5) 100%);
    filter: blur(80px);
    opacity: 0.2;
    height: 400px;
    position: absolute;
    bottom: -200px;
    content: "";
    border-radius: 50%;
    animation: rotateGlow 25s linear infinite;
    width: 400px;
    z-index: -1;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.course_instructorw3RUoc .client_sentimentsHmnetq {
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
    gap: 20px;
}.course_instructorw3RUoc .image_celloSRNE9 {
    grid-column: 1;
    height: 350px;
    grid-row: 1;
}.course_instructorw3RUoc .name {
    grid-row: 2;
    grid-column: 1;
    margin: 0;
}.course_instructorw3RUoc .client_sentimentsHmnetq span:not(.name) {
    grid-column: 1;
    margin-top: 3.5rem;
    grid-row: 2;
}.course_instructorw3RUoc .exp_containerLKGHAo {
    grid-column: 1;
    grid-row: 3;
}.course_instructorw3RUoc .client_sentimentsHmnetq:hover .name,
    .course_instructorw3RUoc .client_sentimentsHmnetq:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.course_instructorw3RUoc {
    padding: 5rem 0;
}.course_instructorw3RUoc .client_sentimentsHmnetq {
    padding: 1.5rem;
}.course_instructorw3RUoc .image_celloSRNE9 {
    height: 250px;
}.course_instructorw3RUoc .name {
    font-size: 21px;
}.course_instructorw3RUoc .client_sentimentsHmnetq span:not(.name) {
    font-size: 15px;
    padding: 0.6rem 1rem;
    margin-top: 3rem;
}.course_instructorw3RUoc .exp_containerLKGHAo {
    font-size: calc(15px * 0.9);
    padding: 1.5rem;
    line-height: 1.6;
}}.connect_with_uskClNnZ {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(241,231,199) 0%, #1a1e2e 100%);
}.connect_with_uskClNnZ::before {
    content: "";
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(214,197,137), 0.05) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
}.connect_with_uskClNnZ::after {
    z-index: 1;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    left: 0;
    height: 100px;
    position: absolute;
    content: "";
    bottom: 0;
}.connect_with_uskClNnZ .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.connect_with_uskClNnZ h2 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 32px;
    margin-bottom: 70px;
    text-transform: uppercase;
    letter-spacing: 2px;
}.connect_with_uskClNnZ h2::before {
    left: calc(50% - 50px);
    bottom: -20px;
    content: "";
    position: absolute;
    background: rgb(214,197,137);
    width: 30px;
    height: 2px;
}.connect_with_uskClNnZ h2::after {
    width: 70px;
    background: rgb(214,197,137);
    content: "";
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
}.connect_with_uskClNnZ .feedback_widgetyYwdBb {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: grid;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 12px;
    grid-template-columns: 6fr 4fr;
}.connect_with_uskClNnZ .image_celloSRNE9 {
    min-height: 100%;
    position: relative;
}.connect_with_uskClNnZ .image_celloSRNE9::before {
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}.connect_with_uskClNnZ .image_celloSRNE9::after {
    content: "";
    position: absolute;
    height: 100%;
    animation: scanLines 5s linear infinite;
    top: 0;
    z-index: 2;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(214,197,137), 0.1) 10px, rgba(rgb(214,197,137), 0.1) 11px);
    width: 100%;
    left: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_with_uskClNnZ .inquiry_support1EKrSz {
    padding: 50px;
    position: relative;
}.connect_with_uskClNnZ .inquiry_support1EKrSz::before {
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    z-index: -1;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}.connect_with_uskClNnZ #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.connect_with_uskClNnZ h3 {
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
    text-transform: uppercase;
}.connect_with_uskClNnZ h3::after {
    position: absolute;
    bottom: -10px;
    background: rgb(214,197,137);
    content: "";
    left: 0;
    height: 2px;
    width: 50px;
}.connect_with_uskClNnZ input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.2);
    font-size: 12px;
    width: 100%;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
}.connect_with_uskClNnZ input[type="text"]:focus {
    border-color: rgb(214,197,137);
    box-shadow: 0 0 15px rgba(rgb(214,197,137), 0.2);
    outline: none;
    background: rgba(0, 0, 0, 0.3);
}.connect_with_uskClNnZ input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_with_uskClNnZ .inquiry_panelSHwdFT {
    gap: 12px;
    margin-top: 5px;
    display: flex;
    align-items: flex-start;
}.connect_with_uskClNnZ .inquiry_panelSHwdFT input[type="checkbox"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 2px;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    appearance: none;
}.connect_with_uskClNnZ .inquiry_panelSHwdFT input[type="checkbox"]:checked {
    border-color: rgb(214,197,137);
    background: rgb(214,197,137);
}.connect_with_uskClNnZ .inquiry_panelSHwdFT input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    top: 6px;
    position: absolute;
    width: 6px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    left: 9px;
    height: 10px;
    content: "";
}.connect_with_uskClNnZ .inquiry_panelSHwdFT label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(12px - 2px);
}.connect_with_uskClNnZ .inquiry_panelSHwdFT a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    color: rgb(214,197,137);
}.connect_with_uskClNnZ .inquiry_panelSHwdFT a:hover {
    color: #ffffff;
}.connect_with_uskClNnZ .inquiry_panelSHwdFT a::after {
    position: absolute;
    left: 0;
    content: "";
    transition: all 0.3s ease;
    bottom: -2px;
    width: 100%;
    background: rgb(214,197,137);
    height: 1px;
}.connect_with_uskClNnZ .inquiry_panelSHwdFT a:hover::after {
    background: #ffffff;
}.connect_with_uskClNnZ .feedback_linksmeQBc9 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 16px 35px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(214,197,137);
    cursor: pointer;
    border: none;
    align-self: flex-start;
    color: #ffffff;
}.connect_with_uskClNnZ .feedback_linksmeQBc9::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    transition: all 0.5s ease;
    content: "";
    left: -100%;
    height: 100%;
}.connect_with_uskClNnZ .feedback_linksmeQBc9:hover {
    background: rgb(187,165,84);
    transform: translateY(-3px);
}.connect_with_uskClNnZ .feedback_linksmeQBc9:hover::before {
    left: 100%;
}.connect_with_uskClNnZ svg {
    fill: rgb(214,197,137);
    width: 22px;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(rgb(214,197,137), 0.5));
    height: 22px;
}.connect_with_uskClNnZ svg path {
    fill: rgb(214,197,137);
    transition: all 0.3s ease;
}.connect_with_uskClNnZ svg:hover {
    fill: #ffffff;
    transform: scale(1.1);
}.connect_with_uskClNnZ svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_with_uskClNnZ {
    padding: 70px 0;
}.connect_with_uskClNnZ .feedback_widgetyYwdBb {
    grid-template-columns: 1fr;
}.connect_with_uskClNnZ .image_celloSRNE9 {
    min-height: 300px;
}.connect_with_uskClNnZ .inquiry_support1EKrSz {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_with_uskClNnZ {
    padding: 50px 0;
}.connect_with_uskClNnZ h2 {
    margin-bottom: 50px;
    font-size: calc(32px - 4px);
}.connect_with_uskClNnZ .image_celloSRNE9 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_uskClNnZ {
    padding: 40px 0;
}.connect_with_uskClNnZ .container {
    padding: 0 15px;
}.connect_with_uskClNnZ h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 40px;
}.connect_with_uskClNnZ h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.connect_with_uskClNnZ h2::after {
    width: 50px;
}.connect_with_uskClNnZ .inquiry_support1EKrSz {
    padding: 30px 20px 40px;
}.connect_with_uskClNnZ #contact {
    gap: 20px;
}.connect_with_uskClNnZ .feedback_linksmeQBc9 {
    width: 100%;
}.connect_with_uskClNnZ .image_celloSRNE9 {
    min-height: 200px;
}}.client_feedbackeO8YTz {
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(241,231,199) 0%, rgba(245, 245, 250, 0.95) 100%);
    position: relative;
}.client_feedbackeO8YTz::before {
    transform: skewY(-3deg) translateY(-5%);
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, rgb(214,197,137,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    height: 100%;
}.client_feedbackeO8YTz::after {
    transform: rotate(-12deg);
    height: 70%;
    background: linear-gradient(to right, transparent, rgb(187,165,84,0.5));
    bottom: -10%;
    position: absolute;
    content: "";
    right: -5%;
    filter: blur(40px);
    width: 50%;
    z-index: 0;
}.client_feedbackeO8YTz h2 {
    font-weight: 700;
    text-align: left;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transform-origin: left center;
    color: #000000;
    margin-bottom: 3rem;
    font-size: calc(35px * 1.1);
}.client_feedbackeO8YTz h2::after {
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(214,197,137) 0%, rgb(187,165,84) 100%);
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    width: 8rem;
    left: 0;
    bottom: -0.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}.client_feedbackeO8YTz h2:hover::after {
    transform: scaleX(1.2);
}.client_feedbackeO8YTz .container {
    max-width: 1140px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}.client_feedbackeO8YTz .class_proBtxebL {
    position: relative;
    perspective: 2000px;
}.client_feedbackeO8YTz .learning_testimonialsuMbBFX {
    gap: 2.5rem;
    display: grid;
    z-index: 2;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
}.client_feedbackeO8YTz .client_sentimentsHmnetq {
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    backface-visibility: hidden;
    overflow: hidden;
    transform: perspective(1000px) rotateY(0) translateZ(0);
    position: relative;
    background: #ffffff;
    padding: 2rem;
}.client_feedbackeO8YTz .client_sentimentsHmnetq::before {
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(214,197,137) 0%, rgb(187,165,84) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0.6);
    transition: transform 0.3s ease-out;
    height: 6px;
    transform-origin: left;
}.client_feedbackeO8YTz .client_sentimentsHmnetq:hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) scale(1.02);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
}.client_feedbackeO8YTz .client_sentimentsHmnetq:hover::before {
    transform: scaleX(1);
}.client_feedbackeO8YTz .client_sentimentsHmnetq h3 {
    display: inline-block;
    font-size: calc(22px * 1.1);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
}.client_feedbackeO8YTz .client_sentimentsHmnetq h3::after {
    width: 40%;
    height: 2px;
    background: rgb(187,165,84);
    position: absolute;
    bottom: -5px;
    transition: width 0.3s ease;
    content: "";
    transform-origin: left;
    left: 0;
}.client_feedbackeO8YTz .client_sentimentsHmnetq:hover h3::after {
    width: 70%;
}.client_feedbackeO8YTz .client_sentimentsHmnetq .description {
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 13px;
    line-height: 1.6;
    z-index: 2;
    color: #000000;
}.client_feedbackeO8YTz .client_sentimentsHmnetq .description::before {
    font-family: serif;
    font-size: 6rem;
    position: absolute;
    content: "";
    left: -10px;
    line-height: 1;
    color: rgba(var(--primary-color-rgb), 0.08);
    top: -30px;
    z-index: -1;
}.client_feedbackeO8YTz .client_sentimentsHmnetq div {
    transform: translateY(0);
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    width: 60px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}.client_feedbackeO8YTz .client_sentimentsHmnetq:hover div {
    transform: translateY(-5px);
}.client_feedbackeO8YTz .client_sentimentsHmnetq div::after {
    inset: 0;
    z-index: 1;
    background: linear-gradient(45deg, transparent 50%, rgba(var(--primary-color-rgb), 0.15) 100%);
    content: "";
    position: absolute;
}.client_feedbackeO8YTz .client_sentimentsHmnetq div img {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease;
    object-fit: cover;
}.client_feedbackeO8YTz .client_sentimentsHmnetq:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.client_feedbackeO8YTz {
    padding: 4rem 0;
}.client_feedbackeO8YTz h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}.client_feedbackeO8YTz .learning_testimonialsuMbBFX {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client_feedbackeO8YTz {
    padding: 3rem 0;
}.client_feedbackeO8YTz h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1.5rem;
    text-align: center;
    transform: none;
}.client_feedbackeO8YTz h2::after {
    left: 50%;
    transform: translateX(-50%);
    width: 6rem;
}.client_feedbackeO8YTz h2:hover::after {
    transform: translateX(-50%) scaleX(1.2);
}.client_feedbackeO8YTz .learning_testimonialsuMbBFX {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_feedbackeO8YTz .client_sentimentsHmnetq {
    padding: 1.5rem;
    transform: none !important;
}.client_feedbackeO8YTz .client_sentimentsHmnetq div {
    height: 50px;
    width: 50px;
}
}

@media (max-width: 480px) {.client_feedbackeO8YTz {
    padding: 2.5rem 0;
}.client_feedbackeO8YTz h2 {
    font-size: calc(35px * 0.7);
}.client_feedbackeO8YTz .client_sentimentsHmnetq {
    padding: 1.25rem;
}.client_feedbackeO8YTz .client_sentimentsHmnetq h3 {
    font-size: 22px;
}.client_feedbackeO8YTz .client_sentimentsHmnetq .description {
    font-size: calc(13px * 0.95);
}}.our_storyFI7vx8 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_storyFI7vx8::before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgb(214,197,137,0.5) 0%,
        rgba(36, 55, 99, 0.85) 60%, 
        rgba(28, 42, 75, 0.92) 100%);
    z-index: 1;
}.our_storyFI7vx8::after {
    z-index: 0;
    opacity: 0.05;
    width: 50%;
    right: -5%;
    top: -10%;
    content: "";
    position: absolute;
    background: rgb(187,165,84);
    transform: rotate(-12deg) skewX(-12deg);
    height: 120%;
    pointer-events: none;
}.our_storyFI7vx8 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.our_storyFI7vx8 .text_bodyEsDqyH {
    transform: perspective(1000px) rotateY(-2deg);
    background: rgba(255, 255, 255, 0.95);
    padding: 50px 60px;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 1px 8px rgba(0, 0, 0, 0.05);
    backface-visibility: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.our_storyFI7vx8 .text_bodyEsDqyH:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_storyFI7vx8 .text_bodyEsDqyH::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(214,197,137), 
        rgb(187,165,84) 55%, 
        rgb(214,197,137));
    top: 0;
    width: 6px;
    position: absolute;
    content: "";
}.our_storyFI7vx8 h1 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -1px;
    font-size: 42px;
    position: relative;
    transform: translateX(-10px);
}.our_storyFI7vx8 h1::after {
    bottom: -12px;
    left: 0;
    content: "";
    transform-origin: left center;
    position: absolute;
    transition: width 0.3s ease-out;
    background: rgb(214,197,137);
    height: 3px;
    width: 80px;
}.our_storyFI7vx8 .text_bodyEsDqyH:hover h1::after {
    width: 120px;
}.our_storyFI7vx8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.our_storyFI7vx8 li {
    margin-bottom: 15px;
}.our_storyFI7vx8 h4 {
    display: inline-block;
    color: rgb(187,165,84);
    font-size: calc(21px + 2px);
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
}.our_storyFI7vx8 h4::after {
    left: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(187,165,84), 
        transparent);
    bottom: -5px;
    content: "";
    width: 100%;
}.our_storyFI7vx8 span {
    font-weight: 400;
    text-align: justify;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    columns: 2;
    position: relative;
    column-gap: 40px;
    font-size: 17px;
    line-height: 1.8;
    hyphens: auto;
}.our_storyFI7vx8 span::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(214,197,137);
}

@media (max-width: 1024px) {.our_storyFI7vx8 {
    padding: 90px 0;
}.our_storyFI7vx8 .text_bodyEsDqyH {
    transform: perspective(800px) rotateY(-1deg);
    padding: 40px 45px;
}.our_storyFI7vx8 span {
    columns: 1;
}
}

@media (max-width: 768px) {.our_storyFI7vx8 {
    padding: 60px 0;
}.our_storyFI7vx8 .text_bodyEsDqyH {
    transform: none;
    padding: 35px 30px;
}.our_storyFI7vx8 h1 {
    transform: translateX(0);
    font-size: calc(42px - 4px);
}.our_storyFI7vx8::after {
    width: 70%;
    right: -20%;
    height: 60%;
    top: 0;
}
}

@media (max-width: 480px) {.our_storyFI7vx8 {
    padding: 50px 0;
}.our_storyFI7vx8 .text_bodyEsDqyH {
    padding: 25px 20px;
}.our_storyFI7vx8 h1 {
    font-size: calc(42px - 8px);
    margin-bottom: 25px;
}.our_storyFI7vx8 h1::after {
    bottom: -8px;
    width: 60px;
    height: 2px;
}.our_storyFI7vx8 h4 {
    font-size: 21px;
}.our_storyFI7vx8 span {
    font-size: calc(17px - 1px);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.our_storyFI7vx8 .text_bodyEsDqyH,
    .our_storyFI7vx8 .text_bodyEsDqyH:hover,
    .our_storyFI7vx8 h1::after {
    transition: none;
    transform: none;
}.our_storyFI7vx8 .text_bodyEsDqyH:hover h1::after {
    width: 80px;
}}.thxNote0NUDHh {
    position: relative;
    background: linear-gradient(135deg, rgb(241,231,199) 0%, rgb(187,165,84,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.thxNote0NUDHh::before {
    top: 0;
    background: 
    radial-gradient(circle at 10% 20%, rgb(214,197,137,0.5) 5%, transparent 60%),
    radial-gradient(circle at 90% 80%, rgb(187,165,84,0.5) 10%, transparent 50%);
    position: absolute;
    content: "";
    pointer-events: none;
    z-index: 1;
    width: 100%;
    opacity: 0.4;
    left: 0;
    height: 100%;
}.thxNote0NUDHh::after {
    position: absolute;
    top: -50%;
    height: 90%;
    pointer-events: none;
    z-index: 1;
    content: "";
    width: 90%;
    transform: rotate(-15deg);
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.08;
    right: -50%;
    filter: blur(80px);
}.thxNote0NUDHh .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.thxNote0NUDHh .class_proBtxebL {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: #ffffff;
    padding: 60px 50px;
    border-left: 4px solid rgb(214,197,137);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 5px 12px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    animation: slideIn 0.8s cubic-bezier(0.17, 0.67, 0.45, 1.09) forwards;
}.thxNote0NUDHh .class_proBtxebL::before {
    top: 20px;
    right: 20px;
    transform: scale(0.97);
    border: 1px solid rgb(187,165,84,0.5);
    pointer-events: none;
    position: absolute;
    transition: transform 0.5s ease;
    left: 20px;
    opacity: 0.2;
    border-radius: 10px;
    bottom: 20px;
    content: "";
}.thxNote0NUDHh .class_proBtxebL:hover::before {
    transform: scale(1);
}.thxNote0NUDHh .class_proBtxebL > div:first-child {
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 25px;
}.thxNote0NUDHh .class_proBtxebL > div:first-child::after {
    content: "";
    background: linear-gradient(90deg, rgb(214,197,137) 0%, rgb(187,165,84) 100%);
    bottom: 0;
    position: absolute;
    transform-origin: left center;
    animation: lineExpand 1s ease-out 0.3s forwards;
    width: 80px;
    left: 0;
    height: 3px;
}.thxNote0NUDHh h5 {
    font-size: 18px;
    opacity: 0;
    font-weight: 700;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    line-height: 1.4;
    transform: translateY(15px);
    color: #000000;
    margin: 0;
}.thxNote0NUDHh p {
    line-height: 1.8;
    transform: translateY(15px);
    font-size: 16px;
    color: #000000;
    opacity: 0;
    margin: 0;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    font-weight: 400;
}.thxNote0NUDHh a {
    color: inherit;
    text-decoration: none;
    display: block;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.45, 1.09);
    position: relative;
}.thxNote0NUDHh a:hover {
    transform: translateY(-5px);
}.thxNote0NUDHh a::after {
    content: "";
    transform: scaleX(0.3);
    opacity: 0;
    background: linear-gradient(90deg, rgb(214,197,137,0.5) 0%, transparent 100%);
    left: 0;
    bottom: -8px;
    transform-origin: left;
    height: 1px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    width: 100%;
}.thxNote0NUDHh a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

@keyframes slideIn {
  0% {
    transform: perspective(1000px) translateY(50px) rotateX(8deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) translateY(0) rotateX(2deg);
    opacity: 1;
  }
}

@media (max-width: 992px) {.thxNote0NUDHh {
    padding: 80px 0;
}.thxNote0NUDHh .class_proBtxebL {
    padding: 50px 40px;
}.thxNote0NUDHh h5 {
    font-size: calc(18px - 2px);
}
}

@media (max-width: 768px) {.thxNote0NUDHh {
    padding: 60px 0;
}.thxNote0NUDHh .class_proBtxebL {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.thxNote0NUDHh .class_proBtxebL::before {
    left: 15px;
    bottom: 15px;
    top: 15px;
    right: 15px;
}.thxNote0NUDHh .class_proBtxebL > div:first-child {
    margin-bottom: 25px;
    padding-bottom: 20px;
}.thxNote0NUDHh h5 {
    font-size: calc(18px - 4px);
}.thxNote0NUDHh p {
    line-height: 1.7;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 576px) {.thxNote0NUDHh {
    padding: 50px 0;
}.thxNote0NUDHh .class_proBtxebL {
    border-left: 3px solid rgb(214,197,137);
    transform: none;
    padding: 30px 20px;
}.thxNote0NUDHh .class_proBtxebL::before {
    display: none;
}.thxNote0NUDHh .class_proBtxebL > div:first-child {
    padding-bottom: 15px;
    margin-bottom: 20px;
}.thxNote0NUDHh .class_proBtxebL > div:first-child::after {
    width: 60px;
    height: 2px;
}.thxNote0NUDHh h5 {
    font-size: calc(18px - 6px);
}.thxNote0NUDHh p {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}}.privacyConsentPanelyhZqdW {
    background: rgb(187,165,84);
    position: fixed;
    transition: transform 0.5s ease-in-out;
    border-top: 3px solid rgb(187,165,84);
    transform: translateY(100%);
    bottom: 0;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 20px 0;
    z-index: 90;
    width: 100%;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.track_managenD6ICT {
    align-items: center;
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    gap: 20px;
}.privacyConsentPanelyhZqdW h5 {
    text-transform: uppercase;
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
}.privacyConsentPanelyhZqdW p {
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    font-size: 18px;
}.cookie_layereZ13g0 {
    justify-content: center;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(214,197,137));
    margin-right: 15px;
    flex-shrink: 0;
    display: flex;
}.cookie_layereZ13g0 svg {
    fill: rgb(214,197,137);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.cookie_layereZ13g0:hover svg {
    transform: scale(1.1);
}.user_alertL9KUTc {
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgb(214,197,137);
    border-radius: 18px;
    min-width: 140px;
    color: #000000;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    line-height: 40px;
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    background: linear-gradient(90deg, rgb(214,197,137), rgb(187,165,84));
}.user_alertL9KUTc:hover {
    box-shadow: 0 0 20px rgb(187,165,84);
}.cookie_button.privacy_gateO0C4D8:hover {
    box-shadow: 0 0 15px rgb(187,165,84);
}.privacyConsentPanelyhZqdW p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(214,197,137);
}.privacyConsentPanelyhZqdW p a:hover {
    color: rgb(187,165,84);
}#cookieNoticeModalIAfgEQ {
    display: none;
}#cookieNoticeModalIAfgEQ:checked ~ .privacyConsentPanelyhZqdW {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.privacyConsentPanelyhZqdW {
    padding: 15px 0;
}.track_managenD6ICT {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.cookie_layereZ13g0 {
    display: none;
}.track_managenD6ICT {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.privacyConsentPanelyhZqdW h5 {
    margin-bottom: 5px;
    font-size: 17px;
}.gdpr_bannery3UBXn {
    margin-bottom: 15px;
}.user_alertL9KUTc {
    min-width: 100%;
    margin: 10px 0;
}}
header .nav_classCsDL8w {
    background: rgb(241,231,199);
    overflow: hidden;
    z-index: 100;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}header .nav_classCsDL8w::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(214,197,137,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(187,165,84,0.5) 0%, transparent 30%);
    opacity: 0.2;
    content: "";
    left: 0;
    position: absolute;
}header .nav_classCsDL8w::after {
    opacity: 0.1;
    top: 0;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 100%;
    background: linear-gradient(135deg, transparent 25%, rgb(214,197,137,0.5) 100%);
    position: absolute;
    content: "";
    width: 40%;
    z-index: -1;
}header .container {
    position: relative;
    padding: 1.8rem 2rem;
}header .head_masterAM5Ph8 {
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr;
    display: grid;
}header .main_navbarKWBYxy {
    position: relative;
    z-index: 2;
}header .main_barbYkBfi {
    z-index: 2;
    display: block;
    position: relative;
}header .main_barbYkBfi::before,
header .main_barbYkBfi::after {
    background: rgb(214,197,137,0.5);
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    transition: all 0.5s ease;
    opacity: 0;
    content: "";
}header .main_barbYkBfi::before {
    width: 50px;
    height: 50px;
    top: -15px;
    left: -15px;
}header .main_barbYkBfi::after {
    background: rgb(187,165,84,0.5);
    bottom: -5px;
    height: 25px;
    right: -10px;
    width: 25px;
}header .main_barbYkBfi:hover::before,
header .main_barbYkBfi:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .main_barbYkBfi svg {
    transition: all 0.3s ease;
    height: 50px;
    width: auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
}header .main_barbYkBfi:hover svg {
    transform: rotate(-5deg);
}header .head_mainwrapHiGptc {
    background: linear-gradient(to right, transparent, #ffffff);
    flex-wrap: wrap;
    list-style: none;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    position: relative;
    justify-content: flex-end;
    display: flex;
    padding: 10px 20px;
    border-radius: 0 19px 19px 0;
    margin: 0;
}header .head_mainwrapHiGptc::after {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    background-size: 10px 10px;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(214,197,137,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(214,197,137,0.5) 50%, rgb(214,197,137,0.5) 75%, transparent 75%, transparent);
    top: 0;
    z-index: -1;
    animation: moveStripes 20s linear infinite;
}header .nav_teach8Jnkbr {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}header .nav_teach8Jnkbr::before {
    transform: translateY(-50%) scale(0);
    top: 50%;
    opacity: 0;
    border-left: 5px solid rgb(214,197,137);
    transition: all 0.3s ease;
    border-bottom: 5px solid transparent;
    content: "";
    left: -10px;
    width: 0;
    position: absolute;
    border-top: 5px solid transparent;
    height: 0;
}header .nav_teach8Jnkbr:hover::before {
    left: -15px;
    transform: translateY(-50%) scale(1);
    opacity: 1;
}header .nav_teach8Jnkbr a {
    text-decoration: none;
    border: 1px solid transparent;
    font-size: 12px;
    transform-style: preserve-3d;
    background: transparent;
    transition: all 0.3s ease;
    padding: 10px 18px;
    display: block;
    color: #000000;
    border-radius: 10px;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
}header .nav_teach8Jnkbr a::before {
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    transform: translateZ(-1px);
    position: absolute;
    background: #ffffff;
    z-index: -1;
    top: 0;
}header .nav_teach8Jnkbr a::after {
    content: "";
    transform: translateX(-50%);
    height: 2px;
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(214,197,137);
    left: 50%;
    position: absolute;
    width: 0;
}header .nav_teach8Jnkbr a:hover {
    border-color: rgb(214,197,137,0.5);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(214,197,137);
}header .nav_teach8Jnkbr a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .head_masterAM5Ph8 {
    gap: 2rem;
    justify-items: center;
    grid-template-columns: 1fr;
}header .head_mainwrapHiGptc {
    clip-path: none;
    border-radius: 19px;
    background: #ffffff;
    width: 100%;
    justify-content: center;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .nav_teach8Jnkbr {
    margin: 3px 5px;
}header .nav_teach8Jnkbr a {
    font-size: calc(12px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .head_mainwrapHiGptc {
    padding: 15px;
    flex-direction: column;
    align-items: center;
}header .nav_teach8Jnkbr {
    width: 100%;
    margin: 3px 0;
}header .nav_teach8Jnkbr a {
    width: 100%;
    text-align: center;
}header .nav_teach8Jnkbr::before {
    display: none;
}header .main_barbYkBfi svg {
    height: 40px;
}
}