﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}::-webkit-scrollbar {
    width: 14px;
    padding: 5px;
}::-webkit-scrollbar-button {
    height: 7px;
    border-radius: 2px;
    background: rgb(118,121,134,0.5);
}::-webkit-scrollbar-thumb {
    border-radius: 13.1vw;
    min-height: 80px;
    background: rgb(188,194,213);
    box-shadow: -2px -5px 9px 7px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(51deg, rgb(255, 255, 255, 0.5) 38%, rgb(118,121,134,0.5) 16%, rgb(153,159,173) 83%, rgb(153,159,173,0.5) 30%, rgb(188,194,213) 98%);
    box-shadow: 4px 3px 3px -2px rgba(0, 0, 0, 0.8);
    border-color: rgb(153,159,173);
}html {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(118,121,134,0.5);
}svg {
    height: 30px;
    width: 30px;
}.campus_links_style {
    flex: 0 0 auto;
}.viewport-container_style {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}header,footer {
    width: 100%;
}html,body {
    auto
contain
touch-action: none;
    height: 100%;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
}a {
    text-decoration: none;
    color: inherit;
}.nav_tutor_style {
    flex: 1 0 auto;
}.container {
    width: 1103px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contacts_style {
    overflow: hidden;
    background: rgb(188,194,213);
    position: relative;
    padding: 100px 0;
}.contacts_style::before {
    right: 0;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 50%;
    top: 0;
    z-index: 0;
    background: rgb(153,159,173,0.5);
    content: "";
    opacity: 0.1;
    height: 100%;
}.contacts_style::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    left: 0;
    z-index: 1;
    width: 100%;
    position: absolute;
    content: "";
    height: 10px;
}.contacts_style .container {
    z-index: 2;
    position: relative;
}.contacts_style .get_support_styleKtoc4 {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    display: grid;
}.contacts_style .get_contact_style {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
    border-radius: 21px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.contacts_style .get_contact_style:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.contacts_style .get_contact_style h2 {
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 36px;
    position: relative;
}.contacts_style .get_contact_style h2::after {
    background: rgb(153,159,173);
    width: 60px;
    left: 0;
    height: 4px;
    content: "";
    bottom: 0;
    position: absolute;
    border-radius: 10px;
}.contacts_style .get_support_styleuoIa {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(13px * 1.2);
    color: #000000;
}.contacts_style .get_answers_style {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 13px;
}.contacts_style .get_contact_style p {
    color: #000000;
    margin-bottom: 20px;
    font-size: 13px;
    display: flex;
    align-items: center;
}.contacts_style .get_contact_style p span {
    color: #000000;
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
}.contacts_style .connect_today_style {
    border-radius: 10px;
    margin-top: 30px;
    padding: 25px;
    background: rgb(188,194,213);
}.contacts_style .connect_today_style h3 {
    color: rgb(153,159,173);
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
}.contacts_style .online_contact_style {
    display: flex;
    gap: 12px;
    flex-direction: column;
}.contacts_style .online_contact_style span {
    color: #000000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    padding: 8px 0;
}.contacts_style .get_contact_style .img_flex_style {
    min-height: 350px;
    height: 100%;
    border-radius: 21px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
}.contacts_style .talk_support_style {
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    display: flex;
}.contacts_style .talk_support_style a {
    background: #ffffff;
    border-radius: 10px;
    border-left: 4px solid rgb(118,121,134);
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    flex-direction: column;
    padding: 20px;
}.contacts_style .talk_support_style a:hover {
    border-left-color: rgb(153,159,173);
    background: rgb(188,194,213);
}.contacts_style .talk_support_style a span {
    font-weight: 600;
    font-size: 15px;
    color: rgb(153,159,173);
    margin-bottom: 8px;
}.contacts_style .talk_support_style a p {
    font-weight: 600;
    margin: 0;
    font-size: 13px;
    color: #000000;
}.contacts_style svg {
    fill: rgb(153,159,173);
    height: 22px;
    margin-right: 12px;
    width: 22px;
}.contacts_style svg path {
    fill: rgb(153,159,173);
    transition: fill 0.3s ease;
}.contacts_style .talk_support_style a:hover svg,
.contacts_style .talk_support_style a:hover svg path {
    fill: rgb(118,121,134);
}

@media screen and (max-width: 1200px) {.contacts_style {
    padding: 80px 0;
}.contacts_style .get_contact_style {
    padding: 30px;
}
}

@media screen and (max-width: 992px) {.contacts_style .get_support_styleKtoc4 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}.contacts_style .get_contact_style:nth-child(1) {
    grid-column: span 2;
}.contacts_style .get_contact_style .img_flex_style {
    min-height: 300px;
}
}

@media screen and (max-width: 768px) {.contacts_style {
    padding: 60px 0;
}.contacts_style .get_support_styleKtoc4 {
    grid-template-columns: 1fr;
    gap: 25px;
}.contacts_style .get_contact_style:nth-child(1) {
    grid-column: auto;
}.contacts_style .get_contact_style .img_flex_style {
    min-height: 250px;
}
}

