@font-face {
    font-family: 'HitandRun';
    src: local('HitandRun'),
         url('../../dist/fonts/HitandRun-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap; 
}
.btn-new {
    color: #fff;
    text-decoration: none;
    background: #4169E1;
    font-weight: bold;
    padding: 10px 17px;
    display: inline-block;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    font-size: 2rem;
    transition: background-color 0.3s ease;
}
.btn-new:hover {
    background-color: #3657c5
}

.hero-block-new {
    color: #fff;
    padding: 0 !important;
}
.hero-block-new .container {
    padding: 12.5rem 0;
}

.hero-block-new img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.hero-block-new p {
    font-weight: bolder;
    font-size: 2rem;
}

.hitandrun {
    font-family: "HitandRun", sans-serif;
}
.hero-block-new h1 {
    -webkit-text-stroke: 0.5px #000;
    text-shadow:
    -0.5px -0.5px 0 #000,
     0.5px -0.5px 0 #000,
    -0.5px  0.5px 0 #000,
     0.5px  0.5px 0 #000;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.1;
}

.hero-block-new h1 span {
    color: #15e8b5;
}

.section-brands-new {
    text-align: center;
}
.section-brands-new ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
}
.section-brands-new {
    background-color: #f8f6f5;
    padding: 15px 0;
}
.section-brands-new p {
    font-weight: 600;
    text-transform: uppercase;
}
.tw-widget {
    padding: 20px 0
}
.tw-widget ul {
    list-style: none;
    width: 70%;
    display: flex;
    padding: 0;
}
.widget-elements {
    display: flex;
    align-items: center;
}
.tw-widget {
    text-align: center;
}
.tw-widget li {
    display: inline-block;
}
.tw-widget img {
    margin-top: -13px !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
}
.section-fn-form, .section-known-logos {
    width: 100%;
    float: left;
}
.banner--text-new {
    min-height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.banner--text-new img {
    height: 100%;
    width: 100%;
}
.section-known-logos {
    text-align: center;
}
.section-known-logos .known-wrapper {
    margin-top: 0;
    padding-top: 20px;
}
.section-known-logos p {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.section-fn-form .elementor-container {
    max-width: 75% !important;
}
.section-fn-form h2 {
    font-size: 3rem !important;
    font-weight: 600;
}
.section-fn-form h2 u {
    color: #15e8b5;
}
.section-fn-form form {
    margin: auto;
    margin-top: 20px;
    max-width: 600px;
}
.section-fn-form button,
.section-fn-form input {
    border-radius: 15px;
}
.section-fn-form .elementor-form-fields-wrapper > div:first-child {
    flex-basis: 65%;
}
.section-fn-form .elementor-form-fields-wrapper > div:nth-child(2) {
    flex-basis: 35%;
}
.change-new h2, .choose-new h2 {
    color: #fff;
    -webkit-text-stroke: 0.5px #000;
    text-shadow:
    -0.5px -0.5px 0 #000,
     0.5px -0.5px 0 #000,
    -0.5px  0.5px 0 #000,
     0.5px  0.5px 0 #000;
}
.change-new h2 span,
.choose-new h2 span {
    color: #15e8b5;
}
.change-new h2 {
    font-size: 4rem;
    line-height: 1.1;
}
.section-fn-form button {
    border-radius: 8px;
    font-size: 16px;
}
@media only screen and (max-width: 500px) {
    .hero-block-new img {
        position: relative;
    }
    .hero-block-new .container {
        background-color: #dafff6;
        color: #000;
        padding: 25px;
    }
    .hero-block-new h1 {
        font-size: 2.5rem !important;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .hero-block-new p {
        font-weight: normal;
        font-size: 1.8rem;
    }
    .hero-block-new p br {
        display: none;
    }
    .widget-elements ul {
        width: 50%;
        margin-bottom: 0;
    }
    .section-fn-form .elementor-container {
        max-width: 100% !important;
    }
    .section-fn-form h2 {
        font-size: 1.8rem !important;
        line-height: 1.3;
    }
    .section-fn-form .elementor-form-fields-wrapper > div:first-child {
        flex-basis: 55%;
    }
    .section-fn-form .elementor-form-fields-wrapper > div:nth-child(2) {
        flex-basis: 45%;
    }
    .change-new h2, .choose-new h2 {
        font-size: 3rem !important;
        line-height: 1.3;
    }
    .section-brands-new-mob .container {
        padding: 0 25px;
    }
    .section-brands-new-mob .slick-slider {
        margin: 0 auto;
        width: 60%;
    }
    .steps .tw-widget {
        margin-top: 40px;
    }
}
@media (min-width: 1900px) {
    .hero-block-new .container {
        padding: 20rem 0;
    }
}