* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}::-webkit-scrollbar {
    width: 1rem;
    background: linear-gradient(326deg, #ffffff 77%, rgb(255, 255, 255, 0.5) 80%, rgb(136,160,184,0.5) 21%, rgb(176,191,210,0.5) 7%, rgb(215,222,236) 3%);
}::-webkit-scrollbar-track {
    border: 1px dashed rgb(255, 255, 255, 0.5);
    background: rgb(215,222,236);
    border-radius: 6.8rem;
}::-webkit-scrollbar-thumb {
    transition: box-shadow 1.5s ease-out;
    border-radius: 7%;
    background: repeating-radial-gradient(circle at center, #ffffff, #ffffff 6px, rgb(255, 255, 255, 0.5) 6px, rgb(255, 255, 255, 0.5) 13px);
    border: 3px ridge rgb(255, 255, 255, 0.5);
    min-height: 93px;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(215,222,236);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -2px 3px 6px 3px rgba(0, 0, 0, 0.5);
    background: rgb(215,222,236);
}::-webkit-scrollbar-corner {
    background: rgb(215,222,236);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(176,191,210) rgb(136,160,184,0.5);
}html,body {
    height: 100%;
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.container {
    margin: auto;
    width: 1279px;
    max-width: 100%;
}.container-wrapSBv9ds {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}.fund_ctaCgIadS {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.nav_pageB2np5M {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.company_infoMz1Zij {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.company_infoMz1Zij::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(176,191,210,0.5), rgba(0, 0, 0, 0.5));
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    content: "";
}.company_infoMz1Zij::after {
    z-index: 2;
    background-image: repeating-linear-gradient(
    45deg,
    rgb(176,191,210,0.5) 0px,
    rgb(176,191,210,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.15;
}.company_infoMz1Zij .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 3;
    padding: 0 20px;
    position: relative;
}.company_infoMz1Zij .content_holderjTIO6g {
    transform: translateX(-5%);
    backdrop-filter: blur(8px);
    margin-left: auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    padding: 3.5rem;
    width: 95%;
    background: rgba(255, 255, 255, 0.92);
    max-width: 1000px;
}.company_infoMz1Zij .content_holderjTIO6g:hover {
    transform: translateX(0) translateY(-5px);
}.company_infoMz1Zij h1 {
    margin-bottom: 2rem;
    font-size: 48px;
    opacity: 0;
    letter-spacing: -0.02em;
    position: relative;
    color: rgb(176,191,210);
    line-height: 1.1;
    animation: slideInTitle 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-weight: 700;
    transform: translateX(-15px);
}.company_infoMz1Zij h1::after {
    transform-origin: left;
    width: 60px;
    content: "";
    bottom: -10px;
    background: rgb(176,191,210);
    animation: expandLine 1s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    position: absolute;
}.company_infoMz1Zij ul {
    transform: translateY(20px);
    opacity: 0;
    list-style: none;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) 0.3s forwards;
    margin: 0;
    padding: 0;
}.company_infoMz1Zij ul li {
    margin-bottom: 1.5rem;
}.company_infoMz1Zij h4 {
    font-weight: 600;
    display: inline-block;
    font-size: calc(22px * 1.2);
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
}.company_infoMz1Zij h4::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(136,160,184);
    left: -20px;
    height: 12px;
    width: 12px;
    content: "";
    position: absolute;
}.company_infoMz1Zij span {
    font-family: Arial, sans-serif;
    text-align: justify;
    color: #000000;
    hyphens: auto;
    column-gap: 40px;
    line-height: 1.8;
    display: block;
    font-size: 12px;
    column-count: 2;
}

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

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

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


@media (max-width: 1200px) {.company_infoMz1Zij {
    padding: 100px 0;
}.company_infoMz1Zij .content_holderjTIO6g {
    width: 90%;
    padding: 3rem;
}
}

@media (max-width: 992px) {.company_infoMz1Zij {
    padding: 80px 0;
}.company_infoMz1Zij .content_holderjTIO6g {
    padding: 2.5rem;
    transform: translateX(0);
    width: 100%;
}.company_infoMz1Zij h1 {
    font-size: calc(48px * 0.9);
}.company_infoMz1Zij span {
    column-count: 1;
    text-align: left;
}
}

@media (max-width: 768px) {.company_infoMz1Zij {
    padding: 60px 0;
}.company_infoMz1Zij .content_holderjTIO6g {
    padding: 2rem;
}.company_infoMz1Zij h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.company_infoMz1Zij h1::after {
    height: 3px;
    width: 50px;
}.company_infoMz1Zij h4 {
    font-size: 22px;
}
}

@media (max-width: 576px) {.company_infoMz1Zij {
    padding: 50px 0;
}.company_infoMz1Zij .content_holderjTIO6g {
    padding: 1.5rem;
}.company_infoMz1Zij h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.2rem;
}.company_infoMz1Zij h1::after {
    width: 40px;
}.company_infoMz1Zij h4::before {
    width: 10px;
    height: 10px;
    left: -15px;
}.company_infoMz1Zij span {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.company_infoMz1Zij .content_holderjTIO6g,
  .company_infoMz1Zij h1,
  .company_infoMz1Zij h1::after,
  .company_infoMz1Zij ul {
    transform: none !important;
    animation: none !important;
    opacity: 1 !important;
    transition: none !important;
}}header {
    z-index: 1000;
    width: 100%;
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    position: fixed;
    left: 0;
    background: linear-gradient(180deg, 
        rgb(176,191,210) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(176,191,210,0.5);
}header:before {
    pointer-events: none;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(176,191,210,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(136,160,184,0.5) 0%, transparent 25%);
    opacity: 0.1;
    width: 100%;
    top: 0;
}header:after {
    mix-blend-mode: overlay;
    opacity: 0.02;
    position: absolute;
    content: '';
    top: 0;
    pointer-events: none;
    height: 100%;
    width: 100%;
    left: 0;
}header .head_top1U97lX {
    position: relative;
    overflow: hidden;
}header .head_top1U97lX:before {
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
    bottom: 0;
    content: '';
    box-shadow: 0 0 15px rgb(176,191,210), 0 0 35px rgb(176,191,210);
    opacity: 0.7;
    width: 200%;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(176,191,210) 25%,
        #ffffff 50%,
        rgb(176,191,210) 75%,
        transparent 100%
    );
    height: 1px;
    left: -50%;
}header .container {
    padding: 18px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    mix-blend-mode: overlay;
    opacity: 0.5;
    content: '';
    position: absolute;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    pointer-events: none;
    width: 100%;
    height: 100%;
}header .header_navw3z5vh {
    justify-content: space-between;
    display: flex;
    position: relative;
    align-items: center;
}header .header_navw3z5vh:before {
    left: -10px;
    border-radius: 50%;
    top: 50%;
    width: 20px;
    animation: breathe 5s infinite alternate;
    background: rgb(176,191,210);
    position: absolute;
    transform: translateY(-50%);
    height: 20px;
    opacity: 0.3;
    content: '';
    filter: blur(15px);
}header .header_navw3z5vh:after {
    background: rgb(136,160,184);
    opacity: 0.3;
    content: '';
    transform: translateY(-50%);
    right: -10px;
    position: absolute;
    animation: breathe 5s infinite alternate-reverse;
    top: 50%;
    border-radius: 50%;
    width: 20px;
    filter: blur(15px);
    height: 20px;
}header .nav_headerRzUSGj {
    position: relative;
    align-items: center;
    gap: 30px;
    display: flex;
}header .nav_headerRzUSGj:before {
    transform: translateX(-100%);
    height: 110%;
    filter: blur(5px);
    animation: menuGlow 10s infinite ease-in-out;
    opacity: 0.15;
    width: 110%;
    top: -5%;
    left: -5%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(176,191,210,0.5), 
        transparent
    );
    content: '';
}header .main_pagewrapZKD8JE {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 2px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-shadow: 0 0 1px #ffffff;
    font-weight: 400;
    position: relative;
}header .main_pagewrapZKD8JE:before {
    top: 0;
    height: 100%;
    transition: all 0.4s ease;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(176,191,210,0.5), 
        transparent
    );
    width: 100%;
    content: '';
    transform: skewX(-20deg) scale(0.8, 1);
    z-index: -1;
    position: absolute;
    left: 0;
    opacity: 0;
}header .main_pagewrapZKD8JE:after {
    bottom: -2px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
        rgb(176,191,210),
        #ffffff 50%,
        rgb(176,191,210)
    );
    position: absolute;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 2px;
    width: 0;
    filter: blur(0.5px);
    opacity: 0.8;
    content: '';
    left: 50%;
}header .main_pagewrapZKD8JE:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(176,191,210);
    transform: translateY(-2px);
    color: #ffffff;
}header .main_pagewrapZKD8JE:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .main_pagewrapZKD8JE:hover:after {
    box-shadow: 
        0 0 5px rgb(176,191,210),
        0 0 10px rgb(176,191,210);
    width: 100%;
}header .head_sectionf6rRns {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 5px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
}header .head_sectionf6rRns:before {
    opacity: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 150%;
    background: radial-gradient(circle, 
        rgb(176,191,210,0.5) 0%, 
        transparent 70%
    );
    left: 50%;
    transition: opacity 0.5s ease;
    top: 50%;
    content: '';
    width: 150%;
}header .head_sectionf6rRns:after {
    border-image: linear-gradient(45deg, rgb(176,191,210), rgb(136,160,184), rgb(176,191,210)) 1;
    border: 1px solid transparent;
    opacity: 0;
    transition: all 0.5s ease;
    position: absolute;
    left: -5px;
    content: '';
    top: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}header .head_sectionf6rRns:hover:before {
    opacity: 0.3;
}header .head_sectionf6rRns:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .head_sectionf6rRns svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    filter: drop-shadow(0 0 2px rgb(176,191,210,0.5));
    position: relative;
}header .head_sectionf6rRns:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(176,191,210));
}header .head_sectionf6rRns:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(176,191,210), rgb(136,160,184), rgb(176,191,210)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(176,191,210), rgb(136,160,184), rgb(176,191,210)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(176,191,210), rgb(136,160,184), rgb(176,191,210)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav_headerRzUSGj {
    gap: 20px;
}header .head_sectionf6rRns svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav_headerRzUSGj {
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    max-width: 330px;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    z-index: 1001;
    gap: 25px;
    padding: 85px 30px 30px;
    height: 100vh;
    overflow-y: auto;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    width: 85%;
    right: -100%;
}header .nav_headerRzUSGj:before {
    height: 1px;
    left: 10%;
    top: 70px;
    animation: none;
    opacity: 0.3;
    width: 80%;
}header .nav_headerRzUSGj:after {
    background: transparent;
    content: '';
    height: 30px;
    border: 1px solid rgb(176,191,210,0.5);
    width: 30px;
    right: 20px;
    opacity: 0.6;
    top: 20px;
    position: absolute;
}header .menu.active {
    right: 0;
}header .main_pagewrapZKD8JE {
    border-bottom: 1px solid rgb(176,191,210,0.5);
    width: 100%;
    opacity: 0.8;
    padding: 12px 5px;
    text-align: left;
}header .main_pagewrapZKD8JE:last-child {
    border-bottom: none;
}header .main_pagewrapZKD8JE:hover {
    opacity: 1;
    transform: translateY(0);
}header .head_sectionf6rRns {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_sectionf6rRns svg {
    height: 35px;
}header .nav_headerRzUSGj {
    width: 100%;
    max-width: 100%;
}}.teacher_profilexstF07 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(125deg, #000000 0%, rgb(215,222,236) 100%);
    overflow: hidden;
}.teacher_profilexstF07::before {
    left: 0;
    animation: pulse 20s infinite alternate;
    top: 0;
    position: absolute;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(176,191,210,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(136,160,184,0.5) 0%, transparent 30%);
    content: "";
    width: 100%;
}.teacher_profilexstF07 .container {
    z-index: 2;
    perspective: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.teacher_profilexstF07 .student_feedbackHUCpVF {
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: rotateY(-10deg);
    transform-style: preserve-3d;
    display: grid;
    gap: 10px 30px;
    position: relative;
}.teacher_profilexstF07 .student_feedbackHUCpVF:hover {
    transform: rotateY(0deg) translateZ(10px);
}.teacher_profilexstF07 .work_timelineGFhxrV {
    margin: 0;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    line-height: 1.7;
    font-weight: 300;
    transform: translateZ(20px);
    position: relative;
    border-radius: 25px;
    backdrop-filter: blur(10px);
    grid-area: quote;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(176,191,210,0.5);
    color: #ffffff;
    padding: 50px 40px;
    font-size: 16px;
}.teacher_profilexstF07 .work_timelineGFhxrV::before {
    content: "";
    line-height: 1;
    left: 20px;
    position: absolute;
    font-size: calc(46px * 2);
    color: rgb(176,191,210);
    top: 15px;
}.teacher_profilexstF07 .img_border_boxlrDEVq {
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(176,191,210,0.5);
    height: 280px;
    transform: translateZ(40px);
    grid-area: photo;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
}.teacher_profilexstF07 .student_feedbackHUCpVF:hover .img_border_boxlrDEVq {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(176,191,210,0.5);
}.teacher_profilexstF07 .name {
    transition: transform 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: name;
    padding: 15px 20px;
    font-size: 24px;
    transform: translateZ(30px);
    z-index: 2;
    font-weight: 700;
    background: rgb(176,191,210);
    margin: 0;
}.teacher_profilexstF07 .student_feedbackHUCpVF:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.teacher_profilexstF07 .student_feedbackHUCpVF > span:not(.name) {
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 10px;
    grid-area: job;
    font-size: 16px;
    padding: 10px 15px;
    transition: transform 0.3s ease;
    color: rgb(136,160,184);
    transform: translateZ(25px);
    background: #ffffff;
}.teacher_profilexstF07 .student_feedbackHUCpVF:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.teacher_profilexstF07 {
    padding: 80px 0;
}.teacher_profilexstF07 .student_feedbackHUCpVF {
    grid-template-areas:
      "img_border_boxlrDEVq"
      "name"
      "emp_blockL7rKfv"
      "work_timelineGFhxrV";
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    transform: none;
}.teacher_profilexstF07 .work_timelineGFhxrV,
  .teacher_profilexstF07 .img_border_boxlrDEVq,
  .teacher_profilexstF07 .name,
  .teacher_profilexstF07 .student_feedbackHUCpVF > span:not(.name) {
    transform: none;
}.teacher_profilexstF07 .student_feedbackHUCpVF:hover .work_timelineGFhxrV,
  .teacher_profilexstF07 .student_feedbackHUCpVF:hover .img_border_boxlrDEVq,
  .teacher_profilexstF07 .student_feedbackHUCpVF:hover .name,
  .teacher_profilexstF07 .student_feedbackHUCpVF:hover > span:not(.name) {
    transform: none;
}.teacher_profilexstF07 .img_border_boxlrDEVq {
    margin: 0 auto;
    height: 240px;
    width: 90%;
}.teacher_profilexstF07 .work_timelineGFhxrV {
    padding: 30px;
}.teacher_profilexstF07 .name,
  .teacher_profilexstF07 .student_feedbackHUCpVF > span:not(.name) {
    text-align: center;
    width: 90%;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.teacher_profilexstF07 {
    padding: 60px 0;
}.teacher_profilexstF07 .img_border_boxlrDEVq {
    width: 100%;
    height: 200px;
}.teacher_profilexstF07 .work_timelineGFhxrV {
    font-size: calc(16px * 0.95);
    padding: 25px 20px;
}.teacher_profilexstF07 .name {
    font-size: calc(24px * 0.9);
}.teacher_profilexstF07 .student_feedbackHUCpVF > span:not(.name) {
    font-size: calc(16px * 0.9);
}}.tariff_blockgy40l3 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.tariff_blockgy40l3::before {
    z-index: 1;
    backdrop-filter: blur(4px);
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
}.tariff_blockgy40l3 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    max-width: 1320px;
}.tariff_blockgy40l3 .premium_grid4Wb1J2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}.tariff_blockgy40l3 h2 {
    color: #ffffff;
    text-align: center;
    font-size: 37px;
    transform: translateY(20px);
    opacity: 0;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    animation: fadeSlideUp 0.7s ease forwards;
}.tariff_blockgy40l3 .study_costscWI30E {
    text-align: center;
    opacity: 0;
    margin-bottom: 50px;
    max-width: 700px;
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    transform: translateY(20px);
}.tariff_blockgy40l3 .plan_detailso7dtAf {
    display: grid;
    padding: 0;
    gap: 30px;
    list-style: none;
    perspective: 1000px;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_blockgy40l3 .plan_detailso7dtAf li {
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
}.tariff_blockgy40l3 .plan_detailso7dtAf li:nth-child(1) {
    --li-index: 1;
}.tariff_blockgy40l3 .plan_detailso7dtAf li:nth-child(2) {
    --li-index: 2;
}.tariff_blockgy40l3 .plan_detailso7dtAf li:nth-child(3) {
    --li-index: 3;
}.tariff_blockgy40l3 .plan_detailso7dtAf li:nth-child(4) {
    --li-index: 4;
}.tariff_blockgy40l3 .rate_optionsRfyS6K {
    display: block;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    text-decoration: none;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.15);
}.tariff_blockgy40l3 .rate_optionsRfyS6K::before {
    left: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
    top: 0;
    height: 4px;
    background: linear-gradient(90deg, rgb(176,191,210), rgb(136,160,184));
    content: "";
    transform: scaleX(0);
}.tariff_blockgy40l3 .rate_optionsRfyS6K:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}.tariff_blockgy40l3 .rate_optionsRfyS6K:hover::before {
    transform: scaleX(1);
}.tariff_blockgy40l3 .study_ratesFDigE6 {
    height: 100%;
    padding: 30px;
    flex-direction: column;
    display: flex;
}.tariff_blockgy40l3 .price_plangSe7Jf {
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_blockgy40l3 .price_plangSe7Jf h4 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 0;
    position: relative;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0.5px;
    color: #ffffff;
}.tariff_blockgy40l3 .price_plangSe7Jf h4::after {
    height: 2px;
    left: 0;
    bottom: 0;
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(136,160,184);
}.tariff_blockgy40l3 .price_plangSe7Jf p {
    line-height: 1.6;
    word-break: break-word;
    margin-bottom: 25px;
    color: rgba(255,255,255,0.8);
    font-size: calc(16px - 2px);
    overflow-wrap: break-word;
    flex-grow: 1;
}.tariff_blockgy40l3 .pricing_feesAlqxIt {
    padding: 10px 20px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(176,191,210,0.5), rgb(136,160,184,0.5));
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: inline-block;
    color: #ffffff;
    font-size: calc(23px + 4px);
    font-weight: 700;
    position: relative;
    align-self: flex-start;
    margin-top: auto;
}.tariff_blockgy40l3 .rate_optionsRfyS6K:hover .pricing_feesAlqxIt {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

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

@media (max-width: 992px) {.tariff_blockgy40l3 {
    padding: 80px 0;
}.tariff_blockgy40l3 h2 {
    font-size: calc(37px - 4px);
}.tariff_blockgy40l3 .plan_detailso7dtAf {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_blockgy40l3 .study_ratesFDigE6 {
    padding: 25px;
}.tariff_blockgy40l3 .pricing_feesAlqxIt {
    font-size: calc(23px + 2px);
}
}

@media (max-width: 768px) {.tariff_blockgy40l3 {
    padding: 60px 0;
}.tariff_blockgy40l3 h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 15px;
}.tariff_blockgy40l3 .study_costscWI30E {
    font-size: calc(16px - 1px);
    margin-bottom: 30px;
}.tariff_blockgy40l3 .plan_detailso7dtAf {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.tariff_blockgy40l3 .price_plangSe7Jf p {
    font-size: calc(16px - 3px);
}
}

@media (max-width: 480px) {.tariff_blockgy40l3 {
    padding: 50px 0;
}.tariff_blockgy40l3 .study_ratesFDigE6 {
    padding: 20px;
}.tariff_blockgy40l3 .price_plangSe7Jf h4 {
    font-size: calc(23px - 2px);
}.tariff_blockgy40l3 .pricing_feesAlqxIt {
    padding: 8px 15px;
    font-size: 23px;
}}.cookieSettingsWindowraeRHZ {
    background-color: rgb(215,222,236);
    animation: fadeInUp 0.5s ease-out;
    padding: 20px 0;
    z-index: 1000;
    border-top: 1px solid rgb(176,191,210);
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: fixed;
    bottom: 0;
}.cookieSettingsWindowraeRHZ .cookie_complyoOWMAv {
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform-origin: center;
    flex-shrink: 0;
    margin-right: 20px;
}.cookieSettingsWindowraeRHZ .cookie_complyoOWMAv svg {
    height: 60px;
    fill: rgb(176,191,210);
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieSettingsWindowraeRHZ .cookie_updatesy6csoe {
    flex-grow: 1;
}.cookieSettingsWindowraeRHZ .cookie_updatesy6csoe h5 {
    color: rgb(176,191,210);
    margin-bottom: 6px;
    font-size: 22px;
}.cookieSettingsWindowraeRHZ .cookie_updatesy6csoe p {
    line-height: 1.5;
    margin: 0;
    color: #000000;
    font-size: 16px;
}.cookieSettingsWindowraeRHZ .track_acceptp50xoF {
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 20px;
    background-color: rgb(176,191,210);
    padding: 10px 20px;
    margin-right: 15px;
    display: inline-block;
    font-size: 16px;
    transition: transform 0.3s, box-shadow 0.3s;
}.cookieSettingsWindowraeRHZ .track_acceptp50xoF:hover {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.cookieSettingsWindowraeRHZ .track_acceptp50xoF:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookieSettingsWindowraeRHZ .cookie_complyoOWMAv {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieSettingsWindowraeRHZ .track_acceptp50xoF {
    text-align: center;
    margin-left: 0;
    width: 48%;
}}
#privacyModalWindowzSUXQy {
    display: none;
}#privacyModalWindowzSUXQy:checked ~ .cookieSettingsWindowraeRHZ {
    opacity: 0;
    visibility: hidden;
}.potential_studentse4k8wd {
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(215,222,236) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
}.potential_studentse4k8wd::before {
    content: "";
    background: linear-gradient(135deg, rgb(176,191,210,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(176,191,210,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(176,191,210,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(176,191,210,0.5) 25%, transparent 25%);
    left: 0;
    position: absolute;
    background-size: 100px 100px;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    top: 0;
    z-index: 1;
}.potential_studentse4k8wd .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
}.potential_studentse4k8wd .mastery_zonensg9eI {
    perspective: 1000px;
    position: relative;
}.potential_studentse4k8wd h4 {
    text-align: center;
    font-size: 31px;
    transform: translateX(-50%);
    color: #000000;
    display: inline-block;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    left: 50%;
    padding-bottom: 15px;
}.potential_studentse4k8wd h4::before {
    content: "";
    background: rgb(176,191,210);
    bottom: 0;
    height: 3px;
    left: 25%;
    position: absolute;
    width: 50%;
    border-radius: 3px;
}.potential_studentse4k8wd h4::after {
    width: 70%;
    content: "";
    height: 1px;
    left: 15%;
    background: rgb(136,160,184,0.5);
    bottom: 10px;
    border-radius: 1px;
    position: absolute;
}.potential_studentse4k8wd div > div {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    perspective: 1000px;
    gap: 40px;
}.potential_studentse4k8wd p {
    font-size: 15px;
    display: flex;
    position: relative;
    color: #000000;
    border-radius: 15px;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-style: preserve-3d;
    align-items: flex-start;
    transform: translateZ(0) rotateX(0) rotateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 25px;
    background: #ffffff;
    z-index: 1;
}.potential_studentse4k8wd p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.potential_studentse4k8wd p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.potential_studentse4k8wd p::before {
    left: 0;
    top: 0;
    content: "";
    opacity: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(215,222,236) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}.potential_studentse4k8wd p:hover {
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.potential_studentse4k8wd p:hover::before {
    opacity: 1;
}.potential_studentse4k8wd p svg {
    width: 28px;
    margin-right: 15px;
    transform: translateZ(10px);
    height: 28px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    flex-shrink: 0;
    transition: all 0.3s ease;
}.potential_studentse4k8wd p svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,191,210);
}.potential_studentse4k8wd p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.potential_studentse4k8wd p:hover svg path {
    fill: rgb(136,160,184);
}.potential_studentse4k8wd p span {
    transform: translateZ(5px);
}.potential_studentse4k8wd::after {
    left: 0;
    position: absolute;
    height: 200px;
    background: linear-gradient(to top, #ffffff, transparent);
    z-index: 1;
    pointer-events: none;
    width: 100%;
    content: "";
    bottom: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.potential_studentse4k8wd {
    padding: 100px 0;
}.potential_studentse4k8wd h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 60px;
}.potential_studentse4k8wd div > div {
    gap: 30px;
}.potential_studentse4k8wd p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.potential_studentse4k8wd {
    padding: 80px 0;
}.potential_studentse4k8wd h4 {
    margin-bottom: 50px;
    font-size: calc(31px * 0.8);
}.potential_studentse4k8wd div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.potential_studentse4k8wd p {
    padding: 18px;
}.potential_studentse4k8wd p svg {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}.potential_studentse4k8wd p:nth-child(odd),
    .potential_studentse4k8wd p:nth-child(even) {
    animation: none;
    transform: none;
}.potential_studentse4k8wd p:hover {
    transform: translateY(-5px);
}.potential_studentse4k8wd p:hover svg {
    transform: scale(1.2);
}.potential_studentse4k8wd::after {
    height: 100px;
}
}

@media (max-width: 576px) {.potential_studentse4k8wd {
    padding: 60px 0;
}.potential_studentse4k8wd h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 40px;
}.potential_studentse4k8wd h4::before {
    height: 2px;
}.potential_studentse4k8wd h4::after {
    bottom: 8px;
}.potential_studentse4k8wd div > div {
    gap: 20px;
}.potential_studentse4k8wd p {
    font-size: calc(15px * 0.9);
    padding: 15px;
}.potential_studentse4k8wd p svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}}.ty_pagelGfvOj {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,191,210,0.5) 0%, rgb(215,222,236) 100%);
    position: relative;
    padding: 120px 0 80px;
}.ty_pagelGfvOj::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(136,160,184,0.5) 0%, transparent 60%);
    opacity: 0.7;
    z-index: 1;
    position: absolute;
}.ty_pagelGfvOj::after {
    opacity: 0.2;
    bottom: -50px;
    background: linear-gradient(225deg, rgb(176,191,210) 0%, transparent 70%);
    height: 300px;
    width: 300px;
    content: "";
    filter: blur(40px);
    right: -50px;
    position: absolute;
    z-index: 0;
}.ty_pagelGfvOj .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.ty_pagelGfvOj .mastery_zonensg9eI {
    flex-direction: column;
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    padding: 60px 40px;
    display: flex;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.ty_pagelGfvOj .mastery_zonensg9eI::before {
    width: 5px;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(176,191,210), rgb(136,160,184));
    transform: scaleY(1.02);
    content: "";
    position: absolute;
    left: 0;
}.ty_pagelGfvOj .mastery_zonensg9eI::after {
    top: -15px;
    transform: rotate(15deg);
    width: 80px;
    background: rgb(136,160,184,0.5);
    height: 80px;
    content: "";
    right: 40px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: float 8s infinite ease-in-out;
    z-index: -1;
}.ty_pagelGfvOj .mastery_zonensg9eI:hover {
    transform: perspective(1000px) rotateY(0deg);
}.ty_pagelGfvOj h5 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    line-height: 1.4;
}.ty_pagelGfvOj h5::after {
    transition: width 0.3s ease;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(176,191,210), rgb(136,160,184));
    height: 3px;
    position: absolute;
    width: 80px;
    bottom: 0;
}.ty_pagelGfvOj .mastery_zonensg9eI:hover h5::after {
    width: 120px;
}.ty_pagelGfvOj p {
    color: #000000;
    transition: color 0.3s ease;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.8;
    z-index: 2;
}.ty_pagelGfvOj a {
    padding: 5px 0;
    overflow: hidden;
    text-decoration: none;
    display: block;
    position: relative;
}.ty_pagelGfvOj a::before {
    height: 1px;
    position: absolute;
    transform-origin: left;
    left: 0;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(176,191,210,0.5), transparent);
    content: "";
    transform: scaleX(0);
}.ty_pagelGfvOj a:hover::before {
    transform: scaleX(1);
}.ty_pagelGfvOj a:hover p {
    color: rgb(176,191,210);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 0.9;
        transform: scale(1.05);
    }
}

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

