* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}a {
    color: inherit;
    text-decoration: none;
}.main-know-625 {
    flex: 1 0 auto;
}.wrapper-structure-107 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.referral-prog-210 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1187px;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contacts-254 {
    background: linear-gradient(135deg, rgb(196,193,205) 30%, rgba(245, 248, 255, 0.9) 100%);
    padding: 5rem 0;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
}.contacts-254::before {
    height: 70%;
    content: "";
    border-radius: 100px;
    width: 40%;
    right: -10%;
    z-index: 0;
    animation: float 8s ease-in-out infinite;
    background: linear-gradient(135deg, rgb(161,155,181,0.5), rgb(104,95,149,0.5));
    opacity: 0.5;
    transform: rotate(-15deg) translateZ(0);
    top: -5%;
    filter: blur(30px);
    position: absolute;
}.contacts-254::after {
    position: absolute;
    height: 50%;
    bottom: -5%;
    background: linear-gradient(225deg, rgb(104,95,149,0.5), rgb(161,155,181,0.5));
    border-radius: 13px;
    opacity: 0.4;
    animation: float 8s ease-in-out infinite reverse;
    z-index: 0;
    transform: rotate(15deg) translateZ(0);
    content: "";
    left: -5%;
    width: 30%;
    filter: blur(25px);
}.contacts-254 .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.contacts-254 .msg-team-390 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.05);
    position: relative;
    border-left: 4px solid rgb(161,155,181);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.9);
    transform: perspective(1000px) rotateY(-2deg);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.contacts-254 .msg-team-390:hover {
    transform: perspective(1000px) rotateY(0deg);
}.contacts-254 h3 {
    animation: slideInText 0.7s ease-out forwards 0.2s;
    margin: 0 0 1.5rem;
    position: relative;
    transform: translateX(-1rem);
    font-weight: 700;
    color: #000000;
    opacity: 0;
    font-size: calc(30px * 1.1);
}.contacts-254 h3::after {
    left: 0;
    background: linear-gradient(90deg, rgb(161,155,181), transparent);
    width: 3rem;
    position: absolute;
    content: "";
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    height: 3px;
    transform-origin: left;
    bottom: -0.5rem;
    transform: scaleX(0);
}.contacts-254 p {
    font-size: 17px;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 90%;
    animation: fadeUp 0.6s ease-out forwards 0.4s;
    transform: translateY(10px);
    opacity: 0;
    line-height: 1.7;
}.contacts-254 h5 {
    font-size: 19px;
    align-items: center;
    color: #000000;
    margin: 1rem 0 0.5rem;
    display: flex;
    animation: fadeUp 0.6s ease-out forwards 0.5s;
    font-weight: 600;
    opacity: 0;
}.contacts-254 svg {
    margin-left: 0.5rem;
    width: 24px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 24px;
    transform: translateY(0);
}.contacts-254 svg path {
    transition: fill 0.3s ease;
    fill: rgb(104,95,149);
}.contacts-254 .get-answers-734 {
    list-style: none;
    opacity: 0;
    padding: 0;
    flex-wrap: wrap;
    margin: 2rem 0 0;
    transform: translateY(15px);
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    display: flex;
    gap: 1.5rem;
}.contacts-254 .get-answers-734 li {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    margin: 0;
}.contacts-254 .get-answers-734 li:hover {
    transform: translateY(-5px);
}.contacts-254 .assist-support-071 {
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    font-size: calc(17px * 0.95);
    display: flex;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    padding: 0.75rem 1.25rem;
    color: #000000;
    border-left: 2px solid rgb(104,95,149);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.7));
}.contacts-254 .assist-support-071:hover {
    background: linear-gradient(135deg, rgba(255, 255, 255, 1), rgba(245, 248, 255, 0.9));
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    border-left: 2px solid rgb(161,155,181);
}.contacts-254 .assist-support-071:hover svg {
    transform: translateY(-3px);
}.contacts-254 .assist-support-071:hover svg path {
    fill: rgb(161,155,181);
}

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

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

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

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

@media (max-width: 768px) {.contacts-254 {
    padding: 3rem 0;
}.contacts-254 .container {
    padding: 0 1.5rem;
}.contacts-254 .msg-team-390 {
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem 1.5rem;
}.contacts-254 h3 {
    font-size: calc(30px * 0.9);
}.contacts-254 p {
    max-width: 100%;
}.contacts-254 .get-answers-734 {
    gap: 1rem;
    flex-direction: column;
}.contacts-254 .assist-support-071 {
    width: 100%;
    padding: 0.75rem 1rem;
}
}

@media (max-width: 480px) {.contacts-254 .msg-team-390 {
    padding: 1.75rem 1.25rem;
}.contacts-254 h3 {
    font-size: calc(30px * 0.8);
}.contacts-254 p {
    font-size: calc(17px * 0.95);
}.contacts-254 h5 {
    font-size: calc(19px * 0.9);
}.contacts-254 svg {
    height: 20px;
    width: 20px;
}.contacts-254 .assist-support-071 {
    font-size: calc(17px * 0.9);
}}.course-program-info-108 {
    background: linear-gradient(125deg, rgb(196,193,205) 0%, rgb(161,155,181,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.course-program-info-108::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(ellipse at 20% 30%, rgb(161,155,181,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(104,95,149,0.5) 0%, transparent 60%);
    top: 0;
    position: absolute;
    opacity: 0.6;
    content: "";
}.course-program-info-108::after {
    z-index: 1;
    position: absolute;
    animation: shiftBackground 30s linear infinite;
    opacity: 0.4;
    background-image: 
        repeating-linear-gradient(
            -45deg,
            rgba(255, 255, 255, 0.03),
            rgba(255, 255, 255, 0.03) 1px,
            transparent 1px,
            transparent 10px
        );
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
}@keyframes shiftBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.course-program-info-108 .container {
    position: relative;
    z-index: 2;
}.course-program-info-108 .training-pro-781 {
    position: relative;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.02), 
        rgba(255, 255, 255, 0.08)
    );
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    display: flex;
    overflow: hidden;
}.course-program-info-108 .training-pro-781::before {
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    background: 
        linear-gradient(
            135deg,
            transparent,
            rgba(rgb(161,155,181), 0.05)
        );
    left: 0;
    position: absolute;
    top: 0;
}.course-program-info-108 .img-shadow-632 {
    position: absolute;
    height: 440px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 2;
    width: 45%;
    overflow: hidden;
    top: 5%;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15);
    animation: morphShape 15s infinite alternate ease-in-out;
    right: 3%;
}@keyframes morphShape {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 40% 60% 50% 50% / 30% 60% 40% 60%;
    }
}

.course-program-info-108 .img-shadow-632::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    content: "";
    background: linear-gradient(
        215deg,
        transparent 30%,
        rgb(161,155,181,0.5) 100%
    );
    mix-blend-mode: overlay;
    opacity: 0.6;
}.course-program-info-108 .img-shadow-632::after {
    height: 100%;
    left: 0;
    content: "";
    z-index: 3;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(255, 255, 255, 0.1) 1px,
            transparent 1px
        );
    position: absolute;
    background-size: 20px 20px;
    opacity: 0.2;
}.course-program-info-108 .skill-master-856 {
    padding: 60px 50% 60px 60px;
    position: relative;
    z-index: 3;
    min-height: 400px;
    flex-direction: column;
    display: flex;
}.course-program-info-108 .nav-lead-258 {
    display: inline-block;
    position: relative;
    z-index: 4;
    margin-bottom: 25px;
}.course-program-info-108 .nav-lead-258 svg {
    z-index: 2;
    height: auto;
    fill: #ffffff;
    width: 70px;
    position: relative;
}.course-program-info-108 .nav-lead-258 svg path {
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    stroke-width: 0.5;
    stroke: rgb(161,155,181);
}.course-program-info-108 h3 {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    font-size: 31px;
    z-index: 4;
    position: relative;
    max-width: 100%;
    margin-bottom: 20px;
    color: #ffffff;
}.course-program-info-108 h3::after {
    background: linear-gradient(90deg, rgb(161,155,181), rgb(104,95,149));
    height: 3px;
    bottom: -10px;
    content: "";
    width: 60px;
    border-radius: 3px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
}.course-program-info-108 .training-pro-781:hover h3::after {
    width: 120px;
}.course-program-info-108 p {
    font-size: 18px;
    line-height: 1.7;
    position: relative;
    margin: 0;
    color: #000000;
    max-width: 100%;
    z-index: 4;
}.course-program-info-108 .training-pro-781::after {
    height: 200px;
    background: rgb(104,95,149,0.5);
    opacity: 0.3;
    width: 200px;
    border-radius: 50%;
    left: -50px;
    filter: blur(80px);
    position: absolute;
    content: "";
    bottom: -50px;
    z-index: 1;
}.course-program-info-108 .skill-master-856::before {
    width: 150px;
    height: 90%;
    right: 48%;
    opacity: 0.2;
    content: "";
    background-image: 
        radial-gradient(circle, rgb(161,155,181,0.5) 1px, transparent 1px),
        radial-gradient(circle, rgb(104,95,149,0.5) 1px, transparent 1px);
    background-position: 0 0, 10px 10px;
    animation: floatDots 10s infinite alternate ease-in-out;
    top: 20px;
    position: absolute;
    z-index: 1;
    background-size: 20px 20px, 25px 25px;
}

