:root {
  --white: #fff;
  --white1: #ccc;
  --white2: #f7f7f7;
  --gray: #333;
  --gray1: #666;
  --gray2: #999;
  --gray3: #f7f7f7;
  --gray4: #ddd;

  --blue: #379aff;
  --blue-250: #0072af;
  --blue2: #ddedfe;
  --orange: #ff9737;
  --green-light: #52c143;
  --green-dark: #39b54a;
  --green-200: #078116;
  --red: #fa5e5c;
  --red1: #e22732;
}
:root {
  --poppins: 'Poppins', sans-serif;
  --opensans: 'Open sans', sans-serif;
  --anim-ease: cubic-bezier(0, 0.98, 0.48, 0.97);
  --nav-shadow: -8px 0px 24px rgba(0, 0, 0, 0.14);
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  color: #333;
  color: var(--gray);
}

.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.svg-defs {
  width: 0;
  height: 0;
  position: absolute;
  pointer-events: none;
}

/* keyframes */
@-webkit-keyframes flying {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }

  100% {
    -webkit-transform: translate(0, 5px) rotate(360deg);
            transform: translate(0, 5px) rotate(360deg);
  }
}
@keyframes flying {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }

  100% {
    -webkit-transform: translate(0, 5px) rotate(360deg);
            transform: translate(0, 5px) rotate(360deg);
  }
}

/* components */
.btn {
  --primary-color: var(--gray);
  --secondary-color: var(--white);
  --border-radius: 100px;

  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  color: var(--secondary-color);
  stroke: var(--secondary-color);
  border-radius: var(--border-radius);
  padding: 8px 24px;
  text-decoration: none;
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
  line-height: 1.5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              border-color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              border-color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              border-color .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              background .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              stroke .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              border-color .3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform .3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              border-color .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              border-color .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease);
  transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              transform .3s var(--anim-ease),
              border-color .3s var(--anim-ease);
  transition: color .3s var(--anim-ease),
              background .3s var(--anim-ease),
              stroke .3s var(--anim-ease),
              transform .3s var(--anim-ease),
              border-color .3s var(--anim-ease),
              -webkit-transform .3s var(--anim-ease)
}
.btn:hover,
  .btn:focus {
    background: var(--secondary-color);
    color: var(--primary-color);
    stroke: var(--primary-color);
  }
.btn:active {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
.btn--inverted {
    background: var(--secondary-color);
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    stroke: var(--primary-color)
  }
.btn--inverted:hover,
    .btn--inverted:focus {
      background: var(--primary-color);
      color: var(--secondary-color);
      stroke: var(--secondary-color);
    }
.btn--medium {
    padding: 10px 24px;
  }
.btn--shadow {
    position: relative
  }
.btn--shadow:before {
      content: '';
      width: 100%;
      height: 100%;
      border-radius: var(--border-radius);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-box-shadow: var(--shadow);
              box-shadow: var(--shadow);
      -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
      transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
      -webkit-transition: opacity 0.3s var(--anim-ease);
      transition: opacity 0.3s var(--anim-ease);
    }
.btn--shadow:hover,
    .btn--shadow:focus {
      background: var(--primary-color);
      border: 2px solid var(--primary-color);
      color: var(--secondary-color);
      stroke: var(--secondary-color)
    }
.btn--shadow:hover:before, .btn--shadow:focus:before {
        opacity: 1;
      }
.btn--w {
    min-width: 285px;
  }
.btn--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.btn:disabled {
    background: #ccc;
    background: var(--white1);
    border-color: #ccc;
    border-color: var(--white1);
    color: var(--secondary-color);
    stroke: var(--secondary-color);
  }
.btn__text {
  margin-right: 40px;
}
.btn--green {
  --primary-color: var(--green-200);
  --darker-color: var(--green-150);
}
.btn--blue {
  --primary-color: var(--blue-250);
  --darker-color: var(--blue-200);
  --shadow: 0 4px 10px rgba(55, 154, 255, 0.5);
}
.btn--black:hover,
  .btn--black:focus {
    border-color: var(--secondary-color);
  }
.hamburger {
  display: block;
  width: 45px;
  height: 28px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.hamburger--open .hamburger__layer:nth-of-type(2) {
      opacity: 0;
    }
.hamburger--open .hamburger__layer:nth-of-type(1) {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateY(12px) rotate(45deg);
              transform: translateY(12px) rotate(45deg);
    }
.hamburger--open .hamburger__layer:nth-of-type(3) {
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateY(-12px) rotate(-45deg);
              transform: translateY(-12px) rotate(-45deg);
    }
.hamburger__layer {
  display: block;
  width: 100%;
  height: 4px;
  margin-bottom: 8px;
  background: #666;
  background: var(--gray1);
  border-radius: 50px;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease);
  transition: transform 0.3s var(--anim-ease),
              opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease)
}
.hamburger__layer:last-of-type {
    margin-bottom: 0;
  }
.dfw-header-spacer {
  height: 82px;
}
.dfw-header {
  width: 100%;
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  z-index: 8;
  position: fixed;
  left: 0;
  top: 0;
}
.dfw-header__content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 16px 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box
}
.dfw-header__content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    z-index: 9;
    pointer-events: none;
  }
@media (min-width: 1240px) {
  .dfw-header__content {
    padding: 16px 50px;
  }
}
@media (min-width: 1240px) {
  .dfw-header__content {
    padding: 16px 80px;
  }
}
.dfw-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dfw-nav__logo {
  width: 49px;
  height: 50px;
  display: block;
}
.dfw-nav__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.dfw-nav__badge {
  font: 600 0.75rem 'Poppins', sans-serif;
  font: 600 0.75rem var(--poppins);
  letter-spacing: 0.05em;
  padding: 1px 8px;
  background: #333;
  background: var(--gray);
  color: #fff;
  color: var(--white);
  border-radius: 2px;
  margin-left: 10px;
}
.dfw-nav__list {
  list-style: none;
  padding: 8px 0;
  margin: 0 0 0 auto;
  width: 100%;
  position: fixed;
  left: 0;
  top: 82px;
  background: #fff;
  background: var(--white);
  border-radius: 0 0 10px 10px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  transition: opacity 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97),
              -webkit-transform 0.3s cubic-bezier(0, 0.98, 0.48, 0.97);
  -webkit-transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease),
              transform 0.3s var(--anim-ease);
  transition: opacity 0.3s var(--anim-ease),
              transform 0.3s var(--anim-ease),
              -webkit-transform 0.3s var(--anim-ease);
}
.dfw-nav__list--open {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: unset;
            transform: unset;
  }
.dfw-nav__item {
  text-align: center;
}
.dfw-nav__item--btn {
    margin: 11px auto;
  }
.dfw-nav__item:last-of-type {
    border-radius: 0 0 10px 10px;
  }
.dfw-nav__item:nth-last-child(2) .dfw-nav__link {
      border: 0;
    }
.dfw-nav__link {
  font: 500 1rem 'Poppins', sans-serif;
  font: 500 1rem var(--poppins);
  text-decoration: none;
  color: #666;
  color: var(--gray1);
  display: block;
  padding: 11px 40px;
  border-bottom: 1px solid rgba(55, 154, 255, 0.3);
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out
}
.dfw-nav__link:hover,
  .dfw-nav__link:focus {
    color: #0072af;
    color: var(--blue-250);
  }
