* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.insta_feed3765 {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-container0612 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}header,footer {
    width: 100%;
}.site_info5830 {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1106px;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.stay_connected2367 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: rgb(239,215,226);
    padding: 6rem 2rem;
}.stay_connected2367::before,
.stay_connected2367::after {
    position: absolute;
    border-radius: 50%;
    content: "";
    z-index: 0;
}.stay_connected2367::before {
    width: 60vw;
    right: -20vw;
    top: -20vw;
    animation: floatBubble 15s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(213,183,195,0.5), transparent);
    filter: blur(30px);
    height: 60vw;
}.stay_connected2367::after {
    background: linear-gradient(225deg, rgb(185,150,173,0.5), transparent);
    animation: floatBubble 18s infinite alternate-reverse ease-in-out;
    left: -15vw;
    height: 40vw;
    bottom: -15vw;
    width: 40vw;
    filter: blur(25px);
}.stay_connected2367 .guide_bios0743 {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
}.stay_connected2367 .request_feedback0276 {
    max-width: 600px;
    background: rgba(255, 255, 255, 0.7);
    width: 90%;
    margin-left: auto;
    backdrop-filter: blur(10px);
    padding: 3rem;
    border-radius: 11px;
    position: relative;
    margin-right: 0;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}.stay_connected2367 .request_feedback0276::before,
.stay_connected2367 .request_feedback0276::after {
    pointer-events: none;
    content: "";
    position: absolute;
}.stay_connected2367 .request_feedback0276::before {
    height: 200%;
    left: -25%;
    mix-blend-mode: overlay;
    background: 
        radial-gradient(circle at 30% 40%, rgb(213,183,195,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgb(185,150,173,0.5) 0%, transparent 50%);
    top: -100%;
    width: 150%;
    opacity: 0.5;
    animation: rotateBg 20s infinite linear;
}.stay_connected2367 h3 {
    margin-bottom: 2.5rem;
    font-size: 29px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.stay_connected2367 .input_holder {
    flex-direction: column;
    z-index: 1;
    display: flex;
    width: 100%;
    position: relative;
}.stay_connected2367 input[type="email"] {
    font-size: 18px;
    border-radius: 50px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
    border: none;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    width: 100%;
}.stay_connected2367 input[type="email"]:focus {
    outline: none;
    transform: scale(1.02);
    box-shadow: 0 5px 15px rgb(213,183,195,0.5), 0 -2px 5px rgba(255, 255, 255, 0.5) inset;
}.stay_connected2367 input[type="email"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.stay_connected2367 .updates_box7463 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 1.2rem 3rem;
    color: #ffffff;
    align-self: flex-end;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    background: linear-gradient(135deg, rgb(213,183,195), rgb(185,150,173));
    font-size: 17px;
    overflow: hidden;
    border: none;
}.stay_connected2367 .updates_box7463::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(185,150,173), rgb(213,183,195));
    opacity: 0;
    transition: opacity 0.3s ease;
    content: "";
    left: 0;
}.stay_connected2367 .updates_box7463:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgb(213,183,195,0.5);
}.stay_connected2367 .updates_box7463:hover::before {
    opacity: 1;
}

@keyframes floatBubble {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(5%, 5%);
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes waveMove {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(10px);
    }
}

@media (min-width: 768px) {.stay_connected2367 {
    padding: 8rem 3rem;
}.stay_connected2367 .request_feedback0276 {
    padding: 4rem;
    width: 70%;
}.stay_connected2367 .input_holder {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
}.stay_connected2367 input[type="email"] {
    flex: 1;
    margin-bottom: 0;
}
}

@media (max-width: 767px) {.stay_connected2367 {
    padding: 5rem 1.5rem;
}.stay_connected2367 h3 {
    font-size: 20px;
}.stay_connected2367 .request_feedback0276 {
    margin: 0 auto;
    padding: 2.5rem 2rem;
    width: 100%;
}.stay_connected2367 .updates_box7463 {
    align-self: center;
    width: 100%;
}}.training_specialist2897 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, #ffffff 100%);
    position: relative;
    padding: 120px 0;
}.training_specialist2897::before {
    filter: blur(120px);
    top: -100px;
    background: rgb(213,183,195,0.5);
    height: 400px;
    content: "";
    width: 400px;
    z-index: 0;
    position: absolute;
    right: -100px;
}.training_specialist2897::after {
    width: 300px;
    filter: blur(100px);
    position: absolute;
    z-index: 0;
    left: -50px;
    background: rgb(185,150,173,0.5);
    bottom: -50px;
    height: 300px;
    content: "";
}.training_specialist2897 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.training_specialist2897 .success_stories4103 {
    backdrop-filter: blur(10px);
    position: relative;
    display: grid;
    transform: perspective(1000px) rotateY(2deg);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
              0 4px 8px rgba(0, 0, 0, 0.04);
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 30px;
}.training_specialist2897 .success_stories4103:hover {
    transform: perspective(1000px) rotateY(0deg);
}.training_specialist2897 .success_stories4103 > div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}.training_specialist2897 .success_stories4103 .img_stack1495 {
    height: 180px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    width: 180px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.training_specialist2897 .success_stories4103:hover .img_stack1495 {
    transform: translateZ(20px) scale(1.05);
}.training_specialist2897 .success_stories4103 .img_stack1495::before {
    background: linear-gradient(
    45deg,
    transparent 60%,
    rgb(213,183,195,0.5) 100%
  );
    inset: 0;
    content: "";
    z-index: 1;
    position: absolute;
}.training_specialist2897 .success_stories4103 > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.training_specialist2897 .success_stories4103 .name {
    position: relative;
    font-size: calc(21px * 1.1);
    color: rgb(213,183,195);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 10px;
}.training_specialist2897 .success_stories4103 .name::after {
    height: 2px;
    left: 50%;
    content: "";
    background: rgb(185,150,173);
    transform: translateX(-50%);
    width: 80px;
    bottom: -8px;
    position: absolute;
}.training_specialist2897 .success_stories4103 > div:nth-child(2) > div {
    color: #000000;
    font-weight: 600;
    font-size: calc(14px * 0.95);
    margin-top: 15px;
    font-style: italic;
}.training_specialist2897 .success_stories4103 > div:nth-child(3) {
    position: relative;
}.training_specialist2897 .success_stories4103 .exp_skills9516 {
    transform: translateZ(5px);
    color: #000000;
    padding: 20px 0;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    margin: 0;
}.training_specialist2897 .success_stories4103 .exp_skills9516::before,
.training_specialist2897 .success_stories4103 .exp_skills9516::after {
    font-size: 80px;
    font-family: Georgia, serif;
    content: "";
    position: absolute;
    color: rgb(213,183,195,0.5);
    line-height: 1;
}.training_specialist2897 .success_stories4103 .exp_skills9516::before {
    top: -20px;
    left: -15px;
}.training_specialist2897 .success_stories4103 .exp_skills9516::after {
    bottom: -60px;
    right: -15px;
    content: "";
}

@media (min-width: 768px) {.training_specialist2897 .success_stories4103 {
    grid-template-rows: auto 1fr;
    gap: 30px 40px;
    padding: 50px;
    grid-template-columns: 220px 1fr;
}.training_specialist2897 .success_stories4103 > div:first-child {
    grid-row: span 2;
}.training_specialist2897 .success_stories4103 > div:nth-child(2) {
    text-align: left;
    align-self: end;
}.training_specialist2897 .success_stories4103 .name::after {
    left: 0;
    transform: none;
}.training_specialist2897 .success_stories4103 .exp_skills9516 {
    padding: 10px 0 10px 30px;
    border-left: 3px solid rgb(185,150,173,0.5);
}
}

@media (min-width: 992px) {.training_specialist2897 {
    padding: 140px 0;
}.training_specialist2897 .success_stories4103 {
    padding: 60px;
    grid-template-columns: 260px 1fr;
    gap: 40px 60px;
}.training_specialist2897 .success_stories4103 .img_stack1495 {
    height: 220px;
    width: 220px;
}.training_specialist2897 .success_stories4103 .name {
    font-size: calc(21px * 1.2);
}.training_specialist2897 .success_stories4103 .exp_skills9516 {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.training_specialist2897 {
    padding: 80px 0;
}.training_specialist2897 .success_stories4103 {
    padding: 30px 25px;
}.training_specialist2897 .success_stories4103 .img_stack1495 {
    width: 150px;
    height: 150px;
}.training_specialist2897 .success_stories4103 .exp_skills9516 {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.training_specialist2897 .success_stories4103 .exp_skills9516::before,
  .training_specialist2897 .success_stories4103 .exp_skills9516::after {
    font-size: 60px;
}
}

@media (max-width: 480px) {.training_specialist2897 {
    padding: 60px 0;
}.training_specialist2897 .success_stories4103 {
    gap: 20px;
    padding: 25px 20px;
}.training_specialist2897 .success_stories4103 .img_stack1495 {
    width: 120px;
    height: 120px;
}.training_specialist2897 .success_stories4103 .name {
    font-size: 21px;
}.training_specialist2897 .success_stories4103 > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}}.about_this4091 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    color: #ffffff;
}.about_this4091::before {
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%, 
        rgba(0, 0, 0, 0.65) 50%, 
        rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    left: 0;
    height: 100%;
}.about_this4091::after {
    background: rgb(185,150,173);
    width: 40%;
    top: -10%;
    right: -5%;
    animation: float 12s ease-in-out infinite;
    height: 70%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    opacity: 0.15;
    content: "";
    z-index: 0;
}.about_this4091 h4 {
    letter-spacing: 3px;
    position: relative;
    opacity: 0;
    padding-left: 4rem;
    z-index: 2;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-2rem);
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: calc(24px * 1.2);
    animation: slideInLeft 0.8s ease-out forwards 0.3s;
}.about_this4091 h4::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(185,150,173);
    content: "";
    left: 0;
    width: 3rem;
    height: 2px;
}.about_this4091 .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
}.about_this4091 .text_group2871 {
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: rgba(255, 255, 255, 0.05);
    padding: 3.5rem;
    transform: translateY(20px);
    position: relative;
    animation: fadeUp 1s ease-out forwards 0.5s;
    border-left: 3px solid rgb(185,150,173);
    opacity: 0;
}.about_this4091 .text_group2871::before {
    background: linear-gradient(
        to right,
        rgb(185,150,173,0.5) 0%,
        transparent 15%
    );
    width: 100%;
    opacity: 0.2;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: -1;
}.about_this4091 .text_group2871::after {
    content: "";
    filter: blur(10px);
    transform: scaleX(0);
    opacity: 0.3;
    bottom: -10px;
    position: absolute;
    height: 10px;
    background: rgb(185,150,173);
    width: 60%;
    animation: scaleIn 1.5s ease-out forwards 1.2s;
    right: 30px;
    transform-origin: left center;
}.about_this4091 h6 {
    font-weight: 700;
    opacity: 0;
    display: inline-block;
    animation: popUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
    font-size: calc(21px * 1.5);
    position: relative;
    margin-bottom: 1.5rem;
    transform: translateY(15px);
    transform-origin: left center;
    color: rgb(185,150,173);
}.about_this4091 h6::after {
    height: 2px;
    content: "";
    transform-origin: right center;
    width: 100%;
    animation: expandWidth 0.8s ease-out forwards 1s;
    transform: scaleX(0);
    bottom: -8px;
    left: 0;
    background: rgb(185,150,173);
    position: absolute;
}.about_this4091 .text_group2871 div {
    position: relative;
    scrollbar-color: rgb(185,150,173) rgba(255, 255, 255, 0.1);
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 15px;
    max-height: 320px;
    overflow: hidden;
}.about_this4091 .text_group2871 div::-webkit-scrollbar {
    width: 6px;
}.about_this4091 .text_group2871 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(185,150,173);
}.about_this4091 .text_group2871 div::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, 0.1);
}.about_this4091 span {
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-size: 15px;
    color: #ffffff;
    animation: fadeIn 1s ease-out forwards 1.2s;
    opacity: 0;
    display: block;
    line-height: 1.8;
    opacity: 0.9;
    letter-spacing: 0.02em;
}

