* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1162px;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.footer_milestonesJMqZt {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    background: rgb(156,169,187,0.5);
    width: 11px;
}::-webkit-scrollbar-track {
    border-radius: 17px;
    box-shadow: inset 4px 3px 10px 6px rgba(0, 0, 0, 0.2);
    background: rgb(121,131,146);
}::-webkit-scrollbar-thumb {
    transition: background, border-radius 4s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 9999px;
    background: #ffffff;
    box-shadow: -5px 0px 6px 2px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -4px 4px 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateX(2px);
    background: rgb(121,131,146);
}::-webkit-scrollbar-thumb:active {
    background: #ffffff;
}::-webkit-scrollbar-corner {
    background: rgb(156,169,187);
}html {
    scrollbar-width: auto;
    scrollbar-color: rgb(121,131,146,0.5) rgb(156,169,187);
}.wrapper-canvasUIryx {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}.head_sitewrapHqPEs {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.welcome_sectionaAkYz {
    align-items: center;
    padding: 4rem 2rem;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(156,169,187,0.5), rgb(121,131,146));
    display: flex;
    position: relative;
    perspective: 1000px;
    justify-content: center;
    overflow: hidden;
}.welcome_sectionaAkYz::before {
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgba(0, 0, 0, 0.5) 12px
  );
    height: 100%;
    position: absolute;
    top: 0;
    pointer-events: none;
    content: "";
    width: 100%;
    opacity: 0.05;
}.welcome_sectionaAkYz::after {
    content: "";
    top: -50%;
    animation: lightBeam 8s infinite alternate ease-in-out;
    transform: rotate(35deg);
    filter: blur(30px);
    width: 80%;
    background: linear-gradient(90deg, transparent, rgb(156,169,187,0.5), transparent);
    opacity: 0.2;
    position: absolute;
    right: -20%;
    height: 200%;
}.welcome_sectionaAkYz .course_frontVfUiX {
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr;
    width: 100%;
    display: grid;
    gap: 2rem;
    transform-style: preserve-3d;
    max-width: 1200px;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child {
    transform: translateZ(20px);
    padding: 2.5rem;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    background: linear-gradient(145deg, rgb(255, 255, 255, 0.5), #ffffff);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child p {
    color: #000000;
    text-align: center;
    font-size: calc(17px * 1.2);
    position: relative;
    line-height: 1.6;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child p::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    width: 80px;
    background: rgb(156,169,187);
    bottom: -10px;
    left: 50%;
    height: 3px;
}.welcome_sectionaAkYz .smart_learningjWyQm {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(10px);
}.welcome_sectionaAkYz .smart_learningjWyQm:hover {
    transform: translateZ(25px) scale(1.02);
}.welcome_sectionaAkYz .smart_learningjWyQm > div {
    display: flex;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    flex-direction: column;
    min-height: 400px;
    position: relative;
    justify-content: space-between;
    padding: 3.5rem 2.5rem;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    overflow: hidden;
}.welcome_sectionaAkYz .smart_learningjWyQm > div::before {
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
    top: 0;
    width: 100%;
    z-index: 1;
}.welcome_sectionaAkYz .smart_learningjWyQm h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    max-width: 85%;
    padding-left: 1.5rem;
    line-height: 1.5;
    animation: slideInRight 1s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    border-left: 4px solid rgb(156,169,187);
    opacity: 0;
    position: relative;
    transform: translateX(-20px);
    font-weight: 400;
    font-size: calc(18px * 1.1);
    color: #ffffff;
    margin: 0 0 2rem;
}.welcome_sectionaAkYz .smart_learningjWyQm > div > div {
    align-items: flex-start;
    flex-direction: column;
    z-index: 2;
    display: flex;
    position: relative;
}.welcome_sectionaAkYz .smart_learningjWyQm > div > div > div {
    transform: skewX(-10deg);
    position: relative;
    background: rgb(156,169,187);
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 2rem 3rem;
}.welcome_sectionaAkYz .smart_learningjWyQm > div > div > div::before {
    left: -20px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 140%;
    content: "";
    animation: shimmer 2.5s infinite;
    position: absolute;
    height: 100%;
    transform: skewX(20deg);
}.welcome_sectionaAkYz .title_style_header {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 41px;
    margin: 0;
    white-space: nowrap;
    color: #ffffff;
    transform: skewX(10deg);
    font-weight: 700;
    letter-spacing: 0.5px;
}

@keyframes shimmer {
  0% {
    transform: translateX(-150%) skewX(20deg);
  }
  100% {
    transform: translateX(150%) skewX(20deg);
  }
}

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

@keyframes lightBeam {
  0% {
    opacity: 0.1;
    transform: rotate(35deg) translateX(-10%);
  }
  100% {
    opacity: 0.3;
    transform: rotate(35deg) translateX(10%);
  }
}

@media (min-width: 768px) {.welcome_sectionaAkYz .course_frontVfUiX {
    align-items: center;
    grid-template-columns: 30% 1fr;
    gap: 3rem;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child {
    transform: translateZ(30px) translateY(20px);
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child:hover {
    transform: translateZ(40px) translateY(15px);
}.welcome_sectionaAkYz .smart_learningjWyQm > div {
    padding: 4rem 3.5rem;
    min-height: 500px;
}.welcome_sectionaAkYz .smart_learningjWyQm h3 {
    font-size: 18px;
    max-width: 70%;
}.welcome_sectionaAkYz .title_style_header {
    font-size: calc(41px * 1.2);
}
}

@media (min-width: 1200px) {.welcome_sectionaAkYz {
    padding: 6rem 2rem;
}.welcome_sectionaAkYz .course_frontVfUiX {
    grid-template-columns: 25% 1fr;
    gap: 4rem;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child {
    padding: 3rem;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child p {
    font-size: calc(17px * 1.4);
}.welcome_sectionaAkYz .smart_learningjWyQm > div {
    min-height: 550px;
    padding: 5rem 4rem;
}.welcome_sectionaAkYz .smart_learningjWyQm h3 {
    max-width: 60%;
    font-size: calc(18px * 1.2);
}.welcome_sectionaAkYz .smart_learningjWyQm > div > div > div {
    padding: 2.5rem 4rem;
}.welcome_sectionaAkYz .title_style_header {
    font-size: calc(41px * 1.4);
}
}

@media (max-width: 767px) {.welcome_sectionaAkYz {
    padding: 3rem 1rem;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child {
    padding: 1.5rem;
}.welcome_sectionaAkYz .course_frontVfUiX > div:first-child p {
    font-size: 17px;
}.welcome_sectionaAkYz .smart_learningjWyQm > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.welcome_sectionaAkYz .smart_learningjWyQm h3 {
    max-width: 95%;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    font-size: calc(19px * 1.1);
}.welcome_sectionaAkYz .smart_learningjWyQm > div > div > div {
    padding: 1.5rem 2rem;
}.welcome_sectionaAkYz .title_style_header {
    white-space: normal;
    font-size: calc(35px * 0.9);
}}.course_fit_forRBWoa {
    position: relative;
    padding: 5rem 0;
    background-color: rgb(191,203,223);
    z-index: 1;
    overflow: hidden;
}.course_fit_forRBWoa::before,
.course_fit_forRBWoa::after {
    content: '';
    height: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, 
        transparent 20%, 
        rgb(156,169,187) 50%, 
        transparent 80%);
    width: 1px;
    opacity: 0;
    top: 0;
    animation: beamScan 8s infinite ease-out;
    position: absolute;
}.course_fit_forRBWoa::before {
    left: 25%;
    animation-delay: 0s;
}.course_fit_forRBWoa::after {
    animation-delay: 4s;
    right: 25%;
}.course_fit_forRBWoa .method_innovGelup {
    max-width: 1000px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
}.course_fit_forRBWoa .method_innovGelup::before,
.course_fit_forRBWoa .method_innovGelup::after {
    position: absolute;
    animation: horizontalBeam 10s infinite ease-out;
    z-index: -1;
    height: 1px;
    content: '';
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
        transparent 10%, 
        rgb(121,131,146) 50%, 
        transparent 90%);
    opacity: 0;
}.course_fit_forRBWoa .method_innovGelup::before {
    animation-delay: 2s;
    top: 30%;
}.course_fit_forRBWoa .method_innovGelup::after {
    animation-delay: 6s;
    bottom: 30%;
}.course_fit_forRBWoa h3 {
    color: rgb(156,169,187);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 3.5rem;
    font-size: 29px;
    position: relative;
}.course_fit_forRBWoa h3::after {
    animation: pulseLine 4s infinite ease-in-out;
    height: 2px;
    position: absolute;
    bottom: -15px;
    background: rgb(156,169,187);
    content: '';
    opacity: 0.7;
    transform: translateX(-50%) scaleX(0.3);
    width: 100px;
    left: 50%;
}.course_fit_forRBWoa ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}.course_fit_forRBWoa ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-weight: 400;
    align-items: center;
    position: relative;
    padding: 1.3rem 1.5rem;
    color: #000000;
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    font-size: 13px;
}.course_fit_forRBWoa ul li::before {
    position: absolute;
    background: linear-gradient(to bottom, 
        rgb(121,131,146,0.5), 
        rgb(156,169,187,0.5));
    content: '';
    transform: scaleY(0);
    top: 0;
    left: 0;
    transform-origin: top;
    opacity: 0.5;
    width: 3px;
    height: 100%;
    transition: transform 0.4s ease;
}.course_fit_forRBWoa ul li::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(156,169,187,0.5) 20%, 
        transparent 80%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
    width: 100%;
    z-index: -1;
    content: '';
    left: 0;
    position: absolute;
    opacity: 0;
    height: 100%;
    top: 0;
}.course_fit_forRBWoa ul li:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #000000;
}.course_fit_forRBWoa ul li:hover::before {
    transform: scaleY(1);
}.course_fit_forRBWoa ul li:hover::after {
    transform: translateX(100%);
    opacity: 0.15;
}.course_fit_forRBWoa ul li svg {
    width: 28px;
    margin-right: 1.5rem;
    height: 28px;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}.course_fit_forRBWoa ul li:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}.course_fit_forRBWoa ul li svg path {
    fill: rgb(156,169,187);
    transition: fill 0.4s ease;
}.course_fit_forRBWoa ul li:hover svg path {
    fill: rgb(121,131,146);
    animation: flashIcon 1s ease;
}@keyframes beamScan {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    }
    20%, 35% {
        opacity: 0.8;
    }
    80%, 100% {
        opacity: 0;
        transform: translateY(100%);
    }
}

