* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
}.nav_mainwrap {
    flex: 1 0 auto;
}.wrapper-holder {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.class_guide {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1118px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mentorship_experience {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(224,230,229), rgb(161,181,181,0.5));
    position: relative;
    padding: 4rem 0;
}.mentorship_experience::before {
    content: '';
    width: 200%;
    z-index: 1;
    opacity: 0.4;
    pointer-events: none;
    top: -50%;
    transform: rotate(-15deg);
    left: -50%;
    background: radial-gradient(ellipse at center, rgb(105,150,139,0.5) 0%, transparent 70%);
    height: 200%;
    position: absolute;
}.mentorship_experience::after {
    right: 0;
    opacity: 0.5;
    background: radial-gradient(circle at top right, rgb(161,181,181,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    top: 0;
    pointer-events: none;
    content: '';
    z-index: 1;
    position: absolute;
}.mentorship_experience .container {
    z-index: 2;
    transform-style: preserve-3d;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.mentorship_experience .opinion_sharing {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    position: relative;
    padding: 2.5rem;
    border-left: 4px solid rgb(161,181,181);
    display: grid;
    background: #ffffff;
}.mentorship_experience .opinion_sharing:hover {
    transform: translateZ(20px);
}.mentorship_experience .opinion_sharing > div:nth-child(1) {
    align-items: center;
    display: flex;
    justify-content: center;
}.mentorship_experience .pic_card {
    width: 180px;
    height: 180px;
    position: relative;
    transform: rotate(-3deg) translateZ(30px);
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}.mentorship_experience .pic_card::after {
    width: 100%;
    opacity: 0.7;
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(161,181,181,0.5), transparent);
    height: 100%;
}.mentorship_experience .opinion_sharing:hover .pic_card {
    transform: rotate(0deg) translateZ(40px) scale(1.05);
}.mentorship_experience .opinion_sharing > div:nth-child(2) {
    text-align: center;
    transform: translateZ(10px);
}.mentorship_experience .name {
    color: rgb(161,181,181);
    font-weight: 700;
    display: inline-block;
    letter-spacing: 0.03em;
    position: relative;
    font-size: 24px;
    margin-bottom: 0.5rem;
}.mentorship_experience .name::after {
    width: 40px;
    left: 50%;
    bottom: -8px;
    position: absolute;
    background: rgb(105,150,139);
    transform: translateX(-50%);
    height: 3px;
    content: '';
}.mentorship_experience .opinion_sharing > div:nth-child(2) > div {
    letter-spacing: 0.02em;
    margin-top: 1rem;
    font-weight: 600;
    font-size: calc(16px * 0.95);
    color: #000000;
}.mentorship_experience .opinion_sharing > div:nth-child(3) {
    transform: translateZ(5px);
    position: relative;
}.mentorship_experience .career_container {
    color: #000000;
    font-size: 16px;
    position: relative;
    padding: 0 1rem;
    line-height: 1.7;
}.mentorship_experience .career_container::before,
.mentorship_experience .career_container::after {
    content: '';
    width: 25px;
    opacity: 0.15;
    position: absolute;
    background-size: contain;
    height: 25px;
    background-repeat: no-repeat;
}.mentorship_experience .career_container::before {
    top: -10px;
    left: -10px;
}.mentorship_experience .career_container::after {
    bottom: -10px;
    right: -10px;
    transform: rotate(180deg);
}

@media (min-width: 768px) {.mentorship_experience {
    padding: 6rem 0;
}.mentorship_experience .opinion_sharing {
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: 220px 1fr;
}.mentorship_experience .opinion_sharing > div:nth-child(1) {
    grid-row: span 2;
    align-items: flex-start;
    padding-top: 1rem;
}.mentorship_experience .opinion_sharing > div:nth-child(2) {
    text-align: left;
}.mentorship_experience .name::after {
    transform: none;
    left: 0;
}.mentorship_experience .pic_card {
    height: 220px;
    transform: rotate(-2deg) translateZ(30px);
    width: 220px;
}.mentorship_experience .career_container {
    line-height: 1.8;
    padding: 0;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.mentorship_experience {
    padding: 8rem 0;
}.mentorship_experience .opinion_sharing {
    grid-template-columns: 280px 1fr;
    padding: 3rem;
    gap: 2rem 4rem;
}.mentorship_experience .pic_card {
    width: 280px;
    height: 280px;
}.mentorship_experience .name {
    font-size: calc(24px * 1.1);
}.mentorship_experience .opinion_sharing > div:nth-child(2) > div {
    font-size: 16px;
}.mentorship_experience .career_container {
    line-height: 1.9;
    font-size: calc(16px * 1.1);
}.mentorship_experience .opinion_sharing::before {
    content: '';
    z-index: -1;
    position: absolute;
    width: calc(100% + 20px);
    top: -10px;
    transition: opacity 0.5s ease;
    opacity: 0.15;
    left: -10px;
    height: calc(100% + 20px);
    transform: translateZ(-10px);
    background: linear-gradient(135deg, rgb(105,150,139,0.5), transparent);
}.mentorship_experience .opinion_sharing:hover::before {
    opacity: 0.3;
}
}

@media (min-width: 1200px) {.mentorship_experience .container {
    padding: 0 2rem;
}.mentorship_experience .opinion_sharing {
    grid-template-columns: 320px 1fr;
    padding: 3.5rem;
}.mentorship_experience .pic_card {
    height: 320px;
    width: 320px;
}@keyframes constellationPulse {
        0%, 100% { opacity: 0.4; }
        50% { opacity: 0.7; }
    }
    
    .mentorship_experience::before {
    animation: constellationPulse 8s infinite ease-in-out;
}@keyframes orbitalShift {
        0% { transform: rotate(-15deg); }
        50% { transform: rotate(-10deg); }
        100% { transform: rotate(-15deg); }
    }
    
    .mentorship_experience::before {
    animation: orbitalShift 20s infinite ease-in-out, constellationPulse 8s infinite ease-in-out;
}}.ty_message {
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgb(105,150,139,0.5) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    position: relative;
}.ty_message::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(161,181,181,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(105,150,139,0.5) 0%, transparent 40%);
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.15;
    top: 0;
    content: "";
    z-index: 0;
}.ty_message::after {
    right: -50%;
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    content: "";
    transform: rotate(25deg);
    height: 100%;
    opacity: 0.05;
    width: 100%;
    top: -50%;
    position: absolute;
    z-index: 0;
    background: rgb(255, 255, 255, 0.5);
}.ty_message .container {
    margin: 0 auto;
    perspective: 1000px;
    position: relative;
    transform: translateZ(0);
    z-index: 2;
    max-width: 1200px;
}.ty_message h2 {
    color: #000000;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    text-align: left;
    line-height: 1.3;
    border-left: 5px solid rgb(161,181,181);
    max-width: 90%;
    transform: translateY(30px);
    animation: slide-up 0.8s ease-out forwards;
    margin-bottom: 3rem;
    padding-left: 1.5rem;
    font-family: Arial, sans-serif;
    opacity: 0;
}.ty_message .expert_learnings {
    background: #ffffff;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    animation: slide-up 0.8s ease-out forwards 0.2s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    padding: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    transform: translateY(30px);
}.ty_message .expert_learnings::before {
    height: 5px;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
}.ty_message ul {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}.ty_message li {
    padding: 0.5rem 0;
    position: relative;
}.ty_message li::before {
    width: 3px;
    left: -1.5rem;
    opacity: 0;
    position: absolute;
    content: "";
    animation: grow-line 1.2s ease-out forwards 0.8s;
    height: 100%;
    background: rgb(161,181,181,0.5);
    transform-origin: top;
    top: 0;
    transform: scaleY(0);
}.ty_message li span {
    position: relative;
    transform: translateX(20px);
    text-align: left;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    font-size: 17px;
    font-family: Arial, sans-serif;
    opacity: 0;
    color: #000000;
    display: block;
    padding-left: 0.5rem;
    line-height: 1.8;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

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

.ty_message .expert_learnings:hover {
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
    transform: translateZ(0) scale(1.01);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {.ty_message {
    padding: 4rem 1.5rem;
}.ty_message h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
    max-width: 100%;
}.ty_message .expert_learnings {
    padding: 2rem;
}
}

@media (max-width: 767px) {.ty_message {
    padding: 3rem 1rem;
}.ty_message h2 {
    margin-bottom: 1.5rem;
    font-size: calc(29px * 0.8);
    padding-left: 1rem;
    border-left: 3px solid rgb(161,181,181);
}.ty_message .expert_learnings {
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
}.ty_message li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.ty_message {
    padding: 2rem 0.8rem;
}.ty_message h2 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.ty_message .expert_learnings {
    padding: 1.2rem;
}.ty_message li span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (min-width: 1200px) {.ty_message .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}.ty_message h2 {
    max-width: 80%;
    margin-left: 3rem;
}.ty_message .expert_learnings {
    margin-left: auto;
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
}.ty_message .expert_learnings:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.ty_message .expert_learnings {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.user_comments {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgb(105,150,139,0.5) 100%);
}.user_comments::before {
    left: 0;
    opacity: 0.4;
    top: 0;
    z-index: 0;
    content: "";
    height: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(161,181,181,0.5) 5%, transparent 60%);
    position: absolute;
    width: 100%;
}.user_comments::after {
    right: -5%;
    height: 40%;
    z-index: 0;
    background-image: radial-gradient(circle, rgb(105,150,139,0.5) 10%, transparent 70%);
    opacity: 0.5;
    width: 40%;
    content: "";
    bottom: -5%;
    position: absolute;
}.user_comments .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}.user_comments h2 {
    font-size: 28px;
    margin-bottom: 3rem;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    text-align: center;
    font-weight: 700;
}.user_comments h2::after {
    transform: translateX(-50%);
    height: 0.3rem;
    content: "";
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    left: 50%;
    position: absolute;
    width: 5rem;
}.user_comments .user_ratings {
    perspective: 1000px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    gap: 2rem;
    list-style: none;
}.user_comments .opinion_sharing {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform-style: preserve-3d;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem;
    position: relative;
    z-index: 1;
}.user_comments .opinion_sharing::before {
    width: 100%;
    top: 0;
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    content: "";
    transform: scaleX(0);
    z-index: 2;
    left: 0;
    height: 0.3rem;
}.user_comments .opinion_sharing:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}.user_comments .opinion_sharing:hover::before {
    transform: scaleX(1);
}.user_comments .opinion_sharing div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.user_comments .opinion_sharing img {
    border: 3px solid #ffffff;
    height: 60px;
    margin-right: 1rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    width: 60px;
    border-radius: 50%;
    transition: transform 0.3s ease;
}.user_comments .opinion_sharing:hover img {
    transform: scale(1.05);
}.user_comments .opinion_sharing h4 {
    color: #000000;
    font-weight: 600;
    margin: 0;
    font-size: 20px;
    position: relative;
}.user_comments .opinion_sharing h4::after {
    transform: scaleX(0);
    position: absolute;
    width: 2rem;
    content: "";
    height: 0.15rem;
    bottom: -0.5rem;
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(161,181,181);
    transform-origin: left;
}.user_comments .opinion_sharing:hover h4::after {
    transform: scaleX(1);
}.user_comments .description {
    position: relative;
    font-weight: 400;
    font-size: 12px;
    color: #000000;
    margin-bottom: 0;
    line-height: 1.6;
}.user_comments .description::before {
    font-family: serif;
    opacity: 0.2;
    top: -1.5rem;
    font-size: 5rem;
    color: rgb(161,181,181,0.5);
    position: absolute;
    content: "";
    left: -0.5rem;
    line-height: 1;
}.user_comments a {
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 0.8rem 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    margin-top: 3rem;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    font-size: 17px;
    position: relative;
    overflow: hidden;
}.user_comments a::before {
    z-index: -1;
    opacity: 0;
    content: "";
    background: linear-gradient(90deg, rgb(105,150,139) 0%, rgb(161,181,181) 100%);
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}.user_comments a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.user_comments a:hover::before {
    opacity: 1;
}.user_comments .expert_learnings {
    align-items: center;
    flex-direction: column;
    display: flex;
}

@media (max-width: 1024px) {.user_comments {
    padding: 4rem 0;
}.user_comments h2 {
    font-size: calc(28px * 0.9);
}.user_comments .user_ratings {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.user_comments {
    padding: 3rem 0;
}.user_comments h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.user_comments h2::after {
    width: 4rem;
}.user_comments .user_ratings {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.user_comments .opinion_sharing {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.user_comments {
    padding: 2.5rem 0;
}.user_comments h2 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.7);
}.user_comments h2::after {
    width: 3rem;
}.user_comments .user_ratings {
    grid-template-columns: 1fr;
}.user_comments .opinion_sharing {
    padding: 1.2rem;
}.user_comments .opinion_sharing div {
    margin-bottom: 1rem;
}.user_comments .opinion_sharing img {
    height: 50px;
    width: 50px;
}.user_comments a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}}

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

.user_comments .opinion_sharing:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.user_comments .opinion_sharing:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.user_comments .opinion_sharing:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.user_comments .opinion_sharing:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.user_comments .opinion_sharing:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.user_comments .opinion_sharing:nth-child(6) {
    animation: fadeInUp 0.6s 0.6s both;
}.user_comments .opinion_sharing:nth-child(7) {
    animation: fadeInUp 0.6s 0.7s both;
}header {
    margin-top: 0;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, rgb(224,230,229) 100%);
    position: relative;
    padding: 0;
    overflow: visible;
    z-index: 100;
}header::before {
    height: 100%;
    content: '';
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    background-image: 
        radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.3) 0%, transparent 8%),
        radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.3) 0%, transparent 12%),
        radial-gradient(circle at 40% 80%, rgba(255, 255, 255, 0.3) 0%, transparent 10%),
        radial-gradient(circle at 80% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 15%),
        radial-gradient(circle at 10% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 8%);
    opacity: 0.4;
}header::after {
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(161,181,181,0.5), 
        transparent
    );
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 10px;
}header .top_wrap {
    z-index: 5;
    align-items: center;
    padding: 1.3rem 3rem;
    display: flex;
    position: relative;
    justify-content: space-between;
}header .top_tutor {
    border-radius: 50% 30% 60% 40% / 40% 50% 30% 50%;
    flex: 0 0 auto;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.6s ease;
    margin-right: 2rem;
    overflow: hidden;
}header .top_tutor:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    transform: translateY(-5px);
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
}header .main_tutor {
    position: relative;
    transition: all 0.4s ease;
    display: block;
}header .main_tutor img {
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.1));
    max-height: 38px;
}header .head_learn {
    margin: 0;
    display: flex;
    z-index: 2;
    position: relative;
    list-style: none;
    padding: 0;
}header .head_learn::before {
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, transparent 100%);
    content: '';
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    left: -5%;
    z-index: -1;
    position: absolute;
    width: 110%;
    height: 110%;
    top: -5%;
    opacity: 0.1;
    transition: all 0.6s ease;
}header .head_learn:hover::before {
    opacity: 0.2;
    border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
}header .head_class {
    margin: 0 0.5rem;
    position: relative;
}header .head_class a {
    position: relative;
    font-size: 12px;
    font-weight: 600;
    align-items: center;
    z-index: 1;
    transition: all 0.4s ease;
    text-decoration: none;
    justify-content: center;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    padding: 0.8rem 1.3rem;
    color: #000000;
    border-radius: 60% 40% 40% 60% / 40% 50% 50% 60%;
    display: flex;
}header .head_class a::before {
    transition: opacity 0.4s ease;
    content: '';
    height: 100%;
    z-index: -1;
    top: 0;
    border-radius: inherit;
    transform: scale(1.1);
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, rgb(105,150,139,0.5) 100%);
    left: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
}header .head_class a:hover {
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}header .head_class a:hover::before {
    opacity: 1;
    transform: scale(1);
}header .head_class::after {
    position: absolute;
    transition: transform 0.4s ease;
    border-radius: 50%;
    left: 50%;
    background: rgb(161,181,181);
    width: 6px;
    transform: translateX(-50%) scale(0);
    content: '';
    height: 6px;
    opacity: 0.7;
    bottom: -8px;
}header .head_class:hover::after {
    transform: translateX(-50%) scale(1);
}header .top_wrap::before {
    filter: blur(30px);
    border-radius: 50%;
    right: -100px;
    position: absolute;
    height: 200px;
    width: 200px;
    top: -100px;
    background: radial-gradient(circle, rgb(161,181,181,0.5) 0%, transparent 70%);
    opacity: 0.1;
    content: '';
}header .top_wrap::after {
    background: radial-gradient(circle, rgb(105,150,139,0.5) 0%, transparent 70%);
    width: 150px;
    bottom: -75px;
    content: '';
    filter: blur(30px);
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    left: -75px;
    height: 150px;
}.nav_mainwrap {
    padding-top: 2rem;
    position: relative;
    background: rgb(224,230,229);
    z-index: 1;
}

