﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.container {
    margin: auto;
    width: 1191px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.grid-container79083 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.nav_mainbar90452 {
    flex: 1 0 auto;
}.podcast_cta12094 {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    -webkit-backdrop-filter: blur(20px);
    background: rgb(118,146,141,0.5);
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 1000;
    backdrop-filter: blur(20px);
}header:before {
    left: 0;
    pointer-events: none;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    animation: shimmer 8s infinite linear;
}header:after {
    position: absolute;
    bottom: 0;
    width: 100%;
    content: '';
    opacity: 0.8;
    left: 0;
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(82,104,100) 0%,
        rgb(118,146,141) 50%,
        rgb(82,104,100) 100%
    );
    height: 3px;
}header .nav_base74286 {
    position: relative;
    overflow: hidden;
}header .nav_base74286:before {
    width: 100%;
    height: 100%;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(118,146,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(82,104,100,0.5) 0%, transparent 40%);
    position: absolute;
    content: '';
    pointer-events: none;
    left: 0;
    mix-blend-mode: overlay;
    top: 0;
}header .container {
    padding: 16px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .container:before {
    opacity: 0.5;
    height: 1px;
    position: absolute;
    left: 0;
    content: '';
    bottom: -1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    width: 100%;
}header .main_mentor89542 {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .main_master57498 {
    display: flex;
    gap: 35px;
    align-items: center;
    position: relative;
}header .main_master57498:before {
    top: 50%;
    height: 35px;
    transition: all 0.4s ease;
    opacity: 0;
    position: absolute;
    content: '';
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    left: 0;
    width: 100%;
}header .main_master57498:hover:before {
    opacity: 1;
    transform: translateY(-50%) scaleX(1);
}header .top_teach70691 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 5px 0;
    letter-spacing: 1px;
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 12px;
    text-decoration: none;
}header .top_teach70691:before {
    width: 100%;
    position: absolute;
    transform-origin: right;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    content: '';
    transform: scaleX(0);
    bottom: 0;
    height: 1px;
    left: 0;
}header .top_teach70691:after {
    content: '';
    left: 0;
    height: 100%;
    transform: scaleY(0);
    transition: all 0.3s ease;
    width: 100%;
    opacity: 0;
    background: linear-gradient(
        180deg,
        transparent,
        rgb(118,146,141,0.5),
        transparent
    );
    position: absolute;
    z-index: -1;
    top: 0;
}header .top_teach70691:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .top_teach70691:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}header .top_teach70691:hover:after {
    opacity: 0.15;
    transform: scaleY(1);
}header .head_pro14028 {
    transition: all 0.4s ease;
    align-items: center;
    display: flex;
    padding: 5px;
    text-decoration: none;
    position: relative;
}header .head_pro14028:before {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    z-index: -1;
    background: radial-gradient(
        circle,
        rgb(118,146,141,0.5) 0%,
        transparent 70%
    );
    top: -10px;
    transition: opacity 0.5s ease;
    content: '';
    opacity: 0;
}header .head_pro14028:after {
    height: 100%;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(118,146,141),
        transparent
    ) 1;
    opacity: 0;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    transition: all 0.3s ease;
    border: 1px solid transparent;
}header .head_pro14028:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .head_pro14028:hover:after {
    opacity: 0.7;
}header .head_pro14028 svg {
    filter: drop-shadow(0 0 3px rgb(118,146,141,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    height: 45px;
}header .head_pro14028:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(118,146,141));
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .main_master57498 {
    gap: 20px;
}header .head_pro14028 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main_master57498 {
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    width: 80%;
    background: linear-gradient(
            135deg,
            rgb(118,146,141) 0%,
            rgb(118,146,141,0.5) 100%
        );
    max-width: 320px;
    gap: 20px;
    flex-direction: column;
    z-index: 1001;
    background: rgb(118,146,141);
    position: fixed;
    height: 100vh;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    padding: 80px 30px 30px;
    right: -100%;
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(15px);
}header .main_master57498:before {
    display: none;
}header .menu.active {
    right: 0;
}header .top_teach70691 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 5px;
}header .top_teach70691:last-child {
    border-bottom: none;
}header .head_pro14028 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .head_pro14028 svg {
    height: 35px;
}}.register_now31628 {
    position: relative;
    overflow: hidden;
    background: rgb(155,183,178);
    padding: 150px 0;
}.register_now31628::before {
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    content: '';
    width: 100%;
    position: absolute;
    background: radial-gradient(ellipse at center, transparent 0%, rgb(155,183,178) 80%);
}.register_now31628 .pro_program63210 {
    z-index: 10;
    perspective: 1000px;
    position: relative;
    padding: 0;
}.register_now31628 .container {
    transform-style: preserve-3d;
    perspective: 1000px;
}.register_now31628 .container p {
    text-align: center;
    z-index: 5;
    margin: 0 auto 80px;
    border-radius: 10px;
    padding: 50px;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    max-width: 800px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    font-size: 30px;
    transform: translateZ(50px);
    background: #ffffff;
    color: #000000;
}.register_now31628 .container p::before {
    width: 95%;
    height: 100%;
    position: absolute;
    opacity: 0.3;
    background: rgb(118,146,141,0.5);
    filter: blur(20px);
    content: '';
    border-radius: 10px;
    z-index: -1;
    left: 2.5%;
    top: 15px;
}.register_now31628 .request_support31264 {
    text-align: center;
    font-weight: 600;
    display: block;
    background: rgb(118,146,141);
    transition: all 0.4s ease;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    height: 60px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transform: translateZ(30px);
    line-height: 60px;
    width: 250px;
    position: relative;
    border-radius: 30px;
    margin: 0 auto;
    z-index: 5;
}.register_now31628 .request_support31264::before {
    height: 100%;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: transform 0.6s ease;
    top: 0;
    content: '';
    transform: translateX(-100%);
    width: 100%;
    left: 0;
    position: absolute;
}.register_now31628 .request_support31264:hover {
    transform: translateZ(40px);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.03);
}.register_now31628 .request_support31264:hover::before {
    transform: translateX(100%);
}.register_now31628 .container p::after {
    background: rgb(118,146,141);
    bottom: -15px;
    content: '';
    transform: translateX(-50%) rotate(45deg);
    left: 50%;
    height: 30px;
    position: absolute;
    width: 30px;
    z-index: -1;
}.register_now31628::after {
    opacity: 0.1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(118,146,141,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(82,104,100,0.5) 0%, transparent 40%);
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    height: 100%;
    top: 0;
}.register_now31628 .pro_program63210::after {
    opacity: 0.1;
    transform: rotateX(70deg);
    filter: blur(15px);
    border-radius: 50%;
    width: 90%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: -1;
    height: 20px;
    bottom: -30px;
    left: 5%;
    content: '';
}

