* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wrapper-capsule {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.slack_invite {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    height: 100%;
    min-height: 100%;
    color: #000000;
}.nav_guide {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1122px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_shell {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    padding: 40px;
    height: auto;
    transition: all 0.3s ease;
    overflow: hidden;
}.privacy_shell h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 46px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
}.privacy_shell h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 30px;
    margin-top: 35px;
    text-align: left;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
}.privacy_shell h4,.privacy_shell h3, .privacy_shell h5 {
    color: #ffffff;
}.privacy_shell ul {
    padding-left: 0;
    list-style-type: none;
}.privacy_shell li {
    margin-bottom: 15px;
    background: rgb(164,199,189,0.5);
    font-family: Arial, sans-serif;
    transition: background 0.3s ease;
    padding: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #000000;
    border-radius: 10px;
}.privacy_shell li:hover {
    background: rgb(164,199,189);
    color: #ffffff;
}.privacy_shell div {
    font-family: Arial, sans-serif;
    padding: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    background: rgb(235,241,242);
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    border-radius: 10px;
    margin-bottom: 20px;
}.privacy_shell p, .privacy_shell span {
    line-height: 1.8;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {.privacy_shell {
    padding: 20px;
}.privacy_shell h1 {
    font-size: calc(18px - 4px);
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_shell h2 {
    font-size: calc(18px - 4px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_shell li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy_shell div {
    padding: 10px;
}}.welcome_section {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgba(245, 250, 255, 0.95) 100%);
}.welcome_section .learn_zone {
    min-height: 100vh;
    grid-template-columns: 1fr;
    z-index: 1;
    width: 100%;
    display: grid;
    position: relative;
    padding: 2rem;
}.welcome_section::before {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(-5deg);
    opacity: 0.15;
    right: -15%;
    background: linear-gradient(45deg, rgb(164,199,189,0.5) 10%, rgb(188,124,124,0.5) 90%);
    z-index: 0;
    filter: blur(15px);
    height: 70%;
    position: absolute;
    top: -10%;
    width: 60%;
    animation: floatBackground 18s ease-in-out infinite alternate;
    content: "";
}.welcome_section::after {
    opacity: 0.12;
    animation: floatBackground 22s ease-in-out infinite alternate-reverse;
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    position: absolute;
    background: linear-gradient(135deg, rgb(188,124,124,0.5) 20%, rgb(164,199,189,0.5) 80%);
    width: 55%;
    height: 60%;
    filter: blur(15px);
    bottom: -15%;
    transform: rotate(8deg);
    left: -10%;
    content: "";
    z-index: 0;
}.welcome_section .announcement_box {
    padding: 2rem 0;
    max-width: 600px;
    align-items: flex-start;
    display: flex;
    z-index: 2;
    position: relative;
    justify-content: center;
    flex-direction: column;
}.welcome_section h1 {
    transform: translateX(-5px);
    line-height: 1.2;
    color: #000000;
    position: relative;
    font-size: clamp(2rem, 5vw, 47px);
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    font-weight: 700;
}.welcome_section h1::after {
    height: 4px;
    animation: scaleInX 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    bottom: -0.5rem;
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
    transform-origin: left;
    left: 0;
    position: absolute;
    width: 4rem;
}.welcome_section .page_hero {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    animation: fadeIn 0.8s ease forwards 0.6s;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateY(10px);
}.welcome_section .page_hero p {
    padding-left: 0.75rem;
    line-height: 1.6;
    animation: fadeIn 0.8s ease forwards 0.9s;
    position: relative;
    opacity: 0;
    max-width: 95%;
    color: #000000;
    font-size: 13px;
    transform: translateY(10px);
    margin-top: 1.5rem;
}.welcome_section .page_hero p::before {
    content: "";
    background: linear-gradient(to bottom, rgb(164,199,189), rgb(188,124,124));
    width: 3px;
    left: 0;
    border-radius: 10px;
    top: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
}.welcome_section svg {
    transform-origin: center;
    height: 80px;
    width: 80px;
    transform: translateY(5px) scale(0.95);
    opacity: 0;
    margin-left: -0.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
}.welcome_section svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.welcome_section svg:hover path {
    fill: rgb(164,199,189);
    filter: brightness(1.1);
}.welcome_section svg text {
    dominant-baseline: middle;
    animation: pulseBrightness 4s infinite alternate ease-in-out;
    font-family: Arial, sans-serif;
}.welcome_section ul {
    margin: 0;
    list-style: none;
    padding: 0;
    transform: translateY(10px);
    opacity: 0;
    animation: fadeIn 0.8s ease forwards 1.1s;
    display: flex;
}.welcome_section .help_panel {
    padding: 1rem 2rem;
    transform: translateY(0);
    border-radius: 22px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    font-size: 20px;
    box-shadow: 0 4px 12px rgba(94, 170, 168, 0.2);
    background: linear-gradient(45deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
}.welcome_section .help_panel::before {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    content: "";
    left: -100%;
    height: 100%;
    width: 100%;
    top: 0;
    transform: skewX(-25deg);
    transition: all 0.6s ease;
    z-index: -1;
    position: absolute;
}.welcome_section .help_panel:hover {
    box-shadow: 0 7px 14px rgba(94, 170, 168, 0.25);
    transform: translateY(-3px);
}.welcome_section .help_panel:hover::before {
    left: 100%;
}.welcome_section .help_panel:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
}.welcome_section .photo_section {
    animation: fadeIn 1s ease forwards 0.4s, floatUp 6s ease-in-out infinite alternate;
    height: 100%;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.12);
    opacity: 0;
    overflow: hidden;
    position: relative;
    transform: translateY(10px) scale(0.98);
    border-radius: 10px;
    min-height: 300px;
}.welcome_section .photo_section::before {
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    z-index: 1;
    right: 0;
    position: absolute;
    left: 0;
}.welcome_section .photo_section:hover::before {
    opacity: 1;
}

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

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleInX {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
    }
    100% {
        transform: translateY(-5px) scale(1.01);
    }
}

@keyframes floatBackground {
    0% {
        transform: translate(0, 0) rotate(-5deg);
    }
    100% {
        transform: translate(5px, -5px) rotate(0deg);
    }
}

@keyframes pulseBrightness {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.2);
    }
}

@media (min-width: 768px) {.welcome_section .learn_zone {
    gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
}.welcome_section .announcement_box {
    padding-right: 2rem;
}.welcome_section h1 {
    max-width: 90%;
}.welcome_section .page_hero p {
    max-width: 90%;
}.welcome_section .photo_section {
    min-height: 450px;
}
}

