* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 12px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(135,133,168,0.5);
    box-shadow: inset -1px 5px 4px 4px rgba(0, 0, 0, 0.8);
    background: rgb(174,175,203);
    border-radius: 14.8em;
}::-webkit-scrollbar-thumb {
    box-shadow: -1px -4px 0px -1px rgba(0, 0, 0, 0.6);
    border: 3px groove rgb(174,175,203,0.5);
    border-radius: 14.8vh;
    background: linear-gradient(341deg, #ffffff 22%, rgb(255, 255, 255, 0.5) 56%, rgb(135,133,168) 27%, rgb(135,133,168,0.5) 24%, rgb(174,175,203) 48%, rgb(174,175,203,0.5) 65%, rgb(214,214,228) 10%);
    transition: background, box-shadow, border-radius 3.5s ease-out;
}::-webkit-scrollbar-thumb:active {
    background: rgb(174,175,203);
    box-shadow: inset 4px -4px 15px 0px rgba(0, 0, 0, 0.2);
}html {
    scrollbar-color: rgb(174,175,203,0.5) rgb(174,175,203,0.5);
    scrollbar-width: none;
}.page_head_06837 {
    flex: 1 0 auto;
}.data_viz_16508 {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1116px;
    margin: auto;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-container_15439 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning_profits_08963 {
    padding: 90px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, rgb(214,214,228) 30%, rgb(174,175,203,0.5) 100%);
}.learning_profits_08963::before {
    top: 0;
    content: "";
    background: radial-gradient(circle at 70% 30%, rgb(135,133,168,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.4;
    position: absolute;
}.learning_profits_08963 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.learning_profits_08963 .master_class_37428 {
    align-items: center;
    display: flex;
    gap: 40px;
}.learning_profits_08963 .responsive_img_25378 {
    border-radius: 30% 10% 30% 10%;
    transition: all 0.5s ease;
    position: relative;
    flex: 0 0 45%;
    max-width: 45%;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.learning_profits_08963 .responsive_img_25378::after {
    border-radius: 30% 10% 30% 10%;
    z-index: -1;
    border: 3px solid rgb(174,175,203,0.5);
    bottom: -20px;
    content: "";
    position: absolute;
    top: 20px;
    right: -20px;
    left: 20px;
}.learning_profits_08963 .responsive_img_25378:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}.learning_profits_08963 .text_item_26319 {
    z-index: 1;
    position: relative;
    padding: 40px 35px;
    flex: 0 0 50%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 21px;
}.learning_profits_08963 .text_item_26319::before {
    width: 6px;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    top: 0;
}.learning_profits_08963 h3 {
    font-size: 30px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
    padding-left: 15px;
}.learning_profits_08963 h3::after {
    height: 3px;
    position: absolute;
    bottom: -12px;
    content: "";
    left: 15px;
    background: rgb(174,175,203);
    border-radius: 10px;
    width: 80px;
}.learning_profits_08963 ul {
    flex-direction: column;
    padding: 0 0 0 15px;
    gap: 20px;
    list-style: none;
    margin: 0;
    display: flex;
}.learning_profits_08963 li {
    background: linear-gradient(90deg, #ffffff, rgb(214,214,228) 180%);
    border-radius: 10px;
    position: relative;
    padding: 15px;
    transition: all 0.3s ease;
}.learning_profits_08963 li:hover {
    background: linear-gradient(90deg, #ffffff, rgb(135,133,168,0.5) 180%);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateX(10px);
}.learning_profits_08963 li p {
    line-height: 1.5;
    margin: 0;
    gap: 16px;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    display: flex;
    align-items: center;
}.learning_profits_08963 svg {
    align-items: center;
    flex-shrink: 0;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    justify-content: center;
    padding: 5px;
    display: flex;
    transition: all 0.3s ease;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}.learning_profits_08963 svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,175,203);
}.learning_profits_08963 li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.learning_profits_08963 li:hover svg path {
    fill: rgb(135,133,168);
}

@media (max-width: 992px) {.learning_profits_08963 {
    padding: 70px 0;
}.learning_profits_08963 .master_class_37428 {
    gap: 40px;
    flex-direction: column;
}.learning_profits_08963 .responsive_img_25378 {
    margin: 0 auto;
    flex: none;
    max-width: 70%;
}.learning_profits_08963 .text_item_26319 {
    flex: none;
    width: 90%;
    margin: 0 auto;
}.learning_profits_08963 .text_item_26319::before {
    height: 6px;
    left: 0;
    width: 100%;
    top: 0;
}
}

@media (max-width: 576px) {.learning_profits_08963 {
    padding: 50px 0;
}.learning_profits_08963 .responsive_img_25378 {
    max-width: 90%;
}.learning_profits_08963 .responsive_img_25378::after {
    display: none;
}.learning_profits_08963 .text_item_26319 {
    width: 100%;
    padding: 30px 20px;
}.learning_profits_08963 h3 {
    font-size: 19px;
    margin-bottom: 25px;
}.learning_profits_08963 ul {
    gap: 15px;
}.learning_profits_08963 li {
    padding: 12px;
}.learning_profits_08963 svg {
    width: 22px;
    height: 22px;
}}.trackingSettingsPopup_83490 {
    font-family: Arial, sans-serif;
    max-width: 600px;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
    width: 90%;
    display: flex;
    position: fixed;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    z-index: 1050;
    bottom: 20px;
    border-radius: 11px;
    text-align: center;
    flex-direction: column;
    background: rgb(214,214,228);
}.cookies_consent_10634 {
    align-items: center;
    z-index: 1;
    flex-direction: column;
    display: flex;
}.learn_agree_76185 {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.learn_agree_76185 svg, .learn_agree_76185 svg path, .learn_agree_76185 img {
    width: 80px;
    fill: rgb(174,175,203);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.trackingSettingsPopup_83490 h5 {
    color: rgb(174,175,203);
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
}.trackingSettingsPopup_83490 p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 20px;
}.cookie_box_62180 {
    padding: 10px 20px;
    width: calc(50% - 10px);
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    text-decoration: none;
    background: rgb(174,175,203);
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}.cookie_box_62180:hover {
    background: rgb(135,133,168);
    transform: translateY(-3px);
}.cookie_button.cookie_verify_52168 {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_verify_52168:hover {
    background: rgb(135,133,168,0.5);
}.trackingSettingsPopup_83490 p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(174,175,203);
}.trackingSettingsPopup_83490 p a:hover {
    color: rgb(135,133,168);
}
@media only screen and (max-width: 600px) {.trackingSettingsPopup_83490 {
    left: 0;
    transform: none;
    width: 100%;
    bottom: 0;
    border-radius: 0;
}.cookies_consent_10634 {
    padding: 15px;
}.learn_agree_76185 svg {
    width: 50px;
    height: 50px;
}.trackingSettingsPopup_83490 h5 {
    font-size: calc(23px - 2px);
}.trackingSettingsPopup_83490 p {
    font-size: calc(17px - 2px);
}.cookie_box_62180 {
    width: calc(100% - 10px);
    font-size: calc(18px - 2px);
    padding: 8px 16px;
}}
#cookieDialogWindow_36987 {
    display: none;
}#cookieDialogWindow_36987:checked ~ .trackingSettingsPopup_83490 {
    opacity: 0;
    visibility: hidden;
}header {
    padding: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
    overflow: visible;
    margin-top: 0;
    position: relative;
}header::before {
    background-size: 20px 20px;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    height: 100%;
    top: 0;
    content: '';
    left: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
}header::after {
    background: linear-gradient(90deg, 
        rgb(174,175,203) 0%,
        rgb(135,133,168) 50%,
        rgb(174,175,203) 100%
    );
    content: '';
    height: 4px;
    animation: gradientSlide 5s linear infinite;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-size: 200% auto;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .top_pagewrap_83569 {
    padding: 1.3rem 2rem;
    align-items: center;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 5;
}header .head_main_28069 {
    z-index: 5;
    flex: 0 0 auto;
    position: relative;
}header .head_lead_03268 {
    transition: all 0.3s ease;
    display: flex;
    text-decoration: none;
    z-index: 2;
    padding: 0.5rem;
    position: relative;
    align-items: center;
}header .head_lead_03268:hover {
    transform: translateY(-3px) scale(1.02);
}header .head_lead_03268 img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .head_main_28069::before {
    left: -8px;
    opacity: 0.3;
    transition: all 0.3s ease;
    border: 1px solid rgb(174,175,203);
    bottom: -8px;
    border-radius: 10px;
    transform: skew(-3deg);
    top: -8px;
    right: -8px;
    content: '';
    position: absolute;
}header .head_main_28069:hover::before {
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(174,175,203,0.5);
    opacity: 0.7;
}header .header_primary_39205 {
    margin: 0;
    z-index: 5;
    list-style: none;
    position: relative;
    padding: 0;
    display: flex;
}header .main_pro_08169 {
    margin: 0 0.3rem;
    perspective: 800px;
    position: relative;
}header .main_pro_08169 a {
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 1px solid transparent;
    font-weight: 600;
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    display: block;
    font-size: 17px;
    position: relative;
    z-index: 1;
    color: #ffffff;
}header .main_pro_08169 a::before {
    left: 10%;
    height: 1px;
    width: 80%;
    content: '';
    transition: transform 0.3s ease;
    bottom: 5px;
    position: absolute;
    background: rgb(174,175,203);
    transform: scaleX(0);
    opacity: 0.7;
}header .main_pro_08169 a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: rgb(174,175,203);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
}header .main_pro_08169 a:hover::before {
    transform: scaleX(1);
}header .main_pro_08169::after {
    width: 100%;
    z-index: -1;
    position: absolute;
    left: 0;
    content: '';
    background: radial-gradient(circle at center, rgb(174,175,203,0.5) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    top: 0;
    height: 100%;
    pointer-events: none;
    opacity: 0;
}header .main_pro_08169:hover::after {
    opacity: 0.4;
}header .top_pagewrap_83569::before {
    content: '';
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(174,175,203), transparent);
    position: absolute;
    height: 1px;
    width: 30%;
    top: 0;
}header .top_pagewrap_83569::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    width: 60%;
    bottom: 0;
    left: 20%;
    opacity: 0.1;
    content: '';
    height: 1px;
}.page_head_06837 {
    padding-top: 2rem;
    margin-top: 0;
    position: relative;
    background: rgb(214,214,228);
    z-index: 1;
}

@media (min-width: 1400px) {header .top_pagewrap_83569 {
    max-width: 1300px;
    margin: 0 auto;
}header .main_pro_08169 {
    margin: 0 0.5rem;
}header .main_pro_08169 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .top_pagewrap_83569 {
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
    justify-content: space-between;
    flex-direction: row;
}header .head_main_28069 {
    margin-bottom: 0;
}header .header_primary_39205 {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .main_pro_08169 {
    margin: 0 0.2rem;
}header .main_pro_08169 a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 0.8rem;
}header .head_main_28069::before {
    bottom: -5px;
    top: -5px;
    left: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_pagewrap_83569 {
    padding: 0.8rem 1.2rem;
}header .head_main_28069 {
    max-width: 130px;
}header .head_main_28069::before {
    display: none;
}header .header_primary_39205 {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    margin-top: 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
}header .header_primary_39205::-webkit-scrollbar {
    height: 2px;
}header .header_primary_39205::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(174,175,203);
}header .main_pro_08169 {
    flex: 0 0 auto;
    margin: 0 0.1rem;
}header .main_pro_08169 a {
    letter-spacing: 0;
    font-size: calc(17px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
}header .main_pro_08169 a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .top_pagewrap_83569 {
    padding: 0.7rem 1rem;
}header .head_main_28069 {
    max-width: 110px;
}header .main_pro_08169 a {
    font-size: calc(17px - 3px);
    padding: 0.4rem 0.6rem;
}}.data_exploration_89610 {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: rgb(214,214,228);
    padding: 100px 0;
}.data_exploration_89610::before {
    z-index: -1;
    height: 100%;
    left: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(174,175,203,0.5) 0,
        rgb(174,175,203,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    top: 0;
    width: 100%;
}.data_exploration_89610::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.05;
    top: 0;
    z-index: -1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,133,168,0.5) 0,
        rgb(135,133,168,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    height: 100%;
}.data_exploration_89610 .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.data_exploration_89610 h2 {
    position: relative;
    font-weight: 700;
    font-size: 32px;
    text-align: left;
    padding-left: 20px;
    margin: 0 0 70px;
    border-left: 5px solid rgb(174,175,203);
    color: #000000;
}.data_exploration_89610 h2::after {
    background: rgb(135,133,168);
    bottom: -15px;
    left: 0;
    height: 2px;
    position: absolute;
    width: 100px;
    content: "";
}.data_exploration_89610 ul {
    position: relative;
    list-style: none;
    flex-direction: column;
    padding: 0;
    gap: 25px;
    display: flex;
    margin: 0;
}.data_exploration_89610 ul::before {
    content: "";
    z-index: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,175,203,0.5), rgb(135,133,168,0.5));
    width: 2px;
    top: 0;
    height: 100%;
    left: 25px;
}.data_exploration_89610 .fast_benefits_42178 {
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 12px;
    display: grid;
    background: #ffffff;
    z-index: 1;
    align-items: center;
    position: relative;
    margin-left: 50px;
    grid-template-columns: 80px 1fr auto;
}.data_exploration_89610 .fast_benefits_42178::before {
    top: 50%;
    content: "";
    position: absolute;
    height: 3px;
    left: -25px;
    z-index: 1;
    transform: translateY(-50%);
    width: 50px;
    background: linear-gradient(to right, rgb(174,175,203,0.5), rgb(174,175,203));
}.data_exploration_89610 .fast_benefits_42178::after {
    background: #ffffff;
    top: 50%;
    left: -35px;
    z-index: 2;
    transform: translateY(-50%);
    height: 20px;
    border: 3px solid rgb(174,175,203);
    border-radius: 50%;
    content: "";
    width: 20px;
    position: absolute;
}.data_exploration_89610 .fast_benefits_42178:nth-child(1)::after {
    border-color: #ffffff;
    background: rgb(174,175,203);
}.data_exploration_89610 .fast_benefits_42178:nth-child(2)::after {
    background: rgb(135,133,168);
    border-color: #ffffff;
}.data_exploration_89610 .fast_benefits_42178:nth-child(3)::after {
    background: rgb(174,175,203);
    border-color: #ffffff;
}.data_exploration_89610 .fast_benefits_42178:nth-child(4)::after {
    border-color: #ffffff;
    background: rgb(135,133,168);
}.data_exploration_89610 .fast_benefits_42178:nth-child(even)::before {
    background: linear-gradient(to right, rgb(135,133,168,0.5), rgb(135,133,168));
}.data_exploration_89610 .fast_benefits_42178:hover {
    transform: translateX(15px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.data_exploration_89610 .fast_benefits_42178 p {
    color: rgb(174,175,203);
    font-size: 2.8rem;
    position: relative;
    margin: 0;
    text-align: center;
    grid-row: 1;
    padding: 0;
    font-weight: 700;
    grid-column: 1;
}.data_exploration_89610 .fast_benefits_42178:nth-child(even) p {
    color: rgb(135,133,168);
}.data_exploration_89610 .fast_benefits_42178 span {
    padding: 0 0 0 25px;
    font-weight: 600;
    color: #000000;
    grid-column: 2;
    position: relative;
    font-size: 14px;
    margin: 0;
    grid-row: 1;
    position: relative;
}.data_exploration_89610 .fast_benefits_42178 span::before {
    border-radius: 50%;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 10px;
    content: "";
    background: rgb(174,175,203,0.5);
}.data_exploration_89610 .fast_benefits_42178:nth-child(even) span::before {
    background: rgb(135,133,168,0.5);
}.data_exploration_89610 svg {
    height: 40px;
    grid-column: 3;
    fill: rgb(174,175,203);
    width: 40px;
    margin-left: 20px;
    grid-row: 1;
    transition: transform 0.3s ease;
}.data_exploration_89610 .fast_benefits_42178:nth-child(even) svg {
    fill: rgb(135,133,168);
}.data_exploration_89610 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.data_exploration_89610 .fast_benefits_42178:hover svg {
    transform: scale(1.2);
}@keyframes floatBackground {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.data_exploration_89610 .fast_benefits_42178:nth-child(1) {
    animation-delay: 0.1s;
}.data_exploration_89610 .fast_benefits_42178:nth-child(2) {
    animation-delay: 0.2s;
}.data_exploration_89610 .fast_benefits_42178:nth-child(3) {
    animation-delay: 0.3s;
}.data_exploration_89610 .fast_benefits_42178:nth-child(4) {
    animation-delay: 0.4s;
}

@media (min-width: 992px) {.data_exploration_89610 .fast_benefits_42178:nth-child(even) {
    margin-left: 100px;
}.data_exploration_89610 .fast_benefits_42178:nth-child(odd) {
    margin-left: 50px;
}
}

@media (max-width: 991px) {.data_exploration_89610 h2 {
    padding-left: 0;
    border-left: none;
    text-align: center;
    border-bottom: 3px solid rgb(174,175,203);
    padding-bottom: 15px;
}.data_exploration_89610 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.data_exploration_89610 ul::before {
    left: 15px;
}.data_exploration_89610 .fast_benefits_42178 {
    margin-left: 40px;
}.data_exploration_89610 .fast_benefits_42178::after {
    left: -25px;
    width: 15px;
    height: 15px;
}.data_exploration_89610 .fast_benefits_42178::before {
    width: 40px;
    left: -20px;
}
}

@media (max-width: 768px) {.data_exploration_89610 {
    padding: 70px 0;
}.data_exploration_89610 .fast_benefits_42178 {
    grid-template-rows: auto auto;
    gap: 10px;
    grid-template-columns: 60px 1fr;
}.data_exploration_89610 svg {
    margin-left: 0;
    grid-column: 1;
    justify-self: center;
    grid-row: 2;
}.data_exploration_89610 .fast_benefits_42178 p {
    font-size: 2.5rem;
}.data_exploration_89610 .fast_benefits_42178 span {
    grid-row: 2;
    grid-column: 2;
}
}

@media (max-width: 480px) {.data_exploration_89610 {
    padding: 50px 0;
}.data_exploration_89610 h2 {
    margin-bottom: 50px;
    font-size: calc(32px * 0.8);
}.data_exploration_89610 ul::before {
    left: 10px;
}.data_exploration_89610 .fast_benefits_42178 {
    padding: 20px;
    gap: 10px;
    grid-template-rows: auto auto auto;
    margin-left: 30px;
    grid-template-columns: 1fr;
}.data_exploration_89610 .fast_benefits_42178::after {
    left: -20px;
    width: 12px;
    height: 12px;
}.data_exploration_89610 .fast_benefits_42178::before {
    width: 30px;
    left: -18px;
}.data_exploration_89610 svg {
    grid-row: 1;
    grid-column: 1;
    margin-bottom: 10px;
    justify-self: center;
}.data_exploration_89610 .fast_benefits_42178 p {
    grid-row: 2;
    text-align: center;
    grid-column: 1;
    font-size: 2.2rem;
}.data_exploration_89610 .fast_benefits_42178 span {
    text-align: center;
    grid-row: 3;
    grid-column: 1;
    padding: 0;
}.data_exploration_89610 .fast_benefits_42178 span::before {
    display: none;
}.data_exploration_89610 .fast_benefits_42178:hover {
    transform: translateX(5px);
}}

.data_exploration_89610::before {
    animation: patternMove1 30s linear infinite;
}.data_exploration_89610::after {
    animation: patternMove2 30s linear infinite;
}@keyframes patternMove1 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes patternMove2 {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -30px -30px;
    }
}

.data_exploration_89610 .container::before {
    position: absolute;
    filter: blur(50px);
    background: radial-gradient(circle, rgb(174,175,203,0.5) 0%, transparent 70%);
    opacity: 0.5;
    top: 50%;
    z-index: -1;
    content: "";
    height: 200px;
    animation: pulseGlow 10s infinite alternate;
    border-radius: 50%;
    right: -100px;
    width: 200px;
}@keyframes pulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.1);
        opacity: 0.5;
    }
}.program_overview_43269 {
    background: rgb(214,214,228);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.program_overview_43269::before {
    height: 100%;
    opacity: 0.15;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(174,175,203,0.5) 100%),
        linear-gradient(135deg, transparent 45%, rgb(135,133,168,0.5) 100%);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
}.program_overview_43269::after {
    z-index: 0;
    top: 0;
    content: "";
    background: 
        repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 20px);
    height: 100%;
    opacity: 0.05;
    left: 0;
    width: 100%;
    position: absolute;
}.program_overview_43269 .future_class_42651 {
    flex-direction: column;
    display: flex;
    align-items: center;
}.program_overview_43269 .text_item_26319 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 11px;
    position: relative;
    z-index: 3;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    clip-path: polygon(
        0% 5%, 
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%
    );
    transform: translateZ(0);
    width: 100%;
    padding: 4rem 3rem;
    text-align: center;
}.program_overview_43269 .text_item_26319:hover {
    transform: translateY(-8px);
    box-shadow: 0 40px 70px rgba(0, 0, 0, 0.18);
}.program_overview_43269 h2 {
    color: #000000;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    font-weight: 700;
    position: relative;
    margin-bottom: 1.8rem;
    display: inline-block;
    font-size: calc(30px * 1.2);
}.program_overview_43269 h2::before {
    border-top: 3px solid rgb(174,175,203);
    height: 45px;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    width: 45px;
    left: -15px;
    top: -15px;
    opacity: 0.7;
    border-left: 3px solid rgb(174,175,203);
}.program_overview_43269 h2::after {
    right: -15px;
    transition: all 0.5s ease;
    bottom: -15px;
    content: "";
    position: absolute;
    width: 45px;
    border-right: 3px solid rgb(135,133,168);
    border-bottom: 3px solid rgb(135,133,168);
    opacity: 0.7;
    height: 45px;
}.program_overview_43269 .text_item_26319:hover h2::before {
    top: -20px;
    left: -20px;
    width: 55px;
    height: 55px;
}.program_overview_43269 .text_item_26319:hover h2::after {
    bottom: -20px;
    width: 55px;
    right: -20px;
    height: 55px;
}.program_overview_43269 .description {
    line-height: 1.9;
    margin-bottom: 1.8rem;
    max-width: 85%;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    position: relative;
    font-size: 17px;
    margin-right: auto;
    margin-left: auto;
}.program_overview_43269 .description:last-of-type {
    transition: all 0.5s ease;
    transform: perspective(1000px) rotateX(2deg);
    border-left: 3px solid rgb(174,175,203);
    padding: 1.2rem 1.8rem;
    border-right: 3px solid rgb(135,133,168);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    max-width: 90%;
    border-radius: 10px;
}.program_overview_43269 .text_item_26319:hover .description:last-of-type {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.program_overview_43269 .responsive_img_25378 {
    border-radius: 0;
    position: absolute;
    transition: all 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    height: 120%;
    top: -10%;
    z-index: 0;
    left: -10%;
    transform: none;
    filter: brightness(0.95) contrast(1.05);
    width: 120%;
}.program_overview_43269 .responsive_img_25378::before {
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background: 
        radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 70%);
    position: absolute;
    top: 0;
}.program_overview_43269 .responsive_img_25378::after {
    z-index: 2;
    width: 150%;
    background: 
        radial-gradient(
            ellipse at center, 
            transparent 30%, 
            rgb(174,175,203,0.5) 70%, 
            rgb(135,133,168,0.5) 100%
        );
    left: -25%;
    height: 150%;
    position: absolute;
    opacity: 0.3;
    animation: rotateGradient 20s infinite linear;
    top: -25%;
    content: "";
}@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.program_overview_43269 .text_item_26319::before {
    z-index: -1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    opacity: 0.15;
    background: rgb(174,175,203,0.5);
    content: "";
    width: 70%;
    position: absolute;
    right: -5%;
    animation: morph 15s linear infinite alternate;
    top: -5%;
}.program_overview_43269 .text_item_26319::after {
    animation: morph 15s linear infinite alternate-reverse;
    position: absolute;
    bottom: -5%;
    z-index: -1;
    left: -5%;
    opacity: 0.15;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 70%;
    background: rgb(135,133,168,0.5);
    height: 70%;
    content: "";
}

