* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-padding_78 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    margin: auto;
    width: 1195px;
    max-width: 100%;
}header,footer {
    width: 100%;
}.head_sitebar_08 {
    flex: 1 0 auto;
}.mobile_cta_40 {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.reach_us_06 {
    background: rgb(232,222,240);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.reach_us_06::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(194,172,211,0.5) 0%, transparent 40%, rgb(157,131,183,0.5) 60%, transparent 100%);
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
}.reach_us_06::after {
    background-image: 
        linear-gradient(0deg, transparent 84px, rgb(194,172,211,0.5) 85px, transparent 86px),
        linear-gradient(90deg, transparent 84px, rgb(157,131,183,0.5) 85px, transparent 86px);
    opacity: 0.4;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    animation: gridMove 40s linear infinite;
    background-size: 85px 85px;
    z-index: 0;
    content: "";
    width: 100%;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 85px 85px;
    }
}
.reach_us_06 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.reach_us_06 .contact_us_63 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    flex-direction: column;
    background: #ffffff;
    display: flex;
}.reach_us_06 .reach_block_15 {
    padding: 25px 30px;
    color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: center;
    display: flex;
    font-weight: 700;
    margin: 0;
    background: rgb(194,172,211);
    font-size: 48px;
}.reach_us_06 .reach_block_15 svg {
    stroke-width: 2;
    animation: pulse 2s infinite ease-in-out;
    stroke-linejoin: round;
    margin-right: 15px;
    width: 30px;
    stroke: #ffffff;
    stroke-linecap: round;
    fill: none;
    height: 30px;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}
