﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.top_study01753 {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
    min-height: 100%;
}.content-wrapper79318 {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}.container {
    width: 1100px;
    margin: auto;
    max-width: 100%;
}.podcast_cta86271 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.sign_up_for_updates36195 {
    padding: 100px 0;
    overflow: hidden;
    background: rgb(240,223,208);
    position: relative;
}.sign_up_for_updates36195::before {
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 20%,
        rgb(211,179,150,0.5) 20%, 
        rgb(211,179,150,0.5) 22%,
        transparent 22%,
        transparent 80%,
        rgb(183,144,107,0.5) 80%,
        rgb(183,144,107,0.5) 82%,
        transparent 82%
    );
    opacity: 0.3;
    height: 100%;
    top: 0;
}.sign_up_for_updates36195 .skill_experts67214 {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}.sign_up_for_updates36195 .request_map87109 {
    gap: 10% 5%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.sign_up_for_updates36195 h3 {
    color: #000000;
    position: relative;
    max-width: 80%;
    margin-bottom: 40px;
    grid-column: 1 / -1;
    font-weight: 700;
    font-size: clamp(21px, 5vw, 40px);
    line-height: 1.1;
}.sign_up_for_updates36195 h3::first-letter {
    font-size: 1.5em;
    color: rgb(211,179,150);
    font-weight: 700;
}.sign_up_for_updates36195 .input_holder {
    grid-column: 1 / -1;
    align-items: flex-start;
    display: flex;
    gap: 20px;
    position: relative;
}.sign_up_for_updates36195 input[type="email"] {
    height: 50px;
    color: #000000;
    border: none;
    padding: 0;
    font-family: Arial, sans-serif;
    flex: 2;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    font-size: 13px;
    background: transparent;
    transition: all 0.3s ease;
}.sign_up_for_updates36195 input[type="email"]::placeholder {
    transition: all 0.3s ease;
    opacity: 0.7;
    color: #000000;
}.sign_up_for_updates36195 input[type="email"]:focus {
    outline: none;
    border-color: rgb(211,179,150);
}.sign_up_for_updates36195 input[type="email"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0;
}.sign_up_for_updates36195 .subscribe_tip71852 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 400;
    cursor: pointer;
    background: transparent;
    height: 50px;
    flex: 1;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #000000;
}.sign_up_for_updates36195 .subscribe_tip71852::before {
    height: 100%;
    width: 0;
    top: 0;
    content: "";
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1;
    background: rgb(211,179,150);
    left: 0;
    position: absolute;
}.sign_up_for_updates36195 .subscribe_tip71852:hover {
    border-color: rgb(211,179,150);
    color: #ffffff;
}.sign_up_for_updates36195 .subscribe_tip71852:hover::before {
    width: 100%;
}.sign_up_for_updates36195::after {
    content: "";
    width: 60%;
    bottom: 60px;
    height: 1px;
    left: 20%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(0, 0, 0, 0.5),
        transparent
    );
}

@keyframes floatText {
    0% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0); }
}

@media (max-width: 768px) {.sign_up_for_updates36195 {
    padding: 80px 0 100px;
}.sign_up_for_updates36195 .request_map87109 {
    grid-template-columns: 1fr;
    gap: 20px;
}.sign_up_for_updates36195 h3 {
    max-width: 100%;
    margin-bottom: 30px;
}.sign_up_for_updates36195 .input_holder {
    flex-direction: column;
}.sign_up_for_updates36195 input[type="email"],
    .sign_up_for_updates36195 .subscribe_tip71852 {
    width: 100%;
}.sign_up_for_updates36195 .subscribe_tip71852 {
    margin-top: 20px;
}.sign_up_for_updates36195::after {
    left: 10%;
    width: 80%;
    bottom: 50px;
}
}

@media (max-width: 480px) {.sign_up_for_updates36195 {
    padding: 60px 0 80px;
}.sign_up_for_updates36195 h3 {
    margin-bottom: 25px;
    font-size: 21px;
}.sign_up_for_updates36195 input[type="email"] {
    font-size: calc(13px * 0.9);
}.sign_up_for_updates36195 .subscribe_tip71852 {
    letter-spacing: 1px;
    font-size: calc(18px * 0.9);
}.sign_up_for_updates36195::after {
    bottom: 40px;
}}.cookie_banner_dialog47603 {
    border-top: 2px solid rgb(211,179,150);
    z-index: 90;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: rgb(240,223,208);
}.user_alert52938 {
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    display: flex;
}.cookie_banner_dialog47603 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}#cookie_modal_panel91653 {
    display: none;
}#cookie_modal_panel91653:checked ~ .cookie_banner_dialog47603 {
    opacity: 0;
    visibility: hidden;
}.cookie_banner_dialog47603 p {
    font-size: 18px;
}.cookie_ack69752 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_ack69752 svg, .cookie_ack69752 svg path, .cookie_ack69752 img {
    height: 100px;
    width: 100px;
    fill: rgb(211,179,150);
}.cookie_panel46297 {
    min-width: 120px;
    text-align: center;
    font-size: 24px;
    border-bottom: 2px solid rgb(211,179,150);
    white-space: nowrap;
    cursor: pointer;
    line-height: 35px;
    text-decoration: none;
    margin-left: 10px;
    flex-shrink: 0;
    color: rgb(211,179,150);
}.cookie_banner_dialog47603 p a {
    text-decoration: none;
    color: rgb(211,179,150);
}
@media only screen and (max-width: 1200px) {.cookie_banner_dialog47603 {
    padding: 20px;
}}

.content-wrapper79318 .cookie_banner_dialog47603 {
    border: none;
    box-shadow: rgb(183,144,107,0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    background: rgb(183,144,107);
}.content-wrapper79318 .cookie_panel46297 {
    font-weight: 400;
    padding: 10px;
    background: rgb(211,179,150);
    border: none;
    color: #ffffff;
    font-size: 20px;
    margin-left: 30px;
}.content-wrapper79318 .cookie_visitor91503 h5, .content-wrapper79318 .cookie_visitor91503 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_ack69752 {
    display: none;
}.user_alert52938 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie_banner_dialog47603 h5 {
    text-align: center;
}.cookie_banner_dialog47603 p {
    text-align: center;
}.cookie_visitor91503 {
    margin-bottom: 20px;
}body .content-wrapper79318 .cookie_panel46297 {
    margin-bottom: 10px;
    margin-left: 0;
}}.interested_learners45738 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(180deg, rgb(240,223,208) 0%, #ffffff 100%);
    overflow: hidden;
}.interested_learners45738::before {
    left: 0;
    background-size: 100px 100px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(211,179,150,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(211,179,150,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(211,179,150,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(211,179,150,0.5) 25%, transparent 25%);
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    opacity: 0.05;
}.interested_learners45738 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
}.interested_learners45738 .skill_experts67214 {
    position: relative;
    perspective: 1000px;
}.interested_learners45738 h4 {
    position: relative;
    font-size: 34px;
    transform: translateX(-50%);
    margin-bottom: 80px;
    display: inline-block;
    left: 50%;
    padding-bottom: 15px;
    color: #000000;
    text-align: center;
    font-weight: 700;
}.interested_learners45738 h4::before {
    background: rgb(211,179,150);
    height: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    border-radius: 3px;
    width: 50%;
    left: 25%;
}.interested_learners45738 h4::after {
    width: 70%;
    height: 1px;
    border-radius: 1px;
    background: rgb(183,144,107,0.5);
    position: absolute;
    left: 15%;
    bottom: 10px;
    content: "";
}.interested_learners45738 div > div {
    grid-template-columns: repeat(2, 1fr);
    perspective: 1000px;
    display: grid;
    gap: 40px;
}.interested_learners45738 p {
    transform-style: preserve-3d;
    padding: 25px;
    border-radius: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    align-items: flex-start;
    display: flex;
    font-size: 16px;
    color: #000000;
    z-index: 1;
    transform: translateZ(0) rotateX(0) rotateY(0);
    background: #ffffff;
}.interested_learners45738 p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.interested_learners45738 p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.interested_learners45738 p::before {
    background: linear-gradient(135deg, #ffffff 0%, rgb(240,223,208) 100%);
    left: 0;
    z-index: -1;
    width: 100%;
    border-radius: 28px;
    top: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    height: 100%;
    content: "";
}.interested_learners45738 p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}.interested_learners45738 p:hover::before {
    opacity: 1;
}.interested_learners45738 p svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
    width: 28px;
    height: 28px;
    margin-right: 15px;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    flex-shrink: 0;
}.interested_learners45738 p svg path {
    fill: rgb(211,179,150);
    transition: fill 0.3s ease;
}.interested_learners45738 p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.interested_learners45738 p:hover svg path {
    fill: rgb(183,144,107);
}.interested_learners45738 p span {
    transform: translateZ(5px);
}.interested_learners45738::after {
    bottom: 0;
    height: 200px;
    background: linear-gradient(to top, #ffffff, transparent);
    position: absolute;
    left: 0;
    pointer-events: none;
    z-index: 1;
    content: "";
    width: 100%;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.interested_learners45738 {
    padding: 100px 0;
}.interested_learners45738 h4 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}.interested_learners45738 div > div {
    gap: 30px;
}.interested_learners45738 p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.interested_learners45738 {
    padding: 80px 0;
}.interested_learners45738 h4 {
    margin-bottom: 50px;
    font-size: calc(34px * 0.8);
}.interested_learners45738 div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.interested_learners45738 p {
    padding: 18px;
}.interested_learners45738 p svg {
    height: 24px;
    margin-right: 12px;
    width: 24px;
}.interested_learners45738 p:nth-child(odd),
    .interested_learners45738 p:nth-child(even) {
    animation: none;
    transform: none;
}.interested_learners45738 p:hover {
    transform: translateY(-5px);
}.interested_learners45738 p:hover svg {
    transform: scale(1.2);
}.interested_learners45738::after {
    height: 100px;
}
}

