* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.module_end_01825 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    scroll-snap-type: none;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}.wrapper-structure_24097 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}header,footer {
    width: 100%;
}.nav_wrap_03921 {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    width: 1111px;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_box_13298 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,222,236) 0%, rgba(16, 22, 47, 0.95) 100%);
}.contact_box_13298::before {
    top: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(179,192,211), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(139,162,186), 0.04) 50%, transparent 100%);
    background-size: 20px 20px, 20px 20px;
    height: 100%;
    position: absolute;
    width: 100%;
    animation: gridMove 20s linear infinite;
    left: 0;
    content: "";
}.contact_box_13298::after {
    z-index: 0;
    top: 0;
    opacity: 0.6;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    content: "";
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(179,192,211), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(139,162,186), 0.15) 0%, 
        transparent 50%
    );
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.contact_box_13298 .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contact_box_13298 h2 {
    color: #ffffff;
    text-align: center;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 38px;
    letter-spacing: 2px;
}.contact_box_13298 h2::after {
    content: "";
    width: 80px;
    position: absolute;
    border-radius: 1.5px;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    background: linear-gradient(90deg, rgb(179,192,211), rgb(139,162,186));
}.contact_box_13298 .support_form_20496 {
    position: relative;
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
}.contact_box_13298 .support_form_20496::before {
    border: 1px solid rgba(rgb(179,192,211), 0.2);
    content: "";
    position: absolute;
    width: 100%;
    border-radius: 27px;
    left: -8px;
    height: 100%;
    top: -8px;
    z-index: -1;
}.contact_box_13298 .support_form_20496::after {
    border: 1px solid rgba(rgb(139,162,186), 0.2);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    right: -8px;
    bottom: -8px;
    border-radius: 27px;
    z-index: -1;
}.contact_box_13298 .photo_item_54076 {
    min-height: 550px;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    position: relative;
    border-radius: 27px;
}.contact_box_13298 .photo_item_54076::before {
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    position: absolute;
    content: "";
}.contact_box_13298 .photo_item_54076::after {
    width: 60px;
    border-right: 2px solid rgba(rgb(179,192,211), 0.6);
    content: "";
    z-index: 2;
    height: 60px;
    border-top: 2px solid rgba(rgb(179,192,211), 0.6);
    right: 20px;
    top: 20px;
    position: absolute;
}.contact_box_13298 .query_box_62093 {
    position: relative;
    padding: 50px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 27px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
}.contact_box_13298 .query_box_62093::before {
    position: absolute;
    height: 60px;
    border-left: 2px solid rgba(rgb(139,162,186), 0.6);
    content: "";
    left: 20px;
    border-bottom: 2px solid rgba(rgb(139,162,186), 0.6);
    width: 60px;
    bottom: 20px;
}.contact_box_13298 form {
    width: 100%;
}.contact_box_13298 form h3 {
    position: relative;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    padding-left: 20px;
    font-family: Arial, sans-serif;
    font-size: 23px;
}.contact_box_13298 form h3::before {
    left: 0;
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    top: 0;
    background: rgb(179,192,211);
}.contact_box_13298 form input[type="text"] {
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    color: #ffffff;
    padding: 18px 25px;
}.contact_box_13298 form input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(179,192,211), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(179,192,211);
}.contact_box_13298 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_box_13298 .reach_query_14258 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.contact_box_13298 .reach_query_14258 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box_13298 .reach_query_14258 label {
    font-size: 16px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}.contact_box_13298 .reach_query_14258 label::before {
    border-radius: 10px;
    width: 22px;
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    left: 0;
    transition: all 0.3s ease;
    top: 2px;
    content: "";
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact_box_13298 .reach_query_14258 input[type="checkbox"]:checked + label::before {
    background: rgb(179,192,211);
    border-color: rgb(179,192,211);
}.contact_box_13298 .reach_query_14258 input[type="checkbox"]:checked + label::after {
    top: 6px;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    border-right: 2px solid #ffffff;
    left: 8px;
    height: 10px;
    border-bottom: 2px solid #ffffff;
    width: 6px;
}.contact_box_13298 .reach_query_14258 label a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: rgb(179,192,211);
    font-weight: 600;
}.contact_box_13298 .reach_query_14258 label a:hover {
    color: rgb(139,162,186);
}.contact_box_13298 form .reach_inquiry_37480 {
    z-index: 1;
    padding: 16px 40px;
    background: linear-gradient(45deg, rgb(179,192,211), rgb(139,162,186));
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    border: none;
    color: #ffffff;
    display: inline-block;
    transition: all 0.4s ease;
    font-family: Arial, sans-serif;
}.contact_box_13298 form .reach_inquiry_37480::before {
    background: linear-gradient(45deg, rgb(139,162,186), rgb(179,192,211));
    transition: all 0.4s ease;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: -100%;
    z-index: -1;
    content: "";
}.contact_box_13298 form .reach_inquiry_37480:hover::before {
    left: 0;
}.contact_box_13298 form .reach_inquiry_37480:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_box_13298 svg {
    width: 22px;
    fill: rgb(179,192,211);
    height: 22px;
}.contact_box_13298 svg path {
    fill: rgb(179,192,211);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.contact_box_13298 {
    padding: 90px 0;
}.contact_box_13298 .support_form_20496 {
    grid-template-columns: 1fr;
    gap: 40px;
}.contact_box_13298 .photo_item_54076 {
    min-height: 400px;
}.contact_box_13298 .query_box_62093 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact_box_13298 {
    padding: 70px 0;
}.contact_box_13298 h2 {
    font-size: calc(38px * 0.9);
}.contact_box_13298 .photo_item_54076 {
    min-height: 350px;
}.contact_box_13298 .photo_item_54076::after,
    .contact_box_13298 .query_box_62093::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.contact_box_13298 {
    padding: 50px 0;
}.contact_box_13298 h2 {
    font-size: calc(38px * 0.8);
}.contact_box_13298 .support_form_20496 {
    margin-top: 40px;
}.contact_box_13298 .photo_item_54076 {
    min-height: 250px;
}.contact_box_13298 .query_box_62093 {
    padding: 30px 20px;
}.contact_box_13298 form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact_box_13298 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_box_13298 form .reach_inquiry_37480 {
    width: 100%;
    padding: 15px 20px;
}}.contacts_71492 {
    padding: 80px 0;
    background: rgb(216,222,236);
    overflow: hidden;
    position: relative;
    z-index: 1;
}.contacts_71492::before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(179,192,211,0.5) 0%, transparent 50%, rgb(139,162,186,0.5) 100%);
    content: '';
    position: absolute;
    left: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.15;
}.contacts_71492::after {
    content: '';
    left: 0;
    animation: patternMove 120s linear infinite;
    background: radial-gradient(circle at 10% 20%, transparent 20%, rgb(179,192,211,0.5) 21%, transparent 22%),
                radial-gradient(circle at 90% 80%, transparent 20%, rgb(139,162,186,0.5) 21%, transparent 22%),
                radial-gradient(circle at 50% 50%, transparent 30%, rgb(179,192,211,0.5) 31%, transparent 32%);
    height: 100%;
    opacity: 0.07;
    width: 100%;
    position: absolute;
    top: 0;
    background-size: 60px 60px, 80px 80px, 100px 100px;
    z-index: -1;
}@keyframes patternMove {
    0% {
        background-position: 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 1000px 500px, -500px 1000px, 500px -500px;
    }
}