@keyframes horizontalBeam {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    20%, 35% {
        opacity: 0.5;
    }
    80%, 100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes pulseLine {
    0%, 100% {
        opacity: 0.5;
        transform: translateX(-50%) scaleX(0.3);
    }
    50% {
        opacity: 1;
        transform: translateX(-50%) scaleX(1);
    }
}

@keyframes flashIcon {
    0% {
        filter: brightness(1);
    }
    25% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

.course_fit_forRBWoa::before :nth-child(1) {
    animation-delay: 1s;
}.course_fit_forRBWoa::before :nth-child(2) {
    animation-delay: 3s;
}.course_fit_forRBWoa::before :nth-child(3) {
    animation-delay: 5s;
}.course_fit_forRBWoa ul::before {
    border-radius: 50%;
    width: 50px;
    top: 20px;
    content: '';
    right: 20px;
    position: absolute;
    height: 50px;
    opacity: 0.2;
    border: 1px solid rgb(156,169,187,0.5);
}.course_fit_forRBWoa ul::after {
    width: 30px;
    opacity: 0.2;
    position: absolute;
    content: '';
    left: 20px;
    border: 1px solid rgb(121,131,146,0.5);
    border-radius: 50%;
    height: 30px;
    bottom: 20px;
}

@media (max-width: 992px) {.course_fit_forRBWoa {
    padding: 4rem 0;
}.course_fit_forRBWoa h3 {
    font-size: calc(29px * 0.9);
}.course_fit_forRBWoa ul {
    gap: 1rem;
}.course_fit_forRBWoa ul li {
    padding: 1.1rem 1.3rem;
}
}

@media (max-width: 576px) {.course_fit_forRBWoa {
    padding: 3rem 0;
}.course_fit_forRBWoa .method_innovGelup {
    padding: 0 1.5rem;
}.course_fit_forRBWoa h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2.5rem;
}.course_fit_forRBWoa ul {
    gap: 0.8rem;
}.course_fit_forRBWoa ul li {
    padding: 1rem;
}.course_fit_forRBWoa ul li svg {
    width: 24px;
    margin-right: 1rem;
    height: 24px;
}}.our_backgroundVknWE {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
}.our_backgroundVknWE::before {
    z-index: 1;
    height: 100%;
    background: #000000;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.75;
    left: 0;
}.our_backgroundVknWE::after {
    height: 300px;
    right: -50px;
    filter: blur(40px);
    width: 300px;
    bottom: -50px;
    z-index: 1;
    border-radius: 50%;
    background: rgb(156,169,187);
    content: "";
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.1;
    position: absolute;
}.our_backgroundVknWE .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
}.our_backgroundVknWE .text_spotfmRwa {
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(156,169,187);
    padding: 40px;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
}.our_backgroundVknWE .text_spotfmRwa:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.our_backgroundVknWE h5 {
    font-size: 21px;
    transform: translateX(0);
    display: inline-block;
    font-weight: 700;
    transition: transform 0.3s ease-out;
    letter-spacing: 1px;
    color: rgb(156,169,187);
    text-transform: uppercase;
    margin: 0 0 10px;
    position: relative;
}.our_backgroundVknWE h5::after {
    content: "";
    height: 3px;
    bottom: -8px;
    position: absolute;
    transform-origin: left;
    width: 40%;
    left: 0;
    background: rgb(156,169,187);
    transform: scaleX(1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}.our_backgroundVknWE .text_spotfmRwa:hover h5 {
    transform: translateX(5px);
}.our_backgroundVknWE .text_spotfmRwa:hover h5::after {
    transform: scaleX(1.5);
}.our_backgroundVknWE p {
    font-weight: 600;
    margin: 0 0 20px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-size: calc(13px * 1.2);
}.our_backgroundVknWE p b {
    letter-spacing: 1px;
    color: rgb(121,131,146);
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: calc(13px * 1.4);
}.our_backgroundVknWE p b::before {
    transform: scaleX(0);
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: rgb(121,131,146);
    height: 2px;
    transform-origin: right;
}.our_backgroundVknWE .text_spotfmRwa:hover p b::before {
    transform-origin: left;
    transform: scaleX(1);
}.our_backgroundVknWE ol {
    padding: 0;
    margin: 0;
    list-style: none;
    counter-reset: item;
}.our_backgroundVknWE ol li {
    opacity: 0.9;
    font-weight: 400;
    line-height: 1.8;
    padding-left: 5px;
    position: relative;
    column-count: 1;
    font-size: 13px;
    letter-spacing: 0.3px;
    text-align: justify;
    color: #ffffff;
    column-gap: 40px;
}.our_backgroundVknWE ol li::first-line {
    color: rgb(121,131,146);
    font-weight: 600;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.our_backgroundVknWE {
    padding: 150px 0 130px;
}.our_backgroundVknWE .text_spotfmRwa {
    padding: 60px;
}.our_backgroundVknWE ol li {
    column-count: 2;
    column-gap: 50px;
}.our_backgroundVknWE::after {
    height: 400px;
    width: 400px;
}
}

@media (min-width: 992px) {.our_backgroundVknWE {
    padding: 180px 0 160px;
}.our_backgroundVknWE .container {
    grid-template-columns: 1fr 3fr;
}.our_backgroundVknWE .text_spotfmRwa {
    grid-column: 2;
    padding: 70px;
}.our_backgroundVknWE h5 {
    margin-bottom: 20px;
}.our_backgroundVknWE ol li {
    column-count: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our_backgroundVknWE {
    padding: 80px 0 60px;
}.our_backgroundVknWE .text_spotfmRwa {
    padding: 30px;
    transform: none;
}.our_backgroundVknWE h5 {
    font-size: calc(21px * 0.85);
}.our_backgroundVknWE p b {
    font-size: calc(13px * 1.2);
}.our_backgroundVknWE ol li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.education_experienceqnHgF {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(150deg, rgb(191,203,223) 0%, rgb(121,131,146,0.5) 100%);
}.education_experienceqnHgF::before {
    height: 100%;
    width: 100%;
    left: 0;
    background-size: 40px 40px;
    top: 0;
    opacity: 0.07;
    position: absolute;
    background: 
        linear-gradient(to right, transparent 49.5%, rgb(156,169,187,0.5) 49.5%, rgb(156,169,187,0.5) 50.5%, transparent 50.5%),
        linear-gradient(to bottom, transparent 49.5%, rgb(156,169,187,0.5) 49.5%, rgb(156,169,187,0.5) 50.5%, transparent 50.5%);
    content: "";
}.education_experienceqnHgF::after {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent 0,
            transparent 40px,
            rgb(156,169,187,0.5) 40px,
            rgb(156,169,187,0.5) 41px,
            transparent 41px,
            transparent 60px,
            rgb(156,169,187,0.5) 60px,
            rgb(156,169,187,0.5) 61px,
            transparent 61px,
            transparent 80px,
            rgb(156,169,187,0.5) 80px,
            rgb(156,169,187,0.5) 81px
        );
    opacity: 0.04;
    width: 100%;
}.education_experienceqnHgF .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
}.education_experienceqnHgF .review_highlightsUBboO {
    overflow: hidden;
    border-radius: 0;
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    gap: 40px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-template-columns: 1fr 1fr;
    background: #ffffff;
    padding: 50px;
}.education_experienceqnHgF .review_highlightsUBboO::before {
    position: absolute;
    height: 6px;
    content: "";
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(156,169,187) 0%,
        rgb(121,131,146) 100%
    );
    top: 0;
    width: 100%;
}.education_experienceqnHgF .review_highlightsUBboO::after {
    background: linear-gradient(
        90deg,
        rgb(156,169,187,0.5) 0%,
        transparent 20%,
        rgb(156,169,187,0.5) 40%,
        transparent 60%,
        rgb(121,131,146,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    position: absolute;
    top: 6px;
    left: 0;
    width: 100%;
    content: "";
    animation: scanner 4s linear infinite;
}@keyframes scanner {
    0% {
        transform: translateY(0);
        opacity: 0.5;
    }
    50% {
        transform: translateY(calc(100% - 7px));
        opacity: 0.8;
    }
    50.1% {
        opacity: 0;
    }
    50.2% {
        transform: translateY(0);
        opacity: 0;
    }
    55% {
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0.5;
    }
}

.education_experienceqnHgF .portfolio_imageRPorF {
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        85% 100%, 
        0 100%
    );
    border-radius: 0;
    min-height: 360px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    overflow: hidden;
}.education_experienceqnHgF .portfolio_imageRPorF::before {
    inset: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 40%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
}.education_experienceqnHgF .portfolio_imageRPorF::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent 0,
            transparent 10px,
            rgba(255, 255, 255, 0.05) 10px,
            rgba(255, 255, 255, 0.05) 12px
        );
    left: 0;
    width: 100%;
    z-index: 2;
}.education_experienceqnHgF .name {
    margin-bottom: 12px;
    line-height: 1.2;
    color: #000000;
    border-left: 4px solid rgb(156,169,187);
    font-weight: 700;
    position: relative;
    font-size: 37px;
    padding-left: 16px;
}.education_experienceqnHgF .name::before {
    height: 0;
    width: 4px;
    transition: height 0.5s ease;
    left: -4px;
    position: absolute;
    background: rgb(121,131,146);
    content: "";
    top: 0;
}.education_experienceqnHgF .review_highlightsUBboO:hover .name::before {
    height: 100%;
}.education_experienceqnHgF .review_highlightsUBboO span:not(.name) {
    text-transform: uppercase;
    position: relative;
    padding: 6px 12px;
    letter-spacing: 1px;
    background: rgb(191,203,223);
    margin-bottom: 25px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    font-size: 20px;
    border-radius: 3px;
    display: inline-block;
}.education_experienceqnHgF .review_highlightsUBboO span:not(.name)::after {
    left: 0;
    background: rgb(156,169,187);
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    height: 2px;
}.education_experienceqnHgF .review_highlightsUBboO:hover span:not(.name)::after {
    width: 100%;
}.education_experienceqnHgF .employee_sectionNOnXq {
    margin: 0;
    position: relative;
    padding: 25px 30px;
    border-radius: 10px;
    color: #000000;
    font-size: 17px;
    background: linear-gradient(
        to right,
        rgb(191,203,223) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.05);
    line-height: 1.8;
    border-left: 1px solid rgb(156,169,187);
}.education_experienceqnHgF .employee_sectionNOnXq::before {
    border-left: 2px solid rgb(156,169,187);
    opacity: 0.6;
    content: "";
    border-top: 2px solid rgb(156,169,187);
    width: 12px;
    position: absolute;
    left: 12px;
    top: 15px;
    height: 12px;
}.education_experienceqnHgF .employee_sectionNOnXq::after {
    bottom: 15px;
    position: absolute;
    border-right: 2px solid rgb(121,131,146);
    opacity: 0.6;
    border-bottom: 2px solid rgb(121,131,146);
    content: "";
    width: 12px;
    right: 12px;
    height: 12px;
}.education_experienceqnHgF .review_highlightsUBboO:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        0 0 0 1px rgba(0, 0, 0, 0.03);
    transform: translateY(-10px);
}.education_experienceqnHgF .review_highlightsUBboO:hover .portfolio_imageRPorF {
    transform: scale(1.03);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -20px -20px 40px rgba(255, 255, 255, 0.9);
}

