.honor-cta-cozabN8 {
    flex: 0 0 auto;
}

.honor-cta-cozabN8 {
    position: relative;
    color: #ffffff;
    padding: 5rem 0 2rem;
}

.wrapper-segment-XIjCeK1 {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.education-framework-0mV9MS7 .study-training-pCV6z2k {
    gap: 2.5rem;
    display: grid;
    z-index: 2;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 1200px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}

.education-framework-0mV9MS7:hover h2::after {
    transform: scaleX(1.5);
}

.education-framework-0mV9MS7 .text-box-wrapper-vCbGpdB {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.07),
        0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 4px solid rgb(165,159,159);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    backdrop-filter: blur(10px);
    transform: translateZ(10px);
    padding: 2.5rem;
}

.contact-form-box-6hqB9PJ .support-section-HFT4QNW {
    flex-direction: column;
    z-index: 3;
    display: flex;
    flex: 0 0 55%;
    padding: 4rem 3rem 4rem 10%;
    justify-content: center;
    position: relative;
}

.contact-form-box-6hqB9PJ .support-section-HFT4QNW h3 {
    margin-bottom: 2rem;
    color: #ffffff;
    font-weight: 600;
    font-size: 34px;
    position: relative;
    padding-bottom: 1rem;
}

.contact-form-box-6hqB9PJ .support-section-HFT4QNW input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(165,159,159,0.5);
    border-color: rgb(165,159,159);
}

.contact-form-box-6hqB9PJ .support-section-HFT4QNW .query-links-n5OPJwe input[type="checkbox"] {
    width: 22px;
    position: relative;
    height: 22px;
    appearance: none;
    border-radius: 10px;
    background: rgb(134,126,127,0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid rgb(165,159,159,0.5);
}

.contact-form-box-6hqB9PJ .support-section-HFT4QNW .inquiry-panel-Kg7hFcX {
    width: 100%;
    overflow: hidden;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    background: rgb(165,159,159);
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    font-size: 18px;
    padding: 1rem;
    border-radius: 10px;
}

.course-offering-zbSYt36 .training-route-Xt7IFZw {
    display: flex;
    width: calc(100% * 5);
    animation: carousel-slide 35s cubic-bezier(0.4, 0, 0.2, 1) infinite;
    height: 100%;
}

.course-offering-zbSYt36 .study-training-pCV6z2k {
    display: flex;
    justify-content: center;
}

.course-offering-zbSYt36 .knowledge-plan-YSMfduz h3 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 41px;
}

.course-offering-zbSYt36 .knowledge-plan-YSMfduz .inquiry-panel-Kg7hFcX {
    text-align: center;
    overflow: hidden;
    padding: 15px 0;
    text-decoration: none;
    position: relative;
    background: rgb(165,159,159);
    margin: 0 auto;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    width: 200px;
    display: block;
    font-size: 19px;
}

.program-results-JWe0ZHr h5 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.03em;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(10px);
}

.program-results-JWe0ZHr .study-training-pCV6z2k {
    grid-template-columns: 1fr;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    gap: 3rem;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    display: grid;
    border-radius: 20px;
}

.program-results-JWe0ZHr li:nth-child(odd) {
    border-left: 3px solid rgb(165,159,159);
}

.program-results-JWe0ZHr li:nth-child(even) {
    border-left: 3px solid rgb(134,126,127);
}

.program-results-JWe0ZHr li svg path {
    fill: rgb(165,159,159);
    transition: fill 0.3s ease;
}

.stay-connected-oH8Y0IR {
    position: relative;
    font-family: Arial, sans-serif;
    background: #ffffff;
    padding: 6rem 2rem;
    overflow: hidden;
}

.stay-connected-oH8Y0IR h3 {
    animation: fadeUp 0.8s forwards;
    transform-origin: left;
    position: relative;
    margin: 0;
    transform: translateY(30px);
    padding: 0;
    color: #000000;
    font-weight: 700;
    opacity: 0;
    font-size: clamp(20px, 5vw, 47px);
    line-height: 1.1;
}

