* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1179px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.pitch_comp_local {
    flex: 0 0 auto;
}.nav_tutor_local {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-holder_local {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.plan_array_local {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgba(245, 247, 252, 1) 100%);
}.plan_array_local::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    left: 0;
    height: 100%;
    z-index: 1;
    top: 0;
}.plan_array_local .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.plan_array_local .payment_option_local {
    flex-direction: column-reverse;
    display: flex;
}.plan_array_local .study_pricing_local {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}.plan_array_local .study_pricing_local h2 {
    position: relative;
    color: #000000;
    font-size: 31px;
    display: inline-block;
    margin-bottom: 15px;
    font-weight: 700;
}.plan_array_local .study_pricing_local h2::after {
    position: absolute;
    width: 80px;
    height: 3px;
    bottom: -10px;
    background: rgb(177,173,194);
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.plan_array_local .pricing_list_local {
    font-size: 16px;
    overflow-wrap: break-word;
    max-width: 700px;
    color: #000000;
    word-break: break-word;
    margin: 0 auto;
    white-space: normal;
    line-height: 1.6;
}.plan_array_local .value_plan_local {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.plan_array_local .indv_cost_local {
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    color: #000000;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
}.plan_array_local .indv_cost_local:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.plan_array_local .cost_plan_local {
    overflow: hidden;
    background-color: #ffffff;
    min-height: 450px;
    position: relative;
    flex-direction: column;
    display: flex;
}.plan_array_local .lesson_fees_local {
    display: flex;
    overflow-wrap: break-word;
    padding: 30px;
    word-break: break-word;
    position: relative;
    flex: 1;
    z-index: 2;
    white-space: normal;
    flex-direction: column;
}.plan_array_local .lesson_fees_local h3 {
    transform: translateX(0);
    font-size: calc(19px + 2px);
    font-weight: 600;
    color: #000000;
    position: relative;
    margin-bottom: 8px;
    transition: transform 0.3s ease;
}.plan_array_local .indv_cost_local:hover .lesson_fees_local h3 {
    transform: translateX(5px);
}.plan_array_local .study_cost_local {
    margin: 15px 0;
    color: rgb(177,173,194);
    font-size: calc(19px + 4px);
    position: relative;
    font-weight: 700;
    display: inline-block;
}.plan_array_local .study_cost_local::before {
    left: -20px;
    transform: translateX(-10px);
    width: 10px;
    content: "";
    opacity: 0;
    height: 2px;
    background: rgb(177,173,194);
    top: 50%;
    position: absolute;
    transition: all 0.3s ease;
}.plan_array_local .indv_cost_local:hover .study_cost_local::before {
    transform: translateX(0);
    opacity: 1;
}.plan_array_local .lesson_fees_local p {
    font-size: 16px;
    flex: 1;
    white-space: normal;
    color: #000000;
    line-height: 1.6;
    word-break: break-word;
    margin-top: 15px;
    overflow-wrap: break-word;
}.plan_array_local .image_local {
    overflow: hidden;
    transition: transform 0.6s ease;
    width: 100%;
    position: relative;
    height: 200px;
}.plan_array_local .image_local::after {
    background: linear-gradient(0deg, rgba(rgb(177,173,194,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    top: 0;
}.plan_array_local .indv_cost_local:hover .image_local {
    transform: scale(1.05);
}.plan_array_local .indv_cost_local:nth-child(odd) .cost_plan_local {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.plan_array_local .indv_cost_local:nth-child(even) .cost_plan_local {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.plan_array_local .indv_cost_local:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.plan_array_local .indv_cost_local:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.plan_array_local .indv_cost_local:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.plan_array_local .indv_cost_local:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.plan_array_local .value_plan_local {
    grid-template-columns: repeat(2, 1fr);
}.plan_array_local .study_pricing_local {
    margin-bottom: 60px;
}.plan_array_local .lesson_fees_local h3 {
    font-size: 19px;
}.plan_array_local .study_cost_local {
    font-size: calc(19px + 2px);
}.plan_array_local .lesson_fees_local p {
    font-size: calc(16px - 1px);
}
}

@media (min-width: 992px) {.plan_array_local .payment_option_local {
    flex-direction: row;
    gap: 50px;
    align-items: center;
}.plan_array_local .study_pricing_local {
    text-align: left;
    flex: 0 0 30%;
    margin-bottom: 0;
}.plan_array_local .study_pricing_local h2::after {
    transform: none;
    left: 0;
}.plan_array_local .value_plan_local {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan_array_local .lesson_fees_local {
    padding: 35px;
}
}

@media (min-width: 1200px) {.plan_array_local .value_plan_local {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_array_local .cost_plan_local {
    min-height: 500px;
}.plan_array_local .image_local {
    height: 220px;
}.plan_array_local .lesson_fees_local h3 {
    font-size: calc(19px + 2px);
}.plan_array_local .study_cost_local {
    font-size: calc(19px + 6px);
}}.find_support_local {
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgba(255,255,255,0.9) 100%);
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    transform-style: preserve-3d;
    font-family: Arial, sans-serif;
    perspective: 1000px;
}.find_support_local::before {
    z-index: -1;
    background: linear-gradient(45deg, rgb(177,173,194,0.5) 0%, transparent 40%);
    transform: translateZ(-10px);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}.find_support_local::after {
    content: '';
    background: linear-gradient(to bottom right, rgb(135,127,173) 0%, transparent 70%);
    right: -50px;
    filter: blur(20px);
    border-radius: 100px;
    z-index: -1;
    height: 200px;
    width: 200px;
    opacity: 0.6;
    position: absolute;
    bottom: -50px;
    transform: rotate(-15deg) translateZ(-5px);
}.find_support_local h1 {
    font-weight: 700;
    transform: translateZ(20px);
    position: relative;
    text-align: center;
    color: #000000;
    text-shadow: 2px 2px 0 rgba(rgb(177,173,194,0.5), 0.1);
    margin-bottom: 50px;
    font-size: 47px;
}.find_support_local h1::after {
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    content: '';
    background: linear-gradient(90deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    left: 50%;
    position: absolute;
    width: 80px;
}.find_support_local .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.find_support_local .contact_details_local {
    border-radius: 16px;
    grid-template-columns: 1fr;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08), 
                0 10px 20px rgba(0,0,0,0.05),
                0 5px 10px rgba(rgb(177,173,194,0.5), 0.08);
    gap: 30px;
    background: #ffffff;
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 40px 30px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: grid;
}.find_support_local .contact_details_local:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(5px);
}.find_support_local .contact_details_local > div {
    border-left: 3px solid rgb(177,173,194);
    border-radius: 10px;
    background: linear-gradient(to right, rgba(rgb(219,216,223), 0.5), rgba(255,255,255,0.9));
    padding: 20px;
    transform: translateZ(10px);
    position: relative;
}.find_support_local .contact_details_local > div:nth-child(2) {
    border-left: 3px solid rgb(135,127,173);
}.find_support_local .contact_details_local > div:nth-child(3) {
    border-left: 3px solid rgb(177,173,194);
}.find_support_local h6 {
    margin-bottom: 10px;
    color: #000000;
    font-size: 16px;
    gap: 10px;
    display: flex;
    font-weight: 600;
    align-items: center;
}.find_support_local span {
    font-size: 14px;
    margin-left: 30px;
    position: relative;
    color: #000000;
    display: block;
}.find_support_local span::before {
    content: '';
    transform: translateY(-50%);
    top: 50%;
    background: rgb(135,127,173);
    position: absolute;
    left: -15px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
}.find_support_local .send_request_local {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.find_support_local .request_feedback_local {
    gap: 10px;
    padding: 5px 10px;
    border-radius: 10px;
    display: flex;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    z-index: 1;
    align-items: center;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    overflow: hidden;
}.find_support_local .request_feedback_local::before {
    left: -10px;
    background: linear-gradient(90deg, rgb(177,173,194,0.5) 0%, transparent 100%);
    width: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    content: '';
    transition: width 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.find_support_local .request_feedback_local:hover {
    color: #000000;
    transform: translateX(5px);
}.find_support_local .request_feedback_local:hover::before {
    width: 100%;
}.find_support_local svg {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
    width: 24px;
    height: 24px;
}.find_support_local .request_feedback_local:hover svg {
    transform: scale(1.15) rotate(5deg);
}.find_support_local svg path {
    fill: rgb(177,173,194);
    transition: fill 0.3s ease;
}.find_support_local .request_feedback_local:hover svg path {
    fill: rgb(135,127,173);
}.find_support_local .contact_details_local > div:first-child div {
    color: #000000;
    padding-left: 15px;
    line-height: 1.6;
    font-size: 14px;
    position: relative;
}.find_support_local .contact_details_local > div:first-child div::before {
    background: linear-gradient(to bottom, rgb(177,173,194), rgb(135,127,173));
    width: 3px;
    border-radius: 10px;
    position: absolute;
    content: '';
    left: 0;
    height: 100%;
    top: 0;
}

@media (min-width: 768px) {.find_support_local {
    padding: 100px 40px;
}.find_support_local h1 {
    margin-bottom: 60px;
    font-size: calc(47px * 1.2);
}.find_support_local h1::after {
    width: 120px;
}.find_support_local .contact_details_local {
    padding: 50px 40px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.find_support_local .contact_details_local > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.find_support_local .contact_details_local {
    grid-template-columns: 2fr 1fr 1fr;
}.find_support_local .contact_details_local > div:first-child {
    grid-column: 1;
}.find_support_local .contact_details_local > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.find_support_local .contact_details_local > div:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}.find_support_local .contact_details_local > div {
    transform: translateZ(15px);
}
}

@media (max-width: 767px) {.find_support_local {
    padding: 60px 15px;
}.find_support_local h1 {
    margin-bottom: 40px;
    font-size: calc(47px * 0.9);
}.find_support_local .contact_details_local {
    transform: rotateX(0.5deg) rotateY(0.25deg);
    padding: 30px 20px;
}.find_support_local .contact_details_local > div {
    padding: 15px;
}.find_support_local span {
    margin-left: 20px;
}}.program_overview_local {
    background: linear-gradient(135deg, rgb(219,216,223) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.program_overview_local::before {
    opacity: 0.1;
    left: 0;
    background: linear-gradient(45deg, rgb(177,173,194,0.5) 0%, transparent 70%);
    width: 100%;
    z-index: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.program_overview_local::after {
    z-index: 0;
    right: 0;
    width: 30%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.05;
    background: linear-gradient(to right, transparent, rgb(135,127,173,0.5));
}.program_overview_local .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.program_overview_local .learn_track_local {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    position: relative;
}.program_overview_local .image_local {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    transform: perspective(1000px) rotateY(-2deg);
}.program_overview_local .image_local::before {
    top: 0;
    left: 0;
    background: linear-gradient(120deg, rgb(177,173,194,0.5) 0%, transparent 60%);
    width: 100%;
    z-index: 1;
    position: absolute;
    opacity: 0.6;
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
}.program_overview_local .image_local:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_overview_local .image_local:hover::before {
    opacity: 0.4;
}.program_overview_local .content_zone_local {
    position: relative;
    padding: 30px;
    transform: translateY(-20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: transform 0.3s ease;
}.program_overview_local .content_zone_local::before {
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    height: 0;
    width: 5px;
    content: "";
    top: 0;
    background: rgb(135,127,173);
}.program_overview_local .content_zone_local:hover::before {
    height: 100%;
}.program_overview_local h3 {
    font-size: calc(24px * 1.1);
    font-weight: 700;
    position: relative;
    color: #000000;
    transform-origin: left center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}.program_overview_local .content_zone_local:hover h3 {
    transform: translateX(10px);
    color: rgb(135,127,173);
}.program_overview_local .description {
    line-height: 1.7;
    padding-right: 15px;
    max-height: 300px;
    font-size: 12px;
    overflow-y: auto;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
}.program_overview_local .description::-webkit-scrollbar {
    width: 5px;
}.program_overview_local .description::-webkit-scrollbar-track {
    background: rgb(219,216,223);
    border-radius: 10px;
}.program_overview_local .description::-webkit-scrollbar-thumb {
    background: rgb(135,127,173,0.5);
    border-radius: 10px;
}.program_overview_local .description::-webkit-scrollbar-thumb:hover {
    background: rgb(135,127,173);
}.program_overview_local p.description {
    display: block;
}.program_overview_local span.description {
    display: none;
}

@media (max-width: 991px) {.program_overview_local {
    padding: 70px 0;
}.program_overview_local .image_local {
    height: 250px;
}.program_overview_local h3 {
    font-size: 24px;
}.program_overview_local .description {
    max-height: 250px;
}
}

@media (min-width: 992px) {.program_overview_local .learn_track_local {
    gap: 60px;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program_overview_local .image_local {
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
    height: 500px;
}.program_overview_local .content_zone_local {
    transform: perspective(1000px) rotateY(2deg) translateX(20px);
    padding: 40px 50px;
}.program_overview_local .content_zone_local:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.program_overview_local h3 {
    margin-bottom: 30px;
    font-size: 31px;
}.program_overview_local .description {
    max-height: 400px;
}
}

@media (min-width: 1200px) {.program_overview_local .learn_track_local {
    gap: 80px;
}.program_overview_local .image_local {
    height: 550px;
}.program_overview_local .content_zone_local {
    padding: 50px 60px;
}.program_overview_local h3 {
    font-size: calc(31px * 1.1);
}.program_overview_local .description {
    line-height: 1.8;
    font-size: calc(12px * 1.05);
    max-height: 450px;
}
}

@media (max-width: 767px) {.program_overview_local {
    padding: 50px 0;
}.program_overview_local .image_local {
    transform: perspective(1000px) rotateY(-1deg);
    height: 200px;
}.program_overview_local .content_zone_local {
    padding: 25px;
}.program_overview_local h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 15px;
}.program_overview_local .description {
    max-height: 200px;
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.gratContent_local {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgb(177,173,194,0.5) 100%);
    padding: 7rem 0;
    z-index: 1;
}.gratContent_local::before {
    animation: floatGlow 12s ease-in-out infinite alternate;
    content: "";
    z-index: -1;
    filter: blur(25px);
    right: -10%;
    background: rgb(135,127,173,0.5);
    top: -10%;
    width: 50%;
    transform: rotate(-15deg) translateZ(0);
    height: 70%;
    position: absolute;
}.gratContent_local::after {
    left: -5%;
    height: 60%;
    z-index: -1;
    width: 40%;
    content: "";
    filter: blur(20px);
    bottom: -5%;
    transform: rotate(10deg) translateZ(0);
    position: absolute;
    background: rgb(177,173,194,0.5);
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
}.gratContent_local .container {
    transform: translateZ(0);
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.gratContent_local h2 {
    font-size: 37px;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    line-height: 1.3;
    max-width: 800px;
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.gratContent_local h2::after {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    transform: scaleX(1);
    left: 0;
    position: absolute;
    height: 4px;
    width: 120px;
    background: linear-gradient(90deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    bottom: -15px;
    transform-origin: left center;
}.gratContent_local h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.gratContent_local h2:hover::after {
    transform: scaleX(1.2);
}.gratContent_local .expert_program_local {
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    border-left: 5px solid rgb(135,127,173);
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.9);
}.gratContent_local .expert_program_local:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px);
}.gratContent_local ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.gratContent_local li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 1.5rem;
}.gratContent_local li::before {
    height: 6px;
    background: rgb(177,173,194);
    transform: scale(0);
    border-radius: 50%;
    width: 6px;
    content: "";
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
    top: 0.5rem;
    left: 0;
}.gratContent_local li span {
    font-size: 17px;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    transform: translateY(20px);
    line-height: 1.8;
    opacity: 0;
    animation: fadeIn 0.5s 0.6s ease forwards;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.gratContent_local {
    padding: 5rem 0;
}.gratContent_local h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.gratContent_local .expert_program_local {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.gratContent_local {
    padding: 4rem 0;
}.gratContent_local h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.gratContent_local h2::after {
    height: 3px;
    width: 100px;
}.gratContent_local .expert_program_local {
    padding: 2rem;
}.gratContent_local li span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.gratContent_local {
    padding: 3.5rem 0;
}.gratContent_local .container {
    padding: 0 1.5rem;
}.gratContent_local h2 {
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.7);
}.gratContent_local h2::after {
    width: 80px;
    bottom: -12px;
}.gratContent_local .expert_program_local {
    border-left-width: 4px;
    padding: 1.8rem 1.5rem;
}.gratContent_local li span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.gratContent_local li::before {
    width: 5px;
    top: 0.4rem;
    height: 5px;
}
}

@media (max-width: 375px) {.gratContent_local {
    padding: 3rem 0;
}.gratContent_local .container {
    padding: 0 1.2rem;
}.gratContent_local h2 {
    font-size: calc(37px * 0.65);
    margin-bottom: 1.5rem;
}.gratContent_local .expert_program_local {
    padding: 1.5rem 1.2rem;
}.gratContent_local li span {
    font-size: calc(17px * 0.85);
    line-height: 1.5;
}}header {
    transition: all 0.4s ease;
    border-bottom: 1px solid rgb(177,173,194,0.5);
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #000000 0%, rgb(177,173,194) 100%);
    width: 100%;
    left: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: fixed;
}header:before {
    left: 0;
    position: absolute;
    animation: shine 8s infinite linear;
    background-size: 200% 100%;
    background: linear-gradient(90deg, transparent, rgb(177,173,194,0.5), transparent);
    content: '';
    width: 100%;
    top: 0;
    pointer-events: none;
    height: 100%;
    opacity: 0.4;
}header .main_learning_local {
    width: 100%;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 20px;
}header .top_sitebar_local {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .header_start_local {
    gap: 25px;
    position: relative;
    display: flex;
}header .header_start_local:before {
    transform-origin: left;
    transform: scaleX(0);
    content: '';
    width: 100%;
    bottom: -8px;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(177,173,194), transparent);
    transition: transform 0.6s ease;
    left: 0;
}header .header_start_local:hover:before {
    transform: scaleX(1);
}header .nav_pagewrap_local {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 8px 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 13px;
    position: relative;
    transition: all 0.4s ease;
}header .nav_pagewrap_local:after {
    width: 100%;
    position: absolute;
    transform-origin: right;
    transform: scaleX(0);
    left: 0;
    background: rgb(177,173,194);
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    height: 2px;
    content: '';
}header .nav_pagewrap_local:before {
    transition: all 0.3s ease;
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 50%;
    background: rgb(177,173,194);
    top: 0;
    opacity: 0;
    content: '';
    width: 4px;
}header .nav_pagewrap_local:hover {
    color: rgb(177,173,194);
    text-shadow: 0 0 8px rgb(177,173,194,0.5);
}header .nav_pagewrap_local:hover:after {
    transform-origin: left;
    transform: scaleX(1);
}header .nav_pagewrap_local:hover:before {
    opacity: 1;
}header .head_nav_local {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    align-items: center;
    display: flex;
}header .head_nav_local svg {
    width: auto;
    transition: transform 0.5s ease;
    height: 40px;
    filter: drop-shadow(0 0 4px rgb(177,173,194,0.5));
}header .head_nav_local:hover svg {
    transform: scale(1.05);
}header .head_nav_local:after {
    background: rgb(177,173,194);
    content: '';
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    transition: width 0.4s ease;
    height: 1px;
    width: 0;
}header .head_nav_local:hover:after {
    width: 100%;
}

@keyframes shine {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 15px;
}header .header_start_local {
    gap: 15px;
}header .nav_pagewrap_local {
    font-size: calc(13px - 1px);
}header .head_nav_local svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .header_start_local {
    height: 100vh;
    right: -100%;
    top: 0;
    padding: 80px 30px 30px;
    max-width: 300px;
    overflow-y: auto;
    transition: right 0.4s ease;
    background: #000000;
    position: fixed;
    flex-direction: column;
    width: 80%;
    z-index: 1001;
    gap: 20px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
}header .menu.active {
    right: 0;
}header .nav_pagewrap_local {
    width: 100%;
    padding: 10px 5px;
    border-bottom: 1px solid rgb(177,173,194,0.5);
}header .header_start_local:before {
    display: none;
}header .head_nav_local {
    margin-left: auto;
    margin-right: auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px;
}header .head_nav_local svg {
    height: 30px;
}}.secure_protection_local {
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5);
    max-width: 1100px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    padding: 50px;
    background: #ffffff;
    color: #000000;
}.secure_protection_local::before,
.secure_protection_local::after {
    content: '';
    background: rgb(135,127,173,0.5);
    position: absolute;
    z-index: -1;
    border-radius: 50%;
}.secure_protection_local::before {
    top: -50px;
    width: 200px;
    right: -50px;
    height: 200px;
}.secure_protection_local::after {
    bottom: -100px;
    width: 300px;
    left: -100px;
    height: 300px;
}.secure_protection_local h1 {
    margin-top: 20px;
    color: rgb(177,173,194);
    padding-bottom: 10px;
    border-bottom: 3px dashed rgb(177,173,194);
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 30px;
}.secure_protection_local h2 {
    margin-bottom: 20px;
    padding-left: 20px;
    color: rgb(135,127,173);
    font-size: 32px;
    border-left: 8px double rgb(135,127,173);
    margin-top: 30px;
    font-weight: 600;
    position: relative;
}.secure_protection_local h2::before {
    border-radius: 50%;
    height: 10px;
    transform: translateY(-50%);
    position: absolute;
    left: -15px;
    top: 50%;
    width: 10px;
    background: rgb(177,173,194);
    content: '';
}.secure_protection_local ul {
    padding-left: 20px;
    background: rgb(135,127,173,0.5);
    margin: 20px 0;
    border-radius: 10px;
    border: 1px solid rgb(135,127,173,0.5);
    list-style: none;
}.secure_protection_local ul li {
    line-height: 1.6;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-size: 15px;
}.secure_protection_local ul li::before {
    top: 50%;
    content: '•';
    color: rgb(177,173,194);
    transform: translateY(-50%);
    position: absolute;
    font-size: 1.5em;
    left: 0;
}.secure_protection_local p, .secure_protection_local span, .secure_protection_local div {
    border-left: 4px solid rgb(177,173,194,0.5);
    line-height: 1.8;
    background: rgb(177,173,194,0.5);
    color: #000000;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    margin-bottom: 20px;
}.secure_protection_local h3, .secure_protection_local h4, .secure_protection_local h5, .secure_protection_local h6 {
    margin-bottom: 15px;
    font-size: 21px;
    color: rgb(177,173,194);
    font-weight: 600;
    margin-top: 25px;
    border-left: 5px solid rgb(177,173,194);
    padding-left: 15px;
    position: relative;
}.secure_protection_local h3::after, .secure_protection_local h4::after, .secure_protection_local h5::after, .secure_protection_local h6::after {
    bottom: -5px;
    position: absolute;
    content: '';
    width: 20px;
    height: 2px;
    background: rgb(135,127,173);
    left: 0;
}

@media only screen and (max-width: 800px) {.secure_protection_local {
    padding: 30px;
}.secure_protection_local h1 {
    font-size: calc(21px - 4px);
}.secure_protection_local h2 {
    font-size: calc(21px - 3px);
}.secure_protection_local h3, .secure_protection_local h4, .secure_protection_local h5, .secure_protection_local h6 {
    font-size: calc(21px - 2px);
}.secure_protection_local p, .secure_protection_local span, .secure_protection_local div, .secure_protection_local ul li {
    font-size: calc(15px - 2px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(177,173,194);
}header .top_plank .top_expertspro_local div svg, header .top_plank .top_expertspro_local div svg path {
    fill: #ffffff;
}header .top_plank .top_expertspro_local div span {
    color: #ffffff;
}header .top_plank .top_expertspro_local {
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 21px;
    width: 100%;
    padding: 15px 0 10px 0;
    align-items: center;
}header .top_plank .top_expertspro_local div {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    margin-right: 24px;
}header .top_plank .top_expertspro_local div img, header .top_plank .top_expertspro_local div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.welcome_page_local {
    width: 100%;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
}.welcome_page_local .start_head_local {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}.welcome_page_local .start_head_local::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 100%);
    top: 0;
}.welcome_page_local .study_zone_local {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    transform: perspective(1000px) rotateX(2deg);
    background: linear-gradient(165deg, rgb(177,173,194,0.5) 0%, rgba(0, 0, 0, 0) 100%);
    box-sizing: border-box;
    backdrop-filter: blur(5px);
    max-width: 1200px;
    position: relative;
    padding: 5rem 3rem;
    width: 90%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    z-index: 2;
}.welcome_page_local .study_zone_local::before {
    position: absolute;
    height: 100%;
    opacity: 0.05;
    top: 0;
    content: "";
    left: 0;
    background: repeating-linear-gradient(
    -45deg,
    rgb(135,127,173,0.5) 0px,
    rgb(135,127,173,0.5) 1px,
    transparent 1px,
    transparent 10px
  );
    z-index: -1;
    width: 100%;
}.welcome_page_local .study_zone_local > div {
    opacity: 0;
    animation: fadeIn 0.8s forwards;
    transform: translateY(20px);
}.welcome_page_local .study_zone_local > div:nth-child(1) {
    animation-delay: 0.2s;
}.welcome_page_local .study_zone_local > div:nth-child(2) {
    animation-delay: 0.5s;
}.welcome_page_local .study_zone_local > div:nth-child(3) {
    animation-delay: 0.8s;
}.welcome_page_local p {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    transform: translateX(-20px);
    padding-left: 2rem;
    opacity: 0.9;
    font-size: calc(13px * 1.2);
    max-width: 90%;
    font-weight: 600;
    border-left: 3px solid rgb(135,127,173);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}.welcome_page_local .title_style_header {
    color: transparent;
    background: linear-gradient(90deg, #ffffff 0%, rgb(135,127,173) 100%);
    font-weight: 700;
    line-height: 1.2;
    transition: transform 0.5s ease;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    -webkit-background-clip: text !important;
    margin: 0 0 2rem;
    color: #ffffff;
    transform-origin: left center;
    transform: scale(1.02);
    font-size: calc(44px * 1.5);
    padding-right: 5%;
    background-clip: text !important;
}.welcome_page_local h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
    letter-spacing: 0.3px;
    opacity: 0.85;
    font-size: calc(21px * 1.2);
    padding-right: 2rem;
    padding-bottom: 1rem;
    max-width: 90%;
    position: relative;
    color: #ffffff;
}.welcome_page_local h3::after {
    width: 50%;
    right: 10%;
    height: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(135,127,173), transparent);
    bottom: -10px;
}

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

@media (min-width: 992px) {.welcome_page_local .study_zone_local {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
    align-items: center;
    padding: 5rem;
}.welcome_page_local .study_zone_local > div:nth-child(1) {
    grid-column: 1 / 7;
}.welcome_page_local .study_zone_local > div:nth-child(2) {
    grid-column: 1 / 12;
}.welcome_page_local .study_zone_local > div:nth-child(3) {
    grid-column: 3 / 12;
}.welcome_page_local p {
    max-width: 100%;
    font-size: calc(13px * 1.4);
    padding-left: 2.5rem;
}.welcome_page_local .title_style_header {
    font-size: calc(44px * 1.8);
    margin-bottom: 3rem;
}.welcome_page_local h3 {
    font-size: calc(21px * 1.3);
}
}

@media (max-width: 991px) {.welcome_page_local .start_head_local {
    min-height: 80vh;
}.welcome_page_local .study_zone_local {
    padding: 4rem 2.5rem;
    width: 95%;
}
}

@media (max-width: 767px) {.welcome_page_local .start_head_local {
    min-height: 70vh;
}.welcome_page_local .study_zone_local {
    padding: 3rem 2rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}.welcome_page_local p {
    padding-left: 1.5rem;
    font-size: 13px;
}.welcome_page_local .title_style_header {
    font-size: calc(44px * 1.2);
    margin-bottom: 1.5rem;
}.welcome_page_local h3 {
    font-size: 21px;
    padding-right: 0;
}
}

@media (max-width: 575px) {.welcome_page_local .start_head_local {
    min-height: 100vh;
}.welcome_page_local .study_zone_local {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    padding: 2.5rem 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.welcome_page_local p {
    border-left-width: 2px;
    padding-left: 1rem;
    font-size: calc(13px * 0.9);
}.welcome_page_local .title_style_header {
    font-size: calc(44px * 1.1);
    margin-bottom: 1.25rem;
}.welcome_page_local h3 {
    font-size: calc(21px * 0.9);
}.welcome_page_local h3::after {
    width: 70%;
}}

.welcome_page_local .study_zone_local:hover .title_style_header {
    transform: scale(1.03);
}.education_framework_local {
    z-index: 1;
    position: relative;
    padding: 120px 0;
    background: rgb(219,216,223);
    overflow: hidden;
}.education_framework_local::before {
    top: -50%;
    transform: rotate(-30deg);
    background: rgb(177,173,194,0.5);
    animation: shape-rotate 40s linear infinite;
    position: absolute;
    height: 200%;
    width: 60%;
    z-index: -1;
    content: "";
    left: -20%;
}.education_framework_local::after {
    content: "";
    width: 40%;
    background: rgb(135,127,173,0.5);
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%);
    position: absolute;
    bottom: -20%;
    height: 60%;
    animation: shape-pulse 15s ease-in-out infinite alternate;
    right: -10%;
}.education_framework_local .container {
    grid-template-columns: 2fr 3fr;
    z-index: 2;
    max-width: 1200px;
    align-items: center;
    grid-gap: 50px;
    margin: 0 auto;
    display: grid;
    position: relative;
}.education_framework_local .expert_program_local {
    position: relative;
    padding: 0;
}.education_framework_local .expert_program_local::before {
    content: "";
    transform: rotate(-2deg);
    position: absolute;
    top: -80px;
    height: 20px;
    left: -10%;
    width: 120%;
    opacity: 0.5;
    animation: line-slide 10s ease-in-out infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(177,173,194), transparent);
}.education_framework_local .expert_program_local::after {
    content: "";
    right: -10%;
    height: 20px;
    background: linear-gradient(90deg, transparent, rgb(135,127,173), transparent);
    transform: rotate(2deg);
    position: absolute;
    animation: line-slide 10s ease-in-out infinite alternate-reverse;
    width: 120%;
    bottom: -80px;
    opacity: 0.5;
}.education_framework_local h3 {
    text-align: right;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    z-index: 2;
    opacity: 0;
    font-weight: 700;
    border-right: 4px solid rgb(177,173,194);
    padding-right: 40px;
    transform: translateX(-50px);
    line-height: 1.2;
    margin-right: -40px;
    font-size: 43px;
    position: relative;
    color: #000000;
    grid-column: 1;
}.education_framework_local h3::before {
    border: 4px solid rgb(135,127,173);
    content: "";
    top: -10px;
    height: 40px;
    position: absolute;
    right: -22px;
    animation: square-rotate 6s linear infinite;
    z-index: -1;
    width: 40px;
}.education_framework_local h3::after {
    content: "";
    height: 20px;
    animation: circle-pulse 4s ease-in-out infinite;
    bottom: -10px;
    border-radius: 50%;
    width: 20px;
    background: rgb(177,173,194);
    position: absolute;
    right: -8px;
}.education_framework_local span {
    grid-column: 2;
    animation: slide-in 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    position: relative;
    opacity: 0;
    line-height: 1.8;
    transform: translateX(50px);
    padding-left: 30px;
    font-size: 16px;
    text-align: left;
    color: #000000;
}.education_framework_local span::before {
    height: 100%;
    animation: border-dance 20s linear infinite;
    left: 15px;
    position: absolute;
    z-index: -1;
    border: 1px dashed rgb(177,173,194,0.5);
    width: 100%;
    top: 15px;
    pointer-events: none;
    content: "";
}

@keyframes shape-rotate {
    0% {
        transform: rotate(-30deg);
    }
    100% {
        transform: rotate(330deg);
    }
}

@keyframes shape-pulse {
    0% {
        transform: scale(1) translateX(0);
    }
    100% {
        transform: scale(1.2) translateX(-20px);
    }
}

@keyframes line-slide {
    0% {
        transform: translateX(-10%) rotate(-2deg);
    }
    100% {
        transform: translateX(10%) rotate(-2deg);
    }
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-50px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes square-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes circle-pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
}

@keyframes border-dance {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.education_framework_local {
    padding: 90px 20px;
}.education_framework_local .container {
    grid-gap: 30px;
}.education_framework_local h3 {
    padding-right: 20px;
    margin-right: -20px;
    font-size: calc(43px - 6px);
}.education_framework_local h3::before {
    right: -17px;
    width: 30px;
    height: 30px;
}.education_framework_local span {
    padding-left: 20px;
}.education_framework_local .expert_program_local::before,
    .education_framework_local .expert_program_local::after {
    height: 15px;
}
}

@media (max-width: 767px) {.education_framework_local {
    padding: 70px 15px;
}.education_framework_local .container {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.education_framework_local h3 {
    text-align: center;
    border-bottom: 4px solid rgb(177,173,194);
    padding-bottom: 20px;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
}.education_framework_local h3::before {
    left: 20px;
    top: auto;
    bottom: -17px;
    right: auto;
}.education_framework_local h3::after {
    right: auto;
    bottom: -8px;
    left: calc(100% - 30px);
}.education_framework_local span {
    text-align: center;
    padding-left: 0;
    animation-name: slide-in-mobile;
}.education_framework_local span::before {
    border: 1px dashed rgb(177,173,194,0.5);
    left: 0;
    border-top: none;
}.education_framework_local .expert_program_local::before {
    transform: rotate(0);
    top: -20px;
}.education_framework_local .expert_program_local::after {
    bottom: -20px;
    transform: rotate(0);
}
    
    @keyframes slide-in {
        0% {
            opacity: 0;
            transform: translateY(-30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
    
    @keyframes slide-in-mobile {
        0% {
            opacity: 0;
            transform: translateY(30px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (max-width: 479px) {.education_framework_local {
    padding: 50px 10px;
}.education_framework_local h3 {
    padding-bottom: 15px;
    font-size: calc(43px - 12px);
}.education_framework_local h3::before {
    height: 20px;
    width: 20px;
    left: 10px;
    bottom: -12px;
}.education_framework_local h3::after {
    height: 15px;
    left: calc(100% - 20px);
    width: 15px;
}.education_framework_local span {
    font-size: calc(16px - 1px);
    line-height: 1.6;
}.education_framework_local .expert_program_local::before,
    .education_framework_local .expert_program_local::after {
    height: 10px;
}}.about_this_local {
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.about_this_local::before {
    bottom: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(177,173,194,0.5) 100%);
    z-index: 1;
    backdrop-filter: blur(3px) saturate(110%);
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
}.about_this_local::after {
    opacity: 0.15;
    content: "";
    z-index: 0;
    width: 30%;
    top: -5%;
    animation: float 15s ease-in-out infinite alternate;
    height: 40%;
    filter: blur(20px);
    transform: rotate(15deg);
    position: absolute;
    background: linear-gradient(120deg, rgb(135,127,173) 0%, rgb(177,173,194) 100%);
    right: -2%;
}.about_this_local .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.about_this_local .content_zone_local {
    transform: perspective(1000px) rotateY(-1deg);
    position: relative;
    background: rgba(255, 255, 255, 0.92);
    border-left: 4px solid rgb(177,173,194);
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(10px);
}.about_this_local .content_zone_local:hover {
    transform: perspective(1000px) rotateY(0deg);
}.about_this_local .content_zone_local::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 100%;
    mix-blend-mode: overlay;
    content: "";
    pointer-events: none;
    width: 100%;
    top: 0;
    left: 0;
}.about_this_local h1 {
    position: relative;
    color: #000000;
    letter-spacing: -0.05em;
    transform: translateX(-2%);
    font-weight: 700;
    font-size: 45px;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}.about_this_local h1::after {
    left: 0;
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 3px;
    background: linear-gradient(90deg, rgb(177,173,194) 0%, rgb(135,127,173) 100%);
    position: absolute;
    transform-origin: left;
    content: "";
    bottom: 0;
}.about_this_local ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.about_this_local li {
    margin-bottom: 1.5rem;
}.about_this_local h4 {
    font-weight: 600;
    color: rgb(177,173,194);
    transform: translateX(-1%);
    letter-spacing: 0.03em;
    margin-bottom: 1rem;
    font-size: 19px;
}.about_this_local span {
    display: block;
    max-width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
    color: #000000;
    padding-left: 1rem;
    font-weight: 400;
    line-height: 1.8;
    font-size: 18px;
}.about_this_local span::first-letter {
    font-weight: 600;
    color: rgb(135,127,173);
    font-size: 1.2em;
}

@keyframes expandLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 80px;
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.about_this_local {
    padding: 80px 0 60px;
}.about_this_local .content_zone_local {
    transform: perspective(800px) rotateY(-0.5deg);
    padding: 2.5rem;
}.about_this_local h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 1.5rem;
}.about_this_local h4 {
    font-size: calc(19px * 0.95);
}
}

@media (max-width: 767px) {.about_this_local {
    padding: 60px 0 40px;
}.about_this_local .content_zone_local {
    border-left-width: 3px;
    padding: 2rem 1.5rem;
    transform: none;
}.about_this_local h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 1.25rem;
}.about_this_local h1::after {
    width: 60px;
    height: 2px;
}.about_this_local h4 {
    margin-bottom: 0.75rem;
    font-size: calc(19px * 0.9);
}.about_this_local span {
    padding-left: 0.75rem;
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}.about_this_local::after {
    width: 50%;
    top: -10%;
    height: 30%;
    right: -10%;
}
    
    @keyframes expandLine {
        100% {
            width: 60px;
        }
    }
}

@media (max-width: 480px) {.about_this_local {
    padding: 50px 0 30px;
}.about_this_local .content_zone_local {
    padding: 1.5rem 1.25rem;
    border-left-width: 2px;
}.about_this_local h1 {
    font-size: calc(45px * 0.7);
    margin-bottom: 1rem;
}.about_this_local h1::after {
    width: 50px;
}.about_this_local span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
    padding-left: 0.5rem;
}@keyframes expandLine {
        100% {
            width: 50px;
        }
    }
}.contact_form_box_local {
    background: linear-gradient(
        135deg, 
        rgb(135,127,173,0.5) 0%, 
        rgb(177,173,194,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
    isolation: isolate;
    position: relative;
}.contact_form_box_local::before {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.05) 0%, 
        transparent 70%
    );
    content: '';
    left: -50%;
    position: absolute;
    animation: subtle-pulse 12s infinite alternate;
    top: -50%;
    z-index: 1;
    width: 200%;
    height: 200%;
}.contact_form_box_local::after {
    background: radial-gradient(
        circle at center, 
        rgba(255,255,255,0.03) 0%, 
        transparent 60%
    );
    animation: subtle-wave 15s infinite alternate-reverse;
    z-index: 1;
    width: 150%;
    right: -30%;
    position: absolute;
    content: '';
    height: 150%;
    bottom: -30%;
}.contact_form_box_local .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1rem;
    max-width: 1200px;
}.contact_form_box_local h2 {
    margin-bottom: 3rem;
    position: relative;
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: -0.02em;
}.contact_form_box_local h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(177,173,194), 
        transparent
    );
    bottom: -0.5rem;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    position: absolute;
    content: '';
    width: 80px;
}.contact_form_box_local .help_list_local {
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    align-items: stretch;
    display: flex;
}.contact_form_box_local .image_local {
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}.contact_form_box_local .image_local::before {
    opacity: 0.6;
    background: linear-gradient(
        45deg, 
        rgb(135,127,173,0.5) 0%, 
        rgb(177,173,194,0.5) 100%
    );
    position: absolute;
    left: 0;
    width: 100%;
    mix-blend-mode: color-dodge;
    height: 100%;
    top: 0;
    content: '';
}.contact_form_box_local .connect_list_local {
    flex: 0 0 60%;
    padding: 4rem 3rem;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.contact_form_box_local .connect_list_local form {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}.contact_form_box_local .connect_list_local h3 {
    font-weight: 600;
    font-size: 37px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2rem;
}.contact_form_box_local .connect_list_local input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
    outline: none;
    width: 100%;
    font-size: 12px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}.contact_form_box_local .connect_list_local input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(177,173,194);
    box-shadow: 0 0 15px rgba(rgb(177,173,194), 0.3);
}.contact_form_box_local .connect_list_local .query_request_local {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.contact_form_box_local .connect_list_local .query_request_local input[type="checkbox"] {
    border-radius: 10px;
    width: 22px;
    height: 22px;
    margin-right: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    appearance: none;
    border: 2px solid #ffffff;
    position: relative;
}.contact_form_box_local .connect_list_local .query_request_local input[type="checkbox"]:checked {
    border-color: rgb(177,173,194);
    background: rgb(177,173,194);
}.contact_form_box_local .connect_list_local .query_request_local input[type="checkbox"]:checked::after {
    color: #ffffff;
    transform: translate(-50%, -50%);
    top: 50%;
    content: '✔';
    font-size: 0.8rem;
    position: absolute;
    left: 50%;
}.contact_form_box_local .connect_list_local .query_request_local label {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: 12px;
}.contact_form_box_local .connect_list_local .query_request_local a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(177,173,194);
    margin-left: 0.3rem;
}.contact_form_box_local .connect_list_local .query_request_local a:hover {
    text-decoration: underline;
}.contact_form_box_local .connect_list_local .connect_box_local {
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    padding: 1rem;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    background: rgb(177,173,194);
    color: #ffffff;
    position: relative;
}.contact_form_box_local .connect_list_local .connect_box_local::before {
    top: 0;
    left: -100%;
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    background: linear-gradient(
        120deg, 
        transparent, 
        rgba(255,255,255,0.3), 
        transparent
    );
    width: 100%;
}.contact_form_box_local .connect_list_local .connect_box_local:hover::before {
    left: 100%;
}.contact_form_box_local .connect_list_local .connect_box_local:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

@keyframes subtle-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

@keyframes subtle-wave {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(5deg) scale(1.02);
    }
}

@media screen and (max-width: 1024px) {.contact_form_box_local .help_list_local {
    flex-direction: column;
}.contact_form_box_local .image_local {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_form_box_local .connect_list_local {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_box_local {
    padding: 3rem 0;
}.contact_form_box_local h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 2rem;
}.contact_form_box_local .connect_list_local h3 {
    font-size: calc(37px * 0.9);
}.contact_form_box_local .connect_list_local input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
    margin-bottom: 1rem;
}.contact_form_box_local .connect_list_local .query_request_local {
    align-items: flex-start;
}.contact_form_box_local .connect_list_local .query_request_local input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box_local .help_list_local {
    border-radius: 0;
}.contact_form_box_local .image_local {
    min-height: 250px;
}.contact_form_box_local .connect_list_local {
    padding: 2rem 1.5rem;
}}footer {
    position: relative;
}footer::before {
    content: '';
    left: 0;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(135,127,173) 100%);
    right: 0;
    opacity: 0.95;
    bottom: 0;
    z-index: 1;
    top: 0;
}.pitch_comp_local {
    z-index: 2;
    color: #ffffff;
    padding: 60px 0;
    position: relative;
    font-family: Arial, sans-serif;
}.pitch_comp_local .container {
    flex-wrap: wrap;
    display: flex;
}.pitch_comp_local .company_holder {
    padding: 25px;
    text-align: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    margin-bottom: 40px;
    border-radius: 18px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
}.pitch_comp_local .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px;
}.pitch_comp_local .affiliate_cta_local {
    text-align: center;
    color: #ffffff;
    padding: 15px 20px;
    font-size: 13px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    line-height: 1.7;
    max-width: 80%;
}.pitch_comp_local .rating_stars_local {
    margin-top: 20px;
    flex: 0 0 100%;
}.pitch_comp_local .site_top_local {
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
    display: flex;
    gap: 30px;
}.pitch_comp_local .header_start_local {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 30px);
    border-radius: 18px;
    max-width: calc(50% - 30px);
}.pitch_comp_local .header_start_local:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-5px);
}.pitch_comp_local .header_start_local h5 {
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 19px;
    text-align: center;
    font-weight: 600;
    padding-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.pitch_comp_local .header_start_local .site_top_local {
    display: flex;
    flex-direction: column;
    margin-top: 0;
    gap: 12px;
}.pitch_comp_local .header_start_local .site_top_local a {
    color: #ffffff;
    border-radius: 10px;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
}.pitch_comp_local .header_start_local .site_top_local a:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
}.twitter_cta_local {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    margin-top: 40px;
    z-index: 2;
}.twitter_cta_local::before {
    content: '';
    right: 20%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    height: 1px;
    top: 0;
    opacity: 0.2;
    left: 20%;
}.twitter_cta_local .container {
    display: flex;
    justify-content: center;
}.twitter_cta_local .award_show_local {
    letter-spacing: 0.5px;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.pitch_comp_local .site_top_local {
    justify-content: space-between;
}.pitch_comp_local .company_holder {
    flex: 0 0 30%;
    text-align: left;
}.pitch_comp_local .rating_stars_local {
    flex: 0 0 65%;
}.pitch_comp_local .container {
    align-items: flex-start;
    justify-content: space-between;
}.pitch_comp_local .affiliate_cta_local {
    margin: 0;
    max-width: 100%;
    text-align: left;
}
}

@media (max-width: 767px) {.pitch_comp_local .header_start_local {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.pitch_comp_local .company_holder {
    padding: 20px 15px;
}.pitch_comp_local .affiliate_cta_local {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.pitch_comp_local {
    padding: 40px 0;
}.pitch_comp_local .company_holder h3 {
    font-size: calc(29px * 0.8);
}.pitch_comp_local .header_start_local h5 {
    font-size: calc(19px * 0.9);
}.pitch_comp_local .header_start_local .site_top_local a {
    font-size: calc(13px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    background-size: 20px 20px;
    left: 0;
    z-index: 1;
}.sign_up_local {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(177,173,194,0.5), rgb(135,127,173));
}.sign_up_local::before {
    background: linear-gradient(145deg, rgb(135,127,173,0.5), rgb(177,173,194,0.5));
    z-index: 1;
    transform: rotate(-15deg);
    width: 40%;
    right: -5%;
    content: "";
    position: absolute;
    height: 120%;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    opacity: 0.7;
    top: -10%;
}.sign_up_local::after {
    position: absolute;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 80%);
    opacity: 0.6;
    width: 30%;
    transform: rotate(10deg);
    left: -2%;
    height: 80%;
    bottom: -5%;
    content: "";
    z-index: 1;
    background: linear-gradient(210deg, rgb(177,173,194), rgb(135,127,173,0.5));
}.sign_up_local .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.sign_up_local .expert_program_local {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(170deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(8px);
    display: flex;
    flex-direction: column;
    padding: 2.5rem;
    position: relative;
}.sign_up_local .expert_program_local > div {
    margin-bottom: 1.5rem;
}.sign_up_local h4 {
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 1.4;
    max-width: 90%;
    color: #ffffff;
    font-size: calc(24px * 0.9);
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    margin: 0;
}.sign_up_local .input_holder {
    flex-direction: column;
    gap: 1rem;
    position: relative;
    display: flex;
    width: 100%;
}.sign_up_local .input_holder span {
    flex: 1;
    position: relative;
}.sign_up_local .input_holder input[type="email"] {
    width: 100%;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    border: none;
    background: rgba(255, 255, 255, 0.9);
    color: #000000;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 0.85rem 1rem;
}.sign_up_local .input_holder input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(177,173,194,0.5);
    transform: translateY(-2px);
    outline: none;
}.sign_up_local .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease;
}.sign_up_local .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.6;
}.sign_up_local .input_holder .connect_box_local {
    font-weight: 600;
    overflow: hidden;
    font-family: Arial, sans-serif;
    border: none;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 10px;
    font-size: 15px;
    color: #ffffff;
    padding: 0.85rem 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, #000000, rgba(0, 0, 0, 0.5));
    width: 100%;
    position: relative;
}.sign_up_local .input_holder .connect_box_local:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), #000000);
    transform: translateY(-2px);
}.sign_up_local .input_holder .connect_box_local:active {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(1px);
}.sign_up_local .input_holder .connect_box_local::before {
    content: "";
    top: 0;
    transition: left 0.7s ease;
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.sign_up_local .input_holder .connect_box_local:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.sign_up_local {
    padding: 5rem 3rem;
}.sign_up_local .expert_program_local {
    gap: 2rem;
    transform: perspective(1000px) rotateX(1deg);
    align-items: center;
    padding: 3rem;
    flex-direction: row;
}.sign_up_local .expert_program_local > div {
    margin-bottom: 0;
    flex: 1;
}.sign_up_local h4 {
    font-size: 24px;
}.sign_up_local .input_holder {
    flex-direction: row;
    flex: 1;
    gap: 1rem;
}.sign_up_local .input_holder span:first-child {
    flex: 2;
}.sign_up_local .input_holder span:last-child {
    flex: 1;
}
}