@media (max-width: 991px) {.education_experienceqnHgF {
    padding: 90px 0;
}.education_experienceqnHgF .review_highlightsUBboO {
    padding: 40px 30px;
    gap: 30px;
}.education_experienceqnHgF .portfolio_imageRPorF {
    min-height: 320px;
}.education_experienceqnHgF .employee_sectionNOnXq {
    padding: 20px 25px;
}
}

@media (max-width: 767px) {.education_experienceqnHgF {
    padding: 70px 0;
}.education_experienceqnHgF .review_highlightsUBboO {
    grid-template-columns: 1fr;
    padding: 35px 25px;
    gap: 25px;
    grid-template-rows: auto auto;
}.education_experienceqnHgF .portfolio_imageRPorF {
    min-height: 280px;
}.education_experienceqnHgF .name {
    font-size: calc(37px * 0.9);
}.education_experienceqnHgF .review_highlightsUBboO span:not(.name) {
    font-size: calc(20px * 0.95);
    margin-bottom: 20px;
}.education_experienceqnHgF .employee_sectionNOnXq {
    padding: 18px 22px;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 575px) {.education_experienceqnHgF {
    padding: 50px 0;
}.education_experienceqnHgF .review_highlightsUBboO {
    gap: 20px;
    padding: 30px 20px;
}.education_experienceqnHgF .portfolio_imageRPorF {
    min-height: 220px;
}.education_experienceqnHgF .name {
    padding-left: 12px;
    font-size: calc(37px * 0.8);
}.education_experienceqnHgF .review_highlightsUBboO span:not(.name) {
    padding: 4px 10px;
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
}.education_experienceqnHgF .employee_sectionNOnXq {
    padding: 15px 18px;
    font-size: calc(17px * 0.9);
}}.check_it_out_nowPhfiM {
    position: relative;
    z-index: 1;
    background: linear-gradient(130deg, rgb(156,169,187) 0%, rgb(121,131,146) 50%, rgb(156,169,187) 100%);
    padding: 120px 0;
    overflow: hidden;
    animation: gradientFlow 15s ease infinite;
    background-size: 200% 200%;
}.check_it_out_nowPhfiM::before {
    width: 100%;
    height: 100%;
    animation: rotateQuantum 30s linear infinite;
    z-index: -1;
    left: 0;
    content: '';
    position: absolute;
    top: 0;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
}.check_it_out_nowPhfiM::after {
    animation: pulseRadial 10s ease-in-out infinite alternate;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
    position: absolute;
    z-index: -1;
    top: -50%;
    content: '';
    left: -50%;
    opacity: 0.1;
    height: 200%;
}.check_it_out_nowPhfiM .method_innovGelup {
    max-width: 1000px;
    align-items: center;
    padding: 60px 40px;
    justify-content: center;
    backdrop-filter: blur(10px);
    display: flex;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
}.check_it_out_nowPhfiM .method_innovGelup::before {
    animation: pulseGrid 4s linear infinite alternate;
    background-size: 40px 40px;
    top: 0;
    content: '';
    opacity: 0.3;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    left: 0;
    position: absolute;
}.check_it_out_nowPhfiM .method_innovGelup::after {
    opacity: 0.1;
    z-index: -1;
    width: 200%;
    animation: rotateQuantumGradient 20s linear infinite;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(156,169,187,0.5) 0deg,
        rgb(121,131,146,0.5) 120deg,
        rgb(156,169,187,0.5) 240deg,
        rgb(121,131,146,0.5) 360deg
    );
    content: '';
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%;
}.check_it_out_nowPhfiM h3 {
    font-family: Arial, sans-serif;
    letter-spacing: 3px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    margin-bottom: 60px;
    font-size: 29px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    animation: floatTitle 6s ease-in-out infinite;
}.check_it_out_nowPhfiM h3::before {
    content: '';
    box-shadow: 0 0 10px #ffffff;
    transform: translateX(-50%);
    height: 1px;
    bottom: -20px;
    position: absolute;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    left: 50%;
    width: 80px;
}.check_it_out_nowPhfiM h3::after {
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    height: 100%;
    animation: titleScan 3s ease-in-out infinite;
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    position: absolute;
}.check_it_out_nowPhfiM .contact_teameSoHv {
    font-size: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    display: inline-block;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    position: relative;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    z-index: 1;
    padding: 18px 45px;
    border-radius: 10px;
    background: transparent;
    text-decoration: none;
}.check_it_out_nowPhfiM .contact_teameSoHv::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    opacity: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    transition: opacity 0.4s ease;
    content: '';
}.check_it_out_nowPhfiM .contact_teameSoHv::after {
    content: '';
    top: -50%;
    left: -100px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transition: all 0.6s ease;
    height: 200%;
    position: absolute;
    width: 20px;
    z-index: 2;
    transform: rotate(35deg);
}.check_it_out_nowPhfiM .contact_teameSoHv:hover {
    transform: translateY(-5px);
    color: rgb(156,169,187);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    border-color: transparent;
}.check_it_out_nowPhfiM .contact_teameSoHv:hover::before {
    opacity: 1;
}.check_it_out_nowPhfiM .contact_teameSoHv:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.check_it_out_nowPhfiM {
    padding: 100px 0;
}.check_it_out_nowPhfiM .method_innovGelup {
    max-width: 90%;
    padding: 50px 30px;
}.check_it_out_nowPhfiM h3 {
    margin-bottom: 50px;
    letter-spacing: 2.5px;
    font-size: calc(29px * 0.9);
}.check_it_out_nowPhfiM h3::before {
    width: 70px;
    bottom: -18px;
}.check_it_out_nowPhfiM .contact_teameSoHv {
    padding: 16px 40px;
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 768px) {.check_it_out_nowPhfiM {
    padding: 80px 0;
}.check_it_out_nowPhfiM .method_innovGelup {
    padding: 40px 25px;
}.check_it_out_nowPhfiM h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 45px;
    letter-spacing: 2px;
}.check_it_out_nowPhfiM h3::before {
    width: 60px;
    bottom: -15px;
}.check_it_out_nowPhfiM .contact_teameSoHv {
    padding: 14px 35px;
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.check_it_out_nowPhfiM {
    padding: 60px 0;
}.check_it_out_nowPhfiM .method_innovGelup {
    padding: 30px 20px;
}.check_it_out_nowPhfiM h3 {
    font-size: calc(29px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 40px;
}.check_it_out_nowPhfiM h3::before {
    bottom: -12px;
    width: 50px;
}.check_it_out_nowPhfiM .contact_teameSoHv {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(18px * 0.85);
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.tyMessagemeNoV {
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(156,169,187,0.5), 0.05), rgba(rgb(121,131,146,0.5), 0.1));
    overflow: hidden;
    position: relative;
}.tyMessagemeNoV::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(156,169,187,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(121,131,146,0.5), 0.1) 0%, transparent 70%);
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}.tyMessagemeNoV::after {
    width: 300px;
    background: rgb(156,169,187);
    filter: blur(20px);
    opacity: 0.05;
    content: "";
    z-index: 0;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    top: -150px;
    height: 300px;
    animation: floatShape 15s ease-in-out infinite alternate;
    right: -150px;
}.tyMessagemeNoV .container {
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.tyMessagemeNoV h2 {
    font-weight: 600;
    color: #000000;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.3;
    font-family: Arial, sans-serif;
    font-size: 32px;
    position: relative;
    margin-bottom: 40px;
    text-align: left;
}.tyMessagemeNoV h2::after {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(156,169,187), rgb(121,131,146));
    border-radius: 10px;
    width: 120px;
    transform: scaleX(0.8);
    content: "";
    transform-origin: left;
    left: 0;
}.tyMessagemeNoV:hover h2::after {
    transform: scaleX(1);
}.tyMessagemeNoV .method_innovGelup {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    border-radius: 25px;
    background: #ffffff;
    position: relative;
    padding: 40px;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.tyMessagemeNoV .method_innovGelup::before {
    animation: gradientShift 6s ease infinite;
    background: linear-gradient(90deg, rgb(156,169,187), rgb(121,131,146), rgb(156,169,187));
    background-size: 200% 100%;
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
}.tyMessagemeNoV ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.tyMessagemeNoV li {
    position: relative;
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
}.tyMessagemeNoV li::before {
    position: absolute;
    height: 8px;
    content: "";
    box-shadow: 0 0 10px rgba(rgb(156,169,187,0.5), 0.5);
    left: 0;
    width: 8px;
    top: 24px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgb(156,169,187);
}.tyMessagemeNoV span {
    font-weight: 400;
    font-size: 17px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    line-height: 1.7;
    color: #000000;
    position: relative;
    transform: translateY(0);
    font-family: Arial, sans-serif;
}.tyMessagemeNoV span::after {
    content: "";
    transform: scaleX(0.5);
    background: linear-gradient(90deg, transparent, rgba(rgb(156,169,187,0.5), 0.3));
    transform-origin: right;
    transition: all 0.5s ease;
    bottom: -10px;
    opacity: 0;
    position: absolute;
    width: 40%;
    height: 1px;
    right: 0;
}.tyMessagemeNoV .method_innovGelup:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.tyMessagemeNoV .method_innovGelup:hover span::after {
    opacity: 1;
    transform: scaleX(1);
}

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

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

@media (min-width: 768px) {.tyMessagemeNoV {
    padding: 150px 0;
}.tyMessagemeNoV .container {
    padding: 0 60px;
}.tyMessagemeNoV h2 {
    margin-bottom: 50px;
    max-width: 90%;
    font-size: calc(32px * 1.1);
}.tyMessagemeNoV .method_innovGelup {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.tyMessagemeNoV .method_innovGelup:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.tyMessagemeNoV li {
    padding: 10px 0 10px 30px;
}.tyMessagemeNoV li::before {
    height: 10px;
    width: 10px;
}.tyMessagemeNoV span {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.tyMessagemeNoV {
    padding: 80px 0;
}.tyMessagemeNoV .container {
    padding: 0 20px;
}.tyMessagemeNoV h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 30px;
}.tyMessagemeNoV .method_innovGelup {
    padding: 30px 20px;
}.tyMessagemeNoV li {
    padding: 10px 0 10px 15px;
}.tyMessagemeNoV li::before {
    height: 6px;
    width: 6px;
}.tyMessagemeNoV span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 480px) {.tyMessagemeNoV {
    padding: 60px 0;
}.tyMessagemeNoV h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.tyMessagemeNoV .method_innovGelup {
    padding: 25px 15px;
}.tyMessagemeNoV span {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}.help_desk_infoPCuSe {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(191,203,223) 0%, rgba(255,255,255,0.95) 100%);
}.help_desk_infoPCuSe::before {
    position: absolute;
    width: 30%;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(156,169,187) 0%, rgb(156,169,187,0.5) 70%, transparent 100%);
    top: -5%;
    height: 30%;
    content: "";
    z-index: 0;
    filter: blur(15px);
    right: -5%;
    transform: rotate(-15deg) translate3d(0, 0, 0);
    border-radius: 10px;
}.help_desk_infoPCuSe::after {
    left: -5%;
    background: linear-gradient(45deg, rgb(121,131,146) 0%, rgb(121,131,146,0.5) 70%, transparent 100%);
    height: 40%;
    position: absolute;
    width: 40%;
    border-radius: 10px;
    filter: blur(20px);
    transform: rotate(15deg) translate3d(0, 0, 0);
    z-index: 0;
    content: "";
    bottom: -5%;
    opacity: 0.15;
}.help_desk_infoPCuSe .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    perspective: 1000px;
}.help_desk_infoPCuSe .contact_queryeZNJv {
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 5px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px) saturate(1.2);
    transform-style: preserve-3d;
    padding: 3rem;
}.help_desk_infoPCuSe .contact_queryeZNJv:hover {
    transform: translateZ(0) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 2px 8px rgba(0, 0, 0, 0.1);
}.help_desk_infoPCuSe h3 {
    font-size: 31px;
    color: rgb(156,169,187);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}.help_desk_infoPCuSe h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(156,169,187) 0%, rgb(121,131,146) 100%);
    width: 60%;
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    content: "";
    bottom: -10px;
    transition: transform 0.4s ease-out;
    height: 3px;
}.help_desk_infoPCuSe h3:hover::after {
    transform: scaleX(1.5);
}.help_desk_infoPCuSe h5 {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 21px;
    margin: 1.5rem 0 0.5rem;
    font-weight: 600;
    gap: 0.75rem;
}.help_desk_infoPCuSe p {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 90%;
    font-size: 15px;
}.help_desk_infoPCuSe .edu_coachFpxwZ {
    list-style: none;
    padding: 0;
    gap: 1.25rem;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
}.help_desk_infoPCuSe .contact_teameSoHv {
    text-decoration: none;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    border-left: 3px solid rgb(156,169,187);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    padding: 0.75rem 1.25rem;
    gap: 0.75rem;
    font-size: calc(15px - 1px);
    font-weight: 600;
    display: flex;
    transform: translateX(0);
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}.help_desk_infoPCuSe .contact_teameSoHv:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left-width: 5px;
    transform: translateX(5px);
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
}.help_desk_infoPCuSe svg {
    height: 22px;
    width: 22px;
    transition: transform 0.3s ease;
}.help_desk_infoPCuSe .contact_teameSoHv:hover svg {
    transform: scale(1.1) rotate(5deg);
}.help_desk_infoPCuSe svg path {
    fill: rgb(156,169,187);
    transition: fill 0.3s ease;
}.help_desk_infoPCuSe .contact_teameSoHv:hover svg path {
    fill: rgb(121,131,146);
}.help_desk_infoPCuSe div > p:first-of-type {
    position: relative;
    padding-left: 1rem;
    font-style: italic;
    border-left: 2px solid rgb(121,131,146,0.5);
}