.stay-connected-oH8Y0IR .subscribe-title-vWoIiFY {
    text-transform: uppercase;
    font-size: 16px;
    padding: 1rem 3rem;
    cursor: pointer;
    border-radius: 0;
    background: transparent;
    font-weight: 400;
    letter-spacing: 1px;
    z-index: 1;
    justify-self: start;
    overflow: hidden;
    border: 1px solid #000000;
    color: #000000;
    position: relative;
    transition: all 0.3s ease;
}

header .head-pagebar-TxVwnpR {
    display: flex;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    align-items: center;
    padding: 1rem;
    border-radius: 19px;
    background: #ffffff;
    gap: 1rem;
    flex-direction: column;
}

header .top-section-w26vIUA:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(165,159,159,0.5));
}

header .first-teach-UM49V2f::before {
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgb(165,159,159), rgb(134,126,127));
    left: 0;
    z-index: -1;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.secure-refuge-gm1Hz8n h2 {
    color: #000000;
    font-size: 35px;
    margin-bottom: 20px;
    letter-spacing: 1.5px;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #000000;
    padding-bottom: 8px;
}

.secure-refuge-gm1Hz8n p, .secure-refuge-gm1Hz8n span, .secure-refuge-gm1Hz8n div {
    font-size: 18px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
}

.title-section-GcrEoy7 .main-home-QxisRPj {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    animation: titleHolderEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform: perspective(1000px) rotateX(0);
    width: 100%;
}

.title-section-GcrEoy7 h3 {
    line-height: 1.4;
    position: relative;
    letter-spacing: -0.01em;
    font-size: calc(22px * 1.05);
    font-weight: 600;
    color: rgb(165,159,159);
    margin: 0;
}

.title-section-GcrEoy7 .culture-block-NIM7qFf::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.85), 
              rgba(#000000, 0.4));
    bottom: 0;
    top: 0;
    content: "";
    right: 0;
    left: 0;
}

.title-section-GcrEoy7 .culture-block-NIM7qFf p {
    margin: 0;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.02em;
    position: relative;
    padding-left: 1.5rem;
    line-height: 1.5;
    font-weight: 400;
}




.title-section-GcrEoy7 .culture-block-NIM7qFf:hover {
    transform: translateY(0) scale(1.02);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.title-section-GcrEoy7 .culture-block-NIM7qFf:hover .title_style_header {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(45px);
}

.online-cookies-XaWgpf1 svg {
    height: 50px;
    fill: rgb(165,159,159);
    width: 50px;
}

.cookie-window-dialog-zYwnVrA p {
    font-size: 14px;
    line-height: 1.5;
    color: #000000;
}

.cookie-window-dialog-zYwnVrA p a:hover {
    border-bottom-color: rgb(134,126,127);
    color: rgb(134,126,127);
}

#cookiePopupWindow-f4z2C30:checked ~ .cookie-window-dialog-zYwnVrA {
    opacity: 0;
    visibility: hidden;
}

.our-story-8wBNLhD::after {
    opacity: 0.2;
    z-index: 0;
    width: 100%;
    animation: scanlines 10s linear infinite;
    left: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 49.5%,
            rgb(165,159,159,0.5) 49.5%,
            rgb(165,159,159,0.5) 50.5%,
            transparent 50.5%,
            transparent 100%
        );
    top: 0;
    height: 400%;
    position: absolute;
}

.our-story-8wBNLhD .learning-growth-p1DCBj9 {
    padding-left: 30px;
    flex-direction: column;
    border-left: 1px solid rgb(165,159,159,0.5);
    position: relative;
    display: flex;
}

.our-story-8wBNLhD .learning-growth-p1DCBj9 .img-strip-wrap-vI2MiFz {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    transition: all 0.4s ease;
    height: 340px;
    width: 100%;
}

.our-story-8wBNLhD .virtual-track-2bFoZv3::before {
    content: "";
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    bottom: 0;
    animation: blinkSlow 4s infinite alternate 1s;
    background-color: rgb(134,126,127);
    height: 16px;
    position: absolute;
    right: -8px;
    width: 16px;
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    top: 0;
    background: linear-gradient(to right, rgb(134,126,127), rgb(165,159,159));
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    z-index: -2;
    left: 0;
}

