html {
    box-sizing: border-box;
    overflow-x: hidden;
    color: #fff
}

body {
    margin: 0;
    overflow-x: hidden
}

b {
    margin: 0
}

*,
*::before,
*::after {
    box-sizing: inherit;
    padding: 0;
    margin: 0
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 20px
}

header {
    background-color: #191d20
}

.contact-page header,
.about-page .header-about {
    background: unset
}

.about-bg,
.contact-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

header {
    --grid-color: rgba(255, 255, 255, 0.08)
}

.testimonials {
    padding: 40px 0 20px;
    background: #fff
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 20px 20px 20px;
    gap: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid gainsboro;
    border-radius: 16px
}

.testimonial-card:last-child {
    margin-bottom: 0
}

.info {
    display: flex;
    gap: 8px;
    align-items: flex-start
}

.testimonial-content,
.testimonial-content-reverse {
    flex: 1;
    position: relative
}

.testimonial-name {
    font-size: 20px;
    font-weight: 900;
    color: #2D3748;
    margin: 0 0 8px 0
}

.testimonial-title {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0
}

.testimonial-text {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #546880;
    margin: 0
}

.testimonial-photo,
.testimonial-photo-reverse {
    display: block;
    margin-left: auto
}

.testimonial-photo-reverse {
    margin-left: -40px;
    margin-top: -40px;
    transform: translateY(-40px)
}

.about .crypto.mobile .arrow {
    position: relative;
    z-index: 1
}

.testimonial-photo-reverse img,
.testimonial-photo img {
    width: 350px;
    height: 250px;
    border-radius: 12px 12px 12px 0;
    object-fit: cover;
    display: block
}

.step-desc {
    font-weight: 400;
    font-size: 18px;
    color: #546880;
    line-height: 1.8
}

.market {
    padding: 0 0 20px 0;
    overflow: hidden
}

.step-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 24px
}

.step {
    display: block;
    color: #546880;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
    font-size: 14px
}

.step-title {
    color: #0d1210;
    margin: 8px 0 0 0;
    font-weight: 900;
    line-height: 1.2;
    font-size: 20px
}

.cta-secondary {
    background: linear-gradient(180deg, #FFA51E 0%, #F39C12 100%);
    color: #fff;
    text-decoration: none;
    text-align: center;
    z-index: 2;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    border: none;
    width: 100%;
    border-radius: 8px;
    padding: 16px 24px;
    cursor: pointer
}

.advantage {
    padding-top: 40px;
    margin-top: 50px;
    padding-bottom: 40px;
    background-image: url(../images/advantage-bg.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover
}

.advantage-wrapper {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px
}

.advantage-item h3 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 20px;
    max-width: 60%;
    max-width: 100%;
    text-transform: uppercase
}

.advantage-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4
}

.advantage-item {
    padding: 20px 0 20px 20px;
    border-left: 1px solid rgb(255 255 255 / .1);
    border-bottom: 1px solid rgb(255 255 255 / .1);
    height: -webkit-fill-available
}

.advantage-item .info {
    display: flex;
    gap: 20px;
    align-items: flex-start
}

.activity-banner {
    background-color: #1c85fb;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    border-radius: 12px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-top: 28px;
    padding-bottom: 28px
}

.site-footer {
    background: #2A2C34;
    color: #cbd5e1
}

.site-footer .container {
    padding-top: 28px;
    padding-bottom: 28px
}

.footer-top {
    flex-direction: column;
    gap: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 20px
}

.footer-logo {
    width: 44px;
    height: 44px
}

.footer-tagline {
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 800
}

.footer-nav {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center
}

.footer-nav a {
    color: #e2e8f0;
    text-align: center;
    text-decoration: none
}

.footer-disclaimer {
    font-size: 12px;
    text-align: center;
    line-height: 1.6;
    color: rgb(255 255 255 / .3);
    margin: 0;
    font-weight: 400;
    padding-top: 16px
}

.footer-bottom {
    border-top: 1px solid rgb(255 255 255 / .2);
    padding-bottom: 32px
}

.footer-bottom p {
    margin: 0;
    color: #fff;
    text-align: center;
    padding: 16px 0
}

.gotoform {
    cursor: pointer;
    text-decoration: none
}

.copyright-page header,
.other-page header {
    background-image: none
}

#floatingButton {
    position: fixed;
    z-index: 11;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    cursor: pointer
}

.floatingButton {
    --tw-text-opacity: 1;
    font-size: 1.7rem;
    font-weight: 800;
    color: #fff;
    background-color: #f79e1b;
    position: relative;
    z-index: auto;
    display: block;
    width: 100%;
    padding: 5px;
    margin: 0 auto;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none !important
}

.market .step-head {
    flex-direction: column;
    gap: 20px
}

.logo-link {
    order: 2
}

.iti.iti--allow-dropdown {
    display: block;
    margin: 16px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400
}

.testimonial-photo,
.testimonial-photo-reverse {
    width: 100%;
    transform: none;
    margin: 0
}

.testimonial-photo img,
.testimonial-photo-reverse img {
    height: auto;
    border-radius: 0 0 12px 12px
}

.quote-icon {
    width: 48px
}

.testimonial-content,
.testimonial-content-reverse {
    order: 2;
    text-align: start
}

.info img {
    width: 64px
}

.copyright-page header,
.other-page header {
    padding-bottom: 20px
}

.leadform input {
    width: 100%;
    font-size: 14px;
    max-width: 260px;
    padding: 14px;
    margin: 12px auto
}

@media (min-width:425px) {
    .leadform input {
        font-size: 16px;
        max-width: 340px
    }

    .leadform .cta {
        max-width: 340px;
        font-size: 20px
    }

    .testimonial-card {
        align-items: flex-start
    }

    .right {
        margin: 0 auto;
        max-width: 560px
    }

    .form-bg {
        width: 480px
    }

    .iti.iti--allow-dropdown {
        font-size: 16px !important;
        max-width: 340px !important
    }

    .left .main-text {
        font-size: 40px
    }

    .left .main-text span {
        font-size: 50px
    }

    .header-about .left h2 {
        font-size: 26px
    }

    .header-about .left p {
        font-size: 26px;
        text-align: center
    }

    .testimonial-photo img,
    .testimonial-photo-reverse img {
        max-width: 70%;
        margin: 0 auto
    }
}

@media (max-width:425px) {

    .testimonial-photo,
    .testimonial-photo-reverse {
        width: 115%
    }

    .testimonial-photo img,
    .testimonial-photo-reverse img {
        width: 100%
    }
}

@media (max-width:768px) {
    .container {
        padding: 16px 16px
    }
}

.iti.iti--allow-dropdown input.iti__tel-input {
    width: 100%
}

.error-msg {
    width: 70%;
    display: block;
    margin: 16px auto;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: left
}

.iti.iti--container.iti--fullscreen-popup,
.iti__dropdown-content *,
.iti__selected-dial-code {
    color: #000
}

.footer-bottom p a {
    color: #ffffff;
    display: inline-block
}

.iti__search-input {
    padding: 12px !important
}