/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    color: #FFF; 
    background: #D92E3A;
    text-shadow: none;
}

::selection {
    color: #FFF; 
    background: #D92E3A;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0; 
    border: 0;
    border-top: 1px solid #CCC;
}

img {
    max-width: 100%; 
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0; 
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0; 
    color: #000;
    background: #CCC;
}

html {
    scroll-behavior: smooth;
}
  
/*!////////////////////////////////////////////////
  // LAYOUT
  /////////////////////////////////////////////////*/
.wrap {
    position: relative; 
    width: 100%;
    max-width: 1165px;
    margin: 0px auto;
}

.mediumwrap {
    position: relative; 
    width: 100%;
    max-width: 940px;
    margin: 0px auto;
}

.miniwrap {
    position: relative; 
    width: 100%;
    max-width: 820px;
    margin: 0px auto;
}

@media only screen and (max-width: 1185px){
    .wrap {
        max-width: 940px;
    }
}

@media only screen and (max-width: 980px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 748px;
    }
}

@media only screen and (max-width: 768px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 620px;
    }
}

@media only screen and (max-width: 640px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 480px;
    }
}

@media only screen and (max-width: 500px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 95%;
    }
}

.row {
    clear: both;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
  
@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-20,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;
        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-20:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-20:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-20:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }
    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }
    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }
    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }
    .grid-1:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-1:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }
    .grid-2:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-2:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-20 {
        width: 18.78%;
    }
    .grid-20:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-20:nth-child(5n) {
        margin-right: 0;
    }
    .grid-20:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }
    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }
    .grid-4:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }
    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }
    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }
    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83%;
    }
    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }
    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }
    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }
}

.list-grid-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

      
/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

a {
    -webkit-transition: all .2s ease-in-out;
         -o-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
    text-decoration: none;
    color: #0098ff;
}

a:hover,
a:focus {
    color: #cc9f52;
}

*[class^="button"] {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1em;
    display: inline-block;
    min-width: 215px;
    padding: 20px 35px;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 5px;
    background-color: #0098FF;
    text-align: center;
}

*[class^="button"]:hover,
*[class^="button"]:focus {
    background-color: #cc9f52;
    color: #fff;
}

body {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6875em;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2 {
    font-family: "Oswald", sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.2em;
    display: block;
    margin-top: 45px;
    margin-bottom: 32px;
    text-transform: uppercase;
    color: #111;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h2 strong {
    color: #CC9F52;
}

.h1 {
    font-family: "Oswald", sans-serif;
    font-size: 60px;
    font-weight: 300;
    line-height: 1.1em;
    display: block;
    margin-top: 45px;
    margin-bottom: 10px;
    color: #111;
    text-transform: uppercase;
}

.h3 {
    font-family: "Caveat",cursive;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.1em;
    display: block;
    margin-bottom: 15px;
}

.h3:last-child {
    margin-bottom: 0;
}

.headline {
    display: block;
    color: #cc9f52;
    font-family: 'Lato',sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2em;
}

.headline:last-child {
    margin-bottom: 0;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h2:first-child {
    margin-top: 0;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h2:last-child {
    margin-bottom: 0;
}

main p {
    display: block;
    margin-bottom: 32px;
    margin-top: 32px;
}

main p:last-child {
    margin-bottom: 0;
}

main p:first-child {
    margin-top: 0;
}

main ul, main ol {
    padding-left: 40px;
    margin-top: 32px;
    margin-bottom: 32px;
}

main ul:last-child,
main ol:last-child {
    margin-bottom: 0;
}

main ul:first-child,
main ol:first-child {
    margin-top: 0;
}

main ul {
    list-style: none;
    padding-left: 0;
}

main ul li {
    position: relative;
    padding-left: 25px;
}

main ul li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 700;
    position: absolute;
    left: 0;
    content: "\f058";
    color: #0098FF;
}

blockquote {
    display: block;
    margin: 32px 0;
    border-left: 5px solid #0098ff;
    padding: 30px;
    background-color: #e8f6ff;
}

blockquote:first-child {
    margin-top: 0;
}

blockquote:last-child {
    margin-bottom: 0;
}

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

}

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

}