@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    25% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 40% 30% 70%;
    }
    100% {
        border-radius: 60% 40% 60% 40% / 50% 60% 40% 50%;
    }
}

@media (max-width: 1200px) {.program_overview_43269 .text_item_26319 {
    padding: 3.5rem 2.5rem;
    max-width: 800px;
}.program_overview_43269 .responsive_img_25378 {
    height: 130%;
    width: 130%;
}
}

@media (max-width: 992px) {.program_overview_43269 {
    padding: 5rem 0;
}.program_overview_43269 .text_item_26319 {
    max-width: 700px;
    padding: 3rem 2rem;
}.program_overview_43269 h2 {
    font-size: 30px;
}.program_overview_43269 .description {
    max-width: 90%;
    line-height: 1.8;
}.program_overview_43269 .responsive_img_25378 {
    left: -20%;
    width: 140%;
    height: 140%;
    top: -20%;
}
}

@media (max-width: 768px) {.program_overview_43269 {
    padding: 4rem 0;
}.program_overview_43269 .text_item_26319 {
    clip-path: polygon(
            0% 3%, 
            3% 0%, 
            97% 0%, 
            100% 3%, 
            100% 97%, 
            97% 100%, 
            3% 100%, 
            0% 97%
        );
    padding: 2.5rem 1.5rem;
    max-width: 90%;
}.program_overview_43269 h2 {
    font-size: calc(30px * 0.95);
}.program_overview_43269 h2::before,
    .program_overview_43269 h2::after {
    width: 35px;
    left: -10px;
    height: 35px;
    top: -10px;
}.program_overview_43269 h2::after {
    right: -10px;
    bottom: -10px;
}.program_overview_43269 .text_item_26319:hover h2::before,
    .program_overview_43269 .text_item_26319:hover h2::after {
    height: 40px;
    width: 40px;
}.program_overview_43269 .description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
    max-width: 95%;
}.program_overview_43269 .description:last-of-type {
    max-width: 95%;
    padding: 1rem 1.5rem;
}.program_overview_43269 .responsive_img_25378 {
    height: 150%;
    width: 150%;
}
}

