* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.framework-wrap-01 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1209px;
}.workshop-cta-79 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}.head-mainbar-96 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.statistical-details-47 {
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.statistical-details-47 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
}.statistical-details-47::before {
    content: "";
    top: -10%;
    position: absolute;
    height: 70%;
    filter: blur(20px);
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 1;
    width: 40%;
    background: linear-gradient(225deg, rgb(192,155,170,0.5) 0%, transparent 70%);
}.statistical-details-47::after {
    content: "";
    position: absolute;
    transform: rotate(15deg) skewX(-15deg);
    background: linear-gradient(45deg, rgb(164,86,112,0.5) 0%, transparent 70%);
    left: -5%;
    z-index: 1;
    width: 40%;
    filter: blur(20px);
    height: 70%;
    bottom: -10%;
}.statistical-details-47 ul {
    margin: 0;
    list-style: none;
    gap: 2.5rem;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    display: grid;
}.statistical-details-47 .statistics-advance-34 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1),
                0 1px 3px rgba(0, 0, 0, 0.05),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    align-items: center;
    display: flex;
    background: linear-gradient(145deg, 
        rgba(255, 255, 255, 0.05) 0%, 
        rgba(255, 255, 255, 0.02) 100%);
    height: 180px;
    backdrop-filter: blur(5px);
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), box-shadow 0.5s ease;
    position: relative;
}.statistical-details-47 .statistics-advance-34:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15),
                0 1px 5px rgba(0, 0, 0, 0.1),
                inset 0 1px 0 rgba(255, 255, 255, 0.15);
}.statistical-details-47 .statistics-advance-34::before {
    transform: scaleX(0.6);
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(192,155,170) 50%, 
        transparent 100%);
    opacity: 0;
    position: absolute;
    height: 3px;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s ease;
}.statistical-details-47 .statistics-advance-34:hover::before {
    transform: scaleX(1);
    opacity: 1;
}.statistical-details-47 .statistics-advance-34 div {
    text-align: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    padding: 1.5rem;
}.statistical-details-47 .statistics-advance-34:hover div {
    transform: translateY(-5px);
}.statistical-details-47 .statistics-advance-34 p {
    font-size: calc(31px * 1.2);
    color: rgb(192,155,170);
    font-weight: 700;
    margin: 0 0 0.75rem;
    -webkit-text-fill-color: transparent;
    transition: transform 0.3s ease;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    -webkit-background-clip: text;
}.statistical-details-47 .statistics-advance-34:hover p {
    transform: scale(1.05);
}.statistical-details-47 .statistics-advance-34 span {
    transition: color 0.3s ease;
    display: block;
    max-width: 90%;
    line-height: 1.4;
    font-size: 13px;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.5rem;
    color: #000000;
}.statistical-details-47 .statistics-advance-34:hover span {
    color: #ffffff;
}.statistical-details-47 h4 {
    font-weight: 600;
    left: 50%;
    font-size: 23px;
    padding: 0.75rem 2rem;
    transform: translateX(-50%);
    display: inline-block;
    color: #ffffff;
    position: relative;
    margin-top: 4rem;
    letter-spacing: 0.5px;
    text-align: center;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(rgb(192,155,170,0.5), 0.1) 30%,
        rgba(rgb(192,155,170,0.5), 0.1) 70%, 
        transparent 100%);
}.statistical-details-47 h4::before, 
.statistical-details-47 h4::after {
    position: absolute;
    height: 1px;
    background: rgb(192,155,170,0.5);
    top: 50%;
    width: 50px;
    content: "";
}.statistical-details-47 h4::before {
    left: -60px;
}.statistical-details-47 h4::after {
    right: -60px;
}

@media (max-width: 991px) {.statistical-details-47 {
    padding: 4rem 0;
}.statistical-details-47 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-details-47 .statistics-advance-34 {
    height: 160px;
}.statistical-details-47 .statistics-advance-34 p {
    font-size: calc(31px * 1.1);
}.statistical-details-47 h4 {
    margin-top: 3rem;
}
}

@media (max-width: 767px) {.statistical-details-47 {
    padding: 3rem 0;
}.statistical-details-47 ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.5rem;
}.statistical-details-47 .statistics-advance-34 {
    height: 140px;
}.statistical-details-47 .statistics-advance-34 p {
    font-size: 31px;
}.statistical-details-47 .statistics-advance-34 span {
    font-size: calc(13px * 0.9);
}.statistical-details-47 h4 {
    margin-top: 2.5rem;
    font-size: calc(23px * 0.9);
}.statistical-details-47 h4::before, 
    .statistical-details-47 h4::after {
    width: 30px;
}.statistical-details-47 h4::before {
    left: -40px;
}.statistical-details-47 h4::after {
    right: -40px;
}
}

@media (max-width: 479px) {.statistical-details-47 {
    padding: 2.5rem 0;
}.statistical-details-47 ul {
    gap: 1.25rem;
    grid-template-columns: 1fr;
}.statistical-details-47 .statistics-advance-34 {
    height: 120px;
}.statistical-details-47 .statistics-advance-34 div {
    padding: 1rem;
}.statistical-details-47 .statistics-advance-34 p {
    font-size: calc(31px * 0.9);
}.statistical-details-47 .statistics-advance-34 span {
    font-size: calc(13px * 0.85);
}.statistical-details-47 h4 {
    padding: 0.5rem 1.5rem;
    font-size: calc(23px * 0.85);
    margin-top: 2rem;
}.statistical-details-47 h4::before, 
    .statistical-details-47 h4::after {
    display: none;
}}

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