@media (max-width: 576px) {.interested_learners45738 {
    padding: 60px 0;
}.interested_learners45738 h4 {
    margin-bottom: 40px;
    font-size: calc(34px * 0.7);
}.interested_learners45738 h4::before {
    height: 2px;
}.interested_learners45738 h4::after {
    bottom: 8px;
}.interested_learners45738 div > div {
    gap: 20px;
}.interested_learners45738 p {
    padding: 15px;
    font-size: calc(16px * 0.9);
}.interested_learners45738 p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}}.educational_yield94315 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,223,208) 0%, #ffffff 100%);
}.educational_yield94315::before {
    z-index: 1;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(183,144,107,0.5) 0px,
        rgb(183,144,107,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    top: 0;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    pointer-events: none;
}.educational_yield94315::after {
    z-index: 0;
    width: 70%;
    background: linear-gradient(45deg, rgb(211,179,150,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(25deg);
    height: 200%;
    opacity: 0.08;
    right: -20%;
    top: -50%;
    position: absolute;
}.educational_yield94315 h5 {
    z-index: 2;
    transform: perspective(1000px) translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 700;
}.educational_yield94315 h5::after {
    width: 80px;
    transition: width 0.5s ease;
    position: absolute;
    background: rgb(211,179,150);
    left: 50%;
    transform: translateX(-50%);
    content: "";
    bottom: -15px;
    height: 3px;
}.educational_yield94315 h5:hover {
    transform: perspective(1000px) translateZ(30px);
}.educational_yield94315 h5:hover::after {
    width: 120px;
}.educational_yield94315 .container {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.educational_yield94315 .skill_experts67214 {
    flex-direction: column;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
}.educational_yield94315 .skill_experts67214:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.educational_yield94315 .img_grid02187 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    object-fit: cover;
    width: 100%;
    height: 300px;
    transform-origin: center;
}.educational_yield94315 .skill_experts67214:hover .img_grid02187 {
    transform: scale(1.05);
}.educational_yield94315 .text_display_box06817 {
    padding: 40px 30px;
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, rgba(250, 250, 250, 1) 100%);
}.educational_yield94315 .text_display_box06817::before {
    top: 0;
    content: "";
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    width: 4px;
    background: rgb(211,179,150);
    height: 0;
}.educational_yield94315 .skill_experts67214:hover .text_display_box06817::before {
    height: 100%;
}.educational_yield94315 ul {
    list-style: none;
    padding: 0;
    gap: 24px;
    display: grid;
    margin: 0;
    grid-template-columns: 1fr;
}.educational_yield94315 li {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    padding-left: 40px;
}.educational_yield94315 li:hover {
    transform: translateX(10px);
}.educational_yield94315 li:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.educational_yield94315 li:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.educational_yield94315 li:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.educational_yield94315 li:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.educational_yield94315 li:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.educational_yield94315 li p {
    line-height: 1.6;
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 17px;
}.educational_yield94315 li svg {
    left: -40px;
    height: 28px;
    top: 0;
    width: 28px;
    transition: transform 0.3s ease;
    position: absolute;
}.educational_yield94315 li:hover svg {
    transform: rotate(10deg) scale(1.1);
}.educational_yield94315 li svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,179,150);
}.educational_yield94315 li:hover svg path {
    fill: rgb(183,144,107);
}.educational_yield94315 li::after {
    bottom: -12px;
    height: 1px;
    width: 0;
    content: "";
    position: absolute;
    left: 40px;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(211,179,150,0.5), transparent);
}.educational_yield94315 li:hover::after {
    width: 70%;
}

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

@media (min-width: 768px) {.educational_yield94315 .skill_experts67214 {
    flex-direction: row;
    align-items: stretch;
}.educational_yield94315 .skill_experts67214 > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.educational_yield94315 .text_display_box06817 {
    padding: 50px 40px;
    width: 60%;
}.educational_yield94315 ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_yield94315 .img_grid02187 {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 100%;
}
}

@media (min-width: 992px) {.educational_yield94315 {
    padding: 150px 0;
}.educational_yield94315 h5 {
    margin-bottom: 80px;
    font-size: calc(20px * 1.1);
}.educational_yield94315 .skill_experts67214 {
    transform: perspective(1200px) rotateX(2deg) rotateY(-1deg);
}.educational_yield94315 .skill_experts67214:hover {
    transform: perspective(1200px) rotateX(0deg) rotateY(0deg) translateY(-10px);
}.educational_yield94315 .text_display_box06817 {
    padding: 60px 50px;
}.educational_yield94315 li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), 
                   box-shadow 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational_yield94315 li:hover {
    transform: translateX(15px) translateZ(10px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.05);
}.educational_yield94315 li p {
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.educational_yield94315 {
    padding: 80px 0;
}.educational_yield94315 h5 {
    margin-bottom: 40px;
    padding: 0 20px;
    font-size: calc(20px * 0.9);
}.educational_yield94315 .text_display_box06817 {
    padding: 30px 20px;
}.educational_yield94315 li {
    margin-bottom: 15px;
    padding-left: 35px;
}.educational_yield94315 li svg {
    left: -35px;
    width: 24px;
    height: 24px;
}.educational_yield94315 li p {
    font-size: calc(17px * 0.95);
}}footer {
    position: relative;
    width: 100%;
}footer .podcast_cta86271 {
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, #000000 0%, rgb(211,179,150) 100%);
    padding: 80px 0 30px;
    z-index: 1;
    position: relative;
}footer .podcast_cta86271::before {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    z-index: -1;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 10px,
        transparent 10px,
        transparent 20px
    );
}footer .podcast_cta86271::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 3px;
    content: '';
    animation: glowBorder 3s infinite linear;
    width: 100%;
    background: linear-gradient(90deg, 
        rgb(211,179,150) 0%, 
        rgb(183,144,107) 50%, 
        rgb(211,179,150) 100%);
}@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}

footer .podcast_cta86271 .container {
    position: relative;
    z-index: 2;
}footer .patent_info09173 {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}footer .reach_out95038 {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    gap: 30px;
    position: relative;
    flex-wrap: wrap;
}footer .reach_out95038::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(183,144,107,0.5) 50%, 
        transparent 100%);
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    width: 100%;
    content: '';
}footer .info_item {
    transform: translateY(0);
    padding: 15px;
    min-width: 200px;
    margin-bottom: 15px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    flex: 1;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}footer .info_item:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item p,
footer .info_item a {
    display: flex;
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    gap: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    font-size: 12px;
}footer .info_item svg {
    fill: rgb(183,144,107);
    flex-shrink: 0;
    height: 20px;
    width: 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(183,144,107);
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 40px;
    margin-bottom: 40px;
}footer .main_edu02168 {
    flex-direction: column;
    gap: 20px;
    display: flex;
    align-items: flex-start;
}footer .main_edu02168 svg {
    max-width: 160px;
    filter: drop-shadow(0 0 5px rgb(211,179,150,0.5));
    height: auto;
}footer .footer_subscribe76380 {
    color: #ffffff;
    font-weight: 300;
    max-width: 300px;
    font-size: 14px;
    line-height: 1.5;
    opacity: 0.7;
}footer .main_lead50764 {
    flex-direction: column;
    display: flex;
    gap: 20px;
}footer .main_lead50764 h5 {
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 24px;
    position: relative;
    margin-bottom: 5px;
    color: #ffffff;
}footer .main_lead50764 h5::after {
    bottom: 0;
    content: '';
    left: 0;
    width: 50px;
    height: 3px;
    position: absolute;
    background: rgb(183,144,107);
    border-radius: 10px;
}footer .header_navbar35172 {
    gap: 15px;
    flex-direction: column;
    display: flex;
    margin-bottom: 20px;
}footer .header_navbar35172 a {
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 12px;
    padding-left: 15px;
}footer .header_navbar35172 a::before {
    top: 50%;
    position: absolute;
    content: '';
    border-radius: 50%;
    left: 0;
    transition: all 0.3s ease;
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
    background: rgb(183,144,107);
    opacity: 0.7;
}footer .header_navbar35172 a:hover {
    color: rgb(183,144,107);
    transform: translateX(5px);
    opacity: 1;
}footer .header_navbar35172 a:hover::before {
    height: 8px;
    opacity: 1;
    width: 8px;
    box-shadow: 0 0 10px rgb(183,144,107);
}footer .subscribe_holder {
    flex-direction: column;
    transition: all 0.5s ease;
    background: rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 26px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    gap: 15px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    padding: 25px;
}footer .subscribe_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateY(0deg);
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}footer .subscribe_holder p {
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 12px;
    opacity: 0.8;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    padding: 14px 15px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    outline: none;
    font-size: 12px;
    width: 100%;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 15px rgb(183,144,107,0.5);
    border-color: rgb(183,144,107);
}footer .subscribe_tip71852 {
    border-radius: 10px;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(183,144,107) 0%, rgb(211,179,150) 100%);
    padding: 12px 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}footer .subscribe_tip71852::before {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: '';
    transition: 0.6s;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    left: -100%;
}footer .subscribe_tip71852:hover::before {
    left: 100%;
}footer .subscribe_tip71852:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-2px);
}footer .blog_ref85736 {
    padding-top: 30px;
    position: relative;
    text-align: center;
}footer .blog_ref85736::before {
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(183,144,107,0.5) 50%, 
        transparent 100%);
    content: '';
    height: 1px;
    top: 0;
    width: 100%;
    left: 0;
}footer .student_aid28536 {
    font-weight: 300;
    font-size: 12px;
    opacity: 0.7;
    color: #ffffff;
}

