* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1116px;
}.site_start97534 {
    flex: 1 0 auto;
}.wrapper-section54380 {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.faq_block56279 {
    flex: 0 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thxContent87423 {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,217,197), rgb(232,217,197) 60%, rgb(161,152,130,0.5) 140%);
}.thxContent87423::before {
    right: -10%;
    content: "";
    width: 50%;
    position: absolute;
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate;
    transform: rotate(15deg) skew(5deg);
    top: -5%;
    background: linear-gradient(145deg, rgb(194,184,163,0.5) 10%, transparent 70%);
    height: 70%;
    filter: blur(20px);
    opacity: 0.8;
}.thxContent87423::after {
    content: "";
    filter: blur(15px);
    background: linear-gradient(215deg, rgb(161,152,130,0.5) 15%, transparent 65%);
    animation: float 15s ease-in-out infinite alternate-reverse;
    height: 60%;
    bottom: -8%;
    left: -5%;
    width: 40%;
    z-index: 1;
    opacity: 0.7;
    transform: rotate(-10deg) skew(-5deg);
    position: absolute;
}.thxContent87423 .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.thxContent87423 h2 {
    line-height: 1.3;
    font-size: 30px;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    max-width: 90%;
    font-weight: 700;
}.thxContent87423 h2::after {
    background: linear-gradient(90deg, rgb(194,184,163), rgb(161,152,130));
    bottom: -0.8rem;
    transform: scaleX(1);
    content: "";
    left: 0;
    transform-origin: left center;
    width: 80px;
    transition: transform 0.6s ease-out;
    position: absolute;
    height: 4px;
}.thxContent87423:hover h2 {
    transform: translateY(-5px);
}.thxContent87423:hover h2::after {
    transform: scaleX(1.2);
}.thxContent87423 .team_bios73961 {
    backdrop-filter: blur(8px);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 1rem;
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    transform: translateZ(0);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    padding: 2.5rem;
    border-radius: calc(16px / 1.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.thxContent87423 .team_bios73961::before {
    top: 0;
    animation: gradientMove 8s ease infinite;
    height: 4px;
    content: "";
    background-size: 200% 100%;
    background: linear-gradient(90deg, rgb(194,184,163), rgb(161,152,130), rgb(194,184,163));
    position: absolute;
    left: 0;
    width: 100%;
}.thxContent87423 .team_bios73961:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}.thxContent87423 ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}.thxContent87423 li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 0.5rem;
}.thxContent87423 li::before {
    position: absolute;
    top: 0.5rem;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
    transform: scale(0.8);
    left: 0;
    width: 10px;
    content: "";
    background: rgb(194,184,163);
    height: 10px;
}.thxContent87423 li:hover::before {
    transform: scale(1.1);
    background: rgb(161,152,130);
}.thxContent87423 li span {
    transition: transform 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
    display: block;
    font-size: calc(18px * 1.05);
}.thxContent87423 li:hover span {
    transform: translateX(5px);
}

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.thxContent87423 {
    padding: 4rem 0;
}.thxContent87423 h2 {
    max-width: 100%;
    font-size: calc(30px * 0.9);
}.thxContent87423 .team_bios73961 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxContent87423 {
    padding: 3.5rem 0;
}.thxContent87423 h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.thxContent87423 h2::after {
    height: 3px;
    width: 60px;
}.thxContent87423 .team_bios73961 {
    padding: 1.8rem;
}.thxContent87423 li {
    padding-left: 1.8rem;
}.thxContent87423 li span {
    font-size: 18px;
}
}