@keyframes floatDots {
    0% {
        transform: translateY(0);
        opacity: 0.2;
    }
    100% {
        transform: translateY(-20px);
        opacity: 0.4;
    }
}

@media (max-width: 1199px) {.course-program-info-108 .skill-master-856 {
    padding: 50px 50% 50px 50px;
}.course-program-info-108 .img-shadow-632 {
    height: 85%;
    width: 42%;
}
}

@media (max-width: 991px) {.course-program-info-108 {
    padding: 80px 0;
}.course-program-info-108 .training-pro-781 {
    display: flex;
    flex-direction: column;
}.course-program-info-108 .skill-master-856 {
    padding: 220px 40px 50px 40px;
    min-height: auto;
}.course-program-info-108 .img-shadow-632 {
    top: 0;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    height: 200px;
    left: 10%;
    width: 80%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: absolute;
}.course-program-info-108 .nav-lead-258 {
    left: 40px;
    margin-bottom: 0;
    position: absolute;
    top: 160px;
}.course-program-info-108 h3 {
    font-size: calc(31px * 0.9);
}.course-program-info-108 .skill-master-856::before {
    display: none;
}
}

@media (max-width: 767px) {.course-program-info-108 {
    padding: 60px 0;
}.course-program-info-108 .skill-master-856 {
    padding: 200px 30px 40px 30px;
}.course-program-info-108 .img-shadow-632 {
    height: 180px;
}.course-program-info-108 .nav-lead-258 {
    top: 140px;
    left: 30px;
}.course-program-info-108 .nav-lead-258 svg {
    width: 60px;
}.course-program-info-108 h3 {
    font-size: calc(31px * 0.8);
}.course-program-info-108 p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course-program-info-108 {
    padding: 40px 0;
}.course-program-info-108 .skill-master-856 {
    padding: 180px 25px 30px 25px;
}.course-program-info-108 .img-shadow-632 {
    height: 160px;
}.course-program-info-108 .nav-lead-258 {
    top: 120px;
    left: 25px;
}.course-program-info-108 .nav-lead-258 svg {
    width: 50px;
}.course-program-info-108 h3 {
    margin-bottom: 15px;
    font-size: calc(31px * 0.7);
}.course-program-info-108 p {
    font-size: calc(18px * 0.9);
}}.title-screen-428 {
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}.title-screen-428 .learn-title-713 {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}.title-screen-428 .learn-title-713::before {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(161,155,181,0.5) 0%, rgb(104,95,149,0.5) 100%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.title-screen-428 .path-edu-920 {
    background: rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    z-index: 2;
    transform: translateY(-20px);
    padding: 3rem;
    max-width: 1200px;
    gap: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    animation: fadeInUp 1s ease-out forwards;
    display: grid;
}.title-screen-428 .path-edu-920 > div:first-child {
    overflow: hidden;
    position: relative;
}.title-screen-428 .path-edu-920 > div:first-child::after {
    content: "";
    animation: expandWidth 1.5s ease-out forwards;
    left: 0;
    width: 100px;
    bottom: -10px;
    height: 4px;
    position: absolute;
    background: rgb(104,95,149);
}.title-screen-428 .title_style_header {
    transform: translateY(20px);
    letter-spacing: 0.5px;
    line-height: 1.2;
    font-weight: 700;
    animation: fadeInUp 1s ease-out 0.3s forwards;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 0;
}.title-screen-428 .path-edu-920 > div:nth-child(2) {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease-out 0.6s forwards;
}.title-screen-428 h3 {
    line-height: 1.4;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 1.5rem;
}.title-screen-428 p {
    opacity: 0;
    animation: fadeInRight 1s ease-out 0.9s forwards;
    color: #ffffff;
    border-left: 3px solid rgb(104,95,149);
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    transform: translateX(-10px);
    margin-bottom: 2rem;
    padding-left: 1rem;
}

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

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

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

@media (min-width: 768px) {.title-screen-428 .path-edu-920 {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    padding: 4rem;
}.title-screen-428 .title_style_header {
    font-size: calc(40px * 1.2);
}.title-screen-428 h3 {
    font-size: calc(23px * 1.1);
}.title-screen-428 p {
    font-size: calc(14px * 1.1);
}.title-screen-428 .path-edu-920 > div:first-child::after {
    width: 150px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 150px;
    }
  }
}

@media (min-width: 1024px) {.title-screen-428 .path-edu-920 {
    gap: 4rem;
    padding: 5rem;
}.title-screen-428 .title_style_header {
    font-size: calc(40px * 1.4);
}.title-screen-428 .path-edu-920 > div:first-child::after {
    width: 200px;
    height: 5px;
}
  
  @keyframes expandWidth {
    from {
      width: 0;
    }
    to {
      width: 200px;
    }
  }
}

@media (max-width: 767px) {.title-screen-428 {
    min-height: 100vh;
}.title-screen-428 .learn-title-713 {
    height: 100vh;
}.title-screen-428 .path-edu-920 {
    padding: 2rem;
    gap: 1.5rem;
}.title-screen-428 .title_style_header {
    font-size: calc(40px * 0.9);
}.title-screen-428 h3 {
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 480px) {.title-screen-428 .path-edu-920 {
    gap: 1rem;
    padding: 1.5rem;
}.title-screen-428 .title_style_header {
    font-size: calc(40px * 0.8);
}.title-screen-428 h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 1rem;
}.title-screen-428 p {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.9);
}}.pricing-set-018 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.pricing-set-018::before {
    top: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    content: "";
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
}.pricing-set-018 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.pricing-set-018 .plan-pricing-396 {
    position: relative;
}.pricing-set-018 h2 {
    font-size: 29px;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
}.pricing-set-018 .tuition-table-724 {
    opacity: 0;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    font-size: 18px;
    max-width: 800px;
    margin: 0 auto 50px;
    transform: translateY(20px);
}.pricing-set-018 .cost-schemes-076 {
    display: grid;
    gap: 30px;
    padding: 0;
    margin: 0;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
}.pricing-set-018 .cost-schemes-076 li {
    opacity: 0;
    transform: translateZ(0) rotateY(5deg) translateX(20px);
    animation: fadeInStagger 0.8s ease-out forwards;
}.pricing-set-018 .cost-schemes-076 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing-set-018 .cost-schemes-076 li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing-set-018 .cost-schemes-076 li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing-set-018 .cost-schemes-076 li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing-set-018 .skill-plans-865 {
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    display: block;
}.pricing-set-018 .discount-deals-908 {
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.4s ease;
    height: 100%;
    transform: translateZ(0);
    overflow: hidden;
}.pricing-set-018 .discount-deals-908::before {
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    background: linear-gradient(45deg, rgb(161,155,181,0.5), rgb(104,95,149,0.5));
    position: absolute;
    height: 100%;
    transition: opacity 0.6s ease;
}.pricing-set-018 .learn-offers-906 {
    flex-direction: column;
    height: 100%;
    min-height: 400px;
    display: flex;
    padding: 35px 30px;
    color: #ffffff;
}.pricing-set-018 .learn-offers-906 h4 {
    color: #ffffff;
    transition: transform 0.3s ease-out;
    padding-bottom: 15px;
    margin: 0 0 15px;
    font-weight: 700;
    position: relative;
    font-size: calc(21px * 1.1);
}.pricing-set-018 .learn-offers-906 h4::after {
    transition: width 0.4s ease;
    left: 0;
    height: 3px;
    bottom: 0;
    background: rgb(161,155,181);
    position: absolute;
    width: 60px;
    content: "";
}.pricing-set-018 .learn-offers-906 p {
    line-height: 1.7;
    flex-grow: 1;
    font-size: 18px;
    margin: 0 0 auto;
    overflow-wrap: break-word;
    hyphens: auto;
    color: rgba(255,255,255,0.8);
    word-wrap: break-word;
}.pricing-set-018 .monthly-rate-951 {
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
    font-size: calc(21px * 1.3);
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(161,155,181) 0%, rgb(104,95,149) 100%);
}.pricing-set-018 .skill-plans-865:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-set-018 .skill-plans-865:hover .discount-deals-908 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.2);
    border-color: rgba(255,255,255,0.2);
}.pricing-set-018 .skill-plans-865:hover .discount-deals-908::before {
    opacity: 0.05;
}.pricing-set-018 .skill-plans-865:hover .learn-offers-906 h4 {
    transform: translateY(-5px);
}.pricing-set-018 .skill-plans-865:hover .learn-offers-906 h4::after {
    width: 100px;
}.pricing-set-018 .skill-plans-865:hover .monthly-rate-951 {
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
    transform: scale(1.05) translateY(-5px);
}

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