@media (max-width: 992px) {footer .podcast_cta86271 {
    padding: 60px 0 30px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}footer .subscribe_holder {
    grid-column: span 2;
    transform: perspective(1000px) rotateY(0deg);
}footer .reach_out95038 {
    gap: 20px;
}footer .info_item {
    min-width: 180px;
}
}

@media (max-width: 768px) {footer .podcast_cta86271 {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .main_lead50764 {
    gap: 15px;
}footer .reach_out95038 {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-bottom: 0;
    width: 100%;
}footer .input_holder {
    flex-direction: column;
}footer .subscribe_tip71852 {
    width: 100%;
}
}

@media (max-width: 576px) {footer .podcast_cta86271 {
    padding: 40px 0 30px;
}footer .main_edu02168 {
    margin: 0 auto;
    align-items: center;
    text-align: center;
}footer .footer_subscribe76380 {
    text-align: center;
    margin: 0 auto;
}footer .main_lead50764 h5 {
    text-align: center;
}footer .main_lead50764 h5::after {
    transform: translateX(-50%);
    left: 50%;
}footer .header_navbar35172 {
    align-items: center;
}footer .header_navbar35172 a {
    text-align: center;
}footer .subscribe_holder {
    text-align: center;
    padding: 20px;
}footer .subscribe_holder h5,
    footer .subscribe_holder p {
    text-align: center;
}}.developer_experience72043 {
    background: rgb(240,223,208);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.developer_experience72043::before {
    opacity: 0.05;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(211,179,150,0.5) 0,
        rgb(211,179,150,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
}.developer_experience72043 .container {
    padding: 0 30px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.developer_experience72043 .learning_testimonials09546 {
    position: relative;
    display: grid;
    grid-template-columns: 350px 1fr;
    margin: 0 auto;
    overflow: hidden;
    gap: 50px;
    background: #ffffff;
    border-radius: 25px;
    max-width: 1000px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.developer_experience72043 .img_grid02187 {
    overflow: hidden;
    border-radius: 0;
    height: 100%;
    width: 100%;
    min-height: 400px;
    position: relative;
}.developer_experience72043 .img_grid02187::before {
    height: 50%;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    width: 100%;
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
}.developer_experience72043 .img_grid02187::after {
    height: 100%;
    top: 0;
    opacity: 0.15;
    background: rgb(211,179,150);
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}.developer_experience72043 .img_grid02187:hover::after {
    opacity: 0;
}.developer_experience72043 .name {
    font-family: Arial, sans-serif;
    z-index: 2;
    color: #ffffff;
    padding-bottom: 0;
    margin: 0;
    font-weight: 700;
    transition: transform 0.3s ease;
    position: absolute;
    bottom: 60px;
    font-size: 24px;
    left: 30px;
}.developer_experience72043 .learning_testimonials09546 span:not(.name) {
    opacity: 0.85;
    transition: transform 0.3s ease;
    z-index: 2;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    left: 30px;
    position: absolute;
    margin: 0;
    color: #ffffff;
    bottom: 30px;
}.developer_experience72043 .img_grid02187:hover ~ .name,
.developer_experience72043 .img_grid02187:hover ~ span:not(.name) {
    transform: translateX(5px);
}.developer_experience72043 .career_section40125 {
    flex-direction: column;
    font-weight: 400;
    line-height: 1.8;
    margin: 0;
    font-family: Arial, sans-serif;
    padding: 50px 40px;
    display: flex;
    color: #000000;
    font-size: 18px;
    justify-content: center;
    position: relative;
}.developer_experience72043 .career_section40125::before {
    top: 40px;
    content: "";
    opacity: 0.2;
    position: absolute;
    height: 30px;
    left: 40px;
    width: 40px;
    background: linear-gradient(to right bottom, 
        rgb(211,179,150) 0%, 
        rgb(211,179,150) 50%, 
        transparent 50%, 
        transparent 100%);
}.developer_experience72043 .career_section40125::after {
    opacity: 0.2;
    background: linear-gradient(to left top, 
        rgb(183,144,107) 0%, 
        rgb(183,144,107) 50%, 
        transparent 50%, 
        transparent 100%);
    width: 40px;
    bottom: 40px;
    position: absolute;
    content: "";
    height: 30px;
    right: 40px;
}

@media (max-width: 992px) {.developer_experience72043 {
    padding: 100px 0;
}.developer_experience72043 .learning_testimonials09546 {
    gap: 40px;
    grid-template-columns: 300px 1fr;
}.developer_experience72043 .img_grid02187 {
    min-height: 350px;
}.developer_experience72043 .career_section40125 {
    padding: 40px 30px;
}.developer_experience72043 .career_section40125::before {
    height: 24px;
    left: 30px;
    top: 30px;
    width: 30px;
}.developer_experience72043 .career_section40125::after {
    right: 30px;
    bottom: 30px;
    height: 24px;
    width: 30px;
}
}

@media (max-width: 768px) {.developer_experience72043 {
    padding: 80px 0;
}.developer_experience72043 .container {
    padding: 0 20px;
}.developer_experience72043 .learning_testimonials09546 {
    gap: 0;
    grid-template-columns: 1fr;
}.developer_experience72043 .img_grid02187 {
    min-height: 300px;
    height: 300px;
}.developer_experience72043 .career_section40125 {
    padding: 35px 25px;
}.developer_experience72043 .name {
    bottom: 50px;
    left: 25px;
    font-size: calc(24px * 0.9);
}.developer_experience72043 .learning_testimonials09546 span:not(.name) {
    font-size: calc(18px * 0.95);
    bottom: 25px;
    left: 25px;
}.developer_experience72043 .career_section40125::before {
    top: 25px;
    height: 20px;
    left: 25px;
    width: 24px;
}.developer_experience72043 .career_section40125::after {
    right: 25px;
    width: 24px;
    height: 20px;
    bottom: 25px;
}
}

@media (max-width: 480px) {.developer_experience72043 {
    padding: 60px 0;
}.developer_experience72043 .img_grid02187 {
    min-height: 250px;
    height: 250px;
}.developer_experience72043 .career_section40125 {
    font-size: calc(18px * 0.9);
    padding: 30px 20px;
}.developer_experience72043 .name {
    font-size: calc(24px * 0.85);
    bottom: 45px;
    left: 20px;
}.developer_experience72043 .learning_testimonials09546 span:not(.name) {
    font-size: calc(18px * 0.9);
    left: 20px;
    bottom: 20px;
}.developer_experience72043 .career_section40125::before,
    .developer_experience72043 .career_section40125::after {
    height: 16px;
    width: 20px;
}}.our_background36748 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(240,223,208) 100%);
}.our_background36748::before {
    background: repeating-linear-gradient(
        -45deg,
        rgb(211,179,150,0.5) 0,
        rgb(211,179,150,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    content: "";
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 50%;
    opacity: 0.05;
}.our_background36748::after {
    background: repeating-linear-gradient(
        45deg,
        rgb(183,144,107,0.5) 0,
        rgb(183,144,107,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    z-index: 1;
    height: 100%;
    content: "";
    width: 50%;
    position: absolute;
    left: 0;
    opacity: 0.05;
    bottom: 0;
}.our_background36748 .container {
    max-width: 1200px;
    position: relative;
    padding: 0;
    z-index: 2;
    margin: 0 auto;
}.our_background36748 h2 {
    padding-right: 20px;
    color: #000000;
    position: relative;
    font-size: 40px;
    display: inline-block;
    padding-left: 20px;
    font-weight: 700;
    margin-bottom: 70px;
}.our_background36748 h2::before {
    left: 20px;
    background: rgb(211,179,150);
    bottom: -15px;
    width: 60px;
    height: 4px;
    content: "";
    position: absolute;
}.our_background36748 h2::after {
    width: 120px;
    height: 4px;
    content: "";
    z-index: -1;
    bottom: -15px;
    left: 20px;
    background: rgb(211,179,150,0.5);
    position: absolute;
}.our_background36748 .who_weare20173 {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    display: grid;
    gap: 0;
}.our_background36748 .about_section98710:nth-child(1) {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    grid-column: 1 / 3;
    position: relative;
    grid-row: 1;
    overflow: hidden;
    z-index: 3;
    background: #ffffff;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 60px 40px 60px 20px;
}.our_background36748 .about_section98710:nth-child(2) {
    justify-content: center;
    flex-direction: column;
    margin-left: -20px;
    z-index: 2;
    background: rgb(211,179,150);
    position: relative;
    grid-row: 1;
    grid-column: 3 / 5;
    color: #ffffff;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    display: flex;
    padding: 60px 20px 60px 60px;
}.our_background36748 .about_section98710:nth-child(1)::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.03));
    width: 40px;
    position: absolute;
}.our_background36748 .about_section98710:nth-child(2)::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    width: 60px;
    background: linear-gradient(270deg, transparent, rgba(0, 0, 0, 0.1));
    z-index: -1;
}.our_background36748 .about_section98710:nth-child(1)::after {
    content: "";
    border-radius: 50%;
    transition: all 0.5s ease;
    opacity: 0.1;
    background: rgb(211,179,150,0.5);
    z-index: -1;
    position: absolute;
    left: -100%;
    top: -100%;
    height: 80px;
    width: 80px;
}.our_background36748 .about_section98710:nth-child(1):hover::after {
    top: -10%;
    height: 150px;
    left: -10%;
    width: 150px;
}.our_background36748 .about_section98710 h3 {
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 25px;
    font-size: 23px;
    font-weight: 600;
}.our_background36748 .about_section98710:nth-child(1) h3 {
    color: #000000;
}.our_background36748 .about_section98710:nth-child(2) h3 {
    color: #ffffff;
}.our_background36748 .about_section98710 h3::after {
    bottom: 0;
    position: absolute;
    left: 0;
    width: 40px;
    content: "";
    height: 3px;
}.our_background36748 .about_section98710:nth-child(1) h3::after {
    background: rgb(211,179,150);
}.our_background36748 .about_section98710:nth-child(2) h3::after {
    background: #ffffff;
}.our_background36748 .about_section98710 p {
    margin-bottom: 0;
    font-size: 18px;
    position: relative;
    line-height: 1.8;
}.our_background36748 .about_section98710:nth-child(1) p {
    color: #000000;
}.our_background36748 .about_section98710:nth-child(2) p {
    color: rgba(255, 255, 255, 0.9);
}.our_background36748 .about_section98710:nth-child(2)::after {
    transform: rotate(45deg);
    content: "";
    z-index: -1;
    position: absolute;
    right: 30px;
    border: 3px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    border-radius: 10px;
    bottom: 30px;
    width: 80px;
    height: 80px;
}.our_background36748 .about_section98710:nth-child(2):hover::after {
    height: 100px;
    width: 100px;
    transform: rotate(315deg);
}.our_background36748 .container::before {
    opacity: 0.05;
    right: -50px;
    height: 200px;
    top: -50px;
    z-index: 0;
    width: 200px;
    content: "";
    background: rgb(183,144,107,0.5);
    border-radius: 50%;
    position: absolute;
    filter: blur(50px);
}.our_background36748 .container::after {
    border-radius: 50%;
    bottom: -80px;
    position: absolute;
    content: "";
    background: rgb(211,179,150,0.5);
    height: 250px;
    left: -80px;
    filter: blur(60px);
    width: 250px;
    opacity: 0.05;
    z-index: 0;
}

@media screen and (max-width: 991px) {.our_background36748 {
    padding: 90px 0;
}.our_background36748 h2 {
    margin-bottom: 60px;
}.our_background36748 .about_section98710:nth-child(1) {
    padding: 50px 30px 50px 20px;
}.our_background36748 .about_section98710:nth-child(2) {
    padding: 50px 20px 50px 50px;
}
}

@media screen and (max-width: 768px) {.our_background36748 {
    padding: 70px 0;
}.our_background36748 h2 {
    font-size: calc(28px + 0.1rem);
    margin-bottom: 50px;
}.our_background36748 .who_weare20173 {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
}.our_background36748 .about_section98710:nth-child(1),
    .our_background36748 .about_section98710:nth-child(2) {
    margin-left: 0;
    clip-path: none;
    padding: 40px 30px;
}.our_background36748 .about_section98710:nth-child(2)::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.our_background36748 {
    padding: 60px 0;
}.our_background36748 h2 {
    margin-bottom: 40px;
    font-size: 28px;
}.our_background36748 .about_section98710:nth-child(1),
    .our_background36748 .about_section98710:nth-child(2) {
    padding: 30px 20px;
}.our_background36748 .about_section98710 h3 {
    margin-bottom: 15px;
    font-size: calc(16px + 0.1rem);
}.our_background36748 .about_section98710 p {
    font-size: calc(18px - 0.05rem);
}}.title_opener53768 {
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(240,223,208) 0%, rgba(255,255,255,0.95) 100%);
    position: relative;
}.title_opener53768::before {
    width: 35%;
    background: linear-gradient(45deg, rgb(211,179,150,0.5) 0%, rgb(183,144,107,0.5) 100%);
    filter: blur(60px);
    animation: pulse 10s infinite alternate ease-in-out;
    content: "";
    right: -5%;
    position: absolute;
    height: 70%;
    z-index: 1;
    top: -10%;
}.title_opener53768::after {
    position: absolute;
    bottom: -10%;
    left: -5%;
    z-index: 1;
    width: 35%;
    background: linear-gradient(225deg, rgb(183,144,107,0.5) 0%, rgb(211,179,150,0.5) 100%);
    filter: blur(60px);
    height: 60%;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    content: "";
}.title_opener53768 .skill_experts67214 {
    display: grid;
    padding: 6rem 0;
    max-width: 1400px;
    grid-template-columns: 1fr;
    width: 90%;
    margin: 0 auto;
    grid-gap: 2rem;
    z-index: 2;
    position: relative;
}.title_opener53768 h1 {
    margin-bottom: 1.5rem;
    opacity: 0;
    color: #000000;
    font-size: 46px;
    transform: translateY(30px);
    font-weight: 700;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    line-height: 1.2;
}.title_opener53768 .text_display_box06817 {
    opacity: 0;
    transform: translateY(30px);
    z-index: 3;
    display: flex;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    flex-direction: column;
    position: relative;
}.title_opener53768 .page_hero49372 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 2.5rem;
}.title_opener53768 .page_hero49372:hover {
    transform: translateY(-5px);
}.title_opener53768 .page_hero49372 p {
    margin-bottom: 2rem;
    font-size: calc(17px * 1.2);
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
}.title_opener53768 svg {
    margin: 1rem auto 2rem;
    transform-origin: center;
    display: block;
    width: 120px;
    height: 120px;
    animation: floatSvg 8s infinite ease-in-out;
}.title_opener53768 svg path {
    fill: rgb(211,179,150);
    transition: fill 0.5s ease;
}.title_opener53768 svg:hover path {
    fill: rgb(183,144,107);
    filter: drop-shadow(0 0 8px rgba(94,170,168,0.4));
}.title_opener53768 svg text {
    transition: fill 0.5s ease;
    font-weight: 700;
}.title_opener53768 svg:hover text {
    fill: #000000;
}.title_opener53768 .reach_info43298 {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(211,179,150) 0%, rgb(183,144,107) 100%);
    font-weight: 600;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    transform: translateZ(0);
    font-size: 20px;
    margin-top: 1rem;
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 1rem 2.5rem;
    text-decoration: none;
}.title_opener53768 .reach_info43298::before {
    z-index: -1;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, rgb(183,144,107) 0%, rgb(211,179,150) 100%);
    opacity: 0;
    height: 100%;
}.title_opener53768 .reach_info43298:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 30px rgba(94,170,168,0.3);
}.title_opener53768 .reach_info43298:hover::before {
    opacity: 1;
}.title_opener53768 .reach_info43298:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}.title_opener53768 .img_grid02187 {
    opacity: 0;
    overflow: hidden;
    animation: fadeSlideUp 0.8s 0.6s forwards ease-out;
    transform: translateY(30px);
    border-radius: 10px;
    height: 350px;
    position: relative;
}.title_opener53768 .img_grid02187::before {
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    transition: opacity 0.5s ease;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    z-index: 1;
    top: 0;
    width: 100%;
}.title_opener53768 .img_grid02187:hover::before {
    opacity: 0.7;
}

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

