.home-hero,
.home-hero__heroSlider,
.home-hero__heroSlider .swiper-wrapper,
.home-hero__heroSlider .swiper-slide {
    background: #011f43;
}

.certificate-hero-slide {
    background: #f4f2ee;
    height: 52.734375vw;
    position: relative;
}

.certificate-hero-slide .home-hero__heroImage {
    background: linear-gradient(135deg, #ffffff 0%, #f4f2ee 48%, #efe9dd 100%);
    height: 100%;
    overflow: hidden;
}

.certificate-hero-slide .home-hero__heroImage:before {
    display: none;
}

.certificate-hero-slide .home-hero__heroImage:after {
    background:
        radial-gradient(120% 90% at 18% -10%, rgba(182, 132, 77, .16), rgba(182, 132, 77, 0) 55%),
        repeating-linear-gradient(115deg, rgba(1, 31, 67, .035) 0 1px, transparent 1px 34px);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
}

.certificate-hero__orbit {
    height: 29rem;
    left: -7rem;
    position: absolute;
    top: -8rem;
    width: 29rem;
    z-index: 2;
}

.certificate-hero__orbit span {
    border-radius: 50%;
    position: absolute;
}

.certificate-hero__orbit-ring-1 {
    border: 1px solid rgba(182, 132, 77, .3);
    inset: 0;
}

.certificate-hero__orbit-ring-2 {
    animation: certificateSpin 48s linear infinite;
    border: 2px dashed rgba(182, 132, 77, .5);
    inset: 7%;
}

.certificate-hero__orbit-ring-3 {
    animation: certificateSpinReverse 60s linear infinite;
    border: 1px solid rgba(182, 132, 77, .6);
    inset: 22%;
}

.certificate-hero__orbit-gold {
    background: radial-gradient(circle at 40% 35%, rgba(216, 178, 123, .95), rgba(155, 113, 64, .9));
    box-shadow: 0 0 50px rgba(182, 132, 77, .3);
    inset: 34%;
}

.certificate-hero__orbit-core {
    border: 1.5px solid rgba(255, 255, 255, .7);
    inset: 44%;
}

.certificate-hero__dot {
    animation: certificateFloat 6s ease-in-out infinite;
    background: rgba(182, 132, 77, .55);
    border-radius: 50%;
    height: .55rem;
    position: absolute;
    width: .55rem;
    z-index: 3;
}

.certificate-hero__dot--1 {
    right: 40%;
    top: 36%;
}

.certificate-hero__dot--2 {
    animation-delay: .8s;
    height: .38rem;
    opacity: .75;
    right: 25%;
    top: 64%;
    width: .38rem;
}

.certificate-hero__dot--3 {
    animation-delay: .4s;
    background: rgba(1, 31, 67, .18);
    height: .32rem;
    right: 52%;
    top: 24%;
    width: .32rem;
}

.certificate-hero__pill {
    align-items: center;
    animation: certificateFadeUp .7s both;
    background: rgba(182, 132, 77, .1);
    border: 1px solid rgba(182, 132, 77, .5);
    border-radius: 999px;
    color: #9b6f37;
    display: inline-flex;
    font-size: .92rem;
    font-weight: 600;
    gap: .65rem;
    margin-bottom: .65rem;
    padding: .68rem 1.05rem;
    position: relative;
    z-index: 5;
}

.certificate-hero__pill:before {
    animation: certificatePing 2.2s ease-out infinite;
    background: #b6844d;
    border-radius: 50%;
    content: "";
    height: .5rem;
    width: .5rem;
}

.certificate-hero-slide .home-hero__contentWrapper {
    align-items: flex-start;
    bottom: 24rem;
    display: flex;
    flex-direction: column;
    right: 3.9%;
    text-align: right;
    width: 75%;
}

.certificate-hero__eyebrow {
    align-items: center;
    animation: certificateFadeUp .8s .05s both;
    color: #9b6f37;
    display: flex;
    font-size: 1rem;
    font-weight: 600;
    gap: .9rem;
    justify-content: flex-start;
    margin-bottom: .65rem;
    width: 100%;
}

.certificate-hero__eyebrow:after {
    background: #b6844d;
    content: "";
    height: 2px;
    width: 2.9rem;
}

.certificate-hero-slide .home-hero__contentWrapper .h1 {
    animation: certificateFadeUp .9s .12s both;
    color: #011f43;
    font-size: 5.75rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
    max-width: 76rem;
    text-transform: none;
    width: 100%;
}

.certificate-hero__loader {
    align-self: flex-start;
    animation: certificateFadeUp .9s .2s both;
    background: rgba(182, 132, 77, .35);
    height: 2px;
    margin-top: .8rem;
    overflow: hidden;
    position: relative;
    width: 9.5rem;
}

.certificate-hero__loader span {
    animation: certificateSweepRtl 3.4s ease-in-out .2s infinite;
    background: linear-gradient(90deg, transparent, #b6844d, transparent);
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
}

.certificate-hero-slide .btn-paraWrapper {
    bottom: 3.5rem;
    padding: 0 3.90625%;
}

.certificate-hero-slide .paraWrapper {
    text-align: right;
    width: 52%;
}

.certificate-hero-slide .paraWrapper p {
    animation: certificateFadeUp 1s .26s both;
    color: rgba(1, 31, 67, .7);
    display: block !important;
    font-size: 1.36rem;
    font-weight: 400;
    line-height: 1.7;
    margin: 0 0 1.35rem;
    overflow: visible;
}

.certificate-hero__actions {
    align-items: center;
    animation: certificateFadeUp 1s .34s both;
    display: flex;
    gap: 1.5rem;
    justify-content: flex-start;
}

.certificate-hero__btn.btnn {
    background: #011f43;
    border: 1px solid #011f43;
    border-radius: .36rem;
    min-height: 3.5rem;
    padding: 1.05rem 1.55rem;
}

.certificate-hero__btn.btnn .content {
    color: #fff;
    position: relative;
    z-index: 2;
}

.certificate-hero__btn.btnn .shape:before {
    background: #d8b27b;
}

.certificate-hero__link {
    color: #9b6f37;
    display: none;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
}

.home-hero:has(.certificate-hero-slide) .home-hero__heroSlider .swiper-pagination {
    bottom: clamp(1.1rem, 2.1vh, 1.6rem) !important;
    left: 3.65% !important;
    right: 3.65% !important;
    top: auto !important;
    transform: none !important;
    width: auto !important;
    z-index: 6;
}

.home-hero:has(.certificate-hero-slide) .home-hero__heroSlider .swiper-pagination-bullet-active {
    display: block;
    margin: 0 !important;
    max-width: 100%;
    width: 100% !important;
}

@media (hover: hover) and (pointer: fine) {
    .certificate-hero__btn.btnn:hover .content {
        color: #011f43;
    }
}

@media (hover: none), (pointer: coarse) {
    .certificate-hero__btn.btnn:hover .content,
    .certificate-hero__btn.btnn:active .content,
    .certificate-hero__btn.btnn:focus .content {
        color: #fff;
    }
}

.about-us .generic-heading .h2 {
    font-size: clamp(2.4rem, 3vw, 3.25rem);
    line-height: 1.12;
    margin-bottom: .35em;
}

.about-us .generic-heading .h4 {
    font-size: clamp(1.45rem, 2vw, 2.1rem);
    font-weight: 600;
    line-height: 1.35;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
}

body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .rightWrapper ul li a,
body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .rightWrapper ul li a .cont,
body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .rightWrapper ul li > a.w-uline,
body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .menu__menuitem--menulink {
    color: #011f43 !important;
}

body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .rightWrapper ul li a:after,
body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .menu__menuitem--menulink:before,
body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .menu__menuitem.active:before {
    background: #011f43 !important;
}

body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .rightWrapper ul li:nth-child(3):after {
    background: rgba(1, 31, 67, .25);
}

body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .brand-logo .logo:not(.logo-black) {
    display: none;
}

body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .brand-logo .logo-black {
    display: block;
}

body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .icon img,
body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .icon svg {
    filter: invert(55%) sepia(21%) saturate(1045%) hue-rotate(351deg) brightness(96%) contrast(83%);
}

body.home.certificate-hero-light-active .header:not(.sticky) > .headerTop-bar .search-icon path,
body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .search-icon path,
body.home.certificate-hero-light-active .header:not(.sticky) > .header__wrapper .calculator-icon path {
    fill: #011f43;
}

@keyframes certificateFadeUp {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

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

@keyframes certificateSpin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes certificateSpinReverse {
    to {
        transform: rotate(-360deg);
    }
}

@keyframes certificateFloat {
    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-16px);
    }
}

@keyframes certificatePing {
    0% {
        box-shadow: 0 0 0 0 rgba(217, 178, 125, .55);
    }

    70% {
        box-shadow: 0 0 0 9px rgba(217, 178, 125, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(217, 178, 125, 0);
    }
}

@keyframes certificateSweepRtl {
    0% {
        transform: translateX(170%);
    }

    100% {
        transform: translateX(-260%);
    }
}

@media (max-width: 1199.98px) {
    .certificate-hero-slide .home-hero__contentWrapper {
        bottom: auto;
        padding: 0;
        right: 2rem;
        top: 25%;
        width: calc(100% - 4rem);
    }

    .certificate-hero-slide .home-hero__contentWrapper .h1 {
        font-size: 4.25rem;
        max-width: 58rem;
    }

    .certificate-hero-slide .btn-paraWrapper {
        bottom: 3.25rem;
        padding: 0 2rem;
    }

    .certificate-hero-slide .paraWrapper {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .home-hero:has(.certificate-hero-slide) {
        height: clamp(620px, 78vh, 820px);
    }

    .certificate-hero-slide {
        height: 100%;
    }

    .certificate-hero-slide .home-hero__contentWrapper {
        bottom: clamp(16rem, 33vh, 22rem);
    }

    .certificate-hero-slide .btn-paraWrapper {
        bottom: clamp(6rem, 11vh, 9rem);
    }
}

@media (max-width: 899.98px) and (min-width: 576px) {
    .certificate-hero-slide .home-hero__contentWrapper .h1 {
        font-size: 3.3rem;
    }

    .certificate-hero-slide .btn-paraWrapper {
        bottom: 0;
    }
}

@media (max-width: 575.98px) {
    .certificate-hero-slide,
    .home-hero:has(.certificate-hero-slide) {
        height: clamp(560px, 72vh, 640px);
        min-height: 0;
    }

    .certificate-hero__pill {
        font-size: .7rem;
        gap: .45rem;
        margin-bottom: .45rem;
        padding: .52rem .78rem;
    }

    .certificate-hero__pill:before {
        height: .42rem;
        width: .42rem;
    }

    .certificate-hero__orbit {
        height: 14rem;
        left: -6.2rem;
        top: -3.6rem;
        width: 14rem;
    }

    .certificate-hero-slide .home-hero__contentWrapper {
        bottom: auto;
        right: 1.5rem;
        top: 8.25rem;
        width: calc(100% - 3rem);
    }

    .certificate-hero__eyebrow {
        font-size: .78rem;
        gap: .6rem;
        margin-bottom: .45rem;
    }

    .certificate-hero__eyebrow:after {
        width: 2rem;
    }

    .certificate-hero-slide .home-hero__contentWrapper .h1 {
        font-size: 2.05rem;
        line-height: 1.12;
        max-width: 22rem;
    }

    .certificate-hero__loader {
        margin-top: .65rem;
        width: 5.5rem;
    }

    .certificate-hero-slide .btn-paraWrapper {
        bottom: 8.75rem;
        padding: 0 1.5rem;
    }

    .certificate-hero-slide .paraWrapper {
        width: 100%;
    }

    .certificate-hero-slide .paraWrapper p {
        font-size: .86rem;
        line-height: 1.55;
        margin-bottom: 1rem;
    }

    .certificate-hero__actions {
        flex-wrap: wrap;
        gap: .75rem;
    }

    .certificate-hero__btn.btnn {
        min-height: 2.75rem;
        padding: .78rem 1.05rem;
    }

    .certificate-hero__btn.btnn .content {
        font-size: .95rem;
        padding-right: .48rem;
    }

    .home-hero:has(.certificate-hero-slide) .home-hero__heroSlider .swiper-pagination {
        bottom: 1.15rem !important;
        left: 1.5rem !important;
        right: 1.5rem !important;
    }

    .about-us .generic-heading .h2 {
        font-size: 2rem;
        line-height: 1.15;
    }

    .about-us .generic-heading .h4 {
        font-size: 1.08rem;
        line-height: 1.45;
        max-width: 100%;
    }
}
