@charset "UTF-8";

* {
margin: 0;
padding: 0;
font-size: 100%;
vertical-align: baseline;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
*:focus {
outline: none;
}
body {
line-height: 1;
}
table {
border-spacing: 0;
}
@-moz-document url-prefix() {
body {
letter-spacing: -0.09px;
}
}
html, body {
height: 100%;
-webkit-text-size-adjust: 100%;
}
body {
position: relative;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: #161817;
width: 100vw;
max-width: 100%;
}
body .wrap {
flex: 1 0 auto;
}
body .wrap:before, body .wrap:after {
content: "";
display: table;
}
body .wrap:after {
clear: both;
}
@media (max-width: 1024px) {
body .wrap {
padding-top: 63px;
}
}
@media (hover: none) and (pointer: coarse) {
body .wrap {
padding-top: 63px;
}
}
ul, ol {
list-style-position: outside;
margin-bottom: 25px;
}
ul li, ol li {
margin-bottom: 10px;
margin-left: 15px;
font-size: 18px;
line-height: 1.2;
color: #161817;
}
a {
text-decoration: underline;
color: #f5aa24;
}
a:hover {
text-decoration: none;
}
a img {
border: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-family: 'Roboto', sans-serif;
font-size: 100%;
font-weight: normal;
color: #161817;
}
h1, .h1 {
margin-bottom: 28px;
text-transform: uppercase;
font-weight: 700;
font-size: 75px;
}
@media (min-width: 768px) and (max-width: 1024px) {
h1, .h1 {
margin-bottom: 70px;
font-size: 60px;
}
}
@media (max-width: 767px) {
h1, .h1 {
margin-bottom: 18px;
font-size: 50px;
}
}
h2, .h2 {
margin-bottom: 26px;
text-transform: uppercase;
font-weight: 700;
font-size: 62px;
}
@media (min-width: 768px) and (max-width: 1024px) {
h2, .h2 {
margin-bottom: 20px;
font-size: 30px;
}
}
@media (max-width: 767px) {
h2, .h2 {
margin-bottom: 18px;
font-size: 28px;
}
}
h3, .h3 {
margin-bottom: 24px;
text-transform: uppercase;
font-weight: 700;
font-size: 36px;
}
@media (min-width: 768px) and (max-width: 1024px) {
h3, .h3 {
font-size: 20px;
}
}
@media (max-width: 767px) {
h3, .h3 {
margin-bottom: 17px;
font-size: 20px;
}
}
h4, .h4 {
margin-bottom: 22px;
text-transform: uppercase;
font-weight: 700;
font-size: 24px;
}
@media (max-width: 767px) {
h4, .h4 {
margin-bottom: 17px;
font-size: 19px;
}
}
h5, .h5 {
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 700;
font-size: 22px;
}
@media (max-width: 767px) {
h5, .h5 {
margin-bottom: 16px;
font-size: 18px;
}
}
h6, .h6 {
margin-bottom: 20px;
text-transform: uppercase;
font-weight: 700;
font-size: 15px;
}
@media (max-width: 767px) {
h6, .h6 {
margin-bottom: 16px;
font-size: 17px;
}
}
p {
margin-bottom: 15px;
font-size: 15px;
line-height: 1.2;
color: #161817;
}
table {
width: 100%;
margin-bottom: 40px;
border-collapse: collapse;
font-family: 'Roboto', sans-serif;
}
table th, table td {
padding: 15px 10px;
border: 1px solid #d6d6d6;
font-size: 15px;
color: #3c3c3c;
}
@media (max-width: 450px) {
table th, table td {
padding: 5px;
}
}
table th {
border-bottom-width: 3px;
font-weight: 400;
}
input[type="submit"] {
font-family: 'Roboto', sans-serif;
outline: none;
cursor: pointer;
line-height: 1.3;
-webkit-appearance: none;
-moz-appearance: none;
}
textarea, input, select {
font-family: 'Roboto', sans-serif;
}
button {
border: none;
}
.content {
padding-top: 30px;
padding-bottom: 90px;
}
@media (max-width: 767px) {
.content {
padding-top: 50px;
padding-bottom: 50px;
}
}
.text-page:before, .text-page:after {
content: "";
display: table;
}
.text-page:after {
clear: both;
}
.text-page img {
max-width: 100%;
}
@media (max-width: 1024px) {
.text-page img {
float: none !important;
display: block;
margin: 0 auto 30px !important;
}
}
@media (hover: none) and (pointer: coarse) {
.text-page img {
float: none !important;
display: block;
margin: 0 auto 30px !important;
}
}
.text-page ul, .text-page ol {
overflow: hidden;
}
.text-page ul li, .text-page ol li {
position: relative;
left: 15px;
padding-right: 15px;
font-size: 15px;
}
.text-page table img {
float: none;
max-width: inherit;
margin: 0;
}
.attention {
display: none;
}
html[data-useragent*='MSIE 10.0'] body * {
display: none !important;
}
html[data-useragent*='MSIE 10.0'] .attention img {
display: block !important;
margin: 0 auto 30px;
}
html[data-useragent*='MSIE 10.0'] .attention {
display: block !important;
padding-top: 15%;
font-size: 60px;
font-weight: 700;
text-transform: uppercase;
text-align: center;
}
.clearfix:before, .clearfix:after {
content: "";
display: table;
}
.clearfix:after {
clear: both;
}
.hidden {
display: none !important;
}
.overflow-wrap {
overflow-y: hidden;
overflow-x: auto;
}
@media (max-width: 1024px) {
.sm-down-hide {
display: none;
}
}
@media (hover: none) and (pointer: coarse) {
.sm-down-hide {
display: none;
}
}
h1 span, h2 span, h3 span, h4 span, h5 span, .h1 span, .h2 span, .h3 span, .h4 span, .h5 span {
font-weight: 300;
}
h3 {
line-height: 1.2;
}
.default-page .breadcrumbs {
margin-bottom: 45px;
}
.default-page .breadcrumbs a {
color: #161817;
}