* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.head_guide_Ff4 {
    flex: 1 0 auto;
}.container {
    width: 1268px;
    max-width: 100%;
    margin: auto;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
    min-height: 100%;
    height: 100%;
    auto
    scroll-behavior: smooth;
    scroll-snap-type: none;
}.wrapper-container_x6O {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}.collab_space_QTt {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_box_RyX {
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(227,225,221) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
}.contact_form_box_RyX::before {
    top: 0;
    content: "";
    pointer-events: none;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    position: absolute;
    height: 100%;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(196,187,171,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(196,187,171,0.5) 11px
    );
    left: 0;
}.contact_form_box_RyX::after {
    position: absolute;
    animation: pulseGlow 15s ease-in-out infinite;
    background: radial-gradient(circle, rgb(196,187,171,0.5) 0%, transparent 60%);
    top: -50%;
    height: 200%;
    width: 200%;
    content: "";
    left: -50%;
    pointer-events: none;
    opacity: 0.1;
}.contact_form_box_RyX .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.contact_form_box_RyX h2 {
    font-family: Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 60px;
    color: #ffffff;
}.contact_form_box_RyX h2::after {
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(196,187,171), transparent);
    content: "";
}.contact_form_box_RyX .message_feedback_v17 {
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(10px);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.03);
}.contact_form_box_RyX .message_feedback_v17::before {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom right, rgb(196,187,171,0.5), transparent);
    pointer-events: none;
    position: absolute;
    opacity: 0.03;
    top: 0;
}.contact_form_box_RyX .pic_img_wrap_TXp {
    position: relative;
    transition: transform 0.6s ease;
    flex: 1;
    transform: scale(1.01);
    min-height: 500px;
}.contact_form_box_RyX .pic_img_wrap_TXp::after {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}.contact_form_box_RyX .contact_reach_D8T {
    flex: 1;
    padding: 50px;
    position: relative;
}.contact_form_box_RyX .contact_reach_D8T::before {
    border-top: 2px solid rgb(196,187,171,0.5);
    content: "";
    top: 20px;
    height: 50px;
    opacity: 0.7;
    border-right: 2px solid rgb(196,187,171,0.5);
    width: 50px;
    position: absolute;
    right: 20px;
}.contact_form_box_RyX .contact_reach_D8T::after {
    left: 20px;
    content: "";
    opacity: 0.7;
    border-bottom: 2px solid rgb(196,187,171,0.5);
    width: 50px;
    border-left: 2px solid rgb(196,187,171,0.5);
    bottom: 20px;
    position: absolute;
    height: 50px;
}.contact_form_box_RyX form {
    width: 100%;
}.contact_form_box_RyX form h3 {
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 15px;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 19px;
}.contact_form_box_RyX form h3::before {
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    border-radius: 10px;
    background: rgb(196,187,171);
    left: 0;
    position: absolute;
    height: 25px;
    content: "";
}.contact_form_box_RyX form input[type="text"] {
    padding: 15px 20px;
    color: #ffffff;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    font-size: 18px;
}.contact_form_box_RyX form input[type="text"]:focus {
    border-color: rgb(196,187,171);
    box-shadow: 0 0 15px rgba(rgb(196,187,171), 0.2);
    background: rgba(255, 255, 255, 0.08);
    outline: none;
}.contact_form_box_RyX form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.contact_form_box_RyX .reach_inquiry_KGu {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}.contact_form_box_RyX .reach_inquiry_KGu input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_form_box_RyX .reach_inquiry_KGu label {
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    line-height: 1.5;
}.contact_form_box_RyX .reach_inquiry_KGu label::before {
    transition: all 0.3s ease;
    left: 0;
    content: "";
    top: 2px;
    position: absolute;
    background: rgba(255, 255, 255, 0.05);
    height: 22px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 22px;
}.contact_form_box_RyX .reach_inquiry_KGu input[type="checkbox"]:checked + label::before {
    background: rgb(196,187,171);
    border-color: rgb(196,187,171);
}.contact_form_box_RyX .reach_inquiry_KGu input[type="checkbox"]:checked + label::after {
    top: 11px;
    border-bottom: 2px solid #ffffff;
    content: "";
    height: 4px;
    position: absolute;
    transform: rotate(-45deg);
    width: 8px;
    border-left: 2px solid #ffffff;
    left: 7px;
}.contact_form_box_RyX .reach_inquiry_KGu label a {
    color: rgb(196,187,171);
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_box_RyX .reach_inquiry_KGu label a:hover {
    text-decoration: underline;
}.contact_form_box_RyX form .inquiry_card_tIY {
    border: none;
    transition: all 0.4s ease;
    padding: 15px 35px;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(196,187,171), rgb(170,150,110));
    font-family: Arial, sans-serif;
}.contact_form_box_RyX form .inquiry_card_tIY::before {
    top: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, rgb(170,150,110), rgb(196,187,171));
    left: -100%;
    transition: all 0.4s ease;
    z-index: -1;
    width: 100%;
}.contact_form_box_RyX form .inquiry_card_tIY:hover::before {
    left: 0;
}.contact_form_box_RyX form .inquiry_card_tIY:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.contact_form_box_RyX svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(196,187,171);
}.contact_form_box_RyX svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.contact_form_box_RyX {
    padding: 80px 0;
}.contact_form_box_RyX .message_feedback_v17 {
    flex-direction: column;
}.contact_form_box_RyX .pic_img_wrap_TXp {
    min-height: 300px;
    order: 1;
}.contact_form_box_RyX .contact_reach_D8T {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.contact_form_box_RyX {
    padding: 60px 0;
}.contact_form_box_RyX h2 {
    margin-bottom: 40px;
}.contact_form_box_RyX .pic_img_wrap_TXp {
    min-height: 200px;
}.contact_form_box_RyX .contact_reach_D8T {
    padding: 30px 20px;
}.contact_form_box_RyX form .inquiry_card_tIY {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_form_box_RyX {
    padding: 40px 0;
}.contact_form_box_RyX h2 {
    font-size: calc(28px * 0.8);
}.contact_form_box_RyX form h3 {
    font-size: calc(19px * 0.9);
}.contact_form_box_RyX .contact_reach_D8T::before,
    .contact_form_box_RyX .contact_reach_D8T::after {
    height: 30px;
    width: 30px;
}}.our_story_gt5 {
    position: relative;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}.our_story_gt5::before {
    width: 100%;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.6));
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
}.our_story_gt5::after {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(196,187,171,0.5), transparent);
}.our_story_gt5 h4 {
    font-weight: 700;
    transform: translateY(10px);
    letter-spacing: 3px;
    opacity: 0;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
    z-index: 10;
    font-size: 35px;
    position: relative;
    animation: fadeInUp 0.8s 0.2s forwards;
}.our_story_gt5 .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    perspective: 1000px;
    z-index: 5;
    position: relative;
}.our_story_gt5 .text_body_xo2 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(170,150,110);
    opacity: 0;
    transform: translateZ(0) rotateX(2deg);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.1);
    animation: slideIn 1s 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    background: rgba(255, 255, 255, 0.07);
    padding: 40px;
    transform-origin: top center;
}.our_story_gt5 .text_body_xo2:hover {
    transform: translateZ(30px) rotateX(0);
}.our_story_gt5 .text_body_xo2::before {
    width: 100px;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    top: 0;
    background: rgb(196,187,171,0.5);
    content: "";
    height: 100px;
    z-index: -1;
}.our_story_gt5 .text_body_xo2::after {
    bottom: 0;
    background: rgb(170,150,110,0.5);
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    height: 100px;
    z-index: -1;
    left: 0;
    content: "";
    position: absolute;
    width: 100px;
}.our_story_gt5 h6 {
    display: inline-block;
    font-weight: 700;
    animation: fadeIn 0.6s 0.8s forwards;
    opacity: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: rgb(170,150,110);
    margin-bottom: 25px;
    font-size: calc(20px + 2px);
    position: relative;
    padding-bottom: 12px;
}.our_story_gt5 h6::after {
    bottom: 0;
    width: 60px;
    transform: scaleX(0);
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(170,150,110), transparent);
    animation: expandWidth 1.2s 1s forwards;
    transform-origin: left;
    position: absolute;
    left: 0;
}.our_story_gt5 span {
    opacity: 0;
    position: relative;
    line-height: 1.8;
    margin-bottom: 20px;
    animation: fadeInParagraph 1.2s 1s forwards;
    font-size: 12px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    display: block;
    color: rgba(255, 255, 255, 0.9);
    column-count: 1;
}

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

@keyframes slideIn {
    from {
        transform: translateZ(-50px) rotateX(5deg);
        opacity: 0;
    }
    to {
        transform: translateZ(0) rotateX(2deg);
        opacity: 1;
    }
}

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

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

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