@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}

@keyframes floatSvg {
    0%, 100% {
        transform: translateY(0) rotate(0);
    }
    25% {
        transform: translateY(-5px) rotate(1deg);
    }
    75% {
        transform: translateY(5px) rotate(-1deg);
    }
}

@media (min-width: 768px) {.title_opener53768 .skill_experts67214 {
    grid-gap: 3rem;
    padding: 4rem 0;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_opener53768 h1 {
    text-align: center;
    grid-column: 1 / -1;
    font-size: calc(46px * 1.2);
}.title_opener53768 .text_display_box06817 {
    order: 1;
}.title_opener53768 .img_grid02187 {
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 0 100%, 0 10%);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    order: 2;
    height: 500px;
}.title_opener53768 svg {
    height: 150px;
    width: 150px;
    margin: 1.5rem auto 2.5rem;
}.title_opener53768 .page_hero49372 p {
    font-size: calc(17px * 1.4);
}
}

@media (min-width: 992px) {.title_opener53768 .skill_experts67214 {
    padding: 6rem 0;
    grid-gap: 4rem;
}.title_opener53768 h1 {
    font-size: calc(46px * 1.4);
}.title_opener53768 .page_hero49372 {
    padding: 3.5rem;
}.title_opener53768 .img_grid02187 {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.title_opener53768 .img_grid02187:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_opener53768 .reach_info43298 {
    padding: 1.25rem 3rem;
}.title_opener53768 svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.title_opener53768 .skill_experts67214 {
    grid-gap: 6rem;
}.title_opener53768 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(46px * 1.6);
}.title_opener53768 .page_hero49372 {
    padding: 4rem;
}.title_opener53768 .img_grid02187 {
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
    height: 650px;
}
}