@media (min-width: 768px) {.ty_pagelGfvOj {
    padding: 140px 0 100px;
}.ty_pagelGfvOj .mastery_zonensg9eI {
    padding: 80px 60px;
    margin: 0 auto;
    max-width: 900px;
}.ty_pagelGfvOj h5 {
    font-size: calc(19px * 1.2);
    padding-bottom: 25px;
    margin-bottom: 40px;
}.ty_pagelGfvOj p {
    line-height: 1.9;
    font-size: calc(16px * 1.05);
}.ty_pagelGfvOj .mastery_zonensg9eI::after {
    height: 100px;
    right: 60px;
    width: 100px;
}
}

@media (min-width: 992px) {.ty_pagelGfvOj {
    padding: 160px 0 120px;
}.ty_pagelGfvOj .mastery_zonensg9eI {
    margin: 0 auto;
    padding: 100px 80px;
    max-width: 1000px;
    transform: perspective(1200px) rotateY(-3deg);
}.ty_pagelGfvOj .mastery_zonensg9eI::before {
    width: 8px;
}.ty_pagelGfvOj h5 {
    font-size: calc(19px * 1.3);
    max-width: 80%;
}.ty_pagelGfvOj p {
    max-width: 90%;
}.ty_pagelGfvOj .mastery_zonensg9eI::after {
    height: 120px;
    width: 120px;
    right: 80px;
    top: -20px;
}
}

