body, html {
    width: 100vw;
    margin: 0 !important;
    padding: 0 !important;
    height: auto;
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    background: #f1f2f7;
}

::-webkit-scrollbar {
    width: 0;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    width: 0;
    background: transparent;
}

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

select,
input,
textarea {
    padding: 0;
    -webkit-appearance: none;
    line-height: normal;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    cursor: pointer;
    text-decoration: none;
}

.flex-body {
    flex: 1 0 auto;
}

.flex-footer {
    flex: 0 0 auto;
}

.flex-header {
    flex: 0 0 auto;
}

.slick-current,
.slick-active,
.slick-slide {
    outline: none;
}

.content p {
    font: normal normal 15px/21px 'DIN Pro', sans-serif;
    letter-spacing: 0px;
    color: #383942;
    padding-bottom: 20px;
}

h1,
.h1 {
    font: bold normal 30px/1.2 'Bandera Pro', serif;
    letter-spacing: 2.5px;
    color: #313344;
    padding-bottom: 30px;
    text-transform: uppercase;
}

h2,
.h2 {
    font: bold normal 25px/1.2 'Bandera Pro', serif;
    letter-spacing: 0.36px;
    color: #313344;
    padding-bottom: 25px;
    text-transform: uppercase;
}

/*h3,*/
/*.h3 {*/
/*    font: bold normal 18px/1.2 'Gilroy', sans-serif;*/
/*    letter-spacing: 3px;*/
/*    color: #fff;*/
/*    padding-bottom: 23px;*/
/*}*/


/*h4,*/
/*.h4 {*/
/*    font: bold normal 16px/1.2 'Gilroy', sans-serif;*/
/*    letter-spacing: 0px;*/
/*    color: #ffffff;*/
/*    padding-bottom: 30px;*/
/*}*/
h5,
.h5 {
    font: bold normal 16px/1.2 'Bandera Pro', serif;
    letter-spacing: 0.9px;
    color: #313344;
    padding-bottom: 30px;
    text-transform: uppercase;
}

h6,
.h6 {
    font: bold normal 9px/1.2 'Bandera Pro', serif;
    letter-spacing: 0.9px;
    color: #313344;
    padding-bottom: 30px;
    text-transform: uppercase;
}


/*.underline {*/
/*    display: inline;*/
/*    background-image: linear-gradient(to right, rgba(99, 174, 55, 0.5) 0%, rgba(99, 174, 55, 0.5) 100%);*/
/*    background-position: 0 16px;*/
/*    background-repeat: repeat-x;*/
/*    background-size: 1px 1px;*/
/*}*/


@media (min-width: 375px) {
    h1,
    .h1 {
        font-size: 32px;
    }

    h2,
    .h2 {
        font-size: 26px;
    }


}

@media (min-width: 425px) {
    h1,
    .h1 {
        font-size: 34px;
    }

    h2,
    .h2 {
        font-size: 27px;
    }


}

@media (min-width: 768px) {
    h1,
    .h1 {
        font-size: 35px;
    }

    h2,
    .h2 {
        font-size: 28px;
    }

    h5,
    .h5 {
        font-size: 17px;

    }

    h6,
    .h6 {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    h1,
    .h1 {
        font-size: 44px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }


}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 50px;
        line-height: 59px;
    }

    h2,
    .h2 {
        font-size: 36px;
        line-height: 40px;
    }

    h5,
    .h5 {
        font-size: 18px;

    }

    h6,
    .h6 {
        font-size: 12px;
        line-height: 21px;
    }
}


.vt-anim-btn-style {
    color: #ffffff;
    font-family: "Bandera Pro", serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 178px;
    height: 48px;
    text-align: center;
    letter-spacing: 0.9px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    background: #ed7506;
    backface-visibility: hidden;
    padding: 5px 20px;
}


.vt-anim-btn-style:hover,
.vt-anim-btn-style:focus {
    color: #ffffff !important;
}

.vt-anim-btn-style:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ed7506;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
}


.vt-anim-btn-style:after {
    border-color: #ed7506;
    opacity: 1;
    transform: translateY(7px) translateX(6px);
}


.vt-anim-btn-style:hover:after,
.vt-anim-btn-style:focus:after {
    opacity: 1;
    transform: translateY(0px) translateX(0px);
}

.vt-anim-btn-style-2 {
    color: #ed7506;
    font-family: "Bandera Pro", serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    min-width: 178px;
    height: 50px;
    text-align: center;
    letter-spacing: 0.9px;
    backface-visibility: hidden;
    position: relative;
    display: inline-block;
}

.vt-anim-btn-style-2 .after {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    border: 2px solid #ed7506;
    background: #ffffff;
    padding: 5px 20px;
}

.vt-anim-btn-style-2:hover,
.vt-anim-btn-style-2:focus {
    color: #313344 !important;
}

.vt-anim-btn-style-2:hover .after,
.vt-anim-btn-style-2:focus .after {
    border: 2px solid #313344;
}

.vt-anim-btn-style-2::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #ed7506;
    content: "";
    transition: transform 0.3s, opacity 0.3s;
    opacity: 1;
    transform: translateY(7px) translateX(6px);
}

.vt-anim-btn-style-2:hover::before,
.vt-anim-btn-style-2:focus::before {
    opacity: 1;

    transform: translateY(0px) translateX(0px);
}

@media (min-width: 992px) {
    .vt-anim-btn-style {
        padding: 5px 37.65px;
    }

    .vt-anim-btn-style-2 .after {
        padding: 5px 37.65px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

@media (min-width: 1281px) {
    .container {
        max-width: 1140px;
    }
}

.btn-style-3 {
    min-width: 166px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.502);
    color: #ffffff;
    font-family: "Bandera Pro", serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0.9px;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-style-3:hover {
    cursor: pointer;
}