@media (max-width: 991px) {.register_now31628 {
    padding: 120px 0;
}.register_now31628 .container p {
    padding: 40px;
    font-size: calc(23px * 1.2);
    margin-bottom: 70px;
}.register_now31628 .request_support31264 {
    width: 220px;
    height: 55px;
    line-height: 55px;
}
}

@media (max-width: 767px) {.register_now31628 {
    padding: 100px 0;
}.register_now31628 .container p {
    font-size: 23px;
    transform: translateZ(30px);
    margin-bottom: 60px;
    padding: 30px;
}.register_now31628 .request_support31264 {
    height: 50px;
    width: 200px;
    line-height: 50px;
    transform: translateZ(20px);
}.register_now31628 .request_support31264:hover {
    transform: translateZ(25px);
}.register_now31628 .container p::after {
    bottom: -12px;
    height: 25px;
    width: 25px;
}
}

@media (max-width: 480px) {.register_now31628 {
    padding: 80px 0;
}.register_now31628 .container p {
    margin-bottom: 50px;
    transform: translateZ(20px);
    font-size: calc(12px * 1.2);
    padding: 25px;
}.register_now31628 .request_support31264 {
    width: 180px;
    line-height: 45px;
    height: 45px;
    font-size: calc(17px * 0.9);
    transform: translateZ(15px);
}.register_now31628 .request_support31264:hover {
    transform: translateZ(18px);
}.register_now31628 .container p::before {
    top: 10px;
}.register_now31628 .container p::after {
    height: 20px;
    width: 20px;
    bottom: -10px;
}}.gratPage67920 {
    background: linear-gradient(135deg, rgb(155,183,178) 0%, rgb(118,146,141,0.5) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.gratPage67920::before {
    opacity: 0.6;
    width: 40%;
    position: absolute;
    z-index: 1;
    content: "";
    top: -10%;
    height: 70%;
    background: linear-gradient(120deg, rgb(82,104,100,0.5) 0%, transparent 70%);
    right: -5%;
    transform: rotate(-15deg) skewX(15deg);
}.gratPage67920::after {
    width: 30%;
    z-index: 1;
    position: absolute;
    height: 60%;
    background: linear-gradient(220deg, rgb(118,146,141,0.5) 0%, transparent 80%);
    content: "";
    bottom: -5%;
    opacity: 0.4;
    transform: rotate(10deg) skewY(-5deg);
    left: -2%;
}.gratPage67920 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.gratPage67920 h2 {
    position: relative;
    line-height: 1.4;
    color: #000000;
    opacity: 1;
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 28px;
    max-width: 90%;
    font-weight: 700;
    margin-bottom: 50px;
    transform: translateY(0);
}.gratPage67920 h2::after {
    position: absolute;
    left: 0;
    transition: transform 0.5s ease;
    bottom: -15px;
    width: 80px;
    content: "";
    transform-origin: left;
    background: linear-gradient(90deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    height: 3px;
    transform: scaleX(1);
}.gratPage67920 .pro_program63210 {
    background: #ffffff;
    transform: perspective(1000px) rotateY(0deg);
    opacity: 0;
    padding: 40px;
    animation: fadeIn 1s ease-out 0.3s forwards;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    z-index: 3;
    border-left: 4px solid rgb(118,146,141);
}.gratPage67920 .pro_program63210::before {
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
    left: 0;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    bottom: 0;
    content: "";
    right: 0;
    z-index: -1;
}.gratPage67920 .pro_program63210:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.gratPage67920 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.gratPage67920 li {
    padding-left: 20px;
    margin-bottom: 15px;
    position: relative;
}.gratPage67920 li::before {
    left: 0;
    background: rgb(82,104,100);
    border-radius: 50%;
    content: "";
    top: 10px;
    height: 6px;
    transform: translateY(-50%);
    width: 6px;
    position: absolute;
}.gratPage67920 span {
    font-size: calc(15px * 1.05);
    display: block;
    color: #000000;
    opacity: 0;
    line-height: 1.8;
    animation: fadeInUp 0.8s ease-out 0.5s forwards;
    transform: translateY(10px);
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.gratPage67920 {
    padding: 150px 0;
}.gratPage67920 h2 {
    max-width: 80%;
    font-size: calc(28px * 1.1);
}.gratPage67920 .pro_program63210 {
    margin-left: 30px;
    padding: 50px 60px;
}.gratPage67920 span {
    font-size: calc(15px * 1.1);
}
}

@media (min-width: 992px) {.gratPage67920 .container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}.gratPage67920 h2 {
    max-width: 70%;
}.gratPage67920 .pro_program63210 {
    width: 85%;
    margin-left: 60px;
}.gratPage67920 span {
    line-height: 1.9;
    font-size: calc(15px * 1.15);
}
}

@media (max-width: 767px) {.gratPage67920 {
    padding: 80px 0;
}.gratPage67920 h2 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.9);
}.gratPage67920 .pro_program63210 {
    padding: 30px 25px;
}.gratPage67920 span {
    line-height: 1.7;
    font-size: 15px;
}.gratPage67920 h2::after {
    width: 60px;
}
}