@media screen and (max-width: 576px) {.contacts_style {
    padding: 40px 0;
}.contacts_style .get_contact_style {
    padding: 25px;
}.contacts_style .get_contact_style h2 {
    font-size: calc(36px * 0.9);
}.contacts_style .talk_support_style a {
    padding: 15px;
}.contacts_style .connect_today_style {
    padding: 20px;
}.contacts_style .get_contact_style .img_flex_style {
    min-height: 200px;
}}.program_structure_style {
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
    background: rgb(188,194,213);
}.program_structure_style::before {
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(153,159,173,0.5) 100%);
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    content: "";
    opacity: 0.6;
    width: 100%;
}.program_structure_style::after {
    animation: gridShift 30s infinite linear;
    height: 100%;
    position: absolute;
    background-size: 4rem 4rem;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(118,121,134,0.5) 15px, rgb(118,121,134,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(153,159,173,0.5) 15px, rgb(153,159,173,0.5) 16px);
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0.15;
}.program_structure_style .container {
    z-index: 3;
    position: relative;
}.program_structure_style .training_experts_style {
    gap: 1rem;
    display: grid;
    grid-template-rows: repeat(8, minmax(50px, auto));
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}.program_structure_style .class_map_style {
    border-radius: 13px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 5;
    grid-column: 1 / 9;
    background: #ffffff;
    grid-row: 2 / 8;
    padding: 3rem;
    position: relative;
}.program_structure_style .img_flex_style {
    overflow: hidden;
    grid-row: 1 / 7;
    z-index: 3;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    grid-column: 7 / 13;
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    position: relative;
    border-radius: 13px;
}.program_structure_style .img_flex_style::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(153,159,173,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    z-index: 2;
    top: 0;
}.program_structure_style .img_flex_style::after {
    position: absolute;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border-radius: 10px;
    bottom: -5px;
    width: 70%;
    z-index: 1;
    right: -5px;
    content: "";
    opacity: 0.6;
    height: 70%;
    border: 2px solid rgb(118,121,134);
}.program_structure_style .head_top_style {
    transform: rotate(-5deg);
    width: 5rem;
    height: 5rem;
    position: absolute;
    transition: transform 0.3s ease-out;
    right: 3rem;
    z-index: 10;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: -2rem;
    justify-content: center;
    background: #ffffff;
    align-items: center;
    display: flex;
}.program_structure_style .head_top_style:hover {
    transform: rotate(0deg) scale(1.05);
}.program_structure_style .head_top_style svg {
    width: 3rem;
    height: 3rem;
    transition: all 0.3s ease;
}.program_structure_style .head_top_style:hover svg {
    transform: scale(1.1);
}.program_structure_style .head_top_style svg path {
    fill: rgb(153,159,173);
}.program_structure_style h3 {
    position: relative;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    font-size: 36px;
    padding-left: 1rem;
    border-left: 4px solid rgb(153,159,173);
    font-weight: 700;
    color: #000000;
}.program_structure_style p {
    margin-bottom: 0;
    color: #000000;
    position: relative;
    font-size: 15px;
    line-height: 1.8;
}.program_structure_style .training_experts_style::before {
    background: rgb(153,159,173,0.5);
    content: "";
    top: -6rem;
    height: 12rem;
    z-index: 1;
    border-radius: 50%;
    left: -6rem;
    animation: moveCircle 20s infinite alternate;
    position: absolute;
    width: 12rem;
    filter: blur(100px);
    opacity: 0.6;
}.program_structure_style .training_experts_style::after {
    border-radius: 50%;
    opacity: 0.5;
    width: 8rem;
    right: -4rem;
    filter: blur(80px);
    animation: moveCircle 15s infinite alternate-reverse;
    background: rgb(118,121,134,0.5);
    content: "";
    bottom: -4rem;
    position: absolute;
    height: 8rem;
    z-index: 1;
}.program_structure_style .class_map_style::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    top: 0;
    width: 100px;
    border-radius: 0 10px 0 10px;
    right: 0;
    height: 5px;
}.program_structure_style .class_map_style::after {
    position: absolute;
    width: 5px;
    height: 100px;
    background: linear-gradient(180deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    border-radius: 0 0 10px 0;
    right: 0;
    bottom: 0;
    content: "";
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.program_structure_style {
    padding: 7rem 0;
}.program_structure_style .training_experts_style {
    gap: 0.75rem;
}.program_structure_style .class_map_style {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.program_structure_style .img_flex_style {
    grid-column: 6 / 13;
}.program_structure_style .head_top_style {
    right: 2rem;
}
}

@media (max-width: 992px) {.program_structure_style {
    padding: 6rem 0;
}.program_structure_style .training_experts_style {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    gap: 2rem;
}.program_structure_style .class_map_style {
    padding: 2.5rem;
    grid-column: auto;
    grid-row: 2 / 3;
}.program_structure_style .img_flex_style {
    height: 350px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 2;
    grid-column: auto;
}.program_structure_style .head_top_style {
    bottom: -2rem;
    right: 3rem;
    top: auto;
}.program_structure_style h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.program_structure_style {
    padding: 5rem 0;
}.program_structure_style .class_map_style {
    padding: 2rem;
}.program_structure_style .img_flex_style {
    height: 300px;
}.program_structure_style .head_top_style {
    height: 4.5rem;
    bottom: -1.5rem;
    right: 2rem;
    width: 4.5rem;
}.program_structure_style .head_top_style svg {
    width: 2.5rem;
    height: 2.5rem;
}.program_structure_style h3 {
    font-size: calc(36px * 0.8);
    margin-bottom: 1.25rem;
}.program_structure_style p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}.program_structure_style .class_map_style::before {
    width: 70px;
}.program_structure_style .class_map_style::after {
    height: 70px;
}
}

@media (max-width: 576px) {.program_structure_style {
    padding: 4rem 0;
}.program_structure_style .class_map_style {
    padding: 1.5rem;
}.program_structure_style .img_flex_style {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.program_structure_style .head_top_style {
    width: 4rem;
    right: 1.5rem;
    height: 4rem;
    bottom: -1.25rem;
}.program_structure_style .head_top_style svg {
    height: 2.25rem;
    width: 2.25rem;
}.program_structure_style h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.7);
    padding-left: 0.75rem;
}.program_structure_style p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.program_structure_style .class_map_style::before {
    width: 50px;
}.program_structure_style .class_map_style::after {
    height: 50px;
}.program_structure_style .training_experts_style::before,
    .program_structure_style .training_experts_style::after {
    display: none;
}}#cookie_popuppanel_style {
    display: none;
}#cookie_popuppanel_style:checked ~ .privacyAgreementDialog_style {
    visibility: hidden;
    opacity: 0;
}.privacyAgreementDialog_style {
    border-top: 3px solid rgb(153,159,173);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    background: rgb(118,121,134);
    font-family: Arial, sans-serif;
    position: fixed;
    z-index: 90;
    width: 100%;
    padding: 20px 0;
    bottom: 0;
}.cookie_overview_style {
    display: flex;
    padding: 20px 5%;
    border: 2px dashed rgb(153,159,173);
    align-items: center;
    border-radius: 24px;
    gap: 20px;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
}.privacyAgreementDialog_style h5 {
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1.5px;
    font-weight: 700;
    font-size: 21px;
    color: rgb(153,159,173);
}.privacyAgreementDialog_style p {
    margin: 0;
    color: #ffffff;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
}.consent_track_style {
    flex-shrink: 0;
    border-radius: 24px;
    display: flex;
    padding: 10px;
    margin-right: 20px;
    align-items: center;
    justify-content: center;
    background: rgb(153,159,173,0.5);
}.consent_track_style svg {
    fill: rgb(153,159,173);
    width: 60px;
    height: 60px;
}.data_opt_style {
    margin-left: 10px;
    background: rgb(153,159,173);
    border-radius: 10px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0;
    padding: 10px 20px;
    white-space: nowrap;
    cursor: pointer;
    border: 2px solid rgb(153,159,173);
    color: #000000;
    text-decoration: none;
    font-size: 19px;
    min-width: 140px;
}.data_opt_style:hover {
    background-color: rgb(118,121,134);
    box-shadow: 0 0 10px rgb(118,121,134);
}.cookie_button.consent_ack_style {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(118,121,134);
}.cookie_button.consent_ack_style:hover {
    box-shadow: 0 0 10px rgb(118,121,134);
}.privacyAgreementDialog_style p a {
    text-decoration: none;
    color: rgb(153,159,173);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(153,159,173);
}.privacyAgreementDialog_style p a:hover {
    color: rgb(118,121,134);
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog_style {
    padding: 15px 0;
}.cookie_overview_style {
    padding: 15px 5%;
}.consent_track_style {
    display: none;
}.cookie_overview_style {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.privacyAgreementDialog_style h5 {
    font-size: 21px;
    margin-bottom: 10px;
}.cookie_list_style {
    margin-bottom: 15px;
}.data_opt_style {
    min-width: 100%;
    margin: 10px 0;
}}
.opening_page_style {
    overflow: hidden;
    display: flex;
    min-height: 100vh;
    padding: 5rem 2rem;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgb(188,194,213), rgba(0, 0, 0, 0.5));
    position: relative;
}.opening_page_style > div {
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.opening_page_style .fast_track_style {
    opacity: 0;
    margin-bottom: 2.5rem;
    transform: translateX(-100%);
    position: relative;
    animation: slideInLeft 0.8s forwards 0.2s ease-out;
}.opening_page_style .learn_begin_style {
    font-size: 38px;
    line-height: 1.2;
    margin: 0;
    font-weight: 700;
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    color: rgb(153,159,173);
}.opening_page_style .learn_begin_style::after {
    background: linear-gradient(90deg, rgb(118,121,134), rgb(153,159,173));
    content: "";
    left: 0;
    height: 4px;
    animation: scaleIn 0.6s forwards 1s ease-out;
    bottom: 0;
    transform: scaleX(0);
    position: absolute;
    width: 100px;
    transform-origin: left;
}.opening_page_style .learn_base_style {
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    animation: fadeUp 0.8s forwards 0.5s ease-out;
    overflow: hidden;
    padding: 3rem;
}.opening_page_style .learn_base_style::before {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 20%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
}.opening_page_style .learn_base_style > div {
    position: relative;
    z-index: 2;
    max-width: 80%;
}.opening_page_style .learn_base_style p {
    line-height: 1.6;
    transform: translateX(-20px);
    position: relative;
    margin-bottom: 1.5rem;
    animation: fadeInRight 0.6s forwards 1.2s ease-out;
    font-size: calc(18px + 0.2rem);
    color: #ffffff;
    opacity: 0;
    padding-left: 1.5rem;
}.opening_page_style .learn_base_style p::before {
    height: calc(100% - 1rem);
    top: 0.5rem;
    content: "";
    position: absolute;
    width: 3px;
    background: rgb(118,121,134);
    left: 0;
}.opening_page_style .learn_base_style h3 {
    margin-top: 2rem;
    animation: fadeUp 0.8s forwards 1.5s ease-out;
    padding: 1.5rem;
    backdrop-filter: blur(4px);
    border-left: 4px solid rgb(153,159,173);
    opacity: 0;
    line-height: 1.5;
    font-weight: 600;
    transform: translateY(20px);
    font-size: calc(23px + 0.1rem);
    position: relative;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
}@keyframes slideInLeft {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

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

.opening_page_style::after {
    content: "";
    width: 100%;
    right: -50%;
    height: 100%;
    top: -50%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle, rgb(118,121,134,0.5) 0%, transparent 70%);
    animation: pulseGlow 12s infinite alternate ease-in-out;
}

@keyframes pulseGlow {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.1);
  }
  100% {
    opacity: 0.1;
    transform: scale(1);
  }
}