.statistical-details-47 .statistics-advance-34:nth-child(1) {
    animation: fadeInScale 0.6s 0.1s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical-details-47 .statistics-advance-34:nth-child(2) {
    animation: fadeInScale 0.6s 0.2s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical-details-47 .statistics-advance-34:nth-child(3) {
    animation: fadeInScale 0.6s 0.3s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical-details-47 .statistics-advance-34:nth-child(4) {
    animation: fadeInScale 0.6s 0.4s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical-details-47 .statistics-advance-34:nth-child(5) {
    animation: fadeInScale 0.6s 0.5s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical-details-47 .statistics-advance-34:nth-child(6) {
    animation: fadeInScale 0.6s 0.6s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.statistical-details-47 .statistics-advance-34:nth-child(7) {
    animation: fadeInScale 0.6s 0.7s cubic-bezier(0.2, 0.85, 0.4, 1) both;
}.workshop-cta-79 {
    position: relative;
    background-color: rgb(218,206,211);
    font-family: Arial, sans-serif;
    padding: 5rem 0 2rem;
    color: #000000;
}.workshop-cta-79::before {
    position: absolute;
    content: '';
    bottom: 0;
    z-index: 0;
    height: 250px;
    right: 0;
    opacity: 0.05;
    background: linear-gradient(180deg, transparent 0%, rgb(192,155,170,0.5) 100%);
    left: 0;
}.workshop-cta-79 .container {
    position: relative;
    z-index: 1;
}.workshop-cta-79 .calc-foot-69 {
    display: flex;
    gap: 4rem;
    flex-direction: column;
}.workshop-cta-79 .edu-askedu-58 {
    border-bottom: 1px solid rgb(164,86,112,0.5);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    position: relative;
    gap: 1.5rem;
    padding-bottom: 2.5rem;
    display: grid;
}.workshop-cta-79 .edu-askedu-58::after {
    width: 60px;
    background-color: rgb(192,155,170);
    left: 0;
    position: absolute;
    bottom: -1px;
    content: '';
    height: 3px;
}.workshop-cta-79 .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.workshop-cta-79 .info_item:hover {
    transform: translateX(5px);
}.workshop-cta-79 .info_item p,
.workshop-cta-79 .info_item a {
    transition: color 0.3s ease;
    text-decoration: none;
    align-items: center;
    display: flex;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    gap: 0.75rem;
}.workshop-cta-79 .info_item a:hover {
    color: rgb(192,155,170);
}.workshop-cta-79 .info_item svg {
    width: 20px;
    fill: rgb(192,155,170);
    height: 20px;
    flex-shrink: 0;
}.workshop-cta-79 .text_main_holder {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
}.workshop-cta-79 .site-navbar-52 {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.workshop-cta-79 .site-navbar-52 svg {
    transition: opacity 0.3s ease;
    max-width: 160px;
    height: auto;
}.workshop-cta-79 .site-navbar-52 svg:hover {
    opacity: 0.8;
}.workshop-cta-79 .gift-card-07 {
    line-height: 1.6;
    font-size: 15px;
    max-width: 300px;
    color: #000000;
    opacity: 0.8;
}.workshop-cta-79 .header-edu-94 {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.workshop-cta-79 .header-edu-94 h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 24px;
}.workshop-cta-79 .top-base-62 {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.workshop-cta-79 .top-base-62 a {
    color: #000000;
    font-size: 18px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    position: relative;
    padding-left: 0;
    text-decoration: none;
}.workshop-cta-79 .top-base-62 a::before {
    transition: width 0.3s ease, left 0.3s ease;
    height: 1px;
    content: '';
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    background-color: rgb(192,155,170);
    position: absolute;
}.workshop-cta-79 .top-base-62 a:hover {
    padding-left: 12px;
    color: rgb(192,155,170);
}.workshop-cta-79 .top-base-62 a:hover::before {
    width: 10px;
    left: 0;
}.workshop-cta-79 .subscribe_holder {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    border-radius: 25px;
    flex-direction: column;
    display: flex;
    padding: 2rem;
    background-color: #ffffff;
}.workshop-cta-79 .subscribe_holder h5 {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
}.workshop-cta-79 .subscribe_holder p {
    line-height: 1.6;
    color: #000000;
    font-size: 18px;
}.workshop-cta-79 .input_holder {
    display: flex;
    position: relative;
    gap: 0.5rem;
}.workshop-cta-79 .input_holder input[type="email"] {
    background-color: transparent;
    flex: 1;
    color: #000000;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
    padding: 1rem 1.25rem;
    border: 1px solid rgb(164,86,112,0.5);
}.workshop-cta-79 .input_holder input[type="email"]:focus {
    border-color: rgb(192,155,170);
    outline: none;
    box-shadow: 0 0 0 3px rgb(192,155,170,0.5);
}.workshop-cta-79 .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.workshop-cta-79 .sub-cards-93 {
    border: none;
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    background-color: rgb(192,155,170);
}.workshop-cta-79 .sub-cards-93:hover {
    transform: translateY(-2px);
    background-color: rgb(164,86,112);
}.workshop-cta-79 .class-guide-56 {
    border-top: 1px solid rgb(164,86,112,0.5);
    padding-top: 1.5rem;
    text-align: center;
    margin-top: 3rem;
}.workshop-cta-79 .webinar-cta-46 {
    opacity: 0.8;
    color: #000000;
    font-size: 15px;
}.workshop-cta-79 .top-base-62:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.workshop-cta-79 .top-base-62:first-child::after {
    left: 0;
    content: '';
    background-color: rgb(164,86,112,0.5);
    height: 1px;
    width: 30px;
    bottom: -0.75rem;
    position: absolute;
}.workshop-cta-79 {
    background-size: 40px 40px;
    background-blend-mode: overlay;
    background-repeat: repeat;
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(164,86,112,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(164,86,112,0.5) 1px, transparent 1px);
    background-position: center;
}

@media (max-width: 1024px) {.workshop-cta-79 {
    padding: 4rem 0 2rem;
}.workshop-cta-79 .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.workshop-cta-79 .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.workshop-cta-79 {
    padding: 3.5rem 0 1.5rem;
}.workshop-cta-79 .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.workshop-cta-79 .subscribe_holder {
    grid-column: auto;
}.workshop-cta-79 .edu-askedu-58 {
    grid-template-columns: 1fr 1fr;
}.workshop-cta-79 .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.workshop-cta-79 {
    padding: 3rem 0 1.5rem;
}.workshop-cta-79 .edu-askedu-58 {
    grid-template-columns: 1fr;
}.workshop-cta-79 .input_holder {
    flex-direction: column;
}.workshop-cta-79 .sub-cards-93 {
    width: 100%;
}.workshop-cta-79 .site-navbar-52,
    .workshop-cta-79 .header-edu-94 h5,
    .workshop-cta-79 .top-base-62,
    .workshop-cta-79 .top-base-62 a {
    align-items: center;
    text-align: center;
}.workshop-cta-79 .site-navbar-52 svg {
    margin: 0 auto;
}.workshop-cta-79 .gift-card-07 {
    max-width: 100%;
    text-align: center;
}.workshop-cta-79 .top-base-62:first-child::after {
    left: 50%;
    transform: translateX(-50%);
}.workshop-cta-79 .edu-askedu-58::after {
    left: 50%;
    transform: translateX(-50%);
}.workshop-cta-79 .top-base-62 a::before {
    display: none;
}.workshop-cta-79 .top-base-62 a:hover {
    padding-left: 0;
}}.who-we-are-58 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgba(0, 0, 0, 0.5) 100%);
}.who-we-are-58::before {
    animation: pulse 15s infinite alternate;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    background: radial-gradient(circle at 10% 20%, rgb(192,155,170,0.5) 0%, transparent 50%);
    content: '';
    position: absolute;
}.who-we-are-58::after {
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 90% 80%, rgb(164,86,112,0.5) 0%, transparent 50%);
    z-index: 1;
    content: '';
    width: 100%;
    animation: pulse 20s infinite alternate-reverse;
}@keyframes pulse {
    0% {
        opacity: 0.3;
        transform: scale(0.95);
    }
    50% {
        opacity: 0.5;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.95);
    }
}

.who-we-are-58 .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}.who-we-are-58 .learn-learn-74 {
    gap: 40px;
    grid-template-columns: 1fr 2fr;
    display: grid;
    align-items: center;
    position: relative;
}.who-we-are-58 .learn-learn-74::before {
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 40px);
    border: 1px solid rgb(192,155,170,0.5);
    content: '';
    opacity: 0.4;
    transform: rotate(-1deg);
    border-radius: 27px;
    z-index: -1;
    animation: borderPulse 8s infinite alternate;
    position: absolute;
    top: -20px;
}@keyframes borderPulse {
    0% {
        border-color: rgb(192,155,170,0.5);
    }
    50% {
        border-color: rgb(164,86,112,0.5);
    }
    100% {
        border-color: rgb(192,155,170,0.5);
    }
}

.who-we-are-58 .expert-learning-62 {
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 27px;
    align-items: center;
    display: flex;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    flex-direction: column;
}.who-we-are-58 .expert-learning-62:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.who-we-are-58 .img-caption-07 {
    width: 200px;
    border-radius: 50%;
    border: 4px solid #ffffff;
    margin-bottom: 25px;
    position: relative;
    height: 200px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
}.who-we-are-58 .img-caption-07::before {
    left: -10px;
    top: -10px;
    border-radius: 50%;
    right: -10px;
    animation: rotate 15s linear infinite;
    content: '';
    bottom: -10px;
    position: absolute;
    border: 1px solid rgb(192,155,170,0.5);
}.who-we-are-58 .img-caption-07::after {
    content: '';
    position: absolute;
    left: -20px;
    border-radius: 50%;
    bottom: -20px;
    right: -20px;
    top: -20px;
    border: 1px dashed rgb(164,86,112,0.5);
    animation: rotate 25s linear infinite reverse;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.who-we-are-58 .skill-pro-15 {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 2;
}.who-we-are-58 .learn-history-91 {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
    margin-bottom: 5px;
}.who-we-are-58 .learn-history-91::after {
    transition: width 0.3s ease;
    width: 50px;
    position: absolute;
    height: 2px;
    bottom: -8px;
    content: '';
    left: 50%;
    transform: translateX(-50%);
    background: rgb(192,155,170);
}.who-we-are-58 .expert-learning-62:hover .learn-history-91::after {
    width: 100px;
}.who-we-are-58 .virtual-track-67 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(164,86,112);
    letter-spacing: 1px;
}.who-we-are-58 .content-zone-17 {
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 27px;
}.who-we-are-58 .content-zone-17:hover {
    transform: perspective(1000px) rotateY(0);
}.who-we-are-58 .content-zone-17::before {
    position: absolute;
    border-left: 2px solid rgb(192,155,170);
    left: 20px;
    height: 40px;
    opacity: 0.5;
    top: 20px;
    border-top: 2px solid rgb(192,155,170);
    content: '';
    width: 40px;
}.who-we-are-58 .content-zone-17::after {
    border-right: 2px solid rgb(164,86,112);
    width: 40px;
    right: 20px;
    height: 40px;
    opacity: 0.5;
    position: absolute;
    bottom: 20px;
    content: '';
    border-bottom: 2px solid rgb(164,86,112);
}.who-we-are-58 .knowledge-pro-97 {
    display: flex;
    font-weight: 600;
    color: rgb(192,155,170);
    align-items: center;
    font-size: 16px;
    margin-bottom: 20px;
}.who-we-are-58 .knowledge-pro-97 svg {
    transition: transform 0.5s ease;
    width: 40px;
    height: 40px;
    fill: rgb(192,155,170);
    margin-right: 10px;
}.who-we-are-58 .knowledge-pro-97 svg path {
    transition: fill 0.3s ease;
    fill: rgb(192,155,170);
}.who-we-are-58 h2 {
    font-size: 29px;
    color: #ffffff;
    padding-bottom: 15px;
    margin-bottom: 25px;
    position: relative;
}.who-we-are-58 h2::after {
    width: 80px;
    content: '';
    bottom: 0;
    transition: width 0.5s ease;
    position: absolute;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
}.who-we-are-58 .content-zone-17:hover h2::after {
    width: 120px;
}.who-we-are-58 p {
    margin-bottom: 0;
    font-size: 15px;
    position: relative;
    color: #000000;
    line-height: 1.8;
}

@media (max-width: 992px) {.who-we-are-58 {
    padding: 80px 0;
}.who-we-are-58 .container {
    padding: 0 20px;
}.who-we-are-58 .learn-learn-74 {
    gap: 30px;
    grid-template-columns: 1fr;
}.who-we-are-58 .expert-learning-62 {
    max-width: 400px;
    margin: 0 auto;
}.who-we-are-58 .content-zone-17 {
    transform: none;
    padding: 30px;
}.who-we-are-58 h2 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.who-we-are-58 {
    padding: 60px 0;
}.who-we-are-58 .learn-learn-74::before {
    display: none;
}.who-we-are-58 .img-caption-07 {
    height: 150px;
    width: 150px;
}.who-we-are-58 .img-caption-07::before,
    .who-we-are-58 .img-caption-07::after {
    display: none;
}.who-we-are-58 .expert-learning-62 {
    padding: 20px;
}.who-we-are-58 .content-zone-17 {
    padding: 25px 20px;
}.who-we-are-58 .content-zone-17::before,
    .who-we-are-58 .content-zone-17::after {
    height: 25px;
    width: 25px;
}.who-we-are-58 h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.who-we-are-58 .knowledge-pro-97 svg {
    height: 30px;
    width: 30px;
}
}

@media (max-width: 480px) {.who-we-are-58 {
    padding: 40px 0;
}.who-we-are-58 .img-caption-07 {
    margin-bottom: 15px;
    width: 120px;
    height: 120px;
}.who-we-are-58 .learn-history-91 {
    font-size: calc(21px * 0.9);
}.who-we-are-58 .virtual-track-67 {
    font-size: calc(15px * 0.9);
}.who-we-are-58 .knowledge-pro-97 {
    font-size: calc(16px * 0.9);
}.who-we-are-58 h2 {
    font-size: calc(29px * 0.7);
    padding-bottom: 10px;
}.who-we-are-58 p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.appNote-01 {
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgba(rgb(192,155,170,0.5), 0.08) 100%);
    position: relative;
    padding: 6rem 0;
    perspective: 1000px;
    overflow: hidden;
}.appNote-01::before {
    transform: rotate(-12deg);
    pointer-events: none;
    background: radial-gradient(circle at center, rgba(rgb(164,86,112,0.5), 0.03) 0%, transparent 60%);
    height: 200%;
    opacity: 0.8;
    animation: orbital 30s infinite linear;
    content: "";
    top: -50%;
    position: absolute;
    width: 200%;
    left: -50%;
}.appNote-01::after {
    top: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(192,155,170,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(192,155,170,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(192,155,170,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(192,155,170,0.5), 0.05) 1px, transparent 2px);
    width: 100%;
    background-size: 8rem 8rem;
    left: 0;
    opacity: 0.4;
    height: 100%;
    pointer-events: none;
}.appNote-01 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    transform-style: preserve-3d;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.appNote-01 .learn-learn-74 {
    flex-direction: column;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    position: relative;
    padding: 3.5rem;
    gap: 2.5rem;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    transform: translateZ(0);
    display: flex;
}.appNote-01 .learn-learn-74:hover {
    transform: translateZ(20px) translateY(-5px);
}.appNote-01 .learn-learn-74 > div:first-child {
    transform: translateZ(10px);
    position: relative;
}.appNote-01 .learn-learn-74 > div:first-child::before {
    left: -3.5rem;
    position: absolute;
    height: 2px;
    transform: translateY(-50%);
    background: linear-gradient(90deg, transparent, rgb(192,155,170), transparent);
    top: 50%;
    width: 2.5rem;
    content: "";
}.appNote-01 .learn-learn-74 > div:last-child {
    transform: translateZ(5px);
    position: relative;
}.appNote-01 .learn-learn-74 > div:last-child::after {
    right: -3.5rem;
    transform: translateY(-50%);
    width: 2.5rem;
    background: linear-gradient(90deg, transparent, rgb(192,155,170), transparent);
    content: "";
    bottom: 2rem;
    height: 2px;
    position: absolute;
}.appNote-01 h5 {
    position: relative;
    margin: 0;
    font-weight: 700;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(0deg);
    padding-left: 1.5rem;
    line-height: 1.4;
    color: #000000;
    font-size: 20px;
}.appNote-01 h5::before {
    background: rgb(192,155,170);
    position: absolute;
    content: "";
    animation: pulse 3s infinite ease-in-out;
    width: 0.5rem;
    top: 0.5rem;
    box-shadow: 0 0 10px rgba(rgb(192,155,170,0.5), 0.5);
    border-radius: 50%;
    height: 0.5rem;
    left: 0;
}.appNote-01 a {
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}.appNote-01 a:hover {
    transform: translateX(5px);
}.appNote-01 p {
    font-size: 14px;
    color: #000000;
    border-left: 1px solid rgba(rgb(192,155,170,0.5), 0.2);
    line-height: 1.8;
    font-weight: 400;
    margin: 0;
    padding: 0 0 0 1.5rem;
    position: relative;
}

@media (min-width: 768px) {.appNote-01 {
    padding: 8rem 0;
}.appNote-01 .learn-learn-74 {
    gap: 3rem;
    padding: 4.5rem;
}.appNote-01 h5 {
    padding-left: 2rem;
    font-size: calc(20px * 1.1);
}.appNote-01 p {
    padding: 0 0 0 2rem;
    font-size: calc(14px * 1.05);
}.appNote-01 .learn-learn-74 > div:first-child::before {
    width: 4rem;
}.appNote-01 .learn-learn-74 > div:last-child::after {
    width: 4rem;
}
}

@media (min-width: 992px) {.appNote-01 {
    padding: 10rem 0;
}.appNote-01 .learn-learn-74 {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.appNote-01 .learn-learn-74 > div:first-child {
    flex: 0 0 40%;
}.appNote-01 .learn-learn-74 > div:last-child {
    flex: 0 0 60%;
}.appNote-01 .learn-learn-74 > div:first-child::before {
    background: linear-gradient(to bottom, transparent, rgb(192,155,170), transparent);
    height: 3rem;
    top: 50%;
    left: auto;
    width: 2px;
    right: -2rem;
}.appNote-01 .learn-learn-74 > div:last-child::after {
    right: auto;
    bottom: 2rem;
    width: 2px;
    height: 3rem;
    left: -2rem;
    background: linear-gradient(to bottom, transparent, rgb(192,155,170), transparent);
}
}

@media (min-width: 1200px) {.appNote-01 .learn-learn-74 {
    padding: 5rem;
    gap: 5rem;
}.appNote-01 h5 {
    font-size: calc(20px * 1.2);
}.appNote-01 p {
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.appNote-01 {
    padding: 4rem 0;
}.appNote-01 .learn-learn-74 {
    gap: 2rem;
    padding: 2.5rem;
}.appNote-01 h5 {
    font-size: calc(20px * 0.95);
}.appNote-01 .learn-learn-74 > div:first-child::before,
    .appNote-01 .learn-learn-74 > div:last-child::after {
    display: none;
}}

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

@keyframes orbital {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}.course-overview-49 {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(164,86,112,0.5), rgb(218,206,211));
    overflow: hidden;
}.course-overview-49::before {
    top: 0;
    opacity: 0.07;
    width: 100%;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
    45deg,
    rgb(192,155,170,0.5) 0px,
    transparent 1px,
    transparent 10px,
    rgb(192,155,170,0.5) 11px
  );
    height: 100%;
    position: absolute;
    content: "";
}.course-overview-49 .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course-overview-49 .learn-explore-37 {
    transform: perspective(1000px) rotateY(-1deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: flex;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.course-overview-49 .learn-explore-37:hover {
    transform: perspective(1000px) rotateY(0);
}.course-overview-49 .img-caption-07 {
    position: relative;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.course-overview-49 .img-caption-07::after {
    background: linear-gradient(to bottom, 
    transparent 50%, 
    rgb(192,155,170,0.5) 100%
  );
    inset: 0;
    content: "";
    position: absolute;
}.course-overview-49 .content-zone-17 {
    position: relative;
    background: linear-gradient(
    135deg,
    #ffffff 0%,
    rgba(245, 248, 255, 0.9) 100%
  );
    padding: 2.5rem 2.5rem 3rem;
}.course-overview-49 h3 {
    font-weight: 700;
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateY(0);
    position: relative;
    font-size: calc(21px * 1.1);
}.course-overview-49 h3::after {
    left: 0;
    width: 60px;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    bottom: -0.5rem;
    height: 3px;
    content: "";
    transform: scaleX(0.7);
    transform-origin: left;
    background: rgb(192,155,170);
}.course-overview-49 .learn-explore-37:hover h3::after {
    transform: scaleX(1);
}.course-overview-49 p.description {
    max-height: 250px;
    overflow-y: auto;
    font-size: 12px;
    margin-bottom: 1.5rem;
    padding-right: 1rem;
    display: block;
    color: #000000;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.course-overview-49 p.description::-webkit-scrollbar {
    width: 4px;
}.course-overview-49 p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.course-overview-49 p.description::-webkit-scrollbar-thumb {
    background: rgb(192,155,170,0.5);
    border-radius: 10px;
}.course-overview-49 span.description {
    display: none;
}.course-overview-49 .content-zone-17::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    width: 60px;
    z-index: 3;
    right: 30px;
    height: 60px;
    background: rgb(192,155,170);
    content: "";
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    top: -30px;
    transform: rotate(45deg);
    opacity: 0.9;
}.course-overview-49 .learn-explore-37:hover .content-zone-17::before {
    transform: rotate(225deg);
}

@media (min-width: 768px) {.course-overview-49 .learn-explore-37 {
    flex-direction: row;
    align-items: stretch;
    height: 550px;
}.course-overview-49 .img-caption-07 {
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    height: auto;
    width: 50%;
}.course-overview-49 .content-zone-17 {
    width: 50%;
    flex-direction: column;
    padding: 3rem;
    justify-content: center;
    display: flex;
}.course-overview-49 h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 2rem;
}.course-overview-49 p.description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course-overview-49 .learn-explore-37 {
    height: 600px;
}.course-overview-49 h3 {
    font-size: calc(31px * 0.75);
}.course-overview-49 .content-zone-17 {
    padding: 4rem;
}.course-overview-49 p.description {
    max-height: 380px;
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}
}

@media (max-width: 767px) {.course-overview-49 {
    padding: 4rem 0;
}.course-overview-49 .container {
    padding: 0 1.5rem;
}.course-overview-49 .learn-explore-37 {
    transform: none;
}.course-overview-49 .img-caption-07 {
    height: 250px;
}.course-overview-49 .content-zone-17 {
    padding: 2rem;
}.course-overview-49 h3 {
    font-size: calc(21px * 0.95);
    margin-bottom: 1rem;
}.course-overview-49 p.description {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
    max-height: 300px;
}
}

@media (hover: none) {.course-overview-49 .learn-explore-37,
  .course-overview-49 .learn-explore-37:hover {
    transform: none;
}.course-overview-49 h3::after {
    transform: scaleX(1);
}.course-overview-49 .content-zone-17::before,
  .course-overview-49 .learn-explore-37:hover .content-zone-17::before {
    transform: rotate(45deg);
}
}

@media (prefers-reduced-motion) {.course-overview-49 .learn-explore-37,
  .course-overview-49 h3::after,
  .course-overview-49 .content-zone-17::before {
    transition: none;
}}.sign-up-65 {
    position: relative;
    margin: 5rem 0;
    background: linear-gradient(135deg, rgb(218,206,211) 0%, rgb(192,155,170,0.5) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    transform: skewY(-2deg);
}.sign-up-65 .container {
    transform: skewY(2deg);
    position: relative;
    z-index: 1;
}.sign-up-65 .learn-learn-74 {
    align-items: flex-start;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    max-width: 1140px;
}.sign-up-65 .learn-learn-74::before {
    transform: rotate(-15deg);
    right: -20%;
    background: linear-gradient(45deg, rgb(164,86,112) 0%, rgb(192,155,170) 100%);
    filter: blur(25px);
    opacity: 0.2;
    z-index: -1;
    height: 130%;
    top: -15%;
    border-radius: 15px;
    width: 70%;
    animation: pulse 8s infinite alternate;
    content: "";
    position: absolute;
}.sign-up-65 .learn-learn-74::after {
    width: 40%;
    animation: float 6s infinite alternate;
    background: rgb(192,155,170,0.5);
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: -1;
    bottom: -20%;
    position: absolute;
    left: 10%;
    height: 60%;
}.sign-up-65 p {
    font-weight: 700;
    font-size: 30px;
    padding-left: 2rem;
    max-width: 70%;
    color: #000000;
    transform: translateX(30px);
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    position: relative;
}.sign-up-65 p::before {
    background: rgb(164,86,112);
    content: "";
    position: absolute;
    border-radius: 10px;
    width: 5px;
    left: 0;
    transform: translateY(-50%);
    height: 80%;
    top: 50%;
}.sign-up-65 .input_holder {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
    margin-left: 3rem;
    border-radius: 15px;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    width: 100%;
    flex-direction: row;
    max-width: 600px;
}.sign-up-65 .input_holder:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.sign-up-65 .newsletter-wrap-46 {
    padding: 1.2rem 1.5rem;
    outline: none;
    border: none;
    flex: 1;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}.sign-up-65 .newsletter-wrap-46:focus {
    background: #ffffff;
    box-shadow: inset 0 0 0 2px rgb(192,155,170,0.5);
}.sign-up-65 .connect-request-17 {
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 1.2rem 2rem;
    outline: none;
    position: relative;
    background: linear-gradient(135deg, rgb(164,86,112) 0%, rgb(192,155,170) 100%);
    border: none;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.sign-up-65 .connect-request-17::before {
    top: 0;
    width: 100%;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    content: "";
    height: 100%;
}.sign-up-65 .connect-request-17:hover::before {
    left: 100%;
}.sign-up-65 .connect-request-17:hover {
    background: linear-gradient(135deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.2;
        transform: rotate(-10deg) scale(1.05);
    }
    100% {
        opacity: 0.1;
        transform: rotate(-15deg) scale(1);
    }
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(0);
    }
    50% {
        transform: translateY(-15px) rotate(5deg);
    }
    100% {
        transform: translateY(0) rotate(0);
    }
}

@media (max-width: 992px) {.sign-up-65 {
    padding: 3rem 1.5rem;
}.sign-up-65 p {
    max-width: 80%;
    transform: translateX(15px);
    font-size: calc(30px * 0.9);
}.sign-up-65 .input_holder {
    margin-left: 2rem;
}
}

@media (max-width: 768px) {.sign-up-65 p {
    padding-left: 1.5rem;
    transform: translateX(0);
    max-width: 100%;
    font-size: calc(30px * 0.8);
}.sign-up-65 .input_holder {
    max-width: 100%;
    flex-direction: column;
    margin-left: 0;
}.sign-up-65 .newsletter-wrap-46 {
    width: 100%;
    padding: 1rem;
}.sign-up-65 .connect-request-17 {
    width: 100%;
    padding: 1rem;
}
}

@media (max-width: 576px) {.sign-up-65 {
    transform: skewY(-1deg);
    padding: 2.5rem 1rem;
}.sign-up-65 .container {
    transform: skewY(1deg);
}.sign-up-65 p {
    margin-bottom: 1.5rem;
    font-size: 22px;
}.sign-up-65 .learn-learn-74::before {
    width: 100%;
    right: -50%;
}}.cookieUsagePromptBar-05 {
    bottom: 0;
    background: rgb(218,206,211);
    width: 100%;
    border-top: 2px solid rgb(192,155,170);
    position: fixed;
    z-index: 90;
}.cookies-overview-26 {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}#privacyNoticeModal-89 {
    display: none;
}#privacyNoticeModal-89:checked ~ .cookieUsagePromptBar-05 {
    visibility: hidden;
    opacity: 0;
}.cookieUsagePromptBar-05 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookieUsagePromptBar-05 p {
    font-size: 18px;
}.learn-cookies-12 {
    margin-right: 10px;
    flex-shrink: 0;
}.learn-cookies-12 svg, .learn-cookies-12 svg path, .learn-cookies-12 img {
    height: 100px;
    fill: rgb(192,155,170);
    width: 100px;
}.cookies-tracking-15 {
    line-height: 35px;
    white-space: nowrap;
    font-size: 24px;
    min-width: 120px;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid rgb(192,155,170);
    color: rgb(192,155,170);
    flex-shrink: 0;
}.cookieUsagePromptBar-05 p a {
    color: rgb(192,155,170);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookieUsagePromptBar-05 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.learn-cookies-12 {
    display: none;
}.cookies-overview-26 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieUsagePromptBar-05 h5 {
    text-align: center;
}.cookieUsagePromptBar-05 p {
    text-align: center;
}.user-default-42 {
    margin-bottom: 20px;
}body .framework-wrap-01 .cookies-tracking-15 {
    margin-bottom: 10px;
    margin-left: 0;
}}
.framework-wrap-01 .cookieUsagePromptBar-05 {
    box-shadow: rgb(192,155,170,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.framework-wrap-01 .cookies-tracking-15 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    padding: 10px;
    margin-left: 30px;
    background: rgb(192,155,170);
}.framework-wrap-01 .learn-cookies-12 {
    height: 80px;
    justify-content: center;
    width: 80px;
    align-items: center;
    display: flex;
    border-radius: 50%;
    background:rgb(192,155,170);
}.framework-wrap-01 .learn-cookies-12 svg, .framework-wrap-01 .learn-cookies-12 svg path, .framework-wrap-01 .learn-cookies-12 img {
    height: 40px;
    fill:#000000;
    width: 40px;
}.framework-wrap-01 .user-default-42 h5, .framework-wrap-01 .user-default-42 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.framework-wrap-01 .learn-cookies-12 {
    margin-bottom: 14px;
    margin: 0;
}}.user-feedback-13 {
    position: relative;
    background: linear-gradient(165deg, rgb(218,206,211) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
}.user-feedback-13::before {
    opacity: 0.5;
    position: absolute;
    z-index: 0;
    height: 100%;
    left: 0;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(192,155,170,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(164,86,112,0.5) 0%, transparent 40%);
    width: 100%;
}.user-feedback-13::after {
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, rgb(192,155,170,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(192,155,170,0.5) 1px, transparent 1px);
    top: 0;
    background-size: 50px 50px;
    position: absolute;
    height: 100%;
    opacity: 0.05;
    z-index: 0;
}.user-feedback-13 .learn-learn-74 {
    z-index: 1;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}.user-feedback-13 h4 {
    margin-bottom: 80px;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    color: #000000;
    font-size: 30px;
    position: relative;
}.user-feedback-13 h4::before {
    border-radius: 10px;
    width: 100px;
    content: "";
    left: 50%;
    height: 8px;
    bottom: -20px;
    background: linear-gradient(90deg, rgb(192,155,170), rgb(164,86,112));
    transform: translateX(-50%);
    position: absolute;
}.user-feedback-13 h4::after {
    width: 20px;
    position: absolute;
    content: "";
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    transform: translateX(-50%);
    z-index: 1;
    left: 50%;
    border: 3px solid rgb(192,155,170);
    bottom: -26px;
}.user-feedback-13 .learner-feedback-94 {
    display: flex;
    padding: 20px 0;
    width: max-content;
    animation: scrollReviews 60s linear infinite;
    position: relative;
}.user-feedback-13 .learner-feedback-94:hover {
    animation-play-state: paused;
}.user-feedback-13 .success-quotes-04 {
    margin: 0 20px;
    padding: 30px;
    z-index: 1;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 400px;
    width: 320px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ffffff;
    position: relative;
    border-radius: 21px;
    transition: all 0.4s ease;
}.user-feedback-13 .success-quotes-04:hover {
    transform: translateY(-15px);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.user-feedback-13 .success-quotes-04::before {
    height: 100%;
    border-radius: inherit;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    z-index: -1;
    position: absolute;
}.user-feedback-13 .success-quotes-04::after {
    right: -10px;
    background: rgb(192,155,170,0.5);
    height: 60px;
    top: -10px;
    opacity: 0.2;
    width: 60px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.4s ease;
    content: "";
    z-index: -1;
}.user-feedback-13 .success-quotes-04:hover::after {
    transform: scale(1.2);
    opacity: 0.3;
}.user-feedback-13 .img-caption-07 {
    border: 5px solid #ffffff;
    position: relative;
    margin-bottom: 25px;
    height: 110px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    width: 110px;
}.user-feedback-13 .success-quotes-04:hover .img-caption-07 {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    border-color: rgb(192,155,170,0.5);
    transform: scale(1.1);
}.user-feedback-13 .success-quotes-04 span {
    margin-bottom: 15px;
    color: #000000;
    text-align: center;
    font-size: calc(15px * 1.2);
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}.user-feedback-13 .success-quotes-04 span::after {
    width: 40px;
    opacity: 0.5;
    transform: translateX(-50%);
    bottom: -8px;
    content: "";
    height: 2px;
    background: rgb(192,155,170);
    position: absolute;
    left: 50%;
    transition: all 0.3s ease;
}.user-feedback-13 .success-quotes-04:hover span {
    color: rgb(192,155,170);
}.user-feedback-13 .success-quotes-04:hover span::after {
    width: 60px;
    opacity: 1;
}.user-feedback-13 .success-quotes-04 p {
    align-items: center;
    flex-grow: 1;
    overflow: hidden;
    color: #000000;
    line-height: 1.6;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    font-size: 15px;
}.user-feedback-13 .success-quotes-04:nth-child(3n+1) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(192,155,170,0.5), 0.05));
}.user-feedback-13 .success-quotes-04:nth-child(3n+2) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(164,86,112,0.5), 0.05));
}.user-feedback-13 .success-quotes-04:nth-child(3n+2)::after {
    background: rgb(164,86,112,0.5);
}.user-feedback-13 .success-quotes-04:nth-child(3n+3) {
    background: linear-gradient(to bottom, #ffffff, rgba(rgb(192,155,170,0.5), 0.03));
}.user-feedback-13 .success-quotes-04:nth-child(even) {
    margin-top: 30px;
}.user-feedback-13 .success-quotes-04:nth-child(odd) {
    margin-top: -30px;
}

@keyframes scrollReviews {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 1200px) {.user-feedback-13 {
    padding: 90px 0;
}.user-feedback-13 .success-quotes-04 {
    padding: 25px;
    width: 280px;
    height: 380px;
}.user-feedback-13 .img-caption-07 {
    width: 90px;
    height: 90px;
}
}

@media (max-width: 992px) {.user-feedback-13 {
    padding: 70px 0;
}.user-feedback-13 h4 {
    margin-bottom: 60px;
}.user-feedback-13 .success-quotes-04 {
    padding: 20px;
    height: 350px;
    margin: 0 15px;
    width: 250px;
}.user-feedback-13 .img-caption-07 {
    margin-bottom: 20px;
    height: 80px;
    width: 80px;
}.user-feedback-13 .success-quotes-04 span {
    font-size: 15px;
}.user-feedback-13 .success-quotes-04:nth-child(even) {
    margin-top: 20px;
}.user-feedback-13 .success-quotes-04:nth-child(odd) {
    margin-top: -20px;
}
}

@media (max-width: 768px) {.user-feedback-13 {
    padding: 60px 0;
}.user-feedback-13 .learn-learn-74 {
    overflow: visible;
    padding: 0 20px;
}.user-feedback-13 .learner-feedback-94 {
    animation: none;
    flex-direction: column;
    width: 100%;
}.user-feedback-13 .success-quotes-04 {
    margin: 0 0 30px;
    height: auto;
    min-height: 200px;
    padding: 25px;
    width: 100%;
}.user-feedback-13 .success-quotes-04:last-child {
    margin-bottom: 0;
}.user-feedback-13 .success-quotes-04:nth-child(even),
    .user-feedback-13 .success-quotes-04:nth-child(odd) {
    margin-top: 0;
}.user-feedback-13 .success-quotes-04::after {
    width: 40px;
    height: 40px;
}.user-feedback-13 .img-caption-07 {
    width: 80px;
    margin-bottom: 15px;
    height: 80px;
}.user-feedback-13 .success-quotes-04 p {
    margin-top: 10px;
}}.get-in-touch-86 {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.get-in-touch-86::before {
    opacity: 0.9;
    content: '';
    position: absolute;
    background-color: rgb(218,206,211);
    z-index: -1;
    inset: 0;
}.get-in-touch-86 .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}.get-in-touch-86 .query-links-20 {
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}.get-in-touch-86 .inquiry-form-49 {
    background: rgb(164,86,112);
    position: relative;
    padding: 0;
}.get-in-touch-86 .inquiry-form-49 h3 {
    text-align: center;
    margin: 0;
    padding: 30px;
    font-weight: 700;
    font-size: 28px;
    background: rgb(164,86,112);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}.get-in-touch-86 .inquiry-form-49 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    padding: 20px 40px;
    display: flex;
}.get-in-touch-86 .inquiry-form-49 div:hover {
    background-color: rgb(192,155,170);
}.get-in-touch-86 .inquiry-form-49 div:last-child {
    border-bottom: none;
}.get-in-touch-86 .inquiry-form-49 div svg {
    height: 24px;
    flex-shrink: 0;
    width: 24px;
    margin-right: 20px;
}.get-in-touch-86 .inquiry-form-49 div svg path {
    fill: #ffffff;
}.get-in-touch-86 .inquiry-form-49 div span {
    color: #ffffff;
    font-size: 18px;
}.get-in-touch-86 .inquiry-form-49 div span a {
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.get-in-touch-86 .inquiry-form-49 div span a:hover {
    opacity: 0.8;
}.get-in-touch-86 .inquiry-links-43 {
    background-color: #ffffff;
    padding: 50px;
}.get-in-touch-86 .inquiry-links-43 h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
}.get-in-touch-86 .inquiry-links-43 h3::after {
    left: 50%;
    bottom: -10px;
    height: 3px;
    background-color: rgb(164,86,112);
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    content: '';
}.get-in-touch-86 .inquiry-links-43 form {
    width: 100%;
}.get-in-touch-86 .inquiry-links-43 input[type="text"],
.get-in-touch-86 .inquiry-links-43 input[type="email"] {
    border-bottom: 2px solid rgb(218,206,211);
    width: 100%;
    color: #000000;
    border: none;
    background-color: #ffffff;
    font-size: 18px;
    transition: border-color 0.3s ease;
    margin-bottom: 25px;
    border-radius: 0;
    height: 55px;
    padding: 0 20px;
}.get-in-touch-86 .inquiry-links-43 input[type="text"]:focus,
.get-in-touch-86 .inquiry-links-43 input[type="email"]:focus {
    border-color: rgb(164,86,112);
    outline: none;
}.get-in-touch-86 .inquiry-links-43 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 {
    display: flex;
    position: relative;
    margin-bottom: 25px;
    align-items: flex-start;
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 input[type="checkbox"] {
    border: 2px solid rgb(218,206,211);
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    -webkit-appearance: none;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    margin-top: 2px;
    cursor: pointer;
    position: relative;
    appearance: none;
    margin-right: 10px;
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 input[type="checkbox"]:checked {
    border-color: rgb(164,86,112);
    background-color: rgb(164,86,112);
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 input[type="checkbox"]:checked::before {
    color: #ffffff;
    left: 50%;
    top: 50%;
    font-size: 14px;
    position: absolute;
    content: '✓';
    transform: translate(-50%, -50%);
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 label {
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 label a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(164,86,112);
}.get-in-touch-86 .inquiry-links-43 .help-feedback-71 label a:hover {
    color: rgb(192,155,170);
}.get-in-touch-86 .inquiry-links-43 .connect-request-17 {
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    transition: background-color 0.3s ease;
    height: 55px;
    font-size: 18px;
    border-radius: 0;
    cursor: pointer;
    width: 100%;
    position: relative;
    border: none;
    background-color: rgb(164,86,112);
}.get-in-touch-86 .inquiry-links-43 .connect-request-17::before {
    position: absolute;
    content: '';
    top: 0;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
}.get-in-touch-86 .inquiry-links-43 .connect-request-17:hover {
    background-color: rgb(192,155,170);
}.get-in-touch-86 .inquiry-links-43 .connect-request-17:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.get-in-touch-86 .query-links-20 {
    grid-template-columns: 1fr 1fr;
    display: grid;
}.get-in-touch-86 .inquiry-form-49 {
    flex-direction: column;
    border-radius: 0 18px 18px 0;
    display: flex;
}.get-in-touch-86 .inquiry-links-43 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    border-radius: 18px 0 0 18px;
}.get-in-touch-86 .inquiry-form-49 h3 {
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 30px;
}.get-in-touch-86 .inquiry-form-49 div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    align-items: center;
    justify-content: flex-start;
}.get-in-touch-86 .inquiry-form-49 div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.get-in-touch-86 .inquiry-form-49 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.get-in-touch-86 .inquiry-form-49 h3 {
    grid-column: 1 / -1;
}.get-in-touch-86 .inquiry-form-49 div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.get-in-touch-86 .inquiry-form-49 div:nth-child(2n) {
    border-right: none;
}.get-in-touch-86 .inquiry-form-49 div:nth-last-child(1),
    .get-in-touch-86 .inquiry-form-49 div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.get-in-touch-86 {
    padding: 60px 0;
}.get-in-touch-86 .inquiry-links-43 {
    padding: 40px 25px;
}.get-in-touch-86 .inquiry-form-49 h3 {
    padding: 25px 20px;
    font-size: calc(21px + 2px);
}.get-in-touch-86 .inquiry-form-49 div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.get-in-touch-86 {
    padding: 40px 0;
}.get-in-touch-86 .inquiry-links-43 {
    padding: 30px 20px;
}.get-in-touch-86 .inquiry-links-43 h3 {
    font-size: 21px;
}.get-in-touch-86 .inquiry-form-49 h3 {
    font-size: 21px;
    padding: 20px 15px;
}.get-in-touch-86 .inquiry-form-49 div {
    padding: 15px 20px;
}.get-in-touch-86 .inquiry-form-49 div svg {
    width: 20px;
    margin-right: 15px;
    height: 20px;
}}.title-opener-92 {
    width: 100%;
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    background-color: rgb(218,206,211);
}.title-opener-92 .study-fast-47 {
    height: 100vh;
    min-height: 600px;
    transform-style: preserve-3d;
    width: 100%;
    position: relative;
}.title-opener-92 .online-skills-83 {
    display: flex;
    flex-direction: column;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    justify-content: center;
    width: 100%;
    position: relative;
    align-items: flex-start;
    padding: 5rem 10% 5rem 5%;
    z-index: 1;
}.title-opener-92 .online-skills-83::before {
    position: absolute;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(3px);
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.7) 40%, 
        rgba(0, 0, 0, 0.6) 60%, 
        rgba(0, 0, 0, 0.5) 100%);
}.title-opener-92 .online-skills-83::after {
    z-index: -1;
    right: -5%;
    background: linear-gradient(145deg, 
        rgb(192,155,170,0.5) 0%, 
        transparent 60%);
    top: -10%;
    transform: rotate(-15deg) translateZ(20px);
    height: 120%;
    width: 45%;
    content: "";
    position: absolute;
    clip-path: polygon(0 15%, 100% 0, 100% 100%, 0 85%);
}.title-opener-92 .online-skills-83 span {
    transform: translateX(-30px) translateZ(40px);
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.8s 0.2s ease-out forwards;
    max-width: 80%;
    position: relative;
    display: inline-block;
    opacity: 0;
}.title-opener-92 .online-skills-83 h3 {
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform-origin: left center;
    font-size: calc(21px * 0.9);
    padding: 0.8rem 1.2rem;
    background: linear-gradient(90deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    border-left: 4px solid #ffffff;
    font-weight: 400;
}.title-opener-92 .online-skills-83 h1 {
    font-size: calc(44px * 1.2);
    transform: translateX(-30px) translateZ(30px);
    position: relative;
    opacity: 0;
    animation: slideInLeft 0.8s 0.4s ease-out forwards;
    line-height: 1.2;
    max-width: 70%;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 2rem;
}.title-opener-92 .online-skills-83 h1::after {
    left: 0;
    width: 140px;
    height: 5px;
    background: linear-gradient(90deg, rgb(192,155,170) 0%, transparent 100%);
    position: absolute;
    bottom: -15px;
    content: "";
}.title-opener-92 .online-skills-83 > div {
    align-items: flex-start;
    animation: slideInLeft 0.8s 0.6s ease-out forwards;
    display: flex;
    transform: translateX(-30px) translateZ(20px);
    flex-direction: column;
    opacity: 0;
}.title-opener-92 .online-skills-83 > div > div {
    transform: skewX(-5deg);
    border-left: 3px solid rgb(164,86,112);
    margin-top: 1rem;
    padding: 1.5rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
}.title-opener-92 .online-skills-83 > div > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg) translateX(10px);
}.title-opener-92 .online-skills-83 p {
    color: #ffffff;
    font-size: calc(17px * 1.2);
    font-weight: 300;
    transform: skewX(5deg);
    letter-spacing: 0.5px;
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-50px) translateZ(40px);
    }
    100% {
        opacity: 1;
        transform: translateX(0) translateZ(40px);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 1200px) {.title-opener-92 .online-skills-83 {
    padding: 5rem 8% 5rem 5%;
}.title-opener-92 .online-skills-83 h1 {
    font-size: calc(44px * 1.1);
    max-width: 80%;
}.title-opener-92 .online-skills-83 span {
    max-width: 85%;
}
}

