* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.search-foot-461 {
    flex: 0 0 auto;
}.top-start-098 {
    flex: 1 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.inner-container-138 {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1177px;
    margin: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.about-this-378 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.about-this-378::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: 1;
}.about-this-378::after {
    animation: float 18s infinite ease-in-out;
    border: 2px solid rgb(186,177,195);
    width: 300px;
    top: -150px;
    right: -100px;
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    content: "";
    opacity: 0.15;
    pointer-events: none;
    height: 300px;
}.about-this-378 h4 {
    transform: translateX(40px);
    margin-bottom: 40px;
    padding-left: 60px;
    font-weight: 700;
    z-index: 2;
    color: #ffffff;
    opacity: 0;
    font-size: calc(21px * 1.2);
    animation: slideIn 0.8s 0.2s forwards ease-out;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}.about-this-378 h4::before {
    background: rgb(186,177,195);
    width: 40px;
    transform: translateY(-50%);
    height: 2px;
    content: "";
    left: 0;
    position: absolute;
    top: 50%;
}.about-this-378 .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.about-this-378 .metadata-block-372 {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(186,177,195);
    backdrop-filter: blur(8px);
    padding: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.about-this-378 .metadata-block-372::before {
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(186,177,195,0.5), transparent);
    left: 0;
    width: 100%;
    opacity: 0.05;
    z-index: -1;
    position: absolute;
}.about-this-378 .metadata-block-372 h6 {
    color: rgb(186,177,195);
    animation: slideIn 0.8s 0.5s forwards ease-out;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    transform: translateX(-10px);
    opacity: 0;
    font-weight: 700;
    font-size: calc(33px * 0.9);
}.about-this-378 .metadata-block-372 h6::after {
    background: rgb(186,177,195);
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    animation: expandWidth 1.2s 0.8s forwards cubic-bezier(.17,.67,.83,.67);
    height: 2px;
    width: 60%;
    bottom: -8px;
    position: absolute;
}.about-this-378 .metadata-block-372 div {
    padding-right: 15px;
    overflow-y: auto;
    max-height: 300px;
    position: relative;
    scroll-behavior: smooth;
}.about-this-378 .metadata-block-372 div::-webkit-scrollbar {
    width: 4px;
}.about-this-378 .metadata-block-372 div::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
}.about-this-378 .metadata-block-372 div::-webkit-scrollbar-thumb {
    background: rgb(186,177,195,0.5);
    border-radius: 10px;
}.about-this-378 .metadata-block-372 span {
    color: #ffffff;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.9;
    opacity: 0;
    font-size: 13px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(20px);
}