@media (min-width: 992px) {.welcome_section .learn_zone {
    padding: 4rem 6rem;
    gap: 3rem;
}.welcome_section .announcement_box {
    padding-right: 3rem;
}.welcome_section h1 {
    margin-bottom: 2rem;
}.welcome_section svg {
    height: 100px;
    width: 100px;
}.welcome_section .photo_section {
    transform-origin: center right;
    min-height: 550px;
}.welcome_section::before {
    width: 45%;
    height: 55%;
}.welcome_section::after {
    width: 40%;
    height: 50%;
}
}

@media (max-width: 767px) {.welcome_section {
    min-height: auto;
}.welcome_section .learn_zone {
    padding: 3rem 1.5rem;
    min-height: auto;
}.welcome_section .announcement_box {
    margin-bottom: 2rem;
}.welcome_section .photo_section {
    order: -1;
    min-height: 250px;
    margin-bottom: 2rem;
}.welcome_section h1 {
    font-size: 1.75rem;
}.welcome_section .page_hero p {
    font-size: 1rem;
}.welcome_section .help_panel {
    padding: 0.875rem 1.75rem;
}}.thxCard {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgb(164,199,189,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.thxCard::before {
    right: -5%;
    width: 40%;
    height: 70%;
    top: -10%;
    position: absolute;
    z-index: 1;
    animation: floatElement 15s ease-in-out infinite;
    filter: blur(60px);
    transform: rotate(-15deg) skewX(10deg);
    background: linear-gradient(220deg, rgb(188,124,124,0.5) 20%, transparent 80%);
    content: "";
}.thxCard::after {
    content: "";
    position: absolute;
    width: 40%;
    animation: floatElement 15s ease-in-out infinite reverse;
    z-index: 1;
    filter: blur(60px);
    left: -5%;
    transform: rotate(15deg) skewX(-10deg);
    background: linear-gradient(220deg, rgb(164,199,189,0.5) 20%, transparent 80%);
    height: 70%;
    bottom: -10%;
}.thxCard .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.thxCard h2 {
    position: relative;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-weight: 700;
    transform: translateY(20px);
    opacity: 0;
    color: #000000;
    margin-bottom: 40px;
    margin-right: auto;
    text-align: center;
    letter-spacing: -0.01em;
    line-height: 1.4;
    font-size: 31px;
    margin-left: auto;
    max-width: 800px;
}.thxCard h2::after {
    transform: translateX(-50%);
    position: absolute;
    background: rgb(164,199,189);
    border-radius: 10px;
    width: 80px;
    height: 3px;
    left: 50%;
    content: "";
    bottom: -15px;
}.thxCard .learn_zone {
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    opacity: 0;
    padding: 50px;
    position: relative;
    overflow: hidden;
    transform: translateY(30px);
    animation: slideUp 0.8s forwards 0.5s ease-out;
}.thxCard .learn_zone::before {
    content: "";
    width: 100%;
    top: 0;
    height: 6px;
    background: linear-gradient(90deg, rgb(164,199,189) 0%, rgb(188,124,124) 100%);
    left: 0;
    position: absolute;
}.thxCard .learn_zone::after {
    right: 20px;
    border-radius: 50%;
    height: 160px;
    opacity: 0.2;
    position: absolute;
    top: 20px;
    content: "";
    background: linear-gradient(135deg, rgb(164,199,189,0.5) 0%, transparent 70%);
    transform: translateY(-10px);
    width: 160px;
}.thxCard ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}.thxCard li {
    position: relative;
    gap: 20px;
    grid-template-columns: 1fr;
    display: grid;
}.thxCard li::before {
    width: 12px;
    background: rgb(164,199,189);
    border-radius: 50%;
    content: "";
    height: 12px;
    position: absolute;
    animation: pulse 2s infinite;
    left: -30px;
    top: 8px;
}.thxCard span {
    padding-left: 15px;
    font-size: calc(16px * 1.1);
    position: relative;
    color: #000000;
    line-height: 1.8;
    text-align: left;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(164,199,189,0.5);
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(164,199,189), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(164,199,189), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(164,199,189), 0);
  }
}

@keyframes floatElement {
  0% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
  50% {
    transform: rotate(-15deg) skewX(10deg) translateY(-20px);
  }
  100% {
    transform: rotate(-15deg) skewX(10deg) translateY(0);
  }
}

@media (max-width: 991px) {.thxCard {
    padding: 80px 0;
}.thxCard h2 {
    font-size: calc(31px * 0.85);
}.thxCard .learn_zone {
    padding: 40px 30px;
}.thxCard li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.thxCard {
    padding: 60px 0;
}.thxCard h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.7);
}.thxCard h2::after {
    bottom: -10px;
    width: 60px;
}.thxCard .learn_zone {
    padding: 30px 20px;
}.thxCard li::before {
    display: none;
}.thxCard span {
    line-height: 1.6;
    font-size: 16px;
}
}

