﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1103px;
}svg {
    height: 30px;
    width: 30px;
}.first_class8426 {
    flex: 1 0 auto;
}.vr_labs6048 {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.wrapper-section3690 {
    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;
}}
.academic_expertise1754 {
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgb(215,188,188,0.5) 100%);
    position: relative;
}.academic_expertise1754::before {
    content: "";
    position: absolute;
    opacity: 0.4;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    background: conic-gradient(from 225deg at 50% 50%, rgb(192,154,154,0.5) 0%, transparent 25%, rgb(215,188,188,0.5) 50%, transparent 75%, rgb(192,154,154,0.5) 100%);
    animation: rotateBackground 15s linear infinite;
}.academic_expertise1754 .container {
    position: relative;
    z-index: 1;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
}.academic_expertise1754 .learner_quotes9321 {
    padding: 3rem;
    transform: rotateY(-5deg);
    grid-template-areas:
        "photo quote"
        "info quote";
    border-radius: 22px;
    backdrop-filter: blur(10px);
    display: grid;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(192,154,154,0.5),
                0 10px 0 -5px rgb(215,188,188,0.5);
    gap: 1.5rem;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    grid-template-columns: 300px 1fr;
    transition: transform 0.5s ease;
    position: relative;
    grid-template-rows: auto auto;
}.academic_expertise1754 .learner_quotes9321:hover {
    transform: rotateY(0);
}.academic_expertise1754 .img_caption_box4689 {
    transform: translateZ(30px);
    border-radius: 50%;
    width: 220px;
    border: 5px solid #ffffff;
    grid-area: photo;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(215,188,188,0.5);
    height: 220px;
}.academic_expertise1754 .learner_quotes9321:hover .img_caption_box4689 {
    transform: translateZ(50px) scale(1.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5),
                0 0 0 10px rgb(215,188,188);
}.academic_expertise1754 .name {
    transform: translateZ(20px);
    font-size: 32px;
    display: block;
    color: #000000;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    grid-area: info;
}.academic_expertise1754 .learner_quotes9321 span:not(.name) {
    font-size: 16px;
    margin-top: 3.5rem;
    color: rgb(215,188,188);
    display: block;
    transform: translateZ(15px);
    font-weight: 600;
    grid-area: info;
}.academic_expertise1754 .job_tasks4185 {
    transform: translateZ(10px);
    border-radius: 0 22px 22px 0;
    font-weight: 400;
    border-left: 4px solid rgb(192,154,154);
    font-size: calc(16px * 1.1);
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    padding: 1.5rem 2rem;
    line-height: 1.6;
    color: #000000;
}.academic_expertise1754 .job_tasks4185::before {
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background-size: 200% 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(192,154,154,0.5) 40%, rgb(192,154,154,0.5) 60%, transparent 60%);
    opacity: 0.2;
    content: "";
    position: absolute;
    animation: shimmer 3s infinite linear;
    mix-blend-mode: overlay;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@media (max-width: 992px) {.academic_expertise1754 .learner_quotes9321 {
    grid-template-rows: auto auto auto;
    grid-template-areas:
            "img_caption_box4689"
            "help_reach5019"
            "job_tasks4185";
    grid-template-columns: 1fr;
    padding: 2rem;
}.academic_expertise1754 .img_caption_box4689 {
    width: 180px;
    height: 180px;
    margin: 0 auto;
}.academic_expertise1754 .name,
    .academic_expertise1754 .learner_quotes9321 span:not(.name) {
    text-align: center;
    margin-top: 1rem;
}.academic_expertise1754 .learner_quotes9321 span:not(.name) {
    margin-top: 0;
}
}

@media (max-width: 576px) {.academic_expertise1754 {
    padding: 4rem 0;
}.academic_expertise1754 .learner_quotes9321 {
    padding: 1.5rem;
    transform: none;
}.academic_expertise1754 .img_caption_box4689 {
    width: 140px;
    height: 140px;
}.academic_expertise1754 .job_tasks4185 {
    font-size: 16px;
    padding: 1rem;
}}.thanksFrame1470 {
    overflow: hidden;
    position: relative;
    background: radial-gradient(circle at 30% 70%, rgb(192,154,154,0.5), transparent 70%), 
                radial-gradient(circle at 70% 30%, rgb(215,188,188,0.5), transparent 60%);
    padding: 6rem 0;
}.thanksFrame1470::before {
    z-index: 1;
    animation: constellation 20s infinite linear;
    content: "";
    background-size: 40px 40px;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background-image: 
        radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 85% 85%, rgba(255,255,255,0.1) 1px, transparent 1px);
    height: 100%;
    opacity: 0.6;
}.thanksFrame1470::after {
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    left: -150px;
    content: "";
    opacity: 0.3;
    position: absolute;
    transform: translateY(-50%);
    width: 300px;
    height: 300px;
    border: 1px solid rgb(192,154,154,0.5);
}.thanksFrame1470 .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.thanksFrame1470 .corp_culture1945 {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 2px solid rgb(192,154,154);
    box-shadow: 
        0 15px 30px rgba(0,0,0,0.1),
        0 1px 0 rgba(255,255,255,0.1) inset;
    background: linear-gradient(135deg, 
                rgba(255,255,255,0.15), 
                rgba(255,255,255,0.05));
    display: flex;
    backdrop-filter: blur(8px);
    flex-direction: column;
    gap: 2.5rem;
    padding: 4rem 3rem;
}.thanksFrame1470 .corp_culture1945:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.15),
        0 1px 0 rgba(255,255,255,0.15) inset;
}.thanksFrame1470 .corp_culture1945 > div:first-child {
    align-items: center;
    display: flex;
    position: relative;
    padding-left: 25px;
}.thanksFrame1470 .corp_culture1945 > div:first-child::before {
    transition: width 0.3s ease;
    width: 15px;
    height: 2px;
    transform: translateY(-50%);
    background: rgb(192,154,154);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
}.thanksFrame1470 .corp_culture1945:hover > div:first-child::before {
    width: 20px;
}.thanksFrame1470 h5 {
    color: transparent;
    color: #000000;
    -webkit-background-clip: text !important;
    line-height: 1.4;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-weight: 700;
    margin: 0;
    position: relative;
    font-size: 19px;
    z-index: 2;
    transform: translateY(20px);
    background: linear-gradient(to right, #000000, rgb(192,154,154));
    background-clip: text !important;
}.thanksFrame1470 p {
    margin: 0;
    z-index: 2;
    font-weight: 400;
    position: relative;
    transform: translateY(20px);
    line-height: 1.7;
    color: #000000;
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: 12px;
}.thanksFrame1470 a {
    padding: 0.5rem 0;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
    position: relative;
    display: block;
}.thanksFrame1470 a::after {
    position: absolute;
    content: "";
    background: rgb(192,154,154);
    width: 0;
    transition: width 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    left: 0;
    height: 1px;
    bottom: 0;
}.thanksFrame1470 a:hover {
    transform: translateX(5px);
}.thanksFrame1470 a:hover::after {
    width: 100%;
}

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

@keyframes constellation {
    from {
        background-position: 0 0;
    }
    to {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.thanksFrame1470 .corp_culture1945 {
    border-radius: 0 18px 18px 0;
    padding: 5rem 4rem;
    margin-left: 5rem;
}.thanksFrame1470 .corp_culture1945::before {
    z-index: 1;
    border: 1px solid rgb(215,188,188,0.5);
    height: 200px;
    right: -30px;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    content: "";
    top: -50px;
    width: 200px;
}.thanksFrame1470 h5 {
    font-size: calc(19px * 1.1);
}.thanksFrame1470 p {
    max-width: 90%;
}
}

@media (min-width: 992px) {.thanksFrame1470 {
    padding: 8rem 0;
}.thanksFrame1470 .corp_culture1945 {
    margin-left: 8rem;
    padding: 6rem 5rem;
    gap: 3rem;
}.thanksFrame1470 h5 {
    font-size: calc(19px * 1.2);
}.thanksFrame1470 p {
    font-size: calc(12px * 1.05);
    max-width: 80%;
}
}

@media (max-width: 767px) {.thanksFrame1470 {
    padding: 4rem 0;
}.thanksFrame1470 .corp_culture1945 {
    padding: 3rem 2rem;
    gap: 2rem;
}.thanksFrame1470 h5 {
    font-size: calc(19px * 0.9);
}.thanksFrame1470::after,
    .thanksFrame1470 .corp_culture1945::before {
    display: none;
}
}

@media (max-width: 480px) {.thanksFrame1470 {
    padding: 3rem 0;
}.thanksFrame1470 .corp_culture1945 {
    gap: 1.5rem;
    padding: 2.5rem 1.5rem;
}.thanksFrame1470 h5 {
    font-size: calc(19px * 0.85);
}.thanksFrame1470 p {
    font-size: calc(12px * 0.95);
}.thanksFrame1470 .corp_culture1945 > div:first-child {
    padding-left: 20px;
}}header {
    z-index: 99;
    width: 100%;
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, rgb(192,154,154) 100%);
    overflow: visible;
    position: relative;
}header::before {
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    width: 100%;
    background: linear-gradient(145deg, rgb(192,154,154,0.5) 0%, transparent 70%);
    left: 0;
}header .nav_prime7638 {
    display: flex;
    align-items: center;
    transform: none;
    position: relative;
    z-index: 5;
    justify-content: space-between;
    padding: 20px 15px;
    flex-direction: row;
}header .nav_prime7638 .top_sitewrap4091 {
    transform: translateX(0);
    margin-right: 10px;
    transition: transform 0.4s ease;
}header .nav_prime7638 .top_sitewrap4091:hover {
    transform: scale(1.05);
}header .nav_prime7638 .top_sitewrap4091 .header_mainbar6178 {
    display: inline-block;
}header .nav_prime7638 .top_sitewrap4091 .header_mainbar6178 svg {
    height: 50px;
    width: auto;
}header .nav_prime7638 .main_head4087 {
    flex-wrap: wrap;
    border-radius: 28px;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    transform: none;
    padding: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30px;
}header .nav_prime7638 .main_head4087::before {
    content: "";
    top: 0;
    height: 100%;
    transform: rotate(-2deg) scale(1.03);
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 28px;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
}header .nav_prime7638 .main_head4087 .site_start0621 {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 12px;
    position: relative;
}header .nav_prime7638 .main_head4087 .site_start0621:hover {
    transform: translateY(-3px) scale(1.05);
}header .nav_prime7638 .main_head4087 .site_start0621 a {
    font-weight: 600;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    font-size: 15px;
    padding: 8px 5px;
}header .nav_prime7638 .main_head4087 .site_start0621 a::after {
    transition: transform 0.4s ease;
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(192,154,154), transparent);
    content: "";
    left: 0;
    transform: translateX(-100%);
}header .nav_prime7638 .main_head4087 .site_start0621:hover a::after {
    transform: translateX(0);
}