.reach_us_06 .img_grid_wrapper_87 {
    object-fit: cover;
    object-position: center;
    width: 100%;
    display: block;
    height: 350px;
}.reach_us_06 .contact_section_63 {
    padding: 30px;
    display: flex;
    z-index: 2;
    flex-direction: column;
    position: relative;
    gap: 15px;
}.reach_us_06 .contact_section_63 p {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 13px;
    align-items: center;
    margin: 0;
    background: #ffffff;
    position: relative;
    display: flex;
    padding: 16px 25px 16px 50px;
}.reach_us_06 .contact_section_63 p:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.reach_us_06 .contact_section_63 p::before {
    height: 100%;
    width: 4px;
    left: 0;
    top: 0;
    background: rgb(194,172,211);
    position: absolute;
    content: "";
}.reach_us_06 .contact_section_63 p svg {
    transform: translateY(-50%);
    fill: none;
    stroke: rgb(194,172,211);
    top: 50%;
    position: absolute;
    width: 20px;
    stroke-linecap: round;
    stroke-width: 2;
    stroke-linejoin: round;
    left: 20px;
    transition: all 0.3s ease;
    height: 20px;
}.reach_us_06 .contact_section_63 p:hover svg {
    transform: translateY(-50%) scale(1.2);
    stroke: rgb(157,131,183);
}.reach_us_06 .contact_section_63 p span {
    color: #000000;
    margin-left: 10px;
    font-weight: 400;
}.reach_us_06 .contact_section_63 p a {
    transition: color 0.3s ease;
    color: rgb(194,172,211);
    text-decoration: none;
    font-weight: 600;
}.reach_us_06 .contact_section_63 p a:hover {
    color: rgb(157,131,183);
}.reach_us_06 .get_help_40 {
    background: rgb(232,222,240);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 25px 30px;
    margin-top: 15px;
    border-radius: 10px;
    border-top: 3px solid rgb(194,172,211);
}.reach_us_06 .contact_box_13 {
    font-weight: 700;
    margin: 0 0 20px 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 23px;
    padding-bottom: 15px;
    display: flex;
    color: rgb(194,172,211);
    border-bottom: 1px solid rgb(194,172,211,0.5);
}.reach_us_06 .contact_box_13 svg {
    fill: none;
    stroke-width: 2;
    stroke: rgb(194,172,211);
    width: 20px;
    margin-right: 10px;
    stroke-linecap: round;
    stroke-linejoin: round;
    height: 20px;
}.reach_us_06 .contact_box_13 svg circle {
    transform-origin: center;
    animation: rotate 10s linear infinite;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.reach_us_06 .edu_asknow_73 {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}.reach_us_06 .message_card_27 {
    padding: 12px;
    transition: all 0.3s ease;
    font-size: 13px;
    border-left: 3px solid rgb(194,172,211,0.5);
    border-radius: 10px;
    background: #ffffff;
    align-items: center;
    text-align: center;
    color: #000000;
    justify-content: center;
    display: flex;
}.reach_us_06 .message_card_27:hover {
    border-left-color: rgb(194,172,211);
    background: rgb(194,172,211,0.5);
}.reach_us_06 .message_card_27 svg {
    margin-right: 6px;
    stroke-linecap: round;
    height: 14px;
    fill: none;
    stroke-linejoin: round;
    stroke-width: 2;
    stroke: rgb(194,172,211);
    width: 14px;
    transition: transform 0.3s ease;
}.reach_us_06 .message_card_27:hover svg {
    transform: rotate(30deg);
    stroke: rgb(157,131,183);
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.reach_us_06 .contact_section_63 p {
    animation: slideUp 0.4s ease forwards;
    opacity: 0;
}.reach_us_06 .contact_section_63 p:nth-child(1) {
    animation-delay: 0.1s;
}.reach_us_06 .contact_section_63 p:nth-child(2) {
    animation-delay: 0.2s;
}.reach_us_06 .contact_section_63 p:nth-child(3) {
    animation-delay: 0.3s;
}.reach_us_06 .contact_section_63 p:nth-child(4) {
    animation-delay: 0.4s;
}.reach_us_06 .contact_section_63 p:nth-child(5) {
    animation-delay: 0.5s;
}@keyframes drawSvg {
    to {
        stroke-dashoffset: 0;
    }
}
.reach_us_06 .contact_section_63 p svg path {
    animation: drawSvg 1s forwards;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}.reach_us_06 .contact_section_63 p:nth-child(1) svg path {
    animation-delay: 0.6s;
}.reach_us_06 .contact_section_63 p:nth-child(2) svg path {
    animation-delay: 0.7s;
}.reach_us_06 .contact_section_63 p:nth-child(3) svg path {
    animation-delay: 0.8s;
}.reach_us_06 .contact_section_63 p:nth-child(4) svg path {
    animation-delay: 0.9s;
}.reach_us_06 .contact_section_63 p:nth-child(5) svg path {
    animation-delay: 1s;
}
@media (min-width: 768px) {.reach_us_06 .contact_us_63 {
    grid-template-rows: auto 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.reach_us_06 .reach_block_15 {
    grid-column: 1 / -1;
}.reach_us_06 .reach_block_15 svg {
    height: 32px;
    margin-right: 18px;
    width: 32px;
}.reach_us_06 .img_grid_wrapper_87 {
    grid-column: 1;
    grid-row: 2;
    height: 100%;
    object-position: center;
    object-fit: cover;
}.reach_us_06 .contact_section_63 {
    padding: 30px;
    grid-column: 2;
    grid-row: 2;
}.reach_us_06 .contact_section_63 p svg {
    height: 22px;
    width: 22px;
}.reach_us_06 .get_help_40 {
    margin-top: 20px;
}.reach_us_06 .contact_box_13 svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.reach_us_06 .edu_asknow_73 {
    grid-template-columns: repeat(3, 1fr);
}.reach_us_06 .message_card_27 svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
}
@media (min-width: 1024px) {.reach_us_06 {
    padding: 100px 0;
}.reach_us_06 .contact_us_63 {
    max-width: 1100px;
    margin: 0 auto;
}.reach_us_06 .reach_block_15 {
    padding: 30px;
}.reach_us_06 .reach_block_15 svg {
    height: 35px;
    margin-right: 20px;
    width: 35px;
}.reach_us_06 .contact_section_63 {
    padding: 40px;
}.reach_us_06 .contact_section_63 p svg {
    width: 24px;
    height: 24px;
}.reach_us_06 .get_help_40 {
    padding: 30px;
    margin-top: 30px;
}.reach_us_06 .contact_box_13 svg {
    width: 24px;
    height: 24px;
}.reach_us_06 .edu_asknow_73 {
    gap: 15px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}}.program_structure_50 {
    z-index: 1;
    position: relative;
    background: linear-gradient(145deg, rgb(232,222,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
}.program_structure_50::before {
    width: 60%;
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    right: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(194,172,211,0.5), 0.05) 100%);
    content: "";
    position: absolute;
}.program_structure_50::after {
    height: 200px;
    transform: rotate(15deg);
    bottom: -50px;
    content: "";
    width: 200px;
    opacity: 0.05;
    background: linear-gradient(225deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    z-index: -1;
    left: -50px;
    position: absolute;
}.program_structure_50 .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.program_structure_50 h2 {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    font-weight: 700;
    font-size: 31px;
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    position: relative;
    margin-bottom: 50px;
}.program_structure_50 h2::after {
    position: absolute;
    background: rgb(194,172,211);
    transition: transform 0.4s ease-out;
    width: 80px;
    content: "";
    left: 0;
    height: this;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(1);
}.program_structure_50 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program_structure_50 h2:hover::after {
    transform: scaleX(1.5);
}.program_structure_50 .education_map_51 {
    grid-template-columns: 1fr;
    display: grid;
    transform-style: preserve-3d;
    position: relative;
    gap: 40px;
}.program_structure_50 .img_grid_wrapper_87 {
    border: none;
    overflow: hidden;
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
}.program_structure_50 .img_grid_wrapper_87::before {
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    transition: opacity 0.3s ease;
    right: 0;
    left: 0;
    z-index: 1;
}.program_structure_50 .img_grid_wrapper_87:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.program_structure_50 .textual_box_06 {
    position: relative;
    padding: 40px 30px;
    background-color: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    border-radius: 10px;
}.program_structure_50 .textual_box_06::before {
    background: linear-gradient(to bottom, rgb(194,172,211), rgb(157,131,183));
    top: 0;
    position: absolute;
    width: 5px;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    content: "";
    left: 0;
}.program_structure_50 .textual_box_06:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program_structure_50 .textual_box_06:hover::before {
    height: 100%;
}.program_structure_50 .description {
    color: #000000;
    transition: transform 0.4s ease;
    line-height: 1.7;
    transform: translateZ(0);
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
}.program_structure_50 .description:last-child {
    margin-bottom: 0;
}.program_structure_50 .description::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(194,172,211);
}.program_structure_50 .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.program_structure_50 .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.program_structure_50 .education_map_51:hover .img_grid_wrapper_87 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_structure_50 .education_map_51:hover .textual_box_06 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.program_structure_50 {
    padding: 150px 0 130px;
}.program_structure_50 .education_map_51 {
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
    align-items: center;
}.program_structure_50 h2 {
    max-width: 80%;
    font-size: calc(31px * 1.1);
}.program_structure_50 .img_grid_wrapper_87 {
    height: 500px;
}.program_structure_50 .textual_box_06 {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.program_structure_50 {
    padding: 180px 0 160px;
}.program_structure_50 h2 {
    margin-bottom: 70px;
}.program_structure_50 .education_map_51 {
    gap: 80px;
}.program_structure_50 .img_grid_wrapper_87 {
    height: 600px;
}.program_structure_50 .textual_box_06 {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.program_structure_50 {
    padding: 80px 0 70px;
}.program_structure_50 h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 30px;
}.program_structure_50 .img_grid_wrapper_87 {
    height: 250px;
}.program_structure_50 .textual_box_06 {
    padding: 30px 20px;
}.program_structure_50 .description {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.program_structure_50 {
    padding: 60px 0 50px;
}.program_structure_50 h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.75);
}.program_structure_50 .img_grid_wrapper_87 {
    height: 200px;
}.program_structure_50 .textual_box_06 {
    padding: 25px 15px;
}.program_structure_50 .description {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}.leadership_experience_74 {
    background: linear-gradient(135deg, #000000 0%, rgb(232,222,240) 100%);
    padding: 140px 0;
    position: relative;
    overflow: hidden;
}.leadership_experience_74::before {
    position: absolute;
    background: 
    radial-gradient(circle at 25% 25%, rgb(194,172,211,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(157,131,183,0.5) 0%, transparent 40%);
    animation: morphBackground 15s infinite alternate ease-in-out;
    width: 100%;
    height: 100%;
    mix-blend-mode: screen;
    top: 0;
    content: "";
    left: 0;
}.leadership_experience_74 .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.leadership_experience_74 .testimonial_track_20 {
    grid-template-rows: auto auto 1fr;
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    position: relative;
    grid-template-columns: 35% 1fr;
    gap: 20px 40px;
}.leadership_experience_74 .img_grid_wrapper_87 {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-8deg);
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(194,172,211,0.5);
    grid-area: photo;
    border-radius: 20px;
    z-index: 3;
    position: relative;
    height: 420px;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
}.leadership_experience_74 .img_grid_wrapper_87::before {
    position: absolute;
    mix-blend-mode: multiply;
    content: "";
    border-radius: 20px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    inset: 0;
}.leadership_experience_74 .testimonial_track_20:hover .img_grid_wrapper_87 {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.leadership_experience_74 .name {
    margin: 0;
    align-self: end;
    font-size: 35px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    transform-origin: left center;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    padding-left: 20px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 700;
    grid-area: name;
    color: #ffffff;
}.leadership_experience_74 .name::after {
    content: "";
    transform-origin: left;
    background: rgb(194,172,211);
    transition: transform 0.5s ease;
    position: absolute;
    transform: scaleX(0.6);
    width: 60px;
    height: 4px;
    left: 20px;
    bottom: -8px;
}.leadership_experience_74 .testimonial_track_20:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.leadership_experience_74 .testimonial_track_20:hover .name::after {
    transform: scaleX(1);
}.leadership_experience_74 .testimonial_track_20 > span:not(.name) {
    text-transform: uppercase;
    font-weight: 600;
    transform: perspective(1000px) rotateY(5deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: job;
    font-size: 22px;
    letter-spacing: 1px;
    transform-origin: left center;
    margin-top: 5px;
    color: rgb(157,131,183);
    padding-left: 20px;
}.leadership_experience_74 .testimonial_track_20:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.leadership_experience_74 .professional_exp_82 {
    padding: 35px;
    color: #ffffff;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    margin: 30px 0 0;
    border-radius: 20px;
    font-weight: 300;
    font-size: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    border-left: 4px solid rgb(194,172,211);
    transform: translateY(0);
    z-index: 2;
    line-height: 1.7;
}.leadership_experience_74 .professional_exp_82::before {
    opacity: 0.7;
    top: -15px;
    left: 25px;
    font-size: calc(48px * 2);
    content: "";
    color: rgb(194,172,211);
    position: absolute;
}.leadership_experience_74 .testimonial_track_20:hover .professional_exp_82 {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.leadership_experience_74 {
    padding: 80px 0;
}.leadership_experience_74 .testimonial_track_20 {
    gap: 15px;
    grid-template-areas:
      "img_grid_wrapper_87"
      "name"
      "career_expertise_25"
      "professional_exp_82";
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
}.leadership_experience_74 .img_grid_wrapper_87 {
    margin: 0 auto;
    height: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    max-width: 320px;
    transform: none;
}.leadership_experience_74 .name,
  .leadership_experience_74 .testimonial_track_20 > span:not(.name) {
    transform: none;
    text-align: center;
    padding-left: 0;
}.leadership_experience_74 .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.leadership_experience_74 .testimonial_track_20:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.leadership_experience_74 .professional_exp_82 {
    margin-top: 20px;
}.leadership_experience_74 .testimonial_track_20:hover .img_grid_wrapper_87,
  .leadership_experience_74 .testimonial_track_20:hover .name,
  .leadership_experience_74 .testimonial_track_20:hover > span:not(.name),
  .leadership_experience_74 .testimonial_track_20:hover .professional_exp_82 {
    transform: none;
}
}

@media (max-width: 576px) {.leadership_experience_74 {
    padding: 60px 0;
}.leadership_experience_74 .img_grid_wrapper_87 {
    height: 250px;
    max-width: 250px;
}.leadership_experience_74 .name {
    font-size: 21px;
}.leadership_experience_74 .professional_exp_82 {
    font-size: calc(18px * 0.95);
    padding: 25px 20px;
}}.title_board_64 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,240), rgba(0, 0, 0, 0.5), rgb(194,172,211,0.5) 80%);
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    position: relative;
}.title_board_64::before {
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: 
    radial-gradient(circle at 20% 30%, rgb(157,131,183,0.5) 2px, transparent 12px),
    radial-gradient(circle at 70% 60%, rgb(157,131,183,0.5) 3px, transparent 15px),
    radial-gradient(circle at 40% 80%, rgb(157,131,183,0.5) 2px, transparent 10px),
    radial-gradient(circle at 80% 10%, rgb(157,131,183,0.5) 4px, transparent 14px);
    top: 0;
    animation: constellationMove 120s infinite linear;
    z-index: 1;
    position: absolute;
    background-size: 320px 320px;
    content: "";
}.title_board_64::after {
    content: "";
    pointer-events: none;
    top: -50%;
    opacity: 0.4;
    left: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, rgb(194,172,211,0.5) 100%);
    position: absolute;
    height: 200%;
    transform: rotate(-15deg);
    z-index: 0;
    width: 200%;
}.title_board_64 .edu_head_36 {
    z-index: 3;
    width: 90%;
    max-width: 1200px;
    position: relative;
    perspective: 1000px;
}.title_board_64 .edu_head_36 > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 2rem;
    transform-style: preserve-3d;
}.title_board_64 .edu_head_36 > div > div:first-child {
    padding: 2.5rem;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    animation: floatIn 1s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.3s;
    transform: translateZ(20px) rotate(-2deg);
    border-left: 3px solid rgb(157,131,183);
    background: linear-gradient(120deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    backdrop-filter: blur(12px);
    position: relative;
}.title_board_64 .edu_head_36 > div > div:first-child:hover {
    transform: translateZ(30px) rotate(-1deg);
}.title_board_64 h3 {
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-size: calc(20px * 1.1);
    position: relative;
    margin: 0;
    color: #ffffff;
}.title_board_64 .teach_method_84 {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    height: 420px;
    animation: slideUp 1.2s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 0.6s;
    overflow: hidden;
    transform: translateZ(40px) rotate(1deg);
    position: relative;
    border-radius: 10px;
    opacity: 0;
}.title_board_64 .teach_method_84:hover {
    box-shadow: 0 25px 60px rgba(0,0,0,0.4);
    transform: translateZ(50px) rotate(0deg);
}.title_board_64 .teach_method_84::before {
    background: linear-gradient(180deg, 
    transparent, 
    rgba(0, 0, 0, 0.5) 70%, 
    rgb(194,172,211) 130%);
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
}.title_board_64 .teach_method_84::after {
    left: 0;
    height: 100%;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.2;
    background: 
    repeating-linear-gradient(45deg, 
      rgb(157,131,183,0.5) 0%, 
      transparent 0.5%, 
      transparent 1%);
    content: "";
    mix-blend-mode: overlay;
}.title_board_64 .teach_method_84 > div {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    transform: translateY(0);
    z-index: 3;
    padding: 3rem 2.5rem;
    bottom: 0;
    left: 0;
    width: 100%;
}.title_board_64 .teach_method_84:hover > div {
    transform: translateY(-10px);
}.title_board_64 .teach_method_84 p {
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateX(-20px);
    color: #ffffff;
    font-weight: 600;
    animation: fadeSlideIn 0.8s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-size: calc(15px * 1.2);
}.title_board_64 .teach_method_84 p::before {
    left: -1.5rem;
    position: absolute;
    content: "";
    height: 0.8rem;
    top: 50%;
    width: 0.8rem;
    background: rgb(157,131,183);
    transform: translateY(-50%) rotate(45deg);
}.title_board_64 .title_style_header {
    letter-spacing: 0.01em;
    margin: 0;
    opacity: 0;
    line-height: 1.2;
    color: #ffffff;
    animation: fadeSlideIn 0.8s 1.3s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    font-size: 42px;
    font-weight: 700;
    transform: translateX(-20px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

@keyframes constellationMove {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1000px 1000px;
  }
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(50px) rotate(-5deg);
  }
  100% {
    opacity: 1;
    transform: translateZ(20px) rotate(-2deg);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) rotate(1deg);
  }
}

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

@media (min-width: 768px) {.title_board_64 .edu_head_36 > div {
    gap: 3rem;
    grid-template-columns: 30% 1fr;
    align-items: center;
}.title_board_64 h3 {
    font-size: 20px;
}.title_board_64 .teach_method_84 {
    height: 480px;
}.title_board_64 .title_style_header {
    font-size: calc(42px * 1.2);
}
}

@media (min-width: 992px) {.title_board_64 .edu_head_36 > div {
    gap: 4rem;
    grid-template-columns: 35% 1fr;
}.title_board_64 .edu_head_36 > div > div:first-child {
    padding: 3rem;
}.title_board_64 h3 {
    font-size: calc(20px * 1.1);
}.title_board_64 .teach_method_84 {
    height: 520px;
}.title_board_64 .teach_method_84 > div {
    padding: 4rem 3rem;
}.title_board_64 .title_style_header {
    font-size: calc(42px * 1.4);
}
}

@media (max-width: 767px) {.title_board_64 {
    padding: 4rem 1rem;
}.title_board_64 .teach_method_84 {
    height: 380px;
}.title_board_64 .edu_head_36 > div > div:first-child {
    padding: 1.5rem;
}.title_board_64 h3 {
    font-size: calc(22px * 1.2);
}.title_board_64 .teach_method_84 > div {
    padding: 2rem 1.5rem;
}.title_board_64 .teach_method_84 p {
    font-size: 15px;
}.title_board_64 .title_style_header {
    font-size: calc(30px * 1.1);
}
}

@media (max-width: 480px) {.title_board_64 {
    padding: 3rem 1rem;
}.title_board_64 .teach_method_84 {
    height: 320px;
}.title_board_64 .edu_head_36 > div > div:first-child {
    padding: 1.25rem;
}.title_board_64 h3 {
    font-size: 22px;
}.title_board_64 .teach_method_84 > div {
    padding: 1.5rem 1.25rem;
}.title_board_64 .title_style_header {
    font-size: 30px;
}}.data_statistics_17 {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(232,222,240) 0%, rgba(0, 0, 0, 0.5) 100%);
}.data_statistics_17::before {
    content: "";
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    background: linear-gradient(45deg, rgb(194,172,211,0.5) 0%, transparent 70%);
    transform: skewY(-5deg);
    z-index: 0;
    left: -5%;
}.data_statistics_17::after {
    content: "";
    height: 110%;
    position: absolute;
    right: -5%;
    width: 110%;
    z-index: 0;
    transform: skewY(5deg);
    bottom: -5%;
    background: linear-gradient(-45deg, rgb(157,131,183,0.5) 0%, transparent 70%);
}.data_statistics_17 .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
}.data_statistics_17 ul {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2.5rem;
    display: grid;
}.data_statistics_17 .statistics_extra_60 {
    animation: stat-appear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.15s);
    position: relative;
    transform: translateY(30px);
}.data_statistics_17 .statistics_extra_60:nth-child(1) {
    --i: 1;
}.data_statistics_17 .statistics_extra_60:nth-child(2) {
    --i: 2;
}.data_statistics_17 .statistics_extra_60:nth-child(3) {
    --i: 3;
}.data_statistics_17 .statistics_extra_60:nth-child(4) {
    --i: 4;
}.data_statistics_17 .statistics_extra_60:nth-child(5) {
    --i: 5;
}.data_statistics_17 .statistics_extra_60:nth-child(6) {
    --i: 6;
}.data_statistics_17 .statistics_extra_60:nth-child(7) {
    --i: 7;
}.data_statistics_17 .statistics_extra_60 div {
    border-left: 3px solid rgb(194,172,211);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.03) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 2rem 1.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    transform: perspective(1000px) rotateX(5deg) rotateY(-2deg);
}.data_statistics_17 .statistics_extra_60:hover div {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    border-left: 3px solid rgb(157,131,183);
}.data_statistics_17 .statistics_extra_60 div::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(194,172,211,0.5) 0%, transparent 100%);
    z-index: -1;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.5s ease;
    top: 0;
    content: "";
    left: 0;
}.data_statistics_17 .statistics_extra_60:hover div::before {
    opacity: 0.1;
}.data_statistics_17 .statistics_extra_60 p {
    -webkit-background-clip: text;
    margin: 0 0 0.5rem;
    background: linear-gradient(90deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    opacity: 0;
    animation: counter-appear 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    background-clip: text;
    transform: translateX(-5px);
    animation-delay: calc(var(--i, 0) * 0.2s + 0.3s);
    font-size: 3.5rem;
    color: transparent;
    font-weight: 700;
}.data_statistics_17 .statistics_extra_60 span {
    opacity: 0.85;
    letter-spacing: 0.5px;
    animation-delay: calc(var(--i, 0) * 0.2s + 0.5s);
    color: #000000;
    transform: translateX(-5px);
    opacity: 0;
    animation: text-appear 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    font-size: 13px;
    display: block;
    font-weight: 400;
}.data_statistics_17 h4 {
    position: relative;
    opacity: 0;
    animation: title-appear 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #000000;
    font-weight: 600;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 3rem;
    animation-delay: 1.2s;
    transform: translateY(20px);
    font-size: 24px;
}.data_statistics_17 h4::before, .data_statistics_17 h4::after {
    height: 2px;
    width: 50px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    transform: translateY(-50%);
    top: 50%;
}.data_statistics_17 h4::before {
    left: 25%;
}.data_statistics_17 h4::after {
    right: 25%;
}

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

@keyframes counter-appear {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes text-appear {
    0% {
        transform: translateX(-5px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 0.85;
    }
}

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

@media (max-width: 1200px) {.data_statistics_17 ul {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data_statistics_17 .statistics_extra_60 p {
    font-size: 3rem;
}.data_statistics_17 h4::before {
    left: 15%;
}.data_statistics_17 h4::after {
    right: 15%;
}
}

@media (max-width: 992px) {.data_statistics_17 {
    padding: 5rem 0;
}.data_statistics_17 .statistics_extra_60 p {
    font-size: 2.8rem;
}.data_statistics_17 h4 {
    margin-top: 2.5rem;
}.data_statistics_17 h4::before, .data_statistics_17 h4::after {
    width: 40px;
}
}

@media (max-width: 768px) {.data_statistics_17 {
    padding: 4rem 0;
}.data_statistics_17 ul {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 1.5rem;
}.data_statistics_17 .statistics_extra_60 div {
    padding: 1.5rem 1.2rem;
}.data_statistics_17 .statistics_extra_60 p {
    font-size: 2.5rem;
}.data_statistics_17 h4::before, .data_statistics_17 h4::after {
    display: none;
}
}

@media (max-width: 576px) {.data_statistics_17 {
    padding: 3rem 0;
}.data_statistics_17 ul {
    gap: 1.2rem;
    grid-template-columns: 1fr 1fr;
}.data_statistics_17 .statistics_extra_60 div {
    padding: 1.2rem 1rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-1deg);
}.data_statistics_17 .statistics_extra_60 p {
    font-size: 2.2rem;
}.data_statistics_17 .statistics_extra_60 span {
    font-size: calc(13px - 1px);
}.data_statistics_17 h4 {
    margin-top: 2rem;
    font-size: calc(24px - 2px);
}
}

@media (max-width: 480px) {.data_statistics_17 ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_statistics_17 .statistics_extra_60 {
    animation-delay: calc(var(--i, 0) * 0.1s);
}.data_statistics_17 .statistics_extra_60 div {
    border-left: 2px solid rgb(194,172,211);
    transform: none;
}.data_statistics_17 .statistics_extra_60:hover div {
    transform: translateY(-5px);
}}.dialogCookieSettings_56 {
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(194,172,211);
    background: rgb(232,222,240);
    position: fixed;
    width: 100%;
}.cookie_guide_45 {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}.dialogCookieSettings_56 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#cookieWarningWindow_10 {
    display: none;
}#cookieWarningWindow_10:checked ~ .dialogCookieSettings_56 {
    visibility: hidden;
    opacity: 0;
}.dialogCookieSettings_56 p {
    font-size: 18px;
}.edu_cookies_97 {
    flex-shrink: 0;
    margin-right: 10px;
}.edu_cookies_97 svg, .edu_cookies_97 svg path, .edu_cookies_97 img {
    height: 100px;
    fill: rgb(194,172,211);
    width: 100px;
}.cookie_all_12 {
    line-height: 35px;
    border-bottom: 2px solid rgb(194,172,211);
    cursor: pointer;
    font-size: 24px;
    margin-left: 10px;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    color: rgb(194,172,211);
    min-width: 120px;
    text-align: center;
}.dialogCookieSettings_56 p a {
    text-decoration: none;
    color: rgb(194,172,211);
}
@media only screen and (max-width: 1200px) {.dialogCookieSettings_56 {
    padding: 20px;
}}

.wrapper-padding_78 .dialogCookieSettings_56 {
    border: none;
    box-shadow: rgb(157,131,183,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(157,131,183);
}.wrapper-padding_78 .cookie_all_12 {
    font-size: 20px;
    font-weight: 400;
    padding: 10px;
    margin-left: 30px;
    background: rgb(194,172,211);
    color: #ffffff;
    border: none;
}.wrapper-padding_78 .cookie_visitor_85 h5, .wrapper-padding_78 .cookie_visitor_85 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.edu_cookies_97 {
    display: none;
}.cookie_guide_45 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.dialogCookieSettings_56 h5 {
    text-align: center;
}.dialogCookieSettings_56 p {
    text-align: center;
}.cookie_visitor_85 {
    margin-bottom: 20px;
}body .wrapper-padding_78 .cookie_all_12 {
    margin-bottom: 10px;
    margin-left: 0;
}}.privacy_hideaway_54 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,240) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    position: relative;
    padding: 5rem 2rem;
}.privacy_hideaway_54::before {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    left: 0;
}.privacy_hideaway_54::after {
    top: -50px;
    transform: rotate(-15deg);
    z-index: 0;
    height: 180px;
    right: -50px;
    width: 180px;
    position: absolute;
    content: "";
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
}.privacy_hideaway_54 .container {
    z-index: 1;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}.privacy_hideaway_54 h1 {
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 39px;
    display: inline-block;
    margin-bottom: 2.5rem;
}.privacy_hideaway_54 h1::after {
    content: "";
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -12px;
    position: absolute;
    width: 70px;
    left: 0;
    transform: scaleX(1);
    height: 3px;
    transform-origin: left;
    background: rgb(194,172,211);
}.privacy_hideaway_54 h2 {
    position: relative;
    font-size: 34px;
    margin: 3rem 0 1.5rem;
    padding-left: 18px;
    font-weight: 600;
    color: #000000;
}.privacy_hideaway_54 h2::before {
    background: rgb(194,172,211);
    content: "";
    left: 0;
    top: 10px;
    height: 60%;
    width: 5px;
    transform: translateY(-50%);
    position: absolute;
}.privacy_hideaway_54 h3 {
    margin: 2.5rem 0 1.25rem;
    color: #000000;
    font-weight: 600;
    font-size: calc(34px * 0.8);
    position: relative;
    padding-left: 15px;
}.privacy_hideaway_54 h3::before {
    content: "";
    height: 50%;
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-50%);
    width: 3px;
    background: rgb(157,131,183);
}.privacy_hideaway_54 h4 {
    position: relative;
    font-size: calc(34px * 0.7);
    color: #000000;
    font-weight: 600;
    padding-left: 12px;
    margin: 2rem 0 1rem;
}.privacy_hideaway_54 h4::before {
    content: "";
    width: 2px;
    top: 10px;
    background: rgba(var(--secondary-color-rgb), 0.7);
    height: 40%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}.privacy_hideaway_54 p {
    max-width: 90%;
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-size: 12px;
    color: #000000;
}.privacy_hideaway_54 span {
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    display: block;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
}.privacy_hideaway_54 ul {
    position: relative;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
    list-style: none;
}.privacy_hideaway_54 ul::before {
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
}.privacy_hideaway_54 li {
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    transition: transform 0.3s ease;
    font-size: 12px;
}.privacy_hideaway_54 li::before {
    left: 0;
    height: 8px;
    width: 8px;
    position: absolute;
    content: "";
    top: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
    background: rgb(194,172,211);
}.privacy_hideaway_54 li:hover {
    transform: translateX(5px);
}.privacy_hideaway_54 li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.privacy_hideaway_54 strong {
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy_hideaway_54 strong::after {
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(194,172,211,0.5);
    height: 1px;
    transform-origin: left;
    width: 100%;
    content: "";
    transform: scaleX(0.7);
    bottom: -2px;
    left: 0;
}.privacy_hideaway_54 strong:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.privacy_hideaway_54 {
    padding: 4rem 1.5rem;
}.privacy_hideaway_54 p {
    max-width: 100%;
}.privacy_hideaway_54 h1 {
    font-size: calc(39px * 0.9);
}.privacy_hideaway_54 h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.privacy_hideaway_54 {
    padding: 3rem 1rem;
}.privacy_hideaway_54::after {
    width: 120px;
    height: 120px;
    top: -30px;
    right: -30px;
}.privacy_hideaway_54 h1 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.8);
}.privacy_hideaway_54 h1::after {
    width: 50px;
    bottom: -8px;
}.privacy_hideaway_54 h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(34px * 0.8);
    padding-left: 15px;
}.privacy_hideaway_54 h3 {
    font-size: calc(34px * 0.7);
    padding-left: 12px;
}.privacy_hideaway_54 h4 {
    font-size: calc(34px * 0.6);
    padding-left: 10px;
}.privacy_hideaway_54 ul {
    padding-left: 1rem;
}.privacy_hideaway_54 li {
    padding-left: 1.5rem;
}
}