@media (max-width: 480px) {.thxCard {
    padding: 40px 0;
}.thxCard h2 {
    font-size: calc(31px * 0.6);
    margin-bottom: 25px;
}.thxCard .learn_zone {
    padding: 25px 15px;
}.thxCard span {
    padding-left: 10px;
    border-left: 2px solid rgb(164,199,189,0.5);
}}.contacts {
    background: linear-gradient(to right, rgb(235,241,242) 60%, rgb(164,199,189) 60%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.contacts::before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    content: '';
    background: radial-gradient(circle at 25% 25%, rgb(164,199,189,0.5) 0%, transparent 50%);
}.contacts::after {
    opacity: 0.1;
    height: 100%;
    position: absolute;
    z-index: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(188,124,124,0.5) 100%);
    right: 0;
    bottom: 0;
    content: '';
}.contacts .container {
    z-index: 1;
    position: relative;
}.contacts .edu_coach {
    gap: 0;
    display: grid;
    position: relative;
    grid-template-columns: 2fr 1fr;
}.contacts .contact_list {
    position: relative;
}.contacts .contact_list:nth-child(1) {
    background: transparent;
    padding: 0 4rem 0 0;
}.contacts .contact_list:nth-child(1) h2 {
    position: relative;
    line-height: 1.1;
    font-size: calc(42px * 1.2);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -1px;
    color: rgb(164,199,189);
    margin-bottom: 2rem;
}.contacts .contact_list:nth-child(1) h2::before {
    top: -20px;
    content: '';
    width: 60px;
    height: 8px;
    background: rgb(188,124,124);
    position: absolute;
    left: 0;
}.contacts .join_us {
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.1);
    color: rgb(188,124,124);
}.contacts .join_us::after {
    background: rgb(188,124,124,0.5);
    height: 1px;
    width: 100%;
    bottom: -10px;
    left: 0;
    content: '';
    position: absolute;
}.contacts .edu_reach {
    margin-bottom: 2.5rem;
    max-width: 90%;
    font-size: calc(17px * 1.1);
    line-height: 1.8;
    color: #000000;
}.contacts .contact_list > p {
    margin-bottom: 1rem;
    padding-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 17px;
    color: #000000;
}.contacts .contact_list > p svg {
    left: 0;
    top: 50%;
    position: absolute;
    height: 20px;
    width: 20px;
    transform: translateY(-50%);
}.contacts .contact_list > p svg path {
    fill: rgb(164,199,189);
}.contacts .contact_list > p span {
    font-weight: 600;
    margin-left: 0.25rem;
}.contacts .submit_request {
    border-radius: 10px;
    background: linear-gradient(to right, rgb(235,241,242), transparent);
    position: relative;
    margin-top: 3rem;
    padding: 2rem;
}.contacts .submit_request h3 {
    letter-spacing: 1px;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: rgb(164,199,189);
    font-size: 19px;
    text-transform: uppercase;
}.contacts .talk_now {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}.contacts .talk_now span {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    color: #000000;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(188,124,124);
    padding: 0.5rem 1rem;
    font-size: 17px;
}.contacts .talk_now span:hover {
    background: rgb(188,124,124);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transform: translateY(-3px);
}.contacts .contact_list:nth-child(2) {
    grid-column: 2;
    grid-row: span 2;
    position: relative;
}.contacts .contact_list .photo_section {
    width: 100%;
    overflow: hidden;
    z-index: -1;
    border-radius: 0;
    height: 100%;
}.contacts .contact_tile.message_page {
    grid-column: 2;
    background: transparent;
    padding: 2rem;
    position: relative;
    z-index: 1;
}.contacts .message_page a {
    display: flex;
    margin-bottom: 2rem;
    text-decoration: none;
    flex-direction: column;
    position: relative;
    padding-left: 40px;
    transition: all 0.3s ease;
}.contacts .message_page a:last-child {
    margin-bottom: 0;
}.contacts .message_page a:hover {
    transform: translateX(10px);
}.contacts .message_page svg {
    position: absolute;
    transition: all 0.3s ease;
    width: 24px;
    left: 0;
    height: 24px;
    top: 5px;
}.contacts .message_page a:hover svg {
    transform: scale(1.2);
}.contacts .message_page svg path {
    fill: #ffffff;
}.contacts .message_page a span {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: rgba(255, 255, 255, 0.7);
    font-size: calc(17px * 0.85);
}.contacts .message_page a p {
    font-weight: 600;
    color: #ffffff;
    font-size: calc(17px * 1.2);
    margin-bottom: 0;
    position: relative;
}.contacts .message_page a p::after {
    bottom: -5px;
    left: 0;
    content: '';
    background: #ffffff;
    width: 0;
    position: absolute;
    height: 2px;
    transition: width 0.3s ease;
}.contacts .message_page a:hover p::after {
    width: 100%;
}

@media (max-width: 1200px) {.contacts {
    background: linear-gradient(to right, rgb(235,241,242) 50%, rgb(164,199,189) 50%);
}.contacts .contact_list:nth-child(1) {
    padding-right: 2rem;
}.contacts .edu_reach {
    max-width: 100%;
}
}

@media (max-width: 992px) {.contacts {
    padding: 80px 0 350px;
    background: linear-gradient(to bottom, rgb(235,241,242) 65%, rgb(164,199,189) 65%);
}.contacts .edu_coach {
    grid-template-columns: 1fr;
}.contacts .contact_list:nth-child(1) {
    padding-right: 0;
    margin-bottom: 3rem;
}.contacts .contact_list:nth-child(2) {
    left: 0;
    bottom: 200px;
    grid-row: auto;
    height: 300px;
    position: static;
    grid-column: auto;
    top: auto;
    right: 0;
}.contacts .contact_tile.message_page {
    margin-top: 250px;
    grid-column: auto;
}
}

@media (max-width: 768px) {.contacts {
    padding: 60px 0 100px;
    background: linear-gradient(to bottom, rgb(235,241,242) 60%, rgb(164,199,189) 60%);
}.contacts .contact_list:nth-child(1) h2 {
    font-size: 42px;
}.contacts .contact_list:nth-child(2) {
    height: 200px;
    bottom: 180px;
}.contacts .contact_tile.message_page {
    margin-top: 150px;
}
}

@media (max-width: 576px) {.contacts {
    padding: 50px 0 350px;
    background: linear-gradient(to bottom, rgb(235,241,242) 55%, rgb(164,199,189) 55%);
}.contacts .contact_list:nth-child(1) h2 {
    font-size: calc(42px * 0.8);
}.contacts .contact_list:nth-child(1) h2::before {
    height: 6px;
    width: 40px;
}.contacts .submit_request {
    padding: 1.5rem;
}.contacts .talk_now {
    flex-direction: column;
}.contacts .contact_list:nth-child(2) {
    height: 180px;
    bottom: 200px;
}.contacts .contact_tile.message_page {
    padding: 1.5rem;
}}header {
    z-index: 100;
    overflow: visible;
    padding: 0;
    position: relative;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    margin-top: 0;
}header::before {
    position: absolute;
    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);
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
    width: 100%;
}header::after {
    position: absolute;
    content: '';
    left: 0;
    background-size: 200% auto;
    height: 4px;
    width: 100%;
    animation: gradientSlide 5s linear infinite;
    background: linear-gradient(90deg, 
        rgb(164,199,189) 0%,
        rgb(188,124,124) 50%,
        rgb(164,199,189) 100%
    );
    bottom: 0;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .head_pro {
    padding: 1.3rem 2rem;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .nav_know {
    flex: 0 0 auto;
    z-index: 5;
    position: relative;
}header .top_wrap {
    transition: all 0.3s ease;
    padding: 0.5rem;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
    text-decoration: none;
}header .top_wrap:hover {
    transform: translateY(-3px) scale(1.02);
}header .top_wrap img {
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
    max-height: 40px;
}header .nav_know::before {
    content: '';
    border: 1px solid rgb(164,199,189);
    bottom: -8px;
    right: -8px;
    left: -8px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: absolute;
    top: -8px;
    transform: skew(-3deg);
    opacity: 0.3;
}header .nav_know:hover::before {
    transform: skew(-5deg) scale(1.05);
    box-shadow: 0 0 15px rgb(164,199,189,0.5);
    opacity: 0.7;
}header .nav_study {
    z-index: 5;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
}header .main_train {
    position: relative;
    margin: 0 0.3rem;
    perspective: 800px;
}header .main_train a {
    position: relative;
    font-size: 15px;
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    color: #ffffff;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: 1px solid transparent;
    display: block;
    font-weight: 600;
    z-index: 1;
}header .main_train a::before {
    left: 10%;
    transform: scaleX(0);
    content: '';
    transition: transform 0.3s ease;
    opacity: 0.7;
    background: rgb(164,199,189);
    height: 1px;
    position: absolute;
    bottom: 5px;
    width: 80%;
}header .main_train a:hover {
    color: rgb(164,199,189);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateZ(10px);
    background: rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.1);
}header .main_train a:hover::before {
    transform: scaleX(1);
}header .main_train::after {
    content: '';
    z-index: -1;
    transition: opacity 0.3s ease;
    height: 100%;
    pointer-events: none;
    background: radial-gradient(circle at center, rgb(164,199,189,0.5) 0%, transparent 70%);
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    top: 0;
}header .main_train:hover::after {
    opacity: 0.4;
}header .head_pro::before {
    height: 1px;
    position: absolute;
    top: 0;
    content: '';
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(164,199,189), transparent);
    left: 35%;
}header .head_pro::after {
    bottom: 0;
    position: absolute;
    left: 20%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    opacity: 0.1;
    width: 60%;
}.nav_guide {
    position: relative;
    margin-top: 0;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(235,241,242);
}