@media only screen and (max-width: 768px){
    .h3 {
        font-size: 25px;
    }

    h1, h2, h3, h4, h5, h6, .h2 {
        font-size: 32px;
    }

    .h1 {
        font-size: 35px;
    }

    *[class^="button"] {
        font-size: 20px;
        padding: 20px 15px;
    }

    .headline {
        font-size: 25px;
    }
}

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

}

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

}



/*! Header
//////////////////////////////////////////////*/
.mobile__button {
    display: none;
}

.top-bar {
    display: block;
    background-color: #3a3a3a;
    color: #fff;
    padding: 12px 0;
}

.top-bar .top-bar--tagline {
    font-size: 15px;
}

.top-bar  .top-bar--phone {
    font-size: 18px;
    font-weight: 900;
    margin-left: 40px;
}

.top-bar .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.mobile__phone {
    display: none;
    font-size: 18px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border: 2px solid #0098ff;
    margin-right: 15px;
}

.main__header .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__header {
    display: block;
    padding: 15px 0;
}

@media only screen and (max-width: 980px){
    .top-bar .flex-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .top-bar .top-bar--phone {
        display: none;
    }

    .top-bar {
        padding: 10px 0;
    }

    .mobile__phone {
        display: block;
    }

    .main__navigation {
        display: none;
    }

    .main__header .nav__area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -ms-flex-align: center;
    }

    .top-bar .top-bar--tagline {
        text-align: center;
        line-height: 1.2em;
    }


}

@media only screen and (max-width: 500px){
    .top-bar .top-bar--tagline {
        font-size: 14px;
    }
}

.header__Logo {
    display: inline-block;
    max-width: 252px;
    width: 100%;
    height: auto;
}

.main__navigation .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
}

.main__navigation .menu > li:last-child {
    margin-right: 0;
}

.main__navigation .menu > li > a {
    display: block;
    color: #111;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
}

.main__navigation .menu > li > a:hover {
    color: #cc9f52;
}

.main__navigation .menu > li.menu-item-has-children {
    position: relative;
}

.main__navigation .menu > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 300;
    margin-left: 5px;
}

.main__navigation .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    z-index: 100;
    top: 90px;
    left: 50%;
    visibility: hidden;
    width: 100%;
    min-width: 170px;
    margin-left: 0;
    padding: .25em 0;
    -webkit-transition: all linear .2s;
         -o-transition: all linear .2s;
            transition: all linear .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center;
    pointer-events: none;
    opacity: 0;
}

.main__navigation .menu > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 50px;
    pointer-events: auto;
    visibility: visible;
}

.main__navigation .menu .sub-menu > li > a {
    display: block;
    padding: 10px;
    background-color: #0098ff;
    color: #fff;
    line-height: 1em;
    border-bottom: 1px solid #57bbff;
    font-weight: 500;
    font-size: 15px;
}

.main__navigation .menu .sub-menu > li:last-child > a {
    border-bottom: none;;
}

.main__navigation .menu .sub-menu > li > a:hover {
    background-color: #cc9f52;
}

@media only screen and (max-width: 1185px){
    .header__Logo {
        max-width: 200px;
    }

    .main__navigation .menu > li > a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px){
    .header__Logo {
        max-width: 150px;
    }
}

/* ============================= *\
 * MOBILE MENU
\* ============================= */
.mobile-nav .mobile__button {
    font-size: 20px;
    display: none!important;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3);
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none;
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap {
    display: none;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

@media all and (max-width: 980px) {
    .mobile__nav__wrap {
        display: block;
    }

    .mobile__nav ul .menu--catalog a {
        text-transform: uppercase;
        border-bottom: none;
        background-color: #754baa;
    }

    .mobile__nav ul .menu--dealer a {
        text-transform: uppercase;
        border: none;
        background-color: #f05a92;
    }

    .mobile__nav ul .menu--catalog a i,
    .mobile__nav ul .menu--dealer a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile__button p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

    .mobile__button .mb-line {
        display: -webkit-box;
        height: 4px;
        margin-bottom: 5px;
        border-radius: 50px;
        background-color: #232323;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
        text-transform: uppercase;
        color: #232323;
        display: block;
        line-height: 1em;
    }

}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -240px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #3a3a3a;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    color: #fff;
    background: #cc9f52;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 700;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav  ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav  ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #fff;
    border-bottom: 1px solid #5e5e5e;
    font-weight: 500;
}

