* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    width: 1131px;
    max-width: 100%;
}.main_primary4o {
    flex: 1 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 1.2vw;
}::-webkit-scrollbar-track {
    box-shadow: inset -5px -5px 5px 0px rgba(0, 0, 0, 0.7);
    margin: 1px 0;
    background: rgb(171,158,155,0.5);
    border-radius: 12.5rem;
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 2.1s ease-out 4;
    border: 3px ridge rgb(171,158,155,0.5);
    box-shadow: 2px -5px 0px 0px rgba(0, 0, 0, 0.8);
    background: rgb(128,115,113,0.5);
}* {
    scrollbar-color: rgb(171,158,155) rgb(128,115,113,0.5);
    scrollbar-width: thin;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 7px;
}::-webkit-scrollbar-thumb {
    background: #ffffff;
}}

a {
    color: inherit;
    text-decoration: none;
}.support_ctask {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.wrapper-borderD5 {
    display: flex;
    height: 100%;
    flex-direction: column;
    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;
}}
.academic_expertiseJo {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(203,202,180) 0%, rgb(171,158,155,0.5) 50%, rgb(203,202,180) 100%);
}.academic_expertiseJo::before {
    position: absolute;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(171,158,155,0.5) 0,
        rgb(171,158,155,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.05;
    content: "";
    height: 100%;
    left: 0;
}.academic_expertiseJo::after {
    height: 100%;
    top: 0;
    opacity: 0.4;
    filter: blur(60px);
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(171,158,155,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(128,115,113,0.5) 0%, transparent 50%);
    content: "";
    position: absolute;
    left: 0;
}.academic_expertiseJo .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.academic_expertiseJo .feedback_cornerwZ {
    flex-direction: column;
    padding: 60px 40px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    display: flex;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    align-items: center;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 19px;
}.academic_expertiseJo .feedback_cornerwZ::before {
    transition: opacity 0.6s ease;
    z-index: 1;
    transform: rotate(-45deg) scale(2);
    position: absolute;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    inset: 0;
    content: "";
}.academic_expertiseJo .feedback_cornerwZ:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.academic_expertiseJo .img_shadow_boxzE {
    z-index: 2;
    margin-bottom: 35px;
    transform: rotate(-3deg);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    height: 180px;
    width: 180px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(171,158,155,0.5);
}.academic_expertiseJo .img_shadow_boxzE::before {
    position: absolute;
    width: 100%;
    z-index: 3;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    content: "";
    top: 0;
    height: 100%;
    left: 0;
}.academic_expertiseJo .img_shadow_boxzE::after {
    content: "";
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(171,158,155,0.5) 90deg,
            transparent 180deg,
            rgb(128,115,113,0.5) 270deg,
            transparent 360deg
        );
    mix-blend-mode: overlay;
    position: absolute;
    left: -50%;
    width: 200%;
    opacity: 0.15;
    animation: rotate 15s linear infinite;
    z-index: 1;
    height: 200%;
    top: -50%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.academic_expertiseJo .name {
    z-index: 2;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    color: #000000;
    text-align: center;
    font-size: 30px;
}.academic_expertiseJo .name::after {
    left: 50%;
    width: 70px;
    position: absolute;
    height: 2px;
    content: "";
    bottom: -8px;
    transform: translateX(-50%);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(171,158,155) 50%,
        transparent 100%
    );
}.academic_expertiseJo .feedback_cornerwZ span:not(.name) {
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    z-index: 2;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 16px;
    position: relative;
    color: rgba(0, 0, 0, 0.5);
}.academic_expertiseJo .career_storyfB {
    background: rgba(255, 255, 255, 0.5);
    padding: 25px 30px;
    text-align: center;
    color: #000000;
    border-right: 3px solid rgb(128,115,113);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    max-width: 85%;
    margin: 0;
    border-radius: 10px;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    font-size: 16px;
    backdrop-filter: blur(5px);
    border-left: 3px solid rgb(171,158,155);
}.academic_expertiseJo .career_storyfB::before,
.academic_expertiseJo .career_storyfB::after {
    position: absolute;
    opacity: 0.1;
    content: "";
    background: rgb(171,158,155,0.5);
    width: 40px;
    height: 40px;
}.academic_expertiseJo .career_storyfB::before {
    border-top: 3px solid rgb(171,158,155);
    left: -5px;
    border-left: 3px solid rgb(171,158,155);
    top: -5px;
}.academic_expertiseJo .career_storyfB::after {
    bottom: -5px;
    border-bottom: 3px solid rgb(128,115,113);
    right: -5px;
    border-right: 3px solid rgb(128,115,113);
}.academic_expertiseJo .feedback_cornerwZ:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.academic_expertiseJo .feedback_cornerwZ:hover .img_shadow_boxzE {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(171,158,155,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.academic_expertiseJo {
    padding: 80px 0;
}.academic_expertiseJo .feedback_cornerwZ {
    padding: 50px 30px;
}.academic_expertiseJo .img_shadow_boxzE {
    height: 160px;
    width: 160px;
    margin-bottom: 30px;
}.academic_expertiseJo .career_storyfB {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.academic_expertiseJo {
    padding: 60px 0;
}.academic_expertiseJo .feedback_cornerwZ {
    padding: 40px 25px;
}.academic_expertiseJo .img_shadow_boxzE {
    margin-bottom: 25px;
    width: 140px;
    height: 140px;
}.academic_expertiseJo .name {
    font-size: calc(30px * 0.9);
}.academic_expertiseJo .feedback_cornerwZ span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.academic_expertiseJo .career_storyfB {
    font-size: calc(16px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.academic_expertiseJo {
    padding: 50px 0;
}.academic_expertiseJo .feedback_cornerwZ {
    padding: 35px 20px;
}.academic_expertiseJo .img_shadow_boxzE {
    margin-bottom: 20px;
    width: 120px;
    height: 120px;
}.academic_expertiseJo .name {
    font-size: calc(30px * 0.8);
}.academic_expertiseJo .feedback_cornerwZ span:not(.name) {
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-size: calc(16px * 0.9);
}.academic_expertiseJo .career_storyfB {
    max-width: 100%;
    font-size: calc(16px * 0.9);
    padding: 15px;
}}.thanksPointea {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(128,115,113,0.5), rgb(171,158,155,0.5));
    padding: 6rem 0;
    perspective: 1000px;
    position: relative;
}.thanksPointea::before {
    left: 0;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(128,115,113,0.5) 0px,
        rgb(128,115,113,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    top: 0;
    opacity: 0.1;
    height: 100%;
    content: "";
    pointer-events: none;
}.thanksPointea::after {
    position: absolute;
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(171,158,155,0.5) 0%,
        transparent 70%
    );
    width: 80%;
    right: -10%;
    top: -10%;
    transform: rotate(-15deg);
    opacity: 0.4;
    content: "";
    height: 80%;
}.thanksPointea .container {
    transform: translateZ(0);
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    transform-style: preserve-3d;
}.thanksPointea h2 {
    max-width: 90%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
    font-size: 35px;
    font-family: Arial, sans-serif;
    transform: translateZ(30px);
    position: relative;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.thanksPointea h2::after {
    width: 8rem;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0.3rem;
    transform-origin: left;
    bottom: -1rem;
    background: linear-gradient(to right, rgb(171,158,155), rgb(128,115,113));
    left: 0;
    content: "";
    transform: scaleX(1);
}.thanksPointea .learn_sessionsat {
    transform-style: preserve-3d;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    padding: 3rem;
    backdrop-filter: blur(5px);
    border-left: 4px solid rgb(171,158,155);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
    transform: translateZ(10px) rotateX(2deg);
}.thanksPointea .learn_sessionsat::before {
    left: 1rem;
    bottom: 1rem;
    border: 1px dashed rgb(128,115,113,0.5);
    content: "";
    pointer-events: none;
    right: 1rem;
    opacity: 0.5;
    z-index: 0;
    position: absolute;
    top: 1rem;
}.thanksPointea .learn_sessionsat:hover {
    transform: translateZ(20px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
}.thanksPointea ul {
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 1;
    margin: 0;
}.thanksPointea li {
    margin-bottom: 1rem;
    position: relative;
    transform: translateZ(5px);
}.thanksPointea li::before {
    background: linear-gradient(135deg, rgb(171,158,155), rgb(128,115,113));
    height: 0.8rem;
    transform: rotate(45deg);
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0.5rem;
    left: -2rem;
    position: absolute;
    border-radius: 0.2rem;
    content: "";
    width: 0.8rem;
    opacity: 0;
}.thanksPointea li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.thanksPointea span {
    position: relative;
    color: #000000;
    line-height: 1.8;
    display: block;
    transition: padding-left 0.3s ease;
    padding-left: 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
}.thanksPointea span::after {
    position: absolute;
    transform-origin: left;
    content: "";
    background: linear-gradient(to right, rgb(128,115,113,0.5), transparent);
    transform: scaleX(0);
    left: 0;
    height: 1px;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -0.8rem;
}.thanksPointea li:hover span {
    padding-left: 0.5rem;
}.thanksPointea li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.thanksPointea {
    padding: 5rem 0;
}.thanksPointea .learn_sessionsat {
    padding: 2.5rem;
    transform: translateZ(5px) rotateX(1deg);
}.thanksPointea h2 {
    font-size: calc(35px * 0.9);
    transform: translateZ(20px);
    max-width: 100%;
}
}

@media (max-width: 767px) {.thanksPointea {
    padding: 4rem 0;
}.thanksPointea .container {
    padding: 0 1.5rem;
}.thanksPointea .learn_sessionsat {
    transform: translateZ(0) rotateX(0deg);
    padding: 2rem;
}.thanksPointea h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 2rem;
    transform: translateZ(10px);
}.thanksPointea h2::after {
    width: 6rem;
    height: 0.25rem;
}.thanksPointea span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.thanksPointea {
    padding: 3rem 0;
}.thanksPointea .container {
    padding: 0 1rem;
}.thanksPointea .learn_sessionsat {
    padding: 1.5rem;
    border-left-width: 3px;
}.thanksPointea h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.thanksPointea h2::after {
    height: 0.2rem;
    bottom: -0.7rem;
    width: 5rem;
}.thanksPointea span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.thanksPointea li::before {
    left: -1.5rem;
    width: 0.7rem;
    height: 0.7rem;
}}.cookie_warning_popupT0 {
    z-index: 90;
    background: rgb(203,202,180);
    bottom: 0;
    border-top: 2px solid rgb(171,158,155);
    width: 100%;
    position: fixed;
}.data_acceptaS {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-between;
}.cookie_warning_popupT0 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookieDialogWindowrN {
    display: none;
}#cookieDialogWindowrN:checked ~ .cookie_warning_popupT0 {
    opacity: 0;
    visibility: hidden;
}.cookie_warning_popupT0 p {
    font-size: 18px;
}.track_cookiesEc {
    flex-shrink: 0;
    margin-right: 10px;
}.track_cookiesEc svg, .track_cookiesEc svg path, .track_cookiesEc img {
    width: 100px;
    fill: rgb(171,158,155);
    height: 100px;
}.edu_cookiesxo {
    text-align: center;
    border-bottom: 2px solid rgb(171,158,155);
    font-size: 24px;
    color: rgb(171,158,155);
    white-space: nowrap;
    text-decoration: none;
    line-height: 35px;
    min-width: 120px;
    flex-shrink: 0;
    margin-left: 10px;
    cursor: pointer;
}.cookie_warning_popupT0 p a {
    color: rgb(171,158,155);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_popupT0 {
    padding: 20px;
}}

.wrapper-borderD5 .cookie_warning_popupT0 {
    border: none;
    box-shadow: rgb(128,115,113,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(128,115,113);
}.wrapper-borderD5 .edu_cookiesxo {
    background: rgb(171,158,155);
    margin-left: 30px;
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    border: none;
}.wrapper-borderD5 .cookie_customizerZ h5, .wrapper-borderD5 .cookie_customizerZ p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.track_cookiesEc {
    display: none;
}.data_acceptaS {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_warning_popupT0 h5 {
    text-align: center;
}.cookie_warning_popupT0 p {
    text-align: center;
}.cookie_customizerZ {
    margin-bottom: 20px;
}body .wrapper-borderD5 .edu_cookiesxo {
    margin-left: 0;
    margin-bottom: 10px;
}}.homepagegu {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(203,202,180) 40%, rgb(171,158,155,0.5) 100%);
    min-height: 100vh;
    justify-content: center;
}.homepagegu::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(145deg, rgb(128,115,113,0.5) 0%, rgb(171,158,155) 100%);
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    animation: gradientShift 12s ease-in-out infinite alternate;
    transform: rotate(-15deg);
    right: -10%;
    content: "";
    top: -30%;
    width: 60%;
    height: 140%;
}.homepagegu::after {
    z-index: 1;
    left: -5%;
    height: 60%;
    transform: rotate(25deg);
    width: 40%;
    clip-path: polygon(0 0, 100% 30%, 100% 100%, 0 70%);
    background: rgb(128,115,113);
    opacity: 0.07;
    position: absolute;
    bottom: -10%;
    content: "";
}.homepagegu .learning_leadaj {
    max-width: 1200px;
    margin: 0 auto;
    transform: translateY(-2vh);
    width: 88%;
    position: relative;
    padding: 2rem;
    z-index: 2;
}.homepagegu .learning_leadaj > div {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}.homepagegu h3 {
    position: relative;
    color: #000000;
    animation: slideInLeft 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateX(-20px);
    font-size: calc(23px * 1.05);
    opacity: 0;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    padding-left: 2rem;
    font-weight: 600;
    line-height: 1.4;
}.homepagegu h3::before {
    height: 75%;
    background: rgb(128,115,113);
    position: absolute;
    transform-origin: top;
    left: 0;
    content: "";
    transform: scaleY(0);
    animation: scaleDown 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.8s forwards;
    top: 0.5rem;
    width: 6px;
}.homepagegu .skill_lab27 {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    transition: transform 0.5s ease-out;
    border-radius: 13px;
}.homepagegu .skill_lab27:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.homepagegu .skill_lab27::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.4) 40%,
    rgba(0, 0, 0, 0.7)
  );
    content: "";
    z-index: 1;
    inset: 0;
    position: absolute;
}.homepagegu .skill_lab27::after {
    width: 200%;
    content: "";
    position: absolute;
    height: 200%;
    background: linear-gradient(
    45deg,
    transparent 65%,
    rgba(255, 255, 255, 0.08) 67%,
    rgba(255, 255, 255, 0.12) 69%,
    transparent 71%
  );
    z-index: 2;
    pointer-events: none;
    animation: shimmer 5s linear infinite;
    left: -50%;
    top: -50%;
}.homepagegu .skill_lab27 > div {
    padding: 4rem 3rem;
    display: flex;
    min-height: 360px;
    position: relative;
    z-index: 3;
    justify-content: center;
    flex-direction: column;
}.homepagegu .skill_lab27 p {
    transform: translateY(15px);
    font-weight: 400;
    font-size: calc(17px * 1.1);
    color: #ffffff;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1s forwards;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    max-width: 90%;
    margin-bottom: 1.5rem;
    opacity: 0;
}.homepagegu .title_style_header {
    margin-top: 1rem;
    font-weight: 700;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s forwards;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-size: calc(39px * 1.1);
    position: relative;
    line-height: 1.2;
    transform: translateY(20px);
    color: #ffffff;
}.homepagegu .title_style_header::after {
    background: rgb(128,115,113);
    animation: scaleRight 1s cubic-bezier(0.19, 1, 0.22, 1) 1.8s forwards;
    width: 8rem;
    content: "";
    left: 0;
    bottom: -1rem;
    transform-origin: left;
    height: 4px;
    position: absolute;
    transform: scaleX(0);
}

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

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

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

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