@media (max-width: 992px) {header .nav_prime7638 {
    align-items: center;
    flex-direction: column;
}header .nav_prime7638 .top_sitewrap4091 {
    margin-right: 0;
    margin-bottom: 15px;
}header .nav_prime7638 .main_head4087 {
    justify-content: center;
    width: 100%;
    padding: 15px;
}header .nav_prime7638 .main_head4087 .site_start0621 {
    margin: 5px 15px 5px 0;
}header .nav_prime7638 .main_head4087 .site_start0621 a {
    font-size: calc(15px - 2px);
    padding: 5px;
}}.who_we_are1309 {
    color: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.who_we_are1309::before {
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(0, 32, 63, 0.92), 
    rgba(0, 18, 36, 0.86) 50%, 
    rgba(18, 0, 36, 0.9));
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}.who_we_are1309::after {
    background-size: 60px 60px;
    left: 0;
    pointer-events: none;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.03) 0px,
    rgba(255, 255, 255, 0.03) 1px,
    transparent 1px,
    transparent 30px
  );
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
}.who_we_are1309 .container {
    display: grid;
    padding: 0 20px;
    z-index: 3;
    grid-template-columns: 1fr;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.who_we_are1309 .text_inner5908 {
    border-left: 4px solid rgb(215,188,188);
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    position: relative;
    padding: 50px 40px;
    background: linear-gradient(
    to right bottom,
    rgba(rgb(215,188,188,0.5), 0.25),
    rgba(rgb(192,154,154,0.5), 0.15)
  );
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.2),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}.who_we_are1309 .text_inner5908:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
    0 25px 50px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1);
}.who_we_are1309 h1 {
    margin-bottom: 30px;
    transform: translateX(-5px);
    font-size: 45px;
    position: relative;
    line-height: 1.1;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #ffffff;
}.who_we_are1309 h1::after {
    width: 80px;
    background: rgb(215,188,188);
    height: 3px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    bottom: -10px;
    content: "";
    transform-origin: left;
    left: 0;
    position: absolute;
}@keyframes lineExpand {
  0% { transform: scaleX(0); }
  100% { transform: scaleX(1); }
}

.who_we_are1309 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.who_we_are1309 li {
    margin-bottom: 20px;
}.who_we_are1309 h4 {
    font-weight: 600;
    color: rgb(192,154,154);
    font-size: calc(19px * 1.2);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}.who_we_are1309 span {
    position: relative;
    display: block;
    font-size: 12px;
    max-width: 100%;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 400;
    margin-top: 10px;
    line-height: 1.7;
    column-rule: 1px solid rgba(255, 255, 255, 0.1);
    column-gap: 40px;
    columns: 1;
}.who_we_are1309 .text_inner5908::before {
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    height: 120px;
    border: 2px solid rgb(192,154,154);
    width: 120px;
    transform: rotate(-15deg);
    top: -10px;
    right: 30px;
    content: "";
}.who_we_are1309 .text_inner5908::after {
    height: 80px;
    width: 80px;
    content: "";
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.15;
    background: rgb(215,188,188);
    right: -20px;
    z-index: -1;
    bottom: 40px;
}

@media (min-width: 768px) {.who_we_are1309 {
    padding: 150px 0;
}.who_we_are1309 .container {
    grid-template-columns: 1fr;
}.who_we_are1309 .text_inner5908 {
    margin-left: 60px;
    padding: 60px 70px;
    width: calc(100% - 60px);
}.who_we_are1309 h1 {
    margin-bottom: 40px;
    font-size: calc(45px * 1.2);
}.who_we_are1309 span {
    columns: 2;
    column-gap: 50px;
}
}