@media (min-width: 768px) {.help_desk_infoPCuSe .contact_queryeZNJv {
    margin: 0 auto;
    max-width: 90%;
    padding: 4rem;
}.help_desk_infoPCuSe .edu_coachFpxwZ {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}.help_desk_infoPCuSe h3 {
    font-size: calc(31px + 0.25rem);
}.help_desk_infoPCuSe p {
    font-size: calc(15px + 0.1rem);
    max-width: 80%;
}
}

@media (max-width: 767px) {.help_desk_infoPCuSe {
    padding: 3rem 0;
}.help_desk_infoPCuSe .contact_queryeZNJv {
    padding: 2rem;
    transform: none !important;
}.help_desk_infoPCuSe h3 {
    font-size: calc(31px - 0.25rem);
}.help_desk_infoPCuSe p {
    max-width: 100%;
    font-size: 15px;
}.help_desk_infoPCuSe .contact_teameSoHv {
    padding: 0.6rem 1rem;
}.help_desk_infoPCuSe svg {
    width: 20px;
    height: 20px;
}
}

@media (min-width: 992px) {.help_desk_infoPCuSe .contact_queryeZNJv {
    margin: 0 auto;
    max-width: 80%;
}.help_desk_infoPCuSe::before,
    .help_desk_infoPCuSe::after {
    animation: floatElement 15s infinite alternate ease-in-out;
}
    
    @keyframes floatElement {
        0% {
            transform: rotate(-15deg) translate(0, 0);
        }
        50% {
            transform: rotate(-10deg) translate(-20px, 10px);
        }
        100% {
            transform: rotate(-18deg) translate(10px, -10px);
        }
    }
}