@media (max-width: 1200px) {.opening_page_style {
    padding: 4rem 1.5rem;
}.opening_page_style .learn_begin_style {
    font-size: calc(38px - 0.3rem);
}.opening_page_style .learn_base_style > div {
    max-width: 90%;
}
}

@media (max-width: 992px) {.opening_page_style {
    padding: 3.5rem 1rem;
    min-height: auto;
}.opening_page_style .learn_begin_style {
    font-size: calc(38px - 0.5rem);
}.opening_page_style .learn_base_style {
    padding: 2.5rem;
}.opening_page_style .learn_base_style > div {
    max-width: 100%;
}.opening_page_style .learn_base_style h3 {
    padding: 1.25rem;
    font-size: 23px;
}
}

@media (max-width: 768px) {.opening_page_style .fast_track_style {
    margin-bottom: 2rem;
}.opening_page_style .learn_begin_style {
    padding-bottom: 1rem;
    font-size: calc(38px - 0.7rem);
}.opening_page_style .learn_base_style {
    padding: 2rem 1.5rem;
}.opening_page_style .learn_base_style p {
    padding-left: 1rem;
    font-size: 18px;
}.opening_page_style .learn_base_style h3 {
    font-size: calc(23px - 0.1rem);
    margin-top: 1.5rem;
    padding: 1rem;
}
}

@media (max-width: 576px) {.opening_page_style {
    padding: 3rem 0.75rem;
}.opening_page_style .learn_begin_style {
    font-size: calc(38px - 1rem);
}.opening_page_style .learn_base_style {
    padding: 1.5rem 1rem;
}.opening_page_style .learn_base_style p {
    margin-bottom: 1rem;
}.opening_page_style .learn_base_style h3 {
    padding: 0.75rem;
    margin-top: 1rem;
    font-size: calc(23px - 0.2rem);
}}.course_instructor_style {
    overflow: hidden;
    position: relative;
    border-radius: 23px;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(153,159,173,0.5) 100%);
    padding: 4rem 2rem;
}.course_instructor_style::before {
    width: 70%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    position: absolute;
    top: -10%;
    animation: pulse 8s infinite alternate;
    transform: rotate(-15deg);
    background: rgb(118,121,134,0.5);
    left: -10%;
    z-index: 1;
    height: 120%;
}.course_instructor_style .edu_feedback_style {
    gap: 2rem;
    transform: perspective(1000px) rotateY(5deg);
    grid-template-columns: 1fr 1.2fr;
    transition: transform 0.5s ease;
    z-index: 2;
    position: relative;
    display: grid;
}.course_instructor_style .edu_feedback_style:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_instructor_style .img_flex_style {
    border-radius: 10px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    transform: rotate(-3deg) translateY(20px);
    position: relative;
    height: 400px;
}.course_instructor_style .img_flex_style::after {
    left: 0;
    border-radius: 10px;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(153,159,173,0.5) 0%, transparent 70%);
    width: 100%;
}.course_instructor_style .edu_feedback_style:hover .img_flex_style {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}.course_instructor_style .exp_summary_style {
    border-radius: 23px;
    position: relative;
    padding: 2rem;
    z-index: 3;
    transform: translateY(30px) rotate(2deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transition: transform 0.5s ease;
}.course_instructor_style .edu_feedback_style:hover .exp_summary_style {
    transform: translateY(0) rotate(0deg);
}.course_instructor_style .name {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: rgb(153,159,173);
    font-weight: 700;
    position: relative;
    font-size: 37px;
}.course_instructor_style .name::after {
    width: 60px;
    transform: scaleX(0.6);
    background: linear-gradient(90deg, rgb(118,121,134) 0%, rgb(153,159,173) 100%);
    left: 0;
    height: 3px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    bottom: -8px;
}.course_instructor_style .edu_feedback_style:hover .name::after {
    transform: scaleX(1);
}.course_instructor_style .exp_summary_style > div:nth-child(2) {
    transition: all 0.3s ease;
    font-weight: 600;
    transform: translateX(5px);
    font-size: 22px;
    margin-bottom: 1.5rem;
    color: rgb(118,121,134);
    opacity: 0.8;
}.course_instructor_style .edu_feedback_style:hover .exp_summary_style > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.course_instructor_style .exp_container_style {
    font-style: italic;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    position: relative;
}.course_instructor_style .exp_container_style::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(153,159,173), rgb(118,121,134));
    content: "";
    width: 3px;
}