@media (min-width: 1400px) {header .head_pro {
    max-width: 1300px;
    margin: 0 auto;
}header .main_train {
    margin: 0 0.5rem;
}header .main_train a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .head_pro {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1rem 1.5rem;
}header .nav_know {
    margin-bottom: 0;
}header .nav_study {
    margin-top: 1rem;
    flex: 1 0 100%;
    justify-content: center;
}header .main_train {
    margin: 0 0.2rem;
}header .main_train a {
    font-size: calc(15px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav_know::before {
    right: -5px;
    left: -5px;
    top: -5px;
    bottom: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .head_pro {
    padding: 0.8rem 1.2rem;
}header .nav_know {
    max-width: 130px;
}header .nav_know::before {
    display: none;
}header .nav_study {
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    overflow-x: auto;
    margin-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
}header .nav_study::-webkit-scrollbar {
    height: 2px;
}header .nav_study::-webkit-scrollbar-thumb {
    background: rgb(164,199,189);
    border-radius: 10px;
}header .main_train {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .main_train a {
    letter-spacing: 0;
    white-space: nowrap;
    padding: 0.5rem 0.7rem;
    font-size: calc(15px - 2px);
}header .main_train a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .head_pro {
    padding: 0.7rem 1rem;
}header .nav_know {
    max-width: 110px;
}header .main_train a {
    font-size: calc(15px - 3px);
    padding: 0.4rem 0.6rem;
}}.price_offering {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgb(188,124,124,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.price_offering::before {
    left: 0;
    height: 100%;
    z-index: 1;
    content: "";
    pointer-events: none;
    position: absolute;
    width: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 40px, rgba(rgb(164,199,189), 0.03) 40px, rgba(rgb(164,199,189), 0.03) 80px);
    top: 0;
}.price_offering .container {
    padding: 0 1.5rem;
    z-index: 2;
    max-width: 1320px;
    position: relative;
    margin: 0 auto;
}.price_offering .study_packages {
    gap: 2.5rem;
    display: flex;
    flex-direction: column-reverse;
}.price_offering .skill_plans {
    margin: 0 auto;
    padding: 2rem;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: rgba(#ffffff, 0.9);
    max-width: 600px;
}.price_offering .skill_plans:hover {
    transform: translateY(-5px);
}.price_offering .skill_plans h2 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1rem;
    font-size: 33px;
    position: relative;
    color: #000000;
}.price_offering .skill_plans h2::after {
    background: rgb(164,199,189);
    content: "";
    transition: transform 0.5s ease;
    height: 3px;
    left: 0;
    transform-origin: left;
    transform: scaleX(1);
    width: 80px;
    bottom: -10px;
    position: absolute;
}.price_offering .skill_plans:hover h2::after {
    transform: scaleX(1.5);
}.price_offering .payment_plan {
    color: #000000;
    word-break: break-word;
    line-height: 1.6;
    margin-top: 1.5rem;
    overflow-wrap: break-word;
    max-width: 100%;
    font-size: 13px;
}.price_offering .fee_options {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.price_offering .learning_pricing {
    overflow: hidden;
    text-decoration: none;
    height: 100%;
    display: block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.price_offering .learning_pricing:hover {
    transform: translateY(-8px);
}.price_offering .program_rate {
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    background: #ffffff;
    height: 100%;
}.price_offering .learning_pricing:hover .program_rate {
    box-shadow: 0 15px 35px rgba(rgb(164,199,189,0.5), 0.15);
}.price_offering .learning_packages {
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    min-height: 280px;
    padding: 2rem;
}.price_offering .learning_packages h3 {
    line-height: 1.3;
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(23px + 0.1rem);
}.price_offering .value_fees {
    display: block;
    position: relative;
    color: rgb(164,199,189);
    margin: 0.5rem 0 1.25rem;
    font-weight: 700;
    font-size: calc(23px + 0.3rem);
}.price_offering .value_fees::before {
    bottom: -10px;
    width: 40px;
    content: "";
    left: 0;
    background: rgb(188,124,124);
    height: 2px;
    position: absolute;
}.price_offering .learning_packages p {
    word-break: break-word;
    margin-top: 1.5rem;
    line-height: 1.6;
    font-size: 13px;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
}.price_offering .photo_section {
    height: 220px;
    position: relative;
    transform: scale(1);
    width: 100%;
    transition: transform 0.6s ease-out;
}.price_offering .photo_section::after {
    top: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.price_offering .learning_pricing:hover .photo_section {
    transform: scale(1.05);
}

@media (min-width: 768px) {.price_offering .fee_options {
    grid-template-columns: repeat(2, 1fr);
}.price_offering .skill_plans {
    padding: 3rem;
}
}

@media (min-width: 992px) {.price_offering .study_packages {
    gap: 3rem;
    flex-direction: row;
    align-items: center;
}.price_offering .skill_plans {
    margin: 0;
    width: 35%;
}.price_offering .fee_options {
    width: 65%;
}
}

@media (min-width: 1200px) {.price_offering .fee_options {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_offering .learning_packages {
    padding: 2.5rem;
}.price_offering .skill_plans h2 {
    font-size: calc(33px + 0.2rem);
}.price_offering .photo_section {
    height: 250px;
}
}

@media (max-width: 767px) {.price_offering {
    padding: 4rem 0;
}.price_offering .learning_packages {
    padding: 1.5rem;
    min-height: 240px;
}.price_offering .photo_section {
    height: 180px;
}.price_offering .skill_plans {
    padding: 1.5rem;
}.price_offering .skill_plans h2 {
    font-size: calc(33px - 0.2rem);
}.price_offering .payment_plan {
    font-size: calc(13px - 0.1rem);
}}.contact_section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(235,241,242), rgba(rgb(164,199,189), 0.03));
}.contact_section::before {
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(164,199,189), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(188,124,124), 0.05) 0%, transparent 50%);
    position: absolute;
    content: "";
    width: 100%;
}.contact_section::after {
    content: "";
    animation: backgroundShift 30s linear infinite;
    top: 0;
    z-index: 1;
    width: 100%;
    background-position: center center;
    left: 0;
    position: absolute;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(164,199,189), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(164,199,189), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(188,124,124), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(164,199,189), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(188,124,124), 0.04) 0%, transparent 30%);
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact_section .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.contact_section h2 {
    perspective: 1000px;
    left: 50%;
    font-weight: 700;
    color: #000000;
    transform: translateX(-50%);
    position: relative;
    margin-bottom: 15px;
    font-size: 30px;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
}.contact_section h2::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(164,199,189), transparent);
    position: absolute;
    height: 2px;
    left: 0;
    bottom: -10px;
    width: 100%;
}.contact_section .query_map {
    display: flex;
    transform-style: preserve-3d;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    perspective: 1000px;
    margin-top: 60px;
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}.contact_section .query_map::before {
    position: absolute;
    height: 5px;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(164,199,189), rgb(188,124,124));
    left: 0;
    top: 0;
    z-index: 3;
}.contact_section .photo_section {
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
    overflow: hidden;
    position: relative;
}.contact_section .photo_section::before {
    inset: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(210deg, rgba(rgb(164,199,189), 0.5), rgba(rgb(188,124,124), 0.5));
    position: absolute;
    content: "";
    z-index: 1;
}.contact_section .photo_section::after {
    position: absolute;
    left: -100%;
    top: -100%;
    animation: shine 6s infinite ease-in-out;
    content: "";
    height: 300%;
    z-index: 2;
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    width: 300%;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact_section .inquiry_form {
    backdrop-filter: blur(10px);
    position: relative;
    flex: 0 0 55%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
}.contact_section .inquiry_form::before {
    z-index: 0;
    top: 0;
    position: absolute;
    opacity: 0.5;
    right: 0;
    background: 
        radial-gradient(circle, rgba(rgb(164,199,189), 0.03) 0%, transparent 70%);
    height: 500px;
    border-radius: 50%;
    content: "";
    width: 500px;
}.contact_section form {
    z-index: 3;
    position: relative;
}.contact_section form h3 {
    letter-spacing: 0.5px;
    font-size: 24px;
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 35px;
}.contact_section form h3::after {
    position: absolute;
    width: 30px;
    content: "";
    height: 2px;
    background: rgb(164,199,189);
    bottom: -15px;
    left: 0;
}.contact_section form input[type="text"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(rgb(164,199,189), 0.1);
    backdrop-filter: blur(5px);
    background: rgba(rgb(235,241,242), 0.5);
    color: #000000;
    padding: 18px 25px;
    width: 100%;
    margin-bottom: 25px;
    font-size: 13px;
    border-radius: 8px;
}.contact_section form input[type="text"]:focus {
    border-color: rgb(164,199,189);
    box-shadow: 0 0 0 4px rgba(rgb(164,199,189), 0.1);
    background: rgba(#ffffff, 0.9);
    outline: none;
}.contact_section form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
    transition: all 0.3s ease;
}.contact_section form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact_section .support_box {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}.contact_section .support_box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .support_box label {
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
    cursor: pointer;
    position: relative;
    font-size: 13px;
}.contact_section .support_box label::before {
    height: 22px;
    position: absolute;
    border: 1px solid rgba(rgb(164,199,189), 0.3);
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.6);
    content: "";
    left: 0;
    border-radius: 4px;
    width: 22px;
    top: 0;
}.contact_section .support_box input[type="checkbox"]:checked + label::before {
    background: rgb(164,199,189);
    border-color: rgb(164,199,189);
}.contact_section .support_box input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    top: 4px;
    width: 6px;
    height: 12px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 8px;
}.contact_section .support_box label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(164,199,189);
    position: relative;
    font-weight: 600;
}.contact_section .support_box label a::after {
    transform-origin: right;
    background: rgb(164,199,189);
    content: "";
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    width: 100%;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
}.contact_section .support_box label a:hover {
    color: rgb(188,124,124);
}.contact_section .support_box label a:hover::after {
    transform: scaleX(1);
    background: rgb(188,124,124);
    transform-origin: left;
}.contact_section .help_panel {
    font-size: 19px;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border: none;
    overflow: hidden;
    letter-spacing: 0.5px;
    z-index: 1;
    background: rgb(164,199,189);
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 8px;
    padding: 16px 40px;
}.contact_section .help_panel::before {
    height: 100%;
    opacity: 0;
    z-index: -1;
    width: 100%;
    transition: opacity 0.3s ease;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(164,199,189), rgb(188,124,124));
    left: 0;
}.contact_section .help_panel:hover::before {
    opacity: 1;
}.contact_section .help_panel::after {
    z-index: -1;
    border-radius: 50%;
    top: -50%;
    left: -10px;
    width: 50px;
    height: 50px;
    transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    content: "";
    transition: all 0.5s ease;
    position: absolute;
}.contact_section .help_panel:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact_section svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 2px rgba(rgb(164,199,189), 0.3));
    stroke-width: 2;
    width: 22px;
    fill: none;
    stroke: rgb(164,199,189);
    height: 22px;
}.contact_section svg path {
    stroke: rgb(164,199,189);
    stroke-width: 2;
    transition: all 0.3s ease;
}.contact_section svg:hover,
.contact_section svg:hover path {
    stroke: rgb(188,124,124);
    transform: translateY(-2px);
}.contact_section form input {
    border: 1px solid rgb(164,199,189);
}