@keyframes slideIn {
    0% {
        transform: translateX(40px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@keyframes float {
    0%, 100% {
        transform: rotate(45deg) translate(0, 0);
    }
    25% {
        transform: rotate(45deg) translate(-20px, 20px);
    }
    50% {
        transform: rotate(45deg) translate(-40px, 0);
    }
    75% {
        transform: rotate(45deg) translate(-20px, -20px);
    }
}

@media (max-width: 991px) {.about-this-378 {
    padding: 80px 0;
}.about-this-378 h4 {
    padding-left: 40px;
    margin-left: 15px;
    font-size: calc(21px * 1.1);
}.about-this-378 h4::before {
    width: 30px;
}.about-this-378 .metadata-block-372 {
    padding: 40px 30px;
}.about-this-378 .metadata-block-372 h6 {
    font-size: calc(33px * 0.8);
}
}

@media (max-width: 767px) {.about-this-378 {
    padding: 60px 0;
}.about-this-378 h4 {
    padding-left: 35px;
    font-size: 21px;
}.about-this-378 h4::before {
    width: 25px;
}.about-this-378 .metadata-block-372 {
    padding: 30px 20px;
}.about-this-378 .metadata-block-372 h6 {
    margin-bottom: 20px;
    font-size: calc(33px * 0.7);
}.about-this-378 .metadata-block-372 div {
    max-height: 250px;
}.about-this-378 .metadata-block-372 span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.about-this-378 {
    padding: 50px 0;
}.about-this-378 h4 {
    letter-spacing: 2px;
    padding-left: 30px;
    margin-left: 10px;
    font-size: calc(21px * 0.9);
}.about-this-378 h4::before {
    width: 20px;
}.about-this-378 .metadata-block-372 {
    padding: 25px 15px;
    border-left-width: 3px;
}.about-this-378 .metadata-block-372 h6 {
    margin-bottom: 15px;
    font-size: calc(33px * 0.6);
}.about-this-378 .metadata-block-372 div {
    max-height: 200px;
}.about-this-378 .metadata-block-372 span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}}.gratMessage-840 {
    position: relative;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgb(186,177,195,0.5) 100%);
    overflow: hidden;
}.gratMessage-840::before {
    content: "";
    background-size: 60px 60px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(174,122,161,0.5) 49.5%, rgb(174,122,161,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(174,122,161,0.5) 49.5%, rgb(174,122,161,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    opacity: 0.1;
    width: 100%;
    pointer-events: none;
}.gratMessage-840::after {
    right: -10%;
    height: 70%;
    width: 50%;
    background: rgb(186,177,195);
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    position: absolute;
    top: 20%;
    z-index: 0;
    opacity: 0.03;
}.gratMessage-840 .container {
    padding: 0 20px;
    max-width: 1200px;
    transform-style: preserve-3d;
    perspective: 1000px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.gratMessage-840 h2 {
    margin-bottom: 40px;
    opacity: 0;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: left;
    color: #000000;
    position: relative;
    font-size: 32px;
    transform: translateZ(30px);
    font-weight: 700;
}.gratMessage-840 h2::after {
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(186,177,195), rgb(174,122,161));
    width: 80px;
    content: "";
    transform-origin: left;
}.gratMessage-840 .pro-track-347 {
    position: relative;
    overflow: hidden;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 50px 40px;
    border-radius: 10px;
    background: #ffffff;
}.gratMessage-840 .pro-track-347::before {
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(186,177,195,0.5) 0%, transparent 80%);
    opacity: 0.07;
}.gratMessage-840 .pro-track-347::after {
    height: 300%;
    z-index: 0;
    left: -100%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    width: 300%;
    background: radial-gradient(circle, rgb(186,177,195,0.5) 0%, transparent 70%);
    opacity: 0;
    content: "";
    transform: scale(0.8);
    pointer-events: none;
    position: absolute;
    top: -100%;
}.gratMessage-840 .pro-track-347:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.gratMessage-840 ul {
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0;
}.gratMessage-840 li {
    position: relative;
    z-index: 2;
    padding-left: 30px;
}.gratMessage-840 li::before {
    background: linear-gradient(135deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    content: "";
    height: 10px;
    border-radius: 50%;
    width: 10px;
    transform: scale(0);
    left: 0;
    top: 12px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
}.gratMessage-840 li span {
    display: block;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(20px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    opacity: 0;
}.gratMessage-840 .pro-track-347:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

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

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


@media screen and (max-width: 1200px) {.gratMessage-840 {
    padding: 100px 0 80px;
}.gratMessage-840 h2 {
    font-size: calc(32px - 2px);
}
}

@media screen and (max-width: 992px) {.gratMessage-840 {
    padding: 80px 0 60px;
}.gratMessage-840 h2 {
    font-size: calc(32px - 4px);
}.gratMessage-840 .pro-track-347 {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.gratMessage-840 {
    padding: 60px 0 50px;
}.gratMessage-840 h2 {
    font-size: calc(32px - 6px);
    margin-bottom: 30px;
}.gratMessage-840 .pro-track-347 {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.gratMessage-840 h2::after {
    height: 3px;
    width: 60px;
}.gratMessage-840 li {
    padding-left: 25px;
}.gratMessage-840 li::before {
    height: 8px;
    width: 8px;
}
}

@media screen and (max-width: 576px) {.gratMessage-840 {
    padding: 50px 0 40px;
}.gratMessage-840 h2 {
    margin-bottom: 25px;
    font-size: calc(32px - 8px);
}.gratMessage-840 .pro-track-347 {
    padding: 25px 20px;
}.gratMessage-840 li {
    padding-left: 22px;
}.gratMessage-840 li span {
    line-height: 1.6;
    font-size: calc(15px - 1px);
}.gratMessage-840 li::before {
    height: 7px;
    width: 7px;
    top: 10px;
}
}

@media (hover: none) {.gratMessage-840 .pro-track-347:hover {
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
}.gratMessage-840 .pro-track-347:hover::after {
    opacity: 0;
}}.education-history-318 {
    overflow: hidden;
    padding: 6rem 2rem;
    position: relative;
    background-color: rgb(217,213,221);
}.education-history-318::before {
    background: rgb(186,177,195,0.5);
    right: -100px;
    filter: blur(120px);
    height: 300px;
    width: 300px;
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    top: -100px;
    content: "";
}.education-history-318::after {
    filter: blur(100px);
    position: absolute;
    width: 250px;
    bottom: -80px;
    height: 250px;
    content: "";
    left: -80px;
    border-radius: 50%;
    background: rgb(174,122,161,0.5);
    z-index: 0;
}.education-history-318 .review-experiences-579 {
    display: grid;
    position: relative;
    gap: 0;
    background: #ffffff;
    margin: 0 auto;
    max-width: 1100px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.08), 
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 28px;
    grid-template-columns: 1fr 1.2fr;
    z-index: 2;
    overflow: visible;
}.education-history-318 .portrait-img-701 {
    transform: translateX(-30px) translateY(-30px);
    height: 500px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 28px 0 0 28px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
}.education-history-318 .portrait-img-701::before {
    left: 30px;
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgb(186,177,195,0.5);
    border-radius: 28px;
    top: 30px;
    content: "";
    z-index: -1;
}.education-history-318 .emp-tasks-436 {
    justify-content: center;
    padding: 4rem 3rem;
    flex-direction: column;
    display: flex;
}.education-history-318 .name {
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 38px;
}.education-history-318 .emp-tasks-436 > div:nth-child(2) {
    color: rgb(186,177,195);
    font-size: 23px;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 400;
    display: inline-block;
    padding-bottom: 15px;
}.education-history-318 .emp-tasks-436 > div:nth-child(2)::after {
    bottom: 0;
    width: 60px;
    content: "";
    left: 0;
    background: rgb(174,122,161);
    height: 2px;
    position: absolute;
}.education-history-318 .job-skills-136 {
    color: #000000;
    line-height: 1.7;
    font-size: calc(16px * 1.1);
    font-family: Arial, sans-serif;
    font-style: italic;
    position: relative;
    font-weight: 300;
}.education-history-318 .job-skills-136::before {
    font-size: 5rem;
    content: "";
    left: -2rem;
    top: -2.5rem;
    z-index: -1;
    color: rgb(174,122,161,0.5);
    position: absolute;
    font-family: serif;
}.education-history-318 .review-experiences-579:hover .portrait-img-701 {
    transform: translateX(-20px) translateY(-40px);
}@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgb(186,177,195,0.5); }
    70% { box-shadow: 0 0 0 15px rgba(0, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); }
}

.education-history-318 .review-experiences-579:hover .name {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, rgb(186,177,195), rgb(174,122,161));
    -webkit-background-clip: text !important;
    background-clip: text !important;
    text-fill-color: transparent;
}

@media (max-width: 992px) {.education-history-318 .review-experiences-579 {
    grid-template-columns: 1fr;
    max-width: 90%;
}.education-history-318 .portrait-img-701 {
    transform: translateY(-30px);
    border-radius: 28px 28px 0 0;
    height: 400px;
}.education-history-318 .portrait-img-701::before {
    top: 30px;
    left: 0;
    width: 100%;
}.education-history-318 .emp-tasks-436 {
    padding: 1rem 2rem 3rem;
}.education-history-318 .review-experiences-579:hover .portrait-img-701 {
    transform: translateY(-40px);
}
}

@media (max-width: 576px) {.education-history-318 {
    padding: 4rem 1rem;
}.education-history-318 .review-experiences-579 {
    max-width: 100%;
}.education-history-318 .portrait-img-701 {
    height: 320px;
    transform: translateY(-20px);
}.education-history-318 .portrait-img-701::before {
    top: 20px;
}.education-history-318 .emp-tasks-436 {
    padding: 0.5rem 1.5rem 2.5rem;
}.education-history-318 .name {
    font-size: calc(31px);
}.education-history-318 .emp-tasks-436 > div:nth-child(2) {
    font-size: 16px;
    letter-spacing: 1px;
}.education-history-318 .job-skills-136 {
    font-size: 16px;
}.education-history-318 .review-experiences-579:hover .portrait-img-701 {
    transform: translateY(-25px);
}}.secure-nest-701 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(245, 245, 250, 0.97) 100%);
}.secure-nest-701::before {
    left: 0;
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(186,177,195,0.5), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(rgb(174,122,161,0.5), 0.04) 0%, transparent 50%);
    content: "";
    width: 100%;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}.secure-nest-701 .container {
    animation: fadeIn 0.8s ease-out forwards;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    transform: translateZ(0);
    position: relative;
    max-width: 1140px;
}.secure-nest-701 h1 {
    position: relative;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.01em;
    font-size: 45px;
    transform: translateX(-5px);
}.secure-nest-701 h1::after {
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 80px;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    animation-delay: 0.2s;
    left: 0;
    bottom: -12px;
    position: absolute;
    content: "";
    opacity: 0;
}.secure-nest-701 h2 {
    position: relative;
    font-size: 30px;
    padding-left: 1rem;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    color: #000000;
    border-left: 3px solid rgb(186,177,195);
}.secure-nest-701 h3 {
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(30px * 0.85);
    border-left: 2px solid rgb(174,122,161);
    padding-left: 1rem;
    position: relative;
}.secure-nest-701 h4 {
    margin: 2rem 0 1rem;
    border-left: 1px solid rgb(174,122,161);
    font-weight: 600;
    padding-left: 1rem;
    color: #000000;
    font-size: calc(30px * 0.75);
    position: relative;
}.secure-nest-701 p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    max-width: 90ch;
    margin-bottom: 1.5rem;
    font-size: 15px;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
}.secure-nest-701 p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.secure-nest-701 span {
    max-width: 90ch;
    display: block;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
}.secure-nest-701 ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
}.secure-nest-701 li {
    padding-left: 1.8rem;
    margin-bottom: 1rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
    position: relative;
}.secure-nest-701 li::before {
    left: 0;
    top: 0.8rem;
    width: 6px;
    transform: translateY(-50%);
    background-color: rgb(186,177,195);
    border-radius: 50%;
    position: absolute;
    height: 6px;
    content: "";
}.secure-nest-701 li:nth-child(2n)::before {
    background-color: rgb(174,122,161);
}@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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


.secure-nest-701 h2:hover,
.secure-nest-701 h3:hover,
.secure-nest-701 h4:hover {
    transition: transform 0.3s ease-out;
    transform: translateX(5px);
}


@media (max-width: 992px) {.secure-nest-701 {
    padding: 4rem 0;
}.secure-nest-701 h1 {
    font-size: calc(45px * 0.9);
}.secure-nest-701 h2 {
    font-size: calc(30px * 0.9);
}.secure-nest-701 h3 {
    font-size: calc(30px * 0.8);
}.secure-nest-701 h4 {
    font-size: calc(30px * 0.7);
}
}