@media (max-width: 992px) {.title-opener-92 .study-fast-47 {
    height: 90vh;
}.title-opener-92 .online-skills-83 {
    padding: 4rem 6% 4rem 4%;
}.title-opener-92 .online-skills-83 h1 {
    font-size: 44px;
    max-width: 90%;
}.title-opener-92 .online-skills-83 span {
    max-width: 90%;
}.title-opener-92 .online-skills-83 h3 {
    font-size: 21px;
    padding: 0.7rem 1rem;
}.title-opener-92 .online-skills-83::after {
    width: 40%;
}
}

@media (max-width: 768px) {.title-opener-92 .study-fast-47 {
    min-height: 500px;
    height: auto;
}.title-opener-92 .online-skills-83 {
    padding: 4rem 5%;
    text-align: center;
    align-items: center;
}.title-opener-92 .online-skills-83 span {
    max-width: 100%;
    margin-bottom: 1rem;
}.title-opener-92 .online-skills-83 h1 {
    font-size: calc(44px * 0.9);
    max-width: 100%;
    text-align: center;
}.title-opener-92 .online-skills-83 h1::after {
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
}.title-opener-92 .online-skills-83 > div {
    align-items: center;
}.title-opener-92 .online-skills-83 > div > div {
    padding: 1.2rem 1.5rem;
    margin-top: 1.5rem;
}.title-opener-92 .online-skills-83 p {
    font-size: 17px;
    text-align: center;
}.title-opener-92 .online-skills-83::after {
    height: 40%;
    right: 0;
    transform: rotate(-5deg) translateZ(10px);
    width: 100%;
    top: -5%;
}
}