@media (max-width: 1024px) {.contact_section {
    padding: 80px 0;
}.contact_section .query_map {
    margin-top: 50px;
}.contact_section .photo_section {
    min-height: 450px;
}.contact_section .inquiry_form {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 60px 0;
}.contact_section .query_map {
    flex-direction: column;
    margin-top: 40px;
}.contact_section .photo_section {
    width: 100%;
    min-height: 300px;
}.contact_section .inquiry_form {
    width: 100%;
    padding: 40px 30px;
}.contact_section form h3 {
    margin-bottom: 30px;
}.contact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_section .support_box {
    margin-bottom: 25px;
}.contact_section .help_panel {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact_section {
    padding: 50px 0;
}.contact_section h2 {
    font-size: calc(30px * 0.85);
}.contact_section .query_map {
    margin-top: 30px;
    border-radius: 12px;
}.contact_section .photo_section {
    min-height: 220px;
}.contact_section .inquiry_form {
    padding: 30px 20px;
}.contact_section form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 25px;
}.contact_section form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_section .support_box {
    margin-bottom: 20px;
}.contact_section .support_box label {
    font-size: calc(13px * 0.9);
}.contact_section .help_panel {
    padding: 12px 20px;
}}.company_overview {
    background: linear-gradient(145deg, rgb(235,241,242) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
}.company_overview::before {
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(rgb(164,199,189,0.5), 0.02) 10px,
        rgba(rgb(164,199,189,0.5), 0.02) 20px
    );
    top: 0;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    z-index: 1;
}.company_overview .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 1.5rem;
}.company_overview h1 {
    position: relative;
    font-weight: 700;
    text-align: left;
    display: inline-block;
    transform: skewX(-5deg);
    font-size: 47px;
    margin-bottom: 3rem;
    color: rgb(164,199,189);
}.company_overview h1::after {
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left center;
    width: 60%;
    bottom: -0.5rem;
    background: linear-gradient(90deg, rgb(164,199,189) 0%, transparent 100%);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(1);
    height: 4px;
}.company_overview h1:hover::after {
    transform: scaleX(1.5);
}.company_overview .knowledge_pro {
    position: relative;
}.company_overview .knowledge_pro ul {
    display: grid;
    gap: 3rem;
    list-style: none;
    padding: 0;
    margin: 0;
    grid-template-columns: 1fr;
}.company_overview .learn_guides {
    transform: translateY(0);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 2.5rem;
    background-color: #ffffff;
}.company_overview .learn_guides::before {
    left: 0;
    content: "";
    width: 4px;
    height: 0;
    transition: height 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(164,199,189), rgb(188,124,124));
}.company_overview .learn_guides:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}.company_overview .learn_guides:hover::before {
    height: 100%;
}.company_overview .learn_guides h4 {
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    color: rgb(188,124,124);
    margin-bottom: 1.5rem;
    display: inline-block;
}.company_overview .learn_guides:hover h4 {
    transform: translateX(10px);
    color: rgb(164,199,189);
}.company_overview .learn_guides div {
    color: #000000;
    max-height: 200px;
    font-size: 14px;
    opacity: 0.9;
    line-height: 1.8;
    position: relative;
    padding-right: 1rem;
    overflow-y: auto;
    transition: opacity 0.3s ease;
}.company_overview .learn_guides:hover div {
    opacity: 1;
}.company_overview .learn_guides div::-webkit-scrollbar {
    width: 5px;
}.company_overview .learn_guides div::-webkit-scrollbar-track {
    background: rgb(255, 255, 255, 0.5);
}.company_overview .learn_guides div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(188,124,124,0.5);
}.company_overview .learn_guides:first-child {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
}.company_overview .learn_guides:last-child {
    clip-path: polygon(3% 0, 100% 0, 100% 100%, 0% 100%);
}