.honor-cta-cozabN8 .company_holder {
    padding: 0;
    position: relative;
    grid-column: span 5;
}

.honor-cta-cozabN8 .company_holder h3::after {
    width: 80px;
    left: 0;
    content: "";
    background: #ffffff;
    position: absolute;
    bottom: -2px;
    height: 2px;
}

.honor-cta-cozabN8 .nav-skill-MJSGHli {
    position: relative;
}

.honor-cta-cozabN8 .nav-skill-MJSGHli .nav-section-nkXuQal {
    gap: 1rem;
    display: grid;
}

.honor-cta-cozabN8 .nav-skill-MJSGHli .nav-section-nkXuQal a::after {
    content: "\2192";
    margin-left: 0.5rem;
    transform: translateX(-5px);
    transition: all 0.3s ease;
    opacity: 0;
}

.play-market-q9BaEdC .discord-cta-Q8txOAj {
    color: #ffffff;
    position: relative;
    opacity: 0.9;
    font-size: 14px;
    text-align: center;
    padding: 0 1rem;
}

.honor-cta-cozabN8 .training-zone-hLy0BUI::after {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    height: 50px;
    bottom: 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    right: 0;
    width: 50px;
    position: absolute;
}

.gratSection-NZcHIdT .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1140px;
    padding: 0 15px;
}

.gratSection-NZcHIdT .study-training-pCV6z2k:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}

.gratSection-NZcHIdT .study-training-pCV6z2k:hover > div:first-child::after {
    width: 8rem;
}

.gratSection-NZcHIdT a {
    transition: transform 0.3s ease;
    position: relative;
    text-decoration: none;
    display: block;
    overflow: hidden;
}

.gratSection-NZcHIdT a::before {
    height: 100%;
    position: absolute;
    transform: translateY(100%);
    content: "";
    opacity: 0;
    width: 100%;
    bottom: 0;
    z-index: 0;
    right: 0;
    background: linear-gradient(to top left, rgb(165,159,159,0.5) 0%, transparent 100%);
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.price-card-item-nEXFm3N .study-fees-rkOc9Mv {
    list-style: none;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 0;
    display: grid;
    perspective: 1000px;
    margin: 0;
}

.price-card-item-nEXFm3N .study-fees-rkOc9Mv li:nth-child(1) {
    --li-index: 1;
}

.price-card-item-nEXFm3N .study-fees-rkOc9Mv li:nth-child(3) {
    --li-index: 3;
}

.price-card-item-nEXFm3N .payment-pricing-8mvULse:hover {
    transform: translateY(-10px) scale(1.02);
}

.price-card-item-nEXFm3N .price-sheet-aN3El8o::before {
    opacity: 0;
    z-index: 0;
    top: -50%;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgba(rgb(134,126,127), 0.05) 0%,
        transparent 70%
    );
    content: "";
    height: 200%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    position: absolute;
    transform: scale(0.8);
    width: 200%;
}

.price-card-item-nEXFm3N .payment-pricing-8mvULse:hover .study-price-uJLFli4 h4::after {
    width: 80px;
}

.price-card-item-nEXFm3N .payment-pricing-8mvULse:hover .pricing-tiers-l3pAE7T {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}

.price-card-item-nEXFm3N .payment-pricing-8mvULse:hover .pricing-tiers-l3pAE7T::before {
    left: 200%;
}

.reach-out-info-E0vnwTX::before {
    z-index: 0;
    width: 40%;
    background: linear-gradient(120deg, rgb(165,159,159,0.5) 0%, rgb(134,126,127,0.5) 100%);
    opacity: 0.2;
    top: -10%;
    transform: rotate(-15deg) translateZ(0);
    filter: blur(40px);
    right: -5%;
    animation: float 15s ease-in-out infinite;
    height: 40%;
    position: absolute;
    content: "";
}

