@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://use.typekit.net/ymp6hwf.css");
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

* {
  outline: none !important;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  color: #000;
  width: 100vw;
  height: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  overflow-x: clip;
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  body {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  body {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  body {
    font-size: 3.738317757vw;
  }
}

.fixed_body {
  overflow: hidden;
  block-size: 100%;
}

img {
  width: 100%;
  height: auto;
}

strong {
  font-weight: 700;
}

small {
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 1366px) {
  small {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  small {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  small {
    font-size: 3.738317757vw;
  }
}

a {
  color: #747B76;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #CC2947;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "neue-haas-grotesk-display", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1em;
}

h1, h2, .h1, .h2 {
  font-size: 3.3333333333vw;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 1366px) {
  h1, h2, .h1, .h2 {
    font-size: 3.953147877vw;
  }
}
@media (max-width: 959px) {
  h1, h2, .h1, .h2 {
    font-size: 3.90625vw;
  }
}
@media (max-width: 639px) {
  h1, h2, .h1, .h2 {
    font-size: 7.476635514vw;
  }
}

h3, .h3 {
  font-size: 1.1458333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  h3, .h3 {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 959px) {
  h3, .h3 {
    font-size: 1.953125vw;
  }
}
@media (max-width: 639px) {
  h3, .h3 {
    font-size: 4.6728971963vw;
  }
}

.lead-text {
  font-size: 1.9791666667vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  .lead-text {
    font-size: 2.635431918vw;
  }
}
@media (max-width: 959px) {
  .lead-text {
    font-size: 2.734375vw;
  }
}
@media (max-width: 639px) {
  .lead-text {
    font-size: 5.6074766355vw;
  }
}

.lead-text-small {
  font-size: 1.4583333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  .lead-text-small {
    font-size: 1.9765739385vw;
  }
}
@media (max-width: 959px) {
  .lead-text-small {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .lead-text-small {
    font-size: 5.6074766355vw;
  }
}

.lead-text-red {
  font-size: 1.9791666667vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #CC2947;
}
@media (max-width: 1366px) {
  .lead-text-red {
    font-size: 2.635431918vw;
  }
}
@media (max-width: 959px) {
  .lead-text-red {
    font-size: 2.734375vw;
  }
}
@media (max-width: 639px) {
  .lead-text-red {
    font-size: 5.6074766355vw;
  }
}

.h1-puffer {
  font-size: 3.3333333333vw;
  letter-spacing: 0.03em;
  line-height: 1;
  height: 1.2em;
  display: block;
}
@media (max-width: 1366px) {
  .h1-puffer {
    font-size: 3.953147877vw;
  }
}
@media (max-width: 959px) {
  .h1-puffer {
    font-size: 3.90625vw;
  }
}
@media (max-width: 639px) {
  .h1-puffer {
    font-size: 7.476635514vw;
  }
}
@media (max-width: 639px) {
  .h1-puffer {
    height: 0 !important;
  }
}

.big-title {
  font-size: 3.3333333333vw;
  letter-spacing: 0.03em;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1em;
}
@media (max-width: 1366px) {
  .big-title {
    font-size: 3.953147877vw;
  }
}
@media (max-width: 959px) {
  .big-title {
    font-size: 3.90625vw;
  }
}
@media (max-width: 639px) {
  .big-title {
    font-size: 7.476635514vw;
  }
}

.fat-red {
  color: #CC2947;
  font-weight: 600;
}

article h1::after, article h2::after {
  content: "";
  display: block;
  width: 0.59em;
  border-bottom: 0.109375em solid #000;
  margin-top: 0.5em;
}
article ul {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
article ul li::before {
  content: "–";
  position: absolute;
  left: 0;
  font-size: 1.0416666667vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (max-width: 1366px) {
  article ul li::before {
    font-size: 1.4641288433vw;
  }
}
@media (max-width: 959px) {
  article ul li::before {
    font-size: 1.7578125vw;
  }
}
@media (max-width: 639px) {
  article ul li::before {
    font-size: 4.2056074766vw;
  }
}
article h1, article h2, article h3, article h4, article h5, article h6, article p {
  margin-bottom: 1em;
}
article *:last-child {
  margin-bottom: 0;
}

ul:not(.uk-slideshow-items) li h1::after, ul:not(.uk-slideshow-items) li h2::after {
  content: "";
  display: block;
  width: 0.59em;
  border-bottom: 0.109375em solid #000;
  margin-top: 0.5em;
}

.more-link {
  display: block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 700;
  text-decoration: underline;
  color: #000;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px !important;
  text-decoration-color: #000;
}
@media (max-width: 1366px) {
  .more-link {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .more-link {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .more-link {
    font-size: 3.738317757vw;
  }
}
.more-link:hover {
  color: #CC2947;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}

.more-link:last-child {
  margin-top: 3em;
}

.more-button {
  display: inline-block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  background-color: #CC2947;
  padding: 0.5em 2em;
  border-radius: 2em;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1366px) {
  .more-button {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  .more-button {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  .more-button {
    font-size: 3.738317757vw;
  }
}
.more-button:hover {
  text-decoration: none;
  color: #fff;
  background-color: #575E55;
}

.more-button:last-child {
  margin-top: 2em;
}

table tr th, table tr td {
  text-align: inherit;
  font-weight: inherit;
}

figcaption {
  margin-top: 1em;
}

img {
  width: 100%;
  height: auto;
}

.image-wrapper {
  width: 100%;
  height: 100%;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-logo {
  display: inline-block;
  position: absolute;
  top: 2.23vw;
  left: 4.8473vw;
  width: 100%;
  height: auto;
  max-width: 8.229vw;
  transition: all 0.2s ease-in-out;
  z-index: 99;
}
@media (max-width: 959px) {
  .main-logo {
    max-width: 15vw;
  }
}
@media (max-width: 639px) {
  .main-logo {
    max-width: 25vw;
  }
}
.main-logo .logo {
  color: #000;
  transition: all 0.2s ease-in-out;
}

.login-page {
  width: 100%;
  min-height: 93.05vh;
}
@media (max-width: 991px) {
  .login-page {
    min-height: inherit;
  }
}
.login-page .content {
  min-height: 100%;
}
.login-page .content .row {
  height: 100%;
}
.login-page .content .row .illustration {
  background-color: #EBECEB;
  min-height: 93.05vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .login-page .content .row .illustration {
    min-height: inherit;
    height: 50vh;
  }
}
@media (max-width: 768px) {
  .login-page .content .row .illustration {
    min-height: inherit;
  }
}
.login-form {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 93.05vh;
}
@media (max-width: 991px) {
  .login-form {
    padding: 5em 0;
  }
}
@media (max-width: 639px) {
  .login-form {
    padding: 2em 0;
  }
}
.login-form main {
  width: 100%;
  max-width: 25.3vw;
}
@media (max-width: 991px) {
  .login-form main {
    max-width: 50vw;
  }
}
@media (max-width: 639px) {
  .login-form main {
    max-width: calc(100% - 80px);
  }
}

h1, h2 {
  font-size: 3.3333333333vw;
  letter-spacing: 0.03em;
  line-height: 1;
  font-size: 2.29vw;
  letter-spacing: 0.03em;
  line-height: 1;
}
@media (max-width: 1366px) {
  h1, h2 {
    font-size: 3.953147877vw;
  }
}
@media (max-width: 959px) {
  h1, h2 {
    font-size: 3.90625vw;
  }
}
@media (max-width: 639px) {
  h1, h2 {
    font-size: 7.476635514vw;
  }
}
h1::after, h2::after {
  content: "";
  display: block;
  width: 0.59em;
  border-bottom: 0.109375em solid #000;
  margin-top: 0.5em;
}

form input:not(.form-check-input) {
  border: none !important;
  border-radius: 0;
  background-color: #EBECEB !important;
  border-radius: 2em !important;
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: 0.5em 1em;
}
@media (max-width: 1366px) {
  form input:not(.form-check-input) {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  form input:not(.form-check-input) {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  form input:not(.form-check-input) {
    font-size: 3.738317757vw;
  }
}
form input:not(.form-check-input)::-webkit-input-placeholder {
  color: #AFB4B1;
  font-weight: 300;
}
form input:not(.form-check-input)::-moz-placeholder {
  color: #AFB4B1;
  font-weight: 300;
}
form input:not(.form-check-input)::placeholder {
  color: #AFB4B1;
  font-weight: 300;
}

.form-check-input {
  border-radius: 0;
  margin-right: 0.5em;
}

.form-check-input[type=checkbox] {
  border-radius: 0;
}

#login-submit {
  display: inline-block;
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  font-weight: 600 !important;
  color: #fff !important;
  background-color: #CC2947 !important;
  padding: 0.5em 2em !important;
  border-radius: 2em !important;
  transition: all 0.2s ease-in-out !important;
  border: none;
}
@media (max-width: 1366px) {
  #login-submit {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  #login-submit {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  #login-submit {
    font-size: 3.738317757vw;
  }
}
#login-submit:hover {
  text-decoration: none !important;
  color: #fff !important;
  background-color: #575E55 !important;
}

.intro-text {
  font-size: 1.4583333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  margin-bottom: 2em;
}
@media (max-width: 1366px) {
  .intro-text {
    font-size: 1.9765739385vw;
  }
}
@media (max-width: 959px) {
  .intro-text {
    font-size: 2.34375vw;
  }
}
@media (max-width: 639px) {
  .intro-text {
    font-size: 5.6074766355vw;
  }
}

footer {
  position: relative;
  background-color: #575E55;
  color: #fff;
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  padding-left: 8.3vw;
  height: 6.95vh;
  display: flex;
  align-items: center;
}
@media (max-width: 1366px) {
  footer {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  footer {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  footer {
    font-size: 3.738317757vw;
  }
}
footer a {
  font-size: 0.8333333333vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1366px) {
  footer a {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 959px) {
  footer a {
    font-size: 1.5625vw;
  }
}
@media (max-width: 639px) {
  footer a {
    font-size: 3.738317757vw;
  }
}
footer a:hover {
  text-decoration: none;
  color: #CC2947;
}
footer table tr td {
  padding-right: 2em;
}