@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@media (min-width: 1400px) {header .top_wrap {
    max-width: 1320px;
    margin: 0 auto;
}header .head_class {
    margin: 0 0.7rem;
}header .head_class a {
    padding: 0.8rem 1.6rem;
}
}

@media (max-width: 991px) {header .top_wrap {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .top_tutor {
    margin-bottom: 0;
    margin-right: 0;
    padding: 0.7rem;
}header .head_learn {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_class a {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}header .head_learn::before {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_wrap {
    padding: 0.8rem 1.5rem;
}header .top_tutor {
    padding: 0.6rem;
    border-radius: 40% 60% 50% 50% / 40% 50% 50% 40%;
    max-width: 140px;
}header .main_tutor img {
    max-height: 35px;
}header .head_learn {
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    overflow-x: auto;
}header .head_learn::-webkit-scrollbar {
    height: 3px;
}header .head_learn::-webkit-scrollbar-thumb {
    background: rgb(161,181,181,0.5);
    border-radius: 10px;
}header .head_class {
    margin: 0 0.2rem;
    flex: 0 0 auto;
}header .head_class a {
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}header .head_class::after {
    display: none;
}header::after {
    height: 5px;
}
}

@media (max-width: 479px) {header .top_wrap {
    padding: 0.7rem 1.2rem;
}header .top_tutor {
    padding: 0.5rem;
    max-width: 120px;
}header .head_class a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}}header .top_plank {
    color:  #ffffff;
    background: rgb(161,181,181);
}header .top_plank .top_edu_nav div svg, header .top_plank .top_edu_nav div svg path {
    fill: #ffffff;
}header .top_plank .top_edu_nav div span {
    color: #ffffff;
}header .top_plank .top_edu_nav {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 21px;
    padding: 15px 0 10px 0;
}header .top_plank .top_edu_nav div {
    justify-content: flex-start;
    margin-right: 24px;
    display: flex;
    align-items: center;
}header .top_plank .top_edu_nav div img, header .top_plank .top_edu_nav div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.title_board {
    display: flex;
    background-color: rgb(224,230,229);
    position: relative;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}.title_board .main_first {
    z-index: 2;
    position: relative;
    padding: 2rem;
    width: 100%;
    max-width: 1200px;
}.title_board .learn_begin {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateY(2deg);
    overflow: hidden;
    padding: 4rem 3rem;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.title_board .learn_begin::before {
    opacity: 0.85;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(
    135deg,
    rgb(161,181,181,0.5) 0%,
    rgb(105,150,139,0.5) 60%,
    rgb(255, 255, 255, 0.5) 100%
  );
    top: 0;
    left: 0;
}.title_board .learn_begin::after {
    transform: scale(0.8);
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    z-index: -1;
    content: "";
    background: radial-gradient(
    circle,
    rgb(255, 255, 255, 0.5) 0%,
    transparent 70%
  );
    left: -50%;
    opacity: 0.1;
    animation: pulse 8s ease-in-out infinite alternate;
}.title_board .learn_begin:hover {
    transform: perspective(1000px) rotateY(0);
}.title_board .learn_begin span {
    transform: translateX(10px);
    position: relative;
    display: block;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: slideInFromLeft 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.2s;
}.title_board .learn_begin h3 {
    transform: translateY(20px);
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.85));
    line-height: 1.4;
    -webkit-background-clip: text !important;
    position: relative;
    margin-bottom: 0.5rem;
    background-clip: text !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
}.title_board .learn_begin h1 {
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.5s;
    transform: translateY(20px);
    line-height: 1.2;
    opacity: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    font-size: 41px;
    position: relative;
}.title_board .learn_begin p {
    transform: translateY(20px);
    color: #ffffff;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.7s;
    line-height: 1.6;
    max-width: 600px;
    opacity: 0;
    font-size: 13px;
    position: relative;
    margin-bottom: 2rem;
}.title_board .learn_begin div div {
    opacity: 0;
    animation: fadeInRight 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.9s;
    border-left: 3px solid rgb(161,181,181);
    transform: translateX(20px);
    position: relative;
    padding-left: 1rem;
}

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

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

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

@keyframes pulse {
  0% {
    transform: scale(0.8) rotate(0deg);
  }
  50% {
    transform: scale(1) rotate(180deg);
  }
  100% {
    transform: scale(0.8) rotate(360deg);
  }
}

@media (max-width: 992px) {.title_board .learn_begin {
    padding: 3rem 2rem;
    transform: perspective(800px) rotateY(1deg);
}.title_board .learn_begin h1 {
    font-size: calc(41px * 0.85);
}.title_board .learn_begin h3 {
    font-size: calc(24px * 0.95);
}
}

@media (max-width: 768px) {.title_board {
    min-height: 80vh;
}.title_board .main_first {
    padding: 1.5rem;
}.title_board .learn_begin {
    transform: none;
    padding: 2.5rem 1.5rem;
}.title_board .learn_begin h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.5rem;
}.title_board .learn_begin h3 {
    font-size: calc(24px * 0.9);
}.title_board .learn_begin p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.title_board {
    min-height: 70vh;
}.title_board .main_first {
    padding: 1rem;
}.title_board .learn_begin {
    padding: 2rem 1.2rem;
}.title_board .learn_begin h1 {
    font-size: calc(41px * 0.6);
    margin-bottom: 1.2rem;
}.title_board .learn_begin h3 {
    font-size: calc(24px * 0.85);
}.title_board .learn_begin p {
    margin-bottom: 1.5rem;
    font-size: calc(13px * 0.9);
}.title_board .learn_begin div div {
    padding-left: 0.8rem;
    border-left: 2px solid rgb(161,181,181);
}}.course_offering {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(120deg, #000000 20%, rgb(105,150,139,0.5) 100%);
    overflow: hidden;
}.course_offering::before {
    height: 140%;
    top: -20%;
    background: radial-gradient(ellipse at center, rgb(161,181,181,0.5) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    width: 70%;
    right: -10%;
    content: "";
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    filter: blur(30px);
}.course_offering::after {
    opacity: 0.8;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(105,150,139,0.5) 0%, transparent 40%);
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
}.course_offering .container {
    z-index: 2;
    position: relative;
}.course_offering .expert_learnings {
    position: relative;
    min-height: 500px;
    gap: 0;
    display: grid;
    grid-template-columns: 45% 55%;
    grid-template-areas: 
        "photo info"
        "photo info";
}.course_offering .learn_plan {
    position: relative;
    border-radius: 0 20px 20px 0;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    grid-area: info;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 3;
    padding: 3.5rem 3rem 3.5rem 5rem;
    overflow: hidden;
    backdrop-filter: blur(8px);
    transform: translateX(-40px);
}.course_offering .learn_plan::before {
    opacity: 0.1;
    content: "";
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(161,181,181,0.5) 49.5%, rgb(161,181,181,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(161,181,181,0.5) 49.5%, rgb(161,181,181,0.5) 50.5%, transparent 50.5%);
    z-index: -1;
    top: 0;
    background-size: 30px 30px;
    left: 0;
    position: absolute;
    height: 100%;
}.course_offering .learn_plan::after {
    z-index: -1;
    position: absolute;
    width: 200%;
    left: -50%;
    top: -50%;
    transform-origin: center;
    background: radial-gradient(
        circle at center,
        rgb(161,181,181,0.5) 0%,
        transparent 60%
    );
    animation: rotateRadial 30s linear infinite;
    height: 200%;
    content: "";
    opacity: 0.1;
}.course_offering .top_tutor {
    transform: rotate(-5deg) skew(-5deg);
    margin-bottom: 2rem;
    width: 90px;
    height: 90px;
    position: relative;
}.course_offering .top_tutor::before {
    content: "";
    background: linear-gradient(
        135deg,
        rgb(161,181,181) 0%,
        rgb(105,150,139) 100%
    );
    z-index: -1;
    position: absolute;
    border-radius: 12px;
    inset: -5px;
    transform: rotate(5deg);
    filter: blur(5px);
    animation: pulseLogo 4s ease-in-out infinite alternate;
}.course_offering .top_tutor::after {
    z-index: -1;
    position: absolute;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    inset: 0;
}.course_offering .top_tutor svg {
    top: 50%;
    left: 50%;
    height: 50px;
    transform: translate(-50%, -50%);
    animation: floatLogo 6s ease-in-out infinite;
    width: 50px;
    filter: drop-shadow(0 0 8px rgb(161,181,181,0.5));
    position: absolute;
}.course_offering .top_tutor svg path {
    transition: fill 0.3s ease;
    fill: rgb(161,181,181);
}.course_offering h3 {
    font-weight: 700;
    font-size: 29px;
    position: relative;
    transform: skew(-2deg);
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.8rem;
    line-height: 1.3;
}.course_offering h3::before {
    background: linear-gradient(to right, rgb(161,181,181), transparent);
    bottom: -10px;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    width: 40px;
}.course_offering h3::after {
    left: 0;
    bottom: -15px;
    position: absolute;
    content: "";
    height: 1px;
    background: linear-gradient(to right, rgb(161,181,181), transparent);
    width: 80px;
}.course_offering p {
    line-height: 1.8;
    position: relative;
    max-width: 600px;
    margin-bottom: 2rem;
    font-size: 15px;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}.course_offering .pic_card {
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    height: 460px;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    border-radius: 20px 0 0 20px;
    grid-area: photo;
}.course_offering .pic_card::before {
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    top: 0;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 2;
    mix-blend-mode: multiply;
}.course_offering .pic_card::after {
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    height: 50%;
    bottom: 0;
    z-index: 2;
    opacity: 0.7;
    width: 100%;
}.course_offering .expert_learnings:hover .pic_card {
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
}.course_offering .expert_learnings:hover .learn_plan {
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
    transform: translateX(-20px);
}.course_offering .top_tutor:hover svg path {
    fill: rgb(105,150,139);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course_offering .expert_learnings {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.course_offering .learn_plan {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course_offering h3 {
    font-size: calc(29px * 0.9);
}
}

@media screen and (max-width: 992px) {.course_offering {
    padding: 5rem 0;
}.course_offering .expert_learnings {
    grid-template-columns: 1fr;
    grid-template-areas:
            "pic_card"
            "connect_panel";
    min-height: auto;
}.course_offering .pic_card {
    height: 350px;
    transform: perspective(1000px) rotateX(5deg);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    border-radius: 20px 20px 0 0;
}.course_offering .learn_plan {
    border-radius: 0 0 20px 20px;
    padding: 3rem 2.5rem;
    transform: translateY(-40px);
}.course_offering .expert_learnings:hover .pic_card {
    transform: perspective(1000px) rotateX(8deg);
}.course_offering .expert_learnings:hover .learn_plan {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course_offering {
    padding: 4rem 0;
}.course_offering .pic_card {
    height: 300px;
}.course_offering .learn_plan {
    padding: 2.5rem 2rem;
}.course_offering .top_tutor {
    width: 80px;
    height: 80px;
    margin-bottom: 1.5rem;
}.course_offering .top_tutor svg {
    height: 45px;
    width: 45px;
}.course_offering h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.course_offering p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media screen and (max-width: 576px) {.course_offering {
    padding: 3rem 0;
}.course_offering .pic_card {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.course_offering .learn_plan {
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    transform: translateY(-30px);
}.course_offering .top_tutor {
    width: 70px;
    margin-bottom: 1.2rem;
    height: 70px;
}.course_offering .top_tutor svg {
    height: 40px;
    width: 40px;
}.course_offering h3 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.course_offering h3::before {
    width: 30px;
    bottom: -8px;
    height: 2px;
}.course_offering h3::after {
    bottom: -12px;
    height: 1px;
    width: 60px;
}.course_offering p {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.course_offering .expert_learnings:hover .learn_plan {
    transform: translateY(-35px);
}}.subscribe_to_newsletter {
    overflow: hidden;
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, rgb(105,150,139,0.5) 100%);
    position: relative;
}.subscribe_to_newsletter::before {
    height: 200%;
    content: "";
    left: -50%;
    animation: rotate 200s linear infinite;
    background: radial-gradient(circle at center, #ffffff 0.5%, transparent 8%);
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
    width: 200%;
    background-size: 5vmin 5vmin;
    top: -50%;
}.subscribe_to_newsletter::after {
    pointer-events: none;
    content: "";
    left: 0;
    right: 0;
    background: radial-gradient(ellipse at 70% 30%, rgb(161,181,181,0.5) 0%, transparent 70%);
    top: 0;
    bottom: 0;
    position: absolute;
    mix-blend-mode: overlay;
}.subscribe_to_newsletter .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.subscribe_to_newsletter .expert_learnings {
    position: relative;
    display: flex;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem 2.5rem;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.07),
        0 0 0 1px rgba(255,255,255,0.1) inset;
    flex-direction: column;
    background: linear-gradient(145deg, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.05) 100%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
}.subscribe_to_newsletter .expert_learnings::before {
    border-bottom: none;
    transform: rotate(0deg);
    content: "";
    right: -15px;
    animation: pulse 6s ease-in-out infinite;
    border-left: none;
    width: 80px;
    border: 2px solid rgb(161,181,181,0.5);
    height: 80px;
    top: -15px;
    opacity: 0.5;
    position: absolute;
}.subscribe_to_newsletter .expert_learnings::after {
    border-right: none;
    content: "";
    border: 2px solid rgb(105,150,139);
    bottom: -15px;
    position: absolute;
    animation: pulse 6s ease-in-out infinite reverse;
    left: -15px;
    transform: rotate(0deg);
    opacity: 0.5;
    width: 80px;
    height: 80px;
    border-top: none;
}.subscribe_to_newsletter h4 {
    transform: translateY(0);
    transition: all 0.3s ease;
    line-height: 1.4;
    color: #000000;
    text-align: center;
    font-size: calc(24px * 0.9);
    letter-spacing: 0.015em;
    margin-bottom: 2rem;
    font-weight: 600;
    max-width: 720px;
}.subscribe_to_newsletter .input_holder {
    display: flex;
    width: 100%;
    gap: 1rem;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    max-width: 600px;
}.subscribe_to_newsletter .input_holder span {
    flex: 1 1 250px;
    position: relative;
}.subscribe_to_newsletter .input_holder input[type="email"] {
    font-weight: 400;
    background: rgba(255,255,255,0.9);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    color: #000000;
    height: 54px;
    padding: 0 1.5rem;
    border: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}.subscribe_to_newsletter .input_holder input[type="email"]:focus {
    background: #ffffff;
    border-color: rgb(161,181,181);
    outline: none;
    transform: translateY(-2px);
    box-shadow: 
        0 8px 20px rgba(0,0,0,0.08),
        0 0 0 3px rgb(161,181,181,0.5);
}.subscribe_to_newsletter .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: #000000;
    opacity: 0.6;
}.subscribe_to_newsletter .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.3;
}.subscribe_to_newsletter .input_holder input[type="submit"] {
    z-index: 1;
    height: 54px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: none;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    letter-spacing: 0.03em;
    background: rgb(161,181,181);
    color: #ffffff;
    cursor: pointer;
    font-size: 18px;
    width: 100%;
    overflow: hidden;
    font-weight: 600;
}.subscribe_to_newsletter .input_holder input[type="submit"]:hover {
    transform: translateY(-2px);
    background: rgb(105,150,139);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}.subscribe_to_newsletter .input_holder input[type="submit"]:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}.subscribe_to_newsletter .input_holder input[type="submit"]::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    transition: left 0.6s ease;
    top: 0;
    left: -100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.subscribe_to_newsletter .input_holder input[type="submit"]:hover::before {
    left: 100%;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}

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

@media (max-width: 991px) {.subscribe_to_newsletter {
    padding: 5rem 0;
}.subscribe_to_newsletter .expert_learnings {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem 2rem;
}.subscribe_to_newsletter h4 {
    font-size: calc(24px * 0.85);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 767px) {.subscribe_to_newsletter {
    padding: 4rem 0;
}.subscribe_to_newsletter .expert_learnings {
    padding: 2rem 1.5rem;
    transform: none;
}.subscribe_to_newsletter h4 {
    font-size: calc(24px * 0.8);
    margin-bottom: 1.25rem;
}.subscribe_to_newsletter .input_holder {
    gap: 0.75rem;
}.subscribe_to_newsletter .expert_learnings::before,
    .subscribe_to_newsletter .expert_learnings::after {
    width: 60px;
    height: 60px;
}
}

@media (max-width: 575px) {.subscribe_to_newsletter {
    padding: 3rem 0;
}.subscribe_to_newsletter .expert_learnings {
    padding: 1.75rem 1.25rem;
}.subscribe_to_newsletter h4 {
    line-height: 1.4;
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
}.subscribe_to_newsletter .input_holder input[type="email"],
    .subscribe_to_newsletter .input_holder input[type="submit"] {
    height: 50px;
}.subscribe_to_newsletter .expert_learnings::before,
    .subscribe_to_newsletter .expert_learnings::after {
    height: 50px;
    width: 50px;
}
}

@media (hover: hover) {.subscribe_to_newsletter .input_holder input[type="email"]:hover {
    border-color: rgba(rgb(161,181,181), 0.5);
    background: rgba(255,255,255,0.95);
}.subscribe_to_newsletter h4:hover {
    transform: translateY(-2px);
}
}

@media (prefers-reduced-motion) {.subscribe_to_newsletter::before {
    animation: none;
}.subscribe_to_newsletter .expert_learnings::before,
    .subscribe_to_newsletter .expert_learnings::after {
    animation: none;
}.subscribe_to_newsletter .input_holder input[type="submit"]::before {
    display: none;
}}.trackingPolicyPanel {
    bottom: 0;
    position: fixed;
    background: rgb(224,230,229);
    z-index: 90;
    width: 100%;
    border-top: 2px solid rgb(161,181,181);
}#cookieInfoPromptBar {
    display: none;
}#cookieInfoPromptBar:checked ~ .trackingPolicyPanel {
    visibility: hidden;
    opacity: 0;
}.edu_cookies {
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    display: flex;
}.trackingPolicyPanel h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.trackingPolicyPanel p {
    font-size: 18px;
}.cookie_compl {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_compl svg, .cookie_compl svg path, .cookie_compl img {
    width: 100px;
    fill: rgb(161,181,181);
    height: 100px;
}.track_toggle {
    color: rgb(161,181,181);
    border-bottom: 2px solid rgb(161,181,181);
    min-width: 120px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    font-size: 24px;
    line-height: 35px;
}.trackingPolicyPanel p a {
    text-decoration: none;
    color: rgb(161,181,181);
}
@media only screen and (max-width: 1200px) {.trackingPolicyPanel {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_compl {
    display: none;
}.edu_cookies {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.trackingPolicyPanel h5 {
    text-align: center;
}.trackingPolicyPanel p {
    text-align: center;
}.track_manage {
    margin-bottom: 20px;
}body .wrapper-holder .track_toggle {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-holder .trackingPolicyPanel {
    box-shadow: rgb(105,150,139,0.5) 0px 0px 10px 10px;
    background: rgb(161,181,181);
}.wrapper-holder .edu_cookies {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-holder .track_toggle {
    margin-left: 30px;
    border: none;
    background: #ffffff;
    color: rgb(161,181,181);
    padding: 10px;
    font-size: 20px;
}.wrapper-holder .track_manage {
    color: #ffffff;
    text-align: left;
}.wrapper-holder .track_manage h5 {
    font-weight: 700;
}.wrapper-holder .track_manage h5, .wrapper-holder .track_manage p {
    color: #ffffff;
}.wrapper-holder .trackingPolicyPanel p a {
    color: rgb(105,150,139);
    text-decoration: underline;
}.who_we_are {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
}.who_we_are::before {
    bottom: 0;
    z-index: 1;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75));
}.who_we_are::after {
    z-index: 2;
    animation: gradientShift 8s ease-in-out infinite alternate;
    bottom: 0;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(161,181,181,0.5) 0%, transparent 100%);
    right: 0;
    position: absolute;
    content: "";
    opacity: 0.3;
}.who_we_are .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
}.who_we_are .text_clip {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    transform: perspective(1000px) rotateY(1deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25), 
                0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 60px 50px;
    border-left: 4px solid rgb(161,181,181);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.who_we_are .text_clip:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.who_we_are .text_clip::before {
    opacity: 0.05;
    border-radius: 50%;
    position: absolute;
    right: -100px;
    content: "";
    background: rgb(161,181,181);
    top: -100px;
    z-index: -1;
    height: 200px;
    width: 200px;
}.who_we_are .text_clip::after {
    bottom: -75px;
    border-radius: 50%;
    content: "";
    height: 150px;
    background: rgb(105,150,139);
    z-index: -1;
    width: 150px;
    position: absolute;
    left: -75px;
    opacity: 0.05;
}.who_we_are h5 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 700;
    display: inline-block;
    letter-spacing: 2px;
    font-size: calc(24px * 1.2);
    color: rgb(161,181,181);
    position: relative;
}.who_we_are h5::after {
    background: rgb(161,181,181);
    left: 0;
    width: 50%;
    transform: scaleX(0);
    bottom: -10px;
    height: 2px;
    position: absolute;
    content: "";
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
}.who_we_are .text_clip:hover h5::after {
    transform: scaleX(1);
}.who_we_are p {
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
}.who_we_are p b {
    -webkit-background-clip: text !important;
    transform: translateX(0);
    font-weight: 700;
    color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(120deg, rgb(161,181,181), rgb(105,150,139));
    font-size: calc(13px * 1.4);
    display: inline-block;
}.who_we_are .text_clip:hover p b {
    transform: translateX(10px);
}.who_we_are ol {
    position: relative;
    margin-top: 30px;
    padding-left: 0;
}.who_we_are ol li {
    position: relative;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    list-style-type: none;
    text-align: justify;
    font-size: 13px;
}.who_we_are ol::before {
    transform: scaleY(0);
    transform-origin: top;
    top: 10px;
    position: absolute;
    transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
    height: calc(100% - 60px);
    width: 3px;
    content: "";
    left: -20px;
    background: linear-gradient(to bottom, rgb(161,181,181), transparent);
}.who_we_are .text_clip:hover ol::before {
    transform: scaleY(1);
}

@keyframes gradientShift {
    0% {
        opacity: 0.2;
        background-position: 0% 0%;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.3;
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.who_we_are {
    padding: 100px 0;
}.who_we_are .text_clip {
    padding: 50px 40px;
}
}

@media (max-width: 992px) {.who_we_are {
    padding: 80px 0;
}.who_we_are .text_clip {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(0.5deg);
}.who_we_are h5 {
    font-size: calc(24px * 1.1);
}.who_we_are p b {
    font-size: calc(13px * 1.3);
}
}

@media (max-width: 768px) {.who_we_are {
    padding: 70px 0;
}.who_we_are .text_clip {
    transform: none;
    padding: 35px 25px;
    border-left-width: 3px;
}.who_we_are h5 {
    margin-bottom: 15px;
    font-size: 24px;
}.who_we_are p {
    font-size: calc(13px * 0.95);
    margin-bottom: 20px;
}.who_we_are p b {
    font-size: calc(13px * 1.2);
}.who_we_are ol li {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.who_we_are {
    padding: 60px 0;
}.who_we_are .text_clip {
    border-left-width: 2px;
    padding: 30px 20px;
}.who_we_are h5 {
    font-size: calc(24px * 0.9);
    letter-spacing: 1.5px;
}.who_we_are p {
    margin-bottom: 15px;
    font-size: calc(13px * 0.9);
}.who_we_are p b {
    font-size: calc(13px * 1.1);
}.who_we_are ol {
    margin-top: 20px;
}.who_we_are ol li {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.who_we_are ol::before {
    width: 2px;
    left: -15px;
}}footer {
    position: relative;
}footer::before {
    opacity: 0.95;
    z-index: 1;
    background: linear-gradient(125deg, #000000 0%, rgb(105,150,139) 100%);
    content: '';
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}.class_guide {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 60px 0;
    z-index: 2;
    position: relative;
}.class_guide .container {
    flex-wrap: wrap;
    display: flex;
}.class_guide .company_holder {
    background: rgba(0, 0, 0, 0.2);
    padding: 25px;
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 14px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.class_guide .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.class_guide .cookie_ctrl {
    text-align: center;
    line-height: 1.7;
    font-size: 14px;
    padding: 15px 20px;
    margin: 0 auto;
    max-width: 80%;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}.class_guide .quiz_links {
    flex: 0 0 100%;
    margin-top: 20px;
}.class_guide .header_start {
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
    justify-content: center;
    display: flex;
}.class_guide .head_learn {
    transition: all 0.3s ease;
    padding: 20px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    border-radius: 14px;
    flex: 0 0 calc(50% - 30px);
}.class_guide .head_learn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
}.class_guide .head_learn h5 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
}.class_guide .head_learn .header_start {
    gap: 12px;
    flex-direction: column;
    display: flex;
    margin-top: 0;
}.class_guide .head_learn .header_start a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 8px 12px;
}.class_guide .head_learn .header_start a:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}.math_tools {
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
}.math_tools::before {
    right: 20%;
    height: 1px;
    opacity: 0.2;
    left: 20%;
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    top: 0;
    content: '';
}.math_tools .container {
    display: flex;
    justify-content: center;
}.math_tools .fellow_prog {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.class_guide .header_start {
    justify-content: space-between;
}.class_guide .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.class_guide .quiz_links {
    flex: 0 0 65%;
}.class_guide .container {
    justify-content: space-between;
    align-items: flex-start;
}.class_guide .cookie_ctrl {
    margin: 0;
    text-align: left;
    max-width: 100%;
}
}

@media (max-width: 767px) {.class_guide .head_learn {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
}.class_guide .company_holder {
    padding: 20px 15px;
}.class_guide .cookie_ctrl {
    max-width: 100%;
    padding: 15px;
}
}

@media (max-width: 576px) {.class_guide {
    padding: 40px 0;
}.class_guide .company_holder h3 {
    font-size: calc(29px * 0.8);
}.class_guide .head_learn h5 {
    font-size: calc(23px * 0.9);
}.class_guide .head_learn .header_start a {
    font-size: calc(14px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 20px 20px;
    content: '';
    z-index: 1;
    top: 0;
}.privacy_silo {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, rgb(224,230,229), rgba(245, 248, 255, 0.95));
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
    color: #000000;
}.privacy_silo::before {
    top: 0;
    z-index: 0;
    right: 0;
    height: 100%;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 50% 0);
    background: linear-gradient(135deg, transparent 15%, rgba(rgb(161,181,181,0.5), 0.03) 70%);
    content: "";
    position: absolute;
    width: 40%;
}.privacy_silo::after {
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139), rgb(161,181,181));
}.privacy_silo .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.privacy_silo h1 {
    position: relative;
    padding-bottom: 1rem;
    font-size: 40px;
    font-weight: 700;
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    color: #000000;
}.privacy_silo h1::after {
    background: linear-gradient(90deg, rgb(161,181,181), transparent);
    left: 0;
    height: 3px;
    width: 6rem;
    content: "";
    bottom: 0;
    position: absolute;
}.privacy_silo h2 {
    margin-top: 3rem;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 33px;
    position: relative;
    padding-left: 1rem;
    transform: translateY(-0.25rem);
}.privacy_silo h2::before {
    top: 0.2em;
    height: 80%;
    background: rgb(161,181,181);
    width: 4px;
    left: 0;
    content: "";
    border-radius: 2px;
    position: absolute;
}.privacy_silo h3 {
    font-weight: 600;
    position: relative;
    color: #000000;
    margin-top: 2.5rem;
    padding-left: 0.75rem;
    margin-bottom: 1.25rem;
    font-size: calc(33px * 0.85);
}.privacy_silo h3::before {
    content: "";
    border-radius: 1.5px;
    top: 0.25em;
    width: 3px;
    left: 0;
    position: absolute;
    height: 75%;
    background: rgb(105,150,139);
}.privacy_silo h4 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 0.5rem;
    position: relative;
    font-weight: 600;
    margin-top: 2rem;
}.privacy_silo h4::before {
    opacity: 0.7;
    left: 0;
    content: "";
    border-radius: 1px;
    width: 2px;
    position: absolute;
    height: 70%;
    background: rgb(105,150,139);
    top: 0.3em;
}.privacy_silo p {
    line-height: 1.7;
    max-width: 90%;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 13px;
    transition: transform 0.3s ease;
}.privacy_silo p strong {
    padding-left: 0.25rem;
    color: #000000;
    background: linear-gradient(to bottom, transparent 85%, rgba(rgb(161,181,181,0.5), 0.15) 15%);
    padding-right: 0.25rem;
    position: relative;
    font-weight: 600;
}.privacy_silo span {
    margin-bottom: 1.5rem;
    display: block;
    position: relative;
    max-width: 95%;
    line-height: 1.7;
    border-left: 1px solid rgba(rgb(105,150,139,0.5), 0.3);
    font-size: 13px;
    color: #000000;
    padding-left: 1rem;
}.privacy_silo ul {
    list-style: none;
    padding-left: 0;
    counter-reset: privacy-counter;
    margin: 2rem 0;
}.privacy_silo li {
    line-height: 1.6;
    font-size: 13px;
    position: relative;
    counter-increment: privacy-counter;
    padding-left: 2.5rem;
    margin-bottom: 1.25rem;
}.privacy_silo li::before {
    content: "";
    height: 1.25rem;
    background: linear-gradient(135deg, rgb(161,181,181), rgb(105,150,139));
    transform: rotate(45deg);
    border-radius: 10px;
    transition: transform 0.3s ease;
    opacity: 0.9;
    width: 1.25rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
}.privacy_silo li::after {
    display: flex;
    left: 0;
    color: #ffffff;
    align-items: center;
    height: 1.25rem;
    position: absolute;
    top: 0.25rem;
    font-weight: 600;
    font-size: 0.75rem;
    content: counter(privacy-counter);
    justify-content: center;
    width: 1.25rem;
}.privacy_silo li:hover::before {
    transform: rotate(45deg) scale(1.1);
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes borderPulse {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.privacy_silo h1, 
.privacy_silo h2, 
.privacy_silo h3, 
.privacy_silo h4,
.privacy_silo p,
.privacy_silo ul {
    animation: fadeIn 0.5s ease-out forwards;
}.privacy_silo::after {
    background-size: 200% 200%;
    animation: borderPulse 8s linear infinite;
}


@media (max-width: 992px) {.privacy_silo {
    padding: 4rem 1.5rem;
}.privacy_silo h1 {
    font-size: calc(40px * 0.9);
}.privacy_silo h2 {
    font-size: calc(33px * 0.9);
}.privacy_silo p, 
    .privacy_silo span {
    max-width: 100%;
}
}

@media (max-width: 768px) {.privacy_silo {
    padding: 3rem 1.25rem;
}.privacy_silo::before {
    opacity: 0.5;
    width: 70%;
}.privacy_silo h1 {
    transform: translateX(0);
    font-size: calc(40px * 0.8);
}.privacy_silo h2 {
    font-size: calc(33px * 0.8);
}.privacy_silo h3 {
    font-size: calc(33px * 0.7);
}.privacy_silo h4 {
    font-size: calc(33px * 0.6);
}.privacy_silo p, 
    .privacy_silo span,
    .privacy_silo li {
    font-size: calc(13px * 0.95);
}.privacy_silo li {
    padding-left: 2rem;
}
}

@media (max-width: 576px) {.privacy_silo {
    padding: 2.5rem 1rem;
}.privacy_silo h1 {
    font-size: calc(40px * 0.7);
}.privacy_silo h1::after {
    width: 5rem;
}.privacy_silo h2 {
    padding-left: 0.75rem;
}.privacy_silo h3 {
    padding-left: 0.5rem;
}.privacy_silo p, 
    .privacy_silo span {
    line-height: 1.6;
}.privacy_silo li {
    padding-left: 1.75rem;
    margin-bottom: 1rem;
}.privacy_silo li::before,
    .privacy_silo li::after {
    width: 1rem;
    height: 1rem;
}}.pricing_set {
    background-color: rgb(224,230,229);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.pricing_set::before {
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    pointer-events: none;
    position: absolute;
    background: linear-gradient(135deg, rgb(161,181,181,0.5) 0%, transparent 70%);
}.pricing_set::after {
    width: 20rem;
    pointer-events: none;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
    right: -5rem;
    background: linear-gradient(225deg, rgb(105,150,139) 0%, transparent 80%);
    height: 20rem;
    z-index: 1;
    bottom: -5rem;
    opacity: 0.15;
}.pricing_set .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    z-index: 2;
}.pricing_set .value_fees {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 3rem;
}.pricing_set .deal_grid {
    background-color: #ffffff;
    transform: translateZ(0);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2rem;
    position: relative;
    border-left: 4px solid rgb(161,181,181);
}.pricing_set .deal_grid::before {
    top: 20px;
    height: 40px;
    transform: rotate(45deg);
    background-color: rgb(161,181,181);
    position: absolute;
    width: 40px;
    content: "";
    left: -20px;
    z-index: -1;
}.pricing_set .deal_grid h2 {
    color: #000000;
    font-weight: 700;
    position: relative;
    transform: perspective(800px) translateZ(30px);
    font-size: 29px;
    margin-bottom: 1.5rem;
}.pricing_set .deal_grid h2::after {
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
    bottom: -10px;
    width: 80px;
    height: 3px;
    position: absolute;
}.pricing_set .deal_grid .training_sub {
    max-width: 80%;
    color: #000000;
    font-size: 18px;
    line-height: 1.6;
}.pricing_set .fee_board {
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}.pricing_set .fee_struct {
    color: inherit;
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
    position: relative;
    transform-style: preserve-3d;
}.pricing_set .fee_struct:hover {
    transform: translateY(-10px);
}.pricing_set .plan_deals {
    flex-direction: column;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    height: 100%;
    transform: translateZ(0);
}.pricing_set .fee_struct:hover .plan_deals {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(161,181,181,0.5);
    transform: translateZ(20px);
}.pricing_set .fee_struct:nth-child(odd) .plan_deals {
    transform: rotate(-1deg);
}.pricing_set .fee_struct:nth-child(even) .plan_deals {
    transform: rotate(1deg);
}.pricing_set .fee_struct:hover .plan_deals {
    transform: rotate(0) translateZ(20px);
}.pricing_set .edu_rates {
    flex-direction: column;
    flex: 1;
    overflow-wrap: break-word;
    padding: 2rem;
    display: flex;
    z-index: 2;
    position: relative;
    word-break: break-word;
}.pricing_set .edu_rates::before {
    z-index: -1;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}.pricing_set .edu_rates h3 {
    font-size: calc(23px * 1.2);
    position: relative;
    color: #000000;
    transition: transform 0.3s ease;
    font-weight: 600;
    margin-bottom: 1rem;
    transform: translateZ(10px);
}.pricing_set .fee_struct:hover .edu_rates h3 {
    transform: translateZ(25px);
}.pricing_set .edu_rates h3::after {
    background: rgb(161,181,181);
    bottom: -8px;
    content: "";
    width: 40px;
    left: 0;
    position: absolute;
    height: 3px;
    transition: width 0.3s ease;
}.pricing_set .fee_struct:hover .edu_rates h3::after {
    width: 60px;
}.pricing_set .study_rates {
    transform: translateZ(15px);
    font-size: calc(23px * 1.8);
    color: rgb(161,181,181);
    position: relative;
    margin: 0.5rem 0 1.5rem;
    font-weight: 700;
    display: block;
}.pricing_set .study_rates::before {
    width: 80px;
    background: linear-gradient(90deg, rgb(161,181,181,0.5), transparent);
    bottom: -8px;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
}.pricing_set .edu_rates p {
    line-height: 1.6;
    overflow-wrap: break-word;
    flex: 1;
    font-size: 18px;
    margin-top: 1rem;
    color: #000000;
    word-break: break-word;
}.pricing_set .pic_card {
    height: 200px;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    width: 100%;
    position: relative;
}.pricing_set .fee_struct:hover .pic_card {
    transform: scale(1.05) translateZ(0);
}.pricing_set .pic_card::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 50%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    content: "";
    left: 0;
}.pricing_set .pic_card::before {
    top: 0;
    content: "";
    background: rgb(161,181,181);
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.15;
    left: 0;
    transition: opacity 0.3s ease;
}.pricing_set .fee_struct:hover .pic_card::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.pricing_set .value_fees {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.pricing_set .deal_grid {
    padding: 3rem;
}.pricing_set .fee_board {
    grid-row: 1;
    grid-column: 1;
}.pricing_set .deal_grid {
    top: 2rem;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-row: 1;
    align-self: start;
    position: sticky;
    grid-column: 2;
}.pricing_set .deal_grid:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.pricing_set .fee_board {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing_set .edu_rates {
    min-height: 300px;
}
}

@media (max-width: 991px) {.pricing_set {
    padding: 4rem 0;
}.pricing_set .deal_grid {
    order: -1;
}.pricing_set .deal_grid h2 {
    font-size: calc(29px * 0.9);
}.pricing_set .deal_grid .training_sub {
    max-width: 100%;
}
}

@media (max-width: 767px) {.pricing_set {
    padding: 3rem 0;
}.pricing_set .container {
    padding: 0 1.5rem;
}.pricing_set .fee_board {
    grid-template-columns: 1fr;
}.pricing_set .deal_grid h2 {
    font-size: calc(29px * 0.8);
}.pricing_set .edu_rates {
    padding: 1.5rem;
}.pricing_set .study_rates {
    font-size: calc(23px * 1.5);
}.pricing_set .pic_card {
    height: 180px;
}
}

@media (max-width: 480px) {.pricing_set .edu_rates p {
    font-size: calc(18px * 0.9);
}.pricing_set .edu_rates h3 {
    font-size: 23px;
}.pricing_set .study_rates {
    font-size: calc(23px * 1.3);
}.pricing_set .pic_card {
    height: 160px;
}}.data_overview {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(224,230,229) 0%, rgb(105,150,139,0.5) 100%);
    position: relative;
    overflow: hidden;
}.data_overview::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background-image: linear-gradient(30deg, rgb(161,181,181,0.5) 5%, transparent 35%);
}.data_overview::after {
    content: "";
    filter: blur(30px);
    z-index: 1;
    bottom: -10%;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(105,150,139,0.5) 0%, transparent 70%);
    height: 25rem;
    width: 25rem;
    position: absolute;
    right: -5%;
}.data_overview h3 {
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 700;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) translateZ(20px);
    font-size: 30px;
    color: #000000;
}.data_overview h3::after {
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
    bottom: -10px;
    width: 80px;
    left: 50%;
    content: "";
    background: linear-gradient(90deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
}.data_overview .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    padding: 0;
    perspective: 1000px;
    list-style: none;
    display: grid;
    gap: 2rem;
}.data_overview .career_statistics {
    transform: perspective(800px) rotateX(2deg) translateZ(0);
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.6) 100%);
    border-left: 4px solid rgb(161,181,181);
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    transform-origin: center bottom;
}.data_overview .career_statistics::before {
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 15%, rgba(255,255,255,0.4) 30%, transparent 40%);
    position: absolute;
    transition: transform 0.8s ease;
    transform: translateX(-100%);
}.data_overview .career_statistics:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1), 0 5px 15px rgba(0,0,0,0.07);
    transform: perspective(800px) rotateX(0) translateZ(5px) scale(1.02);
}.data_overview .career_statistics:hover::before {
    transform: translateX(100%);
}.data_overview .career_statistics span {
    transition: transform 0.3s ease;
    font-weight: 600;
    font-size: calc(12px * 0.9);
    position: relative;
    transform: translateY(0);
    color: #000000;
    display: block;
    margin-bottom: 0.75rem;
}.data_overview .career_statistics:hover span {
    transform: translateY(-2px);
}.data_overview .career_statistics p {
    font-weight: 700;
    margin: 0;
    opacity: 0;
    display: inline-block;
    background-clip: text !important;
    background: linear-gradient(90deg, rgb(161,181,181), rgb(105,150,139));
    font-size: calc(30px * 1.2);
    color: transparent;
    -webkit-background-clip: text !important;
    transform: translateY(10px);
    animation: fadeUp 0.5s forwards 0.2s;
    color: rgb(161,181,181);
    position: relative;
}.data_overview .career_statistics p::after {
    font-size: calc(18px * 0.8);
    right: -15px;
    content: "+";
    top: 0;
    position: absolute;
    opacity: 0.7;
}

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