.mobile__nav  ul li a:hover {
    opacity: .7;
}

.mobile__nav  ul li.menu-item-has-children a::after {
    font-family: 'Font Awesome 6 Pro';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
}

.mobile__nav  ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav  ul li a.active i {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav  ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 239px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #3a3a3a;
}

.mobile__nav  ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav  ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #cc9f52;
}

.mobile__nav  ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav  ul li .sub-menu li a::after,
.mobile__nav  ul li .sub-menu li a::before {
    display: none;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    overflow-x: hidden;
}

@media all and (max-width: 980px) {
    .mobile__button, .mobile__nav {
        display: inline-block;
    }

    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
             -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }

    #page__wrap.fixed {
        z-index: 20;
    }

    #page__wrap > .overlay {
        position: fixed;
        z-index: 10;
        z-index: 101;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
        opacity: 0;
        background-color: rgb(0 0 0 / 50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}

@media only screen and (max-width: 380px){
    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
    }

    .bottom__header .nav__area > .mobile__button {
        margin-top: 5px;
    }
}



/*! Content Area
//////////////////////////////////////////////*/
.section__hero {
    display: block;
    text-align: center;
    padding: 70px 0;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.section__hero.cta-active {
    margin-bottom: 180px;
}

.section__hero .hero-headline {
    font-size: 48px;
    line-height: 1.2em;
    margin-top: 0;
    font-weight: 700;
}

.section__hero .yt-embed {
    margin-top: 60px;
}

.yt-embed {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    background-color: #f7f7f7;
}

.yt-embed iframe {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.hero__cta .hero-cta-wrapper {
    display: block;
    padding: 45px 100px;
    background-color: #090909;
    margin-top: 75px;
    margin-bottom: -250px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    overflow: hidden;
}

.hero__cta .hero-cta-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.45);
    z-index: 0;
}

.hero__cta .hero-cta-wrapper p {
    position: relative;
    z-index: 1;
}

.hero-cta-wrapper p:not(.h3) {
    display: block;
    font-size: 24px;
    margin: 15px 0;
    font-weight: 700;
}

.hero-cta-wrapper p:not(.h3):last-child {
    margin-bottom: 0;
}

.hero-cta-wrapper .button {
    display: block;
    width: 100%;
    font-size: 32px;
    padding: 32px 35px;
    margin: 30px 0;
    animation-duration: var(--fa-animation-duration,2s) !important;
    transition: all .3s ease-in-out;
}

@media only screen and (max-width: 980px){
    .section__hero .hero-headline {
        font-size: 32px;
    }
}

@media only screen and (max-width: 768px){
    .hero-cta-wrapper p:not(.h3) {
        font-size: 18px;
    }

    .hero__cta .hero-cta-wrapper {
        padding: 45px;
    }

    .hero-cta-wrapper .button {
        padding: 28px 35px;
        font-size: 28px;
    }
}

@media only screen and (max-width: 500px){
    .section__hero .hero-headline {
        font-size: 25px;
    }

    .section__hero .yt-embed {
        margin-top: 40px;
    }

    .hero__cta .hero-cta-wrapper {
        margin-top: 50px;
        padding: 40px 25px;
    }

    .hero-cta-wrapper .button {
        font-size: 23px;
        padding: 20px 10px;
    }
}

.section__wysiwyg {
    display: block;
    padding: 110px 0;
    position: relative;
    z-index: 0;
}

.row__achievements {
    display: block;
    overflow: hidden;
    margin-top: 70px;
    padding: 22px 30px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center 60%;
    background-size: cover;
    text-align: center;
    color: #fff;
    background-color: #050710;
}

.row__achievements p {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.row__achievements .numbers {
    font-size: 24px;
    color: #cc9f52;
    margin: 3px 0;
    display: block;
}

.row__achievements .group.flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px;
}

.row__achievements .grid-25 {
    display: block;
    width: 25%;
    margin: 0;
    padding: 10px;
}

@media only screen and (max-width: 980px){
    .row__achievements p {
        font-size: 16px;
    }

    .row__achievements .numbers {
        font-size: 20px;
        line-height: 1.2em;
    }
}