@keyframes fadeInStagger {
    from {
        opacity: 0;
        transform: translateZ(-50px) rotateY(10deg) translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateZ(0) rotateY(0) translateX(0);
    }
}

@media (max-width: 1024px) {.pricing-set-018 {
    padding: 80px 0;
}.pricing-set-018 .cost-schemes-076 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.pricing-set-018 .learn-offers-906 {
    padding: 30px 25px;
    min-height: 380px;
}
}

@media (max-width: 768px) {.pricing-set-018 {
    padding: 60px 0;
}.pricing-set-018 h2 {
    font-size: calc(29px * 0.9);
}.pricing-set-018 .tuition-table-724 {
    margin-bottom: 40px;
    font-size: calc(18px * 0.95);
}.pricing-set-018 .cost-schemes-076 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.pricing-set-018 .learn-offers-906 {
    min-height: 350px;
    padding: 25px 20px;
}.pricing-set-018 .learn-offers-906 h4 {
    font-size: 21px;
}.pricing-set-018 .monthly-rate-951 {
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 576px) {.pricing-set-018 {
    padding: 50px 0;
}.pricing-set-018 .container {
    padding: 0 15px;
}.pricing-set-018 h2 {
    font-size: calc(29px * 0.8);
}.pricing-set-018 .tuition-table-724 {
    margin-bottom: 30px;
    font-size: calc(18px * 0.9);
}.pricing-set-018 .cost-schemes-076 {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing-set-018 .learn-offers-906 {
    min-height: auto;
}.pricing-set-018 .learn-offers-906 p {
    font-size: calc(18px * 0.9);
}.pricing-set-018 .monthly-rate-951 {
    align-self: center;
    margin-top: 20px;
}}.program-results-032 {
    background: linear-gradient(135deg, rgb(196,193,205) 0%, rgba(240, 240, 255, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.program-results-032::before {
    height: 500px;
    width: 500px;
    content: "";
    opacity: 0.2;
    z-index: 0;
    background: radial-gradient(circle, rgb(161,155,181,0.5) 0%, transparent 70%);
    top: -10%;
    right: -10%;
    position: absolute;
}.program-results-032::after {
    background: radial-gradient(circle, rgb(104,95,149,0.5) 0%, transparent 70%);
    height: 400px;
    position: absolute;
    z-index: 0;
    content: "";
    left: -10%;
    bottom: -10%;
    opacity: 0.2;
    width: 400px;
}.program-results-032 .container {
    grid-template-columns: 1fr;
    gap: 40px;
    position: relative;
    display: grid;
    z-index: 1;
}.program-results-032 .img-shadow-632 {
    max-height: 500px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    height: auto;
    object-fit: cover;
    width: 100%;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.program-results-032 .img-shadow-632:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program-results-032 .training-pro-781 {
    padding: 40px 0;
    position: relative;
}.program-results-032 .text-cube-950 {
    transform: translateY(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 30px;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}.program-results-032 .text-cube-950:hover {
    transform: translateY(-5px);
}.program-results-032 h1 {
    font-size: 39px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
    color: #000000;
    margin-bottom: 30px;
}.program-results-032 h1::after {
    width: 80px;
    position: absolute;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(161,155,181) 0%, rgb(104,95,149) 100%);
    height: 3px;
    content: "";
    left: 0;
}.program-results-032 ul {
    margin: 0;
    list-style: none;
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
}.program-results-032 li {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
    border-left: 3px solid rgb(161,155,181);
    padding: 16px 20px;
    transform: translateX(0);
    align-items: flex-start;
    display: flex;
}.program-results-032 li:hover {
    border-left-color: rgb(104,95,149);
    transform: translateX(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.5) 100%);
}.program-results-032 li p {
    display: flex;
    align-items: center;
    font-size: 17px;
    margin: 0;
    color: #000000;
    line-height: 1.6;
}.program-results-032 svg {
    transform: scale(1);
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}.program-results-032 li:hover svg {
    transform: scale(1.1);
}.program-results-032 svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,155,181);
}.program-results-032 li:hover svg path {
    fill: rgb(104,95,149);
}.program-results-032 li:nth-child(odd) {
    transform: translateX(-5px);
}.program-results-032 li:nth-child(odd):hover {
    transform: translateX(0);
}.program-results-032 li:nth-child(even) {
    border-left-color: rgb(104,95,149);
}.program-results-032 li:nth-child(even):hover {
    border-left-color: rgb(161,155,181);
}

@media (min-width: 992px) {.program-results-032 {
    padding: 150px 0;
}.program-results-032 .container {
    grid-template-columns: 45% 55%;
    align-items: center;
}.program-results-032 .img-shadow-632 {
    order: 2;
    height: 100%;
    clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
    transform: perspective(1000px) rotateY(-5deg);
}.program-results-032 .img-shadow-632:hover {
    transform: perspective(1000px) rotateY(-2deg) translateY(-10px);
}.program-results-032 .training-pro-781 {
    order: 1;
    padding: 0;
}.program-results-032 .text-cube-950 {
    z-index: 2;
    padding: 50px;
    margin-right: -100px;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
}.program-results-032 h1 {
    font-size: calc(39px * 1.1);
}.program-results-032 ul {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.program-results-032 {
    padding: 80px 0;
}.program-results-032 .text-cube-950 {
    z-index: 2;
    margin-top: -60px;
}.program-results-032 h1 {
    font-size: calc(39px * 0.9);
}
}

@media (max-width: 767px) {.program-results-032 {
    padding: 60px 0;
}.program-results-032 .img-shadow-632 {
    max-height: 350px;
}.program-results-032 .text-cube-950 {
    padding: 25px 20px;
}.program-results-032 h1 {
    font-size: calc(39px * 0.8);
    margin-bottom: 25px;
}.program-results-032 li {
    padding: 12px 15px;
}.program-results-032 svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.program-results-032 {
    padding: 50px 0;
}.program-results-032 .img-shadow-632 {
    max-height: 250px;
}.program-results-032 h1 {
    font-size: calc(39px * 0.7);
}.program-results-032 li p {
    font-size: calc(17px * 0.9);
}}.cookieAlertContainer-671 {
    text-align: center;
    width: 90%;
    align-items: center;
    transform: translateX(-50%);
    border-radius: 23px;
    left: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    position: fixed;
    flex-direction: column;
    background: rgb(196,193,205);
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 20px;
    bottom: 20px;
    max-width: 600px;
    display: flex;
    z-index: 1050;
}.track-switch-943 {
    align-items: center;
    display: flex;
    z-index: 1;
    flex-direction: column;
}.visitor-confirm-863 {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.visitor-confirm-863 svg, .visitor-confirm-863 svg path, .visitor-confirm-863 img {
    width: 80px;
    fill: rgb(161,155,181);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieAlertContainer-671 h5 {
    color: rgb(161,155,181);
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}.cookieAlertContainer-671 p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 20px;
}.web-cookies-572 {
    border-radius: 10px;
    background: rgb(161,155,181);
    font-size: 15px;
    width: calc(50% - 10px);
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
}.web-cookies-572:hover {
    transform: translateY(-3px);
    background: rgb(104,95,149);
}.cookie_button.cookie-layer-617 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie-layer-617:hover {
    background: rgb(104,95,149,0.5);
}.cookieAlertContainer-671 p a {
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
    color: rgb(161,155,181);
}.cookieAlertContainer-671 p a:hover {
    color: rgb(104,95,149);
}
@media only screen and (max-width: 600px) {.cookieAlertContainer-671 {
    width: 100%;
    left: 0;
    transform: none;
    bottom: 0;
    border-radius: 0;
}.track-switch-943 {
    padding: 15px;
}.visitor-confirm-863 svg {
    width: 50px;
    height: 50px;
}.cookieAlertContainer-671 h5 {
    font-size: calc(20px - 2px);
}.cookieAlertContainer-671 p {
    font-size: calc(14px - 2px);
}.web-cookies-572 {
    font-size: calc(15px - 2px);
    padding: 8px 16px;
    width: calc(100% - 10px);
}}
#cookie-popupwindow-325 {
    display: none;
}#cookie-popupwindow-325:checked ~ .cookieAlertContainer-671 {
    opacity: 0;
    visibility: hidden;
}.operation-process-581 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(196,193,205) 0%, rgba(244, 247, 255, 0.92) 100%);
    padding: 120px 0;
    position: relative;
}.operation-process-581::before {
    top: 0;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(161,155,181,0.5) 0%, transparent 80%),
        radial-gradient(circle at 90% 80%, rgb(104,95,149,0.5) 0%, transparent 70%);
    width: 100%;
    content: "";
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    z-index: 1;
}.operation-process-581::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 80%;
    transform: rotate(-15deg);
    top: -50%;
    background: linear-gradient(135deg, rgb(161,155,181,0.5) 0%, transparent 70%);
    opacity: 0.03;
    pointer-events: none;
    animation: gradientShift 25s infinite alternate ease-in-out;
    height: 200%;
    right: -25%;
}.operation-process-581 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.operation-process-581 .training-pro-781 {
    display: flex;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    justify-content: center;
    perspective: 1000px;
}.operation-process-581 .training-pro-781 > div {
    overflow: hidden;
    background: #ffffff;
    padding: 3.5rem;
    width: 100%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.02);
    position: relative;
    transform: translateZ(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.operation-process-581 .training-pro-781 > div::before {
    width: 4px;
    height: 100%;
    transform: scaleY(1);
    top: 0;
    position: absolute;
    transform-origin: top;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    content: "";
}.operation-process-581 .training-pro-781 > div::after {
    right: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(161,155,181,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    bottom: 0;
    width: 200px;
    transform: translate(30%, 30%);
    height: 200px;
    opacity: 0.05;
    z-index: -1;
}.operation-process-581 h3 {
    transform: translateX(0);
    margin-bottom: 1.8rem;
    padding-bottom: 0.8rem;
    letter-spacing: -0.01em;
    color: #000000;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 700;
    font-size: calc(19px * 1.1);
    position: relative;
}.operation-process-581 h3::after {
    background: rgb(161,155,181);
    height: 2px;
    content: "";
    transform: scaleX(1);
    width: 60px;
    bottom: 0;
    position: absolute;
    left: 0;
    transform-origin: left;
    transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
}.operation-process-581 p {
    color: #000000;
    transform: translateY(0);
    line-height: 1.7;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.1s;
    font-size: 17px;
    margin: 0;
    opacity: 0.95;
    position: relative;
    font-family: Arial, sans-serif;
}.operation-process-581 p span {
    display: inline-block;
    z-index: 1;
    position: relative;
}.operation-process-581 .training-pro-781 > div:hover {
    transform: translateY(-5px) translateZ(20px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.03);
}.operation-process-581 .training-pro-781 > div:hover h3 {
    transform: translateX(5px);
    color: rgb(161,155,181);
}.operation-process-581 .training-pro-781 > div:hover h3::after {
    transform: scaleX(1.5);
}.operation-process-581 .training-pro-781 > div:hover::before {
    transform: scaleY(1.03);
}

@media (max-width: 991px) {.operation-process-581 {
    padding: 90px 0;
}.operation-process-581 .training-pro-781 > div {
    padding: 2.5rem;
}.operation-process-581 h3 {
    margin-bottom: 1.5rem;
    font-size: 19px;
}
}

@media (max-width: 767px) {.operation-process-581 {
    padding: 70px 0;
}.operation-process-581 .training-pro-781 > div {
    padding: 2rem;
}.operation-process-581 h3 {
    padding-bottom: 0.7rem;
    margin-bottom: 1.3rem;
    font-size: calc(19px * 1.1);
}.operation-process-581 p {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.operation-process-581 h3::after {
    width: 50px;
}
}

@media (max-width: 480px) {.operation-process-581 {
    padding: 50px 0;
}.operation-process-581 .training-pro-781 > div {
    padding: 1.5rem;
}.operation-process-581 h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    font-size: 19px;
}.operation-process-581 p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}.operation-process-581 h3::after {
    height: 1px;
    width: 40px;
}}

@keyframes gradientShift {
    0% {
        transform: rotate(-15deg) translateX(0);
        opacity: 0.02;
    }
    50% {
        opacity: 0.04;
    }
    100% {
        transform: rotate(-15deg) translateX(5%);
        opacity: 0.03;
    }
}.statistical-data-614 {
    padding: 140px 0;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.statistical-data-614::before {
    backdrop-filter: blur(10px);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    left: 0;
}.statistical-data-614::after {
    z-index: -1;
    animation: rotate 20s infinite linear;
    bottom: 0;
    position: absolute;
    right: 0;
    height: 150%;
    background: radial-gradient(ellipse at bottom right, rgb(161,155,181,0.5) 0%, transparent 60%);
    content: "";
    width: 150%;
}.statistical-data-614 .container {
    position: relative;
    max-width: 1140px;
    padding: 0 40px;
    margin: 0 auto;
}.statistical-data-614 .extra-gain-256 {
    grid-template-columns: 40% 60%;
    gap: 20px;
    display: grid;
    position: relative;
}.statistical-data-614 .smart-statistics-923 {
    position: absolute;
    background: linear-gradient(135deg, rgb(161,155,181) 0%, rgb(104,95,149) 100%);
    border-radius: 50%;
    justify-content: center;
    top: -40px;
    z-index: 5;
    right: 15%;
    display: flex;
    height: 120px;
    align-items: center;
    animation: pulse 6s infinite alternate ease-in-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    width: 120px;
}.statistical-data-614 .smart-statistics-923 svg {
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    width: 60px;
    height: 60px;
}.statistical-data-614 .smart-statistics-923 svg path {
    fill: #ffffff;
}.statistical-data-614 .class-benefits-839 {
    margin-bottom: 30px;
    padding-right: 50px;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    font-weight: 700;
    padding-left: 50px;
    letter-spacing: 0.5px;
    grid-column: 1 / -1;
    border-left: 5px solid rgb(161,155,181);
    font-size: calc(28px * 1.1);
    z-index: 2;
    text-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
}.statistical-data-614 .statistics-value-045 {
    color: #ffffff;
    margin-bottom: 60px;
    line-height: 1.8;
    font-size: calc(13px * 1.05);
    letter-spacing: 0.2px;
    padding-left: 55px;
    max-width: 800px;
    grid-column: 1 / -1;
    opacity: 1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding-right: 50px;
}.statistical-data-614 .benefits-track-376 {
    display: grid;
    z-index: 2;
    grid-column: 1 / -1;
    padding: 0 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    gap: 40px 120px;
}.statistical-data-614 .smart-pros-268 {
    gap: 18px 30px;
    position: relative;
    border-radius: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: auto 1fr;
    transition: transform 0.3s ease;
    padding: 15px;
    display: grid;
    background-color: rgba(0, 0, 0, 0.2);
}.statistical-data-614 .smart-pros-268::before {
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    height: 0;
    top: 0;
    position: absolute;
    width: 5px;
    content: "";
    border-radius: 3px;
    left: -20px;
    transition: height 0.3s ease;
}.statistical-data-614 .smart-pros-268:hover {
    transform: translateX(10px);
    background-color: rgba(255, 255, 255, 0.05);
}.statistical-data-614 .smart-pros-268:hover::before {
    height: 100%;
}.statistical-data-614 .statistics-pluses-643 {
    display: flex;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    grid-row: 1 / 3;
    backdrop-filter: blur(5px);
    height: 85px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 50%;
    align-items: center;
    grid-column: 1 / 2;
    width: 85px;
}.statistical-data-614 .statistics-pluses-643 svg {
    width: 42px;
    height: 42px;
    filter: drop-shadow(0 4px 8px rgb(161,155,181,0.5));
}.statistical-data-614 .statistics-pluses-643 svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,155,181);
}.statistical-data-614 .smart-pros-268:hover .statistics-pluses-643 {
    background: linear-gradient(135deg, rgb(161,155,181,0.5) 0%, rgb(104,95,149,0.5) 100%);
}.statistical-data-614 .smart-pros-268:hover .statistics-pluses-643 svg path {
    fill: #ffffff;
}.statistical-data-614 .smart-pros-268 span {
    -webkit-text-fill-color: transparent;
    font-size: calc(45px * 1.25);
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    color: #ffffff;
    align-self: end;
    background: linear-gradient(90deg, #ffffff, rgb(161,155,181));
    background-clip: text !important;
    letter-spacing: 0.5px;
    grid-row: 1 / 2;
    position: relative;
    z-index: 2;
    grid-column: 2 / 3;
}.statistical-data-614 .smart-pros-268 span::after {
    content: '';
    left: 0;
    background: rgb(161,155,181);
    height: 3px;
    position: absolute;
    width: 0;
    bottom: -12px;
    transition: width 0.3s ease;
}.statistical-data-614 .smart-pros-268:hover span::after {
    width: 60px;
}.statistical-data-614 .smart-pros-268 p {
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    line-height: 1.7;
    grid-column: 2 / 3;
    color: #ffffff;
    font-size: calc(13px * 1.05);
    letter-spacing: 0.2px;
    grid-row: 2 / 3;
    z-index: 2;
    opacity: 1;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 992px) {.statistical-data-614 .extra-gain-256::before {
    clip-path: polygon(0 0, 40% 0, 60% 100%, 0% 100%);
    position: absolute;
    z-index: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    left: 0;
    height: 100%;
    top: 0;
}.statistical-data-614 .extra-gain-256::after {
    top: 0;
    z-index: 0;
    clip-path: polygon(100% 0, 60% 0, 40% 100%, 100% 100%);
    right: 0;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0.07) 0%, transparent 50%);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}
}