@keyframes slideInLeft {
    from {
        transform: translateX(-2rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes popUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    70% {
        transform: translateY(-5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.9;
    }
}

@keyframes scaleIn {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

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

@media (min-width: 992px) {.about_this4091 {
    padding: 8rem 0;
}.about_this4091 .text_group2871 {
    padding: 4rem;
    margin-left: 4rem;
    margin-right: 2rem;
}.about_this4091 h4 {
    padding-left: 6rem;
    font-size: calc(24px * 1.5);
}.about_this4091 h4::before {
    width: 5rem;
}.about_this4091 h6 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.8);
}.about_this4091 .text_group2871 div {
    max-height: 380px;
    padding-right: 25px;
}.about_this4091 span {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 991px) {.about_this4091 {
    padding: 5rem 0;
}.about_this4091 .container {
    padding: 0 1.5rem;
}.about_this4091 .text_group2871 {
    margin: 0 1rem;
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.about_this4091 {
    padding: 4rem 0;
}.about_this4091 h4 {
    text-align: left;
    padding-left: 3rem;
    font-size: calc(24px * 1.1);
}.about_this4091 h4::before {
    width: 2rem;
}.about_this4091 .text_group2871 {
    margin: 0 0.5rem;
    padding: 2rem;
}.about_this4091 h6 {
    margin-bottom: 1.25rem;
    font-size: calc(21px * 1.3);
}.about_this4091 span {
    line-height: 1.7;
    font-size: 15px;
}.about_this4091 .text_group2871 div {
    max-height: 280px;
}
}

@media (max-width: 480px) {.about_this4091 {
    padding: 3rem 0;
}.about_this4091 .text_group2871 {
    margin: 0;
    padding: 1.5rem;
}.about_this4091 h4 {
    padding-left: 2.5rem;
    font-size: 24px;
    margin-bottom: 1.5rem;
}.about_this4091 h4::before {
    width: 1.8rem;
}.about_this4091 h6 {
    margin-bottom: 1rem;
    font-size: 21px;
}.about_this4091 span {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}.about_this4091 .text_group2871 div {
    max-height: 240px;
}}.course_structure4790 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.course_structure4790::before {
    top: 0;
    opacity: 0.3;
    z-index: 0;
    background-size: 120px 120px;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(213,183,195,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(213,183,195,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(213,183,195,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(213,183,195,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(213,183,195,0.5) 1px, transparent 5px);
    content: "";
    right: 0;
    height: 100%;
    width: 100%;
    animation: patternFloat 60s infinite linear;
    position: absolute;
}.course_structure4790::after {
    width: 100%;
    right: -50%;
    height: 100%;
    transform: scale(2);
    content: "";
    opacity: 0.15;
    z-index: 0;
    background: radial-gradient(circle at center, rgb(213,183,195,0.5) 0%, transparent 70%);
    top: -50%;
    position: absolute;
}.course_structure4790 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.course_structure4790 .program_guide5649 {
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: grid;
    transform: translateY(20px);
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.course_structure4790 .img_stack1495 {
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
    height: 380px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.course_structure4790 .img_stack1495::before {
    top: 0;
    z-index: 1;
    left: 0;
    height: 100%;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    position: absolute;
    content: "";
    width: 100%;
}.course_structure4790 .img_stack1495::after {
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 30%;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    bottom: 0;
    position: absolute;
}.course_structure4790 .img_stack1495:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_structure4790 .text_group2871 {
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    border-left: 4px solid rgb(213,183,195);
}.course_structure4790 .text_group2871::before {
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(213,183,195,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}.course_structure4790 h3 {
    line-height: 1.4;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(22px * 1.1);
    font-weight: 700;
    position: relative;
    margin-bottom: 24px;
    font-family: Arial, sans-serif;
    color: rgb(213,183,195);
}.course_structure4790 h3::after {
    content: "";
    transform: scaleX(1);
    height: 3px;
    left: 0;
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 60px;
    background: rgb(185,150,173);
}.course_structure4790 .text_group2871:hover h3 {
    transform: translateX(5px);
}.course_structure4790 .text_group2871:hover h3::after {
    transform: scaleX(1.5);
}.course_structure4790 p.description {
    line-height: 1.8;
    column-gap: 30px;
    transition: opacity 0.5s, transform 0.5s;
    opacity: 1;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    column-count: 1;
    color: #000000;
    font-size: 13px;
    transform: translateY(0);
    position: relative;
}.course_structure4790 span.description {
    display: none;
}.course_structure4790 .text_group2871 div {
    overflow: hidden;
    position: relative;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.course_structure4790 {
    padding: 150px 0;
}.course_structure4790 .program_guide5649 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}.course_structure4790 .img_stack1495 {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.course_structure4790 p.description {
    column-count: 2;
}.course_structure4790 .text_group2871 {
    padding: 40px;
}.course_structure4790 h3 {
    font-size: 38px;
    margin-bottom: 30px;
}.course_structure4790 h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.course_structure4790 .program_guide5649 {
    gap: 80px;
}.course_structure4790 .img_stack1495 {
    height: 520px;
}.course_structure4790 .text_group2871 {
    padding: 50px;
}.course_structure4790 h3 {
    font-size: calc(38px * 1.1);
}.course_structure4790 p.description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.course_structure4790 {
    padding: 80px 0;
}.course_structure4790 .img_stack1495 {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.course_structure4790 .text_group2871 {
    padding: 25px 20px;
}.course_structure4790 h3 {
    font-size: calc(22px * 1.05);
    margin-bottom: 20px;
}.course_structure4790 h3::after {
    height: 2px;
    width: 50px;
}.course_structure4790 p.description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.course_structure4790 .img_stack1495::before {
    transition: opacity 0.5s ease;
}.course_structure4790 .img_stack1495:hover::before {
    opacity: 0.7;
}}.title_page8461 {
    align-items: center;
    min-height: 100vh;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(213,183,195,0.5), rgb(185,150,173));
    overflow: hidden;
    perspective: 1000px;
    justify-content: center;
    display: flex;
}.title_page8461::before {
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    pointer-events: none;
    opacity: 0.05;
    z-index: 1;
    background: repeating-linear-gradient(
    -45deg,
    rgba(0, 0, 0, 0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgba(0, 0, 0, 0.5) 12px
  );
    position: absolute;
}.title_page8461::after {
    background: linear-gradient(90deg, transparent, rgb(213,183,195,0.5), transparent);
    content: "";
    position: absolute;
    height: 200%;
    animation: lightBeam 8s infinite alternate ease-in-out;
    right: -20%;
    filter: blur(30px);
    top: -50%;
    width: 80%;
    opacity: 0.2;
    transform: rotate(35deg);
}.title_page8461 .master_studyfast3279 {
    z-index: 2;
    width: 100%;
    position: relative;
    max-width: 1200px;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_page8461 .master_studyfast3279 > div:first-child {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 3px 10px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateZ(20px);
    position: relative;
    background: linear-gradient(145deg, rgb(255, 255, 255, 0.5), #ffffff);
    padding: 2.5rem;
}.title_page8461 .master_studyfast3279 > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}.title_page8461 .master_studyfast3279 > div:first-child p {
    font-size: calc(12px * 1.2);
    font-weight: 600;
    margin: 0;
    color: #000000;
    letter-spacing: 0.5px;
    line-height: 1.6;
    position: relative;
    text-align: center;
}.title_page8461 .master_studyfast3279 > div:first-child p::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    height: 3px;
    background: rgb(213,183,195);
    position: absolute;
    content: "";
}.title_page8461 .virtual_classes0215 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(10px);
}.title_page8461 .virtual_classes0215:hover {
    transform: translateZ(25px) scale(1.02);
}.title_page8461 .virtual_classes0215 > div {
    min-height: 400px;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    padding: 3.5rem 2.5rem;
    position: relative;
}.title_page8461 .virtual_classes0215 > div::before {
    left: 0;
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.7) 100%
  );
}.title_page8461 .virtual_classes0215 h3 {
    font-size: calc(18px * 1.1);
    position: relative;
    animation: slideInRight 1s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(213,183,195);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: translateX(-20px);
    opacity: 0;
    color: #ffffff;
    max-width: 85%;
    line-height: 1.5;
    margin: 0 0 2rem;
    z-index: 2;
    font-weight: 400;
    padding-left: 1.5rem;
}.title_page8461 .virtual_classes0215 > div > div {
    z-index: 2;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    position: relative;
}.title_page8461 .virtual_classes0215 > div > div > div {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: skewX(-10deg);
    overflow: hidden;
    position: relative;
    padding: 2rem 3rem;
    background: rgb(213,183,195);
}.title_page8461 .virtual_classes0215 > div > div > div::before {
    left: -20px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 140%;
    content: "";
    transform: skewX(20deg);
    animation: shimmer 2.5s infinite;
    position: absolute;
    height: 100%;
    top: 0;
}.title_page8461 .title_style_header {
    color: #ffffff;
    font-weight: 700;
    transform: skewX(10deg);
    margin: 0;
    font-size: 46px;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

@keyframes shimmer {
  0% {
    transform: translateX(-150%) skewX(20deg);
  }
  100% {
    transform: translateX(150%) skewX(20deg);
  }
}

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

@keyframes lightBeam {
  0% {
    opacity: 0.1;
    transform: rotate(35deg) translateX(-10%);
  }
  100% {
    opacity: 0.3;
    transform: rotate(35deg) translateX(10%);
  }
}

@media (min-width: 768px) {.title_page8461 .master_studyfast3279 {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 30% 1fr;
}.title_page8461 .master_studyfast3279 > div:first-child {
    transform: translateZ(30px) translateY(20px);
}.title_page8461 .master_studyfast3279 > div:first-child:hover {
    transform: translateZ(40px) translateY(15px);
}.title_page8461 .virtual_classes0215 > div {
    padding: 4rem 3.5rem;
    min-height: 500px;
}.title_page8461 .virtual_classes0215 h3 {
    font-size: 18px;
    max-width: 70%;
}.title_page8461 .title_style_header {
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 1200px) {.title_page8461 {
    padding: 6rem 2rem;
}.title_page8461 .master_studyfast3279 {
    grid-template-columns: 25% 1fr;
    gap: 4rem;
}.title_page8461 .master_studyfast3279 > div:first-child {
    padding: 3rem;
}.title_page8461 .master_studyfast3279 > div:first-child p {
    font-size: calc(12px * 1.4);
}.title_page8461 .virtual_classes0215 > div {
    min-height: 550px;
    padding: 5rem 4rem;
}.title_page8461 .virtual_classes0215 h3 {
    font-size: calc(18px * 1.2);
    max-width: 60%;
}.title_page8461 .virtual_classes0215 > div > div > div {
    padding: 2.5rem 4rem;
}.title_page8461 .title_style_header {
    font-size: calc(46px * 1.4);
}
}

@media (max-width: 767px) {.title_page8461 {
    padding: 3rem 1rem;
}.title_page8461 .master_studyfast3279 > div:first-child {
    padding: 1.5rem;
}.title_page8461 .master_studyfast3279 > div:first-child p {
    font-size: 12px;
}.title_page8461 .virtual_classes0215 > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.title_page8461 .virtual_classes0215 h3 {
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: calc(17px * 1.1);
    max-width: 95%;
}.title_page8461 .virtual_classes0215 > div > div > div {
    padding: 1.5rem 2rem;
}.title_page8461 .title_style_header {
    font-size: calc(34px * 0.9);
    white-space: normal;
}}.modalTrackingConsent5860 {
    z-index: 90;
    background: rgb(239,215,226);
    border-top: 3px solid rgb(213,183,195);
    position: fixed;
    width: 100%;
    transition: transform 0.3s ease-in-out;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
}.cookie_visitor3567 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.consent_edu3768 {
    margin-right: 15px;
    flex-shrink: 0;
}.consent_edu3768 svg {
    fill: rgb(213,183,195);
    width: 60px;
    height: 60px;
    transition: fill 0.3s ease;
}.consent_edu3768 svg:hover {
    fill: rgb(185,150,173);
}.data_comply2463 {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.modalTrackingConsent5860 h5 {
    color: rgb(213,183,195);
    margin-bottom: 8px;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: 600;
}.modalTrackingConsent5860 p {
    color: #000000;
    line-height: 1.5;
    font-family: Arial, sans-serif;
    font-size: 14px;
}.track_settings7234 {
    background: rgb(213,183,195);
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 13px;
    color: #ffffff;
    line-height: 35px;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}.track_settings7234:hover {
    background: rgb(185,150,173);
    box-shadow: 0 0 10px rgb(185,150,173,0.5);
}#cookiePolicyGrantUsageBtn6598 {
    background: rgb(213,183,195);
}#turn_off_privacy_cookies5843 {
    background: rgba(0, 0, 0, 0.5);
}.modalTrackingConsent5860 p a {
    text-decoration: underline;
    color: rgb(213,183,195);
    transition: color 0.3s ease;
}.modalTrackingConsent5860 p a:hover {
    color: rgb(185,150,173);
}
@media only screen and (max-width: 1200px) {.cookie_visitor3567 {
    flex-direction: column;
    align-items: center;
}.consent_edu3768 {
    margin-bottom: 15px;
}.data_comply2463 {
    text-align: center;
    margin-bottom: 15px;
    margin-right: 0;
}.track_settings7234 {
    margin-left: 0;
    margin-bottom: 10px;
    max-width: 200px;
    width: 100%;
}
}
@media only screen and (max-width: 800px) {.cookie_visitor3567 {
    padding: 15px;
}.consent_edu3768 {
    display: none;
}.modalTrackingConsent5860 h5 {
    font-size: 19px;
}.modalTrackingConsent5860 p {
    font-size: 16px;
}}
#cookieWarningPopup1283 {
    display: none;
}#cookieWarningPopup1283:checked ~ .modalTrackingConsent5860 {
    opacity: 0;
    visibility: hidden;
}.plan_list2503 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.plan_list2503::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    content: "";
    top: 0;
}.plan_list2503 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.plan_list2503 .skill_pricing9786 {
    perspective: 1000px;
}.plan_list2503 h2 {
    position: relative;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(50px);
    margin-bottom: 25px;
    text-align: center;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
}.plan_list2503 h2::after {
    transform: translateX(-50%);
    content: "";
    height: 3px;
    width: 80px;
    box-shadow: 0 0 15px rgb(213,183,195,0.5);
    position: absolute;
    background: rgb(213,183,195);
    left: 50%;
    bottom: -10px;
}.plan_list2503 .study_sub8543 {
    color: #ffffff;
    max-width: 800px;
    font-size: 12px;
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
    line-height: 1.6;
}.plan_list2503 .fee_options5286 {
    padding: 0;
    list-style: none;
    margin: 0;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan_list2503 .cert_plans9831 {
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
    display: block;
    height: 100%;
}.plan_list2503 .cost_table2596 {
    overflow: hidden;
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 8px;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.3),
        -15px -15px 30px rgba(255, 255, 255, 0.02),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
    height: 100%;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border-radius: 8px;
}.plan_list2503 .cost_table2596::before {
    transition: opacity 0.4s ease;
    top: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    left: -5px;
    bottom: -5px;
    right: -5px;
    z-index: -1;
    position: absolute;
    content: "";
    opacity: 0;
    background-size: 200% 200%;
    animation: shimmer 3s infinite linear;
}.plan_list2503 .learn_sub8610 {
    position: relative;
    background: linear-gradient(145deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.01) 100%);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    padding: 35px 25px;
    border-radius: 4px;
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.05);
}.plan_list2503 .learn_sub8610 h4 {
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    font-size: 21px;
}.plan_list2503 .learn_sub8610 h4::after {
    background: rgb(213,183,195);
    height: 2px;
    bottom: 0;
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
}.plan_list2503 .learn_sub8610 p {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 25px;
    font-size: calc(12px - 2px);
    flex-grow: 1;
}.plan_list2503 .pricing_card8601 {
    position: relative;
    background: linear-gradient(135deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    display: inline-block;
    align-self: flex-start;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 700;
    padding: 12px 25px;
    box-shadow: 
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    font-size: calc(21px + 4px);
    overflow: hidden;
}.plan_list2503 .pricing_card8601::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    top: 0;
    transition: 0.5s;
    left: -100%;
    width: 100%;
    position: absolute;
}.plan_list2503 .cert_plans9831:hover {
    transform: translateY(-10px) rotateX(5deg);
}.plan_list2503 .cert_plans9831:hover .cost_table2596 {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}.plan_list2503 .cert_plans9831:hover .cost_table2596::before {
    opacity: 1;
}.plan_list2503 .cert_plans9831:hover .learn_sub8610 h4::after {
    width: 80px;
}.plan_list2503 .cert_plans9831:hover .pricing_card8601::before {
    left: 100%;
}.plan_list2503 .cert_plans9831:hover .learn_sub8610 {
    transform: translateZ(20px);
    border-color: rgba(255,255,255,0.1);
}

@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@media (max-width: 1200px) {.plan_list2503 {
    padding: 100px 0;
}.plan_list2503 .fee_options5286 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}.plan_list2503 .learn_sub8610 {
    padding: 30px 20px;
}
}

@media (max-width: 768px) {.plan_list2503 {
    padding: 80px 0;
}.plan_list2503 h2 {
    font-size: calc(36px - 4px);
}.plan_list2503 .study_sub8543 {
    margin-bottom: 40px;
}.plan_list2503 .fee_options5286 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.plan_list2503 .learn_sub8610 h4 {
    font-size: calc(21px - 1px);
}.plan_list2503 .pricing_card8601 {
    padding: 10px 20px;
    font-size: calc(21px + 2px);
}
}

@media (max-width: 480px) {.plan_list2503 {
    padding: 60px 0;
}.plan_list2503 h2 {
    font-size: calc(36px - 6px);
}.plan_list2503 .study_sub8543 {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.plan_list2503 .learn_sub8610 {
    padding: 25px 15px;
}.plan_list2503 .learn_sub8610 p {
    font-size: calc(12px - 3px);
    margin-bottom: 20px;
}.plan_list2503 .pricing_card8601 {
    padding: 8px 15px;
    font-size: calc(21px + 0px);
}
}

@media (hover: none) {.plan_list2503 .cert_plans9831:hover {
    transform: none;
}.plan_list2503 .cost_table2596 {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.plan_list2503 .cert_plans9831:active {
    transform: scale(0.98);
}}.privacy_holdings1472 {
    background: rgb(239,215,226);
    padding: 4rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.privacy_holdings1472::before {
    width: 100%;
    content: '';
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(185,150,173,0.5), 0.04) 0%,
        rgba(rgb(185,150,173,0.5), 0.01) 100%);
    top: 0;
    position: absolute;
}.privacy_holdings1472::after {
    position: absolute;
    top: -50%;
    background: linear-gradient(160deg, 
        rgba(rgb(213,183,195,0.5), 0.03) 0%,
        rgba(rgb(185,150,173,0.5), 0.05) 50%,
        rgba(rgb(213,183,195,0.5), 0.02) 100%);
    transform: rotate(-15deg);
    content: '';
    width: 80%;
    height: 200%;
    right: -20%;
    z-index: 0;
}.privacy_holdings1472 .container {
    padding: 0 2rem;
    transform: translateZ(0);
    margin: 0 auto;
    backdrop-filter: blur(10px);
    padding: 3rem;
    background: rgba(rgb(255, 255, 255, 0.5), 0.98);
    z-index: 2;
    max-width: 1140px;
    position: relative;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.03);
    border-left: 3px solid rgb(185,150,173);
}.privacy_holdings1472 h1 {
    position: relative;
    transform: translateX(-0.5rem);
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 43px;
    padding-bottom: 1rem;
    color: #000000;
}.privacy_holdings1472 h1::after {
    position: absolute;
    content: '';
    height: 3px;
    bottom: 0;
    left: 0;
    width: 6rem;
    background: linear-gradient(90deg, 
        rgb(185,150,173) 0%,
        rgb(213,183,195) 100%);
}.privacy_holdings1472 h2 {
    font-weight: 600;
    color: #000000;
    display: inline-block;
    font-size: 38px;
    margin: 2.5rem 0 1rem;
    position: relative;
}.privacy_holdings1472 h2::before {
    left: 0;
    transform: scaleX(0.3);
    height: 1px;
    bottom: -5px;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        rgb(185,150,173) 0%,
        transparent 100%);
    position: absolute;
    transform-origin: left;
    transition: transform 0.4s ease-out;
}.privacy_holdings1472 h2:hover::before {
    transform: scaleX(1);
}.privacy_holdings1472 h3 {
    font-size: calc(38px * 0.85);
    font-weight: 600;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    margin: 2rem 0 1rem;
}.privacy_holdings1472 h3::before {
    opacity: 0.7;
    position: absolute;
    background: rgb(185,150,173);
    top: 0;
    width: 3px;
    left: 0;
    content: '';
    height: 100%;
}.privacy_holdings1472 h4 {
    position: relative;
    font-weight: 600;
    font-size: calc(38px * 0.7);
    color: #000000;
    margin: 1.5rem 0 0.8rem;
    display: inline-block;
}.privacy_holdings1472 h4::after {
    opacity: 0.5;
    background: rgb(185,150,173);
    position: absolute;
    width: 2rem;
    left: 0;
    content: '';
    bottom: -4px;
    height: 2px;
}.privacy_holdings1472 p {
    font-size: 13px;
    position: relative;
    z-index: 2;
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
}.privacy_holdings1472 p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    display: inline-block;
    padding-right: 0.5rem;
}.privacy_holdings1472 span {
    line-height: 1.7;
    margin-bottom: 1.5rem;
    position: relative;
    display: block;
    font-size: 13px;
    padding-left: 1rem;
    color: #000000;
    border-left: 1px dashed rgba(rgb(185,150,173,0.5), 0.3);
}.privacy_holdings1472 ul {
    padding: 0.5rem 0 1rem 1.2rem;
    list-style: none;
    position: relative;
    margin: 1rem 0 2rem;
}.privacy_holdings1472 ul::before {
    position: absolute;
    content: '';
    left: 0;
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom,
        rgba(rgb(185,150,173,0.5), 0.1),
        rgba(rgb(185,150,173,0.5), 0.4),
        rgba(rgb(185,150,173,0.5), 0.1));
    height: 100%;
}.privacy_holdings1472 li {
    position: relative;
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    padding: 0.7rem 0 0.7rem 1.5rem;
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease;
}.privacy_holdings1472 li:hover {
    transform: translateX(5px);
}.privacy_holdings1472 li::before {
    opacity: 0.7;
    content: '';
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    top: 1.2rem;
    height: 8px;
    background: rgb(185,150,173);
    width: 8px;
}

