@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Thin.woff2") format("woff2"), url("../fonts/FivoSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-ThinOblique.woff2") format("woff2"), url("../fonts/FivoSans-ThinOblique.woff") format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Light.woff2") format("woff2"), url("../fonts/FivoSans-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-LightOblique.woff2") format("woff2"), url("../fonts/FivoSans-LightOblique.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Regular.woff2") format("woff2"), url("../fonts/FivoSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Oblique.woff2") format("woff2"), url("../fonts/FivoSans-Oblique.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Medium.woff2") format("woff2"), url("../fonts/FivoSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-MediumOblique.woff2") format("woff2"), url("../fonts/FivoSans-MediumOblique.woff") format("woff");
    font-weight: 500;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Bold.woff2") format("woff2"), url("../fonts/FivoSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-BoldOblique.woff2") format("woff2"), url("../fonts/FivoSans-BoldOblique.woff") format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Heavy.woff2") format("woff2"), url("../fonts/FivoSans-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-HeavyOblique.woff2") format("woff2"), url("../fonts/FivoSans-HeavyOblique.woff") format("woff");
    font-weight: 800;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-BlackOblique.woff2") format("woff2"), url("../fonts/FivoSans-BlackOblique.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Fivo Sans';
    src: url("../fonts/FivoSans-Black.woff2") format("woff2"), url("../fonts/FivoSans-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

.header {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1000
}

@media (min-width: 992px) {
    .header {
        background: rgba(36, 36, 36, 0.65)
    }
}

.header .contact {
    color: #fff;
    font: 15px 'Fivo Sans'
}

@media (max-width: 992px) {
    .header .contact {
        display: none
    }
}

.header .contact img {
    margin-right: 15px
}

.header .contact a {
    color: inherit;
    text-decoration: none
}

.navcall {
    background: #b90101;
    border-radius: 5px;
    height: 44px;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px
}

.navcall span {
    background: #fff6E7;
    border-radius: 10px;
    display: block;
    height: 4px
}

.navcall span+span {
    margin-top: 5px
}

@media (max-width: 992px) {
    .sitenav {
        background: rgba(36, 36, 36, 0.9);
        display: none;
        position: absolute;
        left: 0;
        top: 85px;
        width: 100%
    }
}

.sitenav .nav li {
    color: #fff;
    font: 15px/1 'Fivo Sans';
    text-transform: uppercase
}

.sitenav .nav li a {
    color: inherit;
    display: block;
    text-decoration: none;
    padding: 25px 35px
}

.sitenav .nav li.hasnav {
    position: relative
}

.sitenav .nav li.hasnav .icon-more {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
    padding: 10px
}

.sitenav .nav li.hasnav .icon-more.clicked img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sitenav .nav li.hasnav .nav {
    display: none
}

@media (min-width: 992px) {
    .sitenav .nav li.hasnav .nav {
        left: 0;
        padding-top: 9px;
        position: absolute;
        top: 100%;
        width: 100%
    }
}

.sitenav .nav li.hasnav .nav li {
    text-align: center;
    margin-bottom: 2px;
    white-space: nowrap
}

.sitenav .nav li.hasnav .nav li a {
    background: rgba(36, 36, 36, 0.65);
    padding: 12px 10px 10px
}

@media (min-width: 992px) {
    .sitenav .nav li.hasnav .nav li a:hover {
        background: rgba(47, 47, 47, 0.9)
    }
}

@media (min-width: 992px) {
    .sitenav .nav li.hasnav .nav li:after {
        background: #B90101;
        bottom: calc(100% - 7px);
        content: '';
        height: 6px;
        left: 50%;
        position: absolute;
        -webkit-transform: translateX(-50%) skewX(-30deg);
        transform: translateX(-50%) skewX(-30deg);
        width: calc(100% - 30px)
    }
}

@media (min-width: 992px) {
    .sitenav .nav li.hasnav:hover .nav {
        display: block
    }
}

@media (min-width: 992px) {
    .sitenav .nav li.active {
        position: relative
    }

    .sitenav .nav li.active:after {
        background: #B90101;
        content: '';
        height: 6px;
        left: 50%;
        position: absolute;
        top: calc(100% + 1px);
        -webkit-transform: translateX(-50%) skewX(-30deg);
        transform: translateX(-50%) skewX(-30deg);
        width: calc(100% - 30px)
    }
}

.welcome {
    background: #171412;
    padding-bottom: 90px;
    position: relative
}

@media (max-width: 767px) {
    .welcome {
        height: 420px
    }
}

.welcome .welcome-img {
    position: relative;
    z-index: 1
}

@media (max-width: 767px) {
    .welcome .welcome-img {
        height: 100%
    }
}

.welcome .welcome-img .imgsize {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: auto 100%
}

@media (max-width: 767px) {
    .welcome .welcome-img .imgsize {
        background-position: 0 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%
    }
}

@media (min-width: 768px) {
    .welcome .welcome-img .imgsize {
        min-height: 475px
    }
}

.welcome .welcome-img .imgsize img {
    opacity: 0;
    visibility: hidden
}

.welcome .welcome-img:before,
.welcome .welcome-img:after {
    background-size: auto 100%;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: -1
}

.welcome .welcome-img:before {
    background-image: url(../images/beforehome.jpg);
    left: 0
}

.welcome .welcome-img:after {
    background-image: url(../images/afterhome.jpg);
    right: 0
}

.welcome .hero-content {
    height: calc(100% - 90px);
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5
}

@media (max-width: 767px) {
    .welcome .hero-content {
        height: calc(100% - 20px)
    }
}

.welcome .hero-content .brand {
    padding-top: 20px
}

@media (min-width: 992px) {
    .welcome .hero-content .brand {
        padding-top: 90px;
        padding-left: 45px
    }
}

@media (max-width: 991px) {
    .welcome .hero-content .brand img {
        width: 160px
    }
}

.welcome .hero-content h2 {
    font-size: 16px
}

@media (min-width: 768px) {
    .welcome .hero-content h2 {
        font-size: 27px
    }
}

@media (max-width: 991px) {
    .welcome .hero-content .cta {
        margin-top: 25px
    }
}

@media (max-width: 767px) {
    .welcome .hero-content .cta.inner {
        margin-top: 250px
    }
}

.welcome .join {
    margin-top: 110px
}

.fitsection {
    background: #171412
}

.fitsection .box {
    display: block;
    position: relative;
    text-decoration: none
}

.fitsection .box .img {
    position: relative
}

.fitsection .box .img img {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    position: absolute;
    top: 0
}

.fitsection .box .img:before {
    content: '';
    display: block;
    padding-top: 75%
}

.fitsection .meta {
    background: rgba(36, 36, 36, 0.65);
    bottom: 10px;
    left: 0;
    padding: 10px;
    position: absolute
}

.fitsection .meta h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0
}