@media (max-width: 575px) {.privacy_hideaway_54 {
    padding: 2.5rem 0.8rem;
}.privacy_hideaway_54 h1 {
    font-size: calc(39px * 0.7);
}.privacy_hideaway_54 h2 {
    font-size: calc(34px * 0.7);
    padding-left: 12px;
}.privacy_hideaway_54 h3 {
    font-size: calc(34px * 0.6);
    padding-left: 10px;
}.privacy_hideaway_54 h4 {
    padding-left: 8px;
    font-size: calc(34px * 0.55);
}.privacy_hideaway_54 p, 
    .privacy_hideaway_54 span, 
    .privacy_hideaway_54 li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy_hideaway_54 span {
    padding-left: 0.8rem;
}.privacy_hideaway_54 ul {
    margin: 1.2rem 0 2rem;
}.privacy_hideaway_54 li {
    margin-bottom: 1rem;
}}.prospective_students_74 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 6rem 0;
    background-color: rgb(232,222,240);
}.prospective_students_74::before {
    top: -50%;
    position: absolute;
    content: "";
    right: -50%;
    animation: pulseGlow 15s infinite alternate ease-in-out;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(157,131,183,0.5), 0.3) 0%,
        transparent 70%
    );
}.prospective_students_74::after {
    bottom: -30%;
    position: absolute;
    z-index: -1;
    content: "";
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(194,172,211,0.5), 0.2) 0%,
        transparent 70%
    );
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    left: -20%;
    height: 80%;
    width: 80%;
}.prospective_students_74 .team_profile_02 {
    align-items: center;
    flex-direction: column;
    padding: 0 2rem;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
}.prospective_students_74 h3 {
    padding: 1rem 3rem;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    color: #000000;
    position: relative;
    z-index: 2;
    margin-bottom: 4rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    font-size: 37px;
}.prospective_students_74 h3::before,
.prospective_students_74 h3::after {
    border-style: solid;
    z-index: -1;
    border-color: rgb(157,131,183);
    height: 30px;
    position: absolute;
    content: "";
    width: 30px;
}.prospective_students_74 h3::before {
    border-width: 2px 0 0 2px;
    left: -10px;
    top: -10px;
    border-radius: 5px 0 0 0;
}.prospective_students_74 h3::after {
    bottom: -10px;
    border-width: 0 2px 2px 0;
    right: -10px;
    border-radius: 0 0 5px 0;
}.prospective_students_74 ul {
    display: flex;
    position: relative;
    flex-direction: column;
    list-style: none;
    gap: 2rem;
    width: 100%;
    z-index: 2;
    margin: 0;
    padding: 0;
}.prospective_students_74 li {
    flex-direction: column;
    backdrop-filter: blur(12px);
    border-radius: 14px;
    align-items: center;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 6px 6px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    position: relative;
}.prospective_students_74 li::before {
    right: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(157,131,183,0.5), 0.5),
        transparent
    );
    content: "";
    height: 2px;
    top: 0;
    left: 0;
}.prospective_students_74 li:hover {
    border-color: rgba(rgb(157,131,183,0.5), 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.prospective_students_74 li:hover::after {
    position: absolute;
    content: "";
    left: 0;
    animation: glowLine 2s infinite alternate ease-in-out;
    height: 4px;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(157,131,183),
        rgb(194,172,211)
    );
    bottom: 0;
}.prospective_students_74 li svg {
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    fill: rgb(157,131,183);
    width: 60px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    height: 60px;
}.prospective_students_74 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,131,183);
}.prospective_students_74 li:hover svg {
    fill: rgb(194,172,211);
    transform: scale(1.05);
}.prospective_students_74 li:hover svg path {
    fill: rgb(194,172,211);
}.prospective_students_74 li:nth-child(even) {
    transform: translateX(20px);
}.prospective_students_74 li:nth-child(odd) {
    transform: translateX(-20px);
}.prospective_students_74 li:nth-child(even):hover {
    transform: translateX(20px) translateY(-10px);
}.prospective_students_74 li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
        transform: scale(1);
    }
    100% {
        opacity: 0.8;
        transform: scale(1.2);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(157,131,183,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(194,172,211,0.5), 0.8);
    }
}