@media (max-width: 992px) {.privacy_holdings1472 {
    padding: 3rem 0;
}.privacy_holdings1472 .container {
    padding: 2rem;
}.privacy_holdings1472 h1 {
    font-size: calc(43px * 0.9);
}.privacy_holdings1472 h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.privacy_holdings1472 {
    padding: 2rem 0;
}.privacy_holdings1472 .container {
    padding: 1.5rem;
    margin: 0 1rem;
}.privacy_holdings1472 h1 {
    padding-bottom: 0.8rem;
    font-size: calc(43px * 0.8);
}.privacy_holdings1472 h1::after {
    width: 5rem;
}.privacy_holdings1472 h2 {
    font-size: calc(38px * 0.8);
    margin: 2rem 0 0.8rem;
}.privacy_holdings1472 h3 {
    font-size: calc(38px * 0.7);
}.privacy_holdings1472 h4 {
    font-size: calc(38px * 0.6);
}.privacy_holdings1472 p, 
    .privacy_holdings1472 span, 
    .privacy_holdings1472 li {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.privacy_holdings1472 {
    padding: 1.5rem 0;
}.privacy_holdings1472 .container {
    margin: 0 0.8rem;
    padding: 1.2rem;
    border-left-width: 2px;
}.privacy_holdings1472 h1 {
    font-size: calc(43px * 0.7);
}.privacy_holdings1472 h2 {
    margin: 1.8rem 0 0.7rem;
    font-size: calc(38px * 0.7);
}.privacy_holdings1472 h3 {
    padding-left: 0.8rem;
    font-size: calc(38px * 0.6);
}.privacy_holdings1472 h4 {
    font-size: calc(38px * 0.5);
}.privacy_holdings1472 p, 
    .privacy_holdings1472 span, 
    .privacy_holdings1472 li {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.privacy_holdings1472 ul {
    padding-left: 0.8rem;
}.privacy_holdings1472 li {
    padding: 0.6rem 0 0.6rem 1.2rem;
}.privacy_holdings1472 li::before {
    width: 6px;
    height: 6px;
}}.testimonials0289 {
    padding: 8rem 2rem;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 100%);
    overflow: hidden;
}.testimonials0289::before {
    left: -150px;
    filter: blur(100px);
    top: -150px;
    position: absolute;
    background: rgb(213,183,195,0.5);
    height: 500px;
    width: 500px;
    z-index: 0;
    border-radius: 50%;
    content: "";
}.testimonials0289::after {
    border-radius: 50%;
    bottom: -100px;
    position: absolute;
    right: -100px;
    filter: blur(80px);
    background: rgb(185,150,173,0.5);
    z-index: 0;
    height: 400px;
    content: "";
    width: 400px;
}.testimonials0289 .guide_bios0743 {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.testimonials0289 h4 {
    font-weight: 700;
    position: relative;
    margin-bottom: 5rem;
    color: #000000;
    text-align: center;
    font-size: 36px;
}.testimonials0289 h4::before {
    left: 50%;
    position: absolute;
    width: 150px;
    top: 50%;
    border: 2px dashed rgb(213,183,195,0.5);
    transform: translate(-50%, -50%) scale(1.5);
    height: 150px;
    animation: rotate 30s linear infinite;
    content: "";
    border-radius: 50%;
    opacity: 0.5;
}@keyframes rotate {
    0% { transform: translate(-50%, -50%) scale(1.5) rotate(0deg); }
    100% { transform: translate(-50%, -50%) scale(1.5) rotate(360deg); }
}

.testimonials0289 .user_opinions5810 {
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    display: flex;
}.testimonials0289 .user_opinions5810::before {
    height: 400px;
    border-radius: 50%;
    width: 400px;
    content: "";
    z-index: -1;
    top: 50%;
    border: 3px solid rgb(185,150,173,0.5);
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}.testimonials0289 .success_stories4103 {
    transform-style: preserve-3d;
    position: relative;
    width: calc(33.333% - 2rem);
    border-radius: 27px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    margin: 1rem;
    transition: all 0.5s ease;
}.testimonials0289 .success_stories4103:nth-child(1) {
    transform: translateZ(20px);
}.testimonials0289 .success_stories4103:nth-child(2) {
    transform: translateZ(15px);
}.testimonials0289 .success_stories4103:nth-child(3) {
    transform: translateZ(10px);
}.testimonials0289 .success_stories4103:nth-child(4) {
    transform: translateZ(5px);
}.testimonials0289 .success_stories4103:nth-child(5) {
    transform: translateZ(0px);
}.testimonials0289 .success_stories4103:nth-child(6) {
    transform: translateZ(-5px);
}.testimonials0289 .success_stories4103:hover {
    transform: translateZ(30px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.testimonials0289 .success_stories4103::before {
    border-radius: 50%;
    content: "";
    background: rgb(213,183,195);
    position: absolute;
    transition: all 0.3s ease;
    top: -40px;
    width: 80px;
    opacity: 0.2;
    right: -40px;
    height: 80px;
}.testimonials0289 .success_stories4103:hover::before {
    transform: scale(1.5);
}.testimonials0289 .success_stories4103 .img_stack1495 {
    transition: all 0.4s ease;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 4px solid rgb(185,150,173,0.5);
    margin: 0 auto 1.5rem;
    height: 80px;
    width: 80px;
}.testimonials0289 .success_stories4103 .img_stack1495::after {
    animation: spin 15s linear infinite;
    width: 120%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 120%;
    border-radius: 50%;
    content: "";
    border: 2px dashed rgb(213,183,195,0.5);
    top: 50%;
    position: absolute;
}@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.testimonials0289 .success_stories4103:hover .img_stack1495 {
    transform: scale(1.1);
}.testimonials0289 .success_stories4103 span {
    text-align: center;
    margin-bottom: 1rem;
    display: block;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}.testimonials0289 .success_stories4103 p {
    position: relative;
    line-height: 1.7;
    text-align: center;
    font-size: 14px;
    color: #000000;
}.testimonials0289 .success_stories4103 p::before {
    font-size: 4rem;
    left: 0;
    top: -20px;
    color: rgb(213,183,195,0.5);
    opacity: 0.5;
    position: absolute;
    content: "";
}.testimonials0289 .success_stories4103 p::after {
    position: absolute;
    right: 0;
    content: "";
    font-size: 4rem;
    bottom: -40px;
    opacity: 0.5;
    color: rgb(213,183,195,0.5);
}

@media (max-width: 992px) {.testimonials0289 .success_stories4103 {
    width: calc(50% - 2rem);
}.testimonials0289 h4 {
    font-size: calc(36px * 0.9);
}.testimonials0289 .user_opinions5810::before {
    height: 300px;
    width: 300px;
}
}

@media (max-width: 768px) {.testimonials0289 {
    padding: 5rem 1.5rem;
}.testimonials0289 .success_stories4103 {
    width: 100%;
    margin: 1rem 0;
}.testimonials0289 h4 {
    font-size: calc(36px * 0.8);
    margin-bottom: 3rem;
}.testimonials0289 .user_opinions5810::before {
    width: 220px;
    height: 220px;
}.testimonials0289 .success_stories4103:nth-child(n) {
    transform: translateZ(0);
}}.gratZone5784 {
    position: relative;
    perspective: 1000px;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(239,215,226) 0%, rgb(185,150,173,0.5) 100%);
    overflow: hidden;
}.gratZone5784::before {
    transform: translateZ(-10px);
    width: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgb(185,150,173,0.5) 0px,
        rgb(185,150,173,0.5) 1px,
        transparent 1px,
        transparent 12px
    );
    z-index: 0;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    opacity: 0.07;
    left: 0;
}.gratZone5784::after {
    position: absolute;
    width: 200px;
    bottom: -50px;
    animation: floating 8s infinite ease-in-out;
    background: radial-gradient(circle, rgb(213,183,195,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.4;
    filter: blur(40px);
    height: 200px;
    right: -50px;
}.gratZone5784 .container {
    position: relative;
    max-width: 1140px;
    transform-style: preserve-3d;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 2;
}.gratZone5784 h2 {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: -0.01em;
    color: #000000;
    animation: slideIn 0.8s ease-out forwards;
    text-shadow: 0 1px 0 rgba(255,255,255,0.6);
    line-height: 1.3;
    transform: translateZ(20px);
}.gratZone5784 h2::after {
    transform: scaleX(0);
    bottom: -12px;
    animation: lineExpand 1.2s 0.4s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    transform-origin: left;
    left: 0;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    width: 120px;
    position: absolute;
}.gratZone5784 .guide_bios0743 {
    transition: transform 0.5s ease;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transform: translateZ(10px) rotateX(2deg);
    background: #ffffff;
    border-left: 5px solid rgb(213,183,195);
    animation: fadeIn 1s 0.3s both;
    position: relative;
}.gratZone5784 .guide_bios0743:hover {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}.gratZone5784 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratZone5784 li {
    position: relative;
    padding-left: 30px;
}.gratZone5784 li::before {
    border-radius: 50%;
    animation: pulse 3s infinite;
    background-color: rgb(185,150,173);
    position: absolute;
    left: 0;
    content: "";
    box-shadow: 0 0 0 4px rgb(185,150,173,0.5);
    width: 8px;
    top: 8px;
    height: 8px;
}.gratZone5784 span {
    font-size: 13px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transition: all 0.3s;
    color: #000000;
    display: block;
}.gratZone5784 .guide_bios0743::after {
    right: 30px;
    border-radius: 10px;
    content: "";
    animation: float 6s infinite ease-in-out;
    width: 60px;
    position: absolute;
    background: linear-gradient(135deg, rgb(213,183,195) 0%, rgb(185,150,173) 100%);
    height: 60px;
    top: -10px;
    opacity: 0.9;
    transform: rotate(15deg);
    z-index: -1;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateZ(10px) rotateX(5deg) translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateZ(10px) rotateX(2deg) translateY(0);
    }
}

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

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(185,150,173,0.5);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(rgb(185,150,173), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(185,150,173), 0);
    }
}

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

@keyframes floating {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

@media (max-width: 991px) {.gratZone5784 {
    padding: 80px 0 60px;
}.gratZone5784 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 30px;
}.gratZone5784 .guide_bios0743 {
    padding: 30px;
}.gratZone5784 h2::after {
    width: 100px;
}
}

@media (max-width: 767px) {.gratZone5784 {
    padding: 60px 0 40px;
}.gratZone5784 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 25px;
}.gratZone5784 .guide_bios0743 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 25px 20px;
}.gratZone5784 .guide_bios0743:hover {
    transform: translateZ(8px) rotateX(0deg);
}.gratZone5784 li {
    padding-left: 25px;
}.gratZone5784 span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.gratZone5784 .guide_bios0743::after {
    height: 40px;
    right: 20px;
    width: 40px;
    top: -5px;
}
}