@media (min-width: 768px) {.our_story_gt5 {
    padding: 150px 0;
}.our_story_gt5 h4 {
    text-align: left;
    margin-left: 50px;
    font-size: calc(35px + 4px);
}.our_story_gt5 .text_body_xo2 {
    margin-left: 50px;
    padding: 60px;
    width: 90%;
    border-left: 6px solid rgb(170,150,110);
}.our_story_gt5 span {
    column-gap: 40px;
    column-count: 2;
}.our_story_gt5 h6 {
    margin-bottom: 35px;
    font-size: calc(20px + 6px);
}.our_story_gt5 h6::after {
    width: 100px;
}
}

@media (min-width: 992px) {.our_story_gt5 {
    padding: 180px 0;
}.our_story_gt5 h4 {
    margin-left: 80px;
}.our_story_gt5 .text_body_xo2 {
    padding: 70px;
    width: 80%;
    margin-left: 80px;
    transform: translateZ(0) rotateX(2deg) rotateY(-1deg);
}.our_story_gt5 .text_body_xo2:hover {
    transform: translateZ(50px) rotateX(0) rotateY(0);
}.our_story_gt5 span {
    column-count: 3;
    column-gap: 50px;
}
}

@media (max-width: 767px) {.our_story_gt5 {
    padding: 80px 0;
}.our_story_gt5 h4 {
    font-size: calc(20px + 2px);
    margin-bottom: 25px;
}.our_story_gt5 .text_body_xo2 {
    padding: 30px 20px;
    border-left-width: 3px;
}.our_story_gt5 h6 {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 21px;
}.our_story_gt5 h6::after {
    width: 40px;
    height: 2px;
}.our_story_gt5 span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}}.title_greeting_tWy {
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    position: relative;
    color: #ffffff;
    align-items: center;
}.title_greeting_tWy::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.7) 100%);
    bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    backdrop-filter: blur(3px);
    content: "";
    top: 0;
}.title_greeting_tWy::after {
    bottom: 0;
    content: "";
    mix-blend-mode: overlay;
    top: 0;
    background: linear-gradient(180deg, 
    rgb(196,187,171,0.5) 0%, 
    transparent 30%, 
    rgb(170,150,110,0.5) 100%);
    z-index: 2;
    pointer-events: none;
    right: 0;
    left: 0;
    position: absolute;
}.title_greeting_tWy > div {
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.05) 0%, 
    rgba(255, 255, 255, 0.02) 100%);
    z-index: 3;
    transform-origin: center bottom;
    align-items: center;
    backdrop-filter: blur(8px);
    gap: calc(38px * 0.75);
    padding: 3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2),
              0 5px 15px rgba(0, 0, 0, 0.1),
              0 0 0 1px rgba(255, 255, 255, 0.05);
    max-width: 1200px;
    justify-content: center;
    width: 90%;
    animation: float 8s infinite ease-in-out;
    flex-direction: column;
    display: flex;
}.title_greeting_tWy > div > div:first-child {
    width: 100%;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
    text-align: center;
}.title_greeting_tWy > div > div:first-child::before {
    position: absolute;
    background: linear-gradient(
    90deg,
    transparent,
    rgb(170,150,110),
    transparent
  );
    bottom: 0;
    width: 50%;
    content: "";
    transform-origin: left center;
    animation: lineExpand 3s ease-in-out infinite alternate;
    left: 25%;
    height: 3px;
}.title_greeting_tWy > div > div:first-child::after {
    content: "";
    transform-origin: right center;
    height: 3px;
    width: 30%;
    background: linear-gradient(
    90deg,
    transparent,
    rgb(196,187,171),
    transparent
  );
    top: 0;
    animation: lineExpand 3s ease-in-out infinite alternate-reverse;
    left: 35%;
    position: absolute;
}.title_greeting_tWy .title_style_header {
    -webkit-background-clip: text !important;
    color: transparent;
    font-size: clamp(2.5rem, 5vw, 38px);
    line-height: 1.2;
    margin: 0;
    animation: fadeSlideUp 1s forwards 0.3s ease-out;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background-clip: text !important;
    background: linear-gradient(
    135deg,
    #ffffff 20%,
    rgb(170,150,110) 80%
  );
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0;
}.title_greeting_tWy .edu_main_VSa {
    gap: 1.5rem;
    opacity: 0;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
    padding: 2rem;
    animation: fadeSlideUp 1s forwards 0.6s ease-out;
}.title_greeting_tWy .edu_main_VSa::before {
    content: "";
    background: linear-gradient(
    135deg,
    rgba(rgb(196,187,171), 0.08) 0%,
    rgba(rgb(170,150,110), 0.05) 100%
  );
    transform: perspective(1000px) rotateY(-1deg);
    inset: 0;
    z-index: -1;
    position: absolute;
}.title_greeting_tWy .learning_tracks_eCb {
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative;
}.title_greeting_tWy .learning_tracks_eCb::before {
    height: 100%;
    transform-origin: top center;
    animation: borderGrow 1.2s forwards 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
    content: "";
    top: 0;
    background: linear-gradient(
    to bottom,
    rgb(196,187,171),
    rgb(170,150,110)
  );
    left: 0;
    position: absolute;
    width: 4px;
}.title_greeting_tWy .learning_tracks_eCb h3 {
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    font-weight: 600;
    padding-left: 1.5rem;
}.title_greeting_tWy .edu_main_VSa > div:last-child {
    padding: 1rem 1.5rem;
    transform: translateY(10px);
    position: relative;
    animation: floatUp 5s infinite alternate ease-in-out;
    overflow: hidden;
}.title_greeting_tWy .edu_main_VSa > div:last-child::before {
    border-radius: 50%;
    position: absolute;
    height: 80px;
    bottom: 0;
    content: "";
    transform: translate(40%, 40%);
    right: 0;
    width: 80px;
    background: radial-gradient(
    circle,
    rgb(170,150,110,0.5) 0%,
    transparent 70%
  );
    opacity: 0.4;
}.title_greeting_tWy .edu_main_VSa > div:last-child span {
    position: relative;
    display: block;
}.title_greeting_tWy .edu_main_VSa > div:last-child p {
    margin: 0;
    letter-spacing: 0.02em;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: clamp(1rem, 2vw, 18px);
    line-height: 1.6;
}

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

@keyframes borderGrow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@keyframes float {
  0%, 100% {
    transform: perspective(1000px) rotateX(1deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateX(1deg) translateY(-10px);
  }
}

@keyframes floatUp {
  0%, 100% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0);
  }
}

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

