﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.wrapper-structurev2 {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.nav_core2F {
    flex: 1 0 auto;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    padding: 5px;
    width: 0.5em;
    height: 3px;
}::-webkit-scrollbar-button {
    background: rgb(210,180,158,0.5);
}::-webkit-scrollbar-track {
    background: rgb(210,180,158);
}::-webkit-scrollbar-track:active {
    background: rgb(180,143,114);
}::-webkit-scrollbar-thumb {
    transition: all, background, border-radius 3.1s cubic-bezier(0.42, 0, 0.58, 1);
    box-shadow: -4px -3px 13px 6px rgba(0, 0, 0, 0.5);
    border-radius: 14.8rem;
    background: rgb(180,143,114,0.5);
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset -3px 1px 6px 1px rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
    background: rgb(239,224,213);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(239,224,213) rgb(255, 255, 255, 0.5);
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1109px;
}header,footer {
    width: 100%;
}.price_tablebi {
    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;
}}
.give_it_a_tryvb {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(180,143,114,0.5), rgb(210,180,158,0.5));
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.give_it_a_tryvb::before {
    position: absolute;
    top: -50%;
    z-index: -1;
    left: -50%;
    animation: subtleRotate 40s linear infinite;
    content: "";
    background: radial-gradient(circle, rgb(255, 255, 255, 0.5) 10%, transparent 70%);
    transform: rotate(-15deg);
    opacity: 0.05;
    height: 200%;
    width: 200%;
}.give_it_a_tryvb::after {
    content: "";
    background: linear-gradient(to top, rgb(210,180,158,0.5) 0%, transparent 100%);
    opacity: 0.1;
    right: 0;
    position: absolute;
    z-index: -1;
    height: 40%;
    bottom: 0;
    width: 100%;
}.give_it_a_tryvb .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.give_it_a_tryvb h2 {
    font-size: 31px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.2);
    font-weight: 700;
    margin-bottom: 2.5rem;
    opacity: 1;
    color: #000000;
    line-height: 1.3;
    position: relative;
    transform: translateY(0);
    animation: fadeUpIn 0.8s ease-out forwards;
}.give_it_a_tryvb h2::after {
    left: 0;
    bottom: -0.75rem;
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
    width: 5rem;
    content: "";
    background: linear-gradient(90deg, rgb(210,180,158), rgb(180,143,114));
}.give_it_a_tryvb .expert_studiobh {
    gap: 2rem;
    display: flex;
    transform: translateY(0);
    background: #ffffff;
    border-radius: 100px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06), 
                0 2px 5px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    padding: 2.5rem 3rem;
    align-items: center;
    animation: slideUpIn 0.9s ease-out forwards;
    position: relative;
}.give_it_a_tryvb .expert_studiobh::before {
    z-index: -1;
    content: "";
    top: 0;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.2));
    left: 0;
    height: 100%;
    border-radius: 100px;
}.give_it_a_tryvb svg {
    width: 64px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 64px;
    flex-shrink: 0;
    transform: translateY(0) rotate(0);
}.give_it_a_tryvb svg:hover {
    transform: translateY(-5px) rotate(5deg);
}.give_it_a_tryvb svg path {
    fill: rgb(210,180,158);
    transition: fill 0.3s ease, transform 0.5s ease;
}.give_it_a_tryvb svg:hover path {
    fill: rgb(180,143,114);
    transform: scale(1.05);
}.give_it_a_tryvb .expert_studiobh div {
    justify-content: flex-end;
    flex-grow: 1;
    display: flex;
}.give_it_a_tryvb .request_formfx {
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    justify-content: center;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.3s ease;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(210,180,158), rgb(180,143,114));
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
}.give_it_a_tryvb .request_formfx::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    transition: left 0.6s ease;
    left: -100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.give_it_a_tryvb .request_formfx:hover {
    box-shadow: 0 8px 25px rgba(rgb(210,180,158,0.5), 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-3px);
}.give_it_a_tryvb .request_formfx:hover::before {
    left: 100%;
}.give_it_a_tryvb .request_formfx:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: translateY(0);
}

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

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

@keyframes subtleRotate {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(345deg);
    }
}

@media (max-width: 1024px) {.give_it_a_tryvb {
    padding: 4rem 0;
}.give_it_a_tryvb h2 {
    font-size: calc(31px * 0.9);
}.give_it_a_tryvb .expert_studiobh {
    padding: 2rem;
}
}

@media (max-width: 768px) {.give_it_a_tryvb {
    padding: 3.5rem 0;
}.give_it_a_tryvb h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.8);
}.give_it_a_tryvb .expert_studiobh {
    gap: 1.5rem;
    padding: 2rem 1.5rem;
    flex-direction: column;
}.give_it_a_tryvb .expert_studiobh div {
    width: 100%;
    justify-content: center;
}.give_it_a_tryvb svg {
    height: 48px;
    width: 48px;
}.give_it_a_tryvb .request_formfx {
    padding: 0.875rem 1.5rem;
    width: 100%;
}
}