@media (max-width: 480px) {.gratPage67920 {
    padding: 60px 0;
}.gratPage67920 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 35px;
}.gratPage67920 .pro_program63210 {
    padding: 25px 20px;
}.gratPage67920 span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.gratPage67920 h2::after {
    width: 50px;
    height: 2px;
}}.mentorship_profile58047 {
    padding: 90px 0;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, #f5f7fa 100%);
    position: relative;
    overflow: hidden;
}.mentorship_profile58047::before {
    top: -10%;
    position: absolute;
    width: 300px;
    opacity: 0.4;
    right: -5%;
    content: "";
    z-index: 0;
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(60px);
    background: linear-gradient(45deg, rgb(118,146,141,0.5), rgb(82,104,100,0.5));
    height: 300px;
}.mentorship_profile58047::after {
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(82,104,100,0.5), rgb(118,146,141,0.5));
    width: 250px;
    z-index: 0;
    opacity: 0.3;
    bottom: -5%;
    left: -5%;
    height: 250px;
    position: absolute;
    content: "";
    animation: float 18s ease-in-out infinite alternate-reverse;
}.mentorship_profile58047 .container {
    z-index: 1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.mentorship_profile58047 .success_testimonials41037 {
    padding: 40px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(2deg);
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.mentorship_profile58047 .success_testimonials41037:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mentorship_profile58047 .success_testimonials41037 > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.mentorship_profile58047 .icon_image93258 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    width: 120px;
    height: 120px;
    border: 3px solid #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.mentorship_profile58047 .success_testimonials41037:hover .icon_image93258 {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.mentorship_profile58047 .name {
    color: rgb(118,146,141);
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: 21px;
    margin-bottom: 5px;
}.mentorship_profile58047 .name::after {
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(118,146,141), rgb(82,104,100));
    bottom: -4px;
    transition: width 0.3s ease-in-out;
    left: 0;
    width: 0;
    position: absolute;
}.mentorship_profile58047 .success_testimonials41037:hover .name::after {
    width: 100%;
}.mentorship_profile58047 .success_testimonials41037 > div:nth-child(2) > div {
    padding-left: 0;
    font-size: calc(13px - 1px);
    color: rgb(82,104,100);
    position: relative;
    font-weight: 600;
    margin-bottom: 15px;
    transition: padding-left 0.3s ease;
}.mentorship_profile58047 .success_testimonials41037:hover > div:nth-child(2) > div {
    padding-left: 10px;
}.mentorship_profile58047 .exp_container20543 {
    padding: 20px;
    border-left: 3px solid rgb(118,146,141);
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.7;
    position: relative;
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
}.mentorship_profile58047 .exp_container20543::before {
    top: -15px;
    opacity: 0.3;
    font-family: serif;
    font-size: 60px;
    content: "";
    color: rgb(118,146,141,0.5);
    position: absolute;
    left: 10px;
    line-height: 1;
}

@media (min-width: 768px) {.mentorship_profile58047 {
    padding: 120px 0;
}.mentorship_profile58047 .success_testimonials41037 {
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
    padding: 50px;
}.mentorship_profile58047 .success_testimonials41037 > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.mentorship_profile58047 .icon_image93258 {
    width: 150px;
    height: 150px;
}.mentorship_profile58047 .success_testimonials41037 > div:nth-child(2) {
    align-self: end;
}.mentorship_profile58047 .success_testimonials41037 > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}
}

@media (min-width: 992px) {.mentorship_profile58047 .success_testimonials41037 {
    grid-template-columns: 180px 1fr;
    padding: 60px;
    grid-gap: 40px;
}.mentorship_profile58047 .icon_image93258 {
    height: 180px;
    width: 180px;
}.mentorship_profile58047 .name {
    font-size: calc(21px + 2px);
}.mentorship_profile58047 .exp_container20543 {
    font-size: calc(13px + 1px);
    padding: 25px;
}
}

@media (max-width: 767px) {.mentorship_profile58047 {
    padding: 60px 0;
}.mentorship_profile58047 .success_testimonials41037 {
    text-align: center;
    padding: 30px;
}.mentorship_profile58047 .icon_image93258 {
    margin: 0 auto 20px;
}.mentorship_profile58047 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.mentorship_profile58047 .success_testimonials41037:hover > div:nth-child(2) > div {
    padding-left: 0;
}.mentorship_profile58047 .exp_container20543 {
    text-align: left;
    padding: 15px;
}}

