* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.container {
    max-width: 100%;
    width: 1165px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}.header_proz {
    flex: 1 0 auto;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-track {
    background: linear-gradient(209deg, rgb(173,130,142) 85%, rgb(232,225,227) 21%);
    box-shadow: inset 4px -4px 15px 7px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-thumb {
    background: radial-gradient(ellipse at top right, #ffffff 69%, rgb(255, 255, 255, 0.5) 57%, rgb(173,130,142) 66%, rgb(173,130,142,0.5) 29%, rgb(196,171,177) 88%, rgb(196,171,177,0.5) 87%, rgb(232,225,227) 92%);
    border-radius: 9999px;
    border: 2px dashed #ffffff;
    min-height: 65px;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 0.4);
    border-color: rgb(232,225,227);
    background: rgb(255, 255, 255, 0.5);
    transform: scale(1.05);
}::-webkit-scrollbar-thumb:active {
    background: rgb(173,130,142,0.5);
    box-shadow: inset 3px 1px 0px -2px rgba(0, 0, 0, 0.2);
}html,body {
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}.warp-container2 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.guide_sectionD {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.primary_pagem {
    position: relative;
    overflow: hidden;
    --text-shadow-color: rgba(0, 0, 0, 0.25);
}.primary_pagem .edu_basec {
    padding: 5rem 2rem;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    min-height: 100vh;
}.primary_pagem .edu_basec::before {
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
    rgb(173,130,142,0.5), 
    rgba(0, 0, 0, 0.7),
    rgb(196,171,177,0.5));
}.primary_pagem .edu_basec::after {
    opacity: 0.8;
    background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 10px
  );
    left: 0;
    content: "";
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}.primary_pagem .skill_experts2 {
    width: 90%;
    transform: perspective(1000px) rotateY(-3deg);
    animation: slideIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: relative;
    max-width: 1200px;
    z-index: 5;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    margin-left: 10%;
}@keyframes slideIn {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateY(-8deg) translateX(-50px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateY(-3deg) translateX(0);
  }
}

.primary_pagem .skill_experts2:hover {
    transform: perspective(1000px) rotateY(-1deg);
}.primary_pagem h1 {
    font-family: Arial, sans-serif;
    animation: fadeTitle 1s ease-out 0.5s both;
    padding-left: 2rem;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(2.5rem, 7vw, 41px);
    position: relative;
    text-shadow: 2px 2px 4px var(--text-shadow-color);
    color: #ffffff;
    margin-bottom: 1.5rem;
    transform-origin: left;
}.primary_pagem h1::before {
    background: rgb(196,171,177);
    position: absolute;
    height: 80%;
    width: 0.5rem;
    content: "";
    left: 0;
    top: 0.5rem;
    clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
}@keyframes fadeTitle {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.primary_pagem h3 {
    animation: fadeSubtitle 1s ease-out 0.8s both;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 400;
    text-shadow: 1px 1px 3px var(--text-shadow-color);
    font-size: clamp(1.2rem, 4vw, 1.8rem);
    max-width: 80%;
    line-height: 1.5;
    margin-bottom: 2rem;
    padding-left: 2rem;
}@keyframes fadeSubtitle {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.primary_pagem p {
    margin-top: 2rem;
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    animation: fadeParagraph 1s ease-out 1.1s both;
    padding: 1.5rem 2rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 70%;
    transform-origin: left;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(196,171,177);
    position: relative;
    font-size: clamp(1rem, 3vw, 13px);
    background: linear-gradient(
    to right,
    rgb(173,130,142,0.5),
    rgba(0, 0, 0, 0.3)
  );
    line-height: 1.6;
}@keyframes fadeParagraph {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.primary_pagem p::after {
    position: absolute;
    background: rgb(196,171,177);
    right: -20px;
    bottom: -10px;
    border-radius: 10px;
    content: "";
    width: 40px;
    transform: rotate(45deg);
    z-index: -1;
    height: 40px;
    opacity: 0.5;
}

@media (max-width: 992px) {.primary_pagem .skill_experts2 {
    margin-left: 5%;
    width: 90%;
}.primary_pagem h3 {
    max-width: 95%;
}.primary_pagem p {
    max-width: 85%;
}
}

@media (max-width: 768px) {.primary_pagem .edu_basec {
    padding: 4rem 1.5rem;
    align-items: flex-start;
    padding-top: 25vh;
}.primary_pagem .skill_experts2 {
    width: 100%;
    transform: perspective(1000px) rotateY(0deg);
    margin-left: 0;
}.primary_pagem h1 {
    padding-left: 1.5rem;
}.primary_pagem h3 {
    padding-left: 1.5rem;
}.primary_pagem p {
    padding: 1.2rem 1.5rem;
    max-width: 100%;
}.primary_pagem .skill_experts2:hover {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (max-width: 480px) {.primary_pagem .edu_basec {
    padding: 3rem 1rem;
    padding-top: 15vh;
}.primary_pagem h1 {
    padding-left: 1rem;
}.primary_pagem h1::before {
    width: 0.3rem;
}.primary_pagem h3 {
    padding-left: 1rem;
}.primary_pagem p {
    padding: 1rem;
}
}

@media (prefers-reduced-motion: reduce) {.primary_pagem .skill_experts2,
  .primary_pagem h1,
  .primary_pagem h3,
  .primary_pagem p {
    transition: none;
    animation: none;
}}.customer_commentse {
    background: rgb(232,225,227);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.customer_commentse::before {
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgb(196,171,177,0.5) 100%);
    top: 0;
}.customer_commentse::after {
    transform: rotate(-3deg);
    height: 1px;
    top: 30%;
    z-index: 1;
    left: -10%;
    width: 120%;
    background: linear-gradient(90deg, transparent, rgb(196,171,177,0.5), transparent);
    position: absolute;
    content: "";
}.customer_commentse .expert_classesx {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.customer_commentse h4 {
    font-weight: 700;
    transform: skewX(-10deg);
    position: relative;
    display: inline-block;
    margin-bottom: 70px;
    font-size: 36px;
    color: #000000;
    padding-left: 20px;
}.customer_commentse h4::before {
    position: absolute;
    height: 100%;
    top: 0;
    background: rgb(196,171,177);
    left: 0;
    width: 5px;
    content: "";
}.customer_commentse h4::after {
    top: 8px;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 8px;
    opacity: 0.3;
    height: 100%;
    background: rgb(196,171,177,0.5);
    content: "";
}.customer_commentse .testimonial_spaced {
    display: grid;
    gap: 50px;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.customer_commentse .testimonial_spaced::before {
    position: absolute;
    top: -100px;
    z-index: -1;
    border-radius: 50%;
    width: 200px;
    opacity: 0.2;
    content: "";
    right: 10%;
    filter: blur(80px);
    height: 200px;
    background: rgb(173,130,142,0.5);
}.customer_commentse .edu_testimonialsJ {
    position: relative;
    padding: 35px 30px;
    transform: translateX(0) translateY(0);
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 1;
}.customer_commentse .edu_testimonialsJ::before,
.customer_commentse .edu_testimonialsJ::after {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    content: "";
    opacity: 0;
    z-index: -1;
    border-radius: inherit;
}.customer_commentse .edu_testimonialsJ::before {
    inset: -5px;
    filter: blur(5px);
    background: linear-gradient(135deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
}.customer_commentse .edu_testimonialsJ::after {
    filter: blur(10px);
    background: linear-gradient(225deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
    inset: -10px;
}.customer_commentse .edu_testimonialsJ:hover {
    transform: translateX(-5px) translateY(-5px);
}.customer_commentse .edu_testimonialsJ:hover::before,
.customer_commentse .edu_testimonialsJ:hover::after {
    opacity: 1;
}.customer_commentse .edu_testimonialsJ:nth-child(odd) {
    border-radius: 0 20px 0 20px;
}.customer_commentse .edu_testimonialsJ:nth-child(even) {
    border-radius: 20px 0 20px 0;
}.customer_commentse .img_pic_wrap4 {
    width: 100px;
    position: relative;
    height: 100px;
    margin: 0 auto 20px;
    transition: all 0.5s ease;
    z-index: 2;
}.customer_commentse .img_pic_wrap4::before,
.customer_commentse .img_pic_wrap4::after {
    position: absolute;
    border-radius: inherit;
    content: "";
    z-index: -1;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    inset: 0;
}.customer_commentse .img_pic_wrap4::before {
    background: linear-gradient(135deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
    transform: translate(5px, 5px);
}.customer_commentse .img_pic_wrap4::after {
    opacity: 0.5;
    background: linear-gradient(225deg, rgb(196,171,177,0.5) 0%, rgb(173,130,142,0.5) 100%);
    transform: translate(-5px, -5px);
}.customer_commentse .edu_testimonialsJ:hover .img_pic_wrap4::before {
    transform: translate(8px, 8px);
}.customer_commentse .edu_testimonialsJ:hover .img_pic_wrap4::after {
    transform: translate(-8px, -8px);
}.customer_commentse .edu_testimonialsJ:nth-child(odd) .img_pic_wrap4 {
    border-radius: 0 30px 0 30px;
}.customer_commentse .edu_testimonialsJ:nth-child(even) .img_pic_wrap4 {
    border-radius: 30px 0 30px 0;
}.customer_commentse .edu_testimonialsJ span {
    color: #000000;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    display: block;
}.customer_commentse .edu_testimonialsJ span::after {
    width: 50px;
    bottom: -8px;
    background: rgb(196,171,177);
    transform: translateX(-50%);
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
}.customer_commentse .edu_testimonialsJ p {
    font-weight: 400;
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
}.customer_commentse .edu_testimonialsJ p::first-letter {
    font-weight: 700;
    color: rgb(196,171,177);
    font-size: 1.2em;
}.customer_commentse .edu_testimonialsJ:nth-child(3n+1) {
    transform: rotate(-2deg);
}.customer_commentse .edu_testimonialsJ:nth-child(3n+2) {
    transform: rotate(2deg);
}.customer_commentse .edu_testimonialsJ:nth-child(3n+1):hover,
.customer_commentse .edu_testimonialsJ:nth-child(3n+2):hover {
    transform: translateX(-5px) translateY(-5px) rotate(0);
}

@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 767px) {.customer_commentse {
    padding: 70px 0;
}.customer_commentse h4 {
    font-size: calc(36px * 0.8);
    padding-left: 0;
    text-align: center;
    margin-bottom: 50px;
    transform: none;
    display: block;
}.customer_commentse h4::before {
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 50px;
    top: auto;
}.customer_commentse h4::after {
    display: none;
}.customer_commentse .testimonial_spaced {
    gap: 40px;
    grid-template-columns: 1fr;
}.customer_commentse .edu_testimonialsJ {
    padding: 25px 20px;
}.customer_commentse .edu_testimonialsJ:nth-child(3n+1),
    .customer_commentse .edu_testimonialsJ:nth-child(3n+2) {
    transform: none;
}.customer_commentse .img_pic_wrap4 {
    height: 80px;
    width: 80px;
}.customer_commentse .edu_testimonialsJ span {
    font-size: calc(20px * 0.9);
}.customer_commentse .edu_testimonialsJ p {
    font-size: calc(12px * 0.9);
}}footer {
    position: relative;
    width: 100%;
}.guide_sectionD {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 100px 0 30px;
    background-color: rgb(232,225,227);
    position: relative;
}.guide_sectionD::before {
    background-color: rgb(196,171,177,0.5);
    background: 
        linear-gradient(135deg, rgb(232,225,227) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(232,225,227) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(232,225,227) 25%, transparent 25%),
        linear-gradient(45deg, rgb(232,225,227) 25%, transparent 25%);
    background-size: 100px 100px;
    position: absolute;
    width: 100%;
    content: "";
    height: 120px;
    top: 0;
    left: 0;
}footer .student_aidX {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .contact_mapp {
    position: relative;
    z-index: 2;
    transform: translateY(-30px);
    border-radius: 14px;
    padding: 25px;
    display: flex;
    margin-bottom: 60px;
    background-color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    justify-content: space-between;
}footer .info_item {
    transition: all 0.3s ease;
    background-color: rgb(232,225,227);
    position: relative;
    padding: 10px 15px;
    margin: 10px;
    border-radius: 10px;
    flex: 1 1 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    border-radius: 3px 0 0 3px;
    background-color: rgb(196,171,177);
    left: 0;
    width: 3px;
    position: absolute;
    opacity: 0;
    content: "";
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: rgb(196,171,177);
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    vertical-align: middle;
    display: inline-block;
    transition: color 0.3s ease;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(196,171,177);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}footer .text_main_holder::before {
    z-index: -1;
    top: -40px;
    position: absolute;
    content: "";
    border-radius: 14px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    left: 0;
    height: calc(100% + 80px);
}footer .nav_train8 {
    padding: 0 30px;
    position: relative;
}footer .nav_train8::after {
    height: 1px;
    background: linear-gradient(90deg, rgb(196,171,177), transparent);
    left: 30px;
    bottom: -15px;
    position: absolute;
    right: 30px;
    content: "";
}footer .nav_train8 svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .cert_display1 {
    color: #000000;
    max-width: 330px;
    font-size: 14px;
    line-height: 1.6;
}footer .main_skillW {
    margin-left: 20px;
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: rgb(232,225,227);
    margin-top: -10px;
    padding: 30px;
    border-radius: 14px;
    position: relative;
    margin-right: 20px;
}footer .main_skillW h5 {
    font-size: 20px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}footer .main_skillW h5::after {
    width: 50px;
    background-color: rgb(196,171,177);
    bottom: -7px;
    position: absolute;
    height: 2px;
    left: 0;
    content: "";
}footer .nav_mentora {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}footer .nav_mentora a {
    font-size: 13px;
    display: inline-block;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    color: #000000;
}footer .nav_mentora a::after {
    width: 0;
    background-color: rgb(196,171,177);
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 5px;
    transition: width 0.3s ease;
}footer .nav_mentora a:hover {
    transform: translateX(5px);
    color: rgb(196,171,177);
}footer .nav_mentora a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    border-radius: 14px;
    padding: 30px;
    margin-right: 40px;
    z-index: 0;
    position: relative;
    color: #ffffff;
    margin-top: -10px;
    background-color: rgb(196,171,177);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-left: 40px;
}footer .subscribe_holder::before {
    position: absolute;
    background-color: rgb(196,171,177);
    z-index: -1;
    transform: rotate(45deg);
    top: -15px;
    right: 30px;
    content: "";
    height: 30px;
    width: 30px;
}footer .subscribe_holder h5 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
}footer .subscribe_holder p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    gap: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 14px 16px;
    border: none;
    transition: background-color 0.3s ease;
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .begin_learningk {
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 16px;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    background-color: #000000;
}footer .begin_learningk:hover {
    transform: translateY(-3px);
    background-color: rgb(173,130,142);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .cert_blockO {
    position: relative;
    margin-top: 60px;
    z-index: 1;
    text-align: center;
}footer .linkedin_refA {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 20px;
    border-radius: 30px;
    background-color: #ffffff;
    font-size: 14px;
    color: #000000;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .nav_mentora {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .begin_learningk {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main_skillW {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .guide_sectionD {
    padding: 80px 0 30px;
}footer .contact_mapp {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .main_skillW, footer .subscribe_holder {
    padding: 25px 20px;
    margin-right: 10px;
    margin-left: 10px;
}footer .cert_blockO {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .guide_sectionD {
    padding: 60px 0 20px;
}footer .contact_mapp {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .nav_train8 {
    padding: 0 20px;
}footer .nav_train8::after {
    right: 20px;
    left: 20px;
}footer .main_skillW h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .nav_mentora a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .begin_learningk {
    padding: 12px 15px;
}}.metrics_summaryX {
    padding: 8rem 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
    background: rgb(232,225,227);
}.metrics_summaryX::before {
    height: 100%;
    opacity: 1;
    content: "";
    width: 100%;
    background: 
        linear-gradient(135deg, transparent, rgb(196,171,177,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
    z-index: -1;
    animation: backgroundSweep 8s infinite ease-in-out;
    top: 0;
    left: 0;
    position: absolute;
    background-size: 100% 100%, 200% 100%;
}@keyframes backgroundSweep {
    0% {
        background-position: 0 0, -100% 0;
    }
    50% {
        background-position: 0 0, 100% 0;
    }
    100% {
        background-position: 0 0, -100% 0;
    }
}

.metrics_summaryX .container {
    padding: 0;
    flex-direction: column;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}.metrics_summaryX .container::before {
    left: 0;
    animation: lineShift 30s infinite linear;
    height: 100%;
    position: absolute;
    background-size: 100% 50px, 100% 100px;
    content: "";
    z-index: -1;
    opacity: 0.03;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(0deg, rgb(196,171,177,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(173,130,142,0.5) 1px, transparent 1px);
}@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}

.metrics_summaryX h2 {
    width: max-content;
    text-align: center;
    margin: 0 0 6rem;
    align-self: center;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 38px;
}.metrics_summaryX h2::after {
    position: absolute;
    height: 8px;
    bottom: -20px;
    content: "";
    left: -10%;
    border-radius: 10px;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(196,171,177), transparent);
    width: 120%;
}.metrics_summaryX ul {
    min-height: 300px;
    list-style: none;
    display: flex;
    padding: 0;
    position: relative;
    margin: 0;
    flex-wrap: wrap;
}.metrics_summaryX ul::before {
    height: 1px;
    width: 100%;
    content: "";
    background-size: 200% 1px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(196,171,177,0.5), rgb(173,130,142,0.5), rgb(196,171,177,0.5), transparent);
    animation: gradientMove 6s infinite linear;
    bottom: 0;
}.metrics_summaryX ul::after {
    background: linear-gradient(90deg, transparent, rgb(173,130,142,0.5), rgb(196,171,177,0.5), rgb(173,130,142,0.5), transparent);
    animation: gradientMove 6s infinite linear reverse;
    position: absolute;
    top: 0;
    content: "";
    height: 1px;
    left: 0;
    width: 100%;
    background-size: 200% 1px;
}@keyframes gradientMove {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.metrics_summaryX .statistics_advantageT {
    padding: 2rem 1rem;
    animation: slideIn 0.5s forwards;
    opacity: 0;
    display: flex;
    height: 0;
    justify-content: center;
    flex: 0 0 20%;
    flex-direction: column;
    transform: translateY(100%);
    align-items: center;
    background: linear-gradient(to bottom, transparent, rgba(rgb(196,171,177), 0.02), transparent);
    transition: all 0.4s ease;
    position: relative;
}@keyframes slideIn {
    to {
        height: auto;
        transform: translateY(0);
        opacity: 1;
    }
}


.metrics_summaryX .statistics_advantageT:nth-child(1) {
    animation-delay: 0.1s;
}.metrics_summaryX .statistics_advantageT:nth-child(2) {
    animation-delay: 0.2s;
}.metrics_summaryX .statistics_advantageT:nth-child(3) {
    animation-delay: 0.3s;
}.metrics_summaryX .statistics_advantageT:nth-child(4) {
    animation-delay: 0.4s;
}.metrics_summaryX .statistics_advantageT:nth-child(5) {
    animation-delay: 0.5s;
}.metrics_summaryX .statistics_advantageT:nth-child(6) {
    animation-delay: 0.6s;
}.metrics_summaryX .statistics_advantageT:nth-child(7) {
    animation-delay: 0.7s;
}.metrics_summaryX .statistics_advantageT:nth-child(8) {
    animation-delay: 0.8s;
}.metrics_summaryX .statistics_advantageT:nth-child(9) {
    animation-delay: 0.9s;
}.metrics_summaryX .statistics_advantageT:nth-child(10) {
    animation-delay: 1s;
}.metrics_summaryX .statistics_advantageT::before {
    width: 1px;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(196,171,177,0.5), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}.metrics_summaryX .statistics_advantageT:nth-child(5n)::before {
    display: none;
}.metrics_summaryX .statistics_advantageT::after {
    opacity: 0.1;
    background: linear-gradient(90deg, transparent, rgb(196,171,177,0.5), transparent);
    position: absolute;
    left: 10%;
    content: "";
    bottom: -5px;
    width: 80%;
    height: 2px;
    z-index: -1;
    transition: all 0.3s ease;
}.metrics_summaryX .statistics_advantageT:hover::after {
    left: 5%;
    width: 90%;
    opacity: 0.5;
    height: 3px;
}.metrics_summaryX .statistics_advantageT p {
    color: rgb(196,171,177);
    transition: all 0.3s ease;
    text-align: center;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
    font-size: calc(39px * 1.3);
}.metrics_summaryX .statistics_advantageT span {
    position: relative;
    color: #000000;
    margin-top: auto;
    transition: all 0.3s ease;
    font-size: 15px;
    max-width: 100%;
    font-weight: 400;
    text-align: center;
}.metrics_summaryX .statistics_advantageT:nth-child(odd) p {
    color: rgb(196,171,177);
}.metrics_summaryX .statistics_advantageT:nth-child(even) p {
    color: rgb(173,130,142);
}.metrics_summaryX svg {
    fill: rgb(196,171,177);
    width: 50px;
    transform: translateX(-50%);
    bottom: -25px;
    height: 50px;
    position: absolute;
    transition: all 0.3s ease;
    left: 50%;
    opacity: 0.1;
}.metrics_summaryX svg path {
    fill: inherit;
}.metrics_summaryX .statistics_advantageT:hover p {
    transform: translateY(-5px);
}.metrics_summaryX .statistics_advantageT:hover svg {
    opacity: 0.2;
    transform: translateX(-50%) scale(1.1);
}.metrics_summaryX::after {
    position: absolute;
    left: 0;
    background-size: 200% 1px, 200% 1px;
    z-index: -1;
    bottom: 0;
    background-position: 0% 100%, 100% 85%;
    width: 100%;
    content: "";
    height: 40%;
    opacity: 0.15;
    animation: lineSweep 10s infinite linear;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, transparent, rgb(196,171,177,0.5) 50%, transparent 100%),
        linear-gradient(90deg, transparent, rgb(173,130,142,0.5) 50%, transparent 100%);
}@keyframes lineSweep {
    0% {
        background-position: 0% 100%, 100% 85%;
    }
    50% {
        background-position: 100% 100%, 0% 85%;
    }
    100% {
        background-position: 0% 100%, 100% 85%;
    }
}

.metrics_summaryX .statistics_advantageT p::before {
    top: -15px;
    content: attr(data-count);
    font-size: 18px;
    transform: scale(0);
    height: 30px;
    justify-content: center;
    position: absolute;
    font-weight: 600;
    transition: all 0.3s ease;
    border-radius: 50%;
    align-items: center;
    display: flex;
    background: rgb(196,171,177);
    opacity: 0;
    right: -15px;
    width: 30px;
    color: #ffffff;
}.metrics_summaryX .statistics_advantageT:hover p::before {
    opacity: 1;
    transform: scale(1);
}.metrics_summaryX .statistics_advantageT:nth-child(1) p::before {
    content: "01";
}.metrics_summaryX .statistics_advantageT:nth-child(2) p::before {
    content: "02";
    background: rgb(173,130,142);
}.metrics_summaryX .statistics_advantageT:nth-child(3) p::before {
    background: rgb(196,171,177);
    content: "03";
}.metrics_summaryX .statistics_advantageT:nth-child(4) p::before {
    content: "04";
    background: rgb(173,130,142);
}.metrics_summaryX .statistics_advantageT:nth-child(5) p::before {
    content: "05";
    background: rgb(196,171,177);
}.metrics_summaryX .statistics_advantageT:nth-child(6) p::before {
    content: "06";
    background: rgb(173,130,142);
}.metrics_summaryX .statistics_advantageT:nth-child(7) p::before {
    background: rgb(196,171,177);
    content: "07";
}.metrics_summaryX .statistics_advantageT:nth-child(8) p::before {
    content: "08";
    background: rgb(173,130,142);
}.metrics_summaryX .statistics_advantageT:nth-child(9) p::before {
    content: "09";
    background: rgb(196,171,177);
}.metrics_summaryX .statistics_advantageT:nth-child(10) p::before {
    background: rgb(173,130,142);
    content: "10";
}


@media screen and (max-width: 1024px) {.metrics_summaryX {
    padding: 6rem 0;
}.metrics_summaryX ul {
    height: 350px;
}.metrics_summaryX .statistics_advantageT p {
    font-size: calc(39px * 1.2);
}
}

@media screen and (max-width: 768px) {.metrics_summaryX {
    padding: 5rem 0;
}.metrics_summaryX h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 4rem;
}.metrics_summaryX ul {
    flex-wrap: wrap;
    height: auto;
}.metrics_summaryX .statistics_advantageT {
    padding: 0 1.5rem;
    flex: 0 0 33.33%;
    margin-bottom: 3rem;
}.metrics_summaryX .statistics_advantageT:nth-child(5n)::before {
    display: block;
}.metrics_summaryX .statistics_advantageT:nth-child(3n)::before {
    display: none;
}.metrics_summaryX .statistics_advantageT:nth-child(3n+1) {
    animation-delay: 0.1s;
}.metrics_summaryX .statistics_advantageT:nth-child(3n+2) {
    animation-delay: 0.2s;
}.metrics_summaryX .statistics_advantageT:nth-child(3n) {
    animation-delay: 0.3s;
}
}

@media screen and (max-width: 480px) {.metrics_summaryX {
    padding: 4rem 0;
}.metrics_summaryX h2 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.metrics_summaryX ul {
    flex-wrap: wrap;
    display: flex;
}.metrics_summaryX .statistics_advantageT {
    margin-bottom: 2.5rem;
    padding: 0;
    flex: 0 0 100%;
}.metrics_summaryX .statistics_advantageT::before {
    display: none;
}.metrics_summaryX .statistics_advantageT:last-child {
    margin-bottom: 0;
}.metrics_summaryX .statistics_advantageT p {
    font-size: calc(39px * 1.1);
}.metrics_summaryX .statistics_advantageT:nth-child(n) {
    animation-delay: calc(0.1s * var(--n));
}}.our_teamY {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0;
}.our_teamY::before {
    content: "";
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgba(0, 0, 0, 0.5) 80%);
    left: 0;
    position: absolute;
    height: 100%;
}.our_teamY .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.our_teamY .caption_boxk {
    display: grid;
    position: relative;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    grid-template-columns: 1fr;
    gap: 30px;
    opacity: 0;
}.our_teamY .caption_boxk > div:first-child {
    display: inline-block;
    position: relative;
}.our_teamY .caption_boxk > div:first-child::after {
    transform-origin: left;
    width: 60px;
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    left: 0;
    transform: scaleX(0);
    background: rgb(173,130,142);
    content: "";
    bottom: -10px;
    position: absolute;
    height: 3px;
}.our_teamY h5 {
    color: rgb(173,130,142);
    margin: 0;
    text-transform: uppercase;
    font-size: 19px;
    letter-spacing: 2px;
    font-weight: 700;
}.our_teamY div p {
    line-height: 1.2;
    position: relative;
    display: inline-block;
    font-size: calc(36px * 0.9);
    font-weight: 700;
    margin: 0 0 15px;
}.our_teamY div p b {
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    position: relative;
}.our_teamY div p b::before {
    height: 8px;
    z-index: -1;
    background: rgb(196,171,177,0.5);
    width: calc(100% + 10px);
    position: absolute;
    left: -5px;
    transform: skewX(-15deg);
    bottom: 0;
    content: "";
}.our_teamY ol {
    counter-reset: section;
    list-style: none;
    margin: 0;
    position: relative;
    padding: 0;
}.our_teamY ol li {
    line-height: 1.8;
    backdrop-filter: blur(10px);
    padding: 30px;
    border-left: 4px solid rgb(173,130,142);
    font-size: 15px;
    transform: translateX(-10px);
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    position: relative;
}.our_teamY ol li:hover {
    transform: translateX(0);
}.our_teamY ol li::before {
    z-index: -1;
    content: "";
    opacity: 0;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(196,171,177,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
}.our_teamY ol li:hover::before {
    opacity: 0.3;
}

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

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


@media screen and (min-width: 768px) {.our_teamY {
    padding: 150px 0;
}.our_teamY .caption_boxk {
    align-items: start;
    grid-template-columns: 1fr 2fr;
}.our_teamY .caption_boxk > div:first-child,
    .our_teamY .caption_boxk > div:nth-child(2) {
    grid-column: 1;
}.our_teamY .caption_boxk > ol {
    margin-top: 20px;
    grid-column: 1 / -1;
}.our_teamY ol li {
    padding: 40px;
    column-count: 2;
    column-gap: 40px;
}
}

@media screen and (min-width: 992px) {.our_teamY {
    padding: 180px 0;
}.our_teamY::after {
    top: -50px;
    border: 2px solid rgb(173,130,142,0.5);
    right: -50px;
    opacity: 0.6;
    border-radius: 10px;
    position: absolute;
    content: "";
    z-index: 1;
    width: 300px;
    height: 300px;
    transform: rotate(15deg);
}.our_teamY .caption_boxk {
    gap: 60px;
    grid-template-columns: 1fr 3fr;
}.our_teamY ol li {
    column-gap: 50px;
    padding: 50px;
    column-count: 3;
    font-size: calc(15px * 1.05);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
}
}

@media screen and (max-width: 767px) {.our_teamY {
    padding: 80px 0;
}.our_teamY h5 {
    font-size: calc(19px * 0.9);
}.our_teamY div p {
    font-size: calc(36px * 0.7);
}.our_teamY ol li {
    padding: 25px 20px;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.contact_sectionc {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(232,225,227);
}.contact_sectionc::before {
    width: 100%;
    opacity: 0.4;
    content: "";
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, rgb(173,130,142,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
}.contact_sectionc::after {
    content: "";
    bottom: 0;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    height: 200px;
    background: linear-gradient(0deg, rgb(232,225,227) 0%, transparent 100%);
}.contact_sectionc .img_pic_wrap4 {
    opacity: 0.12;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: grayscale(100%) contrast(120%);
    top: 0;
}.contact_sectionc .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.contact_sectionc h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    font-size: 35px;
}.help_listB {
    position: relative;
    gap: 0;
    display: flex;
    z-index: 10;
}.help_listB .request_gridi {
    flex: 0 0 58%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: 1;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 60px;
    background: #ffffff;
    position: relative;
}.help_listB .request_gridi h3 {
    font-weight: 600;
    text-transform: none;
    text-align: left;
    color: #000000;
    font-size: 22px;
    margin-bottom: 40px;
}.help_listB .request_gridi h3::before,
.help_listB .request_gridi h3::after {
    content: none;
}.help_listB .request_gridi form {
    flex-direction: column;
    display: flex;
}.help_listB .request_gridi input[type="text"],
.help_listB .request_gridi textarea {
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    font-size: 15px;
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    padding: 16px 20px;
    transition: all 0.3s ease;
    border: none;
}.help_listB .request_gridi input[type="text"]:focus,
.help_listB .request_gridi textarea:focus {
    border-bottom-color: rgb(196,171,177);
    background: rgba(245, 245, 245, 0.8);
    outline: none;
}.help_listB .request_gridi textarea {
    min-height: 150px;
    resize: vertical;
}.help_listB .request_gridi .request_reachp {
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.help_listB .request_gridi .request_reachp input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.help_listB .request_gridi .request_reachp label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    font-size: calc(15px - 2px);
}.help_listB .request_gridi .request_reachp label::before {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    height: 22px;
    width: 22px;
    position: absolute;
    left: 0;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    top: 2px;
    content: "";
}.help_listB .request_gridi .request_reachp input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(196,171,177);
    background: rgb(196,171,177);
}.help_listB .request_gridi .request_reachp input[type="checkbox"]:checked + label::after {
    top: 4px;
    border: solid #ffffff;
    height: 12px;
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 8px;
    content: "";
    width: 6px;
    transform: rotate(45deg);
}.help_listB .request_gridi .request_reachp a {
    border-bottom: 1px dashed rgb(196,171,177);
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(196,171,177);
}.help_listB .request_gridi .request_reachp a:hover {
    border-bottom-color: rgb(173,130,142);
    color: rgb(173,130,142);
}.help_listB .request_gridi .request_forme {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    background: transparent;
    padding: 15px 35px;
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 2px solid rgb(196,171,177);
    letter-spacing: 1px;
    position: relative;
    align-self: flex-start;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}.help_listB .request_gridi .request_forme::before {
    bottom: -2px;
    position: absolute;
    width: 100%;
    transition: all 0.3s ease;
    height: 2px;
    left: 0;
    content: "";
    z-index: -1;
    background: rgb(196,171,177);
}.help_listB .request_gridi .request_forme:hover {
    color: #ffffff;
}.help_listB .request_gridi .request_forme:hover::before {
    height: 100%;
}.help_listB .inquiry_grid5 {
    position: relative;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
    padding: 60px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-left: -40px;
    color: #ffffff;
}.help_listB .inquiry_grid5::before {
    left: 0;
    position: absolute;
    top: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    width: 100%;
    content: "";
    height: 100%;
}.help_listB .inquiry_grid5 h4 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
}.help_listB .inquiry_grid5 .request_infoh {
    padding: 0;
    margin: 0;
    list-style: none;
}.help_listB .inquiry_grid5 .request_infoh li {
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}.help_listB .inquiry_grid5 .request_infoh li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}.help_listB .inquiry_grid5 .request_infoh li svg {
    margin-right: 20px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}.help_listB .inquiry_grid5 .request_infoh li svg path {
    transition: all 0.3s ease;
    fill: rgb(196,171,177);
}.help_listB .inquiry_grid5 .request_infoh li:hover svg path {
    fill: #ffffff;
}.help_listB .inquiry_grid5 .request_infoh li span {
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}.help_listB .inquiry_grid5 .request_infoh li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}.help_listB .inquiry_grid5 .request_infoh li a:hover {
    color: rgb(196,171,177);
}

@media screen and (max-width: 992px) {.contact_sectionc {
    padding: 80px 0;
}.help_listB {
    flex-direction: column;
}.help_listB .request_gridi {
    clip-path: none;
    width: 100%;
}.help_listB .inquiry_grid5 {
    width: 100%;
    clip-path: none;
    margin-left: 0;
}
}

@media screen and (max-width: 768px) {.contact_sectionc {
    padding: 60px 0;
}.contact_sectionc h3 {
    font-size: calc(35px - 4px);
}.help_listB .request_gridi,
    .help_listB .inquiry_grid5 {
    padding: 40px 30px;
}.help_listB .request_gridi .request_forme {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_sectionc {
    padding: 40px 0;
}.help_listB .request_gridi,
    .help_listB .inquiry_grid5 {
    padding: 30px 20px;
}.help_listB .request_gridi h3,
    .help_listB .inquiry_grid5 h4 {
    font-size: calc(22px - 2px);
}}.tariff_itemW {
    background-color: rgb(232,225,227);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.tariff_itemW::before {
    content: "";
    transform: rotate(-3deg);
    height: 120%;
    left: -5%;
    position: absolute;
    top: -10%;
    width: 110%;
    z-index: 0;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
}.tariff_itemW .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.tariff_itemW .plan_optionss {
    display: flex;
    flex-direction: column;
}.tariff_itemW .fee_charto {
    text-align: center;
    position: relative;
    order: 1;
    margin-bottom: 50px;
}.tariff_itemW .fee_charto h2 {
    background: linear-gradient(120deg, rgb(173,130,142), rgb(196,171,177));
    -webkit-text-fill-color: transparent;
    color: #000000;
    -webkit-background-clip: text !important;
    transform: translateY(0);
    font-size: 35px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    margin-bottom: 15px;
}.tariff_itemW .fee_charto:hover h2 {
    transform: translateY(-5px);
}.tariff_itemW .value_feesy {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    font-size: 17px;
    max-width: 700px;
    position: relative;
}.tariff_itemW .value_feesy::after {
    transform: translateX(-50%) scaleX(0.7);
    background: linear-gradient(90deg, rgb(173,130,142), rgb(196,171,177));
    bottom: -15px;
    position: absolute;
    transition: transform 0.5s ease;
    width: 100px;
    content: "";
    height: 3px;
    left: 50%;
}.tariff_itemW .fee_charto:hover .value_feesy::after {
    transform: translateX(-50%) scaleX(1);
}.tariff_itemW .deal_optsM {
    gap: 30px;
    display: grid;
    order: 2;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
}.tariff_itemW .discount_planY {
    display: block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    border-radius: 12px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    background-color: #ffffff;
    z-index: 1;
    text-decoration: none;
}.tariff_itemW .discount_planY::before {
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0.85);
    z-index: 2;
    height: 5px;
    background: linear-gradient(90deg, rgb(173,130,142), rgb(196,171,177));
    top: 0;
    content: "";
    transform-origin: left;
    width: 100%;
}.tariff_itemW .discount_planY:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
}.tariff_itemW .discount_planY:hover::before {
    transform: scaleX(1);
}.tariff_itemW .learn_pricingt {
    display: flex;
    flex-direction: column;
    height: 100%;
}.tariff_itemW .trial_ratesV {
    padding: 30px;
    position: relative;
    overflow: hidden;
    display: flex;
    z-index: 1;
    flex-direction: column;
    flex-grow: 1;
}.tariff_itemW .trial_ratesV::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    width: 100%;
}.tariff_itemW .trial_ratesV h3 {
    font-size: calc(19px + 2px);
    font-weight: 700;
    transition: transform 0.4s ease;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}.tariff_itemW .discount_planY:hover .trial_ratesV h3 {
    transform: translateX(5px);
}.tariff_itemW .cert_plansY {
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(19px + 8px);
    color: rgb(196,171,177);
    padding: 5px 10px;
    display: inline-block;
    font-weight: 700;
}.tariff_itemW .cert_plansY::before {
    position: absolute;
    transform: scaleX(0.3);
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(173,130,142), rgb(196,171,177));
    left: 0;
    height: 2px;
}.tariff_itemW .discount_planY:hover .cert_plansY {
    transform: translateY(-5px);
    color: rgb(173,130,142);
}.tariff_itemW .discount_planY:hover .cert_plansY::before {
    transform: scaleX(1);
}.tariff_itemW .trial_ratesV p {
    margin-bottom: 0;
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
    font-size: 17px;
    color: #000000;
    flex-grow: 1;
    max-width: 100%;
}.tariff_itemW .img_pic_wrap4 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_itemW .img_pic_wrap4::after {
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    position: absolute;
}.tariff_itemW .discount_planY:hover .img_pic_wrap4 {
    transform: scale(1.05);
}

@media (min-width: 768px) {.tariff_itemW .deal_optsM {
    grid-template-columns: repeat(2, 1fr);
}.tariff_itemW .trial_ratesV {
    padding: 35px;
}.tariff_itemW .img_pic_wrap4 {
    height: 220px;
}
}

@media (min-width: 992px) {.tariff_itemW .plan_optionss {
    align-items: center;
    flex-direction: row;
    gap: 60px;
}.tariff_itemW .fee_charto {
    flex: 0 0 30%;
    order: 2;
    text-align: left;
    margin-bottom: 0;
}.tariff_itemW .deal_optsM {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.tariff_itemW .value_feesy::after {
    left: 0;
    transform: translateX(0) scaleX(0.7);
}.tariff_itemW .fee_charto:hover .value_feesy::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.tariff_itemW {
    padding: 150px 0;
}.tariff_itemW .deal_optsM {
    gap: 40px;
}.tariff_itemW .discount_planY {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.tariff_itemW .discount_planY:hover {
    transform: translateY(-15px) scale(1.02);
}.tariff_itemW .discount_planY:nth-child(even) {
    transform: translateY(15px);
}.tariff_itemW .discount_planY:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.tariff_itemW .img_pic_wrap4 {
    height: 250px;
}}.course_offering3 {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.course_offering3::before {
    background: linear-gradient(145deg, rgb(196,171,177,0.5) 10%, rgb(173,130,142,0.5) 90%);
    content: "";
    width: 35%;
    opacity: 0.07;
    z-index: 1;
    transform: rotate(-15deg) skewX(-15deg);
    animation: float 15s infinite alternate ease-in-out;
    top: -5%;
    height: 70%;
    filter: blur(20px);
    position: absolute;
    right: -10%;
}.course_offering3::after {
    left: -5%;
    transform: rotate(10deg) skewX(10deg);
    background: linear-gradient(215deg, rgb(173,130,142,0.5) 10%, rgb(196,171,177,0.5) 90%);
    content: "";
    z-index: 1;
    height: 50%;
    position: absolute;
    width: 25%;
    bottom: -5%;
    filter: blur(15px);
    animation: float 18s infinite alternate-reverse ease-in-out;
    opacity: 0.05;
}.course_offering3 .container {
    z-index: 5;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
}.course_offering3 .online_classv {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    display: grid;
}.course_offering3 .img_pic_wrap4 {
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    min-height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    overflow: hidden;
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
}.course_offering3 .img_pic_wrap4::before {
    left: 0;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    width: 100%;
    z-index: 2;
}.course_offering3 .img_pic_wrap4::after {
    animation: shine 10s infinite;
    position: absolute;
    height: 100%;
    z-index: 3;
    left: -100%;
    top: 0;
    transform: skewX(-25deg);
    content: "";
    width: 50%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
}.course_offering3 .caption_boxk {
    padding: 1.5rem 0;
    position: relative;
    transform: translateZ(0);
}.course_offering3 h3 {
    position: relative;
    opacity: 1;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(19px * 1.1);
    font-weight: 600;
    line-height: 1.3;
    transform: translateY(0);
}.course_offering3 h3::before {
    left: 0;
    height: 85%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
    transform: scaleY(0.7);
    width: 3px;
    top: 0.2em;
    transition: transform 0.4s ease;
}.course_offering3 p.description {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
    font-size: 12px;
    padding-right: 1rem;
    margin-bottom: 2rem;
    color: #000000;
    line-height: 1.7;
    display: block;
}.course_offering3 p.description::-webkit-scrollbar {
    width: 4px;
}.course_offering3 p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}.course_offering3 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,130,142,0.5);
}.course_offering3 span.description {
    display: none;
}.course_offering3 .caption_boxk div {
    position: relative;
}.course_offering3 .caption_boxk div::after {
    pointer-events: none;
    opacity: 0.8;
    position: absolute;
    height: 30px;
    background: linear-gradient(to top, rgb(232,225,227) 20%, transparent);
    right: 0;
    content: "";
    width: 25%;
    bottom: 0;
}

@media (min-width: 768px) {.course_offering3 {
    padding: 8rem 0;
}.course_offering3 .online_classv {
    align-items: center;
    gap: 3.5rem;
    grid-template-columns: 0.9fr 1.1fr;
}.course_offering3 .img_pic_wrap4 {
    min-height: 450px;
    transform: perspective(1200px) rotateY(-3deg) translateZ(0);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}.course_offering3 h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.3);
    margin-bottom: 2rem;
}.course_offering3 h3::before {
    width: 5px;
}.course_offering3 p.description {
    padding-right: 2rem;
    max-height: 380px;
}
}

@media (min-width: 992px) {.course_offering3 {
    padding: 10rem 0;
}.course_offering3 .online_classv {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 5rem;
}.course_offering3 .img_pic_wrap4 {
    min-height: 500px;
    transform: perspective(1500px) rotateY(-5deg) translateZ(0);
}.course_offering3 .img_pic_wrap4:hover {
    transform: perspective(1500px) rotateY(0deg) translateZ(10px);
}.course_offering3 h3 {
    font-size: calc(19px * 1.4);
    padding-left: 2rem;
}.course_offering3 h3::before {
    width: 6px;
}
}

@media (min-width: 1200px) {.course_offering3 .online_classv {
    gap: 6rem;
    grid-template-columns: 0.8fr 1.2fr;
}.course_offering3 .img_pic_wrap4 {
    min-height: 550px;
}.course_offering3 h3 {
    font-size: calc(19px * 1.5);
}}

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

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}.cookie_warning_panelp {
    border-top: 3px solid rgb(196,171,177);
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    position: fixed;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 15px 20px;
    z-index: 1050;
    bottom: 0;
    width: 100%;
}.edu_cookiep {
    align-items: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}.cookie_listH {
    flex-shrink: 0;
    margin-right: 15px;
}.cookie_listH svg {
    width: 50px;
    fill: rgb(196,171,177);
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.cookie_edul {
    flex-grow: 1;
    margin-right: 15px;
}.cookie_edul h5 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    color: rgb(196,171,177);
}.cookie_edul p {
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
}.track_acceptK {
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    border: 1px solid transparent;
    user-select: none;
    vertical-align: middle;
    margin-left: 10px;
    border-radius: 10px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}.cookie_button.cookie_updatesp {
    background-color: rgb(196,171,177);
    color: #ffffff;
    border-color: rgb(196,171,177);
}#cookieWarningModalE {
    display: none;
}#cookieWarningModalE:checked ~ .cookie_warning_panelp {
    visibility: hidden;
    opacity: 0;
}.cookie_button.cookie_updatesp:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_noneA {
    background-color: rgb(173,130,142);
    border-color: rgb(173,130,142);
    color: #000000;
}.cookie_button.cookie_noneA:hover {
    background-color: rgb(196,171,177);
    color: #ffffff;
    border-color: rgb(196,171,177);
}.cookie_warning_panelp p a {
    text-decoration: underline;
    color: rgb(196,171,177);
}.cookie_warning_panelp p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookie_edul h5 {
    font-size: calc(18px - 2px);
}.cookie_edul p {
    font-size: calc(12px - 2px);
}.track_acceptK {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.edu_cookiep {
    align-items: center;
    flex-direction: column;
}.cookie_listH {
    margin-bottom: 10px;
}.cookie_edul {
    margin-bottom: 15px;
    text-align: center;
}.track_acceptK {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
}}
.teaching_experiencec {
    padding: 7rem 0;
    position: relative;
    background: rgb(232,225,227);
    overflow: hidden;
    min-height: 700px;
}.teaching_experiencec::before {
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    opacity: 0.15;
    animation: gridMove 20s linear infinite;
    background-size: 50px 50px;
    background: 
        linear-gradient(0deg, transparent 49.5%, rgb(196,171,177,0.5) 49.5%, rgb(196,171,177,0.5) 50.5%, transparent 50.5%),
        linear-gradient(90deg, transparent 49.5%, rgb(196,171,177,0.5) 49.5%, rgb(196,171,177,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    height: 100%;
}.teaching_experiencec .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
}.teaching_experiencec .edu_testimonialsJ {
    position: relative;
    height: 650px;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    perspective: 2000px;
    flex-direction: column;
}.teaching_experiencec .img_pic_wrap4 {
    position: absolute;
    right: 0;
    transform: translateZ(100px) rotateY(-15deg);
    box-shadow: -20px 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 400px;
    border-radius: 26px;
    filter: contrast(1.1) brightness(1.05);
    z-index: 3;
    top: -20px;
    height: 400px;
}.teaching_experiencec .edu_testimonialsJ:hover .img_pic_wrap4 {
    transform: translateZ(120px) rotateY(-10deg) translateX(-20px);
}.teaching_experiencec .name {
    transform: translateZ(70px) rotateY(5deg);
    z-index: 4;
    padding: 1.5rem 2rem;
    font-size: 28px;
    border-radius: 10px;
    top: 100px;
    transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
    left: 0;
    min-width: 300px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    background: rgb(196,171,177);
    color: #ffffff;
    position: absolute;
}.teaching_experiencec .edu_testimonialsJ:hover .name {
    transform: translateZ(90px) rotateY(0deg) translateX(20px);
}.teaching_experiencec .edu_testimonialsJ span:not(.name) {
    z-index: 3;
    transform: translateZ(50px) rotateY(5deg);
    color: #000000;
    font-size: 22px;
    background: #ffffff;
    font-weight: 600;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    position: absolute;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    left: 40px;
    top: 190px;
}.teaching_experiencec .edu_testimonialsJ:hover span:not(.name) {
    transform: translateZ(70px) rotateY(0deg) translateX(30px);
}.teaching_experiencec .emp_achievementsv {
    z-index: 2;
    transform: translateZ(30px);
    line-height: 1.8;
    left: 0;
    bottom: 0;
    transition: all 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    backdrop-filter: blur(10px);
    color: #000000;
    right: 0;
    padding: 3rem;
    border-top: 4px solid rgb(173,130,142);
    border-bottom: 4px solid rgb(196,171,177);
    font-size: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}.teaching_experiencec .edu_testimonialsJ:hover .emp_achievementsv {
    transform: translateZ(40px) translateY(-10px);
}.teaching_experiencec .emp_achievementsv::before {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    opacity: 0.1;
    background-size: 20px 20px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(173,130,142,0.5) 49.5%, rgb(173,130,142,0.5) 50.5%, transparent 50.5%);
    mix-blend-mode: overlay;
}.teaching_experiencec .container::after {
    filter: blur(100px);
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    animation: colorPulse 10s ease-in-out infinite alternate;
    height: 100%;
    z-index: -1;
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(196,171,177,0.5) 0%, transparent 50%),
        radial-gradient(circle at 20% 80%, rgb(173,130,142,0.5) 0%, transparent 50%);
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@keyframes colorPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.teaching_experiencec .edu_testimonialsJ {
    flex-direction: column;
    padding: 20px 0;
    height: auto;
}.teaching_experiencec .img_pic_wrap4 {
    transform: none;
    height: 300px;
    top: auto;
    border-radius: 20px;
    position: relative;
    width: 300px;
    right: auto;
    margin: 0 auto 30px;
}.teaching_experiencec .edu_testimonialsJ:hover .img_pic_wrap4 {
    transform: translateY(-10px);
}.teaching_experiencec .name {
    text-align: center;
    top: auto;
    margin: 0 auto 30px;
    width: 90%;
    position: relative;
    transform: none;
    left: auto;
}.teaching_experiencec .edu_testimonialsJ:hover .name {
    transform: translateY(-5px);
}.teaching_experiencec .edu_testimonialsJ span:not(.name) {
    width: max-content;
    margin: 0 auto 45px;
    left: auto;
    transform: none;
    text-align: center;
    display: block;
    position: relative;
    top: auto;
}.teaching_experiencec .edu_testimonialsJ:hover span:not(.name) {
    transform: translateY(-5px);
}.teaching_experiencec .emp_achievementsv {
    bottom: auto;
    position: relative;
    transform: none;
}.teaching_experiencec .edu_testimonialsJ:hover .emp_achievementsv {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.teaching_experiencec {
    padding: 4rem 0;
}.teaching_experiencec .img_pic_wrap4 {
    height: 220px;
    width: 220px;
    margin-bottom: 35px;
}.teaching_experiencec .name {
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 22px;
    min-width: auto;
    margin-bottom: 25px;
}.teaching_experiencec .edu_testimonialsJ span:not(.name) {
    margin-bottom: 35px;
    font-size: 15px;
    padding: 0.5rem 1rem;
}.teaching_experiencec .emp_achievementsv {
    padding: 2rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.program_resultsM {
    background: linear-gradient(135deg, rgb(232,225,227) 0%, rgba(255,255,255,0.92) 100%);
    position: relative;
    padding: 120px 0 80px;
    overflow: hidden;
}.program_resultsM::before {
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    opacity: 0.08;
    height: 100%;
    background-image: radial-gradient(circle at 10% 10%, rgb(196,171,177,0.5) 0%, transparent 60%),
                      radial-gradient(circle at 90% 90%, rgb(173,130,142,0.5) 0%, transparent 60%);
}.program_resultsM h5 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.5;
    position: relative;
    font-weight: 600;
    max-width: 850px;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
    transform: translateY(0);
}.program_resultsM h5::after {
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
    content: "";
    height: 3px;
    position: absolute;
    bottom: -20px;
    background: linear-gradient(90deg, rgb(196,171,177) 0%, rgb(173,130,142) 100%);
    left: 50%;
}.program_resultsM .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
}.program_resultsM .expert_classesx {
    grid-template-columns: 1fr;
    align-items: center;
    display: grid;
    position: relative;
    gap: 40px;
}.program_resultsM .img_pic_wrap4 {
    height: auto;
    object-fit: cover;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 19px;
}.program_resultsM .expert_classesx:hover .img_pic_wrap4 {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.program_resultsM .caption_boxk {
    border-radius: 19px;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.program_resultsM .caption_boxk::before {
    border-radius: calc(19px + 5px);
    top: -5px;
    content: "";
    bottom: -5px;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgb(173,130,142,0.5));
    opacity: 0.5;
    position: absolute;
    z-index: -1;
    right: -5px;
    transition: opacity 0.3s ease;
    left: -5px;
    filter: blur(10px);
}.program_resultsM .caption_boxk:hover::before {
    opacity: 0.8;
}.program_resultsM ul {
    display: grid;
    gap: 20px;
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    list-style: none;
}.program_resultsM li {
    position: relative;
    transition: transform 0.3s ease;
}.program_resultsM li:hover {
    transform: translateX(5px);
}.program_resultsM li div {
    display: flex;
    align-items: flex-start;
}.program_resultsM li p {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    position: relative;
    gap: 15px;
    margin: 0;
    font-size: 18px;
    align-items: flex-start;
    display: flex;
}.program_resultsM li p svg {
    flex-shrink: 0;
    position: relative;
    margin-top: 3px;
    transform: scale(0.95);
    transition: transform 0.3s ease, filter 0.3s ease;
}.program_resultsM li:hover p svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transform: scale(1);
}.program_resultsM svg path {
    transition: fill 0.3s ease;
}.program_resultsM li:hover svg path {
    fill: rgb(196,171,177);
}

@media (min-width: 768px) {.program_resultsM .expert_classesx {
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.program_resultsM ul {
    grid-template-columns: repeat(2, 1fr);
}.program_resultsM h5 {
    font-size: calc(18px * 1.1);
}
}

@media (min-width: 992px) {.program_resultsM {
    padding: 150px 0 100px;
}.program_resultsM .expert_classesx {
    gap: 80px;
    grid-template-columns: 0.9fr 1.1fr;
}.program_resultsM .img_pic_wrap4 {
    transform: perspective(1200px) rotateY(-4deg) translateZ(0);
}.program_resultsM .caption_boxk {
    padding: 50px;
}.program_resultsM h5 {
    font-size: calc(18px * 1.2);
    margin-bottom: 70px;
}.program_resultsM li p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.program_resultsM {
    padding: 80px 0 60px;
}.program_resultsM h5 {
    font-size: calc(18px * 0.9);
    margin-bottom: 40px;
}.program_resultsM h5::after {
    width: 60px;
    bottom: -15px;
}.program_resultsM .caption_boxk {
    padding: 30px;
}.program_resultsM li p {
    font-size: calc(18px * 0.95);
}.program_resultsM .img_pic_wrap4 {
    object-position: center;
    max-height: 300px;
}
}

@media (max-width: 480px) {.program_resultsM {
    padding: 60px 0 40px;
}.program_resultsM h5 {
    font-size: calc(18px * 0.85);
    margin-bottom: 35px;
}.program_resultsM .caption_boxk {
    padding: 25px 20px;
}.program_resultsM li p {
    gap: 10px;
}.program_resultsM li p svg {
    transform: scale(0.85);
    margin-top: 2px;
}.program_resultsM li:hover p svg {
    transform: scale(0.9);
}}.secure_coveb {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(120deg, rgb(232,225,227), #ffffff);
    overflow: hidden;
}.secure_coveb::before {
    z-index: 0;
    pointer-events: none;
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(173,130,142,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(196,171,177,0.5) 0%, transparent 60%);
    height: 100%;
    opacity: 0.15;
}.secure_coveb .container {
    transform: perspective(1000px) rotateX(1deg);
    position: relative;
    margin: 0 auto;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    z-index: 1;
    background: #ffffff;
    padding: 3rem;
    max-width: 1140px;
}.secure_coveb .container::before {
    left: 0;
    height: 100%;
    position: absolute;
    transform: translateX(-2px);
    width: 4px;
    content: "";
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
    top: 0;
}.secure_coveb h1 {
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 38px;
    transform: translateX(1.5rem);
    position: relative;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
}.secure_coveb h1::after {
    left: 0;
    bottom: 0;
    transform-origin: left center;
    position: absolute;
    width: 80px;
    height: 3px;
    background: rgb(196,171,177);
    transition: width 0.4s ease;
    content: "";
}.secure_coveb:hover h1::after {
    width: 120px;
}.secure_coveb h2 {
    margin: 3rem 0 1.5rem;
    font-size: 31px;
    display: inline-block;
    color: rgb(173,130,142);
    position: relative;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    font-weight: 600;
}.secure_coveb h2::before {
    background: rgb(196,171,177);
    top: 50%;
    left: 0;
    width: 8px;
    transform: translateY(-50%) rotate(45deg);
    height: 8px;
    position: absolute;
    content: "";
}.secure_coveb h3 {
    position: relative;
    padding-left: 1.25rem;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 2.5rem 0 1.25rem;
    font-size: calc(31px * 0.85);
    color: #000000;
}.secure_coveb h3::before {
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    background: rgb(173,130,142);
    content: "";
    position: absolute;
    height: 6px;
    left: 0;
    top: 50%;
}.secure_coveb h4 {
    margin: 2rem 0 1rem;
    padding-left: 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(31px * 0.7);
    font-family: Arial, sans-serif;
}.secure_coveb h4::before {
    top: 50%;
    content: "";
    background: rgb(196,171,177);
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 0;
    height: 4px;
    width: 4px;
}.secure_coveb p {
    font-size: 13px;
    transform: translateZ(0);
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    max-width: 90%;
    font-family: Arial, sans-serif;
}.secure_coveb p strong {
    position: relative;
    color: #000000;
    display: inline-block;
    font-weight: 600;
}.secure_coveb p strong::after {
    width: 100%;
    content: "";
    height: 1px;
    bottom: -2px;
    left: 0;
    position: absolute;
    background: rgb(196,171,177,0.5);
}.secure_coveb ul {
    list-style: none;
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
}.secure_coveb li {
    margin-bottom: 1rem;
    position: relative;
    font-size: 13px;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    line-height: 1.6;
    color: #000000;
}.secure_coveb li::before {
    transition: all 0.3s ease;
    border: 1px solid rgb(196,171,177);
    position: absolute;
    height: 6px;
    width: 6px;
    content: "";
    transform: rotate(45deg);
    left: 0;
    top: 0.7em;
}.secure_coveb li:hover::before {
    background: rgb(196,171,177);
    transform: rotate(135deg);
}.secure_coveb span {
    border-left: 2px solid rgb(173,130,142,0.5);
    display: block;
    line-height: 1.7;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

@media (min-width: 992px) {.secure_coveb {
    padding: 7rem 3rem;
}.secure_coveb .container {
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem 5rem;
}.secure_coveb h1 {
    transform: translateX(2rem);
    font-size: calc(38px * 1.15);
}.secure_coveb p {
    max-width: 80%;
}.secure_coveb ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.secure_coveb {
    padding: 4rem 1.5rem;
}.secure_coveb .container {
    padding: 2.5rem;
}.secure_coveb h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.secure_coveb {
    padding: 3rem 1rem;
}.secure_coveb .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.secure_coveb h1 {
    font-size: calc(38px * 0.85);
    transform: translateX(0);
}.secure_coveb h2 {
    font-size: calc(31px * 0.9);
}.secure_coveb p, .secure_coveb li, .secure_coveb span {
    font-size: calc(13px * 0.95);
}.secure_coveb p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.secure_coveb {
    padding: 2rem 0.75rem;
}.secure_coveb .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.secure_coveb .container::before {
    width: 3px;
}.secure_coveb h1 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1.5rem;
}.secure_coveb h2 {
    padding-left: 1.25rem;
    font-size: calc(31px * 0.8);
}.secure_coveb h3, .secure_coveb h4 {
    padding-left: 1rem;
}.secure_coveb p, .secure_coveb li, .secure_coveb span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.secure_coveb ul {
    padding-left: 0.75rem;
}.secure_coveb li {
    padding-left: 1.25rem;
}}header {
    z-index: 100;
    padding: 0;
    width: 100%;
    position: relative;
    background: rgb(232,225,227);
}header::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(196,171,177,0.5) 0%, 
        transparent 60%, 
        rgb(173,130,142,0.5) 100%);
}header .container {
    margin: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    position: relative;
    z-index: 1;
}header .main_page6 {
    flex-wrap: wrap;
    padding: 0.8rem 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}header .main_head5 {
    text-decoration: none;
    padding: 0.6rem;
    align-items: center;
    display: flex;
    margin-right: 1rem;
    position: relative;
}header .main_head5::after {
    bottom: 0;
    height: 2px;
    content: '';
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(196,171,177), rgb(173,130,142));
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
}header .main_head5:hover::after {
    transform: scaleX(1);
}header .main_head5 svg {
    transition: all 0.3s ease;
    height: auto;
    width: 140px;
}header .main_head5:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}header .main_skillW {
    border-radius: 10px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.5);
    gap: 0.4rem;
    padding: 0.5rem;
    display: flex;
}header .header_mainP {
    font-size: 14px;
    overflow: hidden;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    padding: 0.4rem 0.7rem;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}header .header_mainP::after {
    position: absolute;
    left: 0;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(to right, rgb(196,171,177), rgb(173,130,142));
    transition: transform 0.3s ease;
    content: '';
    bottom: 0;
    transform-origin: left;
    height: 2px;
}header .header_mainP:hover {
    color: rgb(196,171,177);
    background: rgba(255, 255, 255, 0.7);
}header .header_mainP:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header .main_page6 {
    padding: 0.7rem 2.5%;
}header .main_head5 svg {
    width: 130px;
}header .main_skillW {
    gap: 0.35rem;
    padding: 0.4rem;
}header .header_mainP {
    padding: 0.35rem 0.6rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .main_page6 {
    padding: 0.7rem 2%;
    justify-content: center;
}header .main_head5 {
    margin: 0 0 0.6rem 0;
}header .main_head5 svg {
    width: 120px;
}header .main_skillW {
    justify-content: center;
    width: 100%;
}header .header_mainP {
    padding: 0.3rem 0.5rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header .main_page6 {
    padding: 0.6rem 1.5%;
}header .main_head5 svg {
    width: 110px;
}header .main_skillW {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .main_skillW::-webkit-scrollbar {
    height: 2px;
}header .main_skillW::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(196,171,177);
}header .header_mainP {
    white-space: nowrap;
    flex-shrink: 0;
}}.ty_blockd {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(196,171,177,0.5), rgb(173,130,142) 120%);
    position: relative;
}.ty_blockd::before {
    position: absolute;
    transform: rotate(-15deg);
    top: -10%;
    right: -10%;
    opacity: 0.05;
    pointer-events: none;
    width: 50%;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    height: 60%;
}.ty_blockd::after {
    background: rgb(196,171,177);
    transform: rotate(10deg);
    bottom: -5%;
    height: 30%;
    left: -5%;
    opacity: 0.1;
    position: absolute;
    pointer-events: none;
    width: 40%;
    content: "";
}.ty_blockd .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.ty_blockd .expert_classesx {
    position: relative;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    gap: 40px;
    background: #ffffff;
    display: flex;
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    transform: translateY(0);
}.ty_blockd .expert_classesx:hover {
    transform: translateY(-5px);
}.ty_blockd .expert_classesx::before {
    position: absolute;
    width: 4px;
    content: "";
    left: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgb(196,171,177), rgb(173,130,142));
    top: 0;
}.ty_blockd .expert_classesx div:first-child {
    padding-bottom: 25px;
    position: relative;
}.ty_blockd .expert_classesx div:first-child::after {
    background: rgb(196,171,177,0.5);
    bottom: 0;
    height: 2px;
    content: "";
    width: 80px;
    position: absolute;
    left: 0;
}.ty_blockd .expert_classesx h5 {
    font-weight: 700;
    transition: transform 0.4s ease-out;
    color: #000000;
    transform: translateX(0);
    font-size: 22px;
    margin: 0;
    line-height: 1.4;
}.ty_blockd .expert_classesx:hover h5 {
    transform: translateX(8px);
}.ty_blockd .expert_classesx div:last-child {
    position: relative;
}.ty_blockd .expert_classesx a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}.ty_blockd .expert_classesx p {
    transition: color 0.3s ease;
    color: #000000;
    margin: 0;
    line-height: 1.8;
    font-size: 16px;
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
}.ty_blockd .expert_classesx a:hover p {
    color: rgb(196,171,177);
}.ty_blockd .expert_classesx a::before {
    opacity: 0;
    right: -10px;
    position: absolute;
    content: "";
    width: 40%;
    height: 40%;
    background: linear-gradient(135deg, transparent, rgb(173,130,142,0.5) 60%);
    bottom: -10px;
    transition: opacity 0.5s ease;
    z-index: 0;
}.ty_blockd .expert_classesx a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.ty_blockd .expert_classesx {
    padding: 70px 80px;
}.ty_blockd .expert_classesx::before {
    width: 6px;
}.ty_blockd .expert_classesx div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.ty_blockd {
    padding: 60px 0;
}.ty_blockd .expert_classesx {
    padding: 40px 30px;
    gap: 25px;
}.ty_blockd .expert_classesx h5 {
    font-size: calc(22px - 2px);
}.ty_blockd .expert_classesx p {
    font-size: calc(16px - 1px);
}.ty_blockd .expert_classesx div:first-child {
    padding-bottom: 20px;
}.ty_blockd .expert_classesx div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.ty_blockd {
    padding: 40px 0;
}.ty_blockd .expert_classesx {
    padding: 30px 20px;
    gap: 20px;
}.ty_blockd .expert_classesx h5 {
    font-size: calc(22px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.ty_blockd .expert_classesx,
    .ty_blockd .expert_classesx h5,
    .ty_blockd .expert_classesx a::before,
    .ty_blockd .expert_classesx a p {
    transition: none;
}.ty_blockd .expert_classesx:hover,
    .ty_blockd .expert_classesx:hover h5 {
    transform: none;
}}.give_it_a_tryx {
    overflow: hidden;
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(173,130,142,0.5) 0%, rgb(232,225,227) 100%);
    position: relative;
}.give_it_a_tryx::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    position: absolute;
    opacity: 0.03;
    top: 0;
    height: 100%;
    background-size: 20px 20px;
    content: '';
    z-index: 1;
    background: 
        linear-gradient(45deg, rgb(232,225,227) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(232,225,227) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(232,225,227) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(232,225,227) 75%);
    left: 0;
    width: 100%;
}.give_it_a_tryx .expert_classesx {
    display: grid;
    z-index: 10;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
}.give_it_a_tryx .container p {
    color: #000000;
    position: relative;
    transition: transform 0.5s ease;
    font-weight: 700;
    border-radius: 23px;
    line-height: 1.4;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    background: #ffffff;
    padding: 50px;
    margin: 0;
    font-size: 30px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    z-index: 5;
}.give_it_a_tryx .request_forme {
    padding: 50px;
    font-size: 18px;
    color: #ffffff;
    z-index: 5;
    align-items: center;
    justify-content: center;
    position: relative;
    background: rgb(196,171,177);
    font-weight: 600;
    border-radius: 23px;
    text-decoration: none;
    display: flex;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    overflow: hidden;
    transition: all 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
}.give_it_a_tryx .request_forme::before {
    transition: opacity 0.5s ease;
    z-index: -1;
    left: -50%;
    top: -50%;
    opacity: 0;
    position: absolute;
    width: 200%;
    content: '';
    height: 200%;
    background: radial-gradient(circle, rgb(173,130,142) 0%, transparent 60%);
}.give_it_a_tryx .container p:hover,
.give_it_a_tryx .request_forme:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.give_it_a_tryx .request_forme:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.give_it_a_tryx .request_forme:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.give_it_a_tryx::after {
    filter: blur(80px);
    opacity: 0.3;
    content: '';
    width: 300px;
    right: -50px;
    bottom: -50px;
    z-index: 1;
    height: 300px;
    background: linear-gradient(
        45deg,
        rgb(196,171,177,0.5),
        rgb(173,130,142,0.5)
    );
    border-radius: 50%;
    position: absolute;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.give_it_a_tryx {
    padding: 90px 0;
}.give_it_a_tryx .container p {
    font-size: calc(23px * 1.2);
    padding: 40px;
}.give_it_a_tryx .request_forme {
    padding: 40px;
}
}

@media (max-width: 767px) {.give_it_a_tryx {
    padding: 70px 0;
}.give_it_a_tryx .expert_classesx {
    grid-template-columns: 1fr;
}.give_it_a_tryx .container p {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 30px;
    font-size: 23px;
}.give_it_a_tryx .request_forme {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.give_it_a_tryx .container p:hover,
    .give_it_a_tryx .request_forme:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.give_it_a_tryx {
    padding: 50px 0;
}.give_it_a_tryx .container p {
    font-size: calc(12px * 1.2);
    padding: 25px 20px;
}.give_it_a_tryx .request_forme {
    font-size: calc(18px * 0.9);
    padding: 20px;
}
}