@charset "UTF-8";

.button,
.button-content {
  border-radius: 100px;
}

.button {
  display: inline-block;
  position: relative;
  -webkit-transition: -webkit-box-shadow 150ms;
  transition: -webkit-box-shadow 150ms;
  -o-transition: box-shadow 150ms;
  transition: box-shadow 150ms;
  transition: box-shadow 150ms, -webkit-box-shadow 150ms;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: none !important;
  -ms-touch-action: manipulation !important;
  touch-action: manipulation !important;
}

.button::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 100px;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  opacity: 0;
  -webkit-transition: opacity 150ms, -webkit-transform 150ms;
  transition: opacity 150ms, -webkit-transform 150ms;
  -o-transition: transform 150ms, opacity 150ms;
  transition: transform 150ms, opacity 150ms;
  transition: transform 150ms, opacity 150ms, -webkit-transform 150ms;
  pointer-events: none;
}

.button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 84px;
  height: 48px;
  background-clip: padding-box;
  padding: 0 28px;
  border-width: 0;
  border-style: solid;
  -webkit-transition: color 150ms, background 150ms, border 150ms;
  -o-transition: color 150ms, background 150ms, border 150ms;
  transition: color 150ms, background 150ms, border 150ms;
  cursor: pointer;
}

.button-content svg g,
.button-content svg path,
.button-content svg use {
  fill: currentColor;
}

.button-content input {
  width: auto !important;
  min-height: 48px;
  background: none;
  padding: 0 28px !important;
  border: 0;
  margin: 0 -28px;
  outline: 0;
}

.button-layout--icon-text .button-content {
  padding-left: 24px;
}

.button-layout--icon-text .button-content input {
  padding-left: 24px;
  margin-left: -24px;
}

.button-layout--icon-texts .button-content {
  padding-left: 24px;
  padding-right: 32px;
}

.button-layout--icon-texts input {
  padding-left: 24px;
  padding-right: 32px;
  margin-left: -24px;
  margin-right: -32px;
}

.button-layout--text-icon .button-content,
.button-layout--texts-icon .button-content {
  padding-left: 32px;
  padding-right: 24px;
}

.button-layout--text-icon input,
.button-layout--texts-icon input {
  padding-left: 32px;
  padding-right: 24px;
  margin-left: -32px;
  margin-right: -24px;
}

.button-layout--icon-text .button-content,
.button-layout--icon-texts .button-content,
.button-layout--text-icon .button-content,
.button-layout--texts-icon .button-content {
  min-width: 0;
}

.button-text {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.button-text-small {
  display: block;
  font-size: 0.87em;
}

.button-text + .button-icon,
.button-icon + .button-text {
  margin-left: 12px;
}

.button-transparent {
  color: #92a1ae;
}

.button-transparent .button-content {
  border-width: 1px;
  border-color: transparent;
  margin: -1px;
}

.button-transparent--border-gray {
  color: #92a1ae;
}

.button-transparent--border-gray .button-content {
  border-width: 2px;
  border-color: rgba(146, 161, 174, 0.25);
  margin: -2px;
}

.button-transparent--border-red {
  color: #ff0044;
}

.button-transparent--border-red .button-content {
  border-width: 2px;
  border-color: #ff0044;
  margin: -2px;
}

.button-red {
  color: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(255, 0, 68, 0.4);
  box-shadow: 0 4px 20px 0 rgba(255, 0, 68, 0.4);
}

.button-red .button-content {
  background-color: #ff0044;
}

.button-red--border-red {
  color: white;
  -webkit-box-shadow: 0 4px 20px 0 rgba(255, 0, 68, 0.4);
  box-shadow: 0 4px 20px 0 rgba(255, 0, 68, 0.4);
}

.button-red--border-red::before {
  border-color: #ff0044;
}

.button-red--border-red .button-content {
  background-color: #ff0044;
}

.button-transparent-red--border-red {
  color: #ff0044;
  -webkit-box-shadow: 0 4px 20px 0 rgba(255, 0, 68, 0.4);
  box-shadow: 0 4px 20px 0 rgba(255, 0, 68, 0.4);
}

.button-transparent-red--border-red::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
  border-color: #ff0044;
}

.button-transparent-red--border-red .button-content {
  background: transparent;
  -webkit-transition: color 150ms, background 300ms, border 300ms;
  -o-transition: color 150ms, background 300ms, border 300ms;
  transition: color 150ms, background 300ms, border 300ms;
}

.button-white {
  color: #ff0044;
  -webkit-box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
  box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
}

.button-white .button-content {
  background-color: white;
  border-width: 1px;
  border-color: transparent;
  margin: -1px;
}

.button-white--border-white {
  color: #ff0044;
  -webkit-box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
  box-shadow: 0 4px 20px 0 rgba(29, 31, 38, 0.1);
}

.button-white--border-white::before {
  border-color: white;
}

.button-white--border-white .button-content {
  background-color: white;
}

.button-transparent-white--border-white {
  color: white;
}

.button-transparent-white--border-white::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  border-color: white;
}

.button-transparent-white--border-white .button-content {
  background: transparent;
  -webkit-transition: color 150ms, background 300ms, border 300ms;
  -o-transition: color 150ms, background 300ms, border 300ms;
  transition: color 150ms, background 300ms, border 300ms;
}

.no-touchevents .button:active {
  -webkit-transition: -webkit-box-shadow 30ms;
  transition: -webkit-box-shadow 30ms;
  -o-transition: box-shadow 30ms;
  transition: box-shadow 30ms;
  transition: box-shadow 30ms, -webkit-box-shadow 30ms;
}

.no-touchevents .button:active::before {
  -webkit-transition: opacity 30ms, -webkit-transform 30ms;
  transition: opacity 30ms, -webkit-transform 30ms;
  -o-transition: transform 30ms, opacity 30ms;
  transition: transform 30ms, opacity 30ms;
  transition: transform 30ms, opacity 30ms, -webkit-transform 30ms;
}

.no-touchevents .button-content:active {
  -webkit-transition: color 30ms, background 30ms, border 30ms;
  -o-transition: color 30ms, background 30ms, border 30ms;
  transition: color 30ms, background 30ms, border 30ms;
}

.no-touchevents .button-transparent:hover .button-content {
  background-color: rgba(146, 161, 174, 0.1);
  border-color: rgba(146, 161, 174, 0.25);
}

.no-touchevents .button-transparent:active .button-content {
  background-color: rgba(146, 161, 174, 0.25);
  border-color: rgba(146, 161, 174, 0.6);
}

.no-touchevents .button-transparent--border-gray:hover,
.no-touchevents .button-transparent--border-gray:active {
  color: #ff0044;
}

.no-touchevents .button-transparent--border-gray:hover .button-content,
.no-touchevents .button-transparent--border-gray:active .button-content {
  border-color: #ff0044;
}

.no-touchevents .button-transparent--border-gray:active .button-content {
  background-color: rgba(146, 161, 174, 0.1);
}

.no-touchevents .button-transparent--border-red:hover,
.no-touchevents .button-transparent--border-red:active {
  color: #ff0044;
}

.no-touchevents .button-transparent--border-red:hover .button-content,
.no-touchevents .button-transparent--border-red:active .button-content {
  border-color: #ff0044;
}

.no-touchevents .button-transparent--border-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.3);
  box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.3);
}

.no-touchevents .button-transparent--border-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.4);
  box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.4);
}

.no-touchevents .button-red:hover .button-content,
.no-touchevents .button-red:active .button-content {
  background-color: #ff0044;
}

.no-touchevents .button-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.5);
  box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.5);
}

.no-touchevents .button-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.5);
  box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.5);
}

.no-touchevents .button-red:active .button-content {
  -webkit-box-shadow: 0 0 0 1px rgba(29, 31, 38, 0.25) inset;
  box-shadow: 0 0 0 1px rgba(29, 31, 38, 0.25) inset;
}

.no-touchevents .button-red--border-red:hover,
.no-touchevents .button-red--border-red:active {
  color: #ff0044;
}

.no-touchevents .button-red--border-red:hover::before,
.no-touchevents .button-red--border-red:active::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.no-touchevents .button-red--border-red:hover .button-content,
.no-touchevents .button-red--border-red:active .button-content {
  background: transparent;
}

.no-touchevents .button-red--border-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.5);
  box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.5);
}

.no-touchevents .button-red--border-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.5);
  box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.5);
}

.no-touchevents .button-transparent-red--border-red:hover,
.no-touchevents .button-transparent-red--border-red:active {
  color: white;
}

.no-touchevents .button-transparent-red--border-red:hover::before,
.no-touchevents .button-transparent-red--border-red:active::before {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  opacity: 0;
}

.no-touchevents .button-transparent-red--border-red:hover .button-content,
.no-touchevents .button-transparent-red--border-red:active .button-content {
  background-color: #ff0044;
}

.no-touchevents .button-transparent-red--border-red:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.5);
  box-shadow: 0 4px 24px 0 rgba(255, 0, 68, 0.5);
}

.no-touchevents .button-transparent-red--border-red:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.5);
  box-shadow: 0 2px 10px 0 rgba(255, 0, 68, 0.5);
}

.no-touchevents .button-white:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
  box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
}

.no-touchevents .button-white:active {
  color: #ff0044;
  -webkit-box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
  box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
}

.no-touchevents .button-white:active .button-content {
  border-color: rgba(146, 161, 174, 0.25);
}

.no-touchevents .button-white--border-white:hover,
.no-touchevents .button-white--border-white:active {
  color: white;
}

.no-touchevents .button-white--border-white:hover::before,
.no-touchevents .button-white--border-white:active::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.no-touchevents .button-white--border-white:hover .button-content,
.no-touchevents .button-white--border-white:active .button-content {
  background: transparent;
}

.no-touchevents .button-white--border-white:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
  box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
}

.no-touchevents .button-white--border-white:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
  box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
}

.no-touchevents .button-transparent-white--border-white:hover,
.no-touchevents .button-transparent-white--border-white:active {
  color: #ff0044;
}

.no-touchevents .button-transparent-white--border-white:hover::before,
.no-touchevents .button-transparent-white--border-white:active::before {
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  opacity: 0;
}

.no-touchevents .button-transparent-white--border-white:hover .button-content,
.no-touchevents .button-transparent-white--border-white:active .button-content {
  background-color: white;
}

.no-touchevents .button-transparent-white--border-white:hover {
  -webkit-box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
  box-shadow: 0 4px 24px 0 rgba(26, 29, 41, 0.2);
}

.no-touchevents .button-transparent-white--border-white:active {
  -webkit-box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
  box-shadow: 0 2px 10px 0 rgba(137, 162, 184, 0.25);
}

