﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    max-width: 100%;
    width: 1175px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    min-height: 100%;
    color: #000000;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.Icontainer-wrap {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.tpitch_comp {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.Jtop_sitewrap {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Ctraining_method {
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    padding: 120px 0 80px;
    background: linear-gradient(145deg, rgb(208,229,221) 40%, rgb(116,172,163,0.5) 100%);
}.Ctraining_method::before {
    height: 100%;
    left: 0;
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        45deg,
        rgb(163,201,190,0.5) 0px,
        transparent 2px,
        transparent 8px,
        rgb(163,201,190,0.5) 10px
    );
    position: absolute;
    top: 0;
}.Ctraining_method::after {
    top: -50%;
    width: 70%;
    height: 200%;
    right: -20%;
    pointer-events: none;
    opacity: 0.1;
    transform: rotate(15deg) translateZ(-10px);
    content: "";
    position: absolute;
    background: linear-gradient(
        135deg,
        rgb(163,201,190,0.5) 10%,
        rgb(116,172,163,0.5) 50%,
        transparent 90%
    );
}.Ctraining_method .container.Wclass_sessions {
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.Ctraining_method .container.Wclass_sessions > div {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateZ(20px) rotateX(2deg);
    border-left: 5px solid rgb(163,201,190);
    margin-left: auto;
    padding: 3.5rem 3rem;
    max-width: 92%;
    position: relative;
    background: linear-gradient(
        165deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.8) 100%
    );
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.Ctraining_method .container.Wclass_sessions > div:hover {
    transform: translateZ(30px) rotateX(0deg);
}.Ctraining_method h3 {
    position: relative;
    font-size: calc(34px * 0.85);
    color: #000000;
    margin-bottom: 2rem;
    transform: translateZ(5px);
    font-weight: 700;
}.Ctraining_method h3::before {
    transform: scaleX(1);
    left: 0;
    transition: transform 0.4s ease-out;
    height: 3px;
    transform-origin: left center;
    background: linear-gradient(
        to right,
        rgb(163,201,190) 0%,
        rgb(116,172,163) 100%
    );
    bottom: -10px;
    width: 80px;
    position: absolute;
    content: "";
}.Ctraining_method .container.Wclass_sessions > div:hover h3::before {
    transform: scaleX(1.3);
}.Ctraining_method p {
    margin-bottom: 0;
    transform: translateZ(5px);
    position: relative;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
}.Ctraining_method p span {
    padding-left: 10px;
    display: block;
    position: relative;
}.Ctraining_method p span::before {
    position: absolute;
    left: -15px;
    background-color: rgb(163,201,190);
    top: 0.8em;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateX(-10px);
    width: 15px;
    content: "";
    height: 2px;
}.Ctraining_method .container.Wclass_sessions > div:hover p span::before {
    transform: translateX(0);
    opacity: 1;
}

@media (min-width: 992px) {.Ctraining_method {
    padding: 150px 0 100px;
}.Ctraining_method .container.Wclass_sessions > div {
    margin-left: auto;
    max-width: 85%;
    padding: 4rem 4.5rem;
    transform: translateZ(30px) rotateX(2deg) rotateY(-1deg);
}.Ctraining_method .container.Wclass_sessions > div:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.Ctraining_method h3 {
    margin-bottom: 2.5rem;
    font-size: 34px;
}.Ctraining_method p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 991px) {.Ctraining_method {
    padding: 90px 0 60px;
}.Ctraining_method .container.Wclass_sessions > div {
    transform: translateZ(10px) rotateX(1deg);
    max-width: 95%;
    padding: 2.5rem 2rem;
}.Ctraining_method h3 {
    font-size: calc(34px * 0.8);
}
}

@media (max-width: 767px) {.Ctraining_method {
    padding: 70px 0 50px;
}.Ctraining_method .container.Wclass_sessions > div {
    padding: 2rem 1.5rem;
    transform: translateZ(5px) rotateX(0deg);
    max-width: 100%;
}.Ctraining_method h3 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.Ctraining_method h3::before {
    width: 60px;
}.Ctraining_method p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.Ctraining_method {
    padding: 60px 0 40px;
}.Ctraining_method .container.Wclass_sessions > div {
    padding: 1.8rem 1.2rem;
    border-left-width: 3px;
}.Ctraining_method h3 {
    margin-bottom: 1.2rem;
    font-size: calc(34px * 0.6);
}.Ctraining_method h3::before {
    height: 2px;
    width: 50px;
}.Ctraining_method p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.Ctraining_method .container.Wclass_sessions > div,
    .Ctraining_method .container.Wclass_sessions > div:hover,
    .Ctraining_method h3::before,
    .Ctraining_method p span::before {
    transform: none;
    transition: none;
}}.Wservice_info {
    position: relative;
    padding: 90px 0;
    background: linear-gradient(125deg, rgb(163,201,190,0.5) 0%, rgb(208,229,221) 65%, rgb(116,172,163,0.5) 100%);
    overflow: hidden;
}.Wservice_info::before {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
}.Wservice_info::after {
    height: 200%;
    opacity: 0.6;
    position: absolute;
    top: -50%;
    animation: rotate 40s linear infinite;
    width: 200%;
    left: -50%;
    background: radial-gradient(circle, rgb(163,201,190,0.5) 0%, transparent 25%);
    z-index: 0;
    content: "";
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.Wservice_info .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 20px;
}.Wservice_info .Jrequest_support {
    grid-template-columns: 1.2fr 0.8fr 1fr;
    display: grid;
    perspective: 1000px;
    gap: 24px;
    position: relative;
}.Wservice_info .glearn_ask {
    border-top: 4px solid rgb(163,201,190);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 15px;
    transform-style: preserve-3d;
    position: relative;
    background: #ffffff;
    padding: 35px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.Wservice_info .glearn_ask::before {
    transition: opacity 0.3s ease;
    height: 150px;
    border-radius: 0 0 15px 0;
    bottom: 0;
    z-index: 0;
    right: 0;
    position: absolute;
    width: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(163,201,190,0.5) 100%);
    content: "";
    opacity: 0.1;
}.Wservice_info .glearn_ask::after {
    transition: opacity 0.3s ease;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    content: "";
    position: absolute;
    opacity: 0.8;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}.Wservice_info .glearn_ask:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
}.Wservice_info .glearn_ask:hover::before {
    opacity: 0.2;
}.Wservice_info h2 {
    font-weight: 700;
    transform: translateZ(10px);
    margin-bottom: 28px;
    position: relative;
    font-size: 36px;
    color: #000000;
}.Wservice_info h2::before {
    transition: width 0.3s ease;
    bottom: -12px;
    width: 40px;
    height: 4px;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(163,201,190);
    border-radius: 10px;
}.Wservice_info .glearn_ask:hover h2::before {
    width: 60px;
}.Wservice_info h3 {
    color: #000000;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 23px;
}.Wservice_info p {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
    z-index: 1;
    margin-bottom: 16px;
    position: relative;
}.Wservice_info .Kedu_input {
    color: rgb(163,201,190);
    margin-bottom: 20px;
    font-weight: 600;
    font-size: calc(13px * 1.15);
    letter-spacing: 0.02em;
}.Wservice_info .Lfeedback_form {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}.Wservice_info .Flearn_help {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.Wservice_info .Oget_contactwidget {
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
}.Wservice_info .Oget_contactwidget span {
    padding: 7px 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: calc(13px * 0.85);
    border-radius: 30px;
    color: #000000;
    transition: all 0.3s ease;
    display: inline-block;
    background: rgba(0, 0, 0, 0.03);
}.Wservice_info .Oget_contactwidget span:hover {
    border-color: rgb(163,201,190);
    color: #ffffff;
    background: rgb(163,201,190);
    transform: translateY(-2px);
}.Wservice_info .glearn_ask .vpic_wrapper {
    width: 100%;
    height: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    position: relative;
    transform: translateZ(20px);
    transition: transform 0.4s ease-out;
    overflow: hidden;
}.Wservice_info .glearn_ask:nth-child(2):hover .vpic_wrapper {
    transform: translateZ(30px) scale(1.03);
}.Wservice_info .glearn_ask .vpic_wrapper::after {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    content: "";
    opacity: 0.6;
    transition: opacity 0.3s ease;
}.Wservice_info .glearn_ask:hover .vpic_wrapper::after {
    opacity: 0.4;
}.Wservice_info .gtalk_team {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.Wservice_info .gtalk_team a {
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateZ(5px);
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
    padding: 18px;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}.Wservice_info .gtalk_team a::before {
    z-index: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(163,201,190,0.5), transparent);
    transition: opacity 0.3s ease;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.Wservice_info .gtalk_team a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(10px);
    border-color: rgb(163,201,190,0.5);
}.Wservice_info .gtalk_team a:hover::before {
    opacity: 0.15;
}.Wservice_info .gtalk_team a span {
    margin-right: 10px;
    position: relative;
    font-size: calc(13px * 0.85);
    font-weight: 600;
    z-index: 1;
    color: rgb(163,201,190);
}.Wservice_info .gtalk_team a p {
    flex-grow: 1;
    margin: 0;
    position: relative;
    font-size: 13px;
    color: #000000;
    font-weight: 400;
    z-index: 1;
}.Wservice_info svg {
    z-index: 1;
    height: 22px;
    transition: transform 0.3s ease;
    margin-right: 12px;
    width: 22px;
    position: relative;
    fill: rgb(163,201,190);
}.Wservice_info svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,201,190);
}.Wservice_info .gtalk_team a:hover svg {
    transform: scale(1.1);
}.Wservice_info .gtalk_team a:hover svg,
.Wservice_info .gtalk_team a:hover svg path {
    fill: rgb(116,172,163);
}

