﻿a {
    text-decoration: none;
    color: inherit;
}

.container {
    max-width: 100%;
    width: 1233px;
    margin: auto;
}

.report-abuse-style {
    flex: 0 0 auto;
}

.gratefulPage-style::after {
    top: -50px;
    opacity: 0.2;
    content: "";
    right: -50px;
    animation: float 18s infinite ease-in-out;
    height: 200px;
    position: absolute;
    width: 200px;
    transform: rotate(15deg);
    border: 2px solid rgb(213,169,197,0.5);
}

.gratefulPage-style .method-innov-style::before {
    transform: scale(0.98);
    right: 20px;
    opacity: 0.2;
    transition: transform 0.4s ease, opacity 0.4s ease;
    content: "";
    position: absolute;
    pointer-events: none;
    left: 20px;
    border: 1px solid rgb(186,129,162,0.5);
    bottom: 20px;
    top: 20px;
}

.gratefulPage-style p {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    transition: color 0.3s ease;
}

.gratefulPage-style a:hover p {
    color: rgb(213,169,197);
}

.secure-grotto-style {
    align-items: center;
    border: 2px solid rgb(213,169,197);
    width: 100%;
    display: flex;
    padding: 50px;
    background: #ffffff;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    height: 100%;
}

.secure-grotto-style section {
    background: none;
}

header .head-primary-style {
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    z-index: 100;
    background: linear-gradient(120deg, rgb(241,220,233) 0%, rgb(213,169,197,0.5) 100%);
}

header .main-master-style {
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 2rem;
    display: grid;
}

header .top-page-style::before {
    content: "";
    position: absolute;
    bottom: -5px;
    top: -5px;
    border-radius: 10px;
    right: -5px;
    border: 2px dashed rgb(213,169,197,0.5);
    transition: all 0.3s ease;
    opacity: 0;
    left: -5px;
}

header .top-pagebar-style:hover::before {
    width: 100%;
}

header .nav-class-style:nth-child(odd) {
    transform: translateY(-3px);
}

header .nav-class-style a {
    color: #000000;
    background: #ffffff;
    display: block;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    overflow: hidden;
    border-left: 3px solid transparent;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 10px 0 10px;
    padding: 8px 16px;
}