.reach-out-info-E0vnwTX .connect-section-7I5Ai13 {
    padding: 2.5rem;
    border-radius: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.7) 100%);
    grid-template-columns: 1fr;
    border: 1px solid rgba(255,255,255,0.1);
    transform: perspective(1000px) rotateX(0.5deg);
    box-shadow: 0 10px 30px rgba(0,0,0,0.04), 
                0 1px 5px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(165,159,159,0.5), 0.03);
}

.reach-out-info-E0vnwTX .get-contactus-hfQcBpX > div {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.reach-out-info-E0vnwTX .reach-us-9Op4fwQ:hover {
    background: rgba(255,255,255,0.8);
    color: rgb(165,159,159);
    border-left-color: rgb(165,159,159);
}

.reach-out-info-E0vnwTX .reach-us-9Op4fwQ:hover svg path {
    fill: rgb(165,159,159);
}

.mentorship-profile-1i7WqzI .feedback-cloud-4elRJQu {
    grid-template-columns: 1fr 1.2fr;
    position: relative;
    transform: perspective(1000px) rotateY(5deg);
    gap: 2rem;
    display: grid;
    z-index: 2;
    transition: transform 0.5s ease;
}

.mentorship-profile-1i7WqzI .feedback-cloud-4elRJQu:hover .img-strip-wrap-vI2MiFz {
    transform: rotate(0deg) translateY(0);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
}

.mentorship-profile-1i7WqzI .name::after {
    left: 0;
    content: "";
    width: 60px;
    transform: scaleX(0.6);
    bottom: -8px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(134,126,127) 0%, rgb(165,159,159) 100%);
    height: 3px;
    transition: transform 0.3s ease;
}

.mentorship-profile-1i7WqzI .exp-grid-VCKT5av::before {
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(165,159,159), rgb(134,126,127));
    width: 3px;
    position: absolute;
}



@media (max-width: 767px) {.education-framework-0mV9MS7 {
    padding: 4rem 1.5rem;
}.education-framework-0mV9MS7 h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.9);
}.education-framework-0mV9MS7 .text-box-wrapper-vCbGpdB {
    padding: 2rem;
}.education-framework-0mV9MS7 p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}}



@media screen and (max-width: 768px) {.contact-form-box-6hqB9PJ {
    padding: 3rem 0;
}.contact-form-box-6hqB9PJ h2 {
    font-size: calc(47px * 0.8);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
}.contact-form-box-6hqB9PJ h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact-form-box-6hqB9PJ .support-section-HFT4QNW h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 1.5rem;
}.contact-form-box-6hqB9PJ .support-section-HFT4QNW input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 992px) {.program-results-JWe0ZHr {
    padding: 10rem 0;
}.program-results-JWe0ZHr h5 {
    font-size: calc(20px * 1.2);
}.program-results-JWe0ZHr h5::after {
    width: 100px;
}.program-results-JWe0ZHr .study-training-pCV6z2k {
    transform: perspective(1500px) rotateX(2deg);
}.program-results-JWe0ZHr .img-strip-wrap-vI2MiFz {
    object-position: center;
    height: 100%;
}.program-results-JWe0ZHr li p {
    font-size: calc(14px * 1.05);
    line-height: 1.7;
}
}