@media (max-width: 992px) {.Wservice_info {
    padding: 70px 0;
}.Wservice_info .Jrequest_support {
    grid-template-columns: 1fr 1fr;
}.Wservice_info .glearn_ask:last-child {
    grid-column: span 2;
}.Wservice_info .glearn_ask {
    padding: 30px;
}
}

@media (max-width: 768px) {.Wservice_info {
    padding: 50px 0;
}.Wservice_info .Jrequest_support {
    grid-template-columns: 1fr;
}.Wservice_info .glearn_ask:last-child {
    grid-column: span 1;
}.Wservice_info h2 {
    font-size: calc(36px * 0.9);
}.Wservice_info .glearn_ask .vpic_wrapper {
    height: 280px;
}.Wservice_info .gtalk_team {
    gap: 15px;
}
}

@media (max-width: 576px) {.Wservice_info {
    padding: 40px 0;
}.Wservice_info .glearn_ask {
    padding: 25px 20px;
}.Wservice_info h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 25px;
}.Wservice_info p {
    font-size: calc(13px * 0.95);
}.Wservice_info .Oget_contactwidget {
    flex-direction: column;
    gap: 8px;
}.Wservice_info .Oget_contactwidget span {
    width: 100%;
    text-align: center;
}.Wservice_info .glearn_ask .vpic_wrapper {
    height: 220px;
}.Wservice_info .gtalk_team a {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px;
}.Wservice_info .gtalk_team a span {
    margin-right: 0;
    margin-bottom: 5px;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.Wservice_info .gtalk_team a::after {
    transform: translateY(-50%);
    top: 50%;
    width: 12px;
    border-top: 2px solid rgb(163,201,190,0.5);
    border-right: 2px solid rgb(163,201,190,0.5);
    content: "";
    transform: translateY(-50%) rotate(45deg);
    right: 15px;
    position: absolute;
    height: 12px;
    transition: transform 0.3s ease, border-color 0.3s ease;
}.Wservice_info .gtalk_team a:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    border-color: rgb(116,172,163);
}.Wservice_info .Flearn_help h3::before {
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    transform: translateY(-1px);
    background: rgb(163,201,190,0.5);
    border-radius: 50%;
    width: 18px;
    content: "";
    display: inline-block;
}.Wservice_info .glearn_ask:first-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.Wservice_info .glearn_ask:nth-child(2) {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.Wservice_info .glearn_ask:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.Wservice_info .container::before {
    top: -150px;
    height: 300px;
    width: 300px;
    background: radial-gradient(circle, rgb(116,172,163,0.5) 0%, transparent 70%);
    opacity: 0.3;
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    right: -150px;
    content: "";
}.Wservice_info .container::after {
    width: 250px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
    height: 250px;
    z-index: -1;
    background: radial-gradient(circle, rgb(163,201,190,0.5) 0%, transparent 70%);
    content: "";
    bottom: -100px;
    left: -100px;
}.Wservice_info .glearn_ask:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}.Wservice_info .glearn_ask:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.Wservice_info .Oget_contactwidget span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}.Wservice_info .Oget_contactwidget span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}.EthxNote {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(208,229,221), rgb(208,229,221) 60%, rgb(116,172,163,0.5) 140%);
}.EthxNote::before {
    background: linear-gradient(145deg, rgb(163,201,190,0.5) 10%, transparent 70%);
    position: absolute;
    top: -5%;
    opacity: 0.8;
    transform: rotate(15deg) skew(5deg);
    right: -10%;
    filter: blur(20px);
    content: "";
    animation: float 18s ease-in-out infinite alternate;
    width: 50%;
    z-index: 1;
    height: 70%;
}.EthxNote::after {
    width: 40%;
    z-index: 1;
    transform: rotate(-10deg) skew(-5deg);
    background: linear-gradient(215deg, rgb(116,172,163,0.5) 15%, transparent 65%);
    position: absolute;
    animation: float 15s ease-in-out infinite alternate-reverse;
    filter: blur(15px);
    left: -5%;
    height: 60%;
    content: "";
    opacity: 0.7;
    bottom: -8%;
}.EthxNote .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
}.EthxNote h2 {
    color: #000000;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 2rem;
    max-width: 90%;
    line-height: 1.3;
    position: relative;
    font-size: 29px;
    font-weight: 700;
    font-family: Arial, sans-serif;
}.EthxNote h2::after {
    position: absolute;
    content: "";
    transform-origin: left center;
    transform: scaleX(1);
    transition: transform 0.6s ease-out;
    left: 0;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    bottom: -0.8rem;
}.EthxNote:hover h2 {
    transform: translateY(-5px);
}.EthxNote:hover h2::after {
    transform: scaleX(1.2);
}.EthxNote .Wclass_sessions {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin-top: 1rem;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    padding: 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: calc(27px / 1.5);
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.EthxNote .Wclass_sessions::before {
    content: "";
    height: 4px;
    background-size: 200% 100%;
    top: 0;
    width: 100%;
    position: absolute;
    animation: gradientMove 8s ease infinite;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163), rgb(163,201,190));
    left: 0;
}.EthxNote .Wclass_sessions:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}.EthxNote ul {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}.EthxNote li {
    position: relative;
    margin-bottom: 0.5rem;
    padding-left: 2rem;
}.EthxNote li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 10px;
    content: "";
    transform: scale(0.8);
    background: rgb(163,201,190);
    top: 0.5rem;
    height: 10px;
    left: 0;
    border-radius: 50%;
    position: absolute;
}.EthxNote li:hover::before {
    transform: scale(1.1);
    background: rgb(116,172,163);
}.EthxNote li span {
    display: block;
    line-height: 1.7;
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(16px * 1.05);
    font-family: Arial, sans-serif;
}.EthxNote li:hover span {
    transform: translateX(5px);
}

@keyframes float {
    0% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(12deg) skew(3deg);
    }
    100% {
        transform: translateY(0) rotate(15deg) skew(5deg);
    }
}

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

@media (max-width: 992px) {.EthxNote {
    padding: 4rem 0;
}.EthxNote h2 {
    max-width: 100%;
    font-size: calc(29px * 0.9);
}.EthxNote .Wclass_sessions {
    padding: 2rem;
}
}

@media (max-width: 768px) {.EthxNote {
    padding: 3.5rem 0;
}.EthxNote h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.EthxNote h2::after {
    height: 3px;
    width: 60px;
}.EthxNote .Wclass_sessions {
    padding: 1.8rem;
}.EthxNote li {
    padding-left: 1.8rem;
}.EthxNote li span {
    font-size: 16px;
}
}