.contacts_71492 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.contacts_71492 .help_request_96478 {
    backdrop-filter: blur(10px);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 45px 40px;
    position: relative;
    border-radius: 29px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 2;
    background: #ffffff;
    overflow: hidden;
}.contacts_71492 .help_request_96478::before {
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(90deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    z-index: 3;
    height: 6px;
    width: 100%;
    position: absolute;
}.contacts_71492 .help_request_96478::after {
    bottom: -100px;
    border-radius: 50%;
    width: 200px;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    height: 200px;
    right: -100px;
    content: '';
    background: radial-gradient(circle, rgb(179,192,211,0.5) 0%, transparent 70%);
}.contacts_71492 .help_request_96478:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}.contacts_71492 h3 {
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    color: #000000;
}.contacts_71492 h3::after {
    left: 0;
    width: 40%;
    content: '';
    background: rgb(179,192,211);
    border-radius: 10px;
    height: 3px;
    bottom: 0;
    position: absolute;
}.contacts_71492 .contact_question_86402 {
    max-width: 90%;
    line-height: 1.6;
    font-size: 15px;
    color: #000000;
    margin-bottom: 35px;
}.contacts_71492 .write_feedback_06253 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 25px;
    position: relative;
}.contacts_71492 .write_feedback_06253::before {
    height: 1px;
    opacity: 0.3;
    left: 0;
    width: 100%;
    top: -15px;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(179,192,211,0.5) 0%, transparent 100%);
}.contacts_71492 .write_feedback_06253 span {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    padding: 16px 20px;
    flex-direction: column;
    display: flex;
}.contacts_71492 .write_feedback_06253 span::before {
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0.7;
    transition: all 0.3s ease;
    height: 100%;
    width: 3px;
    background: rgb(179,192,211);
}.contacts_71492 .write_feedback_06253 span:hover {
    border-color: rgba(rgb(179,192,211), 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}.contacts_71492 .write_feedback_06253 span:hover::before {
    width: 5px;
}.contacts_71492 .write_feedback_06253 span p {
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #000000;
}.contacts_71492 .write_feedback_06253 span:first-child p {
    font-weight: 600;
}.contacts_71492 .write_feedback_06253 span:nth-child(2) p {
    font-weight: 600;
}.contacts_71492 .write_feedback_06253 span > span {
    border: none;
    align-items: center;
    padding: 0;
    flex-direction: row;
    background: transparent;
    margin-top: 8px;
    display: flex;
}.contacts_71492 .write_feedback_06253 span > span::before {
    display: none;
}.contacts_71492 .write_feedback_06253 span > span:hover {
    transform: none;
    box-shadow: none;
}.contacts_71492 .write_feedback_06253 span a {
    transition: all 0.3s ease;
    color: rgb(179,192,211);
    text-decoration: none;
    font-weight: 600;
    position: relative;
}.contacts_71492 .write_feedback_06253 span a::after {
    height: 1px;
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    left: 0;
    bottom: -2px;
    content: '';
    background: rgb(179,192,211);
}.contacts_71492 .write_feedback_06253 span a:hover {
    color: rgb(139,162,186);
}.contacts_71492 .write_feedback_06253 span a:hover::after {
    background: rgb(139,162,186);
    width: 100%;
}.contacts_71492 .write_feedback_06253 span svg {
    width: 18px;
    stroke-linejoin: round;
    fill: none;
    flex-shrink: 0;
    stroke-width: 2;
    stroke-linecap: round;
    margin-right: 8px;
    stroke: rgb(179,192,211);
    transition: all 0.3s ease;
    height: 18px;
}.contacts_71492 .write_feedback_06253 span:hover svg {
    stroke: rgb(139,162,186);
    transform: scale(1.1);
}.contacts_71492 .write_feedback_06253 span:nth-child(3) svg {
    transform-origin: center;
}.contacts_71492 .write_feedback_06253 span:nth-child(3) svg path {
    stroke-dasharray: 20;
    animation: dashAnimation 3s linear infinite;
    stroke-dashoffset: 0;
}.contacts_71492 .write_feedback_06253 span:nth-child(4) svg {
    transform-origin: center;
}.contacts_71492 .write_feedback_06253 span:nth-child(4) svg path {
    stroke-dashoffset: 0;
    animation: dashAnimation 3s linear infinite;
    animation-delay: 0.5s;
    stroke-dasharray: 24;
}.contacts_71492 .write_feedback_06253 span:nth-child(5) svg {
    transform-origin: center;
    stroke-width: 1.7;
}.contacts_71492 .write_feedback_06253 span:nth-child(5) svg path {
    transition: all 0.3s ease;
}.contacts_71492 .write_feedback_06253 span:nth-child(5):hover svg path {
    stroke-width: 2.2;
}.contacts_71492 .write_feedback_06253 span:nth-child(6) svg {
    transform-origin: center;
}.contacts_71492 .write_feedback_06253 span:nth-child(6) svg path {
    stroke-dashoffset: 0;
    animation-delay: 1s;
    animation: dashAnimation 3s linear infinite;
    stroke-dasharray: 15;
}.contacts_71492 .write_feedback_06253 span:nth-child(3) svg {
    position: relative;
}.contacts_71492 .write_feedback_06253 span:nth-child(3) svg::before {
    transition: all 0.3s ease;
    width: 24px;
    opacity: 0.1;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 24px;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    z-index: -1;
    content: '';
    background: rgb(179,192,211);
}.contacts_71492 .write_feedback_06253 span:nth-child(3):hover svg::before {
    height: 30px;
    opacity: 0.2;
    background: rgb(139,162,186);
    width: 30px;
}.contacts_71492 .write_feedback_06253 span:nth-child(4) svg {
    position: relative;
}.contacts_71492 .write_feedback_06253 span:nth-child(4) svg path {
    transform-origin: center;
}.contacts_71492 .write_feedback_06253 span:nth-child(4):hover svg path {
    animation-duration: 2s;
}.contacts_71492 .write_feedback_06253 span:nth-child(6) svg path {
    transform-origin: center;
}.contacts_71492 .write_feedback_06253 span:nth-child(6):hover svg path {
    animation-duration: 2s;
}@keyframes dashAnimation {
    0% {
        stroke-dashoffset: 20;
    }
    50% {
        stroke-dashoffset: 0;
    }
    100% {
        stroke-dashoffset: -20;
    }
}

.contacts_71492 .ask_feedback_91463 {
    background: linear-gradient(135deg, rgba(rgb(179,192,211), 0.03) 0%, rgba(rgb(139,162,186), 0.03) 100%);
    padding: 25px 30px;
    overflow: hidden;
    position: relative;
    grid-column: 1 / -1;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.contacts_71492 .ask_feedback_91463::before {
    content: '';
    left: 0;
    background: radial-gradient(circle at 50% 0%, rgb(179,192,211,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    z-index: 0;
}.contacts_71492 .ask_feedback_91463 h4 {
    align-items: center;
    font-weight: 600;
    color: #000000;
    display: flex;
    font-size: 21px;
    position: relative;
    margin-bottom: 15px;
}.contacts_71492 .ask_feedback_91463 h4::before {
    background-size: contain;
    margin-right: 8px;
    content: '';
    flex-shrink: 0;
    height: 20px;
    background-position: center;
    display: inline-block;
    background-repeat: no-repeat;
    width: 20px;
}.contacts_71492 .ask_feedback_91463 h4 svg {
    stroke-linecap: round;
    margin-right: 8px;
    animation: clockRotation 12s linear infinite;
    stroke: rgb(179,192,211);
    transform-origin: center;
    width: 20px;
    height: 20px;
    stroke-linejoin: round;
    fill: none;
    stroke-width: 2;
}@keyframes clockRotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.contacts_71492 .ask_feedback_91463 h4 svg circle {
    stroke-opacity: 0.2;
    fill: transparent;
    stroke: rgb(179,192,211);
}.contacts_71492 .ask_feedback_91463 h4 svg path {
    stroke: rgb(179,192,211);
}.contacts_71492 .ask_feedback_91463 span {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.05);
    color: #000000;
    z-index: 1;
    display: block;
    position: relative;
    margin-bottom: 6px;
    padding: 8px 0;
}.contacts_71492 .ask_feedback_91463 span:last-child {
    border-bottom: none;
}.contacts_71492 .ask_feedback_91463 span::before {
    width: 6px;
    border-radius: 50%;
    margin-right: 8px;
    content: '';
    height: 6px;
    opacity: 0.5;
    background-color: rgb(179,192,211);
    display: inline-block;
}

@media (max-width: 992px) {.contacts_71492 {
    padding: 60px 0;
}.contacts_71492 .help_request_96478 {
    padding: 35px 30px;
}.contacts_71492 h3 {
    font-size: calc(36px * 0.9);
}.contacts_71492 .contact_question_86402 {
    max-width: 100%;
}.contacts_71492 .write_feedback_06253 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.contacts_71492 .write_feedback_06253 span svg {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 768px) {.contacts_71492 {
    padding: 50px 0;
}.contacts_71492 .help_request_96478 {
    padding: 30px 25px;
}.contacts_71492 h3 {
    padding-bottom: 12px;
    font-size: calc(36px * 0.8);
    margin-bottom: 15px;
}.contacts_71492 .contact_question_86402 {
    font-size: calc(15px * 0.95);
    margin-bottom: 25px;
}.contacts_71492 .write_feedback_06253 {
    gap: 15px;
    grid-template-columns: 1fr;
}.contacts_71492 .write_feedback_06253 span {
    padding: 12px 16px;
}.contacts_71492 .ask_feedback_91463 {
    padding: 20px 25px;
}.contacts_71492 .ask_feedback_91463 h4 {
    font-size: calc(21px * 0.9);
}.contacts_71492 .ask_feedback_91463 h4::before {
    height: 18px;
    width: 18px;
}.contacts_71492 .ask_feedback_91463 h4 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 576px) {.contacts_71492 {
    padding: 40px 0;
}.contacts_71492 .help_request_96478 {
    padding: 25px 20px;
}.contacts_71492 h3 {
    font-size: calc(36px * 0.7);
    padding-bottom: 10px;
}.contacts_71492 .write_feedback_06253 span {
    padding: 10px 14px;
}.contacts_71492 .write_feedback_06253 span p,
    .contacts_71492 .write_feedback_06253 span a {
    font-size: calc(15px * 0.9);
}.contacts_71492 .write_feedback_06253 span svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}.contacts_71492 .ask_feedback_91463 {
    padding: 18px 20px;
}.contacts_71492 .ask_feedback_91463 span {
    padding: 6px 0;
    font-size: calc(15px * 0.9);
}.contacts_71492 .ask_feedback_91463 h4::before {
    height: 16px;
    width: 16px;
    margin-right: 6px;
}.contacts_71492 .ask_feedback_91463 h4 svg {
    width: 16px;
    height: 16px;
}}.join_our_community_46328 {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,222,236) 100%);
    transform: perspective(1000px) rotateX(5deg);
    padding: 6rem 2rem;
    transform-origin: center bottom;
    position: relative;
    overflow: hidden;
}.join_our_community_46328::before {
    animation: gridMove 30s linear infinite;
    z-index: 0;
    left: -50%;
    height: 200%;
    top: -50%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    opacity: 0.03;
    position: absolute;
    width: 200%;
}.join_our_community_46328::after {
    background: rgb(179,192,211,0.5);
    z-index: 0;
    opacity: 0.05;
    bottom: 0;
    height: 50%;
    width: 50%;
    transform: translate(30%, 30%) rotate(30deg) skewX(-30deg) scale(1, 0.866);
    content: "";
    position: absolute;
    right: 0;
}.join_our_community_46328 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
}.join_our_community_46328 .skill_boost_68271 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    transform-style: preserve-3d;
    gap: 4rem;
}.join_our_community_46328 .skill_boost_68271::before {
    position: absolute;
    width: 50%;
    left: -10%;
    opacity: 0.1;
    height: 100%;
    transform: skewY(30deg) rotate(10deg) translateZ(-50px);
    background: rgb(139,162,186);
    content: "";
    filter: blur(20px);
    top: 20%;
}.join_our_community_46328 .skill_boost_68271::after {
    height: 40%;
    filter: blur(15px);
    opacity: 0.1;
    content: "";
    transform: skewY(-20deg) rotate(-10deg) translateZ(-30px);
    top: -20%;
    right: 10%;
    background: rgb(179,192,211);
    position: absolute;
    width: 40%;
}.join_our_community_46328 p {
    font-family: Arial, sans-serif;
    font-size: 36px;
    line-height: 1.3;
    color: #000000;
    font-weight: 700;
    transform: translateZ(20px);
    margin: 0;
    transform-style: preserve-3d;
    position: relative;
}.join_our_community_46328 p::before {
    opacity: 0.1;
    transform: translateZ(-10px) rotate(45deg);
    background: rgb(179,192,211);
    left: -30px;
    height: 80px;
    z-index: -1;
    width: 80px;
    content: "";
    top: -30px;
    position: absolute;
}.join_our_community_46328 p::after {
    width: 60%;
    left: 0;
    position: absolute;
    bottom: -15px;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(179,192,211) 0%, transparent 100%);
}.join_our_community_46328 .input_holder {
    position: relative;
    flex-direction: column;
    transform: translateZ(40px) translateX(20px) rotate(-2deg);
    display: flex;
    transform-style: preserve-3d;
    gap: 0;
}.join_our_community_46328 .input_holder::before {
    height: 100%;
    z-index: -1;
    top: 10px;
    transform: translateZ(-10px);
    opacity: 0.03;
    background: #000000;
    content: "";
    position: absolute;
    width: 100%;
    left: -10px;
}.join_our_community_46328 .sub_scale_79608 {
    background: #ffffff;
    color: #000000;
    border-bottom: none;
    font-family: Arial, sans-serif;
    outline: none;
    font-size: 15px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.5);
    transform: translateZ(10px);
    padding: 1.5rem;
}.join_our_community_46328 .sub_scale_79608:focus {
    box-shadow: 0 0 0 2px rgb(179,192,211,0.5);
    border-color: rgb(179,192,211);
}.join_our_community_46328 .reach_inquiry_37480 {
    padding: 1.5rem;
    transition: all 0.3s ease;
    font-size: 17px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    background: #000000;
    position: relative;
    color: #ffffff;
    border: none;
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
}.join_our_community_46328 .reach_inquiry_37480::before {
    z-index: -1;
    width: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    height: 100%;
    left: 0;
    content: "";
    background: rgb(179,192,211);
    top: 0;
    position: absolute;
}.join_our_community_46328 .reach_inquiry_37480:hover {
    color: #ffffff;
}.join_our_community_46328 .reach_inquiry_37480:hover::before {
    transform: translateY(0);
}.join_our_community_46328 .input_holder:hover {
    transform: translateZ(40px) translateX(20px) rotate(0deg);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (max-width: 992px) {.join_our_community_46328 {
    padding: 5rem 1.5rem;
    transform: perspective(1000px) rotateX(3deg);
}.join_our_community_46328 .skill_boost_68271 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.join_our_community_46328 .input_holder {
    transform: translateZ(30px) translateX(0) rotate(-2deg);
}.join_our_community_46328 .input_holder:hover {
    transform: translateZ(30px) translateX(0) rotate(0deg);
}.join_our_community_46328 p::before {
    width: 60px;
    height: 60px;
    top: -20px;
    left: -20px;
}
}

@media (max-width: 768px) {.join_our_community_46328 {
    padding: 4rem 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
}.join_our_community_46328 p {
    font-size: calc(36px * 0.8);
}.join_our_community_46328 .input_holder {
    transform: translateZ(20px) translateX(0) rotate(-1deg);
}.join_our_community_46328 .input_holder:hover {
    transform: translateZ(20px) translateX(0) rotate(0deg);
}
}

@media (max-width: 576px) {.join_our_community_46328 {
    transform: none;
    margin: 4rem 0;
    padding: 3rem 1rem;
}.join_our_community_46328 p {
    transform: none;
    font-size: 18px;
}.join_our_community_46328 .input_holder {
    transform: none;
}.join_our_community_46328 .input_holder:hover {
    transform: none;
}.join_our_community_46328 .sub_scale_79608,
    .join_our_community_46328 .reach_inquiry_37480 {
    transform: none;
    padding: 1.2rem 1rem;
}.join_our_community_46328 p::before,
    .join_our_community_46328 .skill_boost_68271::before,
    .join_our_community_46328 .skill_boost_68271::after {
    display: none;
}}.program_offerings_46528 {
    min-height: 100vh;
    padding: 100px 0;
    overflow: hidden;
    align-items: center;
    background: rgb(179,192,211);
    position: relative;
    display: flex;
    perspective: 1500px;
}.program_offerings_46528::before {
    top: 0;
    position: absolute;
    width: 100%;
    animation: gridPulse 8s linear infinite;
    z-index: 1;
    opacity: 0.08;
    content: "";
    left: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(179,192,211,0.5) 50%, rgb(179,192,211,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(179,192,211,0.5) 50%, rgb(179,192,211,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    height: 100%;
}.program_offerings_46528::after {
    background: 
        radial-gradient(circle at 30% 20%, rgb(179,192,211,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(139,162,186,0.5) 0%, transparent 50%);
    mix-blend-mode: screen;
    top: 0;
    opacity: 0.2;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 2;
    width: 100%;
    content: "";
}.program_offerings_46528 .container {
    max-width: 1600px;
    width: 100%;
    z-index: 5;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
}.program_offerings_46528 .new_skills_70462 {
    position: relative;
    grid-gap: 0;
    display: grid;
    grid-template-columns: 2fr 3fr;
    transform-style: preserve-3d;
}.program_offerings_46528 .text_body_20153 {
    border-left: 3px solid rgb(179,192,211);
    backdrop-filter: blur(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    transform: translateZ(50px);
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    z-index: 15;
    padding: 60px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(179,192,211,0.5);
}.program_offerings_46528 .text_body_20153::before {
    height: 100%;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(179,192,211,0.5) 50%, rgb(179,192,211,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    opacity: 0.05;
}.program_offerings_46528 .text_body_20153::after {
    right: 0;
    animation: rotateConic 10s linear infinite;
    transform: translate(50%, 50%);
    bottom: 0;
    background: 
        conic-gradient(from 0deg, rgb(179,192,211,0.5) 0deg, transparent 120deg);
    height: 150px;
    border-radius: 50%;
    content: "";
    width: 150px;
    position: absolute;
    opacity: 0.2;
}.program_offerings_46528 .text_body_20153 h2 {
    margin-bottom: 40px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgb(179,192,211,0.5);
    text-transform: uppercase;
    position: relative;
    font-size: 40px;
    padding-bottom: 20px;
}.program_offerings_46528 .text_body_20153 h2::after {
    height: 3px;
    width: 100px;
    position: absolute;
    content: "";
    bottom: 0;
    background: rgb(179,192,211);
    left: 0;
    box-shadow: 0 0 15px rgb(179,192,211);
}.program_offerings_46528 .text_body_20153 .description {
    position: relative;
    margin-bottom: 30px;
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 1.9;
    padding-left: 20px;
}.program_offerings_46528 .text_body_20153 .description::before {
    opacity: 0.7;
    position: absolute;
    left: 0;
    content: ">";
    color: rgb(139,162,186);
}.program_offerings_46528 .text_body_20153 .description:last-child {
    margin-bottom: 0;
}.program_offerings_46528 .hud-element {
    border: 1px solid rgb(179,192,211,0.5);
    position: absolute;
    opacity: 0.2;
    z-index: 5;
}.program_offerings_46528 .photo_item_54076 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    width: 100%;
    transform: translateZ(0) rotateY(-10deg);
    overflow: hidden;
    height: 650px;
    border-radius: 0;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
    position: relative;
    z-index: 10;
}.program_offerings_46528 .photo_item_54076::before {
    height: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    left: 0;
    width: 100%;
}.program_offerings_46528 .photo_item_54076::after {
    mix-blend-mode: overlay;
    height: 100%;
    z-index: 2;
    content: "";
    position: absolute;
    opacity: 0.1;
    left: 0;
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(179,192,211), 0.1) 2px, rgba(rgb(179,192,211), 0.1) 4px);
    animation: scanlines 8s linear infinite;
    width: 100%;
    top: 0;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.program_offerings_46528 {
    padding: 80px 0;
}.program_offerings_46528 .text_body_20153 {
    padding: 40px;
}.program_offerings_46528 .photo_item_54076 {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.program_offerings_46528 {
    padding: 60px 0;
    min-height: auto;
}.program_offerings_46528 .new_skills_70462 {
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.program_offerings_46528 .text_body_20153 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    padding: 30px;
    transform: translateZ(0);
}.program_offerings_46528 .photo_item_54076 {
    transform: translateZ(0) rotateY(0);
    height: 450px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
}
}

@media screen and (max-width: 767px) {.program_offerings_46528 {
    padding: 50px 0;
}.program_offerings_46528 .container {
    padding: 0 20px;
}.program_offerings_46528 .text_body_20153 {
    padding: 25px;
}.program_offerings_46528 .text_body_20153 h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
    font-size: calc(40px * 0.8);
}.program_offerings_46528 .text_body_20153 .description {
    margin-bottom: 20px;
    padding-left: 15px;
    font-size: calc(18px * 0.95);
}.program_offerings_46528 .photo_item_54076 {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.program_offerings_46528 {
    padding: 40px 0;
}.program_offerings_46528 .container {
    padding: 0 15px;
}.program_offerings_46528 .text_body_20153 {
    padding: 20px;
}.program_offerings_46528 .text_body_20153 h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.program_offerings_46528 .text_body_20153 h2::before {
    font-size: 14px;
    top: -20px;
}.program_offerings_46528 .photo_item_54076 {
    height: 280px;
}}.instructor_history_26817 {
    background-color: rgb(216,222,236);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.instructor_history_26817::before {
    content: "";
    background-size: 30px 30px;
    left: 0;
    right: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    position: absolute;
    z-index: 1;
    opacity: 0.6;
    top: 0;
    bottom: 0;
}.instructor_history_26817 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.instructor_history_26817 .review_views_18342 {
    border-radius: 16px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    display: grid;
    padding: 3rem;
    background: linear-gradient(145deg, #ffffff, rgb(216,222,236));
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 2rem;
    grid-template-columns: 1fr;
}.instructor_history_26817 .review_views_18342:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.instructor_history_26817 .photo_item_54076 {
    width: 150px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    border-radius: 16px;
    height: 150px;
    transform: translateZ(30px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.instructor_history_26817 .review_views_18342:hover .photo_item_54076 {
    transform: translateZ(50px) scale(1.05);
}.instructor_history_26817 .name {
    color: rgb(179,192,211);
    font-weight: 700;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: calc(19px * 1.1);
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
    letter-spacing: 0.02em;
    text-align: center;
}.instructor_history_26817 .review_views_18342:hover .name {
    transform: translateZ(30px);
}.instructor_history_26817 .review_views_18342 div:nth-child(2) div {
    font-size: calc(15px * 0.95);
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    text-align: center;
    color: rgb(139,162,186);
    font-weight: 600;
    transform: translateZ(15px);
}.instructor_history_26817 .review_views_18342:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.instructor_history_26817 .career_record_69145 {
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    line-height: 1.7;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    color: #000000;
    transform: translateZ(10px);
    backdrop-filter: blur(5px);
    font-size: 15px;
    padding: 2rem;
    position: relative;
}.instructor_history_26817 .review_views_18342:hover .career_record_69145 {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px);
}.instructor_history_26817 .career_record_69145::before {
    font-size: 5rem;
    opacity: 0.3;
    font-family: serif;
    content: "";
    top: -1.5rem;
    color: rgb(179,192,211,0.5);
    position: absolute;
    line-height: 1;
    left: 1rem;
    transition: all 0.4s ease;
}.instructor_history_26817 .review_views_18342:hover .career_record_69145::before {
    opacity: 0.5;
    transform: scale(1.1) translateY(-5px);
}

@media (min-width: 768px) {.instructor_history_26817 {
    padding: 8rem 0;
}.instructor_history_26817 .review_views_18342 {
    grid-template-columns: auto 1fr 2fr;
    gap: 3rem;
    align-items: center;
    padding: 4rem;
}.instructor_history_26817 .photo_item_54076 {
    width: 180px;
    height: 180px;
    margin: 0;
}.instructor_history_26817 .name {
    text-align: left;
    font-size: calc(19px * 1.2);
}.instructor_history_26817 .review_views_18342 div:nth-child(2) div {
    text-align: left;
    font-size: 15px;
}.instructor_history_26817 .career_record_69145 {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.instructor_history_26817 {
    padding: 10rem 0;
}.instructor_history_26817 .container {
    padding: 0 3rem;
}.instructor_history_26817 .review_views_18342 {
    gap: 4rem;
    padding: 5rem;
}.instructor_history_26817 .photo_item_54076 {
    height: 220px;
    width: 220px;
}.instructor_history_26817 .name {
    font-size: calc(19px * 1.3);
    margin-bottom: 0.75rem;
}.instructor_history_26817 .review_views_18342 div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 1.05);
}.instructor_history_26817 .career_record_69145 {
    font-size: calc(15px * 1.1);
    line-height: 1.9;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.instructor_history_26817 .review_views_18342 {
    padding: 2.5rem 1.5rem;
}.instructor_history_26817 .photo_item_54076 {
    width: 120px;
    height: 120px;
}.instructor_history_26817 .name {
    margin-top: 1rem;
}.instructor_history_26817 .career_record_69145 {
    padding: 1.5rem;
}}.statistical_overview_83542 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.statistical_overview_83542::before {
    top: 0;
    backdrop-filter: blur(5px);
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}.statistical_overview_83542::after {
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(179,192,211,0.5) 0%, transparent 50%, rgb(139,162,186,0.5) 100%);
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    animation: gradientShift 15s infinite alternate;
    top: 0;
}@keyframes gradientShift {
    0% {
        opacity: 0.6;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.8;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.6;
        background-position: 0% 100%;
    }
}

.statistical_overview_83542 .container {
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.statistical_overview_83542 .statistics_plus_60839 {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.05);
    padding: 50px 40px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.statistical_overview_83542 .statistics_plus_60839::before {
    background: radial-gradient(circle, rgb(179,192,211,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.3;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    animation: pulse 10s infinite ease-in-out;
    z-index: -1;
    position: absolute;
}@keyframes pulse {
    0% { transform: scale(0.8); opacity: 0.2; }
    50% { transform: scale(1.2); opacity: 0.3; }
    100% { transform: scale(0.8); opacity: 0.2; }
}

.statistical_overview_83542 .statistics_reasons_68207 {
    display: block;
    align-items: center;
    transition: transform 0.3s ease;
    margin: 0 auto 20px;
    height: 80px;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
    background: linear-gradient(135deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    display: flex;
    width: 80px;
}.statistical_overview_83542 .statistics_reasons_68207:hover {
    transform: translateY(-5px);
}.statistical_overview_83542 .statistics_reasons_68207 svg {
    height: 40px;
    width: 40px;
    fill: #ffffff;
}.statistical_overview_83542 .statistics_reasons_68207 svg path {
    fill: #ffffff;
}.statistical_overview_83542 .statistics_edges_83427 {
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 31px;
}.statistical_overview_83542 .statistics_edges_83427::after {
    width: 80px;
    height: 3px;
    background: linear-gradient(135deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    margin: 20px auto 0;
    border-radius: 10px;
    content: "";
    display: block;
}.statistical_overview_83542 .statistics_points_09846 {
    letter-spacing: 0.5px;
    margin-right: auto;
    font-size: 12px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 50px;
    text-align: center;
    margin-left: auto;
    max-width: 800px;
    font-weight: 400;
}.statistical_overview_83542 .statistics_pros_16340 {
    margin-top: 30px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.statistical_overview_83542 .pro_statistics_34598 {
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    text-align: center;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 30px 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
}.statistical_overview_83542 .pro_statistics_34598::before {
    top: -10px;
    height: 40px;
    content: "";
    transition: all 0.5s ease;
    width: 40px;
    opacity: 0.2;
    border-radius: 50%;
    left: -10px;
    background: linear-gradient(135deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    z-index: -1;
    position: absolute;
}.statistical_overview_83542 .pro_statistics_34598:hover {
    border-color: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.5);
}.statistical_overview_83542 .pro_statistics_34598:hover::before {
    opacity: 0.05;
    transform: scale(10);
}.statistical_overview_83542 .statistics_advantages_51630 {
    display: flex;
    height: 60px;
    margin: 0 auto 15px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(135deg, rgb(179,192,211,0.5) 0%, rgb(139,162,186,0.5) 100%);
    border-radius: 50%;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    width: 60px;
}.statistical_overview_83542 .statistics_advantages_51630 svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}.statistical_overview_83542 .statistics_advantages_51630 svg path {
    fill: #ffffff;
}.statistical_overview_83542 .pro_statistics_34598 span {
    display: block;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    font-weight: 700;
    position: relative;
    -webkit-text-fill-color: transparent;
    transform: translateZ(30px);
    font-size: calc(31px * 1.2);
    margin-bottom: 10px;
    -webkit-background-clip: text !important;
}.statistical_overview_83542 .pro_statistics_34598 span::after {
    display: block;
    margin: 10px auto;
    height: 2px;
    border-radius: 10px;
    width: 40px;
    background: linear-gradient(135deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    content: "";
}.statistical_overview_83542 .pro_statistics_34598 p {
    font-size: 12px;
    margin: 0;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

@media screen and (max-width: 992px) {.statistical_overview_83542 {
    padding: 80px 0;
}.statistical_overview_83542 .statistics_plus_60839 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.statistical_overview_83542 .statistics_reasons_68207 {
    width: 70px;
    height: 70px;
}.statistical_overview_83542 .statistics_reasons_68207 svg {
    height: 35px;
    width: 35px;
}.statistical_overview_83542 .statistics_pros_16340 {
    grid-template-columns: repeat(2, 1fr);
}.statistical_overview_83542 .statistics_advantages_51630 {
    width: 50px;
    height: 50px;
}.statistical_overview_83542 .statistics_advantages_51630 svg {
    width: 25px;
    height: 25px;
}
}

@media screen and (max-width: 768px) {.statistical_overview_83542 {
    padding: 60px 0;
}.statistical_overview_83542 .statistics_plus_60839 {
    transform: none;
    padding: 30px 20px;
}.statistical_overview_83542 .statistics_edges_83427 {
    font-size: calc(31px * 0.9);
}.statistical_overview_83542 .statistics_points_09846 {
    margin-bottom: 40px;
    font-size: calc(12px * 0.95);
}.statistical_overview_83542 .statistics_pros_16340 {
    grid-template-columns: 1fr;
    gap: 20px;
}.statistical_overview_83542 .pro_statistics_34598 span {
    font-size: calc(31px * 1.1);
}
}

@media screen and (max-width: 480px) {.statistical_overview_83542 {
    padding: 50px 0;
}.statistical_overview_83542 .container {
    padding: 0 15px;
}.statistical_overview_83542 .statistics_plus_60839 {
    padding: 25px 15px;
}.statistical_overview_83542 .statistics_reasons_68207 {
    margin-bottom: 15px;
    height: 60px;
    width: 60px;
}.statistical_overview_83542 .statistics_reasons_68207 svg {
    width: 30px;
    height: 30px;
}.statistical_overview_83542 .statistics_edges_83427 {
    font-size: calc(31px * 0.8);
    margin-bottom: 15px;
}.statistical_overview_83542 .statistics_edges_83427::after {
    margin: 15px auto 0;
    width: 60px;
}.statistical_overview_83542 .statistics_points_09846 {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.statistical_overview_83542 .pro_statistics_34598 {
    padding: 20px 15px;
}.statistical_overview_83542 .statistics_advantages_51630 {
    width: 45px;
    margin-bottom: 10px;
    height: 45px;
}.statistical_overview_83542 .statistics_advantages_51630 svg {
    width: 22px;
    height: 22px;
}.statistical_overview_83542 .pro_statistics_34598 span {
    font-size: calc(31px * 1);
}.statistical_overview_83542 .pro_statistics_34598 span::after {
    width: 30px;
    margin: 8px auto;
}.statistical_overview_83542 .pro_statistics_34598 p {
    font-size: calc(12px * 0.9);
}}.welcome_04312 {
    min-height: 100vh;
    position: relative;
    color: #ffffff;
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.welcome_04312 .edu_begin_36874 {
    position: relative;
    align-items: center;
    height: 100vh;
    display: flex;
    width: 100%;
    justify-content: flex-start;
}.welcome_04312 .edu_begin_36874::before {
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 40%,
    rgba(0, 0, 0, 0.4) 70%,
    rgba(0, 0, 0, 0.2) 100%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: "";
}.welcome_04312 .smart_learning_81467 {
    animation: appear 1s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    max-width: 650px;
    transform-style: preserve-3d;
    margin-left: 8%;
    z-index: 2;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, 
    rgba(rgb(179,192,211,0.5), 0.25) 0%, 
    rgba(rgb(179,192,211,0.5), 0.1) 100%);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.2),
    0 5px 15px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 3rem;
}.welcome_04312 .smart_learning_81467::before {
    bottom: -2px;
    position: absolute;
    background: linear-gradient(135deg, 
    rgb(179,192,211) 0%, 
    transparent 50%,
    rgb(139,162,186) 100%);
    content: "";
    z-index: -1;
    clip-path: polygon(
    0 0,
    100% 0,
    98% 100%,
    2% 100%
  );
    left: -2px;
    opacity: 0.4;
    right: -2px;
    filter: blur(5px);
    top: -2px;
}.welcome_04312 .smart_learning_81467 > div {
    transform: translateZ(20px);
    margin-bottom: 2rem;
}.welcome_04312 .title_style_header {
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    background-clip: text !important;
    animation: slideIn 0.8s 0.3s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    line-height: 1.2;
    display: inline-block;
    -webkit-text-fill-color: transparent;
    transform: translateX(-5px);
    background: linear-gradient(
    135deg, 
    #ffffff 0%, 
    rgba(255, 255, 255, 0.85) 100%
  );
    font-size: calc(42px * 1.15);
}.welcome_04312 .title_style_header::after {
    background: rgb(179,192,211);
    transform-origin: left;
    animation: growLine 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    width: 80px;
    position: absolute;
    content: "";
    height: 4px;
    bottom: -10px;
    left: 0;
}.welcome_04312 h3 {
    font-size: calc(18px * 1.1);
    transform: translateX(-5px);
    line-height: 1.4;
    opacity: 0.95;
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    animation: slideIn 0.8s 0.5s cubic-bezier(0.16, 1, 0.3, 1) backwards;
}.welcome_04312 p {
    padding-left: 1.5rem;
    font-weight: 400;
    animation: slideIn 0.8s 0.7s cubic-bezier(0.16, 1, 0.3, 1) backwards;
    letter-spacing: 0.5px;
    line-height: 1.6;
    position: relative;
    opacity: 0.9;
    transform: translateX(-5px);
    font-size: calc(12px * 1.1);
}.welcome_04312 p::before {
    transform: translateY(-50%) rotate(45deg);
    content: "";
    left: 0;
    height: 12px;
    width: 12px;
    top: 50%;
    background: rgb(179,192,211);
    border-radius: 2px;
    position: absolute;
}@keyframes appear {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) translateY(0);
  }
}

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

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

.welcome_04312::after {
    content: "";
    right: 0;
    height: 15%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(179,192,211,0.5), 0.15) 100%);
    position: absolute;
    width: 40%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    bottom: 0;
}

@media (max-width: 1200px) {.welcome_04312 .smart_learning_81467 {
    max-width: 550px;
    margin-left: 6%;
    padding: 2.5rem;
}.welcome_04312 .title_style_header {
    font-size: calc(42px * 1.05);
}
}

@media (max-width: 992px) {.welcome_04312 .smart_learning_81467 {
    padding: 2.25rem;
    margin-left: 5%;
    max-width: 500px;
}.welcome_04312 .title_style_header {
    font-size: 42px;
}.welcome_04312 h3 {
    font-size: 18px;
}
}

@media (max-width: 768px) {.welcome_04312 .edu_begin_36874 {
    align-items: center;
    min-height: 100vh;
    height: auto;
}.welcome_04312 .smart_learning_81467 {
    transform: perspective(1000px) rotateY(0deg);
    max-width: 90%;
    margin: 0 auto;
    padding: 2rem;
}.welcome_04312 .title_style_header {
    font-size: calc(42px * 0.9);
}.welcome_04312 .title_style_header::after {
    width: 60px;
}.welcome_04312 h3 {
    font-size: calc(18px * 0.95);
}.welcome_04312 p {
    font-size: 12px;
}
}

@media (max-width: 576px) {.welcome_04312 .smart_learning_81467 {
    clip-path: polygon(
      0 0,
      100% 0,
      97% 100%,
      3% 100%
    );
    padding: 1.75rem;
}.welcome_04312 .title_style_header {
    font-size: calc(42px * 0.8);
}.welcome_04312 h3 {
    letter-spacing: 0.3px;
    font-size: calc(18px * 0.9);
}.welcome_04312 p {
    padding-left: 1.25rem;
    font-size: calc(12px * 0.95);
}.welcome_04312 p::before {
    width: 10px;
    height: 10px;
}
}

@media (max-width: 480px) {.welcome_04312 .smart_learning_81467 {
    padding: 1.5rem;
}.welcome_04312 .smart_learning_81467 > div {
    margin-bottom: 1.5rem;
}.welcome_04312 .title_style_header {
    font-size: calc(42px * 0.75);
}.welcome_04312 .title_style_header::after {
    height: 3px;
    bottom: -8px;
    width: 50px;
}
}

@media (max-height: 700px) {.welcome_04312 .edu_begin_36874 {
    height: auto;
    min-height: 100vh;
}.welcome_04312 .smart_learning_81467 {
    padding: 2rem;
}.welcome_04312 .smart_learning_81467 > div {
    margin-bottom: 1.5rem;
}}footer {
    position: relative;
}footer::before {
    bottom: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, #000000 0%, rgb(179,192,211) 150%);
    content: '';
    opacity: 0.92;
    z-index: 1;
    left: 0;
}.module_end_01825 {
    color: #ffffff;
    padding: 70px 0;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
}.module_end_01825 .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}.module_end_01825 .company_holder {
    padding: 30px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
}.module_end_01825 .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.module_end_01825 .company_holder::before {
    left: 0;
    background: rgb(179,192,211);
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    top: 0;
}.module_end_01825 .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    font-size: 33px;
    display: inline-block;
    position: relative;
}.module_end_01825 .company_holder h3::after {
    width: 60px;
    height: 3px;
    bottom: -8px;
    content: '';
    position: absolute;
    background: rgb(139,162,186);
    left: 0;
}.module_end_01825 .webinar_cta_42860 {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
}.module_end_01825 .degree_path_14378 {
    position: relative;
}.module_end_01825 .first_teach_37159 {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.module_end_01825 .top_pro_26340 {
    flex: 0 0 calc(50% - 15px);
    position: relative;
}.module_end_01825 .top_pro_26340 h5 {
    margin-bottom: 20px;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 21px;
    padding-left: 15px;
    border-left: 3px solid rgb(179,192,211);
    font-weight: 600;
    color: #ffffff;
}.module_end_01825 .top_pro_26340 .first_teach_37159 {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.module_end_01825 .top_pro_26340 .first_teach_37159 a {
    position: relative;
    font-size: 15px;
    padding: 8px 15px;
    z-index: 1;
    background: rgba(255, 255, 255, 0.05);
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.module_end_01825 .top_pro_26340 .first_teach_37159 a::before {
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    width: 0;
    background: rgb(179,192,211,0.5);
}.module_end_01825 .top_pro_26340 .first_teach_37159 a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateX(5px);
}.module_end_01825 .top_pro_26340 .first_teach_37159 a:hover::before {
    width: 100%;
}.science_ref_50218 {
    z-index: 2;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 20px 0;
}.science_ref_50218 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.science_ref_50218 .assign_help_35409 {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 13px;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    bottom: 0;
    left: 0;
    content: '';
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    position: absolute;
    background-size: 40px 40px;
    z-index: 1;
    top: 0;
}

@media (max-width: 992px) {.module_end_01825 .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.module_end_01825 {
    padding: 50px 0;
}.module_end_01825 .top_pro_26340 {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.module_end_01825 {
    padding: 40px 0;
}.module_end_01825 .company_holder h3 {
    font-size: calc(33px * 0.8);
}.module_end_01825 .top_pro_26340 h5 {
    font-size: calc(21px * 0.9);
}.module_end_01825 .top_pro_26340 .first_teach_37159 a,
    .module_end_01825 .footer_agreement {
    font-size: calc(15px * 0.95);
}}

.science_ref_50218::before {
    content: '';
    opacity: 0.2;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    position: absolute;
    width: 100%;
}header {
    z-index: 100;
    padding: 0;
    background: linear-gradient(to right, #ffffff, rgb(216,222,236));
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    position: relative;
    width: 100%;
}header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    top: 0;
    background-size: 20px 20px;
    height: 100%;
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
}header::after {
    top: 0;
    background: linear-gradient(to bottom, rgb(179,192,211), rgb(139,162,186));
    position: absolute;
    z-index: 1;
    height: 100%;
    content: '';
    left: 0;
    width: 5px;
}header .container {
    width: 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    z-index: 2;
    padding: 0;
}header .nav_begin_97360 {
    justify-content: space-between;
    padding: 0.9rem 3%;
    margin-left: 5px;
    align-items: center;
    display: flex;
}header .head_sitewrap_82695 {
    align-items: center;
    padding: 0.5rem;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px;
    position: relative;
}header .head_sitewrap_82695:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .head_sitewrap_82695 svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .top_pro_26340 {
    display: flex;
    padding: 0.4rem 0.6rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    gap: 0.4rem;
    align-items: center;
    position: relative;
}header .top_pro_26340::before {
    right: -2px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(179,192,211,0.5), rgb(139,162,186,0.5));
    position: absolute;
    opacity: 0.5;
    bottom: -2px;
    left: -2px;
    content: '';
    top: -2px;
    border-radius: calc(10px + 2px);
}header .nav_top_35792 {
    background: #ffffff;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    font-family: Arial, sans-serif;
    font-size: 15px;
    z-index: 1;
    border-radius: 10px;
    padding: 0.4rem 0.7rem;
    text-decoration: none;
    color: #000000;
    font-weight: 400;
}header .nav_top_35792::before {
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    content: '';
    width: 100%;
    background: linear-gradient(45deg, rgb(179,192,211,0.5), rgb(139,162,186,0.5));
    height: 100%;
    z-index: -1;
    opacity: 0;
    top: 0;
}header .nav_top_35792:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    color: #ffffff;
    transform: translateY(-2px);
}header .nav_top_35792:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .nav_begin_97360 {
    padding: 0.8rem 2.5%;
}header .head_sitewrap_82695 svg {
    width: 130px;
}header .top_pro_26340 {
    gap: 0.3rem;
    padding: 0.35rem 0.5rem;
}header .nav_top_35792 {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .nav_begin_97360 {
    flex-direction: column;
    margin-left: 3px;
    align-items: flex-start;
    padding: 0.8rem 2%;
    gap: 0.7rem;
}header .head_sitewrap_82695 {
    padding: 0.4rem;
}header .head_sitewrap_82695 svg {
    width: 120px;
}header .top_pro_26340 {
    padding: 0.4rem;
    overflow-x: auto;
    width: 98%;
    justify-content: flex-start;
}header .top_pro_26340::-webkit-scrollbar {
    height: 2px;
}header .top_pro_26340::-webkit-scrollbar-thumb {
    background: rgb(179,192,211);
    border-radius: 10px;
}header .nav_top_35792 {
    font-size: calc(15px - 1px);
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .nav_begin_97360 {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .head_sitewrap_82695 svg {
    width: 110px;
}header .top_pro_26340 {
    padding: 0.3rem;
}header .nav_top_35792 {
    padding: 0.3rem 0.4rem;
    font-size: calc(15px - 2px);
}}.course_rewards_95023 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(216,222,236) 0%, rgba(255,255,255,0.97) 100%);
}.course_rewards_95023::before {
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(179,192,211,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(139,162,186,0.5), 0.07) 0%, transparent 50%);
    content: "";
}.course_rewards_95023::after {
    bottom: -2px;
    left: 0;
    content: "";
    z-index: 1;
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    height: 6px;
    position: absolute;
    width: 100%;
    transform-origin: left;
}.course_rewards_95023 h5 {
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    margin-bottom: 3rem;
    text-align: center;
}.course_rewards_95023 h5::after {
    bottom: -12px;
    height: 3px;
    width: 60px;
    background: rgb(179,192,211);
    transform: translateX(-50%);
    left: 50%;
    content: "";
    position: absolute;
}.course_rewards_95023 .container {
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course_rewards_95023 .skill_boost_68271 {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border-radius: 4px;
    display: flex;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
    flex-direction: column;
}.course_rewards_95023 .skill_boost_68271:hover {
    transform: translateY(-5px);
}.course_rewards_95023 .photo_item_54076 {
    object-position: center;
    object-fit: cover;
    height: 300px;
    transition: transform 1.2s ease-out;
    width: 100%;
    transform: scale(1);
    display: block;
}.course_rewards_95023 .skill_boost_68271:hover .photo_item_54076 {
    transform: scale(1.05);
}.course_rewards_95023 .text_body_20153 {
    position: relative;
    padding: 2.5rem 2rem;
}.course_rewards_95023 .text_body_20153::before {
    content: "";
    height: 0;
    left: 0;
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(179,192,211), rgb(139,162,186));
    width: 3px;
}.course_rewards_95023 .skill_boost_68271:hover .text_body_20153::before {
    height: 100%;
}.course_rewards_95023 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.course_rewards_95023 li {
    transition: transform 0.3s ease;
    transform: translateX(0);
    position: relative;
    padding-left: 38px;
    margin-bottom: 1.2rem;
}.course_rewards_95023 li:hover {
    transform: translateX(5px);
}.course_rewards_95023 li p {
    margin: 0;
    line-height: 1.6;
    align-items: flex-start;
    color: #000000;
    display: flex;
    font-size: 18px;
    font-weight: 400;
}.course_rewards_95023 li svg {
    position: absolute;
    transition: transform 0.3s ease;
    top: 2px;
    width: 26px;
    height: 26px;
    left: 0;
    margin-right: 12px;
}.course_rewards_95023 li:hover svg {
    transform: rotate(10deg);
}.course_rewards_95023 svg path {
    transition: fill 0.3s ease;
    fill: rgb(179,192,211);
}.course_rewards_95023 li:hover svg path {
    fill: rgb(139,162,186);
}

@media (min-width: 768px) {.course_rewards_95023 .skill_boost_68271 {
    flex-direction: row;
    align-items: stretch;
}.course_rewards_95023 .skill_boost_68271 > div:first-child {
    overflow: hidden;
    flex: 0 0 45%;
}.course_rewards_95023 .photo_item_54076 {
    height: 100%;
}.course_rewards_95023 .text_body_20153 {
    padding: 3rem;
    flex: 0 0 55%;
}.course_rewards_95023 ul {
    columns: 1;
}
}

@media (min-width: 992px) {.course_rewards_95023 {
    padding: 8rem 0;
}.course_rewards_95023 h5 {
    margin-bottom: 4rem;
    font-size: calc(22px * 1.1);
}.course_rewards_95023 .text_body_20153 {
    padding: 3.5rem;
}.course_rewards_95023 ul {
    column-gap: 2rem;
    columns: 2;
}.course_rewards_95023 li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.course_rewards_95023 {
    padding: 4rem 0;
}.course_rewards_95023 h5 {
    font-size: calc(22px * 0.9);
    padding: 0 15px;
    line-height: 1.4;
}.course_rewards_95023 .photo_item_54076 {
    height: 220px;
}.course_rewards_95023 .text_body_20153 {
    padding: 1.8rem 1.5rem;
}.course_rewards_95023 li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.course_rewards_95023 h5 {
    font-size: calc(22px * 0.8);
}.course_rewards_95023 .photo_item_54076 {
    height: 180px;
}.course_rewards_95023 .text_body_20153 {
    padding: 1.5rem 1.2rem;
}.course_rewards_95023 li {
    padding-left: 34px;
}.course_rewards_95023 li svg {
    height: 22px;
    width: 22px;
}
}

@media (hover: none) {.course_rewards_95023 .skill_boost_68271,
  .course_rewards_95023 .skill_boost_68271:hover {
    transform: translateY(0);
}.course_rewards_95023 .photo_item_54076,
  .course_rewards_95023 .skill_boost_68271:hover .photo_item_54076 {
    transform: scale(1);
}.course_rewards_95023 li:hover {
    transform: translateX(0);
}}.privacy_block_41528 {
    grid-gap: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 60px;
    color: rgb(255, 255, 255, 0.5);
    grid-template-columns: 1fr;
    height: auto;
    display: grid;
    background: linear-gradient(135deg, rgb(139,162,186) 25%, rgb(179,192,211) 75%);
}.privacy_block_41528 h1 {
    letter-spacing: 3px;
    font-size: 39px;
    text-align: center;
    color: #ffffff;
    font-family: Arial, sans-serif;
    grid-column: span 2;
    border-radius: 10px;
    text-transform: uppercase;
    background: rgb(179,192,211);
    font-weight: 700;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}.privacy_block_41528 h2 {
    padding: 10px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    margin-top: 0;
    text-align: left;
    background: rgb(139,162,186);
    font-size: 37px;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid #ffffff;
}.privacy_block_41528 h3, .privacy_block_41528 h4, .privacy_block_41528 h5, .privacy_block_41528 h6 {
    color: #ffffff;
    border-radius: 10px;
    border-left: 4px solid rgb(179,192,211);
    margin-top: 15px;
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 10px;
    text-align: left;
    font-size: 18px;
}.privacy_block_41528 ul, .privacy_block_41528 ol {
    margin: 15px 0;
    list-style: none;
    list-style-position: inside;
    padding-left: 20px;
    padding: 10px;
    font-size: 13px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.8;
    border-radius: 10px;
}.privacy_block_41528 li {
    padding-left: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
}.privacy_block_41528 li::before {
    box-shadow: 0 0 0 2px #ffffff;
    position: absolute;
    left: -10px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    background-color: rgb(139,162,186);
    content: "";
}.privacy_block_41528 section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: rgb(216,222,236);
    padding: 20px;
    color: #000000;
    border-radius: 10px;
    grid-gap: 20px;
}

@media only screen and (max-width: 800px) {.privacy_block_41528 {
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_block_41528 h1 {
    font-size: calc(18px - 8px);
}.privacy_block_41528 h2 {
    font-size: calc(18px - 6px);
}.privacy_block_41528 h3, .privacy_block_41528 h4, .privacy_block_41528 h5, .privacy_block_41528 h6 {
    font-size: calc(18px - 4px);
}.privacy_block_41528 ul, .privacy_block_41528 ol {
    font-size: calc(13px - 2px);
    padding-left: 15px;
}.privacy_block_41528 section {
    grid-template-columns: 1fr;
}}.access_now_62198 {
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(139,162,186,0.5), #ffffff 90%);
}.access_now_62198::before {
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(139,162,186,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(179,192,211,0.5) 0%, transparent 30%);
    opacity: 0.6;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
}.access_now_62198::after {
    left: 0;
    height: 6px;
    background: linear-gradient(90deg, transparent, rgb(139,162,186) 40%, rgb(179,192,211) 60%, transparent);
    position: absolute;
    bottom: -5px;
    width: 100%;
    z-index: 1;
    content: "";
}.access_now_62198 .container {
    padding: 0 15px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    display: flex;
    align-items: center;
    max-width: 1140px;
    flex-direction: column;
}.access_now_62198 h2 {
    transform: translateY(0);
    line-height: 1.4;
    color: #000000;
    font-weight: 600;
    max-width: 860px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 2.5rem;
    font-size: 31px;
    letter-spacing: -0.01em;
    font-family: Arial, sans-serif;
    text-align: center;
}.access_now_62198:hover h2 {
    transform: translateY(-5px);
}.access_now_62198 .skill_boost_68271 {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem 3rem;
    box-shadow: 
        0 10px 25px -5px rgba(0,0,0,0.05),
        0 0 0 1px rgba(0,0,0,0.02);
    position: relative;
    gap: 1.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    background: linear-gradient(145deg, #ffffff, rgba(255,255,255,0.8));
    justify-content: center;
    align-items: center;
    display: flex;
    isolation: isolate;
}.access_now_62198 .skill_boost_68271::before {
    transition: opacity 0.5s ease;
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(139,162,186,0.5) 49%, rgb(139,162,186,0.5) 51%, transparent 52%);
    height: 100%;
    opacity: 0;
    top: 0;
}.access_now_62198 .skill_boost_68271:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 35px -10px rgba(0,0,0,0.1),
        0 0 0 1px rgba(0,0,0,0.03);
}.access_now_62198 .skill_boost_68271:hover::before {
    opacity: 0.5;
}.access_now_62198 svg {
    height: 42px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0) rotate(0);
    width: 42px;
}.access_now_62198 .skill_boost_68271:hover svg {
    transform: translateY(-3px) rotate(-5deg);
}.access_now_62198 svg path {
    transition: fill 0.3s ease;
    fill: rgb(139,162,186);
}.access_now_62198 .skill_boost_68271:hover svg path {
    fill: rgb(179,192,211);
}.access_now_62198 .reach_inquiry_37480 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(179,192,211), rgb(139,162,186));
    position: relative;
    padding: 0.9rem 2rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    border-radius: 4px;
    display: inline-block;
}.access_now_62198 .reach_inquiry_37480::before {
    transition: left 0.6s ease;
    position: absolute;
    z-index: -1;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    left: -100%;
    width: 100%;
    height: 100%;
    top: 0;
}.access_now_62198 .reach_inquiry_37480:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.access_now_62198 .reach_inquiry_37480:hover::before {
    left: 100%;
}.access_now_62198 .reach_inquiry_37480:active {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

@media (max-width: 992px) {.access_now_62198 {
    padding: 4rem 0;
}.access_now_62198 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 2rem;
}.access_now_62198 .skill_boost_68271 {
    padding: 1.5rem 2.5rem;
}
}

@media (max-width: 768px) {.access_now_62198 {
    padding: 3.5rem 0;
}.access_now_62198 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.8rem;
}.access_now_62198 .skill_boost_68271 {
    gap: 1.2rem;
    flex-direction: column;
    padding: 1.5rem 2rem;
}.access_now_62198 svg {
    height: 36px;
    width: 36px;
}.access_now_62198 .reach_inquiry_37480 {
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 576px) {.access_now_62198 {
    padding: 3rem 0;
}.access_now_62198 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.7);
    line-height: 1.5;
}.access_now_62198 .skill_boost_68271 {
    padding: 1.2rem 1.5rem;
    width: 100%;
}.access_now_62198 .reach_inquiry_37480 {
    width: 100%;
    text-align: center;
    padding: 0.8rem 1.5rem;
}
}

@media (prefers-reduced-motion: reduce) {.access_now_62198 h2,
    .access_now_62198 svg,
    .access_now_62198 .skill_boost_68271,
    .access_now_62198 .reach_inquiry_37480::before {
    transition: none;
}.access_now_62198:hover h2,
    .access_now_62198 .skill_boost_68271:hover svg,
    .access_now_62198 .skill_boost_68271:hover {
    transform: none;
}.access_now_62198 .reach_inquiry_37480:hover::before {
    left: -100%;
}}.thanksGrid_07298 {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(216,222,236) 100%);
}.thanksGrid_07298::before {
    opacity: 0.4;
    z-index: 1;
    background: linear-gradient(145deg, rgb(139,162,186,0.5) 0%, transparent 80%);
    transform: rotate(-15deg) skew(10deg);
    animation: float 12s ease-in-out infinite alternate;
    top: -10%;
    height: 70%;
    filter: blur(40px);
    content: "";
    position: absolute;
    width: 40%;
    left: -5%;
}.thanksGrid_07298::after {
    width: 35%;
    opacity: 0.3;
    filter: blur(30px);
    bottom: -5%;
    height: 60%;
    background: linear-gradient(215deg, rgb(179,192,211,0.5) 0%, transparent 70%);
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    content: "";
    transform: rotate(10deg) skew(-5deg);
    right: -5%;
    z-index: 1;
}.thanksGrid_07298 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 3;
    max-width: 1200px;
}.thanksGrid_07298 h2 {
    transform: translateY(20px);
    position: relative;
    color: #000000;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
    opacity: 0;
    font-family: Arial, sans-serif;
    font-size: 38px;
    letter-spacing: -0.02em;
}.thanksGrid_07298 h2::after {
    opacity: 0;
    content: "";
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    transform-origin: center;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    background: linear-gradient(90deg, rgb(179,192,211) 0%, rgb(139,162,186) 100%);
    bottom: -15px;
}.thanksGrid_07298 .skill_boost_68271 {
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    opacity: 0;
    padding: 50px 40px;
    background: #ffffff;
    transform: translateY(30px);
    position: relative;
    overflow: hidden;
}.thanksGrid_07298 .skill_boost_68271::before {
    width: 5px;
    transform: scaleY(0);
    transform-origin: top;
    left: 0;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(179,192,211), rgb(139,162,186));
    height: 100%;
    position: absolute;
    top: 0;
    content: "";
}.thanksGrid_07298 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksGrid_07298 li {
    padding-left: 25px;
    position: relative;
}.thanksGrid_07298 li::before {
    height: 8px;
    left: 0;
    border-radius: 50%;
    transform: scale(0);
    position: absolute;
    background: rgb(139,162,186);
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 10px;
    content: "";
    width: 8px;
}.thanksGrid_07298 span {
    opacity: 0;
    font-weight: 400;
    transform: translateY(10px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 14px;
    display: block;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.thanksGrid_07298 {
    padding: 100px 0 70px;
}.thanksGrid_07298 h2 {
    font-size: calc(38px * 0.9);
}.thanksGrid_07298 .skill_boost_68271 {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.thanksGrid_07298 {
    padding: 80px 0 60px;
}.thanksGrid_07298 h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.thanksGrid_07298 h2::after {
    width: 60px;
    bottom: -12px;
}.thanksGrid_07298 .skill_boost_68271 {
    padding: 35px 30px;
}.thanksGrid_07298 span {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 576px) {.thanksGrid_07298 {
    padding: 60px 0 50px;
}.thanksGrid_07298 h2 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: calc(38px * 0.7);
}.thanksGrid_07298 h2::after {
    height: 2px;
    bottom: -10px;
    width: 50px;
}.thanksGrid_07298 .skill_boost_68271 {
    padding: 30px 20px;
}.thanksGrid_07298 li {
    padding-left: 20px;
}.thanksGrid_07298 li::before {
    top: 12px;
    height: 6px;
    width: 6px;
}.thanksGrid_07298 span {
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.cookieAlertContainer_29157 {
    overflow: hidden;
    padding: 1rem 0;
    justify-content: center;
    align-items: center;
    border-top: 3px solid rgb(179,192,211);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    bottom: 0;
    display: flex;
    transition: transform 0.3s ease-in-out;
    z-index: 90;
    background: rgb(216,222,236);
}#privacyModalWindow_95826 {
    display: none;
}#privacyModalWindow_95826:checked ~ .cookieAlertContainer_29157 {
    visibility: hidden;
    opacity: 0;
}.cookieAlertContainer_29157 .container {
    max-width: 1140px;
    justify-content: space-between;
    display: flex;
    z-index: 1;
    padding: 0 15px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 1rem;
    position: relative;
}.web_cookies_17934 {
    align-items: center;
    display: flex;
    margin-right: 1rem;
    flex-shrink: 0;
}.web_cookies_17934 svg {
    fill: rgb(179,192,211);
    height: 50px;
    width: 50px;
}.cookies_consent_09847 {
    flex: 1;
    min-width: 300px;
    margin-bottom: 20px;
}.cookies_consent_09847 h5 {
    font-weight: 600;
    color: rgb(179,192,211);
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}.cookies_consent_09847 p {
    font-size: 1rem;
    color: #000000;
}.track_optin_98465 {
    display: inline-block;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
    background: rgb(179,192,211);
    border-radius: 10px;
    font-size: 1rem;
    border: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}.cookie_button.privacy_ack_24356 {
    background: rgb(179,192,211);
}.cookie_button.accept_cookies_64582 {
    background: #000000;
    margin-left: 0.5rem;
}.track_optin_98465:hover {
    background: #000000;
    transform: translateY(-3px);
}.cookie_button.accept_cookies_64582:hover {
    background: rgb(179,192,211);
}.cookieAlertContainer_29157 p a {
    transition: color 0.3s ease;
    color: rgb(179,192,211);
    text-decoration: underline;
}.cookieAlertContainer_29157 p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookieAlertContainer_29157 .container {
    flex-direction: column;
    align-items: center;
}.web_cookies_17934 {
    margin-bottom: 1rem;
    margin-right: 0;
}.cookies_consent_09847 {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.accept_cookies_64582 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.our_story_05187 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background-color: rgb(216,222,236);
}.our_story_05187::before {
    width: 400px;
    right: -100px;
    content: '';
    height: 400px;
    background: rgb(179,192,211,0.5);
    top: -100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
}.our_story_05187::after {
    content: '';
    opacity: 0.15;
    border-radius: 50%;
    bottom: -100px;
    height: 500px;
    position: absolute;
    background: rgb(139,162,186,0.5);
    left: -100px;
    width: 500px;
}.our_story_05187 .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.our_story_05187 .skill_boost_68271 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    position: relative;
    gap: 40px;
    align-items: center;
}.our_story_05187 .learning_track_68425 {
    grid-column: span 4;
    position: relative;
}.our_story_05187 .photo_item_54076 {
    border-radius: 13px;
    width: 100%;
    transition: all 0.3s ease;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    aspect-ratio: 1/1.2;
    position: relative;
}.our_story_05187 .photo_item_54076:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.12), 
                -25px -25px 70px rgba(255, 255, 255, 0.9);
    transform: translateY(-10px);
}.our_story_05187 .knowledge_growth_90735 {
    position: relative;
    border-radius: 13px;
    margin-right: 20px;
    padding: 25px 30px;
    background-color: #ffffff;
    z-index: 2;
    margin-top: -50px;
    margin-left: 20px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.05), 
                -15px -15px 30px rgba(255, 255, 255, 0.6);
}.our_story_05187 .learn_zone_60725 {
    text-align: center;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}.our_story_05187 .learn_experts_61057 {
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    color: rgb(179,192,211);
}.our_story_05187 .text_body_20153 {
    background-color: #ffffff;
    grid-column: span 8;
    padding: 50px;
    position: relative;
    border-radius: 13px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.06), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
}.our_story_05187 .smart_classes_87614 {
    font-size: 18px;
    color: #000000;
    align-items: center;
    font-weight: 600;
    margin-bottom: 25px;
    display: flex;
}.our_story_05187 .smart_classes_87614 svg {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    fill: rgb(179,192,211);
}.our_story_05187 .smart_classes_87614 svg path {
    fill: rgb(179,192,211);
}.our_story_05187 h2 {
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 34px;
    font-weight: 700;
}.our_story_05187 h2::before {
    position: absolute;
    content: '';
    top: 50%;
    left: -50px;
    width: 30px;
    transform: translateY(-50%);
    background-color: rgb(179,192,211);
    height: 3px;
}.our_story_05187 p {
    color: #000000;
    line-height: 1.8;
    position: relative;
    font-size: 14px;
}