@media (max-width: 768px) {.secure-nest-701 {
    padding: 3rem 0;
}.secure-nest-701 .container {
    padding: 0 1.5rem;
}.secure-nest-701 h1 {
    margin-bottom: 2rem;
    font-size: calc(45px * 0.85);
}.secure-nest-701 h1::after {
    width: 60px;
}.secure-nest-701 h2 {
    margin: 2.5rem 0 1.25rem;
}.secure-nest-701 h3 {
    margin: 2rem 0 1rem;
}.secure-nest-701 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 576px) {.secure-nest-701 {
    padding: 2.5rem 0;
}.secure-nest-701 .container {
    padding: 0 1.25rem;
}.secure-nest-701 h1 {
    transform: translateX(0);
    font-size: calc(45px * 0.75);
}.secure-nest-701 h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.8);
}.secure-nest-701 h3 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.7);
}.secure-nest-701 h4 {
    font-size: calc(30px * 0.6);
    padding-left: 0.75rem;
}.secure-nest-701 p,
    .secure-nest-701 span {
    font-size: calc(15px * 0.95);
}.secure-nest-701 ul {
    margin-left: 0.5rem;
}.secure-nest-701 li {
    padding-left: 1.25rem;
    margin-bottom: 0.8rem;
    font-size: calc(15px * 0.95);
}}.course-program-details-563 {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    display: grid;
    position: relative;
    background-color: rgb(217,213,221);
    min-height: 100vh;
}.course-program-details-563 .coding-expert-279 {
    position: relative;
    grid-column: 1;
    height: 100%;
    grid-row: 1;
    width: 100%;
    z-index: 1;
}.course-program-details-563 .coding-expert-279::before {
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}.course-program-details-563 .career-challenge-295 {
    width: 500%;
    height: 100%;
    animation: carousel-slide 25s ease-in-out infinite;
    display: flex;
}.course-program-details-563 .coding-expert-279:hover .career-challenge-295 {
    animation-play-state: paused;
}.course-program-details-563 .job-success-296 {
    height: 100%;
    position: relative;
    width: 20%;
}.course-program-details-563 .job-success-296 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}.course-program-details-563 .job-success-296:hover img {
    transform: scale(1.05);
}.course-program-details-563 .container {
    z-index: 10;
    height: 100%;
    position: relative;
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
    grid-column: 1 / 3;
    grid-row: 1;
}.course-program-details-563 .pro-track-347 {
    padding: 0;
    margin-right: 5%;
    position: relative;
    width: 55%;
}.course-program-details-563 .training-901 {
    max-width: 700px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    position: relative;
    padding: 3.5rem;
}.course-program-details-563 .training-901:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.course-program-details-563 .training-901::before {
    height: 100%;
    width: 100%;
    content: '';
    opacity: 1;
    position: absolute;
    left: 0;
    background-color: rgb(217,213,221);
    z-index: -1;
    top: 0;
    border-radius: 10px;
}.course-program-details-563 .training-901::after {
    width: 5px;
    height: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(to bottom,
                rgb(186,177,195) 0%,
                rgb(174,122,161) 100%);
    left: 0;
    top: 0;
}.course-program-details-563 .training-901 h3 {
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
    color: rgb(186,177,195);
    padding-left: 1.5rem;
    text-transform: uppercase;
    font-size: 30px;
}.course-program-details-563 .training-901 h3::after {
    width: 50px;
    height: 3px;
    background-color: rgb(174,122,161);
    bottom: -0.5rem;
    position: absolute;
    left: 1.5rem;
    content: '';
}.course-program-details-563 .training-901 p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 2rem;
    color: #000000;
    padding-left: 1.5rem;
}.course-program-details-563 .training-901 .help-list-596 {
    display: inline-block;
    font-weight: 600;
    margin-left: 1.5rem;
    padding: 0.8rem 2rem;
    background-color: transparent;
    color: rgb(186,177,195);
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 10px;
    letter-spacing: 0.5px;
    border: 2px solid rgb(186,177,195);
}.course-program-details-563 .training-901 .help-list-596::before {
    content: '';
    width: 100%;
    left: -100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background-color: rgb(186,177,195);
    transition: all 0.3s ease;
}.course-program-details-563 .training-901 .help-list-596:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(rgb(186,177,195), 0.3);
}.course-program-details-563 .training-901 .help-list-596:hover::before {
    left: 0;
}.course-program-details-563 .training-901 .help-list-596:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(rgb(186,177,195), 0.2);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course-program-details-563 {
    min-height: auto;
    display: flex;
    flex-direction: column;
}.course-program-details-563 .coding-expert-279 {
    height: 400px;
    width: 100%;
}.course-program-details-563 .coding-expert-279::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.course-program-details-563 .container {
    position: relative;
    padding: 3rem 1rem;
}.course-program-details-563 .pro-track-347 {
    margin-right: 0;
    width: 100%;
}.course-program-details-563 .training-901 {
    max-width: 100%;
}
}