@media (min-width: 992px) {.prospective_students_74 ul {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 2rem;
}.prospective_students_74 li:nth-child(1),
    .prospective_students_74 li:nth-child(3) {
    transform: translateY(20px);
}.prospective_students_74 li:nth-child(2),
    .prospective_students_74 li:nth-child(4) {
    transform: translateY(-20px);
}.prospective_students_74 li:nth-child(1):hover,
    .prospective_students_74 li:nth-child(3):hover {
    transform: translateY(10px);
}.prospective_students_74 li:nth-child(2):hover,
    .prospective_students_74 li:nth-child(4):hover {
    transform: translateY(-30px);
}
}

@media (max-width: 991px) {.prospective_students_74 {
    padding: 4rem 0;
}.prospective_students_74 ul {
    gap: 1.5rem;
}.prospective_students_74 h3 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
    padding: 0.8rem 2rem;
}.prospective_students_74 li {
    padding: 1.5rem;
}.prospective_students_74 li svg {
    width: 50px;
    height: 50px;
    margin-bottom: 1rem;
}
}

@media (max-width: 768px) {.prospective_students_74 {
    padding: 3rem 0;
}.prospective_students_74 .team_profile_02 {
    padding: 0 1.5rem;
}.prospective_students_74 h3 {
    font-size: calc(37px * 0.8);
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
}.prospective_students_74 li {
    padding: 1.25rem;
}.prospective_students_74 li:nth-child(even),
    .prospective_students_74 li:nth-child(odd) {
    transform: translateX(0);
}.prospective_students_74 li:nth-child(even):hover,
    .prospective_students_74 li:nth-child(odd):hover {
    transform: translateY(-5px);
}.prospective_students_74 li svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 480px) {.prospective_students_74 {
    padding: 2.5rem 0;
}.prospective_students_74 .team_profile_02 {
    padding: 0 1rem;
}.prospective_students_74 h3 {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: calc(37px * 0.7);
}.prospective_students_74 h3::before,
    .prospective_students_74 h3::after {
    height: 20px;
    width: 20px;
}.prospective_students_74 ul {
    gap: 1rem;
}.prospective_students_74 li {
    padding: 1rem;
}.prospective_students_74 li svg {
    height: 35px;
    margin-bottom: 0.75rem;
    width: 35px;
}}.user_testimonials_56 {
    background: rgb(232,222,240);
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
}.user_testimonials_56::before {
    background-position: 0 0, 15px 15px;
    width: 100%;
    background-size: 30px 30px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0.2;
    z-index: 0;
    background-image: 
        radial-gradient(rgb(194,172,211,0.5) 2px, transparent 2px),
        radial-gradient(rgb(157,131,183,0.5) 2px, transparent 2px);
}.user_testimonials_56 .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.user_testimonials_56 h2 {
    text-align: left;
    margin-bottom: 6rem;
    font-size: calc(38px * 1.5);
    position: relative;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    max-width: 70%;
}.user_testimonials_56 h2::after {
    height: 4px;
    bottom: -1rem;
    content: "";
    position: absolute;
    width: 50px;
    background: rgb(194,172,211);
    transition: width 0.5s ease;
    left: 0;
}.user_testimonials_56:hover h2::after {
    width: 100px;
}.user_testimonials_56 .opinion_corner_26 {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.user_testimonials_56 .testimonial_track_20 {
    background: transparent;
    align-items: flex-start;
    flex-direction: column;
    padding: 3rem 2rem;
    position: relative;
    border-left: 3px solid rgb(194,172,211);
    display: flex;
    transition: all 0.4s ease;
}.user_testimonials_56 .testimonial_track_20:nth-child(1) {
    grid-column: 1 / span 5;
    transform: translateY(2rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(2) {
    grid-column: 7 / span 6;
    transform: translateY(-2rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(3) {
    grid-column: 3 / span 5;
    transform: translateY(4rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(4) {
    grid-column: 9 / span 4;
    transform: translateY(1rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(5) {
    grid-column: 1 / span 4;
    transform: translateY(6rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(6) {
    grid-column: 6 / span 7;
    transform: translateY(3rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(7) {
    grid-column: 7 / span 4;
    transform: translateY(3rem);
}.user_testimonials_56 .testimonial_track_20:nth-child(8) {
    transform: translateY(3rem);
    grid-column: 1 / span 5;
}.user_testimonials_56 .testimonial_track_20:hover {
    transform: translateX(10px) translateY(0);
    border-left: 3px solid rgb(157,131,183);
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}.user_testimonials_56 .testimonial_track_20::before {
    left: 2rem;
    z-index: -1;
    top: 1rem;
    color: rgb(194,172,211,0.5);
    opacity: 0.3;
    transition: all 0.5s ease;
    font-size: 6rem;
    content: "";
    position: absolute;
    font-family: serif;
    line-height: 1;
}.user_testimonials_56 .testimonial_track_20:hover::before {
    opacity: 0.5;
    transform: translateY(-10px) scale(1.2);
    color: rgb(157,131,183,0.5);
}.user_testimonials_56 .testimonial_track_20 img {
    object-fit: cover;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(0, 0, 0, 0.5);
}.user_testimonials_56 .testimonial_track_20:hover img {
    transform: scale(1.2);
    filter: grayscale(0%);
    border-color: rgb(157,131,183);
}.user_testimonials_56 .testimonial_track_20 p {
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
    margin-bottom: 0.5rem;
    font-weight: 600;
    transform: translateX(0);
    color: #000000;
    font-size: 24px;
}.user_testimonials_56 .testimonial_track_20:hover p {
    transform: translateX(10px);
    color: rgb(194,172,211);
}.user_testimonials_56 .testimonial_track_20 .description {
    font-size: 12px;
    font-weight: 400;
    max-width: 95%;
    transition: transform 0.4s ease 0.1s;
    color: #000000;
    line-height: 1.8;
    z-index: 1;
    position: relative;
    transform: translateX(0);
    margin-top: 1rem;
}.user_testimonials_56 .testimonial_track_20:hover .description {
    transform: translateX(10px);
}.user_testimonials_56 .testimonial_track_20::after {
    background: linear-gradient(90deg, rgb(194,172,211), rgb(157,131,183));
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 0;
    content: "";
    left: 0;
    transition: width 0.5s ease;
}.user_testimonials_56 .testimonial_track_20:hover::after {
    width: 100%;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 992px) {.user_testimonials_56 h2 {
    max-width: 90%;
    font-size: calc(38px * 1.2);
}.user_testimonials_56 .opinion_corner_26 {
    grid-template-columns: repeat(6, 1fr);
}.user_testimonials_56 .testimonial_track_20:nth-child(1) {
    grid-column: 1 / span 3;
}.user_testimonials_56 .testimonial_track_20:nth-child(2) {
    grid-column: 4 / span 3;
}.user_testimonials_56 .testimonial_track_20:nth-child(3) {
    grid-column: 1 / span 3;
}.user_testimonials_56 .testimonial_track_20:nth-child(4) {
    grid-column: 4 / span 3;
}.user_testimonials_56 .testimonial_track_20:nth-child(5) {
    grid-column: 1 / span 3;
}.user_testimonials_56 .testimonial_track_20:nth-child(6) {
    grid-column: 4 / span 3;
}
}

@media (max-width: 768px) {.user_testimonials_56 {
    padding: 5rem 0;
}.user_testimonials_56 h2 {
    max-width: 100%;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 38px;
}.user_testimonials_56 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.user_testimonials_56:hover h2::after {
    width: 80px;
}.user_testimonials_56 .opinion_corner_26 {
    display: flex;
    gap: 3rem;
    flex-direction: column;
}.user_testimonials_56 .testimonial_track_20,
    .user_testimonials_56 .testimonial_track_20:nth-child(n) {
    border-top: 3px solid rgb(194,172,211);
    border-left: none;
    transform: translateY(0);
    padding: 2rem 1rem;
}.user_testimonials_56 .testimonial_track_20:hover {
    border-top: 3px solid rgb(157,131,183);
    transform: translateY(-10px) translateX(0);
    border-left: none;
}.user_testimonials_56 .testimonial_track_20::before {
    font-size: 4rem;
    left: 1rem;
    top: 0.5rem;
}.user_testimonials_56 .testimonial_track_20::after {
    width: 3px;
    height: 0;
    bottom: auto;
    transition: height 0.5s ease;
    top: 0;
}.user_testimonials_56 .testimonial_track_20:hover::after {
    height: 100%;
    width: 3px;
}.user_testimonials_56 .testimonial_track_20 p,
    .user_testimonials_56 .testimonial_track_20:hover p,
    .user_testimonials_56 .testimonial_track_20 .description,
    .user_testimonials_56 .testimonial_track_20:hover .description {
    transform: translateX(0);
}}.tyBlock_82 {
    padding: 120px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,222,240) 0%, #ffffff 100%);
    position: relative;
}.tyBlock_82::before {
    position: absolute;
    background: linear-gradient(215deg, rgb(194,172,211,0.5) 0%, transparent 70%);
    width: 40%;
    transform: translateX(20%) skewX(-15deg);
    content: "";
    z-index: 1;
    right: 0;
    height: 100%;
    top: 0;
}.tyBlock_82::after {
    left: -2%;
    transform: rotate(-10deg);
    width: 30%;
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(125deg, rgb(157,131,183,0.5) 0%, transparent 80%);
    bottom: -5%;
    height: 70%;
}.tyBlock_82 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    max-width: 1200px;
}.tyBlock_82 h2 {
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-20px);
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    font-size: 32px;
    line-height: 1.3;
    max-width: 800px;
    opacity: 0;
}.tyBlock_82 h2::before {
    width: 80px;
    content: "";
    transform-origin: left;
    transform: scaleX(0);
    top: -15px;
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(194,172,211);
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
}.tyBlock_82 .team_profile_02 {
    overflow: hidden;
    position: relative;
    opacity: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform-origin: top center;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px 50px;
    background-color: #ffffff;
}.tyBlock_82 .team_profile_02::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(194,172,211), rgb(157,131,183));
}.tyBlock_82 .team_profile_02::after {
    position: absolute;
    right: 0;
    content: "";
    transform: translateX(100%);
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    top: 0;
    height: 100%;
    width: 80%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
}.tyBlock_82 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.tyBlock_82 li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.tyBlock_82 li::before {
    border-radius: 50%;
    height: 10px;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    content: "";
    left: -30px;
    width: 10px;
    transform: scale(0);
    top: 10px;
    background: rgb(194,172,211);
    position: absolute;
}.tyBlock_82 span {
    color: #000000;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    display: block;
    letter-spacing: 0.02em;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

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

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.tyBlock_82 {
    padding: 90px 0 60px;
}.tyBlock_82 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.9);
}.tyBlock_82 .team_profile_02 {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.tyBlock_82 {
    padding: 70px 0 50px;
}.tyBlock_82::before {
    width: 50%;
}.tyBlock_82 h2 {
    max-width: 100%;
    font-size: calc(32px * 0.8);
}.tyBlock_82 .team_profile_02 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 576px) {.tyBlock_82 {
    padding: 60px 0 40px;
}.tyBlock_82::before,
    .tyBlock_82::after {
    opacity: 0.5;
}.tyBlock_82 .container {
    padding: 0 20px;
}.tyBlock_82 h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.tyBlock_82 h2::before {
    width: 60px;
    height: 3px;
    top: -10px;
}.tyBlock_82 .team_profile_02 {
    transform: none;
    padding: 25px 20px;
}.tyBlock_82 span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.tyBlock_82 li::before {
    left: -20px;
    height: 8px;
    width: 8px;
}}header {
    padding: 0;
    position: relative;
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
}header::before {
    position: absolute;
    background-size: 20px 20px;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: '';
    left: 0;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    top: 0;
}header::after {
    content: '';
    width: 100%;
    background-size: 200% auto;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(194,172,211) 0%,
        rgb(157,131,183) 50%,
        rgb(194,172,211) 100%
    );
    bottom: 0;
    left: 0;
    position: absolute;
    animation: gradientSlide 5s linear infinite;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .main_header_28 {
    display: flex;
    z-index: 5;
    align-items: center;
    justify-content: space-between;
    padding: 1.3rem 2rem;
    position: relative;
}header .head_main_89 {
    position: relative;
    z-index: 5;
    flex: 0 0 auto;
}header .top_page_15 {
    display: flex;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem;
    z-index: 2;
    align-items: center;
}header .top_page_15:hover {
    transform: translateY(-3px) scale(1.02);
}header .top_page_15 img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .head_main_89::before {
    transition: all 0.3s ease;
    top: -8px;
    transform: skew(-3deg);
    position: absolute;
    bottom: -8px;
    content: '';
    right: -8px;
    border-radius: 10px;
    border: 1px solid rgb(194,172,211);
    opacity: 0.3;
    left: -8px;
}header .head_main_89:hover::before {
    opacity: 0.7;
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(194,172,211,0.5);
}header .head_site_21 {
    list-style: none;
    position: relative;
    margin: 0;
    z-index: 5;
    display: flex;
    padding: 0;
}header .nav_main_53 {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}header .nav_main_53 a {
    font-weight: 600;
    position: relative;
    text-decoration: none;
    display: block;
    color: #ffffff;
    letter-spacing: 0.5px;
    z-index: 1;
    font-size: 18px;
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}header .nav_main_53 a::before {
    position: absolute;
    height: 1px;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: 5px;
    opacity: 0.7;
    background: rgb(194,172,211);
    content: '';
    width: 80%;
    left: 10%;
}header .nav_main_53 a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(194,172,211);
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
}header .nav_main_53 a:hover::before {
    transform: scaleX(1);
}header .nav_main_53::after {
    top: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    pointer-events: none;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle at center, rgb(194,172,211,0.5) 0%, transparent 70%);
    width: 100%;
    opacity: 0;
    content: '';
    left: 0;
}header .nav_main_53:hover::after {
    opacity: 0.4;
}header .main_header_28::before {
    top: 0;
    left: 35%;
    content: '';
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(194,172,211), transparent);
    position: absolute;
    height: 1px;
}header .main_header_28::after {
    left: 20%;
    position: absolute;
    content: '';
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
    width: 60%;
    bottom: 0;
}.head_sitebar_08 {
    margin-top: 0;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(232,222,240);
    position: relative;
}

@media (min-width: 1400px) {header .main_header_28 {
    margin: 0 auto;
    max-width: 1300px;
}header .nav_main_53 {
    margin: 0 0.5rem;
}header .nav_main_53 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .main_header_28 {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    flex-direction: row;
}header .head_main_89 {
    margin-bottom: 0;
}header .head_site_21 {
    justify-content: center;
    flex: 1 0 100%;
    margin-top: 1rem;
}header .nav_main_53 {
    margin: 0 0.2rem;
}header .nav_main_53 a {
    padding: 0.6rem 0.8rem;
    font-size: calc(18px - 1px);
}header .head_main_89::before {
    bottom: -5px;
    left: -5px;
    top: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .main_header_28 {
    padding: 0.8rem 1.2rem;
}header .head_main_89 {
    max-width: 130px;
}header .head_main_89::before {
    display: none;
}header .head_site_21 {
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    justify-content: flex-start;
}header .head_site_21::-webkit-scrollbar {
    height: 2px;
}header .head_site_21::-webkit-scrollbar-thumb {
    background: rgb(194,172,211);
    border-radius: 10px;
}header .nav_main_53 {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .nav_main_53 a {
    white-space: nowrap;
    font-size: calc(18px - 2px);
    padding: 0.5rem 0.7rem;
    letter-spacing: 0;
}header .nav_main_53 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .main_header_28 {
    padding: 0.7rem 1rem;
}header .head_main_89 {
    max-width: 110px;
}header .nav_main_53 a {
    font-size: calc(18px - 3px);
    padding: 0.4rem 0.6rem;
}}.give_it_a_try_72 {
    background: linear-gradient(135deg, rgb(232,222,240) 0%, rgb(194,172,211,0.5) 100%);
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
    padding: 5rem 0;
}.give_it_a_try_72::before {
    bottom: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgba(255, 255, 255, 0.03) 20px,
        rgba(255, 255, 255, 0.03) 40px
    );
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    z-index: 1;
    left: 0;
}.give_it_a_try_72::after {
    position: absolute;
    filter: blur(30px);
    right: -100px;
    opacity: 0.6;
    height: 300px;
    border-radius: 50%;
    z-index: 0;
    width: 300px;
    background: radial-gradient(circle, rgb(194,172,211,0.5) 0%, transparent 70%);
    top: -150px;
    content: '';
}.give_it_a_try_72 .container {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.05),
        -20px -20px 40px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    padding: 3rem;
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(2deg);
}.give_it_a_try_72 .container:hover {
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.08),
        -25px -25px 50px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.give_it_a_try_72 h6 {
    transform: translateY(0);
    color: #000000;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    font-size: 21px;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    opacity: 1;
    text-align: center;
    line-height: 1.5;
}.give_it_a_try_72 .container:hover h6 {
    transform: translateY(-5px);
}.give_it_a_try_72 div div {
    margin-top: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
}.give_it_a_try_72 div span {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
    position: relative;
    display: inline-block;
    z-index: 2;
}.give_it_a_try_72 div span:hover {
    transform: translateY(-5px);
}.give_it_a_try_72 .feedback_form_31 {
    padding: 15px 32px;
    display: inline-flex;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 600;
    cursor: pointer;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,172,211) 0%, rgb(157,131,183) 100%);
    box-shadow: 
        0 10px 20px rgba(rgb(194,172,211,0.5), 0.2),
        0 5px 10px rgba(rgb(194,172,211,0.5), 0.1),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    justify-content: center;
}.give_it_a_try_72 .feedback_form_31::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    top: 0;
    content: '';
    transition: left 0.7s ease;
    left: -100%;
    height: 100%;
}.give_it_a_try_72 .feedback_form_31:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 
        0 15px 25px rgba(rgb(194,172,211,0.5), 0.3),
        0 10px 15px rgba(rgb(194,172,211,0.5), 0.2),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
}.give_it_a_try_72 .feedback_form_31:hover::before {
    left: 100%;
}.give_it_a_try_72 .feedback_form_31:active {
    box-shadow: 
        0 5px 10px rgba(rgb(194,172,211,0.5), 0.2),
        0 2px 5px rgba(rgb(194,172,211,0.5), 0.1),
        inset 0 2px 3px rgba(0, 0, 0, 0.1);
    transform: translateY(1px) scale(0.98);
}.give_it_a_try_72 .feedback_form_31 span {
    z-index: 1;
    position: relative;
    transition: transform 0.3s ease;
}.give_it_a_try_72 .feedback_form_31:hover span {
    transform: scale(1.05);
}