@media (max-width: 576px) {.thxContent87423 {
    padding: 3rem 0;
}.thxContent87423 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.thxContent87423 h2::after {
    height: 3px;
    width: 50px;
}.thxContent87423 .team_bios73961 {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.thxContent87423 li {
    padding-left: 1.5rem;
}.thxContent87423 li::before {
    top: 0.4rem;
    height: 8px;
    width: 8px;
}.thxContent87423 li span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}}.title_opener07863 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgb(232,217,197);
}.title_opener07863::before {
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.3;
    content: "";
    z-index: 1;
    background-size: 100px 100px;
    animation: backgroundMove 60s linear infinite;
    width: 100%;
    background: linear-gradient(135deg, rgb(194,184,163,0.5) 25%, transparent 25%, transparent 50%, rgb(161,152,130,0.5) 50%, rgb(161,152,130,0.5) 75%, transparent 75%);
    left: 0;
}.title_opener07863::after {
    top: 0;
    height: 100%;
    z-index: 2;
    animation: pulseGlow 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 20%, rgb(194,184,163,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(161,152,130,0.5) 0%, transparent 25%),
        radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.5) 0%, transparent 50%);
    filter: blur(10px);
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
}.title_opener07863 .team_bios73961 {
    height: 100vh;
    flex-direction: column;
    display: flex;
    z-index: 3;
    position: relative;
    width: 100%;
}.title_opener07863 .edu_skill52140 {
    height: 100vh;
    overflow: hidden;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}.title_opener07863 .edu_skill52140 input {
    display: none;
}.title_opener07863 .page_open76413 {
    display: flex;
    transition: transform 1.2s cubic-bezier(0.215, 0.610, 0.355, 1);
    width: 100%;
    height: 100%;
}.title_opener07863 .study_tools28501 {
    height: 100%;
    flex: 0 0 100%;
    overflow: hidden;
    position: relative;
}.title_opener07863 .study_tools28501::before {
    background: linear-gradient(0deg, #000000 0%, transparent 35%, transparent 65%, #000000 100%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    z-index: 2;
    width: 100%;
}.title_opener07863 .study_tools28501 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: transform 8s cubic-bezier(0.165, 0.84, 0.44, 1);
    filter: saturate(1.2) contrast(1.1);
    transform: scale(1.05);
}.title_opener07863 .learn_entry03497 {
    gap: 16px;
    transform: translateX(-50%);
    padding: 12px 24px;
    left: 50%;
    z-index: 10;
    background: linear-gradient(90deg, rgb(194,184,163,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(161,152,130,0.5) 100%);
    border-radius: 11px;
    backdrop-filter: blur(10px);
    bottom: 40px;
    position: absolute;
    display: flex;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}.title_opener07863 .learn_entry03497::before {
    opacity: 0.7;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgb(194,184,163,0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(161,152,130,0.5) 100%);
    inset: 2px;
    content: "";
    border-radius: calc(11px - 2px);
}.title_opener07863 .learn_entry03497 label {
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 12px;
    cursor: pointer;
    height: 12px;
}.title_opener07863 .learn_entry03497 label::before {
    border-radius: 2px;
    position: absolute;
    content: "";
    opacity: 0.3;
    inset: 0;
    transform: rotate(0deg);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.title_opener07863 .learn_entry03497 label::after {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    inset: 2px;
    content: "";
    border-radius: 0;
    position: absolute;
    background: rgb(194,184,163);
    opacity: 0.6;
}.title_opener07863 .learn_entry03497 label:hover::before {
    opacity: 0.8;
    background: #ffffff;
    transform: rotate(45deg);
}.title_opener07863 .learn_entry03497 label:hover::after {
    transform: rotate(-45deg);
    background: rgb(161,152,130);
    opacity: 1;
}.title_opener07863 .text_card67513 {
    height: 100%;
    display: flex;
    width: 100%;
    position: absolute;
    z-index: 5;
    align-items: center;
}.title_opener07863 .text_card67513 .container {
    border-bottom: 1px solid rgb(161,152,130,0.5);
    position: relative;
    padding: 3.5rem;
    max-width: 85%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    border-radius: 11px;
    overflow: hidden;
    margin: 0 auto;
    backdrop-filter: blur(15px);
    border-left: 4px solid rgb(194,184,163);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.65) 100%);
}.title_opener07863 .text_card67513 .container::before {
    left: -50%;
    content: "";
    width: 200%;
    background: 
        radial-gradient(circle at 50% 50%, transparent 15%, rgba(0, 0, 0, 0.5) 50%),
        repeating-conic-gradient(rgb(194,184,163,0.5) 0deg, rgb(194,184,163,0.5) 5deg, transparent 5deg, transparent 10deg, rgb(161,152,130,0.5) 10deg, rgb(161,152,130,0.5) 15deg, transparent 15deg, transparent 20deg);
    z-index: -1;
    top: -50%;
    opacity: 0.05;
    animation: rotateBackground 120s linear infinite;
    height: 200%;
    position: absolute;
}.title_opener07863 .text_card67513 .container::after {
    opacity: 0.2;
    width: 100%;
    background: linear-gradient(45deg, rgb(194,184,163,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    z-index: -1;
    position: absolute;
}.title_opener07863 .text_card67513 h1 {
    color: #ffffff;
    position: relative;
    font-size: 47px;
    text-shadow: 0 2px 4px #000000;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
}.title_opener07863 .text_card67513 h1::before {
    transform-origin: left;
    bottom: -5px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(194,184,163) 0%, rgb(161,152,130) 100%);
    left: 0;
    width: 100%;
    position: absolute;
    height: 2px;
}.title_opener07863 .text_card67513 h3 {
    font-weight: 600;
    display: inline-block;
    text-shadow: 0 1px 2px #000000;
    font-size: 20px;
    color: rgb(161,152,130);
    position: relative;
    margin-bottom: 1.5rem;
}.title_opener07863 .text_card67513 h3::after {
    animation: pulse 2s infinite;
    right: -15px;
    content: "";
    width: 8px;
    background: rgb(194,184,163);
    box-shadow: 0 0 10px rgb(194,184,163), 0 0 20px rgb(194,184,163,0.5);
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    border-radius: 50%;
    height: 8px;
}.title_opener07863 .text_card67513 p {
    color: #ffffff;
    font-size: 15px;
    text-shadow: 0 1px 2px #000000;
    padding-left: 20px;
    position: relative;
    line-height: 1.8;
    border-left: 1px solid rgb(161,152,130,0.5);
    font-weight: 400;
    max-width: 90%;
}.title_opener07863 .text_card67513 p::before {
    width: 7px;
    height: 7px;
    content: "";
    border-radius: 50%;
    top: 0;
    position: absolute;
    left: -3px;
    background: rgb(161,152,130);
}.title_opener07863 .text_card67513 p::after {
    left: -3px;
    bottom: 0;
    border-radius: 50%;
    background: rgb(194,184,163);
    width: 7px;
    height: 7px;
    content: "";
    position: absolute;
}.title_opener07863 input[type="radio"]:nth-of-type(1):checked ~ .page_open76413 {
    transform: translateX(0%);
}.title_opener07863 input[type="radio"]:nth-of-type(2):checked ~ .page_open76413 {
    transform: translateX(-100%);
}.title_opener07863 input[type="radio"]:nth-of-type(3):checked ~ .page_open76413 {
    transform: translateX(-200%);
}.title_opener07863 input[type="radio"]:nth-of-type(4):checked ~ .page_open76413 {
    transform: translateX(-300%);
}.title_opener07863 input[type="radio"]:nth-of-type(5):checked ~ .page_open76413 {
    transform: translateX(-400%);
}.title_opener07863 input[type="radio"]:nth-of-type(6):checked ~ .page_open76413 {
    transform: translateX(-500%);
}.title_opener07863 input[type="radio"]:nth-of-type(7):checked ~ .page_open76413 {
    transform: translateX(-600%);
}.title_opener07863 input[type="radio"]:nth-of-type(8):checked ~ .page_open76413 {
    transform: translateX(-700%);
}.title_opener07863 input[type="radio"]:nth-of-type(9):checked ~ .page_open76413 {
    transform: translateX(-800%);
}.title_opener07863 input[type="radio"]:nth-of-type(10):checked ~ .page_open76413 {
    transform: translateX(-900%);
}.title_opener07863 input[type="radio"]:nth-of-type(1):checked ~ .learn_entry03497 label:nth-of-type(1)::before,
.title_opener07863 input[type="radio"]:nth-of-type(2):checked ~ .learn_entry03497 label:nth-of-type(2)::before,
.title_opener07863 input[type="radio"]:nth-of-type(3):checked ~ .learn_entry03497 label:nth-of-type(3)::before,
.title_opener07863 input[type="radio"]:nth-of-type(4):checked ~ .learn_entry03497 label:nth-of-type(4)::before,
.title_opener07863 input[type="radio"]:nth-of-type(5):checked ~ .learn_entry03497 label:nth-of-type(5)::before,
.title_opener07863 input[type="radio"]:nth-of-type(6):checked ~ .learn_entry03497 label:nth-of-type(6)::before,
.title_opener07863 input[type="radio"]:nth-of-type(7):checked ~ .learn_entry03497 label:nth-of-type(7)::before,
.title_opener07863 input[type="radio"]:nth-of-type(8):checked ~ .learn_entry03497 label:nth-of-type(8)::before,
.title_opener07863 input[type="radio"]:nth-of-type(9):checked ~ .learn_entry03497 label:nth-of-type(9)::before,
.title_opener07863 input[type="radio"]:nth-of-type(10):checked ~ .learn_entry03497 label:nth-of-type(10)::before {
    transform: rotate(45deg) scale(1.2);
    background: #ffffff;
    box-shadow: 0 0 15px #ffffff;
    opacity: 1;
}.title_opener07863 input[type="radio"]:nth-of-type(1):checked ~ .learn_entry03497 label:nth-of-type(1)::after,
.title_opener07863 input[type="radio"]:nth-of-type(2):checked ~ .learn_entry03497 label:nth-of-type(2)::after,
.title_opener07863 input[type="radio"]:nth-of-type(3):checked ~ .learn_entry03497 label:nth-of-type(3)::after,
.title_opener07863 input[type="radio"]:nth-of-type(4):checked ~ .learn_entry03497 label:nth-of-type(4)::after,
.title_opener07863 input[type="radio"]:nth-of-type(5):checked ~ .learn_entry03497 label:nth-of-type(5)::after,
.title_opener07863 input[type="radio"]:nth-of-type(6):checked ~ .learn_entry03497 label:nth-of-type(6)::after,
.title_opener07863 input[type="radio"]:nth-of-type(7):checked ~ .learn_entry03497 label:nth-of-type(7)::after,
.title_opener07863 input[type="radio"]:nth-of-type(8):checked ~ .learn_entry03497 label:nth-of-type(8)::after,
.title_opener07863 input[type="radio"]:nth-of-type(9):checked ~ .learn_entry03497 label:nth-of-type(9)::after,
.title_opener07863 input[type="radio"]:nth-of-type(10):checked ~ .learn_entry03497 label:nth-of-type(10)::after {
    opacity: 1;
    background: rgb(194,184,163);
    transform: rotate(-45deg) scale(0.6);
}.title_opener07863 input[type="radio"]:nth-of-type(1):checked ~ .page_open76413 .study_tools28501:nth-of-type(1) img,
.title_opener07863 input[type="radio"]:nth-of-type(2):checked ~ .page_open76413 .study_tools28501:nth-of-type(2) img,
.title_opener07863 input[type="radio"]:nth-of-type(3):checked ~ .page_open76413 .study_tools28501:nth-of-type(3) img,
.title_opener07863 input[type="radio"]:nth-of-type(4):checked ~ .page_open76413 .study_tools28501:nth-of-type(4) img,
.title_opener07863 input[type="radio"]:nth-of-type(5):checked ~ .page_open76413 .study_tools28501:nth-of-type(5) img,
.title_opener07863 input[type="radio"]:nth-of-type(6):checked ~ .page_open76413 .study_tools28501:nth-of-type(6) img,
.title_opener07863 input[type="radio"]:nth-of-type(7):checked ~ .page_open76413 .study_tools28501:nth-of-type(7) img,
.title_opener07863 input[type="radio"]:nth-of-type(8):checked ~ .page_open76413 .study_tools28501:nth-of-type(8) img,
.title_opener07863 input[type="radio"]:nth-of-type(9):checked ~ .page_open76413 .study_tools28501:nth-of-type(9) img,
.title_opener07863 input[type="radio"]:nth-of-type(10):checked ~ .page_open76413 .study_tools28501:nth-of-type(10) img {
    transform: scale(1.15);
    filter: saturate(1.3) contrast(1.15);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-50%) scale(1.5);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px) brightness(1);
    }
    50% {
        opacity: 0.5;
        filter: blur(15px) brightness(1.2);
    }
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1024px) {.title_opener07863 .text_card67513 .container {
    padding: 2.5rem;
    max-width: 90%;
}.title_opener07863 .text_card67513 p {
    max-width: 95%;
}.title_opener07863 .learn_entry03497 {
    padding: 10px 20px;
}
}

@media screen and (max-width: 768px) {.title_opener07863 .text_card67513 {
    align-items: flex-end;
    padding-bottom: 120px;
}.title_opener07863 .text_card67513 .container {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.75) 100%);
    max-width: 95%;
    padding: 2rem;
}.title_opener07863 .text_card67513 h1 {
    font-size: calc(47px * 0.85);
    margin-bottom: 1.2rem;
}.title_opener07863 .text_card67513 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(20px * 0.9);
}.title_opener07863 .text_card67513 p {
    font-size: calc(15px * 0.95);
    padding-left: 15px;
    max-width: 100%;
}.title_opener07863 .learn_entry03497 {
    gap: 12px;
    bottom: 30px;
}.title_opener07863 .study_tools28501::before {
    background: linear-gradient(0deg, #000000 20%, transparent 50%, #000000 100%);
}
}