@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (max-width: 768px) {.course_instructor_style .edu_feedback_style {
    grid-template-columns: 1fr;
}.course_instructor_style .img_flex_style {
    height: 300px;
}}.pricing_tray_style {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_tray_style::before {
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}.pricing_tray_style .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.pricing_tray_style .skill_plans_style {
    flex-direction: column;
    align-items: center;
    display: flex;
}.pricing_tray_style h2 {
    color: #ffffff;
    font-size: 36px;
    position: relative;
    text-align: center;
    opacity: 0;
    font-weight: 700;
    margin-bottom: 20px;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
}.pricing_tray_style .package_deal_style {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
    max-width: 700px;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    font-size: 15px;
    opacity: 0;
    line-height: 1.6;
    margin-bottom: 40px;
}.pricing_tray_style .pricing_tiers_style {
    width: 100%;
    gap: 30px;
    margin: 0;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.pricing_tray_style .pricing_tiers_style li {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.pricing_tray_style .pricing_tiers_style li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_tray_style .pricing_tiers_style li:nth-child(2) {
    animation-delay: 0.4s;
}.pricing_tray_style .pricing_tiers_style li:nth-child(3) {
    animation-delay: 0.5s;
}.pricing_tray_style .pricing_tiers_style li:nth-child(4) {
    animation-delay: 0.6s;
}.pricing_tray_style .indv_cost_style {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
}.pricing_tray_style .indv_cost_style:hover {
    transform: translateY(-8px) scale(1.02);
}.pricing_tray_style .indv_cost_style::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    content: "";
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: left 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    pointer-events: none;
}.pricing_tray_style .indv_cost_style:hover::before {
    left: 100%;
}.pricing_tray_style .fee_plans_style {
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    transition: box-shadow 0.4s ease, transform 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 14px;
    background: linear-gradient(145deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    padding: 5px;
    position: relative;
    overflow: hidden;
}.pricing_tray_style .indv_cost_style:hover .fee_plans_style {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.pricing_tray_style .fee_plans_style::after {
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(153,159,173), rgb(118,121,134));
    content: '';
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: scaleX(0);
    height: 5px;
    left: 0;
}.pricing_tray_style .indv_cost_style:hover .fee_plans_style::after {
    transform: scaleX(1);
}.pricing_tray_style .annual_plan_style {
    color: #ffffff;
    min-height: 400px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    height: 100%;
}.pricing_tray_style .annual_plan_style h4 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    transition: transform 0.3s ease;
    color: rgb(153,159,173);
    font-size: 24px;
    margin: 0 0 20px;
}.pricing_tray_style .indv_cost_style:hover .annual_plan_style h4 {
    transform: translateX(5px);
}.pricing_tray_style .annual_plan_style h4::after {
    position: absolute;
    background: rgb(118,121,134);
    transition: width 0.3s ease;
    height: 3px;
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
}.pricing_tray_style .indv_cost_style:hover .annual_plan_style h4::after {
    width: 60px;
}.pricing_tray_style .annual_plan_style p {
    line-height: 1.6;
    font-size: calc(15px - 2px);
    overflow-wrap: break-word;
    max-height: 200px;
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    margin: 0 0 30px;
    scrollbar-color: rgb(153,159,173,0.5) transparent;
    overflow-y: auto;
    scrollbar-width: thin;
}.pricing_tray_style .annual_plan_style p::-webkit-scrollbar {
    width: 5px;
}.pricing_tray_style .annual_plan_style p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_tray_style .annual_plan_style p::-webkit-scrollbar-thumb {
    background-color: rgb(153,159,173,0.5);
    border-radius: 10px;
}.pricing_tray_style .study_offers_style {
    margin-top: auto;
    font-size: calc(24px + 4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    align-self: flex-start;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(135deg, rgb(153,159,173) 0%, rgb(153,159,173,0.5) 100%);
    padding: 10px 20px;
    position: relative;
    color: #ffffff;
}.pricing_tray_style .indv_cost_style:hover .study_offers_style {
    box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    transform: scale(1.05);
}.pricing_tray_style .study_offers_style::before {
    top: -50%;
    left: -50%;
    height: 200%;
    transform: scale(0);
    width: 200%;
    position: absolute;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transition: transform 0.6s ease-out, opacity 0.6s ease-out;
    content: "";
    opacity: 0;
}.pricing_tray_style .indv_cost_style:hover .study_offers_style::before {
    transform: scale(1);
    opacity: 1;
}

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

@media (max-width: 991px) {.pricing_tray_style {
    padding: 80px 0;
}.pricing_tray_style .pricing_tiers_style {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.pricing_tray_style .annual_plan_style {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 767px) {.pricing_tray_style {
    padding: 60px 0;
}.pricing_tray_style h2 {
    font-size: calc(36px - 4px);
}.pricing_tray_style .package_deal_style {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.pricing_tray_style .pricing_tiers_style {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.pricing_tray_style .annual_plan_style {
    min-height: 300px;
}.pricing_tray_style .study_offers_style {
    font-size: calc(24px + 2px);
}
}

@media (max-width: 480px) {.pricing_tray_style {
    padding: 40px 0;
}.pricing_tray_style h2 {
    font-size: calc(36px - 6px);
}.pricing_tray_style .annual_plan_style {
    padding: 20px;
    min-height: 280px;
}.pricing_tray_style .annual_plan_style p {
    font-size: calc(15px - 3px);
    margin-bottom: 20px;
}.pricing_tray_style .study_offers_style {
    padding: 8px 15px;
}}.client_testimonials_style {
    background: linear-gradient(135deg, #ffffff 0%, rgb(188,194,213) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.client_testimonials_style::before {
    top: -10%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    content: "";
    transform: rotate(-15deg) skew(10deg);
    left: -5%;
    width: 35%;
    height: 70%;
    background: linear-gradient(225deg, rgb(118,121,134,0.5) 0%, transparent 80%);
}.client_testimonials_style::after {
    content: "";
    background: linear-gradient(135deg, transparent 30%, rgb(153,159,173,0.5) 100%);
    transform: rotate(15deg) skew(-5deg);
    width: 50%;
    right: -10%;
    pointer-events: none;
    bottom: -15%;
    height: 70%;
    position: absolute;
    z-index: 1;
}.client_testimonials_style h2 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    z-index: 2;
    color: #000000;
    transform: perspective(1000px) rotateX(5deg);
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.5px;
}.client_testimonials_style h2::after {
    height: 3px;
    left: 25%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(153,159,173), transparent);
    bottom: -15px;
    right: 25%;
    content: "";
}.client_testimonials_style .container.training_experts_style {
    z-index: 3;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.client_testimonials_style .success_stories_style {
    perspective: 1000px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.client_testimonials_style .edu_feedback_style {
    padding: 2rem;
    flex-direction: column;
    position: relative;
    display: flex;
    opacity: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    transform: translateY(20px);
    animation: revealCard 0.7s forwards;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation-delay: calc(var(--i, 0) * 0.1s);
    height: 100%;
    overflow: hidden;
}.client_testimonials_style .edu_feedback_style:nth-child(odd) {
    transform: translateY(20px) rotate(1deg);
}.client_testimonials_style .edu_feedback_style:nth-child(even) {
    transform: translateY(20px) rotate(-1deg);
}.client_testimonials_style .edu_feedback_style:hover {
    z-index: 5;
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.client_testimonials_style .edu_feedback_style::before {
    left: 10px;
    line-height: 1;
    font-size: 150px;
    content: "";
    font-family: serif;
    opacity: 0.1;
    z-index: 1;
    color: rgb(118,121,134,0.5);
    top: -20px;
    position: absolute;
}.client_testimonials_style .edu_feedback_style h3 {
    color: rgb(153,159,173);
    border-bottom: 2px solid rgb(118,121,134,0.5);
    position: relative;
    font-size: calc(22px + 2px);
    z-index: 2;
    font-weight: 600;
    padding-bottom: 10px;
    letter-spacing: 0.8px;
    margin-bottom: 0.75rem;
}.client_testimonials_style .edu_feedback_style p.description {
    font-style: italic;
    font-weight: 400;
    z-index: 2;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
}.client_testimonials_style .edu_feedback_style div {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    border-radius: 50%;
    transition: transform 0.5s ease;
    width: 60px;
    z-index: 2;
    margin-top: auto;
    position: relative;
    overflow: hidden;
    height: 60px;
}.client_testimonials_style .edu_feedback_style:hover div {
    transform: scale(1.1) rotate(5deg);
}.client_testimonials_style .edu_feedback_style div img {
    width: 100%;
    transition: transform 0.5s ease;
    height: 100%;
    object-fit: cover;
}.client_testimonials_style .edu_feedback_style:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1200px) {.client_testimonials_style {
    padding: 4rem 0;
}.client_testimonials_style .success_stories_style {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}
}

@media screen and (max-width: 992px) {.client_testimonials_style h2 {
    font-size: calc(34px - 2px);
}.client_testimonials_style .edu_feedback_style {
    padding: 1.75rem;
}
}

@media screen and (max-width: 768px) {.client_testimonials_style {
    padding: 3rem 0;
}.client_testimonials_style h2 {
    margin-bottom: 2rem;
}.client_testimonials_style .success_stories_style {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.25rem;
}.client_testimonials_style .edu_feedback_style::before {
    font-size: 120px;
    top: -15px;
}
}

@media screen and (max-width: 576px) {.client_testimonials_style {
    padding: 2.5rem 0;
}.client_testimonials_style .success_stories_style {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client_testimonials_style h2 {
    transform: none;
    font-size: calc(34px - 4px);
}.client_testimonials_style .edu_feedback_style {
    padding: 1.5rem;
}.client_testimonials_style .edu_feedback_style h3 {
    font-size: 22px;
}
}

@media (prefers-reduced-motion: reduce) {.client_testimonials_style .edu_feedback_style {
    animation: none;
    opacity: 1;
    transform: none !important;
}.client_testimonials_style .edu_feedback_style:hover {
    transform: none !important;
}}.meet_us_style {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
}.meet_us_style::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(153,159,173,0.5) 70%);
    z-index: 1;
}.meet_us_style::after {
    bottom: -50px;
    transform: rotate(15deg);
    content: "";
    right: -50px;
    animation: float 10s ease-in-out infinite;
    z-index: 1;
    width: 250px;
    border: 3px solid rgb(118,121,134,0.5);
    height: 250px;
    position: absolute;
}.meet_us_style h4 {
    padding-left: 2rem;
    margin-bottom: 2rem;
    font-size: 31px;
    z-index: 2;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 2px;
    opacity: 0;
    text-transform: uppercase;
    transform: translateX(20px);
}.meet_us_style h4::before {
    top: 50%;
    width: 1.5rem;
    content: "";
    position: absolute;
    height: 3px;
    transform: translateY(-50%);
    left: 0;
    background: rgb(118,121,134);
}.meet_us_style .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.meet_us_style .content_card_style {
    animation: fadeUp 1s forwards 0.4s ease-out;
    transform: translateY(20px);
    clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
}.meet_us_style .content_card_style h6 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 1.5rem;
    color: rgb(153,159,173);
    padding-bottom: 0.8rem;
}.meet_us_style .content_card_style h6::after {
    content: "";
    background: linear-gradient(to right, rgb(118,121,134), transparent);
    position: absolute;
    left: 0;
    height: 2px;
    bottom: 0;
    width: 100%;
}.meet_us_style .content_card_style div {
    position: relative;
}.meet_us_style .content_card_style span {
    color: #000000;
    z-index: 2;
    display: block;
    line-height: 1.8;
    column-gap: 2rem;
    position: relative;
    column-count: 1;
    font-size: 13px;
}.meet_us_style .content_card_style::before {
    right: 2rem;
    opacity: 0.5;
    content: "";
    width: 40%;
    border: 1px dashed rgb(118,121,134,0.5);
    top: 3rem;
    position: absolute;
    z-index: 1;
    transform: rotate(-5deg);
    height: 40%;
}

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

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

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

@media (min-width: 768px) {.meet_us_style {
    padding: 7rem 0;
}.meet_us_style h4 {
    font-size: calc(31px * 1.2);
    padding-left: 3rem;
}.meet_us_style h4::before {
    width: 2.5rem;
}.meet_us_style .content_card_style {
    padding: 4rem;
    margin-left: 3rem;
}.meet_us_style .content_card_style span {
    column-count: 2;
}.meet_us_style .content_card_style::before {
    width: 30%;
    height: 50%;
}
}

@media (min-width: 992px) {.meet_us_style {
    padding: 9rem 0;
}.meet_us_style h4 {
    margin-left: 3rem;
}.meet_us_style .content_card_style {
    margin-left: 6rem;
    width: 85%;
    padding: 5rem;
}.meet_us_style .content_card_style h6 {
    font-size: calc(19px * 1.2);
}.meet_us_style .content_card_style span {
    column-count: 2;
    column-gap: 3rem;
}.meet_us_style::after {
    height: 350px;
    width: 350px;
}
}

@media (max-width: 767px) {.meet_us_style {
    padding: 4rem 0;
}.meet_us_style h4 {
    text-align: left;
    padding-left: 1.5rem;
}.meet_us_style .content_card_style {
    padding: 2rem;
}.meet_us_style .content_card_style::before {
    display: none;
}}.tyWrapper_style {
    position: relative;
    overflow: hidden;
    padding: 6rem 1.5rem;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgb(153,159,173,0.5) 100%);
}.tyWrapper_style::before {
    content: "";
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}.tyWrapper_style::after {
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(153,159,173) 0%, transparent 70%);
    width: 20rem;
    bottom: -5rem;
    position: absolute;
    transform: rotate(15deg);
    z-index: 0;
    right: -5rem;
    animation: float 15s ease-in-out infinite;
    height: 20rem;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
}.tyWrapper_style .container {
    z-index: 2;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    gap: 3rem;
    display: flex;
    margin: 0 auto;
}.tyWrapper_style h2 {
    max-width: 90%;
    color: rgb(153,159,173);
    transform: translateY(-10px);
    opacity: 0;
    position: relative;
    margin: 0;
    font-family: Arial, sans-serif;
    line-height: 1.3;
    font-size: 36px;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}.tyWrapper_style h2::after {
    bottom: -1rem;
    content: "";
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(153,159,173) 0%, rgb(118,121,134) 100%);
    height: 3px;
    left: 0;
    width: 6rem;
    animation: lineExpand 1s cubic-bezier(0.19, 1, 0.22, 1) 0.6s forwards;
    transform-origin: left;
}.tyWrapper_style .training_experts_style {
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1.5rem), 
        calc(100% - 1.5rem) 100%, 
        0 100%
    );
    transform: translateY(20px);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07), 
                0 1px 8px rgba(0, 0, 0, 0.04);
    position: relative;
    animation: popUp 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    padding: 2.5rem;
    opacity: 0;
}.tyWrapper_style .training_experts_style::before {
    opacity: 0.04;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(153,159,173,0.5) 300%);
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
}.tyWrapper_style ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.tyWrapper_style li {
    padding-left: 2.5rem;
    position: relative;
}.tyWrapper_style li::before {
    opacity: 0.2;
    animation: pulse 4s ease-in-out infinite;
    transform: rotate(45deg);
    width: 1.5rem;
    content: "";
    border-radius: 10px;
    top: 0.5rem;
    height: 1.5rem;
    position: absolute;
    left: 0;
    background: rgb(153,159,173,0.5);
}.tyWrapper_style li::after {
    content: "✓";
    color: rgb(153,159,173);
    position: absolute;
    font-weight: 700;
    font-size: 1rem;
    left: 0.45rem;
    top: 0.4rem;
}.tyWrapper_style span {
    color: #000000;
    font-size: 18px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
    font-weight: 400;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
}