@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(15px, 15px) rotate(5deg);
    }
    100% {
        transform: translate(-15px, 10px) rotate(-5deg);
    }
}.price_set35967 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.price_set35967::before {
    height: 100%;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(118,146,141,0.5), rgba(0, 0, 0, 0.5) 90%);
    top: 0;
    content: "";
}.price_set35967 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.price_set35967 .cost_table42391 {
    position: relative;
}.price_set35967 h2 {
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.3;
    margin-bottom: 20px;
    text-align: center;
}.price_set35967 h2::after {
    left: 50%;
    background: rgb(82,104,100);
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    bottom: -15px;
}.price_set35967 .trial_offers29570 {
    font-size: 13px;
    max-width: 700px;
    margin: 30px auto 50px;
    line-height: 1.6;
    color: #ffffff;
    text-align: center;
}.price_set35967 .price_panel12903 {
    padding: 0;
    margin: 0;
    gap: 30px;
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.price_set35967 .price_panel12903 li {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.price_set35967 .price_panel12903 li:hover {
    transform: translateY(-10px);
}.price_set35967 .payment_plans25193 {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    text-decoration: none;
}.price_set35967 .learning_cost27186 {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-left: 3px solid rgb(82,104,100);
    border-radius: 10px;
    position: relative;
    height: 100%;
    background: linear-gradient(145deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    padding: 40px 30px;
    backdrop-filter: blur(10px);
}.price_set35967 .learning_cost27186::before {
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    background: linear-gradient(45deg, rgb(118,146,141,0.5), transparent);
    height: 100%;
    width: 100%;
    left: 0;
}.price_set35967 .payment_plans25193:hover .learning_cost27186::before {
    opacity: 0.15;
}.price_set35967 .learning_cost27186::after {
    right: -30px;
    height: 100px;
    background: rgb(82,104,100);
    border-radius: 50%;
    content: "";
    transition: transform 0.5s ease;
    width: 100px;
    top: -30px;
    z-index: -1;
    opacity: 0.1;
    position: absolute;
}.price_set35967 .payment_plans25193:hover .learning_cost27186::after {
    transform: scale(1.2);
}.price_set35967 .cert_cost21746 {
    flex-direction: column;
    z-index: 2;
    height: 100%;
    display: flex;
    position: relative;
}.price_set35967 .cert_cost21746 h4 {
    display: inline-block;
    padding-bottom: 12px;
    margin: 0 0 20px;
    font-size: 20px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.price_set35967 .cert_cost21746 h4::after {
    background: rgb(82,104,100);
    height: 2px;
    left: 0;
    bottom: 0;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    position: absolute;
}.price_set35967 .payment_plans25193:hover .cert_cost21746 h4::after {
    width: 60px;
}.price_set35967 .cert_cost21746 p {
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 25px;
    line-height: 1.5;
    font-size: calc(13px - 2px);
    opacity: 0.85;
    word-wrap: break-word;
    color: #ffffff;
    flex-grow: 1;
}.price_set35967 .learn_rates07941 {
    margin-top: auto;
    font-size: calc(20px + 4px);
    position: relative;
    font-weight: 700;
    padding: 15px 0 0;
    color: #ffffff;
    border-top: 1px solid rgba(255,255,255,0.1);
    display: block;
}.price_set35967 .learn_rates07941::before {
    content: "";
    height: 1px;
    background: rgb(82,104,100);
    position: absolute;
    left: 0;
    top: -1px;
    width: 30%;
}

@media (min-width: 992px) {.price_set35967 .price_panel12903 {
    grid-template-columns: repeat(4, 1fr);
}.price_set35967 .learning_cost27186 {
    padding: 35px 25px;
}.price_set35967 h2 {
    font-size: calc(30px + 4px);
}
}

@media (min-width: 768px) and (max-width: 991px) {.price_set35967 .price_panel12903 {
    grid-template-columns: repeat(2, 1fr);
}.price_set35967 {
    padding: 100px 0;
}
}

@media (max-width: 767px) {.price_set35967 {
    padding: 80px 0;
}.price_set35967 .price_panel12903 {
    grid-template-columns: 1fr;
}.price_set35967 h2 {
    font-size: calc(30px - 2px);
}.price_set35967 .trial_offers29570 {
    font-size: calc(13px - 1px);
    margin-bottom: 30px;
}.price_set35967 .cert_cost21746 p {
    max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
    font-size: calc(13px - 3px);
}.price_set35967 .cert_cost21746 p::-webkit-scrollbar {
    width: 3px;
}.price_set35967 .cert_cost21746 p::-webkit-scrollbar-thumb {
    background: rgb(82,104,100);
}
}

@media (max-width: 480px) {.price_set35967 .learning_cost27186 {
    padding: 30px 20px;
}.price_set35967 h2 {
    font-size: calc(30px - 4px);
}.price_set35967 .learn_rates07941 {
    font-size: calc(20px + 2px);
}}.data_analysis57932 {
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, rgb(82,104,100,0.5) 100%);
    perspective: 1000px;
}.data_analysis57932::before {
    height: 100%;
    content: "";
    width: 100%;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(118,146,141,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(118,146,141,0.5) 12px
    );
    position: absolute;
    opacity: 0.05;
    top: 0;
    z-index: 1;
    left: 0;
}.data_analysis57932::after {
    background: linear-gradient(to bottom right, rgb(118,146,141,0.5) 0%, transparent 70%);
    top: -50%;
    position: absolute;
    transform: rotate(15deg);
    content: "";
    z-index: 0;
    height: 200%;
    width: 70%;
    pointer-events: none;
    right: -20%;
}.data_analysis57932 .container {
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1400px;
}.data_analysis57932 ul {
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    list-style: none;
    gap: 2.5rem;
    transform-style: preserve-3d;
    margin-bottom: 4rem;
    display: grid;
}.data_analysis57932 .statistics_highlights07912 {
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform-style: preserve-3d;
}.data_analysis57932 .statistics_highlights07912:hover {
    transform: translateZ(20px) scale(1.02);
}.data_analysis57932 .statistics_highlights07912 div {
    z-index: 2;
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    position: relative;
    padding: 2.5rem 1.5rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    display: flex;
    height: 100%;
    text-align: center;
    transition: all 0.4s ease;
}.data_analysis57932 .statistics_highlights07912 div::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(118,146,141) 0%, rgb(82,104,100) 100%);
    z-index: 1;
    height: 5px;
    content: "";
}.data_analysis57932 .statistics_highlights07912 div::after {
    background: linear-gradient(135deg, transparent 50%, rgb(82,104,100,0.5) 100%);
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 40%;
    content: "";
    position: absolute;
    opacity: 0.1;
    width: 50%;
    transition: all 0.4s ease;
}.data_analysis57932 .statistics_highlights07912:hover div::after {
    height: 50%;
    width: 60%;
    opacity: 0.15;
}.data_analysis57932 .statistics_highlights07912 p {
    transition: transform 0.3s ease;
    font-size: calc(35px * 1.5);
    margin: 0 0 0.5rem;
    position: relative;
    color: rgb(118,146,141);
    line-height: 1;
    font-weight: 700;
}.data_analysis57932 .statistics_highlights07912:hover p {
    transform: translateY(-5px);
}.data_analysis57932 .statistics_highlights07912 p::after {
    width: 40px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: rgb(82,104,100);
    bottom: -10px;
    opacity: 0.7;
    transition: width 0.3s ease;
    height: 3px;
    left: 50%;
}.data_analysis57932 .statistics_highlights07912:hover p::after {
    width: 60px;
}.data_analysis57932 .statistics_highlights07912 span {
    margin-top: 1rem;
    transition: all 0.3s ease;
    font-size: 18px;
    display: block;
    color: #000000;
    z-index: 2;
    position: relative;
    font-weight: 600;
}.data_analysis57932 h4 {
    transform: translateZ(30px);
    font-size: 18px;
    position: relative;
    color: #000000;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.5px;
    margin: 0;
    padding-bottom: 1rem;
}.data_analysis57932 h4::before {
    background: rgb(118,146,141);
    width: 80px;
    bottom: 0;
    position: absolute;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 3px;
}

@media (min-width: 992px) {.data_analysis57932 {
    padding: 7rem 3rem;
}.data_analysis57932 ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}.data_analysis57932 h4 {
    font-size: calc(18px * 1.2);
}.data_analysis57932 .statistics_highlights07912 p {
    font-size: calc(48px * 1.2);
}
}

