*, *: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%;
}

figure img, picture img {
  display: block;
}

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;
}

html, body {
  min-height: 100%;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #444547;
  background-color: #fff;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  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: 960px) {
  body.--mobile-menu-open {
    overflow: hidden;
  }
  body.--mobile-menu-open::after {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
  }
  body.--mobile-menu-open main {
    filter: blur(16px);
  }
  body.--mobile-menu-open .menu-main__mobile {
    overflow-y: auto !important;
  }
}
@media (min-width: 40rem) {
  body {
    font-size: 100%;
  }
}

/* playfair-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: "Playfair";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/playfair-v10-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-300.woff2") format("woff2"), url("../fonts/playfair-v10-latin-300.woff") format("woff"), url("../fonts/playfair-v10-latin-300.ttf") format("truetype"), url("../fonts/playfair-v10-latin-300.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-300italic - 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: "Playfair";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/playfair-v10-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-300italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-300italic.woff") format("woff"), url("../fonts/playfair-v10-latin-300italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-300italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-regular - 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: "Playfair";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/playfair-v10-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-regular.woff2") format("woff2"), url("../fonts/playfair-v10-latin-regular.woff") format("woff"), url("../fonts/playfair-v10-latin-regular.ttf") format("truetype"), url("../fonts/playfair-v10-latin-regular.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-italic - 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: "Playfair";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/playfair-v10-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-italic.woff") format("woff"), url("../fonts/playfair-v10-latin-italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-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: "Playfair";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/playfair-v10-latin-500.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-500.woff2") format("woff2"), url("../fonts/playfair-v10-latin-500.woff") format("woff"), url("../fonts/playfair-v10-latin-500.ttf") format("truetype"), url("../fonts/playfair-v10-latin-500.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-500italic - 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: "Playfair";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/playfair-v10-latin-500italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-500italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-500italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-500italic.woff") format("woff"), url("../fonts/playfair-v10-latin-500italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-500italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-600 - 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: "Playfair";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/playfair-v10-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-600.woff2") format("woff2"), url("../fonts/playfair-v10-latin-600.woff") format("woff"), url("../fonts/playfair-v10-latin-600.ttf") format("truetype"), url("../fonts/playfair-v10-latin-600.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-600italic - 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: "Playfair";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/playfair-v10-latin-600italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-600italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-600italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-600italic.woff") format("woff"), url("../fonts/playfair-v10-latin-600italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-600italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-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: "Playfair";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/playfair-v10-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-700.woff2") format("woff2"), url("../fonts/playfair-v10-latin-700.woff") format("woff"), url("../fonts/playfair-v10-latin-700.ttf") format("truetype"), url("../fonts/playfair-v10-latin-700.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-700italic - 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: "Playfair";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/playfair-v10-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-700italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-700italic.woff") format("woff"), url("../fonts/playfair-v10-latin-700italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-700italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-800 - 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: "Playfair";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/playfair-v10-latin-800.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-800.woff2") format("woff2"), url("../fonts/playfair-v10-latin-800.woff") format("woff"), url("../fonts/playfair-v10-latin-800.ttf") format("truetype"), url("../fonts/playfair-v10-latin-800.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-800italic - 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: "Playfair";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/playfair-v10-latin-800italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-800italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-800italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-800italic.woff") format("woff"), url("../fonts/playfair-v10-latin-800italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-800italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-900 - 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: "Playfair";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/playfair-v10-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-900.woff2") format("woff2"), url("../fonts/playfair-v10-latin-900.woff") format("woff"), url("../fonts/playfair-v10-latin-900.ttf") format("truetype"), url("../fonts/playfair-v10-latin-900.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* playfair-900italic - 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: "Playfair";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/playfair-v10-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/playfair-v10-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/playfair-v10-latin-900italic.woff2") format("woff2"), url("../fonts/playfair-v10-latin-900italic.woff") format("woff"), url("../fonts/playfair-v10-latin-900italic.ttf") format("truetype"), url("../fonts/playfair-v10-latin-900italic.svg#Playfair") format("svg");
  /* Legacy iOS */
}
/* lato-100 - 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: "Lato";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/lato-v25-latin-100.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-100.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-100.woff2") format("woff2"), url("../fonts/lato-v25-latin-100.woff") format("woff"), url("../fonts/lato-v25-latin-100.ttf") format("truetype"), url("../fonts/lato-v25-latin-100.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-100italic - 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: "Lato";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/lato-v25-latin-100italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-100italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-100italic.woff2") format("woff2"), url("../fonts/lato-v25-latin-100italic.woff") format("woff"), url("../fonts/lato-v25-latin-100italic.ttf") format("truetype"), url("../fonts/lato-v25-latin-100italic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/lato-v25-latin-300.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-300.woff2") format("woff2"), url("../fonts/lato-v25-latin-300.woff") format("woff"), url("../fonts/lato-v25-latin-300.ttf") format("truetype"), url("../fonts/lato-v25-latin-300.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-300italic - 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: "Lato";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/lato-v25-latin-300italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-300italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-300italic.woff2") format("woff2"), url("../fonts/lato-v25-latin-300italic.woff") format("woff"), url("../fonts/lato-v25-latin-300italic.ttf") format("truetype"), url("../fonts/lato-v25-latin-300italic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-regular - 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: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-regular.woff2") format("woff2"), url("../fonts/lato-v25-latin-regular.woff") format("woff"), url("../fonts/lato-v25-latin-regular.ttf") format("truetype"), url("../fonts/lato-v25-latin-regular.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-italic - 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: "Lato";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/lato-v25-latin-italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-italic.woff2") format("woff2"), url("../fonts/lato-v25-latin-italic.woff") format("woff"), url("../fonts/lato-v25-latin-italic.ttf") format("truetype"), url("../fonts/lato-v25-latin-italic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-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: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/lato-v25-latin-700.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-700.woff2") format("woff2"), url("../fonts/lato-v25-latin-700.woff") format("woff"), url("../fonts/lato-v25-latin-700.ttf") format("truetype"), url("../fonts/lato-v25-latin-700.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-700italic - 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: "Lato";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/lato-v25-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-700italic.woff2") format("woff2"), url("../fonts/lato-v25-latin-700italic.woff") format("woff"), url("../fonts/lato-v25-latin-700italic.ttf") format("truetype"), url("../fonts/lato-v25-latin-700italic.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-900 - 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: "Lato";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/lato-v25-latin-900.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-900.woff2") format("woff2"), url("../fonts/lato-v25-latin-900.woff") format("woff"), url("../fonts/lato-v25-latin-900.ttf") format("truetype"), url("../fonts/lato-v25-latin-900.svg#Lato") format("svg");
  /* Legacy iOS */
}
/* lato-900italic - 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: "Lato";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/lato-v25-latin-900italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/lato-v25-latin-900italic.eot?#iefix") format("embedded-opentype"), url("../fonts/lato-v25-latin-900italic.woff2") format("woff2"), url("../fonts/lato-v25-latin-900italic.woff") format("woff"), url("../fonts/lato-v25-latin-900italic.ttf") format("truetype"), url("../fonts/lato-v25-latin-900italic.svg#Lato") format("svg");
  /* Legacy iOS */
}
* {
  box-sizing: border-box;
}