.fitsection .meta h3 {
    color: #fff;
    font: 15px 'Fivo Sans';
    margin: 0;
    padding-top: 15px;
    position: relative
}

.fitsection .meta h3:before {
    background: #B90101;
    content: '';
    height: 6px;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%) skewX(-30deg);
    transform: translateX(-50%) skewX(-30deg);
    width: calc(100% + 30px)
}

.trail {
    background: #171412;
    overflow: hidden;
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .trail {
        padding-bottom: 150px
    }
}

.trail .bg {
    background-position: 0 0;
    background-size: auto 100%;
    position: relative
}

.trail .run {
    padding: 30px
}

@media (min-width: 768px) {
    .trail .run {
        min-height: 520px;
        padding: 0
    }

    .trail .run .img {
        position: absolute;
        right: -20px;
        top: 80px
    }

    .trail .run:before {
        background: #b70101;
        content: '';
        height: 100%;
        position: absolute;
        right: 100%;
        width: 10000000%
    }
}

@media (min-width: 768px) {
    .trail .trail-form {
        min-height: 640px
    }

    .trail .trail-form:after {
        background: #6d6d6d;
        content: '';
        height: calc(100% - 40px);
        left: 100%;
        position: absolute;
        top: 17px;
        width: 10000000%
    }
}

.trail .form {
    background: linear-gradient(45deg, #707070 -50%, #383838 55%);
    border-radius: 20px 0;
    padding: 20px;
    width: 100%
}

@media (min-width: 768px) {
    .trail .form {
        max-width: 540px;
        padding: 45px;
        width: 540px
    }
}

.trail .form h2 {
    margin-bottom: 15px;
    text-align: center
}

.trail .form h2+p {
    margin-top: 0
}

.trail .form p {
    color: #ccc;
    margin: 30px 0 0 0;
    text-align: center
}

.trail .form input {
    background: #fff;
    border: 0 none;
    border-radius: 5px;
    font: italic 19px Times, 'Times New Roman', serif;
    height: 55px;
    margin-top: 30px;
    padding: 0 20px
}

.trail .form button {
    background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#cecbcb));
    background: linear-gradient(to right, #e6e6e6 0%, #cecbcb 100%);
    border: 0 none;
    border-radius: 5px;
    color: #FF0000;
    font: 20px 'Fivo Sans';
    height: 55px;
    margin-top: 30px
}

.img-content {
    background: #000000;
    padding: 30px 0 0
}

@media (min-width: 768px) {
    .img-content {
        padding: 50px 0 0
    }
}

@media (min-width: 768px) {
    .img-content .neg-img {
        margin-top: -100px
    }
}

.img-content h2 {
    font-size: 32px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .img-content h2 {
        font-size: 40px;
        margin-bottom: 30px
    }
}

.app-content {
    background: #000;
    background-position: 50%
}

@media (max-width: 767px) {
    .app-content {
        background-size: cover
    }
}

.app-content h2 {
    font-size: 30px;
    margin-bottom: 20px
}

@media (min-width: 768px) {
    .app-content h2 {
        font-size: 45px;
        margin-bottom: 40px
    }
}

.app-content .list li {
    color: #B7B7B7;
    font: 20px/1.4 'Fivo Sans';
    margin: 0;
    padding: 0 0 0 30px;
    position: relative
}

@media (min-width: 768px) {
    .app-content .list li {
        font-size: 32px
    }
}

.app-content .list li:before {
    content: '';
    background: #B90101;
    height: 18px;
    width: 18px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 12px
}

.app-content .store-link a {
    border: 1px solid #B90101;
    display: block
}

@media (max-width: 767px) {
    .app-content .store-link img {
        width: 120px
    }
}

.app-content .neg-img {
    margin-bottom: -100px
}

.foot-links {
    padding: 25px 0
}

@media (min-width: 768px) {
    .foot-links {
        padding: 40px 0
    }
}

.foot-links li {
    border-right: 1px solid #b90101;
    color: #797979;
    font: 14px/1 'Fivo Sans';
    letter-spacing: 3px;
    margin: 10px 0;
    padding: 0 8px
}

@media (min-width: 768px) {
    .foot-links li {
        font-size: 32px;
        margin: 0;
        padding: 0 40px
    }
}

.foot-links li a {
    color: inherit;
    text-decoration: none
}

.foot-links li:first-child {
    padding-left: 0
}

.foot-links li:last-child {
    border-right: 0 none;
    padding-right: 0
}

.contact-form .form-label {
    color: #fff;
    font: 20px/1.2 'Fivo Sans'
}

.contact-form .form-control {
    color: #000;
    font: 20px/1.2 'Fivo Sans';
    height: 45px
}

.contact-form .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25)
}