@media (max-width: 576px) {.program_overview_43269 {
    padding: 3rem 0;
}.program_overview_43269 .text_item_26319 {
    padding: 2rem 1.2rem;
    clip-path: polygon(
            0% 2%, 
            2% 0%, 
            98% 0%, 
            100% 2%, 
            100% 98%, 
            98% 100%, 
            2% 100%, 
            0% 98%
        );
    max-width: 95%;
}.program_overview_43269 h2 {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.85);
}.program_overview_43269 h2::before,
    .program_overview_43269 h2::after {
    width: 25px;
    border-width: 2px;
    top: -8px;
    height: 25px;
    left: -8px;
}.program_overview_43269 h2::after {
    border-width: 2px;
    right: -8px;
    bottom: -8px;
}.program_overview_43269 .text_item_26319:hover h2::before,
    .program_overview_43269 .text_item_26319:hover h2::after {
    height: 30px;
    width: 30px;
}.program_overview_43269 .description {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.2rem;
    max-width: 100%;
}.program_overview_43269 .description:last-of-type {
    transform: none;
    padding: 0.8rem 1.2rem;
    border-width: 2px;
    max-width: 100%;
}.program_overview_43269 .text_item_26319:hover {
    transform: translateY(-5px);
}.program_overview_43269 .text_item_26319:hover .description:last-of-type {
    transform: none;
}.program_overview_43269 .responsive_img_25378 {
    height: 160%;
    left: -30%;
    top: -30%;
    width: 160%;
}.program_overview_43269 .text_item_26319::before,
    .program_overview_43269 .text_item_26319::after {
    height: 80%;
    width: 80%;
}}.primary_page_80416 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    height: 100vh;
    color: #ffffff;
    position: relative;
}.primary_page_80416 .main_welcome_68092 {
    z-index: 1;
    position: relative;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
}.primary_page_80416 .main_welcome_68092::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.6) 50%, 
    rgba(0, 0, 0, 0.85) 100%);
    top: 0;
    backdrop-filter: saturate(120%) contrast(110%);
    left: 0;
    right: 0;
}.primary_page_80416 .main_welcome_68092::after {
    top: -50%;
    background: radial-gradient(circle at 70% 60%, 
    rgb(174,175,203,0.5) 0%, 
    transparent 20%),
    radial-gradient(circle at 20% 30%, 
    rgb(135,133,168,0.5) 0%, 
    transparent 25%);
    animation: orbital-movement 20s infinite linear;
    left: -50%;
    transform: rotate(-15deg);
    right: -50%;
    z-index: -1;
    opacity: 0.7;
    content: "";
    bottom: -50%;
    position: absolute;
}.primary_page_80416 .training_space_24185 {
    flex-direction: column;
    display: flex;
    gap: 2.5rem;
    transform: perspective(1000px) rotateX(3deg);
    position: relative;
    padding: 3rem;
    width: 90%;
    max-width: 1000px;
    z-index: 2;
    transform-style: preserve-3d;
}.primary_page_80416 .training_space_24185 > div {
    animation: fade-in-up 1s forwards ease-out;
    opacity: 0;
    position: relative;
    transform-style: preserve-3d;
}.primary_page_80416 .training_space_24185 > div:nth-child(1) {
    animation-delay: 0.3s;
}.primary_page_80416 .training_space_24185 > div:nth-child(2) {
    animation-delay: 0.6s;
}.primary_page_80416 .training_space_24185::before {
    border-radius: 50%;
    animation: pulse 5s infinite alternate ease-in-out;
    position: absolute;
    left: -75px;
    content: "";
    top: -75px;
    border: 2px solid rgb(135,133,168,0.5);
    width: 150px;
    height: 150px;
}.primary_page_80416 .training_space_24185::after {
    content: "";
    right: -100px;
    position: absolute;
    width: 200px;
    bottom: -100px;
    border: 1px dashed rgb(174,175,203,0.5);
    border-radius: 50%;
    animation: rotate 20s infinite linear;
    height: 200px;
}.primary_page_80416 .title_style_header {
    line-height: 1.1;
    font-weight: 700;
    transform: translateZ(30px);
    position: relative;
    font-size: clamp(2.5rem, 5vw + 1rem, 43px);
    letter-spacing: -0.02em;
    color: #ffffff;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    margin-bottom: 1rem;
}.primary_page_80416 .title_style_header::after {
    border-radius: 10px;
    width: 60px;
    bottom: -15px;
    height: 4px;
    transform: translateZ(25px);
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(174,175,203), rgb(135,133,168));
    left: 0;
}.primary_page_80416 h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    transform: translateZ(20px);
    font-weight: 600;
    padding-right: 10%;
    color: #ffffff;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    font-size: clamp(1.2rem, 2vw + 0.5rem, 20px);
}.primary_page_80416 p {
    font-size: 14px;
    position: relative;
    margin-bottom: 2rem;
    font-weight: 400;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transform: translateZ(15px);
    color: #ffffff;
    line-height: 1.6;
}.primary_page_80416 p::before {
    border-radius: 50%;
    transform: translateY(-50%);
    height: 15px;
    position: absolute;
    filter: blur(2px);
    width: 15px;
    top: 50%;
    left: -30px;
    animation: pulse-small 3s infinite alternate ease-in-out;
    content: "";
    background-color: rgb(174,175,203,0.5);
}