@media (max-width: 992px) {.title_greeting_tWy > div {
    gap: calc(38px * 0.5);
    width: 95%;
    padding: 2.5rem 2rem;
}.title_greeting_tWy .edu_main_VSa {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.title_greeting_tWy > div {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
    gap: 1.5rem;
}.title_greeting_tWy .edu_main_VSa {
    padding: 1rem;
}.title_greeting_tWy .learning_tracks_eCb h3 {
    padding-left: 1rem;
}
}

@media (max-width: 576px) {.title_greeting_tWy > div {
    transform: none;
    padding: 1.5rem 1rem;
}.title_greeting_tWy .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title_greeting_tWy .edu_main_VSa {
    padding: 0.8rem;
}.title_greeting_tWy .learning_tracks_eCb::before {
    width: 3px;
}.title_greeting_tWy .learning_tracks_eCb h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.title_greeting_tWy .edu_main_VSa > div:last-child {
    padding: 0.8rem 1rem;
}
}

@media (prefers-reduced-motion) {.title_greeting_tWy > div,
  .title_greeting_tWy .title_style_header,
  .title_greeting_tWy .edu_main_VSa,
  .title_greeting_tWy .learning_tracks_eCb::before,
  .title_greeting_tWy .edu_main_VSa > div:last-child {
    animation: none;
    transform: none;
}.title_greeting_tWy > div > div:first-child::before,
  .title_greeting_tWy > div > div:first-child::after {
    animation: none;
}.title_greeting_tWy .title_style_header,
  .title_greeting_tWy .edu_main_VSa {
    opacity: 1;
}.title_greeting_tWy .learning_tracks_eCb::before {
    transform: scaleY(1);
}}.privacy_armory_ki4 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 50px;
    width: 100%;
    height: auto;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
}.privacy_armory_ki4 h1 {
    padding-bottom: 15px;
    color: rgb(196,187,171);
    font-weight: 700;
    border-bottom: 3px solid rgb(196,187,171);
    margin-bottom: 40px;
    font-size: 41px;
    text-transform: uppercase;
    margin-top: 0;
}.privacy_armory_ki4 h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(170,150,110);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 38px;
    text-transform: uppercase;
    margin-top: 30px;
    color: rgb(170,150,110);
}.privacy_armory_ki4 h3, .privacy_armory_ki4 h4, .privacy_armory_ki4 h5, .privacy_armory_ki4 h6 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(196,187,171,0.5);
    color: rgb(196,187,171);
    margin-top: 25px;
    font-size: 20px;
    font-weight: 400;
}.privacy_armory_ki4 ul, .privacy_armory_ki4 ol {
    margin: 20px 0;
    padding-left: 0;
    list-style-type: none;
}.privacy_armory_ki4 ul li::before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    color: rgb(170,150,110);
    content: '•';
}.privacy_armory_ki4 ol li {
    counter-increment: list;
}.privacy_armory_ki4 ol li::before {
    width: 1em;
    color: rgb(170,150,110);
    display: inline-block;
    content: counter(list) ".";
    margin-left: -1em;
}.privacy_armory_ki4 li {
    margin-bottom: 10px;
    padding-left: 5px;
}.privacy_armory_ki4 section {
    border-radius: 10px;
    padding: 30px;
    background: rgb(170,150,110,0.5);
    border: 1px solid rgb(196,187,171,0.5);
}.privacy_armory_ki4 p, .privacy_armory_ki4 span, .privacy_armory_ki4 div {
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {.privacy_armory_ki4 {
    padding: 25px;
}.privacy_armory_ki4 h1 {
    font-size: calc(21px - 10px);
}.privacy_armory_ki4 h2 {
    font-size: calc(21px - 8px);
}.privacy_armory_ki4 h3, .privacy_armory_ki4 h4, .privacy_armory_ki4 h5, .privacy_armory_ki4 h6 {
    font-size: calc(20px - 6px);
}.privacy_armory_ki4 ul, .privacy_armory_ki4 ol {
    margin-left: 15px;
}}

.privacy_armory_ki4 a {
    color: rgb(196,187,171);
    border-bottom: 2px solid rgb(196,187,171,0.5);
    text-decoration: none;
}.privacy_armory_ki4 a:hover {
    text-decoration: underline;
    border-bottom: 2px solid rgb(196,187,171);
}.leadership_experience_Awt {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(to bottom, rgb(227,225,221), rgb(196,187,171,0.5) 120%);
    border-radius: 17px;
}.leadership_experience_Awt::before {
    width: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(170,150,110,0.5) 0,
        rgb(170,150,110,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.3;
    height: 100%;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
}.leadership_experience_Awt .client_ratings_QV4 {
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    flex-direction: column;
    z-index: 2;
    position: relative;
    transform: translateY(0);
    display: flex;
    margin: 0 auto;
    max-width: 500px;
}.leadership_experience_Awt .client_ratings_QV4:hover {
    transform: translateY(-15px);
}.leadership_experience_Awt .pic_img_wrap_TXp {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    box-shadow: 0 15px 25px -5px rgba(0, 0, 0, 0.5);
    width: 80%;
    border-radius: 17px 17px 0 0;
    transition: all 0.5s ease;
    height: 350px;
}.leadership_experience_Awt .pic_img_wrap_TXp::after {
    height: 100%;
    border-radius: 17px 17px 0 0;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
                transparent 50%, 
                rgb(196,187,171,0.5) 100%);
    left: 0;
}.leadership_experience_Awt .client_ratings_QV4:hover .pic_img_wrap_TXp {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 95%);
}.leadership_experience_Awt .career_trajectory_HV0 {
    padding: 70px 2rem 2rem;
    background: #ffffff;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    margin-top: -50px;
    border-radius: 17px;
    z-index: 2;
}.leadership_experience_Awt .career_trajectory_HV0::before {
    background: linear-gradient(90deg, 
                rgb(196,187,171), 
                rgb(170,150,110), 
                rgb(196,187,171));
    left: 0;
    top: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    height: 6px;
    position: absolute;
    animation: gradient-shift 8s infinite alternate;
    content: "";
    background-size: 200% 100%;
}.leadership_experience_Awt .career_trajectory_HV0::after {
    height: 60px;
    content: "";
    bottom: 20px;
    opacity: 0.2;
    border-radius: 20% 40% 50% 30%;
    width: 60px;
    animation: float-blob 10s infinite alternate;
    filter: blur(15px);
    position: absolute;
    background: rgb(170,150,110,0.5);
    right: 20px;
}.leadership_experience_Awt .name {
    font-size: 32px;
    opacity: 0.9;
    transition: all 0.3s ease;
    font-weight: 700;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    margin-bottom: 0.5rem;
    color: rgb(196,187,171);
}.leadership_experience_Awt .career_trajectory_HV0 > div:nth-child(2) {
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(170,150,110);
    font-weight: 600;
    transform: translateY(0);
    font-size: 18px;
    padding-bottom: 1rem;
    transition: all 0.4s ease 0.1s;
    opacity: 0.8;
}.leadership_experience_Awt .career_trajectory_HV0 > div:nth-child(2)::after {
    left: 0;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
    bottom: 0;
    background: rgb(170,150,110,0.5);
    transition: width 0.4s ease;
}.leadership_experience_Awt .client_ratings_QV4:hover .career_trajectory_HV0 > div:nth-child(2)::after {
    width: 100px;
}.leadership_experience_Awt .professional_exp_WrQ {
    position: relative;
    transition: all 0.5s ease 0.2s;
    padding: 1rem 0 0 1.5rem;
    line-height: 1.7;
    opacity: 0.7;
    font-size: 12px;
    color: #000000;
    font-style: italic;
    transform: translateY(10px);
    border-left: 3px solid rgb(170,150,110,0.5);
}.leadership_experience_Awt .client_ratings_QV4:hover .professional_exp_WrQ {
    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) {.leadership_experience_Awt .pic_img_wrap_TXp {
    height: 250px;
    width: 100%;
}}.course_overview_Xrh {
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: flex;
    min-height: 100vh;
    overflow: hidden;
    align-items: center;
    background-color: rgb(227,225,221);
}.course_overview_Xrh .future_skills_ElA {
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    top: 0;
    overflow: hidden;
}.course_overview_Xrh .career_classes_7Bc {
    will-change: transform;
    animation: carousel-slide 40s cubic-bezier(0.25, 0.1, 0.25, 1) infinite;
    display: flex;
    width: 500%;
    height: 100%;
}.course_overview_Xrh .future_skills_ElA:hover .career_classes_7Bc {
    animation-play-state: paused;
}.course_overview_Xrh .skill_route_Zke {
    overflow: hidden;
    min-width: 20%;
    height: 100%;
    flex: 1;
    position: relative;
}.course_overview_Xrh .skill_route_Zke img {
    height: 100%;
    filter: saturate(0.8) contrast(1.2);
    object-fit: cover;
    width: 100%;
    transition: transform 1.5s ease;
    transform: scale(1.05);
}.course_overview_Xrh .future_skills_ElA:hover .skill_route_Zke img {
    transform: scale(1.15);
}.course_overview_Xrh .container {
    z-index: 4;
    position: relative;
    max-width: 1200px;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
}.course_overview_Xrh .skill_spot_SW8 {
    padding: 0.5rem;
    width: 100%;
    border-radius: 30px;
    animation: glow-pulse 8s ease-in-out infinite alternate;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                0 0 60px rgb(196,187,171,0.5),
                0 0 90px rgb(170,150,110,0.5);
    max-width: 800px;
    backdrop-filter: blur(8px);
}.course_overview_Xrh .career_learn_fqU {
    padding: 3rem;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.4) 0%,
        rgba(0, 0, 0, 0.6) 100%
    );
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}.course_overview_Xrh .career_learn_fqU::before {
    content: '';
    z-index: -1;
    opacity: 0.1;
    top: -50%;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(196,187,171,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    width: 200%;
    height: 200%;
    animation: rotate 30s linear infinite;
}.course_overview_Xrh .career_learn_fqU h3 {
    display: inline-block;
    font-size: 34px;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
}.course_overview_Xrh .career_learn_fqU h3::before,
.course_overview_Xrh .career_learn_fqU h3::after {
    border-radius: 10px;
    content: '';
    height: 3px;
    bottom: -10px;
    position: absolute;
}.course_overview_Xrh .career_learn_fqU h3::before {
    left: 50%;
    transition: all 0.6s ease;
    background: rgb(196,187,171);
    right: 50%;
}.course_overview_Xrh .career_learn_fqU h3::after {
    transition-delay: 0.2s;
    left: 50%;
    transition: all 0.6s ease;
    right: 50%;
    background: rgb(170,150,110);
}.course_overview_Xrh .career_learn_fqU:hover h3::before {
    left: 0;
    right: 50%;
}.course_overview_Xrh .career_learn_fqU:hover h3::after {
    left: 50%;
    right: 0;
}.course_overview_Xrh .career_learn_fqU p {
    margin-bottom: 2.5rem;
    font-weight: 400;
    opacity: 0.85;
    line-height: 1.8;
    font-size: 15px;
    margin-right: auto;
    max-width: 85%;
    color: #000000;
    margin-left: auto;
}.course_overview_Xrh .career_learn_fqU .inquiry_card_tIY {
    position: relative;
    text-decoration: none;
    font-weight: 700;
    overflow: hidden;
    transition: all 0.4s ease;
    font-size: 15px;
    display: inline-block;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    padding: 1rem 2rem;
    color: #ffffff;
    z-index: 1;
    letter-spacing: 2px;
    border-radius: 10px;
    text-transform: uppercase;
    background: linear-gradient(
        45deg,
        rgb(196,187,171) 0%,
        rgb(170,150,110) 100%
    );
}.course_overview_Xrh .career_learn_fqU .inquiry_card_tIY::before {
    transition: all 0.6s ease;
    z-index: -1;
    width: 100%;
    top: 0;
    content: '';
    background: linear-gradient(
        45deg,
        rgb(170,150,110) 0%,
        rgb(196,187,171) 100%
    );
    left: -100%;
    height: 100%;
    position: absolute;
}.course_overview_Xrh .career_learn_fqU .inquiry_card_tIY:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}.course_overview_Xrh .career_learn_fqU .inquiry_card_tIY:hover::before {
    left: 0;
}