@media (max-width: 767px) {.course-program-details-563 .coding-expert-279 {
    height: 350px;
}.course-program-details-563 .training-901 h3 {
    font-size: calc(30px * 0.9);
}.course-program-details-563 .career-challenge-295 {
    width: 600%;
    animation-duration: 20s;
}.course-program-details-563 .job-success-296 {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course-program-details-563 .coding-expert-279 {
    height: 300px;
}.course-program-details-563 .training-901 {
    padding: 2rem 1.5rem;
}.course-program-details-563 .training-901 h3 {
    padding-left: 1rem;
}.course-program-details-563 .training-901 p {
    padding-left: 1rem;
}.course-program-details-563 .training-901 .help-list-596 {
    margin-left: 1rem;
}}.connect-form-513 {
    background: linear-gradient(125deg, rgb(217,213,221) 0%, rgb(174,122,161,0.5) 50%, rgb(217,213,221) 100%);
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 100px 0;
}.connect-form-513::before {
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0,0,0,0.02) 10px, rgba(0,0,0,0.02) 20px);
    opacity: 0.7;
    top: 0;
    z-index: -1;
}.connect-form-513::after {
    animation: rotate 120s linear infinite;
    z-index: -1;
    width: 200%;
    opacity: 0.2;
    background: 
        conic-gradient(
            from 0deg at 50% 50%,
            transparent 0%,
            rgb(186,177,195,0.5) 5%,
            transparent 10%,
            transparent 90%,
            rgb(174,122,161,0.5) 95%,
            transparent 100%
        );
    position: absolute;
    content: '';
    top: -50%;
    left: -50%;
    height: 200%;
}.connect-form-513 .portrait-img-701 {
    width: 100%;
    z-index: 0;
    left: 0;
    mix-blend-mode: luminosity;
    height: 100%;
    top: 0;
    opacity: 0.15;
    position: absolute;
    filter: contrast(120%) brightness(110%) blur(5px);
}.connect-form-513 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.connect-form-513 h3 {
    position: relative;
    text-align: center;
    font-family: Arial, sans-serif;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}.connect-form-513 h3::before {
    top: -15px;
    border-radius: 10px;
    height: 4px;
    width: 40px;
    left: 50%;
    position: absolute;
    content: '';
    background: rgb(186,177,195);
    transform: translateX(-50%);
}.connect-form-513 h3::after {
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: '';
    bottom: -15px;
    left: 50%;
    position: absolute;
    background: rgb(186,177,195);
    height: 4px;
}.connect-form-513 .help-links-146 {
    flex-wrap: wrap;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 29px;
    overflow: hidden;
    display: flex;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
}.connect-form-513 .help-links-146::before {
    z-index: 0;
    background: linear-gradient(135deg, 
        transparent 20%, 
        rgba(255, 255, 255, 0.05) 40%, 
        rgba(255, 255, 255, 0.1) 60%, 
        transparent 80%);
    content: '';
    inset: 0;
    pointer-events: none;
    position: absolute;
}.connect-form-513 .help-links-146::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation: pulse-border 4s infinite alternate;
    border-radius: 29px;
    content: '';
    inset: 0;
    box-shadow: 0 0 25px rgb(186,177,195,0.5);
    pointer-events: none;
    position: absolute;
}.connect-form-513 .connect-query-716 {
    flex: 1 1 60%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 50px;
}.connect-form-513 .connect-query-716::before {
    left: 0;
    content: '';
    height: 100%;
    z-index: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(0, 0, 0, 0.02) 0%, transparent 25%);
    top: 0;
    position: absolute;
}.connect-form-513 .connect-query-716::after {
    border-radius: 0 0 0 150px;
    content: '';
    right: 0;
    position: absolute;
    width: 150px;
    height: 150px;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 40%, rgb(186,177,195,0.5) 100%);
    top: 0;
    opacity: 0.5;
}.connect-form-513 .connect-query-716 #contact {
    position: relative;
    z-index: 2;
}.connect-form-513 .connect-query-716 h3 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    text-align: left;
}.connect-form-513 .connect-query-716 h3::before {
    display: none;
}.connect-form-513 .connect-query-716 h3::after {
    background: rgb(186,177,195);
    width: 60px;
    bottom: -10px;
    transform: none;
    left: 0;
}.connect-form-513 .connect-query-716 input[type="text"],
.connect-form-513 .connect-query-716 textarea {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03) inset;
    color: #000000;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 18px 25px;
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    transition: all 0.3s ease;
    font-size: 16px;
}.connect-form-513 .connect-query-716 input[type="text"]:focus,
.connect-form-513 .connect-query-716 textarea:focus {
    background-color: #ffffff;
    box-shadow: 
        0 2px 5px rgba(0, 0, 0, 0.03) inset,
        0 0 0 3px rgb(186,177,195,0.5);
    outline: none;
    border-color: rgb(186,177,195);
}.connect-form-513 .connect-query-716 textarea {
    height: 150px;
    resize: vertical;
}.connect-form-513 .connect-query-716 .support-inquiry-194 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.connect-form-513 .connect-query-716 .support-inquiry-194 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect-form-513 .connect-query-716 .support-inquiry-194 label {
    font-size: calc(16px - 2px);
    line-height: 1.5;
    padding-left: 38px;
    cursor: pointer;
    position: relative;
    color: #000000;
}.connect-form-513 .connect-query-716 .support-inquiry-194 label::before {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 2px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.02);
    width: 24px;
    content: '';
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset;
}.connect-form-513 .connect-query-716 .support-inquiry-194 label::after {
    opacity: 0;
    left: 5px;
    transition: all 0.3s ease;
    transform: scale(0.6);
    position: absolute;
    width: 15px;
    top: 2px;
    background-color: rgb(186,177,195);
    content: '';
    border-radius: calc(10px - 2px);
    height: 15px;
}.connect-form-513 .connect-query-716 .support-inquiry-194 input[type="checkbox"]:checked + label::before {
    border-color: rgb(186,177,195);
}.connect-form-513 .connect-query-716 .support-inquiry-194 input[type="checkbox"]:checked + label::after {
    transform: scale(1);
    opacity: 1;
}.connect-form-513 .connect-query-716 .support-inquiry-194 a {
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease;
    color: rgb(186,177,195);
}.connect-form-513 .connect-query-716 .support-inquiry-194 a::after {
    width: 100%;
    background-color: rgb(186,177,195);
    position: absolute;
    transition: transform 0.3s ease;
    content: '';
    transform: scaleX(0);
    left: 0;
    height: 1px;
    bottom: -2px;
    transform-origin: right;
}.connect-form-513 .connect-query-716 .support-inquiry-194 a:hover {
    color: rgb(174,122,161);
}.connect-form-513 .connect-query-716 .support-inquiry-194 a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
    background-color: rgb(174,122,161);
}.connect-form-513 .connect-query-716 .help-list-596 {
    border-radius: 29px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    cursor: pointer;
    box-shadow: 
        0 5px 15px rgb(186,177,195,0.5),
        0 0 0 1px rgb(186,177,195,0.5) inset;
    text-transform: uppercase;
    background: linear-gradient(135deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    overflow: hidden;
    padding: 16px 35px;
    font-weight: 600;
    border: none;
}.connect-form-513 .connect-query-716 .help-list-596::before {
    width: 100%;
    transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.connect-form-513 .connect-query-716 .help-list-596::after {
    height: 3px;
    position: absolute;
    width: 100%;
    opacity: 0.5;
    bottom: 0;
    animation: glow 2s infinite;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 0;
    content: '';
}.connect-form-513 .connect-query-716 .help-list-596:hover {
    box-shadow: 
        0 8px 25px rgb(186,177,195,0.5),
        0 0 0 1px rgb(186,177,195) inset;
    background: linear-gradient(135deg, rgb(174,122,161) 0%, rgb(186,177,195) 100%);
    transform: translateY(-3px);
}.connect-form-513 .connect-query-716 .help-list-596:hover::before {
    left: 100%;
}.connect-form-513 .request-feedback-748 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(186,177,195) 0%, rgb(174,122,161) 100%);
    flex: 1 1 40%;
    padding: 50px;
    position: relative;
}.connect-form-513 .request-feedback-748::before {
    left: 0;
    top: 0;
    opacity: 1;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px),
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
}.connect-form-513 .request-feedback-748::after {
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    z-index: 0;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(255, 255, 255, 0.05) 50%, transparent 75%);
    position: absolute;
    animation: shine 8s infinite linear;
    width: 100%;
}.connect-form-513 .request-feedback-748 h4 {
    text-transform: uppercase;
    z-index: 1;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 19px;
}.connect-form-513 .request-feedback-748 h4::after {
    position: absolute;
    width: 60px;
    height: 3px;
    background: #ffffff;
    content: '';
    bottom: -10px;
    border-radius: 10px;
    left: 0;
}.connect-form-513 .request-feedback-748 .query-card-570 {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 1;
}.connect-form-513 .request-feedback-748 .query-card-570 li {
    margin-bottom: 30px;
    display: flex;
    padding-bottom: 20px;
    position: relative;
    align-items: flex-start;
}.connect-form-513 .request-feedback-748 .query-card-570 li:not(:last-child)::after {
    bottom: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: 0;
}.connect-form-513 .request-feedback-748 .query-card-570 li svg {
    width: 26px;
    height: 26px;
    margin-right: 20px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    position: relative;
}.connect-form-513 .request-feedback-748 .query-card-570 li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect-form-513 .request-feedback-748 .query-card-570 li:hover svg {
    transform: scale(1.1);
    transition: transform 0.3s ease;
}.connect-form-513 .request-feedback-748 .query-card-570 li:hover svg path {
    fill: rgba(255, 255, 255, 0.9);
}.connect-form-513 .request-feedback-748 .query-card-570 li span {
    font-size: 16px;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}.connect-form-513 .request-feedback-748 .query-card-570 li a {
    text-decoration: none;
    position: relative;
    color: #ffffff;
    transition: all 0.3s ease;
}.connect-form-513 .request-feedback-748 .query-card-570 li a::after {
    transform: scaleX(0);
    transform-origin: right;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-color: #ffffff;
    height: 1px;
    transition: transform 0.3s ease;
    content: '';
}.connect-form-513 .request-feedback-748 .query-card-570 li a:hover {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}.connect-form-513 .request-feedback-748 .query-card-570 li a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 15px rgb(186,177,195,0.5);
    }
    50% {
        box-shadow: 0 0 25px rgb(174,122,161,0.5);
    }
}

@keyframes glow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.7;
    }
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@media (max-width: 992px) {.connect-form-513 {
    padding: 80px 0;
}.connect-form-513 .container {
    padding: 0 20px;
}.connect-form-513 .help-links-146 {
    flex-direction: column;
}.connect-form-513 .connect-query-716,
    .connect-form-513 .request-feedback-748 {
    flex: 1 1 100%;
}.connect-form-513 .connect-query-716 {
    padding: 40px;
}.connect-form-513 .request-feedback-748 {
    padding: 40px;
}
}