@media (max-width: 576px) {.EthxNote {
    padding: 3rem 0;
}.EthxNote h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.2rem;
}.EthxNote h2::after {
    height: 3px;
    width: 50px;
}.EthxNote .Wclass_sessions {
    padding: 1.5rem;
    margin-top: 0.5rem;
}.EthxNote li {
    padding-left: 1.5rem;
}.EthxNote li::before {
    height: 8px;
    top: 0.4rem;
    width: 8px;
}.EthxNote li span {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.Ucontact_information {
    position: relative;
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
    overflow: hidden;
}.Ucontact_information::before {
    bottom: 0;
    right: 0;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(163,201,190), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(116,172,163), 0.05) 0%, transparent 30%);
    top: 0;
    position: absolute;
    left: 0;
}.Ucontact_information::after {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(rgb(163,201,190), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(163,201,190), 0.03) 1px, transparent 1px);
    opacity: 0.6;
    width: 100%;
    position: absolute;
    z-index: 1;
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.Ucontact_information .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.Ucontact_information h2 {
    font-weight: 700;
    font-size: 38px;
    left: 50%;
    color: #000000;
    display: inline-block;
    margin-bottom: 50px;
    transform: translateX(-50%);
    position: relative;
    text-align: center;
}.Ucontact_information h2::after {
    width: 70%;
    left: 15%;
    background: linear-gradient(90deg, transparent, rgb(163,201,190), transparent);
    content: "";
    bottom: -15px;
    position: absolute;
    height: 3px;
}.Ucontact_information .irequest_support {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(163,201,190), 0.05);
    transform: translateY(0);
    border-radius: 13px;
    overflow: hidden;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    position: relative;
}.Ucontact_information .irequest_support:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(163,201,190), 0.1);
}.Ucontact_information .irequest_support::before {
    width: 5px;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(163,201,190), rgb(116,172,163));
}.Ucontact_information .vpic_wrapper {
    position: relative;
    overflow: hidden;
    width: 45%;
}.Ucontact_information .vpic_wrapper::after {
    height: 100%;
    background: linear-gradient(135deg, 
                rgba(rgb(163,201,190), 0.3) 0%, 
                rgba(rgb(116,172,163), 0.3) 100%);
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    mix-blend-mode: overlay;
    left: 0;
}.Ucontact_information .vpic_wrapper::before {
    animation: shine 6s infinite;
    background: rgba(255, 255, 255, 0.2);
    width: 150%;
    height: 150px;
    content: "";
    left: -100px;
    top: -100px;
    transform: rotate(45deg);
    position: absolute;
    z-index: 2;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.Ucontact_information .wmessage_reach {
    width: 55%;
    position: relative;
    padding: 50px 40px;
}.Ucontact_information .wmessage_reach::before {
    position: absolute;
    z-index: 0;
    width: 200px;
    right: -50px;
    top: -50px;
    height: 200px;
    content: "";
    border-radius: 50%;
    background: radial-gradient(circle, rgba(rgb(163,201,190), 0.05) 0%, transparent 70%);
}.Ucontact_information form {
    position: relative;
    z-index: 2;
}.Ucontact_information form h3 {
    position: relative;
    font-size: 19px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}.Ucontact_information form h3::after {
    height: 2px;
    bottom: -10px;
    left: 0;
    content: "";
    background: rgb(163,201,190);
    width: 40px;
    position: absolute;
}.Ucontact_information form input[type="text"] {
    font-size: 15px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    border: 1px solid rgba(#000000, 0.1);
    font-family: Arial, sans-serif;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
}.Ucontact_information form input[type="text"]:focus {
    box-shadow: 0 0 0 3px rgba(rgb(163,201,190), 0.1);
    background: #ffffff;
    outline: none;
    border-color: rgb(163,201,190);
}.Ucontact_information form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.Ucontact_information form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.Ucontact_information .crequest_links {
    position: relative;
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.Ucontact_information .crequest_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    height: 0;
    cursor: pointer;
    width: 0;
}.Ucontact_information .crequest_links label {
    user-select: none;
    line-height: 1.4;
    cursor: pointer;
    font-size: 16px;
    padding-left: 35px;
    position: relative;
    color: #000000;
}.Ucontact_information .crequest_links label::before {
    width: 22px;
    top: 0;
    height: 22px;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    background: rgba(#ffffff, 0.8);
    border: 1px solid rgba(#000000, 0.2);
    position: absolute;
    border-radius: 10px;
}.Ucontact_information .crequest_links input[type="checkbox"]:checked + label::before {
    border-color: rgb(163,201,190);
    background: rgb(163,201,190);
}.Ucontact_information .crequest_links input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
    height: 12px;
    transform: rotate(45deg);
    content: "";
    border: solid #ffffff;
}.Ucontact_information .crequest_links label a {
    text-decoration: none;
    position: relative;
    color: rgb(163,201,190);
    transition: all 0.3s ease;
}.Ucontact_information .crequest_links label a::after {
    transform-origin: left;
    transition: transform 0.3s ease;
    background: rgb(163,201,190);
    transform: scaleX(0);
    width: 100%;
    position: absolute;
    height: 1px;
    content: "";
    bottom: -2px;
    left: 0;
}.Ucontact_information .crequest_links label a:hover {
    color: rgb(116,172,163);
}.Ucontact_information .crequest_links label a:hover::after {
    background: rgb(116,172,163);
    transform: scaleX(1);
}.Ucontact_information .vrequest_help {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    color: #ffffff;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    font-size: 14px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.3s ease;
    padding: 15px 20px;
    width: 100%;
    position: relative;
}.Ucontact_information .vrequest_help::before {
    opacity: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    width: 100%;
    z-index: -1;
    position: absolute;
    content: "";
    left: 0;
    transition: opacity 0.3s ease;
}.Ucontact_information .vrequest_help:hover::before {
    opacity: 1;
}.Ucontact_information .vrequest_help:active {
    transform: translateY(2px);
}.Ucontact_information svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
    fill: rgb(163,201,190);
    transition: fill 0.3s ease;
}.Ucontact_information svg path {
    transition: fill 0.3s ease;
    fill: rgb(163,201,190);
}.Ucontact_information svg:hover,
.Ucontact_information svg:hover path {
    fill: rgb(116,172,163);
}.Ucontact_information form input {
    background: rgb(208,229,221);
}
@media (max-width: 1024px) {.Ucontact_information {
    padding: 60px 0;
}.Ucontact_information .container {
    padding: 0 15px;
}.Ucontact_information h2 {
    margin-bottom: 40px;
}.Ucontact_information .wmessage_reach {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.Ucontact_information {
    padding: 50px 0;
}.Ucontact_information h2 {
    margin-bottom: 30px;
}.Ucontact_information .irequest_support {
    flex-direction: column;
}.Ucontact_information .vpic_wrapper {
    height: 250px;
    width: 100%;
}.Ucontact_information .wmessage_reach {
    padding: 30px 25px;
    width: 100%;
}.Ucontact_information form h3 {
    margin-bottom: 25px;
}.Ucontact_information form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.Ucontact_information .crequest_links {
    margin-bottom: 25px;
}.Ucontact_information .vrequest_help {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.Ucontact_information {
    padding: 40px 0;
}.Ucontact_information h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.85);
}.Ucontact_information .vpic_wrapper {
    height: 200px;
}.Ucontact_information .wmessage_reach {
    padding: 25px 20px;
}.Ucontact_information form h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.Ucontact_information form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.Ucontact_information .crequest_links {
    margin-bottom: 20px;
}.Ucontact_information .crequest_links label {
    padding-left: 30px;
    font-size: calc(16px * 0.9);
}.Ucontact_information .crequest_links label::before {
    height: 18px;
    width: 18px;
}.Ucontact_information .crequest_links input[type="checkbox"]:checked + label::after {
    width: 5px;
    height: 10px;
    left: 6px;
    top: 3px;
}.Ucontact_information .vrequest_help {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.Ucontact_information::after,
    .Ucontact_information .vpic_wrapper::before {
    animation: none;
}.Ucontact_information .irequest_support:hover {
    transform: none;
}}.ttitle_board {
    min-height: 700px;
    position: relative;
    display: flex;
    overflow: hidden;
    height: 100vh;
    width: 100%;
    background: linear-gradient(45deg, rgb(116,172,163,0.5), rgb(163,201,190,0.5));
}.ttitle_board .vpic_wrapper {
    height: 100%;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    top: 0;
    position: absolute;
    z-index: 1;
    transform: scale(1.05);
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 70% 100%, 0 85%);
}.ttitle_board .vpic_wrapper::after {
    left: 0;
    position: absolute;
    mix-blend-mode: overlay;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(116,172,163), 0.4), 
        rgba(rgb(163,201,190), 0.6));
}.ttitle_board .Wclass_sessions {
    flex-direction: column;
    padding: 3rem;
    margin: 0 auto;
    animation: fadeInUp 1.2s ease-out forwards;
    justify-content: center;
    display: flex;
    transform: translateY(0);
    width: 100%;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.ttitle_board h1 {
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
    position: relative;
    transform: translateX(0);
    font-size: calc(45px * 1.2);
    animation: slideFromLeft 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    margin-bottom: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}.ttitle_board h1::after {
    transform: scaleX(0);
    height: 4px;
    content: '';
    animation: scaleIn 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0.8s forwards;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    width: 120px;
    position: absolute;
    left: 0;
    transform-origin: left;
    bottom: -10px;
}.ttitle_board .Atext_banner {
    border-left: 4px solid rgb(163,201,190);
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    max-width: 580px;
    transform: translateY(20px);
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85));
    opacity: 0;
    padding: 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 
                0 4px 8px rgba(0, 0, 0, 0.06),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    backdrop-filter: blur(10px);
}.ttitle_board .Atext_banner p {
    font-size: calc(16px * 1.2);
    position: relative;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 2rem;
}.ttitle_board .Jlearn_intro {
    transform: scale(0.9);
    display: flex;
    animation: popIn 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) 1.2s forwards;
    margin: 2rem 0;
    justify-content: center;
    opacity: 0;
}.ttitle_board .Jlearn_intro svg {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.15));
    height: 120px;
    transition: transform 0.5s ease, filter 0.5s ease;
    width: 120px;
}.ttitle_board .Jlearn_intro svg:hover {
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.3));
    transform: translateY(-5px) scale(1.05);
}.ttitle_board .Jlearn_intro svg path {
    transition: fill 0.3s ease;
    fill: rgb(94, 170, 168);
}.ttitle_board .Jlearn_intro svg text {
    font-weight: 700;
    fill: rgb(94, 170, 168);
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.ttitle_board h6 {
    text-align: center;
    transform: translateY(15px);
    opacity: 0;
    margin-top: 2rem;
    animation: fadeInUp 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
}.ttitle_board .vrequest_help {
    border-radius: 10px;
    padding: 1rem 2.5rem;
    background: linear-gradient(135deg, rgb(163,201,190), rgb(116,172,163));
    font-size: 16px;
    z-index: 1;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(94, 170, 168, 0.3);
    text-decoration: none;
    overflow: hidden;
    font-weight: 600;
    display: inline-block;
    transition: all 0.4s ease;
    position: relative;
}.ttitle_board .vrequest_help::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(116,172,163), rgb(163,201,190));
    width: 100%;
    transition: opacity 0.4s ease;
    content: '';
    opacity: 0;
}.ttitle_board .vrequest_help:hover {
    box-shadow: 0 15px 30px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}.ttitle_board .vrequest_help:hover::before {
    opacity: 1;
}.ttitle_board .vrequest_help:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(94, 170, 168, 0.3);
}

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

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

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

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.85);
    }
    70% {
        opacity: 1;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.ttitle_board {
    height: auto;
    min-height: 650px;
}.ttitle_board .vpic_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 90%, 0 75%);
}.ttitle_board .Wclass_sessions {
    padding: 2rem;
}.ttitle_board h1 {
    font-size: calc(45px * 1.1);
}.ttitle_board .Atext_banner {
    max-width: 90%;
    padding: 2rem;
}
}