.contact-form textarea.form-control {
    height: 130px
}

.contact-form button {
    background: -webkit-gradient(linear, left top, right top, from(#e6e6e6), to(#cecbcb));
    background: linear-gradient(to right, #e6e6e6 0%, #cecbcb 100%);
    border: 0 none;
    border-radius: 5px;
    color: #FF0000;
    font: 20px 'Fivo Sans';
    margin-top: 30px;
    padding: 15px 35px
}

.contact-form button:hover {
    color: #FF0000
}

.footer {
    background: #242424
}

.footer .join h2 {
    font-size: 20px
}

.footer p {
    color: #fff;
    font-size: 15px
}

.footer .bottom {
    background: #000;
    padding: 25px 0
}

h2 {
    color: #fff;
    font: 32px/1.3 'Fivo Sans';
    margin-bottom: 15px
}

@media (min-width: 768px) {
    h2 {
        font-size: 46px
    }
}

p {
    color: #fff;
    font: 16px/1.4 'Fivo Sans';
    margin: 0 0 25px
}

@media (min-width: 768px) {
    p {
        font-size: 20px
    }
}

.cta {
    background: #B90101;
    border-radius: 30px;
    color: #fff;
    font: 700 14px 'Fivo Sans';
    height: 50px;
    padding: 10px 25px;
    text-decoration: none
}

@media (min-width: 768px) {
    .cta {
        font-size: 15px;
        height: 60px;
        padding: 0;
        width: 235px
    }
}

.cta:hover {
    color: #fff
}

.content {
    background-color: #171412;
    background-position: 50% 80%;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .content {
        min-height: 1000px
    }
}

.content .container-xxl {
    padding-bottom: 50px
}

@media (min-width: 768px) {
    .content .container-xxl {
        padding: 0 50px 100px
    }
}

@media (min-width: 1024px) {
    .content .container-xxl {
        padding: 0 150px 180px
    }
}

.content h1 {
    color: #fff;
    font: 32px/1.3 'Fivo Sans';
    margin-bottom: 30px
}

@media (min-width: 768px) {
    .content h1 {
        font-size: 46px;
        margin-bottom: 50px
    }
}

.content h2,
.content p {
    color: #fff;
    font: 18px/1.4 'Fivo Sans';
    margin: 0 0 20px
}

@media (min-width: 768px) {

    .content h2,
    .content p {
        font-size: 25px;
        margin-bottom: 40px
    }
}

.content p+h2 {
    margin-top: 40px
}

@media (min-width: 768px) {
    .content p+h2 {
        margin-top: 70px
    }
}

.content .address p {
    font-size: 20px
}

@media (min-width: 768px) {
    .content .address p {
        font-size: 35px
    }
}

.afterbar {
    position: relative
}

.afterbar:after {
    background: #B90101;
    content: '';
    height: 6px;
    left: 0;
    position: absolute;
    top: calc(100% + 3px);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
    width: 90px
}

.container-xxl {
    max-width: 1600px
}

.container-xxl ul li,
ol li {
    font-size: 20px !important;
    color: #fff;
    font: 25px / 1.4 'Fivo Sans';
    margin: 0 0;
}

.foot-links ul li {
    font-size: 32px !important;
    margin: 0;
    padding: 0 40px;
    color: #797979;

}


@media (min-width: 768px) {
    .cta {
        font-size: 15px;
        height: 60px;
        width: max-content;
        padding: 0px 15px;
    }
}