@media (max-width: 767px) {.ty_pagelGfvOj {
    padding: 80px 0 60px;
}.ty_pagelGfvOj .mastery_zonensg9eI {
    padding: 40px 25px;
    transform: perspective(800px) rotateY(-1deg);
}.ty_pagelGfvOj h5 {
    margin-bottom: 25px;
    font-size: calc(19px * 0.9);
    padding-bottom: 15px;
}.ty_pagelGfvOj p {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.ty_pagelGfvOj .mastery_zonensg9eI::before {
    width: 3px;
}.ty_pagelGfvOj .mastery_zonensg9eI::after {
    width: 60px;
    top: -10px;
    height: 60px;
    right: 20px;
}
}

@media (max-width: 480px) {.ty_pagelGfvOj {
    padding: 60px 0 40px;
}.ty_pagelGfvOj .mastery_zonensg9eI {
    padding: 30px 20px;
    transform: none;
}.ty_pagelGfvOj h5 {
    font-size: calc(19px * 0.85);
    padding-bottom: 15px;
    margin-bottom: 20px;
}.ty_pagelGfvOj .mastery_zonensg9eI::after {
    display: none;
}}.course_program_detailsJtVmdb {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(215,222,236) 0%, rgba(245, 245, 250, 0.95) 100%);
}.course_program_detailsJtVmdb::before {
    width: 100%;
    background-size: 40px 40px;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    z-index: 0;
    background-image: 
        linear-gradient(30deg, rgba(rgb(176,191,210,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(176,191,210,0.5), 0.03) 1px, transparent 1px);
    position: absolute;
}.course_program_detailsJtVmdb::after {
    position: absolute;
    border-radius: 50%;
    top: -5%;
    background: linear-gradient(225deg, rgb(176,191,210) 0%, rgba(rgb(176,191,210,0.5), 0.4) 70%);
    right: -5%;
    opacity: 0.2;
    content: "";
    height: 300px;
    width: 300px;
    filter: blur(80px);
    z-index: 0;
}.course_program_detailsJtVmdb .container {
    max-width: 1200px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
}.course_program_detailsJtVmdb h2 {
    font-weight: 700;
    line-height: 1.3;
    max-width: 90%;
    margin-bottom: 40px;
    position: relative;
    transform: translateX(-8px);
    font-size: 38px;
    color: #000000;
}.course_program_detailsJtVmdb h2::before {
    width: 6px;
    background-color: rgb(176,191,210);
    top: 50%;
    height: 60%;
    left: -15px;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.course_program_detailsJtVmdb .education_plansZPeDo {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}.course_program_detailsJtVmdb .img_border_boxlrDEVq {
    border: 1px solid rgba(rgb(176,191,210,0.5), 0.15);
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.06),
        0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: perspective(1000px) rotateY(-2deg) translateZ(0);
    position: relative;
    height: 360px;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
}.course_program_detailsJtVmdb .img_border_boxlrDEVq::before {
    z-index: 1;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(rgb(176,191,210,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgba(0, 0, 0, 0.5), 0.2) 100%
    );
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
}.course_program_detailsJtVmdb .img_border_boxlrDEVq:hover {
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(5px);
}.course_program_detailsJtVmdb .content_holderjTIO6g {
    max-height: 500px;
    scrollbar-width: thin;
    overflow-y: auto;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.03),
        0 1px 8px rgba(rgba(0, 0, 0, 0.5), 0.01);
    position: relative;
    padding: 20px;
    scrollbar-color: rgb(176,191,210) rgba(rgb(176,191,210,0.5), 0.1);
    transform: translateY(-5px);
    background: #ffffff;
}.course_program_detailsJtVmdb .content_holderjTIO6g::-webkit-scrollbar {
    width: 6px;
}.course_program_detailsJtVmdb .content_holderjTIO6g::-webkit-scrollbar-track {
    background: rgba(rgb(176,191,210,0.5), 0.1);
    border-radius: 10px;
}.course_program_detailsJtVmdb .content_holderjTIO6g::-webkit-scrollbar-thumb {
    background-color: rgb(176,191,210);
    border-radius: 10px;
}.course_program_detailsJtVmdb .description {
    position: relative;
    color: #000000;
    padding-left: 15px;
    margin-bottom: 20px;
    border-left: 2px solid rgba(rgb(176,191,210,0.5), 0.3);
    font-size: 14px;
    line-height: 1.7;
}.course_program_detailsJtVmdb .description:last-child {
    margin-bottom: 0;
}.course_program_detailsJtVmdb .description::before {
    animation: lineGrow 2.5s ease-out forwards;
    top: 0;
    height: 0;
    left: -2px;
    position: absolute;
    background-color: rgb(176,191,210);
    width: 2px;
    content: "";
}

