* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-font-smoothing: antialiased; }
html { height: 100%; }
body { font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 300; position:relative; margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; color: #2a2c32; }

button, input, select, textarea { font-family: 'Roboto', sans-serif; outline: none; border: none; white-space: normal; padding: 0; }
button { background: none; cursor: pointer; display: inline-block; }

.body { max-width: 100vw; overflow-x: hidden; min-height: 100vh; position: relative; min-width: 100vw; }

.btn { cursor: pointer; z-index: 10; }
.btn-main { width: 100%; box-shadow: 0 15px 15px -10px #00000045; color: #fff; padding: 35px 20px; font-size: 32px; text-align: center; margin: 0 auto; text-transform: uppercase;}
.btn-main { font-family: Barlow Condensed,sans-serif; font-weight: 800; font-style: italic;}
.btn-green { background: #07cf70; box-shadow: inset 0 0 0 5px #07cf70, inset 0 0 0 6px #fff6;}
.btn-arrow::after { content: ''; position: absolute; top: 50%; transform: translateY(-50%); right: 20px; background-image: url("/files/img/misc/arrow-btn-white.svg"); height: 32px; width: 16px; background-size: cover; }
.barlowcond { font-family: Barlow Condensed, sans-serif; }

/* Animtion */
.btn[animation="bump"] { animation: animation-bump .5s ease-in-out 0s infinite alternate; }
@keyframes animation-bump {0% { transform: scale(1);} 100% { transform: scale(1.05);} }

.btn-arrow[animation="arrow"]:after { animation: btn-arrow-animation-arrow-after .5s ease-in-out 0s infinite alternate; }
@keyframes btn-arrow-animation-arrow-after {0% { transform: translate(-5px, -50%);} 100% { transform: translate(5px, -50%);} }

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

}

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

}

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

}

.text-10 { font-size: 10px; line-height: 12px; }
.text-12 { font-size: 12px; line-height: 14px; }
.text-14 { font-size: 14px; line-height: 16px; }
.text-15 { font-size: 15px; line-height: 17px; }
.text-16 { font-size: 16px; line-height: 20px; }
.text-18 { font-size: 18px; line-height: 21px; }
.text-20 { font-size: 20px; line-height: 22px; }
.text-22 { font-size: 22px; line-height: 24px; }
.text-24 { font-size: 24px; line-height: 26px; }
.text-26 { font-size: 26px; line-height: 28px; }
.text-28 { font-size: 28px; line-height: 30px; }
.text-30 { font-size: 30px; line-height: 32px; }
.text-32 { font-size: 32px; line-height: 34px; }
.text-34 { font-size: 34px; line-height: 36px; }
.text-40 { font-size: 40px; line-height: 42px; }
.text-50 { font-size: 50px; line-height: 52px; }
.text-55 { font-size: 55px; line-height: 46px; }
@media screen and (max-width: 767px) {
  .text-40 { font-size: 32px; line-height: 34px; }
  .text-34 { font-size: 26px; line-height: 28px; }
}

h2 { font-size: 16px; line-height: 18px; font-weight: 800; margin-top: 30px; }

img { max-width: 100%; max-height: 100%; display: block; }
label { display: block; }

/* :root {
  --orange: rgb(255, 69, 0);
  --orangergba: 255, 69, 0;
  --purple: rgba(49,59,120);
  --purplergba: 49,59,120;
  --black: rgb(42,44,50);
  --blackrgba: 42,44,50;
  --white: #fff;
  --whitergba: 255, 255, 255;
  --red: #FF084E;
  --medium: 500;
  --bold: 700;
} */