.instructor-profile-style::before {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(186,129,162,0.5) 49.5%, rgb(186,129,162,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(186,129,162,0.5) 49.5%, rgb(186,129,162,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
}

.instructor-profile-style .success-quotes-style:hover .pic-border-style {
    transform: translateZ(30px) scale(1.05);
}

.instructor-profile-style .name::after {
    width: 0;
    height: 2px;
    bottom: -5px;
    transition: width 0.4s ease-out;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgb(186,129,162);
}

.company-info-style {
    position: relative;
    background: rgb(241,220,233);
    overflow: hidden;
    padding: 120px 0;
}

.company-info-style::before {
    content: "";
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(213,169,197,0.5) 0,
        rgb(213,169,197,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    opacity: 0.1;
    height: 100%;
}

.company-info-style .virtual-study-style span::before {
    transform: translateY(-50%);
    position: absolute;
    height: 2px;
    width: 30px;
    content: "";
    top: 50%;
    background: rgb(213,169,197);
    left: -40px;
}

.company-info-style .study-track-style p {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 0;
    font-size: 16px;
    padding-right: 20px;
    position: relative;
}

.company-info-style .method-innov-style::after {
    border-radius: 50%;
    height: 200px;
    z-index: 0;
    top: 100px;
    border: 3px solid rgb(186,129,162,0.5);
    content: "";
    position: absolute;
    right: -100px;
    width: 200px;
}

.company-info-style .container::after {
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(186,129,162,0.5), transparent);
    bottom: 0;
    height: 1px;
}

.take-a-spin-style::before {
    width: 100%;
    z-index: -1;
    transform: translateZ(-10px);
    top: 0;
    background: linear-gradient(45deg, rgb(213,169,197,0.5) 0%, transparent 50%);
    position: absolute;
    content: '';
    height: 100%;
    left: 0;
}

.take-a-spin-style div {
    justify-content: center;
    transform: translateZ(40px);
    display: flex;
}

.take-a-spin-style a.request-reach-style::before {
    background: linear-gradient(45deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    content: '';
    width: 100%;
    transform: translateX(-100%);
    top: 0;
    left: 0;
    height: 100%;
    transition: transform 0.6s ease;
    position: absolute;
}

.take-a-spin-style a.request-reach-style:active {
    transform: translateY(0) translateZ(5px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.cookies-tracking-style {
    margin-right: 10px;
    flex-shrink: 0;
}

#consentNotification-style {
    display: none;
}

#consentNotification-style:checked ~ .cookieUsagePromptBar-style {
    opacity: 0;
    visibility: hidden;
}

.wrap-structure-style .edu-track-style {
    text-align: right;
}

.statistical-summary-style::before {
    z-index: 1;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at center, rgb(213,169,197,0.5) 0%, transparent 60%);
    content: "";
    top: 0;
}

.statistical-summary-style h2::before,
.statistical-summary-style h2::after {
    position: absolute;
    background: rgb(213,169,197);
    content: "";
    width: 60px;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
}

.statistical-summary-style h2::before {
    right: calc(100% + 20px);
}

.statistical-summary-style .statistics-experts-style:nth-child(1) {
    --rotation: 0deg;
}

.statistical-summary-style .statistics-experts-style:nth-child(3) {
    --rotation: 72deg;
}

.statistical-summary-style .statistics-experts-style:nth-child(5) {
    --rotation: 144deg;
}

.statistical-summary-style .statistics-experts-style:nth-child(8) {
    --rotation: 252deg;
}

.statistical-summary-style .statistics-experts-style span {
    text-align: center;
    color: #000000;
    font-size: calc(16px * 0.85);
    font-weight: 400;
    line-height: 1.2;
}

.statistical-summary-style ul.items-1 {
    justify-content: center;
}

.statistical-summary-style ul.items-5,
.statistical-summary-style ul.items-6 {
    margin: 0 auto;
    max-width: 900px;
}

.price-set-style .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}

.price-set-style .study-costs-style {
    list-style: none;
    gap: 30px;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.price-set-style .study-costs-style li:nth-child(1) {
    --i: 1;
}

.price-set-style .study-costs-style li:nth-child(4) {
    --i: 4;
}

.price-set-style .sub-options-style:hover .plan-rates-style {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}

.price-set-style .price-panel-style {
    flex-direction: column;
    height: 100%;
    display: flex;
}

.price-set-style .price-panel-style h4::after {
    width: 40px;
    bottom: 0;
    height: 3px;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(213,169,197);
}

footer {
    position: relative;
    width: 100%;
}

footer .report-abuse-style::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
}

footer .info_item p,
footer .info_item a {
    max-width: 80%;
    color: #ffffff;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
}

footer .top-sitebar-style::before, footer .top-pagebar-style::before, footer .subscribe_holder::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    z-index: -1;
    width: 150px;
    border-radius: 50%;
    height: 150px;
}

footer .top-sitebar-style::before {
    left: -50px;
    background-color: rgb(213,169,197);
    top: -50px;
}

footer .top-pagebar-style h5::after, footer .subscribe_holder h5::after {
    transform: translateX(-50%);
    width: 40px;
    background-color: #ffffff;
    bottom: -8px;
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    content: "";
    left: 50%;
}

footer .input_holder input[type="email"] {
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 12px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 100%;
}

footer .edu-links-style {
    padding: 8px 20px;
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    background-color: rgb(213,169,197,0.5);
}

.learning-system-style .container {
    align-items: center;
    position: relative;
    padding: 0 2rem;
    display: flex;
    max-width: 1200px;
    width: 100%;
    justify-content: center;
    z-index: 5;
}