@media (min-width: 768px) {.company_overview {
    padding: 8rem 0;
}.company_overview h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 4rem;
}.company_overview .knowledge_pro ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.company_overview .learn_guides {
    padding: 3rem;
}.company_overview .learn_guides div {
    max-height: 300px;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 10rem 0;
}.company_overview::before {
    background-image: repeating-linear-gradient(
            45deg,
            transparent,
            transparent 15px,
            rgba(rgb(164,199,189,0.5), 0.02) 15px,
            rgba(rgb(164,199,189,0.5), 0.02) 30px
        );
}.company_overview h1 {
    margin-bottom: 5rem;
    font-size: calc(47px * 1.4);
}.company_overview .knowledge_pro ul {
    gap: 4rem;
}.company_overview .learn_guides {
    padding: 3.5rem;
}.company_overview .learn_guides h4 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.2);
}.company_overview .learn_guides div {
    line-height: 1.9;
    max-height: 350px;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.company_overview .learn_guides:first-child {
    transform: translateY(30px);
}.company_overview .learn_guides:last-child {
    transform: translateY(-30px);
}.company_overview .learn_guides:hover {
    transform: translateY(-10px);
}.company_overview .learn_guides:first-child:hover {
    transform: translateY(20px);
}.company_overview .learn_guides:last-child:hover {
    transform: translateY(-40px);
}.company_overview .learn_guides div {
    max-height: 400px;
}
}

@media (max-width: 576px) {.company_overview {
    padding: 4rem 0;
}.company_overview h1 {
    margin-bottom: 2.5rem;
    font-size: calc(47px * 0.9);
}.company_overview .learn_guides {
    padding: 2rem 1.5rem;
}.company_overview .learn_guides h4 {
    margin-bottom: 1rem;
    font-size: calc(19px * 0.9);
}.company_overview .learn_guides div {
    font-size: calc(14px * 0.95);
    max-height: 150px;
}.company_overview .knowledge_pro ul {
    gap: 2rem;
}
}