@media (min-width: 992px) {.sign_up_local {
    padding: 6rem 4rem;
}.sign_up_local .expert_program_local {
    padding: 3.5rem;
}.sign_up_local h4 {
    font-size: calc(24px * 1.05);
    line-height: 1.35;
}.sign_up_local .input_holder input[type="email"],
    .sign_up_local .input_holder .connect_box_local {
    padding: 1rem 1.5rem;
}
}

@media (min-width: 1200px) {.sign_up_local .expert_program_local {
    gap: 3rem;
    padding: 4rem;
}.sign_up_local h4 {
    max-width: 85%;
    font-size: calc(24px * 1.1);
}.sign_up_local .input_holder {
    gap: 1.5rem;
}
}

@media (max-width: 480px) {.sign_up_local {
    padding: 3rem 1.5rem;
}.sign_up_local .expert_program_local {
    padding: 2rem 1.5rem;
}.sign_up_local h4 {
    font-size: calc(24px * 0.85);
}}.cookie_popup_display_local {
    position: fixed;
    border-top: 2px solid rgb(177,173,194);
    z-index: 90;
    bottom: 0;
    background: rgb(219,216,223);
    width: 100%;
}.cookie_hide_local {
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}#cookiePromptModal_local {
    display: none;
}#cookiePromptModal_local:checked ~ .cookie_popup_display_local {
    opacity: 0;
    visibility: hidden;
}.cookie_popup_display_local h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_popup_display_local p {
    font-size: 18px;
}.cookie_notice_local {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_notice_local svg, .cookie_notice_local svg path, .cookie_notice_local img {
    fill: rgb(177,173,194);
    height: 100px;
    width: 100px;
}.edu_cookie_local {
    min-width: 120px;
    flex-shrink: 0;
    margin-left: 10px;
    font-size: 24px;
    text-align: center;
    text-decoration: none;
    border-bottom: 2px solid rgb(177,173,194);
    white-space: nowrap;
    color: rgb(177,173,194);
    line-height: 35px;
    cursor: pointer;
}.cookie_popup_display_local p a {
    text-decoration: none;
    color: rgb(177,173,194);
}
@media only screen and (max-width: 1200px) {.cookie_popup_display_local {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_notice_local {
    display: none;
}.cookie_hide_local {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_display_local h5 {
    text-align: center;
}.cookie_popup_display_local p {
    text-align: center;
}.cookies_terms_local {
    margin-bottom: 20px;
}body .wrapper-holder_local .edu_cookie_local {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-holder_local .cookie_popup_display_local {
    box-shadow: rgb(177,173,194,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.wrapper-holder_local .edu_cookie_local {
    color: #ffffff;
    border: none;
    font-weight: 400;
    font-size: 20px;
    padding: 10px;
    margin-left: 30px;
    background: rgb(177,173,194);
}.wrapper-holder_local .cookie_notice_local {
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background:rgb(177,173,194);
    display: flex;
}.wrapper-holder_local .cookie_notice_local svg, .wrapper-holder_local .cookie_notice_local svg path, .wrapper-holder_local .cookie_notice_local img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.wrapper-holder_local .cookies_terms_local h5, .wrapper-holder_local .cookies_terms_local p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-holder_local .cookie_notice_local {
    margin-bottom: 14px;
    margin: 0;
}}.training_specialist_local {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(219,216,223), rgb(177,173,194,0.5) 120%);
}.training_specialist_local::before {
    content: "";
    opacity: 0.3;
    left: 0;
    position: absolute;
    z-index: 1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(135,127,173,0.5) 0,
        rgb(135,127,173,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    height: 100%;
    width: 100%;
    top: 0;
}.training_specialist_local .student_stories_local {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateY(0);
}.training_specialist_local .student_stories_local:hover {
    transform: translateY(-15px);
}.training_specialist_local .image_local {
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: relative;
    width: 80%;
    transition: all 0.5s ease;
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    z-index: 3;
    margin: 0 auto;
    border-radius: 10px 10px 0 0;
    height: 350px;
}.training_specialist_local .image_local::after {
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    border-radius: 10px 10px 0 0;
    width: 100%;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(177,173,194,0.5) 100%);
}.training_specialist_local .student_stories_local:hover .image_local {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.training_specialist_local .experience_data_local {
    background: #ffffff;
    transform: translateZ(0);
    padding: 70px 2rem 2rem;
    transition: transform 0.5s ease;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
    margin-top: -50px;
}.training_specialist_local .experience_data_local::before {
    animation: gradient-shift 8s infinite alternate;
    top: 0;
    content: "";
    left: 0;
    border-radius: 10px 10px 0 0;
    right: 0;
    position: absolute;
    background-size: 200% 100%;
    height: 6px;
    background: linear-gradient(90deg, 
                rgb(177,173,194), 
                rgb(135,127,173), 
                rgb(177,173,194));
}.training_specialist_local .experience_data_local::after {
    position: absolute;
    filter: blur(15px);
    opacity: 0.2;
    animation: float-blob 10s infinite alternate;
    background: rgb(135,127,173,0.5);
    border-radius: 20% 40% 50% 30%;
    height: 60px;
    content: "";
    width: 60px;
    right: 20px;
    bottom: 20px;
}.training_specialist_local .name {
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    transform: translateY(0);
    transition: all 0.3s ease;
    opacity: 0.9;
    color: rgb(177,173,194);
    font-size: 36px;
}.training_specialist_local .experience_data_local > div:nth-child(2) {
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
    transform: translateY(0);
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(135,127,173);
    font-weight: 600;
    padding-bottom: 1rem;
    font-size: 16px;
}.training_specialist_local .experience_data_local > div:nth-child(2)::after {
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    background: rgb(135,127,173,0.5);
    height: 3px;
    width: 40px;
}.training_specialist_local .student_stories_local:hover .experience_data_local > div:nth-child(2)::after {
    width: 100px;
}.training_specialist_local .work_table_local {
    position: relative;
    color: #000000;
    line-height: 1.7;
    font-style: italic;
    padding: 1rem 0 0 1.5rem;
    transition: all 0.5s ease 0.2s;
    border-left: 3px solid rgb(135,127,173,0.5);
    opacity: 0.7;
    font-size: 14px;
    transform: translateY(10px);
}.training_specialist_local .student_stories_local:hover .work_table_local {
    transform: translateY(0);
    opacity: 1;
}

@keyframes gradient-shift {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

@keyframes float-blob {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-10px) rotate(180deg);
    }
    100% {
        transform: translateY(10px) rotate(360deg);
    }
}

@media (max-width: 768px) {.training_specialist_local .image_local {
    width: 100%;
    height: 250px;
}}.user_reviews_local {
    background: linear-gradient(135deg, rgb(219,216,223) 0%, rgb(135,127,173,0.5) 100%);
    padding: 6rem 0 8rem;
    overflow: hidden;
    position: relative;
}.user_reviews_local::before {
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 15px,
    rgba(rgb(177,173,194), 0.03) 15px,
    rgba(rgb(177,173,194), 0.03) 30px
  );
    top: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
}.user_reviews_local::after {
    transform: rotate(-15deg) skewX(-15deg);
    background: rgb(177,173,194,0.5);
    width: 30%;
    height: 40%;
    filter: blur(30px);
    content: "";
    right: -5%;
    opacity: 0.2;
    bottom: -5%;
    z-index: 0;
    position: absolute;
}.user_reviews_local .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.user_reviews_local h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: perspective(1000px) rotateX(3deg);
    font-size: 35px;
    margin-bottom: 3.5rem;
}.user_reviews_local h2::after {
    position: absolute;
    bottom: -15px;
    background: rgb(177,173,194);
    height: 4px;
    content: "";
    width: 80px;
    left: 50%;
    transform: translateX(-50%) skewX(-25deg);
}.user_reviews_local .learning_feedback_local {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 2.5rem;
    list-style: none;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.user_reviews_local .student_stories_local {
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    background: #ffffff;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
              box-shadow 0.4s ease;
}.user_reviews_local .student_stories_local:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
              0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px) scale(1.02);
}.user_reviews_local .student_stories_local::before {
    opacity: 0.1;
    font-weight: 700;
    line-height: 1;
    top: -30px;
    content: "";
    position: absolute;
    color: rgb(177,173,194);
    left: 20px;
    z-index: 1;
    font-size: 120px;
}.user_reviews_local .student_stories_local::after {
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
    background: linear-gradient(90deg, rgb(177,173,194), rgb(135,127,173));
    height: 4px;
    bottom: 0;
    transform-origin: left;
    width: 100%;
}.user_reviews_local .student_stories_local:hover::after {
    transform: scaleX(1);
}.user_reviews_local .student_stories_local div {
    margin-bottom: 1.5rem;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
}.user_reviews_local .student_stories_local img {
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 60px;
    object-fit: cover;
    height: 60px;
}.user_reviews_local .student_stories_local h4 {
    font-weight: 600;
    color: #000000;
    margin: 0 0 0 1rem;
    position: relative;
    font-size: calc(18px - 2px);
}.user_reviews_local .student_stories_local h4::after {
    transition: width 0.3s ease;
    background: rgb(177,173,194);
    left: 0;
    content: "";
    bottom: -5px;
    position: absolute;
    height: 2px;
    width: 30px;
}.user_reviews_local .student_stories_local:hover h4::after {
    width: 50px;
}.user_reviews_local .description {
    font-style: italic;
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
    margin: 0;
    z-index: 2;
    position: relative;
}.user_reviews_local a {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 600;
    transition: transform 0.3s ease, background 0.3s ease;
    z-index: 5;
    display: inline-block;
    margin-top: 3rem;
    position: relative;
    text-align: center;
    background: rgb(177,173,194);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    text-decoration: none;
    padding: 0.8rem 2rem;
    overflow: hidden;
}.user_reviews_local a::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    height: 100%;
    left: -100%;
    position: absolute;
}.user_reviews_local a:hover {
    background: rgb(135,127,173);
    transform: perspective(1000px) rotateX(5deg);
}.user_reviews_local a:hover::before {
    left: 100%;
}

@media (min-width: 992px) {.user_reviews_local .learning_feedback_local {
    grid-template-columns: repeat(3, 1fr);
}.user_reviews_local .student_stories_local:nth-child(3n-2) {
    transform: translateY(-15px);
}.user_reviews_local .student_stories_local:nth-child(3n) {
    transform: translateY(15px);
}.user_reviews_local .student_stories_local:nth-child(3n-2):hover {
    transform: translateY(-25px) scale(1.02);
}.user_reviews_local .student_stories_local:nth-child(3n):hover {
    transform: translateY(5px) scale(1.02);
}.user_reviews_local h2 {
    max-width: 80%;
    font-size: calc(35px * 1.2);
    margin-right: auto;
    margin-left: auto;
}.user_reviews_local .container {
    padding: 0 4rem;
}
}

@media (max-width: 991px) {.user_reviews_local {
    padding: 4rem 0 6rem;
}.user_reviews_local .learning_feedback_local {
    grid-template-columns: repeat(2, 1fr);
}.user_reviews_local h2 {
    margin-bottom: 3rem;
    font-size: 35px;
}
}

@media (max-width: 767px) {.user_reviews_local {
    padding: 3rem 0 5rem;
}.user_reviews_local .learning_feedback_local {
    gap: 2rem;
    grid-template-columns: 1fr;
}.user_reviews_local h2 {
    font-size: calc(35px * 0.85);
    margin-bottom: 2.5rem;
}.user_reviews_local .student_stories_local {
    padding: 1.5rem;
}.user_reviews_local .container {
    padding: 0 1.5rem;
}.user_reviews_local a {
    width: 100%;
    margin-top: 2rem;
}
}

@media (max-width: 480px) {.user_reviews_local h2 {
    font-size: calc(35px * 0.7);
}.user_reviews_local .student_stories_local {
    padding: 1.25rem;
}.user_reviews_local .student_stories_local img {
    width: 50px;
    height: 50px;
}.user_reviews_local .student_stories_local::before {
    font-size: 80px;
    top: -15px;
}
}

@media (prefers-reduced-motion: reduce) {.user_reviews_local .student_stories_local,
  .user_reviews_local .student_stories_local:hover,
  .user_reviews_local .student_stories_local::after,
  .user_reviews_local .student_stories_local:hover::after,
  .user_reviews_local a,
  .user_reviews_local a:hover,
  .user_reviews_local a::before,
  .user_reviews_local a:hover::before,
  .user_reviews_local .student_stories_local h4::after,
  .user_reviews_local .student_stories_local:hover h4::after {
    transform: none;
    transition: none;
    animation: none;
}
}