.learning-system-style .method-innov-style::after {
    z-index: 1;
    border: 1px dashed rgb(213,169,197,0.5);
    animation: rotateDash 15s linear infinite;
    position: absolute;
    content: "";
    inset: 20px;
    opacity: 0.3;
}

.learning-system-style h3::after {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(213,169,197,0.5) 20%,
        rgb(186,129,162,0.5) 80%,
        transparent 100%
    );
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
}

.course-program-description-style::before {
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(135deg, 
                rgba(0, 0, 0, 0.8) 0%,
                rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    content: '';
    height: 100%;
}

.course-program-description-style .education-path-style {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.course-program-description-style .quick-progress-style img {
    filter: grayscale(0.5) brightness(0.7);
    transition: filter 0.5s ease, transform 0.5s ease;
    width: 100%;
    transform: scale(1.05);
    height: 100%;
    object-fit: cover;
}

.course-program-description-style .education-track-style:hover {
    transform: translateY(-10px);
}

.course-program-description-style .education-track-style:hover::before,
.course-program-description-style .education-track-style:hover::after {
    transform: scaleX(1);
}

.course-program-description-style .education-track-style:hover::before {
    transform: scaleX(1);
}

.course-program-description-style .education-track-style h3::before {
    position: absolute;
    left: 0;
    content: '';
    top: 0;
    height: 100%;
    background: rgb(213,169,197);
    width: 4px;
}

.course-program-description-style .education-track-style p {
    margin-bottom: 2.5rem;
    font-size: 15px;
    border-left: 1px solid rgba(rgb(186,129,162), 0.3);
    position: relative;
    color: #000000;
    padding-left: 20px;
    line-height: 1.8;
}

.course-program-description-style .education-track-style .request-reach-style:hover {
    color: #ffffff;
    border-color: rgb(213,169,197);
}

header .top_plank .skill-techpro-style div svg, header .top_plank .skill-techpro-style div svg path {
    fill: #ffffff;
}

header .top_plank .skill-techpro-style div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}

.opening-board-style .learning-welcome-style {
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    align-items: center;
    display: flex;
}

.opening-board-style .knowledge-track-styleGyU > div:first-child {
    position: relative;
}

.opening-board-style .knowledge-track-styleGyU > div:first-child::before {
    content: "";
    background: rgb(186,129,162);
    transform: translateY(-50%);
    height: 80%;
    position: absolute;
    left: -30px;
    top: 50%;
    width: 5px;
}

.opening-board-style p {
    font-size: 15px;
    padding-left: 1rem;
    line-height: 1.6;
    max-width: 85%;
    position: relative;
    font-weight: 400;
    margin-top: 1.5rem;
}

.stay-updated-style .method-innov-style {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    perspective: 1500px;
}

.stay-updated-style h3 {
    margin-bottom: 2rem;
    transform: translateZ(30px);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    width: fit-content;
}

.stay-updated-style input[type="email"] {
    color: #ffffff;
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    font-size: 13px;
    padding: 1.2rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.stay-updated-style .explore-courses-style:hover::before {
    left: 150%;
}

.connect-form-style {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}

.connect-form-style::before {
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
    backdrop-filter: blur(8px);
}



.connect-form-style .query-reach-style {
    background: linear-gradient(145deg, rgb(213,169,197,0.5) 0%, rgb(186,129,162,0.5) 100%);
    overflow: hidden;
    padding: 50px;
    flex: 1;
    position: relative;
}

.connect-form-style .query-reach-style h3::after {
    border-radius: 10px;
    bottom: 0;
    background: #ffffff;
    position: absolute;
    content: '';
    left: 0;
    width: 80px;
    height: 3px;
}

.connect-form-style .query-reach-style div:hover::before {
    height: 80%;
    top: 10%;
}

.connect-form-style .query-reach-style svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.connect-form-style .query-reach-style span a {
    color: #ffffff;
    transition: color 0.3s ease;
    text-decoration: none;
}

.connect-form-style .message-support-style h3::after {
    border-radius: 10px;
    height: 2px;
    transform: translateX(-50%);
    bottom: -15px;
    content: '';
    width: 50px;
    background: rgb(186,129,162);
    left: 50%;
    position: absolute;
}

.connect-form-style .message-support-style input[type="text"]::placeholder,
.connect-form-style .message-support-style input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.connect-form-style .message-support-style .support-query-style label::before {
    position: absolute;
    border-radius: 10px;
    height: 18px;
    left: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    top: 2px;
    content: '';
    width: 18px;
    background: rgba(255, 255, 255, 0.05);
}

.connect-form-style .message-support-style .support-query-style label a {
    text-decoration: none;
    color: rgb(186,129,162);
    transition: color 0.3s ease;
}

.connect-form-style .message-support-style .request-reach-style:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}


@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 767px) {.gratefulPage-style {
    padding: 70px 0 50px;
}.gratefulPage-style .method-innov-style {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.gratefulPage-style h5 {
    font-size: calc(19px * 0.95);
}.gratefulPage-style p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}



@media only screen and (max-width: 800px) {.secure-grotto-style {
    padding: 30px;
    border-radius: 10px;
}.secure-grotto-style h1 {
    font-size: calc(24px - 5px);
}.secure-grotto-style h2 {
    font-size: calc(24px - 3px);
}.secure-grotto-style ul, .secure-grotto-style ol {
    margin: 15px 0;
}.secure-grotto-style li {
    padding: 8px 0;
}.secure-grotto-style p, .secure-grotto-style span, .secure-grotto-style div {
    margin-bottom: 15px;
}}



@media (min-width: 992px) {.instructor-profile-style .container {
    padding: 0 3rem;
}.instructor-profile-style .success-quotes-style {
    grid-template-columns: 260px 1fr 2.5fr;
    padding: 3.5rem;
    grid-gap: 3rem;
}.instructor-profile-style .pic-border-style {
    height: 300px;
    width: 260px;
}.instructor-profile-style .name {
    font-size: calc(22px * 1.3);
    margin-bottom: 1rem;
}.instructor-profile-style .success-quotes-style > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 14px;
}.instructor-profile-style .career-tasks-style {
    line-height: 1.7;
    font-size: calc(14px * 1.1);
}
}