@media (max-width: 768px) {.connect-form-513 {
    padding: 60px 0;
}.connect-form-513 h3 {
    margin-bottom: 40px;
    font-size: calc(36px - 4px);
}.connect-form-513 .connect-query-716 h3,
    .connect-form-513 .request-feedback-748 h4 {
    margin-bottom: 30px;
    font-size: calc(19px - 2px);
}.connect-form-513 .connect-query-716 input[type="text"],
    .connect-form-513 .connect-query-716 textarea {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect-form-513 .connect-query-716 textarea {
    height: 120px;
}.connect-form-513 .connect-query-716 .help-list-596 {
    font-size: calc(18px - 1px);
    padding: 14px 30px;
}.connect-form-513 .request-feedback-748 .query-card-570 li {
    padding-bottom: 15px;
    margin-bottom: 25px;
}.connect-form-513 .request-feedback-748 .query-card-570 li svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.connect-form-513 {
    padding: 40px 0;
}.connect-form-513 .connect-query-716,
    .connect-form-513 .request-feedback-748 {
    padding: 30px 20px;
}.connect-form-513 h3 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}.connect-form-513 .connect-query-716 .support-inquiry-194 label {
    font-size: calc(16px - 3px);
}.connect-form-513 .request-feedback-748 .query-card-570 li:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 12px;
}}.operation-process-074 {
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgb(174,122,161,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.operation-process-074::before {
    z-index: 1;
    opacity: 0.7;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 70% 30%, rgb(186,177,195,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    transform: translateZ(0);
    content: "";
    top: 0;
}.operation-process-074::after {
    opacity: 0.15;
    width: 300px;
    z-index: 1;
    transform: translateZ(0);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    content: "";
    right: 0;
    bottom: 0;
    height: 300px;
    background: linear-gradient(225deg, rgb(174,122,161) 0%, transparent 70%);
    position: absolute;
}.operation-process-074 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    padding: 0 20px;
}.operation-process-074 .pro-track-347 {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
}.operation-process-074 .pro-track-347:hover {
    transform: perspective(1000px) rotateX(0deg);
}.operation-process-074 .pro-track-347 > div {
    padding: calc(2rem + 1vw);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(10px);
}.operation-process-074 .pro-track-347 > div::before {
    background: linear-gradient(to bottom, rgb(186,177,195), rgb(174,122,161));
    transform: translateZ(0);
    left: 0;
    top: 0;
    position: absolute;
    width: 6px;
    height: 100%;
    content: "";
}.operation-process-074 .pro-track-347 > div:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}.operation-process-074 h3 {
    margin-bottom: calc(1rem + 0.5vw);
    padding-left: 20px;
    line-height: 1.4;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    font-size: calc(18px + 0.2vw);
    font-weight: 700;
}.operation-process-074 h3::after {
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    transform: scaleX(1);
    background: rgb(186,177,195);
    left: 20px;
    width: 60px;
    transform-origin: left center;
    bottom: -10px;
}.operation-process-074 .pro-track-347 > div:hover h3::after {
    transform: scaleX(1.5);
}.operation-process-074 p {
    transition: opacity 0.3s ease;
    position: relative;
    z-index: 2;
    color: #000000;
    line-height: 1.8;
    opacity: 0.9;
    font-size: 16px;
    padding-left: 20px;
    margin-bottom: 0;
}.operation-process-074 p span {
    display: block;
    padding-bottom: 10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.operation-process-074 .pro-track-347 > div:hover p span {
    transform: translateX(5px);
}

@media (min-width: 768px) {.operation-process-074 {
    padding: 150px 0;
}.operation-process-074 .pro-track-347 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.operation-process-074 h3 {
    font-size: calc(35px - 0.5rem);
}.operation-process-074 p {
    font-size: calc(16px + 0.1rem);
    max-width: 90%;
}.operation-process-074 .pro-track-347 > div::before {
    width: 8px;
}
}

@media (min-width: 992px) {.operation-process-074 {
    padding: 180px 0;
}.operation-process-074 .pro-track-347 {
    margin: 0 auto;
    max-width: 85%;
}.operation-process-074 .pro-track-347 > div {
    padding: calc(3rem + 1vw);
}.operation-process-074 h3 {
    margin-bottom: calc(1.5rem + 0.5vw);
}.operation-process-074 p {
    padding-left: 25px;
    max-width: 85%;
}.operation-process-074 .pro-track-347 > div::before {
    width: 10px;
}
}

@media (max-width: 767px) {.operation-process-074 {
    padding: 80px 0;
}.operation-process-074 .pro-track-347 {
    transform: none;
}.operation-process-074 .pro-track-347 > div {
    padding: 1.5rem;
}.operation-process-074 h3 {
    padding-left: 15px;
    font-size: calc(18px - 0.1rem);
}.operation-process-074 p {
    font-size: calc(16px - 0.05rem);
    padding-left: 15px;
}.operation-process-074 .pro-track-347 > div::before {
    width: 4px;
}.operation-process-074 h3::after {
    left: 15px;
    width: 40px;
}}footer {
    position: relative;
    z-index: 1;
    width: 100%;
}.search-foot-461 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(174,122,161));
}.search-foot-461::before {
    pointer-events: none;
    top: 0;
    bottom: 0;
    content: "";
    background: radial-gradient(circle at 10% 20%, rgb(174,122,161,0.5) 0%, transparent 50%);
    right: 0;
    left: 0;
    position: absolute;
}.search-foot-461::after {
    background: linear-gradient(45deg, transparent 40%, rgb(186,177,195,0.5) 70%, transparent 100%);
    left: 0;
    top: 0;
    pointer-events: none;
    animation: shiftGradient 15s infinite linear;
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.search-foot-461 .container {
    z-index: 2;
    position: relative;
}footer .idea-pool-351 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}footer .ask-question-762 {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    padding: 25px;
    gap: 20px;
}footer .ask-question-762:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}footer .info_item {
    flex: 1 1 220px;
    align-items: center;
    display: flex;
}footer .info_item svg {
    height: 20px;
    fill: rgb(186,177,195);
    width: 20px;
    filter: drop-shadow(0 0 3px rgb(186,177,195,0.5));
    margin-right: 12px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    display: flex;
    transition: color 0.3s ease;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(186,177,195);
    text-shadow: 0 0 8px rgb(186,177,195,0.5);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
}footer .top-know-761 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}footer .top-know-761 svg {
    height: 50px;
    filter: drop-shadow(0 0 5px rgb(186,177,195,0.5));
    width: auto;
    margin-bottom: 10px;
    transition: filter 0.3s ease;
}footer .top-know-761:hover svg {
    filter: drop-shadow(0 0 8px rgb(186,177,195));
}footer .diversity-706 {
    color: #ffffff;
    max-width: 300px;
    line-height: 1.5;
    font-size: 16px;
    opacity: 0.8;
}footer .head-section-325 {
    padding: 25px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: box-shadow 0.3s ease;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
}footer .head-section-325:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .head-section-325::before {
    transition: opacity 0.5s ease;
    background: linear-gradient(45deg, rgb(186,177,195), transparent, rgb(174,122,161), transparent);
    top: -2px;
    left: -2px;
    position: absolute;
    bottom: -2px;
    border-radius: calc(10px + 2px);
    opacity: 0;
    right: -2px;
    content: "";
    z-index: -1;
}footer .head-section-325:hover::before {
    opacity: 0.7;
    animation: borderRotate 6s linear infinite;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .head-section-325 h5 {
    position: relative;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
}footer .head-section-325 h5::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: -1px;
    left: 0;
    content: "";
    background: rgb(186,177,195);
    width: 50px;
    height: 2px;
}footer .head-section-325:hover h5::after {
    width: 100px;
}footer .top-pagebar-740 {
    gap: 10px;
    flex-direction: column;
    display: flex;
    margin-bottom: 25px;
}footer .top-pagebar-740 a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
    position: relative;
    color: #ffffff;
    font-weight: 400;
    font-size: calc(18px - 1px);
    text-decoration: none;
}footer .top-pagebar-740 a::before {
    height: 6px;
    background-color: rgb(186,177,195);
    width: 6px;
    left: 0;
    opacity: 0.7;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.8);
    position: absolute;
}footer .top-pagebar-740 a:hover {
    padding-left: 20px;
    color: rgb(186,177,195);
}footer .top-pagebar-740 a:hover::before {
    opacity: 1;
    box-shadow: 0 0 5px rgb(186,177,195), 0 0 10px rgb(186,177,195,0.5);
    transform: translateY(-50%) scale(1);
    background-color: rgb(186,177,195);
}footer .subscribe_holder {
    position: relative;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(174,122,161,0.5), #000000);
    border-radius: 10px;
}footer .subscribe_holder::before {
    content: "";
    left: -50%;
    width: 200%;
    z-index: -1;
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    top: -50%;
    height: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
}@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