@keyframes lineGrow {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@media (min-width: 768px) {.course_program_detailsJtVmdb {
    padding: 150px 0 100px;
}.course_program_detailsJtVmdb .education_plansZPeDo {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.course_program_detailsJtVmdb h2 {
    margin-bottom: 60px;
    max-width: 70%;
    font-size: calc(38px * 1.1);
}.course_program_detailsJtVmdb .img_border_boxlrDEVq {
    height: 450px;
}.course_program_detailsJtVmdb .content_holderjTIO6g {
    max-height: 450px;
    padding: 30px;
}
}

@media (min-width: 992px) {.course_program_detailsJtVmdb {
    padding: 180px 0 120px;
}.course_program_detailsJtVmdb h2 {
    max-width: 60%;
    font-size: calc(38px * 1.2);
    transform: translateX(-20px);
}.course_program_detailsJtVmdb h2::before {
    left: -30px;
    width: 8px;
}.course_program_detailsJtVmdb .education_plansZPeDo {
    gap: 80px;
}.course_program_detailsJtVmdb .img_border_boxlrDEVq {
    height: 520px;
}.course_program_detailsJtVmdb .content_holderjTIO6g {
    max-height: 520px;
    padding: 40px;
}.course_program_detailsJtVmdb .description {
    padding-left: 25px;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_detailsJtVmdb .container {
    padding: 0 40px;
}.course_program_detailsJtVmdb .education_plansZPeDo {
    gap: 100px;
}.course_program_detailsJtVmdb .img_border_boxlrDEVq {
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
}.course_program_detailsJtVmdb .img_border_boxlrDEVq:hover {
    transform: perspective(1200px) rotateY(0deg) translateZ(10px);
}.course_program_detailsJtVmdb .content_holderjTIO6g {
    transform: translateY(-10px);
}
}

@media (max-width: 767px) {.course_program_detailsJtVmdb {
    padding: 80px 0 60px;
}.course_program_detailsJtVmdb h2 {
    max-width: 100%;
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.course_program_detailsJtVmdb .img_border_boxlrDEVq {
    height: 280px;
}.course_program_detailsJtVmdb .content_holderjTIO6g {
    max-height: 400px;
    padding: 15px;
}.course_program_detailsJtVmdb .description {
    font-size: calc(14px * 0.95);
}}.secure_sanctumUIxRdm {
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(165deg, rgb(215,222,236) 0%, #ffffff 100%);
    padding: 4rem 1.5rem;
}.secure_sanctumUIxRdm::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: 0;
    opacity: 0.05;
    background: repeating-linear-gradient(
        -45deg,
        rgb(176,191,210,0.5) 0,
        rgb(176,191,210,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    top: 0;
}.secure_sanctumUIxRdm .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 3.5rem 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    max-width: 1140px;
    transform: translateZ(0);
}.secure_sanctumUIxRdm h1 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    position: relative;
    transform: translateY(0);
    line-height: 1.2;
    margin: 0 0 2rem;
    color: rgb(176,191,210);
    font-size: 40px;
    padding-bottom: 1rem;
}.secure_sanctumUIxRdm h1::after {
    bottom: 0;
    background: linear-gradient(90deg, rgb(176,191,210) 0%, rgb(136,160,184) 100%);
    left: 0;
    transition: width 0.4s ease-out;
    content: "";
    height: 3px;
    width: 80px;
    position: absolute;
}.secure_sanctumUIxRdm:hover h1::after {
    width: 120px;
}.secure_sanctumUIxRdm h2 {
    position: relative;
    font-size: 33px;
    font-weight: 600;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    color: rgb(136,160,184);
}.secure_sanctumUIxRdm h2::before {
    left: 0;
    content: "";
    background: rgb(176,191,210);
    width: 4px;
    transition: transform 0.3s ease;
    position: absolute;
    height: 100%;
    top: 0;
    transform: scaleY(0.8);
    border-radius: 2px;
}.secure_sanctumUIxRdm h2:hover::before {
    transform: scaleY(1);
}.secure_sanctumUIxRdm h3 {
    color: #000000;
    font-weight: 600;
    font-size: calc(33px * 0.85);
    position: relative;
    padding-left: 1.5rem;
    margin: 2.2rem 0 1rem;
}.secure_sanctumUIxRdm h3::before {
    width: 12px;
    content: "";
    transform: translateY(-50%);
    background: rgb(136,160,184);
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
}.secure_sanctumUIxRdm h4 {
    margin: 2rem 0 0.8rem;
    font-size: calc(33px * 0.7);
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
    color: #000000;
}.secure_sanctumUIxRdm h4::before {
    color: rgb(176,191,210);
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    content: "→";
    font-size: 0.9em;
}.secure_sanctumUIxRdm p {
    font-size: 13px;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    opacity: 0.9;
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 92%;
}.secure_sanctumUIxRdm p:hover {
    opacity: 1;
}.secure_sanctumUIxRdm p strong {
    z-index: 1;
    position: relative;
    color: #000000;
    font-weight: 600;
}.secure_sanctumUIxRdm p strong::after {
    width: 100%;
    left: 0;
    background-color: rgb(176,191,210,0.5);
    z-index: -1;
    content: "";
    bottom: 0;
    transform: scaleX(0.95);
    position: absolute;
    transition: transform 0.3s ease;
    height: 30%;
    transform-origin: left;
}.secure_sanctumUIxRdm p strong:hover::after {
    transform: scaleX(1);
}.secure_sanctumUIxRdm ul {
    margin: 1.5rem 0;
    list-style: none;
    padding: 0.5rem 0 1rem 1.5rem;
    position: relative;
}.secure_sanctumUIxRdm ul::before {
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 1.5px;
    top: 0;
    width: 3px;
    content: "";
    background: linear-gradient(180deg, rgb(176,191,210) 0%, rgb(176,191,210,0.5) 100%);
}.secure_sanctumUIxRdm li {
    transition: transform 0.3s ease;
    font-size: 13px;
    color: #000000;
    position: relative;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.secure_sanctumUIxRdm li::before {
    top: 0.75em;
    transition: background 0.3s ease;
    border-radius: 50%;
    width: 8px;
    left: 0;
    height: 8px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    background: rgb(136,160,184);
}.secure_sanctumUIxRdm li:hover {
    transform: translateX(3px);
}.secure_sanctumUIxRdm li:hover::before {
    background: rgb(176,191,210);
}.secure_sanctumUIxRdm span {
    padding: 1rem 1.5rem;
    margin-bottom: 2rem;
    display: block;
    line-height: 1.65;
    opacity: 0.85;
    transition: all 0.3s ease;
    background-color: rgba(rgb(136,160,184,0.5), 0.07);
    color: #000000;
    border-left: 3px solid rgb(136,160,184);
    font-size: calc(13px * 0.95);
}.secure_sanctumUIxRdm span:hover {
    opacity: 1;
    background-color: rgba(rgb(136,160,184,0.5), 0.1);
}

@media screen and (max-width: 992px) {.secure_sanctumUIxRdm {
    padding: 3rem 1rem;
}.secure_sanctumUIxRdm .container {
    padding: 2.5rem 2rem;
}.secure_sanctumUIxRdm h1 {
    font-size: calc(40px * 0.9);
}.secure_sanctumUIxRdm h2 {
    font-size: calc(33px * 0.9);
}.secure_sanctumUIxRdm p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.secure_sanctumUIxRdm {
    padding: 2.5rem 0.75rem;
}.secure_sanctumUIxRdm .container {
    padding: 2rem 1.5rem;
}.secure_sanctumUIxRdm h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 1.5rem;
}.secure_sanctumUIxRdm h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.secure_sanctumUIxRdm h3 {
    font-size: calc(33px * 0.7);
}.secure_sanctumUIxRdm h4 {
    font-size: calc(33px * 0.6);
}.secure_sanctumUIxRdm p, 
    .secure_sanctumUIxRdm li {
    font-size: calc(13px * 0.95);
}.secure_sanctumUIxRdm span {
    padding: 0.75rem 1rem;
    font-size: calc(13px * 0.9);
}
}

@media screen and (max-width: 576px) {.secure_sanctumUIxRdm {
    padding: 2rem 0.5rem;
}.secure_sanctumUIxRdm .container {
    padding: 1.5rem 1.25rem;
}.secure_sanctumUIxRdm h1 {
    padding-bottom: 0.75rem;
    font-size: calc(40px * 0.7);
}.secure_sanctumUIxRdm h1::after {
    height: 2px;
    width: 60px;
}.secure_sanctumUIxRdm:hover h1::after {
    width: 90px;
}.secure_sanctumUIxRdm h2 {
    padding-left: 0.75rem;
    font-size: calc(33px * 0.7);
}.secure_sanctumUIxRdm h2::before {
    width: 3px;
}.secure_sanctumUIxRdm h3, 
    .secure_sanctumUIxRdm h4 {
    padding-left: 1.25rem;
}.secure_sanctumUIxRdm ul {
    padding-left: 1rem;
}.secure_sanctumUIxRdm li {
    padding-left: 1.25rem;
}.secure_sanctumUIxRdm li::before {
    width: 6px;
    height: 6px;
}.secure_sanctumUIxRdm span {
    padding: 0.75rem 0.75rem;
    border-left: 2px solid rgb(136,160,184);
}}footer {
    width: 100%;
    position: relative;
}footer .fund_ctaCgIadS {
    color: #000000;
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    position: relative;
    background-color: rgb(215,222,236);
}footer .fund_ctaCgIadS::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(176,191,210,0.5) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgb(136,160,184,0.5) 0%, transparent 20%);
    opacity: 0.3;
    top: 0;
    z-index: 0;
}footer .partner_logoil2obc {
    position: relative;
    z-index: 1;
}footer .reach_contactYL0FzI {
    display: flex;
    background-color: #ffffff;
    margin: auto;
    flex-wrap: wrap;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    width: 85%;
    border-radius: 28px;
    gap: 15px;
    padding: 25px;
    justify-content: space-between;
    z-index: 3;
}footer .info_item {
    background-color: rgb(215,222,236);
    padding: 15px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    flex: 1 1 200px;
    border-radius: 10px;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 22px;
    width: 22px;
    fill: rgb(176,191,210);
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    font-size: 13px;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    color: rgb(176,191,210);
}footer .text_main_holder {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 40px;
    perspective: 2000px;
    gap: 20px;
}footer .head_infoH35fwj, footer .nav_headerRzUSGj, footer .subscribe_holder {
    transform-style: preserve-3d;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 28px;
    transform-origin: center center;
    position: relative;
    transition: all 0.5s ease;
    padding: 30px;
}footer .head_infoH35fwj {
    background-color: #ffffff;
    z-index: 2;
    transform: translateZ(0) scale(1);
}footer .head_infoH35fwj:hover {
    transform: translateZ(30px) scale(1.02);
}footer .nav_headerRzUSGj {
    margin-top: -20px;
    margin-left: 20px;
    color: #ffffff;
    z-index: 1;
    background-color: rgb(136,160,184);
    margin-right: 20px;
    transform: translateZ(-10px) scale(0.98);
}footer .subscribe_holder {
    margin-top: -20px;
    z-index: 0;
    transform: translateZ(-20px) scale(0.96);
    margin-left: 40px;
    margin-right: 40px;
    color: #ffffff;
    background-color: rgb(176,191,210);
}footer .subscribe_holder:hover {
    transform: translateZ(10px) scale(0.98);
}footer .head_infoH35fwj::after, footer .nav_headerRzUSGj::after, footer .subscribe_holder::after {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 28px;
    z-index: -1;
    height: 100%;
    opacity: 0;
}footer .head_infoH35fwj:hover::after, footer .nav_headerRzUSGj:hover::after, footer .subscribe_holder:hover::after {
    opacity: 1;
}footer .head_infoH35fwj svg {
    margin-bottom: 20px;
    height: 45px;
    display: block;
    width: auto;
}footer .ar_tools0dwgcj {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}footer .nav_headerRzUSGj h5 {
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
}footer .nav_headerRzUSGj h5::after {
    width: 40px;
    position: absolute;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    left: 0;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(176,191,210), transparent);
}footer .nav_headerRzUSGj h5:hover::after {
    width: 100%;
}footer .main_navbarRHKWZX {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    margin-bottom: 20px;
}footer .main_navbarRHKWZX a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: rgba(255, 255, 255, 0.75);
    padding: 5px 0;
    font-size: 13px;
}footer .main_navbarRHKWZX a::before {
    transition: width 0.3s ease;
    left: 0;
    bottom: 0;
    height: 1px;
    position: absolute;
    content: "";
    width: 0;
    background-color: rgb(176,191,210);
}footer .main_navbarRHKWZX a:hover {
    color: #ffffff;
    transform: translateX(5px);
}footer .main_navbarRHKWZX a:hover::before {
    width: 100%;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    font-size: 13px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 14px 16px;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .course_offeringsYxtojh {
    cursor: pointer;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding: 14px 20px;
    transition: all 0.3s ease;
    color: rgb(176,191,210);
    border: none;
    border-radius: 10px;
}footer .course_offeringsYxtojh:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(136,160,184);
    transform: translateY(-3px);
}footer .cloud_labB4KGqs {
    margin-top: 60px;
    position: relative;
    text-align: center;
}footer .telegram_refUc6p2R {
    display: inline-block;
    font-size: 15px;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    color: #000000;
}

