/* You can add global styles to this file, and also import other style files */
html {
  color: #000;
  background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}
li {
  list-style: none;
}
caption, th {
  text-align: left;
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------- Tags ---------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
a {
  position: relative;
  color: #246699;
  text-decoration: underline;
  transition: 0.3s;
}
a:hover {
  color: #3595e0;
  text-decoration: none;
}
blockquote {
  font-style: italic;
}
blockquote p {
  margin: 0 0 5px;
}
blockquote strong {
  font-weight: 700;
}
body {
  overflow: hidden;
  position: relative;
  height: 100%;
  min-height: 100%;
  min-width: 340px;
  color: #000;
  font: 300 20px/1.3 Roboto, Arial, Helvetica, sans-serif;
}
h1 {
  margin: 0 0 50px;
  font-weight: 400;
  font-size: 51px;
  line-height: 1;
}
h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
}
h3 {
  font-weight: 400;
  font-size: 35px;
  line-height: 1;
}
h4 {
  font-weight: 500;
  font-size: 26px;
  line-height: 1;
}
h5 {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
h6 {
  margin: 0 0 5px;
  color: #727d8a;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
}
html {
  height: 100%;
  min-height: 100%;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 6px 0px;
  height: 30px;
  max-width: 100%;
  font-size: 17px;
  background: none;
  border: none;
  border-bottom: 1px solid #919191;
  border-radius: 0;
  outline: none;
}
input[type=text].has-error,
input[type=email].has-error,
input[type=password].has-error,
input[type=tel].has-error,
select.has-error,
textarea.has-error {
  border-color: #cc0000;
}
input:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
textarea {
  height: 120px;
}
label {
  display: block;
  font-weight: 500;
  font-size: 17px;
}
.label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 37px;
  font-weight: 500;
  font-size: 17px;
  line-height: 1;
}
label input {
  vertical-align: middle;
}
label input[type=checkbox] {
  display: none;
}
label input[type=checkbox] + .checkbox {
  display: block;
  position: relative;
  margin: 5px 0;
  padding-left: 27px;
  font-weight: 500;
  font-size: 17px;
  line-height: 17px;
}
label input[type=checkbox] + .checkbox:before {
  content: "";
  float: left;
  margin-left: -27px;
  width: 17px;
  height: 17px;
  vertical-align: middle;
  cursor: pointer;
}
label input[type=checkbox]:checked + .checkbox:before {
  background-position: -17px 0;
}
label input[type=radio] {
  display: none;
}
label input[type=radio] + .radio {
  display: block;
  position: relative;
  margin: 5px 0;
  padding-left: 41px;
  font-weight: 500;
  font-size: 17px;
  line-height: 28px;
}
label input[type=radio] + .radio:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 29px;
  height: 28px;
  vertical-align: middle;
  cursor: pointer;
}
label input[type=radio]:checked + .radio:before {
  background-position: 0 0;
}
input[type=submit] {
  display: inline-block;
  box-sizing: border-box;
  padding: 8px 29px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-decoration: none;
  background-color: #0097c7;
  border-width: 1px;
  border-style: solid;
  border-color: #0097c7;
  border-radius: 3px;
  transition: 0.3s;
}
p {
  margin: 0 0 25px;
}
strong {
  font-weight: 700;
}
em {
  font-style: italic;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  padding: 10px 40px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
}
/*------------------------------------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------- Common -------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------------------------------------*/
.float-clear:after {
  content: "";
  display: table;
  clear: both;
}
.float-clear-left:after {
  content: "";
  display: table;
  clear: left;
}
.float-clear-right:after {
  content: "";
  display: table;
  clear: right;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.fw-300 {
  font-weight: 300;
}
.fw-normal {
  font-weight: normal;
}
.fs-10 {
  font-size: 10px;
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.fs-15 {
  font-size: 15px;
}
.ff-default {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}
.lh-20 {
  line-height: 20px;
}
.lh-24 {
  line-height: 24px;
}
.lh-35 {
  line-height: 35px;
}
.lh-100 {
  line-height: 100%;
}
.lh-120 {
  line-height: 120%;
}
.gap-v-5 {
  height: 5px;
}
.gap-v-10 {
  height: 10px;
}
.gap-v-15 {
  height: 15px;
}
.gap-v-20 {
  height: 20px;
}
.gap-v-25 {
  height: 25px;
}
.gap-v-30 {
  height: 30px;
}
.gap-v-35 {
  height: 35px;
}
.gap-v-40 {
  height: 40px;
}
.gap-v-50 {
  height: 50px;
}
.gap-h-20 {
  display: inline-block;
  width: 20px;
}
.gap-h-25 {
  display: inline-block;
  width: 25px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-55 {
  margin-bottom: 55px;
}
.ml-10 {
  margin-left: 10px;
}
.ml-20 {
  margin-left: 20px;
}
.ml-30 {
  margin-left: 30px;
}
.ml-45 {
  margin-left: 45px;
}
.ml-55 {
  margin-left: 55px;
}
.pl-55 {
  padding-left: 55px;
}
.row {
  margin: 0 auto;
  padding: 0;
  max-width: 1250px;
}
.inner {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
  padding: 50px 20px;
  max-width: 1900px;
  z-index: 1;
}
.row.-wider {
  max-width: 1300px;
}
.row:after,
.inner:after {
  content: "";
  display: table;
  clear: both;
}
.row > div {
  box-sizing: border-box;
  float: left;
  min-height: 1px;
}
.row > div:first-child {
  padding-left: 0;
}
.row > div:last-child {
  padding-right: 0;
}
.row .col-left {
  float: left;
}
.row .col-right {
  float: right;
}
.row .col-1 {
  width: 8.3333%;
}
.row .col-2 {
  width: 16.6666%;
}
.row .col-3 {
  width: 25%;
}
.row .col-4 {
  width: 33.3333%;
}
.row .col-5 {
  width: 41.6666%;
}
.row .col-6 {
  width: 50%;
}
.row .col-7 {
  width: 58.3333%;
}
.row .col-8 {
  width: 66.6666%;
}
.row .col-9 {
  width: 75%;
}
.row .col-10 {
  width: 88.3333%;
}
.row .col-11 {
  width: 91.6666%;
}
.row .col-12 {
  width: 100%;
}
.row .col-h-padding-8 {
  padding-left: 8px;
  padding-right: 8px;
}
.row .col-h-padding-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.row .col-t-padding-30 {
  padding-top: 30px;
}
.row .col-v-padding-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
@media (max-width: 1280px) {
  body {
    font-size: 20px;
  }

  h1 {
    margin-bottom: 20px;
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 18px;
  }

  h1 {
    font-size: 34px;
  }

  h4 {
    font-size: 20px;
  }
}

/*# sourceMappingURL=styles.css.map*/