@-ms-viewport {
  width: device-width;
}
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,
font,
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,
caption,
thead {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  border: 0;
  outline: 0;
}
ol,
ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
button {
  background: none;
  border: none;
  cursor: pointer;
}
input {
  border: none;
}
input[type="submit"] {
  border: none;
  cursor: pointer;
}
button {
  align-items: unset;
}
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1.4;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  overflow-x: hidden;
}
@font-face {
  font-display: fallback;
  font-weight: normal;
  font-family: barlowbold;
  font-style: normal;
  src: url("/fonts/barlow-bold-webfont.woff2") format("woff2"), url("/fonts/barlow-bold-webfont.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-weight: normal;
  font-family: barlow_condensedbold;
  font-style: normal;
  src: url("/fonts/barlowcondensed-bold-webfont.woff2") format("woff2"), url("/fonts/barlowcondensed-bold-webfont.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-weight: normal;
  font-family: barlowsemibold;
  font-style: normal;
  src: url("/fonts/barlow-semibold-webfont.woff2") format("woff2"), url("/fonts/barlow-semibold-webfont.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-weight: normal;
  font-family: barlow_condensedsemibold;
  font-style: normal;
  src: url("/fonts/barlowcondensed-semibold-webfont.woff2") format("woff2"), url("/fonts/barlowcondensed-semibold-webfont.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-weight: normal;
  font-family: barlowregular;
  font-style: normal;
  src: url("/fonts/barlow-regular-webfont.woff2") format("woff2"), url("/fonts/barlow-regular-webfont.woff") format("woff");
}
@font-face {
  font-display: fallback;
  font-weight: normal;
  font-family: barlow_condensedregular;
  font-style: normal;
  src: url("/fonts/barlowcondensed-regular-webfont.woff2") format("woff2"), url("/fonts/barlowcondensed-regular-webfont.woff") format("woff");
}
body,
input,
textarea,
option,
select {
  color: #555555;
  font-size: 18px;
  font-family: barlowregular, arial, Helvetica, sans-serif;
  line-height: 1.6;
}
h1 {
  font-family: barlow_condensedbold, arial, Helvetica, sans-serif;
  color: #000000;
}
h2,
h3,
h4,
h5,
h6 {
  font-family: barlow_condensedsemibold, arial, Helvetica, sans-serif;
  color: #000000;
}
a {
  color: #db0f3c;
  text-decoration: none;
  transition: color 0.4s ease-in-out;
}
a:hover,
a:focus,
a:active {
  color: #db0f3c;
  text-decoration: underline;
}
p,
ul,
ol,
table,
blockquote {
  margin: 0;
  padding: 0;
}
h1,
.h1 {
  font-size: 40px;
  line-height: 1.1;
  /* @media #{$large-start} {
    font-size: 24px;
    line-height: 28px;
  } */
}
@media only screen and (min-width: 600px) {
  h1,
  .h1 {
    font-size: 50px;
  }
}
h2,
.h2 {
  font-size: 40px;
  line-height: 1.1;
  /* @media #{$large-start} {
    font-size: 18px;
    line-height: 24px;
  } */
}
@media only screen and (min-width: 600px) {
  h2,
  .h2 {
    font-size: 50px;
  }
}
h3,
.h3 {
  font-size: 22px;
  line-height: 1.3;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style-type: square;
}
ul li,
ol li {
  color: #000;
}
.wrapper_main {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.wrapper_1210 {
  max-width: 1210px;
}
.wrapper_1360 {
  max-width: 1360px;
}
.sideoffset {
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (min-width: 1440px) {
  .sideoffset {
    padding-right: 0;
    padding-left: 0;
  }
}
/** @define flex; weak */
.flex {
  display: flex;
}
.flex--1 {
  flex: 1;
}
.flex--dircol {
  flex-direction: column;
}
.flex--dirrow {
  flex-direction: row;
}
.flex--wrapwr {
  flex-wrap: wrap;
}
.flex--wrapnowr {
  flex-wrap: nowrap;
}
.flex--justcenter {
  justify-content: center;
}
.flex--justspacebet {
  justify-content: space-between;
}
.flex--justspacearo {
  justify-content: space-around;
}
.flex--justflend {
  justify-content: flex-end;
}
.flex--justflstart {
  justify-content: flex-start;
}
.flex--alignitflstart {
  align-items: flex-start;
}
.flex--alignitflend {
  align-items: flex-end;
}
.flex--alignitcenter {
  align-items: center;
}
.flex--alignconflstart {
  align-content: flex-start;
}
.flex--alignconflend {
  align-content: flex-end;
}
.flex--alignconcenter {
  align-content: center;
}
.flex--alignconspacebet {
  align-content: space-between;
}
.flex--alignconspacearo {
  align-content: space-around;
}
.flex__alignselfstart {
  align-self: flex-start;
}
.flex__alignselfend {
  align-self: flex-end;
}
.flex__alignselfcenter {
  align-self: center;
}
.flex__grow1 {
  flex-grow: 1;
}
/*# sourceMappingURL=css/main.css.map */