@media screen and (max-width: 480px) {.title_opener07863 .text_card67513 {
    padding-bottom: 100px;
}.title_opener07863 .text_card67513 .container {
    border-left: 2px solid rgb(194,184,163);
    padding: 1.5rem;
}.title_opener07863 .text_card67513 h1 {
    font-size: calc(47px * 0.7);
    margin-bottom: 1rem;
}.title_opener07863 .text_card67513 h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 0.8);
}.title_opener07863 .text_card67513 p {
    padding-left: 10px;
}.title_opener07863 .learn_entry03497 {
    gap: 8px;
    padding: 8px 15px;
    bottom: 25px;
}.title_opener07863 .learn_entry03497 label {
    width: 10px;
    height: 10px;
}}.pricing_shelf01537 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(232,217,197) 0%, rgba(245, 247, 252, 1) 100%);
    padding: 100px 0;
}.pricing_shelf01537::before {
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    content: "";
    pointer-events: none;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    position: absolute;
    top: 0;
}.pricing_shelf01537 .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.pricing_shelf01537 .indv_sub50682 {
    display: flex;
    flex-direction: column-reverse;
}.pricing_shelf01537 .pay_options46371 {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}.pricing_shelf01537 .pay_options46371 h2 {
    display: inline-block;
    color: #000000;
    font-size: 31px;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
}.pricing_shelf01537 .pay_options46371 h2::after {
    width: 80px;
    background: rgb(194,184,163);
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    bottom: -10px;
}.pricing_shelf01537 .price_deals63172 {
    max-width: 700px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.6;
    white-space: normal;
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
}.pricing_shelf01537 .payment_plans79503 {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
}.pricing_shelf01537 .price_schemes45860 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    color: #000000;
}.pricing_shelf01537 .price_schemes45860:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing_shelf01537 .monthly_plan43879 {
    background-color: #ffffff;
    display: flex;
    position: relative;
    flex-direction: column;
    overflow: hidden;
    min-height: 450px;
}.pricing_shelf01537 .rate_choice58796 {
    padding: 30px;
    overflow-wrap: break-word;
    white-space: normal;
    word-break: break-word;
    flex: 1;
    position: relative;
    display: flex;
    z-index: 2;
    flex-direction: column;
}.pricing_shelf01537 .rate_choice58796 h3 {
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-size: calc(24px + 2px);
    margin-bottom: 8px;
    font-weight: 600;
    transform: translateX(0);
}.pricing_shelf01537 .price_schemes45860:hover .rate_choice58796 h3 {
    transform: translateX(5px);
}.pricing_shelf01537 .rate_plans85106 {
    color: rgb(194,184,163);
    font-weight: 700;
    position: relative;
    font-size: calc(24px + 4px);
    margin: 15px 0;
    display: inline-block;
}.pricing_shelf01537 .rate_plans85106::before {
    width: 10px;
    top: 50%;
    transition: all 0.3s ease;
    transform: translateX(-10px);
    content: "";
    position: absolute;
    left: -20px;
    background: rgb(194,184,163);
    opacity: 0;
    height: 2px;
}.pricing_shelf01537 .price_schemes45860:hover .rate_plans85106::before {
    transform: translateX(0);
    opacity: 1;
}.pricing_shelf01537 .rate_choice58796 p {
    font-size: 18px;
    overflow-wrap: break-word;
    line-height: 1.6;
    color: #000000;
    margin-top: 15px;
    flex: 1;
    word-break: break-word;
    white-space: normal;
}.pricing_shelf01537 .img_hover53614 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 200px;
    transition: transform 0.6s ease;
}.pricing_shelf01537 .img_hover53614::after {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(0deg, rgba(rgb(194,184,163,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}.pricing_shelf01537 .price_schemes45860:hover .img_hover53614 {
    transform: scale(1.05);
}.pricing_shelf01537 .price_schemes45860:nth-child(odd) .monthly_plan43879 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing_shelf01537 .price_schemes45860:nth-child(even) .monthly_plan43879 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing_shelf01537 .price_schemes45860:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing_shelf01537 .price_schemes45860:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing_shelf01537 .price_schemes45860:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing_shelf01537 .price_schemes45860:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing_shelf01537 .payment_plans79503 {
    grid-template-columns: repeat(2, 1fr);
}.pricing_shelf01537 .pay_options46371 {
    margin-bottom: 60px;
}.pricing_shelf01537 .rate_choice58796 h3 {
    font-size: 24px;
}.pricing_shelf01537 .rate_plans85106 {
    font-size: calc(24px + 2px);
}.pricing_shelf01537 .rate_choice58796 p {
    font-size: calc(18px - 1px);
}
}

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

@media (min-width: 1200px) {.pricing_shelf01537 .payment_plans79503 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_shelf01537 .monthly_plan43879 {
    min-height: 500px;
}.pricing_shelf01537 .img_hover53614 {
    height: 220px;
}.pricing_shelf01537 .rate_choice58796 h3 {
    font-size: calc(24px + 2px);
}.pricing_shelf01537 .rate_plans85106 {
    font-size: calc(24px + 6px);
}}.program_assets30718 {
    position: relative;
    overflow: hidden;
    background: rgb(232,217,197);
    padding: 8rem 0;
}.program_assets30718::before {
    z-index: 1;
    background: rgb(194,184,163,0.5);
    top: -20%;
    height: 140%;
    right: -10%;
    position: absolute;
    transform: rotate(-20deg);
    width: 60%;
    content: '';
}.program_assets30718::after {
    width: 60%;
    transform: rotate(-20deg);
    left: -10%;
    bottom: -20%;
    background: rgb(161,152,130,0.5);
    content: '';
    position: absolute;
    height: 140%;
    z-index: 1;
    opacity: 0.4;
}.program_assets30718 .team_bios73961 {
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    grid-gap: 2rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    margin: 0 auto;
    position: relative;
}.program_assets30718 .img_hover53614 {
    grid-column: 1 / span 7;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    overflow: hidden;
    grid-row: 1;
    height: 500px;
    transform: translateY(30px);
    animation: float 6s ease-in-out infinite;
    position: relative;
}.program_assets30718 .img_hover53614::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(
        45deg,
        rgb(194,184,163,0.5) 0%,
        transparent 40%,
        transparent 60%,
        rgb(161,152,130,0.5) 100%
    );
    top: 0;
}.program_assets30718 .text_card67513 {
    padding: 3rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1);
    align-self: center;
    grid-row: 1;
    z-index: 3;
    border-radius: 22px;
    background: #ffffff;
    grid-column: 6 / span 7;
}.program_assets30718 h2 {
    position: relative;
    padding-left: 1.5rem;
    border-left: 5px solid rgb(194,184,163);
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 2.5rem;
}.program_assets30718 .text_main_holder {
    display: grid;
    gap: 2rem;
}.program_assets30718 .text_main_holder > div {
    display: flex;
    transition: all 0.3s ease;
    align-items: flex-start;
    position: relative;
}.program_assets30718 .text_main_holder > div::before {
    background: rgb(194,184,163);
    transform-origin: right;
    left: -3rem;
    content: '';
    top: 1.2rem;
    width: 2rem;
    transition: transform 0.3s ease;
    height: 1px;
    transform: scaleX(0);
    position: absolute;
}.program_assets30718 .text_main_holder > div:hover::before {
    transform: scaleX(1);
}.program_assets30718 .text_main_holder > div:hover {
    transform: translateX(5px);
}.program_assets30718 .text_main_holder svg {
    height: 2.5rem;
    transition: all 0.3s ease;
    background: rgb(194,184,163,0.5);
    width: 2.5rem;
    padding: 0.6rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    border-radius: 22px;
}.program_assets30718 .text_main_holder > div:hover svg {
    background: rgb(194,184,163);
    transform: scale(1.1);
}.program_assets30718 .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.program_assets30718 .text_main_holder > div:hover svg path {
    fill: #ffffff;
}.program_assets30718 .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    padding-top: 0.3rem;
    color: #000000;
    font-size: 15px;
}

@keyframes float {
    0% {
        transform: translateY(30px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(30px);
    }
}

@media (max-width: 1100px) {.program_assets30718 .img_hover53614 {
    grid-column: 1 / span 5;
}.program_assets30718 .text_card67513 {
    grid-column: 4 / span 9;
}
}

@media (max-width: 992px) {.program_assets30718 .team_bios73961 {
    grid-gap: 0;
    grid-template-columns: 1fr;
}.program_assets30718 .img_hover53614 {
    height: 400px;
    grid-column: 1;
    margin-bottom: -50px;
    grid-row: 1;
}.program_assets30718 .text_card67513 {
    margin: 0 2rem;
    grid-column: 1;
    grid-row: 2;
    width: auto;
}
}

@media (max-width: 768px) {.program_assets30718 {
    padding: 6rem 0;
}.program_assets30718 .img_hover53614 {
    transform: translateY(0);
    margin-bottom: -30px;
    animation: none;
    height: 350px;
}.program_assets30718 .text_card67513 {
    padding: 2rem;
}.program_assets30718 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 2rem;
}
}