@keyframes carousel-slide {
    0%, 16% {
        transform: translateX(0%);
    }
    20%, 36% {
        transform: translateX(-20%);
    }
    40%, 56% {
        transform: translateX(-40%);
    }
    60%, 76% {
        transform: translateX(-60%);
    }
    80%, 96% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0%);
    }
}

@keyframes pattern-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes gradient-pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes glow-pulse {
    0% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(196,187,171,0.5);
    }
    50% {
        box-shadow: 0 0 40px rgba(0, 0, 0, 0.5),
                    0 0 70px rgb(170,150,110,0.5);
    }
    100% {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.5),
                    0 0 40px rgb(196,187,171,0.5);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.course_overview_Xrh {
    min-height: auto;
    padding: 6rem 0;
}.course_overview_Xrh .future_skills_ElA {
    height: 350px;
    position: relative;
    margin-bottom: 0;
}.course_overview_Xrh .container {
    padding: 1.5rem;
    margin-top: -100px;
}.course_overview_Xrh .skill_spot_SW8 {
    max-width: 90%;
}.course_overview_Xrh .career_learn_fqU {
    padding: 2.5rem;
}.course_overview_Xrh .career_learn_fqU p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_overview_Xrh {
    padding: 5rem 0;
}.course_overview_Xrh .future_skills_ElA {
    height: 280px;
}.course_overview_Xrh .career_classes_7Bc {
    animation-duration: 30s;
}.course_overview_Xrh .container {
    padding: 1rem;
    margin-top: -50px;
}.course_overview_Xrh .skill_spot_SW8 {
    max-width: 100%;
    padding: 0.3rem;
}.course_overview_Xrh .career_learn_fqU {
    padding: 2rem 1.5rem;
}.course_overview_Xrh .career_learn_fqU h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 1.2rem;
}.course_overview_Xrh .career_learn_fqU p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
    margin-bottom: 2rem;
}.course_overview_Xrh .career_learn_fqU .inquiry_card_tIY {
    font-size: calc(15px * 0.9);
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 480px) {.course_overview_Xrh {
    padding: 4rem 0;
}.course_overview_Xrh .future_skills_ElA {
    height: 230px;
}.course_overview_Xrh .career_classes_7Bc {
    animation-duration: 25s;
}.course_overview_Xrh .container {
    margin-top: -30px;
}.course_overview_Xrh .career_learn_fqU {
    padding: 1.5rem 1rem;
}.course_overview_Xrh .career_learn_fqU h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 1rem;
}.course_overview_Xrh .career_learn_fqU p {
    font-size: calc(15px * 0.8);
    margin-bottom: 1.8rem;
    max-width: 100%;
}.course_overview_Xrh .career_learn_fqU .inquiry_card_tIY {
    margin: 0 auto;
    width: 90%;
    padding: 0.7rem 1.3rem;
}
}

@media (min-width: 1400px) {.course_overview_Xrh .container {
    max-width: 1320px;
}.course_overview_Xrh .skill_spot_SW8 {
    max-width: 900px;
}.course_overview_Xrh .career_learn_fqU {
    padding: 4rem;
}
}

@media (prefers-reduced-motion) {.course_overview_Xrh .career_classes_7Bc,
    .course_overview_Xrh .skill_spot_SW8,
    .course_overview_Xrh .career_learn_fqU::before {
    animation: none;
}.course_overview_Xrh .skill_route_Zke {
    transition: opacity 0.5s ease;
    opacity: 0.5;
}.course_overview_Xrh .skill_route_Zke:nth-child(1) {
    opacity: 1;
}}.thanksWeb_RWw {
    padding: 6rem 0;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(170,150,110,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(196,187,171,0.5), transparent 60%);
    overflow: hidden;
}.thanksWeb_RWw::before {
    background-size: 40px 40px;
    content: "";
    animation: constellation 20s infinite linear;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    left: 0;
    height: 100%;
    opacity: 0.6;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
}.thanksWeb_RWw::after {
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    border: 1px solid rgb(170,150,110,0.5);
    content: "";
    z-index: 1;
    top: 50%;
    opacity: 0.3;
    left: -150px;
    height: 300px;
    width: 300px;
}.thanksWeb_RWw .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.thanksWeb_RWw .skill_spot_SW8 {
    border-left: 2px solid rgb(170,150,110);
    position: relative;
    gap: 2.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    display: flex;
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    backdrop-filter: blur(8px);
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    flex-direction: column;
    padding: 4rem 3rem;
}.thanksWeb_RWw .skill_spot_SW8:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}.thanksWeb_RWw .skill_spot_SW8 > div:first-child {
    padding-left: 25px;
    align-items: center;
    position: relative;
    display: flex;
}.thanksWeb_RWw .skill_spot_SW8 > div:first-child::before {
    background: rgb(170,150,110);
    top: 50%;
    position: absolute;
    transition: width 0.3s ease;
    transform: translateY(-50%);
    width: 15px;
    height: 2px;
    content: "";
    left: 0;
}.thanksWeb_RWw .skill_spot_SW8:hover > div:first-child::before {
    width: 20px;
}.thanksWeb_RWw h5 {
    z-index: 2;
    margin: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    color: transparent;
    position: relative;
    line-height: 1.4;
    font-weight: 700;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #000000, rgb(170,150,110));
    font-size: 20px;
    color: #000000;
    opacity: 0;
    background-clip: text !important;
}.thanksWeb_RWw p {
    font-weight: 400;
    margin: 0;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    z-index: 2;
    opacity: 0;
    line-height: 1.7;
    transform: translateY(20px);
    position: relative;
    font-size: 14px;
    color: #000000;
}.thanksWeb_RWw a {
    padding: 0.5rem 0;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: transform 0.3s ease;
    position: relative;
}.thanksWeb_RWw a::after {
    position: absolute;
    content: "";
    height: 1px;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    width: 0;
    left: 0;
    bottom: 0;
    background: rgb(170,150,110);
}.thanksWeb_RWw a:hover {
    transform: translateX(5px);
}.thanksWeb_RWw a:hover::after {
    width: 100%;
}

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.thanksWeb_RWw .skill_spot_SW8 {
    margin-left: 5rem;
    padding: 5rem 4rem;
    border-radius: 0 21px 21px 0;
}.thanksWeb_RWw .skill_spot_SW8::before {
    border: 1px solid rgb(196,187,171,0.5);
    opacity: 0.5;
    position: absolute;
    content: "";
    z-index: 1;
    width: 200px;
    border-radius: 50%;
    top: -50px;
    height: 200px;
    right: -30px;
}.thanksWeb_RWw h5 {
    font-size: calc(20px * 1.1);
}.thanksWeb_RWw p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.thanksWeb_RWw {
    padding: 8rem 0;
}.thanksWeb_RWw .skill_spot_SW8 {
    padding: 6rem 5rem;
    gap: 3rem;
    margin-left: 8rem;
}.thanksWeb_RWw h5 {
    font-size: calc(20px * 1.2);
}.thanksWeb_RWw p {
    max-width: 80%;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.thanksWeb_RWw {
    padding: 4rem 0;
}.thanksWeb_RWw .skill_spot_SW8 {
    gap: 2rem;
    padding: 3rem 2rem;
}.thanksWeb_RWw h5 {
    font-size: calc(20px * 0.9);
}.thanksWeb_RWw::after,
    .thanksWeb_RWw .skill_spot_SW8::before {
    display: none;
}
}