@media (max-width: 767px) {.title_opener53768 {
    padding-top: 2rem;
}.title_opener53768 .skill_experts67214 {
    padding: 3rem 0;
}.title_opener53768 h1 {
    font-size: calc(46px * 0.9);
    text-align: center;
}.title_opener53768 .page_hero49372 {
    padding: 2rem;
}.title_opener53768 .page_hero49372 p {
    max-width: 100%;
    font-size: 17px;
}.title_opener53768 .reach_info43298 {
    text-align: center;
    display: block;
    padding: 0.875rem 1.75rem;
}.title_opener53768 svg {
    margin: 1rem auto 1.5rem;
    width: 100px;
    height: 100px;
}}.pricing_card_set30791 {
    background: #ffffff;
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.pricing_card_set30791::before {
    filter: blur(30px);
    animation: float 15s ease-in-out infinite alternate;
    right: -100px;
    height: 400px;
    width: 400px;
    opacity: 0.6;
    z-index: 1;
    top: -150px;
    content: '';
    background: linear-gradient(135deg, rgb(211,179,150,0.5), transparent);
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.pricing_card_set30791::after {
    background: linear-gradient(135deg, rgb(183,144,107,0.5), transparent);
    left: -50px;
    width: 300px;
    bottom: -100px;
    opacity: 0.5;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    height: 300px;
    position: absolute;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    z-index: 1;
    content: '';
}.pricing_card_set30791 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.pricing_card_set30791 .fee_pricing95032 {
    flex-direction: column;
    display: flex;
}.pricing_card_set30791 .cost_schemes95130 {
    margin-bottom: 3rem;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
}.pricing_card_set30791 .cost_schemes95130 h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-size: 28px;
}.pricing_card_set30791 .cost_schemes95130 h2::after {
    position: absolute;
    transform: translateX(-50%);
    content: '';
    height: 3px;
    background: rgb(211,179,150);
    bottom: -10px;
    left: 50%;
    width: 80px;
}.pricing_card_set30791 .package_price98164 {
    color: #000000;
    margin: 1.5rem auto 0;
    max-width: 700px;
    line-height: 1.6;
    font-size: 16px;
}.pricing_card_set30791 .rate_panel23691 {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_card_set30791 .discount_plan13205 {
    display: block;
    transform: translateY(30px);
    text-decoration: none;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pricing_card_set30791 .discount_plan13205:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_card_set30791 .discount_plan13205:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_card_set30791 .discount_plan13205:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_card_set30791 .discount_plan13205:hover {
    transform: translateY(-10px);
}.pricing_card_set30791 .pricing_catalog29746 {
    height: 100%;
    display: flex;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    position: relative;
    border-radius: 4px;
    transition: all 0.4s ease;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    flex-direction: column;
}.pricing_card_set30791 .discount_plan13205:hover .pricing_catalog29746 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_card_set30791 .price_plan49761 {
    position: relative;
    z-index: 2;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    padding: 2.5rem 2rem;
}.pricing_card_set30791 .price_plan49761 h3 {
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: calc(22px + 2px);
}.pricing_card_set30791 .discount_plan13205:hover .price_plan49761 h3 {
    color: rgb(211,179,150);
}.pricing_card_set30791 .cert_fees38164 {
    font-weight: 700;
    padding-bottom: 10px;
    position: relative;
    color: rgb(211,179,150);
    display: inline-block;
    font-size: calc(22px + 4px);
    margin-bottom: 1.5rem;
}.pricing_card_set30791 .cert_fees38164::after {
    height: 2px;
    position: absolute;
    transition: width 0.3s ease;
    content: '';
    left: 0;
    background: rgb(211,179,150,0.5);
    width: 40px;
    bottom: 0;
}.pricing_card_set30791 .discount_plan13205:hover .cert_fees38164::after {
    width: 80px;
}.pricing_card_set30791 .price_plan49761 p {
    hyphens: auto;
    word-wrap: break-word;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    overflow-wrap: break-word;
    flex-grow: 1;
    white-space: normal;
}.pricing_card_set30791 .img_grid02187 {
    height: 200px;
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
}.pricing_card_set30791 .img_grid02187::after {
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    position: absolute;
    opacity: 0;
    transition: opacity 0.4s ease;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    top: 0;
}.pricing_card_set30791 .discount_plan13205:hover .img_grid02187::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_card_set30791 .fee_pricing95032 {
    flex-direction: row-reverse;
}.pricing_card_set30791 .cost_schemes95130 {
    flex-direction: column;
    width: 35%;
    padding-right: 3rem;
    display: flex;
    justify-content: center;
    text-align: left;
}.pricing_card_set30791 .cost_schemes95130 h2 {
    text-align: left;
}.pricing_card_set30791 .cost_schemes95130 h2::after {
    transform: none;
    left: 0;
}.pricing_card_set30791 .package_price98164 {
    margin: 1.5rem 0 0;
}.pricing_card_set30791 .rate_panel23691 {
    margin-top: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 65%;
}
}

@media (max-width: 991px) {.pricing_card_set30791 {
    padding: 5rem 0;
}.pricing_card_set30791 .cost_schemes95130 {
    margin-bottom: 2rem;
}.pricing_card_set30791 .rate_panel23691 {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.pricing_card_set30791 {
    padding: 4rem 0;
}.pricing_card_set30791 .price_plan49761 {
    padding: 2rem 1.5rem;
}.pricing_card_set30791 .img_grid02187 {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_card_set30791 {
    padding: 3rem 0;
}.pricing_card_set30791 .cost_schemes95130 h2 {
    font-size: calc(28px - 4px);
}.pricing_card_set30791 .rate_panel23691 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.pricing_card_set30791 .price_plan49761 {
    padding: 1.5rem 1.25rem;
}.pricing_card_set30791 .img_grid02187 {
    height: 160px;
}
}

@media (hover: none) {.pricing_card_set30791 .discount_plan13205:hover {
    transform: none;
}.pricing_card_set30791 .discount_plan13205:hover .pricing_catalog29746 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_card_set30791 .discount_plan13205:hover .img_grid02187::after {
    opacity: 0;
}.pricing_card_set30791 .discount_plan13205:hover .cert_fees38164::after {
    width: 40px;
}}.course_overview74368 {
    perspective: 1500px;
    min-height: 100vh;
    padding: 100px 0;
    overflow: hidden;
    display: flex;
    background: rgb(211,179,150);
    align-items: center;
    position: relative;
}.course_overview74368::before {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    animation: gridPulse 8s linear infinite;
    z-index: 1;
    opacity: 0.08;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(211,179,150,0.5) 50%, rgb(211,179,150,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(211,179,150,0.5) 50%, rgb(211,179,150,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    left: 0;
}.course_overview74368::after {
    background: 
        radial-gradient(circle at 30% 20%, rgb(211,179,150,0.5) 0%, transparent 50%),
        radial-gradient(circle at 70% 80%, rgb(183,144,107,0.5) 0%, transparent 50%);
    left: 0;
    mix-blend-mode: screen;
    opacity: 0.2;
    z-index: 2;
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.course_overview74368 .container {
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    width: 100%;
    padding: 0 30px;
}.course_overview74368 .career_class46270 {
    grid-template-columns: 2fr 3fr;
    transform-style: preserve-3d;
    position: relative;
    grid-gap: 0;
    display: grid;
}.course_overview74368 .text_display_box06817 {
    transform: translateZ(50px);
    backdrop-filter: blur(20px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    border-radius: 0;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(211,179,150,0.5);
    background: rgba(0, 0, 0, 0.7);
    padding: 60px;
    z-index: 15;
    border-left: 3px solid rgb(211,179,150);
    position: relative;
}.course_overview74368 .text_display_box06817::before {
    top: 0;
    left: 0;
    opacity: 0.05;
    position: absolute;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 49.9%, rgb(211,179,150,0.5) 50%, rgb(211,179,150,0.5) 50.1%, transparent 50.2%) 0 0 / 30px 30px;
    content: "";
    height: 100%;
}.course_overview74368 .text_display_box06817::after {
    transform: translate(50%, 50%);
    border-radius: 50%;
    opacity: 0.2;
    background: 
        conic-gradient(from 0deg, rgb(211,179,150,0.5) 0deg, transparent 120deg);
    height: 150px;
    position: absolute;
    animation: rotateConic 10s linear infinite;
    bottom: 0;
    content: "";
    width: 150px;
    right: 0;
}.course_overview74368 .text_display_box06817 h2 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 15px rgb(211,179,150,0.5);
}.course_overview74368 .text_display_box06817 h2::after {
    height: 3px;
    left: 0;
    background: rgb(211,179,150);
    width: 100px;
    bottom: 0;
    position: absolute;
    box-shadow: 0 0 15px rgb(211,179,150);
    content: "";
}.course_overview74368 .text_display_box06817 .description {
    position: relative;
    font-size: 15px;
    opacity: 0.9;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    line-height: 1.9;
    color: #ffffff;
    margin-bottom: 30px;
}.course_overview74368 .text_display_box06817 .description::before {
    opacity: 0.7;
    color: rgb(183,144,107);
    position: absolute;
    left: 0;
    content: ">";
}.course_overview74368 .text_display_box06817 .description:last-child {
    margin-bottom: 0;
}.course_overview74368 .hud-element {
    position: absolute;
    border: 1px solid rgb(211,179,150,0.5);
    opacity: 0.2;
    z-index: 5;
}.course_overview74368 .img_grid02187 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
    height: 650px;
    transform: translateZ(0) rotateY(-10deg);
    width: 100%;
    z-index: 10;
    position: relative;
    box-shadow: -20px 0 50px rgba(0, 0, 0, 0.4);
    transform-origin: right center;
    border-radius: 0;
}.course_overview74368 .img_grid02187::before {
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    top: 0;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
}.course_overview74368 .img_grid02187::after {
    background: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(rgb(211,179,150), 0.1) 2px, rgba(rgb(211,179,150), 0.1) 4px);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    content: "";
    mix-blend-mode: overlay;
    animation: scanlines 8s linear infinite;
    z-index: 2;
    top: 0;
}

@keyframes gridPulse {
    0% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
    50% {
        opacity: 0.1;
        background-size: 110px 110%, 110% 110px;
    }
    100% {
        opacity: 0.05;
        background-size: 100px 100%, 100% 100px;
    }
}

@keyframes rotateConic {
    0% {
        transform: translate(50%, 50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, 50%) rotate(360deg);
    }
}

@keyframes scanlines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}
@media screen and (max-width: 1200px) {.course_overview74368 {
    padding: 80px 0;
}.course_overview74368 .text_display_box06817 {
    padding: 40px;
}.course_overview74368 .img_grid02187 {
    height: 550px;
}
}

@media screen and (max-width: 991px) {.course_overview74368 {
    min-height: auto;
    padding: 60px 0;
}.course_overview74368 .career_class46270 {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.course_overview74368 .text_display_box06817 {
    transform: translateZ(0);
    padding: 30px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
}.course_overview74368 .img_grid02187 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    height: 450px;
    transform: translateZ(0) rotateY(0);
}
}

@media screen and (max-width: 767px) {.course_overview74368 {
    padding: 50px 0;
}.course_overview74368 .container {
    padding: 0 20px;
}.course_overview74368 .text_display_box06817 {
    padding: 25px;
}.course_overview74368 .text_display_box06817 h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 30px;
    padding-bottom: 15px;
}.course_overview74368 .text_display_box06817 .description {
    margin-bottom: 20px;
    font-size: calc(15px * 0.95);
    padding-left: 15px;
}.course_overview74368 .img_grid02187 {
    height: 350px;
}
}

@media screen and (max-width: 480px) {.course_overview74368 {
    padding: 40px 0;
}.course_overview74368 .container {
    padding: 0 15px;
}.course_overview74368 .text_display_box06817 {
    padding: 20px;
}.course_overview74368 .text_display_box06817 h2 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.7);
}.course_overview74368 .text_display_box06817 h2::before {
    font-size: 14px;
    top: -20px;
}.course_overview74368 .img_grid02187 {
    height: 280px;
}}.confidential_armory07643 {
    background: linear-gradient(135deg, rgb(240,223,208) 0%, rgba(246, 246, 250, 0.95) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.confidential_armory07643::before {
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(211,179,150,0.5) 49%, rgb(211,179,150,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(183,144,107,0.5) 49%, rgb(183,144,107,0.5) 51%, transparent 52%);
    top: 0;
    opacity: 0.07;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-size: 50px 50px;
    position: absolute;
    left: 0;
    content: "";
}.confidential_armory07643 .container {
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1200px) rotateX(1deg);
    max-width: 1140px;
    z-index: 2;
    padding: 3rem;
    position: relative;
}.confidential_armory07643 h1 {
    position: relative;
    font-size: 46px;
    font-weight: 700;
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
    color: rgb(211,179,150);
    margin-bottom: 2rem;
}.confidential_armory07643 h1::after {
    background: linear-gradient(90deg, rgb(211,179,150) 0%, rgb(183,144,107) 100%);
    height: 4px;
    animation: widthPulse 3s infinite alternate ease-in-out;
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 80px;
    transform-origin: left center;
}.confidential_armory07643 h2 {
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
    position: relative;
    font-size: 32px;
    border-left: 3px solid rgb(183,144,107);
    padding-left: 1rem;
}.confidential_armory07643 h3 {
    font-weight: 600;
    padding-left: 1rem;
    font-size: calc(32px * 0.85);
    margin: 2rem 0 1.2rem;
    position: relative;
    color: #000000;
    border-left: 2px solid rgb(183,144,107,0.5);
}.confidential_armory07643 h4 {
    padding-left: 1rem;
    border-left: 1px solid rgb(183,144,107,0.5);
    margin: 1.8rem 0 1rem;
    font-weight: 600;
    font-size: calc(32px * 0.7);
    color: #000000;
    position: relative;
}.confidential_armory07643 p {
    line-height: 1.8;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
}.confidential_armory07643 p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
    display: inline-block;
}.confidential_armory07643 p strong::after {
    height: 8px;
    background-color: rgb(183,144,107,0.5);
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: 0.3;
}.confidential_armory07643 ul {
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
    list-style-type: none;
}.confidential_armory07643 li {
    position: relative;
    padding-left: 1.5rem;
    font-size: 14px;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.7;
}.confidential_armory07643 li::before {
    top: 0.65rem;
    width: 8px;
    content: "";
    height: 8px;
    transition: transform 0.3s ease;
    border-radius: 10px;
    background-color: rgb(211,179,150);
    position: absolute;
    transform: rotate(45deg);
    left: 0;
}.confidential_armory07643 li:hover::before {
    transform: rotate(135deg);
}.confidential_armory07643 span {
    color: #000000;
    padding: 0.5rem 0 1.5rem;
    font-family: Arial, sans-serif;
    font-size: 14px;
    position: relative;
    display: block;
    line-height: 1.8;
}.confidential_armory07643 span::before {
    content: "";
    top: 0;
    width: 3px;
    left: -1rem;
    background: linear-gradient(to bottom, transparent, rgb(211,179,150,0.5), transparent);
    position: absolute;
    opacity: 0.5;
    height: 100%;
}