@media (max-width: 576px) {.program_assets30718 {
    padding: 5rem 0;
}.program_assets30718 .team_bios73961 {
    padding: 0 1rem;
}.program_assets30718 .img_hover53614 {
    margin-bottom: -20px;
    height: 250px;
}.program_assets30718 .text_card67513 {
    margin: 0 1rem;
    padding: 1.5rem;
}.program_assets30718 .text_main_holder > div {
    align-items: center;
}.program_assets30718 .text_main_holder > div::before {
    display: none;
}.program_assets30718 .text_main_holder svg {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
}.program_assets30718 .text_main_holder p {
    font-size: calc(15px * 0.9);
}}header .top_plank {
    background: rgb(194,184,163);
    color:  #ffffff;
}header .top_plank .top_warning29456 div svg, header .top_plank .top_warning29456 div svg path {
    fill: #ffffff;
}header .top_plank .top_warning29456 div span {
    color: #ffffff;
}header .top_plank .top_warning29456 {
    flex-wrap: wrap;
    width: 100%;
    padding: 15px 0 10px 0;
    font-size: 12px;
    line-height: 21px;
    align-items: center;
    display: flex;
    justify-content: flex-start;
}header .top_plank .top_warning29456 div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 24px;
}header .top_plank .top_warning29456 div img, header .top_plank .top_warning29456 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.connect_form46985 {
    padding: 80px 0;
    position: relative;
}.connect_form46985::before {
    z-index: 1;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
}.connect_form46985 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.connect_form46985 .message_message46852 {
    grid-template-columns: 45% 55%;
    background: #ffffff;
    position: relative;
    border-radius: 0;
    display: grid;
    overflow: hidden;
}.connect_form46985 .message_message46852::before {
    border-radius: 50%;
    top: -150px;
    width: 300px;
    background: rgb(194,184,163,0.5);
    left: -150px;
    z-index: 0;
    position: absolute;
    height: 300px;
    content: "";
}.connect_form46985 .message_message46852::after {
    right: -150px;
    width: 300px;
    background: rgb(161,152,130,0.5);
    bottom: -150px;
    height: 300px;
    z-index: 0;
    position: absolute;
    border-radius: 50%;
    content: "";
}.connect_form46985 .request_request98374 {
    position: relative;
    z-index: 1;
    padding: 50px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}.connect_form46985 .request_request98374 h3 {
    margin-bottom: 40px;
    position: relative;
    font-weight: 700;
    color: rgb(194,184,163);
    font-size: 33px;
}.connect_form46985 .request_request98374 h3::after {
    left: 0;
    bottom: -15px;
    height: 4px;
    background-color: rgb(161,152,130);
    width: 60px;
    position: absolute;
    content: "";
}.connect_form46985 .request_request98374 div {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}.connect_form46985 .request_request98374 div:last-of-type {
    border-bottom: none;
}.connect_form46985 .request_request98374 div svg {
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.connect_form46985 .request_request98374 div svg path {
    fill: rgb(194,184,163);
    transition: fill 0.3s ease;
}.connect_form46985 .request_request98374 div:hover svg path {
    fill: rgb(161,152,130);
}.connect_form46985 .request_request98374 div span {
    color: #000000;
    font-size: 14px;
}.connect_form46985 .request_request98374 div span a {
    color: #000000;
    transition: color 0.3s ease;
    text-decoration: none;
}.connect_form46985 .request_request98374 div span a:hover {
    color: rgb(194,184,163);
}.connect_form46985 .message_reach15678 {
    z-index: 1;
    position: relative;
    padding: 50px;
    background-color: #ffffff;
}.connect_form46985 .message_reach15678 h3 {
    color: #000000;
    font-weight: 600;
    font-size: 21px;
    margin-bottom: 30px;
}.connect_form46985 form {
    flex-direction: column;
    display: flex;
}.connect_form46985 form input[type="text"],
.connect_form46985 form input[type="email"] {
    background-color: rgb(232,217,197);
    font-size: 14px;
    color: #000000;
    margin-bottom: 20px;
    border: none;
    padding: 0 20px;
    height: 55px;
    border-radius: 10px;
    transition: all 0.3s ease;
}.connect_form46985 form input[type="text"]:focus,
.connect_form46985 form input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgb(194,184,163,0.5);
}.connect_form46985 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.connect_form46985 .support_reach10894 {
    position: relative;
    margin-bottom: 25px;
}.connect_form46985 .support_reach10894 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 0;
    width: 0;
    cursor: pointer;
}.connect_form46985 .support_reach10894 label {
    line-height: 1.6;
    color: #000000;
    display: block;
    padding-left: 35px;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}.connect_form46985 .support_reach10894 label::before {
    border-radius: 10px;
    height: 20px;
    width: 20px;
    transition: all 0.3s ease;
    background-color: rgb(232,217,197);
    top: 2px;
    content: "";
    position: absolute;
    left: 0;
}.connect_form46985 .support_reach10894 input[type="checkbox"]:checked + label::before {
    background-color: rgb(194,184,163);
}.connect_form46985 .support_reach10894 input[type="checkbox"]:checked + label::after {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    height: 12px;
    position: absolute;
    top: 3px;
    content: "";
    width: 6px;
    left: 7px;
    transform: rotate(45deg);
}.connect_form46985 .support_reach10894 label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(194,184,163);
}.connect_form46985 .support_reach10894 label a:hover {
    text-decoration: underline;
    color: rgb(161,152,130);
}.connect_form46985 form .request_list04658 {
    font-weight: 600;
    border-radius: 10px;
    padding: 16px 30px;
    align-self: flex-start;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    font-size: 17px;
    display: inline-block;
    background-color: rgb(194,184,163);
    border: none;
}.connect_form46985 form .request_list04658:hover {
    background-color: rgb(161,152,130);
}@keyframes borderPulse {
    0% {
        border-color: rgba(0, 0, 0, 0.1);
    }
    50% {
        border-color: rgb(194,184,163,0.5);
    }
    100% {
        border-color: rgba(0, 0, 0, 0.1);
    }
}

.connect_form46985 .request_request98374 div {
    animation: borderPulse 3s infinite;
    animation-delay: calc(var(--n) * 0.5s);
}.connect_form46985 .request_request98374 div:nth-child(2) {
    --n: 0;
}.connect_form46985 .request_request98374 div:nth-child(3) {
    --n: 1;
}.connect_form46985 .request_request98374 div:nth-child(4) {
    --n: 2;
}.connect_form46985 .request_request98374 div:nth-child(5) {
    --n: 3;
}

@media screen and (max-width: 992px) {.connect_form46985 .container {
    width: 90%;
}.connect_form46985 .message_message46852 {
    grid-template-columns: 1fr;
}.connect_form46985 .request_request98374 {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
}

@media screen and (max-width: 576px) {.connect_form46985 {
    padding: 60px 0;
}.connect_form46985 .request_request98374,
    .connect_form46985 .message_reach15678 {
    padding: 30px 20px;
}.connect_form46985 .request_request98374 h3 {
    font-size: calc(33px * 0.8);
}.connect_form46985 form input[type="text"],
    .connect_form46985 form input[type="email"] {
    height: 50px;
}.connect_form46985 form .request_list04658 {
    padding: 14px 20px;
    width: 100%;
}}.training_method65984 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(161,152,130,0.5) 100%);
}.training_method65984::before {
    content: '';
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 15px,
        rgba(255, 255, 255, 0.03) 15px,
        rgba(255, 255, 255, 0.03) 30px
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
}.training_method65984::after {
    content: '';
    right: -50%;
    transform: scale(2);
    width: 100%;
    background: radial-gradient(
        circle at center,
        rgb(194,184,163,0.5) 0%,
        transparent 70%
    );
    position: absolute;
    z-index: 0;
    height: 100%;
    opacity: 0.7;
    animation: pulse 15s infinite alternate ease-in-out;
    top: -50%;
}.training_method65984 .team_bios73961 {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    transition: transform 0.5s ease-out;
    max-width: 1200px;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 30px;
}.training_method65984 .team_bios73961:hover {
    transform: perspective(1000px) rotateX(0deg);
}.training_method65984 h2 {
    position: relative;
    font-size: 30px;
    transform: translateZ(30px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}.training_method65984 h2::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    transform: scaleX(1);
    transform-origin: left center;
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    background: rgb(194,184,163);
}.training_method65984 .team_bios73961:hover h2::after {
    transform: scaleX(1.5);
}.training_method65984 .text_card67513 {
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    transform: translateZ(20px);
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-left: 4px solid rgb(194,184,163);
}.training_method65984 .text_card67513::before {
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    content: '';
    position: absolute;
    left: 0;
    background: linear-gradient(
        to right,
        rgb(194,184,163,0.5) 0%,
        transparent 100%
    );
    top: 0;
}.training_method65984 .text_card67513:hover {
    box-shadow: 30px 30px 80px rgba(0, 0, 0, 0.15), 
                -30px -30px 80px rgba(255, 255, 255, 0.07);
    transform: translateZ(40px) translateX(5px);
}.training_method65984 p {
    color: #ffffff;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin: 0;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.training_method65984 p::first-letter {
    font-weight: 700;
    color: rgb(194,184,163);
    font-size: 1.5em;
}.training_method65984 .text_card67513:hover p {
    transform: scale(1.01);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(2);
    }
    50% {
        opacity: 0.7;
        transform: scale(2.2);
    }
}