@media (min-width: 992px) {footer .text_main_holder {
    align-items: stretch;
    flex-direction: row;
}footer .head_infoH35fwj, footer .nav_headerRzUSGj, footer .subscribe_holder {
    margin-top: 0;
    flex-direction: column;
    display: flex;
    flex: 1;
}footer .head_infoH35fwj {
    margin-right: -20px;
}footer .nav_headerRzUSGj {
    margin-right: -20px;
    z-index: 1;
    margin-left: 0;
}footer .subscribe_holder {
    margin-right: 0;
    margin-left: 0;
}
}

@media (max-width: 991px) {footer .reach_contactYL0FzI {
    width: 90%;
    padding: 20px;
}footer .text_main_holder {
    margin-top: 80px;
}
}

@media (max-width: 767px) {footer .fund_ctaCgIadS {
    padding: 80px 0 30px;
}footer .reach_contactYL0FzI {
    width: 95%;
    padding: 15px;
}footer .info_item {
    flex: 1 1 100%;
}footer .head_infoH35fwj, footer .nav_headerRzUSGj, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 0;
    margin-right: 0;
}footer .nav_headerRzUSGj, footer .subscribe_holder {
    margin-top: -10px;
}footer .cloud_labB4KGqs {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .fund_ctaCgIadS {
    padding: 70px 0 20px;
}footer .reach_contactYL0FzI {
    padding: 10px;
}footer .info_item {
    padding: 10px;
}footer .text_main_holder {
    margin-top: 60px;
}footer .head_infoH35fwj, footer .nav_headerRzUSGj, footer .subscribe_holder {
    padding: 20px 15px;
}footer .nav_headerRzUSGj h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .main_navbarRHKWZX {
    grid-template-columns: 1fr;
}footer .input_holder input[type="email"],
    footer .course_offeringsYxtojh {
    padding: 12px;
}}.title_pagespnHe7 {
    background: linear-gradient(135deg, rgb(215,222,236), rgb(176,191,210,0.5));
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    padding: 60px 0;
}.title_pagespnHe7 > div {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}.title_pagespnHe7 .skill_guidesbM80Hc {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 40px;
    animation: fadeUp 0.8s ease-out forwards;
}.title_pagespnHe7 .main_heroek7Nw8 {
    transform: translateX(-10px);
    margin: 0;
    font-size: 48px;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    opacity: 0;
    color: #ffffff;
}.title_pagespnHe7 .main_heroek7Nw8::after {
    animation: growLine 1.2s ease-out 0.8s forwards;
    left: 0;
    content: '';
    height: 4px;
    width: 0;
    bottom: -15px;
    background: rgb(136,160,184);
    position: absolute;
}.title_pagespnHe7 .start_firstH6iYZR {
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    overflow: hidden;
}.title_pagespnHe7 .start_firstH6iYZR::before {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}.title_pagespnHe7 .start_firstH6iYZR > div {
    display: flex;
    justify-content: center;
    z-index: 2;
    position: relative;
    padding: 60px 40px;
    min-height: 400px;
    flex-direction: column;
}.title_pagespnHe7 .start_firstH6iYZR > div > div {
    transform: translateX(-20px);
    margin-bottom: 30px;
    opacity: 0;
    animation: slideIn 0.8s ease-out 0.6s forwards;
}.title_pagespnHe7 .start_firstH6iYZR p {
    line-height: 1.6;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    max-width: 80%;
    font-weight: 400;
    font-size: calc(13px * 1.2);
    color: #ffffff;
}.title_pagespnHe7 .start_firstH6iYZR h3 {
    animation: slideInReverse 0.8s ease-out 0.8s forwards;
    transform: translateX(20px);
    line-height: 1.5;
    font-size: 20px;
    opacity: 0;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    max-width: 90%;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
}.title_pagespnHe7 .start_firstH6iYZR h3::before {
    width: 4px;
    height: 0;
    top: 0;
    background: rgb(136,160,184);
    animation: growHeight 1s ease-out 1.4s forwards;
    position: absolute;
    left: 0;
    content: '';
}

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

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

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

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