@media (max-width: 1200px) {.give_it_a_try_72 .container {
    max-width: 960px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.give_it_a_try_72 {
    padding: 4rem 0;
}.give_it_a_try_72 .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 720px;
}.give_it_a_try_72 h6 {
    font-size: calc(21px * 0.95);
    margin-bottom: 2rem;
}
}

@media (max-width: 768px) {.give_it_a_try_72 {
    padding: 3.5rem 0;
}.give_it_a_try_72 .container {
    max-width: 540px;
    padding: 1.75rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.give_it_a_try_72 h6 {
    font-size: calc(21px * 0.9);
    margin-bottom: 1.75rem;
}.give_it_a_try_72 .feedback_form_31 {
    padding: 12px 28px;
}
}

@media (max-width: 576px) {.give_it_a_try_72 {
    padding: 3rem 0;
}.give_it_a_try_72 .container {
    transform: none;
    width: 90%;
    padding: 1.5rem;
}.give_it_a_try_72 h6 {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: calc(21px * 0.85);
}.give_it_a_try_72 .feedback_form_31 {
    font-size: calc(20px * 0.9);
    padding: 10px 24px;
}
}

@media (max-width: 400px) {.give_it_a_try_72 {
    padding: 2.5rem 0;
}.give_it_a_try_72 .container {
    width: 95%;
    padding: 1.25rem;
}.give_it_a_try_72 h6 {
    font-size: calc(21px * 0.8);
    margin-bottom: 1.25rem;
}.give_it_a_try_72 .feedback_form_31 {
    font-size: calc(20px * 0.85);
    padding: 8px 20px;
}}.get_in_touch_28 {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(
        -45deg, 
        rgb(232,222,240) 0%, 
        rgb(157,131,183,0.5) 100%
    );
}.get_in_touch_28 .container {
    max-width: 1400px;
    padding: 0 1rem;
    margin: 0 auto;
}.get_in_touch_28 .inquiry_query_18 {
    position: relative;
    align-items: stretch;
    background: rgb(157,131,183,0.5);
    border-radius: 21px;
    box-shadow: 0 25px 50px rgb(194,172,211,0.5);
    overflow: hidden;
    display: flex;
}.get_in_touch_28 .img_grid_wrapper_87 {
    flex: 0 0 45%;
    margin-left: -5%;
    transform: skew(-10deg);
    min-height: 600px;
    z-index: 2;
    position: relative;
}.get_in_touch_28 .img_grid_wrapper_87::before {
    z-index: 1;
    transform: skew(10deg);
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    content: '';
    background: linear-gradient(
        135deg, 
        rgb(194,172,211,0.5) 0%, 
        rgb(157,131,183,0.5) 100%
    );
    position: absolute;
    width: 120%;
}.get_in_touch_28 .reach_query_59 {
    padding: 4rem 3rem 4rem 10%;
    z-index: 3;
    flex: 0 0 55%;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.get_in_touch_28 h2 {
    text-align: left;
    color: #ffffff;
    padding-left: 2rem;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
}.get_in_touch_28 h2::before {
    background: rgb(194,172,211);
    width: 1rem;
    transform: translateY(-50%);
    left: 0;
    height: 1rem;
    box-shadow: 0 0 15px rgb(194,172,211,0.5);
    content: '';
    top: 50%;
    position: absolute;
    border-radius: 50%;
}.get_in_touch_28 .reach_query_59 h3 {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    font-size: 28px;
    font-weight: 600;
    color: #ffffff;
}.get_in_touch_28 .reach_query_59 h3::after {
    bottom: 0;
    width: 50px;
    content: '';
    position: absolute;
    left: 0;
    background: rgb(194,172,211);
    height: 3px;
}.get_in_touch_28 .reach_query_59 form {
    display: grid;
    gap: 1.5rem;
}.get_in_touch_28 .reach_query_59 input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(157,131,183,0.5);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    position: relative;
    width: 100%;
    border: 1px solid rgb(194,172,211,0.5);
    font-size: 13px;
    transition: all 0.3s ease;
    outline: none;
    color: #ffffff;
}.get_in_touch_28 .reach_query_59 input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    width: 0;
    bottom: -2px;
    background: rgb(194,172,211);
    left: 0;
    transition: width 0.3s ease;
    content: '';
    height: 2px;
}.get_in_touch_28 .reach_query_59 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(194,172,211);
    box-shadow: 0 0 15px rgb(194,172,211,0.5);
}.get_in_touch_28 .reach_query_59 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.get_in_touch_28 .reach_query_59 .feedback_support_54 {
    display: flex;
    gap: 1rem;
    align-items: center;
}.get_in_touch_28 .reach_query_59 .feedback_support_54 input[type="checkbox"] {
    height: 22px;
    background: rgb(157,131,183,0.5);
    width: 22px;
    cursor: pointer;
    appearance: none;
    border-radius: 10px;
    border: 2px solid rgb(194,172,211,0.5);
    position: relative;
    transition: all 0.3s ease;
}.get_in_touch_28 .reach_query_59 .feedback_support_54 input[type="checkbox"]:checked {
    border-color: rgb(194,172,211);
    background: rgb(194,172,211);
}.get_in_touch_28 .reach_query_59 .feedback_support_54 input[type="checkbox"]:checked::after {
    content: '✔';
    position: absolute;
    font-size: 0.8rem;
    color: #ffffff;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}.get_in_touch_28 .reach_query_59 .feedback_support_54 label {
    font-size: 13px;
    color: #ffffff;
    align-items: center;
    display: flex;
}.get_in_touch_28 .reach_query_59 .feedback_support_54 a {
    text-decoration: none;
    margin-left: 0.3rem;
    color: rgb(194,172,211);
    transition: color 0.3s ease;
}.get_in_touch_28 .reach_query_59 .feedback_support_54 a:hover {
    text-decoration: underline;
}.get_in_touch_28 .reach_query_59 .feedback_form_31 {
    transition: all 0.3s ease;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    padding: 1rem;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    background: rgb(194,172,211);
    font-size: 14px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}.get_in_touch_28 .reach_query_59 .feedback_form_31::before {
    left: -50%;
    height: 200%;
    transform: rotate(-45deg);
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(194,172,211,0.5), 
        transparent
    );
    opacity: 0;
    content: '';
    transition: all 0.5s ease;
    width: 200%;
    top: -50%;
    position: absolute;
}.get_in_touch_28 .reach_query_59 .feedback_form_31:hover::before {
    opacity: 1;
}.get_in_touch_28 .reach_query_59 .feedback_form_31:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(194,172,211,0.5);
}

