﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    width: 30px;
    height: 30px;
}.nav_wrap_PSI2bZ {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1240px;
    max-width: 100%;
}.wrapper-segment_aSGYhX {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.reward_sys_HnKqvA {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_impact_SR8nAv {
    overflow: hidden;
    padding: 120px 0 80px;
    perspective: 1000px;
    position: relative;
    background: rgb(201,200,177);
}.learning_impact_SR8nAv::before {
    top: -50px;
    transform: rotate(15deg) skewX(15deg);
    z-index: 0;
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(135deg, rgb(125,113,111,0.5), transparent);
    filter: blur(80px);
    right: -50px;
    width: 300px;
    content: "";
    height: 300px;
}.learning_impact_SR8nAv::after {
    background: linear-gradient(45deg, rgb(168,155,153,0.5), transparent);
    position: absolute;
    bottom: -80px;
    filter: blur(120px);
    transform: rotate(-15deg) skewX(-15deg);
    height: 400px;
    left: -80px;
    content: "";
    width: 400px;
    z-index: 0;
    opacity: 0.3;
}.learning_impact_SR8nAv .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.learning_impact_SR8nAv .learning_creators_FPCRlU {
    animation: fadeIn 0.8s ease-out forwards;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
    transform-style: preserve-3d;
}.learning_impact_SR8nAv .text_header_MosjFl {
    padding: 40px 30px;
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    position: relative;
    transform: translateZ(20px);
    backface-visibility: hidden;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05),
        0 0 0 1px rgba(255,255,255,0.1) inset;
}.learning_impact_SR8nAv .text_header_MosjFl::before {
    left: 0;
    content: "";
    height: 100%;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(168,155,153), rgb(125,113,111));
    transform: translateX(-2px);
    position: absolute;
}.learning_impact_SR8nAv .text_header_MosjFl h4 {
    line-height: 1.4;
    font-weight: 700;
    color: #000000;
    position: relative;
    letter-spacing: -0.01em;
    margin-bottom: 30px;
    font-size: calc(22px * 1.1);
}.learning_impact_SR8nAv .text_header_MosjFl h4::after {
    position: absolute;
    transform-origin: left center;
    content: "";
    width: 80px;
    left: 0;
    animation: expandWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: rgb(125,113,111);
    height: 3px;
    bottom: -12px;
}.learning_impact_SR8nAv .text_header_MosjFl > div {
    display: flex;
    gap: 10px;
    flex-direction: column;
}.learning_impact_SR8nAv .text_header_MosjFl ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.learning_impact_SR8nAv .text_header_MosjFl li {
    transform: translateX(0);
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.learning_impact_SR8nAv .text_header_MosjFl li:hover {
    transform: translateX(8px);
}.learning_impact_SR8nAv .text_header_MosjFl li p {
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin: 0;
    gap: 15px;
    display: flex;
}.learning_impact_SR8nAv .text_header_MosjFl li p span:first-child {
    margin-top: 2px;
    flex-shrink: 0;
}.learning_impact_SR8nAv .text_header_MosjFl li p span:last-child {
    flex-grow: 1;
}.learning_impact_SR8nAv .text_header_MosjFl svg {
    height: 24px;
    transition: transform 0.3s ease;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}.learning_impact_SR8nAv .text_header_MosjFl li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning_impact_SR8nAv .text_header_MosjFl svg path {
    fill: rgb(125,113,111);
    transition: fill 0.3s ease;
}.learning_impact_SR8nAv .text_header_MosjFl li:hover svg path {
    fill: rgb(168,155,153);
}.learning_impact_SR8nAv .photo_frame_bDUaw5 {
    object-fit: cover;
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.15),
        0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    max-height: 600px;
    transform: translateZ(40px) rotateX(2deg) rotateY(-2deg);
    width: 100%;
    height: auto;
    backface-visibility: hidden;
}.learning_impact_SR8nAv .photo_frame_bDUaw5:hover {
    transform: translateZ(50px) rotateX(0deg) rotateY(0deg);
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 80px;
    }
}

@media (min-width: 768px) {.learning_impact_SR8nAv {
    padding: 140px 0 100px;
}.learning_impact_SR8nAv .learning_creators_FPCRlU {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.learning_impact_SR8nAv .text_header_MosjFl {
    padding: 50px 40px;
}.learning_impact_SR8nAv .text_header_MosjFl > div {
    flex-direction: row;
    gap: 30px;
}.learning_impact_SR8nAv .text_header_MosjFl h4 {
    font-size: calc(22px * 1.3);
}.learning_impact_SR8nAv .text_header_MosjFl h4::after {
    width: 100px;
}
    
    @keyframes expandWidth {
        from {
            width: 0;
        }
        to {
            width: 100px;
        }
    }
}

@media (min-width: 992px) {.learning_impact_SR8nAv {
    padding: 160px 0 120px;
}.learning_impact_SR8nAv .learning_creators_FPCRlU {
    gap: 80px;
}.learning_impact_SR8nAv .text_header_MosjFl {
    transform: translateZ(30px) translateX(-20px);
    padding: 60px 50px;
}.learning_impact_SR8nAv .photo_frame_bDUaw5 {
    transform: translateZ(50px) translateX(20px) rotateX(2deg) rotateY(-2deg);
}.learning_impact_SR8nAv .photo_frame_bDUaw5:hover {
    transform: translateZ(60px) translateX(20px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.learning_impact_SR8nAv {
    padding: 80px 0 60px;
}.learning_impact_SR8nAv .text_header_MosjFl {
    padding: 30px 20px;
}.learning_impact_SR8nAv .text_header_MosjFl h4 {
    margin-bottom: 25px;
    font-size: 22px;
}.learning_impact_SR8nAv .text_header_MosjFl > div {
    flex-direction: column;
}.learning_impact_SR8nAv .text_header_MosjFl li {
    margin-bottom: 15px;
}.learning_impact_SR8nAv .photo_frame_bDUaw5 {
    transform: translateZ(20px) rotateX(1deg) rotateY(-1deg);
}
}

@media (max-width: 480px) {.learning_impact_SR8nAv {
    padding: 60px 0 40px;
}.learning_impact_SR8nAv .text_header_MosjFl {
    padding: 25px 15px;
}.learning_impact_SR8nAv .text_header_MosjFl h4 {
    font-size: calc(22px * 0.9);
}.learning_impact_SR8nAv .text_header_MosjFl li p {
    font-size: calc(14px * 0.95);
    gap: 10px;
}.learning_impact_SR8nAv .text_header_MosjFl svg {
    width: 20px;
    height: 20px;
}}.teaching_process_5eT9GM {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, rgb(125,113,111,0.5) 100%);
    overflow: hidden;
    position: relative;
}.teaching_process_5eT9GM::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    animation: gradientShift 8s ease-in-out infinite alternate;
    right: 0;
    transform: translateX(20%) skewX(-15deg);
    width: 35%;
    background: linear-gradient(225deg, rgb(168,155,153,0.5) 0%, transparent 90%);
    opacity: 0.7;
}.teaching_process_5eT9GM::after {
    content: "";
    left: 0;
    width: 100%;
    height: 6px;
    position: absolute;
    background: linear-gradient(90deg, rgb(125,113,111) 0%, rgb(168,155,153) 50%, rgb(125,113,111) 100%);
    bottom: 0;
    animation: gradientMove 12s linear infinite;
    z-index: 2;
}.teaching_process_5eT9GM .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
}.teaching_process_5eT9GM .learning_creators_FPCRlU {
    position: relative;
    display: grid;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(2deg);
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    padding: 3rem;
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
}.teaching_process_5eT9GM .learning_creators_FPCRlU:hover {
    transform: perspective(1000px) rotateY(0deg);
}.teaching_process_5eT9GM .learning_creators_FPCRlU::before {
    right: -10px;
    position: absolute;
    top: -10px;
    filter: blur(5px);
    opacity: 0.6;
    transform: translate3d(0, 0, -50px);
    content: "";
    z-index: -1;
    background: linear-gradient(45deg, rgb(168,155,153) 0%, transparent 40%, transparent 60%, rgb(125,113,111) 100%);
    left: -10px;
    bottom: -10px;
}.teaching_process_5eT9GM h3 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.85);
    animation: fadeInUp 0.8s ease-out forwards;
    font-weight: 700;
    color: #000000;
    transform-origin: left center;
    position: relative;
}.teaching_process_5eT9GM h3::after {
    width: 60%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 3px;
    background: rgb(168,155,153);
    left: 0;
    position: absolute;
    content: "";
    transform-origin: left;
    bottom: -8px;
    transform: scaleX(0);
}.teaching_process_5eT9GM .learning_creators_FPCRlU:hover h3::after {
    transform: scaleX(1);
}.teaching_process_5eT9GM p {
    position: relative;
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
}.teaching_process_5eT9GM p span {
    z-index: 2;
    display: block;
    position: relative;
}.teaching_process_5eT9GM p::before {
    z-index: 1;
    position: absolute;
    height: 40px;
    background: rgb(125,113,111,0.5);
    content: "";
    width: 40px;
    left: -20px;
    transform: rotate(45deg);
    border-radius: 10px;
    top: -10px;
    opacity: 0.3;
}

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