@keyframes growLine {
  to {
    width: 120px;
  }
}

@keyframes growHeight {
  to {
    height: 100%;
  }
}

@media screen and (max-width: 992px) {.title_pagespnHe7 {
    padding: 50px 0;
    min-height: 80vh;
}.title_pagespnHe7 > div {
    padding: 0 15px;
}.title_pagespnHe7 .main_heroek7Nw8 {
    font-size: calc(48px * 0.85);
}.title_pagespnHe7 .start_firstH6iYZR > div {
    min-height: 350px;
    padding: 50px 30px;
}.title_pagespnHe7 .start_firstH6iYZR p {
    max-width: 90%;
    font-size: 13px;
}.title_pagespnHe7 .start_firstH6iYZR h3 {
    font-size: calc(20px * 0.9);
    max-width: 95%;
}
}

@media screen and (max-width: 768px) {.title_pagespnHe7 {
    min-height: auto;
    padding: 40px 0;
}.title_pagespnHe7 .skill_guidesbM80Hc {
    margin-bottom: 30px;
}.title_pagespnHe7 .main_heroek7Nw8 {
    font-size: calc(48px * 0.7);
}.title_pagespnHe7 .start_firstH6iYZR > div {
    min-height: 300px;
    padding: 40px 25px;
}.title_pagespnHe7 .start_firstH6iYZR p {
    max-width: 100%;
}.title_pagespnHe7 .start_firstH6iYZR h3 {
    font-size: calc(20px * 0.8);
    max-width: 100%;
    padding-left: 15px;
}
}

