@font-face {
    font-family: SatoshiRegular;
    src: url(fonts/satoshi/Satoshi-Regular.woff2);
}

@font-face {
    font-family: SatoshiMedium;
    src: url(fonts/satoshi/Satoshi-Medium.woff2);
}

@font-face {
    font-family: SatoshiBlack;
    src: url(fonts/satoshi/Satoshi-Black.woff2);
}

@font-face {
    font-family: SatoshiBold;
    src: url(fonts/satoshi/Satoshi-Bold.woff2);
}

:root {
    --mediumgreen: #cd9233;
    --themedarkgrey: #282828;
    --themewhiteshade: #FFFFFF;
}

.trustus-banner-grid * {
    box-sizing: border-box;
    margin: 0px;
    outline: none;
    cursor: default;
}

.landing-trustus-banner-grid {
    max-width: var(--landingmaxwidth);
}

.trustus-banner-grid {
    border-radius: 44.44px;
}

.trustus-banner-grid {
    background: var(--mediumgreen);
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1220px;
    width: 100%;
    margin: auto;
}

.trustus-banner-grid .content {
    text-align: center;
}

.trustus-banner-grid .trust-us-cta-group-img {
    width: 100%;
    max-width: 700px;
    z-index: 1;
    overflow: hidden;
    max-width: 730px;
    object-fit: contain;
}


.trustus-banner-grid .trust-us-cta-triangle-img {
    max-width: 120px;
    left: -75px;
    top: 70px
}

.trustus-banner-grid .trust-us-cta-triangle-img {
    width: 100%;
    max-width: 90px;
    position: absolute;
    left: -57px;
    top: 33px;
}

.trustus-banner-grid .trust-us-cta-halfround-img {
    width: 100%;
    max-width: 80px;
    position: absolute;
    right: -22px;
    bottom: 117px;
}

.trustus-banner-grid .trust-us-cta-cutx-img {
    width: 100%;
    max-width: 70px;
    position: absolute;
    bottom: -11px;
    left: 237px;
}

.trustus-banner-grid .trust-us-cta-button {
    color: var(--themewhiteshade);
    background: var(--themedarkgrey);
    border: none;
    padding: 10px 40px 10px 40px;
    border-radius: 30px;
    font-size: 21px;
    margin: 0 auto 20px;
    font-family: SatoshiMedium;
    cursor: pointer;
    line-height: 156.8%;
}


.trustus-banner-grid .trust-us-cta-para {
    color: var(--themewhiteshade);
    font-size: 32px;
    margin: 60px 0 20px 0;
    font-family: SatoshiBold;
    line-height: 156.8%;
    margin: 65px 0 20px 0
}

/* .trustus-banner-container {
    padding: 72px 0px;
} */

@media only screen and (min-width: 320px) {
    .trustus-banner-container {
        padding: 64px 24px;
    }
}


@media only screen and (min-width: 768px) {

    .trustus-banner-container {
        padding: 72px 0px;
    }
}

@media only screen and (min-width: 800px) {
    .trustus-banner-grid {
        max-width: 680px;
    }
}

@media only screen and (min-width: 1000px) {
    .trustus-banner-grid {
        max-width: 900px;
    }

    .trustus-banner-container {
        padding: 96px 0px;
    }
}

@media only screen and (min-width: 1200px) {
    .trustus-banner-grid {
        max-width: 1024px;
    }
}

@media only screen and (min-width: 1600px) {
    .trustus-banner-grid {
        max-width: 1220px;
    }
}

@media only screen and (max-width: 1024px) {
    .trustus-banner-grid .trust-us-cta-para {
        text-align: center;
        padding: 0 20px;
        margin: 43px 0 11px 0;
        font-size: 27.64px;
        line-height: 156.8%;
    }

    .trustus-banner-grid .trust-us-cta-group-img {
        height: 219px;
        width: 619px;
    }

    .trustus-banner-grid .trust-us-cta-button {
        font-size: 17.33px;
    }

}