@keyframes float {
    0%, 100% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(17deg) translateY(-20px);
    }
}

@media (max-width: 992px) {.tyWrapper_style {
    padding: 5rem 1.25rem;
}.tyWrapper_style h2 {
    max-width: 100%;
    font-size: calc(36px - 0.25rem);
}.tyWrapper_style .training_experts_style {
    padding: 2rem;
}
}

@media (max-width: 768px) {.tyWrapper_style {
    padding: 4rem 1.25rem;
}.tyWrapper_style h2 {
    font-size: calc(36px - 0.5rem);
}.tyWrapper_style .training_experts_style {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 1rem), 
            calc(100% - 1rem) 100%, 
            0 100%
        );
    padding: 1.75rem;
}.tyWrapper_style li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.tyWrapper_style {
    padding: 3rem 1rem;
}.tyWrapper_style h2 {
    font-size: calc(36px - 0.75rem);
}.tyWrapper_style .training_experts_style {
    padding: 1.5rem;
}.tyWrapper_style h2::after {
    width: 4rem;
}.tyWrapper_style li::before {
    width: 1.25rem;
    top: 0.3rem;
    height: 1.25rem;
}.tyWrapper_style li::after {
    left: 0.35rem;
    font-size: 0.9rem;
    top: 0.25rem;
}.tyWrapper_style span {
    font-size: calc(18px - 0.1rem);
}}header {
    width: 100%;
    background: linear-gradient(to bottom, rgb(188,194,213), #ffffff);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    z-index: 100;
    position: relative;
    padding: 1.2rem 0;
}header::before {
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(153,159,173,0.5) 65%, 
        rgb(153,159,173,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(118,121,134,0.5) 75%, 
        rgb(118,121,134,0.5) 80%, 
        transparent 80%);
    height: 100%;
    opacity: 0.5;
    z-index: 0;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
}header .container {
    z-index: 1;
    margin: 0;
    padding: 0 3%;
    position: relative;
    max-width: 100%;
    width: 100%;
}header .top_learn_style {
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    justify-content: center;
}header .top_page_style {
    align-items: center;
    border-radius: 15px;
    background: linear-gradient(135deg, rgb(153,159,173,0.5), rgb(118,121,134,0.5));
    text-decoration: none;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1.5rem;
}header .top_page_style::before {
    height: 200%;
    position: absolute;
    width: 200%;
    transition: opacity 0.3s ease;
    left: -50%;
    opacity: 0;
    content: '';
    top: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}header .top_page_style:hover::before {
    opacity: 1;
}header .top_page_style svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: 150px;
    height: auto;
    transition: all 0.3s ease;
}header .top_page_style:hover svg {
    transform: scale(1.03);
}header .head_sitewrap_style {
    width: 100%;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 0.5rem;
    max-width: 800px;
    flex-wrap: wrap;
    display: flex;
}header .main_pro_style {
    background: #ffffff;
    z-index: 1;
    color: #000000;
    overflow: hidden;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.6rem 1.2rem;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.03);
}header .main_pro_style::before {
    width: 100%;
    height: 3px;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    left: 0;
    top: 0;
    content: '';
    transform-origin: left;
    background: linear-gradient(to right, rgb(153,159,173), rgb(118,121,134));
}header .main_pro_style:hover {
    color: rgb(153,159,173);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .main_pro_style:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .top_page_style {
    padding: 0.5rem 1.2rem;
}header .top_page_style svg {
    width: 140px;
}header .head_sitewrap_style {
    gap: 0.5rem;
}header .main_pro_style {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .top_learn_style {
    gap: 1.5rem;
}header .top_page_style {
    padding: 0.4rem 1rem;
}header .top_page_style svg {
    width: 130px;
}header .head_sitewrap_style {
    gap: 0.5rem;
}header .main_pro_style {
    padding: 0.5rem 0.9rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top_learn_style {
    gap: 1rem;
}header .top_page_style svg {
    width: 120px;
}header .head_sitewrap_style {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    gap: 0.4rem;
    padding-bottom: 10px;
}header .head_sitewrap_style::-webkit-scrollbar {
    height: 3px;
}header .head_sitewrap_style::-webkit-scrollbar-thumb {
    background: rgb(153,159,173);
    border-radius: 10px;
}header .main_pro_style {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}footer {
    z-index: 1;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
}footer::before {
    backdrop-filter: blur(8px);
    position: absolute;
    animation: gradientShift 15s ease infinite;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(153,159,173,0.5) 50%, rgb(118,121,134,0.5) 100%);
    content: "";
    left: 0;
}.campus_links_style {
    position: relative;
    padding: 4.5rem 0 2rem;
}.campus_links_style::before {
    right: 0;
    height: 1px;
    content: "";
    animation: shimmer 8s linear infinite;
    left: 0;
    top: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(153,159,173) 25%, 
                #ffffff 50%, 
                rgb(118,121,134) 75%, 
                transparent 100%);
    position: absolute;
}.campus_links_style .container {
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}.campus_links_style .company_holder {
    transform: translateY(0);
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    margin-right: 2rem;
    background: rgba(0, 0, 0, 0.5);
    flex: 1 1 350px;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.campus_links_style .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.15),
                0 0 20px rgb(153,159,173,0.5);
}.campus_links_style .company_holder h3 {
    margin-bottom: 1.25rem;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    font-size: calc(28px * 0.85);
    display: inline-block;
}.campus_links_style .company_holder h3::after {
    transition: transform 0.5s ease;
    content: "";
    transform-origin: left;
    bottom: -8px;
    left: 0;
    background: linear-gradient(to right, rgb(153,159,173), rgb(118,121,134));
    height: 2px;
    position: absolute;
    transform: scaleX(0.3);
    width: 100%;
}.campus_links_style .company_holder:hover h3::after {
    transform: scaleX(1);
}.campus_links_style .license_cta_style {
    line-height: 1.6;
    max-width: 450px;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 1rem;
    font-size: 16px;
}.campus_links_style .site_map_style {
    flex: 1 1 450px;
    position: relative;
}.campus_links_style .site_info_style {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
}.campus_links_style .site_map_style .site_info_style {
    justify-content: flex-end;
}.campus_links_style .head_sitewrap_style {
    overflow: hidden;
    padding: 1.5rem;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    flex: 1 1 200px;
    transition: all 0.3s ease;
}.campus_links_style .head_sitewrap_style h5 {
    margin-bottom: 1.25rem;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 19px;
    display: inline-block;
}.campus_links_style .head_sitewrap_style h5::before {
    content: "";
    background: rgb(153,159,173);
    position: absolute;
    bottom: -6px;
    width: 40px;
    height: 2px;
    left: 0;
    transition: width 0.3s ease;
}.campus_links_style .head_sitewrap_style:hover h5::before {
    width: 100%;
}.campus_links_style .head_sitewrap_style .site_info_style {
    flex-direction: column;
    gap: 0.75rem;
    display: flex;
}.campus_links_style .head_sitewrap_style a {
    padding: 0.25rem 0.5rem;
    display: block;
    z-index: 1;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}.campus_links_style .head_sitewrap_style a::before {
    content: "";
    width: 0;
    z-index: -1;
    height: 1px;
    background: linear-gradient(to right, rgb(153,159,173), rgb(118,121,134));
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
}.campus_links_style .head_sitewrap_style a:hover {
    transform: translateX(5px);
    color: #ffffff;
}.campus_links_style .head_sitewrap_style a:hover::before {
    width: 100%;
}.report_abuse_style {
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    position: relative;
    overflow: hidden;
}.report_abuse_style::before {
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(118,121,134) 25%, 
                #ffffff 50%, 
                rgb(153,159,173) 75%, 
                transparent 100%);
    top: 0;
    height: 1px;
    position: absolute;
    content: "";
    right: 0;
}.report_abuse_style .container {
    position: relative;
    justify-content: center;
    display: flex;
    align-items: center;
}.report_abuse_style .module_end_style {
    font-size: 12px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    padding: 0.5rem 1rem;
    position: relative;
}.report_abuse_style .module_end_style:hover {
    color: #ffffff;
    box-shadow: 0 0 15px rgb(153,159,173,0.5);
    background: rgba(0, 0, 0, 0.2);
}