@media (max-width: 768px) {.ttitle_board {
    min-height: 600px;
}.ttitle_board .vpic_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 70%, 50% 85%, 0 70%);
}.ttitle_board .Wclass_sessions {
    padding: 1.5rem;
}.ttitle_board h1 {
    font-size: 45px;
    text-align: center;
}.ttitle_board h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.ttitle_board .Atext_banner {
    padding: 1.5rem;
    margin: 0 auto;
}.ttitle_board .Atext_banner p {
    text-align: center;
    font-size: 16px;
}.ttitle_board .Jlearn_intro svg {
    height: 100px;
    width: 100px;
}
}

@media (max-width: 576px) {.ttitle_board {
    min-height: 550px;
}.ttitle_board .vpic_wrapper {
    clip-path: polygon(0 0, 100% 0, 100% 65%, 50% 80%, 0 65%);
}.ttitle_board .Wclass_sessions {
    padding: 1rem;
}.ttitle_board h1 {
    font-size: calc(45px * 0.9);
}.ttitle_board .Atext_banner {
    padding: 1.25rem;
}.ttitle_board .vrequest_help {
    padding: 0.8rem 2rem;
    font-size: calc(16px * 0.9);
}.ttitle_board .Jlearn_intro svg {
    width: 80px;
    height: 80px;
}}.aour_background {
    perspective: 1000px;
    background: linear-gradient(145deg, rgb(208,229,221), #f0f4f8);
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.aour_background::before {
    right: -5%;
    transform: rotate(-15deg) skewX(5deg);
    width: 40%;
    position: absolute;
    height: 70%;
    top: -10%;
    opacity: 0.7;
    filter: blur(40px);
    background: linear-gradient(135deg, rgb(163,201,190,0.5), rgb(116,172,163,0.5));
    z-index: 1;
    content: "";
}.aour_background::after {
    left: -5%;
    height: 60%;
    bottom: -10%;
    width: 50%;
    position: absolute;
    z-index: 1;
    filter: blur(60px);
    background: linear-gradient(225deg, rgb(116,172,163,0.5), rgb(163,201,190,0.5));
    opacity: 0.5;
    content: "";
    transform: rotate(10deg) skewX(-5deg);
}.aour_background .container {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.aour_background h1 {
    letter-spacing: 1px;
    font-size: 44px;
    margin-bottom: 50px;
    position: relative;
    text-shadow: 0px 2px 3px rgba(0,0,0,0.1);
    transform: translateZ(30px);
    font-weight: 700;
    color: #000000;
}.aour_background h1::after {
    left: 0;
    height: 4px;
    bottom: -15px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163));
    width: 80px;
    transform: translateZ(40px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}.aour_background .Pvirtual_guides {
    position: relative;
    transform-style: preserve-3d;
}.aour_background .Pvirtual_guides ul {
    grid-template-columns: 1fr;
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: grid;
    transform-style: preserve-3d;
    gap: 50px;
}.aour_background .Blearning_growth {
    padding: 40px;
    transform: translateZ(10px) rotateX(2deg);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    background: #ffffff;
}.aour_background .Blearning_growth:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.12), 0 10px 25px rgba(0,0,0,0.08);
    transform: translateZ(25px) rotateX(0deg);
}.aour_background .Blearning_growth::before {
    width: 6px;
    content: "";
    transform: translateZ(5px);
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(180deg, rgb(163,201,190), rgb(116,172,163));
}.aour_background .Blearning_growth h4 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    color: rgb(163,201,190);
    margin-top: 0;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(18px + 2px);
    position: relative;
}.aour_background .Blearning_growth h4::after {
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    background: rgb(116,172,163);
    width: 40px;
    bottom: 0;
}.aour_background .Blearning_growth div {
    overflow-y: auto;
    font-weight: 400;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin: 0;
    font-size: 13px;
    position: relative;
    color: #000000;
    padding-right: 10px;
    max-height: 300px;
}.aour_background .Blearning_growth div::-webkit-scrollbar {
    width: 6px;
}.aour_background .Blearning_growth div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0,0,0,0.05);
}.aour_background .Blearning_growth div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(rgb(163,201,190,0.5), rgb(116,172,163));
}

@media (min-width: 768px) {.aour_background {
    padding: 150px 0 100px;
}.aour_background h1 {
    margin-bottom: 70px;
    font-size: calc(44px + 10px);
}.aour_background h1::after {
    width: 120px;
    height: 5px;
}.aour_background .Pvirtual_guides ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}.aour_background .Blearning_growth {
    backdrop-filter: blur(5px);
    transform: translateZ(20px) rotateX(2deg) rotateY(-1deg);
    padding: 50px;
}.aour_background .Blearning_growth:hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.aour_background .Blearning_growth:nth-child(even) {
    transform: translateZ(20px) rotateX(2deg) rotateY(1deg);
}.aour_background .Blearning_growth:nth-child(even):hover {
    transform: translateZ(40px) rotateX(0deg) rotateY(0deg);
}.aour_background .Blearning_growth::before {
    width: 8px;
}.aour_background .Blearning_growth div {
    max-height: 350px;
}.aour_background .Blearning_growth:first-child {
    transform: translateZ(20px) translateX(20px) rotateX(2deg) rotateY(-1deg);
}.aour_background .Blearning_growth:first-child:hover {
    transform: translateZ(40px) translateX(20px) rotateX(0deg) rotateY(0deg);
}.aour_background .Blearning_growth:last-child {
    transform: translateZ(20px) translateX(-20px) rotateX(2deg) rotateY(1deg);
}.aour_background .Blearning_growth:last-child:hover {
    transform: translateZ(40px) translateX(-20px) rotateX(0deg) rotateY(0deg);
}
}