@media (min-width: 768px) and (max-width: 991px) {.data_analysis57932 ul {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 576px) and (max-width: 767px) {.data_analysis57932 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {.data_analysis57932 {
    padding: 4rem 1.5rem;
}.data_analysis57932 ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.data_analysis57932 .statistics_highlights07912 div {
    padding: 2rem 1rem;
}.data_analysis57932 .statistics_highlights07912 p {
    font-size: 35px;
}.data_analysis57932 h4 {
    font-size: 22px;
}
}

@media (prefers-reduced-motion: reduce) {.data_analysis57932 .statistics_highlights07912,
    .data_analysis57932 .statistics_highlights07912:hover,
    .data_analysis57932 .statistics_highlights07912 p,
    .data_analysis57932 .statistics_highlights07912:hover p,
    .data_analysis57932 .statistics_highlights07912 div::after,
    .data_analysis57932 .statistics_highlights07912:hover div::after,
    .data_analysis57932 .statistics_highlights07912 p::after,
    .data_analysis57932 .statistics_highlights07912:hover p::after {
    transition: none;
    transform: none;
}}.privacy_hold75149 {
    padding: 40px;
    height: auto;
    width: 100%;
}.privacy_hold75149 h1 {
    font-family: Arial, sans-serif;
    grid-column: span 2;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin-top: 0;
    border-bottom: 2px solid rgb(82,104,100);
    margin-bottom: 20px;
    color: rgb(118,146,141);
    text-shadow: 0 0 10px rgb(118,146,141);
    padding-bottom: 10px;
}.privacy_hold75149 h2 {
    text-shadow: 0 0 5px rgb(82,104,100);
    text-align: left;
    margin-bottom: 15px;
    font-size: 29px;
    color: rgb(82,104,100);
    border-left: 4px solid rgb(118,146,141);
    padding-left: 10px;
    font-weight: 600;
    margin-top: 0;
    font-family: Arial, sans-serif;
}.privacy_hold75149 ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}.privacy_hold75149 li {
    padding: 10px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(118,146,141);
    line-height: 1.5;
    border: 1px solid rgb(118,146,141);
    margin-bottom: 10px;
    background: rgb(82,104,100,0.5);
    font-size: 13px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.privacy_hold75149 div {
    border-radius: 25px;
    background: rgb(118,146,141,0.5);
    border: 1px solid rgb(82,104,100);
    font-family: Arial, sans-serif;
    line-height: 1.8;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 13px;
    padding: 15px;
    margin-bottom: 15px;
}.privacy_hold75149 p, .privacy_hold75149 span {
    text-shadow: 0 0 5px rgb(82,104,100);
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.privacy_hold75149 {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 20px;
}.privacy_hold75149 h1 {
    margin-bottom: 15px;
    font-size: calc(20px - 4px);
}.privacy_hold75149 h2 {
    font-size: calc(20px - 2px);
    margin-bottom: 10px;
}.privacy_hold75149 ul {
    padding-left: 0;
}.privacy_hold75149 li {
    margin-bottom: 8px;
    padding: 8px;
}.privacy_hold75149 div {
    padding: 10px;
}}.cookie_banner_dialog31047 {
    padding: 15px 20px;
    bottom: 0;
    border-top: 3px solid rgb(118,146,141);
    background: rgb(82,104,100);
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    width: 100%;
    z-index: 90;
    position: fixed;
}.digital_tracking45732 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}.online_tracking52149 {
    margin-right: 20px;
    flex-shrink: 0;
}.online_tracking52149 svg {
    fill: rgb(118,146,141);
    height: 50px;
    width: 50px;
}.consent_learn46257 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    max-width: 600px;
}.cookie_banner_dialog31047 h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #ffffff;
}.cookie_banner_dialog31047 p {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.tracking_policy65490 {
    border-radius: 10px;
    color: #ffffff;
    margin-left: 10px;
    border: 2px solid rgb(118,146,141);
    text-decoration: none;
    background: rgb(118,146,141);
    transition: none;
    font-size: 20px;
    min-width: 150px;
    flex-shrink: 0;
    padding: 10px 20px;
    cursor: pointer;
    text-align: center;
}.tracking_policy65490:hover {
    border-color: rgb(118,146,141,0.5);
    background: rgb(118,146,141,0.5);
}.cookie_banner_dialog31047 p a {
    color: rgb(118,146,141);
    text-decoration: none;
    border-bottom: 2px solid rgb(118,146,141);
}.cookie_banner_dialog31047 p a:hover {
    color: rgb(82,104,100);
    border-bottom-color: rgb(82,104,100);
}
@media only screen and (max-width: 1200px) {.cookie_banner_dialog31047 {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.online_tracking52149 {
    display: none;
}.digital_tracking45732 {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.cookie_banner_dialog31047 h5, .cookie_banner_dialog31047 p {
    text-align: center;
}.consent_learn46257 {
    margin-bottom: 15px;
}.tracking_policy65490 {
    margin-left: 0;
    margin-top: 10px;
}}
#consentPolicyBanner15063 {
    display: none;
}#consentPolicyBanner15063:checked ~ .cookie_banner_dialog31047 {
    visibility: hidden;
    opacity: 0;
}.contact_us76542 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(155,183,178) 50%);
}.contact_us76542::before {
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
    top: 0;
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    z-index: 0;
    height: 100%;
}.contact_us76542 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.contact_us76542 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    text-align: center;
    font-size: 33px;
    color: rgb(118,146,141);
}.contact_us76542 h2::after {
    background: rgb(118,146,141);
    height: 3px;
    bottom: -15px;
    width: 60px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    left: 50%;
}.contact_us76542 .reach_card16357 {
    border-radius: 22px;
    display: flex;
    position: relative;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.contact_us76542 .reach_card16357::before {
    height: 5px;
    top: 0;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(118,146,141), rgb(82,104,100));
    width: 100%;
    position: absolute;
}.contact_us76542 .icon_image93258 {
    transition: all 0.5s ease;
    min-height: 550px;
    flex: 0 0 50%;
    position: relative;
}.contact_us76542 .icon_image93258::after {
    height: 100%;
    background: linear-gradient(45deg, rgb(118,146,141,0.5), transparent);
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
}.contact_us76542 .help_support69480 {
    position: relative;
    flex: 0 0 50%;
    background: #ffffff;
    padding: 60px 50px;
}.contact_us76542 .help_support69480::before {
    position: absolute;
    background: rgb(155,183,178);
    width: 10px;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
}.contact_us76542 #contact {
    gap: 30px;
    flex-direction: column;
    display: flex;
}.contact_us76542 h3 {
    color: #000000;
    position: relative;
    font-size: 23px;
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    padding-bottom: 10px;
}.contact_us76542 h3::after {
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(118,146,141,0.5);
}.contact_us76542 input[type="text"] {
    background: #ffffff;
    border: 2px solid rgb(155,183,178);
    padding: 18px 20px;
    width: 100%;
    font-size: 12px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
}.contact_us76542 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(118,146,141);
}.contact_us76542 input[type="text"]::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_us76542 .inquiry_grid13475 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}.contact_us76542 .inquiry_grid13475 input[type="checkbox"] {
    transition: all 0.3s ease;
    cursor: pointer;
    appearance: none;
    margin-top: 2px;
    height: 24px;
    border-radius: 10px;
    width: 24px;
    position: relative;
    border: 2px solid rgb(155,183,178);
}.contact_us76542 .inquiry_grid13475 input[type="checkbox"]:checked {
    background: rgb(118,146,141);
    border-color: rgb(118,146,141);
}.contact_us76542 .inquiry_grid13475 input[type="checkbox"]:checked::after {
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    top: 5px;
    width: 6px;
    left: 8px;
    content: "";
    position: absolute;
    border-right: 2px solid #ffffff;
    height: 10px;
}.contact_us76542 .inquiry_grid13475 label {
    font-size: 12px;
    line-height: 1.5;
    color: #000000;
}.contact_us76542 .inquiry_grid13475 a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(118,146,141);
    transition: all 0.3s ease;
}.contact_us76542 .inquiry_grid13475 a:hover {
    color: rgb(82,104,100);
}.contact_us76542 .request_support31264 {
    padding: 16px 40px;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    background: rgb(118,146,141);
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
    border: none;
    box-shadow: 0 8px 20px rgb(118,146,141,0.5);
    transition: all 0.3s ease;
    align-self: flex-start;
}.contact_us76542 .request_support31264::before {
    transition: all 0.6s ease;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
}.contact_us76542 .request_support31264:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(82,104,100,0.5);
    background: rgb(82,104,100);
}.contact_us76542 .request_support31264:hover::before {
    left: 100%;
}.contact_us76542 svg {
    height: 22px;
    fill: rgb(118,146,141);
    width: 22px;
    transition: all 0.3s ease;
}.contact_us76542 svg path {
    fill: rgb(118,146,141);
    transition: all 0.3s ease;
}.contact_us76542 svg:hover {
    transform: translateY(-2px);
    fill: rgb(82,104,100);
}.contact_us76542 svg:hover path {
    fill: rgb(82,104,100);
}