@media screen and (max-width: 576px) {.title_pagespnHe7 {
    padding: 30px 0;
}.title_pagespnHe7 > div {
    padding: 0 10px;
}.title_pagespnHe7 .skill_guidesbM80Hc {
    margin-bottom: 20px;
}.title_pagespnHe7 .main_heroek7Nw8 {
    font-size: calc(48px * 0.6);
}.title_pagespnHe7 .main_heroek7Nw8::after {
    height: 3px;
    bottom: -10px;
}.title_pagespnHe7 .start_firstH6iYZR > div {
    min-height: 250px;
    padding: 30px 20px;
}.title_pagespnHe7 .start_firstH6iYZR > div > div {
    margin-bottom: 20px;
}.title_pagespnHe7 .start_firstH6iYZR p {
    font-size: calc(13px * 0.9);
}.title_pagespnHe7 .start_firstH6iYZR h3 {
    font-size: calc(20px * 0.7);
    padding-left: 12px;
}.title_pagespnHe7 .start_firstH6iYZR h3::before {
    width: 3px;
}@keyframes growLine {
    to {
      width: 80px;
    }
  }
}.contact_usEmGFXO {
    padding: 120px 0;
    overflow: hidden;
    background: rgb(215,222,236);
    position: relative;
}.contact_usEmGFXO::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(176,191,210,0.5) 0,
        rgb(176,191,210,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.3;
}.contact_usEmGFXO::after {
    opacity: 0.2;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(136,160,184) 0%, transparent 70%);
    height: 300px;
    filter: blur(60px);
    bottom: 0;
    width: 300px;
    right: 0;
    z-index: 1;
    animation: float 10s ease-in-out infinite;
}.contact_usEmGFXO .img_border_boxlrDEVq {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.08;
    filter: blur(2px) saturate(0.8);
    z-index: 0;
}.contact_usEmGFXO .img_border_boxlrDEVq::after {
    background: linear-gradient(to bottom, rgb(136,160,184,0.5) 0%, transparent 100%);
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}.contact_usEmGFXO .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.contact_usEmGFXO h3 {
    letter-spacing: 1px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 28px;
    text-align: center;
}.contact_usEmGFXO h3::before {
    height: 4px;
    transform: translateX(-50%);
    content: "";
    top: -20px;
    left: 50%;
    position: absolute;
    background: rgb(176,191,210);
    width: 40px;
}.contact_usEmGFXO h3::after {
    transform: translateX(-50%);
    height: 1px;
    bottom: -20px;
    background: linear-gradient(to right, transparent, rgb(176,191,210), transparent);
    content: "";
    left: 50%;
    width: 100px;
    position: absolute;
}.support_requestRWzQUm {
    gap: 0;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 10;
    display: grid;
    position: relative;
    border-radius: 12px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    backdrop-filter: blur(10px);
}.support_requestRWzQUm::before {
    animation: rotate 60s linear infinite;
    position: absolute;
    left: -50%;
    z-index: 0;
    width: 200%;
    background: radial-gradient(circle at center, rgb(136,160,184,0.5) 0%, transparent 50%);
    height: 200%;
    opacity: 0.2;
    content: "";
    top: -50%;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL {
    padding: 60px 50px;
    position: relative;
    z-index: 2;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL::before {
    top: 15%;
    background: linear-gradient(to bottom, transparent, rgb(176,191,210,0.5), transparent);
    content: "";
    width: 1px;
    position: absolute;
    height: 70%;
    right: 0;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL h3 {
    font-size: 19px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 35px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL h3::before {
    display: none;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL h3::after {
    bottom: -15px;
    left: 0;
    background: rgb(176,191,210);
    height: 2px;
    width: 60px;
    transform: none;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL form {
    flex-direction: column;
    display: flex;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL input[type="text"],
.support_requestRWzQUm .inquiry_feedbackvtA1oL textarea {
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 13px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 18px 22px;
    width: 100%;
    margin-bottom: 25px;
    border: none;
    font-family: Arial, sans-serif;
    background: rgba(240, 240, 240, 0.5);
}.support_requestRWzQUm .inquiry_feedbackvtA1oL input[type="text"]:focus,
.support_requestRWzQUm .inquiry_feedbackvtA1oL textarea:focus {
    box-shadow: 0 0 0 2px rgb(176,191,210,0.5), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL textarea {
    resize: vertical;
    min-height: 150px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe {
    display: flex;
    position: relative;
    align-items: flex-start;
    margin-bottom: 30px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe label {
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
    position: relative;
    font-size: calc(13px - 2px);
    padding-left: 30px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe label::before {
    background: rgba(240, 240, 240, 0.8);
    left: 0;
    width: 20px;
    position: absolute;
    top: 2px;
    border-radius: 10px;
    height: 20px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
    content: "";
    transition: all 0.3s ease;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe input[type="checkbox"]:checked + label::before {
    background: rgb(176,191,210);
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe input[type="checkbox"]:checked + label::after {
    top: 5px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    width: 5px;
    left: 8px;
    position: absolute;
    height: 10px;
    transform: rotate(45deg);
    content: "";
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe a {
    position: relative;
    transition: all 0.3s ease;
    color: rgb(176,191,210);
    font-weight: 600;
    text-decoration: none;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe a::after {
    height: 1px;
    content: "";
    width: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease;
    background-color: rgb(176,191,210);
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .feedback_cardmtqWZe a:hover::after {
    width: 100%;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .connect_feedbackJ9dE83 {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid rgb(176,191,210);
    align-self: flex-start;
    display: inline-block;
    font-size: 14px;
    padding: 15px 30px;
    position: relative;
    color: #000000;
    z-index: 1;
    font-weight: 600;
    cursor: pointer;
    background: transparent;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .connect_feedbackJ9dE83::before {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    width: 0;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(176,191,210);
    z-index: -1;
    height: 100%;
    top: 0;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .connect_feedbackJ9dE83:hover {
    color: #ffffff;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .connect_feedbackJ9dE83:hover::before {
    width: 100%;
}.support_requestRWzQUm .query_gridJuj0Ih {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 245, 245, 1) 100%);
    position: relative;
    padding: 60px 50px;
    z-index: 2;
}.support_requestRWzQUm .query_gridJuj0Ih::before {
    left: 0;
    height: 100%;
    opacity: 0.5;
    content: "";
    top: 0;
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    background: linear-gradient(45deg, transparent 25%, rgba(0, 0, 0, 0.02) 25%, rgba(0, 0, 0, 0.02) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.02) 75%);
}.support_requestRWzQUm .query_gridJuj0Ih h4 {
    margin-bottom: 35px;
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
}.support_requestRWzQUm .query_gridJuj0Ih h4::after {
    background: rgb(176,191,210);
    position: absolute;
    bottom: -15px;
    content: "";
    width: 60px;
    height: 2px;
    left: 0;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP {
    padding: 0;
    margin: 0;
    list-style: none;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li {
    position: relative;
    border-left: 2px solid transparent;
    transition: all 0.3s ease;
    display: flex;
    margin-bottom: 30px;
    z-index: 1;
    padding-left: 15px;
    align-items: center;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li:last-child {
    margin-bottom: 0;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li:hover {
    border-left-color: rgb(176,191,210);
    padding-left: 20px;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li svg {
    width: 22px;
    transition: all 0.3s ease;
    opacity: 0.8;
    height: 22px;
    flex-shrink: 0;
    margin-right: 18px;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li svg path {
    transition: all 0.3s ease;
    fill: rgb(176,191,210);
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li:hover svg path {
    fill: rgb(136,160,184);
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li span {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li a {
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li a::after {
    position: absolute;
    content: "";
    width: 0;
    bottom: -3px;
    background-color: rgb(176,191,210);
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li a:hover {
    color: rgb(176,191,210);
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li a:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_usEmGFXO {
    padding: 80px 0;
}.support_requestRWzQUm {
    grid-template-columns: 1fr;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL::before {
    left: 15%;
    width: 70%;
    top: auto;
    bottom: 0;
    height: 1px;
    right: auto;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL,
    .support_requestRWzQUm .query_gridJuj0Ih {
    padding: 50px 40px;
}
}

@media screen and (max-width: 768px) {.contact_usEmGFXO {
    padding: 60px 0;
}.contact_usEmGFXO h3 {
    font-size: calc(28px - 4px);
    margin-bottom: 40px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL,
    .support_requestRWzQUm .query_gridJuj0Ih {
    padding: 40px 30px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL h3,
    .support_requestRWzQUm .query_gridJuj0Ih h4 {
    font-size: calc(19px - 2px);
    margin-bottom: 30px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL input[type="text"],
    .support_requestRWzQUm .inquiry_feedbackvtA1oL textarea {
    padding: 15px 18px;
    margin-bottom: 20px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL .connect_feedbackJ9dE83 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_usEmGFXO {
    padding: 50px 0;
}.support_requestRWzQUm {
    border-radius: 10px;
}.support_requestRWzQUm .inquiry_feedbackvtA1oL,
    .support_requestRWzQUm .query_gridJuj0Ih {
    padding: 30px 25px;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li {
    align-items: flex-start;
}.support_requestRWzQUm .query_gridJuj0Ih .request_messagez3WZlP li svg {
    margin-top: 3px;
}
}