footer .subscribe_holder h5 {
    position: relative;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
}footer .subscribe_holder h5::after {
    bottom: -5px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,177,195), transparent);
    content: "";
    height: 2px;
}footer .subscribe_holder p {
    opacity: 0.9;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #ffffff;
    font-size: 18px;
}footer .input_holder {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 15px;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    font-size: 18px;
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(186,177,195,0.5);
    border-color: rgb(186,177,195);
    background: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .signup-block-647 {
    cursor: pointer;
    background: rgb(186,177,195);
    overflow: hidden;
    font-weight: 600;
    padding: 14px 24px;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 17px;
    position: relative;
    text-align: center;
    border: none;
    border-radius: 10px;
    display: inline-block;
}footer .signup-block-647::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: left 0.7s ease;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: -100%;
}footer .signup-block-647:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(174,122,161);
}footer .signup-block-647:hover::before {
    left: 100%;
}footer .pledge-block-637 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    margin-top: 50px;
}footer .footnote-ref-053 {
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
}

@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .signup-block-647 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .idea-pool-351 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .ask-question-762 {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .search-foot-461 {
    padding: 60px 0 30px;
}footer .ask-question-762 {
    gap: 15px;
    padding: 20px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .head-section-325, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head-section-325 h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .top-pagebar-740 a {
    font-size: calc(18px - 2px);
}footer .pledge-block-637 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .search-foot-461 {
    padding: 40px 0 20px;
}footer .ask-question-762, footer .head-section-325, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .signup-block-647 {
    padding: 12px;
}footer .top-know-761 svg {
    height: 40px;
}footer .diversity-706 {
    font-size: calc(16px - 1px);
}}.statistical-overview-562 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.statistical-overview-562::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0.05;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(186,177,195,0.5) 0px,
        rgb(186,177,195,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    pointer-events: none;
}.statistical-overview-562::after {
    position: absolute;
    pointer-events: none;
    right: -50%;
    animation: lightPulse 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    width: 70%;
    top: -50%;
    opacity: 0.07;
    height: 200%;
    content: "";
    background: radial-gradient(
        circle at center,
        rgb(186,177,195,0.5) 0%,
        transparent 70%
    );
}.statistical-overview-562 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 2rem;
    position: relative;
}.statistical-overview-562 h4 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-top: 4rem;
    color: #000000;
    opacity: 1;
    transform: translateY(0);
    text-align: center;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-size: 18px;
}.statistical-overview-562 h4::after {
    position: absolute;
    left: 50%;
    background: rgb(186,177,195);
    content: "";
    height: 3px;
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    transform: translateX(-50%);
    bottom: -10px;
}.statistical-overview-562:hover h4::after {
    width: 120px;
}.statistical-overview-562 ul {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    display: grid;
    list-style: none;
    margin: 0;
}.statistical-overview-562 .program-wins-835 {
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.05);
    border-left: 3px solid rgb(186,177,195);
    overflow: hidden;
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateY(0);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85)
    );
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem;
}.statistical-overview-562 .program-wins-835::before {
    top: 0;
    position: absolute;
    content: "";
    opacity: 0;
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 85%,
        rgb(186,177,195,0.5) 100%
    );
    transition: opacity 0.5s ease;
    left: 0;
    height: 100%;
}.statistical-overview-562 .program-wins-835:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.03);
}.statistical-overview-562 .program-wins-835:hover::before {
    opacity: 0.2;
}.statistical-overview-562 .program-wins-835 div {
    z-index: 2;
    justify-content: center;
    display: flex;
    position: relative;
    height: 100%;
    flex-direction: column;
}.statistical-overview-562 .program-wins-835 p {
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    color: rgb(186,177,195);
    background-clip: text;
    background: linear-gradient(
        45deg,
        rgb(186,177,195) 0%,
        rgb(174,122,161) 100%
    );
    transition: transform 0.3s ease;
    -webkit-background-clip: text;
    font-size: 3.5rem;
    transform-origin: left center;
    margin: 0;
    line-height: 1;
    font-weight: 700;
}.statistical-overview-562 .program-wins-835:hover p {
    transform: scale(1.05);
}.statistical-overview-562 .program-wins-835 span {
    font-weight: 600;
    transition: transform 0.3s ease, color 0.3s ease;
    display: block;
    font-size: 17px;
    position: relative;
    color: #000000;
    margin-top: 0.75rem;
}.statistical-overview-562 .program-wins-835 span::after {
    width: 0;
    background: rgb(174,122,161);
    content: "";
    bottom: -5px;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
}.statistical-overview-562 .program-wins-835:hover span {
    transform: translateX(5px);
    color: #000000;
}.statistical-overview-562 .program-wins-835:hover span::after {
    width: 30%;
}

@keyframes lightPulse {
    0% {
        opacity: 0.03;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 1200px) {.statistical-overview-562 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.statistical-overview-562 .program-wins-835 p {
    font-size: 3rem;
}
}

@media (max-width: 992px) {.statistical-overview-562 {
    padding: 5rem 0;
}.statistical-overview-562 h4 {
    margin-top: 3rem;
}.statistical-overview-562 ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.statistical-overview-562 {
    padding: 4rem 0;
}.statistical-overview-562 .container {
    padding: 0 1.5rem;
}.statistical-overview-562 ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}.statistical-overview-562 .program-wins-835 {
    padding: 1.75rem;
}.statistical-overview-562 .program-wins-835 p {
    font-size: 2.5rem;
}
}