@media (max-width: 1200px) {.contact_us76542 {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact_us76542 {
    padding: 80px 0;
}.contact_us76542 .reach_card16357 {
    flex-direction: column-reverse;
}.contact_us76542 .icon_image93258 {
    min-height: 350px;
    flex: 0 0 auto;
}.contact_us76542 .help_support69480 {
    flex: 0 0 auto;
    padding: 50px 40px;
}.contact_us76542 .help_support69480::before {
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
}
}

@media (max-width: 768px) {.contact_us76542 {
    padding: 60px 0;
}.contact_us76542 h2 {
    margin-bottom: 40px;
    font-size: calc(33px - 4px);
}.contact_us76542 .help_support69480 {
    padding: 40px 30px;
}.contact_us76542 #contact {
    gap: 25px;
}.contact_us76542 .icon_image93258 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact_us76542 {
    padding: 50px 0;
}.contact_us76542 .container {
    padding: 0 15px;
}.contact_us76542 h2 {
    margin-bottom: 30px;
    font-size: calc(33px - 6px);
}.contact_us76542 .help_support69480 {
    padding: 35px 25px;
}.contact_us76542 #contact {
    gap: 20px;
}.contact_us76542 input[type="text"] {
    padding: 15px;
}.contact_us76542 .request_support31264 {
    width: 100%;
    padding: 15px 25px;
}.contact_us76542 .icon_image93258 {
    min-height: 250px;
}}footer {
    position: relative;
    width: 100%;
}.podcast_cta12094 {
    position: relative;
    color: #000000;
    background-color: rgb(155,183,178);
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
}.podcast_cta12094::before {
    background-size: 100px 100px;
    content: "";
    height: 120px;
    position: absolute;
    background: 
        linear-gradient(135deg, rgb(155,183,178) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(155,183,178) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(155,183,178) 25%, transparent 25%),
        linear-gradient(45deg, rgb(155,183,178) 25%, transparent 25%);
    width: 100%;
    background-color: rgb(118,146,141,0.5);
    top: 0;
    left: 0;
}footer .sponsor_logo09351 {
    margin-top: -70px;
    position: relative;
    z-index: 1;
}footer .get_contactwidget07314 {
    background-color: #ffffff;
    display: flex;
    padding: 25px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    z-index: 2;
    transform: translateY(-30px);
    border-radius: 19px;
}footer .info_item {
    background-color: rgb(155,183,178);
    border-radius: 10px;
    transition: all 0.3s ease;
    margin: 10px;
    flex: 1 1 200px;
    padding: 10px 15px;
    position: relative;
}footer .info_item:hover {
    background-color: #ffffff;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}footer .info_item::before {
    border-radius: 3px 0 0 3px;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
    background-color: rgb(118,146,141);
    width: 3px;
    height: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    height: 20px;
    fill: rgb(118,146,141);
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    text-decoration: none;
    vertical-align: middle;
    color: #000000;
    font-size: 14px;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(118,146,141);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    height: calc(100% + 80px);
    background-color: #ffffff;
    position: absolute;
    content: "";
    z-index: -1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    top: -40px;
    border-radius: 19px;
    left: 0;
    width: 100%;
}footer .site_study95723 {
    padding: 0 30px;
    position: relative;
}footer .site_study95723::after {
    position: absolute;
    content: "";
    right: 30px;
    height: 1px;
    left: 30px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(118,146,141), transparent);
}footer .site_study95723 svg {
    height: 45px;
    width: auto;
    margin-bottom: 15px;
}footer .code_labs19047 {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    max-width: 330px;
}footer .main_master57498 {
    margin-left: 20px;
    margin-top: -10px;
    margin-right: 20px;
    background-color: rgb(155,183,178);
    padding: 30px;
    z-index: 1;
    border-radius: 19px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}footer .main_master57498 h5 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}footer .main_master57498 h5::after {
    left: 0;
    position: absolute;
    bottom: -7px;
    height: 2px;
    background-color: rgb(118,146,141);
    content: "";
    width: 50px;
}footer .main_mainwrap92056 {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}footer .main_mainwrap92056 a {
    font-size: 14px;
    padding: 8px 0;
    display: inline-block;
    transition: all 0.3s ease;
    color: #000000;
    text-decoration: none;
    position: relative;
}footer .main_mainwrap92056 a::after {
    width: 0;
    bottom: 5px;
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    position: absolute;
    background-color: rgb(118,146,141);
    left: 0;
}footer .main_mainwrap92056 a:hover {
    transform: translateX(5px);
    color: rgb(118,146,141);
}footer .main_mainwrap92056 a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-top: -10px;
    margin-left: 40px;
    background-color: rgb(118,146,141);
    z-index: 0;
    margin-right: 40px;
    padding: 30px;
    position: relative;
    color: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 19px;
}footer .subscribe_holder::before {
    content: "";
    background-color: rgb(118,146,141);
    z-index: -1;
    right: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -15px;
    transform: rotate(45deg);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    transition: background-color 0.3s ease;
    padding: 14px 16px;
    color: #000000;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .sub_widget04732 {
    cursor: pointer;
    border: none;
    padding: 14px 20px;
    background-color: #000000;
    font-weight: 600;
    border-radius: 10px;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .sub_widget04732:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(82,104,100);
}footer .about_learn72634 {
    margin-top: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
}footer .template_cta24935 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    border-radius: 30px;
    color: #000000;
    display: inline-block;
    background-color: #ffffff;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .main_mainwrap92056 {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub_widget04732 {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .main_master57498 {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .podcast_cta12094 {
    padding: 80px 0 30px;
}footer .get_contactwidget07314 {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .main_master57498, footer .subscribe_holder {
    margin-left: 10px;
    padding: 25px 20px;
    margin-right: 10px;
}footer .about_learn72634 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .podcast_cta12094 {
    padding: 60px 0 20px;
}footer .get_contactwidget07314 {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .site_study95723 {
    padding: 0 20px;
}footer .site_study95723::after {
    left: 20px;
    right: 20px;
}footer .main_master57498 h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .main_mainwrap92056 a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .sub_widget04732 {
    padding: 12px 15px;
}}.course_program49053 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(155,183,178) 0%, rgb(118,146,141,0.5) 100%);
    padding: 5rem 0;
    perspective: 1000px;
    position: relative;
}.course_program49053::before {
    content: "";
    height: 120%;
    width: 120%;
    transform: rotate(-5deg);
    z-index: 1;
    top: -10%;
    position: absolute;
    left: -5%;
    background: repeating-linear-gradient(
        45deg,
        rgb(82,104,100,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(82,104,100,0.5) 12px
    );
    opacity: 0.05;
}.course_program49053 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
}.course_program49053 .fast_development26715 {
    transform-style: preserve-3d;
    animation: fadeInUp 0.8s ease-out forwards;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course_program49053 .icon_image93258 {
    mask-image: linear-gradient(to bottom right, 
        transparent 0%, 
        black 2%, 
        black 98%, 
        transparent 100%);
    z-index: 3;
    border: none;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 350px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-3deg);
}.course_program49053 .icon_image93258:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}.course_program49053 .icon_image93258::after {
    z-index: 2;
    inset: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(118,146,141,0.5) 100%
    );
    opacity: 0.6;
    transition: opacity 0.3s ease;
    position: absolute;
}.course_program49053 .icon_image93258:hover::after {
    opacity: 0.4;
}.course_program49053 .caption_holder10645 {
    padding: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(118,146,141);
    transform: translateZ(20px);
    background: #ffffff;
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}.course_program49053 .caption_holder10645::before {
    height: 40px;
    background: rgb(118,146,141);
    width: 40px;
    z-index: -1;
    position: absolute;
    transform: rotate(45deg);
    left: 20px;
    top: -20px;
    content: "";
}.course_program49053 h3 {
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    font-size: calc(24px * 1.2);
    font-weight: 700;
    display: inline-block;
}.course_program49053 h3::after {
    transition: transform 0.3s ease;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(118,146,141) 0%, transparent 100%);
    position: absolute;
    content: "";
    left: 0;
    height: 3px;
    width: 60%;
    transform-origin: left;
}.course_program49053 .caption_holder10645:hover h3::after {
    transform: scaleX(1.2);
}.course_program49053 .description {
    line-height: 1.7;
    font-size: 14px;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    color: #000000;
}.course_program49053 p.description {
    display: block;
}.course_program49053 span.description {
    display: none;
}.course_program49053 .description::first-letter {
    font-size: 1.5em;
    background: rgb(118,146,141,0.5);
    font-weight: 700;
    padding: 6px;
    color: rgb(118,146,141);
    line-height: 1;
    margin-right: 8px;
    float: left;
}

