﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.carbon_ctaJKXWl6 {
    flex: 0 0 auto;
}.wrapper-holdernuEsPS {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.main_mainwrapb69pGN {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1241px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.leadership_profileHeUM2D {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,234,239) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
}.leadership_profileHeUM2D::before {
    left: -50px;
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    content: "";
    background: rgb(212,198,205,0.5);
    width: 200px;
    top: -50px;
    transform: rotate(-15deg);
    position: absolute;
    height: 200px;
    z-index: 1;
}.leadership_profileHeUM2D::after {
    width: 250px;
    transform: rotate(15deg);
    content: "";
    right: -50px;
    height: 250px;
    background: rgb(179,161,171,0.5);
    z-index: 1;
    bottom: -50px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
}.leadership_profileHeUM2D .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.leadership_profileHeUM2D .user_reviewsUzXjBp {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    padding: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
}.leadership_profileHeUM2D .user_reviewsUzXjBp:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}.leadership_profileHeUM2D .user_reviewsUzXjBp > div:first-child {
    transform: translateZ(0);
    position: relative;
    overflow: hidden;
}.leadership_profileHeUM2D .user_reviewsUzXjBp .photo_thumbnailiC1dy4 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: 300px;
    transform: scale(1);
    width: 100%;
    position: relative;
}.leadership_profileHeUM2D .user_reviewsUzXjBp:hover .photo_thumbnailiC1dy4 {
    transform: scale(1.02);
}.leadership_profileHeUM2D .user_reviewsUzXjBp .photo_thumbnailiC1dy4::after {
    left: 0;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.5s ease;
    opacity: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.leadership_profileHeUM2D .user_reviewsUzXjBp:hover .photo_thumbnailiC1dy4::after {
    opacity: 1;
}.leadership_profileHeUM2D .user_reviewsUzXjBp > div:nth-child(2) {
    position: relative;
    padding-left: 20px;
    transform: translateX(0);
    transition: transform 0.4s ease;
    border-left: 3px solid rgb(212,198,205);
}.leadership_profileHeUM2D .user_reviewsUzXjBp:hover > div:nth-child(2) {
    transform: translateX(5px);
}.leadership_profileHeUM2D .name {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 0.5rem;
    display: inline-block;
    position: relative;
}.leadership_profileHeUM2D .name::after {
    bottom: -3px;
    left: 0;
    content: "";
    background: rgb(212,198,205);
    width: 0;
    transition: width 0.4s ease-out;
    height: 2px;
    position: absolute;
}.leadership_profileHeUM2D .user_reviewsUzXjBp:hover .name::after {
    width: 100%;
}.leadership_profileHeUM2D .user_reviewsUzXjBp > div:nth-child(2) > div {
    opacity: 0.85;
    margin-bottom: 0.5rem;
    font-size: calc(18px * 0.95);
    font-style: italic;
    font-weight: 600;
    color: rgb(179,161,171);
}.leadership_profileHeUM2D .emp_skillsbARyr5 {
    font-family: Arial, sans-serif;
    position: relative;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 18px;
    margin: 0;
    line-height: 1.7;
}.leadership_profileHeUM2D .emp_skillsbARyr5::before {
    color: rgb(212,198,205,0.5);
    position: absolute;
    top: -10px;
    font-family: serif;
    content: "";
    font-size: 60px;
    line-height: 1;
    left: 0;
}

@media (min-width: 768px) {.leadership_profileHeUM2D {
    padding: 7rem 0;
}.leadership_profileHeUM2D .user_reviewsUzXjBp {
    gap: 3rem;
    padding: 3rem;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    grid-template-columns: 300px 1fr;
}.leadership_profileHeUM2D .user_reviewsUzXjBp:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.leadership_profileHeUM2D .user_reviewsUzXjBp > div:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
}.leadership_profileHeUM2D .user_reviewsUzXjBp > div:nth-child(3) {
    grid-column: 1 / -1;
    grid-row: 2;
}
}

@media (min-width: 992px) {.leadership_profileHeUM2D .user_reviewsUzXjBp {
    grid-template-rows: auto 1fr;
    grid-template-columns: 350px 1fr;
    gap: 2.5rem 4rem;
}.leadership_profileHeUM2D .photo_thumbnailiC1dy4 {
    height: 400px;
}.leadership_profileHeUM2D .emp_skillsbARyr5 {
    font-size: calc(18px * 1.05);
    padding-left: 2rem;
}.leadership_profileHeUM2D .emp_skillsbARyr5::before {
    font-size: 80px;
}
}

@media (min-width: 1200px) {.leadership_profileHeUM2D .user_reviewsUzXjBp {
    grid-template-columns: 400px 1fr;
    padding: 4rem;
}.leadership_profileHeUM2D .photo_thumbnailiC1dy4 {
    height: 450px;
}.leadership_profileHeUM2D .name {
    font-size: calc(24px * 1.1);
}.leadership_profileHeUM2D .user_reviewsUzXjBp > div:nth-child(2) > div {
    font-size: 18px;
}.leadership_profileHeUM2D .emp_skillsbARyr5 {
    line-height: 1.8;
}
}