@media only screen and (max-width: 768px){
    .section__wysiwyg {
        padding: 70px 0;
    }

    .row__achievements .grid-25 {
        width: 50%;
    }

    .row__achievements .content-wrapper {
        background-color: rgb(255 255 255 / 15%);
        padding: 10px;
        border-radius: 10px;
    }

    .row__achievements {
        padding: 20px;
        margin-top: 50px;
    }

    main > div:last-child {
        padding-bottom: 155px;
    }
}

@media only screen and (max-width: 500px){
    .row__achievements .grid-25 {
        width: 100%;
        padding: 5px;
    }

    .row__achievements .group.flex-row {
        margin: -5px;
    }
}

.section__parallax {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 110px 0;
    background-color: #090909;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.section__parallax .content-wrap {
    display: block;
    padding: 70px 60px;
    text-align: center;
    background-color: #FFF;
}

@media only screen and (max-width: 768px){
    .section__parallax {
        background-attachment: scroll;
        padding: 70px 0;
    }

    .section__parallax .content-wrap {
        padding: 50px 40px;
    }
}

@media only screen and (max-width: 500px){
    .section__parallax .content-wrap {
        padding: 50px 20px;
    }
}

.section__services {
    display: block;
    padding: 110px 0;
    text-align: center;
}

.services-row {
    margin: -10px;
}

.services-row .service-grid {
    width: 33.33%;
    margin: 0;
    padding: 10px;
}

.services-row .content-wrap {
    display: block;
    width: 100%;
    padding: 40px 20px;
    color: #FFF;
    border-radius: 15px;
    background-color: #090909;
}

.services-row .service-grid:nth-child(even) .content-wrap {
    background-color: #3A3A3A;
}

.services-row .content-wrap:hover {
    background-color: #CC9F52 !important;
}

.services-row .content-wrap > i {
    font-size: 32px;
    display: block;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    color: #CC9F52;
}

.services-row .content-wrap:hover > i {
    color: #3A3A3A;
}

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

}

@media only screen and (max-width: 980px){
    .services-row .service-grid {
        width: 50%;
    }
}

@media only screen and (max-width: 768px){
    .services-row .content-wrap > i {
        font-size: 25px;
    }

    .services-row .content-wrap {
        padding: 30px 10px;
    }

    .section__services {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 500px){
    .services-row {
        margin: -5px;
    }

    .services-row .service-grid {
        width: 100%;
        padding: 5px;
    }
}

.section__wysiwyg .content-row > .grid-3 {
    width: 50%;
    margin: 0;
}

.section__wysiwyg .content-row > .content-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    padding: 45px 0;
}

.section__wysiwyg .content-row > .img-col {
    padding-right: 70px;
}

.section__wysiwyg .content-row > .img-col > .img-wrap {
    display: block;

    width: 100%;
    height: 100%;
}

.section__wysiwyg .content-row > .img-col > .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.section__wysiwyg .flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.section__wysiwyg .flex-row-reverse > .img-col {
    padding-right: 0;
    padding-left: 70px;
}


@media only screen and (max-width: 980px){
    .section__wysiwyg .content-row > .grid-3 {
        width: 100%;
    }

    .section__wysiwyg .content-row > .img-col {
        padding-right: 0;
    }

    .section__wysiwyg .content-row > .content-col {
        padding-bottom: 0;
    }

    .section__wysiwyg .flex-row-reverse > .img-col {
        padding-left: 0;
    }
}

.signup-form-section p:not(.h1) {
    margin-top: 0;
    font-size: 22px;
    font-weight: 500;
}

.wpcf7-form .flex-row {
    margin: -10px;
}

.wpcf7-form .grid-3 {
    width: 50%;
    margin: 0;
    padding: 10px;
}

.wpcf7-form .grid-2 {
    width: 33.33%;
    margin: 0;
    padding: 10px;
}

.wpcf7-form .grid-6 {
    width: 100%;
    margin: 0;
    padding: 10px;
}

.wpcf7-form .btn-wrap {
    position: relative;
    display: inline-block;
}

.wpcf7-form .btn-wrap .wpcf7-spinner {
    position: absolute;
    top: 21px;
    right: 3px;
    margin: 0;
}

.signup-form-section .wpcf7 {
    padding-top: 10px;
}