@media (max-width: 480px) {.give_it_a_tryvb {
    padding: 3rem 0;
}.give_it_a_tryvb h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.give_it_a_tryvb .container {
    padding: 0 1.25rem;
}.give_it_a_tryvb .expert_studiobh {
    padding: 1.5rem 1.25rem;
}.give_it_a_tryvb svg {
    width: 40px;
    height: 40px;
}.give_it_a_tryvb .request_formfx {
    font-size: calc(14px * 0.9);
}}header {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 0;
    background: rgb(239,224,213);
    padding: 0;
    overflow: visible;
    position: relative;
}header::before {
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(210,180,158), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(210,180,158), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(210,180,158), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(210,180,158), 0.03) 25%) 0 0 / 20px 20px;
    top: 0;
    content: '';
}header::after {
    transform: scaleX(0.7);
    left: 0;
    transform-origin: center;
    transition: transform 0.5s ease;
    height: 5px;
    content: '';
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(210,180,158), 
        rgb(180,143,114), 
        rgb(210,180,158)
    );
    bottom: 0;
}header:hover::after {
    transform: scaleX(1);
}header .top_mainwrapvL {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    z-index: 5;
    padding: 1.3rem 2.5rem;
}header .main_primary8k {
    perspective: 800px;
    flex: 0 0 auto;
    position: relative;
    margin-right: 2rem;
}header .nav_startGr {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
}header .nav_startGr:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .nav_startGr::before {
    opacity: 0.1;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
    background: rgb(210,180,158);
    filter: blur(10px);
    transform: translateZ(-10px);
    height: 100%;
    content: '';
}header .nav_startGr img {
    transform: translateZ(20px);
    max-height: 40px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
}header .top_headTP {
    position: relative;
    margin: 0;
    list-style: none;
    display: flex;
    transform-style: preserve-3d;
    padding: 0;
    perspective: 1000px;
}header .top_headTP::before {
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    top: 100%;
    transform-origin: top;
    content: '';
    width: 100%;
    transform: rotateX(90deg);
    left: 0;
    height: 10px;
    position: absolute;
}header .main_head9M {
    transform-style: preserve-3d;
    position: relative;
    margin: 0 0.3rem;
}header .main_head9M a {
    justify-content: center;
    color: #000000;
    display: flex;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    background: #ffffff;
    transform: translateZ(0);
    transform-style: preserve-3d;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    align-items: center;
    position: relative;
    font-size: 16px;
    padding: 0.7rem 1.2rem;
}header .main_head9M a::before {
    position: absolute;
    transition: opacity 0.4s ease;
    width: 100%;
    background: linear-gradient(135deg, 
        rgb(210,180,158,0.5) 0%, 
        rgb(180,143,114,0.5) 100%
    );
    transform: translateZ(-5px);
    border-radius: 10px;
    height: 100%;
    content: '';
    top: 0;
    opacity: 0;
    left: 0;
}header .main_head9M a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .main_head9M a:hover::before {
    opacity: 1;
}header .main_head9M a::after {
    content: '';
    left: 5px;
    bottom: -5px;
    transition: all 0.4s ease;
    position: absolute;
    right: 5px;
    background: rgb(210,180,158);
    transform: translateZ(-10px);
    height: 5px;
    opacity: 0;
}header .main_head9M a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .top_mainwrapvL::before {
    content: '';
    left: 35%;
    top: 0;
    width: 30%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(210,180,158), 
        transparent
    );
    position: absolute;
}.nav_core2F {
    z-index: 1;
    padding-top: 2rem;
    background: #ffffff;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .top_mainwrapvL {
    margin: 0 auto;
    max-width: 1320px;
}header .main_head9M {
    margin: 0 0.5rem;
}header .main_head9M a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .top_mainwrapvL {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .main_primary8k {
    margin-right: 0;
    margin-bottom: 0;
}header .top_headTP {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .main_head9M a {
    padding: 0.6rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_mainwrapvL {
    padding: 0.8rem 1.5rem;
}header .main_primary8k {
    max-width: 140px;
}header .nav_startGr img {
    max-height: 35px;
}header .top_headTP {
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    margin-top: 0.8rem;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
}header .top_headTP::-webkit-scrollbar {
    height: 3px;
}header .top_headTP::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(210,180,158,0.5);
}header .main_head9M {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .main_head9M a {
    font-size: calc(16px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}
}

@media (max-width: 479px) {header .top_mainwrapvL {
    padding: 0.7rem 1.2rem;
}header .main_primary8k {
    max-width: 120px;
}header .main_head9M a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .nav_startGr:hover {
    transform: translateY(-3px);
}header .main_head9M a:hover {
    transform: translateY(-3px);
}}.training_resultsmy {
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 70px 0;
    background: linear-gradient(135deg, rgb(239,224,213) 0%, #ffffff 100%);
}.training_resultsmy::before {
    height: 100%;
    left: 0;
    opacity: 0.4;
    width: 100%;
    background: 
    radial-gradient(circle at 10% 20%, rgb(210,180,158,0.5) 0%, transparent 40%),
    radial-gradient(circle at 90% 80%, rgb(180,143,114,0.5) 0%, transparent 40%);
    content: "";
    top: 0;
    position: absolute;
}.training_resultsmy::after {
    width: 100%;
    background-image: 
    linear-gradient(#ffffff 1px, transparent 1px),
    linear-gradient(90deg, #ffffff 1px, transparent 1px);
    animation: moveBg 60s linear infinite;
    height: 100%;
    content: "";
    top: 0;
    background-size: 50px 50px;
    left: 0;
    position: absolute;
    opacity: 0.05;
}@keyframes moveBg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

.training_resultsmy .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1100px;
    margin: 0 auto;
}.training_resultsmy .expert_studiobh {
    display: grid;
    gap: 40px;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    overflow: hidden;
    padding: 0;
    border-radius: 23px;
    grid-template-columns: 1fr 1.2fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.training_resultsmy .img_grid_wrapperuB {
    width: 100%;
    transform-origin: left center;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 100%;
}.training_resultsmy .img_grid_wrapperuB:hover {
    transform: scale(1.05);
}.training_resultsmy .text_holder_itemDO {
    position: relative;
    padding: 40px 30px 40px 10px;
}.training_resultsmy h3 {
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    font-size: 32px;
    color: rgb(210,180,158);
}.training_resultsmy h3::after {
    width: 60px;
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
    bottom: -8px;
    background: linear-gradient(to right, rgb(210,180,158), rgb(180,143,114));
}.training_resultsmy .text_holder_itemDO:hover h3::after {
    width: 120px;
}.training_resultsmy ul {
    list-style: none;
    gap: 15px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    display: flex;
}.training_resultsmy li {
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 0 rgba(255, 255, 255, 0.7);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    flex: 0 0 calc(50% - 10px);
    position: relative;
    overflow: hidden;
}.training_resultsmy li::before {
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(
    135deg,
    transparent 0%,
    rgb(210,180,158,0.5) 100%
  );
    inset: 0;
    opacity: 0;
    content: "";
}.training_resultsmy li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.1),
    inset 1px 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-5px);
}.training_resultsmy li:hover::before {
    opacity: 0.2;
}.training_resultsmy li p {
    position: relative;
    margin: 0;
    color: #000000;
    display: flex;
    font-size: 12px;
    gap: 12px;
    z-index: 1;
    align-items: center;
}.training_resultsmy svg {
    width: 20px;
    background: linear-gradient(135deg, rgb(210,180,158), rgb(180,143,114));
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 20px;
    padding: 6px;
    border-radius: 10px;
}.training_resultsmy svg path {
    fill: #ffffff;
}.training_resultsmy li:hover svg {
    transform: rotate(10deg);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.training_resultsmy .expert_studiobh {
    grid-template-columns: 1fr;
}.training_resultsmy .img_grid_wrapperuB {
    height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}.training_resultsmy .text_holder_itemDO {
    padding: 30px;
}
}

@media (max-width: 768px) {.training_resultsmy {
    padding: 50px 0;
}.training_resultsmy .img_grid_wrapperuB {
    height: 250px;
}.training_resultsmy li {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.training_resultsmy {
    padding: 40px 0;
}.training_resultsmy .expert_studiobh {
    padding: 0;
}.training_resultsmy .img_grid_wrapperuB {
    height: 200px;
}.training_resultsmy .text_holder_itemDO {
    padding: 25px 20px;
}.training_resultsmy h3 {
    font-size: calc(32px * 0.85);
}.training_resultsmy li {
    padding: 12px;
}.training_resultsmy li p {
    font-size: calc(12px * 0.9);
}.training_resultsmy svg {
    width: 18px;
    padding: 5px;
    height: 18px;
}}.our_storych {
    padding: 120px 0 100px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
}.our_storych::before {
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(28, 35, 45, 0.92) 0%,
        rgba(28, 35, 45, 0.85) 50%, 
        rgba(28, 35, 45, 0.75) 100%);
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
}.our_storych::after {
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    z-index: 2;
    background-size: 40px 40px;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, rgb(180,143,114,0.5) 1px, transparent 1px),
        linear-gradient(180deg, rgb(180,143,114,0.5) 1px, transparent 1px);
    position: absolute;
}.our_storych .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.our_storych h2 {
    color: #ffffff;
    display: inline-block;
    transform: translateX(-10px);
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 28px;
    position: relative;
    opacity: 0;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.our_storych h2::after {
    position: absolute;
    content: "";
    width: 0;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) 0.4s forwards;
    background: linear-gradient(90deg, rgb(180,143,114), rgb(210,180,158));
    height: 3px;
    bottom: -15px;
    left: 0;
}.our_storych .text_holder_itemDO {
    animation: fadeUpIn 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s forwards;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    padding: 40px;
    transform: translateY(20px);
    flex-direction: column;
    border-left: 4px solid rgb(180,143,114);
    opacity: 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
}.our_storych .text_holder_itemDO::before {
    height: 20px;
    position: absolute;
    background: rgb(180,143,114);
    width: 20px;
    content: "";
    top: 30px;
    transform: rotate(45deg);
    left: -12px;
}.our_storych .text_holder_itemDO::after {
    background: linear-gradient(135deg, transparent 50%, rgba(var(--primary-color-rgb), 0.1) 50%);
    position: absolute;
    height: 100px;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
    width: 100px;
    content: "";
    top: 0;
    right: 0;
}.our_storych .text_holder_itemDO > div {
    position: relative;
}.our_storych .text_holder_itemDO p {
    font-size: calc(13px * 1.4);
    margin-bottom: 20px;
    transform: translateX(-5px);
    animation: fadeIn 0.8s ease-out 0.5s forwards;
    opacity: 0;
    letter-spacing: 1px;
    font-weight: 600;
    color: rgb(180,143,114);
}.our_storych .text_holder_itemDO div div {
    text-align: justify;
    animation: fadeIn 1s ease-out 0.7s forwards;
    column-gap: 40px;
    opacity: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    column-count: 1;
    color: #ffffff;
    font-size: 13px;
}

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

@keyframes lineGrow {
    to {
        width: 80px;
    }
}

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

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


@media (min-width: 768px) {.our_storych {
    padding: 150px 0 130px;
}.our_storych h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 70px;
}.our_storych .text_holder_itemDO {
    width: calc(100% - 40px);
    margin-left: 40px;
    padding: 50px 60px;
}.our_storych .text_holder_itemDO div div {
    column-count: 2;
}.our_storych .text_holder_itemDO::before {
    top: 50px;
}
}

@media (min-width: 992px) {.our_storych {
    padding: 180px 0 150px;
}.our_storych .container {
    padding: 0 40px;
}.our_storych h2 {
    font-size: calc(28px * 1.4);
    margin-bottom: 80px;
}.our_storych .text_holder_itemDO {
    margin-left: 60px;
    padding: 60px 80px;
    width: calc(100% - 60px);
}.our_storych .text_holder_itemDO div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_storych .text_holder_itemDO {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 70px 100px;
}.our_storych .text_holder_itemDO::after {
    width: 150px;
    height: 150px;
}.our_storych .text_holder_itemDO div div {
    column-count: 2;
    column-gap: 80px;
}
}

@media (hover: hover) {.our_storych .text_holder_itemDO:hover {
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
}.our_storych .text_holder_itemDO:hover::before {
    transition: all 0.4s ease;
    background: rgb(210,180,158);
}}.developer_experience7t {
    border-radius: 30px;
    background: rgb(239,224,213);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
}.developer_experience7t::before {
    background-image: linear-gradient(rgb(210,180,158,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(210,180,158,0.5) 1px, transparent 1px);
    width: 100%;
    height: 100%;
    content: "";
    animation: grid-shift 30s linear infinite;
    opacity: 0.2;
    left: 0;
    background-size: 20px 20px;
    top: 0;
    z-index: 1;
    position: absolute;
}.developer_experience7t .feedback_zoneQF {
    display: grid;
    gap: 0;
    max-width: 900px;
    position: relative;
    grid-template-columns: 45% 55%;
    margin: 0 auto;
    z-index: 2;
}.developer_experience7t .img_grid_wrapperuB {
    filter: grayscale(60%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 2;
    min-height: 400px;
    transition: filter 0.6s ease;
    height: 100%;
    position: relative;
}.developer_experience7t .img_grid_wrapperuB::before {
    content: "";
    bottom: 20px;
    top: 20px;
    transition: all 0.5s ease;
    left: 20px;
    mix-blend-mode: overlay;
    position: absolute;
    transform: scale(0.9);
    border: 1px solid #ffffff;
    right: 20px;
    opacity: 0;
    z-index: 3;
}.developer_experience7t .feedback_zoneQF:hover .img_grid_wrapperuB {
    filter: grayscale(0%);
}.developer_experience7t .feedback_zoneQF:hover .img_grid_wrapperuB::before {
    opacity: 0.8;
    transform: scale(1);
}.developer_experience7t .job_overview9B {
    margin-left: -10%;
    flex-direction: column;
    display: flex;
    justify-content: center;
    background: #ffffff;
    z-index: 3;
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    padding: 2rem 2rem 2rem 4rem;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
}.developer_experience7t .job_overview9B::before {
    background: linear-gradient(to bottom, rgb(210,180,158), rgb(180,143,114));
    top: 0;
    content: "";
    transition: width 0.3s ease;
    width: 10px;
    left: 0;
    height: 100%;
    position: absolute;
}.developer_experience7t .feedback_zoneQF:hover .job_overview9B::before {
    width: 15px;
}.developer_experience7t .name {
    color: rgb(210,180,158);
    font-weight: 700;
    transform: translateX(20px);
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    line-height: 1.1;
    margin-bottom: 0.8rem;
    letter-spacing: -1px;
    font-size: calc(29px * 1.2);
    opacity: 0.9;
}.developer_experience7t .feedback_zoneQF:hover .name {
    opacity: 1;
    transform: translateX(0);
}.developer_experience7t .job_overview9B > div:nth-child(2) {
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgb(180,143,114);
    font-size: 18px;
    font-weight: 600;
    transform: translateX(15px);
    opacity: 0.7;
    margin-bottom: 2rem;
    transition: all 0.4s ease 0.1s;
}.developer_experience7t .feedback_zoneQF:hover .job_overview9B > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.developer_experience7t .exp_achievementsrJ {
    position: relative;
    transition: all 0.4s ease 0.2s;
    font-size: 18px;
    line-height: 1.8;
    color: #000000;
    transform: translateX(10px);
    opacity: 0.8;
}.developer_experience7t .exp_achievementsrJ::first-letter {
    font-weight: 700;
    color: rgb(210,180,158);
    font-size: 1.6em;
}.developer_experience7t .feedback_zoneQF:hover .exp_achievementsrJ {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.developer_experience7t .feedback_zoneQF {
    grid-template-columns: 1fr;
}.developer_experience7t .img_grid_wrapperuB {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.developer_experience7t .job_overview9B {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
    margin-left: 0;
}}.appWrapperyG {
    overflow: hidden;
    padding: 7rem 0;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(180,143,114,0.5) 0%, rgb(210,180,158,0.5) 40%, rgb(239,224,213) 100%);
    position: relative;
}.appWrapperyG::before {
    position: absolute;
    animation: rotateGradient 30s infinite linear;
    background: radial-gradient(circle at center, rgb(210,180,158,0.5) 0%, transparent 70%);
    left: -50%;
    opacity: 0.2;
    content: "";
    top: -50%;
    width: 200%;
    height: 200%;
}.appWrapperyG::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(180,143,114,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(180,143,114,0.5) 0%, transparent 6%),
        radial-gradient(circle at 40% 80%, rgb(210,180,158,0.5) 0%, transparent 5%),
        radial-gradient(circle at 65% 25%, rgb(210,180,158,0.5) 0%, transparent 7%);
    pointer-events: none;
}.appWrapperyG .container {
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.appWrapperyG .expert_studiobh {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    gap: 2.5rem;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.85);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    flex-direction: column;
    padding: 3rem;
}.appWrapperyG .expert_studiobh::before {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    top: 0;
    left: -100%;
    animation: shimmer 4s infinite;
    content: "";
    pointer-events: none;
}.appWrapperyG .expert_studiobh:hover {
    transform: translateZ(20px) scale(1.01);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        0 10px 25px rgba(0, 0, 0, 0.08);
}.appWrapperyG .expert_studiobh > div:first-child {
    transform: translateX(-2rem);
    opacity: 0;
    animation: slideInLeft 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.2s;
    position: relative;
}.appWrapperyG .expert_studiobh > div:last-child {
    opacity: 0;
    transform: translateY(2rem);
    animation: slideInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards 0.5s;
    position: relative;
}.appWrapperyG h5 {
    position: relative;
    padding-bottom: 1rem;
    color: rgb(210,180,158);
    letter-spacing: 0.02em;
    display: inline-block;
    font-weight: 700;
    font-size: calc(24px * 1.1);
    margin-bottom: 1rem;
}.appWrapperyG h5::after {
    width: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(210,180,158) 0%, rgb(180,143,114) 100%);
    height: 3px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 1s;
}.appWrapperyG p {
    font-size: 18px;
    line-height: 1.7;
    z-index: 1;
    position: relative;
    margin: 0;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
}.appWrapperyG a {
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 1.5rem;
    border-radius: 6px;
    display: block;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.7);
}.appWrapperyG a::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(210,180,158,0.5) 0%, transparent 100%);
    content: "";
}.appWrapperyG a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}.appWrapperyG a:hover::before {
    opacity: 0.15;
}.appWrapperyG a:hover p {
    transform: translateY(-3px);
    color: #000000;
}.appWrapperyG a::after {
    content: "";
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
    position: absolute;
    background: linear-gradient(90deg, rgb(180,143,114) 0%, rgb(210,180,158) 100%);
    left: 0;
    bottom: 0;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    width: 100%;
}.appWrapperyG a:hover::after {
    transform: scaleX(1);
}

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