@keyframes gradientShift {
    0% {
        opacity: 0.5;
        transform: translateX(20%) skewX(-15deg);
    }
    100% {
        opacity: 0.8;
        transform: translateX(25%) skewX(-18deg);
    }
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@media screen and (min-width: 768px) {.teaching_process_5eT9GM {
    padding: 8rem 0;
}.teaching_process_5eT9GM .learning_creators_FPCRlU {
    gap: 2rem;
    padding: 4rem;
    grid-template-columns: 1fr;
}.teaching_process_5eT9GM h3 {
    font-size: 28px;
    margin-bottom: 2rem;
}.teaching_process_5eT9GM::before {
    width: 45%;
}
}

@media screen and (min-width: 992px) {.teaching_process_5eT9GM .learning_creators_FPCRlU {
    transform: perspective(1500px) rotateY(3deg);
}.teaching_process_5eT9GM h3 {
    font-size: calc(28px * 1.1);
}.teaching_process_5eT9GM p {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media screen and (max-width: 767px) {.teaching_process_5eT9GM {
    padding: 4rem 0;
}.teaching_process_5eT9GM .learning_creators_FPCRlU {
    padding: 2.5rem 1.5rem;
    transform: perspective(800px) rotateY(1deg);
}.teaching_process_5eT9GM h3 {
    margin-bottom: 1.25rem;
    font-size: calc(28px * 0.75);
}.teaching_process_5eT9GM p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.teaching_process_5eT9GM::before {
    width: 25%;
    transform: translateX(20%) skewX(-10deg);
}
}

@media (prefers-reduced-motion: reduce) {.teaching_process_5eT9GM .learning_creators_FPCRlU,
    .teaching_process_5eT9GM .learning_creators_FPCRlU:hover,
    .teaching_process_5eT9GM::before,
    .teaching_process_5eT9GM h3::after {
    animation: none;
    transition: none;
    transform: none;
}.teaching_process_5eT9GM h3,
    .teaching_process_5eT9GM p {
    animation: none;
    opacity: 1;
}}.opening_board_1lqWIP {
    display: flex;
    width: 100%;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    padding: 5% 0;
    overflow: hidden;
    background: rgb(201,200,177);
    align-items: center;
}.opening_board_1lqWIP > div {
    width: 92%;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.opening_board_1lqWIP .learning_tracks_E8HeD1 {
    opacity: 0;
    position: relative;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    margin-bottom: 3rem;
}.opening_board_1lqWIP .start_welcome_lkHT6L {
    color: rgb(168,155,153);
    padding-bottom: 15px;
    font-size: 40px;
    margin: 0;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
}.opening_board_1lqWIP .start_welcome_lkHT6L::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(168,155,153), rgb(125,113,111));
    width: 0;
    bottom: 0;
    height: 4px;
    animation: lineExpand 1.2s 0.5s ease forwards;
    left: 0;
    content: "";
}.opening_board_1lqWIP .main_first_RC5ehX {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    min-height: 500px;
    position: relative;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    overflow: hidden;
    transform: translateY(30px);
    width: 100%;
    opacity: 0;
}.opening_board_1lqWIP .main_first_RC5ehX::before {
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    z-index: 1;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
}.opening_board_1lqWIP .main_first_RC5ehX > div {
    height: 100%;
    min-height: 500px;
    color: #ffffff;
    flex-direction: column;
    display: flex;
    z-index: 2;
    justify-content: center;
    padding: 60px 8%;
    position: relative;
}.opening_board_1lqWIP .main_first_RC5ehX > div > div {
    position: relative;
    transform: translateX(-20px);
    max-width: 650px;
    opacity: 0;
    animation: fadeInRight 0.8s 0.6s ease-out forwards;
}.opening_board_1lqWIP .main_first_RC5ehX p {
    padding-left: 20px;
    padding: 15px 20px;
    line-height: 1.6;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
    border-left: 3px solid rgb(125,113,111);
    margin-bottom: 2rem;
    font-size: calc(17px * 1.2);
    border-radius: 0 10px 10px 0;
}.opening_board_1lqWIP .main_first_RC5ehX h3 {
    padding: 20px;
    backdrop-filter: blur(3px);
    background: linear-gradient(to right, rgb(168,155,153,0.5), transparent);
    font-weight: 600;
    line-height: 1.4;
    opacity: 0;
    border-radius: 10px;
    max-width: 85%;
    animation: fadeInRight 0.8s 0.9s ease-out forwards;
    font-size: 20px;
    transform: translateX(-20px);
}

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

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

@keyframes lineExpand {
  from {
    width: 0;
  }
  to {
    width: 120px;
  }
}

@media (max-width: 992px) {.opening_board_1lqWIP {
    min-height: auto;
    padding: 80px 0;
}.opening_board_1lqWIP .start_welcome_lkHT6L {
    font-size: calc(40px * 0.85);
}.opening_board_1lqWIP .main_first_RC5ehX {
    min-height: 400px;
}.opening_board_1lqWIP .main_first_RC5ehX > div {
    padding: 40px 7%;
    min-height: 400px;
}.opening_board_1lqWIP .main_first_RC5ehX h3 {
    max-width: 95%;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 768px) {.opening_board_1lqWIP .start_welcome_lkHT6L {
    font-size: calc(40px * 0.7);
}.opening_board_1lqWIP .main_first_RC5ehX {
    min-height: 350px;
}.opening_board_1lqWIP .main_first_RC5ehX > div {
    padding: 30px 6%;
    min-height: 350px;
}.opening_board_1lqWIP .main_first_RC5ehX p {
    font-size: 17px;
}.opening_board_1lqWIP .main_first_RC5ehX h3 {
    font-size: calc(20px * 0.8);
    max-width: 100%;
}
}

@media (max-width: 576px) {.opening_board_1lqWIP {
    padding: 60px 0;
}.opening_board_1lqWIP > div {
    width: 90%;
}.opening_board_1lqWIP .learning_tracks_E8HeD1 {
    margin-bottom: 2rem;
}.opening_board_1lqWIP .start_welcome_lkHT6L {
    font-size: calc(40px * 0.6);
}.opening_board_1lqWIP .main_first_RC5ehX {
    min-height: 300px;
}.opening_board_1lqWIP .main_first_RC5ehX > div {
    min-height: 300px;
    padding: 25px 5%;
}.opening_board_1lqWIP .main_first_RC5ehX p {
    padding: 10px 15px;
    margin-bottom: 1.5rem;
}.opening_board_1lqWIP .main_first_RC5ehX h3 {
    padding: 15px;
}@keyframes lineExpand {
    from {
      width: 0;
    }
    to {
      width: 80px;
    }
  }
}.course_summary_bdqU51 {
    overflow: hidden;
    background-color: rgb(168,155,153);
    position: relative;
    align-items: center;
    min-height: 100vh;
    display: flex;
}.course_summary_bdqU51::before {
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(168,155,153), 0.8),
        rgba(rgb(168,155,153), 0.8) 10px,
        rgba(rgb(125,113,111), 0.5) 10px,
        rgba(rgb(125,113,111), 0.5) 20px
    );
    left: 0;
    height: 100%;
    opacity: 0.1;
    content: "";
    top: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
}.course_summary_bdqU51 .skill_route_ECY4K0 {
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 45%;
}.course_summary_bdqU51 .skill_route_ECY4K0::after {
    height: 100%;
    content: "";
    position: absolute;
    width: 50px;
    right: 0;
    z-index: 3;
    background: linear-gradient(90deg, transparent 0%, rgb(168,155,153) 100%);
    top: 0;
}.course_summary_bdqU51 .learn_coding_pZ3QyT {
    animation: vertical-carousel 35s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    display: flex;
    width: 100%;
    height: 500%;
    flex-direction: column;
}.course_summary_bdqU51 .skill_route_ECY4K0:hover .learn_coding_pZ3QyT {
    animation-play-state: paused;
}.course_summary_bdqU51 .education_map_alRumA {
    height: 20%;
    overflow: hidden;
    width: 100%;
    position: relative;
}.course_summary_bdqU51 .education_map_alRumA::before {
    height: 100%;
    z-index: 2;
    background: linear-gradient(
        to right,
        rgba(rgb(125,113,111), 0.6) 0%,
        transparent 70%
    );
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}.course_summary_bdqU51 .education_map_alRumA img {
    width: 100%;
    filter: brightness(0.9) contrast(1.1) saturate(1.1);
    object-fit: cover;
    height: 100%;
    transition: filter 0.5s ease, transform 4s ease-out;
    transform: scale(1.05);
}.course_summary_bdqU51 .education_map_alRumA:hover img {
    filter: brightness(1) contrast(1.05) saturate(1.2);
    transform: scale(1.15);
}.course_summary_bdqU51 .container {
    position: relative;
    padding: 3rem;
    margin: 0 auto;
    justify-content: flex-end;
    z-index: 3;
    max-width: 1320px;
    width: 100%;
    display: flex;
}.course_summary_bdqU51 .learning_creators_FPCRlU {
    align-items: center;
    margin-right: 2%;
    display: flex;
    justify-content: center;
    width: 55%;
}.course_summary_bdqU51 .job_skills_anuciZ {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    padding: 3rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg,
        rgba(rgb(168,155,153), 0.7) 0%,
        rgba(rgb(125,113,111), 0.7) 100%
    );
    border-radius: 10px;
    overflow: hidden;
    max-width: 600px;
    position: relative;
}.course_summary_bdqU51 .job_skills_anuciZ::before {
    content: "";
    background: linear-gradient(
        90deg,
        rgb(168,155,153) 0%,
        rgb(125,113,111) 100%
    );
    width: 100%;
    left: 0;
    top: 0;
    height: 5px;
    position: absolute;
}.course_summary_bdqU51 .job_skills_anuciZ::after {
    top: -50%;
    z-index: -1;
    pointer-events: none;
    background: radial-gradient(
        circle at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    position: absolute;
    animation: rotate-gradient 20s linear infinite;
    left: -50%;
    content: "";
    height: 200%;
    width: 200%;
}.course_summary_bdqU51 .job_skills_anuciZ h3 {
    padding-bottom: 1rem;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}.course_summary_bdqU51 .job_skills_anuciZ h3::after {
    background: linear-gradient(
        90deg,
        rgb(168,155,153) 0%,
        rgb(125,113,111) 100%
    );
    height: 3px;
    content: "";
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}.course_summary_bdqU51 .job_skills_anuciZ p {
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #ffffff;
}.course_summary_bdqU51 .job_skills_anuciZ .connect_panel_M3W8Np {
    background-size: 200% auto;
    z-index: 1;
    display: inline-flex;
    justify-content: center;
    background: linear-gradient(
        to right,
        rgb(168,155,153) 0%,
        rgb(125,113,111) 100%
    );
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.4s ease;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-size: 14px;
    overflow: hidden;
}.course_summary_bdqU51 .job_skills_anuciZ .connect_panel_M3W8Np::before {
    content: "";
    left: -100%;
    opacity: 0;
    transition: all 0.4s ease;
    background: linear-gradient(
        to right,
        rgb(125,113,111) 0%,
        rgb(168,155,153) 100%
    );
    width: 100%;
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
}.course_summary_bdqU51 .job_skills_anuciZ .connect_panel_M3W8Np:hover {
    transform: translateY(-5px);
    background-position: right center;
    box-shadow: 0 10px 20px rgba(rgb(168,155,153), 0.3);
}.course_summary_bdqU51 .job_skills_anuciZ .connect_panel_M3W8Np:hover::before {
    opacity: 1;
    left: 0;
}

@keyframes vertical-carousel {
    0%, 15% {
        transform: translateY(0);
    }
    20%, 35% {
        transform: translateY(-20%);
    }
    40%, 55% {
        transform: translateY(-40%);
    }
    60%, 75% {
        transform: translateY(-60%);
    }
    80%, 95% {
        transform: translateY(-80%);
    }
    100% {
        transform: translateY(-80%);
    }
}

@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 992px) {.course_summary_bdqU51 .skill_route_ECY4K0 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    width: 40%;
}.course_summary_bdqU51 .learning_creators_FPCRlU {
    width: 60%;
    margin-right: 0;
}.course_summary_bdqU51 .job_skills_anuciZ {
    padding: 2rem;
}.course_summary_bdqU51 .job_skills_anuciZ h3 {
    font-size: calc(29px * 0.9);
}
}