@media (max-width: 991px) {.training_method65984 {
    padding: 80px 0;
}.training_method65984 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 30px;
}.training_method65984 .text_card67513 {
    padding: 30px;
}
}

@media (max-width: 767px) {.training_method65984 {
    padding: 60px 0;
}.training_method65984 .team_bios73961 {
    padding: 0 20px;
    transform: perspective(800px) rotateX(1deg);
}.training_method65984 h2 {
    font-size: calc(30px * 0.8);
    transform: translateZ(20px);
    margin-bottom: 25px;
}.training_method65984 .text_card67513 {
    padding: 25px;
    transform: translateZ(15px);
}.training_method65984 .text_card67513:hover {
    transform: translateZ(25px) translateX(3px);
}.training_method65984 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.training_method65984 {
    padding: 50px 0;
}.training_method65984 .team_bios73961 {
    transform: perspective(600px) rotateX(0.5deg);
    padding: 0 15px;
}.training_method65984 h2 {
    font-size: calc(30px * 0.7);
    margin-bottom: 20px;
    transform: translateZ(10px);
}.training_method65984 h2::after {
    height: 2px;
    width: 60px;
}.training_method65984 .text_card67513 {
    padding: 20px;
    transform: translateZ(10px);
    border-left-width: 3px;
}.training_method65984 .text_card67513:hover {
    transform: translateZ(15px) translateX(2px);
}.training_method65984 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.training_method65984 p::first-letter {
    font-size: 1.3em;
}}footer {
    width: 100%;
    position: relative;
}footer .faq_block56279 {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    padding: 80px 0 30px;
    position: relative;
    z-index: 1;
    background: linear-gradient(135deg, #000000 0%, rgb(194,184,163) 100%);
}footer .faq_block56279::before {
    width: 100%;
    opacity: 0.05;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
}footer .faq_block56279::after {
    top: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    animation: glowBorder 3s infinite linear;
    content: '';
    left: 0;
    background: linear-gradient(90deg, 
        rgb(194,184,163) 0%, 
        rgb(161,152,130) 50%, 
        rgb(194,184,163) 100%);
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .faq_block56279 .container {
    position: relative;
    z-index: 2;
}footer .design_res41360 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .msg_details06278 {
    flex-wrap: wrap;
    padding-bottom: 30px;
    position: relative;
    gap: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}footer .msg_details06278::after {
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(161,152,130,0.5) 50%, 
        transparent 100%);
    content: '';
    height: 1px;
    left: 0;
    bottom: 0;
}footer .info_item {
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 15px;
    flex: 1;
    transform: translateY(0);
    padding: 15px;
    backdrop-filter: blur(5px);
    min-width: 200px;
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
}footer .info_item p,
footer .info_item a {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    gap: 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 400;
}footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    fill: rgb(161,152,130);
    height: 20px;
    transition: transform 0.3s ease;
}footer .info_item:hover svg {
    transform: scale(1.2);
}footer .info_item:hover a,
footer .info_item:hover p {
    color: rgb(161,152,130);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
    display: grid;
    gap: 40px;
}footer .head_mentor86254 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}footer .head_mentor86254 svg {
    max-width: 160px;
    height: auto;
    filter: drop-shadow(0 0 5px rgb(194,184,163,0.5));
}footer .degree_path93568 {
    opacity: 0.7;
    max-width: 300px;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff;
    font-size: 14px;
}footer .top_sitewrap69810 {
    display: flex;
    gap: 20px;
    flex-direction: column;
}footer .top_sitewrap69810 h5 {
    font-weight: 700;
    font-size: 23px;
    padding-bottom: 15px;
    position: relative;
    color: #ffffff;
    margin-bottom: 5px;
}footer .top_sitewrap69810 h5::after {
    content: '';
    bottom: 0;
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    border-radius: 10px;
    background: rgb(161,152,130);
}footer .head_pagebar31790 {
    flex-direction: column;
    gap: 15px;
    display: flex;
    margin-bottom: 20px;
}footer .head_pagebar31790 a {
    position: relative;
    padding-left: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
    color: #ffffff;
    font-size: 13px;
}footer .head_pagebar31790 a::before {
    border-radius: 50%;
    transform: translateY(-50%);
    height: 6px;
    left: 0;
    opacity: 0.7;
    position: absolute;
    background: rgb(161,152,130);
    width: 6px;
    content: '';
    transition: all 0.3s ease;
    top: 50%;
}footer .head_pagebar31790 a:hover {
    color: rgb(161,152,130);
    opacity: 1;
    transform: translateX(5px);
}footer .head_pagebar31790 a:hover::before {
    opacity: 1;
    height: 8px;
    width: 8px;
    box-shadow: 0 0 10px rgb(161,152,130);
}footer .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    gap: 15px;
    transition: all 0.5s ease;
    padding: 25px;
    display: flex;
}footer .subscribe_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}footer .subscribe_holder h5 {
    font-weight: 700;
    font-size: 23px;
    color: #ffffff;
    margin-bottom: 5px;
}footer .subscribe_holder p {
    opacity: 0.8;
    line-height: 1.6;
    font-size: 13px;
    margin-bottom: 20px;
    color: #ffffff;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    width: 100%;
    padding: 14px 15px;
    outline: none;
    transition: all 0.3s ease;
    border-radius: 10px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(161,152,130);
    box-shadow: 0 0 15px rgb(161,152,130,0.5);
}footer .sub_alerts76591 {
    font-size: 17px;
    border: none;
    background: linear-gradient(45deg, rgb(161,152,130) 0%, rgb(194,184,163) 100%);
    position: relative;
    text-transform: uppercase;
    border-radius: 10px;
    padding: 12px 24px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    color: #ffffff;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
}footer .sub_alerts76591::before {
    left: -100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    transition: 0.6s;
}footer .sub_alerts76591:hover::before {
    left: 100%;
}footer .sub_alerts76591:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .conduct_code97412 {
    position: relative;
    padding-top: 30px;
    text-align: center;
}footer .conduct_code97412::before {
    height: 1px;
    content: '';
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(161,152,130,0.5) 50%, 
        transparent 100%);
    position: absolute;
    width: 100%;
}footer .music_edu91835 {
    font-weight: 300;
    font-size: 15px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 992px) {footer .faq_block56279 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .msg_details06278 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .faq_block56279 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .top_sitewrap69810 {
    gap: 15px;
}footer .msg_details06278 {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .sub_alerts76591 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .faq_block56279 {
    padding: 40px 0 30px;
}footer .head_mentor86254 {
    text-align: center;
    margin: 0 auto;
    align-items: center;
}footer .degree_path93568 {
    text-align: center;
    margin: 0 auto;
}footer .top_sitewrap69810 h5 {
    text-align: center;
}footer .top_sitewrap69810 h5::after {
    left: 50%;
    transform: translateX(-50%);
}footer .head_pagebar31790 {
    align-items: center;
}footer .head_pagebar31790 a {
    text-align: center;
}footer .subscribe_holder {
    padding: 20px;
    text-align: center;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.education_history83470 {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    background: linear-gradient(135deg, rgb(232,217,197) 0%, rgb(194,184,163,0.5) 100%);
    padding: 60px 30px;
}.education_history83470::before {
    height: 200px;
    border-radius: 50%;
    top: -50px;
    width: 200px;
    z-index: 0;
    background: rgb(161,152,130,0.5);
    content: "";
    right: -50px;
    position: absolute;
    animation: float 8s ease-in-out infinite;
    filter: blur(40px);
}.education_history83470::after {
    left: -30px;
    z-index: 0;
    background: rgb(194,184,163,0.5);
    height: 150px;
    width: 150px;
    bottom: -30px;
    animation: float 6s ease-in-out infinite reverse;
    position: absolute;
    filter: blur(30px);
    border-radius: 50%;
    content: "";
}.education_history83470 .opinion_spot95438 {
    z-index: 1;
    transform: rotate(-3deg);
    position: relative;
    display: flex;
    transition: all 0.5s ease;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
}.education_history83470 .opinion_spot95438:hover {
    transform: rotate(0deg) scale(1.02);
}.education_history83470 .img_hover53614 {
    box-shadow: 15px 15px 0 rgb(161,152,130,0.5);
    transform: translateY(20px);
    border-radius: 13px;
    width: 280px;
    position: relative;
    clip-path: polygon(0 0, 100% 10%, 85% 100%, 0% 90%);
    height: 350px;
    transition: all 0.4s ease;
}.education_history83470 .opinion_spot95438:hover .img_hover53614 {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(161,152,130);
}.education_history83470 .job_container29147 {
    flex: 1;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    border-radius: 13px;
    min-width: 280px;
    justify-content: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.4s ease;
    position: relative;
    transform: translateX(-30px) rotate(3deg);
}.education_history83470 .opinion_spot95438:hover .job_container29147 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateX(0) rotate(0deg);
}.education_history83470 .name {
    position: relative;
    font-size: 33px;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgb(194,184,163);
    padding-bottom: 15px;
}.education_history83470 .name::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(161,152,130) 0%, transparent 100%);
    left: 0;
    border-radius: 2px;
    bottom: 0;
    width: 60px;
    content: "";
    height: 4px;
}.education_history83470 .job_container29147 > div:nth-child(2) {
    opacity: 0.8;
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    margin-bottom: 20px;
}.education_history83470 .career_section20413 {
    position: relative;
    line-height: 1.6;
    font-style: italic;
    color: #000000;
    border-left: 3px solid rgb(161,152,130,0.5);
    font-size: calc(12px + 2px);
    padding-left: 20px;
}.education_history83470 .career_section20413::before {
    top: -20px;
    left: -15px;
    color: rgb(194,184,163);
    opacity: 0.1;
    font-family: Arial, sans-serif;
    content: "";
    position: absolute;
    font-size: 80px;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media (max-width: 991px) {.education_history83470 {
    padding: 40px 20px;
}.education_history83470 .opinion_spot95438 {
    flex-direction: column;
    gap: 20px;
}.education_history83470 .img_hover53614 {
    margin: 0 auto;
    transform: translateY(0) rotate(-3deg);
    height: 280px;
    width: 220px;
}.education_history83470 .job_container29147 {
    margin-top: -30px;
    transform: translateX(0) rotate(0);
}.education_history83470 .opinion_spot95438:hover .img_hover53614 {
    transform: translateY(-10px) rotate(0);
}
}

@media (max-width: 767px) {.education_history83470 {
    padding: 30px 15px;
}.education_history83470 .img_hover53614 {
    height: 220px;
    width: 180px;
}.education_history83470 .job_container29147 {
    padding: 20px;
}.education_history83470 .name {
    font-size: calc(33px - 4px);
}.education_history83470 .career_section20413 {
    font-size: 12px;
}}.course_summary40651 {
    position: relative;
    display: flex;
    background-color: rgb(232,217,197);
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
}.course_summary40651 .container {
    z-index: 10;
    max-width: 1200px;
    padding: 4rem 2rem;
    width: 100%;
    position: relative;
    margin: 0 auto;
}.course_summary40651 .team_bios73961 {
    position: relative;
    flex-direction: column;
    align-items: center;
    flex-direction: column;
    display: flex;
}.course_summary40651 .knowledge_route78260 {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
}.course_summary40651 .knowledge_route78260::before {
    content: '';
    position: absolute;
    width: 150px;
    border-radius: 50%;
    left: -30px;
    top: -50px;
    z-index: -1;
    background-color: rgb(194,184,163);
    height: 150px;
    opacity: 0.1;
}.course_summary40651 .knowledge_route78260::after {
    border-radius: 50%;
    z-index: -1;
    opacity: 0.1;
    width: 100px;
    position: absolute;
    right: -20px;
    height: 100px;
    content: '';
    background-color: rgb(161,152,130);
    bottom: -30px;
}.course_summary40651 .knowledge_route78260 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(194,184,163);
    font-weight: 700;
    font-size: 43px;
}.course_summary40651 .knowledge_route78260 h3::after {
    height: 4px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: '';
    border-radius: 2px;
    position: absolute;
    background-color: rgb(194,184,163);
    width: 80px;
}.course_summary40651 .knowledge_route78260 p {
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    font-size: 14px;
    margin-right: auto;
    margin-bottom: 2.5rem;
    color: #000000;
}.course_summary40651 .knowledge_route78260 .request_list04658 {
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding: 1rem 2.5rem;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    background-color: rgb(194,184,163);
    text-decoration: none;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 600;
}.course_summary40651 .knowledge_route78260 .request_list04658::before {
    transition: transform 0.4s ease;
    border-radius: 50px;
    top: 0;
    content: '';
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    background-color: rgb(161,152,130);
    height: 100%;
    left: 0;
    z-index: -1;
}.course_summary40651 .knowledge_route78260 .request_list04658:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.course_summary40651 .knowledge_route78260 .request_list04658:hover::before {
    transform: translateY(0);
}.course_summary40651 .learn_work72641 {
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 3rem;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}.course_summary40651 .learn_work72641::before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    z-index: 5;
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    pointer-events: none;
}.course_summary40651 .knowledge_flow35761 {
    animation: carousel-slide 25s ease-in-out infinite;
    height: 100%;
    width: 500%;
    display: flex;
}.course_summary40651 .learn_work72641:hover .knowledge_flow35761 {
    animation-play-state: paused;
}.course_summary40651 .career_classes93475 {
    position: relative;
    width: 20%;
    height: 100%;
}.course_summary40651 .career_classes93475 img {
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}.course_summary40651 .career_classes93475:hover img {
    transform: scale(1.05);
}.course_summary40651 .feature-item {
    background-color: #ffffff;
    min-width: 250px;
    text-align: center;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course_summary40651 .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.course_summary40651 .learn_work72641 {
    height: 350px;
}.course_summary40651 .knowledge_route78260 h3 {
    font-size: calc(43px * 0.9);
}.course_summary40651 .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.course_summary40651 .container {
    padding: 3rem 1.5rem;
}.course_summary40651 .learn_work72641 {
    height: 300px;
    margin-top: 2rem;
}.course_summary40651 .knowledge_route78260 h3 {
    font-size: calc(43px * 0.8);
}.course_summary40651 .feature-item {
    padding: 20px;
    min-width: 100%;
}.course_summary40651 .knowledge_flow35761 {
    animation-duration: 20s;
    width: 600%;
}.course_summary40651 .career_classes93475 {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.course_summary40651 .learn_work72641 {
    height: 250px;
}.course_summary40651 .knowledge_route78260 .request_list04658 {
    padding: 0.8rem 2rem;
}}.client_comments05167 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(145deg, rgb(232,217,197) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    perspective: 1200px;
}.client_comments05167::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: radial-gradient(ellipse at 30% 20%, rgb(194,184,163,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.6;
}.client_comments05167 .container {
    z-index: 2;
    position: relative;
}.client_comments05167 h2 {
    text-align: center;
    color: #000000;
    display: inline-block;
    margin-bottom: 3rem;
    transform: translateX(-50%);
    font-size: 37px;
    font-weight: 700;
    position: relative;
    left: 50%;
}.client_comments05167 h2::after {
    transform: perspective(500px) rotateX(45deg);
    box-shadow: 0 5px 15px rgb(194,184,163,0.5);
    position: absolute;
    bottom: -15px;
    content: "";
    height: 4px;
    background: rgb(194,184,163);
    left: 20%;
    width: 60%;
}.client_comments05167 .client_feedback62179 {
    display: flex;
    transform-style: preserve-3d;
    overflow-x: auto;
    padding: 3rem 1rem;
    margin: 0 -1rem;
    gap: 3rem;
    scroll-snap-type: x mandatory;
}.client_comments05167 .client_feedback62179::-webkit-scrollbar {
    height: 8px;
}.client_comments05167 .client_feedback62179::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.client_comments05167 .client_feedback62179::-webkit-scrollbar-thumb {
    background: rgb(194,184,163);
    border-radius: 10px;
}.client_comments05167 .opinion_spot95438 {
    scroll-snap-align: center;
    border-radius: 18px;
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg) translateZ(0);
    position: relative;
    transform-origin: center center;
    flex: 0 0 300px;
}.client_comments05167 .opinion_spot95438::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(194,184,163,0.5) 0%, transparent 80%);
    transition: all 0.3s ease;
    opacity: 0.3;
    height: 100%;
    border-radius: 18px;
    content: "";
}.client_comments05167 .opinion_spot95438:nth-child(odd) {
    transform: perspective(1000px) rotateY(-5deg) translateZ(10px);
}.client_comments05167 .opinion_spot95438:nth-child(3n+1) {
    transform: perspective(1000px) rotateY(8deg) translateZ(20px);
}.client_comments05167 .opinion_spot95438:hover {
    z-index: 10;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0) translateZ(50px) scale(1.05);
}.client_comments05167 .opinion_spot95438:hover::before {
    opacity: 0;
}.client_comments05167 .opinion_spot95438 img {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    margin-bottom: 1rem;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border: 3px solid #ffffff;
    object-fit: cover;
    transition: all 0.4s ease;
    transform: translateX(-1rem);
}.client_comments05167 .opinion_spot95438:hover img {
    box-shadow: 0 15px 25px rgb(194,184,163,0.5);
    transform: translateX(0) translateY(-10px);
}.client_comments05167 .opinion_spot95438 p {
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 600;
    margin: 0.5rem 0;
    font-size: calc(15px + 0.1rem);
}.client_comments05167 .opinion_spot95438 .description {
    margin-top: 1rem;
    line-height: 1.6;
    border-left: 3px solid rgb(161,152,130,0.5);
    transition: all 0.3s ease;
    padding-left: 1.5rem;
    font-size: 15px;
    position: relative;
    color: #000000;
    font-weight: 400;
}.client_comments05167 .opinion_spot95438:hover .description {
    border-left-color: rgb(194,184,163);
    padding-left: 1rem;
}