@media (max-width: 576px) {.statistical-overview-562 {
    padding: 3.5rem 0;
}.statistical-overview-562 .container {
    padding: 0 1.25rem;
}.statistical-overview-562 ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.statistical-overview-562 .program-wins-835 {
    padding: 1.5rem;
}.statistical-overview-562 .program-wins-835 p {
    font-size: 2.25rem;
}.statistical-overview-562 h4 {
    margin-top: 2.5rem;
    font-size: calc(18px * 0.9);
}.statistical-overview-562 h4::after {
    width: 50px;
    height: 2px;
}.statistical-overview-562:hover h4::after {
    width: 80px;
}}.plan-shelf-962 {
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.plan-shelf-962::before {
    content: "";
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}.plan-shelf-962 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.package-deal-072 {
    position: relative;
}.package-deal-072::before {
    content: "";
    width: 200px;
    animation: pulseGlow 8s infinite alternate;
    background: radial-gradient(circle, rgb(186,177,195,0.5) 5%, transparent 70%);
    right: -50px;
    height: 200px;
    filter: blur(15px);
    position: absolute;
    top: -50px;
}.package-deal-072::after {
    left: -80px;
    width: 300px;
    height: 300px;
    filter: blur(20px);
    background: radial-gradient(ellipse, rgb(174,122,161,0.5) 5%, transparent 70%);
    bottom: -80px;
    content: "";
    animation: pulseGlow 10s infinite alternate-reverse;
    position: absolute;
}.plan-shelf-962 h2 {
    font-size: 30px;
    color: transparent;
    font-weight: 700;
    margin-bottom: 20px;
    background-clip: text !important;
    transform: perspective(1000px) translateZ(10px);
    text-align: center;
    background: linear-gradient(to right, #ffffff, rgb(174,122,161));
    transition: transform 0.5s ease;
    -webkit-background-clip: text !important;
}.plan-shelf-962 .trial-offers-128 {
    margin: 0 auto 50px;
    text-align: center;
    font-size: calc(13px * 1.1);
    line-height: 1.6;
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    transform: perspective(1000px) translateZ(5px);
}.plan-shelf-962 .discount-deals-517 {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.plan-shelf-962 .discount-deals-517 li {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform-style: preserve-3d;
}.plan-shelf-962 .discount-deals-517 li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}.plan-shelf-962 .price-panel-973 {
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    position: relative;
    display: block;
    height: 100%;
}.plan-shelf-962 .price-panel-973::before {
    position: absolute;
    content: "";
    left: 0;
    opacity: 0;
    height: 100%;
    transition: opacity 0.5s ease;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(186,177,195,0.5), transparent 70%);
    top: 0;
}.plan-shelf-962 .price-panel-973:hover::before {
    opacity: 0.2;
}.plan-shelf-962 .price-panel-973::after {
    opacity: 0;
    top: -50%;
    transform: rotate(45deg);
    position: absolute;
    left: -50%;
    height: 200%;
    width: 200%;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: 1;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}.plan-shelf-962 .price-panel-973:hover::after {
    opacity: 0.3;
    top: 100%;
    left: 100%;
}.plan-shelf-962 .package-pricing-857 {
    flex-direction: column;
    z-index: 2;
    position: relative;
    height: 100%;
    box-sizing: border-box;
    padding: 30px;
    min-height: 400px;
    display: flex;
}.plan-shelf-962 .skill-pricing-082 {
    flex: 1;
    flex-direction: column;
    display: flex;
}.plan-shelf-962 .price-panel-973 h4 {
    position: relative;
    padding-bottom: 15px;
    font-weight: 600;
    transition: transform 0.3s ease;
    color: rgb(186,177,195);
    font-size: calc(21px * 1.1);
    margin: 0 0 20px;
}.plan-shelf-962 .price-panel-973:hover h4 {
    transform: translateX(5px);
}.plan-shelf-962 .price-panel-973 h4::after {
    height: 3px;
    left: 0;
    width: 60px;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(186,177,195), rgb(174,122,161));
    position: absolute;
    transition: width 0.3s ease;
}.plan-shelf-962 .price-panel-973:hover h4::after {
    width: 100px;
}.plan-shelf-962 .price-panel-973 p {
    overflow-y: auto;
    scrollbar-color: rgb(186,177,195) rgba(255, 255, 255, 0.1);
    scrollbar-width: thin;
    line-height: 1.6;
    max-height: 250px;
    overflow-wrap: break-word;
    word-break: normal;
    color: #ffffff;
    flex: 1;
    margin: 0 0 25px;
    font-size: 13px;
}.plan-shelf-962 .price-panel-973 p::-webkit-scrollbar {
    width: 6px;
}.plan-shelf-962 .price-panel-973 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.plan-shelf-962 .price-panel-973 p::-webkit-scrollbar-thumb {
    background-color: rgb(186,177,195);
    border-radius: 10px;
}.plan-shelf-962 .learning-rates-764 {
    border-radius: 10px;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(186,177,195), rgb(174,122,161));
    position: relative;
    font-size: calc(21px * 1.3);
    transition: all 0.3s ease;
    transform: translateZ(20px);
    display: inline-block;
    margin-top: auto;
    padding: 10px 20px;
    color: #ffffff;
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.plan-shelf-962 .learning-rates-764::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    content: "";
    transition: left 0.6s ease;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.plan-shelf-962 .price-panel-973:hover .learning-rates-764::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.plan-shelf-962 {
    padding: 80px 0;
}.plan-shelf-962 .discount-deals-517 {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.plan-shelf-962 h2 {
    font-size: calc(30px * 0.9);
}.plan-shelf-962 .trial-offers-128 {
    font-size: 13px;
    margin-bottom: 40px;
}.plan-shelf-962 .package-pricing-857 {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 768px) {.plan-shelf-962 {
    padding: 60px 0;
}.plan-shelf-962 .discount-deals-517 {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.plan-shelf-962 .price-panel-973 h4 {
    font-size: 21px;
}.plan-shelf-962 .learning-rates-764 {
    font-size: calc(21px * 1.1);
}.plan-shelf-962 .discount-deals-517 li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.plan-shelf-962 {
    padding: 50px 0;
}.plan-shelf-962 h2 {
    font-size: calc(30px * 0.8);
}.plan-shelf-962 .trial-offers-128 {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.plan-shelf-962 .discount-deals-517 {
    max-width: 400px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan-shelf-962 .package-pricing-857 {
    min-height: 300px;
    padding: 20px;
}.plan-shelf-962 .price-panel-973 p {
    max-height: 180px;
    font-size: calc(13px * 0.9);
}.plan-shelf-962 .learning-rates-764 {
    padding: 8px 15px;
}}#usagePolicyBanner-096 {
    display: none;
}#usagePolicyBanner-096:checked ~ .privacyConsentPanel-904 {
    opacity: 0;
    visibility: hidden;
}.privacyConsentPanel-904 {
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    position: fixed;
    border-top: 3px solid rgb(186,177,195);
    z-index: 90;
    font-family: Arial, sans-serif;
    width: 100%;
    background: rgb(174,122,161);
}.privacy-learn-918 {
    align-items: center;
    padding: 20px 5%;
    justify-content: space-between;
    display: flex;
    border: 2px dashed rgb(186,177,195);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    gap: 20px;
}.privacyConsentPanel-904 h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(186,177,195);
    margin: 0;
    letter-spacing: 1.5px;
    font-size: 23px;
}.privacyConsentPanel-904 p {
    margin: 0;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
}.consent-ack-685 {
    padding: 10px;
    border-radius: 25px;
    display: flex;
    margin-right: 20px;
    flex-shrink: 0;
    justify-content: center;
    background: rgb(186,177,195,0.5);
    align-items: center;
}.consent-ack-685 svg {
    height: 60px;
    fill: rgb(186,177,195);
    width: 60px;
}.track-bar-675 {
    color: #000000;
    padding: 10px 20px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
    border: 2px solid rgb(186,177,195);
    white-space: nowrap;
    font-size: 16px;
    line-height: 40px;
    background: rgb(186,177,195);
    text-decoration: none;
    min-width: 140px;
    cursor: pointer;
    flex-shrink: 0;
    text-align: center;
    border-radius: 10px;
}.track-bar-675:hover {
    box-shadow: 0 0 10px rgb(174,122,161);
    background-color: rgb(174,122,161);
}.cookie_button.data-approval-452 {
    border: 2px solid rgb(174,122,161);
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}.cookie_button.data-approval-452:hover {
    box-shadow: 0 0 10px rgb(174,122,161);
}.privacyConsentPanel-904 p a {
    border-bottom: 1px dashed rgb(186,177,195);
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(186,177,195);
}.privacyConsentPanel-904 p a:hover {
    color: rgb(174,122,161);
}
@media only screen and (max-width: 1200px) {.privacyConsentPanel-904 {
    padding: 15px 0;
}.privacy-learn-918 {
    padding: 15px 5%;
}.consent-ack-685 {
    display: none;
}.privacy-learn-918 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.privacyConsentPanel-904 h5 {
    margin-bottom: 10px;
    font-size: 22px;
}.edu-accept-137 {
    margin-bottom: 15px;
}.track-bar-675 {
    min-width: 100%;
    margin: 10px 0;
}}
.welcome-page-089 {
    background: linear-gradient(135deg, rgb(217,213,221) 0%, rgba(0, 0, 0, 0.5) 100%);
    display: flex;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    align-items: center;
    justify-content: center;
}.welcome-page-089::before {
    left: 0;
    height: 100%;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(186,177,195,0.5) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgb(174,122,161,0.5) 0%, transparent 40%);
    z-index: 1;
    opacity: 0.3;
    top: 0;
    position: absolute;
    content: "";
}.welcome-page-089::after {
    height: 50%;
    background: linear-gradient(45deg, rgb(186,177,195,0.5) 0%, rgb(174,122,161) 100%);
    animation: floatGlow 12s infinite alternate ease-in-out;
    right: -10%;
    top: -10%;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    filter: blur(80px);
    width: 50%;
    z-index: 0;
}.welcome-page-089 .learn-hero-413 {
    transform: translateY(-2%);
    z-index: 2;
    width: 90%;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    grid-gap: 2rem;
}.welcome-page-089 .learn-hero-413 > div:first-child {
    position: relative;
    padding: 2rem;
    transform: translateX(-5%);
    animation: slideInLeft 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.welcome-page-089 .learn-hero-413 > div:first-child::before {
    height: 0;
    left: 0;
    width: 3px;
    position: absolute;
    content: "";
    animation: lineGrow 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.5s;
    background: rgb(186,177,195);
    top: 0;
}.welcome-page-089 .learn-hero-413 p {
    animation: fadeUp 1s ease forwards 0.8s;
    opacity: 0;
    transform: translateY(20px);
    position: relative;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    max-width: 90%;
    font-size: calc(18px * 1.2);
    line-height: 1.6;
    font-weight: 600;
}.welcome-page-089 .mastery-center-304 {
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg);
    position: relative;
    animation: fadeScale 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
}.welcome-page-089 .mastery-center-304:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
}.welcome-page-089 .mastery-center-304 > div {
    min-height: 450px;
    justify-content: space-between;
    padding: 2.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.welcome-page-089 .mastery-center-304 > div::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.3) 0%, 
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%);
    top: 0;
    left: 0;
}.welcome-page-089 .mastery-center-304 h3 {
    z-index: 2;
    max-width: 90%;
    font-size: calc(19px * 1.1);
    font-weight: 400;
    position: relative;
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
    margin-bottom: 2rem;
    transform: translateY(20px);
    animation: fadeUp 1s ease forwards 1.2s;
}.welcome-page-089 .mastery-center-304 > div > div {
    z-index: 2;
    margin-top: auto;
    position: relative;
}.welcome-page-089 .title_style_header {
    opacity: 0;
    font-weight: 700;
    color: transparent;
    background: linear-gradient(90deg, #ffffff, rgb(186,177,195));
    color: #ffffff;
    animation: fadeUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.5s;
    margin: 0;
    background-clip: text !important;
    transform: translateY(30px);
    line-height: 1.2;
    display: inline-block;
    -webkit-background-clip: text !important;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    font-size: 38px;
}.welcome-page-089 .title_style_header::after {
    animation: lineGrowWidth 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 2s;
    height: 3px;
    background: rgb(186,177,195);
    content: "";
    bottom: -10px;
    position: absolute;
    left: 0;
    width: 0;
}

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

@keyframes lineGrow {
  0% {
    height: 0;
  }
  100% {
    height: 80%;
  }
}

@keyframes lineGrowWidth {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(-2deg) rotateX(1deg) scale(1);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-15%);
  }
  100% {
    opacity: 1;
    transform: translateX(-5%);
  }
}