@media screen and (max-width: 768px) {.company-info-style {
    padding: 60px 0;
}.company-info-style .virtual-study-style {
    padding-bottom: 220px;
}.company-info-style .study-track-style {
    padding-top: 220px;
}.company-info-style .virtual-study-style .pic-border-style {
    height: 180px;
}.company-info-style .study-track-style .knowledge-lab-style {
    height: 180px;
}
}



@media screen and (max-width: 480px) {.company-info-style {
    padding: 40px 0;
}.company-info-style .container {
    padding: 0 20px;
}.company-info-style h3 {
    margin-bottom: 20px;
    font-size: calc(30px * 0.7);
}.company-info-style .virtual-study-style,
    .company-info-style .study-track-style {
    padding: 20px;
}.company-info-style .virtual-study-style {
    padding-bottom: 170px;
}.company-info-style .study-track-style {
    padding-top: 170px;
}.company-info-style .virtual-study-style .pic-border-style,
    .company-info-style .study-track-style .knowledge-lab-style {
    height: 150px;
}}


@media only screen and (max-width: 1200px) {.cookieUsagePromptBar-style {
    padding: 20px;
}
}


@media only screen and (max-width: 800px) {.cookies-tracking-style {
    display: none;
}.consent-ack-style {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookieUsagePromptBar-style h5 {
    text-align: center;
}.cookieUsagePromptBar-style p {
    text-align: center;
}.edu-track-style {
    margin-bottom: 20px;
}body .wrap-structure-style .tracking-policy-style {
    margin-left: 0;
}}



@media (max-width: 576px) {.statistical-summary-style {
    padding: 60px 0;
}.statistical-summary-style h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.statistical-summary-style .container {
    padding: 0 15px;
}.statistical-summary-style ul {
    gap: 15px;
}.statistical-summary-style .statistics-experts-style {
    height: auto;
    aspect-ratio: 1/1;
    width: calc(50% - 15px);
}.statistical-summary-style .statistics-experts-style p {
    font-size: calc(38px * 0.9);
}.statistical-summary-style .statistics-experts-style span {
    font-size: calc(16px * 0.75);
}
}



@media (max-width: 992px) {.learning-system-style .container {
    padding: 3rem 1.5rem;
}.learning-system-style .method-innov-style {
    padding: 3rem;
}.learning-system-style h3 {
    text-align: center;
    font-size: calc(28px * 0.9);
}.learning-system-style span {
    font-size: calc(17px * 0.95);
}.learning-system-style .method-innov-style::after {
    inset: 15px;
}
}



@media (max-width: 1200px) {.course-program-description-style .education-track-style {
    grid-column: 2 / 12;
}
}



@media (max-width: 991px) {.course-program-description-style {
    padding: 4rem 0;
}.course-program-description-style .education-track-style {
    margin: 0 20px;
    grid-column: 1 / 13;
}
}



@media (min-width: 768px) {.opening-board-style .knowledge-track-styleGyU {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.opening-board-style .title_style_header {
    font-size: calc(38px + 0.5rem);
}.opening-board-style h3 {
    font-size: 18px;
}
}



@media (max-width: 480px) {.opening-board-style {
    min-height: 500px;
}.opening-board-style .learning-welcome-style {
    min-height: 500px;
}.opening-board-style .knowledge-track-styleGyU {
    gap: 1.5rem;
    padding: 1.5rem 1rem;
}.opening-board-style .title_style_header {
    font-size: 31px;
}.opening-board-style .knowledge-track-styleGyU > div:first-child::before {
    left: -15px;
    height: 70%;
}.opening-board-style .knowledge-track-styleGyU > div:nth-child(2) {
    padding-left: 1rem;
}.opening-board-style h3 {
    font-size: calc(15px - 0.1rem);
}
}



@media (max-width: 992px) {.connect-form-style {
    padding: 80px 0;
}.connect-form-style .reach-grid-style {
    flex-direction: column;
}.connect-form-style .query-reach-style,
    .connect-form-style .message-support-style {
    padding: 40px;
}.connect-form-style .query-reach-style {
    text-align: center;
}.connect-form-style .query-reach-style h3::after {
    transform: translateX(-50%);
    left: 50%;
}.connect-form-style .query-reach-style div {
    justify-content: center;
    padding-left: 0;
}.connect-form-style .query-reach-style div::before {
    display: none;
}
}



@keyframes rotateCircle {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}



@keyframes borderFlowInner {
    0% {
        border-image-source: linear-gradient(45deg, 
            rgb(213,169,197,0.5) 0%, 
            transparent 25%, 
            rgb(186,129,162,0.5) 50%, 
            transparent 75%, 
            rgb(213,169,197,0.5) 100%
        );
    }
    50% {
        border-image-source: linear-gradient(45deg, 
            rgb(186,129,162,0.5) 0%, 
            transparent 25%, 
            rgb(213,169,197,0.5) 50%, 
            transparent 75%, 
            rgb(186,129,162,0.5) 100%
        );
    }
    100% {
        border-image-source: linear-gradient(45deg, 
            rgb(213,169,197,0.5) 0%, 
            transparent 25%, 
            rgb(186,129,162,0.5) 50%, 
            transparent 75%, 
            rgb(213,169,197,0.5) 100%
        );
    }
}