@media (max-width: 576px) {.title-opener-92 .online-skills-83 {
    padding: 3rem 1.5rem;
}.title-opener-92 .online-skills-83 h3 {
    font-size: calc(21px * 0.8);
    padding: 0.6rem 0.8rem;
}.title-opener-92 .online-skills-83 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(44px * 0.8);
}.title-opener-92 .online-skills-83 > div > div {
    padding: 1rem 1.2rem;
}.title-opener-92 .online-skills-83 p {
    font-size: calc(17px * 0.9);
}}.education-history-72 {
    position: relative;
    padding: 8rem 0;
    min-height: 700px;
    background: linear-gradient(160deg, rgb(218,206,211) 0%, #000000 100%);
    overflow: hidden;
}.education-history-72::before {
    width: 100%;
    content: "";
    opacity: 0.4;
    position: absolute;
    left: 0;
    z-index: 1;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    filter: blur(70px);
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(192,155,170,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(164,86,112,0.5) 0%, transparent 35%);
}.education-history-72 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    padding: 0 2rem;
}.education-history-72 .success-quotes-04 {
    border-radius: 29px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    position: relative;
    min-height: 580px;
    padding: 3rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    grid-template-rows: auto 1fr;
    overflow: hidden;
    gap: 30px;
    backdrop-filter: blur(15px);
}.education-history-72 .success-quotes-04::before {
    width: 100%;
    top: 0;
    background-size: 200% 200%;
    animation: shimmerEffect 10s ease-in-out infinite;
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, transparent, rgb(192,155,170,0.5), transparent);
    opacity: 0.2;
    z-index: -1;
    height: 100%;
}.education-history-72 .img-caption-07 {
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(1) rotate(0deg);
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    border-radius: 29px;
    height: 100%;
    position: relative;
    grid-row: 1 / span 2;
    grid-column: 2;
}.education-history-72 .success-quotes-04:hover .img-caption-07 {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.education-history-72 .img-caption-07::before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    border-radius: inherit;
    box-sizing: border-box;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
}.education-history-72 .name {
    margin: 0;
    z-index: 4;
    position: relative;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    grid-row: 1;
    font-size: 32px;
    transform: translateX(0);
    grid-column: 1;
}.education-history-72 .success-quotes-04:hover .name {
    transform: translateX(10px);
}.education-history-72 .name::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(192,155,170), rgb(164,86,112));
    transition: width 0.6s ease;
    height: 3px;
    left: 0;
    content: "";
    width: 0;
    bottom: -10px;
}.education-history-72 .success-quotes-04:hover .name::after {
    width: 120px;
}.education-history-72 .success-quotes-04 span:not(.name) {
    color: rgb(164,86,112);
    padding: 0.7rem 1.5rem;
    width: max-content;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    grid-column: 1;
    border-radius: 10px;
    font-size: 22px;
    z-index: 3;
    transform: translateX(0);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    grid-row: 1;
    margin-top: 4rem;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}.education-history-72 .success-quotes-04:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.education-history-72 .career-trajectory-75 {
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    grid-row: 2;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: 29px;
    font-size: 16px;
    color: #ffffff;
    border-left: 4px solid rgb(164,86,112);
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    transform: translateY(0);
    grid-column: 1;
    z-index: 2;
    padding: 2rem;
    overflow: hidden;
    line-height: 1.8;
}.education-history-72 .success-quotes-04:hover .career-trajectory-75 {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.education-history-72 .career-trajectory-75::before {
    top: 0;
    z-index: -1;
    background-size: 200% 200%;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    animation: shimmerEffect 5s ease-in-out infinite;
}.education-history-72 .container::after {
    content: "";
    height: 400px;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
    filter: blur(80px);
    left: -200px;
    bottom: -200px;
    position: absolute;
    width: 400px;
    animation: rotateGlow 25s linear infinite;
    background: conic-gradient(from 135deg, rgb(192,155,170,0.5) 0%, rgb(164,86,112,0.5) 50%, rgb(192,155,170,0.5) 100%);
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.education-history-72 .success-quotes-04 {
    grid-template-columns: 1fr;
    padding: 2rem;
    gap: 20px;
    grid-template-rows: auto auto auto;
}.education-history-72 .img-caption-07 {
    grid-row: 1;
    grid-column: 1;
    height: 350px;
}.education-history-72 .name {
    grid-column: 1;
    margin: 0;
    grid-row: 2;
}.education-history-72 .success-quotes-04 span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.education-history-72 .career-trajectory-75 {
    grid-column: 1;
    grid-row: 3;
}.education-history-72 .success-quotes-04:hover .name,
    .education-history-72 .success-quotes-04:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.education-history-72 {
    padding: 5rem 0;
}.education-history-72 .success-quotes-04 {
    padding: 1.5rem;
}.education-history-72 .img-caption-07 {
    height: 250px;
}.education-history-72 .name {
    font-size: 22px;
}.education-history-72 .success-quotes-04 span:not(.name) {
    font-size: 16px;
    margin-top: 3rem;
    padding: 0.6rem 1rem;
}.education-history-72 .career-trajectory-75 {
    padding: 1.5rem;
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.privacy-fortification-36 {
    padding: 40px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    color: #ffffff;
    height: auto;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.privacy-fortification-36::before {
    right: 10px;
    z-index: -1;
    left: 10px;
    top: 10px;
    bottom: 10px;
    position: absolute;
    content: '';
}.privacy-fortification-36 h1 {
    margin-top: 30px;
    text-align: center;
    font-size: 42px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(192,155,170);
    padding-bottom: 10px;
    font-weight: 700;
    color: rgb(192,155,170);
    font-family: Arial, sans-serif;
}.privacy-fortification-36 h2 {
    padding-left: 15px;
    font-family: Arial, sans-serif;
    color: rgb(164,86,112);
    margin-bottom: 15px;
    font-size: 38px;
    border-left: 4px solid rgb(164,86,112);
    font-weight: 600;
    margin-top: 25px;
    text-align: left;
}.privacy-fortification-36 h3, .privacy-fortification-36 h4, .privacy-fortification-36 h5, .privacy-fortification-36 h6 {
    font-family: Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 20px;
    color: rgb(192,155,170);
    font-size: 24px;
}.privacy-fortification-36 ul, .privacy-fortification-36 ol {
    margin: 0;
    padding: 15px 0;
    padding-left: 0;
    font-family: Arial, sans-serif;
    list-style: none;
    font-size: 16px;
    color: #ffffff;
}.privacy-fortification-36 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}.privacy-fortification-36 li::before {
    transform: translateY(-50%);
    line-height: 1em;
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 1.2em;
    color: rgb(192,155,170);
    content: ">";
}.privacy-fortification-36 section {
    background: #000000;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgb(164,86,112,0.5);
    margin-bottom: 20px;
}.privacy-fortification-36 p, .privacy-fortification-36 span, .privacy-fortification-36 div {
    border-left: 3px solid rgb(192,155,170);
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 15px;
    font-family: Arial, sans-serif;
}

@media only screen and (max-width: 800px) {.privacy-fortification-36 {
    width: 95%;
    padding: 20px;
}.privacy-fortification-36 h1 {
    margin-bottom: 15px;
    font-size: calc(24px - 6px);
    margin-top: 20px;
}.privacy-fortification-36 h2 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: calc(24px - 6px);
}.privacy-fortification-36 ul, .privacy-fortification-36 ol {
    padding-left: 15px;
}.privacy-fortification-36 li {
    padding-left: 20px;
}.privacy-fortification-36 p, .privacy-fortification-36 span, .privacy-fortification-36 div {
    padding-left: 10px;
    margin-bottom: 15px;
}}header {
    left: 0;
    background: linear-gradient(180deg, 
        rgb(192,155,170) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    transition: all 0.4s ease;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: fixed;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(192,155,170,0.5);
    z-index: 1000;
    top: 0;
    -webkit-backdrop-filter: blur(10px);
    width: 100%;
}header:before {
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 100%;
    content: '';
    left: 0;
    opacity: 0.1;
    height: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(192,155,170,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(164,86,112,0.5) 0%, transparent 25%);
}header:after {
    position: absolute;
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    content: '';
    top: 0;
    opacity: 0.02;
}header .top-learning-09 {
    overflow: hidden;
    position: relative;
}header .top-learning-09:before {
    height: 1px;
    width: 200%;
    bottom: 0;
    position: absolute;
    box-shadow: 0 0 15px rgb(192,155,170), 0 0 35px rgb(192,155,170);
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(192,155,170) 25%,
        #ffffff 50%,
        rgb(192,155,170) 75%,
        transparent 100%
    );
    left: -50%;
    opacity: 0.7;
    animation: scanlineGlow 4s linear infinite;
}header .container {
    padding: 18px 25px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}header .container:before {
    pointer-events: none;
    mix-blend-mode: overlay;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    position: absolute;
    content: '';
    opacity: 0.5;
    width: 100%;
    height: 100%;
}header .top-site-70 {
    position: relative;
    justify-content: space-between;
    display: flex;
    align-items: center;
}header .top-site-70:before {
    top: 50%;
    left: -10px;
    opacity: 0.3;
    filter: blur(15px);
    background: rgb(192,155,170);
    width: 20px;
    border-radius: 50%;
    content: '';
    position: absolute;
    height: 20px;
    animation: breathe 5s infinite alternate;
    transform: translateY(-50%);
}header .top-site-70:after {
    animation: breathe 5s infinite alternate-reverse;
    border-radius: 50%;
    content: '';
    background: rgb(164,86,112);
    transform: translateY(-50%);
    right: -10px;
    top: 50%;
    height: 20px;
    position: absolute;
    width: 20px;
    opacity: 0.3;
    filter: blur(15px);
}header .header-edu-94 {
    gap: 30px;
    align-items: center;
    display: flex;
    position: relative;
}header .header-edu-94:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(192,155,170,0.5), 
        transparent
    );
    opacity: 0.15;
    animation: menuGlow 10s infinite ease-in-out;
    width: 110%;
    left: -5%;
    top: -5%;
    transform: translateX(-100%);
    position: absolute;
    content: '';
    height: 110%;
    filter: blur(5px);
}header .site-main-02 {
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    text-shadow: 0 0 1px #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}header .site-main-02:before {
    background: linear-gradient(90deg, 
        transparent, 
        rgb(192,155,170,0.5), 
        transparent
    );
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    transition: all 0.4s ease;
    content: '';
    transform: skewX(-20deg) scale(0.8, 1);
    top: 0;
    opacity: 0;
}header .site-main-02:after {
    bottom: -2px;
    filter: blur(0.5px);
    width: 0;
    transform: translateX(-50%);
    height: 2px;
    background: linear-gradient(90deg, 
        rgb(192,155,170),
        #ffffff 50%,
        rgb(192,155,170)
    );
    opacity: 0.8;
    position: absolute;
    content: '';
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
}header .site-main-02:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(192,155,170);
    color: #ffffff;
}header .site-main-02:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .site-main-02:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(192,155,170),
        0 0 10px rgb(192,155,170);
}header .site-core-23 {
    position: relative;
    justify-content: center;
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 5px;
    transition: all 0.3s ease;
}header .site-core-23:before {
    opacity: 0;
    content: '';
    position: absolute;
    width: 150%;
    left: 50%;
    top: 50%;
    background: radial-gradient(circle, 
        rgb(192,155,170,0.5) 0%, 
        transparent 70%
    );
    height: 150%;
    transition: opacity 0.5s ease;
    transform: translate(-50%, -50%);
}header .site-core-23:after {
    height: calc(100% + 10px);
    border: 1px solid transparent;
    width: calc(100% + 10px);
    position: absolute;
    transition: all 0.5s ease;
    content: '';
    left: -5px;
    top: -5px;
    border-image: linear-gradient(45deg, rgb(192,155,170), rgb(164,86,112), rgb(192,155,170)) 1;
    opacity: 0;
}header .site-core-23:hover:before {
    opacity: 0.3;
}header .site-core-23:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .site-core-23 svg {
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(192,155,170,0.5));
}header .site-core-23:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(192,155,170));
}header .site-core-23:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(192,155,170), rgb(164,86,112), rgb(192,155,170)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(192,155,170), rgb(164,86,112), rgb(192,155,170)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(192,155,170), rgb(164,86,112), rgb(192,155,170)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header-edu-94 {
    gap: 20px;
}header .site-core-23 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header-edu-94 {
    flex-direction: column;
    -webkit-backdrop-filter: blur(15px);
    z-index: 1001;
    position: fixed;
    width: 85%;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    overflow-y: auto;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 25px;
    height: 100vh;
    right: -100%;
    padding: 85px 30px 30px;
    top: 0;
    backdrop-filter: blur(15px);
    max-width: 330px;
}header .header-edu-94:before {
    left: 10%;
    width: 80%;
    top: 70px;
    animation: none;
    height: 1px;
    opacity: 0.3;
}header .header-edu-94:after {
    position: absolute;
    content: '';
    top: 20px;
    background: transparent;
    width: 30px;
    opacity: 0.6;
    right: 20px;
    height: 30px;
    border: 1px solid rgb(192,155,170,0.5);
}header .menu.active {
    right: 0;
}header .site-main-02 {
    opacity: 0.8;
    text-align: left;
    padding: 12px 5px;
    width: 100%;
    border-bottom: 1px solid rgb(192,155,170,0.5);
}header .site-main-02:last-child {
    border-bottom: none;
}header .site-main-02:hover {
    transform: translateY(0);
    opacity: 1;
}header .site-core-23 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .site-core-23 svg {
    height: 35px;
}header .header-edu-94 {
    width: 100%;
    max-width: 100%;
}}.pricing-list-item-20 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    color: #ffffff;
}.pricing-list-item-20::before {
    z-index: 1;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
}.pricing-list-item-20 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pricing-list-item-20 .plan-deals-61 {
    position: relative;
}.pricing-list-item-20 h2 {
    background: linear-gradient(90deg, rgb(192,155,170) 0%, rgb(164,86,112) 100%);
    background-clip: text !important;
    animation: titleFloat 6s ease-in-out infinite;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    font-weight: 700;
    transform: translateY(0);
    position: relative;
    text-align: center;
    color: transparent;
    font-size: 32px;
}.pricing-list-item-20 h2::after {
    height: 3px;
    background: rgb(164,86,112);
    bottom: -10px;
    content: '';
    width: 80px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}.pricing-list-item-20 .premium-plan-81 {
    max-width: 700px;
    margin: 0 auto 50px;
    color: #ffffff;
    font-size: calc(13px + 2px);
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
}.pricing-list-item-20 .deal-grid-12 {
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing-list-item-20 .deal-grid-12 li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}.pricing-list-item-20 .deal-grid-12 li:hover {
    transform: translateY(-10px);
    z-index: 3;
}.pricing-list-item-20 .package-deal-80 {
    position: relative;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #ffffff;
}.pricing-list-item-20 .price-sheet-40 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    transition: all 0.4s ease;
    padding: 35px 30px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
}.pricing-list-item-20 .price-sheet-40::before {
    content: '';
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    height: 5px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(192,155,170), rgb(164,86,112));
    top: 0;
    transition: transform 0.5s ease;
}.pricing-list-item-20 .package-deal-80:hover .price-sheet-40::before {
    transform: scaleX(1);
}.pricing-list-item-20 .price-sheet-40::after {
    content: '';
    height: 60px;
    transition: opacity 0.5s ease;
    position: absolute;
    bottom: 0;
    width: 60px;
    opacity: 0;
    right: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(164,86,112,0.5) 50%);
}.pricing-list-item-20 .package-deal-80:hover .price-sheet-40::after {
    opacity: 1;
}.pricing-list-item-20 .class-cost-18 {
    z-index: 2;
    position: relative;
}.pricing-list-item-20 .class-cost-18 h4 {
    font-size: calc(22px + 2px);
    position: relative;
    margin: 0 0 20px;
    display: inline-block;
    font-weight: 700;
    color: #ffffff;
}.pricing-list-item-20 .class-cost-18 h4::after {
    left: 0;
    width: 40px;
    background: rgb(192,155,170);
    bottom: -8px;
    transition: width 0.4s ease;
    position: absolute;
    height: 2px;
    content: '';
}.pricing-list-item-20 .package-deal-80:hover .class-cost-18 h4::after {
    width: 100%;
}.pricing-list-item-20 .class-cost-18 p {
    line-height: 1.6;
    max-height: 200px;
    padding-right: 5px;
    color: rgba(255, 255, 255, 0.8);
    overflow-y: auto;
    word-break: break-word;
    font-size: 13px;
    overflow-wrap: break-word;
    margin: 0 0 30px;
}.pricing-list-item-20 .class-cost-18 p::-webkit-scrollbar {
    width: 4px;
}.pricing-list-item-20 .class-cost-18 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.pricing-list-item-20 .class-cost-18 p::-webkit-scrollbar-thumb {
    background: rgb(192,155,170,0.5);
}.pricing-list-item-20 .rate-list-52 {
    font-size: calc(22px + 4px);
    position: relative;
    font-weight: 700;
    padding: 10px 0;
    color: #ffffff;
    margin-top: 15px;
    display: block;
}.pricing-list-item-20 .rate-list-52::before {
    content: '';
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    width: 40px;
    position: absolute;
    height: 1px;
    left: 0;
}