/**
Remove autofill contact icon for Safari
 */

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/**
Remove yellow background in autofilled inputs
 */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: inset 0 0 0 9999px #25282F;
  background-clip: content-box !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.75) !important;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 300;
  src: url(/assets/files/TT_Hoves_Pro_Light-bf76677411459cdeccc19b437bb04a19.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/files/TT_Hoves_Pro_Regular-efe9545a2132eca7d5f8cea475d511c6.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 500;
  src: url(/assets/files/TT_Hoves_Pro_Medium-d309031b20ef7fbb6e9cb9d0ede69c90.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/files/TT_Hoves_Pro_SemiBold-bf93f9513aa77d3b9dc331554f6b050f.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/files/TT_Hoves_Pro_Bold-59c473210a9ceeade3b22fc643391816.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/files/TT_Hoves_Pro_ExtraBold-bf46b3551cba36ef5701d507a27d76a1.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "TT Hoves Pro";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/files/TT_Hoves_Pro_Black-b9f691627364c0532223c15eab03811a.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Sofia";
  font-style: normal;
  font-weight: 400;
  src: url(/assets/files/SofiaSansExtraCondensed-Regular-79e9ebe33a1fe1350e5b7481ba62c611.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Sofia";
  font-style: normal;
  font-weight: 600;
  src: url(/assets/files/SofiaSansExtraCondensed-SemiBold-6b06f0b31db2e1af57067a0596edecea.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Sofia";
  font-style: normal;
  font-weight: 700;
  src: url(/assets/files/SofiaSansExtraCondensed-Bold-c2f23157cf443e779f6f95280fdc41c2.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Sofia";
  font-style: normal;
  font-weight: 800;
  src: url(/assets/files/SofiaSansExtraCondensed-ExtraBold-2c751ea88eebfc02029ffec87c380f98.woff2) format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Sofia";
  font-style: normal;
  font-weight: 900;
  src: url(/assets/files/SofiaSansExtraCondensed-Black-1e3c8e808934bcbf0c41b4b3e9b01d56.woff2) format("woff2");
  font-display: swap;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  color: black;
  background: #ff0;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type='checkbox'],
input[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type='search'] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  padding: 0;
  /* 2 */
  border: 0;
  /* 1 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

div[role="button"] {
  -webkit-tap-highlight-color: transparent;
}

div[role="button"]:focus-within,
div[role="button"]:focus-visible,
div[role="button"]:focus {
  outline: none;
}

body {
  font-family: 'Helvetica CY', Arial, 'Nimbus Sans L', sans-serif;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  scroll-behavior: smooth;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
a {
  color: #2e2e2e;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}

h1 i,
h1 em,
h1 q,
h2 i,
h2 em,
h2 q,
h3 i,
h3 em,
h3 q,
h4 i,
h4 em,
h4 q,
h5 i,
h5 em,
h5 q,
h6 i,
h6 em,
h6 q,
strong i,
strong em,
strong q,
b i,
b em,
b q {
  font-weight: bold;
  font-style: italic;
}

i,
em,
q {
  font-style: italic;
}

a,
a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
  display: block;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent;
}

/* Hide Play button + controls on iOS */

video::-webkit-media-controls {
  display: none !important;
}

.g-hide {
  display: none !important;
}

.g-hidden {
  visibility: hidden !important;
}

.g-invisible {
  opacity: 0 !important;
}

@media only screen and (min-width: 1025px) {
  .g-zoom {
    font-size: 0.78125vw;
  }
}

@media only screen and (min-width: 1920px) {
  .g-zoom {
    font-size: 1.5em;
  }
}

.privacy-modal {
  background-color: #15171b;
  position: fixed;
  width: 100vw;
  height: 100vh;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 0;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .privacy-modal {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-modal {
    padding: 60px 0;
  }
}

.privacy-modal_close-btn {
  background: url(/assets/files/i-32-cross-76729f95be7b00e31ac302e6064b6937.svg) 50% 50% no-repeat transparent;
  opacity: 0.7;
  background-size: auto 32px;
  position: fixed;
  z-index: 500;
  color: white;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 64px;
  height: 64px;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.privacy-modal_close-btn:hover {
  opacity: 1;
  background-color: #ff0044;
}

@media only screen and (max-width: 1024px) {
  .privacy-modal_close-btn {
    background-size: auto 20px;
    width: 40px;
    height: 40px;
  }
}

.privacy-modal_inner {
  margin: auto;
}

@media only screen and (min-width: 1280px) {
  .privacy-modal_inner {
    width: calc(1150px * 8 / 12);
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .privacy-modal_inner {
    width: calc(920px * 8 / 12);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .privacy-modal_inner {
    width: calc(93.75vw * 8 / 12);
  }
}

@media only screen and (max-width: 767px) {
  .privacy-modal_inner {
    width: 87.5vw;
  }
}

.privacy-modal_title {
  color: #ff0044;
}

.privacy-modal_title-main {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 1.08;
  color: #ff0044;
  margin-bottom: 0.54em;
}

@media only screen and (max-width: 1024px) {
  .privacy-modal_title-main {
    font-size: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-modal_title-main {
    font-size: 28px;
  }
}

.privacy-modal_title-second {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.28;
  color: #ff0044;
  margin-bottom: 0.64em;
  margin-top: 56px;
}

@media only screen and (max-width: 1024px) {
  .privacy-modal_title-second {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .privacy-modal_title-second {
    font-size: 18px;
  }
}

.privacy-modal_paragraph,
.privacy-modal li,
.privacy-modal_link {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.8;
  color: rgba(29, 31, 38, 0.85);
  margin-bottom: 0.9em;
}

@media only screen and (max-width: 767px) {
  .privacy-modal_paragraph,
  .privacy-modal li,
  .privacy-modal_link {
    font-size: 16px;
  }
}

.privacy-modal_paragraph,
.privacy-modal li {
  color: rgba(255, 255, 255, 0.75);
}

.privacy-modal_link {
  color: #ff0044;
}

.privacy-modal_link:hover {
  color: white;
}

@media only screen and (min-width: 1025px) {
  .privacy-modal li {
    padding-left: calc((1150px / 12) * 0.3);
  }
}

.privacy-modal li::before {
  content: "\2014";
  margin-right: 0.3em;
}

.cookie-msg {
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #17181f;
}

@media only screen and (min-width: 768px) {
  .cookie-msg {
    position: fixed;
    width: 260px;
    max-width: 87.5vw;
    padding: 12px 56px 12px 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .cookie-msg {
    bottom: 40px;
    left: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cookie-msg {
    top: 86px;
    right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cookie-msg {
    position: absolute;
    padding: 13px 40px 17px 21px;
    width: 100%;
    left: 0;
    top: 62px;
  }
}

.cookie-msg--hidden {
  display: none;
}

.cookie-msg__text {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(29, 31, 38, 0.85);
  margin-bottom: 0.785em;
  color: white;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .cookie-msg__text {
    padding-right: 5em;
  }
}

.cookie-msg__close-btn {
  position: absolute;
  top: 12px;
  right: 14px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.cookie-msg__close-btn g {
  fill: white;
}

.cookie-msg__close-btn:hover g {
  fill: #ff0044;
}

/**
 * Common layout
 **/

iframe[name='google_conversion_frame'] {
  position: absolute;
  height: 0;
}

.l-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (min-width: 1025px) {
  .l-header {
    background: rgba(249, 249, 249, 0.9);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05), 0 4px 16px 0 rgba(0, 0, 0, 0.05);
    -webkit-transition: background .3s ease-in-out;
    -o-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
  }

@supports ((-webkit-backdrop-filter: initial) or (backdrop-filter: initial)) {
    .l-header {
      -webkit-backdrop-filter: saturate(180%) blur(20px);
      backdrop-filter: saturate(180%) blur(20px);
      background-color: rgba(255, 255, 255, 0.9);
    }
}

  .l-header--transparent {
    background: transparent;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .l-header--sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.l-header nav a,
.l-header nav a span {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.l-body-wrapper.hidden {
  display: none;
}

.l-body-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.l-footer {
  min-height: 200px;
  background-color: #1d1f26;
  position: relative;
}

.l-column {
  font-size: 1em;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .l-column {
    width: 87.5vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .l-column {
    width: 86.32813vw;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .l-column {
    width: 98em;
  }
}

@media only screen and (min-width: 1280px) {
  .l-column {
    width: 115em;
  }
}

.noscroll {
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .noscroll {
    position: fixed;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.touchevents .noscroll,
.noscroll.touchevents {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .scrollable {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
}

.disable-pointer-events,
.disable-pointer-events * {
  pointer-events: none !important;
}

.container:after {
  content: "";
  display: table;
  clear: both;
}

.row,
.row-reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.gr-0,
.gr-1,
.gr-2,
.gr-3,
.gr-4,
.gr-5,
.gr-6,
.gr-7,
.gr-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
  padding-left: 2em;
}

.gr-adapt {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
  padding-left: 2em;
}

.gr-grow {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 2em;
  padding-left: 2em;
}

.push-0,
.push-1,
.push-2,
.push-3,
.push-4,
.push-5,
.push-6,
.push-7,
.push-8 {
  position: relative;
}

.pull-0,
.pull-1,
.pull-2,
.pull-3,
.pull-4,
.pull-5,
.pull-6,
.pull-7,
.pull-8 {
  position: relative;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}

.nowrap > * {
  white-space: normal;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  white-space: normal;
}

.gr-centered {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}

@media screen and (max-width: 767px) {
  .container\@mobile:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .row\@mobile,
  .row-reverse\@mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .gr-0\@mobile,
  .gr-1\@mobile,
  .gr-2\@mobile,
  .gr-3\@mobile,
  .gr-4\@mobile,
  .gr-5\@mobile,
  .gr-6\@mobile,
  .gr-7\@mobile,
  .gr-8\@mobile {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .gr-adapt\@mobile {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .gr-grow\@mobile {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (max-width: 767px) {
  .push-0\@mobile,
  .push-1\@mobile,
  .push-2\@mobile,
  .push-3\@mobile,
  .push-4\@mobile,
  .push-5\@mobile,
  .push-6\@mobile,
  .push-7\@mobile,
  .push-8\@mobile {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .pull-0\@mobile,
  .pull-1\@mobile,
  .pull-2\@mobile,
  .pull-3\@mobile,
  .pull-4\@mobile,
  .pull-5\@mobile,
  .pull-6\@mobile,
  .pull-7\@mobile,
  .pull-8\@mobile {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .nowrap\@mobile {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .nowrap\@mobile > * {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .wrap\@mobile {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (max-width: 767px) {
  .gr-centered\@mobile {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container\@tablet:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row\@tablet,
  .row-reverse\@tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gr-0\@tablet,
  .gr-1\@tablet,
  .gr-2\@tablet,
  .gr-3\@tablet,
  .gr-4\@tablet,
  .gr-5\@tablet,
  .gr-6\@tablet,
  .gr-7\@tablet,
  .gr-8\@tablet {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gr-adapt\@tablet {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gr-grow\@tablet {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .push-0\@tablet,
  .push-1\@tablet,
  .push-2\@tablet,
  .push-3\@tablet,
  .push-4\@tablet,
  .push-5\@tablet,
  .push-6\@tablet,
  .push-7\@tablet,
  .push-8\@tablet {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pull-0\@tablet,
  .pull-1\@tablet,
  .pull-2\@tablet,
  .pull-3\@tablet,
  .pull-4\@tablet,
  .pull-5\@tablet,
  .pull-6\@tablet,
  .pull-7\@tablet,
  .pull-8\@tablet {
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .nowrap\@tablet {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .nowrap\@tablet > * {
    white-space: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrap\@tablet {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gr-centered\@tablet {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (min-width: 1025px) {
  .container\@desktop:after {
    content: "";
    display: table;
    clear: both;
  }
}

@media screen and (min-width: 1025px) {
  .row\@desktop,
  .row-reverse\@desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}

@media screen and (min-width: 1025px) {
  .gr-0\@desktop,
  .gr-1\@desktop,
  .gr-2\@desktop,
  .gr-3\@desktop,
  .gr-4\@desktop,
  .gr-5\@desktop,
  .gr-6\@desktop,
  .gr-7\@desktop,
  .gr-8\@desktop {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .gr-adapt\@desktop {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .gr-grow\@desktop {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .push-0\@desktop,
  .push-1\@desktop,
  .push-2\@desktop,
  .push-3\@desktop,
  .push-4\@desktop,
  .push-5\@desktop,
  .push-6\@desktop,
  .push-7\@desktop,
  .push-8\@desktop {
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .pull-0\@desktop,
  .pull-1\@desktop,
  .pull-2\@desktop,
  .pull-3\@desktop,
  .pull-4\@desktop,
  .pull-5\@desktop,
  .pull-6\@desktop,
  .pull-7\@desktop,
  .pull-8\@desktop {
    position: relative;
  }
}

@media screen and (min-width: 1025px) {
  .nowrap\@desktop {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    white-space: nowrap;
  }

  .nowrap\@desktop > * {
    white-space: normal;
  }
}

@media screen and (min-width: 1025px) {
  .wrap\@desktop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: normal;
  }
}

@media screen and (min-width: 1025px) {
  .gr-centered\@desktop {
    display: block !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    clear: both !important;
  }
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: device-width;
  }
}

#gridle-settings {
  content: '{ "version" : "2.0.48", "states" : { "default":{ "name" : "default", "min-width" : null, "max-width" : null, "query" : null, "classes" : true, "context" : "8", "column-width" : null, "gutter-width" : "4em", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "2em", "gutter-bottom" : "0", "gutter-left" : "2em", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "mobile":{ "name" : "mobile", "min-width" : null, "max-width" : "767px", "query" : "screen and (max-width: 767px)", "classes" : true, "context" : "8", "column-width" : null, "gutter-width" : "4em", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "2em", "gutter-bottom" : "0", "gutter-left" : "2em", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "tablet":{ "name" : "tablet", "min-width" : "768px", "max-width" : "1024px", "query" : "screen and (min-width: 768px) and (max-width: 1024px)", "classes" : true, "context" : "8", "column-width" : null, "gutter-width" : "4em", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "2em", "gutter-bottom" : "0", "gutter-left" : "2em", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }, "desktop":{ "name" : "desktop", "min-width" : "1025px", "max-width" : null, "query" : "screen and (min-width: 1025px)", "classes" : true, "context" : "8", "column-width" : null, "gutter-width" : "4em", "gutter-height" : "0", "gutter-top" : "0", "gutter-right" : "2em", "gutter-bottom" : "0", "gutter-left" : "2em", "direction" : "ltr", "dir-attribute" : false, "name-multiplicator" : "1", "states-classes" : false, "classes-prefix" : null, "_" : true }} }';
}

.gr-0 {
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  max-width: 0%;
}

.push-0 {
  left: 0%;
  right: auto;
}

.pull-0 {
  right: 0%;
  left: auto;
}

.prefix-0 {
  margin-left: 0%;
}

.suffix-0 {
  margin-right: 0%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-1 {
  -webkit-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  max-width: 12.5%;
}

.push-1 {
  left: 12.5%;
  right: auto;
}

.pull-1 {
  right: 12.5%;
  left: auto;
}

.prefix-1 {
  margin-left: 12.5%;
}

.suffix-1 {
  margin-right: 12.5%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-2 {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.push-2 {
  left: 25%;
  right: auto;
}

.pull-2 {
  right: 25%;
  left: auto;
}

.prefix-2 {
  margin-left: 25%;
}

.suffix-2 {
  margin-right: 25%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-3 {
  -webkit-flex-basis: 37.5%;
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%;
}

.push-3 {
  left: 37.5%;
  right: auto;
}

.pull-3 {
  right: 37.5%;
  left: auto;
}

.prefix-3 {
  margin-left: 37.5%;
}

.suffix-3 {
  margin-right: 37.5%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -moz-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-4 {
  -webkit-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.push-4 {
  left: 50%;
  right: auto;
}

.pull-4 {
  right: 50%;
  left: auto;
}

.prefix-4 {
  margin-left: 50%;
}

.suffix-4 {
  margin-right: 50%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  -moz-order: 4;
  -ms-flex-order: 4;
  order: 4;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-5 {
  -webkit-flex-basis: 62.5%;
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%;
}

.push-5 {
  left: 62.5%;
  right: auto;
}

.pull-5 {
  right: 62.5%;
  left: auto;
}

.prefix-5 {
  margin-left: 62.5%;
}

.suffix-5 {
  margin-right: 62.5%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
  -moz-order: 5;
  -ms-flex-order: 5;
  order: 5;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-6 {
  -webkit-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.push-6 {
  left: 75%;
  right: auto;
}

.pull-6 {
  right: 75%;
  left: auto;
}

.prefix-6 {
  margin-left: 75%;
}

.suffix-6 {
  margin-right: 75%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
  -moz-order: 6;
  -ms-flex-order: 6;
  order: 6;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-7 {
  -webkit-flex-basis: 87.5%;
  -ms-flex-preferred-size: 87.5%;
  flex-basis: 87.5%;
  max-width: 87.5%;
}

.push-7 {
  left: 87.5%;
  right: auto;
}

.pull-7 {
  right: 87.5%;
  left: auto;
}

.prefix-7 {
  margin-left: 87.5%;
}

.suffix-7 {
  margin-right: 87.5%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
  -moz-order: 7;
  -ms-flex-order: 7;
  order: 7;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.gr-8 {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.push-8 {
  left: 100%;
  right: auto;
}

.pull-8 {
  right: 100%;
  left: auto;
}

.prefix-8 {
  margin-left: 100%;
}

.suffix-8 {
  margin-right: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
  -moz-order: 8;
  -ms-flex-order: 8;
  order: 8;
}

.order-last {
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
  -moz-order: 9999;
  -ms-flex-order: 9999;
  order: 9999;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.clear {
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.no-gutter {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.no-gutter-left {
  padding-left: 0;
}

.no-gutter-right {
  padding-right: 0;
}

.no-gutter-top {
  padding-top: 0;
}

.no-gutter-bottom {
  padding-bottom: 0;
}

.gutter {
  padding-right: 2em;
  padding-left: 2em;
}

.gutter-left {
  padding-left: 2em;
}

.gutter-right {
  padding-right: 2em;
}

.auto-height {
  height: inherit;
}

.row {
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -2em;
  margin-right: -2em;
}

[class*="no-gutter"] > .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -2em;
  margin-right: -2em;
}

[class*="no-gutter"] > .row-reverse {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.row-full {
  width: 100vw;
  margin-left: 50% !important;
  margin-right: 0 !important;
  -webkit-transform: translateX(-50%);
  -moz-transition: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.col {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -2em;
  margin-right: -2em;
}

.col-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: -2em;
  margin-right: -2em;
}

.row-align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.row-align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.row-align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.row-align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.row-align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.row-align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.row-align-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.row-align-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.hide {
  display: none;
}

.not-visible {
  visibility: hidden;
}

.show {
  display: block;
}

.show-inline {
  display: inline-block;
}

.visible {
  visibility: visible;
}

.row-debug {
  position: relative;
  z-index: 99999;
  overflow: hidden;
}

.row-debug:before {
  pointer-events: none;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99999px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.02)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
  background-size: 25% 100%;
  z-index: 99999;
}

body {
  direction: ltr;
}

@media screen and (max-width: 767px) {
  .gr-0\@mobile {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    max-width: 0%;
  }

  .push-0\@mobile {
    left: 0%;
    right: auto;
  }

  .pull-0\@mobile {
    right: 0%;
    left: auto;
  }

  .prefix-0\@mobile {
    margin-left: 0%;
  }

  .suffix-0\@mobile {
    margin-right: 0%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-0\@mobile {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-1\@mobile {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .push-1\@mobile {
    left: 12.5%;
    right: auto;
  }

  .pull-1\@mobile {
    right: 12.5%;
    left: auto;
  }

  .prefix-1\@mobile {
    margin-left: 12.5%;
  }

  .suffix-1\@mobile {
    margin-right: 12.5%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-1\@mobile {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-2\@mobile {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .push-2\@mobile {
    left: 25%;
    right: auto;
  }

  .pull-2\@mobile {
    right: 25%;
    left: auto;
  }

  .prefix-2\@mobile {
    margin-left: 25%;
  }

  .suffix-2\@mobile {
    margin-right: 25%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-2\@mobile {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-3\@mobile {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }

  .push-3\@mobile {
    left: 37.5%;
    right: auto;
  }

  .pull-3\@mobile {
    right: 37.5%;
    left: auto;
  }

  .prefix-3\@mobile {
    margin-left: 37.5%;
  }

  .suffix-3\@mobile {
    margin-right: 37.5%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-3\@mobile {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-4\@mobile {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .push-4\@mobile {
    left: 50%;
    right: auto;
  }

  .pull-4\@mobile {
    right: 50%;
    left: auto;
  }

  .prefix-4\@mobile {
    margin-left: 50%;
  }

  .suffix-4\@mobile {
    margin-right: 50%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-4\@mobile {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-5\@mobile {
    -webkit-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .push-5\@mobile {
    left: 62.5%;
    right: auto;
  }

  .pull-5\@mobile {
    right: 62.5%;
    left: auto;
  }

  .prefix-5\@mobile {
    margin-left: 62.5%;
  }

  .suffix-5\@mobile {
    margin-right: 62.5%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-5\@mobile {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-6\@mobile {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .push-6\@mobile {
    left: 75%;
    right: auto;
  }

  .pull-6\@mobile {
    right: 75%;
    left: auto;
  }

  .prefix-6\@mobile {
    margin-left: 75%;
  }

  .suffix-6\@mobile {
    margin-right: 75%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-6\@mobile {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-7\@mobile {
    -webkit-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }

  .push-7\@mobile {
    left: 87.5%;
    right: auto;
  }

  .pull-7\@mobile {
    right: 87.5%;
    left: auto;
  }

  .prefix-7\@mobile {
    margin-left: 87.5%;
  }

  .suffix-7\@mobile {
    margin-right: 87.5%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-7\@mobile {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-8\@mobile {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-8\@mobile {
    left: 100%;
    right: auto;
  }

  .pull-8\@mobile {
    right: 100%;
    left: auto;
  }

  .prefix-8\@mobile {
    margin-left: 100%;
  }

  .suffix-8\@mobile {
    margin-right: 100%;
  }

  .order-first\@mobile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-8\@mobile {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last\@mobile {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .float-left\@mobile {
    float: left;
  }

  .float-right\@mobile {
    float: right;
  }

  .clear\@mobile {
    clear: both;
  }

  .clear-left\@mobile {
    clear: left;
  }

  .clear-right\@mobile {
    clear: right;
  }

  .no-gutter\@mobile {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@mobile {
    padding-left: 0;
  }

  .no-gutter-right\@mobile {
    padding-right: 0;
  }

  .no-gutter-top\@mobile {
    padding-top: 0;
  }

  .no-gutter-bottom\@mobile {
    padding-bottom: 0;
  }

  .gutter\@mobile {
    padding-right: 2em;
    padding-left: 2em;
  }

  .gutter-left\@mobile {
    padding-left: 2em;
  }

  .gutter-right\@mobile {
    padding-right: 2em;
  }

  .auto-height\@mobile {
    height: inherit;
  }

  .row\@mobile {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  [class*="no-gutter"] > .row\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-reverse\@mobile {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  [class*="no-gutter"] > .row-reverse\@mobile {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-full\@mobile {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@mobile {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  .col-reverse\@mobile {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  .row-align-left\@mobile {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .row-align-center\@mobile {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .row-align-right\@mobile {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .row-align-middle\@mobile {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .row-align-top\@mobile {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .row-align-bottom\@mobile {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .row-align-around\@mobile {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .row-align-between\@mobile {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .hide\@mobile {
    display: none;
  }

  .not-visible\@mobile {
    visibility: hidden;
  }

  .show\@mobile {
    display: block;
  }

  .show-inline\@mobile {
    display: inline-block;
  }

  .visible\@mobile {
    visibility: visible;
  }

  .row-debug\@mobile {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }

  .row-debug\@mobile:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.02)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 25% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .gr-0\@tablet {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    max-width: 0%;
  }

  .push-0\@tablet {
    left: 0%;
    right: auto;
  }

  .pull-0\@tablet {
    right: 0%;
    left: auto;
  }

  .prefix-0\@tablet {
    margin-left: 0%;
  }

  .suffix-0\@tablet {
    margin-right: 0%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-0\@tablet {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-1\@tablet {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .push-1\@tablet {
    left: 12.5%;
    right: auto;
  }

  .pull-1\@tablet {
    right: 12.5%;
    left: auto;
  }

  .prefix-1\@tablet {
    margin-left: 12.5%;
  }

  .suffix-1\@tablet {
    margin-right: 12.5%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-1\@tablet {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-2\@tablet {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .push-2\@tablet {
    left: 25%;
    right: auto;
  }

  .pull-2\@tablet {
    right: 25%;
    left: auto;
  }

  .prefix-2\@tablet {
    margin-left: 25%;
  }

  .suffix-2\@tablet {
    margin-right: 25%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-2\@tablet {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-3\@tablet {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }

  .push-3\@tablet {
    left: 37.5%;
    right: auto;
  }

  .pull-3\@tablet {
    right: 37.5%;
    left: auto;
  }

  .prefix-3\@tablet {
    margin-left: 37.5%;
  }

  .suffix-3\@tablet {
    margin-right: 37.5%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-3\@tablet {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-4\@tablet {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .push-4\@tablet {
    left: 50%;
    right: auto;
  }

  .pull-4\@tablet {
    right: 50%;
    left: auto;
  }

  .prefix-4\@tablet {
    margin-left: 50%;
  }

  .suffix-4\@tablet {
    margin-right: 50%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-4\@tablet {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-5\@tablet {
    -webkit-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .push-5\@tablet {
    left: 62.5%;
    right: auto;
  }

  .pull-5\@tablet {
    right: 62.5%;
    left: auto;
  }

  .prefix-5\@tablet {
    margin-left: 62.5%;
  }

  .suffix-5\@tablet {
    margin-right: 62.5%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-5\@tablet {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-6\@tablet {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .push-6\@tablet {
    left: 75%;
    right: auto;
  }

  .pull-6\@tablet {
    right: 75%;
    left: auto;
  }

  .prefix-6\@tablet {
    margin-left: 75%;
  }

  .suffix-6\@tablet {
    margin-right: 75%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-6\@tablet {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-7\@tablet {
    -webkit-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }

  .push-7\@tablet {
    left: 87.5%;
    right: auto;
  }

  .pull-7\@tablet {
    right: 87.5%;
    left: auto;
  }

  .prefix-7\@tablet {
    margin-left: 87.5%;
  }

  .suffix-7\@tablet {
    margin-right: 87.5%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-7\@tablet {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-8\@tablet {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-8\@tablet {
    left: 100%;
    right: auto;
  }

  .pull-8\@tablet {
    right: 100%;
    left: auto;
  }

  .prefix-8\@tablet {
    margin-left: 100%;
  }

  .suffix-8\@tablet {
    margin-right: 100%;
  }

  .order-first\@tablet {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-8\@tablet {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last\@tablet {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .float-left\@tablet {
    float: left;
  }

  .float-right\@tablet {
    float: right;
  }

  .clear\@tablet {
    clear: both;
  }

  .clear-left\@tablet {
    clear: left;
  }

  .clear-right\@tablet {
    clear: right;
  }

  .no-gutter\@tablet {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@tablet {
    padding-left: 0;
  }

  .no-gutter-right\@tablet {
    padding-right: 0;
  }

  .no-gutter-top\@tablet {
    padding-top: 0;
  }

  .no-gutter-bottom\@tablet {
    padding-bottom: 0;
  }

  .gutter\@tablet {
    padding-right: 2em;
    padding-left: 2em;
  }

  .gutter-left\@tablet {
    padding-left: 2em;
  }

  .gutter-right\@tablet {
    padding-right: 2em;
  }

  .auto-height\@tablet {
    height: inherit;
  }

  .row\@tablet {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  [class*="no-gutter"] > .row\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-reverse\@tablet {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  [class*="no-gutter"] > .row-reverse\@tablet {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-full\@tablet {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@tablet {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  .col-reverse\@tablet {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  .row-align-left\@tablet {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .row-align-center\@tablet {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .row-align-right\@tablet {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .row-align-middle\@tablet {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .row-align-top\@tablet {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .row-align-bottom\@tablet {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .row-align-around\@tablet {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .row-align-between\@tablet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .hide\@tablet {
    display: none;
  }

  .not-visible\@tablet {
    visibility: hidden;
  }

  .show\@tablet {
    display: block;
  }

  .show-inline\@tablet {
    display: inline-block;
  }

  .visible\@tablet {
    visibility: visible;
  }

  .row-debug\@tablet {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }

  .row-debug\@tablet:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.02)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 25% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}

@media screen and (min-width: 1025px) {
  .gr-0\@desktop {
    -webkit-flex-basis: 0%;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
    max-width: 0%;
  }

  .push-0\@desktop {
    left: 0%;
    right: auto;
  }

  .pull-0\@desktop {
    right: 0%;
    left: auto;
  }

  .prefix-0\@desktop {
    margin-left: 0%;
  }

  .suffix-0\@desktop {
    margin-right: 0%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-0\@desktop {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-1\@desktop {
    -webkit-flex-basis: 12.5%;
    -ms-flex-preferred-size: 12.5%;
    flex-basis: 12.5%;
    max-width: 12.5%;
  }

  .push-1\@desktop {
    left: 12.5%;
    right: auto;
  }

  .pull-1\@desktop {
    right: 12.5%;
    left: auto;
  }

  .prefix-1\@desktop {
    margin-left: 12.5%;
  }

  .suffix-1\@desktop {
    margin-right: 12.5%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-1\@desktop {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-2\@desktop {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .push-2\@desktop {
    left: 25%;
    right: auto;
  }

  .pull-2\@desktop {
    right: 25%;
    left: auto;
  }

  .prefix-2\@desktop {
    margin-left: 25%;
  }

  .suffix-2\@desktop {
    margin-right: 25%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-2\@desktop {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-3\@desktop {
    -webkit-flex-basis: 37.5%;
    -ms-flex-preferred-size: 37.5%;
    flex-basis: 37.5%;
    max-width: 37.5%;
  }

  .push-3\@desktop {
    left: 37.5%;
    right: auto;
  }

  .pull-3\@desktop {
    right: 37.5%;
    left: auto;
  }

  .prefix-3\@desktop {
    margin-left: 37.5%;
  }

  .suffix-3\@desktop {
    margin-right: 37.5%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-3\@desktop {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-4\@desktop {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .push-4\@desktop {
    left: 50%;
    right: auto;
  }

  .pull-4\@desktop {
    right: 50%;
    left: auto;
  }

  .prefix-4\@desktop {
    margin-left: 50%;
  }

  .suffix-4\@desktop {
    margin-right: 50%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-4\@desktop {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-5\@desktop {
    -webkit-flex-basis: 62.5%;
    -ms-flex-preferred-size: 62.5%;
    flex-basis: 62.5%;
    max-width: 62.5%;
  }

  .push-5\@desktop {
    left: 62.5%;
    right: auto;
  }

  .pull-5\@desktop {
    right: 62.5%;
    left: auto;
  }

  .prefix-5\@desktop {
    margin-left: 62.5%;
  }

  .suffix-5\@desktop {
    margin-right: 62.5%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-5\@desktop {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -moz-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-6\@desktop {
    -webkit-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .push-6\@desktop {
    left: 75%;
    right: auto;
  }

  .pull-6\@desktop {
    right: 75%;
    left: auto;
  }

  .prefix-6\@desktop {
    margin-left: 75%;
  }

  .suffix-6\@desktop {
    margin-right: 75%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-6\@desktop {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -moz-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-7\@desktop {
    -webkit-flex-basis: 87.5%;
    -ms-flex-preferred-size: 87.5%;
    flex-basis: 87.5%;
    max-width: 87.5%;
  }

  .push-7\@desktop {
    left: 87.5%;
    right: auto;
  }

  .pull-7\@desktop {
    right: 87.5%;
    left: auto;
  }

  .prefix-7\@desktop {
    margin-left: 87.5%;
  }

  .suffix-7\@desktop {
    margin-right: 87.5%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-7\@desktop {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -moz-order: 7;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .gr-8\@desktop {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .push-8\@desktop {
    left: 100%;
    right: auto;
  }

  .pull-8\@desktop {
    right: 100%;
    left: auto;
  }

  .prefix-8\@desktop {
    margin-left: 100%;
  }

  .suffix-8\@desktop {
    margin-right: 100%;
  }

  .order-first\@desktop {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .order-8\@desktop {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -moz-order: 8;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-last\@desktop {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -moz-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  .float-left\@desktop {
    float: left;
  }

  .float-right\@desktop {
    float: right;
  }

  .clear\@desktop {
    clear: both;
  }

  .clear-left\@desktop {
    clear: left;
  }

  .clear-right\@desktop {
    clear: right;
  }

  .no-gutter\@desktop {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .no-gutter-left\@desktop {
    padding-left: 0;
  }

  .no-gutter-right\@desktop {
    padding-right: 0;
  }

  .no-gutter-top\@desktop {
    padding-top: 0;
  }

  .no-gutter-bottom\@desktop {
    padding-bottom: 0;
  }

  .gutter\@desktop {
    padding-right: 2em;
    padding-left: 2em;
  }

  .gutter-left\@desktop {
    padding-left: 2em;
  }

  .gutter-right\@desktop {
    padding-right: 2em;
  }

  .auto-height\@desktop {
    height: inherit;
  }

  .row\@desktop {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  [class*="no-gutter"] > .row\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-reverse\@desktop {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  [class*="no-gutter"] > .row-reverse\@desktop {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .row-full\@desktop {
    width: 100vw;
    margin-left: 50% !important;
    margin-right: 0 !important;
    -webkit-transform: translateX(-50%);
    -moz-transition: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .col\@desktop {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  .col-reverse\@desktop {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -2em;
    margin-right: -2em;
  }

  .row-align-left\@desktop {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }

  .row-align-center\@desktop {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }

  .row-align-right\@desktop {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
  }

  .row-align-middle\@desktop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .row-align-top\@desktop {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .row-align-bottom\@desktop {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .row-align-around\@desktop {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .row-align-between\@desktop {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .hide\@desktop {
    display: none;
  }

  .not-visible\@desktop {
    visibility: hidden;
  }

  .show\@desktop {
    display: block;
  }

  .show-inline\@desktop {
    display: inline-block;
  }

  .visible\@desktop {
    visibility: visible;
  }

  .row-debug\@desktop {
    position: relative;
    z-index: 99999;
    overflow: hidden;
  }

  .row-debug\@desktop:before {
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99999px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.02)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.02) 50%);
    background-size: 25% 100%;
    z-index: 99999;
  }

  body {
    direction: ltr;
  }
}

[class*="gr-"] > [class^="row"],
[class*="gr-"] > [class^="col"] {
  margin-left: -2em;
  margin-right: -2em;
}

@media screen and (max-width: 767px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -2em;
    margin-right: -2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -2em;
    margin-right: -2em;
  }
}

@media screen and (min-width: 1025px) {
  [class*="gr-"] > [class^="row"],
  [class*="gr-"] > [class^="col"] {
    margin-left: -2em;
    margin-right: -2em;
  }
}

.link {
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  color: #5c5c5c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff0044), to(#ff0044));
  background-image: -webkit-linear-gradient(#ff0044, #ff0044);
  background-image: -o-linear-gradient(#ff0044, #ff0044);
  background-image: linear-gradient(#ff0044, #ff0044);
  background-repeat: repeat-x;
  background-position: 0 95%;
  background-size: 1px 1px;
}

.link:hover {
  color: #ff0044;
}

.h1 span,
.h2 span,
.h3 span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ff0044;
}

.h1 span,
.h2 span {
  line-height: 1.3;
}

.h1 span {
  font-size: 8em;
}

@media screen and (max-width: 767px) {
  .h1 span {
    font-size: 3.2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h1 span {
    font-size: 6.4em;
  }
}

.h2 span {
  font-size: 5.7em;
}

@media screen and (max-width: 767px) {
  .h2 span {
    font-size: 2.28em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h2 span {
    font-size: 4.56em;
  }
}

.h3 span {
  font-size: 4em;
}

@media screen and (max-width: 767px) {
  .h3 span {
    font-size: 1.6em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h3 span {
    font-size: 3.2em;
  }
}

.h4 span {
  font-size: 2.8em;
}

@media screen and (max-width: 767px) {
  .h4 span {
    font-size: 1.12em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .h4 span {
    font-size: 2.24em;
  }
}

.p {
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .p {
    margin-bottom: 1.4em;
  }
}

.p span {
  font-family: "Roboto", sans-serif;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .p span {
    font-size: 1.6em;
  }
}

.list-title {
  margin-top: 2.7em;
  margin-bottom: 1.8em;
}

.unordered-list {
  margin-bottom: 3.1em;
}

.unordered-list ul {
  margin-top: 1.4em;
}

.unordered-list li {
  position: relative;
  margin-bottom: 1.4em;
  padding-left: 2.1em;
}

.unordered-list li::before {
  position: absolute;
  top: 1.1em;
  left: .1em;
  width: 1em;
  height: .2em;
  content: '';
  background: #ff0044;
}

.unordered-list span {
  font-size: 1.8em;
  font-weight: 300;
  line-height: 1.35;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .unordered-list span {
    font-size: 2em;
  }
}

@media screen and (max-width: 767px) {
  .unordered-list span {
    font-size: 1.5em;
  }
}

.bold {
  font-weight: 500;
  color: #2e2e2e;
}

.bolder {
  font-weight: 900;
  color: #2e2e2e;
}

.lead {
  margin-bottom: 2.4em;
}

@media screen and (max-width: 767px) {
  .lead {
    margin-bottom: 1.4em;
  }
}

.lead span {
  font-family: "Roboto", sans-serif;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.8em;
}

@media screen and (max-width: 767px) {
  .lead span {
    font-size: 1.6em;
  }
}

.lead span {
  font-weight: 400;
  line-height: 1.7;
  color: rgba(29, 31, 38, 0.7);
}

@media screen and (max-width: 767px) {
  .lead span {
    font-size: 1.8em;
    line-height: 1.5;
  }
}

.quote span {
  font-size: 2.2em;
  font-style: italic;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .quote span {
    font-size: 1.6em;
  }
}

.number span {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: rgba(46, 46, 46, 0.1);
}

.big-caption {
  font-size: 32em;
  font-weight: bold;
  line-height: 1;
  color: rgba(0, 0, 0, 0.03);
}

.company-nav,
.careers-nav {
  position: absolute;
  left: 50%;
  top: 12em;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 1024px) {
  .company-nav,
  .careers-nav {
    position: static;
    margin: 32px auto 32px !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    mix-blend-mode: initial;
  }
}

@media only screen and (max-width: 480px) {
  .company-nav,
  .careers-nav {
    overflow: visible !important;
  }
}

@media only screen and (max-width: 1024px) {
  .company-nav--history,
  .company-nav--meetups,
  .company-nav--join-us,
  .careers-nav--history,
  .careers-nav--meetups,
  .careers-nav--join-us {
    position: absolute;
    left: 0;
    width: 100%;
    top: 62px;
    z-index: 6;
  }
}

.company-nav--about,
.careers-nav--about {
  top: 3em;
}

@media only screen and (max-width: 480px) {
  .company-nav--about,
  .careers-nav--about {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}

.company-nav--mix-blend-mode,
.careers-nav--mix-blend-mode {
  mix-blend-mode: difference;
}

@media only screen and (max-width: 1024px) {
  .company-nav--mix-blend-mode,
  .careers-nav--mix-blend-mode {
    mix-blend-mode: initial;
  }
}

.company-nav--mix-blend-mode__active,
.careers-nav--mix-blend-mode__active {
  mix-blend-mode: initial;
}

.company-nav--mix-blend-mode__active .company-nav__list.management__nav a,
.careers-nav--mix-blend-mode__active .company-nav__list.management__nav a {
  color: #2D2D2D;
}

.company-nav--mix-blend-mode__active .company-nav__list.management__nav a::after,
.careers-nav--mix-blend-mode__active .company-nav__list.management__nav a::after {
  background-color: #ff0044;
}

.company-nav--mix-blend-mode__active .company-nav__list.management__nav a:hover,
.careers-nav--mix-blend-mode__active .company-nav__list.management__nav a:hover {
  color: #ff0044;
}

.company-nav--mix-blend-mode__active .company-nav__list.management__nav a:hover::after,
.careers-nav--mix-blend-mode__active .company-nav__list.management__nav a:hover::after {
  background-color: #ff0044;
}

.company-nav--mix-blend-mode__active .company-nav__list.management__nav a.active,
.careers-nav--mix-blend-mode__active .company-nav__list.management__nav a.active {
  color: #ff0044;
}

.company-nav--mix-blend-mode__active .company-nav__list.management__nav a.active::after,
.careers-nav--mix-blend-mode__active .company-nav__list.management__nav a.active::after {
  background-color: #ff0044;
}

.company-nav--stroke a,
.careers-nav--stroke a {
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.7), 1px -1px 0 rgba(0, 0, 0, 0.7), -1px 1px 0 rgba(0, 0, 0, 0.7), 1px 1px 0 rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 1024px) {
  .company-nav--stroke a,
  .careers-nav--stroke a {
    text-shadow: none;
  }
}

.company-nav__list,
.careers-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .company-nav__list-wrapper::-webkit-scrollbar,
  .careers-nav__list-wrapper::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .company-nav__list,
  .careers-nav__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .company-nav__list,
  .careers-nav__list {
    width: 87.5vw;
    margin: 0 auto 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.company-nav__list li:not(:last-child),
.careers-nav__list li:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .company-nav__list li:not(:last-child),
  .careers-nav__list li:not(:last-child) {
    margin-right: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .company-nav__list li:not(:last-child),
  .careers-nav__list li:not(:last-child) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .company-nav__list li:last-child,
  .careers-nav__list li:last-child {
    margin-right: 0;
  }
}

.company-nav__list a,
.careers-nav__list a {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  text-transform: uppercase;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  font-stretch: normal;
  line-height: 1.38;
  letter-spacing: 0.7px;
  color: white;
}

.company-nav__list a.active,
.careers-nav__list a.active {
  pointer-events: none;
}

@media only screen and (max-width: 1024px) {
  .company-nav__list a,
  .careers-nav__list a {
    color: #2D2D2D;
    text-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .company-nav__list a,
  .careers-nav__list a {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .company-nav__list a,
  .careers-nav__list a {
    font-size: 10px;
    padding-bottom: 5px;
  }
}

.company-nav__list a::after,
.careers-nav__list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 1024px) {
  .company-nav__list a::after,
  .careers-nav__list a::after {
    background-color: #ff0044;
  }
}

.company-nav__list a:hover,
.careers-nav__list a:hover {
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

@media only screen and (max-width: 1024px) {
  .company-nav__list a:hover,
  .careers-nav__list a:hover {
    color: #ff0044;
  }
}

.company-nav__list a:hover::after,
.careers-nav__list a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

@media only screen and (max-width: 1024px) {
  .company-nav__list a:hover::after,
  .careers-nav__list a:hover::after {
    background-color: #ff0044;
  }
}

@media only screen and (max-width: 1024px) {
  .company-nav__list a.active,
  .careers-nav__list a.active {
    color: #ff0044;
  }
}

.company-nav__list a.active::after,
.careers-nav__list a.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: white;
}

@media only screen and (max-width: 1024px) {
  .company-nav__list a.active::after,
  .careers-nav__list a.active::after {
    background-color: #ff0044;
  }
}

.company-nav__list.history__nav a,
.company-nav__list.meetups__nav a,
.company-nav__list.join-us__nav a,
.careers-nav__list.history__nav a,
.careers-nav__list.meetups__nav a,
.careers-nav__list.join-us__nav a {
  color: white;
}

.company-nav__list.history__nav a::after,
.company-nav__list.meetups__nav a::after,
.company-nav__list.join-us__nav a::after,
.careers-nav__list.history__nav a::after,
.careers-nav__list.meetups__nav a::after,
.careers-nav__list.join-us__nav a::after {
  background-color: white;
}

.company-nav__list.history__nav a:hover,
.company-nav__list.meetups__nav a:hover,
.company-nav__list.join-us__nav a:hover,
.careers-nav__list.history__nav a:hover,
.careers-nav__list.meetups__nav a:hover,
.careers-nav__list.join-us__nav a:hover {
  color: white;
}

.company-nav__list.history__nav a:hover::after,
.company-nav__list.meetups__nav a:hover::after,
.company-nav__list.join-us__nav a:hover::after,
.careers-nav__list.history__nav a:hover::after,
.careers-nav__list.meetups__nav a:hover::after,
.careers-nav__list.join-us__nav a:hover::after {
  background-color: white;
}

.company-nav__list.history__nav a.active,
.company-nav__list.meetups__nav a.active,
.company-nav__list.join-us__nav a.active,
.careers-nav__list.history__nav a.active,
.careers-nav__list.meetups__nav a.active,
.careers-nav__list.join-us__nav a.active {
  color: white;
}

.company-nav__list.history__nav a.active::after,
.company-nav__list.meetups__nav a.active::after,
.company-nav__list.join-us__nav a.active::after,
.careers-nav__list.history__nav a.active::after,
.careers-nav__list.meetups__nav a.active::after,
.careers-nav__list.join-us__nav a.active::after {
  background-color: white;
}

.company-nav__list.about__nav a,
.careers-nav__list.about__nav a {
  color: white;
}

.company-nav__list.about__nav a::after,
.careers-nav__list.about__nav a::after {
  background-color: #ff0044;
}

.company-nav__list.about__nav a:hover,
.careers-nav__list.about__nav a:hover {
  color: #ff0044;
}

.company-nav__list.about__nav a:hover::after,
.careers-nav__list.about__nav a:hover::after {
  background-color: #ff0044;
}

.company-nav__list.about__nav a.active,
.careers-nav__list.about__nav a.active {
  color: #ff0044;
}

.company-nav__list.about__nav a.active::after,
.careers-nav__list.about__nav a.active::after {
  background-color: #ff0044;
}

.company-nav__list.clients__nav a::after,
.careers-nav__list.clients__nav a::after {
  background-color: #ff0044;
}

.company-nav__list.clients__nav a:hover,
.careers-nav__list.clients__nav a:hover {
  color: #ff0044;
}

.company-nav__list.clients__nav a:hover::after,
.careers-nav__list.clients__nav a:hover::after {
  background-color: #ff0044;
}

.company-nav__list.clients__nav a.active,
.careers-nav__list.clients__nav a.active {
  color: #ff0044;
}

.company-nav__list.clients__nav a.active::after,
.careers-nav__list.clients__nav a.active::after {
  background-color: #ff0044;
}

.simplified .company-nav {
  margin: 3em auto 4em;
}

.simplified .company-nav__list.management__nav a::after {
  background-color: #ff0044;
}

.simplified .company-nav__list.management__nav a:hover {
  color: #ff0044;
}

.simplified .company-nav__list.management__nav a:hover::after {
  background-color: #ff0044;
}

.simplified .company-nav__list.management__nav a.active {
  color: #ff0044;
}

.simplified .company-nav__list.management__nav a.active::after {
  background-color: #ff0044;
}

/**
 * Component Logo
 **/

/**
 * Component Navigation
 **/

/**
 * Component Request Estimate link
 **/

/**
 * Component Button
 **/

/**
 * Component Form Fields
 **/

.c-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.c-button_wrap {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-button_wrap svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-button_wrap g {
  fill: #2e2e2e;
}

.c-button_content {
  position: relative;
  z-index: 2;
  padding: 0 20px;
  text-align: center;
  white-space: nowrap;
  outline: 0;
}

.c-field {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.04);
}

.c-field input::-webkit-input-placeholder,
.c-field textarea::-webkit-input-placeholder {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: rgba(29, 31, 38, 0.75);
  margin-bottom: 0.665em;
}

@media only screen and (max-width: 767px) {
  .c-field input::-webkit-input-placeholder,
  .c-field textarea::-webkit-input-placeholder {
    font-size: 13px;
    line-height: 1.53;
  }
}

.c-field input::-moz-placeholder,
.c-field textarea::-moz-placeholder {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: rgba(29, 31, 38, 0.75);
  margin-bottom: 0.665em;
}

@media only screen and (max-width: 767px) {
  .c-field input::-moz-placeholder,
  .c-field textarea::-moz-placeholder {
    font-size: 13px;
    line-height: 1.53;
  }
}

.c-field input:-ms-input-placeholder,
.c-field textarea:-ms-input-placeholder {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.33;
  color: rgba(29, 31, 38, 0.75);
  margin-bottom: 0.665em;
}

@media only screen and (max-width: 767px) {
  .c-field input:-ms-input-placeholder,
  .c-field textarea:-ms-input-placeholder {
    font-size: 13px;
    line-height: 1.53;
  }
}

.c-field.error {
  border-color: #ff0044;
}

.c-field.c-field--focused {
  border-color: white;
}

.c-field_label {
  color: #aeaeae;
}

.c-field_label span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.57;
  color: rgba(29, 31, 38, 0.85);
  margin-bottom: 0.785em;
  color: white;
}

.c-textfield {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-textfield {
    height: 4.2em;
    padding: 1.1em 1.2em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .c-textfield {
    height: 3.9em;
    padding: 1em .8em;
  }
}

@media only screen and (min-width: 1280px) {
  .c-textfield {
    height: 4.2em;
    padding: 1.1em;
  }
}

.c-textarea {
  width: 100%;
}

.c-radiobutton {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  cursor: default;
}

.c-radiobutton label {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1.8em;
}

@media only screen and (max-width: 767px) {
  .c-radiobutton label {
    padding-left: 5em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-radiobutton label {
    padding-left: 5.5em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .c-radiobutton label {
    padding-left: 4.9em;
  }
}

@media only screen and (min-width: 1280px) {
  .c-radiobutton label {
    padding-left: 5.2em;
  }
}

.c-radiobutton span {
  font-size: 1.6em;
  color: #5c5c5c;
}

.ui-radio + i {
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -1.2em;
  background-image: url(/assets/files/button_radio-716aa557650ee01a87ab699309a2d98d.png);
  background-repeat: no-repeat;
  background-position: 0 -2.4em;
  background-size: 2.4em;
}

@media only screen and (min-width: 320px) and (min-device-pixel-ratio: 2), (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 320px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 320px) and (min-resolution: 192dpi), (min-width: 320px) and (min-resolution: 2dppx) {
  .ui-radio + i {
    background-image: url(/assets/files/button_radio@2x-a10d7fe537933f98c97a213f9940b38b.png);
    background-position: 0 -2.4em;
  }
}

.ui-radio:checked + i {
  background-image: url(/assets/files/button_radio-716aa557650ee01a87ab699309a2d98d.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.4em;
}

@media only screen and (min-width: 320px) and (min-device-pixel-ratio: 2), (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 320px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 320px) and (min-resolution: 192dpi), (min-width: 320px) and (min-resolution: 2dppx) {
  .ui-radio:checked + i {
    background-image: url(/assets/files/button_radio@2x-a10d7fe537933f98c97a213f9940b38b.png);
    background-position: 0 0;
  }
}

.ui-checkbox + i {
  width: 2.4em;
  height: 2.4em;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  margin-top: -1.2em;
  background-image: url(/assets/files/button_checkbox-f780c9e935ac16132ccd399ead1ba665.png);
  background-repeat: no-repeat;
  background-position: 0 -2.4em;
  background-size: 2.4em;
}

@media only screen and (min-width: 320px) and (min-device-pixel-ratio: 2), (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 320px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 320px) and (min-resolution: 192dpi), (min-width: 320px) and (min-resolution: 2dppx) {
  .ui-checkbox + i {
    background-image: url(/assets/files/button_checkbox@2x-5e6ecf1b0fb859d82f582d79f9c06b05.png);
    background-position: 0 -2.4em;
  }
}

.ui-checkbox:checked + i {
  background-image: url(/assets/files/button_checkbox-f780c9e935ac16132ccd399ead1ba665.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.4em;
}

@media only screen and (min-width: 320px) and (min-device-pixel-ratio: 2), (min-width: 320px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 320px) and (-o-min-device-pixel-ratio: 2/1), (min-width: 320px) and (min-resolution: 192dpi), (min-width: 320px) and (min-resolution: 2dppx) {
  .ui-checkbox:checked + i {
    background-image: url(/assets/files/button_checkbox@2x-5e6ecf1b0fb859d82f582d79f9c06b05.png);
    background-position: 0 0;
  }
}

.ui-radio,
.ui-checkbox {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 2.4em;
  height: 2.4em;
  margin-top: -1.2em;
  opacity: 0;
  cursor: pointer;
}

.ui-textfield,
.ui-textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: none;
}

@media only screen and (max-width: 1024px) {
  .ui-textfield,
  .ui-textarea {
    font-size: 1.8em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .ui-textfield,
  .ui-textarea {
    font-size: 1.6em;
  }
}

@media only screen and (min-width: 1280px) {
  .ui-textfield,
  .ui-textarea {
    font-size: 1.8em;
  }
}

.ui-textfield ~ .c-field_label,
.ui-textarea ~ .c-field_label {
  position: absolute;
  top: -28px;
  left: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.ui-textfield.full ~ .c-field_label,
.ui-textarea.full ~ .c-field_label {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .ui-textfield.full ~ .c-field_label,
  .ui-textarea.full ~ .c-field_label {
    top: -28px;
  }
}

@media only screen and (min-width: 1025px) {
  .ui-textfield.full ~ .c-field_label,
  .ui-textarea.full ~ .c-field_label {
    top: -28px;
  }
}

.ui-textfield.required ~ .c-field_label,
.ui-textarea.required ~ .c-field_label {
  padding-right: 1.4em;
}

.ui-textfield.required ~ .c-field_label:after,
.ui-textarea.required ~ .c-field_label:after {
  font-size: 1.4em;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  content: '*';
  color: #ff0044;
}

.ui-textfield {
  width: 100%;
}

.ui-textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  resize: none;
}

@media only screen and (max-width: 1024px) {
  .ui-textarea {
    padding: 0.66667em 0.5em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .ui-textarea {
    padding: 0.75em 0.5625em;
  }
}

@media only screen and (min-width: 1280px) {
  .ui-textarea {
    padding: 0.66667em 0.5em;
  }
}

/**
 * Component Popup
 **/

.c-popup_close {
  background: url(/assets/files/i-32-cross-76729f95be7b00e31ac302e6064b6937.svg) 50% 50% no-repeat transparent;
  opacity: 0.7;
  background-size: auto 32px;
  position: absolute;
  z-index: 500;
  color: white;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 64px;
  height: 64px;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.c-popup_close:hover {
  opacity: 1;
  background-color: #ff0044;
}

@media only screen and (max-width: 1024px) {
  .c-popup_close {
    position: fixed;
  }
}

.c-popup_content {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-popup.request_estimate {
  margin: auto;
  z-index: 2;
  background-color: #18191c;
}

@media only screen and (max-width: 1024px) {
  .c-popup.request_estimate {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 1024px) {
  .c-popup.request_estimate .c-popup_content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    min-height: 100%;
  }
}

.c-request_estimate {
  position: fixed;
  z-index: 40;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .c-request_estimate {
    top: 0;
    height: 100%;
    left: 0;
    background: #fff;
    overflow-x: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .c-request_estimate {
    top: 0;
    height: 100%;
  }
}

.c-request_estimate.finished .c-request_estimate_form {
  display: none;
}

.c-request_estimate.active .request_estimate_container {
  opacity: 1;
}

.request_estimate_container {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow-y: auto;
}

.c-slide.request_estimate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(29, 31, 38, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-request_estimate-slide {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bfbfbf;
  background-color: rgba(29, 31, 38, 0.9);
}

@media only screen and (max-width: 767px) {
  .b-request_estimate-slide {
    min-height: 570px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_estimate-slide {
    min-height: 600px;
  }
}

.b-request_estimate-slide .b-request_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  background-color: #18191c;
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content {
    width: 100%;
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content {
    padding: 72px 64px 64px;
  }
}

@media only screen and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content {
    padding: 64px 0 0;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content {
    width: calc(calc(100vw - 155px) / 12 * 8 - 1px);
  }
}

@media only screen and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-request_estimate-slide .b-request_content_part {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-request_estimate-slide .b-request_content_part_inner {
  padding: 48px 0 56px;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .b-request_estimate-slide .b-request_content_part_inner {
    padding: 32px 0 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part_inner {
    padding: unset;
  }
}

.b-request_estimate-slide .b-request_content_part .b-request_form_inner {
  width: 100%;
  overflow: hidden;
}

.b-request_estimate-slide .b-request_content_part-1 {
  padding-right: 56px;
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: 64px;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: 72px;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: unset;
    background-color: #18191c;
    padding: 48px 60px 64px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-inline: 32px;
  }
}

@media only screen and (max-width: 459px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-inline: 24px;
  }
}

.b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
  padding-left: 64px;
  width: calc(8 * calc(100vw - 155px) / 12 - 67px);
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    padding-left: 56px;
    width: calc(7 * calc(100vw - 155px) / 12 - 56px);
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(7 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1560px) and (max-width: 1799px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(6 * calc(100vw - 155px) / 12 - 76px);
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(5 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(4 * calc(100vw - 155px) / 12 - 80px);
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: 100%;
    padding-left: unset;
  }
}

.b-request_estimate-slide .b-request_content_part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 56px;
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    border-right: unset;
    padding-left: unset;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    padding-left: 64px;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    padding-left: 72px;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    padding-left: 80px;
  }
}

.b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
  padding-right: 56px;
  height: 100%;
  width: calc(calc(100vw - 155px) / 12 * 5 - 112px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 64px;
  width: calc(4 * calc(100vw - 155px) / 12 - 64px);
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    padding-right: 56px;
    width: calc(5 * calc(100vw - 155px) / 12 - 56px);
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(5 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1560px) and (max-width: 1799px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(4 * calc(100vw - 155px) / 12 - 73px);
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(5 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(4 * calc(100vw - 155px) / 12 - 80px);
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: auto;
    padding-right: unset;
    gap: 32px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    padding-inline: 32px;
  }
}

@media only screen and (max-width: 459px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    padding-inline: 24px;
  }
}

.b-request_paragraph {
  font-family: "TT Hoves Pro", "Arial", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 22px;
  line-height: 1.27;
}

@media only screen and (min-width: 1360px) and (max-width: 1799px) {
  .b-request_paragraph {
    font-size: 24px;
    line-height: 1.33;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_paragraph {
    font-size: clamp(24px, calc(-36.5042px + 3.36134vw), 28px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_paragraph {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_paragraph {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_paragraph {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 459px) {
  .b-request_paragraph {
    font-size: 22px;
    line-height: 28px;
  }
}

/**
 * Component Shadow
 **/

.c-shadow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
  background: #000000;
}

@media only screen and (max-width: 1024px) {
  .c-request_estimate .c-shadow {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-request_estimate.active .c-shadow {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/**
 * Component Request Estimate
 **/

.c-logo {
  position: relative;
  left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-logo {
    z-index: 2;
    -webkit-transition: opacity .4s ease .2s;
    -o-transition: opacity .4s ease .2s;
    transition: opacity .4s ease .2s;
    opacity: 1;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-logo {
    left: -12px;
  }
}

@media only screen and (max-width: 767px) {
  .c-logo {
    left: -14px;
  }
}

@media only screen and (max-width: 1024px) {
  .collapse .c-logo {
    display: none;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    opacity: 0;
  }
}

.c-logo:before {
  display: block;
  width: 21em;
  height: 4.6em;
  content: ' ';
  background-image: url(/assets/files/mercdev-logo-black-38738ac3e55531f1867e301e1fef28e5.svg), url(/assets/files/mercdev-logo-white-b6d4fd7c7e2c4b757714ae0a197997cc.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain, 0;
  -webkit-transition: background-image .3s ease-in-out;
  -o-transition: background-image .3s ease-in-out;
  transition: background-image .3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .c-logo:before {
    width: 17em;
    height: 3.6em;
  }
}

@media only screen and (max-width: 767px) {
  .c-logo:before {
    width: 14em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .c-logo:before {
    background-image: url(/assets/files/mercdev-logo-mini-black-12bee38d5d86ed21a16b463efc5cb637.svg), url(/assets/files/mercdev-logo-mini-white-c4bd644c578c2efc735217e919ecd1c1.svg);
    width: 8em;
    height: 6em;
  }
}

@media only screen and (min-width: 1025px) {
  .c-logo:before {
    margin-top: -6px;
  }

  .l-header--transparent .c-logo:before {
    background-image: url(/assets/files/mercdev-logo-white-b6d4fd7c7e2c4b757714ae0a197997cc.svg), url(/assets/files/mercdev-logo-black-38738ac3e55531f1867e301e1fef28e5.svg);
  }
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) and (max-width: 1279px) {
  .l-header--transparent .c-logo:before {
    background-image: url(/assets/files/mercdev-logo-mini-white-c4bd644c578c2efc735217e919ecd1c1.svg), url(/assets/files/mercdev-logo-mini-black-12bee38d5d86ed21a16b463efc5cb637.svg);
    width: 8em;
    height: 6em;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .c-logo:before {
    margin-top: 0px;
  }
}

@-webkit-keyframes logo-fade-out {
  to {
    display: none;
    opacity: 0;
  }
}

@keyframes logo-fade-out {
  to {
    display: none;
    opacity: 0;
  }
}

@-webkit-keyframes logo-fade-in {
  to {
    display: block;
    opacity: 1;
  }
}

@keyframes logo-fade-in {
  to {
    display: block;
    opacity: 1;
  }
}

@media only screen and (max-width: 1024px) {
  .c-nav {
    position: fixed;
    z-index: 1;
    top: .8em;
    right: 1.2em;
    width: 4.4em;
    height: 4.4em;
    -webkit-transition: all 216.66667ms ease 416.66667ms;
    -o-transition: all 216.66667ms ease 416.66667ms;
    transition: all 216.66667ms ease 416.66667ms;
  }

  .c-nav.active {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .c-nav.active .c-nav_wrap {
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    -webkit-transition: opacity 416.66667ms ease 216.66667ms;
    -o-transition: opacity 416.66667ms ease 216.66667ms;
    transition: opacity 416.66667ms ease 216.66667ms;
    opacity: 1;
  }

  .c-nav:before {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 4.4em;
    height: 4.4em;
    content: '';
    -webkit-transition: all 633.33333ms ease, opacity 633.33333ms ease 416.66667ms;
    -o-transition: all 633.33333ms ease, opacity 633.33333ms ease 416.66667ms;
    transition: all 633.33333ms ease, opacity 633.33333ms ease 416.66667ms;
    opacity: 0;
    border-radius: 2.2em;
    background: #fff;
  }

  .c-nav:after {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 6.2em;
    content: '';
    -webkit-transition: all 633.33333ms ease;
    -o-transition: all 633.33333ms ease;
    transition: all 633.33333ms ease;
    background: #fff;
  }

  .c-nav.active:after {
    opacity: 0;
  }

  .c-nav.collapse:after {
    top: .8em;
    right: 1.2em;
    width: 4.4em;
    height: 4.4em;
    border-radius: 2.2em;
  }
}

@media only screen and (orientation: landscape) and (max-width: 1024px) {
  .c-nav.active:before {
    top: 50%;
    right: 50%;
    width: 300vw;
    height: 300vw;
    margin: -150vw -150vw 0 0;
    -webkit-transition: all 633.33333ms ease, opacity 1ms ease;
    -o-transition: all 633.33333ms ease, opacity 1ms ease;
    transition: all 633.33333ms ease, opacity 1ms ease;
    opacity: 1;
    border-radius: 150vw;
  }
}

@media only screen and (orientation: portrait) and (max-width: 1024px) {
  .c-nav.active:before {
    top: 50%;
    right: 50%;
    width: 300vh;
    height: 300vh;
    margin: -150vh -150vh 0 0;
    -webkit-transition: all 633.33333ms ease, opacity 1ms ease;
    -o-transition: all 633.33333ms ease, opacity 1ms ease;
    transition: all 633.33333ms ease, opacity 1ms ease;
    opacity: 1;
    border-radius: 150vh;
  }
}

@media only screen and (max-width: 767px) {
  .c-nav.active:after {
    z-index: 4;
    background-color: white;
    opacity: 1;
    pointer-events: none;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (max-width: 1024px) {
  .c-nav_wrap {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 0;
    height: 0;
    -webkit-transition: all 0.5s ease 416.66667ms, opacity 416.66667ms ease;
    -o-transition: all 0.5s ease 416.66667ms, opacity 416.66667ms ease;
    transition: all 0.5s ease 416.66667ms, opacity 416.66667ms ease;
    opacity: 0;
  }
}

@media only screen and (max-width: 767px) {
  .c-nav_wrap {
    padding: 9em 0 10em 4em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    padding: 10em 0 4em;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_list {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.c-nav_overlay {
  position: fixed;
  z-index: 4;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 6.2em;
  background: #fff;
  -webkit-box-shadow: 0 0 4px 2px #ccc;
  box-shadow: 0 0 4px 2px #ccc;
}

@media only screen and (max-width: 767px) {
  .c-nav_overlay {
    z-index: 5;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_overlay {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.c-nav_ico {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .c-nav_ico {
    position: absolute;
    z-index: 4;
    top: 1.4em;
    right: 1em;
    display: block;
    width: 2.4em;
    height: 1.6em;
  }

  .c-nav_ico:before {
    padding: 28px 46px;
    content: '';
  }
}

@media only screen and (max-width: 767px) {
  .c-nav_ico {
    z-index: 5;
  }
}

.c-nav_ico.active .top {
  top: 0.7em;
  -webkit-transition: top 233.33333ms ease-in-out 33.33333ms, -webkit-transform 266.66667ms ease-in-out 333.33333ms;
  transition: top 233.33333ms ease-in-out 33.33333ms, -webkit-transform 266.66667ms ease-in-out 333.33333ms;
  -o-transition: top 233.33333ms ease-in-out 33.33333ms, transform 266.66667ms ease-in-out 333.33333ms;
  transition: top 233.33333ms ease-in-out 33.33333ms, transform 266.66667ms ease-in-out 333.33333ms;
  transition: top 233.33333ms ease-in-out 33.33333ms, transform 266.66667ms ease-in-out 333.33333ms, -webkit-transform 266.66667ms ease-in-out 333.33333ms;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.c-nav_ico.active .middle {
  top: 50%;
  margin-top: -.1em;
  -webkit-transition: -webkit-transform 266.66667ms ease-in-out 333.33333ms;
  transition: -webkit-transform 266.66667ms ease-in-out 333.33333ms;
  -o-transition: transform 266.66667ms ease-in-out 333.33333ms;
  transition: transform 266.66667ms ease-in-out 333.33333ms;
  transition: transform 266.66667ms ease-in-out 333.33333ms, -webkit-transform 266.66667ms ease-in-out 333.33333ms;
  -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
  transform: rotate(45deg) translate3d(0, 0, 0);
}

.c-nav_ico.active .bottom {
  bottom: 0.7em;
  -webkit-transition: bottom 233.33333ms ease-in-out 33.33333ms, -webkit-transform 300ms ease-in-out 333.33333ms;
  transition: bottom 233.33333ms ease-in-out 33.33333ms, -webkit-transform 300ms ease-in-out 333.33333ms;
  -o-transition: bottom 233.33333ms ease-in-out 33.33333ms, transform 300ms ease-in-out 333.33333ms;
  transition: bottom 233.33333ms ease-in-out 33.33333ms, transform 300ms ease-in-out 333.33333ms;
  transition: bottom 233.33333ms ease-in-out 33.33333ms, transform 300ms ease-in-out 333.33333ms, -webkit-transform 300ms ease-in-out 333.33333ms;
  -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
  transform: rotate(-45deg) translate3d(0, 0, 0);
}

@media only screen and (max-width: 1024px) {
  .c-nav_ico_line {
    position: absolute;
    left: 0;
    width: 100%;
    height: .2em;
    -webkit-transition: all 266.66667ms ease-in-out 33.33333ms;
    -o-transition: all 266.66667ms ease-in-out 33.33333ms;
    transition: all 266.66667ms ease-in-out 33.33333ms;
    /*webGl hack*/
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border-radius: .1em;
    background-color: #ed3d24;
  }

  .c-nav_ico_line.top {
    top: 0;
  }

  .c-nav_ico_line.middle {
    top: 50%;
    margin-top: -.1em;
  }

  .c-nav_ico_line.bottom {
    bottom: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav_ico_line {
    display: none;
  }
}

.c-nav_link_wrap {
  -webkit-transition: background-color .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out;
  transition: background-color .3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .c-nav_link_wrap {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_link_wrap {
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav_link_wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .c-nav_link_wrap:hover,
  .c-nav_link_wrap.active {
    background-color: white;
  }

  .c-nav_link_wrap:hover .c-nav_link span,
  .c-nav_link_wrap.active .c-nav_link span {
    color: #ff0044;
  }

  .l-header--transparent .c-nav_link_wrap:hover,
  .l-header--transparent .c-nav_link_wrap.active {
    background-color: transparent;
  }
}

.c-nav_link_wrap .b-nav_customer_support span,
.c-nav_link_wrap .b-nav_customer_login span {
  color: rgba(29, 31, 38, 0.85);
}

.c-nav_link {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .c-nav_link {
    line-height: 54px;
    display: block;
  }

  .c-nav_link span {
    color: rgba(29, 31, 38, 0.85);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 4em 0;
    text-align: center;
  }

  .c-nav_link:hover {
    background: #fcd9d4;
  }

  .c-nav_link span {
    font-size: 32px;
    line-height: 1em;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.9em;
  }

  .c-nav_link span {
    font-size: 14px;
  }

  .l-header--transparent .c-nav_link span {
    color: white;
  }
}

.c-nav_link span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  color: #1d1f26;
  margin-bottom: 0.69em;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_link span {
    font-size: 32px;
  }
}

@media only screen and (max-width: 767px) {
  .c-nav_footer {
    margin-top: 3em;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .c-nav_footer {
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .c-nav_footer {
    margin-bottom: 3em;
  }
}

@media only screen and (min-width: 1025px) {
  .c-nav_footer {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse nowrap;
    -ms-flex-flow: column-reverse nowrap;
    flex-flow: column-reverse nowrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    top: -40px;
    min-height: 15em;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .c-nav_footer {
    margin-bottom: 10em;
  }
}

@media only screen and (max-width: 1024px) {
  .b-nav_request_estimate_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-nav_request_estimate_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1025px) {
  .b-nav_request_estimate_link {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .b-nav_customer_support,
  .b-nav_customer_login {
    display: none;
  }
}

.b-nav_footer_text {
  padding: 1.1em 0 1em;
  text-decoration: underline;
  opacity: .35;
  color: black;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-nav_footer_text {
    opacity: 1;
    color: #909090;
  }
}

.b-nav_footer_text span {
  font-size: 1.4em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-nav_footer_text span {
    font-size: 1.6em;
  }
}

.b-nav_footer_email {
  display: inline-block;
  vertical-align: top;
}

.c-request_estimate_link {
  position: relative;
}

@media only screen and (min-width: 1025px) {
  .c-request_estimate_link {
    width: 21em;
  }
}

@media only screen and (max-width: 767px) {
  .c-request_estimate_link {
    letter-spacing: .08em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-request_estimate_link {
    letter-spacing: 1.6px;
  }
}

@media only screen and (min-width: 1025px) {
  .l-header--transparent .c-request_estimate_link {
    color: white;
  }
}

@media only screen and (max-width: 1024px) {
  .c-request_estimate_link svg {
    width: 100%;
    height: 100%;
  }
}

.c-request_estimate_link .c-request_estimate_link_value_less-desktop {
  display: none;
  font-size: inherit;
}

@media only screen and (max-width: 1024px) {
  .c-request_estimate_link .c-request_estimate_link_value_less-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .c-request_estimate_link .c-request_estimate_link_value_less-desktop {
    height: 54px;
  }
}

.c-request_estimate_button {
  display: none;
  text-transform: none;
}

@media only screen and (min-width: 1025px) {
  .c-request_estimate_button {
    display: block;
  }
}

.c-request_estimate_link_icon {
  position: relative;
  margin-right: .62em;
}

@media only screen and (max-width: 767px) {
  .c-request_estimate_link_icon {
    width: 14px;
    height: 14px;
    margin-right: .6em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-request_estimate_link_icon {
    width: 32px;
    height: 32px;
    margin-right: 1.2em;
  }
}

.c-request_estimate_link_icon svg g {
  fill: #ff0044;
}

.landing__request-estimate-section {
  position: relative;
  padding: 160px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #121418;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .landing__request-estimate-section {
    padding-top: unset;
    padding-bottom: unset;
  }
}

.landing__request-estimate-section::before {
  content: "CONTACT US";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 300px;
  line-height: 1.07;
  color: rgba(146, 161, 174, 0.1);
  letter-spacing: 6px;
  margin-bottom: 0.535em;
  letter-spacing: 10px;
  white-space: nowrap;
  color: #1d1f26;
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .landing__request-estimate-section::before {
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (max-width: 1024px) {
  .landing__request-estimate-section::before {
    display: none;
  }
}

.landing__request-estimate-section .b-request_estimate-slide {
  position: relative;
  z-index: 2;
  background-color: transparent;
  min-height: 0;
  font-size: 10px;
  overflow: visible;
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .landing__request-estimate-section .b-request_submit {
    margin-left: 20px;
  }
}

.b-request_bg {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (max-width: 1024px) {
  .b-request_bg {
    border: unset;
  }
}

.b-request_bg_inner {
  width: 100%;
  height: 100%;
}

.b-request_bg .b-request_content,
.b-request_bg .b-request_content_part-1 {
  height: 100%;
}

.b-request_content {
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .b-request_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.b-request_result {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1280px) {
  .b-request_result_fail {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.b-request_result_content {
  height: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1280px) {
  .b-request_result_content {
    min-width: 480px;
  }
}

.b-request_result_wrap {
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.b-request_estimate-slide-cols {
  font-size: 10px;
  width: 100%;
}

.b-request_title {
  width: 100%;
  text-transform: uppercase;
  font-family: "Sofia", "Arial", sans-serif;
  color: #ff0044;
  font-size: 44px;
  line-height: 1.09;
  letter-spacing: 3.52px;
  font-weight: 800;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_title {
    font-size: 52px;
    line-height: 1.15;
    letter-spacing: 4.16px;
  }
}

@media only screen and (min-width: 1560px) and (max-width: 1799px) {
  .b-request_title {
    font-size: 48px;
    line-height: 60px;
    letter-spacing: 3.84px;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_title {
    font-size: clamp(48px, calc(-73.0084px + 6.72269vw), 56px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_title {
    font-size: 64px;
    line-height: 72px;
    letter-spacing: 5.12px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_title {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 16px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_title {
    font-size: 68px;
    line-height: 72px;
    letter-spacing: 5.44px;
  }
}

@media only screen and (min-width: 380px) and (max-width: 459px) {
  .b-request_title {
    font-size: 52px;
    line-height: 56px;
    letter-spacing: 4.16px;
  }
}

@media only screen and (max-width: 379px) {
  .b-request_title {
    font-size: 44px;
    line-height: 48px;
    letter-spacing: 3.52px;
  }
}

.b-request_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.b-request_contact .l-mail-link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-transform: uppercase;
  font-family: "Sofia", "Arial", sans-serif;
  font-weight: 900;
  color: #ff0044;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  pointer-events: all;
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_contact .l-mail-link {
    font-size: 22px;
    line-height: 1.27;
    letter-spacing: 2.2px;
  }
}

@media only screen and (min-width: 1560px) {
  .b-request_contact .l-mail-link {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 2px;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_contact .l-mail-link {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.4px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_contact .l-mail-link {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2.4px;
  }
}

@media only screen and (min-width: 380px) and (max-width: 459px) {
  .b-request_contact .l-mail-link {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 2.1px;
  }
}

@media only screen and (max-width: 379px) {
  .b-request_contact .l-mail-link {
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1.7px;
  }
}

.b-request_contact .l-mail-link:hover {
  color: white;
}

.b-request_contact .l-mail-link:active {
  color: rgba(255, 255, 255, 0.75);
}

.b-request_contact .l-phone-link a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "Sofia", "Arial", sans-serif;
  color: white;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  pointer-events: all;
}

@media only screen and (min-width: 1360px) and (max-width: 1919px) {
  .b-request_contact .l-phone-link a {
    font-size: 36px;
    line-height: 1.11;
    letter-spacing: 2.88px;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_contact .l-phone-link a {
    font-size: 40px;
    line-height: 48px;
    letter-spacing: 3.2px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_contact .l-phone-link a {
    font-size: 44px;
    line-height: 1;
    letter-spacing: 3.52px;
  }
}

@media only screen and (min-width: 380px) and (max-width: 459px) {
  .b-request_contact .l-phone-link a {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 3.04px;
  }
}

@media only screen and (max-width: 379px) {
  .b-request_contact .l-phone-link a {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 2.56px;
  }
}

.b-request_contact .l-phone-link a:hover {
  color: #ff0044;
}

.b-request_contact .l-phone-link a:active {
  color: #ed4159;
}

.b-request_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin: 25px 0 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_footer {
    margin: 40px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .b-request_footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1280px) {
  .b-request_bg .b-request_footer {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .b-request_content {
    width: 100%;
  }

  .b-request_content .b-request_submit {
    width: 178px;
    margin: 27px 0 0;
  }

  .b-request_content .b-request_radio-wrapper {
    margin-top: 20px;
  }

  .b-request_content .b-request_radio .c-radiobutton {
    margin-bottom: 26px;
  }

  .b-request_content .b-request_radio .c-radiobutton:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .b-request_content .b-request_radio .c-radiobutton:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }

  .b-request_content .b-request_radio .c-radiobutton:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }

  .b-request_content .b-request_radio .c-radiobutton:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
  }

  .b-request_content .b-request_radio .c-radiobutton:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
  }

  .b-request_content .b-request_radio .c-radiobutton:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
  }

  .b-request_content .b-request_radio .c-radiobutton .b-request_radio_custom {
    top: -11px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_content {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .b-request_content .b-request_submit {
    width: 178px;
    margin: 0;
  }

  .b-request_content .c-field.c-textarea {
    height: 137px;
    margin: 7em auto 0;
  }

  .b-request_content .b-request_user {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .b-request_content .b-request_user .c-field {
    display: inline-block;
    width: calc(50% - 8px);
    margin: 0;
  }

  .b-request_content .b-request_company {
    padding: 0;
  }

  .b-request_content .b-request_radio {
    display: block;
    padding: 10px 0 0 16px;
  }

  .b-request_content .b-request_radio-wrapper {
    margin-top: 40px;
  }

  .b-request_content .b-request_radio .c-radiobutton {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 27px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) {
  .b-request_content .b-request_radio .c-radiobutton {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_content .b-request_radio .c-radiobutton:last-child {
    margin-bottom: 15px;
  }

  .b-request_content .b-request_radio .c-radiobutton label {
    padding-left: 38px;
  }

  .b-request_content .b-request_radio .c-radiobutton .b-request_radio_custom {
    width: 190px;
  }
}

@media only screen and (min-width: 1025px) {
  .b-request_content .b-request_submit {
    width: 178px;
  }

  .b-request_content .b-request_contact {
    bottom: -2px;
    left: 121px;
  }

  .b-request_content .c-field.c-textarea {
    height: 107px;
  }

  .b-request_content .b-request_user {
    margin-bottom: 28px;
  }

  .b-request_content .b-request_radio {
    padding: 10px 0 0 10px;
  }

  .b-request_content .b-request_radio-wrapper {
    margin-top: 20px;
  }

  .b-request_content .b-request_radio .c-radiobutton {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 25px;
    width: 50%;
  }

  .b-request_content .b-request_radio .c-radiobutton label {
    padding-left: 38px;
  }

  .b-request_content .b-request_radio .c-radiobutton:last-child {
    margin-top: 0;
  }

  .b-request_content .b-request_radio .c-radiobutton .b-request_radio_custom {
    top: -14px;
  }
}

@media only screen and (min-width: 1280px) {
  .b-request_content .b-request_submit {
    width: 178px;
    margin: 0;
  }

  .b-request_content .c-field {
    height: 42px;
    padding: 11px 11px 10px;
  }

  .b-request_content .c-field input,
  .b-request_content .c-field textarea {
    font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.33;
    color: rgba(29, 31, 38, 0.75);
    margin-bottom: 0.665em;
    color: white;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 767px) {
  .b-request_content .c-field input,
  .b-request_content .c-field textarea {
    font-size: 13px;
    line-height: 1.53;
  }
}

@media only screen and (min-width: 1280px) {
  .b-request_content .c-field input::-webkit-input-placeholder,
  .b-request_content .c-field textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  .b-request_content .c-field input::-moz-placeholder,
  .b-request_content .c-field textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  .b-request_content .c-field input::-ms-input-placeholder,
  .b-request_content .c-field textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  .b-request_content .c-field input::placeholder,
  .b-request_content .c-field textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
  }

  .b-request_content .c-field.error input,
  .b-request_content .c-field.error textarea {
    color: #ff0044;
  }

  .b-request_content .c-field.c-textarea {
    height: 145px;
  }

  .b-request_content .b-request_user {
    margin-bottom: 35px;
  }

  .b-request_content .b-request_user .c-field {
    width: calc(50% - 20px);
  }

  .b-request_bg_inner .b-request_content .b-request_user .c-field {
    width: 270px;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1024px) {
  .b-request_content .b-request_user .c-field {
    width: 250px;
    max-width: 65vw;
  }
}

@media only screen and (min-width: 1280px) {
  .b-request_content .b-request_user .c-field:first-child {
    margin-right: 40px;
  }

  .b-request_content .b-request_radio {
    padding: 15px 0 0 13px;
  }

  .b-request_content .b-request_radio .c-radiobutton {
    display: inline-block;
    margin-bottom: 27px;
  }

  .b-request_content .b-request_radio .b-request_radio_custom {
    font-size: 16px;
    line-height: 18px;
    height: 38px;
    padding: 10px 8px 10px;
  }
}

/**
 * Component Header
 **/

.c-slide.request_estimate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(29, 31, 38, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-request_estimate-slide {
  position: relative;
  z-index: 2;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #bfbfbf;
  background-color: rgba(29, 31, 38, 0.9);
}

@media only screen and (max-width: 767px) {
  .b-request_estimate-slide {
    min-height: 570px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_estimate-slide {
    min-height: 600px;
  }
}

.b-request_estimate-slide .b-request_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  background-color: #18191c;
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content {
    width: 100%;
    background-color: transparent;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content {
    padding: 72px 64px 64px;
  }
}

@media only screen and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content {
    padding: 64px 0 0;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content {
    width: calc(calc(100vw - 155px) / 12 * 8 - 1px);
  }
}

@media only screen and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.b-request_estimate-slide .b-request_content_part {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.b-request_estimate-slide .b-request_content_part_inner {
  padding: 48px 0 56px;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .b-request_estimate-slide .b-request_content_part_inner {
    padding: 32px 0 48px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part_inner {
    padding: unset;
  }
}

.b-request_estimate-slide .b-request_content_part .b-request_form_inner {
  width: 100%;
  overflow: hidden;
}

.b-request_estimate-slide .b-request_content_part-1 {
  padding-right: 56px;
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: 64px;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: 72px;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-right: unset;
    background-color: #18191c;
    padding: 48px 60px 64px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-inline: 32px;
  }
}

@media only screen and (max-width: 459px) {
  .b-request_estimate-slide .b-request_content_part-1 {
    padding-inline: 24px;
  }
}

.b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
  padding-left: 64px;
  width: calc(8 * calc(100vw - 155px) / 12 - 67px);
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    padding-left: 56px;
    width: calc(7 * calc(100vw - 155px) / 12 - 56px);
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(7 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1560px) and (max-width: 1799px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(6 * calc(100vw - 155px) / 12 - 76px);
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(5 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: calc(4 * calc(100vw - 155px) / 12 - 80px);
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-1 .b-request_content_part_inner {
    width: 100%;
    padding-left: unset;
  }
}

.b-request_estimate-slide .b-request_content_part-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 56px;
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    border-right: unset;
    padding-left: unset;
    margin-bottom: 32px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1359px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    padding-left: 64px;
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    padding-left: 72px;
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-2 {
    padding-left: 80px;
  }
}

.b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
  padding-right: 56px;
  height: 100%;
  width: calc(calc(100vw - 155px) / 12 * 5 - 112px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 64px;
  width: calc(4 * calc(100vw - 155px) / 12 - 64px);
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    padding-right: 56px;
    width: calc(5 * calc(100vw - 155px) / 12 - 56px);
  }
}

@media only screen and (min-width: 1360px) and (max-width: 1559px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(5 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1560px) and (max-width: 1799px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(4 * calc(100vw - 155px) / 12 - 73px);
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(5 * calc(100vw - 155px) / 12 - 72px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: calc(4 * calc(100vw - 155px) / 12 - 80px);
    padding-right: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    width: auto;
    padding-right: unset;
    gap: 32px;
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    padding-inline: 32px;
  }
}

@media only screen and (max-width: 459px) {
  .b-request_estimate-slide .b-request_content_part-2 .b-request_content_part_inner {
    padding-inline: 24px;
  }
}

.b-request_paragraph {
  font-family: "TT Hoves Pro", "Arial", sans-serif;
  font-weight: 300;
  color: white;
  font-size: 22px;
  line-height: 1.27;
}

@media only screen and (min-width: 1360px) and (max-width: 1799px) {
  .b-request_paragraph {
    font-size: 24px;
    line-height: 1.33;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1919px) {
  .b-request_paragraph {
    font-size: clamp(24px, calc(-36.5042px + 3.36134vw), 28px);
  }
}

@media only screen and (min-width: 1920px) {
  .b-request_paragraph {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .b-request_paragraph {
    font-size: 32px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 460px) and (max-width: 767px) {
  .b-request_paragraph {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 459px) {
  .b-request_paragraph {
    font-size: 22px;
    line-height: 28px;
  }
}

/**
 * Component Copyright
 **/

/**
 * Component Customer Support
 **/

/**
 * Component Customer Login
 **/

.c-copyright span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 11px;
  line-height: 1.27;
  letter-spacing: 0.55px;
  text-transform: uppercase;
  color: rgba(146, 161, 174, 0.6);
  margin-bottom: 0.5em;
  color: white;
}

.c-customer_support {
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-customer_support {
    display: inline-block;
    width: 100%;
    height: 100%;
    letter-spacing: 1.6px;
  }

  .c-customer_support:hover {
    background: #fcd9d4;
  }
}

.c-customer_support span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  color: #1d1f26;
  margin-bottom: 0.69em;
  color: rgba(255, 255, 255, 0.75);
}

.c-nav .c-customer_support span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  color: #1d1f26;
  margin-bottom: 0.69em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav .c-customer_support span {
    font-size: 32px;
  }
}

.c-customer_login {
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-customer_login {
    display: inline-block;
    width: 100%;
    height: 100%;
    letter-spacing: 1.6px;
  }

  .c-customer_login:hover {
    background: #fcd9d4;
  }
}

.c-customer_login span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  color: #1d1f26;
  margin-bottom: 0.69em;
  color: rgba(255, 255, 255, 0.75);
}

.c-nav .c-customer_login span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.91px;
  text-transform: uppercase;
  color: #1d1f26;
  margin-bottom: 0.69em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .c-nav .c-customer_login span {
    font-size: 32px;
  }
}

/**
 * Component footer
 **/

.c-footer + .c-footer {
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .c-footer + .c-footer {
    margin-top: 24px;
  }
}

.c-footer-badges-top {
  padding-top: 20px;
}

@media only screen and (max-width: 1024px) {
  .c-footer-badges-top {
    padding-top: 28px;
  }
}

.switcher {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}

.switcher input {
  display: none;
}

.switcher input:checked + .switcher__slider {
  background-color: #6ed24b;
}

.switcher input:focus + .switcher__slider {
  -webkit-box-shadow: 0 0 1px #6ed24b;
  box-shadow: 0 0 1px #6ed24b;
}

.switcher input:checked + .switcher__slider::before {
  -webkit-transform: translateX(calc(14px - 2px));
  -ms-transform: translateX(calc(14px - 2px));
  transform: translateX(calc(14px - 2px));
}

.switcher__slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: rgba(146, 161, 174, 0.4);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}

.switcher__slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.form__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1279px) {
  .form__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form__wrapper h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 42px;
  color: #ff0044;
}

@media only screen and (max-width: 767px) {
  .form__wrapper h2 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }
}

.form__red-planet,
.form__black-planet {
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .form__red-planet,
  .form__black-planet {
    display: none;
  }
}

.form__red-planet {
  background-image: url(/assets/files/red-planet-4765a515decd7df4c71801fe65ccaf63.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 312px;
  height: 312px;
  right: calc((100% - 1450px)/2);
  top: 51px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form__red-planet {
    background-image: url(/assets/files/red-planet@2x-99d3e1cc5981077287200e6572bb3586.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../img/join-us/careers/form/red-planet.webp") 1x)) {
    .form__red-planet {
      background-image: -webkit-image-set(url(/assets/files/red-planet-ec9723c9f86699881dbc313411134f77.webp) 1x, url(/assets/files/red-planet@2x-4c2ec02ded2eb19e3182b78793fab20f.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .form__red-planet {
    background-image: url(/assets/files/red-planet-ec9723c9f86699881dbc313411134f77.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form__red-planet {
      background-image: url(/assets/files/red-planet@2x-4c2ec02ded2eb19e3182b78793fab20f.webp);
    }
}
}

.form__black-planet {
  background-image: url(/assets/files/black-planet-c158defbf5f66b6c204df621a7a7de28.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 160px;
  height: 160px;
  left: calc((100% - 1486px)/2);
  top: 244px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .form__black-planet {
    background-image: url(/assets/files/black-planet@2x-a55d0527bc69ef70a0a5a19d1fefdcac.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../img/join-us/careers/form/black-planet.webp") 1x)) {
    .form__black-planet {
      background-image: -webkit-image-set(url(/assets/files/black-planet-03eafff2be02884dd91bb787ee095fea.webp) 1x, url(/assets/files/black-planet@2x-081208ea0ea4fa58afcea018a5b2aa55.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .form__black-planet {
    background-image: url(/assets/files/black-planet-03eafff2be02884dd91bb787ee095fea.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .form__black-planet {
      background-image: url(/assets/files/black-planet@2x-081208ea0ea4fa58afcea018a5b2aa55.webp);
    }
}
}

.form__tally-wrapper {
  padding: 100px 74px 68px;
  max-width: 723px;
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .form__tally-wrapper {
    max-width: unset;
  }
}

@media only screen and (max-width: 1024px) {
  .form__tally-wrapper {
    padding: 100px 92px 107px;
  }
}

@media only screen and (max-width: 767px) {
  .form__tally-wrapper {
    padding: 50px 35px 84px;
  }
}

.form__tally-wrapper > h2 {
  padding: 0 8px;
}

.form {
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding-top: 115px;
  padding-bottom: 124px;
}

.form--careers {
  background-color: #14161C;
  padding-top: 0;
  padding-bottom: 156px;
}

@media only screen and (max-width: 1024px) {
  .form--careers .form__tally-wrapper {
    padding: 72px 72px 70px;
  }
}

@media only screen and (max-width: 767px) {
  .form--careers .form__tally-wrapper {
    padding: 56px 32px 28px;
  }
}

@media only screen and (max-width: 1024px) {
  .form--careers .form__tally-wrapper h2 {
    text-align: center;
  }
}

.form::after {
  position: absolute;
  content: "CONTACT";
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 300px;
  line-height: 300px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1d1f26;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .form::after {
    display: none;
  }
}

.form__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 88px;
  border-left: 1px solid rgba(146, 161, 174, 0.25);
}

@media only screen and (max-width: 1279px) {
  .form__info {
    border-left: unset;
    border-top: 1px solid rgba(146, 161, 174, 0.25);
  }
}

@media only screen and (max-width: 767px) {
  .form__info {
    padding: 100px 45px;
  }
}

.form__info h2 {
  padding-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .form__info h2 {
    padding-bottom: 20px;
  }
}

.form__info p,
.form__info a {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #3F4047;
}

.form__info p {
  padding-bottom: 24px;
}

@media only screen and (max-width: 1279px) {
  .form__info p {
    display: none;
  }
}

.form__info a:not(:last-child) {
  padding-bottom: 12px;
}

.form__info a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__info a:hover,
.form__info a:focus-visible {
  color: #ff0044;
}

.form__contact,
.form__social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1279px) {
  .form__contact,
  .form__social {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.form__contact {
  margin-bottom: 110px;
}

@media only screen and (max-width: 1279px) {
  .form__contact {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .form__contact {
    margin-bottom: 44px;
  }
}

.form__social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form__social-list li {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__social-list li svg {
  width: 48px;
  height: 48px;
}

.form__social-list li svg path {
  fill: #3F4047;
}

.form__social-list li svg circle {
  stroke: #3F4047;
}

.form__social-list li:not(:last-child) {
  margin-right: 16px;
}

.form__social-list li:hover,
.form__social-list li:focus-visible {
  opacity: 0.6;
}

.tally-page {
  padding: 100px 82px 68px;
  width: 723px;
}

.tally-block-text span span,
.tally-checkbox label,
.tally-text {
  color: #3F4047 !important;
}

.tally-block-form-title h1 {
  color: #ff0044;
  font-size: 38px;
  line-height: 42px;
  font-weight: 600;
  padding-bottom: 32px;
}

.tally-block-heading-3 h3 {
  color: #3F4047;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  position: relative;
}

.tally-block-heading-3 h3:not(:last-child)::after {
  position: absolute;
  content: "*";
  color: #ff0044;
  margin-left: 3px;
}

.tally-block-heading-3 div {
  padding: 0;
}

.tally-block-text a:not(.unstyled) {
  font-weight: 400;
  color: #3F4047 !important;
  border-bottom: 1px solid #ff0044 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tally-block-text a:not(.unstyled):hover {
  color: #ff0044 !important;
  border-color: #ff0044 !important;
}

.tally-block-file-upload .selectable div {
  background: rgba(146, 161, 174, 0.1);
}

.tally-block-file-upload button svg {
  display: none;
}

.tally-block-input-text input,
.tally-block-input-email input,
.tally-block-input-phone-number input,
.tally-block-textarea textarea {
  background: rgba(146, 161, 174, 0.1);
  border: 1px solid rgba(146, 161, 174, 0.25);
  color: #fff !important;
  caret-color: #3F4047 !important;
  min-height: 44px;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tally-block-input-text input:focus,
.tally-block-input-phone-number input:focus,
.tally-block-input-email input:focus,
.tally-block-input-phone-number input:focus,
.tally-block-textarea textarea:focus,
.tally-block .tally-block-checkbox input:focus,
.tally-block-file-upload button:focus,
.tally-block-file-upload input:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.tally-block-input-text input:hover,
.tally-block-input-phone-number input:hover,
.tally-block-input-email input:hover,
.tally-block-input-phone-number input:hover,
.tally-block-textarea textarea:hover,
.tally-block .tally-block-checkbox input:hover,
.tally-block-file-upload button:hover,
.tally-block-file-upload input:hover {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.tally-block-file-upload div div {
  background: rgba(146, 161, 174, 0.1);
}

.tally-block-file-upload button:hover {
  color: #fff;
  background-color: transparent;
}

.tally-block-input-email,
.tally-block-textarea,
.tally-block-input-phone-number,
.tally-block-input-text {
  margin-bottom: 24px;
}

.tally-block-input-email div {
  max-width: unset;
}

.tally-block-input-email div,
.tally-block-input-text div,
.tally-block-input-phone-number div,
.tally-block-textarea div {
  padding-bottom: 0;
}

.tally-block-textarea textarea {
  resize: none;
  min-height: 76px;
}

.tally-required-indicator {
  display: none;
}

.tally-submit-button button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 120px;
  min-height: 48px;
  background-color: #ff0044;
  border-radius: 100px;
  border: 2px solid #ff0044;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.tally-submit-button button svg {
  display: none;
}

.tally-submit-button button:hover {
  background-color: transparent;
  color: #ff0044;
}

.tally-block-text span span,
.tally-checkbox label,
.tally-text {
  color: #3F4047 !important;
}

.tally-block-form-title h1 {
  color: #ff0044;
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  padding-bottom: 32px;
}

.tally-block-heading-3 h3 {
  color: #3F4047;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  padding-bottom: 8px;
  position: relative;
}

.tally-block-heading-3 h3:not(:last-child)::after {
  position: absolute;
  content: "*";
  color: #ff0044;
  margin-left: 3px;
}

.tally-block-textarea textarea {
  resize: none;
  min-height: 76px;
}

.tally-block-textarea div {
  padding-bottom: 0;
}

.tally-required-indicator {
  display: none;
}

.tally-block-heading-3 div {
  padding: 0;
}

.tally-block-input-email,
.tally-block-textarea,
.tally-block-input-phone-number,
.tally-block-input-text {
  margin-bottom: 24px;
}

.tally-block-input-email div,
.tally-block-input-text div,
.tally-block-input-phone-number div,
.tally-block-textarea div {
  padding-bottom: 0;
}

.tally-block-text a:not(.unstyled) {
  font-weight: 400;
  color: #3F4047 !important;
  border-bottom: 1px solid #ff0044 !important;
  background-color: transparent !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tally-block-text a:not(.unstyled):hover {
  color: #ff0044 !important;
  border-color: #ff0044 !important;
}

.tally-submit-button button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  width: 120px;
  min-height: 48px;
  background-color: #ff0044;
  border-radius: 100px;
  border: 2px solid #ff0044;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.tally-submit-button button svg {
  display: none;
}

.tally-submit-button button:hover {
  background-color: transparent;
  color: #ff0044;
}

.c-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 6.2em;
  }
}

@media only screen and (min-width: 1025px) {
  .c-header {
    height: 9em;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 1024px) {
  .b-header_request_estimate_link {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .b-header_request_estimate_link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.b-header_request_estimate_link .button,
.no-touchevents .b-header_request_estimate_link .button {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header__request-estimate-link-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  width: 210px;
  min-width: 210px;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .header__request-estimate-link-container {
    display: none;
  }
}

.header__request-estimate-links {
  margin-left: auto;
}

.header__request-estimate-link,
.header__phone {
  position: relative;
  white-space: nowrap;
  padding: 6px 0 6px 32px;
  -webkit-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}

.header__request-estimate-link div,
.header__phone div {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.header__request-estimate-link path,
.header__phone path {
  fill: currentColor;
}

.header__request-estimate-link {
  text-transform: none;
  color: #ff0044;
  cursor: pointer;
}

.no-touchevents .header__request-estimate-link:hover {
  color: rgba(255, 0, 68, 0.7);
}

.no-touchevents .l-header--transparent .header__request-estimate-link:hover {
  color: white;
}

.header__phone {
  color: rgba(29, 31, 38, 0.7);
}

.l-header--transparent .header__phone {
  color: rgba(255, 255, 255, 0.75);
}

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 70px;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .c-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.c-footer a {
  color: white;
}

.c-footer_links-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 1024px) {
  .c-footer_links-wrapper {
    display: none;
  }
}

.c-footer_links-wrapper_item {
  opacity: 0.6;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

@media (hover: hover) and (pointer: fine) {
  .c-footer_links-wrapper_item:hover {
    opacity: 1;
  }
}

.no-touchevents .c-footer_links-wrapper_item:hover {
  opacity: 1;
}

.c-footer_links-wrapper_item + .c-footer_links-wrapper_item {
  margin-left: 40px;
}

.c-footer_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.c-footer_socials_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 25.5px;
  border: solid 2px rgba(255, 255, 255, 0.75);
  opacity: 0.6;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  padding: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

.c-footer_socials_item + .c-footer_socials_item {
  margin-left: 16px;
}

.no-touchevents .c-footer_socials_item:hover {
  opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
  .c-footer_socials_item:hover {
    opacity: 1;
  }
}

.b-footer_contact {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

@media only screen and (max-width: 1024px) {
  .b-footer_contact {
    text-align: center;
    margin-bottom: 32px;
  }
}

.b-footer_email {
  color: white;
}

.b-footer_email:hover > span {
  color: #ff0044;
}

.b-footer_email span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.53;
  color: rgba(29, 31, 38, 0.85);
  margin-bottom: 0.765em;
  color: rgba(255, 255, 255, 0.75);
}

.b-footer_address {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.b-footer_address .c-office {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: inline-block;
  vertical-align: top;
  padding: 0 2.4em;
  text-align: center;
}

.b-footer_address .c-office .c-office_phone {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(29, 31, 38, 0.85);
  margin-bottom: 0.645em;
  margin-bottom: 0;
}

.b-footer_address .c-office .c-office_place {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.53;
  color: rgba(29, 31, 38, 0.85);
  margin-bottom: 0.765em;
  color: rgba(255, 255, 255, 0.75);
  margin-bottom: 0;
}

.c-badge {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: .4;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 1024px) {
  .c-badge {
    margin: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .c-badge {
    margin: 15px 12px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-badge:hover {
    opacity: .6;
  }
}

.c-badge_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-badge_wrapper {
    margin: 0 auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.b-footer_customer_support,
.b-footer_customer_login {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
}

.vacancies-header {
  padding: 268px 0 60px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1024px) {
  .vacancies-header {
    padding-top: 200px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header {
    padding: 161px 0 55px;
  }
}

.vacancies-header__title {
  margin-bottom: 74px;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.vacancies-header__title h1 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
  color: white;
  padding-bottom: 44px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__title h1 {
    font-size: 58px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__title h1 {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 24px;
  }
}

.vacancies-header__title p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  padding: 0 67px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__title p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px;
  }
}

.vacancies-header__features-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 148px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1279px) {
  .vacancies-header__features-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-list {
    margin-top: 80px;
    max-width: 707px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-list {
    margin-top: 60px;
  }
}

.vacancies-header__features-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 349px;
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .vacancies-header__features-item {
    max-width: 50%;
  }

  .vacancies-header__features-item:not(:last-child) {
    margin-bottom: 52px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item {
    max-width: 353.5px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item {
    max-width: unset;
  }

  .vacancies-header__features-item:not(:last-child) {
    margin-bottom: 40px;
  }
}

.vacancies-header__features-item h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: white;
  padding-bottom: 12px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item h2 {
    font-size: 23px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

.vacancies-header__features-item p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}

.vacancies-header__features-item div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(255, 0, 68, 0.2);
  border-radius: 16px;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item div {
    margin-bottom: 20px;
  }
}

.vacancies-header__features-item svg {
  width: 32px;
  height: 32px;
}

.vacancies-header__features-item:first-child p {
  padding: 0 61px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item:first-child p {
    padding: 0 72px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-header__features-item:last-child p {
    padding: 0 16px;
  }
}

.vacancies-offer {
  padding: 90px 0 80px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer {
    padding: 48px 0 36px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer {
    padding-bottom: 32px;
  }
}

.vacancies-offer__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vacancies-offer__item {
  position: relative;
}

.vacancies-offer__item:not(:last-child) {
  margin-bottom: 12px;
}

.vacancies-offer__item a {
  background-color: rgba(146, 161, 174, 0.1);
  border-radius: 10px;
  min-height: 128px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item a {
    min-height: 124px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item a {
    min-height: 101px;
  }
}

.vacancies-offer__item a::after {
  right: 50px;
  top: 55px;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-image: url(/assets/files/chevron-right-970d403ca080bd7bb1ea843c7635faea.svg);
  background-size: cover;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item a::after {
    display: none;
  }
}

.vacancies-offer__item a svg {
  position: absolute;
  right: 0;
  top: -70px;
  width: 270px;
  height: 270px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item a svg {
    display: none;
  }
}

.vacancies-offer__item a svg,
.vacancies-offer__item a::after {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vacancies-offer__item a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.vacancies-offer__item a:hover svg,
.vacancies-offer__item a:hover::after {
  opacity: 1;
}

.vacancies-offer__item-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item-wrapper {
    padding: 24px;
  }
}

.vacancies-offer__item-wrapper h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: white;
  padding-bottom: 12px;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item-wrapper h2 {
    line-height: 26px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item-wrapper h2 {
    font-size: 18px;
    line-height: 19px;
  }
}

.vacancies-offer__item-wrapper p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #92a1ae;
}

@media only screen and (max-width: 1024px) {
  .vacancies-offer__item-wrapper p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
  }
}

.no-skills {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  margin-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .no-skills {
    margin-top: 36px;
  }
}

.no-skills::before,
.no-skills::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}

.no-skills::before {
  background-image: url(/assets/files/no-skills-before-5396af78952b85c12b0212db7a4ea714.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  left: 43px;
  width: 270px;
  height: 340px;
  top: 261px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-skills::before {
    background-image: url(/assets/files/no-skills-before@2x-8ec492e23c124faa56fb7b483328d09c.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/vacancies/no-skills/no-skills-before.webp") 1x)) {
    .no-skills::before {
      background-image: -webkit-image-set(url(/assets/files/no-skills-before-93b21c23c90e8ade58cc6e1b8e044e6c.webp) 1x, url(/assets/files/no-skills-before@2x-070521da64ecb2a286a9ef8a12cd4a18.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .no-skills::before {
    background-image: url(/assets/files/no-skills-before-93b21c23c90e8ade58cc6e1b8e044e6c.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-skills::before {
      background-image: url(/assets/files/no-skills-before@2x-070521da64ecb2a286a9ef8a12cd4a18.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .no-skills::before {
    top: unset;
    bottom: -109px;
    left: -50px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills::before {
    width: 205px;
    height: 258px;
    bottom: -90px;
    left: -111px;
  }
}

.no-skills::after {
  background-image: url(/assets/files/no-skills-after-f275d4a97a5b556f086c073ccad0f0c2.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  right: -102px;
  top: 63px;
  width: 445px;
  height: 319px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .no-skills::after {
    background-image: url(/assets/files/no-skills-after@2x-431ea5002b8f3e83eddc54b2cc95e0c9.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/vacancies/no-skills/no-skills-after.webp") 1x)) {
    .no-skills::after {
      background-image: -webkit-image-set(url(/assets/files/no-skills-after-fe9ad7fbae5e985f8c893850d0d03144.webp) 1x, url(/assets/files/no-skills-after@2x-adeb40faebef7ea750f4401bd311b318.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .no-skills::after {
    background-image: url(/assets/files/no-skills-after-fe9ad7fbae5e985f8c893850d0d03144.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .no-skills::after {
      background-image: url(/assets/files/no-skills-after@2x-adeb40faebef7ea750f4401bd311b318.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .no-skills::after {
    right: -267px;
    top: 77px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills::after {
    width: 320px;
    height: 232px;
    right: -221px;
    top: 23px;
  }
}

.no-skills__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 104px;
  margin-bottom: 104px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1279px) {
  .no-skills__wrapper {
    margin-top: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__wrapper {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__wrapper {
    padding-top: 73px;
    margin-bottom: 72px;
  }
}

.no-skills__wrapper h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
  color: white;
  max-width: 720px;
}

@media only screen and (max-width: 1279px) {
  .no-skills__wrapper h2 {
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__wrapper h2 {
    max-width: 590px;
    font-size: 58px;
    line-height: 62px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__wrapper h2 {
    font-size: 32px;
    line-height: 34px;
    max-width: 320px;
  }
}

.no-skills__wrapper h2 span {
  color: #ff0044;
}

.no-skills__inner {
  margin-top: 64px;
  min-height: 370px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1279px) {
  .no-skills__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__inner {
    margin-top: 70px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__inner {
    margin-top: 40px;
  }
}

.no-skills__academy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 484px;
  width: 100%;
}

@media only screen and (max-width: 1279px) {
  .no-skills__academy {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 687px;
  }
}

.no-skills__academy svg {
  width: 234px;
  height: 46px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 1024px) {
  .no-skills__academy svg {
    width: 188px;
    height: 37px;
  }
}

.no-skills__academy p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 20px;
}

@media only screen and (max-width: 1279px) {
  .no-skills__academy p {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__academy p {
    font-size: 16px;
    line-height: 24px;
  }
}

.no-skills__academy a {
  width: 185px;
  min-height: 48px;
  margin-top: 20px;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
}

.no-skills__picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 652px;
  height: 370px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1279px) {
  .no-skills__picture {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__picture {
    max-width: 708px;
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__picture {
    height: 207px;
  }
}

.no-skills__picture div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.no-skills__picture div:first-child {
  width: 420px;
}

@media only screen and (max-width: 1024px) {
  .no-skills__picture div:first-child {
    max-width: 474px;
    width: 100%;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 1024px) {
  .no-skills__picture div:first-child {
    width: 100%;
  }
}

.no-skills__picture div:first-child img {
  -o-object-position: 100%;
  object-position: 100%;
}

.no-skills__picture div:last-child {
  width: 220px;
}

@media only screen and (max-width: 1024px) {
  .no-skills__picture div:last-child {
    width: 99px;
  }
}

.no-skills__picture div:last-child img {
  -o-object-position: 44%;
  object-position: 44%;
}

.no-skills__picture picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.no-skills__picture img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50%;
  object-position: 50%;
  border-radius: 6px;
}

@media only screen and (max-width: 1024px) {
  .no-skills__picture img {
    height: auto;
  }
}

.vacancy-header {
  position: relative;
  z-index: 2;
}

.vacancy-header__wrapper h1 {
  color: white;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
  line-height: 78px;
  padding-bottom: 28px;
  max-width: 987px;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__wrapper h1 {
    font-size: 58px;
    line-height: 62px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__wrapper h1 {
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 28px;
  }
}

.vacancy-header__wrapper p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__wrapper p {
    font-size: 18px;
    line-height: 30px;
  }
}

.vacancy-header__back-btn {
  color: white;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 113px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__back-btn {
    margin-bottom: 92px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__back-btn {
    margin-bottom: 61px;
  }
}

.vacancy-header__back-btn:hover {
  color: #ff0044;
}

.vacancy-header__back-btn span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8px;
}

.vacancy-header__back-btn svg {
  width: 20px;
  height: 20px;
}

.vacancy-header__apply-btn {
  width: 160px;
  margin-top: 43px;
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__apply-btn {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__apply-btn {
    margin-top: 32px;
  }
}

.vacancy-header__inner {
  padding: 123px 0 88px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__inner {
    padding: 101px 0 79px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancy-header__inner {
    padding: 81px 0 50px;
  }
}

.vacancy-description {
  margin-top: 80px;
}

.vacancy-description__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
  .vacancy-description__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.vacancy-description__requirements {
  max-width: 633px;
  margin-bottom: 39px;
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .vacancy-description__requirements {
    max-width: unset;
    width: 100%;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .vacancy-description__requirements {
    margin-bottom: 52px;
  }
}

.vacancy-description__requirements h3,
.vacancy-description__requirements h2,
.vacancy-description__requirements h1 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: white;
  padding-bottom: 24px;
}

.vacancy-description__requirements p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  padding-bottom: 48px;
}

.vacancy-description__requirements ul {
  margin-bottom: 48px;
}

.vacancy-description__requirements ul li {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
  padding-left: 17px;
  position: relative;
}

.vacancy-description__requirements ul li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.75);
  left: 0;
  top: 9px;
}

.vacancy-description__requirements ul li:not(:last-child) {
  margin-bottom: 21px;
}

.vacancy-description__feature h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: white;
  padding-bottom: 24px;
}

.vacancy-description__feature-list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vacancy-description__feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 298px;
}

.vacancy-description__feature-item:not(:last-child) {
  margin-bottom: 24px;
}

.vacancy-description__feature-item svg {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.vacancy-description__feature-item p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.75);
}

.careers-header {
  min-height: 1200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding: 400px 0 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-header {
    padding-top: 190px;
    min-height: 910px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-header {
    padding-top: 198px;
    min-height: 646px;
  }
}

.careers-header::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 100%;
  height: 300px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #1D1F26), to(rgba(29, 31, 38, 0)));
  background: -webkit-linear-gradient(bottom, #1D1F26 60%, rgba(29, 31, 38, 0) 100%);
  background: -o-linear-gradient(bottom, #1D1F26 60%, rgba(29, 31, 38, 0) 100%);
  background: linear-gradient(0deg, #1D1F26 60%, rgba(29, 31, 38, 0) 100%);
  z-index: 1;
}

@media only screen and (max-width: 1024px) {
  .careers-header::before {
    display: none;
  }
}

.careers__header-bg,
.careers__header-office,
.careers__header-front {
  background-size: cover;
  width: 100%;
  height: 1200px;
  position: absolute;
}

.careers__header-bg {
  background-image: url(/assets/files/main-bg-64eb5d8befac6302fd58059b0c176abe.jpg);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  top: -259px;
  background-position: center 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers__header-bg {
    background-image: url(/assets/files/main-bg@2x-d929eb94938a2efc16ee0f70e584a2fd.jpg);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/header/parallax/main-bg.webp") 1x)) {
    .careers__header-bg {
      background-image: -webkit-image-set(url(/assets/files/main-bg-7450d6067d80f0a6feb48b130bbbaec6.webp) 1x, url(/assets/files/main-bg@2x-3b953235f4c6ffb391cd66b2611fc3b6.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers__header-bg {
    background-image: url(/assets/files/main-bg-7450d6067d80f0a6feb48b130bbbaec6.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers__header-bg {
      background-image: url(/assets/files/main-bg@2x-3b953235f4c6ffb391cd66b2611fc3b6.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .careers__header-bg {
    background-image: url(/assets/files/main-bg-tablet-9b6e34d8ec821f9c861afa309690503e.jpg);
    /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
    /* FF 66+ */
    top: 0;
    height: 1100px;
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx) {
  .careers__header-bg {
    background-image: url(/assets/files/main-bg-tablet@2x-b77fd0792069aab37a89a5d106ec411f.jpg);
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/header/main-bg-tablet.webp") 1x)) {
    .careers__header-bg {
      background-image: -webkit-image-set(url(/assets/files/main-bg-tablet-4c69bbadc10dc50b8c3825da12e9c9ab.webp) 1x, url(/assets/files/main-bg-tablet@2x-71b604152b901e038b4bb7e5ac99b18b.webp) 2x);
    }
}
}

@media only screen and (max-width: 1024px) {
@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
    .careers__header-bg {
      background-image: url(/assets/files/main-bg-tablet-4c69bbadc10dc50b8c3825da12e9c9ab.webp);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .careers__header-bg {
        background-image: url(/assets/files/main-bg-tablet@2x-71b604152b901e038b4bb7e5ac99b18b.webp);
      }
}
}
}

@media only screen and (max-width: 767px) {
  .careers__header-bg {
    background-image: url(/assets/files/main-bg-mobile-b833760e0d2263a97837a6c3f2fd3c13.jpg);
    /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
    /* FF 66+ */
    height: 646px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .careers__header-bg {
    background-image: url(/assets/files/main-bg-mobile@2x-2908b72e93edc47b8dc431c90d9c1e23.jpg);
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/header/main-bg-mobile.webp") 1x)) {
    .careers__header-bg {
      background-image: -webkit-image-set(url(/assets/files/main-bg-mobile-52cf9d1387837caace479487e052d98f.webp) 1x, url(/assets/files/main-bg-mobile@2x-4708474cbe8a391ba89f1f0d14cdb1ba.webp) 2x);
    }
}
}

@media only screen and (max-width: 767px) {
@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
    .careers__header-bg {
      background-image: url(/assets/files/main-bg-mobile-52cf9d1387837caace479487e052d98f.webp);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .careers__header-bg {
        background-image: url(/assets/files/main-bg-mobile@2x-4708474cbe8a391ba89f1f0d14cdb1ba.webp);
      }
}
}
}

.careers__header-office {
  background-image: url(/assets/files/main-office-b8c642795b9f323ed12b6803076c73db.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  top: -194px;
  background-position: center 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers__header-office {
    background-image: url(/assets/files/main-office@2x-ca5875fef37d5c2162607248eea21dd6.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/header/parallax/main-office.webp") 1x)) {
    .careers__header-office {
      background-image: -webkit-image-set(url(/assets/files/main-office-823048a207eb065a51016155cd022c7f.webp) 1x, url(/assets/files/main-office@2x-98fdb08c24842becb6d4b1f8ae7f3b91.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers__header-office {
    background-image: url(/assets/files/main-office-823048a207eb065a51016155cd022c7f.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers__header-office {
      background-image: url(/assets/files/main-office@2x-98fdb08c24842becb6d4b1f8ae7f3b91.webp);
    }
}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .careers__header-office {
    background-position: 55% 100%;
  }
}

.careers__header-mountains {
  background-image: url(/assets/files/main-mountains-be19da11dcbbec68ecd447bbde57e5fe.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  background-size: cover;
  width: 100%;
  height: 560px;
  position: absolute;
  top: 604px;
  background-position: center 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers__header-mountains {
    background-image: url(/assets/files/main-mountains@2x-f2ab440af082de89396ab52060981e70.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/header/parallax/main-mountains.webp") 1x)) {
    .careers__header-mountains {
      background-image: -webkit-image-set(url(/assets/files/main-mountains-671fb2752132eab2173543609e4dbd6b.webp) 1x, url(/assets/files/main-mountains@2x-657e909074dc9589b2d910733da82c91.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers__header-mountains {
    background-image: url(/assets/files/main-mountains-671fb2752132eab2173543609e4dbd6b.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers__header-mountains {
      background-image: url(/assets/files/main-mountains@2x-657e909074dc9589b2d910733da82c91.webp);
    }
}
}

.careers__header-front {
  background-image: url(/assets/files/main-front-9b0c8237abbc3e0220fc650bec9fdbb8.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  top: 40px;
  background-position: center 100%;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers__header-front {
    background-image: url(/assets/files/main-front@2x-b311df4f0638a155c726752974f32640.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/header/parallax/main-front.webp") 1x)) {
    .careers__header-front {
      background-image: -webkit-image-set(url(/assets/files/main-front-5c5792d989ef8476ec9191aece106ee6.webp) 1x, url(/assets/files/main-front@2x-d2f2b1be4ac51038b5213d7974262636.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers__header-front {
    background-image: url(/assets/files/main-front-5c5792d989ef8476ec9191aece106ee6.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers__header-front {
      background-image: url(/assets/files/main-front@2x-d2f2b1be4ac51038b5213d7974262636.webp);
    }
}
}

.careers__header-front::before {
  position: absolute;
  content: "";
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(60%, #1D1F26), to(rgba(29, 31, 38, 0)));
  background: -webkit-linear-gradient(bottom, #1D1F26 60%, rgba(29, 31, 38, 0) 100%);
  background: -o-linear-gradient(bottom, #1D1F26 60%, rgba(29, 31, 38, 0) 100%);
  background: linear-gradient(0deg, #1D1F26 60%, rgba(29, 31, 38, 0) 100%);
  width: 100%;
  height: 100px;
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .careers__header-front {
    background-position: 40% 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .careers__header-office,
  .careers__header-front,
  .careers__header-mountains {
    display: none;
  }
}

.careers-header__wrapper {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-header__wrapper {
    max-width: 492px;
  }
}

.careers-header__wrapper h1 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: white;
  padding-bottom: 24px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-header__wrapper h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-header__wrapper h1 {
    font-size: 24px;
    line-height: 27px;
    padding-bottom: 16px;
  }
}

.careers-header__wrapper p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  max-width: 854px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .careers-header__wrapper p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 10px;
  }
}

.careers-header__clients-list {
  position: absolute !important;
  bottom: 0;
  min-height: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .careers-header__clients-list {
    min-height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-header__clients-list {
    min-height: 80px;
  }
}

.careers-header__clients-list li {
  width: 180px;
  height: 106px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

@media only screen and (max-width: 1024px) {
  .careers-header__clients-list li {
    width: 140px;
    height: 82px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-header__clients-list li {
    width: 80px;
    height: 48px;
  }
}

.careers-header__clients-list svg {
  width: 180px;
  height: 106px;
}

@media only screen and (max-width: 1024px) {
  .careers-header__clients-list svg {
    width: 140px;
    height: 82px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-header__clients-list svg {
    width: 80px;
    height: 48px;
  }
}

.careers-feature {
  background-color: #1d1f26;
  padding-top: 30px;
}

@media only screen and (max-width: 1024px) {
  .careers-feature {
    padding-top: 20px;
    background-color: #14161C;
  }
}

.careers-feature__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .careers-feature__list {
    padding-inline: 88px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-feature__list {
    padding-inline: 24px;
  }
}

.careers-feature__item {
  width: 25%;
  height: 460px;
  background-color: #1d1f26;
  padding: 50px 40px 48px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.careers-feature__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .careers-feature__item {
    padding: 40px 20px 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .careers-feature__item {
    width: 320px;
    height: 400px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 50px 40px 48px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-feature__item {
    padding-top: 40px;
  }
}

.careers-feature__item svg {
  width: 48px;
  height: 48px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .careers-feature__item svg {
    margin-bottom: 24px;
  }
}

.careers-feature__item h3 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: white;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .careers-feature__item h3 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-feature__item h3 {
    font-size: 18px;
    line-height: 19px;
    padding-bottom: 16px;
  }
}

.careers-feature__item p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  padding-bottom: 20px;
}

.careers-feature__item-index {
  position: absolute;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 69px;
  line-height: 56px;
  color: rgba(255, 255, 255, 0.3);
  left: 40px;
  bottom: 48px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .careers-feature__item-index {
    left: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  .careers-feature__item-index {
    font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 52px;
    line-height: 56px;
  }
}

.careers-project {
  padding: 120px 0 23px;
  background-color: #14161C;
  min-height: 920px;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .careers-project {
    min-height: 590px;
    padding: 100px 0 40px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-project {
    padding-top: 64px;
  }
}

.careers-project__wrapper {
  position: relative;
}

.careers-project__wrapper::before {
  position: absolute;
  content: "PROJECT";
  z-index: 0;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 300px;
  line-height: 320px;
  letter-spacing: 0.02em;
  color: rgba(146, 161, 174, 0.05);
  bottom: -249px;
  right: calc((100% - 1952px) / 2);
}

@media only screen and (max-width: 1024px) {
  .careers-project__wrapper::before {
    display: none;
  }
}

.careers-project__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.careers-project__title p {
  max-width: 560px;
  color: white;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
}

@media only screen and (max-width: 1024px) {
  .careers-project__title p {
    font-size: 40px;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .careers-project__title p {
    font-size: 24px;
    line-height: 27px;
    max-width: 311px;
  }
}

.careers-project__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
  .careers-project__controls {
    display: none;
  }
}

.careers-project__controls button {
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.careers-project__controls button:hover,
.careers-project__controls button:focus-visible {
  opacity: 0.6;
}

.careers-project__btn-prev {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.careers-project__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 112px;
  padding-inline: calc((100% - 1147px) / 2);
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .careers-project__list {
    padding-inline: calc((100% - 980px) / 2);
  }
}

@media only screen and (max-width: 1024px) {
  .careers-project__list {
    padding-inline: 85px;
    margin-top: 56px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-project__list {
    padding-inline: 24px;
    margin-top: 32px;
  }
}

.careers-project__list--drag {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.careers-project__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 32px 20px;
  border-radius: 16px;
  max-width: 410px;
  min-width: 410px;
  min-height: 300px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 2;
}

@media only screen and (max-width: 1024px) {
  .careers-project__item {
    padding: 32px 32px 20px;
    min-width: 407px;
    max-width: 407px;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .careers-project__item {
    min-width: 328px;
    max-width: 328px;
    min-height: 400px;
  }
}

.careers-project__item h3 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 46px;
  color: white;
  padding-bottom: 16px;
}

@media only screen and (max-width: 1024px) {
  .careers-project__item h3 {
    font-size: 32px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-project__item h3 {
    font-size: 20px;
    line-height: 22px;
  }
}

.careers-project__item p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: white;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 1024px) {
  .careers-project__item p {
    opacity: 1;
  }
}

.careers-project__item span {
  position: absolute;
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  letter-spacing: 0.05em;
  left: 32px;
  bottom: 20px;
}

.careers-project__item img {
  width: 100%;
  height: auto;
}

.careers-project__item:hover p,
.careers-project__item:focus-visible p {
  opacity: 1;
}

.careers-project__item-img {
  position: absolute;
  inset: 0;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}

.careers-perks {
  min-height: 1430px;
  position: relative;
  overflow: hidden;
  background-color: #14161C;
}

@media only screen and (max-width: 1024px) {
  .careers-perks {
    min-height: 1360px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-perks {
    min-height: 740px;
    display: none;
  }
}

.careers-perks__top {
  position: absolute;
  background-image: url(/assets/files/top-7db89d80a7587ecc79a6fa4674374847.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 220px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  z-index: 5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-perks__top {
    background-image: url(/assets/files/top@2x-cf9ce633924f31db81f04fa93d43e0f0.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/perks/decor/top.webp") 1x)) {
    .careers-perks__top {
      background-image: -webkit-image-set(url(/assets/files/top-0c619ac1f07d02e29d5e46975d66e22d.webp) 1x, url(/assets/files/top@2x-377a121042bb9254c1586eb7bedc3c32.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-perks__top {
    background-image: url(/assets/files/top-0c619ac1f07d02e29d5e46975d66e22d.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-perks__top {
      background-image: url(/assets/files/top@2x-377a121042bb9254c1586eb7bedc3c32.webp);
    }
}
}

.careers-perks__cover-bottom {
  position: absolute;
  bottom: -220px;
  width: 100%;
  height: 300px;
  background-color: #14161C;
}

.careers-perks__bottom {
  position: absolute;
  background-image: url(/assets/files/bottom-3ec8a8e2769aff8fa9e3461a934cc7e3.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 460px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: 0;
  z-index: 5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-perks__bottom {
    background-image: url(/assets/files/bottom@2x-1992c70b924a422cc021df933d667e06.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/perks/decor/bottom.webp") 1x)) {
    .careers-perks__bottom {
      background-image: -webkit-image-set(url(/assets/files/bottom-de67017e24c1d2e75c5ff4450d3d63a5.webp) 1x, url(/assets/files/bottom@2x-0159edf3c11e378e1d3435a1a4fd0ef4.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-perks__bottom {
    background-image: url(/assets/files/bottom-de67017e24c1d2e75c5ff4450d3d63a5.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-perks__bottom {
      background-image: url(/assets/files/bottom@2x-0159edf3c11e378e1d3435a1a4fd0ef4.webp);
    }
}
}

.careers-perks__bg {
  position: absolute;
  background-image: url(/assets/files/bg-cb228c5e85136c84bedd74fd84664b41.jpg);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 1430px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-perks__bg {
    background-image: url(/assets/files/bg@2x-357eb36fa63a4ebe5cdccbdd91035ed0.jpg);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/perks/parallax/bg.webp") 1x)) {
    .careers-perks__bg {
      background-image: -webkit-image-set(url(/assets/files/bg-2356ef1fe1c6fa0ff8e7a74a05815a33.webp) 1x, url(/assets/files/bg@2x-7eed83ec0ebbfd78cfc2b62aba09baff.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-perks__bg {
    background-image: url(/assets/files/bg-2356ef1fe1c6fa0ff8e7a74a05815a33.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-perks__bg {
      background-image: url(/assets/files/bg@2x-7eed83ec0ebbfd78cfc2b62aba09baff.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .careers-perks__bg {
    background-image: url(/assets/files/bg-tablet-773484b2dfac233cff3ac8b916e95bf0.jpg);
    /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
    /* FF 66+ */
    height: 1360px;
    background-position: center 100%;
    top: 0;
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx) {
  .careers-perks__bg {
    background-image: url(/assets/files/bg-tablet@2x-9fcd879c457bb8eb74baeb8489a73b6f.jpg);
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/perks/bg-tablet.webp") 1x)) {
    .careers-perks__bg {
      background-image: -webkit-image-set(url(/assets/files/bg-tablet-c9811c81879b4c375bf393018c314c70.webp) 1x, url(/assets/files/bg-tablet@2x-5793a7b8bd91cb667ab7a4da3d5fa0a0.webp) 2x);
    }
}
}

@media only screen and (max-width: 1024px) {
@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
    .careers-perks__bg {
      background-image: url(/assets/files/bg-tablet-c9811c81879b4c375bf393018c314c70.webp);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .careers-perks__bg {
        background-image: url(/assets/files/bg-tablet@2x-5793a7b8bd91cb667ab7a4da3d5fa0a0.webp);
      }
}
}
}

@media only screen and (max-width: 767px) {
  .careers-perks__bg {
    background-image: url(/assets/files/bg-mobile-2684766afcab22d33832fcc38e2098cc.jpg);
    /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
    /* FF 66+ */
    height: 740px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .careers-perks__bg {
    background-image: url(/assets/files/bg-mobile@2x-f8b0d880d6950c61d5dae7d6ac1e87c2.jpg);
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/perks/bg-mobile.webp") 1x)) {
    .careers-perks__bg {
      background-image: -webkit-image-set(url(/assets/files/bg-mobile-45eeca44a1d31279c83314dc3750f602.webp) 1x, url(/assets/files/bg-mobile@2x-70d6fc2cee6d03bd7b3b6a07706d562b.webp) 2x);
    }
}
}

@media only screen and (max-width: 767px) {
@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
    .careers-perks__bg {
      background-image: url(/assets/files/bg-mobile-45eeca44a1d31279c83314dc3750f602.webp);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .careers-perks__bg {
        background-image: url(/assets/files/bg-mobile@2x-70d6fc2cee6d03bd7b3b6a07706d562b.webp);
      }
}
}
}

.careers-perks__planets {
  position: absolute;
  background-image: url(/assets/files/planets-cd9b81706ad66450def989ec1892100b.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  top: 230px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-perks__planets {
    background-image: url(/assets/files/planets@2x-6279511b397cbfcf4c898555ad9a4203.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/perks/parallax/planets.webp") 1x)) {
    .careers-perks__planets {
      background-image: -webkit-image-set(url(/assets/files/planets-a682c4c88479297128403b2837472e2e.webp) 1x, url(/assets/files/planets@2x-989678728aefef2a5202429af632eaa5.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-perks__planets {
    background-image: url(/assets/files/planets-a682c4c88479297128403b2837472e2e.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-perks__planets {
      background-image: url(/assets/files/planets@2x-989678728aefef2a5202429af632eaa5.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .careers-perks__top,
  .careers-perks__bottom,
  .careers-perks__planets {
    display: none;
  }
}

.careers-perks__text {
  max-width: 560px;
  margin-top: 240px;
  position: relative;
  z-index: 6;
}

@media only screen and (max-width: 1024px) {
  .careers-perks__text {
    display: none;
  }
}

.careers-perks__text h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: white;
  padding-bottom: 28px;
}

.careers-perks__text span {
  color: #ff0044;
}

.careers-perks__text p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: white;
}

.careers-areas {
  padding: 120px 0 140px;
  background-color: #14161C;
  position: relative;
  z-index: 6;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .careers-areas {
    padding: 80px 0;
  }
}

.careers-areas h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: white;
  text-align: center;
  padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .careers-areas h2 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 28px;
    max-width: 492px;
    text-align: center;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .careers-areas h2 {
    font-size: 24px;
    line-height: 27px;
    padding-bottom: 20px;
  }
}

.careers-areas span {
  color: #ff0044;
}

.careers-areas > div {
  position: relative;
}

.careers-areas > div::after,
.careers-areas > div::before {
  position: absolute;
}

@media only screen and (max-width: 1024px) {
  .careers-areas > div::after,
  .careers-areas > div::before {
    display: none;
  }
}

.careers-areas > div::before {
  content: url(/assets/files/line-big-9f155160786d5fbb01f0cd59a0292362.svg);
  width: 286px;
  height: 286px;
  right: -262px;
  top: -82px;
}

.careers-areas > div::after {
  content: url(/assets/files/line-small-600006688f4e87b14247bf108fa1ac66.svg);
  width: 170px;
  height: 170px;
  left: -108px;
  bottom: -48px;
}

.careers-areas__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

@media only screen and (max-width: 1024px) {
  .careers-areas__list {
    max-width: 492px;
    margin: 28px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .careers-areas__list {
    margin-top: 20px;
  }
}

.careers-areas__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 260px;
  min-height: 340px;
}

.careers-areas__item:not(:last-child) {
  margin-right: 36px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-areas__item:not(:last-child) {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-areas__item:not(:last-child) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .careers-areas__item:nth-child(4n+4) {
    margin-right: 0;
  }

  .careers-areas__item:nth-child(n+5) {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .careers-areas__item:nth-child(3n+3) {
    margin-right: 0;
  }

  .careers-areas__item:nth-child(n+4) {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-areas__item {
    width: 150px;
    min-height: 158px;
  }

  .careers-areas__item:nth-child(3n+3) {
    margin-right: 0;
  }

  .careers-areas__item:nth-child(n+4) {
    margin-top: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-areas__item {
    width: 210px;
    min-height: 167px;
  }

  .careers-areas__item:not(:last-child) {
    margin-bottom: 48px;
  }
}

.careers-areas__item p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: white;
  text-align: center;
  padding: 0 5px;
}

@media only screen and (max-width: 1024px) {
  .careers-areas__item p {
    font-size: 18px;
    line-height: 19px;
  }
}

.careers-areas__item-img {
  width: 228px;
  height: 228px;
  margin: 0 auto 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-areas__item-img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 1024px) {
  .careers-areas__item-img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-areas__item-img {
    width: 128px;
    height: 128px;
  }
}

.careers-areas__item-badge {
  position: absolute;
  width: 98px;
  height: 52px;
  top: 210px;
}

@media only screen and (max-width: 1024px) {
  .careers-areas__item-badge {
    top: 88.5px;
    width: 42px;
    height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-areas__item-badge {
    top: 114px;
    width: 53px;
    height: 28px;
  }
}

@-webkit-keyframes bullet-progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes bullet-progress {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.careers-experience {
  padding-top: 120px;
  min-height: 1000px;
}

@media only screen and (max-width: 1279px) {
  .careers-experience {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  .careers-experience {
    padding-top: 77px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-experience {
    padding-bottom: 60px;
  }
}

.careers-experience h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: white;
  padding-bottom: 28px;
}

@media only screen and (max-width: 1024px) {
  .careers-experience h2 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-experience h2 {
    font-size: 24px;
    line-height: 27px;
    text-align: center;
  }
}

.careers-experience__tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin: 0 auto 60px;
}

@media only screen and (max-width: 1279px) {
  .careers-experience__tabs {
    max-width: unset;
    padding-inline: calc((100% - 980px) / 2);
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1024px) {
  .careers-experience__tabs {
    padding-inline: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-experience__tabs {
    padding-inline: 24px;
  }
}

.careers-experience__tabs--paused .careers-experience__tab .careers-experience__tab-line-progress {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.careers-experience__tab {
  width: 190px;
  min-height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  border-radius: 0;
  background: transparent;
  opacity: unset;
  cursor: pointer;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.careers-experience__tab:not(:last-child) {
  margin-right: 4px;
}

.careers-experience__tab span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.careers-experience__tab--active span {
  color: #ff0044;
}

@media only screen and (min-width: 1025px) {
  .careers-experience__tab--active .careers-experience__tab-line-progress {
    -webkit-animation: bullet-progress 5.3s linear;
    animation: bullet-progress 5.3s linear;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@media only screen and (max-width: 1024px) {
  .careers-experience__tab--active .careers-experience__tab-line-progress {
    width: 100%;
  }
}

.careers-experience__tab-line-default {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: white;
  bottom: 0;
}

.careers-experience__tab-line-progress {
  position: absolute;
  height: 3px;
  background-color: #ff0044;
  bottom: 0;
  z-index: 5;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.careers-experience__slider,
.careers-experience__slide,
.careers-experience__slide-blockquote-header,
.careers-experience__slide-feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.careers-experience__slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1279px) {
  .careers-experience__slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.careers-experience__slide-img {
  margin-right: 40px;
}

@media only screen and (max-width: 1279px) {
  .careers-experience__slide-img {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.careers-experience__slide-img img {
  width: 100%;
  height: auto;
  min-height: 360px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}

@media only screen and (max-width: 767px) {
  .careers-experience__slide-img img {
    min-height: 240px;
  }
}

.careers-experience__slide-feature {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 190px;
  margin-right: 40px;
}

@media only screen and (max-width: 1279px) {
  .careers-experience__slide-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }

  .careers-experience__slide-feature div {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .careers-experience__slide-feature {
    display: none;
  }
}

.careers-experience__slide-feature svg {
  margin-bottom: 4px;
}

@media only screen and (max-width: 1279px) {
  .careers-experience__slide-feature svg {
    height: 64px;
  }
}

.careers-experience__slide-feature p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-experience__slide-feature p {
    width: 150px;
  }
}

.careers-experience__slide-blockquote {
  max-width: 410px;
}

@media only screen and (max-width: 1279px) {
  .careers-experience__slide-blockquote {
    max-width: unset;
  }
}

.careers-experience__slide-blockquote-text {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: white;
  padding-bottom: 36px;
}

.careers-experience__slide-blockquote-header {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.careers-experience__slide-blockquote-header img {
  margin-right: 20px;
}

.careers-experience__slide-blockquote-header p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: white;
  padding-bottom: 4px;
}

.careers-experience__slide-blockquote-header span {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}

.careers-works {
  min-height: 1040px;
  padding-top: 220px;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #14161C;
}

@media only screen and (max-width: 1024px) {
  .careers-works {
    min-height: 760px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: unset;
  }
}

.careers-works__top {
  position: absolute;
  background-image: url(/assets/files/top-b73302675b45ad79dc90e1c84798df07.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center 100%;
  top: 0;
  z-index: 5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-works__top {
    background-image: url(/assets/files/top@2x-6980d2b1d4b2997825bbe8294507a3b4.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/parallax/top.webp") 1x)) {
    .careers-works__top {
      background-image: -webkit-image-set(url(/assets/files/top-5e3a54cb129518c2736f73536a4040cc.webp) 1x, url(/assets/files/top@2x-d26990c296b6faa08ccbff7cd2ca5fac.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-works__top {
    background-image: url(/assets/files/top-5e3a54cb129518c2736f73536a4040cc.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-works__top {
      background-image: url(/assets/files/top@2x-d26990c296b6faa08ccbff7cd2ca5fac.webp);
    }
}
}

.careers-works__bottom {
  position: absolute;
  background-image: url(/assets/files/bottom-5de11cd9e95a77ad019b00c578167f7f.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center 100%;
  bottom: -95px;
  z-index: 5;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-works__bottom {
    background-image: url(/assets/files/bottom@2x-884c90127ce06c1e205c9ff69d5aff74.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/parallax/bottom.webp") 1x)) {
    .careers-works__bottom {
      background-image: -webkit-image-set(url(/assets/files/bottom-ebbc1620da736289b5690383acd8da9d.webp) 1x, url(/assets/files/bottom@2x-42c19db973a0128b3ccf2bf6aee0d50c.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-works__bottom {
    background-image: url(/assets/files/bottom-ebbc1620da736289b5690383acd8da9d.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-works__bottom {
      background-image: url(/assets/files/bottom@2x-42c19db973a0128b3ccf2bf6aee0d50c.webp);
    }
}
}

.careers-works__ship {
  position: absolute;
  background-image: url(/assets/files/ship-8c5a8aeebf391c848f528d6361ffcc1d.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 810px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 65% 100%;
  top: 106px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-works__ship {
    background-image: url(/assets/files/ship@2x-e14c66d390368ed974aa54f48a9fa3d5.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/parallax/ship.webp") 1x)) {
    .careers-works__ship {
      background-image: -webkit-image-set(url(/assets/files/ship-7f48a853dd3f062fdf71e753614eab5d.webp) 1x, url(/assets/files/ship@2x-2807f0473724575e9f7974d3aa8b74ba.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-works__ship {
    background-image: url(/assets/files/ship-7f48a853dd3f062fdf71e753614eab5d.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-works__ship {
      background-image: url(/assets/files/ship@2x-2807f0473724575e9f7974d3aa8b74ba.webp);
    }
}
}

.careers-works__man {
  position: absolute;
  background-image: url(/assets/files/man-cc8dfbd189f63944bde7e8bba8709ef5.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 740px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  top: 441px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-works__man {
    background-image: url(/assets/files/man@2x-2d264350d3047e8366ca9721c239c4d4.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/parallax/man.webp") 1x)) {
    .careers-works__man {
      background-image: -webkit-image-set(url(/assets/files/man-17abacb47db468a2a5b5d3140dc7eaed.webp) 1x, url(/assets/files/man@2x-ca6a0a4240f8ad3ea2d5efdcad9f7008.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-works__man {
    background-image: url(/assets/files/man-17abacb47db468a2a5b5d3140dc7eaed.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-works__man {
      background-image: url(/assets/files/man@2x-ca6a0a4240f8ad3ea2d5efdcad9f7008.webp);
    }
}
}

@media only screen and (min-width: 2559px) {
  .careers-works__man {
    top: 382px;
  }
}

.careers-works__bg {
  position: absolute;
  background-image: url(/assets/files/bg-21e400a9ef0af17e897c435e34c562df.jpg);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  height: 980px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  top: -50px;
  z-index: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-works__bg {
    background-image: url(/assets/files/bg@2x-88cb8cfc3448f46fae3a8e913ce43cf0.jpg);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/parallax/bg.webp") 1x)) {
    .careers-works__bg {
      background-image: -webkit-image-set(url(/assets/files/bg-e811fe6f1fa4e61c1552bf5c4005e90b.webp) 1x, url(/assets/files/bg@2x-768b94e37a8f56d184041b58ed402b82.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-works__bg {
    background-image: url(/assets/files/bg-e811fe6f1fa4e61c1552bf5c4005e90b.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-works__bg {
      background-image: url(/assets/files/bg@2x-768b94e37a8f56d184041b58ed402b82.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .careers-works__bg {
    background-image: url(/assets/files/work-bg-eb0b5271aaa1925875bf32bdf41d7081.png);
    /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
    /* FF 66+ */
    top: 0;
    height: 934px;
    background-position: left;
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 1024px) and (min-resolution: 192dpi), only screen and (max-width: 1024px) and (min-resolution: 2dppx) {
  .careers-works__bg {
    background-image: url(/assets/files/work-bg@2x-fbbd6bcfac4b132605d437ef7c3ff7e2.png);
  }
}

@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/work-bg.webp") 1x)) {
    .careers-works__bg {
      background-image: -webkit-image-set(url(/assets/files/work-bg-9fad882c6494f2fc3264ab8f3fd4bef3.webp) 1x, url(/assets/files/work-bg@2x-425fe6f64cf75df3033d4de83b0483fc.webp) 2x);
    }
}
}

@media only screen and (max-width: 1024px) {
@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
    .careers-works__bg {
      background-image: url(/assets/files/work-bg-9fad882c6494f2fc3264ab8f3fd4bef3.webp);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .careers-works__bg {
        background-image: url(/assets/files/work-bg@2x-425fe6f64cf75df3033d4de83b0483fc.webp);
      }
}
}
}

@media only screen and (max-width: 767px) {
  .careers-works__bg {
    background-image: url(/assets/files/work-bg-mobile-efb83e54c27738b61e07e61b68883b46.png);
    /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
    /* FF 66+ */
    height: 760px;
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 767px) and (min-device-pixel-ratio: 2), only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 2/1), only screen and (max-width: 767px) and (min-resolution: 192dpi), only screen and (max-width: 767px) and (min-resolution: 2dppx) {
  .careers-works__bg {
    background-image: url(/assets/files/work-bg-mobile@2x-92710e939fd68688237ed9d9a84aa7cf.png);
  }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/works/work-bg-mobile.webp") 1x)) {
    .careers-works__bg {
      background-image: -webkit-image-set(url(/assets/files/work-bg-mobile-97001f4526629f2d1fc778a2169e6cb8.webp) 1x, url(/assets/files/work-bg-mobile@2x-728bcb8399c62d6718ca71553a171658.webp) 2x);
    }
}
}

@media only screen and (max-width: 767px) {
@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
    .careers-works__bg {
      background-image: url(/assets/files/work-bg-mobile-97001f4526629f2d1fc778a2169e6cb8.webp);
    }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .careers-works__bg {
        background-image: url(/assets/files/work-bg-mobile@2x-728bcb8399c62d6718ca71553a171658.webp);
      }
}
}
}

@media only screen and (max-width: 1024px) {
  .careers-works__bottom,
  .careers-works__top,
  .careers-works__man,
  .careers-works__ship {
    display: none;
  }
}

.careers-works__wrapper {
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 1024px) {
  .careers-works__wrapper {
    max-width: 492px;
  }
}

.careers-works__wrapper h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: #ff0044;
  padding-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .careers-works__wrapper h2 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-works__wrapper h2 {
    font-size: 24px;
    line-height: 27px;
    padding-bottom: 16px;
  }
}

.careers-works__wrapper p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 24px;
  line-height: 40px;
  color: white;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .careers-works__wrapper p {
    font-size: 20px;
    line-height: 36px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-works__wrapper p {
    font-size: 16px;
    line-height: 29px;
    padding-bottom: 12px;
  }
}

.careers-works__wrapper p > br {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .careers-works__wrapper p > br {
    display: block;
  }
}

.careers-works__wrapper a {
  margin-top: 20px;
  width: 257px;
}

@media only screen and (max-width: 1024px) {
  .careers-works__wrapper a {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-works__wrapper a {
    margin-top: 12px;
  }
}

.careers-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 620px;
  background-image: url(/assets/files/social-bg-2f5c5f31cc5616a4b4d4e7967603e54b.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  background-size: cover;
  background-position: 50%;
  position: relative;
  overflow: hidden;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-social {
    background-image: url(/assets/files/social-bg@2x-07eaf6c42ee9ba1838a67cc1ef473867.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/social/social-bg.webp") 1x)) {
    .careers-social {
      background-image: -webkit-image-set(url(/assets/files/social-bg-0de2b50fa30424313c0dfc46013db777.webp) 1x, url(/assets/files/social-bg@2x-a7053cc27ad24fa3af21db332355cc38.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-social {
    background-image: url(/assets/files/social-bg-0de2b50fa30424313c0dfc46013db777.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-social {
      background-image: url(/assets/files/social-bg@2x-a7053cc27ad24fa3af21db332355cc38.webp);
    }
}
}

@media only screen and (max-width: 767px) {
  .careers-social {
    min-height: 440px;
  }
}

.careers-social__planet {
  position: absolute;
  background-image: url(/assets/files/planet-0dc4fcc4be073e13dfc9e01f97c32d4c.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 855px;
  height: 855px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
  top: -57px;
  right: -323px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .careers-social__planet {
    background-image: url(/assets/files/planet@2x-718c1312ebda7605bdfacd07c219c3c6.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/careers/social/parallax/planet.webp") 1x)) {
    .careers-social__planet {
      background-image: -webkit-image-set(url(/assets/files/planet-71223769d5acd5ea9f91b5db1cd3a67c.webp) 1x, url(/assets/files/planet@2x-3518616ad6f1fa129f88029f125fca31.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .careers-social__planet {
    background-image: url(/assets/files/planet-71223769d5acd5ea9f91b5db1cd3a67c.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .careers-social__planet {
      background-image: url(/assets/files/planet@2x-3518616ad6f1fa129f88029f125fca31.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .careers-social__planet {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .careers-social__wrapper {
    max-width: 492px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.careers-social__wrapper h2 {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  color: white;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1024px) {
  .careers-social__wrapper h2 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-social__wrapper h2 {
    font-size: 24px;
    line-height: 27px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .careers-social__wrapper h2 > span {
    height: 32px;
  }
}

.careers-social__wrapper p {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: white;
  padding-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
  .careers-social__wrapper p {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 16px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .careers-social__wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
}

.careers-social__wrapper svg {
  margin-left: 24px;
  width: 200px;
  height: 56px;
}

@media only screen and (max-width: 1024px) {
  .careers-social__wrapper svg {
    margin-left: 16px;
    width: 164px;
    height: 46px;
  }
}

@media only screen and (max-width: 767px) {
  .careers-social__wrapper svg {
    margin-left: 8px;
    width: 100px;
    height: 32px;
  }
}

.careers-social__wrapper a {
  margin-top: 20px;
  width: 195px;
}

@media only screen and (max-width: 1024px) {
  .careers-social__wrapper a {
    margin-top: 16px;
  }
}

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

.vacancies {
  background-color: #15171B;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  overflow: hidden;
}

.vacancies__nav {
  position: absolute;
  left: 50%;
  top: 12em;
  z-index: 3;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media only screen and (max-width: 1024px) {
  .vacancies__nav {
    top: 62px;
    margin: 32px auto;
  }
}

.vacancies__nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .vacancies__nav-list {
    width: 87.5vw;
    margin: 0 auto 2em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.vacancies__nav-list li:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (max-width: 767px) {
  .vacancies__nav-list li:not(:last-child) {
    margin-right: 25px;
  }
}

.vacancies__nav-list a {
  font-family: "TT Hoves Pro", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.38;
  letter-spacing: 0.7px;
  color: white;
  position: relative;
  padding: 15px 0;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .vacancies__nav-list a {
    font-size: 12px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .vacancies__nav-list a {
    font-size: 10px;
    padding-bottom: 5px;
  }
}

.vacancies__nav-list a.active {
  pointer-events: none;
}

.vacancies__nav-list a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: white;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.vacancies__nav-list a.active::after,
.vacancies__nav-list a:hover::after {
  width: 100%;
}

.vacancies__bg-star {
  position: absolute;
  background-image: url(/assets/files/header-star-bg-d55c754d2c5346994acce48309a54039.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 100%;
  min-height: 809px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: -266px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vacancies__bg-star {
    background-image: url(/assets/files/header-star-bg@2x-a5a378932a29a3738a30d84ce9de2b8b.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/vacancies/header/header-star-bg.webp") 1x)) {
    .vacancies__bg-star {
      background-image: -webkit-image-set(url(/assets/files/header-star-bg-1b9e91ed469c974244c174ddff6cd57d.webp) 1x, url(/assets/files/header-star-bg@2x-95be0d37899f931ceeb70c006d6314df.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .vacancies__bg-star {
    background-image: url(/assets/files/header-star-bg-1b9e91ed469c974244c174ddff6cd57d.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vacancies__bg-star {
      background-image: url(/assets/files/header-star-bg@2x-95be0d37899f931ceeb70c006d6314df.webp);
    }
}
}

.vacancies__black-planet {
  position: absolute;
  background-image: url(/assets/files/black-planet-65779c8e2a9e7dfea48fe4efd40909d0.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  background-repeat: no-repeat;
  width: 304px;
  height: 320px;
  background-size: cover;
  left: calc((100% - 1688px) / 2);
  top: -542px;
  z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vacancies__black-planet {
    background-image: url(/assets/files/black-planet@2x-5631a3977ae7fd723e34338f1776b3b8.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/vacancies/header/black-planet.webp") 1x)) {
    .vacancies__black-planet {
      background-image: -webkit-image-set(url(/assets/files/black-planet-454d13c0a5efbf2b5a7d96b2c800aedf.webp) 1x, url(/assets/files/black-planet@2x-8ff61714a369e0f94fddd9ee351a99b7.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .vacancies__black-planet {
    background-image: url(/assets/files/black-planet-454d13c0a5efbf2b5a7d96b2c800aedf.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vacancies__black-planet {
      background-image: url(/assets/files/black-planet@2x-8ff61714a369e0f94fddd9ee351a99b7.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .vacancies__black-planet {
    left: -151px;
    top: -118px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies__black-planet {
    display: none;
  }
}

.vacancies__red-planet {
  position: absolute;
  background-image: url(/assets/files/red-planet-50ca093336bee70cca35c676119335a8.png);
  /* Chrome 66+, Edge 79+, Opera 53+, Android Brower 80+ */
  /* FF 66+ */
  width: 836px;
  height: 780px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  right: calc((100% - 1918px) / 2);
  top: -279px;
  z-index: 1;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .vacancies__red-planet {
    background-image: url(/assets/files/red-planet@2x-dc8d7590d9a29dafcefc8c85c1c012b2.png);
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
@supports (background-image: -webkit-image-set(url("../../../../img/join-us/vacancies/header/red-planet.webp") 1x)) {
    .vacancies__red-planet {
      background-image: -webkit-image-set(url(/assets/files/red-planet-d4b4bae426c52f103057db3ec8010ec7.webp) 1x, url(/assets/files/red-planet@2x-2010a7ccb840912c9c7cc490f281ff1f.webp) 2x);
    }
}
}

@supports (flex-basis: max-content) and (-moz-appearance: meterbar) {
  .vacancies__red-planet {
    background-image: url(/assets/files/red-planet-d4b4bae426c52f103057db3ec8010ec7.webp);
  }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .vacancies__red-planet {
      background-image: url(/assets/files/red-planet@2x-2010a7ccb840912c9c7cc490f281ff1f.webp);
    }
}
}

@media only screen and (max-width: 1024px) {
  .vacancies__red-planet {
    right: calc((100% - 1456px) / 2);
    top: -201px;
  }
}

@media only screen and (max-width: 1024px) {
  .vacancies__red-planet {
    right: calc((100% - 528px) / 2);
    width: 290px;
    height: 290px;
    background-size: cover;
    z-index: 1;
    top: 18px;
  }
}

body {
  background-color: #1d1f26;
}

.l-header {
  background: rgba(29, 31, 38, 0.6);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

@media only screen and (max-width: 1024px) {
  .l-header {
    background: transparent;
    -webkit-backdrop-filter: unset;
    backdrop-filter: unset;
  }
}

.c-header .c-logo::before {
  background-image: url(/assets/files/mercdev-logo-white-b6d4fd7c7e2c4b757714ae0a197997cc.svg);
}

@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .c-header .c-logo::before {
    background-image: url(/assets/files/mercdev-logo-mini-white-c4bd644c578c2efc735217e919ecd1c1.svg);
    width: 8em;
    height: 6em;
  }
}

@media only screen and (max-width: 1024px) {
  .c-header .c-logo::before {
    background-image: url(/assets/files/mercdev-logo-black-38738ac3e55531f1867e301e1fef28e5.svg);
  }
}

.c-header .c-nav_link span {
  color: white;
}

@media only screen and (max-width: 1024px) {
  .c-header .c-nav_link span {
    color: rgba(29, 31, 38, 0.85);
  }
}

.c-header .c-nav_link_wrap {
  background-color: transparent;
}

.loading {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
}

.preloader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.preloader__spinner {
  width: 75px;
  height: 75px;
  margin: 0;
  background: transparent;
  border-top: 4px solid #ff0044;
  border-right: 4px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