@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

@keyframes pulsate {
    0%, 100% {
        opacity: 0.4;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.campus_links_style {
    padding: 3.5rem 0 2rem;
}.campus_links_style .container {
    flex-direction: column;
}.campus_links_style .company_holder {
    margin-right: 0;
    flex: 1 1 100%;
    margin-bottom: 2rem;
}.campus_links_style .site_map_style {
    flex: 1 1 100%;
}.campus_links_style .site_map_style .site_info_style {
    justify-content: space-between;
}.campus_links_style .head_sitewrap_style {
    flex: 1 1 calc(50% - 1rem);
}
}

@media (max-width: 768px) {.campus_links_style {
    padding: 3rem 0 1.5rem;
}.campus_links_style::before {
    height: 2px;
}.campus_links_style .company_holder {
    padding: 1.25rem;
}.campus_links_style .head_sitewrap_style {
    flex: 1 1 100%;
    margin-bottom: 1rem;
}.campus_links_style .site_map_style .site_info_style {
    flex-direction: column;
}.report_abuse_style {
    padding: 1.25rem 0;
}.report_abuse_style::before {
    height: 2px;
}
}

@media (max-width: 576px) {.campus_links_style {
    padding: 2.5rem 0 1rem;
}.campus_links_style .company_holder h3 {
    font-size: calc(28px * 0.75);
}.campus_links_style .license_cta_style {
    font-size: calc(16px * 0.9);
}.campus_links_style .head_sitewrap_style h5 {
    font-size: calc(19px * 0.9);
}.campus_links_style .head_sitewrap_style a {
    font-size: calc(16px * 0.9);
}.report_abuse_style .module_end_style {
    padding: 0.4rem 0.8rem;
    font-size: calc(12px * 0.9);
}}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-30px) scale(1.1);
    }
}