@media (min-width: 1024px) {.aour_background {
    padding: 180px 0 120px;
}.aour_background::before {
    height: 80%;
    width: 50%;
}.aour_background::after {
    height: 70%;
    width: 60%;
}.aour_background h1 {
    margin-bottom: 90px;
    font-size: calc(44px + 16px);
    transform: translateZ(50px);
}.aour_background h1::after {
    transform: translateZ(60px);
    height: 6px;
    width: 150px;
}.aour_background .Pvirtual_guides ul {
    gap: 80px;
}.aour_background .Blearning_growth {
    padding: 60px;
    transform: translateZ(30px) rotateX(3deg) rotateY(-2deg);
}.aour_background .Blearning_growth:hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.aour_background .Blearning_growth:nth-child(even) {
    transform: translateZ(30px) rotateX(3deg) rotateY(2deg);
}.aour_background .Blearning_growth:nth-child(even):hover {
    transform: translateZ(60px) rotateX(0deg) rotateY(0deg);
}.aour_background .Blearning_growth::before {
    width: 10px;
}.aour_background .Blearning_growth h4 {
    margin-bottom: 30px;
    font-size: calc(18px + 4px);
}.aour_background .Blearning_growth h4::after {
    height: 4px;
    width: 50px;
}.aour_background .Blearning_growth div {
    line-height: 1.8;
    font-size: calc(13px + 1px);
    max-height: 400px;
}.aour_background .Blearning_growth:first-child {
    transform: translateZ(30px) translateX(40px) rotateX(3deg) rotateY(-2deg);
}.aour_background .Blearning_growth:first-child:hover {
    transform: translateZ(60px) translateX(40px) rotateX(0deg) rotateY(0deg);
}.aour_background .Blearning_growth:last-child {
    transform: translateZ(30px) translateX(-40px) rotateX(3deg) rotateY(2deg);
}.aour_background .Blearning_growth:last-child:hover {
    transform: translateZ(60px) translateX(-40px) rotateX(0deg) rotateY(0deg);
}
}

@media (max-width: 767px) {.aour_background {
    padding: 80px 0 60px;
}.aour_background h1 {
    margin-bottom: 40px;
    font-size: calc(44px - 2px);
}.aour_background .Blearning_growth {
    padding: 30px;
    margin-bottom: 30px;
}.aour_background .Blearning_growth h4 {
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 15px;
}.aour_background .Blearning_growth div {
    line-height: 1.6;
    max-height: 250px;
    font-size: calc(13px - 1px);
}}.vtariff_list_item {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background-color: rgb(208,229,221);
}.vtariff_list_item::before {
    z-index: 0;
    transform: rotate(-3deg);
    top: -10%;
    width: 110%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--secondary-color-rgb), 0.03) 0%,
        rgba(var(--secondary-color-rgb), 0.01) 40%, 
        rgba(var(--primary-color-rgb), 0.02) 60%, 
        rgba(var(--primary-color-rgb), 0.05) 100%);
    content: "";
    left: -5%;
    height: 120%;
}.vtariff_list_item .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.vtariff_list_item .rfee_board {
    display: flex;
    flex-direction: column;
}.vtariff_list_item .jstudy_pricing {
    position: relative;
    text-align: center;
    order: 1;
    margin-bottom: 50px;
}.vtariff_list_item .jstudy_pricing h2 {
    transform: translateY(0);
    -webkit-background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 15px;
    font-size: 37px;
    color: #000000;
    background: linear-gradient(120deg, rgb(116,172,163), rgb(163,201,190));
}.vtariff_list_item .jstudy_pricing:hover h2 {
    transform: translateY(-5px);
}.vtariff_list_item .hstudy_costs {
    margin: 0 auto;
    position: relative;
    max-width: 700px;
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
}.vtariff_list_item .hstudy_costs::after {
    bottom: -15px;
    transition: transform 0.5s ease;
    width: 100px;
    height: 3px;
    left: 50%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    transform: translateX(-50%) scaleX(0.7);
}.vtariff_list_item .jstudy_pricing:hover .hstudy_costs::after {
    transform: translateX(-50%) scaleX(1);
}.vtariff_list_item .sstudy_costs {
    order: 2;
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    display: grid;
    gap: 30px;
}.vtariff_list_item .Opricing_rates {
    border-radius: 11px;
    display: block;
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    perspective: 1000px;
    text-decoration: none;
    position: relative;
    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);
    transform-style: preserve-3d;
    background-color: #ffffff;
}.vtariff_list_item .Opricing_rates::before {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    content: "";
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    transform: scaleX(0.85);
}.vtariff_list_item .Opricing_rates:hover {
    box-shadow: 0 15px 30px rgba(var(--secondary-color-rgb), 0.12);
    transform: translateY(-10px);
}.vtariff_list_item .Opricing_rates:hover::before {
    transform: scaleX(1);
}.vtariff_list_item .Htrial_offers {
    height: 100%;
    display: flex;
    flex-direction: column;
}.vtariff_list_item .Npackage_rates {
    padding: 30px;
    display: flex;
    z-index: 1;
    overflow: hidden;
    position: relative;
    flex-grow: 1;
    flex-direction: column;
}.vtariff_list_item .Npackage_rates::before {
    z-index: -1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(var(--white-color-rgb), 0.7) 0%, 
        rgba(var(--white-color-rgb), 1) 60%);
    top: 0;
    width: 100%;
    content: "";
    left: 0;
}.vtariff_list_item .Npackage_rates h3 {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(23px + 2px);
    transition: transform 0.4s ease;
    color: #000000;
}.vtariff_list_item .Opricing_rates:hover .Npackage_rates h3 {
    transform: translateX(5px);
}.vtariff_list_item .Fpackage_pricing {
    padding: 5px 10px;
    font-weight: 700;
    font-size: calc(23px + 8px);
    transition: transform 0.4s ease, color 0.4s ease;
    position: relative;
    color: rgb(163,201,190);
    margin-bottom: 20px;
    display: inline-block;
}.vtariff_list_item .Fpackage_pricing::before {
    transform: scaleX(0.3);
    width: 100%;
    height: 2px;
    content: "";
    background: linear-gradient(90deg, rgb(116,172,163), rgb(163,201,190));
    bottom: 0;
    transform-origin: left;
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.vtariff_list_item .Opricing_rates:hover .Fpackage_pricing {
    transform: translateY(-5px);
    color: rgb(116,172,163);
}.vtariff_list_item .Opricing_rates:hover .Fpackage_pricing::before {
    transform: scaleX(1);
}.vtariff_list_item .Npackage_rates p {
    overflow-wrap: break-word;
    word-wrap: break-word;
    flex-grow: 1;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    max-width: 100%;
    hyphens: auto;
    font-size: 14px;
}.vtariff_list_item .vpic_wrapper {
    height: 200px;
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    position: relative;
    width: 100%;
}.vtariff_list_item .vpic_wrapper::after {
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, 
        rgba(var(--dark-color-rgb), 0.4) 0%, 
        rgba(var(--dark-color-rgb), 0) 40%);
    height: 100%;
    z-index: 1;
    content: "";
    top: 0;
    width: 100%;
}.vtariff_list_item .Opricing_rates:hover .vpic_wrapper {
    transform: scale(1.05);
}

@media (min-width: 768px) {.vtariff_list_item .sstudy_costs {
    grid-template-columns: repeat(2, 1fr);
}.vtariff_list_item .Npackage_rates {
    padding: 35px;
}.vtariff_list_item .vpic_wrapper {
    height: 220px;
}
}