@media (min-width: 768px) {.client_comments05167 .client_feedback62179 {
    padding-bottom: 2rem;
}.client_comments05167 .client_feedback62179::after {
    flex: 0 0 1rem;
    content: "";
}
}

@media (max-width: 767px) {.client_comments05167 {
    padding: 5rem 0;
}.client_comments05167 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px - 0.2rem);
}.client_comments05167 .client_feedback62179 {
    gap: 1.5rem;
}.client_comments05167 .opinion_spot95438 {
    transform: perspective(800px) rotateY(3deg) !important;
    flex: 0 0 250px;
    padding: 1.5rem;
}.client_comments05167 .opinion_spot95438:hover {
    transform: perspective(800px) rotateY(0) translateZ(20px) scale(1.03) !important;
}.client_comments05167 .opinion_spot95438 img {
    width: 60px;
    height: 60px;
}}.company_overview51728 {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(232,217,197) 0%, rgb(161,152,130,0.5) 100%);
}.company_overview51728::before {
    z-index: 1;
    right: -5%;
    opacity: 0.15;
    height: 80%;
    transform: rotate(-15deg) skewX(15deg);
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 70%);
    position: absolute;
    top: -10%;
    content: "";
    width: 40%;
    background: rgb(194,184,163,0.5);
}.company_overview51728::after {
    background: rgb(161,152,130);
    transform: rotate(10deg) skewY(-5deg);
    position: absolute;
    bottom: -5%;
    left: -5%;
    z-index: 1;
    clip-path: polygon(15% 0, 85% 30%, 100% 100%, 0 70%);
    opacity: 0.08;
    width: 30%;
    height: 70%;
    content: "";
}.company_overview51728 .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.company_overview51728 h1 {
    color: #000000;
    transform: translateX(1rem);
    font-weight: 700;
    font-size: 38px;
    position: relative;
    margin-bottom: 3rem;
    display: inline-block;
}.company_overview51728 h1::after {
    width: 35%;
    height: 6px;
    position: absolute;
    background: rgb(194,184,163);
    transform-origin: left;
    content: "";
    left: -1rem;
    bottom: -0.5rem;
    animation: growLine 1.2s ease-out forwards;
}.company_overview51728 .belief_core18345 {
    position: relative;
}.company_overview51728 .belief_core18345 ul {
    list-style: none;
    gap: 3rem;
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    margin: 0;
}.company_overview51728 .story_visual67850 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              box-shadow 0.4s ease;
    transform: translateY(0);
    border-left: 5px solid rgb(194,184,163);
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 
              0 5px 15px rgba(0, 0, 0, 0.04);
}.company_overview51728 .story_visual67850:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
              0 10px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-8px);
}.company_overview51728 .story_visual67850::before {
    width: 80px;
    transform: translate(40%, -40%) rotate(45deg);
    opacity: 0.15;
    content: "";
    background: rgb(161,152,130,0.5);
    height: 80px;
    transition: transform 0.5s ease;
    position: absolute;
    right: 0;
    top: 0;
}.company_overview51728 .story_visual67850:hover::before {
    transform: translate(30%, -30%) rotate(45deg) scale(1.2);
}.company_overview51728 .story_visual67850 h4 {
    margin-top: 0;
    color: rgb(194,184,163);
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.8);
    position: relative;
    font-weight: 600;
    display: inline-block;
}.company_overview51728 .story_visual67850 h4::after {
    height: 3px;
    width: 0;
    content: "";
    bottom: -0.5rem;
    transition: width 0.4s ease;
    background: rgb(161,152,130);
    left: 0;
    position: absolute;
}.company_overview51728 .story_visual67850:hover h4::after {
    width: 50%;
}.company_overview51728 .story_visual67850 div {
    font-family: Arial, sans-serif;
    color: #000000;
    padding-right: 1rem;
    line-height: 1.7;
    font-size: 13px;
    overflow-y: auto;
    max-height: 250px;
}.company_overview51728 .story_visual67850 div::-webkit-scrollbar {
    width: 5px;
}.company_overview51728 .story_visual67850 div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(255, 255, 255, 0.5);
}.company_overview51728 .story_visual67850 div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(161,152,130,0.5);
}.company_overview51728 .story_visual67850:nth-child(odd) {
    transform: translateX(1rem);
}.company_overview51728 .story_visual67850:nth-child(even) {
    transform: translateX(-1rem);
}.company_overview51728 .story_visual67850:nth-child(odd):hover {
    transform: translateX(1rem) translateY(-8px);
}.company_overview51728 .story_visual67850:nth-child(even):hover {
    transform: translateX(-1rem) translateY(-8px);
}