main {
  flex-grow: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 70rem) {
  main {
    gap: 6rem;
  }
}

main.main-inner {
  overflow: clip;
}

[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: -2rem;
}
.gap-lg > [class*=col] {
  margin-left: 10rem;
  margin-bottom: 2rem;
}

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

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

@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 - 3rem - 0.0001px);
  }
  .gap-sm .col1-sm {
    flex-basis: calc(100% * 1 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col2-sm {
    flex-basis: calc(100% * 2 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col3-sm {
    flex-basis: calc(100% * 3 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col4-sm {
    flex-basis: calc(100% * 4 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col5-sm {
    flex-basis: calc(100% * 5 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col6-sm {
    flex-basis: calc(100% * 6 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col7-sm {
    flex-basis: calc(100% * 7 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col8-sm {
    flex-basis: calc(100% * 8 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col9-sm {
    flex-basis: calc(100% * 9 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col10-sm {
    flex-basis: calc(100% * 10 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col11-sm {
    flex-basis: calc(100% * 11 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col1-md {
    flex-basis: calc(100% * 1 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col2-md {
    flex-basis: calc(100% * 2 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col3-md {
    flex-basis: calc(100% * 3 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col4-md {
    flex-basis: calc(100% * 4 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col5-md {
    flex-basis: calc(100% * 5 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col6-md {
    flex-basis: calc(100% * 6 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col7-md {
    flex-basis: calc(100% * 7 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col8-md {
    flex-basis: calc(100% * 8 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col9-md {
    flex-basis: calc(100% * 9 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col10-md {
    flex-basis: calc(100% * 10 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col11-md {
    flex-basis: calc(100% * 11 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col1-lg {
    flex-basis: calc(100% * 1 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col2-lg {
    flex-basis: calc(100% * 2 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col3-lg {
    flex-basis: calc(100% * 3 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col4-lg {
    flex-basis: calc(100% * 4 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col5-lg {
    flex-basis: calc(100% * 5 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col6-lg {
    flex-basis: calc(100% * 6 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col7-lg {
    flex-basis: calc(100% * 7 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col8-lg {
    flex-basis: calc(100% * 8 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col9-lg {
    flex-basis: calc(100% * 9 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col10-lg {
    flex-basis: calc(100% * 10 / 12 - 2rem - 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 - 3rem - 0.0001px);
  }
  .gap-sm .col11-lg {
    flex-basis: calc(100% * 11 / 12 - 2rem - 0.0001px);
  }
}
.color-primary {
  color: #f466fa;
}

.color-secondary {
  color: #949cfe;
}

.color-white {
  color: #fff;
}

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

.bg-secondary {
  background-color: #949cfe;
  color: #fff;
}

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

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

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

.mt-16 {
  margin-top: 1rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

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

@media (min-width: 70rem) {
  .mt-96 {
    margin-top: 6rem !important;
  }
}
.center {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.rounded {
  border-radius: 1.5rem;
}

.rounded-sm {
  border-radius: 0.75rem;
}

.flex {
  display: flex;
}

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

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

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

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

.target {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
@media (min-width: 960px) {
  .target {
    top: -120px;
  }
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

.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;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.pad-0 {
  padding: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.pos-70 img {
  object-position: 50% 70% !important;
}

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

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

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

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

.link {
  color: currentColor;
}
.link:hover {
  color: #f466fa;
}

.link-underline {
  background-image: linear-gradient(to right, #f466fa 0%, #f466fa 50%, #949cfe 50.1%, #949cfe 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: #f466fa;
}
@supports (-webkit-background-clip: text) {
  .link-gradient span {
    background-image: linear-gradient(to right, #f466fa 0%, #949cfe 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: #949cfe;
}
@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: 700;
}

.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: 700;
  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 #fff;
  width: 100%;
  -webkit-appearance: none;
}

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

.form-group--radio {
  position: relative;
}
.form-group--radio input {
  position: absolute;
  top: 0;
  left: 0;
}
.form-group--radio label {
  position: relative;
  z-index: 1;
  padding-left: calc(28px + 0.5rem);
}

input[type=radio] {
  width: 28px !important;
  height: 28px !important;
  padding: 0 !important;
  position: relative;
  border-radius: 50%;
}
input[type=radio] + label {
  line-height: 28px;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 18px;
  height: 18px;
  background-color: #f466fa;
  border-radius: 50%;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
  opacity: 0;
}
input[type=radio]:checked::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

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

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

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

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

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

th {
  background-color: #f466fa;
  color: #fff;
  font-weight: 700;
}

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

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

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

.button {
  padding: 0.75rem 2em;
  color: #fff;
  background-color: #f466fa;
  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;
  position: relative;
  overflow: hidden;
  border-radius: 2em;
  text-transform: uppercase;
}
.button::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 25%, rgba(255, 255, 255, 0.18) 50%, transparent 75%);
  transform: translateX(-120%);
  transition: transform 0.65s ease;
  pointer-events: none;
}
.button:hover {
  color: #fff;
  background-color: #949cfe;
}
.button:hover::after {
  transform: translateX(120%);
}

.button--alt {
  color: #fff;
  background-color: #949cfe;
}
.button--alt:hover {
  color: #fff;
  background-color: #f466fa;
}

.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;
  left: 0;
}

.menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 32px;
  color: #444547;
  font-weight: 700;
  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: #f466fa;
}
.menu-main--trigger:hover .burger .line {
  stroke: #f466fa;
}

.burger {
  width: 32px;
  margin: auto;
  cursor: pointer;
}
.burger .line {
  stroke-width: 4px;
  fill: transparent;
  stroke: #444547;
  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: 960px) {
  .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;
  left: 0;
}

.menu-main--trigger {
  cursor: pointer;
  margin: 0;
  height: 32px;
  color: #444547;
  font-weight: 700;
  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: #f466fa;
}

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

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

.burger .line {
  stroke-width: 4px;
  fill: transparent;
  stroke: #444547;
  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: 960px) {
  .header .menu-main--trigger {
    display: none;
  }
}
.menu-main {
  transition: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  z-index: 100;
}
.menu-main ul {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  margin: 0;
}
.menu-main li {
  margin: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.menu-main h2 {
  line-height: normal;
}
.menu-main a {
  display: block;
  color: #444547;
  text-decoration: none;
  font-size: 0.875rem;
  line-height: normal;
}
.menu-main a:hover {
  color: #f466fa;
}
.menu-main .back {
  display: block;
  height: 16px;
  margin: 0 0 1rem 2rem;
  line-height: 1rem;
}
.menu-main .back svg {
  transform: scaleX(-1);
  margin-right: 6px;
}
.menu-main .button {
  display: inline-flex;
  padding: 16px 42px !important;
}
.menu-main .button:hover {
  background-color: #fff;
  color: #444547 !important;
}
.menu-main ul {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: fixed;
  top: 0;
  left: -120%;
  width: 100%;
  max-width: 400px;
  overflow: auto;
  margin: 0;
}
.menu-main ul.open {
  left: 0;
}
.menu-main ul li {
  margin: 0;
  padding: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.menu-main .menu-main__top {
  max-height: 100vh !important;
  text-align: left;
  z-index: 200;
  height: 100vh;
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-size: 180px auto;
  background-position: 2rem 2rem;
  padding-top: calc(2rem + 70px);
  background-color: #080808;
}
.menu-main .menu-main__top li {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.menu-main .menu-main__top a, .menu-main .menu-main__top .link-slide {
  color: #F7F7F7;
}
.menu-main .menu-main__top .close {
  color: #F7F7F7;
}
.menu-main .menu-main__top .close .line {
  stroke: #F7F7F7;
}
.menu-main .menu-main__top .menu-main__parent > h3 {
  pointer-events: none;
}
.menu-main .menu-main__top .menu-main__parent h3 {
  color: #444547;
}
.menu-main .menu-main__top .menu-main__parent path {
  stroke: currentColor;
  fill: currentColor;
}
.menu-main .menu-main__top ul {
  top: calc(4rem + 70px);
  bottom: 12rem;
  z-index: 300;
  background-color: #080808;
}
.menu-main .menu-main__top ul .h3 {
  padding-left: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.menu-main .menu-main__top ul ul {
  z-index: 400;
}
.menu-main .menu-main__top .mobile-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem 2rem 7rem;
  margin: 0;
}
.menu-main .menu-main__top .mobile-contact a {
  color: #fff;
  line-height: 1.5rem;
}
.menu-main .menu-main__top .mobile-contact a + a {
  margin-top: 1rem;
}
.menu-main .menu-main__top .mobile-contact .icon::before {
  position: relative;
  top: -2px;
  margin-right: 0.5rem;
}
.menu-main .menu-main__top .close {
  z-index: 500;
  position: absolute;
  top: 2rem;
  right: 2rem;
  padding: 0;
}
.menu-main .menu-main__top .close .line:nth-child(1), .menu-main .menu-main__top .close .line:nth-child(5) {
  transform: rotate(45deg);
}
.menu-main .menu-main__top .close .line:nth-child(2), .menu-main .menu-main__top .close .line:nth-child(4) {
  transform: rotate(-45deg);
}
.menu-main .menu-main__top .close .line:nth-of-type(3) {
  transform: scaleX(0);
  transform-origin: 50%;
}
.menu-main .menu-main__top .link-slide svg {
  margin-left: 12px;
}
.menu-main .menu-main__top .link-slide path {
  stroke: currentColor;
}
.menu-main .menu-main__top .link-slide::after {
  content: none;
}
@media (min-width: 960px) {
  .menu-main .close, .menu-main .back {
    display: none;
  }
  .menu-main ul.menu-main__top {
    max-height: 200px !important;
    overflow: visible;
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    height: auto;
    background: none;
    padding: 0;
    position: relative;
    left: 0;
    max-width: 100%;
    padding-right: 2.5rem;
  }
  .menu-main ul.menu-main__top > li {
    display: inline-block;
    margin: 0;
  }
  .menu-main ul.menu-main__top > li > a {
    line-height: 1;
    padding: 1.1875rem 1rem;
  }
  .menu-main ul.menu-main__top > li > a:hover {
    color: #fff;
  }
  .menu-main ul.menu-main__sub {
    max-height: 0;
    position: absolute;
    top: 3.25rem;
    bottom: auto;
    left: 0;
    background-color: #fff;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 15em;
    border-radius: 1.5rem;
  }
  .menu-main ul.menu-main__sub h3 {
    display: none;
  }
  .menu-main ul .menu-main__parent {
    position: relative;
  }
  .menu-main ul .menu-main__parent svg {
    display: none;
  }
  .menu-main ul .menu-main__parent:hover ul {
    max-height: 500px;
    padding: 2rem;
    box-shadow: 4px 4px 20.4px 3.6px rgba(0, 0, 0, 0.2);
  }
  .menu-main ul li {
    padding: 0;
    border: none !important;
  }
  .menu-main ul li.menu-main__hash-only {
    display: none !important;
  }
  .menu-main ul .link-slide::after {
    content: "";
    bottom: 11px;
  }
  .menu-main ul .link-slide:hover::after {
    left: 12px;
    width: calc(100% - 24px);
  }
  .menu-main .supernav {
    position: static !important;
  }
  .menu-main .supernav ul {
    top: 3.25rem;
    width: 100% !important;
    max-width: 100%;
    border-radius: 1.5rem;
    padding: 0 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    text-align: left;
    bottom: auto;
    background-image: none;
  }
  .menu-main .supernav ul > a, .menu-main .supernav ul > h3 {
    display: none !important;
  }
  .menu-main .supernav ul a {
    color: #444547;
  }
  .menu-main .supernav ul path {
    fill: #444547;
  }
  .menu-main .supernav ul li {
    padding: 0;
    margin: 0;
  }
  .menu-main .supernav ul li a {
    padding: 2rem 1.5rem 1.5rem 2rem;
    border-radius: 1rem;
    background-color: transparent;
    padding-left: 89px;
  }
  .menu-main .supernav ul li p {
    margin-top: 1rem;
  }
  .menu-main .supernav:hover ul {
    max-height: 5000px !important;
    padding: 2rem !important;
  }
}

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

.header__contact p {
  display: inline-block;
  vertical-align: top;
}

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

@media (min-width: 55rem) {
  .header__contact {
    justify-content: flex-end;
  }
}
.header {
  position: relative;
  z-index: 3;
  background-color: #fff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.fullscreen .header {
  background: rgba(16, 16, 16, 0.8);
}
.--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);
}
.header .button {
  width: 11.5rem;
}

.header__logo {
  display: flex;
  align-items: center;
}
.header__logo a {
  display: inline-block;
}
.header__logo img {
  display: block;
}
@media (max-width: 55rem) {
  .header__logo img {
    max-width: 160px;
  }
}

.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;
  }
}

.slider-main {
  background-size: cover;
  position: relative;
}
.slider-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../img/hero-overlay.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: right;
  opacity: 0.12;
}
.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: 12rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-size: cover;
}
@media (min-width: 55rem) {
  .slider-main__slide, .hero {
    padding-top: 16rem;
    padding-bottom: 13rem;
  }
}

.hero-blank {
  min-height: 120px;
}
@media (max-width: 55rem) {
  .hero-blank {
    min-height: 75px;
  }
}

.slider-main__slide__content {
  text-align: center;
  color: #fff;
}
.slider-main__slide__content p {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.slider-main__slide__content .button {
  margin-top: 4rem;
}
@media (min-width: 40rem) {
  .slider-main__slide__content {
    text-align: left;
  }
  .slider-main__slide__content p {
    margin-top: 1.875rem;
    font-size: 1.25rem;
    max-width: 45ch;
  }
  .slider-main__slide__content .button {
    margin-top: 8rem;
  }
}

.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);
  }
}

/*

----------------------------------
|         |       |              |
|   Logo  |  Nav  |    Button    |
|         |       |              |
----------------------------------

*/
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header nav + nav {
  display: none;
}
@media (min-width: 960px) {
  .header .menu-main {
    flex-grow: 1;
  }
  .header nav + nav {
    display: inline-block;
  }
}

.header--transparent,
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: transparent;
  padding: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.header--transparent.scrolled,
.header.scrolled {
  background: rgba(8, 8, 8, 0.95);
  box-shadow: 0 2px 24px rgba(0, 0, 0, 0.3);
}
.header--transparent [class*=container],
.header [class*=container] {
  max-width: 1500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  height: 115px;
}
@media (max-width: 55rem) {
  .header--transparent [class*=container],
  .header [class*=container] {
    height: 75px;
  }
}
.header--transparent .header__logo img,
.header .header__logo img {
  display: block;
}
.header--transparent .menu-main__top > li > a,
.header--transparent .menu-main__top > li > .link-slide,
.header .menu-main__top > li > a,
.header .menu-main__top > li > .link-slide {
  color: #F7F7F7;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s;
}
.header--transparent .menu-main__top > li > a:hover,
.header--transparent .menu-main__top > li > .link-slide:hover,
.header .menu-main__top > li > a:hover,
.header .menu-main__top > li > .link-slide:hover {
  color: #96789B;
}
.header--transparent .menu-main__top,
.header .menu-main__top {
  gap: 3rem;
}
.header--transparent > [class*=container] > nav:last-child a,
.header > [class*=container] > nav:last-child a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 28px;
  border-radius: 96px;
  background-color: #96789B;
  color: #F7F7F7;
  border: 1.5px solid #96789B;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: opacity 0.2s;
}
.header--transparent > [class*=container] > nav:last-child a:hover,
.header > [class*=container] > nav:last-child a:hover {
  opacity: 0.85;
}
@media (max-width: 960px) {
  .header--transparent .menu-main--trigger,
  .header .menu-main--trigger {
    color: #F7F7F7;
  }
  .header--transparent .menu-main--trigger .burger .line,
  .header .menu-main--trigger .burger .line {
    stroke: #F7F7F7;
  }
}

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