.yellow { color: #FFDB00; }
.bg-yellow { background-color: #FFDB00; }

.purple { color: #313b78; }
.bg-purple { background-color: #313b78; }

.green { color: #10C86A; }
.bg-green { background-color: #10C86A; }

.black { color: #000; }
.bg-black { background-color: #000; }

.white { color: #fff; }
.bg-white { background-color: #fff; }

.lightblue { color: #2495FF; }
.bg-lightblue { background-color: #2495FF; }

.lightgrey { color: rgb(246, 247, 248); }
.bg-lightgrey { background: rgb(246, 247, 248); }
.bg-lightgrey-gradient { background: linear-gradient(0deg, rgb(225, 225, 225) 0%,rgb(255, 255, 255) 100%); }

.red { color: #FF084E; }
.bg-red { background-color: #FF084E; }

.medium { font-weight: 500; }
.bold { font-weight: 800; }
.boldi { font-weight: 800; font-style: italic; }
.italic { font-style: italic; }
.up { text-transform: uppercase; }
.stretch-2 { letter-spacing: 2px; }
.stretch-3 { letter-spacing: 3px; }
.post { line-height: 1.4em; }
.mw-768 { max-width: 768px; margin: 0 auto; }
.mw-500 { max-width: 500px; margin: 0 auto; }

.mgb-5 { margin-bottom: 5px }
.mgb-10 { margin-bottom: 10px }
.mgb-15 { margin-bottom: 15px }
.mgb-20 { margin-bottom: 20px }
.mgb-30 { margin-bottom: 30px }
.mgb-40 { margin-bottom: 40px }
.mgb-50 { margin-bottom: 50px }
.mgb-60 { margin-bottom: 60px }

.op-25 { opacity: 0.25; }
.op-50 { opacity: 0.5; }
.op-75 { opacity: 0.75 }

@media screen and (min-width: 767px) {
.only-mobile { display: none !important; }
}

@media screen and (max-width: 767px) {
.only-desktop { display: none !important; }
}

.ta-center { text-align: center; }
.ta-right { text-align: right; }

.flex-center { display: flex; justify-content: center;}
.flex-end { display: flex; justify-content: flex-end;}
.flex-left { display: flex; }

select { padding: 0; display: block; height: 50px; border-radius: 0px; border: none; box-shadow: inset 0 0 0 1px #D4D4D4; outline: none; padding: 0 15px 0 15px; -webkit-appearance: none; -moz-appearance: none; width: 100%; cursor: pointer; color: rgba(5,5,29,1); font-size: 14px; z-index: 1; position: relative; background: #fff; }
select::-ms-expand { display: none; }
.selectholder { position: relative; }
.selectholder::after { content: ""; position: absolute; top: 50%; transform: translateY(-50%); right: 15px; width: 14px; height: 8px; background: url("/files/img/basic/arrow-down-6-white.svg"); z-index: 0; }
.selectholder label { top: 11px; left: 15px; font-size: 12px; color: rgba(0,0,0,0.5); font-weight: 500; position: absolute; z-index: 5; }

form { margin: 0; padding: 0; }

input:focus ~ .floating-label, input:not(:focus):valid ~ .floating-label { opacity: 0; }
.inputText { border-radius: 0; font-size: 18px; width: 100%; height: 50px; border: none; outline: none; color: rgba(5,5,29,1); -webkit-appearance: none; box-shadow: 0 1px 0 0 rgba(0,0,0,0.2); color: #2a2c32; z-index: 5; }
.floating-label { font-size: 18px; position: absolute; pointer-events: none; top: 15px; left: 15px; transition: 0.2s ease all; color: rgba(0,0,0,0.5); }
.inputholder { position: relative; }

a { text-decoration: none; color: #2a2c32; outline: none; }

p { margin: 0; padding: 0; }

ul, ol { padding: 0; margin: 0 0 0 30px; }

/* Spinner */

.spinner { width: 40px; height: 40px; margin: 50px auto; background-color: #FFFFFF; border-radius: 100%; -webkit-animation: sk-scaleout 1.0s infinite ease-in-out; animation: sk-scaleout 1.0s infinite ease-in-out; }
@keyframes sk-scaleout { 0% { -webkit-transform: scale(0); transform: scale(0); } 100% { -webkit-transform: scale(1.0); transform: scale(1.0); opacity: 0; } }

/* Pagestyles */

.modal { z-index: 20; position: absolute; background: #fff; min-height: 100vh; top: 0; left: 0; width: 100%; overflow: hidden; }
.modal>div { max-width: 768px; width: 100%; padding: 40px 20px 40px 20px; margin: 0 auto; position: relative; }
.modal .btn.close, .overlay .btn.close { position: absolute; top: 20px; right: 20px; opacity: 0.2; }
.modal .btn.back, .overlay .btn.back { position: absolute; top: 20px; left: 20px; opacity: 0.2; }
.modal .logo { height: 32px; margin: 0 auto 25px auto; }

.modal.text h1 { font-size: 26px; line-height: 26px; color: #2a2c32; margin: 0 0 20px 0; font-weight: 800; }
.modal.text h2 { font-size: 19px; line-height: 19px; color: #2a2c32; margin: 30px 0 20px 0; font-weight: 800; font-style: normal; }
.modal.text h3 { font-size: 17px; line-height: 19px; color: #2a2c32; margin: 30px 0 20px 0; font-weight: 800; font-style: normal; }
.modal.text h4 { font-size: 15px; line-height: 17px; color: #2a2c32; margin: 20px 0 10px 0; font-weight: 800; font-style: normal; }
.modal.text ol, .modal-data ul { margin: 0 0 10px 15px; }
.modal.text li { font-size: 15px; line-height: 22px; color: #2a2c32; }
.modal.text p { font-size: 15px; line-height: 22px; color: #2a2c32; margin: 0 0 10px 0; }
.modal.text a { text-decoration: underline; }
.modal.text .table { padding: 0 0 0 15px; margin: 0 0 0 10px; box-shadow: -1px 0 0 0 rgba(0,0,0,0.2); }

.overlay { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 15; top: 0; left: 0; display: flex; justify-content: center; align-items: center; padding: 20px; }
.overlay .message { width: 100%; max-width: 500px; background: #fff; padding: 40px 20px; position: relative; }

section>div.cnt { max-width: 500px; margin: 0 auto; position: relative; padding: 0 20px; }
section .mainheadline { font-size: 30px; line-height: 28px; text-align: center; font-family: Barlow Condensed, sans-serif; font-weight: 900; font-style: italic; text-transform: uppercase; }

@media screen and (min-width: 800px) {
  section .mainheadline { font-size: 40px; line-height: 38px; }
}

section .h2 { font-family: Barlow Condensed, sans-serif; font-weight: 900; font-style: italic; font-size: 34px; line-height: 32px; text-align: center; margin: 0 auto; margin-bottom: 20px; }
@media screen and (min-width: 768px) {
  section .h2 { font-size: 40px; line-height: 42px; max-width: 500px; }
}


/* seopage */

.body.seopage { padding: 0 0 80px 0; }

.body.seopage section.fixed { position: fixed; height: 80px; width: 100%; background: #FFDB00; left: 0; z-index: 3; bottom: 0; }
.body.seopage section.fixed>div { padding: 0; }
.body.seopage section.fixed .desktop { display: none; align-items: center; height: 100%; cursor: pointer; }
.body.seopage section.fixed .desktop.inView { align-items: flex-start; }
.body.seopage section.fixed .desktop img { flex-basis: 100%; }
.body.seopage section.fixed .mobile img { width: 320px; margin: 0 auto; top: -20px; position: relative;}

.body.seopage section.content {  min-width: auto; overflow: hidden; position: relative; }
.body.seopage section.content .orange-1 { position: absolute; top: -1585px; width: 1920px; height: 2220px; left: calc(50% - 960px); min-width: 1920px; min-height: 2220px; }
.body.seopage section.content .orange-2 { position: absolute; bottom: 0; width: 1920px; height: 400px; left: 50%; min-width: 1920px; min-height: 400px; transform: translateX(-50%);}
.body.seopage section.content>div { display: flex; flex-wrap: wrap; max-width: none; padding: 0; max-width: 1040px; margin: 0 auto 80px auto; padding: 0 20px 0 20px; }

.body.seopage section.content>div h1 { font-weight: 800; font-size: 28px; line-height: 32px; width: 100%; margin: 0 0 0 0; }
.body.seopage section.content>div h2 { font-size: 18px; line-height: 22px; }
.body.seopage section.content>div h2 a { box-shadow: inset 0 -2px 0 0 rgba(42,44,50,.25); }
.body.seopage section.content>div p { font-size: 16px; line-height: 24px; margin: 0 0 15px 0; }
.body.seopage section.content>div p a { box-shadow: 0 2px 0 0 rgba(42,44,50,.25); }
.body.seopage section.content>div .image { width: 760px; margin: 20 auto 30px auto; }
.body.seopage section.content>div .caption { width: 100%; font-weight: 800; margin: -20px 0 20px 0; font-size: 15px; }
.body.seopage section.content>div .caption .copyright { font-weight: normal; opacity: .5; margin: 5px 0 0 0; font-size: 12px; }

.body.seopage header { margin: 0 0 0 0; width: 100%; }
.body.seopage header>div { padding: 30px 20px 30px 20px; }
.body.seopage header .logo { margin: 0 auto; height: 28px; }

@media screen and (min-width: 800px) {
  .body.seopage { padding: 0 0 0 0; }
  .body.seopage section.fixed { height: 100vh; width: 400px; right: 0; left: auto; bottom: auto; z-index: 1; }
  .body.seopage section.fixed .desktop { display: flex; }
  .body.seopage section.fixed .mobile { display: none; }
  .body.seopage section.content>div { padding: 0 430px 0 20px; }
  .body.seopage section.content>div h1 { font-size: 34px; line-height: 36px; margin: 0 0 10px 0; }
  .body.seopage section.content>div .image { margin: 10 auto 30px auto; }
  .body.seopage header>div { padding: 40px 20px 30px 20px; }
  .body.seopage header .logo { height: 32px; }
}

@media screen and (min-width: 1040px) {
  .body.seopage section.fixed { left: calc(50% + 120px); right: auto; }
}

section h2.highlight { font-family: 'Barlow Condensed', sans-serif; font-weight: 900; text-align: center; text-transform: uppercase; font-style: italic; font-size: 34px; line-height: 34px; margin: 0 0 40px 0; }
section h2.highlight span { color: #fff; position: relative; left: -3px; }
section h2.highlight span::after { content: ""; position: absolute; background: linear-gradient(90deg, #F10000 0%, #009AF1 100%); transform: skewX(-8deg); top: 4px; left: -6px; width: calc(100% + 14px); height: calc(100% - 5px); z-index: -1; }
section .h3 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; font-weight: 800; }