@media (max-width: 575px) {.gratZone5784 {
    padding: 50px 0 30px;
}.gratZone5784 h2 {
    margin-bottom: 20px;
    line-height: 1.4;
    font-size: calc(28px * 0.7);
}.gratZone5784 h2::after {
    height: 3px;
    width: 80px;
}.gratZone5784 .guide_bios0743 {
    transform: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.07);
    padding: 20px 15px;
}.gratZone5784 .guide_bios0743:hover {
    transform: translateY(-3px);
}.gratZone5784 li {
    padding-left: 20px;
}.gratZone5784 li::before {
    top: 7px;
    width: 6px;
    height: 6px;
}.gratZone5784 span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.gratZone5784 .guide_bios0743::after {
    display: none;
}}header {
    transition: all 0.3s ease;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: 2px solid rgb(239,215,226);
    left: 0;
    background-color: #ffffff;
}header:before {
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173), rgb(213,183,195));
    width: 100%;
    animation: gradientMove 6s infinite linear;
    top: 0;
    content: '';
    position: absolute;
    height: 4px;
    left: 0;
}header .head_mainbar3604 {
    width: 100%;
    padding: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 20px;
}header .head_expert0413 {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}header .top_core0387 {
    gap: 35px;
    align-items: center;
    display: flex;
}header .main_pagebar7238 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
    padding: 5px 0;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
}header .main_pagebar7238:before {
    border-radius: 10px;
    position: absolute;
    width: 6px;
    top: 50%;
    height: 6px;
    background-color: rgb(213,183,195);
    transition: transform 0.3s ease;
    left: -15px;
    content: '';
    transform: translateY(-50%) scale(0);
}header .main_pagebar7238:after {
    transform-origin: center;
    height: 2px;
    background-color: rgb(213,183,195);
    position: absolute;
    transition: transform 0.3s ease;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    content: '';
    width: 100%;
}header .main_pagebar7238:hover {
    color: rgb(213,183,195);
}header .main_pagebar7238:hover:before {
    transform: translateY(-50%) scale(1);
}header .main_pagebar7238:hover:after {
    transform: scaleX(1);
}header .site_nav9415 {
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    padding: 5px 10px;
}header .site_nav9415:before {
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    background: linear-gradient(to right, rgb(213,183,195), rgb(185,150,173)) border-box;
    left: 0;
    mask-composite: exclude;
    height: 100%;
    position: absolute;
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    width: 100%;
    content: '';
    top: 0;
    border: 2px solid transparent;
}header .site_nav9415:hover:before {
    opacity: 1;
}header .site_nav9415 svg {
    height: 42px;
    transition: transform 0.3s ease;
    width: auto;
}header .site_nav9415:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .top_core0387 {
    gap: 20px;
}header .main_pagebar7238:before {
    left: -10px;
}header .site_nav9415 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .top_core0387 {
    gap: 0;
    background-color: #ffffff;
    transition: max-height 0.4s ease;
    position: absolute;
    border-bottom: 3px solid rgb(213,183,195);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    top: 100%;
    z-index: 1001;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    max-height: 0;
    padding: 0;
    left: 0;
}header .menu.active {
    max-height: 400px;
}header .main_pagebar7238 {
    border-bottom: 1px solid rgb(239,215,226);
    padding: 12px 20px;
    width: 100%;
}header .main_pagebar7238:last-child {
    border-bottom: none;
}header .main_pagebar7238:before {
    left: 5px;
}header .head_expert0413 {
    padding: 5px 0;
}header .site_nav9415 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .site_nav9415 svg {
    height: 32px;
}}.prospective_members5092 {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
    background: rgb(239,215,226);
}.prospective_members5092::before {
    height: 100%;
    right: -50%;
    transform: rotate(35deg);
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    top: -50%;
    background: rgb(213,183,195,0.5);
}.prospective_members5092::after {
    position: absolute;
    bottom: -50%;
    width: 100%;
    z-index: 1;
    content: "";
    left: -50%;
    height: 100%;
    transform: rotate(-35deg);
    background: rgb(185,150,173,0.5);
}.prospective_members5092 .container {
    padding: 0 15px;
    z-index: 2;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}.prospective_members5092 .guide_bios0743 {
    background: #ffffff;
    padding: 60px 40px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 22px;
    position: relative;
}.prospective_members5092 .guide_bios0743::before {
    height: 6px;
    background: linear-gradient(90deg, rgb(213,183,195), rgb(185,150,173));
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}.prospective_members5092 .guide_bios0743::after {
    right: 20px;
    content: "";
    border: 2px solid rgb(213,183,195,0.5);
    opacity: 0.5;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    z-index: -1;
    height: 120px;
    top: 20px;
}.prospective_members5092 h4 {
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    color: #000000;
}.prospective_members5092 h4::before {
    content: "";
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    height: 4px;
    position: absolute;
    border-radius: 10px;
    bottom: -20px;
    background: rgb(213,183,195);
}.prospective_members5092 h4::after {
    background: rgb(185,150,173,0.5);
    height: 4px;
    bottom: -20px;
    width: 80px;
    content: "";
    left: 50%;
    border-radius: 10px;
    transform: translateX(-20px);
    position: absolute;
}.prospective_members5092 div > div {
    position: relative;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    display: grid;
}.prospective_members5092 div > div::before {
    height: 1px;
    opacity: 0.5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(185,150,173,0.5) 20%, 
        rgb(185,150,173,0.5) 80%, 
        transparent 100%);
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
    top: 50%;
}.prospective_members5092 p {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 24px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-size: 12px;
    align-items: center;
    z-index: 1;
    margin: 0;
    color: #000000;
}.prospective_members5092 p::before {
    opacity: 0;
    position: absolute;
    width: 100%;
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgb(239,215,226) 100%);
    content: "";
    left: 0;
    transition: opacity 0.4s ease;
    top: 0;
}.prospective_members5092 p:hover {
    border-color: rgb(213,183,195,0.5);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.prospective_members5092 p:hover::before {
    opacity: 1;
}.prospective_members5092 p svg {
    height: 28px;
    flex-shrink: 0;
    width: 28px;
    margin-right: 18px;
    transition: all 0.4s ease;
}.prospective_members5092 p svg path {
    fill: rgb(213,183,195);
    transition: fill 0.3s ease;
}.prospective_members5092 p:hover svg {
    transform: rotate(10deg) scale(1.2);
}.prospective_members5092 p:hover svg path {
    fill: rgb(185,150,173);
}@keyframes dotAnimation {
    0% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.5);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.prospective_members5092 .guide_bios0743::before {
    animation: dotAnimation 8s infinite;
}@keyframes fadeSlideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.prospective_members5092 .guide_bios0743 > div p {
    animation: fadeSlideIn 0.6s ease forwards;
    opacity: 0;
}.prospective_members5092 .guide_bios0743 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members5092 .guide_bios0743 > div p:nth-child(2) {
    animation-delay: 0.3s;
}.prospective_members5092 .guide_bios0743 > div p:nth-child(3) {
    animation-delay: 0.5s;
}.prospective_members5092 .guide_bios0743 > div p:nth-child(4) {
    animation-delay: 0.7s;
}.prospective_members5092 .guide_bios0743 > div p:nth-child(5) {
    animation-delay: 0.9s;
}.prospective_members5092 .guide_bios0743 > div p:nth-child(6) {
    animation-delay: 1.1s;
}.prospective_members5092 p::after {
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    height: 30px;
    bottom: 10px;
    transition: all 0.4s ease;
    opacity: 0;
    content: "";
    background: rgb(185,150,173,0.5);
    width: 30px;
    right: 10px;
}.prospective_members5092 p:hover::after {
    transform: scale(2);
    opacity: 0.3;
}

@media (max-width: 991px) {.prospective_members5092 {
    padding: 90px 0 80px;
}.prospective_members5092 .guide_bios0743 {
    padding: 50px 30px;
}.prospective_members5092 h4 {
    font-size: calc(38px * 0.9);
    margin-bottom: 40px;
}.prospective_members5092 div > div {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.prospective_members5092 p {
    padding: 20px;
}.prospective_members5092 .guide_bios0743::after {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 768px) {.prospective_members5092 {
    padding: 80px 0 70px;
}.prospective_members5092 .guide_bios0743 {
    padding: 40px 25px;
}.prospective_members5092 h4 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.8);
}.prospective_members5092 div > div {
    gap: 20px;
    grid-template-columns: 1fr;
}.prospective_members5092 div > div::before {
    display: none;
}.prospective_members5092 p {
    padding: 18px;
}.prospective_members5092 p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
}.prospective_members5092 .guide_bios0743::after {
    height: 80px;
    right: auto;
    bottom: 20px;
    top: auto;
    left: 20px;
    width: 80px;
}
}