@media screen and (max-width: 1200px) {.get_in_touch_28 .img_grid_wrapper_87 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.get_in_touch_28 .inquiry_query_18 {
    flex-direction: column;
}.get_in_touch_28 .img_grid_wrapper_87 {
    transform: none;
    min-height: 300px;
    margin-left: 0;
    flex: 0 0 100%;
}.get_in_touch_28 .img_grid_wrapper_87::before {
    transform: none;
    width: 100%;
}.get_in_touch_28 .reach_query_59 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.get_in_touch_28 {
    padding: 3rem 0;
}.get_in_touch_28 h2 {
    padding-left: 1.5rem;
    font-size: calc(38px * 0.8);
    margin-bottom: 1.5rem;
}.get_in_touch_28 h2::before {
    width: 0.8rem;
    height: 0.8rem;
}.get_in_touch_28 .reach_query_59 h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 1.5rem;
}.get_in_touch_28 .reach_query_59 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.get_in_touch_28 .inquiry_query_18 {
    border-radius: 0;
}.get_in_touch_28 .reach_query_59 {
    padding: 2rem 1.5rem;
}}.company_overview_29 {
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
    position: relative;
}.company_overview_29:before {
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, rgb(194,172,211,0.5), rgb(157,131,183,0.5));
    content: "";
    left: 0;
    opacity: 0.92;
    position: absolute;
    width: 100%;
    z-index: -1;
}.company_overview_29:after {
    top: -50%;
    pointer-events: none;
    right: -20%;
    transform: rotate(-15deg);
    background: rgb(157,131,183);
    z-index: -1;
    height: 200%;
    position: absolute;
    opacity: 0.05;
    width: 80%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    content: "";
}.company_overview_29 .container {
    z-index: 2;
    perspective: 1000px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.company_overview_29 .textual_box_06 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    padding: 40px;
    transform: rotateX(2deg) rotateY(-1deg);
}.company_overview_29 .textual_box_06:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
}.company_overview_29 .textual_box_06:before {
    transition: opacity 0.4s ease-out;
    background: linear-gradient(45deg, transparent 20%, rgb(157,131,183,0.5) 100%);
    bottom: -10px;
    content: "";
    position: absolute;
    filter: blur(20px);
    left: -10px;
    opacity: 0.3;
    z-index: -1;
    right: -10px;
    top: -10px;
}.company_overview_29 .textual_box_06:hover:before {
    opacity: 0.5;
}.company_overview_29 .textual_box_06 > div:first-child {
    position: relative;
    margin-bottom: 20px;
}.company_overview_29 .textual_box_06 > div:first-child:before {
    position: absolute;
    background: rgb(194,172,211);
    height: 40px;
    left: -20px;
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    content: "";
}.company_overview_29 h5 {
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 8px;
    margin: 0;
    position: relative;
    display: inline-block;
    font-size: 19px;
    color: rgb(194,172,211);
    letter-spacing: 2px;
}.company_overview_29 h5:after {
    left: 0;
    position: absolute;
    transform-origin: left center;
    transition: width 0.3s ease-out;
    content: "";
    background: rgb(157,131,183);
    width: 60%;
    height: 2px;
    bottom: 0;
}.company_overview_29 .textual_box_06:hover h5:after {
    width: 100%;
}.company_overview_29 .textual_box_06 > div:nth-child(2) {
    margin-bottom: 25px;
}.company_overview_29 .textual_box_06 > div:nth-child(2) p {
    font-weight: 600;
    font-size: calc(14px * 1.3);
    position: relative;
    color: #000000;
    display: inline-block;
    margin: 0;
}.company_overview_29 .textual_box_06 > div:nth-child(2) p b {
    position: relative;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(194,172,211), rgb(157,131,183));
    color: transparent;
}.company_overview_29 ol {
    padding: 0 0 0 2px;
    counter-reset: item;
    list-style-position: inside;
    margin: 0;
}.company_overview_29 ol li {
    column-gap: 40px;
    columns: 1;
    counter-increment: item;
    font-family: Arial, sans-serif;
    list-style: none;
    color: #000000;
    line-height: 1.7;
    text-align: justify;
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
}.company_overview_29 ol li:before {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
    width: 6px;
    content: "";
    height: 6px;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    background: rgb(157,131,183);
    margin-right: 12px;
}.company_overview_29 .textual_box_06:after {
    z-index: -1;
    width: 180px;
    height: 180px;
    position: absolute;
    content: "";
    opacity: 0.1;
    bottom: -15px;
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, rgb(194,172,211,0.5), rgb(157,131,183,0.5));
    right: -15px;
    border-radius: 50%;
}

