html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--accent);
}

button {
outline: 0;
}

ol,ul {
list-style: none;
}

blockquote,q {
quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
content: '';
content: none;
}

q {
display: inline;
font-style: italic;
}

q:before {
content: '"';
font-style: normal;
}

q:after {
content: '"';
font-style: normal;
}

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
-webkit-appearance: none;
appearance: none;
border-radius: 0;
}

input[type="search"] {
-webkit-appearance: textfield;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

th,td {
padding: 2px;
}

big {
font-size: 120%;
}

small,sup,sub {
font-size: 80%;
}

sup {
vertical-align: super;
}

sub {
vertical-align: sub;
}

dd {
margin-left: 20px;
}

kbd,tt {
font-family: courier;
font-size: 12px;
}

ins {
text-decoration: underline;
}

del,strike,s {
text-decoration: line-through;
}

dt {
font-weight: bold;
}

address,cite,var {
font-style: italic;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block;
}

* {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    background: #fff;
    color: #181818;
}

p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0.5em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 46px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 15px; 
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.light h1, .light h2, .light h3, .light h4, .light h5, .light h6, .light p {
    color: #fff;
}

strong {
    font-weight: 700;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

/*layout*/
section {
    width: 100%;
}

.row.in-grid {
    max-width: 1140px;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    position: relative;
    z-index: 2;
}

.columns-wrapper {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: none;
    width: 100%;
}

.columns-wrapper.middle {
    align-items: center;
}

.col-12 {
    flex: 0 0 100%;
    width: 100%;
}

.col-11 {
    flex: 0 0 91.66666667%;
    width: 91.66666667%;
}

.col-10 {
    flex: 0 0 83.33333333%;
    width: 83.33333333%;
}

.col-9 {
    flex: 0 0 75%;
    width: 75%;
}

.col-8 {
    flex: 0 0 66.66666667%;
    width: 66.66666667%;
}

.col-7 {
    flex: 0 0 58.33333333%;
    width: 58.33333333%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}

.col-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}

.col-4-5 {
    width: 80%;
}

.col-3-5 {
    width: 60%;
}

.col-2-5 {
    width: 40%;
}

.col-1-5 {
    width: 20%;
}

.col-3-0 {
    width: 30%;
}

.col-7-0 {
    width: 70%;
}

@media (max-width: 1000px) {
    .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1, .col-4-5, .col-3-5, .col-2-5, .col-1-5, .col-3-0, .col-7-0 {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-left: 0%;
        padding-right: 0%;
    }
}

/*HEADER*/
header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    z-index: 3;
    position: relative;
    max-width: 1570px;
    height: 100%;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 30px;
}

.logo {
    margin-right: auto;
    margin-left: auto;
    z-index: 3;
}

#header .logo a {
    display: flex;
    position: relative;
}

.logo img {
    height: 90px;
    width: auto !important;
    display: block;
}

main {
    margin-top: -110px;
}

.section.main-2 {
    padding: 40px 0;
}

.section.main-2 img {
    margin-top: 40px;
}

.section.footer {
    background: #181818;
    padding: 40px 0;
}

.footer a {
    text-decoration: underline;
}

p.copyright {
    margin-top: 30px;
    opacity: 0.4;
    font-size: 14px;
}

@media (max-width: 1000px) {
.logo img {
    height: 40px;
}

main {
    margin-top: -60px;
}

h2 {
    font-size: 30px;
}

p {
    font-size: 15px;
    line-height: 1.5;
}
}