@media (max-width: 480px) {.thanksWeb_RWw {
    padding: 3rem 0;
}.thanksWeb_RWw .skill_spot_SW8 {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.thanksWeb_RWw h5 {
    font-size: calc(20px * 0.85);
}.thanksWeb_RWw p {
    font-size: calc(14px * 0.95);
}.thanksWeb_RWw .skill_spot_SW8 > div:first-child {
    padding-left: 20px;
}}.client_feedback_PIb {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,225,221) 50%, rgb(196,187,171,0.5) 50%);
}.client_feedback_PIb::before {
    z-index: 0;
    width: 200px;
    background: linear-gradient(45deg, rgb(170,150,110), rgb(196,187,171,0.5));
    position: absolute;
    filter: blur(50px);
    opacity: 0.7;
    top: -5%;
    right: -5%;
    content: "";
    height: 200px;
    border-radius: 50%;
}.client_feedback_PIb::after {
    background: linear-gradient(135deg, rgb(196,187,171), rgb(170,150,110,0.5));
    opacity: 0.5;
    border-radius: 50%;
    content: "";
    height: 250px;
    width: 250px;
    bottom: -5%;
    left: -5%;
    position: absolute;
    z-index: 0;
    filter: blur(60px);
}.client_feedback_PIb .container {
    position: relative;
    z-index: 1;
}.client_feedback_PIb h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    margin-bottom: 4rem;
    transform: skewX(-5deg);
    position: relative;
    font-size: 33px;
}.client_feedback_PIb h2::after {
    left: 0;
    width: 70%;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,150,110), transparent);
    transform: translateX(15%);
    content: "";
    bottom: -10px;
    height: 4px;
}.client_feedback_PIb .edu_stories_WAe {
    gap: 3rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    transform: rotate(-2deg);
}.client_feedback_PIb .client_ratings_QV4 {
    padding: 2rem;
    position: relative;
    overflow: hidden;
    flex-direction: column;
    transform: rotate(2deg);
    border-radius: 29px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease;
    background: #ffffff;
    display: flex;
}.client_feedback_PIb .client_ratings_QV4:nth-child(odd) {
    transform: rotate(4deg) translateY(-15px);
}.client_feedback_PIb .client_ratings_QV4:nth-child(3n) {
    transform: rotate(-1deg) translateY(10px);
}.client_feedback_PIb .client_ratings_QV4:hover {
    transform: rotate(0) translateY(-10px) scale(1.05);
    z-index: 2;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.client_feedback_PIb .client_ratings_QV4::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(170,150,110), rgb(196,187,171));
    position: absolute;
}.client_feedback_PIb .client_ratings_QV4 img {
    height: 80px;
    width: 80px;
    margin: 0 auto 1rem;
    transition: all 0.5s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border: 3px solid #ffffff;
    border-radius: 50%;
    object-fit: cover;
    transform: translateY(-20px);
}.client_feedback_PIb .client_ratings_QV4:hover img {
    transform: translateY(-20px) scale(1.1) rotate(360deg);
}.client_feedback_PIb .client_ratings_QV4 p {
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: calc(13px * 1.1);
    text-align: center;
    font-weight: 600;
}.client_feedback_PIb .client_ratings_QV4 .description {
    text-align: center;
    font-style: italic;
    position: relative;
    color: #000000;
    font-size: 13px;
    line-height: 1.6;
    font-weight: 400;
}.client_feedback_PIb .client_ratings_QV4 .description::before {
    top: -20px;
    z-index: -1;
    position: absolute;
    font-size: 4rem;
    left: 0;
    font-family: serif;
    color: rgb(170,150,110,0.5);
    content: "";
}

@media (max-width: 992px) {.client_feedback_PIb .edu_stories_WAe {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.client_feedback_PIb {
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(227,225,221) 40%, rgb(196,187,171,0.5) 60%);
}.client_feedback_PIb h2 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.9);
}.client_feedback_PIb .edu_stories_WAe {
    grid-template-columns: 1fr;
    gap: 2rem;
    transform: rotate(0);
}.client_feedback_PIb .client_ratings_QV4,
    .client_feedback_PIb .client_ratings_QV4:nth-child(odd),
    .client_feedback_PIb .client_ratings_QV4:nth-child(3n) {
    transform: rotate(0);
}.client_feedback_PIb .client_ratings_QV4:hover {
    transform: translateY(-5px);
}}.join_our_mailing_list_MY8 {
    position: relative;
    background: rgb(227,225,221);
    overflow: hidden;
    padding: 5rem 2rem;
}.join_our_mailing_list_MY8::before {
    top: 0;
    left: 0;
    content: "";
    opacity: 0.5;
    background:
        radial-gradient(circle at 10% 20%, rgb(196,187,171,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(170,150,110,0.5) 0%, transparent 35%);
    width: 100%;
    height: 100%;
    position: absolute;
}.join_our_mailing_list_MY8 .skill_spot_SW8 {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.join_our_mailing_list_MY8 .query_panel_CiQ {
    margin: 0 auto;
    max-width: 700px;
    background: #ffffff;
    padding: 3.5rem 3rem;
    border-radius: 28px;
    position: relative;
}.join_our_mailing_list_MY8 .query_panel_CiQ::before {
    height: 120px;
    position: absolute;
    right: -40px;
    background: rgb(196,187,171);
    content: "";
    top: -40px;
    width: 120px;
    border-radius: 50%;
    opacity: 0.2;
    animation: moveBlob1 20s infinite alternate ease-in-out;
}.join_our_mailing_list_MY8 .query_panel_CiQ::after {
    left: -60px;
    bottom: -60px;
    content: "";
    width: 180px;
    height: 180px;
    opacity: 0.2;
    border-radius: 50%;
    animation: moveBlob2 15s infinite alternate ease-in-out;
    background: rgb(170,150,110);
    position: absolute;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.join_our_mailing_list_MY8 h3 {
    overflow: hidden;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 2.5rem;
    position: relative;
    color: #000000;
}.join_our_mailing_list_MY8 h3::after {
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(196,187,171) 50%,
        transparent 100%
    );
    content: "";
    bottom: 0;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    animation: waveMotion 3s infinite ease-in-out;
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.join_our_mailing_list_MY8 .input_holder {
    flex-direction: column;
    position: relative;
    gap: 2rem;
    display: flex;
}.join_our_mailing_list_MY8 input[type="email"] {
    transition: all 0.3s ease;
    border: none;
    background: rgb(227,225,221);
    font-family: Arial, sans-serif;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    border-radius: 50px;
    padding: 1.2rem 1.5rem;
    color: #000000;
}.join_our_mailing_list_MY8 input[type="email"]:focus {
    outline: none;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(196,187,171,0.5);
    background: #ffffff;
}.join_our_mailing_list_MY8 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.join_our_mailing_list_MY8 input[type="submit"] {
    border-radius: 50px;
    border: none;
    font-family: Arial, sans-serif;
    min-width: 180px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    background: linear-gradient(45deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    align-self: center;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 1px;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    z-index: 1;
    font-weight: 600;
}.join_our_mailing_list_MY8 input[type="submit"]::before {
    opacity: 0;
    bottom: -10px;
    z-index: -1;
    position: absolute;
    right: -10px;
    top: -10px;
    transition: opacity 0.3s ease;
    left: -10px;
    background: linear-gradient(45deg, rgb(170,150,110) 0%, rgb(196,187,171) 100%);
    border-radius: 50px;
    content: "";
    transform: scale(0.95);
}.join_our_mailing_list_MY8 input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.join_our_mailing_list_MY8 input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotateGradient 2s infinite linear;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.join_our_mailing_list_MY8 .input_holder::before {
    position: absolute;
    width: 20px;
    animation: floatBubble 6s infinite alternate ease-in-out;
    content: "";
    right: 5%;
    top: 15%;
    height: 20px;
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(196,187,171,0.5);
}.join_our_mailing_list_MY8 .input_holder::after {
    border-radius: 50%;
    bottom: 15%;
    width: 15px;
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    content: "";
    height: 15px;
    background: rgb(170,150,110,0.5);
    position: absolute;
    left: 5%;
    opacity: 0.3;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.join_our_mailing_list_MY8 {
    padding: 4rem 1.5rem;
}.join_our_mailing_list_MY8 .query_panel_CiQ {
    padding: 2.5rem 2rem;
}.join_our_mailing_list_MY8 .query_panel_CiQ::before,
    .join_our_mailing_list_MY8 .query_panel_CiQ::after {
    display: none;
}.join_our_mailing_list_MY8 h3 {
    margin-bottom: 2rem;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 480px) {.join_our_mailing_list_MY8 {
    padding: 3rem 1rem;
}.join_our_mailing_list_MY8 .query_panel_CiQ {
    padding: 2rem 1.5rem;
}.join_our_mailing_list_MY8 h3 {
    font-size: calc(23px * 0.8);
    margin-bottom: 1.5rem;
}.join_our_mailing_list_MY8 input[type="email"] {
    padding: 1rem;
}.join_our_mailing_list_MY8 input[type="submit"] {
    min-width: 100%;
    padding: 0.8rem 1.5rem;
}}header {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    background: linear-gradient(to bottom, 
        rgb(196,187,171,0.5) 0%,
        #000000 100%);
    top: 0;
    z-index: 100;
    width: 100%;
    position: fixed;
}header::before {
    left: 0;
    height: 100%;
    animation: pulse-bg 8s infinite alternate;
    z-index: 1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,150,110,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(196,187,171,0.5) 0%, transparent 15%);
    top: 0;
    opacity: 0.3;
    content: "";
    position: absolute;
}header::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(170,150,110,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(170,150,110,0.5) 100%);
    background-size: 20px 20px;
    top: 0;
    opacity: 0.1;
    left: 0;
    z-index: 1;
}header .container {
    padding: 0;
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
}header .top_know_wBv {
    width: 100%;
    align-items: center;
    position: relative;
    flex-direction: column;
    display: flex;
}header .main_start_fLD {
    text-decoration: none;
    justify-content: center;
    display: flex;
    z-index: 3;
    margin: 1rem 0 1.5rem;
    position: relative;
    align-items: center;
}header .main_start_fLD::before {
    width: 120px;
    position: absolute;
    content: "";
    z-index: -1;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(170,150,110,0.5) 120deg,
            transparent 180deg,
            rgb(196,187,171,0.5) 240deg,
            transparent 360deg
        );
    opacity: 0.2;
    height: 120px;
    animation: rotate 10s linear infinite;
    border-radius: 50%;
}header .main_start_fLD::after {
    height: 70px;
    z-index: -2;
    animation: pulse-opacity 4s ease infinite alternate;
    opacity: 0.3;
    filter: blur(20px);
    position: absolute;
    border-radius: 50%;
    content: "";
    background: rgb(170,150,110,0.5);
    width: 70px;
}header .main_start_fLD svg {
    filter: drop-shadow(0 0 8px rgb(196,187,171,0.5));
    height: 45px;
    width: auto;
    transition: all 0.4s ease;
}header .main_start_fLD:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(170,150,110));
}header .head_expert_kpV {
    position: relative;
    width: 100vw;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    overflow-x: auto;
    justify-content: center;
    gap: 0.8rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(196,187,171,0.5);
    border-top: 1px solid rgb(196,187,171,0.5);
    scrollbar-width: none;
}header .head_expert_kpV::-webkit-scrollbar {
    display: none;
}header .head_expert_kpV::before {
    position: absolute;
    pointer-events: none;
    left: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    z-index: 3;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
}header .main_master_H5y {
    color: #ffffff;
    z-index: 2;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    text-decoration: none;
    text-transform: uppercase;
    perspective: 800px;
    white-space: nowrap;
    font-family: Arial, sans-serif;
    font-size: 13px;
    position: relative;
}header .main_master_H5y::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    border-radius: 10px;
    transform: translateZ(-10px);
    border: 1px solid transparent;
    height: 100%;
}header .main_master_H5y::after {
    height: 2px;
    background: rgb(170,150,110);
    bottom: 0;
    content: "";
    left: 50%;
    transition: all 0.3s ease;
    position: absolute;
    transform: translateX(-50%);
    width: 0%;
}header .main_master_H5y:hover {
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(170,150,110,0.5);
    color: rgb(170,150,110);
}header .main_master_H5y:hover::before {
    border-color: rgb(170,150,110,0.5);
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(196,187,171,0.5);
}header .main_master_H5y:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .main_start_fLD {
    margin: 0.8rem 0 1.2rem;
}header .main_start_fLD svg {
    height: 40px;
}header .main_master_H5y {
    padding: 0.5rem 1.2rem;
    font-size: calc(13px - 1px);
}
}