@media (min-width: 768px) {.company_overview_29 {
    padding: 150px 0;
}.company_overview_29 .textual_box_06 {
    padding: 60px;
}.company_overview_29 ol li {
    columns: 2;
}.company_overview_29 h5 {
    font-size: calc(19px * 1.2);
}.company_overview_29 .textual_box_06 > div:nth-child(2) p {
    font-size: calc(14px * 1.5);
}
}

@media (min-width: 992px) {.company_overview_29 .textual_box_06 {
    padding: 70px;
    margin: 0 60px;
}.company_overview_29 .textual_box_06:before {
    top: -15px;
    bottom: -15px;
    right: -15px;
    left: -15px;
}.company_overview_29 ol li {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}.company_overview_29 .textual_box_06 > div:first-child:before {
    left: -30px;
    height: 50px;
}
}

@media (max-width: 767px) {.company_overview_29 {
    padding: 80px 0;
}.company_overview_29 .textual_box_06 {
    transform: none;
    padding: 30px;
}.company_overview_29 h5 {
    font-size: calc(19px * 0.9);
}.company_overview_29 .textual_box_06 > div:nth-child(2) p {
    font-size: calc(14px * 1.1);
}.company_overview_29 ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}.company_overview_29 .textual_box_06 > div:first-child:before {
    left: -15px;
    height: 30px;
}}.pricing_row_item_04 {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(232,222,240), #ffffff);
    position: relative;
}.pricing_row_item_04::before {
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    content: "";
    position: absolute;
    height: 100%;
}.pricing_row_item_04 .container {
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}.pricing_row_item_04 .fee_chart_63 {
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
}.pricing_row_item_04 .study_offers_09 {
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    opacity: 0;
    padding: 2rem;
    order: 1;
    animation: fadeInUp 0.8s forwards 0.2s;
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
}.pricing_row_item_04 .study_offers_09 h2 {
    font-size: 34px;
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(194,172,211);
}.pricing_row_item_04 .study_offers_09 h2::after {
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    width: 60%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(194,172,211), transparent);
    content: "";
    left: 50%;
}.pricing_row_item_04 .study_offers_09 .monthly_rate_01 {
    margin: 0 auto;
    font-weight: 400;
    max-width: 80%;
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
}.pricing_row_item_04 .value_plan_96 {
    gap: 2rem;
    grid-template-columns: 1fr;
    order: 2;
    display: grid;
}.pricing_row_item_04 .price_options_13 {
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation: fadeInUp 0.8s forwards;
    will-change: transform, opacity;
    text-decoration: none;
    transform: translateY(30px);
    display: block;
    opacity: 0;
    animation-delay: calc(0.1s * var(--i, 1));
}.pricing_row_item_04 .price_options_13:nth-child(1) {
    --i: 1;
}.pricing_row_item_04 .price_options_13:nth-child(2) {
    --i: 2;
}.pricing_row_item_04 .price_options_13:nth-child(3) {
    --i: 3;
}.pricing_row_item_04 .price_options_13:nth-child(4) {
    --i: 4;
}.pricing_row_item_04 .price_options_13:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing_row_item_04 .monthly_plan_57 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #ffffff;
    display: flex;
    transition: all 0.4s ease;
    flex-direction: column;
}.pricing_row_item_04 .price_options_13:hover .monthly_plan_57 {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing_row_item_04 .edu_packages_03 {
    z-index: 1;
    display: flex;
    flex-grow: 1;
    padding: 2.5rem 2rem;
    flex-direction: column;
    position: relative;
}.pricing_row_item_04 .edu_packages_03::before {
    width: 120px;
    position: absolute;
    right: 0;
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    content: "";
    z-index: -1;
    transform: translate(30px, -30px);
    background: linear-gradient(135deg, transparent 50%, rgb(194,172,211,0.5) 50%);
    height: 120px;
    top: 0;
}.pricing_row_item_04 .price_options_13:hover .edu_packages_03::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.pricing_row_item_04 .price_options_13 h3 {
    font-size: calc(22px + 0.2rem);
    margin-bottom: 1rem;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
}.pricing_row_item_04 .price_options_13:hover h3 {
    color: rgb(194,172,211);
}.pricing_row_item_04 .bundle_rate_54 {
    color: rgb(194,172,211);
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 0.8rem);
    display: inline-block;
}.pricing_row_item_04 .bundle_rate_54::before {
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    background: rgb(157,131,183);
    content: "";
    width: 40px;
    position: absolute;
    bottom: -5px;
}.pricing_row_item_04 .price_options_13:hover .bundle_rate_54::before {
    width: 80px;
}.pricing_row_item_04 .price_options_13 p {
    -ms-word-break: break-all;
    font-size: 18px;
    margin-bottom: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    line-height: 1.6;
}.pricing_row_item_04 .img_grid_wrapper_87 {
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    height: 200px;
}.pricing_row_item_04 .img_grid_wrapper_87::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.pricing_row_item_04 .price_options_13:hover .img_grid_wrapper_87 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing_row_item_04 .value_plan_96 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_04 .study_offers_09 {
    padding: 3rem;
}.pricing_row_item_04 .edu_packages_03 {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing_row_item_04 .fee_chart_63 {
    gap: 2rem;
    grid-template-columns: 2fr 1fr;
}.pricing_row_item_04 .study_offers_09 {
    display: flex;
    text-align: left;
    order: 2;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    height: 100%;
}.pricing_row_item_04 .study_offers_09 h2::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(194,172,211), transparent);
    transform: none;
    left: 0;
}.pricing_row_item_04 .study_offers_09 .monthly_rate_01 {
    max-width: 100%;
    margin: 0;
}.pricing_row_item_04 .value_plan_96 {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing_row_item_04 .value_plan_96 {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_row_item_04 .edu_packages_03 {
    padding: 3rem 2.5rem;
}.pricing_row_item_04 .study_offers_09 h2 {
    font-size: calc(34px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing_row_item_04 {
    padding: 4rem 0;
}.pricing_row_item_04 .study_offers_09 h2 {
    font-size: calc(34px - 0.2rem);
}.pricing_row_item_04 .study_offers_09 .monthly_rate_01 {
    max-width: 100%;
    font-size: calc(18px - 0.1rem);
}.pricing_row_item_04 .price_options_13 h3 {
    font-size: 22px;
}.pricing_row_item_04 .bundle_rate_54 {
    font-size: calc(22px + 0.5rem);
}.pricing_row_item_04 .img_grid_wrapper_87 {
    height: 160px;
}}.study_process_51 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(232,222,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 6rem 0;
}.study_process_51::before {
    background: linear-gradient(220deg, rgb(157,131,183,0.5) 10%, transparent 70%);
    top: -10%;
    content: "";
    filter: blur(20px);
    position: absolute;
    width: 40%;
    right: -5%;
    height: 70%;
    transform: rotate(-15deg) skewX(30deg);
    z-index: 1;
}.study_process_51::after {
    width: 35%;
    content: "";
    background: linear-gradient(45deg, rgb(194,172,211,0.5) 10%, transparent 70%);
    transform: rotate(10deg) skewX(-20deg);
    left: -2%;
    height: 60%;
    position: absolute;
    z-index: 1;
    filter: blur(15px);
    bottom: -5%;
}.study_process_51 .team_profile_02 {
    transform-style: preserve-3d;
    perspective: 1000px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.study_process_51 h2 {
    font-size: 31px;
    margin-bottom: 3rem;
    position: relative;
    color: #000000;
    transform: translateZ(50px);
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    font-weight: 700;
}.study_process_51 h2::before {
    background: linear-gradient(90deg, rgb(157,131,183) 0%, rgb(194,172,211) 100%);
    transform: scaleX(1);
    bottom: -15px;
    content: "";
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 120px;
    height: 4px;
    left: 0;
    transform-origin: left;
    position: absolute;
}.study_process_51:hover h2::before {
    transform: scaleX(1.5);
}.study_process_51 .textual_box_06 {
    border-left: 4px solid rgb(157,131,183);
    transform: translateZ(20px) rotateY(-3deg);
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.05),
        -5px -5px 20px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.95));
}.study_process_51:hover .textual_box_06 {
    transform: translateZ(30px) rotateY(0deg);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.08),
        -8px -8px 25px rgba(255, 255, 255, 0.9),
        inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}.study_process_51 .textual_box_06::before {
    background: linear-gradient(135deg, transparent 60%, rgba(rgb(157,131,183,0.5), 0.1) 100%);
    top: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
    content: "";
    right: 0;
}.study_process_51 p {
    font-weight: 400;
    line-height: 1.8;
    font-size: 17px;
    position: relative;
    margin: 0;
    color: #000000;
}.study_process_51 p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(157,131,183);
}.study_process_51 p::selection {
    background-color: rgb(157,131,183,0.5);
    color: #000000;
}