@media (max-width: 992px) {.statistical-data-614 {
    padding: 120px 0;
}.statistical-data-614 .extra-gain-256 {
    grid-template-columns: 1fr;
}.statistical-data-614 .smart-statistics-923 {
    right: 10%;
    width: 100px;
    height: 100px;
    top: -30px;
}.statistical-data-614 .smart-statistics-923 svg {
    height: 50px;
    width: 50px;
}.statistical-data-614 .class-benefits-839 {
    padding-left: 40px;
    margin-top: 70px;
}.statistical-data-614 .statistics-value-045 {
    padding-left: 44px;
}.statistical-data-614 .benefits-track-376 {
    padding: 0 20px;
}
}

@media (max-width: 768px) {.statistical-data-614 {
    padding: 100px 0;
}.statistical-data-614 .smart-statistics-923 {
    top: -25px;
    height: 90px;
    width: 90px;
}.statistical-data-614 .smart-statistics-923 svg {
    width: 45px;
    height: 45px;
}.statistical-data-614 .class-benefits-839 {
    font-size: calc(28px * 0.95);
    margin-top: 50px;
    padding-left: 30px;
}.statistical-data-614 .statistics-value-045 {
    padding-left: 34px;
    margin-bottom: 50px;
}.statistical-data-614 .benefits-track-376 {
    gap: 60px;
    padding: 0 15px;
    grid-template-columns: 1fr;
}.statistical-data-614 .statistics-pluses-643 {
    height: 75px;
    width: 75px;
}.statistical-data-614 .statistics-pluses-643 svg {
    width: 38px;
    height: 38px;
}.statistical-data-614 .smart-pros-268 span {
    font-size: calc(45px * 1.1);
}
}