@keyframes growLine {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 35%;
    opacity: 1;
  }
}

@media (min-width: 768px) {.company_overview51728 .belief_core18345 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.company_overview51728 .story_visual67850 {
    padding: 2.5rem 3rem;
}.company_overview51728 .story_visual67850:nth-child(1) {
    transform: translateY(2rem);
}.company_overview51728 .story_visual67850:nth-child(2) {
    transform: translateY(-2rem);
}.company_overview51728 .story_visual67850:nth-child(1):hover {
    transform: translateY(calc(2rem - 8px));
}.company_overview51728 .story_visual67850:nth-child(2):hover {
    transform: translateY(calc(-2rem - 8px));
}
}

@media (min-width: 992px) {.company_overview51728 {
    padding: 10rem 0;
}.company_overview51728 h1 {
    font-size: calc(38px * 1.2);
    margin-bottom: 4rem;
}.company_overview51728 .story_visual67850 div {
    max-height: 300px;
}.company_overview51728 .belief_core18345 ul {
    gap: 3rem;
}
}

@media (max-width: 767px) {.company_overview51728 {
    padding: 5rem 0;
}.company_overview51728 h1 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.9);
}.company_overview51728 .story_visual67850 {
    border-left-width: 4px;
    padding: 2rem;
}.company_overview51728 .story_visual67850:nth-child(odd),
  .company_overview51728 .story_visual67850:nth-child(even) {
    transform: translateX(0);
}.company_overview51728 .story_visual67850:nth-child(odd):hover,
  .company_overview51728 .story_visual67850:nth-child(even):hover {
    transform: translateY(-8px);
}.company_overview51728 .story_visual67850 h4 {
    font-size: calc(32px * 0.7);
}.company_overview51728 .story_visual67850 div {
    max-height: 200px;
    font-size: calc(13px * 0.95);
}}.privacy_harbor92543 {
    position: relative;
    max-width: 1200px;
    border: 1px solid rgb(194,184,163);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    background: #ffffff;
    margin: 0 auto;
    padding: 50px;
    width: 90%;
    overflow: hidden;
    color: #000000;
}.privacy_harbor92543:before {
    position: absolute;
    top: -50px;
    content: "";
    background: rgb(194,184,163,0.5);
    height: 150px;
    left: -50px;
    border-radius: 50%;
    z-index: 1;
    width: 150px;
}.privacy_harbor92543:after {
    position: absolute;
    border-radius: 50%;
    right: -50px;
    z-index: 1;
    height: 200px;
    content: "";
    bottom: -50px;
    width: 200px;
    background: rgb(161,152,130,0.5);
}.privacy_harbor92543 h1 {
    margin-top: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid rgb(194,184,163);
    position: relative;
    font-weight: 700;
    padding-bottom: 10px;
    color: #000000;
    font-size: 39px;
    margin-bottom: 30px;
    z-index: 2;
}.privacy_harbor92543 h1:before {
    z-index: -1;
    bottom: -5px;
    left: 0;
    height: 5px;
    width: 50px;
    content: "";
    position: absolute;
    background: rgb(161,152,130);
}.privacy_harbor92543 h2 {
    position: relative;
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 35px;
    font-size: 33px;
    z-index: 2;
    color: rgb(161,152,130);
}.privacy_harbor92543 h2:before {
    bottom: -5px;
    background: rgb(194,184,163);
    z-index: -1;
    width: 30px;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
}.privacy_harbor92543 ul, .privacy_harbor92543 ol {
    padding-left: 40px;
    margin-bottom: 30px;
    list-style: none;
    z-index: 2;
    position: relative;
    list-style-type: disc;
}.privacy_harbor92543 li {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 1.8;
    position: relative;
}.privacy_harbor92543 li:before {
    line-height: 1;
    content: "•";
    color: rgb(194,184,163);
    position: absolute;
    left: -25px;
    font-size: 1.5em;
}.privacy_harbor92543 div {
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.8;
    z-index: 2;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 25px;
    position: relative;
    background: #ffffff;
}.privacy_harbor92543 .container {
    position: relative;
    z-index: 2;
}.privacy_harbor92543 h3, .privacy_harbor92543 h4, .privacy_harbor92543 h5, .privacy_harbor92543 h6 {
    font-size: 1.2em;
    z-index: 2;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    position: relative;
    color: rgb(194,184,163);
}.privacy_harbor92543 p, .privacy_harbor92543 span {
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
}.privacy_harbor92543 a {
    color: rgb(161,152,130);
    border-bottom: 1px solid rgb(161,152,130);
    text-decoration: none;
    z-index: 2;
    position: relative;
    font-weight: 400;
}.privacy_harbor92543 a:hover {
    color: rgb(194,184,163);
    border-bottom: 1px solid rgb(194,184,163);
}.privacy_harbor92543 button {
    font-size: 17px;
    border: 2px solid rgb(194,184,163);
    cursor: pointer;
    position: relative;
    background: rgb(161,152,130);
    border-radius: 10px;
    padding: 12px 25px;
    z-index: 2;
    color: #ffffff;
}.privacy_harbor92543 button:hover {
    background: rgb(194,184,163);
    border-color: rgb(161,152,130);
}