@media (min-width: 992px) {.vtariff_list_item .rfee_board {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.vtariff_list_item .jstudy_pricing {
    margin-bottom: 0;
    order: 2;
    text-align: left;
    flex: 0 0 30%;
}.vtariff_list_item .sstudy_costs {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
    flex: 0 0 65%;
}.vtariff_list_item .hstudy_costs::after {
    transform: translateX(0) scaleX(0.7);
    left: 0;
}.vtariff_list_item .jstudy_pricing:hover .hstudy_costs::after {
    transform: translateX(0) scaleX(1);
}
}

@media (min-width: 1200px) {.vtariff_list_item {
    padding: 150px 0;
}.vtariff_list_item .sstudy_costs {
    gap: 40px;
}.vtariff_list_item .Opricing_rates {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.vtariff_list_item .Opricing_rates:hover {
    transform: translateY(-15px) scale(1.02);
}.vtariff_list_item .Opricing_rates:nth-child(even) {
    transform: translateY(15px);
}.vtariff_list_item .Opricing_rates:nth-child(even):hover {
    transform: translateY(0) scale(1.02);
}.vtariff_list_item .vpic_wrapper {
    height: 250px;
}}.Jcourse_offering {
    background: linear-gradient(135deg, rgb(208,229,221) 0%, rgba(250, 250, 255, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.Jcourse_offering::before {
    transform: translateX(30%) skewX(-15deg);
    background: linear-gradient(45deg, transparent, rgb(116,172,163,0.5), transparent);
    opacity: 0.1;
    width: 40%;
    content: "";
    top: 0;
    z-index: 0;
    height: 100%;
    right: 0;
    position: absolute;
}.Jcourse_offering::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(163,201,190) 0%, transparent 100%);
    position: absolute;
    height: 5px;
    bottom: 0;
    content: "";
    z-index: 1;
    left: 0;
}.Jcourse_offering .container {
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.Jcourse_offering h2 {
    position: relative;
    transform: translateX(-2rem);
    font-size: calc(29px * 1.05);
    opacity: 0;
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
}.Jcourse_offering h2::after {
    background: rgb(163,201,190);
    position: absolute;
    transform-origin: left;
    width: 6rem;
    bottom: -0.8rem;
    left: 0;
    content: "";
    transform: scaleX(0);
    animation: expandLine 1.2s ease-out 0.7s forwards;
    height: 3px;
}.Jcourse_offering .tlearn_explore {
    grid-template-columns: 1fr;
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    opacity: 0;
    gap: 2.5rem;
    display: grid;
    transform: translateY(2rem);
}.Jcourse_offering .vpic_wrapper {
    height: 320px;
    transform: perspective(1000px) rotateX(3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    transition: transform 0.5s ease-out;
    position: relative;
}.Jcourse_offering .vpic_wrapper::before {
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(116,172,163,0.5) 100%
    );
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 1;
}.Jcourse_offering .vpic_wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    background: rgb(163,201,190);
    transform: translateX(-20px);
    transition: all 0.5s ease-out;
    top: 0;
    width: 20px;
    opacity: 0;
    height: 100%;
}.Jcourse_offering .vpic_wrapper:hover {
    transform: perspective(1000px) rotateX(0deg);
}.Jcourse_offering .vpic_wrapper:hover::after {
    transform: translateX(0);
    opacity: 0.7;
}.Jcourse_offering .Atext_banner {
    scrollbar-color: rgb(163,201,190) transparent;
    padding-right: 1.5rem;
    max-height: 400px;
    scrollbar-width: thin;
    overflow-y: auto;
}.Jcourse_offering .Atext_banner::-webkit-scrollbar {
    width: 6px;
}.Jcourse_offering .Atext_banner::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.Jcourse_offering .Atext_banner::-webkit-scrollbar-thumb {
    background: rgb(163,201,190);
    border-radius: 10px;
}.Jcourse_offering .description {
    font-size: 18px;
    color: #000000;
    border-left: 2px solid rgb(163,201,190,0.5);
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
    line-height: 1.7;
}.Jcourse_offering .description:first-of-type::first-letter {
    font-weight: 700;
    color: rgb(163,201,190);
    line-height: 0.8;
    margin-right: 0.8rem;
    float: left;
    font-size: 3.5rem;
}.Jcourse_offering .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}.Jcourse_offering .description:last-of-type::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, rgb(116,172,163,0.5) 0%, transparent 100%);
    left: 0;
    top: 0;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.Jcourse_offering {
    padding: 8rem 0;
}.Jcourse_offering h2 {
    max-width: 80%;
    margin-bottom: 4rem;
    font-size: calc(29px * 1.1);
}.Jcourse_offering .tlearn_explore {
    gap: 4rem;
    grid-template-columns: 45% 1fr;
    align-items: flex-start;
}.Jcourse_offering .vpic_wrapper {
    position: sticky;
    top: 2rem;
    height: 450px;
}.Jcourse_offering .Atext_banner {
    max-height: 600px;
}
}

@media (min-width: 1024px) {.Jcourse_offering {
    padding: 10rem 0;
}.Jcourse_offering::before {
    width: 60%;
}.Jcourse_offering h2 {
    font-size: calc(29px * 1.2);
    max-width: 70%;
}.Jcourse_offering .tlearn_explore {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.Jcourse_offering .vpic_wrapper {
    height: 500px;
}.Jcourse_offering .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.Jcourse_offering {
    padding: 4rem 0;
}.Jcourse_offering h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2rem;
}.Jcourse_offering .vpic_wrapper {
    margin-bottom: 1rem;
    height: 250px;
}.Jcourse_offering .Atext_banner {
    max-height: 350px;
}.Jcourse_offering .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}#edataConsentBanner {
    display: none;
}#edataConsentBanner:checked ~ .Vcookie_overlay_window {
    visibility: hidden;
    opacity: 0;
}.Vcookie_overlay_window {
    width: 100%;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(163,201,190);
    bottom: 0;
    background: rgb(116,172,163);
    z-index: 90;
    position: fixed;
}.Gvisitor_acceptance {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed rgb(163,201,190);
    border-radius: 10px;
    gap: 20px;
    padding: 20px 5%;
}.Vcookie_overlay_window h5 {
    font-weight: 700;
    letter-spacing: 1.5px;
    color: rgb(163,201,190);
    margin: 0;
    text-transform: uppercase;
    font-size: 19px;
}.Vcookie_overlay_window p {
    position: relative;
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    line-height: 1.5;
}.ucookie_layer {
    background: rgb(163,201,190,0.5);
    flex-shrink: 0;
    padding: 10px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}.ucookie_layer svg {
    width: 60px;
    fill: rgb(163,201,190);
    height: 60px;
}.Ccookie_customize {
    flex-shrink: 0;
    background: rgb(163,201,190);
    color: #000000;
    font-size: 19px;
    border: 2px solid rgb(163,201,190);
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    padding: 10px 20px;
    white-space: nowrap;
    min-width: 140px;
    cursor: pointer;
    line-height: 40px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    margin-left: 10px;
}.Ccookie_customize:hover {
    box-shadow: 0 0 10px rgb(116,172,163);
    background-color: rgb(116,172,163);
}.cookie_button.btrack_toggle {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(116,172,163);
    color: #ffffff;
}.cookie_button.btrack_toggle:hover {
    box-shadow: 0 0 10px rgb(116,172,163);
}.Vcookie_overlay_window p a {
    text-decoration: none;
    color: rgb(163,201,190);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(163,201,190);
}.Vcookie_overlay_window p a:hover {
    color: rgb(116,172,163);
}
@media only screen and (max-width: 1200px) {.Vcookie_overlay_window {
    padding: 15px 0;
}.Gvisitor_acceptance {
    padding: 15px 5%;
}.ucookie_layer {
    display: none;
}.Gvisitor_acceptance {
    flex-direction: column;
    align-items: center;
    text-align: center;
}.Vcookie_overlay_window h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.aprivacy_gate {
    margin-bottom: 15px;
}.Ccookie_customize {
    min-width: 100%;
    margin: 10px 0;
}}
.uprivacy_folio {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    padding: 40px;
    height: 100%;
    transition: all 0.3s ease-in-out;
}.uprivacy_folio:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
}.uprivacy_folio h1 {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 43px;
    color: rgb(163,201,190);
    margin-top: 40px;
    border-bottom: 2px solid rgb(116,172,163);
    padding-bottom: 10px;
}.uprivacy_folio h2 {
    color: rgb(116,172,163);
    border-bottom: 1px solid rgb(116,172,163,0.5);
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 8px;
}.uprivacy_folio h3, .uprivacy_folio h4, .uprivacy_folio h5, .uprivacy_folio h6 {
    font-weight: 400;
    margin-bottom: 15px;
    color: rgb(163,201,190,0.5);
    margin-top: 25px;
    font-size: 20px;
}.uprivacy_folio ul, .uprivacy_folio ol {
    list-style-position: inside;
    padding: 20px 0;
    border-left: 3px solid rgb(163,201,190);
    padding-left: 0;
    margin: 20px 0;
}.uprivacy_folio li {
    font-size: 15px;
    padding-left: 10px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #000000;
}.uprivacy_folio section {
    background: rgb(208,229,221);
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 20px;
}.uprivacy_folio p, .uprivacy_folio span, .uprivacy_folio div {
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
}.uprivacy_folio p {
    text-align: justify;
}.uprivacy_folio a {
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(163,201,190);
}.uprivacy_folio a:hover {
    text-decoration: underline;
    color: rgb(116,172,163);
}