@media (max-width: 576px) {.statistical-data-614 {
    padding: 80px 0;
}.statistical-data-614 .smart-statistics-923 {
    height: 80px;
    transform: translateX(50%);
    right: 50%;
    width: 80px;
}.statistical-data-614 .smart-statistics-923 svg {
    width: 40px;
    height: 40px;
}.statistical-data-614 .class-benefits-839 {
    padding-top: 25px;
    text-align: center;
    padding-right: 20px;
    font-size: calc(28px * 0.85);
    border-left: none;
    border-top: 5px solid rgb(161,155,181);
    margin-top: 70px;
    padding-left: 20px;
}.statistical-data-614 .statistics-value-045 {
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
}.statistical-data-614 .benefits-track-376 {
    padding: 0 10px;
    gap: 50px;
}.statistical-data-614 .smart-pros-268 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
    text-align: center;
}.statistical-data-614 .smart-pros-268::before {
    left: 50%;
    height: 5px;
    top: -20px;
    width: 0;
    transform: translateX(-50%);
}.statistical-data-614 .smart-pros-268:hover {
    transform: translateY(-10px);
}.statistical-data-614 .smart-pros-268:hover::before {
    height: 5px;
    width: 60px;
}.statistical-data-614 .statistics-pluses-643 {
    height: 70px;
    width: 70px;
    grid-row: 1 / 2;
    margin: 0 auto;
    grid-column: 1 / 2;
}.statistical-data-614 .statistics-pluses-643 svg {
    height: 35px;
    width: 35px;
}.statistical-data-614 .smart-pros-268 span {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin-bottom: 15px;
}.statistical-data-614 .smart-pros-268 span::after {
    transform: translateX(-50%);
    left: 50%;
}.statistical-data-614 .smart-pros-268:hover span::after {
    width: 50px;
}.statistical-data-614 .smart-pros-268 p {
    grid-column: 1 / 2;
    grid-row: 3 / 4;
}}.our-story-950 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our-story-950::before {
    right: 0;
    background: linear-gradient(135deg, rgb(104,95,149,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    bottom: 0;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
}.our-story-950::after {
    height: 200px;
    content: "";
    right: -50px;
    width: 200px;
    animation: float 15s ease-in-out infinite;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    top: -50px;
    background: rgb(161,155,181);
    opacity: 0.1;
    position: absolute;
    z-index: 1;
}.our-story-950 .container {
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.our-story-950 .text-cube-950 {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: perspective(1000px) rotateY(1deg);
    transition: transform 0.5s ease-out;
    padding: 50px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
              0 5px 15px rgba(0, 0, 0, 0.07);
}.our-story-950 .text-cube-950:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our-story-950 .text-cube-950::before {
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    height: 100%;
    position: absolute;
    width: 5px;
    content: "";
    left: 0;
    top: 0;
}.our-story-950 h1 {
    color: #000000;
    padding-bottom: 15px;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.5px;
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 30px;
    opacity: 0;
}.our-story-950 h1::after {
    height: 3px;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    background: rgb(161,155,181);
    width: 80px;
    left: 0;
    position: absolute;
}.our-story-950 .text-cube-950:hover h1::after {
    width: 120px;
}.our-story-950 ul {
    animation: fadeUp 1s 0.5s forwards ease-out;
    opacity: 0;
    transform: translateY(20px);
    margin: 0;
    padding: 0;
    list-style: none;
}.our-story-950 li {
    margin-bottom: 20px;
}.our-story-950 h4 {
    position: relative;
    font-size: 23px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
    color: rgb(161,155,181);
}.our-story-950 h4::before {
    height: 1px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    left: 0;
    width: 100%;
    content: "";
    bottom: -5px;
    background: rgb(161,155,181,0.5);
}.our-story-950 .text-cube-950:hover h4::before {
    transform: scaleX(1);
}.our-story-950 span {
    font-family: Arial, sans-serif;
    column-gap: 40px;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    column-count: 2;
    position: relative;
    display: block;
    text-align: justify;
}.our-story-950 span::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(104,95,149);
}

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

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

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

@media (max-width: 1200px) {.our-story-950 {
    padding: 100px 0;
}.our-story-950 .text-cube-950 {
    padding: 40px;
}
}

@media (max-width: 992px) {.our-story-950 h1 {
    font-size: calc(40px * 0.9);
}.our-story-950 span {
    column-count: 1;
}.our-story-950 .text-cube-950 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 768px) {.our-story-950 {
    padding: 80px 0;
}.our-story-950 .text-cube-950 {
    padding: 30px;
}.our-story-950 h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 20px;
}.our-story-950 span {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.our-story-950 {
    padding: 60px 0;
}.our-story-950 .text-cube-950 {
    padding: 25px 20px;
}.our-story-950 h1 {
    font-size: calc(40px * 0.7);
}.our-story-950 span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.our-story-950 .text-cube-950::before {
    width: 3px;
}
}

@media (max-width: 480px) {.our-story-950 {
    padding: 50px 0;
}.our-story-950 .container {
    padding: 0 15px;
}.our-story-950 h1 {
    padding-bottom: 10px;
    margin-bottom: 15px;
}.our-story-950 h1::after {
    height: 2px;
    width: 60px;
}.our-story-950 .text-cube-950:hover h1::after {
    width: 90px;
}
}

@media (prefers-reduced-motion: reduce) {.our-story-950 .text-cube-950,
  .our-story-950 h1,
  .our-story-950 ul,
  .our-story-950 h4::before,
  .our-story-950::after {
    animation: none;
    transform: none;
    transition: none;
}}.contact-information-402 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(196,193,205) 0%, rgba(9, 19, 32, 0.9) 100%);
}.contact-information-402::before {
    opacity: 0.05;
    top: 0;
    position: absolute;
    animation: gridMove 20s linear infinite;
    width: 100%;
    pointer-events: none;
    content: "";
    left: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(161,155,181,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(161,155,181,0.5) 11px
    );
}.contact-information-402::after {
    background: radial-gradient(circle, rgb(161,155,181,0.5) 0%, transparent 60%);
    content: "";
    width: 200%;
    opacity: 0.1;
    height: 200%;
    animation: pulseGlow 15s ease-in-out infinite;
    pointer-events: none;
    top: -50%;
    left: -50%;
    position: absolute;
}.contact-information-402 .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.contact-information-402 h2 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 60px;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}.contact-information-402 h2::after {
    bottom: 0;
    content: "";
    height: 3px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(161,155,181), transparent);
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
}.contact-information-402 .feedback-block-432 {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.03);
}.contact-information-402 .feedback-block-432::before {
    content: "";
    height: 100%;
    opacity: 0.03;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(to bottom right, rgb(161,155,181,0.5), transparent);
}.contact-information-402 .img-shadow-632 {
    min-height: 500px;
    position: relative;
    transform: scale(1.01);
    transition: transform 0.6s ease;
    flex: 1;
}.contact-information-402 .img-shadow-632::after {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    content: "";
}.contact-information-402 .support-card-403 {
    flex: 1;
    padding: 50px;
    position: relative;
}.contact-information-402 .support-card-403::before {
    border-right: 2px solid rgb(161,155,181,0.5);
    content: "";
    right: 20px;
    height: 50px;
    top: 20px;
    border-top: 2px solid rgb(161,155,181,0.5);
    opacity: 0.7;
    width: 50px;
    position: absolute;
}.contact-information-402 .support-card-403::after {
    content: "";
    left: 20px;
    position: absolute;
    bottom: 20px;
    border-bottom: 2px solid rgb(161,155,181,0.5);
    border-left: 2px solid rgb(161,155,181,0.5);
    height: 50px;
    width: 50px;
    opacity: 0.7;
}.contact-information-402 form {
    width: 100%;
}.contact-information-402 form h3 {
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 15px;
    font-weight: 600;
}.contact-information-402 form h3::before {
    top: 50%;
    height: 25px;
    position: absolute;
    background: rgb(161,155,181);
    width: 5px;
    border-radius: 10px;
    left: 0;
    transform: translateY(-50%);
    content: "";
}.contact-information-402 form input[type="text"] {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.05);
    width: 100%;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
}.contact-information-402 form input[type="text"]:focus {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgb(161,155,181);
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(161,155,181), 0.2);
}.contact-information-402 form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact-information-402 .connect-panel-301 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}.contact-information-402 .connect-panel-301 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-information-402 .connect-panel-301 label {
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}.contact-information-402 .connect-panel-301 label::before {
    transition: all 0.3s ease;
    content: "";
    border-radius: 10px;
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    left: 0;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
}.contact-information-402 .connect-panel-301 input[type="checkbox"]:checked + label::before {
    background: rgb(161,155,181);
    border-color: rgb(161,155,181);
}.contact-information-402 .connect-panel-301 input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    transform: rotate(-45deg);
    left: 7px;
    position: absolute;
    border-bottom: 2px solid #ffffff;
    content: "";
    top: 11px;
    height: 4px;
    width: 8px;
}.contact-information-402 .connect-panel-301 label a {
    color: rgb(161,155,181);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-information-402 .connect-panel-301 label a:hover {
    text-decoration: underline;
}.contact-information-402 form .help-inquiry-816 {
    position: relative;
    border: none;
    cursor: pointer;
    padding: 15px 35px;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(45deg, rgb(161,155,181), rgb(104,95,149));
    font-size: 16px;
    display: inline-block;
    color: #ffffff;
    transition: all 0.4s ease;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    overflow: hidden;
}.contact-information-402 form .help-inquiry-816::before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(45deg, rgb(104,95,149), rgb(161,155,181));
    content: "";
    transition: all 0.4s ease;
    top: 0;
    z-index: -1;
}.contact-information-402 form .help-inquiry-816:hover::before {
    left: 0;
}.contact-information-402 form .help-inquiry-816:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.contact-information-402 svg {
    height: 24px;
    fill: rgb(161,155,181);
    width: 24px;
    margin-right: 15px;
}.contact-information-402 svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact-information-402 {
    padding: 80px 0;
}.contact-information-402 .feedback-block-432 {
    flex-direction: column;
}.contact-information-402 .img-shadow-632 {
    order: 1;
    min-height: 300px;
}.contact-information-402 .support-card-403 {
    order: 2;
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.contact-information-402 {
    padding: 60px 0;
}.contact-information-402 h2 {
    margin-bottom: 40px;
}.contact-information-402 .img-shadow-632 {
    min-height: 200px;
}.contact-information-402 .support-card-403 {
    padding: 30px 20px;
}.contact-information-402 form .help-inquiry-816 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact-information-402 {
    padding: 40px 0;
}.contact-information-402 h2 {
    font-size: calc(36px * 0.8);
}.contact-information-402 form h3 {
    font-size: calc(24px * 0.9);
}.contact-information-402 .support-card-403::before,
    .contact-information-402 .support-card-403::after {
    width: 30px;
    height: 30px;
}}header {
    width: 100%;
    position: relative;
    background: linear-gradient(to right, rgb(161,155,181,0.5), rgb(104,95,149,0.5));
    z-index: 100;
    padding: 1.5rem 3%;
}header::before {
    content: '';
    left: 0.5rem;
    border-radius: 10px;
    top: 0.5rem;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 0;
    right: 0.5rem;
    bottom: 0.5rem;
}header::after {
    content: '';
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%);
    height: 100%;
    z-index: 0;
    top: 0;
    width: 100%;
}header .container {
    padding: 0;
    z-index: 1;
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}header .first-class-876 {
    background: #ffffff;
    padding: 1.5rem;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
}header .first-class-876::before {
    left: 0;
    content: '';
    width: 5px;
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    height: 100%;
    top: 0;
    position: absolute;
}header .first-class-876::after {
    right: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(104,95,149), rgb(161,155,181));
    position: absolute;
    top: 0;
    content: '';
    width: 5px;
}header .main-mentor-605 {
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 0 0 1rem 0;
    display: flex;
}header .main-mentor-605::after {
    transform: translateX(-50%);
    position: absolute;
    width: 80px;
    background: rgb(161,155,181,0.5);
    left: 50%;
    bottom: 0;
    content: '';
    height: 1px;
}header .main-mentor-605 svg {
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.08));
    transition: all 0.3s ease;
    width: 170px;
}header .main-mentor-605:hover svg {
    transform: scale(1.03);
}header .header-lead-586 {
    width: 100%;
    justify-content: center;
    max-width: 90%;
    padding-top: 1rem;
    gap: 0.7rem;
    display: flex;
    flex-wrap: wrap;
}header .top-class-869 {
    font-size: 15px;
    font-family: Arial, sans-serif;
    z-index: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-weight: 600;
    position: relative;
    background: rgb(196,193,205);
    transition: all 0.3s ease;
    padding: 0.7rem 1.3rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
    color: #000000;
}header .top-class-869::before {
    border-radius: 10px 0 0 10px;
    transition: width 0.3s ease;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    content: '';
    height: 100%;
}header .top-class-869:hover {
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .top-class-869:hover::before {
    width: 100%;
}

@media (max-width: 991px) {header {
    padding: 1.2rem 2.5%;
}header .first-class-876 {
    padding: 1.2rem;
}header .main-mentor-605 {
    padding: 0 0 0.8rem 0;
}header .main-mentor-605 svg {
    width: 150px;
}header .header-lead-586 {
    gap: 0.6rem;
    padding-top: 0.8rem;
}header .top-class-869 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 2%;
}header .first-class-876 {
    padding: 1rem;
}header .main-mentor-605 {
    padding: 0 0 0.7rem 0;
}header .main-mentor-605 svg {
    width: 130px;
}header .header-lead-586 {
    max-width: 95%;
    padding-top: 0.7rem;
    gap: 0.5rem;
}header .top-class-869 {
    padding: 0.5rem 1rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 1.5%;
}header .first-class-876 {
    padding: 0.8rem 0.8rem 1rem;
}header .main-mentor-605 {
    padding: 0 0 0.6rem 0;
}header .main-mentor-605 svg {
    width: 120px;
}header .header-lead-586 {
    padding-bottom: 0.3rem;
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding-top: 0.6rem;
    overflow-x: auto;
}header .header-lead-586::-webkit-scrollbar {
    height: 3px;
}header .header-lead-586::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,155,181);
}header .top-class-869 {
    margin-right: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}}footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}footer::before {
    top: 0;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(161,155,181,0.5) 50%,
    #000000 100%);
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    opacity: 0.9;
}.referral-prog-210 {
    background-color: transparent;
    padding: 60px 0 40px;
    z-index: 5;
    position: relative;
}.referral-prog-210 .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    position: relative;
    display: grid;
}.referral-prog-210 .company_holder {
    border-radius: 10px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    grid-column: span 4;
    padding: 30px;
}.referral-prog-210 .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    font-size: 38px;
    position: relative;
}.referral-prog-210 .company_holder h3::after {
    bottom: -8px;
    background: rgb(161,155,181);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
}.referral-prog-210 .linkedin-ref-247 {
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
}.referral-prog-210 .campus-links-298 {
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    grid-column: span 8;
    display: grid;
}.referral-prog-210 .header-lead-586 {
    position: relative;
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
}.referral-prog-210 .header-lead-586 h5 {
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
}.referral-prog-210 .header-lead-586 h5::after {
    background: rgb(104,95,149);
    width: 100%;
    height: 2px;
    bottom: -8px;
    left: 0;
    content: "";
    position: absolute;
}.referral-prog-210 .header-lead-586 .main-start-829 {
    display: grid;
    grid-gap: 15px;
}.referral-prog-210 .header-lead-586 .main-start-829 a {
    text-decoration: none;
    display: block;
    padding-left: 15px;
    transition: color 0.3s ease, transform 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    font-size: 13px;
}.referral-prog-210 .header-lead-586 .main-start-829 a::before {
    left: 0;
    width: 6px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    height: 6px;
    position: absolute;
    content: "";
    background: rgb(104,95,149);
}.referral-prog-210 .header-lead-586 .main-start-829 a:hover {
    opacity: 1;
    color: rgb(161,155,181);
    transform: translateX(5px);
}.equity-pledge-598 {
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    z-index: 5;
    padding: 25px 0;
}.equity-pledge-598 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.equity-pledge-598 .grant-info-187 {
    font-size: 15px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 991px) {.referral-prog-210 .container {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.referral-prog-210 .company_holder {
    grid-column: span 12;
}.referral-prog-210 .campus-links-298 {
    grid-template-columns: 1fr 1fr;
    grid-column: span 12;
}
}

@media (max-width: 767px) {.referral-prog-210 {
    padding: 40px 0 30px;
}.referral-prog-210 .campus-links-298 {
    grid-template-columns: 1fr;
}.referral-prog-210 .company_holder {
    padding: 25px;
}.referral-prog-210 .header-lead-586 {
    padding: 25px;
}.referral-prog-210 .company_holder h3 {
    font-size: calc(38px - 2px);
}.referral-prog-210 .header-lead-586 h5 {
    font-size: calc(23px - 1px);
}
}

@media (max-width: 575px) {.referral-prog-210 {
    padding: 30px 0 20px;
}.referral-prog-210 .company_holder,
  .referral-prog-210 .header-lead-586 {
    padding: 20px;
}.referral-prog-210 .company_holder h3 {
    font-size: calc(38px - 4px);
}.equity-pledge-598 {
    padding: 20px 0;
}}

.referral-prog-210 .company_holder:hover,
.referral-prog-210 .header-lead-586:hover {
    background-color: rgba(255, 255, 255, 0.05);
    transition: background-color 0.3s ease;
}.referral-prog-210 .container::before {
    z-index: -1;
    background: 
    linear-gradient(to right, rgb(161,155,181,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(161,155,181,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.05;
}.referral-prog-210 .company_holder::before {
    background: rgb(161,155,181);
    position: absolute;
    width: 5px;
    left: 0;
    opacity: 0.5;
    content: "";
    height: 100%;
    top: 0;
}.referral-prog-210 .header-lead-586::before {
    background: rgb(104,95,149);
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.5;
    width: 5px;
    top: 0;
}footer::after {
    content: "";
    opacity: 0.3;
    height: 5px;
    left: 0;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right,
    rgb(161,155,181),
    rgb(104,95,149),
    rgb(161,155,181));
    z-index: 2;
    width: 100%;
}.referral-prog-210 .main-start-829 {
    position: relative;
}.referral-prog-210 .main-start-829::after {
    position: absolute;
    content: "";
    width: 100%;
    background: rgb(104,95,149,0.5);
    bottom: -15px;
    opacity: 0.2;
    left: 0;
    height: 1px;
}.referral-prog-210 .header-lead-586 h5,
.referral-prog-210 .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.referral-prog-210 .header-lead-586:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
}.referral-prog-210 .header-lead-586:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.equity-pledge-598 .grant-info-187 {
    position: relative;
    display: inline-block;
}.equity-pledge-598 .grant-info-187::before {
    transform: translateY(-50%);
    width: 30px;
    height: 1px;
    content: "";
    position: absolute;
    left: -40px;
    background: rgb(161,155,181);
    top: 50%;
    opacity: 0.5;
}.equity-pledge-598 .grant-info-187::after {
    content: "";
    right: -40px;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(161,155,181);
    top: 50%;
    opacity: 0.5;
    width: 30px;
    height: 1px;
}.thxNote-859 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(196,193,205), rgb(196,193,205) 60%, rgba(rgb(161,155,181,0.5), 0.1));
    overflow: hidden;
}.thxNote-859::before {
    background: linear-gradient(145deg, rgba(rgb(104,95,149,0.5), 0.08), rgba(rgb(104,95,149,0.5), 0.03));
    position: absolute;
    width: 60%;
    top: -20%;
    content: "";
    z-index: 0;
    transform: rotate(-15deg) skewX(15deg);
    right: -10%;
    height: 80%;
    filter: blur(20px);
}.thxNote-859::after {
    z-index: 0;
    transform: rotate(10deg) skewX(-10deg);
    height: 40%;
    position: absolute;
    left: -5%;
    background: linear-gradient(210deg, rgba(rgb(161,155,181,0.5), 0.09), transparent);
    content: "";
    width: 50%;
    bottom: -10%;
}.thxNote-859 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    max-width: 1200px;
}.thxNote-859 .training-pro-781 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    padding: 3rem;
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    grid-template-columns: 1fr;
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(161,155,181,0.5), 0.05),
        0 0 0 1px rgba(rgb(161,155,181,0.5), 0.08);
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
}.thxNote-859 .training-pro-781:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(161,155,181,0.5), 0.08),
        0 0 0 1px rgba(rgb(161,155,181,0.5), 0.1);
}.thxNote-859 .training-pro-781 > div:first-child {
    transform: translateX(-1rem);
    position: relative;
}.thxNote-859 .training-pro-781 > div:first-child::before {
    width: 4px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(161,155,181), rgb(104,95,149));
    left: -2rem;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 60%;
}.thxNote-859 h5 {
    line-height: 1.4;
    margin: 0;
    color: #000000;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 22px;
}.thxNote-859 h5::after {
    background: linear-gradient(90deg, rgb(104,95,149), transparent);
    height: 3px;
    content: "";
    bottom: -0.5rem;
    left: 0;
    position: absolute;
    width: 40%;
}.thxNote-859 .training-pro-781 > div:last-child {
    position: relative;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(rgb(104,95,149,0.5), 0.2);
}.thxNote-859 a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}.thxNote-859 a:hover {
    transform: translateX(5px);
}.thxNote-859 a::before {
    background: linear-gradient(90deg, 
        rgba(rgb(161,155,181,0.5), 0.03), 
        rgba(rgb(104,95,149,0.5), 0.05)
    );
    height: 100%;
    width: 100%;
    transform: scaleX(0.8) translateX(-10%);
    left: 0;
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    position: absolute;
    transform-origin: left;
    opacity: 0;
}.thxNote-859 a:hover::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
}.thxNote-859 p {
    color: #000000;
    transition: color 0.3s ease;
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 400;
}.thxNote-859 a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.thxNote-859 {
    padding: 7rem 0;
}.thxNote-859 .training-pro-781 {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1.5fr;
    align-items: center;
}.thxNote-859 .training-pro-781 > div:first-child {
    transform: translateX(0);
}.thxNote-859 .training-pro-781 > div:last-child {
    border-left: 2px solid rgba(rgb(104,95,149,0.5), 0.15);
    padding-left: 3rem;
}.thxNote-859 h5 {
    font-size: calc(22px * 1.1);
}.thxNote-859 p {
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 992px) {.thxNote-859 {
    padding: 9rem 0;
}.thxNote-859 .container {
    padding: 0 2rem;
}.thxNote-859 .training-pro-781 {
    gap: 4rem;
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
}.thxNote-859 h5 {
    font-size: calc(22px * 1.2);
}.thxNote-859 h5::after {
    height: 4px;
    width: 50%;
}.thxNote-859 .training-pro-781 > div:last-child {
    padding-left: 4rem;
}.thxNote-859 a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.thxNote-859 {
    padding: 4rem 0;
}.thxNote-859 .training-pro-781 {
    gap: 2rem;
    padding: 2rem;
}.thxNote-859 h5 {
    font-size: calc(22px * 0.9);
}.thxNote-859 p {
    font-size: calc(15px * 0.95);
}.thxNote-859 .training-pro-781 > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.thxNote-859 {
    padding: 3rem 0;
}.thxNote-859 .training-pro-781 {
    gap: 1.5rem;
    padding: 1.5rem;
}.thxNote-859 .training-pro-781 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.thxNote-859 h5 {
    font-size: calc(22px * 0.85);
}.thxNote-859 p {
    font-size: calc(15px * 0.9);
}.thxNote-859 .training-pro-781 > div:last-child {
    padding-left: 0.75rem;
}}.mentorship-profile-157 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(125deg, #000000 0%, rgb(196,193,205) 100%);
}.mentorship-profile-157::before {
    content: "";
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(161,155,181,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(104,95,149,0.5) 0%, transparent 30%);
    left: 0;
    animation: pulse 20s infinite alternate;
    position: absolute;
    width: 100%;
    height: 100%;
}.mentorship-profile-157 .container {
    padding: 0 20px;
    margin: 0 auto;
    perspective: 1200px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.mentorship-profile-157 .client-story-438 {
    gap: 10px 30px;
    display: grid;
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-rows: auto auto auto;
    position: relative;
    transform-style: preserve-3d;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
}.mentorship-profile-157 .client-story-438:hover {
    transform: rotateY(0deg) translateZ(10px);
}.mentorship-profile-157 .work-background-930 {
    position: relative;
    transform: translateZ(20px);
    backdrop-filter: blur(10px);
    font-weight: 300;
    margin: 0;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(161,155,181,0.5);
    line-height: 1.7;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 11px;
    grid-area: quote;
    color: #ffffff;
    padding: 50px 40px;
    z-index: 1;
    font-size: 17px;
}.mentorship-profile-157 .work-background-930::before {
    position: absolute;
    line-height: 1;
    font-size: calc(41px * 2);
    top: 15px;
    color: rgb(161,155,181);
    left: 20px;
    content: "";
}.mentorship-profile-157 .img-shadow-632 {
    transform: translateZ(40px);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    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(161,155,181,0.5);
    border-radius: 10px;
    grid-area: photo;
    height: 280px;
}.mentorship-profile-157 .client-story-438:hover .img-shadow-632 {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(161,155,181,0.5);
}.mentorship-profile-157 .name {
    padding: 15px 20px;
    transform: translateZ(30px);
    color: #ffffff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 18px;
    grid-area: name;
    border-radius: 10px;
    z-index: 2;
    transition: transform 0.3s ease;
    margin: 0;
    background: rgb(161,155,181);
}.mentorship-profile-157 .client-story-438:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.mentorship-profile-157 .client-story-438 > span:not(.name) {
    padding: 10px 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    transform: translateZ(25px);
    color: rgb(104,95,149);
    border-radius: 10px;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    grid-area: job;
    font-size: 17px;
}.mentorship-profile-157 .client-story-438: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) {.mentorship-profile-157 {
    padding: 80px 0;
}.mentorship-profile-157 .client-story-438 {
    grid-template-rows: auto auto auto auto;
    grid-template-areas:
      "img-shadow-632"
      "name"
      "experience-data-573"
      "work-background-930";
    gap: 15px;
    grid-template-columns: 1fr;
    transform: none;
}.mentorship-profile-157 .work-background-930,
  .mentorship-profile-157 .img-shadow-632,
  .mentorship-profile-157 .name,
  .mentorship-profile-157 .client-story-438 > span:not(.name) {
    transform: none;
}.mentorship-profile-157 .client-story-438:hover .work-background-930,
  .mentorship-profile-157 .client-story-438:hover .img-shadow-632,
  .mentorship-profile-157 .client-story-438:hover .name,
  .mentorship-profile-157 .client-story-438:hover > span:not(.name) {
    transform: none;
}.mentorship-profile-157 .img-shadow-632 {
    margin: 0 auto;
    height: 240px;
    width: 90%;
}.mentorship-profile-157 .work-background-930 {
    padding: 30px;
}.mentorship-profile-157 .name,
  .mentorship-profile-157 .client-story-438 > span:not(.name) {
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
}

@media (max-width: 576px) {.mentorship-profile-157 {
    padding: 60px 0;
}.mentorship-profile-157 .img-shadow-632 {
    height: 200px;
    width: 100%;
}.mentorship-profile-157 .work-background-930 {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}.mentorship-profile-157 .name {
    font-size: calc(18px * 0.9);
}.mentorship-profile-157 .client-story-438 > span:not(.name) {
    font-size: calc(17px * 0.9);
}}.secure-wrap-356 {
    padding: 50px;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0 auto;
    border: 2px solid rgba(0, 0, 0, 0.5);
    max-width: 1100px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
}.secure-wrap-356::before,
.secure-wrap-356::after {
    border-radius: 50%;
    z-index: -1;
    background: rgb(104,95,149,0.5);
    content: '';
    position: absolute;
}.secure-wrap-356::before {
    right: -50px;
    height: 200px;
    top: -50px;
    width: 200px;
}.secure-wrap-356::after {
    bottom: -100px;
    height: 300px;
    width: 300px;
    left: -100px;
}.secure-wrap-356 h1 {
    margin-bottom: 30px;
    border-bottom: 3px dashed rgb(161,155,181);
    color: rgb(161,155,181);
    font-weight: 700;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 45px;
}.secure-wrap-356 h2 {
    padding-left: 20px;
    font-weight: 600;
    position: relative;
    font-size: 28px;
    margin-top: 30px;
    color: rgb(104,95,149);
    border-left: 8px double rgb(104,95,149);
    margin-bottom: 20px;
}.secure-wrap-356 h2::before {
    transform: translateY(-50%);
    background: rgb(161,155,181);
    top: 50%;
    position: absolute;
    height: 10px;
    border-radius: 50%;
    content: '';
    left: -15px;
    width: 10px;
}.secure-wrap-356 ul {
    margin: 20px 0;
    background: rgb(104,95,149,0.5);
    list-style: none;
    border: 1px solid rgb(104,95,149,0.5);
    padding-left: 20px;
    border-radius: 10px;
}.secure-wrap-356 ul li {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}.secure-wrap-356 ul li::before {
    left: 0;
    content: '•';
    transform: translateY(-50%);
    position: absolute;
    font-size: 1.5em;
    top: 50%;
    color: rgb(161,155,181);
}.secure-wrap-356 p, .secure-wrap-356 span, .secure-wrap-356 div {
    background: rgb(161,155,181,0.5);
    line-height: 1.8;
    padding: 10px;
    border-radius: 10px;
    border-left: 4px solid rgb(161,155,181,0.5);
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
}.secure-wrap-356 h3, .secure-wrap-356 h4, .secure-wrap-356 h5, .secure-wrap-356 h6 {
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
    margin-top: 25px;
    color: rgb(161,155,181);
    border-left: 5px solid rgb(161,155,181);
}.secure-wrap-356 h3::after, .secure-wrap-356 h4::after, .secure-wrap-356 h5::after, .secure-wrap-356 h6::after {
    left: 0;
    content: '';
    position: absolute;
    background: rgb(104,95,149);
    bottom: -5px;
    height: 2px;
    width: 20px;
}

@media only screen and (max-width: 800px) {.secure-wrap-356 {
    padding: 30px;
}.secure-wrap-356 h1 {
    font-size: calc(20px - 4px);
}.secure-wrap-356 h2 {
    font-size: calc(20px - 3px);
}.secure-wrap-356 h3, .secure-wrap-356 h4, .secure-wrap-356 h5, .secure-wrap-356 h6 {
    font-size: calc(20px - 2px);
}.secure-wrap-356 p, .secure-wrap-356 span, .secure-wrap-356 div, .secure-wrap-356 ul li {
    font-size: calc(17px - 2px);
}
}