@keyframes orbital-movement {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

@keyframes pulse-small {
  0% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) scale(1.2);
    opacity: 0.8;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 992px) {.primary_page_80416 .training_space_24185 {
    transform: perspective(800px) rotateX(2deg);
    padding: 2.5rem;
    gap: 1.8rem;
}.primary_page_80416 .title_style_header {
    font-size: clamp(2rem, 4vw + 0.8rem, 43px);
}.primary_page_80416 h3 {
    padding-right: 5%;
    font-size: clamp(1rem, 1.8vw + 0.4rem, 20px);
}.primary_page_80416 .training_space_24185::before,
  .primary_page_80416 .training_space_24185::after {
    height: 120px;
    width: 120px;
}
}

@media (max-width: 768px) {.primary_page_80416 {
    min-height: 100vh;
    height: auto;
}.primary_page_80416 .main_welcome_68092 {
    padding: 5rem 1rem;
}.primary_page_80416 .training_space_24185 {
    gap: 1.5rem;
    width: 95%;
    transform: perspective(600px) rotateX(1deg);
    padding: 2rem 1.5rem;
}.primary_page_80416 .title_style_header {
    font-size: clamp(1.8rem, 3vw + 0.6rem, 2.5rem);
}.primary_page_80416 h3 {
    font-size: clamp(0.9rem, 1.5vw + 0.3rem, 1.2rem);
    padding-right: 0;
}.primary_page_80416 p {
    font-size: 0.9rem;
}.primary_page_80416 .training_space_24185::before {
    height: 80px;
    left: -40px;
    top: -40px;
    width: 80px;
}.primary_page_80416 .training_space_24185::after {
    bottom: -50px;
    width: 100px;
    height: 100px;
    right: -50px;
}.primary_page_80416 .main_welcome_68092::before {
    background: radial-gradient(circle at 50% 40%, 
      rgba(0, 0, 0, 0.2) 0%, 
      rgba(0, 0, 0, 0.7) 60%, 
      rgba(0, 0, 0, 0.9) 100%);
}
}