@media (min-width: 768px) {.study_process_51 .team_profile_02 {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.study_process_51 .textual_box_06 {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
}.study_process_51:hover .textual_box_06 {
    transform: translateZ(40px) rotateY(-1deg);
}
}

@media (min-width: 992px) {.study_process_51 {
    padding: 8rem 0;
}.study_process_51 .team_profile_02 {
    gap: 3rem;
    grid-template-columns: 1fr;
}.study_process_51 h2 {
    margin-bottom: 4rem;
    transform: translateZ(60px);
}.study_process_51 .textual_box_06 {
    padding: 4rem;
    transform: translateZ(30px) rotateY(-2deg);
}.study_process_51:hover .textual_box_06 {
    transform: translateZ(50px) rotateY(0deg);
}
}

@media (max-width: 767px) {.study_process_51 {
    padding: 4rem 0;
}.study_process_51 .team_profile_02 {
    padding: 0 1.5rem;
}.study_process_51 h2 {
    transform: translateZ(30px);
    font-size: calc(31px * 0.85);
    margin-bottom: 2rem;
}.study_process_51 .textual_box_06 {
    padding: 2rem;
    transform: translateZ(10px) rotateY(-1deg);
}.study_process_51:hover .textual_box_06 {
    transform: translateZ(15px) rotateY(0deg);
}.study_process_51 h2::before {
    width: 80px;
    height: 3px;
}
}

@media (max-width: 480px) {.study_process_51 {
    padding: 3rem 0;
}.study_process_51 .team_profile_02 {
    padding: 0 1rem;
}.study_process_51 h2 {
    font-size: calc(31px * 0.75);
    margin-bottom: 1.5rem;
}.study_process_51 .textual_box_06 {
    border-left-width: 3px;
    padding: 1.5rem;
}.study_process_51 p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (hover: none) {.study_process_51 .textual_box_06,
    .study_process_51:hover .textual_box_06,
    .study_process_51 h2,
    .study_process_51:hover h2 {
    transform: none;
}.study_process_51 h2::before,
    .study_process_51:hover h2::before {
    transform: scaleX(1);
}}footer {
    position: relative;
    width: 100%;
}.mobile_cta_40 {
    background-color: rgb(194,172,211);
    position: relative;
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
}.mobile_cta_40::before {
    right: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
    width: 60%;
    background-color: rgb(194,172,211);
    z-index: 0;
}footer .mobile_cta_40::after {
    width: 200px;
    top: 50px;
    content: "";
    opacity: 0.3;
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(194,172,211), transparent 70%);
    height: 200px;
    right: 15%;
}footer .login_footer_96 {
    position: relative;
    z-index: 1;
}footer .connect_section_27 {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 60px;
    display: flex;
    gap: 10px;
}footer .info_item {
    background-color: rgba(255, 255, 255, 0.1);
    flex: 0 1 auto;
    margin-bottom: 10px;
    backdrop-filter: blur(5px);
    margin-right: 10px;
    padding: 15px 25px;
    border-radius: 10px;
    transform: skewX(-5deg);
    transition: all 0.3s ease;
}footer .info_item:hover {
    background-color: rgb(194,172,211);
    transform: skewX(-5deg) translateY(-5px);
}footer .info_item svg {
    height: 20px;
    width: 20px;
    transform: skewX(5deg);
    fill: #ffffff;
    margin-right: 10px;
    vertical-align: middle;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 13px;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    transform: skewX(5deg);
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
}footer .head_main_89 {
    padding-left: 20px;
    position: relative;
}footer .head_main_89::before {
    height: 100%;
    position: absolute;
    width: 5px;
    background-color: rgb(194,172,211);
    left: 0;
    content: "";
    top: 0;
}footer .head_main_89 svg {
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .collab_space_68 {
    font-size: 15px;
    line-height: 1.6;
    max-width: 320px;
    color: rgba(255, 255, 255, 0.7);
}footer .head_site_21 {
    position: relative;
}footer .head_site_21 h5 {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 25px;
}footer .head_site_21 h5::after {
    position: absolute;
    width: 50px;
    bottom: 0;
    background-color: rgb(194,172,211);
    height: 3px;
    content: "";
    left: 0;
}footer .top_study_49 {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}footer .top_study_49 a {
    padding-left: 0;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    position: relative;
}footer .top_study_49 a::before {
    position: absolute;
    content: "→";
    transition: all 0.3s ease;
    left: -20px;
    color: rgb(194,172,211);
    opacity: 0;
}footer .top_study_49 a:hover {
    color: rgb(194,172,211);
    padding-left: 20px;
}footer .top_study_49 a:hover::before {
    opacity: 1;
    left: 0;
}footer .subscribe_holder {
    position: relative;
    border-left: 5px solid rgb(194,172,211);
    padding: 30px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}footer .subscribe_holder::before {
    top: -20px;
    width: 100px;
    right: -20px;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background-color: rgb(194,172,211);
    opacity: 0.2;
    height: 100px;
}footer .subscribe_holder h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 20px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    border: none;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 13px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(194,172,211);
    outline: none;
    background-color: rgba(255, 255, 255, 0.15);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .instant_learning_42 {
    font-weight: 600;
    text-transform: uppercase;
    background-color: rgb(194,172,211);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    border-radius: 10px;
    padding: 14px 20px;
    border: none;
}footer .instant_learning_42:hover {
    background-color: rgb(157,131,183);
    transform: translateX(5px);
}footer .rating_stars_71 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding-top: 20px;
    margin-top: 60px;
}footer .subscr_info_83 {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .top_study_49 {
    grid-template-columns: repeat(2, 1fr);
}footer .input_holder {
    flex-direction: row;
}footer .instant_learning_42 {
    white-space: nowrap;
}footer .top_study_49 a {
    padding-right: 10px;
}
}

@media (max-width: 991px) {footer .mobile_cta_40::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    background-color: rgb(194,172,211);
    opacity: 0.7;
    width: 100%;
}
}

@media (max-width: 767px) {footer .mobile_cta_40 {
    padding: 60px 0 30px;
}footer .connect_section_27 {
    margin-bottom: 40px;
    justify-content: center;
}footer .head_site_21 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .rating_stars_71 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .mobile_cta_40 {
    padding: 50px 0 20px;
}footer .info_item {
    margin-right: 0;
    width: 100%;
}footer .top_study_49 {
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    padding: 20px;
}footer .input_holder input[type="email"],
    footer .instant_learning_42 {
    padding: 12px 15px;
}
}