@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff");
  font-weight: normal;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff");
  font-weight: bold;
}

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,
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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.btn-simple--1,
.form__group > .addon {
  color: #fff;
  background: #ec0000;
}
.btn-simple--1:hover,
.form__group > .addon:hover,
.btn-simple--1:focus,
.form__group > .addon:focus {
  color: #444;
  background: #dfdbdb;
}
.btn-group input + label.btn-simple--1,
.btn-group .form__group > input + label.addon {
  background: #dfdbdb;
}
.btn-group input:checked + label.btn-simple--1,
.btn-group .form__group > input:checked + label.addon {
  background: #ec0000;
}
.btn-simple,
.form__group > .addon {
  display: inline-block;
  font-size: 14px;
  padding: 10px 28px;
  min-height: 40px;
  border-radius: 20px;
  transition: 1s;
  line-height: 16.8px;
}
.btn-simple:hover,
.form__group > .addon:hover {
  transition: 1s;
}
.btn-simple:focus,
.form__group > .addon:focus {
  transition: 1s;
}
.btn-simple:disabled,
.form__group > .addon:disabled {
  background: #bbbcbc;
}
@media (min-width: 320px) and (max-width: 991px) {
  .btn-simple--block + .btn--block {
    margin-top: 10px;
  }
}
.btn-simple--xs {
  font-size: 10px;
  padding: 4px 5px;
  height: 20px;
}
.btn-simple--sm {
  font-size: 12px;
  padding: 6px 10px;
  height: 30px;
}
.btn-simple--lg {
  font-size: 18px;
  padding: 10px 18px;
  height: 70px;
}
a.btn-simple,
.form__group > a.addon,
label.btn-simple,
.form__group > label.addon {
  line-height: 180%;
}
a.btn-simple--xs,
label.btn-simple--xs {
  line-height: 180%;
}
a.btn-simple--sm,
label.btn-simple--sm {
  line-height: 180%;
}
a.btn-simple--lg,
label.btn-simple--lg {
  line-height: 180%;
}
.btn-group:before,
.btn-group:after {
  content: " ";
  display: table;
}
.btn-group:after {
  clear: both;
}
.btn-group [class*="btn"]:first-of-type {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.btn-group [class*="btn"]:last-child {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
button {
  cursor: pointer;
}
[class*="btn-"],
.form .addon {
  text-decoration: none;
  cursor: pointer;
  margin: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  vertical-align: top;
  border: 0;
}
[class*="btn-"]::hover,
.form .addon::hover {
  text-decoration: none;
}
[class*="btn-"]:focus,
.form .addon:focus {
  outline: none;
}
.btn--block {
  display: block;
  width: 100%;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 767px) {
  .btn--block--xs {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn--block--sm {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn--block--md {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .btn--block--lg {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1440px) {
  .btn--block--xl {
    display: block;
    width: 100%;
    text-align: center;
  }
}
button[class*="link--"] {
  border: none;
  background: none;
  padding: 0;
  font-size: inherit;
  cursor: pointer;
}
.btn-group:before,
.btn-group:after {
  content: " ";
  display: table;
}
.btn-group:after {
  clear: both;
}
.btn-group input {
  display: none;
}
.btn-group [class*="btn"] {
  margin: 0;
  float: left;
  border-radius: 0;
}
.checkbox-simple {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}
.checkbox-simple input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.checkbox-simple label {
  position: relative;
  cursor: pointer;
}
.checkbox-simple label:before {
  position: absolute;
  content: "";
  display: inline-block;
  box-sizing: border-box;
}
.checkbox-simple label:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 100%;
  opacity: 0;
  box-sizing: border-box;
}
.checkbox-simple input:checked + label:after {
  opacity: 1;
}
.form--xs .checkbox-simple label {
  padding-left: 15px;
  line-height: 10px;
}
.form--xs .checkbox-simple label:before {
  width: 10px;
  height: 10px;
}
.form--xs .checkbox-simple label:after {
  left: 5px;
  top: 5px;
}
.form--xs .checkbox-simple input:checked + label:after {
  width: 10px;
  height: 10px;
}
.form--sm .checkbox-simple label {
  padding-left: 22.5px;
  line-height: 15px;
}
.form--sm .checkbox-simple label:before {
  width: 15px;
  height: 15px;
}
.form--sm .checkbox-simple label:after {
  left: 7.5px;
  top: 7.5px;
}
.form--sm .checkbox-simple input:checked + label:after {
  width: 15px;
  height: 15px;
}
.form--lg .checkbox-simple label {
  padding-left: 45px;
  line-height: 30px;
}
.form--lg .checkbox-simple label:before {
  width: 30px;
  height: 30px;
}
.form--lg .checkbox-simple label:after {
  left: 15px;
  top: 15px;
}
.form--lg .checkbox-simple input:checked + label:after {
  width: 30px;
  height: 30px;
}
.form--inline .checkbox-simple {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.checkbox-simple input:focus + label:before {
  border: 1px solid #bbbcbc;
}
.checkbox-simple label {
  padding-left: 30px;
  line-height: 20px;
}
.checkbox-simple label:before {
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #bbbcbc;
}
.checkbox-simple label:after {
  left: 10px;
  top: 10px;
  width: 1px;
  height: 1px;
  background: #ec0000;
  transition: all 0.2s ease-in-out;
}
.checkbox-simple input:checked + label:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.radio-simple {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
}
.radio-simple input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.radio-simple label {
  position: relative;
  cursor: pointer;
}
.radio-simple label:before {
  position: absolute;
  content: "";
  display: inline-block;
  box-sizing: border-box;
}
.radio-simple label:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 100%;
  opacity: 0;
  box-sizing: border-box;
}
.radio-simple input:checked + label:after {
  opacity: 1;
}
.form--xs .radio-simple label {
  padding-left: 15px;
  line-height: 10px;
}
.form--xs .radio-simple label:before {
  left: 0;
  width: 10px;
  height: 10px;
}
.form--xs .radio-simple label:after {
  left: 5px;
  top: 5px;
}
.form--xs .radio-simple input:checked + label:after {
  left: 1.25px;
  top: 1.25px;
  width: 7.5px;
  height: 7.5px;
}
.form--sm .radio-simple label {
  padding-left: 22.5px;
  line-height: 15px;
}
.form--sm .radio-simple label:before {
  left: 0;
  width: 15px;
  height: 15px;
}
.form--sm .radio-simple label:after {
  left: 7.5px;
  top: 7.5px;
}
.form--sm .radio-simple input:checked + label:after {
  left: 1.875px;
  top: 1.875px;
  width: 11.25px;
  height: 11.25px;
}
.form--lg .radio-simple label {
  padding-left: 45px;
  line-height: 30px;
}
.form--lg .radio-simple label:before {
  left: 0;
  width: 30px;
  height: 30px;
}
.form--lg .radio-simple label:after {
  left: 15px;
  top: 15px;
}
.form--lg .radio-simple input:checked + label:after {
  left: 3.75px;
  top: 3.75px;
  width: 22.5px;
  height: 22.5px;
}
@media (max-width: 767px) {
  .radio-simple {
    display: -ms-flexbox;
    display: flex;
  }
}
.radio-simple input:focus + label:before {
  border: 1px solid #bbbcbc;
}
.radio-simple label {
  padding-left: 27px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .radio-simple label {
    min-width: 20%;
  }
}
.radio-simple label:before {
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #bbbcbc;
  border-radius: 100%;
}
.radio-simple label:after {
  left: 9px;
  top: 9px;
  width: 2px;
  height: 2px;
  background: #ec0000;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}
.radio-simple input:checked + label:after {
  left: 3px;
  top: 3px;
  width: 12px;
  height: 12px;
  background: #ec0000;
  border-radius: 100%;
  transform-origin: center;
  transition: all 0.2s ease-in-out;
}
.img {
  position: relative;
}
.img img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.img--1-1 {
  padding-bottom: 100%;
}
.img--4-3 {
  padding-bottom: 75%;
}
.img--3-2 {
  padding-bottom: 66.66667%;
}
.img--16-9 {
  padding-bottom: 56.25%;
}
.img--21-9 {
  padding-bottom: 42.85714%;
}
.img--3-4 {
  padding-bottom: 133.33333%;
}
.img--2-3 {
  padding-bottom: 150%;
}
.link-simple--1,
.link-simple--1:link,
.link-simple--1:visited,
.link-simple--1 {
  color: #ec0000;
}
.link-simple--1:visited,
.link-simple--1:link:visited,
.link-simple--1:visited:visited,
.link-simple--1:visited {
  color: #ec0000;
}
.link-simple--1:active,
.link-simple--1.active,
.link-simple--1:hover,
.link-simple--1:link:active,
.link-simple--1:link.active,
.link-simple--1:link:hover,
.link-simple--1:visited:active,
.link-simple--1:visited.active,
.link-simple--1:visited:hover,
.link-simple--1:active,
.link-simple--1.active,
.link-simple--1:hover {
  color: #444;
}
.link-simple--2,
.link-simple--2:link,
.link-simple--2:visited,
.link-simple--2 {
  color: #444;
}
.link-simple--2:visited,
.link-simple--2:link:visited,
.link-simple--2:visited:visited,
.link-simple--2:visited {
  color: #444;
}
.link-simple--2:active,
.link-simple--2.active,
.link-simple--2:hover,
.link-simple--2:link:active,
.link-simple--2:link.active,
.link-simple--2:link:hover,
.link-simple--2:visited:active,
.link-simple--2:visited.active,
.link-simple--2:visited:hover,
.link-simple--2:active,
.link-simple--2.active,
.link-simple--2:hover {
  color: #ec0000;
}
.link-simple {
  transition: 0.2s;
  font-weight: bold;
}
.link-simple:focus {
  outline: none;
}
.link-simple:after {
  content: "";
}
.link-simple:active,
.link-simple.active,
.link-simple:hover {
  transition: 0.2s;
}
.link-simple--2 {
  border: 0;
  padding-bottom: 0;
}
.list li:last-child {
  margin-bottom: 0;
}
.list--bullets li {
  position: relative;
}
.list--bullets li:before {
  content: "";
  position: absolute;
  left: 0;
}
.list--icons > * {
  display: table;
  position: relative;
}
.list--icons--xl > * {
  padding-left: 138px;
  min-height: 128px;
}
.list--icons--lg > * {
  padding-left: 66px;
  min-height: 56px;
}
.list--icons--md > * {
  padding-left: 58px;
  min-height: 48px;
}
.list--icons--sm > * {
  padding-left: 42px;
  min-height: 32px;
}
.list--icons--xs > * {
  padding-left: 26px;
  min-height: 16px;
}
.list--icons > * > div.text {
  display: table-cell;
  vertical-align: middle;
}
.list--icons .icon {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
.list--inline {
  display: inline-block;
}
.list--inline li {
  display: inline-block;
  margin-bottom: 0;
}
.desc-list--horizontal dt {
  float: left;
  text-align: right;
  overflow: hidden;
  clear: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .desc-list--horizontal dt {
    float: none;
    text-align: left;
  }
}
ol.list {
  counter-reset: section;
}
ol.list li {
  list-style-type: none;
  position: relative;
}
ol.list li::before {
  content: counter(section);
  counter-increment: section;
  display: inline-block;
  position: absolute;
}
.list {
  margin-bottom: 30px;
}
.list li {
  margin-bottom: 10px;
}
.list--bullets li {
  padding-left: 12px;
}
.list--bullets li:before {
  left: 0;
  top: 3px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #ec0000;
}
.desc-list {
  margin-bottom: 10px;
}
.desc-list dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.desc-list dd {
  margin-bottom: 10px;
}
.desc-list--horizontal dt {
  width: 160px;
}
@media (max-width: 767px) {
  .desc-list--horizontal dt {
    width: 100%;
  }
}
.desc-list--horizontal dd {
  margin-left: 180px;
}
@media (max-width: 767px) {
  .desc-list--horizontal dd {
    margin-left: 0;
  }
}
ol.list {
  padding-left: 30px;
}
ol.list li::before {
  left: -30px;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  text-decoration: none;
  font-size: inherit;
  width: auto;
}
[class$="h1"] {
  display: block;
  font-size: 3.8rem;
  line-height: 3.8rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
  background: none;
}
[class$="h2"] {
  display: block;
  font-size: 3.2rem;
  line-height: 3.2rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
  background: none;
}
[class$="h3"] {
  display: block;
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
  background: none;
}
[class$="h4"] {
  display: block;
  font-size: 2.4rem;
  line-height: 2.4rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
  background: none;
}
[class$="h5"] {
  display: block;
  font-size: 2rem;
  line-height: 2rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
  background: none;
}
[class$="h6"] {
  display: block;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Open Sans";
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
  padding-bottom: 0;
  border: 0;
  background: none;
}
.h6 {
  line-height: 2.4rem;
}
@media (max-width: 767px) {
  html {
    font-size: 60%;
  }
}
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 2.56rem;
  font-family: "Open Sans";
  color: #444;
}
::-moz-selection {
  color: #fff;
  background: #ec0000;
}
::selection {
  color: #fff;
  background: #ec0000;
}
p {
  margin-bottom: 20px;
  line-height: 140%;
}
.lead {
  font-size: 2.4rem;
  margin-bottom: 30px;
}
small {
  font-size: 1rem;
}
strong,
b {
  font-weight: bold;
}
abbr {
  border-bottom: 1px dotted;
}
em,
i {
  font-style: italic;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}
sub {
  top: auto;
  bottom: -0.5em;
}
cite {
  font-style: italic;
}
cite:after,
cite:before {
  content: '"';
}
code {
  background: #000;
  color: white;
  padding: 10px;
  font-family: "Monaco";
  display: block;
  margin-bottom: 10px;
}
.form input,
.form select,
.form [class*="btn"],
.form .addon {
  min-height: 40px;
}
.form__group {
  position: relative;
}
.form__group:last-child:not(:only-child) {
  margin-bottom: 0;
}
.form [class*="form__group--addon"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form [class*="form__group--addon"] label {
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.form [class*="form__group--addon"] input {
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
}
.form [class*="form__group--addon"] .addon {
  -ms-flex-item-align: start;
  align-self: flex-start;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.form .form__group--addon--right .addon {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.form .form__group--addon input[type="number"] {
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}
.form .form__group--addon .addon:last-of-type {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.form__control,
.form select,
.form textarea {
  width: 100%;
  font-size: inherit;
  margin: 0;
}
.form select:focus {
  outline: none;
}
.form input:disabled,
.form input:-moz-read-only,
.form textarea:disabled,
.form textarea:-moz-read-only {
  cursor: not-allowed;
}
.form input:disabled,
.form input:read-only,
.form textarea:disabled,
.form textarea:read-only {
  cursor: not-allowed;
}
.form button:disabled {
  cursor: not-allowed;
}
.form [type="range"] {
  cursor: col-resize !important;
  border: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form [type="range"]:focus {
  outline: none;
  border: 0;
}
.form label {
  display: block;
}
.form--inline .form__group {
  margin-top: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form--inline .form__group {
    width: 100%;
    display: block;
  }
}
.form--inline .form__group label:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form--inline .form__group label {
    display: block;
  }
}
.form--inline .form__control {
  width: auto;
}
@media (max-width: 767px) {
  .form--inline .form__control {
    width: 100%;
  }
}
.form .form__icon {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
}
.form .form__icon svg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form--xs .form__control,
.form--xs [class*="btn"],
.form--xs select {
  height: 20px;
}
.form--xs .form__icon svg {
  width: 20px;
  height: 20px;
}
.form--sm .form__control,
.form--sm [class*="btn"],
.form--sm select {
  height: 30px;
}
.form--sm .form__icon svg {
  width: 30px;
  height: 30px;
}
.form--lg .form__control,
.form--lg [class*="btn"],
.form--lg select {
  height: 70px;
}
.form--lg .form__icon svg {
  width: 70px;
  height: 70px;
}
.form {
  margin-bottom: 30px;
}
.form fieldset {
  margin-bottom: 30px;
}
.form [class*="btn-"] {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .form [class*="btn-"] {
    width: 100%;
  }
}
.form hr {
  margin-top: 0;
  margin-bottom: 30px;
}
.form__group {
  margin-bottom: 10px;
}
.form__group > .addon {
  border-radius: 0;
}
.form__group__help {
  float: right;
  font-size: 12px;
  padding: 12px 0;
}
.form__group--success label,
.form__group--success input,
.form__group--success select,
.form__group--success textarea {
  color: #9c3;
  border-color: #9c3;
}
.form__group--success .form__group__help {
  color: #9c3;
}
.form__group--success svg {
  fill: #9c3;
}
.form__group--info label,
.form__group--info input,
.form__group--info select,
.form__group--info textarea {
  background: #6ea0c6;
  border-color: #6ea0c6;
}
.form__group--info .form__group__help {
  color: #6ea0c6;
}
.form__group--info svg {
  fill: #6ea0c6;
}
.form__group--warning label,
.form__group--warning input,
.form__group--warning select,
.form__group--warning textarea {
  color: #fb7d0c;
  border-color: #fb7d0c;
}
.form__group--warning .form__group__help {
  color: #fb7d0c;
}
.form__group--warning svg {
  fill: #fb7d0c;
}
.form__group--danger label,
.form__group--danger input,
.form__group--danger select,
.form__group--danger textarea {
  color: #ec3457;
  border-color: #ec3457;
}
.form__group--danger .form__group__help {
  color: #ec3457;
}
.form__group--danger svg {
  fill: #ec3457;
}
.form__group .form__icon {
  top: 25px;
}
.form__group .form__icon svg {
  width: 32px;
  height: 32px;
  right: 10px;
}
.form label {
  margin-bottom: 10px;
}
.form__control,
.form select,
.form textarea {
  border: 1px solid #bbbcbc;
  border-radius: 0;
  box-shadow: none;
  padding: 4px 10px;
  background: #fff;
}
.form__control:focus,
.form select:focus,
.form textarea:focus {
  background-color: #fff;
  border: 1px solid #f7f6f6;
}
.form select {
  padding-right: 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4yIiBiYXNlUHJvZmlsZT0idGlueSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4Ig0KCSB5PSIwcHgiIHdpZHRoPSIxOC4wNDZweCIgaGVpZ2h0PSI5LjAyM3B4IiB2aWV3Qm94PSIwIDAgMTguMDQ2IDkuMDIzIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxnIGlkPSJDYXBhXzEiIGRpc3BsYXk9Im5vbmUiPg0KCTxpbWFnZSBkaXNwbGF5PSJpbmxpbmUiIHdpZHRoPSIyMyIgaGVpZ2h0PSIyMyIgeGxpbms6aHJlZj0iY2FyZXQucG5nIiAgdHJhbnNmb3JtPSJtYXRyaXgoMSAwIDAgMSA4OC40ODUgODMuMDI1OSkiPg0KCTwvaW1hZ2U+DQoJPGltYWdlIGRpc3BsYXk9ImlubGluZSIgd2lkdGg9IjQ2IiBoZWlnaHQ9IjQ2IiB4bGluazpocmVmPSJjYXJldEAyeC5wbmciICB0cmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAxIC0yODMuNTE1IC0yNDcuOTc0MSkiPg0KCTwvaW1hZ2U+DQo8L2c+DQo8ZyBpZD0iQ2FwYV8yIj4NCgk8cG9seWdvbiBmaWxsPSIjRDYxMjI4IiBwb2ludHM9IjAsMCA5LjAyMyw5LjAyMyAxOC4wNDYsMCAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==")
    no-repeat;
  background-size: 100% 100%;
  background-color: #fff;
  background-size: 8px 8px;
  background-position: right 12px center;
  -moz-appearance: none;
}
.form select:focus {
  background: #fff;
  border: 1px solid #f7f6f6;
}
.form [type="range"] {
  padding: 0;
}
.form [type="range"]::-webkit-slider-runnable-track {
  height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #bbbcbc;
  border-radius: 0;
}
.form [type="range"]::-webkit-slider-thumb {
  border: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 0;
  background: #f7f6f6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.form [type="range"]:focus::-webkit-slider-runnable-track {
  background: #bbbcbc;
}
.form [type="range"]::-moz-range-track {
  height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #bbbcbc;
  border-radius: 0;
}
.form [type="range"]::-moz-range-thumb {
  border: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 0;
  background: #f7f6f6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.form [type="range"]::-ms-track {
  height: 20px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: #bbbcbc;
  border-radius: 0;
}
.form [type="range"]::-ms-thumb {
  border: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  border: 0;
  background: #f7f6f6;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.form--inline label {
  margin-bottom: 10px;
}
.form--xs input,
.form--xs select {
  font-size: 10px;
}
.form--lg input,
.form--lg select {
  font-size: 24px;
}
.title-block {
  margin-top: 60px;
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}
.title-block__squares {
  padding: 40px 60px;
}
.title-block__squares:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-top: 5px solid #ec0000;
  border-left: 5px solid #ec0000;
}
.title-block__squares:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border-top: 5px solid #ec0000;
  border-right: 5px solid #ec0000;
}
.title-block__text {
  color: #ec0000;
}
.title-block__text:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #ec0000;
  border-left: 5px solid #ec0000;
}
.title-block__text:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  border-bottom: 5px solid #ec0000;
  border-right: 5px solid #ec0000;
}
.footer {
  text-align: center;
  background: #fff;
  border-top: 1px solid #bbbcbc;
  font-weight: bold;
  padding: 10px;
}
.footer .link-simple {
  margin-left: 8px;
}
.header {
  padding: 5px;
  background: #ec0000;
  text-align: center;
}
.header__logo {
  width: 188px;
}
.hero {
  padding: 10% 0 5% 0;
  text-align: center;
  background-size: cover;
  background-position: center center;
}
.hero .h6 {
  color: white;
}
.hero .h1 {
  margin-bottom: 30px;
  color: #222;
}
.hero .h6 {
  margin-bottom: 60px;
}
.info-block {
  padding: 30px;
  background: #fff;
  margin-top: 20px;
  margin: 0 auto;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.18);
  position: relative;
  text-align: left;
}
.info-block *:last-child {
  margin-bottom: 0;
}
.info-block:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  border-left: 15px solid rgba(227, 47, 47, 0);
  border-right: 15px solid rgba(64, 192, 133, 0);
  border-bottom: 20px solid #fff;
}
.wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.wrapper .main {
  flex: 1 0 0;
}
.quote-block {
  background: #f7f6f6;
  padding: 30px 0;
  margin-bottom: 30px;
}
.quote-block *:last-child {
  margin-bottom: 0;
}
.white-block {
  text-align: center;
}
.anim-is-hiding {
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.is-hidden,
.anim-is-hidden {
  display: none;
  opacity: 0;
}
.anim-is-showing {
  opacity: 0;
  height: 0;
  border: 0;
  padding: 0;
  margin: 0;
  transition: 0.5s;
}
.anim-is-waiting {
  opacity: 0;
  transition: 0.5s;
}
[data-src] {
  opacity: 0;
}
[data-lazyload] {
  opacity: 0;
}
.is-lazyloaded {
  opacity: 1;
}
[data-src] {
  transition: 0.2s;
}
.is-lazyloaded {
  transition: 0.2s;
}
@keyframes animationOut {
  0% {
    background: #ec0000;
    color: transparent;
  }
  10% {
  }
  15% {
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
  30% {
    transform: translate(0, -50vh);
  }
  100% {
    transform: translate(0, -50vh);
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #ec0000;
    color: transparent;
    transform: scale(99);
  }
}
@keyframes animationIn {
  100% {
  }
  90% {
    background: #ec0000;
  }
  85% {
    color: transparent;
  }
  70% {
    transform: translate(0, -50vh);
    width: 200px;
    height: 200px;
    border-radius: 200px;
  }
  0% {
    transform: translate(0, -50vh);
    width: 200px;
    height: 200px;
    border-radius: 200px;
    background: #ec0000;
    color: transparent;
    transform: scale(99);
  }
}
.animation-out {
  animation: animationOut 3s;
  animation-fill-mode: forwards;
}
.animation-in {
  animation: animationIn 2s;
  animation-fill-mode: forwards;
}
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input,
textarea,
select {
  -webkit-appearance: none;
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: 0;
  outline: 0;
}
a:focus,
input:focus {
  outline: none;
  outline-style: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@media only screen and (orientation: landscape) {
  .wrapper {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}
* {
  box-sizing: border-box;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1440px) {
  .container {
    width: 1420px;
  }
}
.container--fluid {
  width: 100%;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row--no-padding {
  margin-left: 0;
  margin-right: 0;
}
.row--no-padding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.row--justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.row--justify-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.row--justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.row--align-start {
  -ms-flex-align: start;
  align-items: flex-start;
}
.row--align-center {
  -ms-flex-align: center;
  align-items: center;
}
.row--align-end {
  -ms-flex-align: end;
  align-items: flex-end;
}
.row--same-height > [class*="col-"],
.row--same-height > .col {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
}
.row--same-height > [class*="col-"] > *,
.row--same-height > .col > * {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  width: 100%;
}
[class*="col-"] {
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}
.col {
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 320px) {
  .col-xs {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .col-sm {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .col-md {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1px) {
  .col-xs-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-xs-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-xs-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-xs-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-xs-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-xs-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-xs-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-xs-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-xs-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-xs-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-xs-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 768px) {
  .col-sm-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1440px) {
  .col-xl-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1px) {
  .col--offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .col--offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .col--offset-xs-3 {
    margin-left: 25%;
  }
  .col--offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .col--offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .col--offset-xs-6 {
    margin-left: 50%;
  }
  .col--offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .col--offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .col--offset-xs-9 {
    margin-left: 75%;
  }
  .col--offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .col--offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .col--offset-xs-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col--offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .col--offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .col--offset-sm-3 {
    margin-left: 25%;
  }
  .col--offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .col--offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .col--offset-sm-6 {
    margin-left: 50%;
  }
  .col--offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .col--offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .col--offset-sm-9 {
    margin-left: 75%;
  }
  .col--offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .col--offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .col--offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col--offset-md-1 {
    margin-left: 8.33333333%;
  }
  .col--offset-md-2 {
    margin-left: 16.66666667%;
  }
  .col--offset-md-3 {
    margin-left: 25%;
  }
  .col--offset-md-4 {
    margin-left: 33.33333333%;
  }
  .col--offset-md-5 {
    margin-left: 41.66666667%;
  }
  .col--offset-md-6 {
    margin-left: 50%;
  }
  .col--offset-md-7 {
    margin-left: 58.33333333%;
  }
  .col--offset-md-8 {
    margin-left: 66.66666667%;
  }
  .col--offset-md-9 {
    margin-left: 75%;
  }
  .col--offset-md-10 {
    margin-left: 83.33333333%;
  }
  .col--offset-md-11 {
    margin-left: 91.66666667%;
  }
  .col--offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col--offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .col--offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .col--offset-lg-3 {
    margin-left: 25%;
  }
  .col--offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .col--offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .col--offset-lg-6 {
    margin-left: 50%;
  }
  .col--offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .col--offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .col--offset-lg-9 {
    margin-left: 75%;
  }
  .col--offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .col--offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .col--offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1440px) {
  .col--offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .col--offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .col--offset-xl-3 {
    margin-left: 25%;
  }
  .col--offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .col--offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .col--offset-xl-6 {
    margin-left: 50%;
  }
  .col--offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .col--offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .col--offset-xl-9 {
    margin-left: 75%;
  }
  .col--offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .col--offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .col--offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1px) {
  .col--order-xs-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .col--order-xs-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .col--order-xs-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .col--order-xs-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .col--order-xs-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .col--order-xs-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .col--order-xs-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .col--order-xs-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .col--order-xs-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .col--order-xs-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .col--order-xs-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .col--order-xs-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 768px) {
  .col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 992px) {
  .col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1200px) {
  .col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
@media (min-width: 1440px) {
  .col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
}
img {
  width: 100%;
  max-width: 100%;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
.embed-responsive__item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive--16-9 {
  padding-bottom: 75%;
}
.show-sr {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media print {
  @page {
    margin: 2cm;
  }
  *,
  *:before,
  *:after,
  *:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body {
    color: #000;
    background: #fff;
  }
  footer {
    display: none;
  }
  img {
    max-width: 100% !important;
  }
  * {
    page-break-inside: avoid;
  }
  a[href^="http"]:after {
    content: " <" attr(href) "> ";
  }
  a[href^="#"]:after {
    content: "";
  }
}
@media print and (color) {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: 0.75s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

.header {
  background: #fff;
  text-align: left;
  padding: 11px 16px;
  padding-bottom: 4px;
}
.hero {
  background-image: url(https://www.cnpsantander.com//assets/images/hero-home.jpg);
  margin-bottom: 40px;
  min-height: 400px;
}

.content {
  margin-bottom: 40px;
}

.content p:last-child {
  margin-bottom: 0;
}

.header__logo {
  width: 250px;
}

footer {
  background-color: #ccc;
  padding: 30px;
}

footer a {
  text-decoration: none;
  font-weight: light;
}

footer .footerItems {
  display: inline-block;
  margin-bottom: 15px;
}

footer .footerItems li {
  color: #191919;
  font: 12px/12px Open Sans, Arial, Helvetica, Sans-Serif;
  list-style: none;
  float: left;
}

footer .footerItems li a {
  color: #191919;
}

footer .footerItems li a:hover {
  text-decoration: underline;
}

footer p {
  color: #666;
  font: 12px/14px Open Sans, Arial, Helvetica, Sans-Serif;
  padding-left: 20px;
}

.hero--bottom {
  background-image: url(https://www.cnpsantander.com/wordpress/wp-content/uploads/2019/09/About-us_bu.jpg);
  margin-bottom: 0;
  min-height: 300px;
}