.campus_links_style .site_info_style a::after {
    transition: transform 0.3s ease;
    left: -10px;
    content: "";
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%) scale(0);
    height: 4px;
    background: rgb(153,159,173);
    width: 4px;
    top: 50%;
}.campus_links_style .site_info_style a:hover::after {
    transform: translateY(-50%) scale(1);
}.campus_links_style .license_cta_style::before {
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    position: absolute;
    content: "";
    left: -10px;
    border: 1px solid transparent;
    top: -10px;
    width: 0;
    height: 0;
}.campus_links_style .license_cta_style::after {
    content: "";
    height: 0;
    border: 1px solid transparent;
    width: 0;
    bottom: -10px;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    right: -10px;
    position: absolute;
}.campus_links_style .company_holder:hover .license_cta_style::before {
    border-top-color: rgb(153,159,173,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-right-color: rgb(153,159,173,0.5);
}.campus_links_style .company_holder:hover .license_cta_style::after {
    border-left-color: rgb(118,121,134,0.5);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    transition: width 0.5s ease, height 0.5s ease 0.3s;
    border-bottom-color: rgb(118,121,134,0.5);
}.education_framework_style {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(188,194,213) 0%, rgba(rgb(153,159,173,0.5), 0.05) 100%);
}.education_framework_style::before {
    content: "";
    background: linear-gradient(to right, transparent, rgba(rgb(118,121,134,0.5), 0.08));
    right: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    transform: translateX(10%);
    width: 40%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    height: 100%;
}.education_framework_style::after {
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(to top, rgba(rgb(153,159,173,0.5), 0.05), transparent);
    bottom: 0;
    width: 100%;
    height: 25%;
}.education_framework_style .training_experts_style {
    perspective: 1000px;
    max-width: 1240px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
}.education_framework_style h2 {
    font-size: 29px;
    color: #000000;
    margin-bottom: 40px;
    display: inline-block;
    font-weight: 700;
    transform: translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.education_framework_style h2::after {
    bottom: -10px;
    transition: width 0.4s ease-out;
    height: 3px;
    position: absolute;
    content: "";
    transform-origin: left center;
    width: 80px;
    background: linear-gradient(90deg, rgb(153,159,173), rgb(118,121,134));
    left: 0;
}.education_framework_style .training_experts_style:hover h2::after {
    width: 100%;
}.education_framework_style .content_card_style {
    backdrop-filter: blur(5px);
    background: linear-gradient(to right, rgba(rgb(255, 255, 255, 0.5), 0.9), rgba(rgb(255, 255, 255, 0.5), 0.98));
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s ease;
    transform: translateZ(10px) rotateY(-2deg);
    box-shadow: 10px 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08),
                -5px -5px 20px rgba(rgb(255, 255, 255, 0.5), 0.7);
    border-left: 5px solid rgb(153,159,173);
    position: relative;
}.education_framework_style .content_card_style::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 0;
    opacity: 0.8;
    border-color: transparent rgb(118,121,134) transparent transparent;
    top: 0;
    border-width: 0 40px 40px 0;
    transition: transform 0.3s ease-out;
    border-style: solid;
}.education_framework_style .content_card_style:hover {
    box-shadow: 15px 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.12),
                -8px -8px 25px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: translateZ(20px) rotateY(0deg);
}.education_framework_style .content_card_style:hover::before {
    transform: scale(1.2) rotate(10deg);
}.education_framework_style p {
    line-height: 1.8;
    margin: 0;
    transition: transform 0.4s ease;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
    position: relative;
}.education_framework_style .content_card_style:hover p {
    transform: translateX(5px);
}

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

@media (max-width: 767px) {.education_framework_style {
    padding: 70px 0;
}.education_framework_style h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.education_framework_style .content_card_style {
    padding: 25px;
    transform: translateZ(0) rotateY(0);
}.education_framework_style .content_card_style::before {
    border-width: 0 30px 30px 0;
}.education_framework_style p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.education_framework_style {
    padding: 50px 0;
}.education_framework_style h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 20px;
}.education_framework_style h2::after {
    height: 2px;
    width: 60px;
}.education_framework_style .content_card_style {
    padding: 20px;
    border-left: 3px solid rgb(153,159,173);
}.education_framework_style .content_card_style::before {
    border-width: 0 20px 20px 0;
}.education_framework_style p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.education_framework_style::before {
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 20% 100%);
    width: 20%;
}}.privacy_shield_style {
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(145deg, rgba(rgb(153,159,173,0.5), 0.03), rgba(rgb(118,121,134,0.5), 0.07));
    color: #000000;
    overflow: hidden;
}.privacy_shield_style::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    perspective: 1000px;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    content: "";
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgba(rgb(153,159,173,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(153,159,173,0.5), 0.02) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(153,159,173,0.5), 0.02) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(153,159,173,0.5), 0.02) 75%);
    animation: backgroundShift 60s linear infinite;
    transform-style: preserve-3d;
    background-size: 20px 20px;
}.privacy_shield_style::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
                rgba(#ffffff, 0.9) 0%, 
                rgba(#ffffff, 0.7) 50%, 
                rgba(#ffffff, 0.9) 100%);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
}.privacy_shield_style .container {
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
    padding: 0 20px;
}.privacy_shield_style h1 {
    transform: translateZ(5px);
    color: rgb(153,159,173);
    border-bottom: 2px solid rgba(rgb(153,159,173,0.5), 0.2);
    margin-bottom: 2rem;
    font-size: 44px;
    padding-bottom: 1rem;
    font-weight: 700;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
}.privacy_shield_style h1::after {
    content: "";
    position: absolute;
    width: 60px;
    background: linear-gradient(90deg, rgb(153,159,173), rgb(118,121,134));
    bottom: -2px;
    transform: scaleX(1);
    height: 3px;
    transform-origin: left;
    left: 0;
}.privacy_shield_style h2 {
    color: rgb(118,121,134);
    animation: fadeSlideIn 0.8s ease-out forwards;
    animation-delay: 0.2s;
    padding-left: 1rem;
    font-size: 32px;
    font-weight: 600;
    opacity: 0;
    position: relative;
    margin: 2.5rem 0 1.5rem;
    transform: translateZ(3px);
}.privacy_shield_style h2::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(153,159,173), rgb(118,121,134));
    top: 0;
    content: "";
    position: absolute;
    width: 3px;
    border-radius: 10px;
}.privacy_shield_style h3 {
    font-size: calc(32px * 0.85);
    margin: 2rem 0 1.2rem;
    position: relative;
    transform: translateZ(2px);
    animation-delay: 0.3s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    font-weight: 600;
    opacity: 0;
    color: rgb(118,121,134);
    padding-left: 0.8rem;
}.privacy_shield_style h3::before {
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(118,121,134), rgb(153,159,173));
    bottom: 0;
    width: 2px;
    border-radius: 10px;
    top: 0;
}.privacy_shield_style h4 {
    font-weight: 400;
    transform: translateZ(1px);
    font-size: calc(32px * 0.7);
    animation-delay: 0.4s;
    margin: 1.8rem 0 1rem;
    color: rgb(153,159,173);
    opacity: 0;
    padding-left: 0.6rem;
    animation: fadeSlideIn 0.8s ease-out forwards;
    position: relative;
}.privacy_shield_style h4::before {
    top: 0;
    left: 0;
    position: absolute;
    border-radius: 10px;
    bottom: 0;
    content: "";
    background: rgb(153,159,173);
    width: 1px;
}.privacy_shield_style p {
    animation-delay: 0.5s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    transform: translateZ(0);
    opacity: 0;
}.privacy_shield_style p:hover {
    transform: translateZ(5px);
    transition: transform 0.5s ease;
}.privacy_shield_style strong {
    color: rgb(153,159,173);
    font-weight: 600;
}.privacy_shield_style ul {
    margin: 1.5rem 0 2rem;
    position: relative;
    padding-left: 1.5rem;
    list-style: none;
    animation-delay: 0.6s;
    animation: fadeSlideIn 0.8s ease-out forwards;
    opacity: 0;
}.privacy_shield_style li {
    margin-bottom: 1rem;
    font-size: 14px;
    color: #000000;
    padding-left: 1.5rem;
    position: relative;
    line-height: 1.6;
}.privacy_shield_style li::before {
    content: "";
    height: 8px;
    transform: rotate(45deg);
    animation: pulse 3s infinite alternate;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: 0.5rem;
    width: 8px;
    background: linear-gradient(135deg, rgb(153,159,173), rgb(118,121,134));
    left: 0;
}.privacy_shield_style span {
    opacity: 0;
    padding: 1rem;
    font-size: 14px;
    line-height: 1.7;
    color: #000000;
    animation-delay: 0.7s;
    background: linear-gradient(to right, rgba(rgb(118,121,134,0.5), 0.05), rgba(rgb(153,159,173,0.5), 0.05));
    animation: fadeSlideIn 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgb(118,121,134);
    display: block;
    transform: translateZ(0);
    transition: all 0.3s ease;
}.privacy_shield_style span:hover {
    transform: translateZ(5px);
    background: linear-gradient(to right, rgba(rgb(118,121,134,0.5), 0.08), rgba(rgb(153,159,173,0.5), 0.08));
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

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

@keyframes pulse {
    0% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.1);
    }
    100% {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    }
    100% {
        background-position: 1000px 1000px, 1000px 1010px, 1010px 990px, 990px 1000px;
    }
}