@media (max-width: 576px) {.prospective_members5092 {
    padding: 60px 0 50px;
}.prospective_members5092 .guide_bios0743 {
    padding: 35px 20px;
}.prospective_members5092 h4 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.7);
}.prospective_members5092 h4::before {
    height: 3px;
    width: 30px;
}.prospective_members5092 h4::after {
    height: 3px;
    width: 60px;
}.prospective_members5092 p {
    padding: 15px;
    font-size: calc(12px * 0.9);
}.prospective_members5092 p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
}.prospective_members5092 p:hover {
    transform: translateY(-5px) scale(1.01);
}.prospective_members5092 .guide_bios0743::after {
    height: 60px;
    width: 60px;
}}footer {
    width: 100%;
    z-index: 1;
    position: relative;
}.insta_feed3765 {
    padding: 80px 0 30px;
    color: #ffffff;
    background: linear-gradient(135deg, #000000, rgb(185,150,173));
    position: relative;
    font-family: Arial, sans-serif;
}.insta_feed3765::before {
    left: 0;
    pointer-events: none;
    background: radial-gradient(circle at 10% 20%, rgb(185,150,173,0.5) 0%, transparent 50%);
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
}.insta_feed3765::after {
    background: linear-gradient(45deg, transparent 40%, rgb(213,183,195,0.5) 70%, transparent 100%);
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    pointer-events: none;
    animation: shiftGradient 15s infinite linear;
    position: absolute;
    top: 0;
}@keyframes shiftGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.insta_feed3765 .container {
    position: relative;
    z-index: 2;
}footer .alumni_net9305 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .message_info4718 {
    border-radius: 29px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(0);
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(8px);
    gap: 20px;
    display: flex;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
}footer .message_info4718:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}footer .info_item {
    align-items: center;
    flex: 1 1 220px;
    display: flex;
}footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(213,183,195,0.5));
    margin-right: 12px;
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
    fill: rgb(213,183,195);
}footer .info_item:hover svg {
    transform: scale(1.1);
}footer .info_item p, footer .info_item a {
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 400;
    display: flex;
    font-size: 12px;
}footer .info_item a:hover {
    text-shadow: 0 0 8px rgb(213,183,195,0.5);
    color: rgb(213,183,195);
}footer .text_main_holder {
    margin-top: 20px;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .site_head6013 {
    gap: 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}footer .site_head6013 svg {
    filter: drop-shadow(0 0 5px rgb(213,183,195,0.5));
    transition: filter 0.3s ease;
    width: auto;
    margin-bottom: 10px;
    height: 50px;
}footer .site_head6013:hover svg {
    filter: drop-shadow(0 0 8px rgb(213,183,195));
}footer .testimonial2510 {
    opacity: 0.8;
    font-size: 16px;
    max-width: 300px;
    color: #ffffff;
    line-height: 1.5;
}footer .top_core0387 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(5px);
    transition: box-shadow 0.3s ease;
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.03);
    padding: 25px;
}footer .top_core0387:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .top_core0387::before {
    content: "";
    opacity: 0;
    background: linear-gradient(45deg, rgb(213,183,195), transparent, rgb(185,150,173), transparent);
    right: -2px;
    border-radius: calc(29px + 2px);
    left: -2px;
    transition: opacity 0.5s ease;
    z-index: -1;
    top: -2px;
    position: absolute;
    bottom: -2px;
}footer .top_core0387:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}@keyframes borderRotate {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

footer .top_core0387 h5 {
    color: #ffffff;
    padding-bottom: 10px;
    font-size: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}footer .top_core0387 h5::after {
    width: 50px;
    bottom: -1px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    background: rgb(213,183,195);
    height: 2px;
}footer .top_core0387:hover h5::after {
    width: 100px;
}footer .top_teach4853 {
    margin-bottom: 25px;
    flex-direction: column;
    display: flex;
    gap: 10px;
}footer .top_teach4853 a {
    transition: color 0.3s ease, padding-left 0.3s ease;
    font-weight: 400;
    position: relative;
    font-size: calc(12px - 1px);
    color: #ffffff;
    padding-left: 15px;
    text-decoration: none;
}footer .top_teach4853 a::before {
    opacity: 0.7;
    top: 50%;
    height: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    content: "";
    position: absolute;
    border-radius: 50%;
    transform: translateY(-50%) scale(0.8);
    width: 6px;
    left: 0;
    background-color: rgb(213,183,195);
}footer .top_teach4853 a:hover {
    padding-left: 20px;
    color: rgb(213,183,195);
}footer .top_teach4853 a:hover::before {
    box-shadow: 0 0 5px rgb(213,183,195), 0 0 10px rgb(213,183,195,0.5);
    background-color: rgb(213,183,195);
    opacity: 1;
    transform: translateY(-50%) scale(1);
}footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(185,150,173,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 29px;
    position: relative;
    overflow: hidden;
}footer .subscribe_holder::before {
    z-index: -1;
    left: -50%;
    top: -50%;
    height: 200%;
    width: 200%;
    position: absolute;
    animation: pulseBackground 10s infinite ease-in-out;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    content: "";
}@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 {
    font-size: 22px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: #ffffff;
    position: relative;
}footer .subscribe_holder h5::after {
    content: "";
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, rgb(213,183,195), transparent);
    position: absolute;
    bottom: -5px;
    width: 100%;
}footer .subscribe_holder p {
    color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 12px;
}footer .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(213,183,195);
    box-shadow: 0 0 10px rgb(213,183,195,0.5);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .updates_box7463 {
    background: rgb(213,183,195);
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    border: none;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    padding: 14px 24px;
    display: inline-block;
    transition: all 0.3s ease;
    text-align: center;
    border-radius: 10px;
}footer .updates_box7463::before {
    transition: left 0.7s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}footer .updates_box7463:hover {
    transform: translateY(-3px);
    background: rgb(185,150,173);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .updates_box7463:hover::before {
    left: 100%;
}footer .license_cta5043 {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}footer .template_cta3697 {
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.5px;
    opacity: 0.7;
    color: #ffffff;
}

@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 .updates_box7463 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .alumni_net9305 {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .message_info4718 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}

@media (max-width: 767px) {footer .insta_feed3765 {
    padding: 60px 0 30px;
}footer .message_info4718 {
    padding: 20px;
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
}footer .top_core0387, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .top_core0387 h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .top_teach4853 a {
    font-size: calc(12px - 2px);
}footer .license_cta5043 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .insta_feed3765 {
    padding: 40px 0 20px;
}footer .message_info4718, footer .top_core0387, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .updates_box7463 {
    padding: 12px;
}footer .site_head6013 svg {
    height: 40px;
}footer .testimonial2510 {
    font-size: calc(16px - 1px);
}}.reach_out9708 {
    background: rgb(239,215,226);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.reach_out9708::before {
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    left: 0;
    animation: patternShift 30s linear infinite;
    background: repeating-linear-gradient(
        -45deg,
        rgb(213,183,195,0.5) 0,
        rgb(213,183,195,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.reach_out9708 .img_stack1495 {
    opacity: 0.2;
    transition: transform 10s ease-in-out;
    position: absolute;
    z-index: 0;
    left: 0;
    animation: slowZoom 20s alternate infinite;
    top: 0;
    filter: saturate(0.6) brightness(0.7);
    width: 100%;
    transform: scale(1.1);
    height: 100%;
}.reach_out9708 .img_stack1495::after {
    width: 100%;
    left: 0;
    background: linear-gradient(0deg, rgb(239,215,226) 0%, transparent 80%);
    top: 0;
    content: '';
    position: absolute;
    height: 100%;
}.reach_out9708 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.reach_out9708 h3 {
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    font-size: 33px;
    letter-spacing: 1px;
    color: rgb(213,183,195);
    text-align: center;
}.reach_out9708 h3::after {
    content: '';
    bottom: -15px;
    height: 4px;
    background: rgb(185,150,173);
    position: absolute;
    width: 60px;
    left: 50%;
    transform: translateX(-50%);
}.reach_out9708 .help_query1684 {
    grid-template-columns: 1.2fr 0.8fr;
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 22px;
    display: grid;
    overflow: hidden;
}.reach_out9708 .feedback_links9741 {
    position: relative;
    padding: 50px;
    background: #ffffff;
}.reach_out9708 .feedback_links9741::after {
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(185,150,173,0.5), transparent);
    right: 0;
    content: '';
    transform: translateY(-50%);
    position: absolute;
    width: 2px;
    top: 50%;
}.reach_out9708 .feedback_links9741 h3 {
    color: #000000;
    text-align: left;
    margin-bottom: 30px;
    font-size: 24px;
}.reach_out9708 .feedback_links9741 h3::after {
    transform: none;
    height: 3px;
    left: 0;
    width: 40px;
}.reach_out9708 form {
    gap: 25px;
    flex-direction: column;
    display: flex;
}.reach_out9708 input[type="text"],
.reach_out9708 textarea {
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    color: #000000;
    padding: 16px 20px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}.reach_out9708 input[type="text"]:focus,
.reach_out9708 textarea:focus {
    box-shadow: 0 0 0 3px rgb(213,183,195,0.5);
    border-color: rgb(213,183,195);
    outline: none;
}.reach_out9708 textarea {
    resize: vertical;
    min-height: 140px;
}.reach_out9708 .support_widget4987 {
    gap: 12px;
    color: #000000;
    align-items: flex-start;
    margin-top: 5px;
    display: flex;
    font-size: calc(16px * 0.9);
}.reach_out9708 input[type="checkbox"] {
    flex-shrink: 0;
    cursor: pointer;
    height: 22px;
    appearance: none;
    background: #ffffff;
    margin-top: 2px;
    transition: all 0.2s ease;
    border: 2px solid rgb(185,150,173,0.5);
    border-radius: 4px;
    -webkit-appearance: none;
    width: 22px;
    position: relative;
}.reach_out9708 input[type="checkbox"]:checked {
    background: rgb(213,183,195);
    border-color: rgb(213,183,195);
}.reach_out9708 input[type="checkbox"]:checked::after {
    height: 12px;
    top: 3px;
    content: '';
    border-right: 2px solid #ffffff;
    width: 6px;
    left: 7px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    position: absolute;
}.reach_out9708 .support_widget4987 label {
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(16px * 0.9);
}.reach_out9708 .support_widget4987 a {
    font-weight: 600;
    transition: color 0.2s ease;
    color: rgb(213,183,195);
    text-decoration: none;
}.reach_out9708 .support_widget4987 a:hover {
    color: rgb(185,150,173);
}.reach_out9708 .connect_card9253 {
    background: rgb(213,183,195);
    padding: 16px 32px;
    font-weight: 600;
    align-self: flex-start;
    cursor: pointer;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    border: none;
    transition: all 0.3s ease;
    font-size: 18px;
    box-shadow: 0 4px 12px rgb(213,183,195,0.5);
    z-index: 1;
    color: #ffffff;
}.reach_out9708 .connect_card9253::before {
    background: rgb(185,150,173);
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.2, 1);
    transform: scaleX(0);
    content: '';
    top: 0;
}.reach_out9708 .connect_card9253:hover {
    box-shadow: 0 6px 15px rgba(rgb(213,183,195), 0.4);
}.reach_out9708 .connect_card9253:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.reach_out9708 .message_inquiry1207 {
    overflow: hidden;
    padding: 50px;
    background: rgb(185,150,173,0.5);
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
}.reach_out9708 .message_inquiry1207::before {
    width: 150px;
    border-radius: 50%;
    bottom: 0;
    position: absolute;
    content: '';
    background: rgb(213,183,195,0.5);
    height: 150px;
    filter: blur(60px);
    opacity: 0.4;
    right: 0;
}.reach_out9708 .message_inquiry1207 h4 {
    position: relative;
    font-size: 24px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    font-weight: 700;
}.reach_out9708 .message_inquiry1207 h4::after {
    position: absolute;
    height: 3px;
    content: '';
    background: rgb(213,183,195);
    width: 40px;
    left: 0;
    bottom: -15px;
}.reach_out9708 .reach_card3259 {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    flex-direction: column;
    list-style: none;
}.reach_out9708 .reach_card3259 li {
    gap: 18px;
    display: flex;
    transition: transform 0.3s ease;
    align-items: center;
    position: relative;
}.reach_out9708 .reach_card3259 li:hover {
    transform: translateX(5px);
}.reach_out9708 .reach_card3259 li svg {
    padding: 12px;
    height: 22px;
    flex-shrink: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 46px;
    background: #ffffff;
    height: 46px;
    width: 22px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}.reach_out9708 .reach_card3259 li svg path {
    fill: rgb(213,183,195);
}.reach_out9708 .reach_card3259 li span {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000000;
}.reach_out9708 .reach_card3259 li a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: #000000;
}.reach_out9708 .reach_card3259 li:hover a {
    color: rgb(213,183,195);
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.reach_out9708 {
    padding: 80px 0;
}.reach_out9708 .help_query1684 {
    grid-template-columns: 1fr;
}.reach_out9708 .feedback_links9741::after {
    display: none;
}.reach_out9708 .feedback_links9741,
    .reach_out9708 .message_inquiry1207 {
    padding: 40px;
}.reach_out9708 h3 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.reach_out9708 {
    padding: 60px 0;
}.reach_out9708 .container {
    padding: 0 20px;
}.reach_out9708 .feedback_links9741,
    .reach_out9708 .message_inquiry1207 {
    padding: 30px 25px;
}.reach_out9708 h3 {
    margin-bottom: 40px;
    font-size: calc(33px * 0.85);
}.reach_out9708 .feedback_links9741 h3,
    .reach_out9708 .message_inquiry1207 h4 {
    font-size: calc(24px * 0.95);
    margin-bottom: 25px;
}.reach_out9708 input[type="text"],
    .reach_out9708 textarea {
    padding: 14px 18px;
}.reach_out9708 .connect_card9253 {
    padding: 14px 28px;
}
}

@media (max-width: 480px) {.reach_out9708 {
    padding: 50px 0;
}.reach_out9708 .feedback_links9741,
    .reach_out9708 .message_inquiry1207 {
    padding: 25px 20px;
}.reach_out9708 h3 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.8);
}.reach_out9708 .feedback_links9741 h3,
    .reach_out9708 .message_inquiry1207 h4 {
    font-size: calc(24px * 0.9);
}.reach_out9708 form {
    gap: 20px;
}.reach_out9708 .connect_card9253 {
    width: 100%;
    text-align: center;
}.reach_out9708 .reach_card3259 li svg {
    padding: 10px;
    height: 40px;
    width: 40px;
}.reach_out9708 .reach_card3259 {
    gap: 25px;
}
}