@media (max-width: 767px) {.stay-connected-oH8Y0IR {
    padding: 5rem 1.5rem;
}.stay-connected-oH8Y0IR .feedback-request-voXVq4H {
    width: 100%;
}.stay-connected-oH8Y0IR .input_holder {
    gap: 2rem;
}.stay-connected-oH8Y0IR::after {
    height: 30%;
    top: 10%;
    width: 50%;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .head-pagebar-TxVwnpR {
    padding: 0.7rem;
    gap: 0.7rem;
}header .top-section-w26vIUA svg {
    width: 120px;
}header .nav-skill-MJSGHli {
    padding: 0.4rem;
    gap: 0.3rem;
}header .first-teach-UM49V2f {
    padding: 0.3rem 0.7rem;
    font-size: calc(18px - 2px);
}
}



@media (min-width: 992px) {.title-section-GcrEoy7 .main-home-QxisRPj > div {
    gap: 5rem;
}.title-section-GcrEoy7 h3 {
    font-size: calc(22px * 1.1);
}.title-section-GcrEoy7 .culture-block-NIM7qFf > div {
    padding: 7rem 5rem;
    min-height: 450px;
}.title-section-GcrEoy7 .title_style_header {
    font-size: calc(47px * 1.2);
}.title-section-GcrEoy7 .culture-block-NIM7qFf p {
    font-size: calc(16px * 1.1);
}
}


@media only screen and (max-width: 800px) {.online-cookies-XaWgpf1 {
    display: none;
}.cookie-preference-7GINPBj {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-window-dialog-zYwnVrA h5, .cookie-window-dialog-zYwnVrA p {
    text-align: center;
}.cookie-hide-106jMSG {
    margin-bottom: 15px;
}.cookie-box-WVYP7cs {
    margin-left: 0;
    margin-top: 10px;
}}



@media (max-width: 1200px) {.honor-cta-cozabN8 .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.honor-cta-cozabN8 {
    padding: 4rem 0 2rem;
}.honor-cta-cozabN8 .container {
    grid-template-columns: 1fr;
}.honor-cta-cozabN8 .company_holder,
    .honor-cta-cozabN8 .training-zone-hLy0BUI {
    grid-column: span 12;
}.honor-cta-cozabN8 .company_holder {
    margin-bottom: 2rem;
}.honor-cta-cozabN8::after,
    .honor-cta-cozabN8 .company_holder::before,
    .honor-cta-cozabN8 .company_holder::after,
    .honor-cta-cozabN8 .training-zone-hLy0BUI::after {
    display: none;
}
}



@media (max-width: 420px) {.honor-cta-cozabN8 .company_holder h3::after,
    .honor-cta-cozabN8 .nav-skill-MJSGHli h5::after {
    width: 30px;
}.honor-cta-cozabN8 .nav-skill-MJSGHli .nav-section-nkXuQal a:hover {
    padding-left: 0.3rem;
}}



@media (max-width: 767px) {.gratSection-NZcHIdT {
    padding: 3rem 0;
}.gratSection-NZcHIdT .study-training-pCV6z2k {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.gratSection-NZcHIdT h5 {
    font-size: calc(21px * 0.9);
}.gratSection-NZcHIdT p {
    font-size: calc(15px * 0.95);
}.gratSection-NZcHIdT .study-training-pCV6z2k > div:first-child::after {
    width: 3rem;
}.gratSection-NZcHIdT .study-training-pCV6z2k:hover > div:first-child::after {
    width: 6rem;
}
}



@media (min-width: 768px) {.reach-out-info-E0vnwTX {
    padding: 8rem 3rem;
}.reach-out-info-E0vnwTX h1 {
    margin-bottom: 4rem;
}.reach-out-info-E0vnwTX .connect-section-7I5Ai13 {
    padding: 3rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.reach-out-info-E0vnwTX .connect-section-7I5Ai13 > div:first-child {
    grid-column: 1 / -1;
}
}



@media (max-width: 767px) {.reach-out-info-E0vnwTX {
    padding: 5rem 1.5rem;
}.reach-out-info-E0vnwTX h1 {
    font-size: calc(45px - 0.2rem);
    margin-bottom: 3rem;
}.reach-out-info-E0vnwTX .connect-section-7I5Ai13 {
    gap: 1.5rem;
    padding: 1.5rem;
}.reach-out-info-E0vnwTX .connect-section-7I5Ai13 > div {
    padding: 1.25rem;
}.reach-out-info-E0vnwTX .connect-section-7I5Ai13 > div:first-child {
    padding: 1.5rem;
}.reach-out-info-E0vnwTX h6 {
    font-size: calc(16px - 0.1rem);
}.reach-out-info-E0vnwTX span {
    padding-left: 1rem;
    font-size: calc(13px - 0.1rem);
}.reach-out-info-E0vnwTX .get-contactus-hfQcBpX {
    gap: 1rem;
}.reach-out-info-E0vnwTX .reach-us-9Op4fwQ {
    font-size: calc(13px - 0.1rem);
    padding: 0.6rem 0.75rem;
}}



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



@keyframes blinkSlow {
    0%, 90% {
        opacity: 1;
    }
    95% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}



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