@media only screen and (max-width: 820px) {

    .landing-trustus-banner-grid {
        height: 300px;
        justify-content: space-between;
    }

    .trustus-banner-grid .trust-us-cta-para {
        text-align: center;
        padding: 0 20px;
        margin: 32px 0 8px 0;
        font-size: 20.73px;
        line-height: 156.8%;
    }

    .trustus-banner-grid .trust-us-cta-group-img {
        height: 164px;
        width: 464px;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
    }

    .trustus-banner-grid .trust-us-cta-button {
        font-size: 13px;
        padding: 7px 25px 7px 25px;
    }

    .trustus-banner-grid .trust-us-cta-halfround-img {
        max-width: 45px;
        right: -14px;
        bottom: 62px;
    }

    .trustus-banner-grid .trust-us-cta-triangle-img {
        top: 30px;
        left: -35px;
        max-width: 56px;
    }

    .trustus-banner-grid .trust-us-cta-cutx-img {
        max-width: 48px;
        bottom: -8px;
        left: 102px;
    }
}


@media only screen and (max-width: 640px) {
    .trustus-banner-grid .trust-us-cta-cutx-img {
        display: none;
    }

    .trustus-banner-grid .trust-us-cta-group-img {
        height: 420px;
        object-fit: cover;
        object-position: center;
        border-radius: 25px;
        width: 100%;
    }

    .trustus-banner-grid .trust-us-cta-triangle-img {
        top: 50px;
        left: -60px;
        max-width: 95px;
    }

    .trustus-banner-grid .trust-us-cta-para {
        font-size: 48px;
        line-height: 123%;
        text-align: center;
        padding: 0 20px;
        margin: 75px 45px 32px 45px;
    }

    .trustus-banner-grid {
        min-height: 869px;
        justify-content: space-between;
        border-radius: 40px;
        overflow: hidden;
    }

    .trustus-banner-grid .trust-us-cta-halfround-img {
        max-width: 72px;
        right: -20px;
        bottom: 47px;
        z-index: 1;
    }
}

@media only screen and (max-width: 500px) {

    .trustus-banner-grid {
        min-height: 580px;
        border-radius: 25px;
    }

    .trustus-banner-grid .trust-us-cta-triangle-img {
        top: 50px;
        left: -37px;
        max-width: 60px;
    }

    .trustus-banner-grid .trust-us-cta-halfround-img {
        max-width: 45px;
        right: -11px;
        bottom: 47px;
        z-index: 1;
    }

    .trustus-banner-grid .trust-us-cta-para {
        margin: 48px 20px 26px 20px;
        font-size: 28px;
    }

    .trustus-banner-grid .trust-us-cta-button {
        font-size: 19px;
        padding: 8px 25px 8px 25px;
    }

    .trustus-banner-grid .trust-us-cta-group-img {
        height: 282px;
        width: -webkit-fill-available;
    }


}

@media only screen and (max-width: 395px) {

    .trustus-banner-grid {
        min-height: 509px;
    }

    .trustus-banner-grid .trust-us-cta-triangle-img {
        top: 50px;
        left: -37px;
        max-width: 58px;
    }

    .trustus-banner-grid .trust-us-cta-halfround-img {
        max-width: 40px;
        right: -11px;
        bottom: 47px;
        z-index: 1;
    }

    .trustus-banner-grid .trust-us-cta-button {
        font-size: 15px;
        line-height: 156.8%;
        padding: 5px 28px 5px 25px;
    }

}


@media only screen and (max-width: 320px) {

    .landing-trustus-banner-grid {
        min-height: 434.5px;
    }

    .landing-trustus-banner-grid .trust-us-cta-para {
        font-size: 24px;
        line-height: 123%;
        margin: 55px 20px 16px 20px;
    }

    .trustus-banner-grid .trust-us-cta-button {
        font-size: 13.5px;
    }

    .trustus-banner-grid .trust-us-cta-group-img {
        height: 203.5px;
    }

    .trustus-banner-grid .trust-us-cta-triangle-img {
        top: 50px;
        left: -31px;
        max-width: 51px;
    }

    .trustus-banner-grid .trust-us-cta-halfround-img {
        max-width: 35px;
    }

}