@media screen and (min-width: 768px) {.course_program49053 .fast_development26715 {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.course_program49053 .icon_image93258 {
    flex: 1;
    transform: perspective(1000px) rotateX(2deg) rotateY(-5deg);
    height: 450px;
}.course_program49053 .caption_holder10645 {
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: perspective(1000px) rotateX(-1deg) rotateY(2deg) translateZ(30px);
    flex: 1.2;
}.course_program49053 .caption_holder10645:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(40px);
}.course_program49053 h3 {
    font-size: 30px;
}
}

@media screen and (min-width: 992px) {.course_program49053 {
    padding: 8rem 0;
}.course_program49053 .icon_image93258 {
    height: 550px;
    flex: 1.2;
}.course_program49053 .caption_holder10645 {
    flex: 1;
    padding: 3rem;
}.course_program49053 h3 {
    margin-bottom: 2rem;
}.course_program49053 .description {
    line-height: 1.8;
    font-size: calc(14px * 1.05);
}
}

@media screen and (max-width: 767px) {.course_program49053 {
    padding: 3rem 0;
}.course_program49053 .container {
    padding: 0 1.5rem;
}.course_program49053 .icon_image93258 {
    margin-bottom: -20px;
    height: 250px;
}.course_program49053 .caption_holder10645 {
    padding: 1.8rem;
    transform: translateY(-30px);
    z-index: 4;
}.course_program49053 h3 {
    margin-bottom: 1rem;
    font-size: calc(17px * 1.2);
}.course_program49053 .description {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.course_program49053 .icon_image93258::before {
    inset: 0;
    position: absolute;
    content: "";
    z-index: 2;
    transition: opacity 0.5s ease;
    background: linear-gradient(
            45deg,
            rgb(118,146,141,0.5) 0%,
            transparent 50%,
            rgb(82,104,100,0.5) 100%
        );
    opacity: 0;
}.course_program49053 .icon_image93258:hover::before {
    opacity: 0.2;
}}.company_info97438 {
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.company_info97438::before {
    content: "";
    background: #000000;
    opacity: 0.75;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
}.company_info97438::after {
    position: absolute;
    z-index: 1;
    height: 300px;
    border-radius: 50%;
    right: -50px;
    bottom: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(118,146,141);
    opacity: 0.1;
    filter: blur(40px);
    width: 300px;
    content: "";
}.company_info97438 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    padding: 0 20px;
    z-index: 2;
    grid-template-columns: 1fr;
}.company_info97438 .caption_holder10645 {
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-left: 4px solid rgb(118,146,141);
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    background: linear-gradient(135deg, rgba(255,255,255,0.12), rgba(255,255,255,0.03));
    padding: 40px;
}.company_info97438 .caption_holder10645:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.company_info97438 h5 {
    position: relative;
    text-transform: uppercase;
    font-size: 21px;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 1px;
    transition: transform 0.3s ease-out;
    margin: 0 0 10px;
    transform: translateX(0);
    color: rgb(118,146,141);
}.company_info97438 h5::after {
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    width: 40%;
    background: rgb(118,146,141);
    bottom: -8px;
    content: "";
    transform-origin: left;
    left: 0;
    height: 3px;
    transform: scaleX(1);
}.company_info97438 .caption_holder10645:hover h5 {
    transform: translateX(5px);
}.company_info97438 .caption_holder10645:hover h5::after {
    transform: scaleX(1.5);
}.company_info97438 p {
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 600;
    font-size: calc(12px * 1.2);
}.company_info97438 p b {
    font-weight: 700;
    letter-spacing: 1px;
    padding-bottom: 5px;
    color: rgb(82,104,100);
    display: inline-block;
    font-size: calc(12px * 1.4);
    position: relative;
}.company_info97438 p b::before {
    transform-origin: right;
    left: 0;
    bottom: 0;
    background: rgb(82,104,100);
    height: 2px;
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.company_info97438 .caption_holder10645:hover p b::before {
    transform: scaleX(1);
    transform-origin: left;
}.company_info97438 ol {
    margin: 0;
    list-style: none;
    counter-reset: item;
    padding: 0;
}.company_info97438 ol li {
    column-count: 1;
    letter-spacing: 0.3px;
    position: relative;
    line-height: 1.8;
    opacity: 0.9;
    color: #ffffff;
    font-size: 12px;
    padding-left: 5px;
    column-gap: 40px;
    text-align: justify;
    font-weight: 400;
}.company_info97438 ol li::first-line {
    color: rgb(82,104,100);
    font-weight: 600;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(1);
    }
}

@media (min-width: 768px) {.company_info97438 {
    padding: 150px 0 130px;
}.company_info97438 .caption_holder10645 {
    padding: 60px;
}.company_info97438 ol li {
    column-count: 2;
    column-gap: 50px;
}.company_info97438::after {
    width: 400px;
    height: 400px;
}
}

@media (min-width: 992px) {.company_info97438 {
    padding: 180px 0 160px;
}.company_info97438 .container {
    grid-template-columns: 1fr 3fr;
}.company_info97438 .caption_holder10645 {
    padding: 70px;
    grid-column: 2;
}.company_info97438 h5 {
    margin-bottom: 20px;
}.company_info97438 ol li {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.company_info97438 {
    padding: 80px 0 60px;
}.company_info97438 .caption_holder10645 {
    padding: 30px;
    transform: none;
}.company_info97438 h5 {
    font-size: calc(21px * 0.85);
}.company_info97438 p b {
    font-size: calc(12px * 1.2);
}.company_info97438 ol li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.title_screen15839 {
    justify-content: center;
    position: relative;
    padding: 2rem;
    display: flex;
    width: 100%;
    min-height: 100vh;
    align-items: center;
    overflow: hidden;
}.title_screen15839::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.8) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    content: "";
}.title_screen15839::after {
    content: "";
    z-index: 2;
    opacity: 0.4;
    left: 0;
    right: 0;
    animation: backgroundPulse 8s infinite alternate ease-in-out;
    mix-blend-mode: overlay;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
    rgb(118,146,141,0.5) 0%, 
    transparent 20%, 
    transparent 80%, 
    rgb(82,104,100,0.5) 100%);
}.title_screen15839 > div {
    z-index: 5;
    display: flex;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    gap: 3rem;
    transform: translateY(-2vh);
    position: relative;
}.title_screen15839 > div > div:first-child {
    padding-left: 4vw;
    position: relative;
}.title_screen15839 > div > div:first-child::before {
    animation: lineReveal 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(118,146,141), rgb(82,104,100));
    width: 8px;
    position: absolute;
    transform: translateY(-50%) scaleY(0);
    top: 50%;
    height: 120%;
    transform-origin: top;
    content: "";
    left: 0;
}.title_screen15839 .title_style_header {
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-20px);
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    font-size: clamp(2.5rem, 5vw, 43px);
    line-height: 1.2;
    margin: 0;
    opacity: 0;
    letter-spacing: -0.02em;
    animation: slideIn 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.title_screen15839 .start_primary94128 {
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(12px);
    opacity: 0;
    background: rgba(255, 255, 255, 0.08);
    grid-template-columns: 1fr;
    display: grid;
    transform: translateY(30px);
    border-left: 4px solid rgb(82,104,100);
    gap: 2rem;
    animation: floatIn 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2.5rem;
}.title_screen15839 .team_bios75096 {
    position: relative;
}.title_screen15839 .team_bios75096 h3 {
    color: #ffffff;
    position: relative;
    margin: 0 0 0.5rem;
    line-height: 1.4;
    font-weight: 600;
    padding-bottom: 1rem;
    font-size: clamp(1.2rem, 3vw, 24px);
}.title_screen15839 .team_bios75096 h3::after {
    bottom: 0;
    animation: lineGrow 1.5s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(90deg, rgb(118,146,141), rgb(82,104,100));
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
}.title_screen15839 .start_primary94128 div:last-child span {
    position: relative;
    display: inline-block;
    overflow: hidden;
}.title_screen15839 .start_primary94128 p {
    color: #ffffff;
    font-weight: 400;
    font-size: clamp(1rem, 2vw, 18px);
    animation: fadeIn 1s 1.5s forwards ease-out;
    margin: 0;
    opacity: 0;
    position: relative;
    line-height: 1.5;
}.title_screen15839 .start_primary94128 div:last-child span::before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    transform-origin: right;
    background: rgb(82,104,100);
    z-index: 1;
    content: "";
    position: absolute;
    animation: revealText 1.2s 1.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
}

