@font-face {
    font-family: "bicubikregular";
    src: url("fonts/bicubik/bicubik-regular.woff2") format("woff2"),
    url("fonts/bicubik/bicubik-regular.woff") format("woff"),
    url("fonts/bicubik/bicubik-regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
html {
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

img {
    border: none;
}

table {
    border: none;
    border-collapse: collapse;
}
table td {
    padding: 0;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.row:before,
.row:after {
    display: table;
    content: ' ';
    border-collapse: collapse;
    border-spacing: 0;
}
.row:after {
    clear: both;
}

.col {
    float: left;
    min-height: 1px;
}
.col_right {
    float: right;
}
.col_size_12 {
    width: 100%;
}
.col_size_11 {
    width: 91.66666667%;
}
.col_size_10 {
    width: 83.33333333%;
}
.col_size_9 {
    width: 75%;
}
.col_size_8 {
    width: 66.66666667%;
}
.col_size_7 {
    width: 58.33333333%;
}
.col_size_6 {
    width: 50%;
}
.col_size_5 {
    width: 41.66666667%;
}
.col_size_4 {
    width: 33.33333333%;
}
.col_size_3 {
    width: 25%;
}
.col_size_2 {
    width: 16.66666667%;
}
.col_size_1 {
    width: 8.33333333%;
}

.row_3 {
    margin: 0 -10px;
}
.row_3 .col {
    width: 33.33333333%;
    padding: 0 10px;
}

.row_4 {
    margin: 0 -10px;
}
.row_4 .col {
    width: 25%;
    padding: 0 10px;
}

.link {
    text-decoration: none;
}
.link:hover {
    text-decoration: underline;
}

.h1,
.content h1 {
    display: block;
    margin: 0 0 30px;
    font-family: 'Bicubik', 'Ubuntu', 'Arial', sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #4d4b4b;
    line-height: 1.1;
    text-transform: uppercase;
}
.h1_center {
    text-align: center;
}

.h2,
.content h2 {
    display: block;
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: 300;
    color: #323232;
    line-height: 1.1;
}
.h2_center {
    text-align: center;
}

.h3 {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 30px;
    font-weight: normal;
    color: #323232;
}
.h4 {
    display: block;
    margin: 0 0 15px;
    padding: 0;
    font-size: 41px;
    font-weight: normal;
    color: #323232;
}

.content .large {
    font-size: 18px;
    color: #ff9501;
    text-transform: uppercase;
    font-weight: 500;
}

.content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.content .uppercase {
    text-transform: uppercase;
}
.content .orange {
    color: #ff9501;
}
.content .gray {
    color: #8c8a8a;
}
.content .bold {
    font-weight: 500;
}

@media screen and (max-width: 1023px) {

    .h1,
    .content h1 {
        font-size: 32px;
    }

    .h2,
    .content h2 {
        font-size: 31px;
    }

    .content ul > li:before {
        width: 8px;
        height: 8px;
        top: 8px;
    }
}

@media screen and (max-width: 767px) {

    .h1,
    .content h1 {
        font-size: 24px;
        margin-bottom: 15px;
        line-height: 1.1;
    }

    .h2,
    .content h2 {
        font-size: 22px;
        margin-bottom: 15px;
        line-height: 1.1;
    }

    .content .large {
        font-size: 16px;
    }

    .content ul > li:before {
        top: 6px;
    }
}