@keyframes floatGlow {
  0% {
    transform: rotate(15deg) translateY(0);
    filter: blur(80px);
  }
  50% {
    filter: blur(100px);
  }
  100% {
    transform: rotate(12deg) translateY(-20px);
    filter: blur(70px);
  }
}

@media (min-width: 768px) {.welcome-page-089 .learn-hero-413 {
    grid-template-columns: 0.4fr 0.6fr;
    grid-gap: 3rem;
}.welcome-page-089 .learn-hero-413 > div:first-child {
    display: flex;
    align-items: center;
}.welcome-page-089 .learn-hero-413 p {
    font-size: calc(18px * 1.3);
}.welcome-page-089 .mastery-center-304 > div {
    min-height: 500px;
}.welcome-page-089 .title_style_header {
    font-size: calc(38px * 1.2);
}.welcome-page-089 .mastery-center-304 h3 {
    max-width: 80%;
    font-size: calc(19px * 1.2);
}
}

@media (min-width: 992px) {.welcome-page-089 .learn-hero-413 {
    grid-template-columns: 0.35fr 0.65fr;
}.welcome-page-089 .mastery-center-304 {
    transform: perspective(1500px) rotateY(-3deg) rotateX(1deg);
}.welcome-page-089 .mastery-center-304:hover {
    transform: perspective(1500px) rotateY(0deg) rotateX(0deg) translateY(-10px);
}.welcome-page-089 .mastery-center-304 > div {
    padding: 3rem;
    min-height: 550px;
}.welcome-page-089 .title_style_header {
    font-size: calc(38px * 1.4);
}
}

@media (max-width: 767px) {.welcome-page-089 {
    padding: 4rem 1rem;
}.welcome-page-089 .learn-hero-413 > div:first-child {
    padding: 1.5rem;
}.welcome-page-089 .mastery-center-304 > div {
    padding: 2rem;
    min-height: 400px;
}.welcome-page-089 .title_style_header {
    font-size: calc(38px * 0.9);
}.welcome-page-089 .mastery-center-304 h3 {
    margin-bottom: 1.5rem;
    font-size: 19px;
}
}

@media (max-width: 480px) {.welcome-page-089 {
    padding: 3rem 1rem;
}.welcome-page-089 .learn-hero-413 {
    width: 95%;
}.welcome-page-089 .learn-hero-413 > div:first-child {
    padding: 1rem;
}.welcome-page-089 .learn-hero-413 p {
    max-width: 100%;
    font-size: 18px;
}.welcome-page-089 .mastery-center-304 > div {
    padding: 1.5rem;
    min-height: 350px;
}.welcome-page-089 .title_style_header {
    font-size: calc(37px * 0.9);
}.welcome-page-089 .mastery-center-304 h3 {
    font-size: calc(18px * 1.1);
    max-width: 100%;
}}header {
    width: 100%;
    position: fixed;
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    background: linear-gradient(to bottom, 
        rgb(186,177,195,0.5) 0%,
        #000000 100%);
}header::before {
    content: "";
    z-index: 1;
    left: 0;
    opacity: 0.3;
    animation: pulse-bg 8s infinite alternate;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,122,161,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(186,177,195,0.5) 0%, transparent 15%);
    position: absolute;
    width: 100%;
}header::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    z-index: 1;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(174,122,161,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(174,122,161,0.5) 100%);
    background-size: 20px 20px;
    height: 100%;
    left: 0;
}header .container {
    align-items: center;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 0;
    display: flex;
}header .first-section-578 {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: center;
}header .head-main-742 {
    position: relative;
    z-index: 3;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
    margin: 1rem 0 1.5rem;
}header .head-main-742::before {
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(174,122,161,0.5) 120deg,
            transparent 180deg,
            rgb(186,177,195,0.5) 240deg,
            transparent 360deg
        );
    height: 120px;
    border-radius: 50%;
    position: absolute;
    content: "";
    opacity: 0.2;
    z-index: -1;
    width: 120px;
    animation: rotate 10s linear infinite;
}header .head-main-742::after {
    position: absolute;
    width: 70px;
    background: rgb(174,122,161,0.5);
    border-radius: 50%;
    height: 70px;
    content: "";
    filter: blur(20px);
    animation: pulse-opacity 4s ease infinite alternate;
    opacity: 0.3;
    z-index: -2;
}header .head-main-742 svg {
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(186,177,195,0.5));
    height: 45px;
    width: auto;
}header .head-main-742:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(174,122,161));
}header .head-section-325 {
    gap: 0.8rem;
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid rgb(186,177,195,0.5);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    overflow-x: auto;
    border-bottom: 1px solid rgb(186,177,195,0.5);
    display: flex;
    justify-content: center;
    width: 100vw;
    scrollbar-width: none;
}header .head-section-325::-webkit-scrollbar {
    display: none;
}header .head-section-325::before {
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    content: "";
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    pointer-events: none;
    width: 100%;
}header .nav-expert-821 {
    perspective: 800px;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    z-index: 2;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0.6rem 1.5rem;
    white-space: nowrap;
    font-family: Arial, sans-serif;
}header .nav-expert-821::before {
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: 100%;
    transform: translateZ(-10px);
    border: 1px solid transparent;
    border-radius: 10px;
    top: 0;
    height: 100%;
}header .nav-expert-821::after {
    bottom: 0;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    left: 50%;
    transition: all 0.3s ease;
    width: 0%;
    background: rgb(174,122,161);
    height: 2px;
}header .nav-expert-821:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(174,122,161,0.5);
    color: rgb(174,122,161);
}header .nav-expert-821:hover::before {
    transform: translateZ(0);
    border-color: rgb(174,122,161,0.5);
    box-shadow: 0 0 15px rgb(186,177,195,0.5);
}header .nav-expert-821:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .head-main-742 {
    margin: 0.8rem 0 1.2rem;
}header .head-main-742 svg {
    height: 40px;
}header .nav-expert-821 {
    font-size: calc(18px - 1px);
    padding: 0.5rem 1.2rem;
}
}

@media (max-width: 767px) {header .head-main-742 {
    margin: 0.6rem 0 1rem;
}header .head-main-742 svg {
    height: 35px;
}header .head-main-742::before {
    height: 90px;
    width: 90px;
}header .head-main-742::after {
    height: 50px;
    width: 50px;
}header .head-section-325 {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .nav-expert-821 {
    padding: 0.4rem 1rem;
    font-size: calc(18px - 2px);
}header .nav-expert-821:first-child {
    margin-left: 2rem;
}header .nav-expert-821:last-child {
    margin-right: 2rem;
}
}