@keyframes widthPulse {
    0% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
    100% {
        width: 80px;
    }
}

@media (max-width: 992px) {.confidential_armory07643 {
    padding: 3rem 1.5rem;
}.confidential_armory07643 .container {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0.5deg);
}.confidential_armory07643 h1 {
    font-size: calc(46px * 0.9);
}.confidential_armory07643 h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.confidential_armory07643 {
    padding: 2rem 1rem;
}.confidential_armory07643 .container {
    transform: none;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.confidential_armory07643 h1 {
    transform: translateX(0);
    font-size: calc(46px * 0.8);
}.confidential_armory07643 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.confidential_armory07643 h3 {
    font-size: calc(32px * 0.7);
}.confidential_armory07643 h4 {
    font-size: calc(32px * 0.6);
}.confidential_armory07643 p, 
    .confidential_armory07643 li,
    .confidential_armory07643 span {
    font-size: calc(14px * 0.95);
}.confidential_armory07643 ul {
    margin-left: 0.5rem;
}
}

@media (max-width: 576px) {.confidential_armory07643 {
    padding: 1.5rem 0.5rem;
}.confidential_armory07643 .container {
    padding: 1.25rem;
}.confidential_armory07643 h1 {
    font-size: calc(46px * 0.7);
}.confidential_armory07643 h2 {
    font-size: calc(32px * 0.7);
}.confidential_armory07643 h3 {
    font-size: calc(32px * 0.6);
}.confidential_armory07643 h4 {
    font-size: calc(32px * 0.5);
}.confidential_armory07643 p, 
    .confidential_armory07643 li,
    .confidential_armory07643 span {
    font-size: calc(14px * 0.9);
}.confidential_armory07643 span::before {
    left: -0.75rem;
}}.customer_opinions82713 {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(rgb(211,179,150,0.5), 0.05) 0%, 
        rgba(rgb(211,179,150,0.5), 0.1) 50%, 
        rgba(rgb(211,179,150,0.5), 0.15) 100%);
    perspective: 1000px;
}.customer_opinions82713::before {
    background: linear-gradient(120deg, 
        rgba(rgb(183,144,107,0.5), 0.05), 
        rgba(rgb(183,144,107,0.5), 0.1));
    clip-path: polygon(0 0, 100% 20%, 85% 100%, 15% 80%);
    content: "";
    right: -5%;
    position: absolute;
    width: 60%;
    pointer-events: none;
    transform: rotate(-15deg) skewX(5deg);
    height: 70%;
    top: -10%;
    z-index: 0;
}.customer_opinions82713::after {
    height: 60%;
    z-index: 0;
    content: "";
    clip-path: polygon(10% 0, 90% 15%, 100% 85%, 0% 100%);
    left: -5%;
    transform: rotate(10deg) skewX(-5deg);
    width: 50%;
    background: linear-gradient(210deg, 
        rgba(rgb(211,179,150,0.5), 0.08), 
        rgba(rgb(211,179,150,0.5), 0.03));
    bottom: -5%;
    position: absolute;
    pointer-events: none;
}.customer_opinions82713 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.customer_opinions82713 h2 {
    position: relative;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: perspective(500px) translateZ(20px);
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
}.customer_opinions82713 h2::after {
    margin: 1rem auto 0;
    width: 80px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    display: block;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, 
        rgb(211,179,150), 
        rgba(rgb(211,179,150,0.5), 0.6));
    height: 4px;
}.customer_opinions82713 h2:hover::after {
    transform: scaleX(1.2);
}.customer_opinions82713 .user_voices30618 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    transform-style: preserve-3d;
    padding: 0;
    display: grid;
    margin: 0;
    gap: 2.5rem;
}.customer_opinions82713 .learning_testimonials09546 {
    position: relative;
    backface-visibility: hidden;
    overflow: hidden;
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(0) perspective(800px) rotateX(0deg);
}.customer_opinions82713 .learning_testimonials09546::before {
    left: 0;
    content: "";
    background: linear-gradient(90deg, 
        rgb(211,179,150), 
        rgb(183,144,107));
    width: 100%;
    opacity: 0.8;
    top: 0;
    height: 5px;
    transform: scaleX(0.95);
    position: absolute;
}.customer_opinions82713 .learning_testimonials09546::after {
    content: '"';
    font-size: 6rem;
    z-index: 0;
    bottom: 1rem;
    font-family: serif;
    right: 1.5rem;
    position: absolute;
    line-height: 0;
    color: rgba(rgb(211,179,150,0.5), 0.07);
}.customer_opinions82713 .learning_testimonials09546:hover {
    box-shadow: 0 20px 40px -15px rgba(rgb(211,179,150,0.5), 0.25);
    transform: translateY(-10px) perspective(800px) rotateX(2deg);
}.customer_opinions82713 .learning_testimonials09546 div {
    align-items: center;
    position: relative;
    display: flex;
    margin-bottom: 1.5rem;
    z-index: 2;
}.customer_opinions82713 .learning_testimonials09546 img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
    margin-right: 1rem;
    border: 3px solid rgba(rgb(255, 255, 255, 0.5), 0.9);
    width: 60px;
    height: 60px;
}.customer_opinions82713 .learning_testimonials09546:hover img {
    border-color: rgba(rgb(211,179,150,0.5), 0.2);
    transform: scale(1.05);
    box-shadow: 0 6px 14px rgba(rgb(211,179,150,0.5), 0.2);
}.customer_opinions82713 .learning_testimonials09546 h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    position: relative;
}.customer_opinions82713 .learning_testimonials09546 h4::after {
    left: 0;
    position: absolute;
    content: "";
    background: rgb(211,179,150);
    bottom: -5px;
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
}.customer_opinions82713 .learning_testimonials09546:hover h4::after {
    width: 100%;
}.customer_opinions82713 .learning_testimonials09546 .description {
    font-weight: 400;
    opacity: 0.95;
    font-style: italic;
    z-index: 1;
    color: #000000;
    position: relative;
    line-height: 1.6;
    transition: transform 0.5s ease;
    font-size: 18px;
    margin: 0;
}.customer_opinions82713 .learning_testimonials09546:hover .description {
    transform: translateY(3px);
}.customer_opinions82713 a {
    padding: 0.8rem 2rem;
    margin-top: 3rem;
    background: linear-gradient(135deg, 
        rgb(211,179,150), 
        rgba(rgb(211,179,150,0.5), 0.9));
    text-decoration: none;
    text-align: center;
    box-shadow: 0 4px 15px -3px rgba(rgb(211,179,150,0.5), 0.4);
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: inline-block;
    border-radius: 10px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    transform: translateZ(0);
}.customer_opinions82713 a::before {
    transition: transform 0.8s ease;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0));
    width: 100%;
    height: 100%;
    transform: translateX(-100%);
    content: "";
}.customer_opinions82713 a:hover {
    box-shadow: 0 7px 20px -5px rgba(rgb(211,179,150,0.5), 0.5);
    transform: translateY(-3px) scale(1.03);
}.customer_opinions82713 a:hover::before {
    transform: translateX(100%);
}