@media (prefers-reduced-motion: reduce) {.company_overview .learn_guides,
    .company_overview .learn_guides::before,
    .company_overview .learn_guides h4,
    .company_overview h1::after {
    transition: none;
}}.academic_experience {
    overflow: hidden;
    position: relative;
    min-height: 700px;
    background: linear-gradient(150deg, rgb(235,241,242) 0%, #000000 100%);
    padding: 8rem 0;
}.academic_experience::before {
    position: absolute;
    left: 0;
    opacity: 0.1;
    background: 
        linear-gradient(90deg, transparent 85%, rgb(164,199,189,0.5) 85%, rgb(164,199,189,0.5) 88%, transparent 88%),
        linear-gradient(180deg, transparent 85%, rgb(188,124,124,0.5) 85%, rgb(188,124,124,0.5) 88%, transparent 88%);
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    background-size: 150px 150px;
    animation: gridFlow 20s linear infinite;
}.academic_experience .container {
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
}.academic_experience .client_quotes {
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    position: relative;
    gap: 20px 30px;
    min-height: 580px;
    background: transparent;
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto auto 1fr;
    display: grid;
}.academic_experience .client_quotes::before {
    z-index: -1;
    left: 0;
    transform: translateY(-50%);
    border-radius: 24px;
    height: 90%;
    filter: blur(40px);
    background: linear-gradient(90deg, rgb(164,199,189,0.5) 0%, transparent 50%);
    animation: horizontalBreathing 8s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.3;
    top: 50%;
    right: 0;
    content: "";
}.academic_experience .client_quotes::after {
    backdrop-filter: blur(15px);
    position: absolute;
    height: 100%;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -2;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
}.academic_experience .photo_section {
    position: relative;
    transform: scale(1);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
    grid-area: photo;
    overflow: hidden;
    border-radius: 24px 0 0 24px;
    filter: contrast(1.1) brightness(1.05);
    height: 100%;
}.academic_experience .client_quotes:hover .photo_section {
    filter: contrast(1.2) brightness(1.1);
    transform: scale(1.02);
}.academic_experience .photo_section::before {
    top: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    opacity: 0.7;
    width: 10px;
    content: "";
    animation: pulseOpacity 3s ease-in-out infinite;
    position: absolute;
    background: rgb(164,199,189);
}.academic_experience .name {
    margin-top: 80px;
    font-size: 35px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-area: name;
    font-weight: 700;
    z-index: 3;
    position: relative;
    align-self: end;
    transform: translateX(0);
}.academic_experience .client_quotes:hover .name {
    transform: translateX(15px);
}.academic_experience .name::after {
    height: 2px;
    background: rgb(164,199,189);
    transition: width 0.5s ease;
    left: 0;
    content: "";
    bottom: 0;
    width: 0;
    position: absolute;
}.academic_experience .client_quotes:hover .name::after {
    width: 60%;
}.academic_experience .client_quotes span:not(.name) {
    color: rgb(188,124,124);
    align-self: start;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    padding: 0.6rem 1.2rem;
    z-index: 3;
    font-size: 21px;
    display: inline-block;
    grid-area: job;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.05s;
    backdrop-filter: blur(5px);
    transform: translateX(0);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.academic_experience .client_quotes:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}.academic_experience .work_wrap {
    color: #ffffff;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    line-height: 1.8;
    border-radius: 24px;
    font-size: 13px;
    border-left: 4px solid rgb(188,124,124);
    margin-right: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    grid-area: quote;
    z-index: 2;
    width: 95%;
    align-self: start;
    transform: translateY(0);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2rem;
}.academic_experience .client_quotes:hover .work_wrap {
    transform: translateX(15px) translateY(-5px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.academic_experience .container::after {
    width: 300px;
    opacity: 0.3;
    right: -150px;
    filter: blur(70px);
    background: radial-gradient(circle, rgb(188,124,124,0.5) 0%, transparent 70%);
    bottom: -150px;
    position: absolute;
    height: 300px;
    content: "";
    z-index: -1;
    animation: pulseGlow 10s ease-in-out infinite alternate;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}

@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}

@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 992px) {.academic_experience .client_quotes {
    grid-template-areas:
            "photo_section"
            "name"
            "work_block"
            "work_wrap";
    gap: 20px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.academic_experience .photo_section {
    border-radius: 24px 24px 0 0;
    height: 350px;
}.academic_experience .photo_section::before {
    height: 10px;
    width: 100%;
}.academic_experience .name {
    text-align: center;
    margin-top: 0;
}.academic_experience .name::after {
    left: 50%;
    transform: translateX(-50%);
}.academic_experience .client_quotes:hover .name {
    transform: translateY(-5px);
}.academic_experience .client_quotes span:not(.name) {
    margin: 0 auto;
}.academic_experience .client_quotes:hover span:not(.name) {
    transform: translateY(-5px);
}.academic_experience .work_wrap {
    width: 90%;
    margin: 0 auto;
    border-left: none;
    border-top: 4px solid rgb(188,124,124);
}.academic_experience .client_quotes:hover .work_wrap {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.academic_experience {
    padding: 5rem 0;
}.academic_experience .photo_section {
    height: 250px;
}.academic_experience .name {
    font-size: 21px;
}.academic_experience .client_quotes span:not(.name) {
    font-size: 13px;
    padding: 0.5rem 1rem;
}.academic_experience .work_wrap {
    font-size: calc(13px * 0.9);
    padding: 1.5rem;
    width: 95%;
    line-height: 1.6;
}}.consentInformationPopup {
    z-index: 90;
    border-top: 2px solid rgb(164,199,189);
    background: rgb(235,241,242);
    bottom: 0;
    position: fixed;
    width: 100%;
}.cookie_window {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}#cookie_alert_banner {
    display: none;
}#cookie_alert_banner:checked ~ .consentInformationPopup {
    opacity: 0;
    visibility: hidden;
}.consentInformationPopup h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.consentInformationPopup p {
    font-size: 18px;
}.cookies_overview {
    margin-right: 10px;
    flex-shrink: 0;
}.cookies_overview svg, .cookies_overview svg path, .cookies_overview img {
    fill: rgb(164,199,189);
    height: 100px;
    width: 100px;
}.user_choices {
    font-size: 24px;
    text-decoration: none;
    border-bottom: 2px solid rgb(164,199,189);
    white-space: nowrap;
    margin-left: 10px;
    flex-shrink: 0;
    min-width: 120px;
    color: rgb(164,199,189);
    line-height: 35px;
    cursor: pointer;
    text-align: center;
}.consentInformationPopup p a {
    color: rgb(164,199,189);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.consentInformationPopup {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookies_overview {
    display: none;
}.cookie_window {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.consentInformationPopup h5 {
    text-align: center;
}.consentInformationPopup p {
    text-align: center;
}.track_edu {
    margin-bottom: 20px;
}body .wrapper-capsule .user_choices {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-capsule .consentInformationPopup {
    border: none;
    background: #ffffff;
    box-shadow: rgb(164,199,189,0.5) 0px 0px 40px 39px;
}.wrapper-capsule .user_choices {
    font-weight: 400;
    font-size: 20px;
    margin-left: 30px;
    border: none;
    background: rgb(164,199,189);
    color: #ffffff;
    padding: 10px;
}.wrapper-capsule .cookies_overview {
    height: 80px;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    width: 80px;
    background:rgb(164,199,189);
}.wrapper-capsule .cookies_overview svg, .wrapper-capsule .cookies_overview svg path, .wrapper-capsule .cookies_overview img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.wrapper-capsule .track_edu h5, .wrapper-capsule .track_edu p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-capsule .cookies_overview {
    margin-bottom: 14px;
    margin: 0;
}}.program_overview {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(235,241,242) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.program_overview::before {
    z-index: 0;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(164,199,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(164,199,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(164,199,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(164,199,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(164,199,189,0.5) 1px, transparent 5px);
    opacity: 0.3;
    position: absolute;
    content: "";
    animation: patternFloat 60s infinite linear;
    height: 100%;
    top: 0;
    background-size: 120px 120px;
    right: 0;
    width: 100%;
}.program_overview::after {
    top: -50%;
    right: -50%;
    opacity: 0.15;
    width: 100%;
    background: radial-gradient(circle at center, rgb(164,199,189,0.5) 0%, transparent 70%);
    height: 100%;
    transform: scale(2);
    z-index: 0;
    position: absolute;
    content: "";
}.program_overview .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.program_overview .ready_skills {
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    display: grid;
    transform: translateY(20px);
}.program_overview .photo_section {
    overflow: hidden;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 380px;
    transform: perspective(1000px) rotateY(2deg);
}.program_overview .photo_section::before {
    top: 0;
    content: "";
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}.program_overview .photo_section::after {
    width: 100%;
    height: 30%;
    position: absolute;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    z-index: 1;
    bottom: 0;
    left: 0;
    content: "";
}.program_overview .photo_section:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_overview .announcement_box {
    backdrop-filter: blur(10px);
    background: #ffffff;
    padding: 20px;
    position: relative;
    transform: translateZ(0);
    border-left: 4px solid rgb(164,199,189);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
}.program_overview .announcement_box::before {
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(rgb(164,199,189,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    content: "";
}.program_overview h3 {
    font-size: calc(22px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.4;
    margin-bottom: 24px;
    color: rgb(164,199,189);
    font-weight: 700;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.program_overview h3::after {
    height: 3px;
    background: rgb(188,124,124);
    bottom: -10px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    width: 60px;
    transform: scaleX(1);
    transform-origin: left;
}.program_overview .announcement_box:hover h3 {
    transform: translateX(5px);
}.program_overview .announcement_box:hover h3::after {
    transform: scaleX(1.5);
}.program_overview p.description {
    line-height: 1.8;
    opacity: 1;
    font-family: Arial, sans-serif;
    font-size: 17px;
    column-count: 1;
    position: relative;
    color: #000000;
    transition: opacity 0.5s, transform 0.5s;
    transform: translateY(0);
    column-gap: 30px;
    margin-bottom: 20px;
}.program_overview span.description {
    display: none;
}.program_overview .announcement_box div {
    position: relative;
    overflow: hidden;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.program_overview {
    padding: 150px 0;
}.program_overview .ready_skills {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.program_overview .photo_section {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.program_overview p.description {
    column-count: 2;
}.program_overview .announcement_box {
    padding: 40px;
}.program_overview h3 {
    font-size: 30px;
    margin-bottom: 30px;
}.program_overview h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.program_overview .ready_skills {
    gap: 80px;
}.program_overview .photo_section {
    height: 520px;
}.program_overview .announcement_box {
    padding: 50px;
}.program_overview h3 {
    font-size: calc(30px * 1.1);
}.program_overview p.description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.program_overview {
    padding: 80px 0;
}.program_overview .photo_section {
    transform: perspective(1000px) rotateY(3deg);
    height: 280px;
}.program_overview .announcement_box {
    padding: 25px 20px;
}.program_overview h3 {
    font-size: calc(22px * 1.05);
    margin-bottom: 20px;
}.program_overview h3::after {
    width: 50px;
    height: 2px;
}.program_overview p.description {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (hover: hover) {.program_overview .photo_section::before {
    transition: opacity 0.5s ease;
}.program_overview .photo_section:hover::before {
    opacity: 0.7;
}}.slack_invite {
    color: #ffffff;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    padding: 6rem 0 3rem;
}.slack_invite::before {
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(164,199,189,0.5) 100%);
    z-index: -1;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
}.slack_invite::after {
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.slack_invite .container {
    display: flex;
    flex-direction: column;
    position: relative;
}.slack_invite .company_holder {
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    text-align: center;
    position: relative;
}.slack_invite .company_holder::before,
.slack_invite .company_holder::after {
    width: 20%;
    position: absolute;
    animation: slide 3s infinite alternate;
    content: "";
    height: 2px;
    bottom: -1px;
    background: linear-gradient(90deg, transparent, rgb(188,124,124), transparent);
}.slack_invite .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.slack_invite .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.slack_invite .company_holder h3 {
    font-size: calc(35px * 1.3);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 1rem;
}.slack_invite .company_holder h3::after {
    transform: translateX(-50%);
    content: "";
    width: 60px;
    height: 3px;
    background: rgb(188,124,124);
    bottom: -10px;
    position: absolute;
    left: 50%;
}.slack_invite .footer_disclaimer {
    margin: 1.5rem auto 0;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    max-width: 600px;
}.slack_invite .insta_feed {
    display: flex;
    justify-content: center;
}.slack_invite .first_lesson {
    position: relative;
    gap: 6rem;
    display: flex;
}.slack_invite .first_lesson::before {
    transform: translateX(-50%);
    content: "";
    background: rgb(164,199,189);
    left: 50%;
    width: 1px;
    height: 20px;
    top: -30px;
    position: absolute;
}.slack_invite .nav_study {
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    background: rgba(255,255,255,0.05);
    position: relative;
    transition: all 0.3s ease;
}.slack_invite .nav_study:hover {
    background: rgba(rgb(164,199,189,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.slack_invite .nav_study h5 {
    font-size: 20px;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    text-align: center;
    letter-spacing: 1.5px;
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(188,124,124);
}.slack_invite .nav_study .first_lesson {
    flex-direction: column;
    position: static;
    gap: 0.8rem;
    display: flex;
}.slack_invite .nav_study .first_lesson a {
    position: relative;
    opacity: 0.75;
    font-size: 18px;
    padding: 0.4rem 0;
    z-index: 1;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
}.slack_invite .nav_study .first_lesson a::before {
    content: "";
    height: 1px;
    z-index: -1;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(164,199,189), transparent);
    transition: transform 0.4s ease;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-origin: center;
}.slack_invite .nav_study .first_lesson a:hover {
    color: rgb(188,124,124);
    opacity: 1;
}.slack_invite .nav_study .first_lesson a:hover::before {
    transform: scaleX(1);
}.data_viz {
    margin-top: 4rem;
    overflow: hidden;
    position: relative;
    padding: 1.2rem 0;
    background-color: rgba(0, 0, 0, 0.8);
}.data_viz::before {
    animation: bgMove 20s linear infinite;
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    background-image: linear-gradient(45deg, rgba(rgb(164,199,189,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(164,199,189,0.5), 0.05) 50%, rgba(rgb(164,199,189,0.5), 0.05) 75%, transparent 75%, transparent);
    opacity: 0.3;
    height: 100%;
    position: absolute;
    background-size: 4px 4px;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.data_viz .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.data_viz .workshop_cta {
    color: #ffffff;
    position: relative;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 13px;
    opacity: 0.8;
}.data_viz .workshop_cta::before,
.data_viz .workshop_cta::after {
    margin: 0 0.6rem;
    content: "•";
    color: rgb(164,199,189);
}

@media screen and (max-width: 992px) {.slack_invite {
    padding: 4rem 0 2rem;
}.slack_invite .company_holder {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}.slack_invite .company_holder h3 {
    font-size: 35px;
}.slack_invite .first_lesson {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.slack_invite .insta_feed {
    align-items: center;
    flex-direction: column;
}.slack_invite .first_lesson {
    width: 100%;
    flex-direction: column;
    gap: 2rem;
    max-width: 450px;
}.slack_invite .nav_study {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.slack_invite {
    padding: 3rem 0 1.5rem;
}.slack_invite .company_holder h3 {
    font-size: calc(35px * 0.9);
}.slack_invite .footer_disclaimer {
    font-size: calc(18px * 0.9);
}.slack_invite .nav_study {
    padding: 1rem;
}.slack_invite .nav_study h5 {
    font-size: calc(20px * 0.9);
}.data_viz {
    padding: 1rem 0;
    margin-top: 2rem;
}.data_viz .workshop_cta {
    font-size: calc(13px * 0.9);
}.data_viz .workshop_cta::before,
    .data_viz .workshop_cta::after {
    display: none;
}
}