@keyframes shimmer {
  0% {
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.7;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 0.7;
  }
}

@media (min-width: 768px) {.homepagegu .learning_leadaj > div {
    align-items: center;
    grid-template-columns: 1fr 2fr;
}.homepagegu h3 {
    padding-left: 2.5rem;
    font-size: 23px;
}.homepagegu .skill_lab27 {
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
}.homepagegu .skill_lab27 > div {
    padding: 5rem 4rem;
    min-height: 450px;
}.homepagegu .skill_lab27 p {
    font-size: calc(17px * 1.2);
    max-width: 80%;
}.homepagegu .title_style_header {
    font-size: calc(39px * 1.2);
}
}

@media (min-width: 992px) {.homepagegu .learning_leadaj {
    width: 90%;
}.homepagegu h3 {
    font-size: calc(23px * 1.1);
}.homepagegu .skill_lab27 {
    transform: perspective(1500px) rotateX(4deg) rotateY(-3deg);
}.homepagegu .skill_lab27 > div {
    min-height: 500px;
    padding: 6rem 5rem;
}.homepagegu .skill_lab27 p {
    font-size: calc(17px * 1.3);
    margin-bottom: 2rem;
}.homepagegu .title_style_header {
    font-size: calc(39px * 1.3);
}.homepagegu .title_style_header::after {
    height: 5px;
    width: 10rem;
}
}