.dfw-nav__toggle {
  margin-left: auto;
}
@media (min-width: 920px) {
  .dfw-nav__list {
    position: static;
    width: unset;
    background: none;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: unset;
            transform: unset;
  }

  .dfw-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch
  }

    .dfw-nav__item:last-of-type {
      border-radius: 0;
    }

    .dfw-nav__item--btn {
      margin: 0;
    }

  .dfw-nav__link {
    border-bottom: 0;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .dfw-nav__toggle {
    display: none;
  }
}
@media (min-width: 1150px) {
  .dfw-nav__logo {
    width: 195px;
  }
}
.job-tab {
  padding: 25px 0 35px;
}
.job-tab__heading {
  font: 500 1.25rem 'Poppins', sans-serif;
  font: 500 1.25rem var(--poppins);
  margin: 0 0 10px;
}
.job-tab__text {
  line-height: 1.5625;
  color: #999;
  color: var(--gray2);
  margin: 0 0 35px;
}
.job-tab__positions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 20px 0;
  gap: 20px 0;
}
.job-tab__position {
  background: #fff;
  background: var(--white);
  color: #333;
  color: var(--gray);
  font: 500 1.125rem 'Poppins', sans-serif;
  font: 500 1.125rem var(--poppins);
  text-decoration: none;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  padding: 15px;
  position: relative;
  height: 90px;
  display: grid;
  grid-template-columns: auto 40px;
  grid-gap: 0 5px;
  gap: 0 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.2s ease-in-out,
              color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out,
              color 0.2s ease-in-out
}
.job-tab__position:after {
    content: '';
    width: 40px;
    height: 40px;
    background: #333;
    background: var(--gray);
    border-radius: 50%;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
.job-tab__position:hover:after, .job-tab__position:focus:after {
      background: #52c143;
      background: var(--green-light);
    }
.job-tab__position--inverted {
    background: #333;
    background: var(--gray);
    color: #fff;
    color: var(--white)
  }
.job-tab__position--inverted:after {
      background: #fff;
      background: var(--white);
    }
.job-tab__position--inverted .job-tab__position-icon {
      stroke: #333;
      stroke: var(--gray);
    }
.job-tab__position--inverted:hover,
    .job-tab__position--inverted:focus {
      background: #52c143;
      background: var(--green-light);
      color: #fff;
      color: var(--white)
    }
.job-tab__position--inverted:hover:after, .job-tab__position--inverted:focus:after {
        background: #fff;
        background: var(--white);
      }
.job-tab__position--inverted:hover .job-tab__position-icon, .job-tab__position--inverted:focus .job-tab__position-icon {
        stroke: #52c143;
        stroke: var(--green-light);
      }
.job-tab__position-icon {
  stroke: #fff;
  stroke: var(--white);
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
}
@media (min-width: 920px) {
  .job-tab {
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 330px 330px;
    grid-gap: 160px;
    gap: 160px;
    padding: 0;
    margin: 35px auto 0
  }

    .job-tab[hidden] {
      display: none;
    }
}
@media (min-width: 1240px) {
  .job-tab {
    display: grid;
    grid-template-columns: 430px 440px;
    grid-gap: 270px;
    gap: 270px;
  }
}
.no-pos-card {
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 55px 20px;
  text-align: center;

}
.no-pos-card__heading {
  max-width: 250px;
  font: 500 1.125rem 'Poppins', sans-serif;
  font: 500 1.125rem var(--poppins);
  margin: 0 auto;
}
.no-pos-card__text {
  max-width: 250px;
  color: #666;
  color: var(--gray1);
  margin: 0 auto;
}
@media (min-width: 1240px) {
  .no-pos-card {
    padding: 55px 95px;
  }
}
.send-cv__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 0 0 10px;
}
.send-cv__text {
  color: #666;
  color: var(--gray1);
  margin: 0 0 15px;
}
.send-cv__btn {
  position: relative;
  color: #078116;
  color: var(--green-200);
  text-decoration: none;
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.send-cv__btn:after {
    content: '';
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 2px solid #078116;
    border: 2px solid var(--green-200);
    border-radius: 50%;
    -webkit-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
  }
.send-cv__btn:hover:after, .send-cv__btn:focus:after {
      background: #078116;
      background: var(--green-200);
    }
.send-cv__btn:hover .send-cv__btn-icon, .send-cv__btn:focus .send-cv__btn-icon {
      stroke: #fff;
      stroke: var(--white);
    }
.send-cv__btn-icon {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #078116;
  stroke: var(--green-200);
  -webkit-transition: stroke 0.2s ease-in-out;
  transition: stroke 0.2s ease-in-out;
}
.send-cv.send-cv--img {
  width: 330px;
}
.send-cv.send-cv--img .send-cv__img {
    display: block;
    margin-bottom: -10px;
  }
.send-cv.send-cv--img .send-cv__btn {
    margin-bottom: 40px;
  }
@media (min-width: 920px) {
  .send-cv {
    text-align: center;
  }

  .send-cv__text {
    margin-bottom: 10px;
  }

  .send-cv.send-cv--img {
    position: relative;
    width: 779px;
    display: grid;
    grid-template-columns: 480px 250px;
    grid-gap: 49px;
    gap: 49px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
    left: -20px;
  }

    .send-cv.send-cv--img .send-cv__img {
      -webkit-transform: scaleX(-1);
              transform: scaleX(-1);
    }

    .send-cv.send-cv--img .send-cv__text-box {
      margin-bottom: 0;
    }
}
@media (min-width: 1240px) {
  .send-cv.send-cv--img {
    width: 510px;
    display: block;
    margin: 120px auto 90px;
    left: unset;
    text-align: center;
  }

    .send-cv.send-cv--img .send-cv__img {
      -webkit-transform: unset;
              transform: unset;
      position: absolute;
      left: calc(100% + 5px);
      bottom: -90px;
      width: 315px;
      height: 371px;
    }
}
@media (min-width: 1400px) {
    .send-cv.send-cv--img .send-cv__img {
      left: calc(100% + 55px);
    }
}
.emp-quote {
  margin-bottom: 60px;
}
.emp-quote__author {
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 4px 20px rgba(55, 154, 255, 0.2);
          box-shadow: 0 4px 20px rgba(55, 154, 255, 0.2);
  border-radius: 18px;
  padding: 15px;
  display: grid;
  grid-template-columns: 100px auto;
  grid-gap: 0 10px;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 30px;
}
.emp-quote__author-image {
  border-radius: 50%;
}
.emp-quote__author-name {
  font: 500 1rem 'Poppins', sans-serif;
  font: 500 1rem var(--poppins);
  margin: 0;
}
.emp-quote__author-title {
  font: 500 0.875rem 'Poppins', sans-serif;
  font: 500 0.875rem var(--poppins);
  color: #0072af;
  color: var(--blue-250);
  margin: 0;
}
.emp-quote__text-box {
  text-align: center;
}
.emp-quote__heading {
  font: 600 1.5625rem 'Poppins', sans-serif;
  font: 600 1.5625rem var(--poppins);
  color: #0072af;
  color: var(--blue-250);
  margin: 0 0 20px;
}
.emp-quote__text {
  line-height: 1.875;
  color: #666;
  color: var(--gray1);
  margin: 0;
}
@media (min-width: 920px) {
  .emp-quote {
    margin-bottom: 0;
  }

  .emp-quote__author {
    margin-bottom: 0;
    width: 330px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: relative;
    cursor: pointer
  }

    .emp-quote__author:before {
      content: '';
      background: #fff;
      background: var(--white);
      -webkit-box-shadow: 0 4px 20px rgba(55, 154, 255, 0.2);
              box-shadow: 0 4px 20px rgba(55, 154, 255, 0.2);
      border-radius: 18px;
      width: 100%;
      height: 100%;
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
    }
      .emp-quote__author:hover:before {
        opacity: 0.4;
      }

  .emp-quote__author-image {
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .emp-quote__author-name {
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .emp-quote__author-title {
    color: #999;
    color: var(--gray2);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0.875);
            transform: scale(0.875);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  }

  .emp-quote__text-box {
    position: absolute;
    right: 0;
    top: 45px;
    width: 330px;
    text-align: left;
    z-index: 2;
    pointer-events: none;
  }

    .emp-quote__text-box * {
      opacity: 0;
      -webkit-transform: translateY(-10px);
              transform: translateY(-10px);
      -webkit-transition: opacity 0.2s ease-in-out,
                  -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out,
                  -webkit-transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out,
                  transform 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out,
                  transform 0.2s ease-in-out,
                  -webkit-transform 0.2s ease-in-out;
    }
      .emp-quote--active .emp-quote__author:before {
        opacity: 1;
      }

    .emp-quote--active .emp-quote__author-name,
    .emp-quote--active .emp-quote__author-title,
    .emp-quote--active .emp-quote__author-image {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

    .emp-quote--active .emp-quote__text-box {
      pointer-events: all;
    }

    .emp-quote--active .emp-quote__text-box * {
      opacity: 1;
      -webkit-transform: translate(0);
              transform: translate(0);
    }

    .emp-quote--active .emp-quote__author-title {
      color: #0072af;
      color: var(--blue-250);
    }
}
@media (min-width: 1240px) {
  .emp-quote__author {
    width: 410px;
  }

  .emp-quote__text-box {
    width: 502px;
  }
}
.benefit {
  text-align: center;
}
.benefit__icon-box {
  background: #333;
  background: var(--gray);
  border-radius: 50%;
  width: 118px;
  height: 118px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.benefit__text {
  font: 500 1.125rem 'Poppins', sans-serif;
  font: 500 1.125rem var(--poppins);
  margin: 15px 0 0;
}
.benefit__icon {
  width: unset;
  height: unset;
  max-width: 50%;
  max-height: 50%;
}
@media (min-width: 920px) {
  .benefit__icon-box {
    width: 150px;
    height: 150px;
  }
}
.our-value {
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  position: relative;
  height: 157px;
  padding: 0 30px;
  text-align: center;
  color: #333;
  color: var(--gray);
  text-decoration: none;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}
.our-value:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-box-shadow: 0 9px 20px 0 #ccc;
            box-shadow: 0 9px 20px 0 #ccc;
    -webkit-box-shadow: 0 9px 20px 0 var(--white1);
            box-shadow: 0 9px 20px 0 var(--white1);
    border-radius: 15px;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
.our-value:hover {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px)
  }
.our-value:hover:before {
      opacity: 1;
    }
.our-value:hover .our-value__text {
      opacity: 1;
      pointer-events: all;
    }
.our-value:hover .our-value__image,
    .our-value:hover .our-value__title {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      opacity: 0;
    }
.our-value__title {
  font: 500 1.125rem 'Poppins', sans-serif;
  font: 500 1.125rem var(--poppins);
  line-height: 1.4;
  margin: 19px 0 0;
  -webkit-transition: opacity 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,
              opacity 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
}
.our-value__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  margin: 0;
  background: #fff;
  background: var(--white);
  border-radius: 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.our-value--more {
  background: #333;
  background: var(--gray);
  color: #fff;
  color: var(--white);
  -webkit-transition: background 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
  transition: background 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,
              background 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,
              background 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out
}
.our-value--more:hover {
    background: #52c143;
    background: var(--green-light);
  }
.our-value--more:hover .our-value__image,
    .our-value--more:hover .our-value__title {
      -webkit-transform: unset;
              transform: unset;
      opacity: 1;
    }
.our-value--more:hover .our-value__image-dots {
      fill: #333;
      fill: var(--gray);
    }
.our-value__image {
  -webkit-transition: opacity 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out,
              opacity 0.2s ease-in-out,
              -webkit-transform 0.2s ease-in-out;
}
.our-value__image-dots {
  fill: #52c143;
  fill: var(--green-light);
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.hire-step {
  margin: 0 0 55px 0;
  padding-left: 70px;
  position: relative
}
.hire-step:before {
    content: counter(step);
    font: 500 1.125rem 'Poppins', sans-serif;
    font: 500 1.125rem var(--poppins);
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    background: #0072af;
    background: var(--blue-250);
    color: #fff;
    color: var(--white);
    position: absolute;
    left: 0;
    top: 0;
  }
.hire-step:last-of-type {
    margin-bottom: 0;
  }
.hire-step__heading {
  font: 500 1.25rem 'Poppins', sans-serif;
  font: 500 1.25rem var(--poppins);
  margin: 0 0 15px;
}
.hire-step__text {
  color: #666;
  color: var(--gray1);
  line-height: 1.6875;
  margin: 0;
}
@media (min-width: 920px) {
  .hire-step {
    padding: 32px 39px 32px 68px;
    margin: 0;
    width: 437px
  }

    .hire-step:before {
      top: calc(50% - 10px);
      left: -21px;
    }
      .hire-step:nth-of-type(2n):before {
        left: unset;
        right: -21px;
      }

    .hire-step:first-of-type {
      padding-top: 0
    }

      .hire-step:first-of-type:before {
        top: 0;
      }
}
.job-label {
  display: grid;
  grid-template-columns: 27px auto;
  grid-gap: 0 15px;
  gap: 0 15px;
  font-family: 'Poppins', sans-serif;
  font-family: var(--poppins);
}
.job-label__icon-box {
  width: 27px;
  height: 27px;
  background: #fff;
  background: var(--white);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-dsc__introduction {
  margin: 45px auto 115px;
}
.job-dsc__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 0 0 15px;
}
.job-dsc__text {
  font-size: 1.125rem;
  line-height: 1.6666;
  color: #666;
  color: var(--gray1);
}
.job-dsc__text p {
    margin: 0;
  }
.job-dsc__text h3, .job-dsc__text h4, .job-dsc__text h5 {
    font-size: 1.125rem;
  }
.job-dsc__text ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
.job-dsc__text li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 22px
  }
.job-dsc__text li:last-of-type {
      margin-bottom: 0;
    }
.job-dsc__text li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 10px;
      width: 9px;
      height: 9px;
      background: #078116;
      background: var(--green-200);
      border-radius: 50%;
    }
.job-dsc__card {
  background: #fff;
  background: var(--white);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 30px 20px;
  margin-bottom: 60px;
}
.job-dsc__card .job-dsc__heading {
    font-size: 1.625rem;
    line-height: 1.15;
  }
.job-dsc__card .job-dsc__text {
    font-size: 1rem;
    line-height: 1.875;
  }
.job-dsc__add-text {
  font: 600 1.125rem 'Poppins', sans-serif;
  font: 600 1.125rem var(--poppins);
  margin: 0;
  text-align: center;
}
.job-dsc__add-text p {
    margin: 0;
  }
.job-dsc__add-text a {
    text-decoration: none;
    color: #379aff;
    color: var(--blue)
  }
.job-dsc__add-text a:hover,
    .job-dsc__add-text a:focus {
      text-decoration: underline;
    }
.job-dsc__btn {
  margin-top: 20px;
}
@media (min-width: 920px) {
  .job-dsc__introduction {
    margin: 60px auto;
  }

  .job-dsc__card {
    margin-bottom: 90px;
  }

  .job-dsc__add-text {
    margin: -30px 0 0;
  }
}
@media (min-width: 1240px) {
  .job-dsc__introduction {
    margin-top: 0;
  }

  .job-dsc__add-text {
    text-align: left;
  }
}
.job-aside__apply {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #333;
  background: var(--gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 13px;
  z-index: 2;
}
.job-aside {
  margin: 30px auto 65px;
}
.job-aside__box {
  margin-bottom: 45px
}
.job-aside__box:last-of-type {
    margin-bottom: 0;
  }
.job-aside__salary {
  display: none;
}
@media (min-width: 920px) {
  .job-aside {
    margin: 45px auto 90px;
  }

  .job-aside__apply {
    position: static;
    background: none;
    padding: 0;
  }

  .job-aside__boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 50px;
    gap: 0 50px;
    margin-top: 60px;
  }

  .job-aside__box {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1240px) {
  .job-aside {
    margin: 0;
  }

  .job-aside__boxes {
    display: block;
    margin: 0;
  }

  .job-aside__box {
    margin-bottom: 30px
  }

    .job-aside__box:last-of-type {
      margin-bottom: 0;
    }

  .job-aside__apply {
    margin-bottom: 45px;
  }

  .job-aside__salary {
    display: block
  }

  .job-aside__salary {
    margin-bottom: 45px;
  }

  .job-aside__salary-text {
    color: #666;
    color: var(--gray1);
    margin: 0 0 27px;
    font: 500 0.875rem 'Poppins', sans-serif;
    font: 500 0.875rem var(--poppins)
  }

    .job-aside__salary-text:nth-of-type(2) {
      font-size: 1rem;
      margin: 0;
    }

    .job-aside__salary-text b,
    .job-aside__salary-text strong {
      font-size: 1.375rem;
      color: #333;
      color: var(--gray);
    }

    .job-aside__salary-text span {
      font-size: 0.875rem;
    }

    .job-aside__salary-text:first-of-type {
      font-size: 1.125rem;
    }
}
.aside-box {
  padding: 25px 37px;
  border: 1px solid #DEE3EA;
  border-radius: 10px;
}
.aside-box__heading {
  font: 600 1.125rem 'Poppins', sans-serif;
  font: 600 1.125rem var(--poppins);
  line-height: 1.666;
  text-align: center;
  margin: 0;
}
.aside-box__heading span {
    color: #078116;
    color: var(--green-200);
  }
.aside-box__person {
  margin: 25px auto 20px;
  display: grid;
  grid-template-columns: 55px auto;
  grid-gap: 0 17px;
  gap: 0 17px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-box__person-img {
  border-radius: 50%;
  display: block;
}
.aside-box__person-name {
  font: 600 0.875rem 'Poppins', sans-serif;
  font: 600 0.875rem var(--poppins);
  margin: 0 0 3px;
}
.aside-box__person-title {
  font: 400 0.875rem 'Poppins', sans-serif;
  font: 400 0.875rem var(--poppins);
  margin: 0;
  color: #666;
  color: var(--gray1);
}
.aside-box__linkedin {
  padding: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #DEE3EA;
  border-radius: 10px;
  color: #0F74B6;
  font-weight: 700;
  text-decoration: none;
  width: 100%;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out
}
.aside-box__linkedin:hover,
  .aside-box__linkedin:focus {
    border-color: #0F74B6;
  }
.aside-box__linkedin-text {
  margin-left: 12px;
  width: 73px;
}
.aside-box__copy-box {
  margin: 16px 0 21px;
}
.aside-box__socials {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 25px);
  grid-gap: 22px;
  gap: 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.aside-box__social:hover .aside-box__social-icon circle, .aside-box__social:focus .aside-box__social-icon circle {
        stroke: #52c143;
        stroke: var(--green-light);
        fill: #52c143;
        fill: var(--green-light);
      }
.aside-box__social:hover .aside-box__social-icon path, .aside-box__social:focus .aside-box__social-icon path {
        fill: #fff;
        fill: var(--white);
      }
.aside-box__social-icon circle {
    stroke: #333;
    stroke: var(--gray);
  }
.aside-box__social-icon path {
    fill: #333;
    fill: var(--gray);
  }
@media (min-width: 920px) {
  .aside-box {
    padding: 25px 52px;
  }
}
@media (min-width: 1240px) {
  .aside-box {
    padding: 25px 15px;
  }
}
.copy-box {
  background: #f7f7f7;
  background: var(--white2);
  border: 1px solid #DEE3EA;
  padding: 11px 15px;
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 0 10px;
  gap: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.copy-box__text {
  font: 500 0.875rem 'Poppins', sans-serif;
  font: 500 0.875rem var(--poppins);
  color: #666;
  color: var(--gray1);
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}
.copy-box__btn {
  padding: 0;
  color: #0072af;
  color: var(--blue-250);
  font: 500 0.9375rem 'Poppins', sans-serif;
  font: 500 0.9375rem var(--poppins);
  background: none;
  border: 0;
  cursor: pointer;
}
.job-pos {
  padding: 29px 35px;
  background: #fff;
  background: var(--white);
  border: 1px solid #D6DBE0;
  border-radius: 10px;
  position: relative;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out
}
.job-pos:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
  }
.job-pos:hover,
  .job-pos[focus-within] {
    border-color: #fff;
    border-color: var(--white)
  }
.job-pos:hover,
  .job-pos:focus-within {
    border-color: #fff;
    border-color: var(--white)
  }
.job-pos:hover:before, .job-pos[focus-within]:before {
      opacity: 1;
    }
.job-pos:hover:before, .job-pos:focus-within:before {
      opacity: 1;
    }
.job-pos__title {
  font: 500 1.375rem 'Poppins', sans-serif;
  font: 500 1.375rem var(--poppins);
  margin: 0 0 15px;
}
.job-pos__labels {
  display: grid;
  grid-gap: 15px;
  gap: 15px;
  margin-bottom: 20px;
}
.job-pos__label {
  margin: 0;
  display: grid;
  grid-template-columns: 27px auto;
  grid-gap: 14px;
  gap: 14px;
}
.job-pos__label-icon-box {
  width: 27px;
  height: 27px;
  background: #333;
  background: var(--gray);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.job-pos__label-text {
  color: #666;
  color: var(--gray1);
}
.job-pos__btn {
  position: static
}
.job-pos__btn:active {
    -webkit-transform: unset;
            transform: unset;
  }
.job-pos__btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
.job-pos__btn:hover,
  .job-pos__btn:focus {
    background: #52c143;
    background: var(--green-light);
    border-color: #52c143;
    border-color: var(--green-light);
    color: #fff;
    color: var(--white);
    stroke: #fff;
    stroke: var(--white);
  }
.job-pos--loading {
  pointer-events: none;
  cursor: default;
}
.job-pos--loading .job-pos__title {
    width: 260px;
    height: 33px;
    background: #ccc;
    background: var(--white1);
  }
.job-pos--loading .job-pos__label-text {
    height: 22px;
    background: #ccc;
    background: var(--white1);
  }
.job-pos--loading .job-pos__label:nth-of-type(1) .job-pos__label-text {
        width: 85px;
      }
.job-pos--loading .job-pos__label:nth-of-type(2) .job-pos__label-text {
        width: 136px;
      }
.job-pos--loading .job-pos__btn {
    -webkit-filter: grayscale(200);
            filter: grayscale(200);
  }
@media (min-width: 920px) {
  .job-pos {
    display: grid;
    grid-template-columns: auto 240px;
    grid-gap: 20px;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .job-pos__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0;
    gap: 0;
    margin-bottom: 0;
  }

  .job-pos__label {
    margin-right: 20px
  }

    .job-pos__label:last-of-type {
      margin-right: 0;
    }
    .job-pos--loading .job-pos__title {
      width: 440px;
    }
}
.culture-box {
  margin: 0 auto 75px;
  max-width: 460px;
}
.culture-box__heading {
  font: 600 1.625rem 'Poppins', sans-serif;
  font: 600 1.625rem var(--poppins);
  color: #078116;
  color: var(--green-200);
  margin: 0;
}
.culture-box__text {
  font-size: 1.25rem;
  color: #666;
  color: var(--gray1);
  margin: 0;
}
.culture-box__text-box {
  margin-bottom: 20px;
  padding: 0 20px;
}
.culture-box__image {
  width: 100%;
  height: unset;
  max-width: 460px;
  max-height: 320px;
}
@media (min-width: 920px) {
  .culture-box {
    max-width: 920px;
    margin-bottom: 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left
  }
      .culture-box:nth-of-type(2n) .culture-box__text-box {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
      }
}
@media (min-width: 1240px) {
  .culture-box {
    max-width: 1240px;
    margin-bottom: 120px
  }
      .culture-box:nth-of-type(2n) .culture-box__text-box {
        padding: 0 50px 0 150px;
      }

  .culture-box__text-box {
    padding: 0 150px 0 50px;
  }

  .culture-box__image {
    max-width: 620px;
    max-height: 430px;
  }
}
@media (min-width: 1400px) {
  .culture-box {
    max-width: 1400px
  }
      .culture-box:nth-of-type(2n) .culture-box__text-box {
        padding: 0 130px 0 150px;
      }

  .culture-box__text-box {
    padding: 0 150px 0 130px;
  }

  .culture-box__image {
    max-width: 700px;
    max-height: 486px;
  }
}

/* sections */
.main-hero {
  padding: 125px 16px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.main-hero__text-box {
  margin-bottom: 60px;
}
.main-hero:before,
  .main-hero:after,
  .main-hero__particles-1:before,
  .main-hero__particles-1:after {
    --size: 138px;

    content: '';
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    position: absolute;
  }
.main-hero:before {
    background: #333;
    background: var(--gray);
    opacity: 0.05;
    top: -20px;
    left: -27px;
  }
.main-hero:after{
    --size: 70px;
    background: #379aff;
    background: var(--blue);
    opacity: 0.15;
    right: -25px;
    top: 48px;
  }
.main-hero__heading {
  font: 600 2.1875rem 'Poppins', sans-serif;
  font: 600 2.1875rem var(--poppins);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0 0 25px;
}
.main-hero__particles-1:before {
    --size: 326px;
    background: #379aff;
    background: var(--blue);
    opacity: 0.1;
    left: -154px;
    top: 357px;
  }
..main-hero__images {
  pointer-events: none;
}
.main-hero__images-l {
  position: relative;
  margin: 0 auto;
}
.main-hero__images-l,
.main-hero__particles-l,
.main-hero__characters-l {
  width: 291px;
  height: 309px;
  display: block;
}
.main-hero__particles-l,
.main-hero__particles-r {
  position: absolute;
  left: 0;
  top: 0;
}
.main-hero__images-r {
  display: none;
}
.main-hero__img-center {
  display: block;
  margin: 0 auto 25px;
}
@media (min-width: 920px) {
  .main-hero {
    padding: 137px 0 236px
  }

    .main-hero:before {
      left: unset;
      right: calc(50% + 212px);
    }
    .main-hero__particles-1:before {
      --size: 392px;
      left: unset;
      right: calc(50% + 240px);
      top: 409px;
    }

    .main-hero__particles-1:after {
      --size: 341px;
      background: #333;
      background: var(--gray);
      opacity: 0.05;
      left: calc(50% + 273px);
      top: 485px;
    }

  .main-hero__text-box {
    margin: 0;
  }

  .main-hero__heading {
    margin-bottom: 50px;
    font-size: 2.8125rem;
  }

  .main-hero__images-l,
  .main-hero__particles-l,
  .main-hero__characters-l {
    width: 350px;
    height: 370px;
  }

  .main-hero__images-r {
    position: relative;
    margin: 0 auto;
  }

  .main-hero__images-r,
  .main-hero__particles-r,
  .main-hero__characters-r {
    display: block;
    width: 315px;
    height: 371px;
  }

  .main-hero__images {
    height: 370px;
    margin-top: 20px;
  }

  .main-hero__images-l {
    position: absolute;
    right: calc(50% + 60px);
    bottom: 236px;
  }

  .main-hero__images-r {
    margin: 0 auto;
    position: absolute;
    left: calc(50% + 95px);
    bottom: 236px;
  }
}
@media (min-width: 1240px) {
  .main-hero {
    padding: 185px 0 300px
  }

    .main-hero:before {
      right: calc(50% + 318px);
    }
    .main-hero__particles-1:before {
      right: calc(50% + 400px);
      top: 203px;
    }

    .main-hero__particles-1:after {
      left: calc(50% + 433px);
      top: 279px;
    }

  .main-hero__text-box {
    margin: -80px 0 0;
  }

  .main-hero__images {
    height: unset;
    margin: 0;
  }

  .main-hero__images-l,
  .main-hero__images-r {
    bottom: 0;
    top: 147px;
  }

  .main-hero__images-l {
    right: calc(50% + 220px);
  }

  .main-hero__images-r {
    left: calc(50% + 255px);
  }
}
.hmg__content {
  padding: 0 15px;
  margin: 0 auto 90px;
  position: relative;
  width: 330px;
}
.hmg__heading {
  font: 600 2.8125rem 'Poppins', sans-serif;
  font: 600 2.8125rem var(--poppins);
  color: #379aff;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
  max-width: 330px;
}
.hmg__text {
  margin: 0;
  line-height: 1.875;
}
.hmg__text p {
    margin: 0;
  }
.hmg__arrow {
  position: absolute;
  bottom: -90px;
  left: calc(50% + 98px);
}
.hmg__heading-img {
  display: none;
}
@media (min-width: 920px) {
  .hmg__heading {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .hmg__arrow {
    width: 110px;
    height: 200px;
  }

  .hmg__heading-img {
    display: block;
    margin-top: 95px;
  }

  .hmg__content {
    display: grid;
    grid-template-columns: 454px 330px;
    grid-gap: 0 42px;
    gap: 0 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: unset;
    margin-bottom: 80px;
  }

  .hmg__arrow {
    top: 336px;
    left: unset;
    right: calc(50% + 50px);
  }

  .hmg__blue-box {
    position: absolute;
    left: 0;
    right: calc(50% + 248px);
    top: 0;
    bottom: 30px;
    background: rgba(55, 154, 255, 0.1);
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  .hmg__dots {
    position: absolute;
    top: 389px;
    right: calc(50% + 203px);
    background: repeat url("data:image/svg+xml,%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='2.50049' cy='2.51855' r='2.5' fill='%23999999'/%3E%3C/svg%3E%0A");
    width: 91px;
    height: 91px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
@media (min-width: 1240px) {
  .hmg__content {
    grid-template-columns: 454px 600px;
    grid-gap: 0 85px;
    gap: 0 85px;
    padding: 90px 0 120px;
    margin-bottom: 120px;
  }

  .hmg__heading-img {
    margin: 0;
  }

  .hmg__arrow {
    top: 331px;
    right: calc(50% + 210px);
  }

  .hmg__blue-box {
    bottom: 0;
    right: calc(50% + 407px);
  }

  .hmg__dots {
    right: calc(50% + 362px);
  }
}
.job-openings {
  max-width: 330px;
  margin: 0 auto;
  padding-bottom: 45px;
  border-bottom: 2px solid #0072af;
  border-bottom: 2px solid var(--blue-250);
}
.job-openings__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  color: #078116;
  color: var(--green-200);
  margin: 0;
}
.job-openings__departments {
  position: relative;
}
.job-openings__tab-toggle {
  display: block;
  width: 100%;
  text-align: left;
  padding: 25px 0 26px;
  font: 400 1.125rem 'Poppins', sans-serif;
  font: 400 1.125rem var(--poppins);
  color: #666;
  color: var(--gray1);
  background: none;
  border: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out
}
.job-openings__tab-toggle:before {
    content: '';
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ccc;
    background: var(--white1);
    -webkit-transition: background 0.2s ease-in-out,
                height 0.2s ease-in-out,
                -webkit-transform 0.2s ease-in-out;
    transition: background 0.2s ease-in-out,
                height 0.2s ease-in-out,
                -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out,
                background 0.2s ease-in-out,
                height 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out,
                background 0.2s ease-in-out,
                height 0.2s ease-in-out,
                -webkit-transform 0.2s ease-in-out;
  }
.job-openings__tab-toggle[aria-selected="true"]:before {
      background: #078116;
      background: var(--green-200);
      height: 3px;
      -webkit-transform: translateY(-7px);
              transform: translateY(-7px);
    }
.job-openings__cv {
  margin-top: 40px;
}
@media (min-width: 920px) {
  .job-openings {
    max-width: 820px;
  }

  .job-openings__heading {
    margin-bottom: 4px;
  }

  .job-openings__tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: nowrap row;
            flex-flow: nowrap row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-bottom: 1px solid #ccc;
    border-bottom: 1px solid var(--white1);
    position: relative;
  }

  .job-openings__tablist-active {
    position: absolute;
    width: 1px;
    height: 3px;
    background: #078116;
    background: var(--green-200);
    left: 0;
    bottom: -2px;
    -webkit-transform-origin: left center;
            transform-origin: left center;
  }

  .job-openings__tab-toggle {
    width: unset;
    padding: 16px 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center
  }

    .job-openings__tab-toggle:before {
      content: none;
    }

    .job-openings__tab-toggle[aria-selected="true"] {
      font-weight: 600;
      color: #333;
      color: var(--gray);
    }

  .job-openings__cv {
    margin-top: 90px;
  }
}
@media (min-width: 1240px) {
  .job-openings {
    max-width: 1140px;
  }
}
.why-dfw {
  padding: 60px 0 90px;
  position: relative;
  overflow: hidden;
}
.why-dfw__content {
  position: relative;
  margin: 0 auto;
  max-width: 330px;
}
.why-dfw__heading {
  text-align: center;
  margin: 0 0 40px;
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
}
@media (min-width: 920px){
  .why-dfw {
    padding: 75px 0 135px;
  }

  .why-dfw__heading {
    font-size: 2.1875rem;
    margin-bottom: 75px;
  }

  .why-dfw__content {
    max-width: 810px;
    padding-bottom: 160px;
  }

  .dfw-why__blue-box {
    background: #379aff;
    background: var(--blue);
    opacity: 0.1;
    position: absolute;
    top: 200px;
    bottom: 135px;
    right: 0;
    left: calc(50% + 140px);
    z-index: -1;
  }

  .dfw-why__dots {
    width: 91px;
    height: 91px;
    background: repeat url("data:image/svg+xml,%0A%3Csvg width='43' height='43' viewBox='0 0 43 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='2.5' cy='2.50226' rx='2.5' ry='2.50226' fill='%23333333'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 708px;
    left: calc(50% + 240px);
  }
}
@media (min-width: 1240px) {
  .why-dfw__content {
    max-width: 1035px;
    padding-bottom: 0;
  }

  .dfw-why__dots {
    top: 548px;
    left: calc(50% + 350px);
  }
}
.benefits {
  padding-top: 90px;
  margin: -90px auto 90px;
  max-width: 330px;
  text-align: center;
}
.benefits__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 0 0 40px;
  text-align: center;
}
.benefits__list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
  height: 668px;
  overflow: hidden;
}
.benefits__load-more {
  min-width: 240px;
}
@media (min-width: 920px) {
  .benefits {
    max-width: 655px;
    margin: -90px auto 120px;
  }

  .benefits__list {
    grid-template-columns: repeat(3, 185px);
    grid-gap: 60px 50px;
    gap: 60px 50px;
    margin: 0 0 60px;
    height: 498px;
  }
}
@media (min-width: 1240px) {
  .benefits {
    max-width: 890px;
  }

  .benefits__list {
    grid-template-columns: repeat(4, 185px);
  }
}
.lets-play {
  margin: 90px auto;
  max-width: 330px;
  padding-bottom: 75px;
  position: relative;
}
.lets-play__heading {
  text-align: center;
  margin: 0 0 40px;
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
}
.lets-play__text-box {
  text-align: center;
}
.lets-play__game-heading {
  font: 600 3.75rem 'Poppins', sans-serif;
  font: 600 3.75rem var(--poppins);
  color: #0072af;
  color: var(--blue-250);
  margin: 0 0 10px;
}
.lets-play__text {
  margin: 0 0 40px;
  font-size: 1.125rem;
  color: #666;
  color: var(--gray1);
}
.lets-play__c2a {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
@media (min-width: 920px) {
  .lets-play {
    max-width: 820px;
    padding-bottom: 0;
    margin: 120px auto 135px;
  }

  .lets-play__heading {
    font-size: 2.1875rem;
    margin-bottom: 60px;
  }

  .lets-play__c2a {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }

  .lets-play__content {
    display: grid;
    grid-template-columns: 330px 420px;
    grid-gap: 0 70px;
    gap: 0 70px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

    .lets-play__content--congratulations {
      display: block;
      text-align: center;
      position: relative;
    }

      .lets-play__content--congratulations .lets-play__c2a {
        text-align: center;
        width: 100%;
        margin-top: 50px;
      }

  .lets-play__game {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .lets-play__text-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
  }

  .lets-play__text {
    margin-bottom: 25px;
  }

  .lets-play__confetti {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media (min-width: 1240px) {
  .lets-play {
    max-width: 930px;
  }

  .lets-play__content {
    grid-template-columns: 430px 420px;
    grid-gap: 0 80px;
    gap: 0 80px;
  }

  .find-game {
    width: 430px;
    height: 425px;
  }
}
.our-values {
  max-width: 330px;
  margin: 90px auto 75px;
  padding-bottom: 45px;
  border-bottom: 2px solid #ddedfe;
  border-bottom: 2px solid var(--blue2);
}
.our-values__heading {
  text-align: center;
  margin: 0 0 15px;
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
}
.our-values__text {
  color: #666;
  color: var(--gray1);
  margin: 0 0 40px;
  line-height: 1.5625;
  text-align: center;
}
.our-values__list {
  display: grid;
  grid-template-columns: 320px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 22px 0;
  gap: 22px 0;
}
@media (min-width: 920px) {
  .our-values {
    max-width: 820px;
  }

  .our-values__heading {
    font-size: 2.1875rem;
  }

  .our-values__text {
    max-width: 480px;
    margin: 0 auto 60px;
  }

  .our-values__list {
    grid-template-columns: repeat(2, 320px);
    grid-gap: 22px;
    gap: 22px;
  }
}
@media (min-width: 1240px) {
  .our-values {
    max-width: 1140px;
  }

  .our-values__list {
    grid-template-columns: repeat(3, 320px);
  }
}
.how-we-hire {
  max-width: 330px;
  margin: 75px auto 90px;
}
.how-we-hire__heading {
  text-align: center;
  margin: 0 0 15px;
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
}
.how-we-hire__text {
  color: #666;
  color: var(--gray1);
  margin: 0 0 40px;
  line-height: 1.5625;
  text-align: center;
}
.how-we-hire__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
}
.how-we-hire__step {
  counter-increment: step;
}
.how-we-hire__content {
  position: relative;
  padding-bottom: 160px;
}
.how-we-hire__line {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}
.how-we-hire__img-box {
  text-align: center;
}
.how-we-hire__c2a {
  text-align: center;
}
@media (min-width: 920px) {
  .how-we-hire {
    max-width: 640px;
  }

  .how-we-hire__heading {
    font-size: 2.1875rem;
  }

  .how-we-hire__content {
    margin: 0 auto;
    width: 437px;
  }

  .how-we-hire__line {
    width: calc(100% + 4px);
    height: 100%;
    left: -2px;
  }
}
.dfw-ig {
  margin-top: 90px;
  overflow: hidden;
  padding-bottom: 34px;
  position: relative
}
.dfw-ig:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 105px;
    bottom: 0;
    left: 0;
    background: #379aff;
    background: var(--blue);
    z-index: 2;
  }
.dfw-ig__content {
  max-width: 330px;
  margin: 0 auto;
}
.dfw-ig__heading {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  text-align: center;
  margin: 0 0 30px;
}
.dfw-ig__heading-datafeed {
  color: #379aff;
  color: var(--blue);
}
.dfw-ig__heading-watch {
  color: #52c143;
  color: var(--green-light);
}
.dfw-ig__photos {
  list-style: none;
  padding: 0;
  margin: 0 0 45px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  gap: 30px;
}
.dfw-ig__photo-item:first-of-type {
    grid-column: 1 / 3;
  }
.dfw-ig__photo {
  border-radius: 15px;
  display: block;
}
.dfw-ig__footer-img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .dfw-ig {
    padding-bottom: 30px
  }

    .dfw-ig:before {
      content: '';
      position: absolute;
      height: 105px;
      bottom: 0;
      left: 0;
      right: calc(50% + 40px);
      background: #379aff;
      background: var(--blue);
      z-index: 2;
    }

    .dfw-ig:after {
      z-index: -1;
    }

  .dfw-ig__content {
    max-width: 790px;
    display: grid;
    grid-template-columns: 340px 330px;
    grid-gap: 0 120px;
    gap: 0 120px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }

  .dfw-ig__heading {
    text-align: left;
  }

  .dfw-ig__photos {
    margin-bottom: 0;
  }

  .dfw-ig__footer-img {
    position: absolute;
    right: calc(50% + 40px);
    bottom: 34px;
  }
}
@media (min-width: 1240px) {
  .dfw-ig {
    height: 478px;
  }

  .dfw-ig__footer-img {
    right: calc(50% + 200px);
  }

  .dfw-ig__content {
    position: absolute;
    width: 690px;
    max-width: unset;
    display: block;
    bottom: 30px;
    left: calc(50% - 110px);
  }

  .dfw-ig__photos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
    .dfw-ig__photo-item:first-of-type {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
    }
}
.job-hero__top {
  padding: 60px 0;
  background: #078116;
  background: var(--green-200);
  color: #fff;
  color: var(--white);
  position: relative
}
.job-hero__top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 78px);
    width: 258px;
    height: 201px;
    background: no-repeat url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/careers/pos-header-sm.png);
    z-index: 1;
  }
.job-hero__content {
  max-width: 330px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.job-hero__title {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 0 0 30px;
  text-align: center;
}
.job-hero__labels {
  display: grid;
  grid-gap: 15px 0;
  gap: 15px 0;
  margin: 30px 0;
}
.job-hero__bottom {
  background: #0072af;
  background: var(--blue-250);
  padding: 22px 0;
  text-align: center;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}
.job-hero__salary {
  color: #fff;
  color: var(--white);
  margin: 0;
  font: 500 0.875rem 'Poppins', sans-serif;
  font: 500 0.875rem var(--poppins)
}
.job-hero__salary:nth-of-type(2) {
    font-size: 1rem;
  }
.job-hero__salary b,
  .job-hero__salary strong {
    font-size: 1.375rem;
    color: #fff;
    color: var(--white);
  }
.job-hero__salary span {
    font-size: 0.875rem;
  }
.job-hero__salary:first-of-type {
    font-size: 1.125rem;
  }
@media (min-width: 920px) {
    .job-hero__top:after {
      width: 880px;
      height: 165px;
      bottom: 30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      background: no-repeat url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/careers/pos-header-md.png);
    }

  .job-hero__title {
    font-size: 2.1875rem;
  }

  .job-hero__content {
    max-width: 622px;
    text-align: center;
  }

  .job-hero__labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 26px 0;
  }

  .job-hero__label {
    margin-right: 28px
  }

    .job-hero__label:last-of-type {
      margin-right: 0;
    }

  .job-hero__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 13px 0;
  }
}
@media (min-width: 1240px) {
    .job-hero__top:after {
      width: 1080px;
      height: 218px;
      bottom: 22px;
      background: no-repeat url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/careers/pos-header-lg.png);
    }

  .job-hero__bottom {
    display: none;
  }
}
@media (min-width: 1240px) {
    .job-hero__top:after {
      width: 1300px;
      height: 262px;
      background: no-repeat url(https://23181990.fs1.hubspotusercontent-na1.net/hubfs/23181990/DFW/careers/pos-header-xl.png);
    }
}
.job-info {
  max-width: 330px;
  margin: 0 auto;
}
@media (min-width: 920px) {
  .job-info {
    max-width: 750px;
  }
}
@media (min-width: 1240px) {
  .job-info {
    max-width: 1140px;
    display: grid;
    grid-template-columns: 790px 285px;
    grid-gap: 85px;
    gap: 85px;
    margin: 90px auto;
    position: relative
  }

    .job-info:after {
      content: '';
      position: absolute;
      top: 0;
      left: 835px;
      width: 1px;
      height: 100%;
      background: #DEE3EA;
    }
    .job-info__aside .hs_cos_wrapper {
      position: -webkit-sticky;
      position: sticky;
      top: 113px;
    }
}
.culture-hero {
  position: relative;
  padding: 120px 0;
}
.culture-hero__content {
  margin: 0 auto;
  max-width: 330px;
  text-align: center;
}
.culture-hero__heading {
  font: 600 2.8125rem 'Poppins', sans-serif;
  font: 600 2.8125rem var(--poppins);
  line-height: 1.5;
  margin: 0 0 10px;
}
.culture-hero__text {
  color: #666;
  color: var(--gray1);
  margin: 0 0 48px;
  line-height: 2;
}
.culture-hero__pictures {
  width: 325px;
  height: 315px;
  position: relative;
}
.culture-hero__pic {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out
}
.culture-hero__pic:hover {
    z-index: 5;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  }
.culture-hero__pic--1 {
    width: 152px;
    height: 110px;
    left: 0;
    top: 45px;
    z-index: 1;
  }
.culture-hero__pic--2 {
    width: 120px;
    height: 222px;
    left: 148px;
    top: 0;
    z-index: 2
  }
.culture-hero__pic--3 {
    width: 147px;
    height: 147px;
    left: 29px;
    top: 105px;
    z-index: 3;
  }
.culture-hero__pic--4 {
    width: 207px;
    height: 137px;
    right: 0;
    bottom: 0;
    z-index: 4;
  }
.culture-hero__particles-1:before,
  .culture-hero__particles-1:after,
  .culture-hero__particles-2:before,
  .culture-hero__particles-2:after,
  .culture-hero__particles-3:before,
  .culture-hero__particles-3:after,
  .culture-hero__particles-4:before,
  .culture-hero__particles-4:after {
    position: absolute;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
  }
.culture-hero__particles-1:before {
    content: '';
    --size: 200px;
    right: calc(50% + 80px);
    top: -100px;
    background: #379aff;
    background: var(--blue);
  }
.culture-hero__particles-2:before,
  .culture-hero__particles-2:after {
    content: '';
    background: #52c143;
    background: var(--green-light);
  }
.culture-hero__particles-2:before {
    --size: 25px;
    top: 45px;
    right: calc(50% + 35px);
  }
.culture-hero__particles-2:after {
    --size: 15px;
    bottom: 333px;
    left: calc(50% + 129px);
  }
.culture-hero__particles-3:before,
  .culture-hero__particles-3:after {
    content: '';
    background: #333;
    background: var(--gray);
  }
.culture-hero__particles-3:before {
    --size: 10px;
    bottom: 430px;
    right: calc(50% + 38px);
  }
.culture-hero__particles-3:after {
    --size: 27px;
    bottom: 60px;
    left: calc(50% + 44px);
  }
.culture-hero__particles-4:before {
    content: '';
    background: #379aff;
    background: var(--blue);
    --size: 15px;
    right: calc(50% + 148px);
    bottom: 120px;
  }
@media (min-width: 920px) {
  .culture-hero {
    padding: 80px 0 250px;
    overflow-x: hidden;
    margin-bottom: -70px;
  }

  .culture-hero__content {
    max-width: 860px;
    display: grid;
    grid-template-columns: 330px 471px;
    grid-gap: 59px;
    gap: 59px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: left;
  }

  .culture-hero__pictures {
    width: 456px;
    height: 471px;
  }
    .culture-hero__pic--1 {
      width: 220px;
      height: 153px;
      top: 64px;
    }

    .culture-hero__pic--2 {
      width: 163px;
      height: 321px;
      left: 214px
    }

    .culture-hero__pic--3 {
      width: 214px;
      height: 213px;
      left: 43px;
      top: 151px;
    }

    .culture-hero__pic--4 {
      width: 299px;
      height: 199px;
    }
    .culture-hero__particles-1:before {
      --size: 360px;
      top: -180px;
      right: calc(50% + 280px);
    }

    .culture-hero__particles-1:after {
      content: '';
      --size: 850px;
      top: -102px;
      left: calc(50% + 184px);
      background: #ddedfe;
      background: var(--blue2);
      z-index: -1;
    }
    .culture-hero__particles-2:before {
      --size: 38px;
      left: unset;
      right: calc(50% + 143px);
      top: 150px;
      animation: flying 2s infinite linear alternate-reverse;
    }

    .culture-hero__particles-2:after {
      bottom: 120px;
      left: unset;
      right: calc(50% + 323px);
      -webkit-animation: flying 2s infinite linear alternate;
              animation: flying 2s infinite linear alternate;
    }
    .culture-hero__particles-3:before {
      --size: 15px;
      bottom: unset;
      top: 75px;
      right: unset;
      left: calc(50% + 129px);
      -webkit-animation: flying 2s infinite linear alternate;
              animation: flying 2s infinite linear alternate;
    }

    .culture-hero__particles-3:after {
      --size: 40px;
      bottom: 105px;
      left: calc(50% + 259px);
      -webkit-animation: flying 2s infinite linear alternate;
              animation: flying 2s infinite linear alternate;
    }
    .culture-hero__particles-4:before {
      --size: 22px;
      bottom: 176px;
      right: calc(50% + 41px);
      animation: flying 2s infinite linear alternate-reverse;
    }

    .culture-hero__particles-4:after {
      -webkit-animation: flying 2s infinite linear alternate;
              animation: flying 2s infinite linear alternate;
    }
}
@media (min-width: 1240px) {
  .culture-hero__content {
    max-width: 1060px;
    grid-template-columns: 570px 471px;
    grid-gap: 19px;
    gap: 19px;
  }

  .culture-hero__text {
    margin-bottom: 103px;
  }
    .culture-hero__particles-1:before {
      right: calc(50% + 440px);
    }

    .culture-hero__particles-1:after {
      left: calc(50% + 239px);
    }
    .culture-hero__particles-2:before {
      top: 204px;
      right: calc(50% + 172px);
    }

    .culture-hero__particles-2:after {
      right: calc(50% + 505px);
      bottom: 154px;
    }
    .culture-hero__particles-3:before {
      top: 75px;
      left: calc(50% + 185px);
    }

    .culture-hero__particles-3:after {
      left: calc(50% + 314px);
      bottom: 106px;
    }
    .culture-hero__particles-4:before {
      bottom: 175px;
      right: calc(50% - 14px);
    }

    .culture-hero__particles-4:after {
      content: '';
      background: #379aff;
      background: var(--blue);
      --size: 34px;
      left: calc(50% + 550px);
      top: 323px;
    }
}
@media (min-width: 1400px) {
  .culture-hero__content {
    max-width: 1140px;
    grid-gap: 99px;
    gap: 99px;
  }
    .culture-hero__particles-1:before {
      right: calc(50% + 520px);
    }

    .culture-hero__particles-1:after {
      left: calc(50% + 319px);
    }
    .culture-hero__particles-2:before {
      right: calc(50% + 92px);
      top: 204px;
    }
    .culture-hero__particles-3:before {
      top: 75px;
      left: calc(50% + 264px);
    }

    .culture-hero__particles-3:after {
      left: calc(50% + 394px);
    }
    .culture-hero__particles-4:before {
      right: unset;
      left: calc(50% + 72px);
    }

    .culture-hero__particles-4:after {
      left: calc(50% + 630px);
    }
}
.in-nutshell {
  margin: 0 auto 95px;
  max-width: 330px;
  border-bottom: 1px solid #ddedfe;
  border-bottom: 1px solid var(--blue2);
}
.in-nutshell__heading {
  font: 600 2.1875rem 'Poppins', sans-serif;
  font: 600 2.1875rem var(--poppins);
  margin: 0 0 40px;
  text-align: center;
}
.in-nutshell__heading-df {
    color: #379aff;
    color: var(--blue);
  }
.in-nutshell__heading-w {
    color: #39b54a;
    color: var(--green-dark);
  }
.in-nutshell__list {
  list-style: none;
  margin: 40px auto;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 150px);
  grid-gap: 45px 30px;
  gap: 45px 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.in-nutshell__icon-box {
  width: 150px;
  height: 150px;
  background: #333;
  background: var(--gray);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}
.in-nutshell__text {
  font: 600 1rem 'Poppins', sans-serif;
  font: 600 1rem var(--poppins);
  margin: 0;
  text-align: center;
}
.in-nutshell__text span {
    font-size: 1.875rem;
    line-height: 0.9;
    color: #0072af;
    color: var(--blue-250);
    display: block;
  }
@media (min-width: 920px) {
  .in-nutshell {
    max-width: 860px;
    margin-bottom: 60px;
  }

  .in-nutshell__list {
    margin: 60px auto;
    grid-template-columns: repeat(4, 150px);
    grid-gap: 75px;
    gap: 75px;
  }
}
@media (min-width: 1240px) {
  .in-nutshell {
    max-width: 1130px;
  }
}
.our-culture {
  margin: 90px auto;
  text-align: center;
}
.our-culture__heading {
  font: 600 2.1875rem 'Poppins', sans-serif;
  font: 600 2.1875rem var(--poppins);
  margin: 0 0 10px;
}
.our-culture__text {
  font: 500 1.5625rem 'Poppins', sans-serif;
  font: 500 1.5625rem var(--poppins);
  color: #666;
  color: var(--gray1);
  margin: 0 0 60px;
}
.our-culture__text span {
    color: #078116;
    color: var(--green-200);
    font-weight: 600;
  }
.footer-c2a {
  margin: 90px auto 240px;
  width: 330px;
  padding: 40px 15px 195px;
  position: relative;
  background: #ddedfe;
  background: var(--blue2);
  border-radius: 15px;
  text-align: center;
}
.footer-c2a__text {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 0 0 25px;
}
.footer-c2a__img {
  position: absolute;
  bottom: -163px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.footer-c2a__btn {
  min-width: 267px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 40px
}

@media (min-width: 920px) {
  .footer-c2a {
    width: 675px;
    padding: 70px 150px;
    margin-bottom: 115px;
    left: 92px;
  }

  .footer-c2a__text-box {
    width: 350px;
    margin-left: 30px;
  }

  .footer-c2a__img {
    width: 330px;
    height: 350px;
    bottom: -24px;
    left: -185px;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (min-width: 1240px) {
  .footer-c2a {
    width: 955px;
    padding: 85px 20px;
  }

  .footer-c2a__text-box {
    width: unset;
    margin-left: 16px;
  }

  .footer-c2a__text {
    margin: 0 0 50px;
  }

  .footer-c2a__btn {
    margin: 0;
  }
}
.job-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  min-height: 100vh;
  position: relative;
}
.job-listing__footer {
  margin-top: auto;
}
.job-listing__list {
  list-style: none;
  padding: 40px 15px;
  margin: 0 auto;
  max-width: 330px;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 15px;
  gap: 15px;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}
.job-listing__available {
  font: 600 1.875rem 'Poppins', sans-serif;
  font: 600 1.875rem var(--poppins);
  margin: 25px 0 0;
  text-align: center;
}
.job-listing__available-focus {
    color: #39b54a;
    color: var(--green-dark);
  }
.job-listing__cv {
  margin: 35px auto 0;
}
.job-listing__load-more {
  text-align: center;
}
.job-listing__load-more-btn {
  min-width: 240px;
  margin-top: 40px;
}
.job-listing__load-more-btn .btn__text {
    margin-right: 0;
  }
.job-listing__cv.send-cv.send-cv--img .send-cv__heading span {
      display: block;
    }
@media (min-width: 920px) {
  .job-listing__list {
    max-width: 890px;
    padding: 50px;
  }

  .job-listing__available {
    margin: 60px 0 0;
  }

  .job-listing__cv {
    margin: 75px auto 0;
  }
}
@media (min-width: 1240px) {
  .job-listing__list {
    max-width: 915px;
  }

  .job-listing__cv.send-cv.send-cv--img {
    margin-bottom: 90px;
    position: static;
  }

    .job-listing__cv.send-cv.send-cv--img .send-cv__img {
      top: unset;
      bottom: 232px;
      right: unset;
      left: calc(50% + 255px);
    }
}
@media (min-width: 1400px) {
    .job-listing__cv.send-cv.send-cv--img .send-cv__img {
      bottom: 132px;
      left: calc(50% + 310px);
    }
}
.filters {
  width: 330px;
  margin: 40px auto 25px;
  background: #078116;
  background: var(--green-200);
  border-radius: 10px;
  padding: 20px 35px;
  display: grid;
  grid-gap: 30px;
  gap: 30px;
}
.filters__label {
  display: none;
}
dfw-select:not(:defined) {
  max-width: 260px;
  height: 45px;
  border: 2px solid #fff;
  border-radius: 25px;
  background: transparent;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  stroke: #fff;
  cursor: wait;
}
dfw-select:not(:defined) dfw-select-option:first-of-type {
    display: block;
    font: 600 1rem 'Poppins', sans-serif;
  }
dfw-select-option:not(:defined) {
  display: none;
}
@media (min-width: 920px) {
  .filters {
    width: 820px;
    padding: 18px 52px;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 0;
    gap: 0;
    border-radius: 200px;
  }

  .filters__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .filters__label {
    display: block;
    font: 500 1rem 'Poppins', sans-serif;
    font: 500 1rem var(--poppins);
    margin: 0 16px 0 0;
    color: #fff;
    color: var(--white);
  }

  .filters__box {
    margin-right: 40px
  }

    .filters__box:last-of-type {
      margin-right: 0;
    }

  .filters__select {
    width: 260px;
  }
}
@media (min-width: 1240px) {
  .filters {
    width: 1140px;
    padding: 18px 150px;
  }
}
.dfw-footer {
  background: #333;
  background: var(--gray);
  padding: 60px 0;
  font-family: 'Poppins', sans-serif;
  font-family: var(--poppins);
}
.footer-socials {
  list-style: none;
  padding: 0;
  margin: 0 auto 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-socials__link {
  position: relative;
  margin-right: 25px
}
.footer-socials__link:before {
    content: '';
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    position: absolute;
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    padding: 10px;
  }
.footer-socials__link:hover .footer-socials__icon path, .footer-socials__link:focus .footer-socials__icon path {
      fill: #fff;
      fill: var(--white);
    }
.footer-socials__link:hover .footer-socials__icon circle, .footer-socials__link:focus .footer-socials__icon circle {
      stroke: #52c143;
      stroke: var(--green-light);
      fill: #52c143;
      fill: var(--green-light);
    }
.footer-socials__item:last-of-type .footer-socials__link {
  margin-right: 0;
}
.dfw-footer__copyright {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3em;
  color: #fff;
  color: var(--white);
  display: block;
  text-align: center;
  margin: 0 0 15px;
}
.dfw-footer__copyright--datafeed {
    color: #379aff;
    color: var(--blue);
  }
.dfw-footer__copyright--watch {
    color: #52c143;
    color: var(--green-light);
  }
.privacy-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 6px 50px;
  gap: 6px 50px;
}
.privacy-links__link {
  font-size: 1rem;
  color: #ccc;
  color: var(--white1);
  text-decoration: none
}
.privacy-links__link:hover,
  .privacy-links__link:focus {
    text-decoration: underline;
  }
.privacy-links__item {
  position: relative
}
.privacy-links__item:after {
    position: absolute;
    background: #666;
    background: var(--gray1);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 50%;
    right: -30px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
.privacy-links__item:nth-of-type(2n + 1) {
    text-align: right
  }
.privacy-links__item:nth-of-type(2n + 1):after {
      content: '';
    }
@media (min-width: 560px) {
  .privacy-links {
    grid-template-columns: repeat(4, auto);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .privacy-links__link {
    white-space: nowrap;
  }
    .privacy-links__item:after {
      content: '';
    }

    .privacy-links__item:last-of-type:after {
      content: unset;
    }
}
@media (min-width: 1400px) {
  .dfw-footer {
    padding: 50px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .dfw-footer__copyright {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .dfw-footer__privacy-links {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .dfw-footer__socials {
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}