@media (max-width: 767px) {.leadership_profileHeUM2D {
    padding: 4rem 0;
}.leadership_profileHeUM2D .user_reviewsUzXjBp {
    padding: 1.5rem;
}.leadership_profileHeUM2D .photo_thumbnailiC1dy4 {
    height: 250px;
    margin-bottom: 1.5rem;
}.leadership_profileHeUM2D .name {
    font-size: calc(24px * 0.95);
}.leadership_profileHeUM2D .emp_skillsbARyr5 {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.thanksCardl1t7N9 {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(239,234,239) 100%);
}.thanksCardl1t7N9::before {
    content: "";
    filter: blur(40px);
    transform: rotate(-15deg) skew(10deg);
    left: -5%;
    height: 70%;
    position: absolute;
    opacity: 0.4;
    top: -10%;
    z-index: 1;
    width: 40%;
    animation: float 12s ease-in-out infinite alternate;
    background: linear-gradient(145deg, rgb(179,161,171,0.5) 0%, transparent 80%);
}.thanksCardl1t7N9::after {
    right: -5%;
    background: linear-gradient(215deg, rgb(212,198,205,0.5) 0%, transparent 70%);
    height: 60%;
    bottom: -5%;
    content: "";
    width: 35%;
    filter: blur(30px);
    opacity: 0.3;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate-reverse;
    z-index: 1;
    transform: rotate(10deg) skew(-5deg);
}.thanksCardl1t7N9 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}.thanksCardl1t7N9 h2 {
    color: #000000;
    margin-bottom: 40px;
    transform: translateY(20px);
    position: relative;
    line-height: 1.3;
    opacity: 0;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-size: 32px;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    text-align: center;
}.thanksCardl1t7N9 h2::after {
    background: linear-gradient(90deg, rgb(212,198,205) 0%, rgb(179,161,171) 100%);
    transform-origin: center;
    height: 3px;
    width: 80px;
    opacity: 0;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    bottom: -15px;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.thanksCardl1t7N9 .learning_creatorstPoFpL {
    background: #ffffff;
    transform: translateY(30px);
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    padding: 50px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}.thanksCardl1t7N9 .learning_creatorstPoFpL::before {
    background: linear-gradient(to bottom, rgb(212,198,205), rgb(179,161,171));
    height: 100%;
    width: 5px;
    transform-origin: top;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    transform: scaleY(0);
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.thanksCardl1t7N9 ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thanksCardl1t7N9 li {
    padding-left: 25px;
    position: relative;
}.thanksCardl1t7N9 li::before {
    content: "";
    transform: scale(0);
    width: 8px;
    position: absolute;
    border-radius: 50%;
    height: 8px;
    left: 0;
    top: 10px;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgb(179,161,171);
}.thanksCardl1t7N9 span {
    transform: translateY(10px);
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 400;
    display: block;
    color: #000000;
    font-size: 15px;
    opacity: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

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

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

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

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

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

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

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

@media (max-width: 576px) {.thanksCardl1t7N9 {
    padding: 60px 0 50px;
}.thanksCardl1t7N9 h2 {
    line-height: 1.4;
    font-size: calc(32px * 0.7);
    margin-bottom: 30px;
}.thanksCardl1t7N9 h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.thanksCardl1t7N9 .learning_creatorstPoFpL {
    padding: 30px 20px;
}.thanksCardl1t7N9 li {
    padding-left: 20px;
}.thanksCardl1t7N9 li::before {
    top: 12px;
    height: 6px;
    width: 6px;
}.thanksCardl1t7N9 span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.course_candidatesCrQ85X {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 120px 0 100px;
    background: rgb(239,234,239);
}.course_candidatesCrQ85X::before {
    top: -10%;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(212,198,205,0.5), rgb(179,161,171,0.5));
    opacity: 0.6;
    height: 600px;
    content: '';
    animation: rotateBlob 20s infinite linear;
    position: absolute;
    transform: rotate(-15deg);
    width: 600px;
    right: -5%;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.course_candidatesCrQ85X .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.course_candidatesCrQ85X .learning_creatorstPoFpL {
    display: flex;
    padding: 0;
    flex-direction: column;
    position: relative;
    z-index: 2;
}.course_candidatesCrQ85X h4 {
    font-size: 47px;
    color: #000000;
    font-weight: 700;
    position: relative;
    padding-left: 35px;
    transform: translateZ(40px);
    max-width: 700px;
    margin-bottom: 70px;
}.course_candidatesCrQ85X h4::before {
    content: '';
    top: 15px;
    left: 0;
    border-radius: 10px;
    width: 8px;
    height: calc(100% - 20px);
    background: rgb(212,198,205);
    position: absolute;
}.course_candidatesCrQ85X h4::after {
    width: 120px;
    position: absolute;
    left: 30px;
    border-radius: 10px;
    height: 3px;
    background: rgb(179,161,171);
    bottom: -15px;
    content: '';
}.course_candidatesCrQ85X div > div {
    display: grid;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(12, 1fr);
    gap: 25px;
    transform-style: preserve-3d;
}.course_candidatesCrQ85X p {
    color: #000000;
    position: relative;
    margin: 0;
    transform: translateZ(0);
    border-radius: 21px;
    overflow: hidden;
    font-size: 15px;
    align-items: flex-start;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    padding: 30px;
    display: flex;
    line-height: 1.6;
}.course_candidatesCrQ85X p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.course_candidatesCrQ85X p svg {
    transition: all 0.3s ease;
    margin-right: 20px;
    width: 30px;
    flex-shrink: 0;
    height: 30px;
    margin-top: 3px;
}.course_candidatesCrQ85X p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.course_candidatesCrQ85X p svg path {
    fill: rgb(212,198,205);
    transition: fill 0.3s ease;
}.course_candidatesCrQ85X p:hover svg path {
    fill: rgb(179,161,171);
}.course_candidatesCrQ85X p::after {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(212,198,205), rgb(179,161,171));
    height: 4px;
    left: 0;
    transition: transform 0.4s ease;
    transform: scaleX(0);
    bottom: 0;
    width: 100%;
    transform-origin: left;
}.course_candidatesCrQ85X p:hover::after {
    transform: scaleX(1);
}.course_candidatesCrQ85X p:nth-child(1) {
    grid-column: 1 / span 6;
    z-index: 5;
    grid-row: 1;
}.course_candidatesCrQ85X p:nth-child(2) {
    grid-row: 1;
    z-index: 4;
    grid-column: 8 / span 5;
}.course_candidatesCrQ85X p:nth-child(3) {
    grid-row: 2;
    grid-column: 3 / span 6;
    z-index: 6;
}.course_candidatesCrQ85X p:nth-child(4) {
    z-index: 3;
    grid-row: 3;
    grid-column: 1 / span 4;
}.course_candidatesCrQ85X p:nth-child(5) {
    z-index: 2;
    grid-row: 3;
    grid-column: 6 / span 7;
}.course_candidatesCrQ85X p:nth-child(6) {
    z-index: 1;
    grid-column: 2 / span 5;
    grid-row: 4;
}.course_candidatesCrQ85X p:nth-child(7) {
    grid-row: 4;
    grid-column: 8 / span 5;
    z-index: 1;
}.course_candidatesCrQ85X p:nth-child(8) {
    z-index: 1;
    grid-column: 4 / span 6;
    grid-row: 5;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.course_candidatesCrQ85X p {
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.course_candidatesCrQ85X p:nth-child(1) {
    animation-delay: 0.1s;
}.course_candidatesCrQ85X p:nth-child(2) {
    animation-delay: 0.3s;
}.course_candidatesCrQ85X p:nth-child(3) {
    animation-delay: 0.5s;
}.course_candidatesCrQ85X p:nth-child(4) {
    animation-delay: 0.7s;
}.course_candidatesCrQ85X p:nth-child(5) {
    animation-delay: 0.9s;
}.course_candidatesCrQ85X p:nth-child(6) {
    animation-delay: 1.1s;
}.course_candidatesCrQ85X p:nth-child(7) {
    animation-delay: 1.3s;
}.course_candidatesCrQ85X p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.course_candidatesCrQ85X p:nth-child(1) {
    grid-column: 1 / span 7;
}.course_candidatesCrQ85X p:nth-child(2) {
    grid-column: 8 / span 5;
}.course_candidatesCrQ85X p:nth-child(3) {
    grid-column: 2 / span 7;
}.course_candidatesCrQ85X p:nth-child(4) {
    grid-column: 1 / span 5;
}.course_candidatesCrQ85X p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.course_candidatesCrQ85X {
    padding: 90px 0 80px;
}.course_candidatesCrQ85X h4 {
    font-size: calc(47px * 0.85);
    margin-bottom: 60px;
}.course_candidatesCrQ85X div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.course_candidatesCrQ85X p {
    padding: 25px;
}.course_candidatesCrQ85X p:nth-child(1) {
    grid-column: 1 / span 4;
}.course_candidatesCrQ85X p:nth-child(2) {
    grid-column: 5 / span 4;
}.course_candidatesCrQ85X p:nth-child(3) {
    grid-column: 2 / span 6;
}.course_candidatesCrQ85X p:nth-child(4) {
    grid-column: 1 / span 3;
}.course_candidatesCrQ85X p:nth-child(5) {
    grid-column: 4 / span 5;
}.course_candidatesCrQ85X p:nth-child(6) {
    grid-column: 2 / span 6;
}.course_candidatesCrQ85X p:nth-child(7) {
    grid-column: 1 / span 4;
}.course_candidatesCrQ85X p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.course_candidatesCrQ85X {
    padding: 80px 0 70px;
}.course_candidatesCrQ85X h4 {
    margin-bottom: 50px;
    font-size: calc(47px * 0.7);
    padding-left: 25px;
}.course_candidatesCrQ85X h4::before {
    width: 6px;
}.course_candidatesCrQ85X div > div {
    grid-template-columns: 1fr;
    gap: 15px;
}.course_candidatesCrQ85X p {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding: 20px;
}.course_candidatesCrQ85X p svg {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}}.package_dealGanzFP {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.package_dealGanzFP::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(212,198,205,0.5), rgba(0, 0, 0, 0.5) 90%);
    width: 100%;
    content: "";
}.package_dealGanzFP .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.package_dealGanzFP .annual_feeSx1JFY {
    position: relative;
}.package_dealGanzFP h2 {
    font-size: 32px;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    line-height: 1.3;
}.package_dealGanzFP h2::after {
    content: "";
    height: 3px;
    position: absolute;
    left: 50%;
    background: rgb(179,161,171);
    bottom: -15px;
    transform: translateX(-50%);
    width: 80px;
}.package_dealGanzFP .rate_choicecnPEtq {
    margin: 30px auto 50px;
    text-align: center;
    line-height: 1.6;
    max-width: 700px;
    color: #ffffff;
    font-size: 15px;
}.package_dealGanzFP .cost_dealssLDXZQ {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
}.package_dealGanzFP .cost_dealssLDXZQ li {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.package_dealGanzFP .cost_dealssLDXZQ li:hover {
    transform: translateY(-10px);
}.package_dealGanzFP .promo_costtB57yZ {
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    display: block;
    position: relative;
}.package_dealGanzFP .cost_summaryEUG3Wc {
    transition: all 0.3s ease;
    -webkit-backdrop-filter: blur(10px);
    border-left: 3px solid rgb(179,161,171);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    box-sizing: border-box;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    height: 100%;
}.package_dealGanzFP .cost_summaryEUG3Wc::before {
    content: "";
    top: 0;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(212,198,205,0.5), transparent);
    position: absolute;
    pointer-events: none;
    left: 0;
    height: 100%;
}.package_dealGanzFP .promo_costtB57yZ:hover .cost_summaryEUG3Wc::before {
    opacity: 0.15;
}.package_dealGanzFP .cost_summaryEUG3Wc::after {
    height: 100px;
    position: absolute;
    z-index: -1;
    width: 100px;
    border-radius: 50%;
    content: "";
    top: -30px;
    opacity: 0.1;
    transition: transform 0.5s ease;
    right: -30px;
    background: rgb(179,161,171);
}.package_dealGanzFP .promo_costtB57yZ:hover .cost_summaryEUG3Wc::after {
    transform: scale(1.2);
}.package_dealGanzFP .study_offersdCZRre {
    display: flex;
    position: relative;
    z-index: 2;
    height: 100%;
    flex-direction: column;
}.package_dealGanzFP .study_offersdCZRre h4 {
    color: #ffffff;
    display: inline-block;
    margin: 0 0 20px;
    font-size: 20px;
    padding-bottom: 12px;
    position: relative;
    font-weight: 600;
}.package_dealGanzFP .study_offersdCZRre h4::after {
    width: 40px;
    position: absolute;
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
    background: rgb(179,161,171);
    content: "";
    left: 0;
}.package_dealGanzFP .promo_costtB57yZ:hover .study_offersdCZRre h4::after {
    width: 60px;
}.package_dealGanzFP .study_offersdCZRre p {
    color: #ffffff;
    line-height: 1.5;
    margin: 0 0 25px;
    font-size: calc(15px - 2px);
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-wrap: break-word;
    opacity: 0.85;
}.package_dealGanzFP .pricing_dealslDCubS {
    position: relative;
    color: #ffffff;
    padding: 15px 0 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: auto;
    display: block;
    font-weight: 700;
    font-size: calc(20px + 4px);
}.package_dealGanzFP .pricing_dealslDCubS::before {
    background: rgb(179,161,171);
    width: 30%;
    top: -1px;
    left: 0;
    position: absolute;
    height: 1px;
    content: "";
}

@media (min-width: 992px) {.package_dealGanzFP .cost_dealssLDXZQ {
    grid-template-columns: repeat(4, 1fr);
}.package_dealGanzFP .cost_summaryEUG3Wc {
    padding: 35px 25px;
}.package_dealGanzFP h2 {
    font-size: calc(32px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.package_dealGanzFP .cost_dealssLDXZQ {
    grid-template-columns: repeat(2, 1fr);
}.package_dealGanzFP {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.package_dealGanzFP {
    padding: 80px 0;
}.package_dealGanzFP .cost_dealssLDXZQ {
    grid-template-columns: 1fr;
}.package_dealGanzFP h2 {
    font-size: calc(32px - 2px);
}.package_dealGanzFP .rate_choicecnPEtq {
    margin-bottom: 30px;
    font-size: calc(15px - 1px);
}.package_dealGanzFP .study_offersdCZRre p {
    font-size: calc(15px - 3px);
    max-height: 300px;
    padding-right: 10px;
    overflow-y: auto;
}.package_dealGanzFP .study_offersdCZRre p::-webkit-scrollbar {
    width: 3px;
}.package_dealGanzFP .study_offersdCZRre p::-webkit-scrollbar-thumb {
    background: rgb(179,161,171);
}
}

@media (max-width: 480px) {.package_dealGanzFP .cost_summaryEUG3Wc {
    padding: 30px 20px;
}.package_dealGanzFP h2 {
    font-size: calc(32px - 4px);
}.package_dealGanzFP .pricing_dealslDCubS {
    font-size: calc(20px + 2px);
}}.cookie_banner_windowewvl4g {
    bottom: 0;
    padding: 1rem 0;
    border-top: 3px solid rgb(212,198,205);
    transition: transform 0.3s ease-in-out;
    justify-content: center;
    position: fixed;
    width: 100%;
    align-items: center;
    overflow: hidden;
    background: rgb(239,234,239);
    z-index: 90;
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}#userPrivacyWindowNqCkX7 {
    display: none;
}#userPrivacyWindowNqCkX7:checked ~ .cookie_banner_windowewvl4g {
    visibility: hidden;
    opacity: 0;
}.cookie_banner_windowewvl4g .container {
    display: flex;
    position: relative;
    margin: 0 auto;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    z-index: 1;
    max-width: 1140px;
    padding: 0 15px;
    flex-wrap: wrap;
}.cookie_lockfBn7bj {
    margin-right: 1rem;
    flex-shrink: 0;
    align-items: center;
    display: flex;
}.cookie_lockfBn7bj svg {
    fill: rgb(212,198,205);
    width: 50px;
    height: 50px;
}.privacy_ctrl5LrjXy {
    min-width: 300px;
    flex: 1;
    margin-bottom: 20px;
}.privacy_ctrl5LrjXy h5 {
    color: rgb(212,198,205);
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
}.privacy_ctrl5LrjXy p {
    font-size: 1rem;
    color: #000000;
}.user_safety5NWkyL {
    font-size: 1rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 0.75rem 1.5rem;
    cursor: pointer;
    background: rgb(212,198,205);
    border: none;
    display: inline-block;
    border-radius: 10px;
    font-weight: 700;
    color: #ffffff;
}.cookie_button.cookie_windowrQYhfT {
    background: rgb(212,198,205);
}.cookie_button.edu_cookiesl2We56 {
    background: #000000;
    margin-left: 0.5rem;
}.user_safety5NWkyL:hover {
    transform: translateY(-3px);
    background: #000000;
}.cookie_button.edu_cookiesl2We56:hover {
    background: rgb(212,198,205);
}.cookie_banner_windowewvl4g p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(212,198,205);
}.cookie_banner_windowewvl4g p a:hover {
    color: #000000;
}
@media only screen and (max-width: 768px) {.cookie_banner_windowewvl4g .container {
    flex-direction: column;
    align-items: center;
}.cookie_lockfBn7bj {
    margin-right: 0;
    margin-bottom: 1rem;
}.privacy_ctrl5LrjXy {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.edu_cookiesl2We56 {
    margin-top: 0.5rem;
    margin-left: 0;
}}
.reach_outB4lU1I {
    padding: 120px 0;
    background: rgb(239,234,239);
    position: relative;
    overflow: hidden;
}.reach_outB4lU1I::before {
    background: linear-gradient(180deg, rgb(179,161,171,0.5) 0%, transparent 100%);
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.4;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.reach_outB4lU1I::after {
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 200px;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgb(239,234,239) 0%, transparent 100%);
    content: "";
}.reach_outB4lU1I .photo_thumbnailiC1dy4 {
    width: 100%;
    filter: grayscale(100%) contrast(120%);
    z-index: 0;
    top: 0;
    opacity: 0.12;
    left: 0;
    height: 100%;
    position: absolute;
}.reach_outB4lU1I .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 5;
    position: relative;
}.reach_outB4lU1I h3 {
    font-weight: 700;
    margin-bottom: 60px;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 37px;
}.query_linksROJ1Zs {
    display: flex;
    position: relative;
    gap: 0;
    z-index: 10;
}.query_linksROJ1Zs .message_listQTaJOi {
    flex: 0 0 58%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    background: #ffffff;
    padding: 60px;
    z-index: 1;
}.query_linksROJ1Zs .message_listQTaJOi h3 {
    text-transform: none;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    color: #000000;
    font-size: 21px;
}.query_linksROJ1Zs .message_listQTaJOi h3::before,
.query_linksROJ1Zs .message_listQTaJOi h3::after {
    content: none;
}.query_linksROJ1Zs .message_listQTaJOi form {
    display: flex;
    flex-direction: column;
}.query_linksROJ1Zs .message_listQTaJOi input[type="text"],
.query_linksROJ1Zs .message_listQTaJOi textarea {
    background: rgba(245, 245, 245, 0.5);
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
    padding: 16px 20px;
}.query_linksROJ1Zs .message_listQTaJOi input[type="text"]:focus,
.query_linksROJ1Zs .message_listQTaJOi textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    outline: none;
    border-bottom-color: rgb(212,198,205);
}.query_linksROJ1Zs .message_listQTaJOi textarea {
    min-height: 150px;
    resize: vertical;
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig label {
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    color: #000000;
    padding-left: 35px;
    font-size: calc(18px - 2px);
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig label::before {
    top: 2px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    position: absolute;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    height: 22px;
    width: 22px;
    left: 0;
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(212,198,205);
    background: rgb(212,198,205);
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    height: 12px;
    top: 4px;
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(212,198,205);
    color: rgb(212,198,205);
    font-weight: 600;
    transition: all 0.3s ease;
}.query_linksROJ1Zs .message_listQTaJOi .request_supportLf0Qig a:hover {
    color: rgb(179,161,171);
    border-bottom-color: rgb(179,161,171);
}.query_linksROJ1Zs .message_listQTaJOi .help_formFQbnd2 {
    font-size: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
    border-bottom: 2px solid rgb(212,198,205);
    align-self: flex-start;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    border: none;
    background: transparent;
    padding: 15px 35px;
    color: #000000;
}.query_linksROJ1Zs .message_listQTaJOi .help_formFQbnd2::before {
    z-index: -1;
    background: rgb(212,198,205);
    transition: all 0.3s ease;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
    bottom: -2px;
}.query_linksROJ1Zs .message_listQTaJOi .help_formFQbnd2:hover {
    color: #ffffff;
}.query_linksROJ1Zs .message_listQTaJOi .help_formFQbnd2:hover::before {
    height: 100%;
}.query_linksROJ1Zs .contact_messagedI5NJl {
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 60px;
    position: relative;
    flex: 0 0 42%;
    z-index: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.query_linksROJ1Zs .contact_messagedI5NJl::before {
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
    width: 100%;
    content: "";
}.query_linksROJ1Zs .contact_messagedI5NJl h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    margin-bottom: 40px;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH {
    margin: 0;
    list-style: none;
    padding: 0;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li {
    position: relative;
    padding-bottom: 30px;
    z-index: 1;
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li svg {
    margin-right: 20px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li svg path {
    fill: rgb(212,198,205);
    transition: all 0.3s ease;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li:hover svg path {
    fill: #ffffff;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li span {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}.query_linksROJ1Zs .contact_messagedI5NJl .help_feedbackZTyemH li a:hover {
    color: rgb(212,198,205);
}

@media screen and (max-width: 992px) {.reach_outB4lU1I {
    padding: 80px 0;
}.query_linksROJ1Zs {
    flex-direction: column;
}.query_linksROJ1Zs .message_listQTaJOi {
    clip-path: none;
    width: 100%;
}.query_linksROJ1Zs .contact_messagedI5NJl {
    width: 100%;
    margin-left: 0;
    clip-path: none;
}
}

@media screen and (max-width: 768px) {.reach_outB4lU1I {
    padding: 60px 0;
}.reach_outB4lU1I h3 {
    font-size: calc(37px - 4px);
}.query_linksROJ1Zs .message_listQTaJOi,
    .query_linksROJ1Zs .contact_messagedI5NJl {
    padding: 40px 30px;
}.query_linksROJ1Zs .message_listQTaJOi .help_formFQbnd2 {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.reach_outB4lU1I {
    padding: 40px 0;
}.query_linksROJ1Zs .message_listQTaJOi,
    .query_linksROJ1Zs .contact_messagedI5NJl {
    padding: 30px 20px;
}.query_linksROJ1Zs .message_listQTaJOi h3,
    .query_linksROJ1Zs .contact_messagedI5NJl h4 {
    font-size: calc(21px - 2px);
}}.course_rewardsAv4OqB {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(239,234,239) 30%, rgba(rgb(212,198,205,0.5), 0.05) 100%);
}.course_rewardsAv4OqB::before {
    left: 0;
    background: linear-gradient(90deg, rgb(212,198,205), rgb(179,161,171));
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    height: 6px;
    content: "";
}.course_rewardsAv4OqB::after {
    content: "";
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(212,198,205,0.5), 0.03) 0px,
        rgba(rgb(212,198,205,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
}.course_rewardsAv4OqB .container {
    display: grid;
    max-width: 1280px;
    position: relative;
    gap: 60px;
    padding: 0 20px;
    grid-template-columns: 1fr 1.5fr;
    margin: 0 auto;
}.course_rewardsAv4OqB .photo_thumbnailiC1dy4 {
    transform: perspective(1000px) rotateY(-8deg);
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 20px 20px 0 rgba(rgb(212,198,205,0.5), 0.2),
                -15px -15px 0 rgba(rgb(179,161,171,0.5), 0.15);
}.course_rewardsAv4OqB .photo_thumbnailiC1dy4:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.course_rewardsAv4OqB .learning_creatorstPoFpL {
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
}.course_rewardsAv4OqB .text_blockk3LfKG {
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    padding: 30px;
}.course_rewardsAv4OqB .text_blockk3LfKG::before {
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    backdrop-filter: blur(10px);
    width: calc(100% + 30px);
    left: -15px;
    top: -15px;
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    content: "";
    position: absolute;
    height: calc(100% + 30px);
    z-index: -1;
    border-left: 3px solid rgb(212,198,205);
}.course_rewardsAv4OqB h1 {
    color: #000000;
    position: relative;
    transform: translateX(-5px);
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
    font-size: 40px;
}.course_rewardsAv4OqB h1::after {
    width: 80px;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 3px;
    left: 0;
    background: rgb(179,161,171);
}.course_rewardsAv4OqB ul {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 20px;
}.course_rewardsAv4OqB li {
    position: relative;
    transform: translateZ(0);
    transition: transform 0.4s ease;
    padding-left: 15px;
}.course_rewardsAv4OqB li:hover {
    transform: translateX(10px);
}.course_rewardsAv4OqB li::before {
    opacity: 0.7;
    background: rgb(212,198,205);
    left: -5px;
    height: 10px;
    width: 10px;
    border-radius: 10px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 50%;
    position: absolute;
    transform: translateY(-50%) scale(0);
    content: "";
}.course_rewardsAv4OqB li:hover::before {
    transform: translateY(-50%) scale(1);
}.course_rewardsAv4OqB p {
    align-items: center;
    display: flex;
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
}.course_rewardsAv4OqB svg {
    margin-right: 15px;
    height: 24px;
    width: 24px;
    transform: translateY(-1px);
    flex-shrink: 0;
}.course_rewardsAv4OqB svg path {
    transition: fill 0.3s ease, transform 0.3s ease;
    fill: rgb(212,198,205);
}.course_rewardsAv4OqB li:hover svg path {
    fill: rgb(179,161,171);
}.course_rewardsAv4OqB li:hover svg path:first-child {
    transform: translateY(-2px);
}.course_rewardsAv4OqB li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.course_rewardsAv4OqB {
    padding: 80px 0;
}.course_rewardsAv4OqB .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.course_rewardsAv4OqB .photo_thumbnailiC1dy4 {
    margin: 0 auto;
    max-height: 400px;
    transform: perspective(1000px) rotateY(-5deg);
    width: 80%;
}.course_rewardsAv4OqB h1 {
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.course_rewardsAv4OqB {
    padding: 60px 0;
}.course_rewardsAv4OqB .container {
    gap: 30px;
}.course_rewardsAv4OqB .photo_thumbnailiC1dy4 {
    box-shadow: 10px 10px 0 rgba(rgb(212,198,205,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(179,161,171,0.5), 0.15);
    width: 100%;
    transform: none;
}.course_rewardsAv4OqB .text_blockk3LfKG {
    padding: 20px;
}.course_rewardsAv4OqB .text_blockk3LfKG::before {
    left: -10px;
    width: calc(100% + 20px);
    top: -10px;
    height: calc(100% + 20px);
}.course_rewardsAv4OqB h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 25px;
}.course_rewardsAv4OqB ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.course_rewardsAv4OqB {
    padding: 40px 0;
}.course_rewardsAv4OqB .photo_thumbnailiC1dy4 {
    max-height: 250px;
    box-shadow: 8px 8px 0 rgba(rgb(212,198,205,0.5), 0.2);
}.course_rewardsAv4OqB h1 {
    font-size: calc(40px * 0.7);
    margin-bottom: 20px;
}.course_rewardsAv4OqB h1::after {
    width: 60px;
    height: 2px;
}.course_rewardsAv4OqB p {
    font-size: calc(15px * 0.9);
}.course_rewardsAv4OqB svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}.course_rewardsAv4OqB ul {
    gap: 12px;
}.course_rewardsAv4OqB li:hover {
    transform: translateX(5px);
}}.privacy_sanctumkjo6ms {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: auto;
    color: #000000;
    background: rgb(239,234,239);
    padding: 40px;
}.privacy_sanctumkjo6ms h1 {
    color: rgb(212,198,205);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    font-size: 47px;
    text-transform: uppercase;
}.privacy_sanctumkjo6ms h2 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 38px;
    color: rgb(179,161,171);
    margin-top: 35px;
}.privacy_sanctumkjo6ms h3, .privacy_sanctumkjo6ms h4, .privacy_sanctumkjo6ms h5, .privacy_sanctumkjo6ms h6 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
}.privacy_sanctumkjo6ms ul, .privacy_sanctumkjo6ms ol {
    padding-left: 20px;
    list-style-position: inside;
    list-style: none;
    padding: 15px;
    border-radius: 10px;
    background: rgb(179,161,171,0.5);
    margin: 20px 0;
}.privacy_sanctumkjo6ms li {
    font-size: 18px;
    position: relative;
    color: #000000;
    padding-left: 25px;
    line-height: 1.5;
    margin-bottom: 15px;
}.privacy_sanctumkjo6ms li::before {
    font-size: 1.5em;
    top: 0;
    color: rgb(212,198,205);
    content: '•';
    left: 0;
    position: absolute;
    line-height: 1.2;
}.privacy_sanctumkjo6ms section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 28px;
    background: #ffffff;
    padding: 20px;
}.privacy_sanctumkjo6ms p, .privacy_sanctumkjo6ms span, .privacy_sanctumkjo6ms div {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}

@media only screen and (max-width: 800px) {.privacy_sanctumkjo6ms {
    padding: 20px;
}.privacy_sanctumkjo6ms h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: calc(18px - 10px);
}.privacy_sanctumkjo6ms h2 {
    margin-top: 25px;
    font-size: calc(18px - 5px);
    margin-bottom: 15px;
}.privacy_sanctumkjo6ms ul, .privacy_sanctumkjo6ms ol {
    margin: 10px 0;
    padding: 10px;
}.privacy_sanctumkjo6ms li {
    font-size: calc(18px - 2px);
    margin-bottom: 10px;
}.privacy_sanctumkjo6ms p, .privacy_sanctumkjo6ms span, .privacy_sanctumkjo6ms div {
    margin-bottom: 8px;
    font-size: calc(18px - 2px);
}}.course_programJoePgZ {
    background: rgb(239,234,239);
    position: relative;
    padding: 8rem 0;
    overflow: hidden;
}.course_programJoePgZ::before {
    opacity: 0.6;
    left: 0;
    background: linear-gradient(135deg, rgb(239,234,239) 0%, rgb(212,198,205,0.5) 100%);
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    width: 100%;
}.course_programJoePgZ::after {
    position: absolute;
    left: 0;
    background-size: 4rem 4rem;
    opacity: 0.15;
    z-index: 1;
    width: 100%;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 15px, rgb(179,161,171,0.5) 15px, rgb(179,161,171,0.5) 16px),
        repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(212,198,205,0.5) 15px, rgb(212,198,205,0.5) 16px);
    height: 100%;
    animation: gridShift 30s infinite linear;
    content: "";
}.course_programJoePgZ .container {
    z-index: 3;
    position: relative;
}.course_programJoePgZ .learning_creatorstPoFpL {
    position: relative;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 1rem;
    grid-template-rows: repeat(8, minmax(50px, auto));
}.course_programJoePgZ .ready_skillsotizx0 {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    grid-column: 1 / 9;
    background: #ffffff;
    grid-row: 2 / 8;
    z-index: 5;
    border-radius: 12px;
}.course_programJoePgZ .photo_thumbnailiC1dy4 {
    z-index: 3;
    border-radius: 12px;
    grid-column: 7 / 13;
    overflow: hidden;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    clip-path: polygon(0% 15%, 100% 0%, 100% 85%, 0% 100%);
    grid-row: 1 / 7;
}.course_programJoePgZ .photo_thumbnailiC1dy4::before {
    content: "";
    top: 0;
    background: linear-gradient(45deg, rgb(212,198,205,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
}.course_programJoePgZ .photo_thumbnailiC1dy4::after {
    height: 70%;
    clip-path: polygon(100% 0%, 100% 100%, 0% 100%);
    border-radius: 10px;
    right: -5px;
    opacity: 0.6;
    content: "";
    width: 70%;
    bottom: -5px;
    border: 2px solid rgb(179,161,171);
    z-index: 1;
    position: absolute;
}.course_programJoePgZ .site_coreU2GduY {
    height: 5rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    right: 3rem;
    align-items: center;
    transition: transform 0.3s ease-out;
    z-index: 10;
    border-radius: 50%;
    top: -2rem;
    position: absolute;
    transform: rotate(-5deg);
    justify-content: center;
    background: #ffffff;
    width: 5rem;
    display: flex;
}.course_programJoePgZ .site_coreU2GduY:hover {
    transform: rotate(0deg) scale(1.05);
}.course_programJoePgZ .site_coreU2GduY svg {
    height: 3rem;
    width: 3rem;
    transition: all 0.3s ease;
}.course_programJoePgZ .site_coreU2GduY:hover svg {
    transform: scale(1.1);
}.course_programJoePgZ .site_coreU2GduY svg path {
    fill: rgb(212,198,205);
}.course_programJoePgZ h3 {
    padding-left: 1rem;
    font-size: 36px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    border-left: 4px solid rgb(212,198,205);
    line-height: 1.3;
}.course_programJoePgZ p {
    line-height: 1.8;
    position: relative;
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
}.course_programJoePgZ .learning_creatorstPoFpL::before {
    content: "";
    z-index: 1;
    left: -6rem;
    width: 12rem;
    filter: blur(100px);
    position: absolute;
    background: rgb(212,198,205,0.5);
    opacity: 0.6;
    border-radius: 50%;
    top: -6rem;
    height: 12rem;
    animation: moveCircle 20s infinite alternate;
}.course_programJoePgZ .learning_creatorstPoFpL::after {
    background: rgb(179,161,171,0.5);
    width: 8rem;
    opacity: 0.5;
    content: "";
    animation: moveCircle 15s infinite alternate-reverse;
    filter: blur(80px);
    z-index: 1;
    height: 8rem;
    right: -4rem;
    bottom: -4rem;
    position: absolute;
    border-radius: 50%;
}.course_programJoePgZ .ready_skillsotizx0::before {
    width: 100px;
    border-radius: 0 10px 0 10px;
    top: 0;
    content: "";
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(212,198,205) 0%, rgb(179,161,171) 100%);
    right: 0;
}.course_programJoePgZ .ready_skillsotizx0::after {
    width: 5px;
    bottom: 0;
    right: 0;
    content: "";
    height: 100px;
    border-radius: 0 0 10px 0;
    background: linear-gradient(180deg, rgb(212,198,205) 0%, rgb(179,161,171) 100%);
    position: absolute;
}

@keyframes gridShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 4rem 4rem;
    }
}

@keyframes moveCircle {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, 20px);
    }
    100% {
        transform: translate(-20px, -20px);
    }
}