@media only screen and (max-width: 800px) {.uprivacy_folio {
    padding: 30px 15px;
}.uprivacy_folio h1 {
    font-size: calc(20px - 10px);
}.uprivacy_folio h2 {
    font-size: calc(20px - 5px);
}.uprivacy_folio ul, .uprivacy_folio ol {
    padding-left: 10px;
}.uprivacy_folio li {
    font-size: calc(15px - 2px);
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    z-index: -2;
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    position: absolute;
    opacity: 0.9;
    background: linear-gradient(to right, rgb(116,172,163), rgb(163,201,190));
    left: 0;
}footer::after {
    position: absolute;
    z-index: -1;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
}.tpitch_comp {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}.tpitch_comp::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(163,201,190), rgb(116,172,163), rgb(163,201,190));
}.tpitch_comp .container {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    gap: 2rem;
    display: grid;
}.tpitch_comp .company_holder {
    position: relative;
    padding: 0;
    grid-column: span 5;
}.tpitch_comp .company_holder h3 {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 32px;
    padding-bottom: 1rem;
    margin: 0 0 1.5rem;
    position: relative;
}.tpitch_comp .company_holder h3::after {
    content: "";
    height: 2px;
    left: 0;
    width: 80px;
    background: #ffffff;
    position: absolute;
    bottom: -2px;
}.tpitch_comp .Nfaq_block {
    line-height: 1.7;
    border-left: 3px solid rgba(255, 255, 255, 0.3);
    font-size: 14px;
    padding: 0 0 0 1.5rem;
    color: #ffffff;
    margin-top: 1.5rem;
    position: relative;
}.tpitch_comp .Kfooter_classes {
    grid-column: span 7;
}.tpitch_comp .lhead_section {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.tpitch_comp .iheader_wrap {
    position: relative;
}.tpitch_comp .iheader_wrap h5 {
    font-weight: 600;
    color: #ffffff;
    position: relative;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 1.5rem;
    font-size: 20px;
    padding-bottom: 0.8rem;
}.tpitch_comp .iheader_wrap h5::after {
    position: absolute;
    content: "";
    bottom: -2px;
    height: 2px;
    left: 0;
    width: 40px;
    background: #ffffff;
}.tpitch_comp .iheader_wrap .lhead_section {
    gap: 1rem;
    display: grid;
}.tpitch_comp .iheader_wrap .lhead_section a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
}.tpitch_comp .iheader_wrap .lhead_section a::after {
    content: "\2192";
    transform: translateX(-5px);
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    opacity: 0;
}.tpitch_comp .iheader_wrap .lhead_section a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}.tpitch_comp .iheader_wrap .lhead_section a:hover::after {
    opacity: 1;
    transform: translateX(0);
}.Zgoal_footer {
    background: rgba(0, 0, 0, 0.1);
    padding: 2rem 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 4rem;
}.Zgoal_footer .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.Zgoal_footer .fwebinar_live {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    opacity: 0.9;
    position: relative;
    padding: 0 1rem;
}.tpitch_comp::after {
    top: 2rem;
    width: 50px;
    right: 2rem;
    height: 50px;
    content: "";
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}.tpitch_comp .company_holder::before {
    top: 0;
    width: 50px;
    content: "";
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    position: absolute;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
}.tpitch_comp .company_holder::after {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
    bottom: 0;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    position: absolute;
    content: "";
    width: 50px;
}.tpitch_comp .Kfooter_classes::after {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    height: 50px;
    right: 0;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 1200px) {.tpitch_comp .container {
    gap: 1.5rem;
}
}

@media (max-width: 992px) {.tpitch_comp {
    padding: 4rem 0 2rem;
}.tpitch_comp .container {
    grid-template-columns: 1fr;
}.tpitch_comp .company_holder,
    .tpitch_comp .Kfooter_classes {
    grid-column: span 12;
}.tpitch_comp .company_holder {
    margin-bottom: 2rem;
}.tpitch_comp::after,
    .tpitch_comp .company_holder::before,
    .tpitch_comp .company_holder::after,
    .tpitch_comp .Kfooter_classes::after {
    display: none;
}
}

@media (max-width: 768px) {.tpitch_comp {
    padding: 3rem 0 1.5rem;
}.tpitch_comp .lhead_section {
    gap: 1.5rem;
}.tpitch_comp .company_holder h3 {
    font-size: calc(32px - 2px);
}.Zgoal_footer {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.tpitch_comp {
    padding: 2.5rem 0 1rem;
}.tpitch_comp .lhead_section {
    gap: 2rem;
    grid-template-columns: 1fr;
}.tpitch_comp .Nfaq_block {
    padding-left: 1rem;
}.Zgoal_footer {
    margin-top: 2rem;
}
}

@media (max-width: 420px) {.tpitch_comp .company_holder h3::after,
    .tpitch_comp .iheader_wrap h5::after {
    width: 30px;
}.tpitch_comp .iheader_wrap .lhead_section a:hover {
    padding-left: 0.3rem;
}}.Amentorship_profile {
    padding: 140px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgb(208,229,221) 100%);
    position: relative;
}.Amentorship_profile::before {
    animation: morphBackground 15s infinite alternate ease-in-out;
    top: 0;
    width: 100%;
    mix-blend-mode: screen;
    content: "";
    left: 0;
    background: 
    radial-gradient(circle at 25% 25%, rgb(163,201,190,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(116,172,163,0.5) 0%, transparent 40%);
    height: 100%;
    position: absolute;
}.Amentorship_profile .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.Amentorship_profile .Ofeedback_panel {
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    grid-template-columns: 35% 1fr;
    position: relative;
    grid-template-rows: auto auto 1fr;
    display: grid;
    gap: 20px 40px;
}.Amentorship_profile .vpic_wrapper {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-8deg);
    z-index: 3;
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    border-radius: 14px;
    position: relative;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(163,201,190,0.5);
    height: 420px;
    grid-area: photo;
}.Amentorship_profile .vpic_wrapper::before {
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    mix-blend-mode: multiply;
}.Amentorship_profile .Ofeedback_panel:hover .vpic_wrapper {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.Amentorship_profile .name {
    margin: 0;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: name;
    font-size: 33px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    position: relative;
    color: #ffffff;
    align-self: end;
    padding-left: 20px;
    transform: perspective(1000px) rotateY(5deg);
}.Amentorship_profile .name::after {
    transition: transform 0.5s ease;
    height: 4px;
    position: absolute;
    left: 20px;
    transform-origin: left;
    transform: scaleX(0.6);
    background: rgb(163,201,190);
    bottom: -8px;
    content: "";
    width: 60px;
}.Amentorship_profile .Ofeedback_panel:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.Amentorship_profile .Ofeedback_panel:hover .name::after {
    transform: scaleX(1);
}.Amentorship_profile .Ofeedback_panel > span:not(.name) {
    padding-left: 20px;
    grid-area: job;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    color: rgb(116,172,163);
    text-transform: uppercase;
    letter-spacing: 1px;
    transform: perspective(1000px) rotateY(5deg);
    margin-top: 5px;
    font-weight: 600;
    font-size: 22px;
}.Amentorship_profile .Ofeedback_panel:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.Amentorship_profile .Hexp_items {
    border-left: 4px solid rgb(163,201,190);
    padding: 35px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(0);
    color: #ffffff;
    grid-area: quote;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    line-height: 1.7;
    backdrop-filter: blur(10px);
    margin: 30px 0 0;
    font-weight: 300;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    z-index: 2;
    border-radius: 14px;
    font-size: 17px;
}.Amentorship_profile .Hexp_items::before {
    opacity: 0.7;
    position: absolute;
    font-size: calc(38px * 2);
    top: -15px;
    left: 25px;
    content: "";
    color: rgb(163,201,190);
}.Amentorship_profile .Ofeedback_panel:hover .Hexp_items {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.Amentorship_profile {
    padding: 80px 0;
}.Amentorship_profile .Ofeedback_panel {
    gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas:
      "vpic_wrapper"
      "name"
      "Bemp_tasks"
      "Hexp_items";
}.Amentorship_profile .vpic_wrapper {
    height: 320px;
    transform: none;
    max-width: 320px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
}.Amentorship_profile .name,
  .Amentorship_profile .Ofeedback_panel > span:not(.name) {
    text-align: center;
    transform: none;
    padding-left: 0;
}.Amentorship_profile .name::after {
    transform: translateX(-50%) scaleX(0.6);
    left: 50%;
}.Amentorship_profile .Ofeedback_panel:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.Amentorship_profile .Hexp_items {
    margin-top: 20px;
}.Amentorship_profile .Ofeedback_panel:hover .vpic_wrapper,
  .Amentorship_profile .Ofeedback_panel:hover .name,
  .Amentorship_profile .Ofeedback_panel:hover > span:not(.name),
  .Amentorship_profile .Ofeedback_panel:hover .Hexp_items {
    transform: none;
}
}

@media (max-width: 576px) {.Amentorship_profile {
    padding: 60px 0;
}.Amentorship_profile .vpic_wrapper {
    max-width: 250px;
    height: 250px;
}.Amentorship_profile .name {
    font-size: 21px;
}.Amentorship_profile .Hexp_items {
    padding: 25px 20px;
    font-size: calc(17px * 0.95);
}}header {
    overflow: visible;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 100;
    margin-top: 0;
    padding: 0;
    background: linear-gradient(90deg, rgb(116,172,163) 0%, rgb(163,201,190) 100%);
}header::before {
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
}header .Anav_site {
    justify-content: space-between;
    padding: 1.2rem 2.5rem;
    display: flex;
    position: relative;
    z-index: 5;
    align-items: center;
}header .Qnav_mainwrap {
    overflow: visible;
    flex: 0 0 auto;
    margin-right: 2rem;
    position: relative;
    padding: 0.5rem;
}header .Qnav_mainwrap::before {
    content: '';
    transform: skew(-5deg);
    border: 2px solid #ffffff;
    position: absolute;
    z-index: -1;
    bottom: -5px;
    top: -5px;
    transition: all 0.3s ease;
    right: -5px;
    opacity: 0.1;
    left: -5px;
}header .Qnav_mainwrap::after {
    bottom: -5px;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    content: '';
    transform: skew(-5deg);
    top: -5px;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    right: -5px;
    z-index: -1;
    left: -5px;
}header .Qnav_mainwrap:hover::before {
    opacity: 0;
}header .Qnav_mainwrap:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

header .Hpage_top {
    transition: all 0.3s ease;
    display: block;
    position: relative;
}header .Hpage_top:hover {
    transform: scale(1.05);
}header .Hpage_top img {
    max-height: 40px;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}header .iheader_wrap {
    margin: 0;
    z-index: 2;
    list-style: none;
    padding: 0;
    position: relative;
    display: flex;
}header .bhead_edu {
    margin: 0 0.4rem;
    position: relative;
}header .bhead_edu a {
    display: flex;
    text-decoration: none;
    align-items: center;
    z-index: 1;
    padding: 0 1.2rem;
    letter-spacing: 0.5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 40px;
    position: relative;
    text-shadow: 0 0 5px #ffffff;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 16px;
    overflow: hidden;
    font-weight: 600;
    justify-content: center;
    transition: all 0.3s ease;
}header .bhead_edu a::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    bottom: -2px;
    content: '';
    top: -2px;
    z-index: -1;
    position: absolute;
    background: #ffffff;
    left: -2px;
    right: -2px;
    transform: scale(0.9);
}header .bhead_edu a:hover {
    text-shadow: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    transform: translateY(-3px);
    color: rgb(163,201,190);
    border-color: #ffffff;
}header .bhead_edu a:hover::before {
    transform: scale(1);
    opacity: 1;
}header .bhead_edu::after {
    width: 80%;
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    filter: blur(3px);
    height: 5px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    left: 10%;
    bottom: -10px;
    opacity: 0;
}header .bhead_edu:hover::after {
    opacity: 0.5;
    bottom: -5px;
}header .Anav_site::before {
    height: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    width: 100%;
}header .Anav_site::after {
    width: 100%;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 1px;
    left: 0;
}header .Jtop_sitewrap {
    background: rgb(208,229,221);
    padding-top: 2rem;
    z-index: 1;
    position: relative;
}