@media (max-width: 767px) {header .main_start_fLD {
    margin: 0.6rem 0 1rem;
}header .main_start_fLD svg {
    height: 35px;
}header .main_start_fLD::before {
    width: 90px;
    height: 90px;
}header .main_start_fLD::after {
    width: 50px;
    height: 50px;
}header .head_expert_kpV {
    padding: 0.8rem 0;
    justify-content: flex-start;
}header .main_master_H5y {
    font-size: calc(13px - 2px);
    padding: 0.4rem 1rem;
}header .main_master_H5y:first-child {
    margin-left: 2rem;
}header .main_master_H5y:last-child {
    margin-right: 2rem;
}}footer {
    position: relative;
    width: 100%;
}footer .collab_space_QTt {
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    background-color: rgb(170,150,110);
    padding: 80px 0 30px;
}footer .collab_space_QTt::before {
    left: 0;
    width: 100%;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    position: absolute;
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(170,150,110) 12%, transparent 12.5%, transparent 87%, rgb(170,150,110) 87.5%, rgb(170,150,110)),
        linear-gradient(150deg, rgb(170,150,110) 12%, transparent 12.5%, transparent 87%, rgb(170,150,110) 87.5%, rgb(170,150,110)),
        linear-gradient(30deg, rgb(170,150,110) 12%, transparent 12.5%, transparent 87%, rgb(170,150,110) 87.5%, rgb(170,150,110)),
        linear-gradient(150deg, rgb(170,150,110) 12%, transparent 12.5%, transparent 87%, rgb(170,150,110) 87.5%, rgb(170,150,110)),
        linear-gradient(60deg, rgb(196,187,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(196,187,171,0.5) 75%, rgb(196,187,171,0.5)),
        linear-gradient(60deg, rgb(196,187,171,0.5) 25%, transparent 25.5%, transparent 75%, rgb(196,187,171,0.5) 75%, rgb(196,187,171,0.5));
    opacity: 0.05;
    pointer-events: none;
    top: 0;
    content: "";
    background-size: 80px 140px;
}footer .collab_space_QTt::after {
    left: 0;
    background: linear-gradient(90deg, rgb(196,187,171), rgb(170,150,110));
    top: 0;
    width: 100%;
    height: 5px;
    pointer-events: none;
    content: "";
    position: absolute;
}footer .event_cal_wM9 {
    z-index: 1;
    position: relative;
}footer .quick_reach_Hto {
    margin-bottom: 60px;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    display: flex;
}footer .info_item {
    flex: 0 1 auto;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
    cursor: pointer;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: relative;
    min-height: 60px;
    transition: all 0.4s ease;
    padding: 20px 25px;
    max-width: 300px;
    min-width: 200px;
    justify-content: center;
}footer .info_item::before {
    left: 3px;
    background-color: rgb(170,150,110);
    z-index: -1;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    bottom: 3px;
    position: absolute;
    right: 3px;
    content: "";
    pointer-events: none;
    top: 3px;
}footer .info_item:hover {
    background-color: rgb(196,187,171);
    transform: translateY(-5px);
}footer .info_item svg {
    flex-shrink: 0;
    transition: fill 0.3s ease;
    width: 20px;
    margin-right: 12px;
    fill: rgb(196,187,171);
    height: 20px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    align-items: center;
    overflow: hidden;
    font-size: 13px;
    display: flex;
    color: #ffffff;
    cursor: pointer;
    height: 100%;
    white-space: nowrap;
}footer .text_main_holder {
    display: grid;
    grid-template-columns: 1fr;
    padding-top: 40px;
    position: relative;
    gap: 50px;
}footer .text_main_holder::before {
    width: 80%;
    content: "";
    top: 0;
    position: absolute;
    height: 1px;
    left: 10%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
}footer .nav_main_Bde {
    padding: 20px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    justify-content: center;
    max-width: 350px;
    align-items: center;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    text-align: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column;
}footer .nav_main_Bde::before {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    right: 3px;
    background-color: rgb(170,150,110);
    left: 3px;
    top: 3px;
    z-index: -1;
    content: "";
    bottom: 3px;
    pointer-events: none;
}footer .nav_main_Bde svg {
    height: 45px;
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
}footer .youtube_chan_kHh {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .head_expert_kpV {
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 18px;
}footer .head_expert_kpV h5 {
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
}footer .head_expert_kpV h5::after {
    width: 50px;
    bottom: 0;
    pointer-events: none;
    left: 0;
    height: 2px;
    content: "";
    position: absolute;
    background-color: rgb(196,187,171);
}footer .site_header_8K4 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    margin-bottom: 20px;
    gap: 5px;
}footer .site_header_8K4 a {
    position: relative;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
}footer .site_header_8K4 a::before {
    position: absolute;
    left: 5px;
    pointer-events: none;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-bottom: 4px solid transparent;
    content: "";
    width: 0;
    border-top: 4px solid transparent;
    height: 0;
    opacity: 0;
    top: 50%;
    border-left: 4px solid rgb(196,187,171);
}footer .site_header_8K4 a:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
}footer .site_header_8K4 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 30px;
    position: relative;
}footer .subscribe_holder::before {
    top: 0;
    content: "";
    pointer-events: none;
    opacity: 0.05;
    position: absolute;
    left: 0;
    border-radius: 18px;
    width: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(196,187,171,0.5) 49%, rgb(196,187,171,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(196,187,171,0.5) 49%, rgb(196,187,171,0.5) 51%, transparent 52%);
    height: 100%;
    background-size: 20px 20px;
}footer .subscribe_holder h5 {
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 21px;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 13px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    z-index: 5;
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    cursor: text;
    padding: 14px 16px;
    appearance: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-size: 13px;
    z-index: 5;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    position: relative;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(196,187,171);
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .email_entry_py2 {
    border-radius: 10px;
    border: none;
    width: 100%;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: rgb(196,187,171);
    padding: 14px 20px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    z-index: 5;
    font-size: 16px;
}footer .email_entry_py2:hover {
    background-color: rgb(170,150,110);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}footer .calc_foot_dOs {
    text-align: center;
    margin-top: 50px;
    position: relative;
}footer .exam_prep_GAH {
    padding: 0 20px;
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
}footer .exam_prep_GAH::before,
footer .exam_prep_GAH::after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    position: absolute;
    height: 1px;
    width: 20px;
    top: 50%;
}footer .exam_prep_GAH::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .exam_prep_GAH::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .email_entry_py2 {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .site_header_8K4 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .collab_space_QTt {
    padding: 60px 0 30px;
}footer .quick_reach_Hto {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .head_expert_kpV, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav_main_Bde {
    padding: 15px;
    margin-bottom: 20px;
}footer .calc_foot_dOs {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .collab_space_QTt {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_expert_kpV h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(21px - 2px);
}footer .head_expert_kpV, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .email_entry_py2 {
    padding: 12px;
}}.statistical_details_6VZ {
    background: linear-gradient(135deg, rgb(227,225,221) 0%, rgb(170,150,110,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.statistical_details_6VZ::before {
    left: 0;
    content: "";
    position: absolute;
    transform: translateZ(0);
    height: 100%;
    top: 0;
    width: 100%;
    background-image: linear-gradient(30deg, rgb(196,187,171,0.5) 10%, transparent 30%);
    z-index: 1;
}.statistical_details_6VZ::after {
    position: absolute;
    right: -50%;
    width: 100%;
    transform: translateZ(0);
    height: 100%;
    opacity: 0.4;
    background-image: radial-gradient(circle, rgb(170,150,110,0.5) 0%, transparent 70%);
    z-index: 0;
    top: -50%;
    content: "";
}.statistical_details_6VZ .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.statistical_details_6VZ h4 {
    color: #000000;
    font-weight: 700;
    margin-top: 3rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 24px;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    letter-spacing: 0.5px;
    transform: translateY(0);
}.statistical_details_6VZ h4::after {
    display: block;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    width: 80px;
    margin: 1rem auto 0;
    transform: scaleX(0.8);
    transition: transform 0.5s ease;
}.statistical_details_6VZ h4:hover::after {
    transform: scaleX(1.2);
}.statistical_details_6VZ ul {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    padding: 0;
    gap: 2rem;
    display: grid;
}.statistical_details_6VZ .statistics_extras_Vir {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.4s ease;
    border-radius: 10px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05), 
                -5px -5px 15px rgba(255, 255, 255, 0.8);
    padding: 2rem;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transform: translateY(0);
}.statistical_details_6VZ .statistics_extras_Vir::before {
    height: 0;
    left: 0;
    width: 4px;
    z-index: -1;
    background: linear-gradient(to bottom, rgb(196,187,171), rgb(170,150,110));
    top: 0;
    content: "";
    transition: height 0.5s ease;
    position: absolute;
}.statistical_details_6VZ .statistics_extras_Vir:hover {
    transform: translateY(-5px);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08), 
                -8px -8px 20px rgba(255, 255, 255, 0.9);
}.statistical_details_6VZ .statistics_extras_Vir:hover::before {
    height: 100%;
}.statistical_details_6VZ .statistics_extras_Vir div {
    position: relative;
    flex-direction: column;
    display: flex;
    align-items: center;
    z-index: 2;
}.statistical_details_6VZ .statistics_extras_Vir p {
    background-clip: text;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0);
    margin: 0 0 0.5rem;
    -webkit-background-clip: text;
    color: transparent;
    line-height: 1;
    font-size: 3.5rem;
    background: linear-gradient(90deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
    font-weight: 700;
}.statistical_details_6VZ .statistics_extras_Vir p::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    bottom: -0.5rem;
    width: 30px;
    background-color: rgb(170,150,110);
    content: "";
    height: 2px;
    transition: transform 0.4s ease;
    position: absolute;
}.statistical_details_6VZ .statistics_extras_Vir:hover p {
    transform: translateY(-5px) scale(1.05);
}.statistical_details_6VZ .statistics_extras_Vir:hover p::after {
    transform: translateX(-50%) scaleX(1);
}.statistical_details_6VZ .statistics_extras_Vir span {
    max-width: 90%;
    text-align: center;
    font-weight: 600;
    margin-top: 0.5rem;
    line-height: 1.4;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
    color: #000000;
    font-size: 14px;
}.statistical_details_6VZ .statistics_extras_Vir:hover span {
    color: rgb(196,187,171);
}

@media (min-width: 768px) {.statistical_details_6VZ {
    padding: 6rem 0;
}.statistical_details_6VZ ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 2.5rem;
}.statistical_details_6VZ h4 {
    font-size: calc(24px * 1.1);
    margin-top: 4rem;
}.statistical_details_6VZ h4::after {
    width: 100px;
}
}

@media (min-width: 992px) {.statistical_details_6VZ {
    padding: 8rem 0;
}.statistical_details_6VZ ul {
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.statistical_details_6VZ .container {
    padding: 0 2rem;
}.statistical_details_6VZ .statistics_extras_Vir {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                    box-shadow 0.4s ease;
}.statistical_details_6VZ .statistics_extras_Vir:hover {
    transform: perspective(1000px) rotateY(5deg) translateY(-5px);
}.statistical_details_6VZ .statistics_extras_Vir:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-5deg) translateY(-5px);
}
}