@media only screen and (max-width: 768px){
    .signup-form-section p:not(.h1) {
        font-size: 16px;
    }
}

@media only screen and (max-width: 640px){
    .wpcf7-form .grid-3, 
    .wpcf7-form .grid-2 {
        width: 100%;
    }

    .wpcf7-form .btn-wrap {
        display: block;
    }

    .wpcf7-form .btn-wrap input[type="submit"] {
        width: 100%;
    }
}

.page__hero {
    display: block;
    position: relative;
    height: 32vw;
    overflow: hidden;
    max-height: 450px;
    background-color: #f2f2f2;
}

.page__hero > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

@media only screen and (max-width: 640px){
    .page__hero {
        min-height: 150px;
    }
}

.section__images {
    padding: 110px 0;
    position: relative;
    overflow: hidden;
}

.section__images .img-wrap {
    display: block;
    width: 100%;
    height: 490px;
    overflow: hidden;
    background-color: #f2f2f2;
}

.section__images .grid-2 .img-wrap {
    height: 350px;
}

.section__images .img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

.section__images .flex-row {
    margin: -10px;
}

.section__images .flex-row .image-col {
    padding: 10px;
}

.section__images .grid-6 {
    width: 100%;
    margin: 0;
}

.section__images .grid-2 {
    width: 33.33%;
    margin: 0;
}

.section__images .grid-3 {
    width: 50%;
    margin: 0;
}

@media only screen and (max-width: 1185px){
    .section__images .img-wrap {
        height: 400px;
    }
}

@media only screen and (max-width: 980px){
    .section__images .img-wrap {
        height: 320px;
    }

    .section__images .grid-2 .img-wrap {
        height: 250px;
    }
}