@media (max-width: 1200px) {.course_programJoePgZ {
    padding: 7rem 0;
}.course_programJoePgZ .learning_creatorstPoFpL {
    gap: 0.75rem;
}.course_programJoePgZ .ready_skillsotizx0 {
    grid-column: 1 / 8;
    padding: 2.5rem;
}.course_programJoePgZ .photo_thumbnailiC1dy4 {
    grid-column: 6 / 13;
}.course_programJoePgZ .site_coreU2GduY {
    right: 2rem;
}
}

@media (max-width: 992px) {.course_programJoePgZ {
    padding: 6rem 0;
}.course_programJoePgZ .learning_creatorstPoFpL {
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.course_programJoePgZ .ready_skillsotizx0 {
    padding: 2.5rem;
    grid-row: 2 / 3;
    grid-column: auto;
}.course_programJoePgZ .photo_thumbnailiC1dy4 {
    grid-row: 1 / 2;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    grid-column: auto;
    height: 350px;
}.course_programJoePgZ .site_coreU2GduY {
    top: auto;
    right: 3rem;
    bottom: -2rem;
}.course_programJoePgZ h3 {
    font-size: calc(36px * 0.9);
}
}

@media (max-width: 768px) {.course_programJoePgZ {
    padding: 5rem 0;
}.course_programJoePgZ .ready_skillsotizx0 {
    padding: 2rem;
}.course_programJoePgZ .photo_thumbnailiC1dy4 {
    height: 300px;
}.course_programJoePgZ .site_coreU2GduY {
    bottom: -1.5rem;
    height: 4.5rem;
    right: 2rem;
    width: 4.5rem;
}.course_programJoePgZ .site_coreU2GduY svg {
    height: 2.5rem;
    width: 2.5rem;
}.course_programJoePgZ h3 {
    margin-bottom: 1.25rem;
    font-size: calc(36px * 0.8);
}.course_programJoePgZ p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.course_programJoePgZ .ready_skillsotizx0::before {
    width: 70px;
}.course_programJoePgZ .ready_skillsotizx0::after {
    height: 70px;
}
}

@media (max-width: 576px) {.course_programJoePgZ {
    padding: 4rem 0;
}.course_programJoePgZ .ready_skillsotizx0 {
    padding: 1.5rem;
}.course_programJoePgZ .photo_thumbnailiC1dy4 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    height: 250px;
}.course_programJoePgZ .site_coreU2GduY {
    height: 4rem;
    bottom: -1.25rem;
    right: 1.5rem;
    width: 4rem;
}.course_programJoePgZ .site_coreU2GduY svg {
    height: 2.25rem;
    width: 2.25rem;
}.course_programJoePgZ h3 {
    padding-left: 0.75rem;
    margin-bottom: 1rem;
    font-size: calc(36px * 0.7);
}.course_programJoePgZ p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.course_programJoePgZ .ready_skillsotizx0::before {
    width: 50px;
}.course_programJoePgZ .ready_skillsotizx0::after {
    height: 50px;
}.course_programJoePgZ .learning_creatorstPoFpL::before,
    .course_programJoePgZ .learning_creatorstPoFpL::after {
    display: none;
}}.about_thisWiUn7L {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,234,239), rgb(212,198,205,0.5) 85%);
}.about_thisWiUn7L::before {
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(179,161,171), 0.03) 20px,
        rgba(rgb(179,161,171), 0.03) 40px
    );
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
}.about_thisWiUn7L::after {
    background: linear-gradient(145deg, rgb(212,198,205,0.5) 10%, transparent 70%);
    right: -20%;
    top: -50%;
    height: 200%;
    width: 70%;
    z-index: 1;
    content: "";
    opacity: 0.4;
    transform: rotate(25deg);
    position: absolute;
}.about_thisWiUn7L .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.about_thisWiUn7L h1 {
    font-size: 47px;
    opacity: 0;
    margin-bottom: 3rem;
    color: #000000;
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-1rem);
    position: relative;
    display: inline-block;
    font-weight: 700;
}.about_thisWiUn7L h1::after {
    position: absolute;
    content: "";
    width: 0;
    background: linear-gradient(to right, rgb(212,198,205), rgb(179,161,171));
    left: 0;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 4px;
    bottom: -12px;
}.about_thisWiUn7L .learn_learningswJoRY5 {
    position: relative;
}.about_thisWiUn7L .learn_learningswJoRY5 ul {
    list-style: none;
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
}.about_thisWiUn7L .learn_legacyRmbEeW {
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    border-left: 3px solid rgb(212,198,205);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    backdrop-filter: blur(5px);
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    transform: translateY(20px);
    position: relative;
}.about_thisWiUn7L .learn_legacyRmbEeW:nth-child(2) {
    animation-delay: 0.6s;
}.about_thisWiUn7L .learn_legacyRmbEeW:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.about_thisWiUn7L .learn_legacyRmbEeW::before {
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(179,161,171,0.5), 0.03) 100%);
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}.about_thisWiUn7L .learn_legacyRmbEeW h4 {
    font-size: calc(23px * 1.2);
    margin-top: 0;
    color: rgb(212,198,205);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.about_thisWiUn7L .learn_legacyRmbEeW h4::after {
    background: rgb(179,161,171);
    transition: width 0.4s ease;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 2px;
    content: "";
    width: 40px;
}.about_thisWiUn7L .learn_legacyRmbEeW:hover h4::after {
    width: 100%;
}.about_thisWiUn7L .learn_legacyRmbEeW div {
    max-height: 250px;
    font-size: 15px;
    overflow-y: auto;
    color: #000000;
    padding-right: 10px;
    position: relative;
    line-height: 1.8;
}.about_thisWiUn7L .learn_legacyRmbEeW div::-webkit-scrollbar {
    width: 4px;
}.about_thisWiUn7L .learn_legacyRmbEeW div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.about_thisWiUn7L .learn_legacyRmbEeW div::-webkit-scrollbar-thumb {
    background: rgb(212,198,205,0.5);
    border-radius: 10px;
}

@keyframes slideTitle {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

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

@media (min-width: 768px) {.about_thisWiUn7L {
    padding: 7rem 0;
}.about_thisWiUn7L h1 {
    font-size: calc(47px * 1.2);
}.about_thisWiUn7L .learn_learningswJoRY5 ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.about_thisWiUn7L .learn_legacyRmbEeW {
    padding: 3rem;
}.about_thisWiUn7L .learn_legacyRmbEeW div {
    max-height: 320px;
}
}

@media (min-width: 1200px) {.about_thisWiUn7L {
    padding: 9rem 0;
}.about_thisWiUn7L::after {
    right: -10%;
}.about_thisWiUn7L .container {
    padding: 0 3rem;
}.about_thisWiUn7L h1 {
    margin-bottom: 4rem;
}.about_thisWiUn7L .learn_learningswJoRY5 ul {
    gap: 3rem;
}.about_thisWiUn7L .learn_legacyRmbEeW {
    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);
}.about_thisWiUn7L .learn_legacyRmbEeW:hover {
    transform: translateY(-10px) scale(1.02);
}.about_thisWiUn7L .learn_legacyRmbEeW div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.about_thisWiUn7L {
    padding: 4rem 0;
}.about_thisWiUn7L h1 {
    font-size: calc(47px * 0.9);
}.about_thisWiUn7L .learn_legacyRmbEeW {
    margin-bottom: 2rem;
    padding: 2rem;
}.about_thisWiUn7L .learn_legacyRmbEeW h4 {
    font-size: 23px;
}.about_thisWiUn7L .learn_legacyRmbEeW div {
    font-size: calc(15px * 0.95);
    max-height: 200px;
}}.carbon_ctaJKXWl6 {
    color: #ffffff;
    padding: 0;
    background-color: rgb(179,161,171);
    position: relative;
    font-family: Arial, sans-serif;
}.carbon_ctaJKXWl6 .container {
    position: relative;
    z-index: 2;
}.carbon_ctaJKXWl6 .sustain_ctakoWGf7 {
    display: flex;
    flex-direction: column;
}.carbon_ctaJKXWl6 .learn_faqxt8ALw {
    display: grid;
    position: relative;
    padding: 3rem 1.5rem 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-template-columns: repeat(4, 1fr);
    z-index: 3;
    background-color: rgb(212,198,205);
    margin-bottom: -2rem;
}.carbon_ctaJKXWl6 .learn_faqxt8ALw::before {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: '';
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    top: 0;
}.carbon_ctaJKXWl6 .info_item {
    padding: 0.5rem 1rem;
    position: relative;
    transition: transform 0.3s ease;
}.carbon_ctaJKXWl6 .info_item:hover {
    transform: translateX(10px);
}.carbon_ctaJKXWl6 .info_item p,
.carbon_ctaJKXWl6 .info_item a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    align-items: center;
    font-size: 18px;
    gap: 0.75rem;
    display: flex;
}.carbon_ctaJKXWl6 .info_item svg {
    fill: #ffffff;
    height: 20px;
    width: 20px;
    transition: transform 0.3s ease;
}.carbon_ctaJKXWl6 .info_item:hover svg {
    transform: scale(1.2);
}.carbon_ctaJKXWl6 .text_main_holder {
    display: grid;
    position: relative;
    gap: 0;
    z-index: 2;
    grid-template-columns: 1fr 1.5fr 1fr;
}.carbon_ctaJKXWl6 .site_coreU2GduY {
    position: relative;
    gap: 1.5rem;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    background-color: rgb(179,161,171);
    z-index: 4;
    display: flex;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
}.carbon_ctaJKXWl6 .site_coreU2GduY svg {
    filter: brightness(0) invert(1);
    height: auto;
    max-width: 150px;
    transition: all 0.3s ease;
}.carbon_ctaJKXWl6 .site_coreU2GduY:hover svg {
    transform: scale(1.05);
}.carbon_ctaJKXWl6 .trade_markY9nHUK {
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.9;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D {
    padding: 5rem 2rem 3rem;
    background-color: #000000;
    flex-direction: column;
    position: relative;
    gap: 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    z-index: 2;
    display: flex;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D::before {
    height: 100%;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    width: 100%;
    position: absolute;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D h5 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: 21px;
    margin-bottom: 1.5rem;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D h5::after {
    content: '';
    bottom: -0.5rem;
    left: 0;
    width: 40px;
    position: absolute;
    height: 3px;
    background-color: rgb(212,198,205);
}.carbon_ctaJKXWl6 .top_guideczbA3R {
    gap: 1rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.carbon_ctaJKXWl6 .top_guideczbA3R:not(:last-child) {
    margin-bottom: 1rem;
}.carbon_ctaJKXWl6 .top_guideczbA3R a {
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 0.5rem 0;
    text-decoration: none;
    position: relative;
    opacity: 0.8;
    color: #ffffff;
}.carbon_ctaJKXWl6 .top_guideczbA3R a::before {
    height: 2px;
    width: 0;
    background-color: rgb(212,198,205);
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    content: '';
}.carbon_ctaJKXWl6 .top_guideczbA3R a:hover {
    padding-left: 10px;
    opacity: 1;
}.carbon_ctaJKXWl6 .top_guideczbA3R a:hover::before {
    width: 30px;
}.carbon_ctaJKXWl6 .subscribe_holder {
    gap: 1.5rem;
    z-index: 3;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
    background-color: rgb(179,161,171);
    display: flex;
    position: relative;
}.carbon_ctaJKXWl6 .subscribe_holder::before {
    content: '';
    top: 0;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    left: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
}.carbon_ctaJKXWl6 .subscribe_holder h5 {
    margin-bottom: 1rem;
    font-size: 21px;
    color: #ffffff;
    font-weight: 600;
}.carbon_ctaJKXWl6 .subscribe_holder p {
    margin-bottom: 1rem;
    font-size: 18px;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
}.carbon_ctaJKXWl6 .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.carbon_ctaJKXWl6 .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.15);
    font-size: 18px;
    color: #ffffff;
}.carbon_ctaJKXWl6 .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.carbon_ctaJKXWl6 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.carbon_ctaJKXWl6 .newsletter_wrapE70PDj {
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    transition: all 0.3s ease;
    background-color: rgb(212,198,205);
    padding: 1rem 1.25rem;
    cursor: pointer;
    color: #ffffff;
    border: none;
    overflow: hidden;
    font-weight: 600;
}.carbon_ctaJKXWl6 .newsletter_wrapE70PDj::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    transition: left 0.5s ease;
    height: 100%;
}.carbon_ctaJKXWl6 .newsletter_wrapE70PDj:hover {
    background-color: rgb(212,198,205,0.5);
}.carbon_ctaJKXWl6 .newsletter_wrapE70PDj:hover::before {
    left: 100%;
}.carbon_ctaJKXWl6 .skill_linksh4kNgx {
    background-color: rgb(179,161,171);
    margin-top: 0;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    padding: 6rem 0 2rem;
    z-index: 1;
    text-align: center;
}.carbon_ctaJKXWl6 .skill_linksh4kNgx::before {
    content: '';
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    height: 100%;
    left: 0;
}.carbon_ctaJKXWl6 .compliance8qvhPH {
    color: #ffffff;
    font-size: 15px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.carbon_ctaJKXWl6 .learn_faqxt8ALw {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.carbon_ctaJKXWl6 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.carbon_ctaJKXWl6 .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.carbon_ctaJKXWl6 .text_main_holder {
    grid-template-columns: 1fr;
}.carbon_ctaJKXWl6 .site_coreU2GduY,
    .carbon_ctaJKXWl6 .head_pagebarQeA24D,
    .carbon_ctaJKXWl6 .subscribe_holder {
    clip-path: none;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D {
    padding: 3rem 2rem;
}.carbon_ctaJKXWl6 .site_coreU2GduY {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.carbon_ctaJKXWl6 .subscribe_holder {
    padding: 3rem 2rem;
}.carbon_ctaJKXWl6 .skill_linksh4kNgx {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.carbon_ctaJKXWl6 .learn_faqxt8ALw {
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
    margin-bottom: 0;
    clip-path: none;
}.carbon_ctaJKXWl6 .top_guideczbA3R {
    grid-template-columns: 1fr;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D h5,
    .carbon_ctaJKXWl6 .subscribe_holder h5 {
    text-align: center;
    display: block;
}.carbon_ctaJKXWl6 .head_pagebarQeA24D h5::after {
    left: 50%;
    transform: translateX(-50%);
}.carbon_ctaJKXWl6 .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.carbon_ctaJKXWl6 .site_coreU2GduY,
    .carbon_ctaJKXWl6 .head_pagebarQeA24D,
    .carbon_ctaJKXWl6 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.carbon_ctaJKXWl6 .skill_linksh4kNgx {
    padding: 2.5rem 0 1.5rem;
}.carbon_ctaJKXWl6 .info_item {
    padding: 0.5rem 0;
}.carbon_ctaJKXWl6 .info_item p,
    .carbon_ctaJKXWl6 .info_item a {
    justify-content: center;
}}.title_screencrfJWG {
    overflow: hidden;
    width: 100%;
    position: relative;
}.title_screencrfJWG .fast_knowledgeAtnZRM {
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    display: flex;
    padding: 4rem 2rem;
    min-height: 100vh;
}.title_screencrfJWG .fast_knowledgeAtnZRM::before {
    height: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(212,198,205,0.5), rgba(0, 0, 0, 0.5) 75%);
    width: 100%;
    z-index: 1;
}.title_screencrfJWG .fast_knowledgeAtnZRM::after {
    z-index: 2;
    height: 100%;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(179,161,171,0.5) 180%);
    left: 0;
    top: 0;
    content: "";
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    transform-origin: center;
    position: absolute;
}.title_screencrfJWG .learn_identity3tOVrd {
    max-width: 1200px;
    width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    padding: 3rem;
    transform: perspective(1000px) rotateY(-3deg);
    background: linear-gradient(170deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    backdrop-filter: blur(8px);
    z-index: 3;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.title_screencrfJWG .learn_identity3tOVrd::before {
    z-index: -1;
    top: -15px;
    position: absolute;
    height: calc(100% + 30px);
    left: -15px;
    background: linear-gradient(135deg, rgb(212,198,205) 0%, transparent 70%);
    transform: translateZ(-10px);
    width: calc(100% + 30px);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    content: "";
    opacity: 0.4;
}.title_screencrfJWG h1 {
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0,0,0,0.2);
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-weight: 700;
    transform: translateX(-20px);
    animation: slideInText 0.8s ease-out forwards;
    position: relative;
    font-size: 46px;
}.title_screencrfJWG h1::after {
    transform: scaleX(0);
    animation: scaleIn 1.2s 0.5s ease forwards;
    background: rgb(179,161,171);
    height: 5px;
    transform-origin: left;
    left: 0;
    width: 80px;
    position: absolute;
    bottom: -10px;
    content: "";
}.title_screencrfJWG h3 {
    text-shadow: 0 1px 10px rgba(0,0,0,0.15);
    max-width: 90%;
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(24px + 0.15rem);
    animation: fadeUp 0.8s 0.3s ease-out forwards;
    opacity: 0;
    font-weight: 600;
    transform: translateY(20px);
    margin-bottom: 2rem;
}.title_screencrfJWG p {
    opacity: 0;
    font-weight: 400;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    font-size: 16px;
    position: relative;
    border-left: 3px solid rgb(179,161,171);
    transform: translateY(20px);
    margin-top: 2rem;
    padding-left: 2rem;
    color: #ffffff;
}

@keyframes backgroundPulse {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.9;
  }
}

@keyframes slideInText {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@media screen and (max-width: 1200px) {.title_screencrfJWG .learn_identity3tOVrd {
    transform: perspective(800px) rotateY(-2deg);
    padding: 2.5rem;
}.title_screencrfJWG h1 {
    font-size: calc(46px - 0.2rem);
}.title_screencrfJWG h3 {
    font-size: 24px;
    max-width: 95%;
}
}

@media screen and (max-width: 992px) {.title_screencrfJWG .fast_knowledgeAtnZRM {
    padding: 3rem 1.5rem;
}.title_screencrfJWG .learn_identity3tOVrd {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    transform: perspective(600px) rotateY(-1deg);
}.title_screencrfJWG h1 {
    font-size: calc(46px - 0.4rem);
}.title_screencrfJWG h3 {
    margin-bottom: 1.5rem;
}
}

@media screen and (max-width: 768px) {.title_screencrfJWG .fast_knowledgeAtnZRM {
    padding-top: 7rem;
    align-items: flex-start;
    min-height: 80vh;
}.title_screencrfJWG .learn_identity3tOVrd {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 1.8rem;
    transform: perspective(400px) rotateY(0deg);
    width: 95%;
}.title_screencrfJWG h1 {
    margin-bottom: 1rem;
    font-size: calc(46px - 0.6rem);
}.title_screencrfJWG h1::after {
    width: 60px;
    height: 4px;
}.title_screencrfJWG h3 {
    max-width: 100%;
    font-size: calc(24px - 0.1rem);
}.title_screencrfJWG p {
    font-size: calc(16px - 0.1rem);
    padding-left: 1rem;
    margin-top: 1.5rem;
}
}

@media screen and (max-width: 576px) {.title_screencrfJWG .fast_knowledgeAtnZRM {
    min-height: 70vh;
    padding-top: 6rem;
}.title_screencrfJWG .learn_identity3tOVrd {
    padding: 1.5rem;
    width: 100%;
}.title_screencrfJWG h1 {
    font-size: calc(46px - 0.8rem);
}.title_screencrfJWG h3 {
    font-size: calc(24px - 0.2rem);
    line-height: 1.5;
}.title_screencrfJWG p {
    font-size: calc(16px - 0.15rem);
    margin-top: 1.2rem;
}
}

@media (prefers-reduced-motion) {.title_screencrfJWG .fast_knowledgeAtnZRM::after,
  .title_screencrfJWG h1,
  .title_screencrfJWG h1::after,
  .title_screencrfJWG h3,
  .title_screencrfJWG p {
    animation: none;
    transform: none;
    opacity: 1;
}.title_screencrfJWG h1::after {
    transform: scaleX(1);
}}header {
    background: rgb(239,234,239);
    position: relative;
    z-index: 100;
    padding: 1.2rem 0;
}header::before {
    opacity: 0.5;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(212,198,205,0.5) 0%, 
        transparent 50%, 
        rgb(179,161,171,0.5) 100%);
    width: 100%;
    position: absolute;
    content: '';
    top: 0;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
}header .header_startO9D5Zc {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    background: #ffffff;
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
    border-radius: 24px;
    align-items: center;
}header .head_mainwrapnTL35d {
    margin-bottom: 0.5rem;
    justify-content: center;
    position: relative;
    display: flex;
    padding: 0.5rem 1rem;
    text-decoration: none;
}header .head_mainwrapnTL35d::before {
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(212,198,205,0.5), 
        rgb(179,161,171,0.5), 
        rgb(212,198,205,0.5), 
        transparent);
}header .head_mainwrapnTL35d svg {
    transition: all 0.3s ease;
    width: 160px;
    height: auto;
}header .head_mainwrapnTL35d:hover svg {
    filter: drop-shadow(0 2px 4px rgb(212,198,205,0.5));
    transform: translateY(-2px);
}header .head_pagebarQeA24D {
    justify-content: center;
    padding: 0.6rem;
    display: flex;
    border-radius: 10px;
    background: rgb(239,234,239);
    flex-wrap: wrap;
    gap: 0.4rem;
    width: 100%;
}header .main_guideImidFh {
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    z-index: 1;
    color: #000000;
    overflow: hidden;
}header .main_guideImidFh::before {
    width: 100%;
    left: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(212,198,205), rgb(179,161,171));
    height: 100%;
    content: '';
    opacity: 0;
    z-index: -1;
}header .main_guideImidFh:hover {
    color: #ffffff;
}header .main_guideImidFh:hover::before {
    opacity: 1;
}header .main_guideImidFh::after {
    bottom: 0;
    background: linear-gradient(to right, rgb(212,198,205), rgb(179,161,171));
    position: absolute;
    transform-origin: left;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 2px;
    width: 100%;
    left: 0;
    content: '';
}header .main_guideImidFh:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header_startO9D5Zc {
    padding: 0.8rem;
    gap: 0.8rem;
}header .head_mainwrapnTL35d svg {
    width: 140px;
}header .head_pagebarQeA24D {
    padding: 0.5rem;
}header .main_guideImidFh {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .header_startO9D5Zc {
    padding: 0.7rem;
    gap: 0.7rem;
}header .head_mainwrapnTL35d svg {
    width: 120px;
}header .head_pagebarQeA24D {
    padding: 0.4rem;
    gap: 0.3rem;
}header .main_guideImidFh {
    padding: 0.3rem 0.7rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .header_startO9D5Zc {
    gap: 0.6rem;
    padding: 0.6rem;
}header .head_mainwrapnTL35d svg {
    width: 110px;
}header .head_pagebarQeA24D {
    justify-content: flex-start;
    padding: 0.4rem;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .head_pagebarQeA24D::-webkit-scrollbar {
    height: 2px;
}header .head_pagebarQeA24D::-webkit-scrollbar-thumb {
    background: rgb(212,198,205);
    border-radius: 10px;
}header .main_guideImidFh {
    white-space: nowrap;
    flex-shrink: 0;
}
}