@media (max-width: 992px) {.data_overview {
    padding: 4rem 0;
}.data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.5rem;
}.data_overview .career_statistics {
    padding: 1.25rem;
}
}

@media (max-width: 768px) {.data_overview {
    padding: 3rem 0;
}.data_overview h3 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
}.data_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1.25rem;
}.data_overview .career_statistics {
    transform: perspective(800px) rotateX(0) translateZ(0);
}.data_overview .career_statistics p {
    font-size: calc(30px * 1);
}
}

@media (max-width: 576px) {.data_overview {
    padding: 2.5rem 0;
}.data_overview h3 {
    font-size: calc(30px * 0.8);
}.data_overview ul {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 300px;
}.data_overview .career_statistics {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: none;
}.data_overview .career_statistics:hover {
    transform: translateY(-5px);
}.data_overview .career_statistics p {
    font-size: calc(30px * 0.9);
}}.contact_box {
    background: rgb(224,230,229);
    padding: 120px 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
}.contact_box::before {
    z-index: 0;
    content: '';
    top: 0;
    height: 100%;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.5;
    background-blend-mode: multiply;
}.contact_box .pic_card {
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0.07;
    z-index: 0;
    filter: contrast(1.2) saturate(0.8);
    top: 0;
}.contact_box .container {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.contact_box h3 {
    font-family: Arial, sans-serif;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 300;
    text-align: center;
    color: #000000;
    margin-bottom: 70px;
    position: relative;
}.contact_box .inquiry_query {
    display: flex;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
}.contact_box .inquiry_block {
    position: relative;
    justify-content: center;
    display: flex;
    flex: 1 1 55%;
    flex-direction: column;
    z-index: 1;
    background: #ffffff;
    padding: 80px;
}.contact_box .inquiry_block::before {
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    z-index: -1;
}.contact_box .inquiry_block #contact {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
}.contact_box .inquiry_block h3 {
    color: #000000;
    font-weight: 300;
    font-size: 21px;
    text-align: center;
    margin-bottom: 40px;
}.contact_box .inquiry_block input[type="text"],
.contact_box .inquiry_block textarea {
    margin-bottom: 30px;
    font-size: 15px;
    padding: 20px 25px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    color: #000000;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 50px;
}.contact_box .inquiry_block textarea {
    height: 150px;
    border-radius: 25px;
    resize: vertical;
    padding-top: 25px;
}.contact_box .inquiry_block input[type="text"]:focus,
.contact_box .inquiry_block textarea:focus {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(161,181,181,0.5);
    outline: none;
    background-color: rgba(0, 0, 0, 0.015);
}.contact_box .inquiry_block .query_grid {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
    justify-content: center;
}.contact_box .inquiry_block .query_grid input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_box .inquiry_block .query_grid label {
    cursor: pointer;
    font-size: calc(15px - 2px);
    color: #000000;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
}.contact_box .inquiry_block .query_grid label::before {
    position: absolute;
    left: 0;
    top: 2px;
    background-color: transparent;
    border-radius: 50%;
    height: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    width: 22px;
    content: '';
    transition: all 0.3s ease;
}.contact_box .inquiry_block .query_grid input[type="checkbox"]:checked + label::before {
    border-color: rgb(161,181,181);
    background-color: rgb(161,181,181);
}.contact_box .inquiry_block .query_grid input[type="checkbox"]:checked + label::after {
    transform: rotate(-45deg);
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 10px;
    content: '';
    border-left: 2px solid #ffffff;
    width: 8px;
    height: 5px;
    left: 7px;
}.contact_box .inquiry_block .query_grid a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(161,181,181);
}.contact_box .inquiry_block .query_grid a:hover {
    color: rgb(105,150,139);
}.contact_box .inquiry_block .contact_request {
    background: rgb(161,181,181);
    margin: 0 auto;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.3s ease;
    font-size: 17px;
    position: relative;
    font-weight: 400;
    border: none;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    padding: 18px;
}.contact_box .inquiry_block .contact_request::before {
    height: 100%;
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    left: -100%;
    content: '';
    top: 0;
    width: 100%;
}.contact_box .inquiry_block .contact_request:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(161,181,181,0.5);
    background: rgb(105,150,139);
}.contact_box .inquiry_block .contact_request:hover::before {
    left: 100%;
}.contact_box .connect_panel {
    flex: 1 1 45%;
    background: linear-gradient(135deg, rgb(161,181,181) 0%, rgb(105,150,139) 100%);
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 80px 60px;
    justify-content: center;
    flex-direction: column;
}.contact_box .connect_panel::before {
    z-index: 0;
    left: -50%;
    top: -50%;
    height: 200%;
    background-size: 250px 250px;
    background: 
        radial-gradient(
            circle at center,
            transparent 0,
            transparent 100px,
            rgba(255, 255, 255, 0.03) 100px,
            rgba(255, 255, 255, 0.03) 150px,
            transparent 150px,
            transparent
        );
    width: 200%;
    position: absolute;
    opacity: 0.7;
    content: '';
}.contact_box .connect_panel h4 {
    font-weight: 300;
    position: relative;
    color: #ffffff;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
    font-size: 21px;
}.contact_box .connect_panel .support_block {
    padding: 0;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    list-style: none;
}.contact_box .connect_panel .support_block li {
    align-items: center;
    display: flex;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 35px;
}.contact_box .connect_panel .support_block li:last-child {
    margin-bottom: 0;
}.contact_box .connect_panel .support_block li:hover {
    transform: translateX(5px);
}.contact_box .connect_panel .support_block li svg {
    width: 22px;
    height: 22px;
    margin-right: 20px;
    opacity: 0.9;
    flex-shrink: 0;
}.contact_box .connect_panel .support_block li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.contact_box .connect_panel .support_block li span {
    font-size: 15px;
    position: relative;
    line-height: 1.5;
    color: #ffffff;
}.contact_box .connect_panel .support_block li span::after {
    height: 1px;
    bottom: -8px;
    transition: width 0.3s ease;
    content: '';
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    width: 0;
    left: 0;
}.contact_box .connect_panel .support_block li:hover span::after {
    width: 100%;
}.contact_box .connect_panel .support_block li a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.contact_box .connect_panel .support_block li a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_box {
    padding: 80px 0;
}.contact_box .inquiry_query {
    flex-direction: column;
}.contact_box .inquiry_block,
    .contact_box .connect_panel {
    padding: 60px 40px;
    flex: 1 1 100%;
}
}

@media (max-width: 768px) {.contact_box {
    padding: 60px 0;
}.contact_box h3 {
    margin-bottom: 50px;
    font-size: calc(32px - 4px);
}.contact_box .inquiry_block h3,
    .contact_box .connect_panel h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.contact_box .inquiry_block input[type="text"],
    .contact_box .inquiry_block textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.contact_box .inquiry_block textarea {
    height: 120px;
}.contact_box .inquiry_block .contact_request {
    padding: 16px;
}.contact_box .connect_panel .support_block li {
    margin-bottom: 25px;
}
}

@media (max-width: 576px) {.contact_box {
    padding: 50px 0;
}.contact_box .inquiry_block,
    .contact_box .connect_panel {
    padding: 40px 25px;
}.contact_box h3 {
    font-size: calc(32px - 6px);
}.contact_box .inquiry_block .query_grid label {
    font-size: calc(15px - 3px);
}.contact_box .inquiry_query {
    border-radius: 20px;
}.contact_box .inquiry_block input[type="text"],
    .contact_box .inquiry_block textarea {
    border-radius: 25px;
}.contact_box .inquiry_block textarea {
    border-radius: 20px;
}
}