@keyframes titleFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 991px) {.pricing-list-item-20 {
    padding: 80px 0;
}.pricing-list-item-20 .deal-grid-12 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing-list-item-20 .price-sheet-40 {
    padding: 25px 20px;
}.pricing-list-item-20 .class-cost-18 p {
    max-height: 150px;
    font-size: calc(13px - 1px);
}.pricing-list-item-20 .rate-list-52 {
    font-size: calc(22px + 2px);
}
}

@media (max-width: 767px) {.pricing-list-item-20 {
    padding: 60px 0;
}.pricing-list-item-20 h2 {
    font-size: calc(32px - 4px);
}.pricing-list-item-20 .premium-plan-81 {
    margin-bottom: 30px;
    font-size: 13px;
}.pricing-list-item-20 .deal-grid-12 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.pricing-list-item-20 .class-cost-18 h4 {
    font-size: 22px;
}.pricing-list-item-20 .rate-list-52 {
    font-size: 22px;
}
}

@media (max-width: 480px) {.pricing-list-item-20 {
    padding: 50px 0;
}.pricing-list-item-20 h2 {
    font-size: calc(32px - 8px);
}.pricing-list-item-20 .premium-plan-81 {
    font-size: calc(13px - 2px);
}.pricing-list-item-20 .price-sheet-40 {
    padding: 20px 15px;
}.pricing-list-item-20 .class-cost-18 p {
    font-size: calc(13px - 2px);
}
}