@media (max-width: 992px) {.our_story_05187 {
    padding: 80px 0;
}.our_story_05187 .skill_boost_68271 {
    grid-template-columns: 1fr;
    gap: 50px;
}.our_story_05187 .learning_track_68425 {
    max-width: 400px;
    grid-column: span 1;
    margin: 0 auto;
}.our_story_05187 .text_body_20153 {
    grid-column: span 1;
    padding: 40px 30px;
}.our_story_05187 h2::before {
    width: 20px;
    left: -30px;
}
}

@media (max-width: 768px) {.our_story_05187 {
    padding: 60px 0;
}.our_story_05187 .knowledge_growth_90735 {
    margin-top: -40px;
    padding: 20px;
}.our_story_05187 .text_body_20153 {
    padding: 30px 25px;
}.our_story_05187 h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.our_story_05187 h2::before {
    display: none;
}.our_story_05187 p {
    padding-left: 15px;
}
}

@media (max-width: 480px) {.our_story_05187 {
    padding: 40px 0;
}.our_story_05187 .knowledge_growth_90735 {
    margin-top: -30px;
    padding: 15px;
}.our_story_05187 .learn_zone_60725 {
    font-size: calc(19px * 0.9);
}.our_story_05187 .learn_experts_61057 {
    font-size: calc(14px * 0.9);
}.our_story_05187 .text_body_20153 {
    padding: 25px 20px;
}.our_story_05187 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 15px;
}.our_story_05187 p {
    padding-left: 10px;
    line-height: 1.6;
    font-size: calc(14px * 0.9);
}.our_story_05187 .smart_classes_87614 {
    margin-bottom: 15px;
    font-size: calc(18px * 0.9);
}.our_story_05187 .smart_classes_87614 svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}}.potential_learners_60819 {
    background: linear-gradient(135deg, rgb(216,222,236) 0%, rgb(139,162,186,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.potential_learners_60819::before {
    height: 100%;
    content: '';
    background: 
        linear-gradient(45deg, transparent 45%, rgb(179,192,211,0.5) 46%, rgb(179,192,211,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(139,162,186,0.5) 46%, rgb(139,162,186,0.5) 54%, transparent 55%);
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    background-size: 50px 50px;
    top: 0;
}.potential_learners_60819::after {
    top: 0;
    background-size: 180px 180px;
    content: '';
    width: 100%;
    position: absolute;
    background-image: radial-gradient(circle at 50% 50%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(179,192,211,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(179,192,211,0.5) 0%, transparent 2%);
    left: 0;
    z-index: 1;
    height: 100%;
    animation: pulseDots 10s infinite alternate;
    opacity: 0.4;
}.potential_learners_60819 .skill_boost_68271 {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}.potential_learners_60819 h3 {
    margin-bottom: 3rem;
    position: relative;
    box-shadow: -5px 0 15px rgb(179,192,211,0.5);
    text-align: left;
    color: rgb(139,162,186);
    padding-left: 1.5rem;
    border-left: 4px solid rgb(179,192,211);
    font-size: 31px;
    font-weight: 700;
}.potential_learners_60819 ul {
    list-style-type: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0;
    padding: 0;
    gap: 2rem;
}.potential_learners_60819 li {
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
    border-radius: 29px;
    padding: 1.8rem;
}.potential_learners_60819 li::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
}.potential_learners_60819 li::after {
    position: absolute;
    content: '';
    width: 5px;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(179,192,211);
    opacity: 0.7;
    transition: width 0.4s ease, opacity 0.4s ease;
}.potential_learners_60819 li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(179,192,211,0.5);
}.potential_learners_60819 li:hover::after {
    width: 8px;
    opacity: 1;
}.potential_learners_60819 li svg {
    filter: drop-shadow(0 0 8px rgb(179,192,211,0.5));
    margin-right: 1.5rem;
    width: 40px;
    transition: all 0.4s ease;
    animation: pulseIcon 3s infinite alternate;
    fill: rgb(179,192,211);
    flex-shrink: 0;
    height: 40px;
}.potential_learners_60819 li:hover svg {
    animation-duration: 1.5s;
}.potential_learners_60819 li svg path {
    transition: all 0.4s ease;
}.potential_learners_60819 li:hover svg path {
    fill: rgb(179,192,211);
}.potential_learners_60819 li {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.potential_learners_60819 li:nth-child(1)::after {
    animation-delay: 0s;
}.potential_learners_60819 li:nth-child(2)::after {
    animation-delay: 0.5s;
}.potential_learners_60819 li:nth-child(3)::after {
    animation-delay: 1s;
}.potential_learners_60819 li:nth-child(4)::after {
    animation-delay: 1.5s;
}.potential_learners_60819 li:nth-child(1) svg {
    animation-delay: 0s;
}.potential_learners_60819 li:nth-child(2) svg {
    animation-delay: 1s;
}.potential_learners_60819 li:nth-child(3) svg {
    animation-delay: 0.5s;
}.potential_learners_60819 li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(179,192,211,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(179,192,211));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(179,192,211,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(179,192,211);
    }
}

@media (max-width: 991px) {.potential_learners_60819 {
    padding: 4rem 0;
}.potential_learners_60819 h3 {
    font-size: calc(31px * 0.9);
    padding-left: 1.2rem;
}.potential_learners_60819 li {
    padding: 1.5rem;
}.potential_learners_60819 li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.potential_learners_60819 {
    padding: 3rem 0;
}.potential_learners_60819 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential_learners_60819 h3 {
    text-align: center;
    padding-bottom: 1rem;
    padding-left: 0;
    margin-bottom: 2.5rem;
    border-left: none;
    font-size: calc(31px * 0.8);
    box-shadow: 0 5px 15px rgb(179,192,211,0.5);
    border-bottom: 4px solid rgb(179,192,211);
}.potential_learners_60819 li {
    padding: 1.2rem;
}.potential_learners_60819 li svg {
    width: 30px;
    margin-right: 1rem;
    height: 30px;
}
}