@keyframes slideInUp {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes lineGrow {
    from {
        width: 0;
    }
    to {
        width: 60%;
    }
}

@keyframes shimmer {
    0% {
        left: -100%;
    }
    20%, 100% {
        left: 100%;
    }
}

@keyframes rotateGradient {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.appWrapperyG {
    padding: 5rem 0;
}.appWrapperyG .expert_studiobh {
    gap: 2rem;
    padding: 2.5rem;
}.appWrapperyG h5 {
    font-size: 24px;
}.appWrapperyG p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 767px) {.appWrapperyG {
    padding: 4rem 0;
}.appWrapperyG .expert_studiobh {
    gap: 1.5rem;
    padding: 2rem;
}.appWrapperyG h5 {
    font-size: calc(24px * 0.9);
}.appWrapperyG h5::after {
    height: 2px;
}.appWrapperyG a {
    padding: 1.2rem;
}
}

@media (max-width: 575px) {.appWrapperyG {
    padding: 3rem 0;
}.appWrapperyG .expert_studiobh {
    gap: 1.2rem;
    padding: 1.5rem;
}.appWrapperyG h5 {
    font-size: calc(24px * 0.85);
    padding-bottom: 0.75rem;
}.appWrapperyG p {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.appWrapperyG a {
    padding: 1rem;
}.appWrapperyG a:hover {
    transform: translateY(-3px);
}
}

@media (hover: none) {.appWrapperyG .expert_studiobh:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1),
                   0 0 0 1px rgba(255, 255, 255, 0.1),
                   0 5px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.appWrapperyG a:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transform: none;
}.appWrapperyG a:hover p {
    transform: none;
}}.customer_reviewsLV {
    position: relative;
    background: rgb(239,224,213);
    overflow: hidden;
    padding: 100px 0;
}.customer_reviewsLV::before {
    content: "";
    height: 800px;
    filter: blur(100px);
    border-radius: 50%;
    right: -400px;
    top: -400px;
    opacity: 0.2;
    background: rgb(210,180,158,0.5);
    width: 800px;
    position: absolute;
    z-index: 1;
}.customer_reviewsLV::after {
    filter: blur(80px);
    content: "";
    left: -300px;
    border-radius: 50%;
    height: 600px;
    z-index: 1;
    position: absolute;
    width: 600px;
    background: rgb(180,143,114,0.5);
    opacity: 0.2;
    bottom: -300px;
}.customer_reviewsLV .expert_studiobh {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.customer_reviewsLV h4 {
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    color: #000000;
    font-size: 33px;
}.customer_reviewsLV h4::after {
    left: -30px;
    background: rgb(210,180,158,0.5);
    height: 60px;
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    top: -20px;
    position: absolute;
    z-index: -1;
    width: 60px;
    content: "";
}.customer_reviewsLV .student_voteslP {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    position: relative;
    display: grid;
    gap: 40px;
}.customer_reviewsLV .student_voteslP::before {
    width: 80%;
    height: 1px;
    top: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(210,180,158,0.5), transparent);
    z-index: 1;
    left: 10%;
}.customer_reviewsLV .student_voteslP::after {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(180,143,114,0.5), transparent);
    z-index: 1;
    height: 80%;
    width: 1px;
    left: 50%;
    top: 10%;
}.customer_reviewsLV .feedback_zoneQF {
    justify-content: center;
    background: #ffffff;
    position: relative;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    min-height: 320px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    z-index: 2;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
    padding: 40px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}.customer_reviewsLV .feedback_zoneQF:hover {
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.customer_reviewsLV .feedback_zoneQF::before {
    z-index: -1;
    border-radius: inherit;
    position: absolute;
    background: #ffffff;
    inset: 5px;
    content: "";
}.customer_reviewsLV .feedback_zoneQF::after {
    z-index: -2;
    background: linear-gradient(135deg, rgb(210,180,158,0.5), rgb(180,143,114,0.5));
    content: "";
    border-radius: inherit;
    inset: 0;
    position: absolute;
    opacity: 0.7;
}.customer_reviewsLV .feedback_zoneQF:nth-child(2n) {
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
    transform: translateY(20px);
}.customer_reviewsLV .feedback_zoneQF:nth-child(2n):hover {
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
    transform: translateY(10px);
}.customer_reviewsLV .feedback_zoneQF:nth-child(3n) {
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    transform: translateY(-20px);
}.customer_reviewsLV .feedback_zoneQF:nth-child(3n):hover {
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
    transform: translateY(-30px);
}.customer_reviewsLV .img_grid_wrapperuB {
    margin-bottom: 20px;
    animation: morphing 10s infinite alternate ease-in-out;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    width: 80px;
    height: 80px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.customer_reviewsLV .feedback_zoneQF:hover .img_grid_wrapperuB {
    transform: scale(1.1);
}.customer_reviewsLV .feedback_zoneQF span {
    position: relative;
    display: block;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
}.customer_reviewsLV .feedback_zoneQF span::after {
    width: 30px;
    height: 2px;
    position: absolute;
    background: rgb(210,180,158);
    bottom: -8px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
}.customer_reviewsLV .feedback_zoneQF p {
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 15px;
    position: relative;
    color: #000000;
}

@media (max-width: 767px) {.customer_reviewsLV {
    padding: 70px 0;
}.customer_reviewsLV h4 {
    font-size: calc(33px * 0.8);
    text-align: center;
    margin-bottom: 50px;
}.customer_reviewsLV h4::after {
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    width: 40px;
    top: -15px;
}.customer_reviewsLV .student_voteslP {
    grid-template-columns: 1fr;
    gap: 50px;
}.customer_reviewsLV .student_voteslP::before,
    .customer_reviewsLV .student_voteslP::after {
    display: none;
}.customer_reviewsLV .feedback_zoneQF,
    .customer_reviewsLV .feedback_zoneQF:nth-child(2n),
    .customer_reviewsLV .feedback_zoneQF:nth-child(3n) {
    padding: 30px;
    min-height: 280px;
    transform: none;
}.customer_reviewsLV .feedback_zoneQF:hover,
    .customer_reviewsLV .feedback_zoneQF:nth-child(2n):hover,
    .customer_reviewsLV .feedback_zoneQF:nth-child(3n):hover {
    transform: translateY(-10px);
}.customer_reviewsLV .img_grid_wrapperuB {
    height: 70px;
    width: 70px;
}.customer_reviewsLV .feedback_zoneQF span {
    font-size: calc(22px * 0.9);
}.customer_reviewsLV .feedback_zoneQF p {
    font-size: calc(15px * 0.9);
}}.contact_informationlP {
    background: rgb(239,224,213);
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}.contact_informationlP::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 50px 50px;
    z-index: 0;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 24%, rgb(210,180,158,0.5) 25%, rgb(210,180,158,0.5) 26%, transparent 27%, transparent 74%, rgb(210,180,158,0.5) 75%, rgb(210,180,158,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(210,180,158,0.5) 25%, rgb(210,180,158,0.5) 26%, transparent 27%, transparent 74%, rgb(210,180,158,0.5) 75%, rgb(210,180,158,0.5) 76%, transparent 77%, transparent);
    opacity: 0.3;
}.contact_informationlP .img_grid_wrapperuB {
    opacity: 0.05;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    filter: saturate(0) contrast(1.2);
}.contact_informationlP::after {
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: radial-gradient(circle at center, transparent 50%, rgb(239,224,213) 100%);
    width: 100%;
    content: "";
    top: 0;
}.contact_informationlP .container {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.contact_informationlP h3 {
    font-size: 31px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}.contact_informationlP h3::before {
    transform: translateX(-50%);
    left: 50%;
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background: rgb(210,180,158);
    top: -15px;
}.contact_informationlP h3::after {
    content: "";
    left: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    bottom: -15px;
    position: absolute;
    background: rgb(210,180,158);
    transform: translateX(-50%);
}.connect_inquiryr6 {
    z-index: 10;
    border-radius: 50px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    backdrop-filter: blur(5px);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.connect_inquiryr6::before {
    content: "";
    filter: blur(70px);
    z-index: 0;
    position: absolute;
    background: rgb(210,180,158,0.5);
    width: 300px;
    border-radius: 50%;
    top: -150px;
    height: 300px;
    right: -150px;
}.connect_inquiryr6::after {
    z-index: 0;
    width: 300px;
    bottom: -150px;
    background: rgb(180,143,114,0.5);
    content: "";
    border-radius: 50%;
    position: absolute;
    left: -150px;
    filter: blur(70px);
    height: 300px;
}.connect_inquiryr6 .support_cardIi {
    width: 60%;
    padding: 70px;
    position: relative;
    z-index: 1;
    float: left;
}.connect_inquiryr6 .support_cardIi h3 {
    text-align: left;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 40px;
}.connect_inquiryr6 .support_cardIi h3::before,
.connect_inquiryr6 .support_cardIi h3::after {
    display: none;
}.connect_inquiryr6 .support_cardIi h3::before {
    content: "";
    background: rgb(210,180,158);
    width: 30px;
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -15px;
}.connect_inquiryr6 .support_cardIi form {
    flex-direction: column;
    display: flex;
}.connect_inquiryr6 .support_cardIi input[type="text"],
.connect_inquiryr6 .support_cardIi textarea {
    padding: 20px 25px;
    transition: all 0.3s ease;
    border: none;
    width: 100%;
    font-family: Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 25px;
    background: rgba(245, 245, 245, 0.7);
    border-radius: 30px;
}.connect_inquiryr6 .support_cardIi input[type="text"]:focus,
.connect_inquiryr6 .support_cardIi textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.connect_inquiryr6 .support_cardIi textarea {
    resize: vertical;
    min-height: 160px;
    border-radius: 25px;
}.connect_inquiryr6 .support_cardIi .reach_panel9X {
    align-items: flex-start;
    position: relative;
    margin-bottom: 35px;
    display: flex;
}.connect_inquiryr6 .support_cardIi .reach_panel9X input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_inquiryr6 .support_cardIi .reach_panel9X label {
    font-size: calc(15px - 2px);
    color: #000000;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    position: relative;
}.connect_inquiryr6 .support_cardIi .reach_panel9X label::before {
    left: 0;
    width: 22px;
    top: 2px;
    border-radius: 50%;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    background: rgba(245, 245, 245, 0.7);
}.connect_inquiryr6 .support_cardIi .reach_panel9X input[type="checkbox"]:checked + label::before {
    background: rgb(210,180,158);
}.connect_inquiryr6 .support_cardIi .reach_panel9X input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 8px;
    top: 6px;
    height: 10px;
    content: "";
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
}.connect_inquiryr6 .support_cardIi .reach_panel9X a {
    transition: all 0.3s ease;
    color: rgb(210,180,158);
    position: relative;
    font-weight: 600;
    text-decoration: none;
}.connect_inquiryr6 .support_cardIi .reach_panel9X a:hover {
    color: rgb(180,143,114);
}.connect_inquiryr6 .support_cardIi .request_formfx {
    background: rgb(210,180,158);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-size: 19px;
    border: none;
    cursor: pointer;
    border-radius: 30px;
    align-self: flex-start;
    padding: 18px 40px;
    display: inline-block;
    z-index: 1;
    position: relative;
    font-weight: 600;
}.connect_inquiryr6 .support_cardIi .request_formfx:hover {
    transform: translateY(-5px);
    background: rgb(180,143,114);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.connect_inquiryr6 .feedback_map8g {
    z-index: 1;
    float: left;
    padding: 70px 50px;
    position: relative;
    background: rgb(239,224,213);
    width: 40%;
}.connect_inquiryr6 .feedback_map8g::before {
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(210,180,158,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(180,143,114,0.5) 0%, transparent 30%);
    z-index: -1;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}.connect_inquiryr6 .feedback_map8g h4 {
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    position: relative;
}.connect_inquiryr6 .feedback_map8g h4::after {
    left: 0;
    background: rgb(210,180,158);
    position: absolute;
    bottom: -15px;
    content: "";
    width: 30px;
    height: 2px;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 20px;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li:last-child {
    margin-bottom: 0;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li:hover {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-3px);
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li svg {
    transition: all 0.3s ease;
    flex-shrink: 0;
    height: 26px;
    width: 26px;
    margin-right: 15px;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li:hover svg {
    transform: scale(1.2);
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li svg path {
    fill: rgb(210,180,158);
    transition: all 0.3s ease;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li:hover svg path {
    fill: rgb(180,143,114);
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li span {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li a {
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li a:hover {
    color: rgb(210,180,158);
}

@media screen and (max-width: 992px) {.contact_informationlP {
    padding: 80px 0;
}.connect_inquiryr6 {
    border-radius: 30px;
    display: block;
}.connect_inquiryr6 .support_cardIi,
    .connect_inquiryr6 .feedback_map8g {
    padding: 50px;
    width: 100%;
    float: none;
}
}

@media screen and (max-width: 768px) {.contact_informationlP {
    padding: 60px 0;
}.contact_informationlP h3 {
    font-size: calc(31px - 4px);
}.connect_inquiryr6 {
    border-radius: 25px;
}.connect_inquiryr6 .support_cardIi,
    .connect_inquiryr6 .feedback_map8g {
    padding: 40px 30px;
}.connect_inquiryr6 .support_cardIi input[type="text"],
    .connect_inquiryr6 .support_cardIi textarea {
    padding: 15px 20px;
    border-radius: 20px;
}.connect_inquiryr6 .support_cardIi .request_formfx {
    width: 100%;
    text-align: center;
    padding: 15px 30px;
}.connect_inquiryr6 .feedback_map8g .connect_gridt5 li {
    padding: 15px;
    border-radius: 15px;
}
}

@media screen and (max-width: 480px) {.contact_informationlP {
    padding: 40px 0;
}.connect_inquiryr6 {
    border-radius: 20px;
}.connect_inquiryr6 .support_cardIi,
    .connect_inquiryr6 .feedback_map8g {
    padding: 30px 20px;
}}.pricing_tableHf {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(239,224,213);
}.pricing_tableHf::before {
    filter: blur(80px);
    background: rgb(210,180,158,0.5);
    width: 300px;
    top: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    height: 300px;
    content: "";
    z-index: 0;
    right: -50px;
    position: absolute;
}.pricing_tableHf::after {
    position: absolute;
    height: 250px;
    bottom: -50px;
    background: rgb(180,143,114,0.5);
    filter: blur(60px);
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    content: "";
    z-index: 0;
    width: 250px;
    left: -50px;
}.pricing_tableHf .container {
    z-index: 1;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.pricing_tableHf .basic_ratesjQ {
    display: flex;
    flex-direction: column;
    gap: 60px;
}.pricing_tableHf .study_packagese5 {
    padding: 0 20px;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    order: -1;
    position: relative;
}.pricing_tableHf .study_packagese5 h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 20px;
    display: inline-block;
    color: #000000;
    position: relative;
}.pricing_tableHf .study_packagese5 h2::after {
    background: rgb(210,180,158);
    position: absolute;
    content: "";
    left: 50%;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    width: 80px;
}.pricing_tableHf .bundle_rateCE {
    font-size: 17px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.6;
    opacity: 0.85;
}.pricing_tableHf .plan_feetD {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    perspective: 1000px;
    display: grid;
}.pricing_tableHf .price_optsmq {
    position: relative;
    perspective: 1000px;
    text-decoration: none;
    height: 100%;
    color: inherit;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing_tableHf .price_optsmq:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_tableHf .cost_feeCw {
    transform-style: preserve-3d;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    height: 100%;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: column;
    background: #ffffff;
    position: relative;
}.pricing_tableHf .price_optsmq:hover .cost_feeCw {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(210,180,158,0.5);
}.pricing_tableHf .fee_schemestG {
    display: flex;
    flex-grow: 1;
    position: relative;
    flex-direction: column;
    z-index: 2;
    padding: 30px;
    overflow: hidden;
}.pricing_tableHf .fee_schemestG::before {
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(210,180,158), rgb(180,143,114));
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: left;
    transform: scaleX(0);
    top: 0;
    content: "";
    height: 5px;
}.pricing_tableHf .price_optsmq:hover .fee_schemestG::before {
    transform: scaleX(1);
}.pricing_tableHf .fee_schemestG h3 {
    white-space: normal;
    overflow-wrap: break-word;
    transition: transform 0.4s ease, color 0.3s ease;
    margin-bottom: 10px;
    color: #000000;
    font-size: calc(24px + 2px);
    word-break: break-word;
    font-weight: 700;
}.pricing_tableHf .price_optsmq:hover .fee_schemestG h3 {
    transform: translateX(5px);
    color: rgb(210,180,158);
}.pricing_tableHf .cost_ratesNr {
    transition: transform 0.4s ease;
    color: rgb(180,143,114);
    font-size: 24px;
    margin: 10px 0 20px;
    display: block;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    font-weight: 700;
    position: relative;
}.pricing_tableHf .cost_ratesNr::before {
    left: 0;
    position: absolute;
    content: "";
    width: 40px;
    background: rgb(180,143,114,0.5);
    bottom: -8px;
    height: 2px;
    transition: width 0.4s ease;
}.pricing_tableHf .price_optsmq:hover .cost_ratesNr::before {
    width: 80px;
}.pricing_tableHf .fee_schemestG p {
    line-height: 1.6;
    overflow-wrap: break-word;
    white-space: normal;
    color: #000000;
    transition: color 0.3s ease;
    font-size: calc(17px - 1px);
    flex-grow: 1;
    margin-bottom: 0;
    word-break: break-word;
}.pricing_tableHf .img_grid_wrapperuB {
    overflow: hidden;
    height: 200px;
    transform: translateZ(-10px);
    position: relative;
    transition: transform 0.6s ease, filter 0.6s ease;
}.pricing_tableHf .img_grid_wrapperuB::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    inset: 0;
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0.6;
    content: "";
}.pricing_tableHf .price_optsmq:hover .img_grid_wrapperuB {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.pricing_tableHf .price_optsmq:hover .img_grid_wrapperuB::after {
    opacity: 0.4;
}.pricing_tableHf .price_optsmq::after {
    filter: blur(10px);
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    top: 100%;
    height: 15px;
    content: "";
    right: 30px;
    transition: opacity 0.4s ease;
    left: 30px;
    position: absolute;
    background: rgb(210,180,158,0.5);
}.pricing_tableHf .price_optsmq:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.pricing_tableHf .basic_ratesjQ {
    flex-direction: row;
    align-items: center;
}.pricing_tableHf .study_packagese5 {
    text-align: left;
    flex: 0 0 30%;
    order: 0;
    padding-right: 40px;
}.pricing_tableHf .study_packagese5 h2::after {
    transform: none;
    left: 0;
}.pricing_tableHf .plan_feetD {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing_tableHf .plan_feetD {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_tableHf .fee_schemestG {
    padding: 35px;
}.pricing_tableHf .img_grid_wrapperuB {
    height: 220px;
}
}

@media (max-width: 991px) {.pricing_tableHf {
    padding: 80px 0;
}.pricing_tableHf .study_packagese5 {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.pricing_tableHf {
    padding: 60px 0;
}.pricing_tableHf .plan_feetD {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing_tableHf .study_packagese5 h2 {
    font-size: calc(36px - 4px);
}.pricing_tableHf .img_grid_wrapperuB {
    height: 180px;
}.pricing_tableHf .fee_schemestG {
    padding: 25px;
}
}

@media (max-width: 480px) {.pricing_tableHf {
    padding: 50px 0;
}.pricing_tableHf .fee_schemestG h3 {
    font-size: 24px;
}.pricing_tableHf .cost_ratesNr {
    font-size: calc(24px - 2px);
}.pricing_tableHf .img_grid_wrapperuB {
    height: 160px;
}.pricing_tableHf .fee_schemestG {
    padding: 20px;
}}.primary_page7G {
    display: flex;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,224,213) 0%, rgba(0, 0, 0, 0.5) 100%);
}.primary_page7G::before {
    background: linear-gradient(to right, rgb(210,180,158,0.5) 0%, transparent 75%);
    content: "";
    opacity: 0.4;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    height: 100%;
    left: 0;
}.primary_page7G::after {
    content: "";
    opacity: 0.1;
    background: rgb(180,143,114);
    width: 35%;
    height: 70%;
    position: absolute;
    bottom: -10%;
    right: -5%;
    z-index: 0;
    transform: rotate(-15deg);
}.primary_page7G .course_primaryIf {
    position: relative;
    display: grid;
    gap: 2rem;
    grid-template-columns: 1fr;
    max-width: 1200px;
    z-index: 2;
    width: 90%;
    padding: 2rem;
}.primary_page7G .course_primaryIf > div:first-child {
    padding: 1.5rem;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-1rem);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
}.primary_page7G .course_primaryIf > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.primary_page7G .course_primaryIf > div:first-child p {
    color: #000000;
    font-weight: 600;
    z-index: 3;
    line-height: 1.6;
    position: relative;
    font-size: calc(14px * 1.2);
    margin: 0;
    font-family: Arial, sans-serif;
}.primary_page7G .learn_cornerhP {
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.primary_page7G .learn_cornerhP > div {
    justify-content: space-between;
    flex-direction: column;
    min-height: 400px;
    position: relative;
    padding: 3rem 2rem;
    height: 100%;
    display: flex;
}.primary_page7G .learn_cornerhP > div::before {
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    height: 100%;
    z-index: 1;
}.primary_page7G .learn_cornerhP h3 {
    max-width: 90%;
    transform: translateX(1rem);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 2rem;
    font-size: calc(18px * 1.1);
    transition: all 0.4s ease;
    opacity: 0.9;
    line-height: 1.4;
    z-index: 2;
}.primary_page7G .learn_cornerhP:hover h3 {
    opacity: 1;
    transform: translateX(0);
}.primary_page7G .learn_cornerhP div div {
    position: relative;
    z-index: 2;
}.primary_page7G .learn_cornerhP div div div {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(1rem);
}.primary_page7G .learn_cornerhP:hover div div div {
    transform: translateY(0);
}.primary_page7G .title_style_header {
    line-height: 1.2;
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: calc(46px * 0.9);
    color: rgb(210,180,158);
    padding-left: 1rem;
}.primary_page7G .title_style_header::before {
    left: 0;
    height: 100%;
    transition: transform 0.3s ease;
    content: "";
    width: 4px;
    position: absolute;
    transform: scaleY(0.8);
    top: 0;
    background: rgb(180,143,114);
}.primary_page7G .learn_cornerhP:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.primary_page7G .course_primaryIf {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.primary_page7G .course_primaryIf > div:first-child {
    transform: translateY(0) translateX(-1rem);
    align-self: center;
}.primary_page7G .course_primaryIf > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.primary_page7G .title_style_header {
    font-size: 46px;
}.primary_page7G .learn_cornerhP > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.primary_page7G .course_primaryIf {
    width: 85%;
    padding: 3rem;
}.primary_page7G .learn_cornerhP h3 {
    max-width: 80%;
    font-size: 18px;
}.primary_page7G .learn_cornerhP > div {
    padding: 4rem 3rem;
}.primary_page7G .learn_cornerhP div div div {
    padding: 3rem;
    max-width: 85%;
}
}

@media (max-width: 767px) {.primary_page7G {
    padding: 4rem 0;
}.primary_page7G .course_primaryIf {
    gap: 1.5rem;
}.primary_page7G .title_style_header {
    font-size: calc(31px * 0.9);
}.primary_page7G .learn_cornerhP h3 {
    font-size: calc(16px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 480px) {.primary_page7G .course_primaryIf {
    padding: 1rem;
    width: 95%;
}.primary_page7G .course_primaryIf > div:first-child {
    padding: 1rem;
}.primary_page7G .course_primaryIf > div:first-child p {
    font-size: 14px;
}.primary_page7G .learn_cornerhP > div {
    min-height: 350px;
    padding: 2rem 1rem;
}.primary_page7G .learn_cornerhP div div div {
    padding: 1.5rem;
}}footer {
    width: 100%;
    position: relative;
}footer .price_tablebi {
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(180,143,114);
    padding: 80px 0 30px;
    position: relative;
}footer .price_tablebi::before {
    background-size: 80px 140px;
    height: 100%;
    opacity: 0.05;
    left: 0;
    content: "";
    width: 100%;
    pointer-events: none;
    background-image: 
        linear-gradient(30deg, rgb(180,143,114) 12%, transparent 12.5%, transparent 87%, rgb(180,143,114) 87.5%, rgb(180,143,114)),
        linear-gradient(150deg, rgb(180,143,114) 12%, transparent 12.5%, transparent 87%, rgb(180,143,114) 87.5%, rgb(180,143,114)),
        linear-gradient(30deg, rgb(180,143,114) 12%, transparent 12.5%, transparent 87%, rgb(180,143,114) 87.5%, rgb(180,143,114)),
        linear-gradient(150deg, rgb(180,143,114) 12%, transparent 12.5%, transparent 87%, rgb(180,143,114) 87.5%, rgb(180,143,114)),
        linear-gradient(60deg, rgb(210,180,158,0.5) 25%, transparent 25.5%, transparent 75%, rgb(210,180,158,0.5) 75%, rgb(210,180,158,0.5)),
        linear-gradient(60deg, rgb(210,180,158,0.5) 25%, transparent 25.5%, transparent 75%, rgb(210,180,158,0.5) 75%, rgb(210,180,158,0.5));
    position: absolute;
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}footer .price_tablebi::after {
    pointer-events: none;
    top: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(210,180,158), rgb(180,143,114));
    content: "";
}footer .support_ctaqR {
    z-index: 1;
    position: relative;
}footer .talk_form0j {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
    gap: 20px;
}footer .info_item {
    max-width: 300px;
    display: flex;
    min-height: 60px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    justify-content: center;
    min-width: 200px;
    cursor: pointer;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    flex: 0 1 auto;
    transition: all 0.4s ease;
    padding: 20px 25px;
    align-items: center;
}footer .info_item::before {
    pointer-events: none;
    background-color: rgb(180,143,114);
    right: 3px;
    left: 3px;
    content: "";
    z-index: -1;
    bottom: 3px;
    position: absolute;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    top: 3px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(210,180,158);
}footer .info_item svg {
    width: 20px;
    fill: rgb(210,180,158);
    flex-shrink: 0;
    height: 20px;
    margin-right: 12px;
    transition: fill 0.3s ease;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    z-index: 1;
    overflow: hidden;
    font-size: 13px;
    cursor: pointer;
    text-decoration: none;
    height: 100%;
    align-items: center;
    width: 100%;
}footer .text_main_holder {
    display: grid;
    gap: 50px;
    position: relative;
    padding-top: 40px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    content: "";
    pointer-events: none;
    height: 1px;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    left: 10%;
    width: 80%;
}footer .main_primary8k {
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    max-width: 350px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    display: flex;
    padding: 20px;
}footer .main_primary8k::before {
    background-color: rgb(180,143,114);
    content: "";
    z-index: -1;
    left: 3px;
    pointer-events: none;
    top: 3px;
    bottom: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    position: absolute;
}footer .main_primary8k svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    width: auto;
}footer .blog_refqQ {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}footer .top_headTP {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 17px;
    padding: 30px;
    position: relative;
}footer .top_headTP h5 {
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 22px;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
}footer .top_headTP h5::after {
    pointer-events: none;
    left: 0;
    width: 50px;
    bottom: 0;
    position: absolute;
    background-color: rgb(210,180,158);
    content: "";
    height: 2px;
}footer .header_learnIX {
    gap: 5px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}footer .header_learnIX a {
    padding: 12px 15px;
    background-color: rgba(255, 255, 255, 0.03);
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 13px;
}footer .header_learnIX a::before {
    pointer-events: none;
    width: 0;
    top: 50%;
    border-bottom: 4px solid transparent;
    opacity: 0;
    transform: translateY(-50%);
    left: 5px;
    border-left: 4px solid rgb(210,180,158);
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    border-top: 4px solid transparent;
    height: 0;
}footer .header_learnIX a:hover {
    padding-left: 25px;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.05);
}footer .header_learnIX a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 17px;
    position: relative;
    padding: 30px;
}footer .subscribe_holder::before {
    left: 0;
    top: 0;
    opacity: 0.05;
    border-radius: 17px;
    background-size: 20px 20px;
    content: "";
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(210,180,158,0.5) 49%, rgb(210,180,158,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(210,180,158,0.5) 49%, rgb(210,180,158,0.5) 51%, transparent 52%);
    height: 100%;
    position: absolute;
    pointer-events: none;
    width: 100%;
}footer .subscribe_holder h5 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 700;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    z-index: 5;
    width: 100%;
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
}footer .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    font-size: 13px;
    -webkit-appearance: none;
    z-index: 5;
    cursor: text;
    appearance: none;
    padding: 14px 16px;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    background-color: rgba(255, 255, 255, 0.08);
    border-color: rgb(210,180,158);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_authorization6c {
    z-index: 5;
    background-color: rgb(210,180,158);
    font-weight: 600;
    font-size: 19px;
    position: relative;
    border: none;
    padding: 14px 20px;
    color: #ffffff;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
}footer .sub_authorization6c:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(180,143,114);
    transform: translateY(-3px);
}footer .story_spotHr {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .footer_addressOo {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0 20px;
}footer .footer_addressOo::before,
footer .footer_addressOo::after {
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    position: absolute;
    content: "";
    width: 20px;
    top: 50%;
    height: 1px;
}footer .footer_addressOo::before {
    transform: rotate(-45deg);
    left: -10px;
}footer .footer_addressOo::after {
    right: -10px;
    transform: rotate(45deg);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_authorization6c {
    min-width: 150px;
    width: auto;
    flex-shrink: 0;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .header_learnIX {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .price_tablebi {
    padding: 60px 0 30px;
}footer .talk_form0j {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .top_headTP, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main_primary8k {
    padding: 15px;
    margin-bottom: 20px;
}footer .story_spotHr {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .price_tablebi {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .top_headTP h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}footer .top_headTP, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_authorization6c {
    padding: 12px;
}}.secure_retreat8v {
    background: linear-gradient(165deg, rgb(239,224,213) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 4rem 1.5rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.secure_retreat8v::before {
    z-index: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(210,180,158,0.5) 0,
        rgb(210,180,158,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    opacity: 0.05;
    content: "";
    width: 100%;
}.secure_retreat8v .container {
    position: relative;
    padding: 3.5rem 2.5rem;
    transform: translateZ(0);
    background: #ffffff;
    max-width: 1140px;
    z-index: 1;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}.secure_retreat8v h1 {
    font-size: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding-bottom: 1rem;
    transform: translateY(0);
    margin: 0 0 2rem;
    line-height: 1.2;
    color: rgb(210,180,158);
    font-weight: 700;
}.secure_retreat8v h1::after {
    bottom: 0;
    position: absolute;
    height: 3px;
    width: 80px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(210,180,158) 0%, rgb(180,143,114) 100%);
    transition: width 0.4s ease-out;
}.secure_retreat8v:hover h1::after {
    width: 120px;
}.secure_retreat8v h2 {
    font-weight: 600;
    position: relative;
    color: rgb(180,143,114);
    font-size: 33px;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
}.secure_retreat8v h2::before {
    left: 0;
    height: 100%;
    content: "";
    border-radius: 2px;
    top: 0;
    position: absolute;
    transition: transform 0.3s ease;
    transform: scaleY(0.8);
    width: 4px;
    background: rgb(210,180,158);
}.secure_retreat8v h2:hover::before {
    transform: scaleY(1);
}.secure_retreat8v h3 {
    color: #000000;
    position: relative;
    margin: 2.2rem 0 1rem;
    font-weight: 600;
    font-size: calc(33px * 0.85);
    padding-left: 1.5rem;
}.secure_retreat8v h3::before {
    content: "";
    height: 2px;
    transform: translateY(-50%);
    position: absolute;
    width: 12px;
    top: 50%;
    background: rgb(180,143,114);
    left: 0;
}.secure_retreat8v h4 {
    position: relative;
    padding-left: 1.5rem;
    font-size: calc(33px * 0.7);
    color: #000000;
    margin: 2rem 0 0.8rem;
    font-weight: 400;
}.secure_retreat8v h4::before {
    top: 50%;
    content: "→";
    position: absolute;
    font-size: 0.9em;
    transform: translateY(-50%);
    left: 0;
    color: rgb(210,180,158);
}.secure_retreat8v p {
    max-width: 92%;
    transition: opacity 0.3s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-size: 15px;
    line-height: 1.7;
}.secure_retreat8v p:hover {
    opacity: 1;
}.secure_retreat8v p strong {
    color: #000000;
    position: relative;
    font-weight: 600;
    z-index: 1;
}.secure_retreat8v p strong::after {
    transform-origin: left;
    bottom: 0;
    position: absolute;
    height: 30%;
    background-color: rgb(210,180,158,0.5);
    width: 100%;
    transition: transform 0.3s ease;
    z-index: -1;
    left: 0;
    transform: scaleX(0.95);
    content: "";
}.secure_retreat8v p strong:hover::after {
    transform: scaleX(1);
}.secure_retreat8v ul {
    position: relative;
    margin: 1.5rem 0;
    padding: 0.5rem 0 1rem 1.5rem;
    list-style: none;
}.secure_retreat8v ul::before {
    content: "";
    left: 0;
    width: 3px;
    position: absolute;
    background: linear-gradient(180deg, rgb(210,180,158) 0%, rgb(210,180,158,0.5) 100%);
    top: 0;
    bottom: 0;
    border-radius: 1.5px;
}.secure_retreat8v li {
    font-size: 15px;
    padding-left: 1.5rem;
    line-height: 1.7;
    margin-bottom: 1rem;
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
}.secure_retreat8v li::before {
    width: 8px;
    border-radius: 50%;
    height: 8px;
    transform: translateY(-50%);
    background: rgb(180,143,114);
    left: 0;
    content: "";
    top: 0.75em;
    transition: background 0.3s ease;
    position: absolute;
}.secure_retreat8v li:hover {
    transform: translateX(3px);
}.secure_retreat8v li:hover::before {
    background: rgb(210,180,158);
}.secure_retreat8v span {
    opacity: 0.85;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    color: #000000;
    font-size: calc(15px * 0.95);
    border-left: 3px solid rgb(180,143,114);
    margin-bottom: 2rem;
    display: block;
    line-height: 1.65;
    background-color: rgba(rgb(180,143,114,0.5), 0.07);
}.secure_retreat8v span:hover {
    opacity: 1;
    background-color: rgba(rgb(180,143,114,0.5), 0.1);
}

@media screen and (max-width: 992px) {.secure_retreat8v {
    padding: 3rem 1rem;
}.secure_retreat8v .container {
    padding: 2.5rem 2rem;
}.secure_retreat8v h1 {
    font-size: calc(40px * 0.9);
}.secure_retreat8v h2 {
    font-size: calc(33px * 0.9);
}.secure_retreat8v p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.secure_retreat8v {
    padding: 2.5rem 0.75rem;
}.secure_retreat8v .container {
    padding: 2rem 1.5rem;
}.secure_retreat8v h1 {
    font-size: calc(40px * 0.8);
    margin-bottom: 1.5rem;
}.secure_retreat8v h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.secure_retreat8v h3 {
    font-size: calc(33px * 0.7);
}.secure_retreat8v h4 {
    font-size: calc(33px * 0.6);
}.secure_retreat8v p, 
    .secure_retreat8v li {
    font-size: calc(15px * 0.95);
}.secure_retreat8v span {
    padding: 0.75rem 1rem;
    font-size: calc(15px * 0.9);
}
}

@media screen and (max-width: 576px) {.secure_retreat8v {
    padding: 2rem 0.5rem;
}.secure_retreat8v .container {
    padding: 1.5rem 1.25rem;
}.secure_retreat8v h1 {
    font-size: calc(40px * 0.7);
    padding-bottom: 0.75rem;
}.secure_retreat8v h1::after {
    height: 2px;
    width: 60px;
}.secure_retreat8v:hover h1::after {
    width: 90px;
}.secure_retreat8v h2 {
    font-size: calc(33px * 0.7);
    padding-left: 0.75rem;
}.secure_retreat8v h2::before {
    width: 3px;
}.secure_retreat8v h3, 
    .secure_retreat8v h4 {
    padding-left: 1.25rem;
}.secure_retreat8v ul {
    padding-left: 1rem;
}.secure_retreat8v li {
    padding-left: 1.25rem;
}.secure_retreat8v li::before {
    width: 6px;
    height: 6px;
}.secure_retreat8v span {
    border-left: 2px solid rgb(180,143,114);
    padding: 0.75rem 0.75rem;
}}#cookieMessagePanelTh {
    display: none;
}#cookieMessagePanelTh:checked ~ .cookie_popup_interruptN7 {
    visibility: hidden;
    opacity: 0;
}.cookie_popup_interruptN7 {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    width: 100%;
    bottom: 0;
    z-index: 90;
    position: fixed;
    padding: 20px 0;
    background: rgb(180,143,114);
    border-top: 3px solid rgb(210,180,158);
}.cookie_reset4p {
    border-radius: 24px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
    gap: 20px;
    border: 2px dashed rgb(210,180,158);
    background: rgba(0, 0, 0, 0.5);
}.cookie_popup_interruptN7 h5 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgb(210,180,158);
    margin: 0;
}.cookie_popup_interruptN7 p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    position: relative;
    margin: 0;
}.user_trackerDf {
    align-items: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    border-radius: 24px;
    background: rgb(210,180,158,0.5);
}.user_trackerDf svg {
    width: 60px;
    height: 60px;
    fill: rgb(210,180,158);
}.cookie_boxJz {
    font-size: 18px;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    line-height: 40px;
    margin-left: 10px;
    background: rgb(210,180,158);
    border: 2px solid rgb(210,180,158);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    min-width: 140px;
    flex-shrink: 0;
}.cookie_boxJz:hover {
    background-color: rgb(180,143,114);
    box-shadow: 0 0 10px rgb(180,143,114);
}.cookie_button.data_approvalVj {
    color: #ffffff;
    border: 2px solid rgb(180,143,114);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.data_approvalVj:hover {
    box-shadow: 0 0 10px rgb(180,143,114);
}.cookie_popup_interruptN7 p a {
    color: rgb(210,180,158);
    text-decoration: none;
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(210,180,158);
}.cookie_popup_interruptN7 p a:hover {
    color: rgb(180,143,114);
}
@media only screen and (max-width: 1200px) {.cookie_popup_interruptN7 {
    padding: 15px 0;
}.cookie_reset4p {
    padding: 15px 5%;
}.user_trackerDf {
    display: none;
}.cookie_reset4p {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie_popup_interruptN7 h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.consent_ackVC {
    margin-bottom: 15px;
}.cookie_boxJz {
    min-width: 100%;
    margin: 10px 0;
}}
.course_featuresDy {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(45deg, rgb(180,143,114,0.5) 0%, rgb(239,224,213) 50%, rgb(210,180,158,0.5) 100%);
}.course_featuresDy::before {
    animation: rotate 60s linear infinite;
    left: -50%;
    background: 
        radial-gradient(ellipse at center, transparent 0%, transparent 65%, rgb(180,143,114,0.5) 100%);
    content: "";
    z-index: 1;
    top: -50%;
    height: 200%;
    position: absolute;
    width: 200%;
}.course_featuresDy::after {
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(
        rgb(180,143,114,0.5),
        transparent 20%,
        transparent 80%,
        rgb(210,180,158,0.5)
    );
    top: 0;
    z-index: 2;
    height: 100%;
}.course_featuresDy .container {
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    z-index: 3;
}.course_featuresDy .knowledge_pathl3 {
    margin-bottom: 2rem;
    position: relative;
    display: flex;
    flex-direction: column;
}.course_featuresDy .text_holder_itemDO {
    max-width: 800px;
    text-align: center;
    margin-right: auto;
    margin-bottom: 4rem;
    margin-left: auto;
}.course_featuresDy h2 {
    margin-bottom: 3rem;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 40px;
}.course_featuresDy h2::before,
.course_featuresDy h2::after {
    background: linear-gradient(to right, transparent, rgb(210,180,158), transparent);
    left: -25%;
    position: absolute;
    height: 3px;
    content: "";
    width: 150%;
}.course_featuresDy h2::before {
    top: -15px;
}.course_featuresDy h2::after {
    bottom: -15px;
}.course_featuresDy .description {
    opacity: 0;
    transform: translateY(30px);
    animation-delay: 0.2s;
    line-height: 1.8;
    animation: slideUp 0.8s forwards;
    color: #000000;
    position: relative;
    font-size: calc(16px * 1.1);
    margin-bottom: 1.5rem;
}.course_featuresDy .description:nth-of-type(2) {
    animation-delay: 0.5s;
}.course_featuresDy .img_grid_wrapperuB {
    border-radius: 23px;
    margin-top: 2rem;
    position: relative;
    height: 500px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 100%;
    transform: scale(0.95);
}.course_featuresDy .img_grid_wrapperuB::before {
    top: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        rgb(210,180,158,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(180,143,114,0.5) 100%
    );
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    content: "";
}.course_featuresDy .img_grid_wrapperuB:hover {
    transform: scale(1);
}.course_featuresDy .img_grid_wrapperuB:hover::before {
    opacity: 0.4;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media screen and (max-width: 992px) {.course_featuresDy {
    padding: 5rem 1.5rem;
}.course_featuresDy .text_holder_itemDO {
    margin-bottom: 3rem;
}.course_featuresDy h2 {
    font-size: calc(40px * 0.85);
}.course_featuresDy .img_grid_wrapperuB {
    height: 400px;
}
}

@media screen and (max-width: 768px) {.course_featuresDy {
    padding: 4rem 1rem;
}.course_featuresDy .text_holder_itemDO {
    margin-bottom: 2rem;
}.course_featuresDy h2 {
    font-size: calc(40px * 0.7);
}.course_featuresDy h2::before,
    .course_featuresDy h2::after {
    left: -10%;
    width: 120%;
}.course_featuresDy .description {
    font-size: 16px;
}.course_featuresDy .img_grid_wrapperuB {
    height: 300px;
}
}