@media (max-width: 767px) {.homepagegu {
    padding: 5rem 0;
    min-height: auto;
}.homepagegu::before {
    top: -20%;
    width: 80%;
}.homepagegu .learning_leadaj {
    width: 92%;
    padding: 1rem;
}.homepagegu h3 {
    font-size: calc(16px * 1.15);
    padding-left: 1.5rem;
}.homepagegu h3::before {
    width: 4px;
}.homepagegu .skill_lab27 > div {
    min-height: 300px;
    padding: 3rem 2rem;
}.homepagegu .skill_lab27 p {
    font-size: 17px;
    margin-bottom: 1rem;
    max-width: 100%;
}.homepagegu .title_style_header {
    font-size: calc(29px * 1.1);
}.homepagegu .title_style_header::after {
    height: 3px;
    width: 6rem;
}
}

@media (max-width: 480px) {.homepagegu {
    padding: 4rem 0;
}.homepagegu .learning_leadaj {
    padding: 0.5rem;
    width: 94%;
}.homepagegu h3 {
    padding-left: 1.25rem;
    font-size: 16px;
}.homepagegu .skill_lab27 > div {
    min-height: 280px;
    padding: 2.5rem 1.5rem;
}.homepagegu .title_style_header {
    font-size: 29px;
}}.our_storyD0 {
    background: linear-gradient(135deg, rgb(203,202,180) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.our_storyD0::before {
    transform: rotate(-15deg);
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    background: linear-gradient(120deg, rgb(171,158,155,0.5) 0%, transparent 70%);
    opacity: 0.7;
    position: absolute;
    right: -10%;
    width: 40%;
    z-index: 1;
    top: -5%;
    height: 40%;
    content: "";
}.our_storyD0::after {
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    width: 40%;
    left: -10%;
    transform: rotate(15deg);
    content: "";
    opacity: 0.7;
    z-index: 1;
    background: linear-gradient(240deg, rgb(128,115,113,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: -5%;
    height: 40%;
}.our_storyD0 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
}.our_storyD0 h1 {
    color: #000000;
    opacity: 0;
    font-size: 45px;
    transform: translateX(-1rem);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    font-weight: 700;
    margin-bottom: 2.5rem;
    position: relative;
    display: inline-block;
}.our_storyD0 h1::after {
    left: 0;
    background: linear-gradient(90deg, rgb(171,158,155) 0%, rgb(128,115,113) 100%);
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    bottom: -0.5rem;
    height: 3px;
    width: 0;
    position: absolute;
}.our_storyD0 .study_trackaw {
    position: relative;
}.our_storyD0 .study_trackaw ul {
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    gap: 3rem;
}.our_storyD0 .learning_growthwF {
    padding: 2.5rem;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    position: relative;
    animation: fadeInUp 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(2rem);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    opacity: 0;
    border-radius: 4px;
}.our_storyD0 .learning_growthwF:nth-child(1) {
    border-left: 4px solid rgb(171,158,155);
    animation-delay: 0.3s;
}.our_storyD0 .learning_growthwF:nth-child(2) {
    animation-delay: 0.5s;
    border-left: 4px solid rgb(128,115,113);
}.our_storyD0 .learning_growthwF:hover {
    transform: translateY(-0.5rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.our_storyD0 .learning_growthwF h4 {
    font-size: 18px;
    position: relative;
    margin-top: 0;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
    font-weight: 600;
}.our_storyD0 .learning_growthwF:nth-child(1) h4::after {
    left: 0;
    position: absolute;
    bottom: 0;
    background: rgb(171,158,155);
    width: 3rem;
    height: 2px;
    content: "";
}.our_storyD0 .learning_growthwF:nth-child(2) h4::after {
    width: 3rem;
    height: 2px;
    bottom: 0;
    left: 0;
    background: rgb(128,115,113);
    position: absolute;
    content: "";
}.our_storyD0 .learning_growthwF div {
    max-height: 300px;
    padding-right: 1rem;
    overflow-y: auto;
    color: #000000;
    font-size: 18px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.our_storyD0 .learning_growthwF div::-webkit-scrollbar {
    width: 4px;
}.our_storyD0 .learning_growthwF div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.our_storyD0 .learning_growthwF div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(128,115,113,0.5);
}.our_storyD0 .learning_growthwF div::-webkit-scrollbar-thumb:hover {
    background: rgb(128,115,113);
}

@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    to {
        width: 60%;
    }
}

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

@media (min-width: 768px) {.our_storyD0 {
    padding: 8rem 0;
}.our_storyD0 h1 {
    margin-bottom: 3.5rem;
    font-size: calc(45px * 1.1);
}.our_storyD0 .study_trackaw ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.our_storyD0 .learning_growthwF {
    padding: 3rem;
}.our_storyD0 .learning_growthwF div {
    max-height: 380px;
}
}

@media (min-width: 992px) {.our_storyD0 {
    padding: 10rem 0;
}.our_storyD0::before {
    height: 35%;
    width: 35%;
}.our_storyD0::after {
    width: 35%;
    height: 35%;
}.our_storyD0 h1 {
    margin-bottom: 4rem;
    font-size: calc(45px * 1.2);
}.our_storyD0 .learning_growthwF {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.5s ease;
}.our_storyD0 .learning_growthwF:hover {
    transform: translateY(-0.75rem) scale(1.02);
}.our_storyD0 .learning_growthwF h4 {
    font-size: calc(18px * 1.1);
}.our_storyD0 .learning_growthwF div {
    line-height: 1.8;
    max-height: 400px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.our_storyD0 .container {
    padding: 0 4rem;
}.our_storyD0 h1::after {
    height: 4px;
}.our_storyD0 .study_trackaw ul {
    gap: 3rem;
}.our_storyD0 .learning_growthwF {
    border-radius: 6px;
    padding: 4rem;
}.our_storyD0 .learning_growthwF h4 {
    margin-bottom: 2rem;
}.our_storyD0 .learning_growthwF div {
    max-height: 450px;
}
}

@media (max-width: 767px) {.our_storyD0 {
    padding: 4rem 0;
}.our_storyD0::before, 
    .our_storyD0::after {
    opacity: 0.4;
}.our_storyD0 h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2rem;
}.our_storyD0 .learning_growthwF {
    padding: 1.75rem;
    margin-bottom: 1.5rem;
}.our_storyD0 .learning_growthwF div {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
    max-height: 250px;
}}.confidential_zoneMd {
    padding: 5rem 0;
    color: #000000;
    background: linear-gradient(135deg, rgb(203,202,180) 0%, rgba(245, 248, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
}.confidential_zoneMd::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(rgb(171,158,155,0.5), 0.03),
        rgba(rgb(171,158,155,0.5), 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    content: '';
}.confidential_zoneMd::after {
    width: 15vw;
    background: linear-gradient(90deg, transparent, rgba(rgb(171,158,155,0.5), 0.08));
    position: absolute;
    height: 100%;
    content: '';
    z-index: 1;
    top: 0;
    right: 0;
}.confidential_zoneMd .container {
    border-left: 4px solid rgb(171,158,155);
    background: rgba(#ffffff, 0.95);
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.07);
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-origin: left center;
    backdrop-filter: blur(5px);
    transform: perspective(1000px) rotateY(0.5deg);
    padding: 0 2rem;
    max-width: 1140px;
}.confidential_zoneMd h1 {
    margin: 0 0 2rem;
    transform: translateX(-0.5rem);
    color: #000000;
    font-size: 48px;
    padding: 2rem 0 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    position: relative;
    font-weight: 700;
}.confidential_zoneMd h1::after {
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(171,158,155), transparent);
    content: '';
    width: 6rem;
    bottom: 0;
    position: absolute;
    height: 3px;
    left: 0;
    animation: expandLine 0.8s ease-out forwards;
}.confidential_zoneMd h2 {
    font-weight: 600;
    position: relative;
    color: #000000;
    line-height: 1.3;
    padding-left: 1rem;
    margin: 2.5rem 0 1.5rem;
    font-size: 30px;
}.confidential_zoneMd h2::before {
    background: rgb(171,158,155);
    content: '';
    left: 0;
    border-radius: 1px;
    position: absolute;
    width: 3px;
    top: 0.25rem;
    bottom: 0.25rem;
}.confidential_zoneMd h3 {
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    margin: 2rem 0 1.25rem;
    font-size: calc(30px * 0.85);
    color: #000000;
    padding-bottom: 0.75rem;
    font-weight: 600;
}.confidential_zoneMd h4 {
    font-size: calc(30px * 0.7);
    background: rgba(rgb(171,158,155,0.5), 0.08);
    color: #000000;
    font-weight: 600;
    display: inline-block;
    border-radius: 2px;
    padding: 0.35rem 0.75rem;
    margin: 1.75rem 0 1rem;
}.confidential_zoneMd p {
    font-size: 15px;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
}.confidential_zoneMd p strong {
    color: #000000;
    display: inline-block;
    font-weight: 600;
    position: relative;
}.confidential_zoneMd p strong::after {
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 2px;
    position: absolute;
    background: rgba(rgb(171,158,155,0.5), 0.3);
    content: '';
}.confidential_zoneMd ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 0;
    padding-left: 1.25rem;
}.confidential_zoneMd li {
    padding-left: 1.75rem;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}.confidential_zoneMd li::before {
    border: 2px solid rgb(171,158,155);
    opacity: 0.8;
    top: 0.5rem;
    left: 0;
    height: 0.75rem;
    width: 0.75rem;
    position: absolute;
    transform: rotate(45deg);
    content: '';
}.confidential_zoneMd span {
    border-left: 2px solid rgb(128,115,113);
    background: linear-gradient(to right, rgba(rgb(128,115,113,0.5), 0.05), transparent);
    font-size: calc(15px * 0.95);
    display: block;
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
}

@keyframes expandLine {
    from {
        width: 0;
    }
    to {
        width: 6rem;
    }
}

@media (max-width: 991px) {.confidential_zoneMd {
    padding: 4rem 0;
}.confidential_zoneMd .container {
    padding: 2rem;
    transform: perspective(800px) rotateY(0.3deg);
}.confidential_zoneMd h1 {
    margin-bottom: 1.5rem;
    font-size: calc(48px * 0.9);
}.confidential_zoneMd h2 {
    margin: 2rem 0 1.25rem;
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 767px) {.confidential_zoneMd {
    padding: 3rem 0;
}.confidential_zoneMd::after {
    width: 10vw;
}.confidential_zoneMd .container {
    padding: 1.5rem;
    transform: none;
}.confidential_zoneMd h1 {
    transform: translateX(0);
    padding-top: 1rem;
    font-size: calc(48px * 0.8);
}.confidential_zoneMd h2 {
    padding-left: 0.75rem;
    font-size: calc(30px * 0.8);
}.confidential_zoneMd h3 {
    font-size: calc(30px * 0.7);
}.confidential_zoneMd h4 {
    font-size: calc(30px * 0.6);
}.confidential_zoneMd ul {
    padding-left: 0.5rem;
}.confidential_zoneMd li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}.confidential_zoneMd span {
    padding: 1rem;
}
}

@media (max-width: 480px) {.confidential_zoneMd {
    padding: 2rem 0;
}.confidential_zoneMd .container {
    padding: 1.25rem;
    border-left-width: 3px;
}.confidential_zoneMd h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.25rem;
}.confidential_zoneMd h1::after {
    width: 4rem;
}.confidential_zoneMd p, .confidential_zoneMd span {
    font-size: calc(15px * 0.95);
}.confidential_zoneMd li {
    font-size: calc(15px * 0.95);
}@keyframes expandLine {
        from {
            width: 0;
        }
        to {
            width: 4rem;
        }
    }
}.pricing_framecb {
    background: linear-gradient(135deg, rgb(203,202,180) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 7rem 0;
}.pricing_framecb::before {
    background: linear-gradient(120deg, rgb(171,158,155,0.5) 20%, rgb(128,115,113,0.5) 80%);
    position: absolute;
    height: 70%;
    opacity: 0.1;
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    z-index: 0;
    width: 40%;
    border-radius: 10px;
    right: -5%;
}.pricing_framecb::after {
    content: "";
    height: 50%;
    left: -3%;
    transform: rotate(10deg);
    border-radius: 10px;
    width: 35%;
    z-index: 0;
    background: linear-gradient(45deg, rgb(128,115,113,0.5) 30%, rgb(171,158,155,0.5) 70%);
    position: absolute;
    bottom: -5%;
    opacity: 0.08;
}.pricing_framecb .container {
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    z-index: 2;
    padding: 0 2rem;
}.pricing_framecb .lesson_plansef {
    flex-direction: column;
    display: flex;
}.pricing_framecb .rate_plansRa {
    margin-bottom: 3.5rem;
    text-align: center;
    order: 1;
    position: relative;
}.pricing_framecb .rate_plansRa h2 {
    font-weight: 700;
    font-size: 37px;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 1.5rem;
}.pricing_framecb .rate_plansRa h2::after {
    width: 70%;
    content: "";
    bottom: -0.75rem;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(171,158,155), transparent);
    height: 3px;
}.pricing_framecb .study_costsFu {
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}.pricing_framecb .learn_ratescU {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    order: 2;
    display: grid;
    width: 100%;
}.pricing_framecb .study_costdO {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    overflow: hidden;
    display: block;
    color: #000000;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    height: 100%;
}.pricing_framecb .study_costdO:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_framecb .study_costdO::before {
    position: absolute;
    transform: translateY(-5px);
    width: 100%;
    content: "";
    top: 0;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(171,158,155), rgb(128,115,113));
    transition: transform 0.3s ease;
}.pricing_framecb .study_costdO:hover::before {
    transform: translateY(0);
}.pricing_framecb .plan_matrixQR {
    flex-direction: column;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}.pricing_framecb .lesson_ratesCs {
    position: relative;
    flex: 1;
    padding: 2rem 1.75rem;
    flex-direction: column;
    display: flex;
}.pricing_framecb .lesson_ratesCs h3 {
    position: relative;
    margin-bottom: 1rem;
    font-size: calc(24px * 1.1);
    color: #000000;
    display: inline-block;
    font-weight: 700;
}.pricing_framecb .lesson_ratesCs .access_costZD {
    position: relative;
    font-size: calc(24px * 1.3);
    color: rgb(171,158,155);
    font-weight: 700;
    margin-bottom: 1.5rem;
}.pricing_framecb .lesson_ratesCs .access_costZD::after {
    position: absolute;
    left: 0;
    width: 40px;
    content: "";
    height: 2px;
    background: rgb(171,158,155,0.5);
    bottom: -0.75rem;
}.pricing_framecb .lesson_ratesCs p {
    flex-grow: 1;
    color: #000000;
    font-size: 16px;
    word-break: break-word;
    margin-bottom: 1.5rem;
    word-wrap: break-word;
    line-height: 1.65;
    overflow-wrap: break-word;
}.pricing_framecb .img_shadow_boxzE {
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 180px;
    transition: transform 0.5s ease;
}.pricing_framecb .img_shadow_boxzE::after {
    width: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
}.pricing_framecb .study_costdO:hover .img_shadow_boxzE {
    transform: scale(1.05);
}.pricing_framecb .study_costdO:nth-child(odd) .lesson_ratesCs::before {
    border-radius: 50%;
    height: 2.5rem;
    right: 1rem;
    width: 2.5rem;
    z-index: -1;
    background: rgb(171,158,155,0.5);
    opacity: 0.1;
    top: 1rem;
    content: "";
    position: absolute;
}.pricing_framecb .study_costdO:nth-child(even) .lesson_ratesCs::before {
    position: absolute;
    left: 1rem;
    opacity: 0.1;
    border-radius: 50%;
    content: "";
    height: 2.5rem;
    z-index: -1;
    bottom: 1rem;
    width: 2.5rem;
    background: rgb(128,115,113,0.5);
}

@media (min-width: 992px) {.pricing_framecb .lesson_plansef {
    flex-direction: row;
}.pricing_framecb .rate_plansRa {
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
    order: 2;
    padding-left: 3rem;
    margin-bottom: 0;
    flex: 0 0 30%;
}.pricing_framecb .rate_plansRa h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing_framecb .rate_plansRa h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.pricing_framecb .study_costsFu {
    text-align: left;
    margin: 0;
}.pricing_framecb .learn_ratescU {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
    order: 1;
}
}

@media (max-width: 991px) {.pricing_framecb {
    padding: 5rem 0;
}.pricing_framecb .study_costdO {
    margin-bottom: 1.5rem;
}.pricing_framecb .rate_plansRa {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing_framecb {
    padding: 4rem 0;
}.pricing_framecb .rate_plansRa h2 {
    font-size: calc(37px * 0.9);
}.pricing_framecb .lesson_ratesCs h3 {
    font-size: 24px;
}.pricing_framecb .lesson_ratesCs .access_costZD {
    font-size: calc(24px * 1.15);
}.pricing_framecb .img_shadow_boxzE {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing_framecb {
    padding: 3rem 0;
}.pricing_framecb .container {
    padding: 0 1.5rem;
}.pricing_framecb .learn_ratescU {
    gap: 1.5rem;
}.pricing_framecb .lesson_ratesCs {
    padding: 1.5rem;
}.pricing_framecb .img_shadow_boxzE {
    height: 140px;
}
}

@media (hover: none) {.pricing_framecb .study_costdO:hover {
    transform: none;
}.pricing_framecb .study_costdO:hover .img_shadow_boxzE {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}footer .support_ctask {
    background-color: #2c3e50;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}footer .support_ctask::before {
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.1;
    width: 100%;
    background-size: 60px 60px;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    top: 0;
}footer .digital_resjg {
    position: relative;
    z-index: 1;
}footer .edu_askedune {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    position: relative;
    margin: -70px auto 60px;
}footer .info_item {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    position: relative;
    height: 100px;
    align-items: center;
    padding: 0 20px;
    overflow: hidden;
    display: flex;
    background-color: #ffffff;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    position: absolute;
    background-color: rgb(171,158,155);
    left: 0;
    width: 6px;
    height: 50%;
    content: "";
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    position: relative;
    height: 22px;
    z-index: 1;
    width: 22px;
    flex-shrink: 0;
    margin-right: 15px;
    fill: rgb(171,158,155);
}footer .info_item p,
footer .info_item a {
    position: relative;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #2c3e50;
    text-decoration: none;
    z-index: 1;
}footer .info_item a:hover {
    color: rgb(171,158,155);
}footer .text_main_holder {
    gap: 30px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}footer .nav_sitesG, footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    position: relative;
    padding: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
}footer .nav_sitesG:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .top_pagewrapcq {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .nav_sitesG svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .search_footOJ {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}footer .top_pagewrapcq h5 {
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    grid-column: 1 / -1;
    position: relative;
}footer .top_pagewrapcq h5::after {
    left: 0;
    bottom: 0;
    height: 2px;
    content: "";
    width: 50px;
    position: absolute;
    background-color: rgb(171,158,155);
}footer .nav_pagevH {
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 15px;
}footer .nav_pagevH:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .nav_pagevH a {
    padding: 8px 0;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8);
    display: block;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .nav_pagevH a:last-child {
    border-bottom: none;
}footer .nav_pagevH a::before {
    right: 0;
    transform: translateX(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    opacity: 0;
    content: "→";
}footer .nav_pagevH a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .nav_pagevH a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    padding-bottom: 10px;
}footer .subscribe_holder h5::after {
    background-color: rgb(171,158,155);
    content: "";
    height: 2px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}footer .subscribe_holder p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(171,158,155);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_formD0 {
    transition: all 0.3s ease;
    font-weight: 600;
    background-color: rgb(171,158,155);
    border-radius: 10px;
    border: none;
    font-size: 14px;
    cursor: pointer;
    padding: 15px;
    color: #ffffff;
}footer .sub_formD0:hover {
    background-color: rgb(128,115,113);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .challenge_ctaGb {
    position: relative;
    margin-top: 50px;
    text-align: center;
}footer .sec_certbB {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_formD0 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .top_pagewrapcq {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .support_ctask {
    padding: 70px 0 30px;
}footer .edu_askedune {
    margin-top: 0;
    margin-bottom: 40px;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .nav_sitesG, footer .subscribe_holder {
    padding: 25px 20px;
}footer .top_pagewrapcq h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .challenge_ctaGb {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .support_ctask {
    padding: 50px 0 20px;
}footer .nav_pagevH {
    padding: 15px;
}footer .top_pagewrapcq h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_formD0 {
    padding: 12px;
}}header {
    width: 100%;
    position: relative;
    z-index: 100;
    padding: 0;
    background: linear-gradient(135deg, rgb(171,158,155,0.5), rgb(128,115,113,0.5));
}header::before {
    z-index: 0;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    width: 100%;
    left: 0;
}header .container {
    padding: 0 2%;
    margin: 0;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    position: relative;
}header .head_barZL {
    display: flex;
    border-radius: 26px;
    margin: 1rem 0;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 1.5rem 0;
    flex-direction: column;
    position: relative;
}header .head_barZL::before {
    content: '';
    top: 0;
    background: linear-gradient(to right, rgb(171,158,155), rgb(128,115,113));
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
}header .top_tutory6 {
    padding: 0 0 1rem 0;
    justify-content: center;
    position: relative;
    display: flex;
    text-decoration: none;
}header .top_tutory6::after {
    width: 60%;
    content: '';
    height: 1px;
    position: absolute;
    left: 20%;
    background: linear-gradient(to right, transparent, rgb(171,158,155,0.5), rgb(128,115,113,0.5), rgb(171,158,155,0.5), transparent);
    bottom: 0;
}header .top_tutory6 svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}header .top_tutory6:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
}header .top_pagewrapcq {
    justify-content: center;
    gap: 0.7rem;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 90%;
    padding: 1rem 2rem 0;
}header .site_infoUK {
    background: linear-gradient(to bottom, #ffffff, rgb(203,202,180));
    overflow: hidden;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px;
    padding: 0.7rem 1.3rem;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    z-index: 1;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.03);
    text-decoration: none;
}header .site_infoUK::before {
    bottom: 0;
    content: '';
    width: 100%;
    background: linear-gradient(to top, rgb(171,158,155,0.5), transparent);
    z-index: -1;
    transition: height 0.3s ease;
    left: 0;
    height: 0;
    position: absolute;
}header .site_infoUK:hover {
    color: rgb(171,158,155);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}header .site_infoUK:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .head_barZL {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .top_tutory6 {
    padding: 0 0 0.8rem 0;
}header .top_tutory6 svg {
    width: 160px;
}header .top_pagewrapcq {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .site_infoUK {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .head_barZL {
    margin: 0.6rem 0;
    padding: 1rem 0;
}header .top_tutory6 {
    padding: 0 0 0.7rem 0;
}header .top_tutory6 svg {
    width: 140px;
}header .top_pagewrapcq {
    padding: 0.7rem 1rem 0;
    max-width: 95%;
    gap: 0.5rem;
}header .site_infoUK {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 480px) {header .head_barZL {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .top_tutory6 {
    padding: 0 0 0.6rem 0;
}header .top_tutory6 svg {
    width: 120px;
}header .top_pagewrapcq {
    padding: 0.6rem 0.5rem 0;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .top_pagewrapcq::-webkit-scrollbar {
    height: 3px;
}header .top_pagewrapcq::-webkit-scrollbar-thumb {
    background: rgb(171,158,155);
    border-radius: 10px;
}header .site_infoUK {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.course_featuresRz {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(203,202,180) 0%, rgba(245, 245, 247, 0.9) 100%);
    padding: 100px 0;
}.course_featuresRz::before {
    z-index: 0;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(rgb(171,158,155,0.5), 0.03) 0px,
    rgba(rgb(171,158,155,0.5), 0.03) 2px,
    transparent 2px,
    transparent 8px
  );
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}.course_featuresRz .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}.course_featuresRz .skill_routeWd {
    grid-template-columns: 1fr;
    display: grid;
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    gap: 40px;
    transform: translateY(20px);
}.course_featuresRz .img_shadow_boxzE {
    height: 380px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    position: relative;
}.course_featuresRz .img_shadow_boxzE::after {
    position: absolute;
    inset: 0;
    backdrop-filter: brightness(1.05);
    content: "";
    background: linear-gradient(
    to right,
    rgba(rgb(171,158,155,0.5), 0.2),
    transparent 40%
  );
}.course_featuresRz .img_shadow_boxzE:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.course_featuresRz .text_box_wrapYO {
    position: relative;
    z-index: 2;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 40px;
}.course_featuresRz .text_box_wrapYO::before {
    height: 0;
    width: 6px;
    background: rgb(171,158,155);
    left: 0;
    position: absolute;
    z-index: 1;
    transition: height 0.8s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    top: 0;
}.course_featuresRz .text_box_wrapYO:hover::before {
    height: 100%;
}.course_featuresRz .text_box_wrapYO h3 {
    margin-bottom: 25px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    border-bottom: 2px solid rgb(128,115,113,0.5);
    color: #000000;
    transform: translateX(0);
    line-height: 1.3;
    font-size: calc(23px * 1.1);
    font-weight: 700;
    padding-bottom: 12px;
}.course_featuresRz .text_box_wrapYO:hover h3 {
    transform: translateX(15px);
    color: rgb(171,158,155);
}.course_featuresRz .text_box_wrapYO div {
    position: relative;
    overflow: hidden;
}.course_featuresRz .description {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    padding-right: 15px;
    scroll-behavior: smooth;
    font-size: 12px;
    margin-bottom: 15px;
    overflow-y: auto;
    max-height: 300px;
    color: #000000;
}.course_featuresRz .description::-webkit-scrollbar {
    width: 4px;
}.course_featuresRz .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_featuresRz .description::-webkit-scrollbar-thumb {
    background: rgb(128,115,113);
    border-radius: 10px;
}.course_featuresRz .text_box_wrapYO span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_featuresRz {
    padding: 120px 0;
}.course_featuresRz .skill_routeWd {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.course_featuresRz .img_shadow_boxzE {
    height: 480px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course_featuresRz .text_box_wrapYO {
    backdrop-filter: blur(5px);
    margin-left: -40px;
    padding: 50px 60px 50px 50px;
}.course_featuresRz .text_box_wrapYO h3 {
    margin-bottom: 30px;
    font-size: 23px;
}.course_featuresRz .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_featuresRz .skill_routeWd {
    gap: 0;
}.course_featuresRz .img_shadow_boxzE {
    height: 580px;
    z-index: 2;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
}.course_featuresRz .text_box_wrapYO {
    margin-left: -80px;
    padding: 60px 70px 60px 100px;
    box-shadow: -15px 15px 30px rgba(0, 0, 0, 0.08);
}.course_featuresRz .text_box_wrapYO h3 {
    font-size: calc(23px * 1.15);
}.course_featuresRz .description {
    max-height: 380px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course_featuresRz {
    padding: 70px 0;
}.course_featuresRz .img_shadow_boxzE {
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 280px;
}.course_featuresRz .text_box_wrapYO {
    padding: 30px 25px;
}.course_featuresRz .text_box_wrapYO h3 {
    font-size: calc(16px * 1.1);
    margin-bottom: 20px;
}.course_featuresRz .description {
    font-size: calc(12px * 0.95);
    max-height: 250px;
    line-height: 1.7;
}}.contact_informationBp {
    padding: 5rem 0;
    position: relative;
}.contact_informationBp::before {
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
}.contact_informationBp .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.contact_informationBp .query_helpTY {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 26px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    background: rgb(203,202,180);
}.contact_informationBp .query_helpTY::before {
    position: absolute;
    top: 0;
    content: "";
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(171,158,155), 
        rgb(128,115,113));
    width: 100%;
}.contact_informationBp .help_widgetIL {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    background: rgb(203,202,180);
    position: relative;
    padding: 3rem;
    flex: 1 0 300px;
}.contact_informationBp .help_widgetIL::after {
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom,
        transparent,
        rgb(171,158,155,0.5),
        transparent);
    position: absolute;
    right: 0;
    content: "";
    height: 100%;
}.contact_informationBp .help_widgetIL h3 {
    padding-bottom: 1rem;
    font-size: 21px;
    display: inline-block;
    color: rgb(171,158,155);
    border-bottom: 2px solid rgb(128,115,113);
    margin-bottom: 2.5rem;
    font-weight: 700;
}.contact_informationBp .help_widgetIL div {
    border-radius: 10px;
    align-items: center;
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.02));
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    padding: 1rem;
    display: flex;
}.contact_informationBp .help_widgetIL div:hover {
    background: linear-gradient(to right, 
        transparent, 
        rgba(0, 0, 0, 0.05));
    transform: translateX(5px);
}.contact_informationBp .help_widgetIL div svg {
    background: rgb(171,158,155);
    margin-right: 1rem;
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 50%;
    flex-shrink: 0;
}.contact_informationBp .help_widgetIL div svg path {
    fill: #ffffff;
}.contact_informationBp .help_widgetIL div span {
    font-size: 13px;
    color: #000000;
}.contact_informationBp .help_widgetIL div span a {
    color: #000000;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_informationBp .help_widgetIL div span a:hover {
    color: rgb(171,158,155);
}.contact_informationBp .help_map9V {
    padding: 3rem;
    position: relative;
    flex: 1 0 450px;
    background: #ffffff;
}.contact_informationBp .help_map9V::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    top: 3rem;
    background: #ffffff;
    transform: rotate(45deg);
    left: -10px;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.05);
}.contact_informationBp .help_map9V form {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.contact_informationBp .help_map9V h3 {
    text-align: center;
    color: #000000;
    font-size: 21px;
    position: relative;
    font-weight: 600;
    margin-bottom: 2rem;
}.contact_informationBp .help_map9V h3::after {
    height: 3px;
    left: 50%;
    width: 50px;
    background: rgb(171,158,155);
    transform: translateX(-50%);
    position: absolute;
    content: "";
    bottom: -10px;
}.contact_informationBp .help_map9V input[type="text"],
.contact_informationBp .help_map9V input[type="email"] {
    font-size: 13px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1rem 1.2rem;
    background: rgb(203,202,180);
    border: 1px solid rgba(0, 0, 0, 0.1);
}.contact_informationBp .help_map9V input[type="text"]:focus,
.contact_informationBp .help_map9V input[type="email"]:focus {
    border-color: rgb(171,158,155);
    box-shadow: 0 0 0 3px rgb(171,158,155,0.5);
    outline: none;
}.contact_informationBp .help_map9V input[type="text"]::placeholder,
.contact_informationBp .help_map9V input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_informationBp .help_map9V .support_boxgN {
    align-items: flex-start;
    gap: 10px;
    display: flex;
    margin: 0.5rem 0;
}.contact_informationBp .help_map9V .support_boxgN input[type="checkbox"] {
    appearance: none;
    height: 20px;
    border: 2px solid #000000;
    width: 20px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
    -webkit-appearance: none;
    position: relative;
    background-color: #ffffff;
    margin-top: 2px;
}.contact_informationBp .help_map9V .support_boxgN input[type="checkbox"]:checked {
    background-color: rgb(171,158,155);
    border-color: rgb(171,158,155);
}.contact_informationBp .help_map9V .support_boxgN input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 4px;
    top: 3px;
    position: absolute;
    transform: rotate(45deg);
    content: "";
    left: 7px;
    height: 8px;
}.contact_informationBp .help_map9V .support_boxgN label {
    font-size: calc(13px - 1px);
    line-height: 1.5;
    color: #000000;
}.contact_informationBp .help_map9V .support_boxgN label a {
    color: rgb(171,158,155);
    text-decoration: none;
    font-weight: 600;
}.contact_informationBp .help_map9V .request_panell2 {
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    border-radius: 10px;
    color: #ffffff;
    position: relative;
    padding: 1rem;
    transition: all 0.3s ease;
    width: 100%;
    margin-top: 1rem;
    border: none;
    background: rgb(171,158,155);
}.contact_informationBp .help_map9V .request_panell2::after {
    position: absolute;
    width: 5px;
    top: 50%;
    transform-origin: 50% 50%;
    left: 50%;
    border-radius: 100%;
    height: 5px;
    transform: scale(1, 1) translate(-50%);
    content: "";
    opacity: 0;
    background: rgba(255, 255, 255, 0.5);
}.contact_informationBp .help_map9V .request_panell2:hover {
    background: rgb(128,115,113);
}.contact_informationBp .help_map9V .request_panell2:focus {
    outline: none;
}.contact_informationBp .help_map9V .request_panell2:active::after {
    animation: ripple 1s ease-out;
}

@keyframes ripple {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }
    20% {
        transform: scale(25, 25);
        opacity: 0.3;
    }
    100% {
        opacity: 0;
        transform: scale(40, 40);
    }
}

@media screen and (max-width: 992px) {.contact_informationBp .query_helpTY {
    flex-direction: column;
}.contact_informationBp .help_widgetIL {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}.contact_informationBp .help_widgetIL::after {
    right: unset;
    height: 1px;
    top: unset;
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            rgb(171,158,155,0.5),
            transparent);
    left: 0;
    bottom: 0;
}.contact_informationBp .help_map9V::before {
    top: -10px;
    transform: rotate(135deg);
    left: 3rem;
}
}

@media screen and (max-width: 768px) {.contact_informationBp {
    padding: 4rem 0;
}.contact_informationBp .help_widgetIL,
    .contact_informationBp .help_map9V {
    padding: 2rem;
}.contact_informationBp .help_widgetIL h3,
    .contact_informationBp .help_map9V h3 {
    font-size: calc(21px - 2px);
}
}

@media screen and (max-width: 576px) {.contact_informationBp {
    padding: 3rem 0;
}.contact_informationBp .help_widgetIL,
    .contact_informationBp .help_map9V {
    padding: 1.5rem;
}.contact_informationBp .help_widgetIL div {
    margin-bottom: 1.25rem;
    padding: 0.75rem;
}.contact_informationBp .help_widgetIL div svg {
    width: 20px;
    height: 20px;
}.contact_informationBp .help_map9V input[type="text"],
    .contact_informationBp .help_map9V input[type="email"] {
    padding: 0.8rem 1rem;
}.contact_informationBp .help_map9V::before {
    display: none;
}
}