@media (max-width: 480px) {.help_desk_infoPCuSe {
    padding: 2rem 0;
}.help_desk_infoPCuSe .container {
    padding: 0 1rem;
}.help_desk_infoPCuSe .contact_queryeZNJv {
    padding: 1.5rem;
}.help_desk_infoPCuSe h3 {
    font-size: calc(31px - 0.5rem);
}.help_desk_infoPCuSe p {
    font-size: calc(15px - 0.1rem);
}.help_desk_infoPCuSe h5 {
    font-size: calc(21px - 0.1rem);
}.help_desk_infoPCuSe .contact_teameSoHv {
    font-size: calc(15px - 0.2rem);
    padding: 0.5rem 0.75rem;
}.help_desk_infoPCuSe svg {
    width: 18px;
    height: 18px;
}}.footer_milestonesJMqZt {
    position: relative;
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
}.footer_milestonesJMqZt::before {
    left: 0;
    content: "";
    height: 100%;
    z-index: -1;
    top: 0;
    backdrop-filter: blur(8px);
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    position: absolute;
}footer {
    position: relative;
}.footer_milestonesJMqZt .container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    display: grid;
    position: relative;
}.footer_milestonesJMqZt .company_holder {
    padding-right: 40px;
    position: relative;
}.footer_milestonesJMqZt .company_holder::after {
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, 
        transparent, 
        rgb(121,131,146,0.5), 
        transparent);
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
}.footer_milestonesJMqZt .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: calc(29px * 0.9);
}.footer_milestonesJMqZt .company_holder h3::after {
    background: rgb(156,169,187);
    height: 3px;
    left: 0;
    bottom: -8px;
    content: "";
    position: absolute;
    width: 40px;
    border-radius: 10px;
}.footer_milestonesJMqZt .zoom_meetIKsrz {
    opacity: 0.8;
    max-width: 90%;
    line-height: 1.6;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 15px;
}.footer_milestonesJMqZt .privacy_ctayCzRi {
    justify-content: flex-end;
    display: flex;
}.footer_milestonesJMqZt .top_sitebBmSf {
    display: flex;
    gap: 60px;
}.footer_milestonesJMqZt .header_masterAFesJ {
    position: relative;
}.footer_milestonesJMqZt .header_masterAFesJ h5 {
    margin-bottom: 25px;
    font-size: 19px;
    position: relative;
    padding-bottom: 12px;
    font-weight: 600;
}.footer_milestonesJMqZt .header_masterAFesJ h5::after {
    left: 0;
    content: "";
    width: 30px;
    bottom: 0;
    height: 2px;
    border-radius: 10px;
    background: rgb(156,169,187);
    position: absolute;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf {
    gap: 15px;
    display: flex;
    flex-direction: column;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a {
    transition: all 0.3s ease;
    opacity: 0.7;
    position: relative;
    padding-left: 0;
    color: #ffffff;
    text-decoration: none;
    font-size: calc(15px * 0.95);
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a::before {
    height: 1px;
    width: 0;
    background: rgb(156,169,187);
    top: 50%;
    content: "";
    left: 0;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    position: absolute;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a:hover {
    color: rgb(156,169,187);
    opacity: 1;
    padding-left: 12px;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a:hover::before {
    width: 8px;
    opacity: 1;
}.complianceBDvqU {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    backdrop-filter: blur(5px);
}.complianceBDvqU .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.complianceBDvqU .fellow_progLFIft {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.6;
    text-align: center;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}

@keyframes glow {
    0%, 100% {
        box-shadow: 0 0 5px rgb(156,169,187,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(156,169,187);
    }
}

@media (max-width: 991px) {.footer_milestonesJMqZt {
    padding: 60px 0 30px;
}.footer_milestonesJMqZt .container {
    gap: 50px;
    grid-template-columns: 1fr;
}.footer_milestonesJMqZt .company_holder {
    text-align: center;
    margin: 0 auto;
    padding-right: 0;
    max-width: 600px;
}.footer_milestonesJMqZt .company_holder::after {
    display: none;
}.footer_milestonesJMqZt .company_holder h3 {
    margin-right: auto;
    margin-left: auto;
}.footer_milestonesJMqZt .company_holder h3::after {
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
}.footer_milestonesJMqZt .zoom_meetIKsrz {
    text-align: center;
    max-width: 100%;
}.footer_milestonesJMqZt .privacy_ctayCzRi {
    justify-content: center;
}
}

@media (max-width: 767px) {.footer_milestonesJMqZt {
    padding: 50px 0 20px;
}.footer_milestonesJMqZt .top_sitebBmSf {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}.footer_milestonesJMqZt .header_masterAFesJ {
    text-align: center;
}.footer_milestonesJMqZt .header_masterAFesJ h5 {
    text-align: center;
}.footer_milestonesJMqZt .header_masterAFesJ h5::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf {
    align-items: center;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a {
    text-align: center;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a::before {
    display: none;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a:hover {
    padding-left: 0;
}
}

@media (max-width: 480px) {.footer_milestonesJMqZt {
    padding: 40px 0 20px;
}.footer_milestonesJMqZt .company_holder h3 {
    font-size: calc(29px * 0.8);
}.footer_milestonesJMqZt .zoom_meetIKsrz {
    font-size: calc(15px * 0.9);
}.complianceBDvqU .fellow_progLFIft {
    font-size: calc(15px * 0.9);
}}

.footer_milestonesJMqZt::before {
    background-image: radial-gradient(
        circle at 20% 80%, 
        #000000 0%, 
        rgba(0, 0, 0, 0.5) 70%
    );
}.footer_milestonesJMqZt::after {
    box-shadow: 0 0 40px rgb(156,169,187,0.5);
}.footer_milestonesJMqZt .container::before {
    filter: blur(30px);
    width: 150px;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(121,131,146,0.5), 
        transparent 70%
    );
    border-radius: 50%;
    height: 150px;
    left: -75px;
    animation: pulse 10s infinite alternate-reverse;
    bottom: -75px;
}.footer_milestonesJMqZt .header_masterAFesJ::before {
    top: 10px;
    opacity: 0.7;
    position: absolute;
    background: rgb(156,169,187);
    left: -15px;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    content: "";
}.footer_milestonesJMqZt .header_masterAFesJ:hover::before {
    animation: glow 2s infinite;
}.footer_milestonesJMqZt .company_holder::before {
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(156,169,187,0.5), 
        transparent);
    width: 100px;
    bottom: -20px;
    content: "";
    position: absolute;
    left: 0;
}

@media (max-width: 991px) {.footer_milestonesJMqZt .company_holder::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, 
            transparent, 
            rgb(156,169,187,0.5), 
            transparent);
    left: 50%;
}}

.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a::after {
    transition: width 0.3s ease;
    width: 0;
    left: 0;
    height: 1px;
    background: rgb(156,169,187);
    position: absolute;
    bottom: -2px;
    content: "";
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a:hover::after {
    width: 100%;
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a:nth-child(odd):hover {
    transform: translateX(2px);
}.footer_milestonesJMqZt .header_masterAFesJ .top_sitebBmSf a:nth-child(even):hover {
    transform: translateX(2px);
}

@media (min-width: 992px) {footer::after {
    height: 1px;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, 
            transparent, 
            rgb(121,131,146,0.5), 
            transparent);
    right: 0;
    left: 0;
}.footer_milestonesJMqZt::before {
    background-blend-mode: overlay;
}}

.footer_milestonesJMqZt .company_holder h3::before {
    top: 50%;
    content: "";
    width: 20px;
    position: absolute;
    background: rgb(156,169,187);
    left: -30px;
    opacity: 0.7;
    height: 1px;
}

@media (max-width: 991px) {.footer_milestonesJMqZt .company_holder h3::before {
    display: none;
}}

.complianceBDvqU {
    position: relative;
    overflow: hidden;
}.complianceBDvqU::before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(121,131,146,0.5), 
        transparent);
    left: 0;
    height: 1px;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
}.complianceBDvqU::after {
    position: absolute;
    content: "";
    left: 35%;
    height: 1px;
    opacity: 0.3;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(121,131,146,0.5), 
        transparent);
    width: 30%;
    bottom: 0;
}.complianceBDvqU .fellow_progLFIft {
    position: relative;
    transition: all 0.3s ease;
}.complianceBDvqU .fellow_progLFIft:hover {
    letter-spacing: 0.7px;
    opacity: 1;
}.secure_wrapPbAEl {
    font-family: Arial, sans-serif;
    margin-left: 5%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-right: 5%;
    padding: 40px;
    background-color: rgb(191,203,223);
    color: #000000;
    transition: all 0.3s ease-in-out;
}.secure_wrapPbAEl:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}.secure_wrapPbAEl h1,
.secure_wrapPbAEl h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
}.secure_wrapPbAEl h1 {
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(156,169,187);
    font-size: 43px;
    color: rgb(156,169,187);
    font-weight: 700;
}.secure_wrapPbAEl h2 {
    border-left: 5px solid rgb(121,131,146);
    color: rgb(121,131,146);
    font-size: 36px;
    padding-left: 10px;
    font-weight: 600;
}.secure_wrapPbAEl ul {
    list-style-type: none;
    padding: 0;
    margin: 20px 0;
}.secure_wrapPbAEl ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 0;
}.secure_wrapPbAEl ul li:last-child {
    border-bottom: none;
}.secure_wrapPbAEl p {
    font-size: 14px;
    color: #000000;
    margin: 20px 0;
    line-height: 1.6;
    font-weight: 300;
}.secure_wrapPbAEl div {
    margin: 20px 0;
}
@media only screen and (max-width: 800px) {.secure_wrapPbAEl {
    padding: 20px;
}.secure_wrapPbAEl h1 {
    font-size: calc(19px - 10px);
}.secure_wrapPbAEl h2 {
    font-size: calc(19px - 10px);
}.secure_wrapPbAEl ul li {
    font-size: calc(14px - 2px);
}.secure_wrapPbAEl p {
    font-size: calc(14px - 2px);
}}.course_program_infoLgUeA {
    background-color: #000000;
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.course_program_infoLgUeA::before {
    background: 
        radial-gradient(circle at 30% 20%, rgb(156,169,187,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgb(121,131,146,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
}.course_program_infoLgUeA::after {
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.01) 0px, rgba(255, 255, 255, 0.01) 1px, transparent 1px, transparent 10px);
    top: 0;
}.course_program_infoLgUeA .container {
    position: relative;
    z-index: 2;
}.course_program_infoLgUeA .learn_careerWfyvi {
    grid-template-areas:
        "image title"
        "desc1 desc2";
    display: grid;
    gap: 30px;
    min-height: 500px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr 1fr;
}.course_program_infoLgUeA .text_spotfmRwa {
    display: contents;
}.course_program_infoLgUeA .text_spotfmRwa h2 {
    transform: translateX(-30px);
    animation: slide-in 0.8s forwards 0.2s;
    border-left: 3px solid rgb(156,169,187);
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    padding: 30px;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    opacity: 0;
    backdrop-filter: blur(5px);
    border-radius: 26px;
    font-size: 32px;
    grid-area: title;
    align-self: center;
}.course_program_infoLgUeA .text_spotfmRwa .description:nth-of-type(1) {
    animation: fade-up 0.8s forwards 0.4s;
    grid-area: desc1;
    transform: translateY(30px);
    opacity: 0;
}.course_program_infoLgUeA .text_spotfmRwa .description:nth-of-type(2) {
    animation: fade-up 0.8s forwards 0.6s;
    transform: translateY(30px);
    grid-area: desc2;
    opacity: 0;
}.course_program_infoLgUeA .text_spotfmRwa .description {
    margin: 0;
    overflow: hidden;
    backdrop-filter: blur(5px);
    color: #000000;
    padding: 25px;
    font-size: 12px;
    border-radius: 26px;
    line-height: 1.8;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    border-top: 3px solid rgb(121,131,146);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}.course_program_infoLgUeA .text_spotfmRwa .description::before {
    pointer-events: none;
    height: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    top: 0;
}.course_program_infoLgUeA .portfolio_imageRPorF {
    position: relative;
    overflow: hidden;
    grid-area: image;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    border-radius: 26px;
    min-height: 100%;
}.course_program_infoLgUeA .portfolio_imageRPorF::before {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    content: "";
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: rotate(45deg) scale(1.2);
        opacity: 0.8;
    }
}

@keyframes scan {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (max-width: 991px) {.course_program_infoLgUeA {
    padding: 80px 0;
}.course_program_infoLgUeA .learn_careerWfyvi {
    min-height: auto;
    grid-template-areas:
            "image image"
            "title title"
            "desc1 desc2";
}.course_program_infoLgUeA .portfolio_imageRPorF {
    height: 400px;
}
}

@media (max-width: 767px) {.course_program_infoLgUeA {
    padding: 60px 0;
}.course_program_infoLgUeA .learn_careerWfyvi {
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-areas:
            "image"
            "title"
            "desc1"
            "desc2";
}.course_program_infoLgUeA .portfolio_imageRPorF {
    height: 350px;
}.course_program_infoLgUeA .text_spotfmRwa h2 {
    padding: 20px;
    font-size: calc(32px * 0.9);
}.course_program_infoLgUeA .text_spotfmRwa .description {
    padding: 20px;
}

}

@media (max-width: 480px) {.course_program_infoLgUeA {
    padding: 40px 0;
}.course_program_infoLgUeA .portfolio_imageRPorF {
    height: 250px;
}.course_program_infoLgUeA .text_spotfmRwa h2 {
    padding: 15px;
    font-size: calc(32px * 0.8);
}.course_program_infoLgUeA .text_spotfmRwa .description {
    font-size: calc(12px * 0.95);
    padding: 15px;
}.course_program_infoLgUeA .tech-element {
    display: none;
}}.pricing_menuNOAZJ {
    padding: 100px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.pricing_menuNOAZJ::before {
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}.pricing_menuNOAZJ .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.pricing_menuNOAZJ .cost_ratesVyrBg {
    position: relative;
}.pricing_menuNOAZJ h2 {
    transform: translateZ(0);
    margin-bottom: 20px;
    position: relative;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    font-size: 38px;
}.pricing_menuNOAZJ h2::after {
    height: 4px;
    content: "";
    position: absolute;
    border-radius: 10px;
    transform: translateX(-50%);
    width: 80px;
    background: linear-gradient(90deg, rgb(156,169,187), rgb(121,131,146));
    bottom: -12px;
    left: 50%;
}.pricing_menuNOAZJ .pay_optionsHLmEO {
    font-weight: 300;
    margin: 0 auto 60px;
    opacity: 0.9;
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    line-height: 1.6;
    font-size: calc(13px + 2px);
}.pricing_menuNOAZJ .access_costrMIpl {
    gap: 30px;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    perspective: 1000px;
}.pricing_menuNOAZJ .access_costrMIpl li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_menuNOAZJ .access_costrMIpl li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.pricing_menuNOAZJ .price_choicesduPUj {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    text-decoration: none;
    position: relative;
    transition: all 0.4s ease;
    isolation: isolate;
    display: block;
    overflow: hidden;
    backdrop-filter: blur(10px);
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
}.pricing_menuNOAZJ .price_choicesduPUj::before {
    content: "";
    background: linear-gradient(90deg, rgb(156,169,187), rgb(121,131,146));
    top: 0;
    transform-origin: 0 0;
    height: 4px;
    left: 0;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    right: 0;
    transform: scaleX(0);
}.pricing_menuNOAZJ .price_choicesduPUj:hover::before {
    transform: scaleX(1);
}.pricing_menuNOAZJ .price_choicesduPUj::after {
    position: absolute;
    height: 50%;
    z-index: -1;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(156,169,187,0.5), 0.05), transparent);
    left: 0;
    content: "";
}.pricing_menuNOAZJ .fee_boardFzuqw {
    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    display: flex;
    z-index: 1;
    position: relative;
    padding: 35px 30px;
}.pricing_menuNOAZJ .fee_structureNJKzI {
    flex: 1;
    flex-direction: column;
    display: flex;
}.pricing_menuNOAZJ .fee_structureNJKzI h4 {
    margin: 0 0 20px;
    position: relative;
    font-size: calc(23px + 2px);
    color: #ffffff;
    transition: transform 0.3s ease;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    font-weight: 600;
}.pricing_menuNOAZJ .fee_structureNJKzI h4::after {
    bottom: 0;
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(121,131,146);
    left: 0;
    transition: width 0.3s ease;
    height: 3px;
}.pricing_menuNOAZJ .price_choicesduPUj:hover .fee_structureNJKzI h4::after {
    width: 60px;
}.pricing_menuNOAZJ .fee_structureNJKzI p {
    margin: 0 0 30px;
    line-height: 1.6;
    hyphens: auto;
    font-size: 13px;
    overflow-wrap: break-word;
    flex: 1;
    color: rgba(255, 255, 255, 0.8);
    word-wrap: break-word;
}.pricing_menuNOAZJ .lesson_feesJjmNv {
    letter-spacing: 0.5px;
    color: rgb(156,169,187);
    margin-top: auto;
    position: relative;
    font-weight: 700;
    background: rgba(rgb(156,169,187,0.5), 0.1);
    align-self: flex-start;
    border-radius: 10px;
    font-size: calc(23px + 4px);
    padding: 10px 20px;
    display: block;
    transition: all 0.3s ease;
}.pricing_menuNOAZJ .price_choicesduPUj:hover .lesson_feesJjmNv {
    background: rgba(rgb(156,169,187,0.5), 0.2);
    transform: scale(1.05);
}

@media (min-width: 1200px) {.pricing_menuNOAZJ .access_costrMIpl {
    grid-template-columns: repeat(4, 1fr);
}.pricing_menuNOAZJ .fee_boardFzuqw {
    padding: 40px 35px;
}.pricing_menuNOAZJ h2 {
    font-size: calc(38px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing_menuNOAZJ .access_costrMIpl {
    grid-template-columns: repeat(3, 1fr);
}.pricing_menuNOAZJ .fee_boardFzuqw {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_menuNOAZJ .access_costrMIpl {
    grid-template-columns: repeat(2, 1fr);
}.pricing_menuNOAZJ .fee_structureNJKzI p {
    font-size: calc(13px - 1px);
    margin-bottom: 25px;
}.pricing_menuNOAZJ .fee_boardFzuqw {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_menuNOAZJ {
    padding: 70px 0;
}.pricing_menuNOAZJ .access_costrMIpl {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_menuNOAZJ h2 {
    font-size: calc(38px - 2px);
}.pricing_menuNOAZJ .pay_optionsHLmEO {
    margin-bottom: 40px;
    font-size: 13px;
}.pricing_menuNOAZJ .fee_structureNJKzI h4 {
    font-size: 23px;
}.pricing_menuNOAZJ .fee_structureNJKzI p {
    font-size: calc(13px - 1px);
    margin-bottom: 20px;
}.pricing_menuNOAZJ .lesson_feesJjmNv {
    font-size: calc(23px + 2px);
}.pricing_menuNOAZJ .fee_boardFzuqw {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing_menuNOAZJ {
    padding: 50px 0;
}.pricing_menuNOAZJ .fee_boardFzuqw {
    padding: 25px 20px;
}.pricing_menuNOAZJ h2::after {
    height: 3px;
    width: 60px;
}.pricing_menuNOAZJ .lesson_feesJjmNv {
    padding: 8px 16px;
}}.contact_boxLBOuV {
    overflow: hidden;
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(191,203,223) 0%, rgb(156,169,187,0.5) 100%);
    position: relative;
}.contact_boxLBOuV::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(156,169,187,0.5),
        rgb(156,169,187,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.03;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}.contact_boxLBOuV .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.contact_boxLBOuV h2 {
    font-size: 40px;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #000000;
}.contact_boxLBOuV .inquiry_linksFPdrR {
    flex-direction: column;
    margin: 0 auto;
    border-radius: 25px;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    overflow: hidden;
    max-width: 800px;
}.contact_boxLBOuV .portfolio_imageRPorF {
    position: relative;
    width: 100%;
    height: 200px;
}.contact_boxLBOuV .inquiry_queryXmJHt {
    width: 100%;
    position: relative;
    padding: 50px;
}.contact_boxLBOuV form {
    width: 100%;
}.contact_boxLBOuV form h3 {
    position: relative;
    display: inline-block;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 19px;
}.contact_boxLBOuV form h3::after {
    width: 100%;
    background: rgb(156,169,187);
    height: 3px;
    bottom: -10px;
    position: absolute;
    content: "";
    left: 0;
    border-radius: 1.5px;
}.contact_boxLBOuV form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    padding: 15px 20px;
    margin-bottom: 20px;
    border: 2px solid transparent;
    background: rgb(191,203,223);
    border-radius: 10px;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.contact_boxLBOuV form input[type="text"]:focus {
    border-color: rgb(156,169,187);
    outline: none;
}.contact_boxLBOuV form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}.contact_boxLBOuV .query_querygtpDI {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_boxLBOuV .query_querygtpDI input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_boxLBOuV .query_querygtpDI label {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}.contact_boxLBOuV .query_querygtpDI label::before {
    width: 22px;
    transition: all 0.3s ease;
    top: 2px;
    background: rgb(191,203,223);
    height: 22px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 0;
}.contact_boxLBOuV .query_querygtpDI input[type="checkbox"]:checked + label::before {
    background: rgb(156,169,187);
}.contact_boxLBOuV .query_querygtpDI input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    left: 8px;
    content: "";
    top: 5px;
    height: 12px;
}.contact_boxLBOuV .query_querygtpDI label a {
    text-decoration: none;
    color: rgb(156,169,187);
    transition: all 0.3s ease;
}.contact_boxLBOuV .query_querygtpDI label a:hover {
    text-decoration: underline;
}.contact_boxLBOuV form .query_inquiryvARLq {
    border: none;
    width: 100%;
    font-weight: 600;
    padding: 16px 20px;
    overflow: hidden;
    cursor: pointer;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background: rgb(156,169,187);
    font-size: 19px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    position: relative;
}.contact_boxLBOuV form .query_inquiryvARLq:hover {
    background: rgb(121,131,146);
}.contact_boxLBOuV svg {
    fill: rgb(156,169,187);
    width: 20px;
    height: 20px;
}.contact_boxLBOuV svg path {
    fill: rgb(156,169,187);
    transition: fill 0.3s ease;
}

@media screen and (min-width: 768px) {.contact_boxLBOuV .inquiry_linksFPdrR {
    max-width: 1000px;
    flex-direction: row;
}.contact_boxLBOuV .portfolio_imageRPorF {
    width: 40%;
    height: auto;
    min-height: 400px;
}.contact_boxLBOuV .inquiry_queryXmJHt {
    width: 60%;
}
}

@media screen and (min-width: 992px) {.contact_boxLBOuV .portfolio_imageRPorF {
    width: 50%;
}.contact_boxLBOuV .inquiry_queryXmJHt {
    padding: 60px;
    width: 50%;
}
}

@media screen and (min-width: 1200px) {.contact_boxLBOuV .inquiry_linksFPdrR {
    max-width: 1100px;
}.contact_boxLBOuV .portfolio_imageRPorF {
    min-height: 500px;
}
}

@media screen and (max-width: 576px) {.contact_boxLBOuV {
    padding: 60px 0;
}.contact_boxLBOuV h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.contact_boxLBOuV .inquiry_queryXmJHt {
    padding: 30px 20px;
}.contact_boxLBOuV form h3 {
    font-size: calc(19px * 0.9);
}}header .top_studygThDq {
    z-index: 100;
    background: linear-gradient(120deg, rgb(191,203,223) 0%, rgb(156,169,187,0.5) 100%);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    position: relative;
}header .top_studygThDq::before {
    opacity: 0.1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    animation: slidePattern 25s linear infinite;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(121,131,146,0.5) 10px,
        rgb(121,131,146,0.5) 11px
    );
    content: "";
}header .top_studygThDq::after {
    opacity: 0.1;
    z-index: -2;
    position: absolute;
    left: -25%;
    height: 100px;
    width: 150%;
    content: "";
    background: rgb(156,169,187);
    top: -50px;
    transform: rotate(-2deg);
}header .container {
    position: relative;
    padding: 1.5rem 2rem;
}header .head_teachAgQxw {
    display: grid;
    gap: 2rem;
    align-items: center;
    grid-template-columns: auto 1fr;
}header .header_edugHOAN {
    z-index: 2;
    position: relative;
}header .head_primeDAYBi {
    transform: rotate(-3deg);
    position: relative;
    display: block;
    box-shadow: 5px 5px 0 rgb(156,169,187,0.5);
    background: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
}header .head_primeDAYBi::before {
    content: "";
    left: -5px;
    border-radius: 10px;
    opacity: 0;
    transition: all 0.3s ease;
    top: -5px;
    bottom: -5px;
    border: 2px dashed rgb(156,169,187,0.5);
    right: -5px;
    position: absolute;
}header .head_primeDAYBi:hover {
    box-shadow: 8px 8px 0 rgb(156,169,187);
    transform: rotate(0deg) translateY(-5px);
}header .head_primeDAYBi:hover::before {
    right: -8px;
    top: -8px;
    bottom: -8px;
    opacity: 1;
    left: -8px;
}header .head_primeDAYBi svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(2px 2px 0 rgba(0, 0, 0, 0.5));
}header .header_masterAFesJ {
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
}header .header_masterAFesJ::before {
    width: 85%;
    top: 0;
    z-index: -1;
    content: "";
    right: 0;
    border-radius: 0 13px 13px 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(121,131,146,0.5) 100%);
    opacity: 0.15;
    transition: width 0.3s ease;
    position: absolute;
}header .header_masterAFesJ:hover::before {
    width: 100%;
}header .nav_headercvqIR {
    margin: 5px 3px;
    position: relative;
}header .nav_headercvqIR:nth-child(odd) {
    transform: translateY(-3px);
}header .nav_headercvqIR:nth-child(even) {
    transform: translateY(3px);
}header .nav_headercvqIR a {
    font-family: Arial, sans-serif;
    overflow: hidden;
    border-left: 3px solid transparent;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0 10px 0 10px;
    position: relative;
    background: #ffffff;
    font-size: 12px;
    color: #000000;
    padding: 8px 16px;
    transition: all 0.3s ease;
    display: block;
}header .nav_headercvqIR a::before {
    height: 100%;
    background: rgb(156,169,187);
    content: "";
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform-origin: top;
    right: 0;
    width: 5px;
    transform: scaleY(0);
}header .nav_headercvqIR a::after {
    height: 2px;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    content: "";
    transition: transform 0.3s ease 0.1s;
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(156,169,187) 0%, rgb(121,131,146) 100%);
    left: 0;
}header .nav_headercvqIR a:hover {
    border-left-color: rgb(156,169,187);
    color: rgb(156,169,187);
    transform: translateX(5px);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}header .nav_headercvqIR a:hover::before {
    transform: scaleY(1);
}header .nav_headercvqIR a:hover::after {
    transform: scaleX(1);
}

@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 991px) {header .head_teachAgQxw {
    grid-template-rows: auto auto;
    gap: 1.5rem;
    grid-template-columns: 1fr;
}header .header_edugHOAN {
    justify-self: center;
}header .header_masterAFesJ {
    justify-content: center;
}header .header_masterAFesJ::before {
    width: 100%;
    background: rgb(121,131,146,0.5);
    opacity: 0.1;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .header_masterAFesJ {
    flex-direction: column;
    width: 100%;
}header .nav_headercvqIR {
    width: 100%;
    margin: 3px 0;
    transform: none !important;
}header .nav_headercvqIR a {
    border-radius: 10px;
    border-left: none;
    text-align: center;
    border-bottom: 3px solid transparent;
}header .nav_headercvqIR a:hover {
    border-left-color: transparent;
    border-bottom-color: rgb(156,169,187);
    transform: translateY(-3px);
}header .nav_headercvqIR a::before {
    right: auto;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
    height: 5px;
    transform: scaleX(0);
}header .nav_headercvqIR a:hover::before {
    transform: scaleX(1);
}
}

@media (max-width: 480px) {header .head_primeDAYBi {
    transform: none;
    padding: 10px;
}header .head_primeDAYBi svg {
    height: 40px;
}header .head_primeDAYBi:hover {
    transform: translateY(-3px);
}
}