@media (min-width: 1200px) {.who_we_are1309 .text_inner5908 {
    width: calc(100% - 100px);
    padding: 70px 80px;
    margin-left: 100px;
}.who_we_are1309 h1 {
    font-size: calc(45px * 1.4);
}.who_we_are1309 span {
    columns: 2;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.who_we_are1309 {
    padding: 80px 0;
}.who_we_are1309 .text_inner5908 {
    padding: 30px 25px;
}.who_we_are1309 h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 25px;
}.who_we_are1309 h4 {
    font-size: 19px;
}.who_we_are1309 span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.contact_form_section6372 {
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        -45deg, 
        rgb(237,222,222) 0%, 
        rgb(192,154,154,0.5) 100%
    );
}.contact_form_section6372 .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.contact_form_section6372 .connect_map0516 {
    overflow: hidden;
    background: rgb(192,154,154,0.5);
    align-items: stretch;
    border-radius: 25px;
    display: flex;
    position: relative;
    box-shadow: 0 25px 50px rgb(215,188,188,0.5);
}.contact_form_section6372 .img_caption_box4689 {
    position: relative;
    transform: skew(-10deg);
    margin-left: -5%;
    min-height: 600px;
    z-index: 2;
    flex: 0 0 45%;
}.contact_form_section6372 .img_caption_box4689::before {
    transform: skew(10deg);
    top: 0;
    left: 0;
    opacity: 0.7;
    z-index: 1;
    height: 100%;
    width: 120%;
    position: absolute;
    background: linear-gradient(
        135deg, 
        rgb(215,188,188,0.5) 0%, 
        rgb(192,154,154,0.5) 100%
    );
    content: '';
}.contact_form_section6372 .inquiry_query3241 {
    flex-direction: column;
    flex: 0 0 55%;
    position: relative;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    display: flex;
    z-index: 3;
}.contact_form_section6372 h2 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    padding-left: 2rem;
    margin-bottom: 2.5rem;
    text-align: left;
    font-size: 45px;
}.contact_form_section6372 h2::before {
    position: absolute;
    border-radius: 50%;
    background: rgb(215,188,188);
    height: 1rem;
    width: 1rem;
    transform: translateY(-50%);
    content: '';
    box-shadow: 0 0 15px rgb(215,188,188,0.5);
    top: 50%;
    left: 0;
}.contact_form_section6372 .inquiry_query3241 h3 {
    font-size: 36px;
    color: #ffffff;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 600;
}.contact_form_section6372 .inquiry_query3241 h3::after {
    height: 3px;
    width: 50px;
    bottom: 0;
    background: rgb(215,188,188);
    position: absolute;
    content: '';
    left: 0;
}.contact_form_section6372 .inquiry_query3241 form {
    gap: 1.5rem;
    display: grid;
}.contact_form_section6372 .inquiry_query3241 input:not([type="checkbox"]):not([type="submit"]) {
    border: 1px solid rgb(215,188,188,0.5);
    position: relative;
    font-size: 16px;
    width: 100%;
    background: rgb(192,154,154,0.5);
    transition: all 0.3s ease;
    color: #ffffff;
    outline: none;
    border-radius: 10px;
    padding: 1rem 1.5rem;
}.contact_form_section6372 .inquiry_query3241 input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    width: 0;
    height: 2px;
    content: '';
    background: rgb(215,188,188);
    left: 0;
    transition: width 0.3s ease;
    bottom: -2px;
}.contact_form_section6372 .inquiry_query3241 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(215,188,188,0.5);
    border-color: rgb(215,188,188);
}.contact_form_section6372 .inquiry_query3241 input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 {
    display: flex;
    gap: 1rem;
    align-items: center;
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 input[type="checkbox"] {
    position: relative;
    appearance: none;
    height: 22px;
    transition: all 0.3s ease;
    cursor: pointer;
    background: rgb(192,154,154,0.5);
    border-radius: 10px;
    width: 22px;
    border: 2px solid rgb(215,188,188,0.5);
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 input[type="checkbox"]:checked {
    border-color: rgb(215,188,188);
    background: rgb(215,188,188);
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 input[type="checkbox"]:checked::after {
    transform: translate(-50%, -50%);
    left: 50%;
    content: '✔';
    top: 50%;
    font-size: 0.8rem;
    position: absolute;
    color: #ffffff;
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 label {
    display: flex;
    font-size: 16px;
    color: #ffffff;
    align-items: center;
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 a {
    color: rgb(215,188,188);
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
}.contact_form_section6372 .inquiry_query3241 .request_panel2760 a:hover {
    text-decoration: underline;
}.contact_form_section6372 .inquiry_query3241 .request_support6059 {
    background: rgb(215,188,188);
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    width: 100%;
    padding: 1rem;
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}.contact_form_section6372 .inquiry_query3241 .request_support6059::before {
    opacity: 0;
    height: 200%;
    transform: rotate(-45deg);
    width: 200%;
    position: absolute;
    left: -50%;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(215,188,188,0.5), 
        transparent
    );
    content: '';
    transition: all 0.5s ease;
}.contact_form_section6372 .inquiry_query3241 .request_support6059:hover::before {
    opacity: 1;
}.contact_form_section6372 .inquiry_query3241 .request_support6059:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(215,188,188,0.5);
}

@media screen and (max-width: 1200px) {.contact_form_section6372 .img_caption_box4689 {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_section6372 .connect_map0516 {
    flex-direction: column;
}.contact_form_section6372 .img_caption_box4689 {
    min-height: 300px;
    margin-left: 0;
    flex: 0 0 100%;
    transform: none;
}.contact_form_section6372 .img_caption_box4689::before {
    width: 100%;
    transform: none;
}.contact_form_section6372 .inquiry_query3241 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_section6372 {
    padding: 3rem 0;
}.contact_form_section6372 h2 {
    font-size: calc(45px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.contact_form_section6372 h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_form_section6372 .inquiry_query3241 h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.contact_form_section6372 .inquiry_query3241 input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_section6372 .connect_map0516 {
    border-radius: 0;
}.contact_form_section6372 .inquiry_query3241 {
    padding: 2rem 1.5rem;
}}.contact4573 {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(245, 245, 255, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0 80px;
}.contact4573::before {
    width: 120%;
    height: 200%;
    z-index: 0;
    pointer-events: none;
    position: absolute;
    top: -50%;
    left: -10%;
    background: linear-gradient(120deg, rgb(215,188,188,0.5) 0%, transparent 70%);
    opacity: 0.05;
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
}.contact4573::after {
    width: 60%;
    background: radial-gradient(circle at bottom right, rgb(192,154,154,0.5) 0%, transparent 70%);
    bottom: 0;
    content: "";
    opacity: 0.1;
    right: 0;
    pointer-events: none;
    z-index: 0;
    position: absolute;
    height: 40%;
}.contact4573 .container {
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.contact4573 .contact_now0943 {
    transform: translateZ(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    gap: 30px;
    backdrop-filter: blur(10px);
    padding: 50px 40px;
    display: grid;
    grid-template-columns: 1fr;
    background: #ffffff;
    position: relative;
}.contact4573 h3 {
    color: #000000;
    transform: translateZ(10px);
    position: relative;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: calc(34px * 1.1);
    margin: 0 0 30px;
}.contact4573 h3::after {
    transform: scaleX(1);
    position: absolute;
    transform-origin: left;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 3px;
    left: 0;
    background: rgb(215,188,188);
    bottom: -10px;
    content: "";
    width: 80px;
}.contact4573 h3:hover::after {
    transform: scaleX(1.5);
}.contact4573 p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 1.7;
    max-width: 90%;
    transform: translateZ(5px);
}.contact4573 h5 {
    letter-spacing: 0.01em;
    margin: 0 0 10px;
    text-transform: capitalize;
    display: flex;
    font-weight: 600;
    transform: translateZ(7px);
    color: #000000;
    gap: 10px;
    font-size: 22px;
    align-items: center;
}.contact4573 svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease, fill 0.3s ease;
    transform: translateY(2px);
}.contact4573 svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,188,188);
}.contact4573 .msg_info9768 {
    display: flex;
    transform: translateZ(8px);
    margin: 20px 0 0;
    list-style: none;
    gap: 15px;
    flex-direction: column;
    padding: 0;
}.contact4573 .msg_info9768 li {
    position: relative;
    transition: transform 0.3s ease;
}.contact4573 .msg_info9768 li:hover {
    transform: translateX(5px);
}.contact4573 .contact_ask0958 {
    border-left: 3px solid transparent;
    color: #000000;
    font-size: calc(15px * 1.05);
    gap: 10px;
    align-items: center;
    transition: all 0.3s ease;
    padding: 10px 15px;
    display: flex;
    font-weight: 600;
    text-decoration: none;
}.contact4573 .contact_ask0958:hover {
    border-left-color: rgb(215,188,188);
    color: rgb(215,188,188);
}.contact4573 .contact_ask0958:hover svg {
    transform: translateY(2px) scale(1.1);
}.contact4573 .contact_ask0958:hover svg path {
    fill: rgb(192,154,154);
}.contact4573 .contact_ask0958:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {.contact4573 .contact_now0943 {
    gap: 40px 60px;
    grid-template-columns: repeat(2, 1fr);
    padding: 60px 70px;
}.contact4573 h3 {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}.contact4573 .contact_now0943 > div:first-of-type {
    grid-column: 1 / -1;
}.contact4573 .msg_info9768 {
    grid-column: 2 / 3;
    align-self: start;
}
}

@media (min-width: 1024px) {.contact4573 {
    padding: 140px 0 100px;
}.contact4573 .contact_now0943 {
    grid-template-columns: 1.5fr 1fr;
    padding: 70px 80px;
    gap: 40px 80px;
}.contact4573 h3 {
    font-size: calc(34px * 1.2);
}.contact4573 h3::after {
    width: 100px;
}.contact4573 p {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}.contact4573 .contact_ask0958 {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.contact4573 {
    padding: 80px 0 60px;
}.contact4573 .contact_now0943 {
    padding: 40px 30px;
}.contact4573 h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.contact4573 p {
    font-size: calc(15px * 0.95);
    max-width: 100%;
}
}

@media (max-width: 480px) {.contact4573 {
    padding: 60px 0 40px;
}.contact4573 .contact_now0943 {
    padding: 30px 20px;
}.contact4573 h3 {
    font-size: calc(34px * 0.85);
}.contact4573 .contact_ask0958 {
    font-size: calc(15px * 0.95);
    padding: 8px 12px;
}.contact4573 svg {
    height: 20px;
    width: 20px;
}}.privacy_hutch9203 {
    font-family: Arial, sans-serif;
    background-color: rgb(237,222,222);
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_hutch9203 h1 {
    color: rgb(215,188,188);
    font-size: 46px;
    margin-bottom: 20px;
    font-weight: 700;
}.privacy_hutch9203 h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(192,154,154);
    margin-top: 30px;
}.privacy_hutch9203 h3, .privacy_hutch9203 h4, .privacy_hutch9203 h5, .privacy_hutch9203 h6 {
    color: rgb(215,188,188);
    margin: 1rem 0;
    font-weight: 400;
}.privacy_hutch9203 ul {
    list-style-type: disc;
    margin-left: 20px;
}.privacy_hutch9203 ol {
    list-style-type: decimal;
    margin-left: 20px;
}.privacy_hutch9203 li {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 10px;
}.privacy_hutch9203 section {
    margin-bottom: 20px;
    margin-top: 20px;
}.privacy_hutch9203 p {
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 15px;
    color: #000000;
}.privacy_hutch9203 span {
    font-weight: 600;
    color: rgb(192,154,154);
}.privacy_hutch9203 div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy_hutch9203 {
    padding: 20px 10px;
}.privacy_hutch9203 h1 {
    font-size: calc(21px - 5px);
}.privacy_hutch9203 h2 {
    font-size: calc(21px - 5px);
}.privacy_hutch9203 p, .privacy_hutch9203 li {
    font-size: calc(15px - 2px);
}}
.title_board9075 {
    align-items: center;
    padding: 2rem;
    overflow: hidden;
    min-height: 100vh;
    justify-content: center;
    display: flex;
    position: relative;
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgb(192,154,154,0.5) 100%);
}.title_board9075::before {
    top: 0;
    left: 0;
    opacity: 0.4;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgb(215,188,188,0.5) 0%, transparent 30%),
    radial-gradient(circle at 80% 70%, rgb(192,154,154,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    z-index: 0;
    width: 100%;
}.title_board9075::after {
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
    content: "";
    right: -5%;
    pointer-events: none;
    opacity: 0.05;
    animation: floatElement 15s ease-in-out infinite;
    position: absolute;
    top: -5%;
    height: 40%;
    background: rgb(215,188,188);
}.title_board9075 .start_hero6547 {
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    width: 100%;
    transform: translateY(-2%);
    display: grid;
    max-width: 1200px;
    z-index: 1;
}.title_board9075 .start_hero6547 > div:first-child {
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.06);
    position: relative;
}.title_board9075 .start_hero6547 > div:first-child:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1), 0 12px 24px rgba(0, 0, 0, 0.08);
}.title_board9075 .start_hero6547 > div:first-child::before {
    content: "";
    width: 4px;
    left: 0;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, rgb(215,188,188), rgb(192,154,154));
    top: 0;
}.title_board9075 h3 {
    position: relative;
    font-weight: 600;
    font-size: calc(21px - 0.1rem);
    padding-left: 1rem;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 0;
    line-height: 1.5;
}.title_board9075 .instructor_bio8416 {
    padding: 3rem 2rem;
    background: linear-gradient(145deg, #ffffff 0%, rgb(237,222,222) 100%);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.7s ease;
    transform: perspective(800px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    position: relative;
    overflow: hidden;
}.title_board9075 .instructor_bio8416:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.18);
    transform: perspective(800px) rotateY(0deg) translateY(-10px);
}.title_board9075 .instructor_bio8416::before {
    content: "";
    width: 50%;
    animation: pulse 8s ease-in-out infinite alternate;
    bottom: -15px;
    height: 50%;
    opacity: 0.1;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    right: -15px;
    background: rgb(192,154,154,0.5);
    position: absolute;
}.title_board9075 h1 {
    margin: 0 0 2rem;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    color: rgb(215,188,188);
    font-weight: 700;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(215,188,188) 0%, rgb(192,154,154) 100%);
    text-fill-color: transparent;
    transition: transform 0.5s ease;
    font-size: 48px;
    -webkit-text-fill-color: transparent;
    transform: translateX(-5px);
}.title_board9075 .instructor_bio8416:hover h1 {
    transform: translateX(0);
}.title_board9075 .instructor_bio8416 > div {
    overflow: hidden;
    position: relative;
    padding: 2rem;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}.title_board9075 .instructor_bio8416 > div::before {
    top: 0;
    left: 0;
    z-index: 0;
    transition: backdrop-filter 0.5s ease;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    width: 100%;
    backdrop-filter: blur(2px);
    content: "";
    height: 100%;
}.title_board9075 .instructor_bio8416:hover > div {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(5px);
}.title_board9075 .instructor_bio8416:hover > div::before {
    backdrop-filter: blur(0px);
}.title_board9075 p {
    padding: 0;
    color: #ffffff;
    z-index: 1;
    margin: 0;
    font-size: calc(13px + 0.1rem);
    line-height: 1.6;
    transition: transform 0.5s ease, text-shadow 0.5s ease;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    transform: translateY(0);
    position: relative;
}.title_board9075 .instructor_bio8416:hover p {
    transform: translateY(-3px);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

@keyframes floatElement {
  0%, 100% { transform: rotate(-15deg) skew(20deg) translate(0, 0); }
  50% { transform: rotate(-13deg) skew(18deg) translate(-15px, 15px); }
}

@keyframes pulse {
  0%, 100% { opacity: 0.05; }
  50% { opacity: 0.15; }
}

@media (min-width: 768px) {.title_board9075 {
    padding: 3rem;
}.title_board9075 .start_hero6547 {
    gap: 2rem;
    grid-template-columns: 1fr 1.2fr;
}.title_board9075 .start_hero6547 > div:first-child {
    margin-top: 4rem;
}.title_board9075 h3 {
    font-size: 21px;
}.title_board9075 h1 {
    font-size: calc(48px + 0.2rem);
}.title_board9075 .instructor_bio8416 {
    padding: 4rem 3rem;
}.title_board9075 .instructor_bio8416 > div {
    padding: 3rem;
}.title_board9075 p {
    font-size: calc(13px + 0.2rem);
}
}

@media (min-width: 992px) {.title_board9075 {
    padding: 0;
}.title_board9075 .start_hero6547 {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.title_board9075 .start_hero6547 > div:first-child {
    padding: 3rem;
    margin-top: 6rem;
}.title_board9075 h3 {
    font-size: calc(21px + 0.1rem);
}.title_board9075 h1 {
    font-size: calc(48px + 0.5rem);
    margin-bottom: 3rem;
}.title_board9075 .instructor_bio8416 {
    padding: 5rem 4rem;
}.title_board9075 p {
    font-size: calc(13px + 0.3rem);
}
}

@media (max-width: 767px) {.title_board9075 {
    padding: 1.5rem;
}.title_board9075 .start_hero6547 {
    gap: 2rem;
}.title_board9075 .start_hero6547 > div:first-child {
    padding: 1.5rem;
}.title_board9075 h3 {
    font-size: calc(21px - 0.2rem);
}.title_board9075 h1 {
    font-size: calc(48px - 0.2rem);
    margin-bottom: 1.5rem;
}.title_board9075 .instructor_bio8416 {
    padding: 2rem 1.5rem;
}.title_board9075 .instructor_bio8416 > div {
    padding: 1.5rem;
}.title_board9075 p {
    font-size: 13px;
}}.tariff_card1572 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.tariff_card1572::before {
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    top: 0;
    position: absolute;
}.tariff_card1572 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.tariff_card1572 .cost_breakdown7165 {
    align-items: center;
    display: flex;
    flex-direction: column;
}.tariff_card1572 h2 {
    font-size: 33px;
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    font-weight: 700;
    animation: float 6s ease-in-out infinite;
    margin-bottom: 20px;
    position: relative;
}.tariff_card1572 h2::after {
    transform: translateX(-50%);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    left: 50%;
    width: 80px;
    position: absolute;
    bottom: -10px;
}.tariff_card1572 .fee_package2835 {
    color: rgb(255, 255, 255, 0.5);
    font-size: 15px;
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
}.tariff_card1572 .learn_packs0584 {
    width: 100%;
    display: grid;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.tariff_card1572 .learn_packs0584 li {
    perspective: 1000px;
}.tariff_card1572 .tuition_table3014 {
    display: block;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
}.tariff_card1572 .tuition_table3014:hover {
    transform: translateY(-10px) rotateY(2deg);
}.tariff_card1572 .plan_cost5029 {
    box-sizing: border-box;
    height: 100%;
    overflow: hidden;
    padding: 35px 30px;
    border-radius: 8px;
    transition: all 0.4s ease;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    flex-direction: column;
    display: flex;
    position: relative;
}.tariff_card1572 .plan_cost5029::before {
    transform: scaleX(0.5);
    position: absolute;
    transform-origin: left;
    content: "";
    height: 5px;
    transition: transform 0.4s ease;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    left: 0;
}.tariff_card1572 .tuition_table3014:hover .plan_cost5029::before {
    transform: scaleX(1);
}.tariff_card1572 .cost_plan8967 {
    box-sizing: border-box;
    display: flex;
    height: 100%;
    flex-direction: column;
}.tariff_card1572 .tuition_table3014 h4 {
    font-weight: 700;
    font-size: calc(18px * 1.2);
    margin: 0 0 20px;
    position: relative;
    color: #ffffff;
}.tariff_card1572 .tuition_table3014 h4::after {
    content: "";
    position: absolute;
    bottom: -10px;
    background-color: rgb(215,188,188);
    height: 2px;
    left: 0;
    width: 40px;
}.tariff_card1572 .tuition_table3014 p {
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    font-size: 15px;
    word-wrap: break-word;
    line-height: 1.6;
    white-space: normal;
    overflow-wrap: break-word;
    flex-grow: 1;
}.tariff_card1572 .annual_fee7194 {
    transform: translateZ(10px);
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, rgb(192,154,154,0.5) 100%);
    transition: all 0.3s ease;
    font-weight: 700;
    color: #ffffff;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: inline-block;
    border-radius: 6px;
    font-size: calc(18px * 1.4);
}.tariff_card1572 .tuition_table3014:hover .annual_fee7194 {
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    transform: translateZ(15px) scale(1.05);
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

@media (max-width: 1200px) {.tariff_card1572 {
    padding: 100px 0;
}.tariff_card1572 .learn_packs0584 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.tariff_card1572 {
    padding: 80px 0;
}.tariff_card1572 .learn_packs0584 {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.tariff_card1572 h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 768px) {.tariff_card1572 {
    padding: 60px 0;
}.tariff_card1572 .learn_packs0584 {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.tariff_card1572 .fee_package2835 {
    margin-bottom: 40px;
}.tariff_card1572 h2 {
    font-size: calc(33px * 0.8);
}.tariff_card1572 .plan_cost5029 {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.tariff_card1572 {
    padding: 50px 0;
}.tariff_card1572 h2 {
    font-size: calc(33px * 0.7);
}.tariff_card1572 .fee_package2835 {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.tariff_card1572 .plan_cost5029 {
    padding: 25px 20px;
}.tariff_card1572 .tuition_table3014 h4 {
    font-size: calc(18px * 1.1);
}.tariff_card1572 .tuition_table3014 p {
    font-size: calc(15px * 0.9);
}.tariff_card1572 .annual_fee7194 {
    padding: 8px 16px;
    font-size: calc(18px * 1.2);
}}.vr_labs6048 {
    position: relative;
    font-family: Arial, sans-serif;
    z-index: 1;
    padding: 80px 0 40px;
    color: #ffffff;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.vr_labs6048 .container {
    justify-content: space-between;
    display: flex;
    position: relative;
}.vr_labs6048 .company_holder {
    flex: 0 0 30%;
    padding-right: 30px;
    position: relative;
}.vr_labs6048 .company_holder::after {
    top: 10%;
    right: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(215,188,188), transparent);
    width: 1px;
    height: 80%;
    content: '';
}.vr_labs6048 .company_holder h3 {
    display: inline-block;
    font-size: calc(31px * 0.9);
    color: #ffffff;
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
    text-shadow: 0 0 10px rgb(215,188,188,0.5);
}.vr_labs6048 .company_holder h3::after {
    bottom: -5px;
    height: 2px;
    content: '';
    position: absolute;
    left: 0;
    width: 40%;
    background: rgb(215,188,188);
    transition: width 0.3s ease-in-out;
}.vr_labs6048 .company_holder h3:hover::after {
    width: 100%;
}.vr_labs6048 .webinar_live2043 {
    backdrop-filter: blur(5px);
    padding: 15px;
    line-height: 1.6;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-radius: 10px;
    font-size: 13px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    margin-top: 15px;
    transition: all 0.3s ease;
}.vr_labs6048 .webinar_live2043:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}.vr_labs6048 .trade_mark7612 {
    position: relative;
    flex: 0 0 65%;
    justify-content: space-between;
    display: flex;
}.vr_labs6048 .nav_primary1934 {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.vr_labs6048 .main_head4087 {
    backdrop-filter: blur(10px);
    flex: 0 0 45%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 22px;
    position: relative;
    padding: 20px;
}.vr_labs6048 .main_head4087::before {
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
    position: absolute;
    content: '';
}.vr_labs6048 .main_head4087:hover::before {
    transform: translateX(100%);
}.vr_labs6048 .main_head4087 h5 {
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}.vr_labs6048 .main_head4087 h5::after {
    position: absolute;
    left: 0;
    content: '';
    background: rgb(215,188,188);
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    width: 40px;
    bottom: 0;
}.vr_labs6048 .main_head4087:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(215,188,188), 0 0 16px rgb(215,188,188,0.5);
}.vr_labs6048 .main_head4087 .nav_primary1934 {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.vr_labs6048 .main_head4087 .nav_primary1934 a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    font-size: calc(13px * 0.95);
    display: inline-block;
    opacity: 0.85;
    color: #ffffff;
    padding-left: 0;
}.vr_labs6048 .main_head4087 .nav_primary1934 a::before {
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(90deg, rgb(215,188,188), transparent);
    transform-origin: left;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -2px;
    content: '';
    position: absolute;
}.vr_labs6048 .main_head4087 .nav_primary1934 a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}.vr_labs6048 .main_head4087 .nav_primary1934 a:hover::before {
    box-shadow: 0 0 5px rgb(215,188,188,0.5);
    width: 100%;
}.job_board7894 {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.job_board7894::before {
    content: '';
    background: linear-gradient(90deg, transparent, rgb(215,188,188,0.5), transparent);
    height: 1px;
    right: 0;
    top: 0;
    position: absolute;
    left: 0;
}.job_board7894 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.job_board7894 .fund_cta7096 {
    opacity: 0.8;
    font-size: 14px;
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
}.job_board7894 .fund_cta7096:hover {
    opacity: 1;
}

@media (max-width: 991px) {.vr_labs6048 {
    padding: 60px 0 30px;
}.vr_labs6048 .container {
    flex-direction: column;
}.vr_labs6048 .company_holder {
    margin-bottom: 40px;
    flex: 0 0 100%;
    padding-right: 0;
}.vr_labs6048 .company_holder::after {
    display: none;
}.vr_labs6048 .trade_mark7612 {
    flex: 0 0 100%;
}.vr_labs6048 .main_head4087 {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.vr_labs6048 {
    padding: 40px 0 20px;
}.vr_labs6048 .nav_primary1934 {
    flex-direction: column;
}.vr_labs6048 .main_head4087 {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.vr_labs6048 .company_holder h3 {
    font-size: calc(31px * 0.8);
}.vr_labs6048 .main_head4087 h5 {
    font-size: calc(20px * 0.9);
}.job_board7894 .fund_cta7096 {
    font-size: calc(14px * 0.9);
}
}

@media (max-width: 576px) {.vr_labs6048 {
    padding: 30px 0 15px;
}.vr_labs6048 .company_holder {
    margin-bottom: 30px;
}.vr_labs6048 .company_holder h3 {
    font-size: calc(31px * 0.7);
}.vr_labs6048 .main_head4087 h5 {
    font-size: calc(20px * 0.8);
}.job_board7894 {
    padding: 10px 0;
}.job_board7894 .fund_cta7096 {
    font-size: calc(14px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    top: 0;
    content: '';
    z-index: 0;
    left: 0;
    opacity: 0.3;
    position: absolute;
    background-size: 50px 50px;
    bottom: 0;
    right: 0;
}.vr_labs6048 .company_holder h3 {
    position: relative;
    overflow: hidden;
}.vr_labs6048 .company_holder h3::before {
    left: -100%;
    width: 100%;
    content: '';
    transition: 0.5s;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    pointer-events: none;
}.vr_labs6048 .company_holder h3:hover::before {
    left: 100%;
}.cookie_window_banner9172 {
    z-index: 90;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(215,188,188);
    bottom: 0;
    background: rgb(237,222,222);
    position: fixed;
    width: 100%;
}.cookie_none0819 {
    max-width: 1200px;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: auto;
    padding: 0 20px;
    display: flex;
}#cookieBannerMessage3207 {
    display: none;
}#cookieBannerMessage3207:checked ~ .cookie_window_banner9172 {
    opacity: 0;
    visibility: hidden;
}.cookie_window_banner9172 h5 {
    margin-bottom: 6px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(215,188,188);
    font-size: 20px;
}.cookie_window_banner9172 p {
    color: #000000;
    font-size: 13px;
    max-width: 500px;
}.consent_learn9765 {
    flex-shrink: 0;
    margin-right: 20px;
}.consent_learn9765 svg, .consent_learn9765 svg path {
    fill: rgb(215,188,188);
    width: 80px;
    height: 80px;
}.cookie_ack6781 {
    text-align: center;
    padding: 12px 24px;
    border: 2px solid transparent;
    border-radius: 10px;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px;
    transition: border 0.2s;
    min-width: 140px;
    background: rgb(215,188,188);
    flex-shrink: 0;
}.cookie_button.web_tracking0897 {
    background: rgb(215,188,188);
}.cookie_button.privacy_learn5290 {
    background: rgb(192,154,154);
}.cookie_ack6781:hover {
    border: 2px solid #ffffff;
}.cookie_window_banner9172 p a {
    text-decoration: underline;
    color: rgb(215,188,188);
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.cookie_none0819 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.consent_learn9765 {
    display: none;
}.cookie_none0819 {
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}.cookie_window_banner9172 h5, .cookie_window_banner9172 p {
    text-align: center;
}.learn_cookies4152 {
    margin-bottom: 20px;
}.cookie_ack6781 {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
    max-width: 300px;
}}
.wrapper-section3690 .cookie_window_banner9172 {
    background: rgb(192,154,154);
    padding: 30px 0;
    border: none;
}.wrapper-section3690 .cookie_ack6781 {
    font-size: 14px;
    margin-left: 0;
    background: rgb(215,188,188);
    font-weight: 600;
    border: none;
    color: #ffffff;
    border-radius: 10px;
}.wrapper-section3690 .learn_cookies4152 h5, .wrapper-section3690 .learn_cookies4152 p {
    color: #ffffff;
}.prospective_members8934 {
    background: linear-gradient(140deg, #f5f7ff 0%, #ffffff 100%);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.prospective_members8934::before {
    height: 100%;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(215,188,188,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(192,154,154,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
    opacity: 0.15;
    position: absolute;
    content: '';
}.prospective_members8934::after {
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    opacity: 0.05;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(215,188,188,0.5) 49%, transparent 51%),
        linear-gradient(135deg, transparent 48%, rgb(192,154,154,0.5) 49%, transparent 51%);
}.prospective_members8934 .corp_culture1945 {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 0 30px;
    z-index: 10;
    max-width: 1200px;
}.prospective_members8934 h3 {
    color: #000000;
    display: inline-block;
    margin-bottom: 70px;
    position: relative;
    padding: 0 20px;
    font-size: 30px;
    font-weight: 700;
}.prospective_members8934 h3::before,
.prospective_members8934 h3::after {
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
    transform: translateY(-50%);
    top: 50%;
    width: 40px;
    position: absolute;
    height: 2px;
    content: '';
}.prospective_members8934 h3::before {
    left: -60px;
}.prospective_members8934 h3::after {
    right: -60px;
}.prospective_members8934 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    gap: 40px;
    padding: 0;
    list-style: none;
}.prospective_members8934 ul li {
    border-radius: 16px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    align-items: flex-start;
    box-shadow: 
        0 15px 35px -10px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    gap: 20px;
    min-width: 280px;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    width: calc(33.333% - 27px);
    padding: 40px 30px;
    text-align: left;
}.prospective_members8934 ul li::before {
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease;
    height: 5px;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(215,188,188), rgb(192,154,154));
}.prospective_members8934 ul li::after {
    width: 100px;
    z-index: -1;
    opacity: 0.1;
    background: rgb(215,188,188,0.5);
    height: 100px;
    bottom: -50px;
    content: '';
    transition: all 0.6s ease;
    border-radius: 50%;
    position: absolute;
    left: -50px;
}.prospective_members8934 ul li:hover {
    transform: translateY(-15px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.08);
}.prospective_members8934 ul li:hover::before {
    opacity: 1;
}.prospective_members8934 ul li:hover::after {
    opacity: 0.05;
    transform: scale(6);
}.prospective_members8934 ul li svg {
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    position: relative;
}.prospective_members8934 ul li:hover svg {
    transform: translateY(-5px) scale(1.1);
}.prospective_members8934 ul li svg path {
    fill: rgb(215,188,188);
    transition: fill 0.5s ease;
}.prospective_members8934 ul li:hover svg path {
    fill: rgb(192,154,154);
}@keyframes floatingAnimation {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(2deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

@keyframes slideInBottom {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.prospective_members8934 ul li {
    opacity: 0;
    animation: slideInBottom 0.6s forwards;
}.prospective_members8934 ul li:nth-child(1) {
    animation-delay: 0.1s;
}.prospective_members8934 ul li:nth-child(2) {
    animation-delay: 0.25s;
}.prospective_members8934 ul li:nth-child(3) {
    animation-delay: 0.4s;
}.prospective_members8934 ul li:nth-child(4) {
    animation-delay: 0.55s;
}.prospective_members8934 ul li:nth-child(5) {
    animation-delay: 0.7s;
}.prospective_members8934 ul li:nth-child(6) {
    animation-delay: 0.85s;
}.prospective_members8934 ul li:nth-child(3n+1) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite;
    animation-delay: 0.1s, 2s;
}.prospective_members8934 ul li:nth-child(3n+2) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
    animation-delay: 0.25s, 3s;
}.prospective_members8934 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 2s;
    animation-delay: 0.4s, 4s;
}

@media (max-width: 992px) {.prospective_members8934 {
    padding: 90px 0;
}.prospective_members8934 h3 {
    margin-bottom: 60px;
}.prospective_members8934 h3::before,
    .prospective_members8934 h3::after {
    width: 30px;
}.prospective_members8934 h3::before {
    left: -40px;
}.prospective_members8934 h3::after {
    right: -40px;
}.prospective_members8934 ul {
    gap: 30px;
}.prospective_members8934 ul li {
    padding: 35px 25px;
    width: calc(50% - 15px);
}
}

@media (max-width: 768px) {.prospective_members8934 ul li {
    max-width: 400px;
    width: 100%;
}.prospective_members8934 ul li:nth-child(3n+1),
    .prospective_members8934 ul li:nth-child(3n+2),
    .prospective_members8934 ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}

@media (max-width: 576px) {.prospective_members8934 {
    padding: 70px 0;
}.prospective_members8934 h3 {
    margin-bottom: 50px;
    font-size: calc(30px * 0.9);
}.prospective_members8934 h3::before,
    .prospective_members8934 h3::after {
    display: none;
}.prospective_members8934 ul {
    gap: 25px;
}.prospective_members8934 ul li {
    padding: 30px 20px;
}.prospective_members8934 ul li svg {
    width: 40px;
    height: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.prospective_members8934 ul li {
    opacity: 1;
    animation: none;
}.prospective_members8934 ul li:hover {
    transform: none;
}.prospective_members8934 ul li:hover svg {
    transform: none;
}}.experience_trial1370 {
    padding: 120px 0;
    background: linear-gradient(125deg, rgb(237,222,222) 0%, rgb(192,154,154,0.5) 100%);
    overflow: hidden;
    position: relative;
}.experience_trial1370::before {
    opacity: 0.1;
    top: 0;
    z-index: 1;
    height: 100%;
    background-size: 20px 20px;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(215,188,188,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(215,188,188,0.5) 95%);
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
}.experience_trial1370 .corp_culture1945 {
    display: flex;
    z-index: 10;
    position: relative;
    align-items: center;
    flex-direction: column;
}.experience_trial1370 .container p {
    color: #000000;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 800px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0 0 70px 0;
    font-size: 37px;
    position: relative;
    z-index: 5;
    line-height: 1.4;
    background: #ffffff;
}.experience_trial1370 .container p::before {
    height: 100%;
    left: 10%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    z-index: -1;
    top: 20px;
    background: #ffffff;
    position: absolute;
    content: '';
    border-radius: 10px;
    width: 80%;
}.experience_trial1370 .container p::after {
    top: 40px;
    width: 60%;
    content: '';
    left: 20%;
    position: absolute;
    background: #ffffff;
    height: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
    z-index: -2;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.experience_trial1370 .request_support6059 {
    overflow: hidden;
    font-weight: 600;
    position: relative;
    background: rgb(215,188,188);
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 20px 50px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 3px 0 rgba(0, 0, 0, 0.5);
    z-index: 5;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
}.experience_trial1370 .request_support6059::before {
    z-index: -1;
    left: 0;
    content: '';
    transition: opacity 0.4s ease;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle, rgb(192,154,154) 0%, rgb(215,188,188) 100%);
    opacity: 0;
    height: 100%;
    top: 0;
}.experience_trial1370 .request_support6059:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.15),
        0 5px 0 rgba(0, 0, 0, 0.5);
    transform: translateY(-3px);
}.experience_trial1370 .request_support6059:hover::before {
    opacity: 1;
}.experience_trial1370 .request_support6059::after {
    right: 30px;
    transform: translateY(-50%) scale(0);
    top: 50%;
    opacity: 0;
    position: absolute;
    transition: all 0.4s ease;
    content: '';
    width: 20px;
    border-radius: 50%;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
}.experience_trial1370 .request_support6059:hover::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}.experience_trial1370::after {
    height: 300px;
    width: 300px;
    opacity: 0.2;
    background: radial-gradient(circle, rgb(215,188,188,0.5) 0%, transparent 70%);
    content: '';
    right: -150px;
    position: absolute;
    top: -150px;
    z-index: 1;
}.experience_trial1370 .corp_culture1945::after {
    content: '';
    background: radial-gradient(circle, rgb(192,154,154,0.5) 0%, transparent 70%);
    position: absolute;
    left: -150px;
    z-index: 1;
    height: 300px;
    opacity: 0.2;
    bottom: -150px;
    width: 300px;
}

@media (max-width: 991px) {.experience_trial1370 {
    padding: 100px 0;
}.experience_trial1370 .container p {
    font-size: calc(19px * 1.2);
    padding: 35px;
    margin-bottom: 60px;
}.experience_trial1370 .container p::before {
    top: 15px;
}.experience_trial1370 .container p::after {
    top: 30px;
}.experience_trial1370 .request_support6059 {
    padding: 18px 45px;
}
}

@media (max-width: 767px) {.experience_trial1370 {
    padding: 80px 0;
}.experience_trial1370 .container p {
    padding: 30px;
    font-size: 19px;
    margin-bottom: 50px;
}.experience_trial1370 .container p::before {
    top: 12px;
}.experience_trial1370 .container p::after {
    top: 24px;
}.experience_trial1370 .request_support6059 {
    padding: 15px 40px;
}
}

@media (max-width: 480px) {.experience_trial1370 {
    padding: 60px 0;
}.experience_trial1370 .container p {
    padding: 25px;
    font-size: calc(16px * 1.2);
    margin-bottom: 40px;
}.experience_trial1370 .container p::before {
    width: 90%;
    left: 5%;
    top: 10px;
}.experience_trial1370 .container p::after {
    width: 80%;
    top: 20px;
    left: 10%;
}.experience_trial1370 .request_support6059 {
    font-size: calc(18px * 0.9);
    padding: 12px 35px;
}.experience_trial1370 .request_support6059::after {
    right: 20px;
    height: 15px;
    width: 15px;
}}.course_offering0547 {
    background: linear-gradient(135deg, rgb(237,222,222) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.course_offering0547::before {
    content: "";
    top: 0;
    width: 100%;
    animation: backgroundPulse 15s infinite alternate;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(215,188,188,0.5) 5%, transparent 10%),
        radial-gradient(circle at 70% 65%, rgb(192,154,154,0.5) 5%, transparent 10%),
        radial-gradient(circle at 40% 80%, rgb(215,188,188,0.5) 4%, transparent 8%),
        radial-gradient(circle at 80% 10%, rgb(192,154,154,0.5) 4%, transparent 8%);
    opacity: 0.6;
}.course_offering0547::after {
    opacity: 0.2;
    animation: gradientRotate 20s infinite linear;
    position: absolute;
    width: 200%;
    left: -50%;
    height: 200%;
    z-index: 0;
    content: "";
    top: -50%;
    transform: rotate(45deg);
    background: linear-gradient(45deg, rgb(215,188,188,0.5) 0%, transparent 70%);
}.course_offering0547 .container {
    position: relative;
    z-index: 5;
}.course_offering0547 .corp_culture1945 {
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    border-radius: 13px;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    backdrop-filter: blur(10px);
    display: flex;
    transition: all 0.5s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 8px 15px rgba(0, 0, 0, 0.5), 
                0 0 0 1px rgb(215,188,188,0.5);
}.course_offering0547 .corp_culture1945::before {
    opacity: 0.1;
    background: linear-gradient(135deg, rgb(215,188,188,0.5) 0%, transparent 100%);
    content: "";
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    top: 0;
    left: 0;
}.course_offering0547 .learn_path1860 {
    flex: 1 1 55%;
    padding: 40px 50px;
    z-index: 2;
    position: relative;
}.course_offering0547 .top_sitewrap4091 {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.6s ease;
}.course_offering0547 .top_sitewrap4091:hover {
    transform: perspective(1000px) rotateY(10deg);
}.course_offering0547 .top_sitewrap4091 svg {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.5));
    height: auto;
    width: 120px;
}.course_offering0547 .top_sitewrap4091 svg path {
    transition: fill 0.3s ease;
    fill: rgb(215,188,188);
}.course_offering0547 .top_sitewrap4091:hover svg path {
    fill: rgb(192,154,154);
}.course_offering0547 .learn_path1860 h3 {
    margin-bottom: 25px;
    color: #ffffff;
    transform-style: preserve-3d;
    font-weight: 700;
    position: relative;
    font-size: 35px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}.course_offering0547 .learn_path1860 h3::after {
    filter: blur(1px);
    height: 3px;
    bottom: -12px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(215,188,188) 0%, rgb(192,154,154) 100%);
    transform: translateZ(-5px);
    border-radius: 10px;
    content: "";
    left: 0;
}.course_offering0547 .learn_path1860 p {
    line-height: 1.7;
    position: relative;
    font-size: 17px;
    margin-bottom: 30px;
    max-width: 100%;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.course_offering0547 .img_caption_box4689 {
    transform-style: preserve-3d;
    position: relative;
    min-height: 450px;
    perspective: 1000px;
    transition: all 0.5s ease;
    flex: 1 1 45%;
}.course_offering0547 .img_caption_box4689::before {
    width: 100%;
    background: linear-gradient(45deg, rgb(215,188,188,0.5) 0%, transparent 70%);
    z-index: 1;
    animation: overlayPulse 8s infinite alternate;
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    mix-blend-mode: overlay;
    content: "";
}.course_offering0547 .img_caption_box4689::after {
    opacity: 0.2;
    top: 20px;
    z-index: 2;
    left: 20px;
    border: 1px solid #ffffff;
    content: "";
    box-shadow: 0 0 30px rgb(215,188,188,0.5);
    position: absolute;
    bottom: 20px;
    right: 20px;
    transform: translateZ(20px);
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes gradientRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes overlayPulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@media (hover: hover) {.course_offering0547 .corp_culture1945:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                    0 12px 20px rgba(0, 0, 0, 0.5), 
                    0 0 0 1px rgb(215,188,188);
    transform: translateY(-5px);
}.course_offering0547 .img_caption_box4689:hover {
    transform: rotateY(-5deg) translateZ(10px);
}
}

@media screen and (max-width: 992px) {.course_offering0547 {
    padding: 60px 0;
}.course_offering0547 .learn_path1860 {
    padding: 30px 40px;
}.course_offering0547 .img_caption_box4689 {
    min-height: 380px;
}.course_offering0547 .top_sitewrap4091 svg {
    width: 100px;
}.course_offering0547 .learn_path1860 h3 {
    font-size: calc(35px * 0.9);
}
}

@media screen and (max-width: 768px) {.course_offering0547 {
    padding: 50px 0;
}.course_offering0547 .corp_culture1945 {
    flex-direction: column-reverse;
}.course_offering0547 .learn_path1860 {
    flex: 1 1 100%;
    padding: 30px 25px;
}.course_offering0547 .img_caption_box4689 {
    width: 100%;
    flex: 1 1 100%;
    min-height: 300px;
}.course_offering0547 .learn_path1860 h3 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.course_offering0547 .learn_path1860 p {
    margin-bottom: 20px;
}.course_offering0547 .top_sitewrap4091 {
    margin-bottom: 15px;
}.course_offering0547 .top_sitewrap4091 svg {
    width: 90px;
}.course_offering0547 .learn_path1860 h3::after {
    bottom: -10px;
    width: 60px;
    height: 2px;
}
}

@media screen and (max-width: 480px) {.course_offering0547 {
    padding: 40px 0;
}.course_offering0547 .img_caption_box4689 {
    min-height: 250px;
}.course_offering0547 .learn_path1860 {
    padding: 25px 20px;
}.course_offering0547 .learn_path1860 h3 {
    font-size: calc(24px * 1.2);
}.course_offering0547 .top_sitewrap4091 svg {
    width: 80px;
}
}