@media (max-width: 768px) {.course_summary_bdqU51 {
    display: block;
    min-height: auto;
}.course_summary_bdqU51 .skill_route_ECY4K0 {
    width: 100%;
    position: relative;
    clip-path: none;
    height: 300px;
}.course_summary_bdqU51 .skill_route_ECY4K0::after {
    display: none;
}.course_summary_bdqU51 .learn_coding_pZ3QyT {
    animation: horizontal-carousel 25s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    width: 500%;
    height: 100%;
    flex-direction: row;
}.course_summary_bdqU51 .education_map_alRumA {
    height: 100%;
    width: 20%;
}.course_summary_bdqU51 .education_map_alRumA::before {
    background: linear-gradient(
            to bottom,
            transparent 0%,
            rgba(rgb(125,113,111), 0.8) 100%
        );
}.course_summary_bdqU51 .container {
    justify-content: center;
    padding: 2rem 1rem;
}.course_summary_bdqU51 .learning_creators_FPCRlU {
    width: 100%;
    margin: 0;
}.course_summary_bdqU51 .job_skills_anuciZ {
    max-width: 100%;
    padding: 1.5rem;
}.course_summary_bdqU51 .job_skills_anuciZ h3 {
    font-size: calc(29px * 0.8);
}.course_summary_bdqU51 .job_skills_anuciZ p {
    font-size: calc(16px * 0.9);
    margin-bottom: 1.5rem;
}.course_summary_bdqU51 .job_skills_anuciZ .connect_panel_M3W8Np {
    padding: 0.8rem 1.5rem;
    width: 100%;
}@keyframes horizontal-carousel {
        0%, 15% {
            transform: translateX(0);
        }
        20%, 35% {
            transform: translateX(-20%);
        }
        40%, 55% {
            transform: translateX(-40%);
        }
        60%, 75% {
            transform: translateX(-60%);
        }
        80%, 95% {
            transform: translateX(-80%);
        }
        100% {
            transform: translateX(0);
        }
    }
}.thxHub_A6g5kT {
    padding: 5rem 0;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(201,200,177) 0%, rgb(125,113,111,0.5) 100%);
    overflow: hidden;
}.thxHub_A6g5kT::before {
    pointer-events: none;
    left: -50%;
    background: radial-gradient(circle at center, rgb(168,155,153,0.5) 0%, transparent 70%);
    animation: rotate 60s linear infinite;
    position: absolute;
    top: -50%;
    content: "";
    height: 200%;
    width: 200%;
    opacity: 0.3;
}.thxHub_A6g5kT::after {
    content: "";
    left: 0;
    opacity: 0.15;
    background-size: 100px 100px;
    position: absolute;
    width: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(125,113,111,0.5) 1px, transparent 1px),
    radial-gradient(circle at 60% 70%, rgb(125,113,111,0.5) 1px, transparent 1px),
    radial-gradient(circle at 80% 20%, rgb(125,113,111,0.5) 1px, transparent 1px),
    radial-gradient(circle at 40% 80%, rgb(125,113,111,0.5) 1px, transparent 1px);
    pointer-events: none;
    height: 100%;
    top: 0;
}.thxHub_A6g5kT .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.thxHub_A6g5kT .learning_creators_FPCRlU {
    animation: fadeInUp 0.8s ease-out forwards;
    display: grid;
    transform: translateZ(0);
    grid-template-columns: 1fr;
    grid-gap: 2.5rem;
    transform-style: preserve-3d;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform: translateY(0) rotateX(0deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(45deg, rgb(168,155,153,0.5) 0%, rgb(168,155,153) 100%);
    position: relative;
    padding: 2.5rem;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child:hover {
    transform: translateY(-10px) rotateX(2deg);
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child::before {
    background: rgb(168,155,153,0.5);
    content: "";
    left: 50%;
    filter: blur(10px);
    height: 10px;
    transform: translateX(-50%);
    width: 90%;
    bottom: -10px;
    opacity: 0.7;
    position: absolute;
}.thxHub_A6g5kT h5 {
    margin: 0;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    font-size: 18px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:last-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    border-left: 4px solid rgb(125,113,111);
    animation: slideIn 0.8s 0.3s cubic-bezier(0.23, 1, 0.32, 1) both;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    padding: 2.5rem;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:last-child:hover {
    transform: translateY(-5px);
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:last-child::before {
    left: 0;
    content: "";
    opacity: 0.05;
    background: linear-gradient(135deg, transparent 0%, rgb(125,113,111,0.5) 100%);
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.thxHub_A6g5kT a {
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}.thxHub_A6g5kT a:hover {
    transform: scale(1.01);
}.thxHub_A6g5kT a:focus {
    outline: 2px dashed rgb(125,113,111);
    outline-offset: 4px;
}.thxHub_A6g5kT p {
    margin: 0;
    text-align: left;
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    font-weight: 400;
}

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

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

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) {.thxHub_A6g5kT {
    padding: 7rem 0;
}.thxHub_A6g5kT .learning_creators_FPCRlU {
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
    grid-gap: 3rem;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    padding: 3rem;
    transform: translateY(0) rotateY(-5deg);
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child:hover {
    transform: translateY(-10px) rotateY(-8deg);
}.thxHub_A6g5kT h5 {
    text-align: left;
    font-size: calc(18px * 1.1);
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:last-child {
    padding: 3rem;
}
}

@media (min-width: 992px) {.thxHub_A6g5kT {
    padding: 9rem 0;
}.thxHub_A6g5kT .learning_creators_FPCRlU {
    grid-gap: 4rem;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child {
    padding: 4rem;
}.thxHub_A6g5kT h5 {
    font-size: calc(18px * 1.2);
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:last-child {
    padding: 4rem;
}.thxHub_A6g5kT p {
    font-size: calc(13px * 1.05);
}
}

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

@media (max-width: 480px) {.thxHub_A6g5kT {
    padding: 3rem 0;
}.thxHub_A6g5kT .container {
    padding: 0 1.5rem;
}.thxHub_A6g5kT .learning_creators_FPCRlU > div:first-child,
  .thxHub_A6g5kT .learning_creators_FPCRlU > div:last-child {
    padding: 1.5rem;
}.thxHub_A6g5kT h5 {
    font-size: calc(18px * 0.85);
}}.price_table_3AMhVH {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.price_table_3AMhVH::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    top: 0;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}.price_table_3AMhVH .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.price_table_3AMhVH .cost_deals_302rQ1 {
    perspective: 1000px;
    position: relative;
}.price_table_3AMhVH h2 {
    letter-spacing: 1px;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    font-size: 31px;
    color: #ffffff;
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    transform: translateZ(50px);
    margin-bottom: 20px;
    text-align: center;
}.price_table_3AMhVH .pricing_options_bRgoFe {
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    margin: 0 auto 50px;
    max-width: 800px;
    opacity: 0.9;
    font-size: calc(14px * 1.1);
    transform: translateZ(30px);
    color: #ffffff;
    text-align: center;
}.price_table_3AMhVH .learn_pricing_xCdHLi {
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    perspective: 2000px;
    padding: 0;
}.price_table_3AMhVH .learn_pricing_xCdHLi li {
    opacity: 0;
    height: 100%;
    transform: translateY(30px) rotateX(5deg);
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.price_table_3AMhVH .learn_pricing_xCdHLi li:nth-child(1) {
    animation-delay: 0.3s;
}.price_table_3AMhVH .learn_pricing_xCdHLi li:nth-child(2) {
    animation-delay: 0.5s;
}.price_table_3AMhVH .learn_pricing_xCdHLi li:nth-child(3) {
    animation-delay: 0.7s;
}.price_table_3AMhVH .learn_pricing_xCdHLi li:nth-child(4) {
    animation-delay: 0.9s;
}.price_table_3AMhVH .payment_pricing_Tqmngf {
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    display: block;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: inherit;
    will-change: transform;
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.price_table_3AMhVH .class_cost_a8MY7T {
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgb(168,155,153,0.5), rgb(125,113,111,0.5));
    overflow: hidden;
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .class_cost_a8MY7T {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.price_table_3AMhVH .class_cost_a8MY7T::before {
    height: 100px;
    width: 100px;
    top: -10px;
    transform: rotate(45deg);
    right: -10px;
    opacity: 0.15;
    transition: all 0.4s ease;
    content: "";
    background: rgb(125,113,111);
    position: absolute;
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .class_cost_a8MY7T::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 0.25;
}.price_table_3AMhVH .cost_summary_IFi3MX {
    padding: 35px 30px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .cost_summary_IFi3MX {
    transform: translateZ(10px);
}.price_table_3AMhVH .cost_summary_IFi3MX h4 {
    position: relative;
    margin: 0 0 20px;
    font-weight: 700;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(22px * 1.2);
    padding-bottom: 15px;
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .cost_summary_IFi3MX h4 {
    transform: translateY(-5px);
}.price_table_3AMhVH .cost_summary_IFi3MX h4::after {
    background: rgb(168,155,153);
    bottom: 0;
    height: 3px;
    width: 50px;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    left: 0;
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .cost_summary_IFi3MX h4::after {
    width: 80px;
}.price_table_3AMhVH .cost_summary_IFi3MX p {
    transition: opacity 0.3s ease;
    max-height: 200px;
    padding-right: 10px;
    line-height: 1.6;
    opacity: 0.8;
    font-size: 14px;
    margin-bottom: 30px;
    overflow-y: auto;
    color: #ffffff;
}.price_table_3AMhVH .cost_summary_IFi3MX p::-webkit-scrollbar {
    width: 4px;
}.price_table_3AMhVH .cost_summary_IFi3MX p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(168,155,153,0.5);
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .cost_summary_IFi3MX p {
    opacity: 1;
}.price_table_3AMhVH .deal_opts_0Cl9Mx {
    transition: all 0.4s ease;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    color: #ffffff;
    position: relative;
    display: block;
    font-size: calc(22px * 1.4);
    margin-top: 20px;
    font-weight: 700;
}.price_table_3AMhVH .deal_opts_0Cl9Mx::before {
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    width: 30px;
    left: 0;
    content: "";
    top: -10px;
    background: rgb(125,113,111);
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .deal_opts_0Cl9Mx::before {
    width: 50px;
}.price_table_3AMhVH .payment_pricing_Tqmngf:hover .deal_opts_0Cl9Mx {
    transform: scale(1.1);
    color: rgb(125,113,111);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.price_table_3AMhVH {
    padding: 100px 0;
}.price_table_3AMhVH h2 {
    font-size: calc(31px * 0.9);
}.price_table_3AMhVH .pricing_options_bRgoFe {
    font-size: 14px;
    margin-bottom: 40px;
}.price_table_3AMhVH .learn_pricing_xCdHLi {
    gap: 25px;
}
}

@media (max-width: 992px) {.price_table_3AMhVH {
    padding: 80px 0;
}.price_table_3AMhVH .learn_pricing_xCdHLi {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.price_table_3AMhVH .cost_summary_IFi3MX {
    padding: 30px 25px;
}.price_table_3AMhVH .cost_summary_IFi3MX p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.price_table_3AMhVH {
    padding: 70px 0;
}.price_table_3AMhVH h2 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.8);
}.price_table_3AMhVH .pricing_options_bRgoFe {
    margin-bottom: 30px;
    font-size: calc(14px * 0.95);
}.price_table_3AMhVH .learn_pricing_xCdHLi {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.price_table_3AMhVH .class_cost_a8MY7T {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.price_table_3AMhVH .deal_opts_0Cl9Mx {
    font-size: calc(22px * 1.2);
}
}

@media (max-width: 576px) {.price_table_3AMhVH {
    padding: 60px 0;
}.price_table_3AMhVH h2 {
    font-size: calc(31px * 0.7);
}.price_table_3AMhVH .pricing_options_bRgoFe {
    font-size: calc(14px * 0.9);
    margin-bottom: 25px;
}.price_table_3AMhVH .cost_summary_IFi3MX {
    padding: 25px 20px;
}.price_table_3AMhVH .cost_summary_IFi3MX h4 {
    margin-bottom: 15px;
    font-size: 22px;
    padding-bottom: 10px;
}.price_table_3AMhVH .cost_summary_IFi3MX p {
    margin-bottom: 20px;
    max-height: 150px;
    font-size: calc(14px * 0.9);
}}.connect_form_3clRvI {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 0;
    min-height: 650px;
    align-items: center;
}.connect_form_3clRvI::before {
    position: absolute;
    z-index: -1;
    background-color: rgb(168,155,153,0.5);
    content: '';
    inset: 0;
}.connect_form_3clRvI .container {
    width: 100%;
    padding: 0 20px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}.connect_form_3clRvI .feedback_block_zgynB9 {
    flex-direction: column-reverse;
    width: 100%;
    display: flex;
    position: relative;
}.connect_form_3clRvI .inquiry_form_uwncIa {
    width: 100%;
    background-color: transparent;
    position: relative;
    gap: 30px;
    padding: 40px 20px 120px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}.connect_form_3clRvI .inquiry_form_uwncIa h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 30px;
    padding-bottom: 15px;
    text-align: center;
    width: 100%;
    font-weight: 700;
}.connect_form_3clRvI .inquiry_form_uwncIa h3::after {
    background-color: rgb(125,113,111);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    position: absolute;
    content: '';
}.connect_form_3clRvI .inquiry_form_uwncIa div {
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    align-items: center;
    min-height: 140px;
    flex: 1 0 calc(50% - 30px);
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 220px;
}.connect_form_3clRvI .inquiry_form_uwncIa div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
}.connect_form_3clRvI .inquiry_form_uwncIa div svg {
    width: 35px;
    margin-bottom: 15px;
    height: 35px;
}.connect_form_3clRvI .inquiry_form_uwncIa div svg path {
    fill: rgb(125,113,111);
}.connect_form_3clRvI .inquiry_form_uwncIa div span {
    margin-top: 10px;
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.connect_form_3clRvI .inquiry_form_uwncIa div span a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.connect_form_3clRvI .inquiry_form_uwncIa div span a:hover {
    color: rgb(125,113,111);
}.connect_form_3clRvI .reach_query_DFY9gu {
    border-radius: 30px;
    position: relative;
    background-color: #ffffff;
    transform: translateY(50px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    z-index: 2;
    padding: 40px 30px;
    max-width: 550px;
}.connect_form_3clRvI .reach_query_DFY9gu::before {
    left: 50%;
    z-index: -1;
    background-color: #ffffff;
    position: absolute;
    width: 30px;
    border-radius: 3px;
    top: -15px;
    content: '';
    transform: translateX(-50%) rotate(45deg);
    height: 30px;
}.connect_form_3clRvI .reach_query_DFY9gu h3 {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    color: rgb(168,155,153);
    font-size: 18px;
}.connect_form_3clRvI .reach_query_DFY9gu form {
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
}.connect_form_3clRvI .reach_query_DFY9gu input[type="text"],
.connect_form_3clRvI .reach_query_DFY9gu input[type="email"] {
    border-radius: 10px;
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    height: 50px;
    padding: 15px 20px;
    border: 1px solid rgb(201,200,177);
    background-color: transparent;
    font-size: 13px;
    flex: 1 0 100%;
}.connect_form_3clRvI .reach_query_DFY9gu input[type="text"]:focus,
.connect_form_3clRvI .reach_query_DFY9gu input[type="email"]:focus {
    border-color: rgb(125,113,111);
    outline: none;
    box-shadow: 0 0 0 3px rgb(125,113,111,0.5);
}.connect_form_3clRvI .reach_query_DFY9gu input::placeholder {
    opacity: 0.6;
    color: #000000;
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC {
    margin-top: 5px;
    display: flex;
    flex: 1 0 100%;
    align-items: flex-start;
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC input[type="checkbox"] {
    -webkit-appearance: none;
    position: relative;
    margin-right: 10px;
    border: 2px solid rgb(201,200,177);
    flex-shrink: 0;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    appearance: none;
    cursor: pointer;
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC input[type="checkbox"]:checked {
    background-color: rgb(125,113,111);
    border-color: rgb(125,113,111);
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC input[type="checkbox"]:checked::before {
    color: #ffffff;
    left: 50%;
    font-size: 12px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    content: '✓';
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC label {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(125,113,111);
}.connect_form_3clRvI .reach_query_DFY9gu .reach_message_kZYmEC label a:hover {
    color: rgb(168,155,153);
}.connect_form_3clRvI .reach_query_DFY9gu .connect_panel_M3W8Np {
    height: 50px;
    background: linear-gradient(135deg, rgb(125,113,111), rgb(168,155,153));
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    margin-top: 15px;
    box-shadow: 0 5px 15px rgb(125,113,111,0.5);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}.connect_form_3clRvI .reach_query_DFY9gu .connect_panel_M3W8Np:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgb(168,155,153,0.5);
}

@media screen and (min-width: 992px) {.connect_form_3clRvI {
    min-height: 700px;
    padding: 100px 0;
}.connect_form_3clRvI .feedback_block_zgynB9 {
    align-items: center;
    flex-direction: row;
}.connect_form_3clRvI .inquiry_form_uwncIa {
    gap: 30px;
    justify-content: space-between;
    margin-left: auto;
    width: 65%;
    align-items: center;
    padding: 60px 0 60px 120px;
}.connect_form_3clRvI .inquiry_form_uwncIa h3 {
    margin-bottom: 40px;
    padding-left: 0;
    text-align: left;
    padding-right: 0;
}.connect_form_3clRvI .inquiry_form_uwncIa h3::after {
    transform: none;
    left: 0;
}.connect_form_3clRvI .inquiry_form_uwncIa div {
    max-width: calc(50% - 15px);
    margin: 0;
    flex: 0 0 calc(50% - 15px);
}.connect_form_3clRvI .reach_query_DFY9gu {
    left: 0;
    position: absolute;
    z-index: 3;
    margin: 0;
    width: 45%;
    max-width: 450px;
    padding: 40px;
}.connect_form_3clRvI .reach_query_DFY9gu::before {
    transform: translateY(-50%) rotate(45deg);
    left: -15px;
    top: 50%;
}
}

@media screen and (min-width: 1200px) {.connect_form_3clRvI .inquiry_form_uwncIa {
    padding-left: 200px;
    width: 70%;
}.connect_form_3clRvI .reach_query_DFY9gu {
    max-width: 480px;
    width: 40%;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.connect_form_3clRvI {
    padding: 80px 0 120px;
}.connect_form_3clRvI .inquiry_form_uwncIa {
    justify-content: space-between;
    padding: 0 20px 120px;
}.connect_form_3clRvI .inquiry_form_uwncIa div {
    flex: 0 0 calc(50% - 15px);
    max-width: calc(50% - 15px);
}
}

@media screen and (max-width: 767px) {.connect_form_3clRvI {
    padding: 60px 0 120px;
}.connect_form_3clRvI .inquiry_form_uwncIa {
    padding: 0 20px 120px;
}.connect_form_3clRvI .inquiry_form_uwncIa h3 {
    font-size: calc(18px + 2px);
}.connect_form_3clRvI .inquiry_form_uwncIa div {
    max-width: 280px;
    min-height: 120px;
    flex: 0 0 100%;
    margin-bottom: 0;
}.connect_form_3clRvI .inquiry_form_uwncIa div svg {
    height: 30px;
    width: 30px;
}.connect_form_3clRvI .reach_query_DFY9gu {
    padding: 30px 25px;
}
}

@media screen and (max-width: 480px) {.connect_form_3clRvI {
    padding: 40px 0 100px;
}.connect_form_3clRvI .inquiry_form_uwncIa {
    gap: 20px;
}.connect_form_3clRvI .inquiry_form_uwncIa div {
    min-height: auto;
    padding: 20px 15px;
}}.newsletter_subscription_8gp2lU {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, rgb(168,155,153,0.5), rgb(125,113,111));
}.newsletter_subscription_8gp2lU::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    content: "";
    z-index: -1;
    top: 0;
}.newsletter_subscription_8gp2lU::after {
    z-index: -1;
    width: 40%;
    position: absolute;
    height: 200%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08));
    transform: rotate(-35deg) translateY(-50%);
    right: -5%;
    top: 50%;
}.newsletter_subscription_8gp2lU .container {
    position: relative;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 2;
}.newsletter_subscription_8gp2lU .learning_creators_FPCRlU {
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 3rem;
    backdrop-filter: blur(10px);
}.newsletter_subscription_8gp2lU .learning_creators_FPCRlU:hover {
    transform: perspective(1000px) rotateX(0deg);
}.newsletter_subscription_8gp2lU h4 {
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 2rem;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    opacity: 0;
    transform: translateX(-10px);
    color: #ffffff;
    font-size: 21px;
    position: relative;
}.newsletter_subscription_8gp2lU h4::before {
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    top: 50%;
    background: rgb(125,113,111);
    content: "";
    left: -20px;
    animation: growBar 0.6s ease-out forwards 1s;
    position: absolute;
}.newsletter_subscription_8gp2lU .input_holder {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    animation: slideUpForm 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.4s;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
}.newsletter_subscription_8gp2lU .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.newsletter_subscription_8gp2lU .input_holder input[type="email"] {
    font-size: 18px;
    width: 100%;
    background: #ffffff;
    border-left: 3px solid transparent;
    outline: none;
    padding: 1rem 1.5rem;
    color: #000000;
    border: none;
    transition: all 0.3s ease;
}.newsletter_subscription_8gp2lU .input_holder input[type="email"]:focus {
    border-left: 3px solid rgb(125,113,111);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.newsletter_subscription_8gp2lU .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.newsletter_subscription_8gp2lU .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.5;
}.newsletter_subscription_8gp2lU .input_holder .connect_panel_M3W8Np {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    outline: none;
    font-size: 18px;
    border: none;
    font-weight: 600;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    overflow: hidden;
    padding: 1rem 2rem;
    z-index: 1;
    white-space: nowrap;
    background: linear-gradient(135deg, rgb(125,113,111), rgb(168,155,153));
}.newsletter_subscription_8gp2lU .input_holder .connect_panel_M3W8Np::before {
    z-index: -1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    position: absolute;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    content: "";
    transition: all 0.6s ease;
}.newsletter_subscription_8gp2lU .input_holder .connect_panel_M3W8Np:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.newsletter_subscription_8gp2lU .input_holder .connect_panel_M3W8Np:hover::before {
    left: 100%;
}.newsletter_subscription_8gp2lU .input_holder .connect_panel_M3W8Np:active {
    transform: translateY(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

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

@keyframes growBar {
    to {
        height: 70%;
    }
}

@media screen and (min-width: 768px) {.newsletter_subscription_8gp2lU .learning_creators_FPCRlU {
    flex-direction: row;
    align-items: center;
    gap: 2rem;
    padding: 3.5rem 4rem;
}.newsletter_subscription_8gp2lU h4 {
    margin-bottom: 0;
    flex: 1;
    max-width: 60%;
}.newsletter_subscription_8gp2lU .input_holder {
    justify-content: flex-end;
    flex: 1;
}
}

@media screen and (max-width: 767px) {.newsletter_subscription_8gp2lU {
    padding: 4rem 0;
}.newsletter_subscription_8gp2lU .learning_creators_FPCRlU {
    padding: 2rem;
}.newsletter_subscription_8gp2lU h4 {
    text-align: center;
    font-size: calc(21px * 0.9);
}.newsletter_subscription_8gp2lU h4::before {
    left: -15px;
}.newsletter_subscription_8gp2lU .input_holder {
    justify-content: center;
}.newsletter_subscription_8gp2lU .input_holder span {
    flex: 1 1 100%;
}
}

@media screen and (max-width: 480px) {.newsletter_subscription_8gp2lU {
    padding: 3rem 0;
}.newsletter_subscription_8gp2lU .learning_creators_FPCRlU {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.newsletter_subscription_8gp2lU h4 {
    margin-bottom: 1.5rem;
    font-size: calc(21px * 0.8);
}.newsletter_subscription_8gp2lU .input_holder input[type="email"],
    .newsletter_subscription_8gp2lU .input_holder .connect_panel_M3W8Np {
    padding: 0.8rem 1.2rem;
}}.our_background_s0Rvo8 {
    position: relative;
    background: rgb(201,200,177);
    overflow: hidden;
    padding: 100px 0;
}.our_background_s0Rvo8::before {
    left: 0;
    top: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(168,155,153,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 90%, rgb(125,113,111,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
    opacity: 0.6;
    content: "";
    width: 100%;
    z-index: 0;
}.our_background_s0Rvo8 .container {
    position: relative;
    z-index: 1;
}.our_background_s0Rvo8 .learning_creators_FPCRlU {
    position: relative;
}.our_background_s0Rvo8 h3 {
    text-align: center;
    left: 50%;
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    position: relative;
    transform: translateX(-50%);
    display: inline-block;
    margin-bottom: 50px;
}.our_background_s0Rvo8 h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    background: rgb(168,155,153);
    content: "";
    width: 60px;
    height: 3px;
    left: 50%;
    position: absolute;
}.our_background_s0Rvo8 .skill_spot_4NJFaS {
    margin-bottom: 70px;
    display: flex;
    position: relative;
    flex-direction: column;
}.our_background_s0Rvo8 .skill_spot_4NJFaS span {
    font-weight: 600;
    color: rgb(168,155,153);
    display: block;
    margin-bottom: 20px;
    font-size: 22px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS p {
    margin-bottom: 30px;
    width: 60%;
    font-size: 13px;
    line-height: 1.7;
    color: #000000;
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5 {
    width: 35%;
    position: absolute;
    box-shadow: -15px 15px 0 rgb(168,155,153,0.5);
    border-radius: 17px;
    right: 0;
    height: 100%;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    top: 0;
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5:hover {
    box-shadow: -20px 20px 0 rgb(168,155,153,0.5);
    transform: translate(5px, -5px);
}.our_background_s0Rvo8 .fast_classes_kpymab {
    position: relative;
    flex-direction: column;
    display: flex;
    margin-top: 50px;
}.our_background_s0Rvo8 .fast_classes_kpymab p {
    width: 60%;
    margin-left: auto;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #000000;
    font-size: 13px;
}.our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C {
    width: 35%;
    height: 100%;
    border-radius: 17px;
    top: 0;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 15px 15px 0 rgb(125,113,111,0.5);
    position: absolute;
    left: 0;
}.our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C:hover {
    box-shadow: 20px 20px 0 rgb(125,113,111,0.5);
    transform: translate(-5px, -5px);
}.our_background_s0Rvo8 .learning_creators_FPCRlU::before {
    width: 200px;
    position: absolute;
    top: -100px;
    border-radius: 50%;
    animation: rotate 30s infinite linear;
    left: -100px;
    border: 2px dashed rgb(168,155,153,0.5);
    content: "";
    height: 200px;
    z-index: -1;
}.our_background_s0Rvo8 .learning_creators_FPCRlU::after {
    content: "";
    animation: rotate 20s infinite linear reverse;
    position: absolute;
    height: 150px;
    border-radius: 50%;
    border: 2px dashed rgb(125,113,111,0.5);
    right: -75px;
    bottom: -75px;
    width: 150px;
    z-index: -1;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.our_background_s0Rvo8 .skill_spot_4NJFaS::after {
    content: "";
    bottom: -35px;
    background: linear-gradient(to right, rgb(168,155,153,0.5), transparent);
    width: 50%;
    left: 0;
    position: absolute;
    height: 1px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS svg {
    width: 30px;
    opacity: 0.7;
    color: rgb(168,155,153);
    position: absolute;
    top: 10px;
    left: -45px;
    height: 30px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS svg path {
    fill: rgb(168,155,153);
}.our_background_s0Rvo8 .fast_classes_kpymab svg {
    right: -45px;
    width: 30px;
    color: rgb(125,113,111);
    top: 10px;
    opacity: 0.7;
    position: absolute;
    height: 30px;
}.our_background_s0Rvo8 .fast_classes_kpymab svg path {
    fill: rgb(125,113,111);
}.our_background_s0Rvo8 .container::before {
    content: "";
    background-size: 20px 20px;
    z-index: -1;
    background-image: linear-gradient(45deg, rgb(201,200,177) 25%, transparent 25%),
                      linear-gradient(-45deg, rgb(201,200,177) 25%, transparent 25%),
                      linear-gradient(45deg, transparent 75%, rgb(201,200,177) 75%),
                      linear-gradient(-45deg, transparent 75%, rgb(201,200,177) 75%);
    opacity: 0.05;
    height: 100%;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 1024px) {.our_background_s0Rvo8 {
    padding: 80px 0;
}.our_background_s0Rvo8 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS p,
    .our_background_s0Rvo8 .fast_classes_kpymab p {
    width: 55%;
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5,
    .our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C {
    width: 40%;
}
}

@media screen and (max-width: 768px) {.our_background_s0Rvo8 {
    padding: 60px 0;
}.our_background_s0Rvo8 h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 35px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS {
    margin-bottom: 50px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS p,
    .our_background_s0Rvo8 .fast_classes_kpymab p {
    width: 100%;
    margin-bottom: 230px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5,
    .our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C {
    right: auto;
    margin-bottom: 20px;
    height: 200px;
    top: auto;
    left: auto;
    width: 100%;
    position: relative;
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5 {
    margin-top: -230px;
}.our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C {
    order: -1;
    margin-bottom: 20px;
}.our_background_s0Rvo8 .fast_classes_kpymab {
    flex-direction: column;
    display: flex;
}.our_background_s0Rvo8 .skill_spot_4NJFaS svg,
    .our_background_s0Rvo8 .fast_classes_kpymab svg {
    display: block;
    margin-bottom: 10px;
    position: static;
}
}

@media screen and (max-width: 480px) {.our_background_s0Rvo8 {
    padding: 40px 0;
}.our_background_s0Rvo8 h3 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.our_background_s0Rvo8 h3::after {
    width: 40px;
    bottom: -10px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS {
    margin-bottom: 40px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS p,
    .our_background_s0Rvo8 .fast_classes_kpymab p {
    margin-bottom: 180px;
    font-size: calc(13px * 0.9);
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5,
    .our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C {
    height: 160px;
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5 {
    margin-top: -180px;
    box-shadow: -8px 8px 0 rgb(168,155,153,0.5);
}.our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C {
    box-shadow: 8px 8px 0 rgb(125,113,111,0.5);
}.our_background_s0Rvo8 .skill_spot_4NJFaS .photo_frame_bDUaw5:hover {
    box-shadow: -10px 10px 0 rgb(168,155,153,0.5);
    transform: translate(3px, -3px);
}.our_background_s0Rvo8 .fast_classes_kpymab .skill_learn_Hj7F0C:hover {
    transform: translate(-3px, -3px);
    box-shadow: 10px 10px 0 rgb(125,113,111,0.5);
}.our_background_s0Rvo8 .skill_spot_4NJFaS span {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
}.our_background_s0Rvo8 .learning_creators_FPCRlU::before,
    .our_background_s0Rvo8 .learning_creators_FPCRlU::after {
    width: 100px;
    height: 100px;
}}.confidential_cove_xarG7D {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 40px;
    font-family: Arial, sans-serif;
    background-color: rgb(201,200,177);
}.confidential_cove_xarG7D h1 {
    font-size: 47px;
    font-weight: 700;
    color: rgb(168,155,153);
    margin-bottom: 20px;
}.confidential_cove_xarG7D h2 {
    font-weight: 600;
    margin: 15px 0;
    color: #000000;
    font-size: 31px;
}.confidential_cove_xarG7D ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.confidential_cove_xarG7D li {
    color: #000000;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
}.confidential_cove_xarG7D div {
    margin-top: 20px;
}.confidential_cove_xarG7D h3, .confidential_cove_xarG7D h4, .confidential_cove_xarG7D h5, .confidential_cove_xarG7D h6 {
    margin: 1rem 0;
    color: #000000;
}
@media only screen and (max-width: 800px) {.confidential_cove_xarG7D {
    padding: 20px;
}.confidential_cove_xarG7D h1 {
    font-size: calc(21px * 0.8);
}.confidential_cove_xarG7D h2 {
    font-size: calc(21px * 0.9);
}.confidential_cove_xarG7D li {
    font-size: 16px;
}}.instructor_profile_AZChFj {
    background: rgb(201,200,177);
    position: relative;
    padding: 5rem 2rem;
    isolation: isolate;
    overflow: hidden;
}.instructor_profile_AZChFj::before {
    transform: rotate(15deg);
    width: 60%;
    content: "";
    filter: blur(3px);
    top: -20%;
    z-index: -1;
    height: 140%;
    background: rgb(168,155,153,0.5);
    right: -5%;
    position: absolute;
}.instructor_profile_AZChFj::after {
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s linear infinite alternate;
    left: -5%;
    content: "";
    bottom: -5%;
    width: 30%;
    height: 30%;
    background: rgb(125,113,111,0.5);
    z-index: -1;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.instructor_profile_AZChFj .learner_quotes_J2rfBH {
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 1100px;
    margin: 0 auto;
    gap: 0;
}.instructor_profile_AZChFj .photo_frame_bDUaw5 {
    z-index: 2;
    position: relative;
    height: 450px;
    border-radius: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    grid-column: 1 / 2;
    width: 100%;
    transform: translateX(-5%);
    grid-row: 1 / 2;
}.instructor_profile_AZChFj .photo_frame_bDUaw5::after {
    top: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    position: absolute;
    content: "";
}.instructor_profile_AZChFj .learner_quotes_J2rfBH:hover .photo_frame_bDUaw5 {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.instructor_profile_AZChFj .exp_skills_unS328 {
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    grid-row: 1 / 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 1;
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transform: translateX(-15%);
    justify-content: center;
}.instructor_profile_AZChFj .learner_quotes_J2rfBH:hover .exp_skills_unS328 {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.instructor_profile_AZChFj .name {
    color: rgb(168,155,153);
    position: relative;
    margin-bottom: 0.7rem;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
}.instructor_profile_AZChFj .name::before {
    left: -20px;
    border-radius: 10px;
    content: "";
    top: -10px;
    background: rgb(125,113,111,0.5);
    transform: rotate(45deg) scale(0);
    position: absolute;
    width: 30px;
    transition: transform 0.4s ease 0.2s;
    height: 30px;
    z-index: -1;
}.instructor_profile_AZChFj .learner_quotes_J2rfBH:hover .name::before {
    transform: rotate(45deg) scale(1);
}.instructor_profile_AZChFj .exp_skills_unS328 > div:nth-child(2) {
    opacity: 0.9;
    opacity: 0;
    font-weight: 600;
    transition: all 0.5s ease 0.3s;
    transform: translateX(-20px);
    margin-bottom: 2rem;
    font-size: 19px;
    color: rgb(125,113,111);
}.instructor_profile_AZChFj .learner_quotes_J2rfBH:hover .exp_skills_unS328 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.instructor_profile_AZChFj .exp_content_i92NeT {
    padding-top: 20px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7;
    font-style: italic;
    opacity: 0;
    position: relative;
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    color: #000000;
}.instructor_profile_AZChFj .learner_quotes_J2rfBH:hover .exp_content_i92NeT {
    transform: translateY(0);
    opacity: 1;
}.instructor_profile_AZChFj .exp_content_i92NeT::before {
    left: 0;
    width: 60px;
    position: absolute;
    content: "";
    top: 0;
    height: 3px;
    background: linear-gradient(to right, rgb(168,155,153), transparent);
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.instructor_profile_AZChFj .exp_skills_unS328::after {
    right: 20px;
    width: 40px;
    background: rgb(168,155,153,0.5);
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    height: 40px;
    animation: float 4s ease-in-out infinite;
    content: "";
}

@media (max-width: 992px) {.instructor_profile_AZChFj .learner_quotes_J2rfBH {
    grid-template-columns: 1fr;
    gap: 2rem;
    grid-template-rows: auto auto;
}.instructor_profile_AZChFj .photo_frame_bDUaw5 {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 300px;
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.instructor_profile_AZChFj .photo_frame_bDUaw5::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.instructor_profile_AZChFj .exp_skills_unS328 {
    clip-path: none;
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    padding: 2rem;
    transform: none;
}.instructor_profile_AZChFj .learner_quotes_J2rfBH:hover .exp_skills_unS328 {
    transform: translateY(-5px);
}}.data_summary_BlPf6A {
    position: relative;
    isolation: isolate;
    padding: 120px 0;
}.data_summary_BlPf6A::before {
    z-index: 1;
    opacity: 0.8;
    content: "";
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
}.data_summary_BlPf6A .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 3;
}.data_summary_BlPf6A .class_statistics_t0rAlp {
    position: relative;
}.data_summary_BlPf6A .study_elevation_w6Sq4l {
    width: 120px;
    top: 0;
    right: 0;
    transform: rotate(15deg);
    position: absolute;
    height: 120px;
    opacity: 0.2;
}.data_summary_BlPf6A .study_elevation_w6Sq4l svg {
    height: 100%;
    fill: rgb(168,155,153);
    width: 100%;
}.data_summary_BlPf6A .study_elevation_w6Sq4l svg path {
    fill: rgb(168,155,153);
}.data_summary_BlPf6A .statistics_edge_FMohXG {
    font-size: 42px;
    text-align: center;
    margin-left: auto;
    font-weight: 700;
    max-width: 60%;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-right: auto;
    line-height: 1.2;
}.data_summary_BlPf6A .statistics_elevation_GQLBKC {
    text-align: center;
    margin-right: auto;
    border-left: 3px solid rgb(168,155,153);
    max-width: 50%;
    padding-left: 20px;
    color: #ffffff;
    margin-left: auto;
    position: relative;
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 80px;
    line-height: 1.6;
}.data_summary_BlPf6A .smart_statistics_pY7A0w {
    flex-direction: column;
    gap: 15px;
    display: flex;
}.data_summary_BlPf6A .key_pros_Zcg8iy {
    position: relative;
    align-items: center;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease;
    backdrop-filter: blur(10px);
    border-radius: 0 28px 28px 0;
}.data_summary_BlPf6A .key_pros_Zcg8iy:hover {
    transform: translateX(10px);
}.data_summary_BlPf6A .key_pros_Zcg8iy::before {
    height: 100%;
    background-color: rgb(168,155,153);
    left: 0;
    content: "";
    width: 5px;
    top: 0;
    position: absolute;
}.data_summary_BlPf6A .key_pros_Zcg8iy:nth-child(even)::before {
    background-color: rgb(125,113,111);
}.data_summary_BlPf6A .study_gain_hiN2R8 {
    align-items: center;
    display: flex;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    justify-content: center;
    width: 100px;
    min-width: 100px;
}.data_summary_BlPf6A .study_gain_hiN2R8 svg {
    fill: #ffffff;
    height: 50px;
    width: 50px;
}.data_summary_BlPf6A .study_gain_hiN2R8 svg path {
    fill: #ffffff;
}.data_summary_BlPf6A .key_pros_Zcg8iy:nth-child(even) .study_gain_hiN2R8 {
    background-color: rgba(rgb(125,113,111,0.5), 0.1);
}.data_summary_BlPf6A .key_pros_Zcg8iy:nth-child(odd) .study_gain_hiN2R8 {
    background-color: rgba(rgb(168,155,153,0.5), 0.1);
}.data_summary_BlPf6A .stat_item_content {
    align-items: center;
    display: flex;
    text-align: center;
    flex: 1;
    justify-content: center;
    padding: 20px 30px;
}.data_summary_BlPf6A .key_pros_Zcg8iy span {
    font-size: 3rem;
    margin-right: 20px;
    min-width: 100px;
    font-weight: 700;
    text-align: center;
    justify-content: center;
    height: 100%;
    align-items: center;
    display: flex;
    color: #ffffff;
}.data_summary_BlPf6A .key_pros_Zcg8iy p {
    line-height: 1.4;
    opacity: 0.9;
    flex: 1;
    text-align: center;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    display: flex;
    font-size: 17px;
}.data_summary_BlPf6A .key_pros_Zcg8iy::after {
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.03));
    width: 100%;
    position: absolute;
}

@media screen and (max-width: 992px) {.data_summary_BlPf6A {
    padding: 100px 0;
}.data_summary_BlPf6A .statistics_edge_FMohXG {
    font-size: calc(42px * 0.9);
    max-width: 80%;
}.data_summary_BlPf6A .statistics_elevation_GQLBKC {
    max-width: 70%;
    margin-bottom: 60px;
}.data_summary_BlPf6A .key_pros_Zcg8iy span {
    min-width: 80px;
    font-size: 2.5rem;
}
}

@media screen and (max-width: 768px) {.data_summary_BlPf6A {
    padding: 80px 0;
}.data_summary_BlPf6A .study_elevation_w6Sq4l {
    width: 80px;
    top: 10px;
    right: 10px;
    height: 80px;
}.data_summary_BlPf6A .statistics_edge_FMohXG {
    max-width: 100%;
    font-size: calc(42px * 0.8);
}.data_summary_BlPf6A .statistics_elevation_GQLBKC {
    max-width: 100%;
    margin-bottom: 50px;
}.data_summary_BlPf6A .key_pros_Zcg8iy {
    flex-direction: column;
    border-radius: 0 0 28px 28px;
}.data_summary_BlPf6A .key_pros_Zcg8iy::before {
    height: 5px;
    width: 100%;
}.data_summary_BlPf6A .key_pros_Zcg8iy:hover {
    transform: translateY(10px);
}.data_summary_BlPf6A .study_gain_hiN2R8 {
    width: 100%;
    min-width: auto;
}.data_summary_BlPf6A .stat_item_content {
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 100%;
}.data_summary_BlPf6A .key_pros_Zcg8iy span {
    margin-right: 0;
    margin-bottom: 10px;
    min-width: auto;
}.data_summary_BlPf6A .key_pros_Zcg8iy p {
    text-align: center;
}
}

@media screen and (max-width: 576px) {.data_summary_BlPf6A {
    padding: 60px 0;
}.data_summary_BlPf6A .statistics_edge_FMohXG {
    font-size: calc(42px * 0.7);
}.data_summary_BlPf6A .statistics_elevation_GQLBKC {
    font-size: calc(17px * 0.95);
    margin-bottom: 40px;
    padding-left: 15px;
}.data_summary_BlPf6A .study_gain_hiN2R8 svg {
    height: 40px;
    width: 40px;
}.data_summary_BlPf6A .stat_item_content {
    padding: 15px;
}.data_summary_BlPf6A .key_pros_Zcg8iy span {
    font-size: 2rem;
}.data_summary_BlPf6A .key_pros_Zcg8iy p {
    font-size: calc(17px * 0.9);
}
}

@media screen and (min-width: 1200px) {.data_summary_BlPf6A::after {
    pointer-events: none;
    position: absolute;
    right: 0;
    height: 400px;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(168,155,153,0.5) 0%, transparent 70%);
    content: "";
    width: 200px;
    top: 50%;
    z-index: 1;
}}header {
    z-index: 99;
    width: 100%;
    position: relative;
    overflow: visible;
    background: linear-gradient(135deg, rgb(168,155,153,0.5) 0%, rgb(125,113,111) 100%);
}header::before {
    z-index: -1;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(145deg, rgb(125,113,111,0.5) 0%, transparent 70%);
    top: 0;
    content: "";
}header .top_site_LVAIei {
    transform: none;
    align-items: center;
    z-index: 5;
    padding: 20px 15px;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}header .top_site_LVAIei .nav_mainbar_lWS9Rv {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}header .top_site_LVAIei .nav_mainbar_lWS9Rv:hover {
    transform: scale(1.05);
}header .top_site_LVAIei .nav_mainbar_lWS9Rv .nav_learning_mi1Yg6 {
    display: inline-block;
}header .top_site_LVAIei .nav_mainbar_lWS9Rv .nav_learning_mi1Yg6 svg {
    width: auto;
    height: 50px;
}header .top_site_LVAIei .top_header_gPCSmp {
    padding: 20px 30px;
    position: relative;
    border-radius: 30px;
    margin: 0;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    transform: none;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}header .top_site_LVAIei .top_header_gPCSmp::before {
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    transform: rotate(-2deg) scale(1.03);
    z-index: -1;
    left: 0;
    border-radius: 30px;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt:hover {
    transform: translateY(-3px) scale(1.05);
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt a {
    padding: 8px 5px;
    overflow: hidden;
    color: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt a::after {
    content: "";
    width: 100%;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(125,113,111), transparent);
    height: 2px;
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .top_site_LVAIei {
    align-items: center;
    flex-direction: column;
}header .top_site_LVAIei .nav_mainbar_lWS9Rv {
    margin-right: 0;
    margin-bottom: 15px;
}header .top_site_LVAIei .top_header_gPCSmp {
    padding: 15px;
    justify-content: center;
    width: 100%;
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt {
    margin: 5px 15px 5px 0;
}header .top_site_LVAIei .top_header_gPCSmp .nav_info_f1GlMt a {
    padding: 5px;
    font-size: calc(16px - 2px);
}}.cookieAlertContainer_5UwnCb {
    width: 100%;
    position: fixed;
    z-index: 90;
    bottom: 0;
    border-top: 2px solid rgb(168,155,153);
    background: rgb(201,200,177);
}.cookie_explained_hJXPdi {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.cookieAlertContainer_5UwnCb h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookieAlertContainer_5UwnCb p {
    font-size: 18px;
}.track_edu_caKBfP {
    flex-shrink: 0;
    margin-right: 10px;
}.track_edu_caKBfP svg, .track_edu_caKBfP svg path, .track_edu_caKBfP img {
    width: 100px;
    fill: rgb(168,155,153);
    height: 100px;
}.cookies_tracking_Sgy3QY {
    line-height: 35px;
    flex-shrink: 0;
    text-align: center;
    min-width: 120px;
    font-size: 24px;
    color: rgb(168,155,153);
    cursor: pointer;
    border-bottom: 2px solid rgb(168,155,153);
    white-space: nowrap;
    text-decoration: none;
    margin-left: 10px;
}.cookieAlertContainer_5UwnCb p a {
    text-decoration: none;
    color: rgb(168,155,153);
}
@media only screen and (max-width: 1200px) {.cookieAlertContainer_5UwnCb {
    padding: 20px;
}}
#popupPrivacyTerms_VXqKns {
    display: none;
}#popupPrivacyTerms_VXqKns:checked ~ .cookieAlertContainer_5UwnCb {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.track_edu_caKBfP {
    display: none;
}.cookie_explained_hJXPdi {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookieAlertContainer_5UwnCb h5 {
    text-align: center;
}.cookieAlertContainer_5UwnCb p {
    text-align: center;
}.data_accept_cBkioj {
    margin-bottom: 20px;
}body .wrapper-segment_aSGYhX .cookies_tracking_Sgy3QY {
    margin-left: 0;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    opacity: 0.92;
    z-index: 1;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(210deg, #000000 0%, rgb(168,155,153) 100%);
}.reward_sys_HnKqvA {
    z-index: 2;
    padding: 90px 0 50px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.reward_sys_HnKqvA::before {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    left: 0;
    content: '';
    opacity: 0.1;
    top: 0;
    width: 100%;
}.reward_sys_HnKqvA .container {
    display: flex;
    flex-direction: column;
}.reward_sys_HnKqvA .company_holder {
    border-radius: 24px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 30px;
    backdrop-filter: blur(10px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.01) 100%
    );
    margin-top: 70px;
    background-size: 200% 200%;
    animation: shiftGradient 15s ease infinite;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    order: 2;
}.reward_sys_HnKqvA .company_holder h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
}.reward_sys_HnKqvA .company_holder h3::after {
    content: '';
    border-radius: 3px;
    display: block;
    height: 3px;
    margin: 15px auto 0;
    width: 60px;
    background: rgb(168,155,153);
}.reward_sys_HnKqvA .facebook_cta_nrCmL0 {
    margin: 0 auto;
    max-width: 80%;
    font-size: 17px;
    padding-top: 15px;
    text-align: center;
    line-height: 1.6;
    position: relative;
}.reward_sys_HnKqvA .footer_benefit_BdqJiC {
    order: 1;
    position: relative;
}.reward_sys_HnKqvA .head_lesson_fBoRFW {
    margin-bottom: 30px;
    width: 100%;
    justify-content: space-between;
    gap: 60px;
    display: flex;
    flex-wrap: wrap;
}.reward_sys_HnKqvA .top_header_gPCSmp {
    transition: transform 0.3s ease;
    padding: 20px;
    overflow: hidden;
    flex: 1;
    transform: translateZ(0);
    min-width: 250px;
    background: rgba(255, 255, 255, 0.03);
    max-width: calc(50% - 30px);
    border-radius: 10px;
    position: relative;
}.reward_sys_HnKqvA .top_header_gPCSmp:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.reward_sys_HnKqvA .top_header_gPCSmp:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.reward_sys_HnKqvA .top_header_gPCSmp:hover {
    transform: perspective(1000px) rotateY(0);
}.reward_sys_HnKqvA .top_header_gPCSmp::before {
    content: '';
    z-index: -1;
    inset: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    border-radius: 10px;
}.reward_sys_HnKqvA .top_header_gPCSmp h5 {
    position: relative;
    color: #ffffff;
    word-wrap: break-word;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}.reward_sys_HnKqvA .top_header_gPCSmp h5::before {
    bottom: -1px;
    left: 0;
    content: '';
    width: 50px;
    height: 1px;
    position: absolute;
    background: rgb(125,113,111);
}.reward_sys_HnKqvA .top_header_gPCSmp .head_lesson_fBoRFW {
    margin: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
    padding: 0 10px;
}.reward_sys_HnKqvA .top_header_gPCSmp .head_lesson_fBoRFW a {
    text-decoration: none;
    font-size: 17px;
    display: flex;
    word-break: break-word;
    transition: all 0.3s ease;
    align-items: center;
    color: #ffffff;
    opacity: 0.8;
    white-space: normal;
}.reward_sys_HnKqvA .top_header_gPCSmp .head_lesson_fBoRFW a::before {
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgb(125,113,111);
    height: 6px;
    transform: scale(0);
    flex-shrink: 0;
    margin-right: 10px;
    min-width: 6px;
    opacity: 0;
    content: '';
}.reward_sys_HnKqvA .top_header_gPCSmp .head_lesson_fBoRFW a:hover {
    opacity: 1;
    color: #ffffff;
    transform: translateX(5px);
}.reward_sys_HnKqvA .top_header_gPCSmp .head_lesson_fBoRFW a:hover::before {
    transform: scale(1);
    opacity: 1;
}.tech_stack_uYzhFT {
    background: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    z-index: 2;
    position: relative;
    padding: 25px 0;
}.tech_stack_uYzhFT::before {
    top: 0;
    height: 1px;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(125,113,111,0.5), transparent);
    width: 100%;
    content: '';
}.tech_stack_uYzhFT .container {
    text-align: center;
}.tech_stack_uYzhFT .leaderboard_eofNC7 {
    opacity: 0.7;
    font-size: 12px;
    color: #ffffff;
}@keyframes floatUp {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.reward_sys_HnKqvA .footer_benefit_BdqJiC::before {
    border-radius: 50%;
    z-index: -1;
    animation: pulse 10s infinite ease-in-out reverse;
    filter: blur(100px);
    opacity: 0.1;
    bottom: -10%;
    height: 250px;
    position: absolute;
    left: -5%;
    content: '';
    width: 250px;
    background: rgb(125,113,111);
}footer::after {
    background-image: repeating-linear-gradient(
        0deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    pointer-events: none;
}

@media (max-width: 992px) {.reward_sys_HnKqvA {
    padding: 70px 0 40px;
}.reward_sys_HnKqvA .head_lesson_fBoRFW {
    gap: 40px;
}.reward_sys_HnKqvA .company_holder {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.reward_sys_HnKqvA {
    padding: 50px 0 30px;
}.reward_sys_HnKqvA .head_lesson_fBoRFW {
    gap: 30px;
    flex-direction: column;
}.reward_sys_HnKqvA .top_header_gPCSmp {
    max-width: 100%;
    min-width: 100%;
}.reward_sys_HnKqvA .company_holder {
    padding: 20px;
}.reward_sys_HnKqvA .facebook_cta_nrCmL0 {
    max-width: 100%;
}
}

@media (max-width: 576px) {.reward_sys_HnKqvA {
    padding: 40px 0 20px;
}.reward_sys_HnKqvA .company_holder h3 {
    font-size: calc(35px * 0.8);
}.reward_sys_HnKqvA .top_header_gPCSmp h5 {
    font-size: calc(22px * 0.9);
}
}