@media only screen and (max-width: 800px) {.privacy_harbor92543 {
    padding: 30px;
    width: 95%;
}.privacy_harbor92543 h1 {
    font-size: calc(23px - 10px);
}.privacy_harbor92543 h2 {
    font-size: calc(23px - 5px);
}.privacy_harbor92543 ul, .privacy_harbor92543 ol {
    padding-left: 20px;
}.privacy_harbor92543 li:before {
    left: -15px;
}.privacy_harbor92543 button {
    padding: 10px 20px;
}}header {
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 100;
    background: linear-gradient(135deg, rgb(194,184,163,0.5), rgb(161,152,130,0.5));
}header::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: 
        linear-gradient(to right, transparent 25%, rgba(255, 255, 255, 0.05) 25%, rgba(255, 255, 255, 0.05) 26%, transparent 26%),
        linear-gradient(to right, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 51%, transparent 51%),
        linear-gradient(to right, transparent 75%, rgba(255, 255, 255, 0.05) 75%, rgba(255, 255, 255, 0.05) 76%, transparent 76%);
    z-index: 0;
    left: 0;
    top: 0;
}header .container {
    max-width: 100%;
    position: relative;
    margin: 0;
    z-index: 1;
    width: 100%;
    padding: 0 2%;
}header .nav_main42815 {
    position: relative;
    align-items: center;
    display: flex;
    padding: 1.5rem 0;
    background: #ffffff;
    border-radius: 27px;
    flex-direction: column;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    margin: 1rem 0;
    overflow: hidden;
}header .nav_main42815::before {
    left: 0;
    width: 100%;
    height: 5px;
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(to right, rgb(194,184,163), rgb(161,152,130));
}header .header_start68029 {
    padding: 0 0 1rem 0;
    display: flex;
    text-decoration: none;
    justify-content: center;
    position: relative;
}header .header_start68029::after {
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, rgb(194,184,163,0.5), rgb(161,152,130,0.5), rgb(194,184,163,0.5), transparent);
    bottom: 0;
    left: 20%;
    position: absolute;
    width: 60%;
}header .header_start68029 svg {
    height: auto;
    width: 180px;
    transition: all 0.3s ease;
}header .header_start68029:hover svg {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(-2px);
}header .top_sitewrap69810 {
    justify-content: center;
    padding: 1rem 2rem 0;
    gap: 0.7rem;
    display: flex;
    max-width: 90%;
    width: 100%;
    flex-wrap: wrap;
}header .top_header35021 {
    border: 1px solid rgba(0, 0, 0, 0.03);
    font-size: 14px;
    text-decoration: none;
    padding: 0.7rem 1.3rem;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-weight: 600;
    z-index: 1;
    background: linear-gradient(to bottom, #ffffff, rgb(232,217,197));
}header .top_header35021::before {
    background: linear-gradient(to top, rgb(194,184,163,0.5), transparent);
    width: 100%;
    bottom: 0;
    content: '';
    position: absolute;
    left: 0;
    height: 0;
    transition: height 0.3s ease;
    z-index: -1;
}header .top_header35021:hover {
    transform: translateY(-3px);
    color: rgb(194,184,163);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .top_header35021:hover::before {
    height: 100%;
}

@media (max-width: 991px) {header .nav_main42815 {
    padding: 1.2rem 0;
    margin: 0.8rem 0;
}header .header_start68029 {
    padding: 0 0 0.8rem 0;
}header .header_start68029 svg {
    width: 160px;
}header .top_sitewrap69810 {
    gap: 0.6rem;
    padding: 0.8rem 1.5rem 0;
}header .top_header35021 {
    padding: 0.6rem 1.1rem;
}
}

@media (max-width: 767px) {header .nav_main42815 {
    padding: 1rem 0;
    margin: 0.6rem 0;
}header .header_start68029 {
    padding: 0 0 0.7rem 0;
}header .header_start68029 svg {
    width: 140px;
}header .top_sitewrap69810 {
    gap: 0.5rem;
    padding: 0.7rem 1rem 0;
    max-width: 95%;
}header .top_header35021 {
    padding: 0.5rem 1rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 480px) {header .nav_main42815 {
    padding: 0.8rem 0;
    margin: 0.5rem 0;
}header .header_start68029 {
    padding: 0 0 0.6rem 0;
}header .header_start68029 svg {
    width: 120px;
}header .top_sitewrap69810 {
    overflow-x: auto;
    padding: 0.6rem 0.5rem 0;
    justify-content: flex-start;
    flex-wrap: nowrap;
}header .top_sitewrap69810::-webkit-scrollbar {
    height: 3px;
}header .top_sitewrap69810::-webkit-scrollbar-thumb {
    background: rgb(194,184,163);
    border-radius: 10px;
}header .top_header35021 {
    white-space: nowrap;
    margin-right: 3px;
    flex-shrink: 0;
}}.cookie_warning_banner36754 {
    background: rgb(161,152,130);
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(194,184,163);
    z-index: 90;
    position: fixed;
    width: 100%;
    bottom: 0;
}.cookie_panel12546 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}.user_alert43876 {
    margin-right: 20px;
    flex-shrink: 0;
}.user_alert43876 svg {
    fill: rgb(194,184,163);
    width: 50px;
    height: 50px;
}.edu_track29504 {
    max-width: 600px;
    flex-direction: column;
    justify-content: center;
    display: flex;
}.cookie_warning_banner36754 h5 {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 700;
}.cookie_warning_banner36754 p {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.privacy_ack72854 {
    min-width: 150px;
    transition: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    border: 2px solid rgb(194,184,163);
    margin-left: 10px;
    flex-shrink: 0;
    background: rgb(194,184,163);
    font-size: 17px;
    padding: 10px 20px;
    border-radius: 10px;
}.privacy_ack72854:hover {
    background: rgb(194,184,163,0.5);
    border-color: rgb(194,184,163,0.5);
}.cookie_warning_banner36754 p a {
    border-bottom: 2px solid rgb(194,184,163);
    color: rgb(194,184,163);
    text-decoration: none;
}.cookie_warning_banner36754 p a:hover {
    border-bottom-color: rgb(161,152,130);
    color: rgb(161,152,130);
}
@media only screen and (max-width: 1200px) {.cookie_warning_banner36754 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.user_alert43876 {
    display: none;
}.cookie_panel12546 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_warning_banner36754 h5, .cookie_warning_banner36754 p {
    text-align: center;
}.edu_track29504 {
    margin-bottom: 15px;
}.privacy_ack72854 {
    margin-top: 10px;
    margin-left: 0;
}}
#cookieDisclosureBox17908 {
    display: none;
}#cookieDisclosureBox17908:checked ~ .cookie_warning_banner36754 {
    visibility: hidden;
    opacity: 0;
}