@keyframes lineReveal {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}

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

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

@keyframes lineGrow {
  0% {
    width: 0;
  }
  100% {
    width: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes revealText {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

@keyframes backgroundPulse {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.6;
  }
}

@media (min-width: 768px) {.title_screen15839 > div {
    gap: 5rem;
}.title_screen15839 .start_primary94128 {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 3rem;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.title_screen15839 > div > div:first-child {
    padding-left: 5vw;
}.title_screen15839 > div > div:first-child::before {
    width: 12px;
}
}

@media (min-width: 992px) {.title_screen15839 {
    padding: 0;
}.title_screen15839 > div {
    max-width: 1400px;
}.title_screen15839 .start_primary94128 {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.title_screen15839 .title_style_header {
    max-width: 80%;
}.title_screen15839 .start_primary94128 div:last-child {
    padding-left: 2rem;
    position: relative;
}.title_screen15839 .start_primary94128 div:last-child::before {
    left: 0;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    width: 3px;
    height: 70%;
    top: 50%;
    background: rgb(118,146,141);
}
}

@media (min-width: 1200px) {.title_screen15839 > div {
    transform: translateY(-5vh);
}.title_screen15839 .start_primary94128 {
    grid-template-columns: 3fr 1fr;
}.title_screen15839 > div > div:first-child::before {
    width: 15px;
}
}

@media (hover: hover) {.title_screen15839 .start_primary94128:hover {
    transform: translateY(-5px);
    box-shadow: 
      0 25px 50px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
}

@media (prefers-reduced-motion) {.title_screen15839::after,
  .title_screen15839 > div > div:first-child::before,
  .title_screen15839 .title_style_header,
  .title_screen15839 .start_primary94128,
  .title_screen15839 .team_bios75096 h3::after,
  .title_screen15839 .start_primary94128 p,
  .title_screen15839 .start_primary94128 div:last-child span::before {
    animation: none;
    transform: none;
    opacity: 1;
}.title_screen15839 .team_bios75096 h3::after {
    width: 80px;
}
}