@media (max-width: 480px) {.primary_page_80416 .main_welcome_68092 {
    padding: 4rem 1rem;
}.primary_page_80416 .training_space_24185 {
    gap: 1.2rem;
    transform: none;
    padding: 1.5rem 1rem;
}.primary_page_80416 .title_style_header {
    font-size: clamp(1.5rem, 2.5vw + 0.5rem, 2rem);
}.primary_page_80416 .title_style_header::after {
    bottom: -10px;
    width: 40px;
    height: 3px;
}.primary_page_80416 h3 {
    font-size: 0.9rem;
    line-height: 1.5;
}.primary_page_80416 p {
    font-size: 0.85rem;
    line-height: 1.5;
}.primary_page_80416 p::before {
    display: none;
}.primary_page_80416 .training_space_24185::before,
  .primary_page_80416 .training_space_24185::after {
    display: none;
}}.secure_nest_29415 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: rgb(214,214,228);
    font-family: Arial, sans-serif;
    border: 1px solid #000000;
}.secure_nest_29415 h1 {
    margin: 20px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    font-size: 33px;
}.secure_nest_29415 h2 {
    margin: 15px 0;
    color: #000000;
    font-size: 23px;
    font-weight: 600;
}.secure_nest_29415 h3, .secure_nest_29415 h4, .secure_nest_29415 h5, .secure_nest_29415 h6 {
    font-size: 23px;
    color: #000000;
    margin: 10px 0;
}.secure_nest_29415 ul {
    list-style-type: square;
    color: #000000;
    margin: 15px 0;
    padding-left: 20px;
}.secure_nest_29415 li {
    font-size: 14px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.secure_nest_29415 {
    padding: 20px;
}.secure_nest_29415 h1 {
    font-size: 23px;
}.secure_nest_29415 h2 {
    font-size: 19px;
}.secure_nest_29415 ul {
    font-size: 14px;
}}
.teaching_experience_60728 {
    background: linear-gradient(135deg, rgb(214,214,228) 0%, rgb(174,175,203,0.5) 100%);
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    padding: 7rem 2rem 5rem;
}.teaching_experience_60728::before {
    opacity: 0.2;
    transform: rotateZ(-15deg) rotateX(45deg) rotateY(15deg);
    z-index: 1;
    top: -20%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(135,133,168,0.5),
        rgb(135,133,168,0.5) 5px,
        transparent 5px,
        transparent 20px
    );
    content: "";
    right: -10%;
    height: 70%;
    width: 60%;
}.teaching_experience_60728::after {
    position: absolute;
    bottom: -15%;
    width: 40%;
    content: "";
    height: 50%;
    opacity: 0.3;
    transform: rotateZ(15deg) rotateX(30deg) rotateY(-10deg);
    border: 5px solid rgb(174,175,203,0.5);
    z-index: 1;
    left: -5%;
}.teaching_experience_60728 .student_voices_90648 {
    max-width: 1000px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.teaching_experience_60728 .responsive_img_25378 {
    position: absolute;
    height: 380px;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    width: 300px;
    left: 15%;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transform: 
        translateZ(60px) 
        rotateY(15deg) 
        rotateX(5deg);
    z-index: 3;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
    border-radius: 10px;
}.teaching_experience_60728 .responsive_img_25378:hover {
    transform: 
        translateZ(80px) 
        rotateY(5deg) 
        rotateX(0deg);
    filter: brightness(1.1);
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.5);
}.teaching_experience_60728 .work_expertise_43875 {
    background: #ffffff;
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    width: 550px;
    position: relative;
    transform: 
        translateZ(30px) 
        rotateY(-10deg) 
        rotateX(3deg);
    border-radius: 29px;
    box-shadow: 15px 15px 30px -5px rgba(0, 0, 0, 0.5);
    padding: 2.5rem 2.5rem 2.5rem 8rem;
    margin-left: auto;
}.teaching_experience_60728 .work_expertise_43875::before {
    opacity: 0.3;
    content: "";
    left: 15px;
    top: 15px;
    border-radius: 29px;
    height: 100%;
    background: rgb(174,175,203,0.5);
    transition: all 0.5s ease;
    z-index: -1;
    position: absolute;
    width: 100%;
}.teaching_experience_60728 .work_expertise_43875:hover {
    box-shadow: 25px 25px 40px -5px rgba(0, 0, 0, 0.5);
    transform: 
        translateZ(40px) 
        rotateY(-5deg) 
        rotateX(0deg);
}.teaching_experience_60728 .work_expertise_43875:hover::before {
    top: 8px;
    left: 8px;
    opacity: 0.5;
}.teaching_experience_60728 .name {
    margin-bottom: 0.7rem;
    transform: translateY(30px);
    color: rgb(174,175,203);
    opacity: 0;
    animation: slide-up 0.7s forwards 0.2s;
    position: relative;
    z-index: 2;
    font-weight: 700;
    font-size: 32px;
}.teaching_experience_60728 .work_expertise_43875 > div:nth-child(2) {
    animation: slide-up 0.7s forwards 0.4s;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    opacity: 0;
    color: rgb(135,133,168);
    z-index: 2;
    margin-bottom: 2rem;
    transform: translateY(30px);
}.teaching_experience_60728 .emp_details_23718 {
    animation: slide-up 0.7s forwards 0.6s;
    font-weight: 400;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    color: #000000;
    z-index: 2;
    font-size: 12px;
    line-height: 1.7;
    font-style: italic;
}@keyframes slide-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.teaching_experience_60728 .emp_details_23718::after {
    font-family: serif;
    color: rgb(135,133,168,0.5);
    position: absolute;
    z-index: -1;
    bottom: -50px;
    content: "";
    right: 0;
    font-size: 6rem;
    opacity: 0.4;
}@keyframes floating {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    50% {
        transform: translateY(-20px) rotate(5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}

.teaching_experience_60728 .student_voices_90648:hover .responsive_img_25378 {
    animation: floating 6s ease-in-out infinite;
}

@media (max-width: 1100px) {.teaching_experience_60728 .student_voices_90648 {
    flex-direction: column;
    align-items: center;
}.teaching_experience_60728 .responsive_img_25378 {
    left: auto;
    width: 250px;
    margin-bottom: 4rem;
    transform: 
            translateZ(30px) 
            rotateY(0deg) 
            rotateX(0deg);
    position: relative;
    height: 320px;
}.teaching_experience_60728 .work_expertise_43875 {
    margin-left: 0;
    transform: 
            translateZ(20px) 
            rotateY(0deg) 
            rotateX(0deg);
    width: 100%;
    padding: 2rem;
}}.price_box_74618 {
    overflow: hidden;
    --card-transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    --card-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 120px 0 80px;
    --card-hover-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    background-color: var(--pricing-bg);
    position: relative;
    --card-bg: #ffffff;
    --card-accent: rgb(174,175,203);
    --card-border: linear-gradient(135deg, rgb(174,175,203), rgb(135,133,168));
    --pricing-bg: #f5f7fa;
}.price_box_74618::before {
    width: 35%;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    top: -10%;
    content: "";
    background: linear-gradient(135deg, rgb(174,175,203,0.5), rgb(135,133,168,0.5));
    height: 50%;
    transform: rotate(-15deg);
    right: -5%;
    filter: blur(60px);
}.price_box_74618::after {
    content: "";
    opacity: 0.4;
    left: -5%;
    z-index: 1;
    position: absolute;
    height: 40%;
    filter: blur(50px);
    background: linear-gradient(225deg, rgb(135,133,168,0.5), rgb(174,175,203,0.5));
    width: 30%;
    bottom: -10%;
    transform: rotate(15deg);
}.price_box_74618 .container {
    margin: 0 auto;
    max-width: 1400px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.price_box_74618 .rate_schemes_52316 {
    display: flex;
    flex-direction: column;
}.price_box_74618 .premium_grid_05146 {
    max-width: 800px;
    order: -1;
    margin-right: auto;
    margin-bottom: 60px;
    text-align: center;
    margin-left: auto;
}.price_box_74618 .premium_grid_05146 h2 {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 33px;
}.price_box_74618 .premium_grid_05146 h2::after {
    position: absolute;
    background: linear-gradient(to right, rgb(174,175,203), rgb(135,133,168));
    transform: translateX(-50%);
    bottom: -10px;
    height: 3px;
    left: 50%;
    width: 80px;
    content: "";
}.price_box_74618 .learn_deals_41320 {
    max-width: 700px;
    margin: 0 auto;
    color: #000000;
    word-wrap: break-word;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: calc(16px + 2px);
    white-space: normal;
}.price_box_74618 .learning_packages_28403 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    width: 100%;
    gap: 30px;
}.price_box_74618 .cost_rates_18673 {
    transition: transform var(--card-transition);
    height: 100%;
    color: inherit;
    transform: translateY(0);
    display: block;
    text-decoration: none;
}.price_box_74618 .cost_rates_18673:hover {
    transform: translateY(-10px);
}.price_box_74618 .cost_plan_81206 {
    display: flex;
    transition: box-shadow var(--card-transition);
    height: 100%;
    position: relative;
    box-shadow: var(--card-shadow);
    overflow: hidden;
    border-radius: 24px;
    flex-direction: column;
    background-color: var(--card-bg);
}.price_box_74618 .cost_rates_18673:hover .cost_plan_81206 {
    box-shadow: var(--card-hover-shadow);
}.price_box_74618 .cost_plan_81206::before {
    background: var(--card-border);
    transform-origin: left;
    left: 0;
    height: 5px;
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    transform: scaleX(0);
    transition: transform 0.5s ease;
}.price_box_74618 .cost_rates_18673:hover .cost_plan_81206::before {
    transform: scaleX(1);
}.price_box_74618 .study_rates_65084 {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 35px 30px;
    z-index: 1;
    flex-grow: 1;
}.price_box_74618 .study_rates_65084 h3 {
    font-weight: 700;
    font-size: calc(21px + 2px);
    margin-bottom: 15px;
    transition: color 0.3s ease;
    display: inline-block;
    color: #000000;
    position: relative;
}.price_box_74618 .cost_rates_18673:hover .study_rates_65084 h3 {
    color: var(--card-accent);
}.price_box_74618 .training_fees_16704 {
    margin-bottom: 20px;
    color: var(--card-accent);
    display: inline-block;
    font-size: calc(21px + 6px);
    font-weight: 700;
    position: relative;
}.price_box_74618 .training_fees_16704::after {
    background-color: var(--card-accent);
    position: absolute;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    width: 40px;
    transition: width 0.3s ease;
}.price_box_74618 .cost_rates_18673:hover .training_fees_16704::after {
    width: 60px;
}.price_box_74618 .study_rates_65084 p {
    white-space: normal;
    flex-grow: 1;
    color: #000000;
    overflow-wrap: break-word;
    margin-top: 15px;
    line-height: 1.6;
    word-wrap: break-word;
    font-size: 16px;
    hyphens: auto;
}.price_box_74618 .responsive_img_25378 {
    height: 200px;
    position: relative;
    overflow: hidden;
    width: 100%;
    transition: transform 0.6s ease;
}.price_box_74618 .responsive_img_25378::after {
    transition: opacity 0.4s ease;
    opacity: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    top: 0;
    content: "";
}.price_box_74618 .cost_rates_18673:hover .responsive_img_25378::after {
    opacity: 1;
}.price_box_74618 .cost_rates_18673:hover .responsive_img_25378 {
    transform: scale(1.05);
}

@media (min-width: 992px) {.price_box_74618 .rate_schemes_52316 {
    flex-direction: row;
    gap: 60px;
    align-items: center;
}.price_box_74618 .premium_grid_05146 {
    margin: 0;
    order: 0;
    text-align: left;
    width: 30%;
}.price_box_74618 .premium_grid_05146 h2 {
    text-align: left;
    display: block;
}.price_box_74618 .premium_grid_05146 h2::after {
    left: 0;
    transform: none;
}.price_box_74618 .learn_deals_41320 {
    margin: 0;
    text-align: left;
}.price_box_74618 .learning_packages_28403 {
    width: 70%;
}
}

@media (max-width: 991px) {.price_box_74618 {
    padding: 80px 0 60px;
}.price_box_74618 .learning_packages_28403 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}
}

@media (max-width: 767px) {.price_box_74618 {
    padding: 60px 0 40px;
}.price_box_74618 .premium_grid_05146 {
    margin-bottom: 40px;
}.price_box_74618 .learning_packages_28403 {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 450px;
}.price_box_74618 .study_rates_65084 {
    padding: 25px 20px;
}.price_box_74618 .study_rates_65084 h3 {
    font-size: 21px;
}.price_box_74618 .training_fees_16704 {
    font-size: calc(21px + 2px);
}.price_box_74618 .study_rates_65084 p {
    font-size: calc(16px - 1px);
}.price_box_74618 .responsive_img_25378 {
    height: 180px;
}
}

@media (max-width: 480px) {.price_box_74618 {
    padding: 50px 0 30px;
}.price_box_74618 .premium_grid_05146 h2 {
    font-size: calc(33px - 4px);
}.price_box_74618 .learn_deals_41320 {
    font-size: 16px;
}.price_box_74618 .study_rates_65084 {
    padding: 20px 15px;
}.price_box_74618 .responsive_img_25378 {
    height: 160px;
}}.company_info_42851 {
    padding: 120px 0 80px;
    overflow: hidden;
    display: flex;
    position: relative;
    align-items: center;
    isolation: isolate;
    min-height: 100vh;
}.company_info_42851::before {
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(174,175,203,0.5), rgba(0, 0, 0, 0.5) 80%);
}.company_info_42851::after {
    bottom: -20px;
    content: "";
    right: -20px;
    transform: skewY(-12deg);
    width: 60%;
    height: 70%;
    position: absolute;
    animation: floatBackground 20s ease-in-out infinite alternate;
    z-index: -1;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(135,133,168) 0%, transparent 70%);
}.company_info_42851 .container {
    margin: 0 auto;
    max-width: 1200px;
    transform-origin: center top;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 20px;
    z-index: 1;
}.company_info_42851 h2 {
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
    transform: translateZ(30px);
    letter-spacing: 1.5px;
}.company_info_42851 h2::before {
    transform-origin: left;
    background: rgb(135,133,168);
    transform: scaleX(0);
    content: "";
    position: absolute;
    width: 80px;
    left: 0;
    height: 4px;
    bottom: -12px;
    animation: lineExpand 1.2s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.company_info_42851 h2::after {
    background: rgb(174,175,203);
    bottom: -12px;
    width: 40px;
    position: absolute;
    left: 0;
    animation: lineExpandSecondary 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    transform: translateX(80px) scaleX(0);
    content: "";
    height: 4px;
}.company_info_42851 .text_item_26319 {
    backdrop-filter: blur(10px);
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 -5px 20px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) translateZ(0);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    position: relative;
}.company_info_42851 .text_item_26319::before {
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    transform: scaleY(0.8);
    position: absolute;
    height: 100%;
    animation: pulseBar 8s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transform-origin: center;
    content: "";
    top: 0;
    left: 0;
    width: 6px;
}.company_info_42851 .text_item_26319::after {
    height: 6px;
    position: absolute;
    top: 0;
    animation: pulseBar 12s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 100%;
    background: linear-gradient(to right, rgb(174,175,203), rgb(135,133,168));
    content: "";
    right: 0;
    transform: scaleX(0.9);
    transform-origin: center;
}.company_info_42851 .text_item_26319 > div {
    z-index: 1;
    position: relative;
}.company_info_42851 .text_item_26319 p {
    color: rgb(174,175,203);
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    transform: translateY(20px);
    animation: slideUpFade 0.8s 0.3s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: calc(24px - 2px);
    opacity: 0;
}.company_info_42851 .text_item_26319 p::after {
    transform: scaleX(0);
    background: rgb(135,133,168);
    content: "";
    position: absolute;
    left: 0;
    width: 40px;
    transform-origin: left;
    bottom: -8px;
    height: 2px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.company_info_42851 .text_item_26319 div div {
    color: #000000;
    transform: translateY(30px);
    opacity: 0;
    animation: slideUpFade 1s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    font-size: 13px;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    column-count: 1;
}


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

@keyframes lineExpandSecondary {
    0% { transform: translateX(80px) scaleX(0); }
    100% { transform: translateX(80px) scaleX(1); }
}

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

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

@keyframes pulseBar {
    0%, 100% {
        transform: scaleY(0.8);
    }
    50% {
        transform: scaleY(1);
    }
}

@keyframes floatBackground {
    0% {
        transform: skewY(-12deg) translateY(0);
    }
    50% {
        transform: skewY(-10deg) translateY(-15px);
    }
    100% {
        transform: skewY(-12deg) translateY(0);
    }
}


@media (min-width: 768px) {.company_info_42851 {
    padding: 150px 0 100px;
}.company_info_42851 .container {
    transform: perspective(1200px) rotateX(3deg);
}.company_info_42851 h2 {
    margin-bottom: 60px;
    font-size: calc(34px + 4px);
}.company_info_42851 .text_item_26319 {
    transform: perspective(1000px) translateZ(10px) rotateY(-1deg);
    padding: 70px 60px;
    margin-left: 40px;
    border-radius: 6px;
}.company_info_42851 .text_item_26319 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company_info_42851 .container {
    transform: perspective(1500px) rotateX(4deg);
}.company_info_42851 .text_item_26319 {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                    0 -8px 25px rgba(255, 255, 255, 0.1);
    padding: 80px 70px;
    transform: perspective(1000px) translateZ(20px) rotateY(-1.5deg);
    margin-left: 60px;
}.company_info_42851 h2 {
    font-size: calc(34px + 8px);
}.company_info_42851 .text_item_26319::before {
    width: 8px;
}.company_info_42851 .text_item_26319::after {
    height: 8px;
}.company_info_42851 .text_item_26319 div div {
    font-size: calc(13px + 1px);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.company_info_42851 .container {
    transform: perspective(2000px) rotateX(4deg);
    padding: 0 40px;
}.company_info_42851 .text_item_26319 {
    margin-left: 80px;
    padding: 90px 80px;
    transform: perspective(1000px) translateZ(30px) rotateY(-2deg);
}.company_info_42851 .text_item_26319 div div {
    column-gap: 60px;
    column-count: 2;
}
}

@media (max-width: 767px) {.company_info_42851 {
    padding: 100px 0 60px;
}.company_info_42851 .container {
    transform: perspective(800px) rotateX(1deg);
    padding: 0 15px;
}.company_info_42851 h2 {
    margin-bottom: 30px;
    font-size: 34px;
}.company_info_42851 .text_item_26319 {
    margin-left: 0;
    border-radius: 4px;
    padding: 40px 25px;
}.company_info_42851 .text_item_26319::before {
    width: 4px;
}.company_info_42851 .text_item_26319::after {
    height: 4px;
}.company_info_42851 .text_item_26319 div div {
    line-height: 1.7;
    font-size: 13px;
}}.contact_form_section_19643 {
    z-index: 1;
    padding: 100px 0;
    position: relative;
}.contact_form_section_19643::before {
    position: absolute;
    z-index: -1;
    opacity: 0.9;
    inset: 0;
    content: '';
    background-color: rgb(214,214,228);
}.contact_form_section_19643 .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 20px;
}.contact_form_section_19643 .request_panel_04572 {
    position: relative;
    background: #ffffff;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    overflow: hidden;
    display: flex;
}.contact_form_section_19643 .support_links_98031 {
    background: rgb(135,133,168);
    padding: 0;
    position: relative;
}.contact_form_section_19643 .support_links_98031 h3 {
    padding: 30px;
    background: rgb(135,133,168);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    font-size: 31px;
}.contact_form_section_19643 .support_links_98031 div {
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    padding: 20px 40px;
    position: relative;
    transition: background-color 0.3s ease;
}.contact_form_section_19643 .support_links_98031 div:hover {
    background-color: rgb(174,175,203);
}.contact_form_section_19643 .support_links_98031 div:last-child {
    border-bottom: none;
}.contact_form_section_19643 .support_links_98031 div svg {
    margin-right: 20px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}.contact_form_section_19643 .support_links_98031 div svg path {
    fill: #ffffff;
}.contact_form_section_19643 .support_links_98031 div span {
    font-size: 13px;
    color: #ffffff;
}.contact_form_section_19643 .support_links_98031 div span a {
    color: #ffffff;
    transition: opacity 0.3s ease;
    text-decoration: none;
}.contact_form_section_19643 .support_links_98031 div span a:hover {
    opacity: 0.8;
}.contact_form_section_19643 .reach_widget_27043 {
    background-color: #ffffff;
    padding: 50px;
}.contact_form_section_19643 .reach_widget_27043 h3 {
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px;
}.contact_form_section_19643 .reach_widget_27043 h3::after {
    width: 80px;
    content: '';
    height: 3px;
    left: 50%;
    position: absolute;
    background-color: rgb(135,133,168);
    transform: translateX(-50%);
    bottom: -10px;
}.contact_form_section_19643 .reach_widget_27043 form {
    width: 100%;
}.contact_form_section_19643 .reach_widget_27043 input[type="text"],
.contact_form_section_19643 .reach_widget_27043 input[type="email"] {
    margin-bottom: 25px;
    border-radius: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 2px solid rgb(214,214,228);
    border: none;
    color: #000000;
    height: 55px;
    font-size: 13px;
    transition: border-color 0.3s ease;
    padding: 0 20px;
}.contact_form_section_19643 .reach_widget_27043 input[type="text"]:focus,
.contact_form_section_19643 .reach_widget_27043 input[type="email"]:focus {
    outline: none;
    border-color: rgb(135,133,168);
}.contact_form_section_19643 .reach_widget_27043 input::placeholder {
    opacity: 0.6;
    color: #000000;
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 {
    align-items: flex-start;
    position: relative;
    margin-bottom: 25px;
    display: flex;
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 input[type="checkbox"] {
    margin-right: 10px;
    position: relative;
    border: 2px solid rgb(214,214,228);
    transition: background-color 0.3s ease, border-color 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-appearance: none;
    height: 22px;
    margin-top: 2px;
    appearance: none;
    width: 22px;
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 input[type="checkbox"]:checked {
    background-color: rgb(135,133,168);
    border-color: rgb(135,133,168);
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 input[type="checkbox"]:checked::before {
    transform: translate(-50%, -50%);
    left: 50%;
    content: '✓';
    top: 50%;
    position: absolute;
    color: #ffffff;
    font-size: 14px;
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 label {
    color: #000000;
    line-height: 1.6;
    font-size: 12px;
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 label a {
    transition: color 0.3s ease;
    color: rgb(135,133,168);
    text-decoration: none;
}.contact_form_section_19643 .reach_widget_27043 .request_info_37409 label a:hover {
    color: rgb(174,175,203);
}.contact_form_section_19643 .reach_widget_27043 .request_reach_90618 {
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: rgb(135,133,168);
    border: none;
    overflow: hidden;
    font-weight: 600;
    height: 55px;
    width: 100%;
    border-radius: 0;
    position: relative;
}.contact_form_section_19643 .reach_widget_27043 .request_reach_90618::before {
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    content: '';
    height: 100%;
}.contact_form_section_19643 .reach_widget_27043 .request_reach_90618:hover {
    background-color: rgb(174,175,203);
}.contact_form_section_19643 .reach_widget_27043 .request_reach_90618:hover::before {
    left: 100%;
}

@media screen and (min-width: 992px) {.contact_form_section_19643 .request_panel_04572 {
    grid-template-columns: 1fr 1fr;
    display: grid;
}.contact_form_section_19643 .support_links_98031 {
    flex-direction: column;
    display: flex;
    border-radius: 0 30px 30px 0;
}.contact_form_section_19643 .reach_widget_27043 {
    justify-content: center;
    display: flex;
    flex-direction: column;
    border-radius: 30px 0 0 30px;
}.contact_form_section_19643 .support_links_98031 h3 {
    text-align: left;
    padding: 40px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_19643 .support_links_98031 div {
    align-items: center;
    flex: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
}.contact_form_section_19643 .support_links_98031 div:last-child {
    border-bottom: none;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.contact_form_section_19643 .support_links_98031 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.contact_form_section_19643 .support_links_98031 h3 {
    grid-column: 1 / -1;
}.contact_form_section_19643 .support_links_98031 div {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.contact_form_section_19643 .support_links_98031 div:nth-child(2n) {
    border-right: none;
}.contact_form_section_19643 .support_links_98031 div:nth-last-child(1),
    .contact_form_section_19643 .support_links_98031 div:nth-last-child(2) {
    border-bottom: none;
}
}

@media screen and (max-width: 767px) {.contact_form_section_19643 {
    padding: 60px 0;
}.contact_form_section_19643 .reach_widget_27043 {
    padding: 40px 25px;
}.contact_form_section_19643 .support_links_98031 h3 {
    font-size: calc(18px + 2px);
    padding: 25px 20px;
}.contact_form_section_19643 .support_links_98031 div {
    padding: 15px 25px;
}
}

@media screen and (max-width: 480px) {.contact_form_section_19643 {
    padding: 40px 0;
}.contact_form_section_19643 .reach_widget_27043 {
    padding: 30px 20px;
}.contact_form_section_19643 .reach_widget_27043 h3 {
    font-size: 18px;
}.contact_form_section_19643 .support_links_98031 h3 {
    padding: 20px 15px;
    font-size: 18px;
}.contact_form_section_19643 .support_links_98031 div {
    padding: 15px 20px;
}.contact_form_section_19643 .support_links_98031 div svg {
    height: 20px;
    margin-right: 15px;
    width: 20px;
}}footer {
    width: 100%;
    position: relative;
}.data_viz_16508 {
    color: #ffffff;
    position: relative;
    background-color: #000000;
    font-family: Arial, sans-serif;
    overflow: hidden;
    padding: 80px 0 30px;
}.data_viz_16508::before {
    width: 500px;
    transform: rotate(45deg);
    position: absolute;
    right: -100px;
    top: -100px;
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    content: "";
    height: 500px;
    opacity: 0.4;
}.data_viz_16508::after {
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(135,133,168,0.5) 15px,
        rgb(135,133,168,0.5) 30px
    );
    content: "";
    opacity: 0.2;
    left: -50px;
    bottom: -50px;
    height: 300px;
    width: 300px;
    transform: rotate(30deg);
}footer .mentor_cta_53089 {
    z-index: 1;
    position: relative;
}footer .ask_for_help_43120 {
    display: grid;
    padding: 30px;
    border-radius: 0 14px 14px 0;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    border-left: 4px solid rgb(174,175,203);
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}footer .info_item {
    align-items: center;
    display: flex;
}footer .info_item svg {
    fill: rgb(174,175,203);
    height: 20px;
    margin-right: 15px;
    width: 20px;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    color: #ffffff;
    font-weight: 300;
    transition: color 0.3s ease;
    font-size: 13px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(174,175,203);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 50px;
}footer .head_main_28069 {
    position: relative;
}footer .head_main_28069::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: -30px;
    height: 3px;
    width: 30%;
    background-color: rgb(174,175,203);
}footer .head_main_28069 svg {
    height: 45px;
    margin-bottom: 20px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .award_show_61273 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
    max-width: 330px;
}footer .header_primary_39205 {
    position: relative;
}footer .header_primary_39205 h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin-bottom: 25px;
    display: inline-block;
}footer .header_primary_39205 h5::after {
    left: 0;
    position: absolute;
    background-color: rgb(174,175,203);
    bottom: -10px;
    height: 3px;
    width: 40px;
    content: "";
}footer .main_start_79165 {
    margin-bottom: 30px;
}footer .main_start_79165 a {
    margin-bottom: 12px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: block;
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    font-size: 13px;
}footer .main_start_79165 a:hover {
    color: #ffffff;
    padding-left: 10px;
    border-bottom-color: rgb(174,175,203,0.5);
}footer .subscribe_holder {
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
    padding: 35px;
}footer .subscribe_holder::before {
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(174,175,203,0.5), transparent);
    opacity: 0.1;
    position: absolute;
    right: 0;
    border-radius: 14px;
    content: "";
    bottom: 0;
}footer .subscribe_holder h5 {
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    font-size: 13px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgb(174,175,203);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .upgrade_today_05962 {
    display: inline-block;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    background-color: rgb(174,175,203);
    color: #ffffff;
    text-transform: uppercase;
    overflow: hidden;
    font-size: 16px;
    padding: 15px 20px;
    cursor: pointer;
    letter-spacing: 1px;
}footer .upgrade_today_05962::after {
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    transition: all 0.7s ease;
    transform: rotate(45deg);
    top: -100px;
    left: -100px;
    width: 30px;
    content: "";
    height: 300px;
}footer .upgrade_today_05962:hover {
    background-color: rgb(135,133,168);
}footer .upgrade_today_05962:hover::after {
    left: 120%;
}footer .footer_account_43752 {
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}footer .license_cta_41793 {
    color: rgba(255, 255, 255, 0.5);
    font-size: 12px;
    text-align: center;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .upgrade_today_05962 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .data_viz_16508 {
    padding: 60px 0 30px;
}footer .ask_for_help_43120 {
    margin-bottom: 40px;
    padding: 20px;
    grid-template-columns: 1fr;
}footer .header_primary_39205 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .header_primary_39205 h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .footer_account_43752 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .data_viz_16508 {
    padding: 50px 0 20px;
}footer .ask_for_help_43120 {
    margin-bottom: 30px;
    padding: 15px;
}footer .head_main_28069::after {
    width: 50px;
}footer .header_primary_39205 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .main_start_79165 a, footer .info_item p, footer .info_item a {
    font-size: calc(13px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .upgrade_today_05962 {
    padding: 12px 15px;
}}.thxMessage_76548 {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, #ffffff 0%, rgb(214,214,228) 100%);
    overflow: hidden;
}.thxMessage_76548::before {
    background: linear-gradient(145deg, rgb(135,133,168,0.5) 0%, transparent 80%);
    opacity: 0.4;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    z-index: 1;
    left: -5%;
    top: -10%;
    content: "";
    filter: blur(40px);
    height: 70%;
    width: 40%;
    animation: float 12s ease-in-out infinite alternate;
}.thxMessage_76548::after {
    bottom: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    background: linear-gradient(215deg, rgb(174,175,203,0.5) 0%, transparent 70%);
    z-index: 1;
    filter: blur(30px);
    right: -5%;
    opacity: 0.3;
    width: 35%;
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    content: "";
}.thxMessage_76548 .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
}.thxMessage_76548 h2 {
    line-height: 1.3;
    letter-spacing: -0.02em;
    font-weight: 700;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
    opacity: 0;
    margin-bottom: 40px;
    transform: translateY(20px);
    position: relative;
    font-size: 32px;
}.thxMessage_76548 h2::after {
    transform-origin: center;
    opacity: 0;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(90deg, rgb(174,175,203) 0%, rgb(135,133,168) 100%);
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
}.thxMessage_76548 .master_class_37428 {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 50px 40px;
}.thxMessage_76548 .master_class_37428::before {
    background: linear-gradient(to bottom, rgb(174,175,203), rgb(135,133,168));
    height: 100%;
    transform-origin: top;
    left: 0;
    content: "";
    width: 5px;
    top: 0;
    position: absolute;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0);
}.thxMessage_76548 ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thxMessage_76548 li {
    position: relative;
    padding-left: 25px;
}.thxMessage_76548 li::before {
    width: 8px;
    position: absolute;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 0;
    content: "";
    background: rgb(135,133,168);
    height: 8px;
    transform: scale(0);
    border-radius: 50%;
    top: 10px;
}.thxMessage_76548 span {
    display: block;
    transform: translateY(10px);
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.8;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 400;
    color: #000000;
    opacity: 0;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.thxMessage_76548 {
    padding: 100px 0 70px;
}.thxMessage_76548 h2 {
    font-size: calc(32px * 0.9);
}.thxMessage_76548 .master_class_37428 {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.thxMessage_76548 {
    padding: 80px 0 60px;
}.thxMessage_76548 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.thxMessage_76548 h2::after {
    width: 60px;
    bottom: -12px;
}.thxMessage_76548 .master_class_37428 {
    padding: 35px 30px;
}.thxMessage_76548 span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.thxMessage_76548 {
    padding: 60px 0 50px;
}.thxMessage_76548 h2 {
    margin-bottom: 30px;
    line-height: 1.4;
    font-size: calc(32px * 0.7);
}.thxMessage_76548 h2::after {
    bottom: -10px;
    height: 2px;
    width: 50px;
}.thxMessage_76548 .master_class_37428 {
    padding: 30px 20px;
}.thxMessage_76548 li {
    padding-left: 20px;
}.thxMessage_76548 li::before {
    top: 12px;
    width: 6px;
    height: 6px;
}.thxMessage_76548 span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}
  
  @keyframes expand {
    100% {
      width: 50px;
    }
  }
}