@media (max-width: 991px) {.customer_opinions82713 {
    padding: 5rem 0;
}.customer_opinions82713 h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.customer_opinions82713 .user_voices30618 {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer_opinions82713 {
    padding: 4rem 0;
}.customer_opinions82713 h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2rem;
}.customer_opinions82713 .user_voices30618 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_opinions82713 .learning_testimonials09546 {
    padding: 1.5rem;
}.customer_opinions82713 .learning_testimonials09546 img {
    height: 50px;
    width: 50px;
}.customer_opinions82713 a {
    margin-top: 2rem;
    padding: 0.7rem 1.7rem;
}
}

@media (max-width: 480px) {.customer_opinions82713 {
    padding: 3rem 0;
}.customer_opinions82713 h2 {
    font-size: calc(34px * 0.7);
}.customer_opinions82713 .learning_testimonials09546 {
    padding: 1.2rem;
}.customer_opinions82713 .learning_testimonials09546 img {
    width: 45px;
    height: 45px;
}.customer_opinions82713 .learning_testimonials09546 div {
    margin-bottom: 1rem;
}.customer_opinions82713 h2::after {
    width: 60px;
    height: 3px;
}
}

@media (min-width: 1400px) {.customer_opinions82713 .user_voices30618 {
    grid-template-columns: repeat(4, 1fr);
}.customer_opinions82713 .container {
    max-width: 1400px;
}.customer_opinions82713 h2 {
    font-size: calc(34px * 1.1);
}
}

@media (prefers-reduced-motion: reduce) {.customer_opinions82713 .learning_testimonials09546,
    .customer_opinions82713 .learning_testimonials09546 img,
    .customer_opinions82713 a,
    .customer_opinions82713 a::before,
    .customer_opinions82713 h2::after,
    .customer_opinions82713 .learning_testimonials09546:hover {
    transition: none;
    transform: none;
}}.contact_form_section36245 {
    position: relative;
    padding: 100px 0;
}.contact_form_section36245::before {
    content: '';
    height: 100%;
    background: linear-gradient(135deg, rgb(211,179,150,0.5) 0%, rgb(183,144,107,0.5) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}.contact_form_section36245 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.contact_form_section36245 .request_map87109 {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.contact_form_section36245 .help_message70659 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    border-radius: 21px;
}.contact_form_section36245 .help_message70659 h3 {
    color: #000000;
    font-size: 32px;
    font-weight: 700;
    grid-column: 1 / -1;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}.contact_form_section36245 .help_message70659 h3::after {
    content: '';
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    position: absolute;
    border-radius: 2px;
    background: rgb(211,179,150);
}.contact_form_section36245 .help_message70659 div {
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background: rgb(240,223,208);
    text-align: center;
    transition: all 0.3s ease;
    flex-direction: column;
}.contact_form_section36245 .help_message70659 div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_form_section36245 .help_message70659 svg {
    width: 40px;
    margin-bottom: 15px;
    height: 40px;
}.contact_form_section36245 .help_message70659 svg path {
    fill: rgb(211,179,150);
}.contact_form_section36245 .help_message70659 span {
    color: #000000;
    font-size: 18px;
}.contact_form_section36245 .help_message70659 a {
    color: rgb(211,179,150);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_form_section36245 .help_message70659 a:hover {
    color: rgb(183,144,107);
}.contact_form_section36245 .reach_request84510 {
    padding: 40px;
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
}.contact_form_section36245 form h3 {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}.contact_form_section36245 form h3::after {
    bottom: -15px;
    transform: translateX(-50%);
    border-radius: 2px;
    background: rgb(211,179,150);
    width: 80px;
    left: 50%;
    height: 4px;
    content: '';
    position: absolute;
}.contact_form_section36245 form {
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.contact_form_section36245 form h3 {
    grid-column: 1 / -1;
}.contact_form_section36245 form input[type="text"],
.contact_form_section36245 form input[type="email"] {
    border-radius: 10px;
    font-size: 18px;
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}.contact_form_section36245 form input[type="text"]:focus,
.contact_form_section36245 form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(211,179,150,0.5);
    border-color: rgb(211,179,150);
    outline: none;
}.contact_form_section36245 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_section36245 .request_widget48296 {
    margin: 10px 0;
    align-items: flex-start;
    display: flex;
    grid-column: 1 / -1;
}.contact_form_section36245 .request_widget48296 input[type="checkbox"] {
    height: 22px;
    transition: all 0.3s ease;
    border-radius: 10px;
    appearance: none;
    border: 2px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    margin-right: 15px;
    flex-shrink: 0;
    position: relative;
    width: 22px;
    -webkit-appearance: none;
}.contact_form_section36245 .request_widget48296 input[type="checkbox"]:checked {
    background-color: rgb(211,179,150);
    border-color: rgb(211,179,150);
}.contact_form_section36245 .request_widget48296 input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
    height: 10px;
    left: 7px;
    top: 4px;
    content: "";
    position: absolute;
}.contact_form_section36245 .request_widget48296 label {
    color: #000000;
    font-size: 16px;
    line-height: 1.5;
}.contact_form_section36245 .request_widget48296 a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(211,179,150);
    font-weight: 600;
}.contact_form_section36245 .request_widget48296 a:hover {
    color: rgb(183,144,107);
}.contact_form_section36245 .reach_info43298 {
    transition: all 0.3s ease;
    border: none;
    padding: 18px 20px;
    color: #ffffff;
    font-weight: 600;
    grid-column: 1 / -1;
    background: rgb(211,179,150);
    font-size: 19px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}.contact_form_section36245 .reach_info43298:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(183,144,107);
    transform: translateY(-3px);
}