@media (min-width: 1200px) {.statistical_details_6VZ ul {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.statistical_details_6VZ .statistics_extras_Vir {
    padding: 2.5rem 2rem;
}.statistical_details_6VZ .statistics_extras_Vir p {
    font-size: 4rem;
}@keyframes floatStat {
        0% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
        100% { transform: translateY(0); }
    }
    
    .statistical_details_6VZ .statistics_extras_Vir:nth-child(odd) {
    animation: floatStat 6s ease-in-out infinite;
}.statistical_details_6VZ .statistics_extras_Vir:nth-child(even) {
    animation: floatStat 7s ease-in-out infinite 1s;
}
}

@media (max-width: 767px) {.statistical_details_6VZ {
    padding: 4rem 0;
}.statistical_details_6VZ ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.statistical_details_6VZ .statistics_extras_Vir {
    padding: 1.5rem;
}.statistical_details_6VZ .statistics_extras_Vir p {
    font-size: 3rem;
}.statistical_details_6VZ h4 {
    font-size: calc(24px * 0.9);
    margin-top: 2rem;
}}.pricing_package_xRe {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.pricing_package_xRe::before {
    bottom: 0;
    z-index: 1;
    top: 0;
    content: "";
    right: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.pricing_package_xRe .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.pricing_package_xRe .discount_tier_sqC {
    transform-style: preserve-3d;
    perspective: 1000px;
}.pricing_package_xRe h2 {
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transform: translateZ(20px);
    position: relative;
    color: #ffffff;
}.pricing_package_xRe .plan_options_WlN {
    margin: 0 auto 50px;
    line-height: 1.6;
    transform: translateZ(15px);
    position: relative;
    font-size: calc(15px * 1.1);
    color: rgb(255, 255, 255, 0.5);
    max-width: 700px;
    text-align: center;
}.pricing_package_xRe .class_deals_yMs {
    gap: 30px;
    display: grid;
    list-style: none;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}.pricing_package_xRe .class_deals_yMs li {
    perspective: 800px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
}.pricing_package_xRe .study_sub_puO {
    transform: translateZ(0);
    display: block;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    position: relative;
}.pricing_package_xRe .edu_packages_kn9 {
    overflow: hidden;
    border-radius: 4px;
    transform: translateZ(0);
    height: 100%;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.15),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    padding: 40px 30px;
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.03) 100%);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_package_xRe .edu_packages_kn9::before {
    background: linear-gradient(90deg, 
        rgb(196,187,171) 0%, 
        rgb(170,150,110) 100%);
    width: 100%;
    position: absolute;
    content: "";
    transform: scaleX(0.8);
    top: 0;
    height: 4px;
    transition: all 0.4s ease;
    opacity: 0.8;
    left: 0;
}.pricing_package_xRe .edu_packages_kn9::after {
    z-index: -1;
    position: absolute;
    background: radial-gradient(
        circle, 
        rgb(196,187,171,0.5) 0%, 
        transparent 70%
    );
    content: "";
    opacity: 0.5;
    bottom: -60px;
    right: -60px;
    width: 120px;
    height: 120px;
    transition: all 0.5s ease;
}.pricing_package_xRe .indv_sub_EW8 {
    z-index: 2;
    position: relative;
}.pricing_package_xRe .indv_sub_EW8 h4 {
    margin: 0 0 20px;
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: calc(23px * 1.2);
    color: #ffffff;
}.pricing_package_xRe .indv_sub_EW8 h4::after {
    left: 0;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    background-color: rgb(170,150,110);
    height: 2px;
    position: absolute;
    width: 40px;
}.pricing_package_xRe .indv_sub_EW8 p {
    line-height: 1.6;
    scrollbar-width: thin;
    padding-right: 10px;
    max-height: 200px;
    font-size: 15px;
    color: rgb(255, 255, 255, 0.5);
    overflow-y: auto;
    margin-bottom: 30px;
    scrollbar-color: rgb(170,150,110) transparent;
}.pricing_package_xRe .indv_sub_EW8 p::-webkit-scrollbar {
    width: 4px;
}.pricing_package_xRe .indv_sub_EW8 p::-webkit-scrollbar-track {
    background: transparent;
}.pricing_package_xRe .indv_sub_EW8 p::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(170,150,110,0.5);
}.pricing_package_xRe .price_choices_seh {
    position: relative;
    margin-top: 10px;
    font-size: calc(23px * 1.4);
    display: block;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-weight: 700;
    padding: 10px 0;
}.pricing_package_xRe .price_choices_seh::before {
    left: 0;
    width: 60px;
    background: linear-gradient(90deg, 
        rgb(170,150,110) 0%, 
        transparent 100%);
    bottom: 0;
    height: 3px;
    content: "";
    position: absolute;
}.pricing_package_xRe .study_sub_puO:hover .edu_packages_kn9 {
    transform: translateY(-8px) translateZ(20px);
    box-shadow: 
        0 25px 45px rgba(0,0,0,0.25),
        0 10px 20px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.15) inset;
}.pricing_package_xRe .study_sub_puO:hover .edu_packages_kn9::before {
    transform: scaleX(1);
    opacity: 1;
}.pricing_package_xRe .study_sub_puO:hover .edu_packages_kn9::after {
    opacity: 0.7;
    transform: scale(1.2);
}.pricing_package_xRe .study_sub_puO:hover .indv_sub_EW8 h4::after {
    width: 60px;
}@keyframes priceFadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.pricing_package_xRe .class_deals_yMs li {
    animation: priceFadeIn 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
}.pricing_package_xRe .class_deals_yMs li:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_package_xRe .class_deals_yMs li:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_package_xRe .class_deals_yMs li:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_package_xRe .class_deals_yMs li:nth-child(4) {
    animation-delay: 0.4s;
}