@media (min-width: 1400px) {header .Anav_site {
    max-width: 1320px;
    margin: 0 auto;
}header .bhead_edu {
    margin: 0 0.6rem;
}header .bhead_edu a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .Anav_site {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .Qnav_mainwrap {
    margin-right: 0;
    margin-bottom: 0;
}header .iheader_wrap {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .bhead_edu a {
    height: 36px;
    font-size: calc(16px - 1px);
    padding: 0 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .Anav_site {
    padding: 0.8rem 1.5rem;
}header .Qnav_mainwrap {
    max-width: 140px;
}header .Qnav_mainwrap::before, 
    header .Qnav_mainwrap::after {
    top: -3px;
    right: -3px;
    left: -3px;
    bottom: -3px;
}header .Hpage_top img {
    max-height: 35px;
}header .iheader_wrap {
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .iheader_wrap::-webkit-scrollbar {
    height: 3px;
}header .iheader_wrap::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .bhead_edu {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .bhead_edu a {
    height: 32px;
    white-space: nowrap;
    font-size: calc(16px - 2px);
    padding: 0 0.8rem;
}header .bhead_edu::after {
    display: none;
}
}

@media (max-width: 479px) {header .Anav_site {
    padding: 0.7rem 1.2rem;
}header .Qnav_mainwrap {
    max-width: 120px;
}header .bhead_edu a {
    padding: 0 0.6rem;
    height: 30px;
    font-size: calc(16px - 3px);
}}.Dtry_immediately {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: linear-gradient(135deg, rgb(116,172,163) 0%, rgb(163,201,190) 100%);
    padding: 5rem 2rem;
    z-index: 1;
    overflow: hidden;
    position: relative;
}.Dtry_immediately::before {
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    transform: rotate(25deg);
    left: -20%;
    content: "";
    z-index: -1;
    width: 80%;
    height: 200%;
    top: -50%;
    position: absolute;
}.Dtry_immediately::after {
    height: 250px;
    position: absolute;
    content: "";
    width: 250px;
    background: radial-gradient(circle, rgb(163,201,190,0.5) 0%, transparent 70%);
    bottom: -50px;
    right: -50px;
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    z-index: -1;
}.Dtry_immediately .container {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: center;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    flex-direction: column;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: center center;
    display: flex;
}.Dtry_immediately .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.Dtry_immediately h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    margin-bottom: 2.5rem;
    animation: fadeInUp 0.8s ease-out;
    text-align: center;
    font-size: calc(19px * 1.2);
    letter-spacing: 0.5px;
    position: relative;
    max-width: 80%;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.Dtry_immediately h6::after {
    position: absolute;
    opacity: 0.7;
    content: "";
    background: #ffffff;
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.Dtry_immediately div div {
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    justify-content: center;
    display: flex;
}.Dtry_immediately div div span {
    display: inline-block;
    position: relative;
    transition: transform 0.3s ease;
    margin-top: 10px;
}.Dtry_immediately div div span:hover {
    transform: translateY(-5px);
}.Dtry_immediately .vrequest_help {
    background: #ffffff;
    justify-content: center;
    font-weight: 600;
    padding: 1rem 2.5rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    font-size: 14px;
    z-index: 1;
    display: inline-flex;
    overflow: hidden;
    color: rgb(116,172,163);
    align-items: center;
}.Dtry_immediately .vrequest_help::before {
    z-index: -1;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    height: 100%;
    transform-origin: right;
    background: linear-gradient(to right, rgb(116,172,163), rgb(163,201,190));
    content: "";
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    top: 0;
    opacity: 0;
    left: 0;
}.Dtry_immediately .vrequest_help:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
    color: #ffffff;
    transform: translateY(-2px);
}.Dtry_immediately .vrequest_help:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
}.Dtry_immediately .vrequest_help span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}.Dtry_immediately .vrequest_help:hover span {
    transform: translateX(5px);
}

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

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

@media (max-width: 991px) {.Dtry_immediately {
    padding: 4rem 1.5rem;
}.Dtry_immediately h6 {
    font-size: calc(19px * 1.1);
    max-width: 90%;
}.Dtry_immediately .vrequest_help {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.Dtry_immediately {
    padding: 3.5rem 1rem;
}.Dtry_immediately h6 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: 19px;
}.Dtry_immediately h6::after {
    bottom: -12px;
    width: 60px;
}.Dtry_immediately .vrequest_help {
    padding: 0.8rem 1.8rem;
    font-size: calc(14px * 0.95);
}.Dtry_immediately::before {
    left: -30%;
    width: 100%;
}
}

@media (max-width: 575px) {.Dtry_immediately {
    padding: 3rem 0.8rem;
}.Dtry_immediately .container {
    transform: perspective(1000px) rotateX(1deg);
}.Dtry_immediately h6 {
    font-size: calc(19px * 0.9);
    line-height: 1.4;
    margin-bottom: 1.8rem;
}.Dtry_immediately h6::after {
    width: 50px;
    bottom: -10px;
    height: 2px;
}.Dtry_immediately .vrequest_help {
    padding: 0.7rem 1.5rem;
    font-size: calc(14px * 0.9);
}
}