@media (max-width: 992px) {.contact_form_section36245 {
    padding: 80px 0;
}.contact_form_section36245 .help_message70659 {
    padding: 35px;
}.contact_form_section36245 .reach_request84510 {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact_form_section36245 {
    padding: 60px 0;
}.contact_form_section36245 .help_message70659 {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.contact_form_section36245 .reach_request84510 {
    padding: 30px;
}.contact_form_section36245 form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contact_form_section36245 .help_message70659 h3,
    .contact_form_section36245 form h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact_form_section36245 {
    padding: 50px 0;
}.contact_form_section36245 .help_message70659 {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact_form_section36245 .reach_request84510 {
    padding: 25px;
}.contact_form_section36245 .help_message70659 h3,
    .contact_form_section36245 form h3 {
    font-size: calc(32px * 0.8);
    margin-bottom: 25px;
}.contact_form_section36245 .help_message70659 div {
    padding: 25px 15px;
}}.tySpot35614 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(240,223,208) 0%, rgba(255,255,255,0.95) 100%);
}.tySpot35614::before {
    animation: ambientGlow 15s infinite alternate ease-in-out;
    height: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 10%, rgb(211,179,150,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(183,144,107,0.5) 0%, transparent 50%);
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.1;
}.tySpot35614::after {
    height: 3px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(211,179,150), rgb(183,144,107), transparent);
    bottom: 0;
    z-index: 1;
    content: "";
}.tySpot35614 .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.tySpot35614 h2 {
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    position: relative;
    text-align: center;
    font-size: 38px;
    margin-bottom: 40px;
    color: #000000;
}.tySpot35614 h2::after {
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(211,179,150), rgb(183,144,107));
    content: "";
    bottom: -15px;
    height: 3px;
}.tySpot35614 .skill_experts67214 {
    border-radius: 24px;
    opacity: 0;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
    padding: 40px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    transform: translateY(30px);
}.tySpot35614 .skill_experts67214::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(211,179,150), rgb(183,144,107));
    content: "";
    left: 0;
    position: absolute;
    width: 5px;
    height: 100%;
}.tySpot35614 .skill_experts67214::after {
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    width: 40%;
}.tySpot35614 .skill_experts67214:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.tySpot35614 ul {
    padding: 0;
    list-style: none;
    z-index: 2;
    margin: 0;
    position: relative;
}.tySpot35614 li {
    padding-left: 25px;
    position: relative;
}.tySpot35614 li::before {
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: rgb(211,179,150);
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    height: 8px;
    top: 10px;
    transform: scale(0);
    content: "";
    width: 8px;
}.tySpot35614 span {
    line-height: 1.8;
    opacity: 0;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    font-size: 17px;
    display: block;
    color: #000000;
    font-family: Arial, sans-serif;
    transform: translateX(20px);
    position: relative;
}.tySpot35614 span::after {
    left: 0;
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    bottom: -15px;
    position: absolute;
    width: 0;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, rgb(211,179,150,0.5), transparent);
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.tySpot35614 {
    padding: 90px 0;
}.tySpot35614 h2 {
    margin-bottom: 35px;
    font-size: calc(38px * 0.9);
}.tySpot35614 .skill_experts67214 {
    padding: 35px;
}.tySpot35614 .skill_experts67214::after {
    width: 30%;
}
}

@media (max-width: 767px) {.tySpot35614 {
    padding: 70px 0;
}.tySpot35614 h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.tySpot35614 h2::after {
    bottom: -12px;
    width: 60px;
}.tySpot35614 .skill_experts67214 {
    padding: 30px 25px;
}.tySpot35614 .skill_experts67214::after {
    display: none;
}.tySpot35614 span {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.tySpot35614 {
    padding: 50px 0;
}.tySpot35614 h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 25px;
}.tySpot35614 .skill_experts67214 {
    padding: 25px 20px;
    border-radius: 10px;
}.tySpot35614 li {
    padding-left: 20px;
}.tySpot35614 li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.tySpot35614 span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}header .main_guide76038 {
    padding: 1.5rem 0;
    z-index: 99;
    overflow: visible;
    align-items: center;
    display: flex;
    width: 100%;
    justify-content: space-between;
    position: relative;
    box-sizing: border-box;
    background: linear-gradient(120deg, rgb(211,179,150) 0%, rgb(183,144,107,0.5) 100%);
}header .main_guide76038::before {
    background: radial-gradient(circle at 70% 30%, rgb(183,144,107,0.5) 0%, transparent 60%);
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}header .main_guide76038 .main_edu02168 {
    margin-left: calc((100vw - 100%) / 2);
    transform: translateY(-5px);
    position: relative;
    z-index: 2;
    transition: all 0.4s ease;
}header .main_guide76038 .main_edu02168:hover {
    transform: translateY(0) scale(1.05);
}header .main_guide76038 .main_edu02168 .page_head82396 {
    display: block;
    padding: 0.5rem 1rem;
    position: relative;
}header .main_guide76038 .main_edu02168 .page_head82396::before {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: -1;
    top: -10px;
    left: -20px;
    position: absolute;
}header .main_guide76038 .main_edu02168 .page_head82396 svg {
    filter: drop-shadow(0 0 8px #ffffff);
    width: auto;
    height: 2.8rem;
}header .main_guide76038 .main_lead50764 {
    padding: 0;
    position: relative;
    margin: 0;
    width: 80vw;
    justify-content: flex-end;
    padding-right: calc((100vw - 100%) / 2);
    display: flex;
    background: linear-gradient(90deg, transparent, rgb(211,179,150,0.5) 30%, rgba(0, 0, 0, 0.5) 100%);
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    list-style: none;
}header .main_guide76038 .main_lead50764::before {
    background: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.03) 10px,
    rgba(255, 255, 255, 0.03) 20px
  );
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    height: 100%;
}header .main_guide76038 .main_lead50764 .top_train39285 {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
    perspective: 1000px;
}header .main_guide76038 .main_lead50764 .top_train39285 a {
    font-size: 20px;
    text-decoration: none;
    position: relative;
    display: block;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    transform-origin: center;
}header .main_guide76038 .main_lead50764 .top_train39285 a::after {
    background: rgb(183,144,107);
    content: "";
    width: 0;
    bottom: 0.8rem;
    height: 2px;
    left: 1.5rem;
    position: absolute;
    transition: width 0.3s ease;
}header .main_guide76038 .main_lead50764 .top_train39285 a:hover {
    transform: translateZ(10px);
    color: rgb(183,144,107);
}header .main_guide76038 .main_lead50764 .top_train39285 a:hover::after {
    width: calc(100% - 3rem);
}

@media screen and (max-width: 991px) {header .main_guide76038 {
    align-items: center;
    padding: 1rem 0;
    flex-direction: column;
}header .main_guide76038 .main_edu02168 {
    margin-bottom: 1rem;
    margin-left: 0;
}header .main_guide76038 .main_lead50764 {
    flex-wrap: wrap;
    background: rgb(211,179,150,0.5);
    padding-right: 0;
    width: 100%;
    justify-content: center;
    clip-path: none;
}header .main_guide76038 .main_lead50764 .top_train39285 a {
    padding: 0.8rem 1rem;
}header .main_guide76038 .main_lead50764 .top_train39285 a::after {
    left: 1rem;
    bottom: 0.4rem;
}header .main_guide76038 .main_lead50764 .top_train39285 a:hover::after {
    width: calc(100% - 2rem);
}
}

@media screen and (max-width: 767px) {header .main_guide76038 .main_lead50764 {
    padding: 0.5rem 0;
}header .main_guide76038 .main_lead50764 .top_train39285 {
    width: 50%;
}header .main_guide76038 .main_lead50764 .top_train39285 a {
    font-size: calc(20px - 2px);
    text-align: center;
    padding: 0.6rem 0.8rem;
}header .main_guide76038 .main_lead50764 .top_train39285 a::after {
    display: none;
}
}