@media only screen and (max-width: 768px){
    .section__images {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 640px){
    .section__images .img-wrap {
        height: 250px;
    }

    .section__images .grid-3,
    .section__images .grid-2 {
        width: 100%;
    }

    .section__images .flex-row {
        margin: -5px;
    }

    .section__images .flex-row .image-col {
        padding: 5px;
    }
}

.section__accordion {
    display: block;
    position: relative;
    padding: 110px 0;
}

.accordion-panel {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
         -o-transition: max-height .2s ease-out;
            transition: max-height .2s ease-out;
}

.section__accordion .content-wrapper {
    padding: 70px 60px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
            box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
}

.accordion-button {
    font-family: "Lato",sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    display: block;
    margin-bottom: 0;
    padding: 0;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: left;
    color: #222;
    border: none;
    background-color: transparent;
}

.accordion-button:hover {
    color: #cc9f52;
}

.accordion-panel .panel-wrap {
    display: block;
    margin-top: 15px;
}

.accordion-wrapper {
    display: block;
    margin-bottom: 25px;
    position: relative;
}

.accordion-wrapper:last-child {
    margin-bottom: 0;
}

.with-icon .accordion-wrapper {
    padding-left: 40px;
}

.accordion-wrapper .icon {
    position: absolute;
    left: 0;
    font-size: 22px;
    top: 0;
    color: inherit;
}

@media only screen and (max-width: 768px){
    .section__accordion {
        padding: 70px 0;
    }

    .section__accordion .content-wrapper {
        padding: 40px 30px;
    }

    .accordion-button {
        font-size: 18px;
    }

    .with-icon .accordion-wrapper {
        padding-left: 30px;
    }

    .accordion-wrapper .icon {
        font-size: 18px;
        line-height: 1em;
        top: 1px;
    }
}

.section__cta {
    position: relative;
    display: block;
    padding: 110px 0;
}

.section__cta .content-wrapper {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 65px;
    border-radius: 15px;
    background-color: #CCEAFF;
}

.section__cta .cta-title {
    font-size: 38px;
    margin: 0;
}

.section__cta .cta-title > i {
    font-size: 32px;
    margin-right: 15px;
    color: #CC9F52;
}

@media only screen and (max-width: 1185px){
    .section__cta .content-wrapper {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .section__cta .cta-title {
        margin-bottom: 30px;
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width: 768px){
    .section__cta {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 640px){
    .section__cta .cta-title > i {
        display: block;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .section__cta .cta-title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 500px){
    .section__cta .content-wrapper {
        padding: 40px 20px;
    }
}

.error404__main {
    background-color: #f2f2f2;
    padding: 110px 0;
}

.simple-sitemap-container .simple-sitemap-wrap ul.main li {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 25px;
}

.home__secondary {
    overflow: unset;
}

.home__secondary.cta-active {
    margin-bottom: 180px;
    padding-bottom: 70px;
}

.home__secondary .content-wrap {
    display: block;
    margin-top: 50px;
    text-align: left;
}

.home__secondary .item-list li:before {
    content: '\f324';
    color: #222;
}

.home__secondary .item-list li {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #eaeaea;
    padding-left: 40px;
}

.home__secondary .item-list:last-child {
    margin-bottom: 0;
}

.home__secondary .bottom-content-wrap {
    font-size: 35px;
    line-height: 1.2em;
}

.home__secondary .bottom-content-wrap p {
    line-height: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
}

.home__secondary .bottom-content-wrap p strong {
    color: #CC9F52;
}

@media only screen and (max-width: 768px){
    .home__secondary .bottom-content-wrap {
        font-size: 25px;
    }

    .home__secondary .item-list li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 500px){
    .home__secondary .bottom-content-wrap {
        font-size: 20px;
    }
}

.section__team {
    display: block;
    padding: 110px 0;
    text-align: center;
}

.team__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -10px;
    padding-top: 50px;
}

.team__row .team-grid {
    width: 16.66%;
    margin: 0;
    padding: 10px;
}

.team__row .team-name {
    display: block;
    padding: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2em;
}

@media only screen and (max-width: 1185px){
    .team__row .team-name {
        font-size: 17px;
    }
}

@media only screen and (max-width: 980px){
    .team__row .team-grid {
        width: 33.33%;
    }

    .team__row .team-name {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px){
    .section__team {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 500px){
    .team__row .team-grid {
        width: 50%;
    }
}

.faq__area {
    display: block;
    padding: 110px 0;
    text-align: center;
}

.faq__area .faq__block {
    padding: 70px 60px;
    background-color: #FFF;
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 20%);
    text-align: left;
    margin-top: 50px;
}

@media only screen and (max-width: 768px){
    .faq__area {
        padding: 70px 0;
    }

    .faq__area .faq__block {
        padding: 40px 30px;
        margin-top: 35px;
    }
}


/*! Footer
//////////////////////////////////////////////*/
.main__footer {
    display: block;
    padding: 70px 0;
    position: relative;
    overflow: hidden;
    background-color: #090909;
}

.copyright p {
    display: block;
    margin: 0;
    line-height: 1.2em;
    font-size: 14px;
    color: #626262;
}

.copyright p > a {
    color: inherit;
}

.copyright p > a:hover {
    color: #fff;
}

.copyright p > span {
    margin: 0 5px;
}

.main-footer {
    display: block;
    margin-bottom: 70px;
}

.main-footer .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    margin: 0 -40px;
}

.main-footer .flex-row > .grid-3 {
    margin: 0;
    padding: 0 40px;
}

.main-footer .flex-row > .grid-3:last-child {
    width: 48%;
}

.main-footer .flex-row > .grid-3:first-child {
    width: 52%;
}

.main-footer .gmap {
    display: block;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

.main-footer .gmap > iframe {
    display: block;
    height: 250px;
    width: 100%;
    margin: 0 auto;
}

.main-footer .flex-row > .grid-6 {
    margin: 0;
    width: 100%;
}

.main-footer .footer-logo {
    display: inline-block;
    max-width: 252px;
    margin-bottom: 20px;
}

.main-footer .business-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -20px;
    list-style: none;
}

.main-footer .business-info > li {
    width: 50%;
    padding: 0 20px;
    font-size: 15px;
    color: #cc9f52;
    position: relative;
    padding-left: 45px;
    margin-bottom: 5px;
}

.main-footer .business-info > li a,
.main-footer .business-info > li span {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.main-footer .business-info > li a:hover {
    color: #fff;
}

.main-footer .business-info > li i {
    position: absolute;
    left: 20px;
    top: 6px;
}

.footer-socials {
    display: block;
    list-style: none;
    margin-top: 30px;
}

.footer-socials li {
    display: inline-block;
    margin-right: 11px;
}

.footer-socials li:last-child {
    margin-right: 0;
}

.footer-socials li a {
    display: block;
    color: #626262;
    font-size: 24px;
    line-height: 1em;
}

.footer-socials li a:hover {
    color: #fff;
}

@media only screen and (max-width: 980px){
    .main-footer .business-info > li {
        font-size: 14px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

    .footer-socials {
        margin-top: 20px;
    }

    .main-footer .flex-row > .grid-3 {
        padding: 0 20px;
    }

    .main-footer .flex-row {
        margin: 0 -20px;
    }
}

@media only screen and (max-width: 768px){
    .main-footer .flex-row > .grid-3:first-child {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .main-footer .flex-row > .grid-3:last-child {
        width: 100%;
        padding: 0;
    }

    .main-footer .flex-row {
        margin: 0;
    }

    .main-footer {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 500px){
    .main-footer .business-info {
        margin: 0;
    }

    .main-footer .business-info > li {
        width: 100%;
        padding: 0;
        padding-left: 25px;
    }

    .main-footer .business-info > li i {
        left: 0px;
        top: 4px;
    }
}

.row__newsletter {
    position: relative;
    z-index: 2;
    display: block;
    padding-top: 1px;
    background-color: #090909;
}

.row__newsletter .newsletter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -75px;
    padding: 50px 60px;
    background-color: #3A3A3A;
}

.row__newsletter .newsletter-label span {
    font-family: "Caveat", cursive;
    font-size: 34px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #FFF;
}

.row__newsletter .newsletter-label i {
    font-size: 32px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
    color: #CC9F52;
}

.row__newsletter .newsletter-form {
    padding-left: 20px;
}

.newsletter-form input[type="submit"] {
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1em;
    display: block;
    min-width: 200px;
    margin: 0;
    padding: 16px 60px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    border-radius: 5px;
    background-color: #0098FF;
}

.row__newsletter form .btn-wrap {
    position: relative;
    padding-left: 20px;
}

.row__newsletter form .btn-wrap .wpcf7-spinner {
    position: absolute;
    top: 12px;
    right: 10px;
    margin: 0;
}

@media only screen and (max-width: 980px){
    .row__newsletter .newsletter-label {
        width: 100%;
        text-align: center;
    }

    .row__newsletter .newsletter-wrapper {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 40px 60px;
    }

    .row__newsletter .newsletter-form {
        padding-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 768px){
    .row__newsletter form .btn-wrap {
        width: 100%;
        padding-left: 0;
        padding-top: 10px;
    }

    .newsletter-form input[type="submit"] {
        width: 100%;
    }

    .row__newsletter form .input-wrap {
        width: 100%;
    }

    .row__newsletter form input[type="email"] {
        text-align: center;
    }
}

@media only screen and (max-width: 380px){
    .row__newsletter .newsletter-wrapper {
        padding: 40px;
    }

    .row__newsletter .newsletter-label i {
        display: block;
        margin-right: 0;
        margin-bottom: 10px;
    }
}



/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
    display: table; 
    content: "";
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.px-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

main > div:last-child {
    padding-bottom: 185px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    font-family: "Lato", sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    padding: 16px 20px;
    border: none;
    -webkit-box-shadow: 0 0 5px inset rgb(0 0 0 / 30%);
            box-shadow: 0 0 5px inset rgb(0 0 0 / 30%);
    background-color: #efefef;
}

textarea {
    height: 150px;
}

input[type="submit"] {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.1em;
    display: inline-block;
    min-width: 215px;
    padding: 20px 35px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    border-radius: 5px;
    background-color: #0098FF;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #cc9f52;
}

.wpcf7 form .wpcf7-response-output {
    width: 100%;
    margin: 10px 0 0 !important;
    font-size: 13px;
    text-align: center;
}

.row__newsletter form .wpcf7-response-output {
    color: #fff;
}

.wpcf7-not-valid-tip {
    font-size: 13px !important;
    text-align: left;
}

.newsletter-form input[type="email"] {
    background-color: #fff;
}

.dark--overlay:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.45);
}

.text--light {
    color: #fff;
}

.text--light h1,
.text--light h2,
.text--light h3,
.text--light h4,
.text--light h5,
.text--light h6,
.text--light .h2 {
    color: inherit;
}

/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
