*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  margin-top: 0;
}

li {
  list-style-position: inside;
  display: list-item;
}

a, button {
  color: inherit;
  transition: 0.3s ease-in-out;
}

a {
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline-width: 1px;
}

img, video, svg, picture, figure {
  max-width: 100%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

br {
  margin-top: 0;
}

nav ul {
  list-style: none;
}

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, hr {
  margin: 0;
  padding: 0;
  border: 0;
}

.button, .form-control, .link, .reset {
  background-color: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  line-height: inherit;
  appearance: none;
}

select.form-control::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v30-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
html,
body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333;
  background-color: #120c0e !important;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 87.5%;
  line-height: 1.4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
body::after {
  content: "";
  position: relative;
  height: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
  transition: background-color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 50;
}
@media (max-width: 1012px) {
  body.--mobile-menu-open {
    overflow: hidden;
  }
  body.--mobile-menu-open::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1000vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.--mobile-menu-open .menu-main__mobile {
    overflow-y: auto !important;
  }
}
@media (min-width: 40rem) {
  body {
    font-size: 112.5%;
  }
}

* {
  box-sizing: border-box;
}

main {
  flex-grow: 1;
  overflow: hidden;
}
main.page-contact {
  background-image: url(../img/bg-logo.jpg);
  background-position: 50% 0;
  background-attachment: fixed;
}

[hidden] {
  display: none;
}

.row {
  display: flex;
  flex-wrap: wrap;
}
.row > * {
  flex-basis: 100%;
  max-width: 100%;
  min-width: 0;
}

.gap-lg {
  margin-left: -10rem;
  margin-bottom: -10rem;
}
.gap-lg > [class*=col] {
  margin-left: 10rem;
  margin-bottom: 10rem;
}

.gap-md {
  margin-left: -1rem;
  margin-bottom: -1rem;
}
.gap-md > [class*=col] {
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.gap-sm {
  margin-left: -0.75rem;
  margin-bottom: -0.75rem;
}
.gap-sm > [class*=col] {
  margin-left: 0.75rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 40rem) {
  .pull-right-sm {
    order: 2;
  }
  .pull-right-sm + * {
    order: 1;
  }
  .offset3-sm {
    margin-left: 25% !important;
  }
  .offset6-sm {
    margin-left: 50% !important;
  }
  .vert-center-sm {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-sm {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-sm {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-sm {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-sm {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-sm {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-sm {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-sm {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-sm {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-sm {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-sm {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-sm {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
@media (min-width: 55rem) {
  .pull-right-md {
    order: 2;
  }
  .pull-right-md + * {
    order: 1;
  }
  .offset3-md {
    margin-left: 25% !important;
  }
  .offset6-md {
    margin-left: 50% !important;
  }
  .vert-center-md {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-md {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-md {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-md {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-md {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-md {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-md {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-md {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-md {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-md {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-md {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-md {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-md {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-md {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-md {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-md {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-md {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-md {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-md {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-md {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-md {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-md {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-md {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-md {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-md {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-md {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-md {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-md {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-md {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-md {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-md {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-md {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-md {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-md {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-md {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-md {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-md {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-md {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-md {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-md {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-md {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-md {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-md {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-md {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-md {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
@media (min-width: 70rem) {
  .pull-right-lg {
    order: 2;
  }
  .pull-right-lg + * {
    order: 1;
  }
  .offset3-lg {
    margin-left: 25% !important;
  }
  .offset6-lg {
    margin-left: 50% !important;
  }
  .vert-center-lg {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-lg {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-lg {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-lg {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-lg {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-lg {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-lg {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-lg {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-lg {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-lg {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-lg {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-lg {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
@media (min-width: 87.5rem) {
  .pull-right-mx {
    order: 2;
  }
  .pull-right-mx + * {
    order: 1;
  }
  .offset3-mx {
    margin-left: 25% !important;
  }
  .offset6-mx {
    margin-left: 50% !important;
  }
  .vert-center-mx {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .col1-mx {
    flex-basis: calc(100% * 1 / 12);
  }
  .gap-lg .col1-mx {
    flex-basis: calc(100% * 1 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col1-mx {
    flex-basis: calc(100% * 1 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col1-mx {
    flex-basis: calc(100% * 1 / 12 - 0.75rem - 0.0001px);
  }
  .col2-mx {
    flex-basis: calc(100% * 2 / 12);
  }
  .gap-lg .col2-mx {
    flex-basis: calc(100% * 2 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col2-mx {
    flex-basis: calc(100% * 2 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col2-mx {
    flex-basis: calc(100% * 2 / 12 - 0.75rem - 0.0001px);
  }
  .col3-mx {
    flex-basis: calc(100% * 3 / 12);
  }
  .gap-lg .col3-mx {
    flex-basis: calc(100% * 3 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col3-mx {
    flex-basis: calc(100% * 3 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col3-mx {
    flex-basis: calc(100% * 3 / 12 - 0.75rem - 0.0001px);
  }
  .col4-mx {
    flex-basis: calc(100% * 4 / 12);
  }
  .gap-lg .col4-mx {
    flex-basis: calc(100% * 4 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col4-mx {
    flex-basis: calc(100% * 4 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col4-mx {
    flex-basis: calc(100% * 4 / 12 - 0.75rem - 0.0001px);
  }
  .col5-mx {
    flex-basis: calc(100% * 5 / 12);
  }
  .gap-lg .col5-mx {
    flex-basis: calc(100% * 5 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col5-mx {
    flex-basis: calc(100% * 5 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col5-mx {
    flex-basis: calc(100% * 5 / 12 - 0.75rem - 0.0001px);
  }
  .col6-mx {
    flex-basis: calc(100% * 6 / 12);
  }
  .gap-lg .col6-mx {
    flex-basis: calc(100% * 6 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col6-mx {
    flex-basis: calc(100% * 6 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col6-mx {
    flex-basis: calc(100% * 6 / 12 - 0.75rem - 0.0001px);
  }
  .col7-mx {
    flex-basis: calc(100% * 7 / 12);
  }
  .gap-lg .col7-mx {
    flex-basis: calc(100% * 7 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col7-mx {
    flex-basis: calc(100% * 7 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col7-mx {
    flex-basis: calc(100% * 7 / 12 - 0.75rem - 0.0001px);
  }
  .col8-mx {
    flex-basis: calc(100% * 8 / 12);
  }
  .gap-lg .col8-mx {
    flex-basis: calc(100% * 8 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col8-mx {
    flex-basis: calc(100% * 8 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col8-mx {
    flex-basis: calc(100% * 8 / 12 - 0.75rem - 0.0001px);
  }
  .col9-mx {
    flex-basis: calc(100% * 9 / 12);
  }
  .gap-lg .col9-mx {
    flex-basis: calc(100% * 9 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col9-mx {
    flex-basis: calc(100% * 9 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col9-mx {
    flex-basis: calc(100% * 9 / 12 - 0.75rem - 0.0001px);
  }
  .col10-mx {
    flex-basis: calc(100% * 10 / 12);
  }
  .gap-lg .col10-mx {
    flex-basis: calc(100% * 10 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col10-mx {
    flex-basis: calc(100% * 10 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col10-mx {
    flex-basis: calc(100% * 10 / 12 - 0.75rem - 0.0001px);
  }
  .col11-mx {
    flex-basis: calc(100% * 11 / 12);
  }
  .gap-lg .col11-mx {
    flex-basis: calc(100% * 11 / 12 - 10rem - 0.0001px);
  }
  .gap-md .col11-mx {
    flex-basis: calc(100% * 11 / 12 - 1rem - 0.0001px);
  }
  .gap-sm .col11-mx {
    flex-basis: calc(100% * 11 / 12 - 0.75rem - 0.0001px);
  }
}
.color-primary {
  color: #b6741d;
}

.color-secondary {
  color: #043d25;
}

.color-white {
  color: #fff;
}

.bg-primary {
  background-color: #b6741d;
  color: #fff;
}

.bg-secondary {
  background-color: #043d25;
  color: #fff;
}

.bg-grey {
  background-color: #f0f0f0;
}

.container {
  max-width: 87.5rem;
  width: calc(100% - 2rem);
  margin-left: auto;
  margin-right: auto;
}

.container--narrow {
  max-width: 60rem;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-64 {
  margin-top: 4rem !important;
}

.mt-100, .mt-120 {
  margin-top: 5rem !important;
}

@media (min-width: 40rem) {
  .mt-100 {
    margin-top: 6.25rem !important;
  }
  .mt-120 {
    margin-top: 7.5rem !important;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
}

.mw-48 {
  max-width: 48rem;
}

.mw-60 {
  max-width: 60rem;
}

.mw-65 {
  max-width: 65rem;
}

.mw-75 {
  max-width: 75rem;
}

.ch-60 {
  max-width: 60ch;
}

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

@media (min-width: 55rem) {
  .text-right-md {
    text-align: right;
  }
}
.text-balance {
  text-wrap: balance;
}

.flow-sm > * + *:not(section):not(br) {
  margin-top: 0.625rem;
}

.flow > * + *:not(section):not(br) {
  margin-top: 2rem;
}

.flow-lg > * + *:not(section):not(br) {
  margin-top: 1.5rem;
}
@media (min-width: 55rem) {
  .flow-lg > * + *:not(section):not(br) {
    margin-top: 3rem;
  }
}

.section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 55rem) {
  .section {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
@media (min-width: 70rem) {
  .section:not(.section--sm):not(.section-top-sm) {
    padding-top: 7.5rem;
  }
  .section:not(.section--sm) {
    padding-bottom: 7.5rem;
  }
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-grow {
  flex-grow: 1;
}

.target {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}
@media (min-width: 40rem) {
  .target {
    top: -200px;
  }
}
@media (min-width: 55rem) {
  .target {
    top: -260px;
  }
}
@media (min-width: 1012px) {
  .target {
    top: -280px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.sr-only, .sr-only-focusable:not(:focus):not(:focus-within) {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 0;
  border: 0;
  white-space: nowrap;
}

.u-skip-link {
  position: absolute;
  top: 0;
  right: 100%;
}
.u-skip-link:focus {
  right: auto;
}

.image-rounded {
  display: inline-block;
  border-radius: 1rem;
  overflow: hidden;
}
.image-rounded img {
  display: block;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
b,
td {
  color: white !important;
}

.newsite {
  font-size: 24px;
}

.flow-sm > * {
  margin-top: 1rem !important;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  font-weight: inherit;
  font-size: 1rem;
}

.h1 {
  font-size: 1.75rem;
  line-height: 1.25;
}
@media (min-width: 40rem) {
  .h1 {
    font-size: 3rem;
  }
}

.h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (min-width: 40rem) {
  .h2 {
    font-size: 2rem;
  }
}

.h3 {
  font-size: 1.125rem;
  font-weight: 500;
}
@media (min-width: 40rem) {
  .h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 40rem) {
  .fs-24 {
    font-size: 1.5rem;
  }
}

p, li, a {
  text-wrap: pretty;
}

.link {
  background-image: linear-gradient(to right, #b6741d 0%, #b6741d 50%, #043d25 50.1%, #043d25 100%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #b6741d;
}
.link:hover {
  background-position: right bottom;
  color: #043d25;
}

.link-underline {
  background-image: linear-gradient(to right, #b6741d 0%, #b6741d 50%, #043d25 50.1%, #043d25 100%);
  background-size: 200% 1px;
  background-repeat: no-repeat;
  background-position: left bottom;
  transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.link-underline:hover {
  background-position: right bottom;
}

.link-gradient {
  color: #b6741d;
}
@supports (-webkit-background-clip: text) {
  .link-gradient span {
    background-image: linear-gradient(to right, #b6741d 0%, #043d25 100%);
    background-size: 200% auto;
    transition: background 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.link-gradient:hover {
  color: #043d25;
}
@supports (-webkit-background-clip: text) {
  .link-gradient:hover span {
    background-position: right center;
  }
}

.subheading {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}
@media (min-width: 40rem) {
  .subheading {
    font-size: 1.875rem;
  }
}

strong {
  font-weight: 500;
}

.leading {
  font-weight: 700;
  font-size: 1.125rem;
}
@media (min-width: 40rem) {
  .leading {
    font-size: 1.375rem;
  }
}

q {
  font-style: italic;
}

cite {
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-top: 1.5rem;
}

form a {
  word-break: break-word;
}

label {
  display: block;
}
label + input, label + textarea, label + .form-group {
  margin-top: 0 !important;
}

input, textarea {
  padding: 0.75rem 1em;
  border: 2px solid #b6741d;
  width: 100%;
  -webkit-appearance: none;
}

textarea {
  height: 10rem;
  display: block;
}

::-webkit-input-placeholder {
  color: #b6741d;
  font-weight: 400;
}

::-moz-placeholder {
  color: #b6741d;
  font-weight: 400;
}

:-ms-input-placeholder {
  color: #b6741d;
  font-weight: 400;
}

:-moz-placeholder {
  color: #b6741d;
  font-weight: 400;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th {
  background-color: #b6741d;
  color: #fff;
  font-weight: 500;
}

th, td {
  padding: 0.75rem 0.5rem;
  border: 2px solid #b6741d;
}

[class*=bg-img-] {
  background-size: 100% auto;
  background-size: cover;
  background-position: 50%;
}

.bg-img-why {
  background-image: url(../img/bg-why.jpg);
}

.bg-gradient {
  background-color: #b6741d;
  background-image: linear-gradient(135deg, #b6741d 0%, #d48d21 50%, #faa62a 100%);
  color: #fff;
}

.button {
  padding: 1rem 1.25rem;
  color: #333;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  display: inline-block;
  line-height: 1;
  min-width: 299px;
  max-width: 100%;
  border: solid 4px #b6741d;
  border-radius: 4px;
  font-size: 1.125rem;
}
.button:hover {
  background-color: #b6741d;
  color: #fff;
}
.bg-primary .button, .bg-gradient .button {
  border-color: #fff;
  color: #fff;
}
.bg-primary .button:hover, .bg-gradient .button:hover {
  background-color: #fff;
  color: #b6741d;
}
@media (min-width: 40rem) {
  .button {
    font-size: 1.5rem;
  }
}

.menu-main--check {
  display: none;
}
.menu-main--check:checked + label .burger .line:nth-child(1), .menu-main--check:checked + label .burger .line:nth-child(5) {
  transform: rotate(45deg);
}
.menu-main--check:checked + label .burger .line:nth-child(2), .menu-main--check:checked + label .burger .line:nth-child(4) {
  transform: rotate(-45deg);
}
.menu-main--check:checked + label .burger .line:nth-of-type(3) {
  transform: scaleX(0);
  transform-origin: 50%;
}
.menu-main--check:checked ~ ul {
  max-height: 1000px;
}

.menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 32px;
  color: #333;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-main--trigger span {
  line-height: 32px;
  vertical-align: top;
}
.menu-main--trigger:hover {
  color: #b6741d;
}
.menu-main--trigger:hover .burger .line {
  stroke: #b6741d;
}

.burger {
  width: 32px;
  margin: auto;
  cursor: pointer;
}
.burger .line {
  stroke-width: 4px;
  fill: transparent;
  stroke: #333;
  stroke-linecap: round;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}
.burger .line:nth-child(1) {
  transform-origin: 0px 6px;
}
.burger .line:nth-child(2) {
  transform-origin: 30px 12px;
}
.burger .line:nth-of-type(3) {
  transform-origin: 50%;
  transform: scaleX(1);
}
.burger .line:nth-child(4) {
  transform-origin: 2px 26px;
}
.burger .line:nth-child(5) {
  transform-origin: 28px 20px;
}
.burger.close .line:nth-of-type(2) {
  transform: scaleX(0);
  transform-origin: 50%;
}

@media (min-width: 1012px) {
  .header .menu-main--trigger {
    display: none;
  }
}
.menu-main--check {
  display: none;
}

.menu-main--check:checked + label .burger .line:nth-child(1), .menu-main--check:checked + label .burger .line:nth-child(5) {
  transform: rotate(45deg);
}

.menu-main--check:checked + label .burger .line:nth-child(2), .menu-main--check:checked + label .burger .line:nth-child(4) {
  transform: rotate(-45deg);
}

.menu-main--check:checked + label .burger .line:nth-of-type(3) {
  transform: scaleX(0);
  transform-origin: 50%;
}

.menu-main--check:checked ~ ul {
  max-height: 1000px;
}

.menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 32px;
  color: #333;
  font-weight: 500;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-main--trigger span {
  line-height: 32px;
  vertical-align: top;
}

.menu-main--trigger:hover {
  color: #b6741d;
}

.menu-main--trigger:hover .burger .line {
  stroke: #b6741d;
}

.burger {
  width: 32px;
  margin: auto;
  cursor: pointer;
}

.burger .line {
  stroke-width: 4px;
  fill: transparent;
  stroke: #333;
  stroke-linecap: round;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}

.burger .line:nth-child(1) {
  transform-origin: 0px 6px;
}

.burger .line:nth-child(2) {
  transform-origin: 30px 12px;
}

.burger .line:nth-of-type(3) {
  transform-origin: 50%;
  transform: scaleX(1);
}

.burger .line:nth-child(4) {
  transform-origin: 2px 26px;
}

.burger .line:nth-child(5) {
  transform-origin: 28px 20px;
}

.burger.close .line:nth-of-type(2) {
  transform: scaleX(0);
  transform-origin: 50%;
}

@media (min-width: 1012px) {
  .header .menu-main--trigger {
    display: none;
  }
}
.menu-main {
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-align: center;
  position: relative;
  z-index: 100;
  background-color: transparent;
}
.--mobile-menu-open .menu-main {
  background-color: #fff;
}
.menu-main ul {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
}
.menu-main ul.menu-main__sub {
  background-color: #b6741d;
}
.menu-main ul.menu-main__sub a {
  color: #fff;
  padding: 0;
}
.menu-main ul.menu-main__sub a:hover {
  transform: translateX(0.5rem);
}
.menu-main li {
  margin: 1rem 1rem;
  font-size: 1rem;
}
.menu-main li.menu-main__parent {
  position: relative;
}
.menu-main a {
  display: block;
  color: #333;
  text-decoration: none;
  font-weight: 500;
  text-transform: uppercase;
}
.menu-main a:hover {
  color: #b6741d;
}
.menu-main .menu-main__top > li {
  vertical-align: top;
}
.menu-main .menu-main__top > li:first-child a {
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  display: inline-block;
  width: calc(18px + 2rem);
  min-height: 18px;
  background-image: url(../img/icon-home.png);
  background-repeat: no-repeat;
  background-position: 50%;
}
@media (min-width: 1012px) {
  .menu-main .menu-main__top > li:first-child a {
    position: relative;
    top: -3px;
  }
}
.menu-main ul {
  max-height: 0;
  overflow: hidden;
}
.menu-main ul.menu-main__top.open {
  margin-bottom: -1rem;
}
.menu-main ul.open {
  max-height: 500px;
  padding: 0.5em;
}
@media (min-width: 1012px) {
  .menu-main {
    padding: 0.5em 0;
  }
  .menu-main ul.menu-main__top {
    max-height: 200px;
    overflow: visible;
  }
  .menu-main ul.menu-main__top > li {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .menu-main ul.menu-main__top > li > a {
    line-height: 1;
    padding: 0.75rem 1rem;
  }
  .menu-main ul.menu-main__sub {
    max-height: 0;
    width: 18em;
    position: absolute;
    left: 0;
    top: 2.5rem;
    overflow: hidden;
    text-align: left;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .menu-main ul.menu-main__sub li {
    padding: 0.5em 0;
  }
  .menu-main ul .menu-main__parent {
    position: relative;
  }
  .menu-main ul .menu-main__parent:hover ul {
    max-height: 500px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    box-shadow: 4px 4px 20.4px 3.6px rgba(0, 0, 0, 0.2);
  }
  .menu-main .supernav__block {
    display: none;
  }
}
@media (min-width: 1012px) and (min-width: 1012px) {
  .menu-main .menu-main {
    position: relative;
  }
  .menu-main .supernav {
    position: static !important;
  }
  .menu-main .supernav ul:not(.supernav__block) {
    display: none;
  }
  .menu-main .supernav:hover ul {
    max-height: 5000px !important;
  }
  .menu-main .supernav__block {
    display: inline-block;
    width: 100% !important;
  }
}

.header__contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header__contact p {
  height: 22px;
  display: inline-block;
}

.header__contact p:not(:last-child) {
  margin-right: 1rem;
}

.header__contact a {
  font-weight: 500;
}

@media (min-width: 40rem) {
  .header__contact {
    display: inline-block;
  }
  .header__contact p {
    display: block;
    text-align: left;
    margin-top: 0.75rem;
  }
}
@media (min-width: 55rem) {
  .header__contact p a {
    line-height: 2rem;
    min-height: 2rem;
    background-position: 0 calc(50% + 0px);
  }
}
@media (min-width: 87.5rem) {
  .header__contact {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
  }
}
.header__contact__phone a, .header__contact__email a {
  display: block;
  height: 22px;
  padding-left: 2.25rem;
  background-position: 0;
  background-repeat: no-repeat;
}

.header__contact__phone a {
  background-image: url(../img/icon-phone.svg);
  margin-right: 1rem;
}

.header__contact__email a {
  background-image: url(../img/icon-email.svg);
}

.header__contact__phone a,
.header__contact__email a {
  display: block;
  height: 18px;
  padding-left: 2.25rem;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-size: auto 18px;
}

.header__contact__phone a {
  background-image: url(../img/icon-phone.svg);
  margin-right: 2rem;
}

.header__contact__email a {
  background-image: url(../img/icon-email.svg);
  margin-right: 2rem;
}

.menu-main .menu-main__top > li:first-child a {
  overflow: visible;
  text-indent: 0;
  white-space: normal;
  display: block;
  width: auto;
  min-height: 0;
  background-image: none;
  background-repeat: repeat;
  background-position: 0% 0%;
}

@media (max-width: 1400px) {
  header .header__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }
  header .header__contact__phone,
  header .header__contact__email {
    margin: 0 0rem;
  }
  header .header__contact__phone a,
  header .header__contact__email a {
    background-image: none;
    padding-left: 0;
    display: block;
    text-align: center;
    margin: 0;
  }
  header .header__contact {
    margin-bottom: 1.5rem;
  }
}
.header {
  position: relative;
  z-index: 3;
  background-color: #120c0e !important;
  text-align: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.--mobile-menu-open .header {
  z-index: 60;
}
.header .header__logo img, .header .header__contact, .header .menu-main {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (min-width: 40rem) {
  .header p, .header li {
    font-size: 1rem;
  }
}
@media (min-width: 55rem) {
  .header {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

.header__logo {
  margin: 0.375rem 0;
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  display: block;
}
@media (min-width: 40rem) {
  .header__logo {
    margin: 0 1rem 1rem 0;
  }
}
@media (min-width: 55rem) {
  .header__logo {
    margin: 0 1rem 0 0;
  }
}

.fixed-nav .header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s ease-in-out;
  box-shadow: 0 0.3px 0.4px rgba(0, 0, 0, 0.025), 0 0.9px 1.5px rgba(0, 0, 0, 0.05), 0 3.5px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 55rem) {
  .fixed-nav .header__contact {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
  }
}
@media (min-width: 55rem) {
  .fixed-nav .header__contact {
    display: flex;
  }
}

/*

----------------------------------
|         |       |              |
|   Logo  |  Nav  |   Contact    |
|         |       |              |
----------------------------------

*/
@media (min-width: 40rem) {
  .header > .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header > .container .header__logo {
    order: 1;
  }
  .header > .container .header__contact {
    order: 2;
  }
  .header > .container nav {
    width: 100%;
    flex-grow: 1;
    order: 3;
  }
}
@media (min-width: 1012px) {
  .header > .container {
    flex-wrap: nowrap;
  }
  .header > .container .header__contact {
    order: 3;
  }
  .header > .container nav {
    width: auto;
    flex-grow: 1;
    order: 2;
  }
}
.slider-main .tns-slider {
  display: flex;
}
.slider-main ul {
  list-style: none;
}
.slider-main li {
  display: none;
}
.slider-main li:first-child, .slider-main li.tns-item {
  display: block;
}
.slider-main .tns-nav {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  counter-reset: slideCount;
}
.slider-main .tns-nav::before, .slider-main .tns-nav::after {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  position: relative;
  top: 2px;
}
.slider-main .tns-nav::before {
  content: "1";
  margin-right: 10px;
}
.slider-main .tns-nav::after {
  content: counter(slideCount);
  margin-left: 10px;
}
.slider-main .tns-nav button {
  counter-increment: slideCount;
  width: 20px;
  height: 7px;
  position: relative;
}
.slider-main .tns-nav button::before, .slider-main .tns-nav button::after {
  content: "";
  position: absolute;
  background-color: #fff;
}
.slider-main .tns-nav button::before {
  left: 0;
  top: 3px;
  height: 1px;
  width: 100%;
}
.slider-main .tns-nav button::after {
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: calc(100% + 8px);
  height: 7px;
  top: 0;
  left: -4px;
  border-radius: 4px;
  transform: scaleX(0);
  transform-origin: right;
}
.slider-main .tns-nav button.tns-nav-active::after {
  transform: scaleX(1);
  transform-origin: left;
  transition-delay: 0.1s;
}
.slider-main .tns-controls {
  position: absolute;
  top: auto;
  bottom: 60px;
  width: 100%;
}
.slider-main .tns-controls button {
  height: 12px;
  width: auto;
  background-repeat: no-repeat;
  background-size: 60px 8px;
  text-indent: 0;
  font-size: 0;
  position: absolute;
}
.slider-main .tns-controls button::before {
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.slider-main .tns-controls button:first-child {
  background-image: url(../img/arrow-prev-slider.png);
  background-position: right;
  left: 8px;
}
.slider-main .tns-controls button:first-child::before {
  content: "Previous";
  margin-right: 68px;
}
.slider-main .tns-controls button:last-child {
  background-image: url(../img/arrow-next-slider.png);
  right: 8px;
}
.slider-main .tns-controls button:last-child::before {
  content: "Next";
  margin-left: 68px;
}
@media (min-width: 40rem) {
  .slider-main .tns-controls {
    top: auto;
  }
  .slider-main .tns-nav button {
    width: 35px;
  }
}
@media (min-width: 55rem) {
  .slider-main .tns-controls {
    bottom: 132px;
  }
  .slider-main .tns-nav {
    bottom: 120px;
  }
  .slider-main .tns-nav button {
    width: 50px;
  }
}
@media (min-width: 87.5rem) {
  .slider-main .tns-controls button:first-child {
    left: calc(50vw - 43.75rem);
  }
  .slider-main .tns-controls button:last-child {
    right: calc(50vw - 43.75rem);
  }
}

.slider-main__slide, .hero {
  padding-top: 11.5rem;
  padding-bottom: 4.5rem;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 40rem) {
  .slider-main__slide, .hero {
    padding-bottom: 10rem;
  }
}
.hero-blank {
  min-height: 120px;
}

.slider-main__slide__content {
  text-align: center;
  color: #fff;
  padding: 0 1rem;
}
.slider-main__slide__content header {
  font-weight: 700;
}
.slider-main__slide__content h1, .slider-main__slide__content h2 {
  text-transform: uppercase;
}
.slider-main__slide__content p {
  margin-top: 1.375rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.slider-main__slide__content .button {
  margin-top: 3rem;
  line-height: 1.4;
}
@media (min-width: 40rem) {
  .slider-main__slide__content {
    text-align: right;
    max-width: 61rem;
    margin-left: auto;
  }
  .slider-main__slide__content header p {
    font-size: 1.5rem;
  }
  .slider-main__slide__content p {
    margin-top: 1.875rem;
    margin-left: auto;
    font-size: 2rem;
    max-width: 60ch;
  }
  .slider-main__slide__content .button {
    margin-top: 5rem;
    font-size: 1.5rem;
    padding: 1rem 2.5rem;
  }
}
@media (min-width: 87.5rem) {
  .slider-main__slide__content {
    padding: 0;
  }
}

.slide1, .slide2, .slide3 {
  background-size: cover;
  background-position: 50%;
}

.slide1 {
  background-image: url(../img/webp/slide1-400.webp);
}
html:not(.webp) .slide1 {
  background-image: url(../img/slide1-400.jpg);
}
@media (min-width: 400px) {
  .slide1 {
    background-image: url(../img/webp/slide1-640.webp);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1-640.jpg);
  }
}
@media (min-width: 640px) {
  .slide1 {
    background-image: url(../img/webp/slide1-880.webp);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1-880.jpg);
  }
}
@media (min-width: 880px) {
  .slide1 {
    background-image: url(../img/webp/slide1-1200.webp);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1-1200.jpg);
  }
}
@media (min-width: 1200px) {
  .slide1 {
    background-image: url(../img/webp/slide1.webp);
  }
  html:not(.webp) .slide1 {
    background-image: url(../img/slide1.jpg);
  }
}

.slide2 {
  background-image: url(../img/webp/slide2-400.webp);
}
html:not(.webp) .slide2 {
  background-image: url(../img/slide2-400.jpg);
}
@media (min-width: 400px) {
  .slide2 {
    background-image: url(../img/webp/slide2-640.webp);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2-640.jpg);
  }
}
@media (min-width: 640px) {
  .slide2 {
    background-image: url(../img/webp/slide2-880.webp);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2-880.jpg);
  }
}
@media (min-width: 880px) {
  .slide2 {
    background-image: url(../img/webp/slide2-1200.webp);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2-1200.jpg);
  }
}
@media (min-width: 1200px) {
  .slide2 {
    background-image: url(../img/webp/slide2.webp);
  }
  html:not(.webp) .slide2 {
    background-image: url(../img/slide2.jpg);
  }
}

.slide3 {
  background-image: url(../img/webp/slide3-400.webp);
}
html:not(.webp) .slide3 {
  background-image: url(../img/slide3-400.jpg);
}
@media (min-width: 400px) {
  .slide3 {
    background-image: url(../img/webp/slide3-640.webp);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3-640.jpg);
  }
}
@media (min-width: 640px) {
  .slide3 {
    background-image: url(../img/webp/slide3-880.webp);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3-880.jpg);
  }
}
@media (min-width: 880px) {
  .slide3 {
    background-image: url(../img/webp/slide3-1200.webp);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3-1200.jpg);
  }
}
@media (min-width: 1200px) {
  .slide3 {
    background-image: url(../img/webp/slide3.webp);
  }
  html:not(.webp) .slide3 {
    background-image: url(../img/slide3.jpg);
  }
}

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