@media (max-width: 991px) {.privacy_shield_style {
    padding: 4rem 0;
}.privacy_shield_style .container {
    padding: 0 15px;
}.privacy_shield_style h1 {
    font-size: calc(44px * 0.9);
}.privacy_shield_style h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.privacy_shield_style {
    padding: 3rem 0;
}.privacy_shield_style h1 {
    font-size: calc(44px * 0.8);
}.privacy_shield_style h2 {
    font-size: calc(32px * 0.8);
    padding-left: 0.8rem;
}.privacy_shield_style h3 {
    padding-left: 0.6rem;
    font-size: calc(32px * 0.7);
}.privacy_shield_style h4 {
    font-size: calc(32px * 0.6);
    padding-left: 0.5rem;
}.privacy_shield_style p, .privacy_shield_style li, .privacy_shield_style span {
    font-size: calc(14px * 0.95);
}.privacy_shield_style ul {
    padding-left: 0.8rem;
}.privacy_shield_style li {
    padding-left: 1.2rem;
}
}

@media (max-width: 575px) {.privacy_shield_style {
    padding: 2rem 0;
}.privacy_shield_style h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.7);
}.privacy_shield_style h2 {
    margin: 2rem 0 1rem;
}.privacy_shield_style p, .privacy_shield_style li, .privacy_shield_style span {
    margin-bottom: 1.2rem;
    line-height: 1.6;
}.privacy_shield_style span {
    padding: 0.8rem;
}.privacy_shield_style li::before {
    height: 6px;
    width: 6px;
}}.connect_with_us_style {
    position: relative;
    background: linear-gradient(120deg, rgb(188,194,213) 0%, #1a1e2e 100%);
    padding: 90px 0;
    overflow: hidden;
}.connect_with_us_style::before {
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(153,159,173), 0.05) 100%);
    width: 100%;
    left: 0;
}.connect_with_us_style::after {
    height: 100px;
    position: absolute;
    width: 100%;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    z-index: 1;
    left: 0;
    content: "";
    bottom: 0;
}.connect_with_us_style .container {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.connect_with_us_style h2 {
    font-size: 36px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 70px;
    font-weight: 700;
}.connect_with_us_style h2::before {
    content: "";
    bottom: -20px;
    background: rgb(153,159,173);
    width: 30px;
    height: 2px;
    left: calc(50% - 50px);
    position: absolute;
}.connect_with_us_style h2::after {
    position: absolute;
    height: 2px;
    left: calc(50% - 10px);
    content: "";
    bottom: -20px;
    background: rgb(153,159,173);
    width: 70px;
}.connect_with_us_style .connect_panel_style {
    display: grid;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    border-radius: 21px;
    background: rgba(0, 0, 0, 0.2);
    grid-template-columns: 6fr 4fr;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.connect_with_us_style .img_flex_style {
    position: relative;
    min-height: 100%;
}.connect_with_us_style .img_flex_style::before {
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    z-index: 1;
    height: 100%;
    position: absolute;
}.connect_with_us_style .img_flex_style::after {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(153,159,173), 0.1) 10px, rgba(rgb(153,159,173), 0.1) 11px);
    animation: scanLines 5s linear infinite;
    left: 0;
    width: 100%;
    z-index: 2;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.connect_with_us_style .connect_list_style {
    position: relative;
    padding: 50px;
}.connect_with_us_style .connect_list_style::before {
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    position: absolute;
    top: 0;
}.connect_with_us_style #contact {
    gap: 25px;
    display: flex;
    flex-direction: column;
}.connect_with_us_style h3 {
    position: relative;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
}.connect_with_us_style h3::after {
    bottom: -10px;
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(153,159,173);
    width: 50px;
    left: 0;
}.connect_with_us_style input[type="text"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    padding: 16px 20px;
    color: #ffffff;
    border-radius: 10px;
    position: relative;
    font-size: 12px;
    background: rgba(0, 0, 0, 0.2);
}.connect_with_us_style input[type="text"]:focus {
    border-color: rgb(153,159,173);
    box-shadow: 0 0 15px rgba(rgb(153,159,173), 0.2);
    background: rgba(0, 0, 0, 0.3);
    outline: none;
}.connect_with_us_style input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.connect_with_us_style .reach_map_style {
    margin-top: 5px;
    gap: 12px;
    align-items: flex-start;
    display: flex;
}.connect_with_us_style .reach_map_style input[type="checkbox"] {
    border-radius: 3px;
    margin-top: 2px;
    width: 24px;
    cursor: pointer;
    height: 24px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    position: relative;
}.connect_with_us_style .reach_map_style input[type="checkbox"]:checked {
    background: rgb(153,159,173);
    border-color: rgb(153,159,173);
}.connect_with_us_style .reach_map_style input[type="checkbox"]:checked::after {
    height: 10px;
    transform: rotate(45deg);
    top: 6px;
    border-width: 0 2px 2px 0;
    width: 6px;
    position: absolute;
    border: solid #ffffff;
    left: 9px;
    content: "";
}.connect_with_us_style .reach_map_style label {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(12px - 2px);
}.connect_with_us_style .reach_map_style a {
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(153,159,173);
}.connect_with_us_style .reach_map_style a:hover {
    color: #ffffff;
}.connect_with_us_style .reach_map_style a::after {
    content: "";
    left: 0;
    height: 1px;
    background: rgb(153,159,173);
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -2px;
}.connect_with_us_style .reach_map_style a:hover::after {
    background: #ffffff;
}.connect_with_us_style .inquiry_form_style {
    color: #ffffff;
    padding: 16px 35px;
    letter-spacing: 1px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 10px;
    font-size: 16px;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    background: rgb(153,159,173);
    align-self: flex-start;
    position: relative;
}.connect_with_us_style .inquiry_form_style::before {
    transition: all 0.5s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
}.connect_with_us_style .inquiry_form_style:hover {
    transform: translateY(-3px);
    background: rgb(118,121,134);
}.connect_with_us_style .inquiry_form_style:hover::before {
    left: 100%;
}.connect_with_us_style svg {
    filter: drop-shadow(0 0 5px rgba(rgb(153,159,173), 0.5));
    fill: rgb(153,159,173);
    height: 22px;
    width: 22px;
    transition: all 0.3s ease;
}.connect_with_us_style svg path {
    transition: all 0.3s ease;
    fill: rgb(153,159,173);
}.connect_with_us_style svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.connect_with_us_style svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.connect_with_us_style {
    padding: 70px 0;
}.connect_with_us_style .connect_panel_style {
    grid-template-columns: 1fr;
}.connect_with_us_style .img_flex_style {
    min-height: 300px;
}.connect_with_us_style .connect_list_style {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.connect_with_us_style {
    padding: 50px 0;
}.connect_with_us_style h2 {
    font-size: calc(36px - 4px);
    margin-bottom: 50px;
}.connect_with_us_style .img_flex_style {
    min-height: 250px;
}
}

@media (max-width: 576px) {.connect_with_us_style {
    padding: 40px 0;
}.connect_with_us_style .container {
    padding: 0 15px;
}.connect_with_us_style h2 {
    margin-bottom: 40px;
    font-size: calc(36px - 6px);
}.connect_with_us_style h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.connect_with_us_style h2::after {
    width: 50px;
}.connect_with_us_style .connect_list_style {
    padding: 30px 20px 40px;
}.connect_with_us_style #contact {
    gap: 20px;
}.connect_with_us_style .inquiry_form_style {
    width: 100%;
}.connect_with_us_style .img_flex_style {
    min-height: 200px;
}
}