@media (max-width: 1200px) {.pricing_package_xRe {
    padding: 100px 0 80px;
}.pricing_package_xRe .class_deals_yMs {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.pricing_package_xRe h2 {
    font-size: calc(28px * 0.9);
}.pricing_package_xRe .plan_options_WlN {
    margin-bottom: 40px;
}.pricing_package_xRe .edu_packages_kn9 {
    padding: 35px 25px;
}
}

@media (max-width: 768px) {.pricing_package_xRe {
    padding: 80px 0 60px;
}.pricing_package_xRe h2 {
    font-size: calc(28px * 0.8);
}.pricing_package_xRe .plan_options_WlN {
    font-size: 15px;
    margin-bottom: 30px;
}.pricing_package_xRe .class_deals_yMs {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.pricing_package_xRe .indv_sub_EW8 p {
    max-height: 180px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.pricing_package_xRe {
    padding: 60px 0 40px;
}.pricing_package_xRe .container {
    padding: 0 15px;
}.pricing_package_xRe h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
}.pricing_package_xRe .plan_options_WlN {
    margin-bottom: 25px;
    font-size: calc(15px * 0.95);
}.pricing_package_xRe .class_deals_yMs {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_package_xRe .edu_packages_kn9 {
    padding: 30px 20px;
}.pricing_package_xRe .indv_sub_EW8 h4 {
    font-size: 23px;
}.pricing_package_xRe .price_choices_seh {
    font-size: calc(23px * 1.2);
}}.find_support_taS {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(196,187,171) 0%, rgb(170,150,110) 100%);
}.find_support_taS::before {
    width: 200%;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 70%);
    transform: rotate(45deg);
    animation: bgAnimation 20s linear infinite;
    left: -50%;
    position: absolute;
    content: "";
    top: -50%;
    z-index: 1;
    height: 200%;
}@keyframes bgAnimation {
  0% {
    transform: rotate(45deg) scale(1);
  }
  50% {
    transform: rotate(45deg) scale(1.5);
  }
  100% {
    transform: rotate(45deg) scale(1);
  }
}

.find_support_taS .container {
    position: relative;
    z-index: 2;
}.find_support_taS .contact_card_pPV {
    text-align: center;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 50px;
    margin: auto;
    display: flex;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    align-items: center;
    flex-direction: column;
}.find_support_taS .msg_support_6MY {
    text-transform: uppercase;
    color: rgb(170,150,110);
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 36px;
}.find_support_taS .pic_img_wrap_TXp {
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 5px solid rgb(170,150,110);
}.find_support_taS .inquire_now_Pbq {
    margin-bottom: 30px;
    width: 100%;
}.find_support_taS .inquire_now_Pbq p {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-size: 17px;
    color: #000000;
    justify-content: center;
}.find_support_taS .inquire_now_Pbq p:hover {
    transform: translateY(-3px);
}.find_support_taS .inquire_now_Pbq p svg {
    height: 20px;
    flex-shrink: 0;
    width: 20px;
    margin: 0 10px;
}.find_support_taS .inquire_now_Pbq p svg path {
    fill: rgb(170,150,110);
    transition: fill 0.3s ease;
}.find_support_taS .inquire_now_Pbq p:hover svg path {
    fill: rgb(196,187,171);
}.find_support_taS .inquire_now_Pbq p span {
    font-weight: 600;
}.find_support_taS .inquire_now_Pbq a {
    text-decoration: none;
    color: rgb(170,150,110);
    transition: color 0.3s;
}.find_support_taS .inquire_now_Pbq a:hover {
    color: rgb(196,187,171);
}.find_support_taS .request_form_XOe {
    margin-top: 50px;
    width: 100%;
}.find_support_taS .support_contact_vi9 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 19px;
    color: rgb(170,150,110);
}.find_support_taS .support_contact_vi9 svg {
    margin-right: 10px;
    height: 22px;
    width: 22px;
}.find_support_taS .support_contact_vi9 svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,150,110);
}.find_support_taS .help_form_O1i {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.find_support_taS .write_page_I9U {
    border-radius: 10px;
    justify-content: center;
    display: flex;
    transition: all 0.3s;
    font-size: 15px;
    align-items: center;
    color: #ffffff;
    background-color: rgb(170,150,110,0.5);
    padding: 10px;
}.find_support_taS .write_page_I9U svg {
    opacity: 0;
    height: 16px;
    transition: all 0.3s ease;
    width: 0;
    margin-right: 0;
}.find_support_taS .write_page_I9U svg path {
    fill: #ffffff;
}.find_support_taS .write_page_I9U:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(170,150,110);
}.find_support_taS .write_page_I9U:hover svg {
    margin-right: 6px;
    opacity: 1;
    width: 16px;
}

@media screen and (max-width: 991px) {.find_support_taS .contact_card_pPV {
    max-width: 100%;
    margin-right: auto;
}.find_support_taS .inquire_now_Pbq p svg {
    height: 18px;
    margin-right: 8px;
    width: 18px;
}.find_support_taS .support_contact_vi9 svg {
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
}

@media screen and (max-width: 767px) {.find_support_taS {
    padding: 70px 0;
}.find_support_taS .contact_card_pPV {
    padding: 30px;
}.find_support_taS .msg_support_6MY {
    margin-bottom: 20px;
    font-size: 19px;
}.find_support_taS .pic_img_wrap_TXp {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.find_support_taS .help_form_O1i {
    grid-template-columns: 1fr;
}.find_support_taS .inquire_now_Pbq p svg {
    margin-right: 6px;
    height: 16px;
    width: 16px;
}.find_support_taS .support_contact_vi9 svg {
    height: 18px;
    width: 18px;
    margin-right: 6px;
}
}