/* =========================================================================

    Project: ACLU
    Author: Xfive
    Last updated: Fri May 07 2021 15:51:39


   ========================================================================= */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

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

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.at-share-dock.atss.atss, .atss.atss {
  z-index: 2;
}

.addthis-smartlayers-desktop .at-share-dock.atss.atss, .atss.atss {
  z-index: 4;
}

.mb_YTPlayer:focus {
  outline: 0;
}

.YTPWrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }

}

/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }

}

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000;
}

.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}

/**
Change Din Cond Black --> DIN 2014 Narrow Bold 700
Change Din Cond Bold --> DIN 2014 Narrow Demi 600
Change Din Cond Medium --> DIN 2014 Narrow Regular 400
Change Din Cond Regular --> DIN 2014 Narrow Light 300
Change Din Cond Light --> DIN 2014 Narrow Extra Light 200
 */
/*$font-light: 300;
$font-regular: 400;
$font-medium: 500;
$font-bold: 700;
$font-black: 700;*/
@font-face {
  font-family: 'Calafia';
  src: url("../fonts/calafia-regular-webfont.woff2") format("woff2"), url("../fonts/calafia-regular-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden;
  width: 100vw;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

html.is-locked {
  overflow: hidden;
  overflow-y: scroll;
}

body {
  font-family: "din-2014-narrow", sans-serif;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  font-weight: 300;
  overflow-x: hidden;
}

html.is-touch body {
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@page {
  size: letter;
}

@media print {
  html, body {
    margin: 0;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    color-adjust: exact !important;
  }

}

html.is-locked body {
  position: fixed;
  left: 0;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: transparent;
  outline: none;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

p:not(:first-child) {
  margin-top: 1em;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 0;
}

.slick-slide {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #90949c;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* FF 4-18 */
  color: #90949c;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* FF 19+ */
  color: #90949c;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #90949c;
  opacity: 1;
}

textarea,
select,
input {
  border-radius: 0;
  box-shadow: none !important;
  background: transparent;
}

.container {
  margin-left: auto;
  margin-right: auto;
  width: 87.5%;
}

.container--blog {
  width: calc(100vw - 36px);
  overflow: hidden;
}

.container--border-top {
  border-top: 2px solid #e9ebee;
}

.container--grey {
  background-color: #f6f7f9;
}

.container--yellow {
  background-color: #ffe900;
}

@media (min-width: 768px) {
  .container--blog {
    width: calc(100vw - 60px);
  }

}

@media (min-width: 1024px) {
  .container {
    width: 960px;
  }

  .container--blog {
    width: 1000px;
  }

  .container--smaller {
    width: 770px;
  }

  .container--middle {
    width: 884px;
  }

}

@media (min-width: 1200px) {
  .container--blog {
    width: 1100px;
  }

}

@media print {
  .container.container {
    max-width: calc(100% - 20mm);
  }

}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@media print {
  .do-not-print {
    display: none !important;
  }

}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  padding: 5px 3px 0 3px;
  max-width: 96%;
  /* Image does not overflow the content area */
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
}

.wp-caption.aligncenter {
  margin: 5px auto 20px auto;
}

.wp-caption.alignnone {
  margin: 5px auto 20px auto;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  z-index: 10;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
  padding-top: 64px;
  pointer-events: none;
  overflow: hidden;
}

.overlay--black {
  background-color: rgba(47, 47, 47, 0.8);
}

.overlay.active {
  overflow: auto;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay__cancel-button {
  color: #7e818a;
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-align: center;
  max-width: 420px;
  transition: color 0.4s;
}

.overlay__cancel-button:hover {
  color: #000000;
}

.button {
  background-color: transparent;
  border: none;
  padding: 0;
  text-align: center;
  line-height: 1;
  transition: background-color 0.4s, color 0.4s;
}

.button:not(button) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.button--black, .button--blue {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  background-color: #1d2129;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 22px;
  height: 64px;
  transition: box-shadow 0.4s;
  line-height: 1;
}

.button--black:hover, .button--blue:hover {
  box-shadow: none;
  color: #ffffff;
}

.button--blue {
  background-color: #84d8f2;
}

.button--no-shadow {
  box-shadow: none;
}

.button__icon {
  max-height: 24px;
  max-width: 24px;
  vertical-align: -10%;
  display: inline-block;
  margin-left: 5px;
}

.button__icon--inverse {
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.button--black-small {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #1d2129;
  line-height: 1.2222222222;
  padding: 0.6666666667em 0.8333333333em 0.6111111111em;
}

.button--black-small:hover {
  background-color: #ffe900;
  color: #1d2129;
}

.button--yellow {
  color: #1d2129;
  background-color: #ffe900;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 22px;
  height: 64px;
  line-height: 1;
}

.button--yellow:hover {
  color: #fff;
  background-color: #1d2129;
}

.button--yellow-small {
  color: #1d2129;
  background-color: #ffe900;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2222222222;
  padding: 0.6666666667em 0.8333333333em 0.6111111111em;
}

.button--yellow-small:hover {
  color: #fff;
  background-color: #1d2129;
}

.text__proxima {
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
}

.text__uppercase {
  text-transform: uppercase;
}

.text__nowrap {
  white-space: nowrap;
}

.text__title {
  text-align: center;
  color: #0d0d0d;
  font-size: 36px;
  font-weight: 600;
  margin: 0;
}

.text__subtitle {
  font-size: 24px;
  line-height: 1.33;
  text-transform: uppercase;
  font-weight: 700;
}

.text__big {
  color: #0d0d0d;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.31;
}

.text__left {
  text-align: left;
}

.text__marked {
  background: linear-gradient(to bottom, #ffe900 0, #ffe900 100%) 0 0.2em repeat-x;
  box-shadow: 0 0.05em 0 #ffe900;
}

u, .text__underline {
  text-decoration: none;
  background: linear-gradient(to right, #90949c 12px, rgba(255, 255, 255, 0) 13px) 2px 100% repeat-x;
  background-size: 18px 2px;
}

@media (min-width: 768px) {
  .text__big {
    font-size: 31px;
    line-height: 1.25;
  }

}

.input--checkbox input:first-child {
  display: none;
}

.input--checkbox input + .input__label {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  min-width: 20px;
  min-height: 20px;
}

.input--checkbox input:checked + .input__label {
  font-weight: 600;
}

.input--checkbox input:checked + .input__label .input__label-placeholder {
  background-color: #ffe900;
}

.input--checkbox input:checked + .input__label .input__label-placeholder:before {
  opacity: 1;
}

.input--checkbox .input__label-placeholder {
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 20px;
  height: 20px;
  border: 3px solid #1d2129;
  background-color: transparent;
  transition: background-color 0.4s;
}

.input--checkbox .input__label-placeholder:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPath 3%3C/title%3E%3Cpath d='M2 5.32l2.584 2.584 5.95-5.952' stroke-width='3' stroke='%231D2129' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 10px 8px;
  opacity: 0;
  transition: opacity 0.4s;
}

.input--checkbox-black input:checked + .input__label .input__label-placeholder {
  background-color: #1d2129;
}

.input--checkbox-black .input__label-placeholder:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EPath 3%3C/title%3E%3Cpath d='M2 5.32l2.584 2.584 5.95-5.952' stroke-width='3' stroke='%23FFFFFF' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E");
}

.input--button {
  display: inline-block;
  border: 6px solid #1d2129;
  height: 64px;
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  background: linear-gradient(to right, #ffe900, #ffe900) no-repeat 1px 1px;
  background-size: 100%;
  box-shadow: 7px 7px 0 #ffe900;
  line-height: 1;
  padding: 14px 30px;
}

.input--button-wrapper {
  position: relative;
  display: block;
}

.input--button-icon {
  width: 14px;
  height: 14px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -7px;
}

.input--select {
  position: relative;
  display: inline-block;
}

.input--select:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #141313 transparent transparent transparent;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -2px;
}

.input--select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 64px;
  border: 3px solid #90949c;
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  padding: 0 60px 0 20px;
  -ms-appearance: none;
  transition: border-color 0.4s;
}

.input--select select::-ms-expand {
  display: none;
}

.input--select select:hover, .input--select select:focus {
  border-color: #000000;
}

.input--text {
  height: 64px;
  border: 3px solid #90949c;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  padding: 0 20px;
  width: auto;
  max-width: 100%;
  transition: border-color 0.4s;
}

.input--text:hover, .input--text:focus {
  border-color: #000000;
}

.input--textarea {
  border: 3px solid #90949c;
  color: #000;
  font-size: 24px;
  padding: 15px 20px;
  width: auto;
  max-width: 100%;
  font-weight: 300;
  line-height: 1.17;
  transition: border-color 0.4s;
}

.input--textarea:hover, .input--textarea:focus {
  border-color: #000000;
}

@media (min-width: 1024px) {
  .input--checkbox input + .input__label {
    padding-left: 42px;
    min-width: 24px;
    min-height: 24px;
  }

  .input--checkbox .input__label-placeholder {
    width: 24px;
    height: 24px;
    top: 0.1em;
  }

  .input--checkbox .input__label-placeholder:before {
    background-size: 12px 10px;
  }

}

@keyframes lds-ripple {
  0% {
    top: 84px;
    left: 84px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 12px;
    left: 12px;
    width: 144px;
    height: 144px;
    opacity: 0;
  }

}

@-webkit-keyframes lds-ripple {
  0% {
    top: 84px;
    left: 84px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 12px;
    left: 12px;
    width: 144px;
    height: 144px;
    opacity: 0;
  }

}

.lds-ripple {
  position: relative;
  width: 56px;
  height: 56px;
  -webkit-transform: translate(-28px, -28px) scale(0.28) translate(28px, 28px);
  transform: translate(-28px, -28px) scale(0.28) translate(28px, 28px);
}

.lds-ripple div {
  box-sizing: content-box;
  position: absolute;
  border-width: 16px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(1) {
  border-color: #ffe900;
}

.lds-ripple div:nth-child(2) {
  border-color: #000000;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

/* Hide visually but not from screen readers */
.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

@media (min-width: 1024px) {
  .hide-lg {
    display: none !important;
  }

}

.o-separated > * {
  display: inline-block;
}

.o-separated > *:not(:first-child):before {
  content: '|';
  padding: 0 0.6em;
}

.hamburger {
  width: 46px;
  height: 46px;
  transition: background-color 0.4s;
  text-align: center;
  position: relative;
  border-radius: 50%;
  background-color: #000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.hamburger__wrapper {
  display: inline-block;
  width: 21px;
  height: 17px;
  position: relative;
}

.hamburger__bar {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #fff;
  border-radius: 1.5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: .25s ease-in-out, background-color 0.4s, -webkit-transform 0.3s;
  transition: .25s ease-in-out, background-color 0.4s, transform 0.3s;
  transition: .25s ease-in-out, background-color 0.4s, transform 0.3s, -webkit-transform 0.3s;
  will-change: transform, opacity, left, background-color;
}

.hamburger__bar:nth-child(1) {
  top: 0;
}

.hamburger__bar:nth-child(2), .hamburger__bar:nth-child(3) {
  top: 7px;
  left: 4px;
  width: 17px;
}

.hamburger__bar:nth-child(4) {
  top: 14px;
}

.no-touch .hamburger:hover {
  background-color: #ffe900;
}

.no-touch .hamburger:hover .hamburger__bar {
  background-color: #000;
}

.menu-open .hamburger {
  background-color: #ffe900;
}

.menu-open .hamburger__bar {
  background-color: #000;
}

.menu-open .hamburger__bar:nth-child(1) {
  top: 8px;
  width: 0;
  left: 50%;
}

.menu-open .hamburger__bar:nth-child(2), .menu-open .hamburger__bar:nth-child(3) {
  -webkit-transform: translateX(-7px) rotate(-45deg);
          transform: translateX(-7px) rotate(-45deg);
  width: 26px;
}

.menu-open .hamburger__bar:nth-child(3) {
  -webkit-transform: translateX(-7px) rotate(45deg);
          transform: translateX(-7px) rotate(45deg);
}

.menu-open .hamburger__bar:nth-child(4) {
  top: 7px;
  width: 0;
  left: 50%;
}

.header {
  margin-top: 64px;
}

.header--border {
  border-bottom: 2px solid #e9ebee;
}

.header__navigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
  text-align: left;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__navigation-wrapper {
  background-color: #fff;
  width: 100vw;
}

.header__navigation-hey {
  display: none;
}

.header__navigation-logo {
  margin-left: 18px;
  margin-right: auto;
  line-height: 0.1px;
  display: block;
}

.header__hamburger {
  margin-left: 20px;
  margin-right: 18px;
  flex-shrink: 0;
  flex-grow: 0;
}

.header__button {
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.header__platform-button {
  height: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.header__platform-button svg {
  fill: #ffe900;
}

.header__button .button__icon, .header__platform-button .button__icon {
  margin-left: 2px;
}

.header__menu {
  color: #90949c;
  font-size: 24px;
  font-weight: 600;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  letter-spacing: -0.02em;
}

.header__menu-item {
  display: block;
}

.header__menu-item:hover a, .header__menu-item.active a {
  color: #1d2129;
}

.header__menu-item a {
  display: block;
  padding: 12px 20px;
  transition: color 0.4s;
}

.header__hero {
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
}

.header__hero-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 10%;
  -webkit-transform: translateX(-6.1051615%);
          transform: translateX(-6.1051615%);
  margin-left: auto;
  margin-right: auto;
  width: 260px;
  height: 194.580645161px;
}

.header__hero:before {
  display: block;
  content: '';
  padding-top: 56.25%;
}

.header__hero:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(246, 247, 249, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.header.loading .header__hero:after {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header__animation {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.header .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -28px;
  margin-top: -28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.header.loading .loader {
  visibility: visible;
  opacity: 1;
}

.header__play {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  background: no-repeat center center;
  background-size: cover;
  transition: visibility 0.4s, opacity 0.4s;
  z-index: 1;
  cursor: pointer;
}

.header__play-bg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.header__play-icon {
  position: absolute;
  left: 20px;
  top: 70%;
  display: block;
}

.is-touch .header__play,
.header.playing .header__play,
.header.loading .header__play {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1023px) {
  .header__menu {
    display: none;
  }

  .header__platform-button {
    margin-left: 20px;
    margin-bottom: 14px;
    margin-top: 12px;
  }

  .header__button {
    float: right;
    margin-right: 7px;
    margin-top: 8px;
  }

}

@media (min-width: 375px) {
  .header__play-icon {
    left: calc((100% - 375px) * 0.5);
  }

}

@media (min-width: 560px) {
  .header__play-icon {
    left: 17.5%;
  }

}

@media (min-width: 768px) {
  .header__navigation-logo {
    margin-left: 30px;
  }

  .header__hamburger {
    margin-right: 30px;
  }

  .header__hero-logo {
    width: 280px;
    height: 209.548387097px;
  }

  .header__play-icon {
    left: 17.5%;
  }

}

@media (min-width: 1024px) {
  .header {
    margin-top: 0;
    border-bottom: 2px solid #e9ebee;
    padding-bottom: 64px;
    position: relative;
  }

  .header__navigation {
    position: relative;
    align-items: center;
    height: 64px;
    -webkit-perspective-origin: 75% 100%;
            perspective-origin: 75% 100%;
  }

  .header__navigation-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 64px;
    z-index: 3;
  }

  html.is-locked .header__navigation-wrapper, .header__navigation-wrapper.fixed {
    top: 0;
    bottom: auto;
    position: fixed;
    z-index: 100;
  }

  .header__navigation-logo {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.4s;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
  }

  .header__navigation-hey {
    color: #1d2129;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: opacity 0.4s;
    letter-spacing: -0.02em;
  }

  .header__button {
    margin-right: 0;
  }

  .header__hero {
    max-height: calc(100vh - 64px);
  }

  .header__hero-logo {
    top: 215px;
    margin-left: calc((100% - 940px) / 2);
    margin-right: 0;
    -webkit-transform: translateX(-12.210323%);
            transform: translateX(-12.210323%);
  }

  .header__menu {
    padding: 0;
    display: inline-block;
  }

  .header__menu-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    position: relative;
    flex-grow: 1;
    margin-left: 20px;
  }

  .header__menu-item {
    vertical-align: middle;
    display: inline-block;
    margin-right: 18px;
  }

  .header__menu-item a {
    padding: 10px 0;
  }

  .header__platform-button {
    order: 1;
    position: absolute;
    right: 12px;
    top: 8px;
  }

  .header__hamburger {
    margin-right: 0;
    margin-left: 0;
  }

}

@media (min-width: 1024px) and (max-width: 1199px) {
  .header__button, .header__platform-button {
    letter-spacing: -0.02em;
    -webkit-transform: scaleX(0.9);
            transform: scaleX(0.9);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header__button svg, .header__platform-button svg {
    -webkit-transform: scaleX(1.1111111111);
            transform: scaleX(1.1111111111);
  }

  .header__platform-button {
    -webkit-transform: scaleX(0.9) translateX(10%);
            transform: scaleX(0.9) translateX(10%);
  }

}

@media (min-width: 1200px) {
  .header__navigation {
    width: 1110px;
    max-width: none;
  }

}

@media (min-width: 1400px) {
  .header__hero-logo {
    top: 215px;
    margin-left: calc((100% - 940px) * 0.5);
    -webkit-transform: translateX(-12.210323%);
            transform: translateX(-12.210323%);
    width: 323px;
    height: 260px;
  }

}

.image-and-text {
  padding: 67px 0 51px;
}

.image-and-text__image {
  width: 100%;
  height: auto;
  max-width: 382px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-and-text__title {
  margin-top: 47px;
}

.image-and-text__text {
  margin-top: 14px;
}

@media (min-width: 768px) {
  .image-and-text {
    padding: 136px 0 116px;
  }

  .image-and-text__title {
    margin-top: 40px;
  }

  .image-and-text__text {
    margin-top: 19px;
  }

}

.cards {
  padding: 61px 0 0;
}

@media (max-width: 767px) {
  .cards__text-wrapper {
    background-color: #fff;
  }

}

.cards__text {
  margin-top: 30px;
}

.cards__list-wrapper {
  margin-top: 38px;
  padding-top: 46px;
  padding-bottom: 29px;
  text-align: center;
}

.cards__list {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.cards__list-navigation {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
}

.cards__list-navigation-item {
  position: relative;
  width: 23px;
  height: 23px;
  text-indent: -99999px;
  line-height: 0.1px;
  font-size: 0.1px;
  padding: 6px;
  display: block;
}

.cards__list-navigation-item:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #90949c;
  position: absolute;
  top: 6px;
  left: 6px;
  transition: background-color 0.4s;
}

.no-touch .cards__list-navigation-item:hover:after, .cards__list-navigation-item.active:after {
  background-color: #0d0d0d;
}

.cards__item {
  text-align: left;
  padding: 0 6.25vw;
  position: relative;
  background-color: #f6f7f9;
  outline: none;
}

.cards__item-image {
  text-align: center;
  height: 224px;
  display: flex;
  align-items: center;
}

.cards__item-image img {
  max-width: 224px;
  max-height: 224px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cards__item-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  margin: 28px 0 0 0;
}

.cards__item-text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

@media (max-width: 767px) {
  .cards__list {
    width: 100%;
  }

  .cards__item:not(.slick-slide) {
    position: absolute;
    top: 0;
    left: 0;
  }

  .cards__item:not(.slick-slide).active {
    z-index: 1;
    position: relative;
  }

}

@media (min-width: 768px) {
  .cards {
    padding-top: 0;
  }

  .cards__text-wrapper {
    padding-top: 87px;
  }

  .cards__list-wrapper {
    padding-top: 39px;
    padding-bottom: 0;
    margin-top: 0;
  }

  .cards__list {
    padding-bottom: 130px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: -60px;
  }

  .cards__list-navigation {
    display: none;
  }

  .cards__item {
    position: static;
    width: calc(50% - 35px);
    padding: 0;
    margin-top: 60px;
  }

  .cards__item-image {
    height: 160px;
  }

  .cards__item-image img {
    max-width: 100%;
    max-height: 160px;
    margin-left: 0;
  }

  .cards__item-text {
    margin-right: 15px;
  }

}

@media (min-width: 1024px) {
  .cards__list {
    justify-content: flex-start;
  }

  .cards__item {
    width: calc((100% - 130px) * 0.33333);
    margin-left: 65px;
  }

  .cards__item:nth-child(3n - 2) {
    margin-left: 0;
  }

}

.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.timeline__item {
  margin-left: 50px;
  position: relative;
  padding-left: 19px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.timeline__item:not(:last-child) {
  padding-bottom: 40px;
}

.timeline__item.hidden {
  opacity: 0;
}

.timeline__item.show {
  opacity: 1;
  transition: opacity 1s;
}

.timeline__item:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  left: 0;
  bottom: 0;
  top: 0;
  background-color: #ffe900;
}

.timeline__item.hidden:before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.timeline__item.show:before {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.timeline__item:last-child:before {
  background-color: #1d2129;
  bottom: 100%;
  top: -64px;
  margin-bottom: -16px;
}

.timeline__item:last-child:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #1d2129;
  position: absolute;
  top: 13px;
  left: -2px;
}

.timeline__date {
  color: #90949c;
  font-size: 24px;
  font-weight: 300;
  position: absolute;
  left: -50px;
  top: 0;
}

.timeline__label {
  color: #4b4f56;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffe900;
  position: relative;
  padding: 4px 13px 3px;
}

.timeline__label:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 12px 6px 0;
  border-color: transparent #ffe900 transparent transparent;
  display: block;
  position: absolute;
  right: 100%;
  top: 10px;
}

.timeline__item:last-child .timeline__label {
  background-color: #1d2129;
  color: #ffffff;
}

.timeline__item:last-child .timeline__label:before {
  border-right-color: #1d2129;
}

.timeline__title {
  color: #16191f;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  background-color: #f6f7f9;
  padding: 5px 7px 3px;
}

.timeline__voting {
  padding-top: 14px;
  padding-left: 7px;
  color: #90949c;
  font-weight: 400;
  line-height: 1.2;
  max-width: 235px;
  font-size: 19px;
}

.timeline__voting-line {
  padding-left: 28px;
  position: relative;
}

.timeline__item:last-child .timeline__voting {
  color: #1d2129;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.timeline__icon {
  fill: #bfc3ca;
  vertical-align: baseline;
  margin-bottom: 1px;
  margin-right: 12px;
  position: absolute;
  left: 0;
  top: 0.3em;
  /*&--no {
      margin-right: 15px;
    }
*/
}

.timeline__icon--yes {
  width: 15px;
}

@media (min-width: 768px) {
  .timeline__item {
    display: block;
  }

  .timeline__label {
    display: block;
    float: left;
  }

  .timeline__item:last-child .timeline__label {
    border-right: 12px solid white;
    position: relative;
    z-index: 1;
  }

  .timeline__title {
    display: block;
    float: left;
    font-size: 20px;
    padding: 4px 13px 3px;
    line-height: 1.25;
  }

  .timeline__voting {
    clear: both;
  }

  .timeline__item:last-child {
    margin-top: 35px;
  }

}

.da-voting__wrapper {
  padding-top: 69px;
}

.da-voting__title {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.da-voting__title-place {
  color: #ffe900;
  font-family: "Calafia", serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.2;
  margin-top: -0.6em;
  display: block;
  position: relative;
  z-index: -1;
}

.da-voting__container {
  margin-top: 39px;
  text-align: left;
}

.da-voting__subtitle {
  margin-top: 34px;
}

.da-voting__map {
  display: none;
}

.da-voting__timeline {
  margin-top: 50px;
}

.da-voting__path {
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: linear-gradient(to bottom, #1d2129 2px, rgba(29, 33, 41, 0) 2px) repeat-y left top;
  background-size: 2px 4px;
}

.da-voting__path-arc {
  display: none;
}

.da-voting__path-wrapper {
  width: 2px;
  position: absolute;
  left: 0;
  top: 16px;
  bottom: -205px;
}

.hidden .da-voting__path-wrapper {
  overflow: hidden;
  max-height: 0;
}

.show .da-voting__path-wrapper {
  max-height: 320px;
  transition: max-height 1s 1s;
}

.da-voting__footer.hidden .da-voting__footer-text-container,
.da-voting__footer.hidden .da-voting__footer-chevron {
  opacity: 0;
}

.da-voting__footer.show .da-voting__footer-text-container {
  opacity: 1;
  transition: opacity 1s 1s;
}

.da-voting__footer.show .da-voting__footer-chevron {
  opacity: 1;
  transition: opacity 1s 1.5s;
}

.da-voting__pop-up {
  text-align: center;
  position: relative;
  margin-top: 30px;
}

.da-voting__pop-up-body {
  font-size: 32px;
  text-align: left;
  color: #0d0d0d;
  line-height: 1.33;
}

.da-voting__pop-up-submit {
  margin: 50px auto 0;
  text-transform: uppercase;
}

.da-voting__pop-up-exit {
  margin: 30px auto 0;
}

.da-voting__pop-up-card {
  padding: 80px 0 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.da-voting__pop-up-card.active {
  visibility: visible;
  opacity: 1;
  position: relative;
}

.da-voting__pop-up-form .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  margin-left: -28px;
  margin-top: -28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}

.da-voting__pop-up-form.loading .loader {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

.da-voting__pop-up-form:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.da-voting__pop-up-form.loading:after {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.da-voting__pop-up-form .input.error {
  border-color: #EF3340;
}

.da-voting__pop-up .hey-form__row {
  text-align: left;
}

.da-voting__pop-up-message {
  font-weight: 600;
}

.da-voting__pop-up-close {
  display: none;
}

.da-voting__pop-up-close-top {
  height: 54px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

.da-voting__pop-up-form.error .da-voting__pop-up-message {
  color: #EF3340;
  margin-top: 40px;
}

.da-voting__pop-up-form.success .da-voting__pop-up-message {
  margin: 100px 0;
}

.da-voting__pop-up-form.success .da-voting__pop-up-close {
  display: inline-block;
}

.da-voting__pop-up-form.success .da-voting__pop-up-exit,
.da-voting__pop-up-form.success .da-voting__pop-up-submit,
.da-voting__pop-up-form.success .hey-form__row {
  display: none;
}

@media (max-width: 767px) {
  .da-voting__footer {
    background-color: #ffe900;
    color: #1d2129;
    font-size: 33px;
    font-weight: 600;
    line-height: 1.12;
    text-align: left;
    margin-top: 75px;
  }

  .da-voting__footer-chevron {
    margin-top: 31px;
    display: block;
    width: 18px;
    height: 31px;
  }

  .da-voting__footer-text {
    padding: 150px 50px 90px;
  }

}

@media (min-width: 768px) {
  .da-voting {
    padding-bottom: 35px;
    overflow: hidden;
  }

  .da-voting__title-place {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: -0.36em;
    -webkit-transform: translateX(45%);
            transform: translateX(45%);
  }

  .da-voting__path {
    height: 268px;
    width: calc(100% - 20px);
    background-image: none;
    bottom: auto;
    left: 20px;
    right: auto;
  }

  .da-voting__path-arc {
    display: block;
  }

  .da-voting__path-wrapper {
    width: 50%;
    height: 268px;
    bottom: auto;
  }

  .da-voting__footer {
    color: #1d2129;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
    margin-top: 25px;
  }

  .da-voting__footer-text {
    padding-left: calc((100% - 50px) * 0.5 + 10px);
  }

  .da-voting__footer-text-container {
    max-width: 235px;
  }

  .da-voting__footer-chevron {
    display: none;
  }

  .da-voting__pop-up-message {
    font-size: 32px;
  }

  .da-voting__pop-up-card {
    padding: 80px 0;
  }

  .da-voting__pop-up-form.error .da-voting__pop-up-message {
    margin-top: 50px;
  }

}

@media (min-width: 1024px) {
  .da-voting {
    overflow: visible;
  }

  .da-voting__path {
    width: 100%;
    height: 268px;
    left: 0;
    right: auto;
  }

  .da-voting__path-wrapper {
    width: 226px;
    left: 162px;
    right: auto;
  }

  .da-voting__footer-text {
    padding-left: 445px;
  }

  .da-voting__text {
    width: 320px;
    font-size: 22px;
  }

  .da-voting__subtitle {
    width: 320px;
  }

  .da-voting__container {
    position: relative;
    margin-top: 120px;
  }

  .da-voting__map {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 448px;
    margin-top: 8px;
  }

  .da-voting__map-layer-1, .da-voting__map-layer-2, .da-voting__map-layer-3 {
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    max-width: none;
  }

  .da-voting__map-layer-1.hidden, .da-voting__map-layer-2.hidden, .da-voting__map-layer-3.hidden {
    opacity: 0;
  }

  .da-voting__map-layer-1.show, .da-voting__map-layer-2.show, .da-voting__map-layer-3.show {
    opacity: 1;
    transition: opacity 1s;
  }

  .da-voting__map-layer-2.hidden {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }

  .da-voting__map-layer-2.show {
    transition: opacity 1.5s 1s, -webkit-transform 1s 1s;
    transition: opacity 1.5s 1s, transform 1s 1s;
    transition: opacity 1.5s 1s, transform 1s 1s, -webkit-transform 1s 1s;
    -webkit-transform: none;
            transform: none;
  }

  .da-voting__map-layer-3 {
    width: 429px;
    height: 69px;
    top: 170px;
    left: -103px;
  }

  .da-voting__map-layer-3.show {
    transition: opacity 1.5s 1s;
  }

  .da-voting__map img {
    /*width: 398px;
        height: 470px;*/
  }

  .da-voting__map-text-1, .da-voting__map-text-2, .da-voting__map-text-3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    padding-left: 185px;
    margin-bottom: 10px;
    color: #cccccc;
    white-space: nowrap;
  }

  .da-voting__map-text-1:before, .da-voting__map-text-2:before, .da-voting__map-text-3:before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    border-radius: 50%;
    background-color: #cccccc;
    vertical-align: bottom;
    margin-right: 12px;
  }

  .da-voting__map-text-1.hidden, .da-voting__map-text-2.hidden, .da-voting__map-text-3.hidden {
    opacity: 0;
  }

  .da-voting__map-text-1 {
    color: #ffe900;
  }

  .da-voting__map-text-1.show {
    opacity: 1;
    transition: opacity 1s;
  }

  .da-voting__map-text-1:before {
    background-color: #ffe900;
  }

  .da-voting__map-text-2.show {
    opacity: 1;
    transition: opacity 1s 0.5s;
  }

  .da-voting__map-text-3 {
    color: #84D8F2;
  }

  .da-voting__map-text-3.show {
    opacity: 1;
    transition: opacity 1s 1s;
  }

  .da-voting__map-text-3:before {
    background-color: #84D8F2;
  }

  .da-voting__map-text-title {
    padding-left: 185px;
    color: #0d0d0d;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: uppercase;
    margin-bottom: 14px;
    margin-top: -1em;
  }

  .da-voting .container {
    width: 880px;
  }

  .da-voting__pop-up {
    border: 6px solid #0e0e0e;
    margin: 80px auto 20px;
  }

  .da-voting__pop-up-body {
    font-size: 36px;
    line-height: 1.25;
  }

  .da-voting__pop-up-card {
    padding: 80px 80px 60px;
  }

}

.scenario {
  padding: 80px 0 0 0;
  overflow: hidden;
}

.scenario__subtitle {
  margin-top: 3px;
}

.scenario__header {
  padding-bottom: 22px;
}

.scenario__question {
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-top: 42px;
}

.scenario__cards {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.scenario__card {
  position: relative;
}

.scenario__card-container {
  text-align: left;
  transition: opacity 0.4s, visibility 0.4s;
  padding-bottom: 92px;
  position: relative;
}

.scenario__card-container .scenario__change-card {
  display: block;
}

.scenario__card-question {
  color: #1d2129;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  padding-top: 12px;
}

.scenario__card-answers {
  margin-top: 30px;
  color: #1d2129;
  font-size: 22px;
  line-height: 1.27;
}

.scenario__card-answer {
  display: block;
}

.scenario__card-answer + .scenario__card-answer {
  margin-top: 1em;
}

.scenario__card-answer p {
  margin: 0;
}

.scenario__card-answer-fieldset {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.scenario__card-description {
  background-color: #ffe900;
  padding-top: 12px;
  padding-bottom: 92px;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s;
  transition: opacity 0.4s, transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.scenario__card-description-label {
  text-align: left;
}

.scenario__card-description-input {
  line-height: 1;
  font-size: 0.1px;
}

.scenario__card-description-answer {
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.33;
  margin-top: 8px;
  display: none;
}

.scenario__card-description-answer.active {
  display: block;
}

.scenario__card-description-text {
  color: #16191f;
  font-size: 18px;
  line-height: 1.33;
  margin-top: 27px;
  text-align: left;
  font-weight: 400;
}

.scenario__card-description-text-variant {
  display: none;
}

.scenario__card-description-text-variant.active {
  display: block;
}

.scenario__card-description-star {
  display: none;
}

.scenario__card-description-nav {
  margin-top: 56px;
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}

.scenario__card.active .scenario__card-description {
  opacity: 1;
  visibility: visible;
  position: relative;
  -webkit-transform: none;
          transform: none;
}

.scenario__card.active .scenario__card-container {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.scenario__cards:not(.slick-initialized) .scenario__card:not(:first-child) {
  display: none;
}

.scenario em {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  font-style: normal;
}

.scenario__button-triangle-right {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #131212;
  display: inline-block;
  margin-left: 10px;
  vertical-align: 6%;
}

.scenario__button-triangle-left {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 7px 0;
  border-color: transparent #131212 transparent transparent;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 6%;
}

.scenario__change-card {
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
}

.scenario__container {
  position: relative;
}

@media (min-width: 768px) {
  .scenario {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .scenario__header {
    text-align: left;
    padding-bottom: 0;
  }

  .scenario__title {
    text-align: center;
    position: relative;
    background-color: #fff;
  }

  .scenario__subtitle {
    margin-top: 15px;
    text-align: center;
  }

  .scenario__question {
    margin-top: 41px;
  }

  .scenario__container {
    background-color: transparent;
    margin-top: 9px;
  }

  .scenario__card-question {
    padding-top: 0;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.33;
  }

  .scenario__card-answers {
    font-size: 24px;
    line-height: 1.33;
  }

  .scenario__card .scenario__change-card {
    display: none;
  }

  .scenario__card-container {
    padding-bottom: 0;
  }

  .scenario__card.active .scenario__card-container {
    position: static;
    transition: none;
    opacity: 1;
    visibility: visible;
  }

  .scenario__card-description {
    position: absolute;
    background-color: transparent;
    margin: 51px auto 0 auto;
    max-width: 546px;
    border: 3px solid #1d2129;
    padding: 36px 22px;
    left: 0;
    right: 0;
    z-index: 1;
    transition: none;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }

  .scenario__card-description-wrapper {
    position: relative;
  }

  .scenario__card-description-label {
    display: none;
  }

  .scenario__card-description-text {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    max-width: none;
    width: auto;
  }

  .scenario__card-description-nav {
    display: none;
  }

  .scenario__card-description-star {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px solid #1d2129;
    display: block;
    position: absolute;
    top: -35px;
    left: -35px;
  }

  .scenario__card-description-star:after, .scenario__card-description-star:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: -2;
  }

  .scenario__card-description-star:after {
    width: 67px;
    height: 67px;
    background-color: #84d8f2;
    z-index: -1;
    top: 2px;
    right: 3px;
    left: auto;
  }

  .scenario__card-description-star-image {
    width: 32px;
    height: 31px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
  }

  .scenario__card.active .scenario__card-description {
    transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.3s cubic-bezier(0.42, 0.14, 0.53, 1.45);
    transition: opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.42, 0.14, 0.53, 1.45);
    transition: opacity 0.4s, visibility 0.4s, transform 0.3s cubic-bezier(0.42, 0.14, 0.53, 1.45), -webkit-transform 0.3s cubic-bezier(0.42, 0.14, 0.53, 1.45);
    -webkit-transform: none;
            transform: none;
  }

  .scenario__change-card {
    display: inline-block;
    position: static;
    width: auto;
    margin-top: 44px;
  }

}

@media (min-width: 1024px) {
  .scenario__card-container {
    display: flex;
    justify-content: space-between;
  }

  .scenario__card-question, .scenario__card-answers {
    width: calc(50% - 15px);
  }

  .scenario__card-answers {
    margin-top: 0;
  }

}

.meet-da {
  padding-top: 92px;
}

.meet-da__title {
  color: #0d0d0d;
  font-size: 36px;
  font-weight: 600;
}

.meet-da__subtitle {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.33;
  max-width: 702px;
  margin: 16px auto 0;
}

.meet-da__search {
  margin-top: 51px;
}

.meet-da__search-input {
  height: 52px;
  text-align: left;
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  border: none;
  padding: 0 13px;
  width: 100%;
}

.meet-da__search-input-wrapper {
  border: 6px solid #1d2129;
  display: flex;
  max-width: 420px;
  margin: 0 auto;
}

.meet-da__search-submit {
  background-color: #ffe900;
  transition: background-color 0.4s;
  width: 50px;
  padding: 0;
  flex-shrink: 0;
}

.meet-da__search-submit:hover {
  background-color: #000000;
}

.meet-da__search-submit:hover span {
  border-left-color: #ffe900;
}

.meet-da__search-submit span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #131212;
  display: inline-block;
  margin-left: 5px;
  transition: border-color 0.4s;
}

.meet-da__search-button {
  display: none;
  width: 100%;
  max-width: 420px;
}

.meet-da.selected .meet-da__search-input-wrapper {
  display: none;
}

.meet-da.selected .meet-da__search-button {
  display: inline-block;
}

.meet-da.selected .meet-da__details {
  display: block;
}

.meet-da.selected .meet-da__tiles-wrapper {
  display: none;
}

.meet-da__content {
  margin-top: 39px;
}

.meet-da__tiles {
  list-style-type: none;
  margin: 4px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 221px;
}

.meet-da__tiles-wrapper {
  padding-bottom: 69px;
}

.meet-da__tiles-title {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 300;
}

.meet-da__tile {
  margin: 0;
  padding: 4px;
  display: inline-block;
  width: 221px;
}

.meet-da__tile.hidden {
  display: none;
}

.meet-da__tile-button {
  border: 6px solid #bec2c9;
  padding: 0 6px 0 10px;
  color: #90949c;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  height: 64px;
  text-align: left;
  width: 100%;
  transition: border-color 0.4s, background-color 0.4s;
}

.meet-da__tile-button span {
  display: block;
  position: relative;
  padding-right: 37px;
}

.meet-da__tile-button:hover {
  background-color: #ffe900;
}

.meet-da__tile-icon {
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.meet-da__details {
  margin-top: 31px;
  display: none;
}

.meet-da__details-image {
  width: 76px;
  height: 76px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.meet-da__details-title {
  color: #0d0d0d;
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 24px;
}

.meet-da__details-headline {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 43px;
}

.meet-da__details-description {
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 43px;
}

.meet-da__details-link {
  color: #969aa3;
  display: block;
  margin-top: 5px;
  font-size: 20px;
}

.meet-da__details-link a {
  color: inherit;
  transition: color 0.4s;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.meet-da__details-link a:hover {
  color: #000000;
}

.meet-da__voting {
  margin-top: 43px;
}

.meet-da__voting-title {
  color: #0d0d0d;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.meet-da__votes {
  margin: 14px auto 0;
  background: linear-gradient(to left, #ffe900, #ffe900) repeat-y center top;
  background-size: 2px 100%;
  list-style-type: none;
  padding: 20px 0 55px;
  max-width: 750px;
}

.meet-da__vote {
  border: 2px solid #0e0e0e;
  background-color: #fff;
  text-align: left;
}

.meet-da__vote + .meet-da__vote {
  margin-top: 20px;
}

.meet-da__vote-header {
  margin: 0 30px;
}

.meet-da__vote-proposition {
  color: #989699;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 30px;
}

.meet-da__vote-title {
  color: #0d0d0d;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  text-transform: uppercase;
}

.meet-da__vote-results {
  margin: 32px 30px 0;
  display: flex;
}

.meet-da__vote-side {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
  line-height: 2.11;
  text-transform: uppercase;
}

.meet-da__vote-percent {
  color: #0d0d0d;
  font-size: 48px;
  font-weight: 600;
  margin-top: 1px;
}

.meet-da__vote-type {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.meet-da__vote-versus {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  border-radius: 50%;
  background-color: #ffe900;
  width: 34px;
  height: 34px;
  text-align: center;
  flex-shrink: 0;
  margin: 0 15px;
}

.meet-da__vote-attorney-type {
  color: #0d0d0d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.11;
  text-transform: uppercase;
  margin-top: 3px;
}

.meet-da__vote-alignment {
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #0e0e0e;
  padding: 2px 20px;
  width: 100%;
  text-align: center;
  margin-top: 29px;
}

.meet-da__vote-alignment--no {
  background-color: #f93f15;
}

.meet-da__vote-alignment--yes {
  background-color: #84d8f2;
}

.meet-da__vote-alignment--neutral {
  background-color: #0e0e0e;
}

.meet-da__details-report-card {
  margin-top: -40px;
}

@media (min-width: 768px) {
  .meet-da__tiles {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .meet-da__tiles-wrapper {
    padding-bottom: 98px;
  }

  .meet-da__tile {
    margin: 0;
    padding: 4px;
    width: 33.33333%;
  }

  .meet-da__details {
    margin-top: 104px;
  }

  .meet-da__details-title {
    color: #0d0d0d;
    font-size: 60px;
    font-weight: 600;
    margin-top: 27px;
  }

  .meet-da__details-headline {
    font-size: 30px;
    margin-bottom: 67px;
  }

  .meet-da__details-description {
    margin-top: -5px;
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 67px;
  }

  .meet-da__details-image {
    width: 152px;
    height: 152px;
  }

  .meet-da__details-link {
    font-size: inherit;
  }

  .meet-da__voting {
    margin-top: 67px;
  }

  .meet-da__voting-title {
    font-size: 24px;
    line-height: 1.33;
  }

  .meet-da__votes {
    margin-top: 13px;
    padding: 54px 0 232px;
  }

  .meet-da__vote {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .meet-da__vote + .meet-da__vote {
    margin-top: 25px;
  }

  .meet-da__vote-proposition {
    font-size: 23px;
  }

  .meet-da__vote-title {
    margin-top: 8px;
    font-size: 31px;
    line-height: 1.13;
    max-width: 258px;
  }

  .meet-da__vote-results {
    margin: 43px 30px 0 0;
    max-width: 284px;
  }

  .meet-da__vote-footer {
    margin-top: 31px;
    width: 100%;
  }

  .meet-da__vote-alignment {
    max-width: 314px;
    margin-left: auto;
    margin-right: 0;
  }

  .meet-da__vote-percent {
    font-size: 60px;
  }

  .meet-da__vote-county, .meet-da__vote-attorney {
    flex-grow: 1;
    flex-basis: 100px;
  }

}

@media (min-width: 1024px) {
  .meet-da__content {
    margin-top: 49px;
  }

  .meet-da__subtitle {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
  }

  .meet-da__search-submit {
    display: none;
  }

  .meet-da__tiles {
    margin-top: 0;
  }

  .meet-da__tiles-title {
    display: none;
  }

  .meet-da__tile {
    margin: 0;
    padding: 4px;
    width: 25%;
  }

}

.what-next {
  padding-top: 80px;
}

.what-next__subtitle {
  color: #1d2129;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
  margin-top: 24px;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.what-next__steps {
  margin-top: 55px;
}

.what-next__steps-wrapper {
  padding-bottom: 68px;
  position: relative;
}

.what-next__steps-wrapper .what-next__step {
  padding-top: 58px;
}

.what-next__steps-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(180deg, rgba(255, 246, 0, 0) 0%, rgba(255, 242, 0, 0.59) 13%, rgba(255, 237, 0, 0.91) 83%, #ffe900 100%);
}

.step1 > .what-next__steps-wrapper:after, .step2 > .what-next__steps-wrapper:after {
  display: none;
}

.what-next__steps:not(.step1) [data-show-on="step1"],
.what-next__steps:not(.step2) [data-show-on="step2"],
.what-next__steps.step1 [data-hide-on="step1"],
.what-next__steps.step2 [data-hide-on="step2"] {
  display: none;
}

.what-next__steps.step1 [data-done-on="step1"] span:after,
.what-next__steps.step2 [data-done-on="step2"] span:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #47bbe7;
  top: 50%;
  left: 0;
}

.what-next__steps.step1 [data-done-on="step1"]:after,
.what-next__steps.step2 [data-done-on="step2"]:after {
  content: ' Done';
  color: #47bbe7;
}

.what-next__step-title {
  color: #1d2129;
  font-family: "Calafia", serif;
  font-size: 48px;
  font-weight: 400;
}

.what-next__step-title span {
  position: relative;
}

.what-next__step-text {
  color: #1d2129;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-top: 10px;
}

.what-next__step-description {
  color: #1d2129;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
  max-width: 520px;
  margin: 10px auto 0 auto;
}

.what-next__step-your-da {
  border: 6px solid #54c7ec;
  color: #54c7ec;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.25;
  padding: 6px 14px 6px;
  margin-top: 22px;
  display: inline-block;
  min-height: 64px;
}

.what-next__step-your-da img {
  border-radius: 50%;
  vertical-align: -12%;
  margin-right: 5px;
}

.what-next__step-location {
  color: #1d2129;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.17;
  margin-top: 23px;
}

.what-next__step-location a {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.what-next__step-button {
  margin-top: 25px;
}

.what-next__step-button--facebook svg {
  fill: #ccc;
}

.what-next__step-hey {
  display: inline-block;
  min-height: 64px;
  border: 6px solid #54c7ec;
  height: 24px;
  color: #47bbe7;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
  padding: 12px 19px 9px;
  margin-top: 21px;
}

@media (min-width: 768px) {
  .what-next__subtitle {
    font-size: 48px;
    line-height: 1.17;
  }

  .what-next__steps {
    margin-top: 93px;
  }

}

.hey-form {
  position: relative;
}

.message .hey-form__content {
  display: none;
}

.hey-form__container {
  text-align: left;
}

.hey-form__title {
  margin-top: 18px;
}

.hey-form__title-hey {
  color: #ffe900;
  font-family: "Calafia", serif;
  font-size: 64px;
  font-weight: 400;
  display: block;
  margin-bottom: -0.31em;
}

.hey-form__title-text {
  display: inline-block;
  border: 3px solid #000;
  color: #1d2129;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.11;
  text-transform: uppercase;
  padding: 5px 11px;
}

.hey-form__label {
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  margin-top: 20px;
  display: inline-block;
}

.hey-form__label--empty {
  display: none;
}

.hey-form__label span {
  font-weight: 300;
}

.hey-form__input {
  margin-top: 14px;
  width: 100%;
  text-transform: uppercase;
}

.hey-form__input select {
  width: 100%;
  text-transform: uppercase;
}

.hey-form__input--message {
  height: 225px;
  text-transform: none;
  display: block;
  margin-top: 35px;
}

.hey-form__input--other {
  margin-top: 0;
  border-left: none;
  border-right: none;
  border-top: none;
  text-transform: none;
  font-weight: 300;
  line-height: 1;
  padding: 0;
  width: calc(100% - 32px);
  height: auto;
  margin-left: 32px;
}

.hey-form__label--other {
  height: 100%;
}

.hey-form__row--fieldset {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

.hey-form__row--checkboxes {
  margin-top: 35px;
}

.hey-form__row--checkboxes .input {
  text-align: left;
}

.hey-form__row--checkboxes .input + .input {
  margin-top: 8px;
}

.hey-form__row--newsletter {
  margin-top: 20px;
  /*border-top: 3px solid #000;
      padding-top: 24px;*/
}

.hey-form__row--newsletter .input--checkbox input:checked + .input__label {
  font-weight: 300;
}

.hey-form__submit {
  width: 100%;
  margin-top: 50px;
  max-width: 420px;
}

.hey-form__exit {
  margin: 30px auto 30px;
}

.hey-form__message {
  display: none;
}

.hey-form__message-wrapper {
  border: 3px solid #000;
  padding: 15px;
  margin-top: 15px;
}

.hey-form__message-body {
  color: #0d0d0d;
  font-size: 32px;
  line-height: 1.33;
  margin: 50px 5%;
}

.message .hey-form__message {
  display: block;
}

.hey-form input.invalid, .hey-form select.invalid {
  border-color: #EF3340;
}

.hey-form__submit-message {
  font-weight: 600;
  display: none;
  padding-top: 50px;
}

.hey-form.error .hey-form__submit-message {
  color: #EF3340;
}

.hey-form.success .hey-form__submit-message,
.hey-form.error .hey-form__submit-message {
  display: block;
}

.hey-form .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
  margin-left: -28px;
  margin-top: -28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
}

.hey-form.loading .loader {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

.hey-form:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.hey-form.loading:after {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.hey-form__aclu-logo {
  display: block;
  margin-top: 30px;
  height: auto;
  width: auto;
  max-width: 174px;
  max-height: 174px;
  margin-left: auto;
  margin-right: auto;
}

.hey-form__aclu-logo__aclu-logo-wrapper {
  text-align: center;
}

.hey-form__text h2 {
  font-size: inherit;
  font-weight: inherit;
}

.hey-form__other {
  position: relative;
}

.hey-form__other input + .input__label {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .hey-form__row--checkboxes {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    display: inline-block;
    max-width: 790px;
  }

  .hey-form__label {
    margin-top: 30px;
  }

}

@media (min-width: 1024px) {
  .hey-form {
    border: 6px solid #0e0e0e;
    max-width: 1195px;
    width: 85.3571428571%;
    margin: 90px auto;
    display: block;
  }

  .hey-form:after {
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
  }

  .hey-form__container {
    width: 75.3138075314%;
  }

  .hey-form__title {
    margin-bottom: 60px;
  }

  .hey-form__title-hey {
    color: #ffe900;
    font-size: 96px;
    margin-left: -0.4em;
    margin-bottom: -0.4em;
  }

  .hey-form__row--newsletter {
    margin-top: 32px;
  }

  .hey-form__row--columns {
    display: flex;
    justify-content: space-between;
  }

  .hey-form__label {
    display: inline-block;
  }

  .hey-form__input--message {
    font-size: 28px;
    line-height: 1.33;
  }

  .hey-form__input--other {
    width: calc(100% - 42px);
    margin-left: 42px;
  }

  .hey-form .input--checkbox {
    font-size: 24px;
    line-height: 1.2;
  }

  .hey-form .input--checkbox .input__label-placeholder {
    top: 0.2em;
  }

  .hey-form__column {
    width: 46.6666666667%;
  }

  .hey-form__exit {
    margin-bottom: 50px;
  }

  .hey-form__message-wrapper {
    padding: 30px;
  }

  .hey-form__message-body {
    font-size: 36px;
    line-height: 1.25;
  }

  .hey-form__submit-message {
    font-size: 32px;
  }

  .hey-form__aclu-logo {
    margin-top: 45px;
  }

}

.footer {
  margin-top: 55px;
  padding-bottom: 90px;
}

.footer.footer--no-margin {
  margin-top: 0;
}

.footer.footer--no-margin .footer__bottom {
  margin-top: 0;
  border-top: none;
}

.footer__title {
  color: #1d2129;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
}

.footer__text {
  color: #1d2129;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.17;
  margin-top: 16px;
}

.footer__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  position: relative;
  /*.input + .input {
      margin-top: 13px;
    }
*/
}

.footer__form .input.error {
  border-color: #EF3340;
}

.footer__form .input--text {
  border-width: 6px;
  width: 250px;
  max-width: 250px;
  margin-bottom: 13px;
  /*& + .input--text {
        margin-right: 13px;
      }
*/
}

.footer__form .input--zip {
  width: 116px;
  max-width: 116px;
}

.footer__form .button {
  margin-top: 22px;
}

.footer__form-message {
  font-weight: 700;
  display: none;
}

.footer__form.success .footer__form-message,
.footer__form.error .footer__form-message {
  display: block;
}

.footer__form.success .input, .footer__form.success .button {
  display: none;
}

.footer__form.error .footer__form-message {
  width: 100%;
  text-align: center;
  color: #EF3340;
  margin-top: 13px;
}

.footer__form:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
  top: -10px;
  left: -10px;
  bottom: -10px;
  right: -10px;
}

.footer__form.loading:after {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.footer__form .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -28px;
  margin-top: -28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.footer__form.loading .loader {
  visibility: visible;
  opacity: 1;
}

.footer__logo {
  margin-bottom: 15px;
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 174px;
  max-width: 174px;
}

.footer u {
  background: none;
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

.footer a {
  transition: color 0.4s;
}

.footer a:hover {
  color: #ffe900;
}

.footer__bottom {
  margin-top: 50px;
  padding-top: 50px;
}

.footer__bottom span {
  white-space: nowrap;
}

.footer__social {
  text-align: left;
  width: 75%;
  margin: 30px auto 0;
}

.footer__social-link {
  display: block;
  border-top: 1px solid #e9ebee;
  padding: 20px 13px;
  transition: color 0.4s;
}

.footer__social-link:hover {
  color: #ffe900;
}

.footer__social-icon {
  vertical-align: middle;
  margin-right: 5px;
  transition: fill 0.4s;
}

.footer__social-link:hover .footer__social-icon {
  fill: #ffe900;
}

.footer__copyright {
  color: #1d2129;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  margin-top: 38px;
}

@media (min-width: 768px) {
  .footer {
    margin-top: 55px;
    padding-bottom: 65px;
  }

  .footer__form {
    display: flex;
    white-space: nowrap;
    /*.button {
        margin-top: 0;
        margin-left: 12px;
      }
*/
  }

  .footer__form .input--text {
    /*& + .input--text {
          margin-top: 0;
          margin-left: 12px;
        }
*/
  }

  .footer__bottom {
    margin-top: 85px;
    padding-top: 70px;
  }

  .footer__logo {
    margin-bottom: 30px;
  }

  .footer__social {
    display: inline-flex;
    width: auto;
    border-top: 1px solid #e9ebee;
    margin-top: 73px;
  }

  .footer__social-link {
    border-top: none;
  }

  .footer__social-link:nth-child(2) {
    margin: 0 30px;
  }

  .footer__copyright {
    margin-top: 55px;
  }

}

@media (min-width: 1024px) {
  .footer__form {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
  }

  .footer__form .input--text {
    width: 20%;
    flex-shrink: 1;
    margin-right: 12px;
    margin-bottom: 0;
    /*& + .input--text {
          margin-top: 0;
          margin-left: 12px;
        }
*/
  }

  .footer__form .button {
    margin-top: 0;
  }

}

.social {
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  align-items: stretch;
  align-content: stretch;
  z-index: 2;
}

.social__button {
  position: relative;
  height: 48px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social__button svg {
  fill: white;
  width: 32px;
  height: 32px;
}

.social__button--facebook {
  background-color: #3b5998;
}

.social__button--twitter {
  background-color: #1da1f2;
}

.social__button--tumblr {
  background-color: #37455c;
}

@media (min-width: 768px) {
  .social {
    left: auto;
    bottom: auto;
    top: 50%;
    margin-top: -72px;
    width: 48px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 4;
  }

  .social__button {
    width: 48px;
    height: 48px;
    transition: width 0.2s;
  }

  .social__button:active, .social__button:hover {
    width: 56px;
  }

}

.policy-menu__items {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #1d2129;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

.policy-menu__item {
  display: block;
  position: relative;
}

.policy-menu__item.active span:after,
.policy-menu__item:hover span:after {
  -webkit-transform: none;
          transform: none;
}

.policy-menu__item a {
  display: block;
  padding: 12px 20px;
}

.policy-menu__item span {
  display: inline-block;
}

.policy-menu__item span:after {
  content: '';
  display: block;
  height: 2px;
  background-color: currentColor;
  width: 100%;
  transition: 0.4s -webkit-transform;
  transition: 0.4s transform;
  transition: 0.4s transform, 0.4s -webkit-transform;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
}

@media (max-width: 767px) {
  .policy-menu {
    width: 100%;
    position: absolute;
    padding: 23px 0;
    top: 100%;
    left: 0;
    background-color: #ffe900;
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: rotateX(-91deg);
            transform: rotateX(-91deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition: visibility 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, visibility 0.4s;
    transition: transform 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  }

  .menu-open .policy-menu {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    visibility: visible;
  }

}

@media (min-width: 768px) {
  .policy-menu__item {
    display: inline-block;
    line-height: 1;
  }

  .policy-menu__item a {
    padding: 16px 8px 12px;
  }

}

.policy-header {
  background-color: #ffe900;
  padding: 90px 0 72px;
  position: relative;
}

.policy-header--detail {
  padding-bottom: 0;
}

.policy-header__top {
  background-color: #ffe900;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-perspective-origin: 50% 100%;
          perspective-origin: 50% 100%;
  text-align: left;
}

@media (min-width: 783px) {
  .admin-bar .policy-header__top {
    margin-top: 32px;
  }

}

.policy-header__hamburger {
  height: 54px;
  width: 62px;
}

.policy-header__search {
  position: relative;
  overflow: hidden;
  float: right;
  display: block;
  max-width: calc(100% - 62px);
  width: 62px;
  transition: width 0.4s;
}

html.no-touch .policy-header__search:hover, .policy-header__search.active {
  width: 100%;
}

.policy-header__search-button {
  width: 62px;
  height: 54px;
  background-color: #1d2129;
  border: 3px solid #1d2129;
  color: #ffe900;
  transition: background-color 0.4s;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  display: block;
}

html.no-touch .policy-header__search-button:hover {
  background-color: #ffe900;
  color: #1d2129;
}

.policy-header__search-icon {
  fill: currentColor;
  display: block;
  transition: fill 0.4s;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.policy-header__search-input {
  border: 3px solid #1d2129;
  border-right: 0;
  background-color: transparent;
  height: 54px;
  width: calc(100% - 62px);
  padding-left: 0.5em;
  padding-right: 0.5em;
  transition: background-color 0.4s;
}

.policy-header__search-input.policy-header__search-input {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.policy-header__search-input:focus {
  background-color: #fff;
}

.policy-header__content {
  color: #2f2f2f;
}

.policy-header--detail .policy-header__content {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
}

.policy-header__title {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 560px;
  word-wrap: break-word;
}

.policy-header--detail .policy-header__title {
  line-height: 1.04;
  font-weight: 400;
  text-align: left;
  margin-left: 0;
  position: relative;
  z-index: 1;
}

.policy-header__text {
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 17px auto 0;
  max-width: 560px;
}

.policy-header--main .policy-header__text {
  max-width: 960px;
}

.policy-header__description {
  font-weight: 400;
  margin-top: 20px;
}

.policy-header__description .button__icon {
  fill: #487dc8;
  margin-left: 10px;
}

.policy-header__back {
  font-weight: 400;
  font-size: 16px;
  padding: 6px 11px;
  margin-top: 10px;
}

.policy-header__likes {
  color: #696969;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 12px;
  font-weight: 400;
  margin-top: 50px;
}

.policy-header__likes span {
  color: #2f2f2f;
}

.policy-header__likes-heart {
  color: #1d2129;
  vertical-align: -10%;
}

.policy-header__bg {
  display: none;
}

@media (min-width: 520px) {
  .policy-header__title {
    font-size: 54px;
  }

}

@media (min-width: 768px) {
  .policy-header__hamburger {
    display: none;
  }

  .policy-header__top {
    text-align: right;
  }

  .policy-header__search {
    display: inline-block;
    margin-left: 12px;
  }

  .policy-header__menu {
    display: inline-block;
    height: 54px;
  }

  .policy-header__search {
    max-width: none;
    text-align: left;
  }

  html.no-touch .policy-header__search:hover, .policy-header__search.active {
    width: 266px;
  }

  .policy-header--detail .policy-header__content {
    padding-bottom: 26px;
  }

  .policy-header--detail .policy-header__title {
    width: 58%;
  }

  .policy-header__likes {
    margin-top: 50px;
  }

  .policy-header__back {
    margin-top: 20px;
  }

  .policy-header__description {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -22px;
    z-index: 1;
  }

  .policy-header__bg {
    position: absolute;
    max-width: 42%;
    max-height: 100%;
    bottom: 0;
    right: 0;
    display: block;
    width: auto;
    height: auto;
  }

}

@media (min-width: 1024px) {
  .policy-header--detail .policy-header__title {
    width: auto;
  }

}

.policy-filter {
  display: block;
  text-align: left;
  position: relative;
}

.policy-filter__select {
  padding-top: 30px;
  line-height: 1;
}

.policy-filter__select-label {
  color: #90949c;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
}

.policy-filter__select-value {
  color: #2d344d;
  border: 3px solid #1d2129;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 13px 45px 13px 17px;
  margin-top: 6px;
  position: relative;
}

.policy-filter__select-arrow {
  position: absolute;
  display: block;
  right: 13px;
  top: 17px;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

html.no-touch .policy-filter__select-input:hover .policy-filter__select-arrow,
html.is-touch .policy-filter__select-input.active .policy-filter__select-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.policy-filter__select-input {
  position: relative;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  z-index: 1;
}

html.no-touch .policy-filter__select-input:hover,
html.is-touch .policy-filter__select-input.active {
  z-index: 2;
}

.policy-filter__select-values {
  margin: 0;
  padding: 9px 0 17px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #1d2129;
  color: #fff;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

.policy-filter__select-values li {
  padding: 11px 25px;
  display: block;
  cursor: pointer;
  transition: background-color 0.4s, color 0.4s;
}

.policy-filter__select-values li:hover {
  color: #ffe900;
}

.policy-filter__select-values li.selected {
  background-color: #ffe900;
  color: #1d2129;
}

html.no-touch .policy-filter__select-input:hover .policy-filter__select-values,
html.is-touch .policy-filter__select-input.active .policy-filter__select-values {
  opacity: 1;
  visibility: visible;
}

.policy-filter__reset {
  color: #90949c;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  position: absolute;
  top: 30px;
  right: 0;
  transition: color 0.4s;
}

.policy-filter__reset:hover {
  color: #1d2129;
}

.policy-filter__selected {
  border-top: 1px solid rgba(199, 199, 205, 0.52);
  color: #90949c;
  line-height: 1;
  font-size: 14px;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-weight: 400;
  width: 100%;
  margin-top: 14px;
}

.policy-filter__selected.empty {
  display: none;
}

.policy-filter__selected-button {
  margin-top: 14px;
  margin-right: 19px;
  display: inline-block;
  transition: color 0.4s;
}

.policy-filter__selected-button:hover {
  color: #1d2129;
}

.policy-filter__selected span {
  display: inline-block;
  width: 9px;
  height: 9px;
  position: relative;
  margin-left: 5px;
}

.policy-filter__selected span:before, .policy-filter__selected span:after {
  display: block;
  content: '';
  width: 12px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -6px;
  margin-top: -1px;
  background-color: #2d344d;
}

.policy-filter__selected span:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.policy-filter__selected span:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 768px) {
  .policy-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
  }

  .policy-filter__reset {
    top: 72px;
  }

  .policy-filter__select {
    width: 43.8888888889%;
    max-width: 370px;
  }

  .policy-filter__select + .policy-filter__select {
    margin-left: 13px;
  }

}

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

.policy-list__items {
  margin-top: 28px;
}

.policy-list__item {
  position: relative;
  background-color: #f6f7f9;
  padding: 32px 0 17px;
  text-align: left;
  margin-bottom: 13px;
  display: flex;
  flex-direction: column;
  height: 87.5vw;
  transition: background-color 0.4s;
}

html.no-touch .policy-list__item:hover {
  background-color: #eef0f4;
}

.policy-list__item.hidden, .policy-list__item.rejected {
  display: none;
}

.policy-list__item--question {
  background-color: #fff;
  border: 3px solid #2d344d;
  padding: 27px 25px;
  color: #1d2129;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.15;
  cursor: pointer;
}

html.no-touch .policy-list__item--question:hover {
  background-color: #ffe900;
}

.policy-list__item-title {
  color: #1d2129;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.15;
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 10px 0 25px;
}

.policy-list__item-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.policy-list__item-image-wrapper {
  margin: 7px 25px 0;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
}

.policy-list__item-likes {
  color: #717171;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin: 7px 25px 0;
  flex-shrink: 0;
  flex-grow: 0;
}

.policy-list__item-heart {
  fill: #f93f15;
  margin-right: 6px;
  vertical-align: -10%;
}

.policy-list__item-desc {
  color: #fff;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #1d2129;
  padding: 27px 25px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

.policy-list__more {
  margin-top: 31px;
}

.policy-list__more.hidden {
  display: none;
}

@media (min-width: 520px) {
  .policy-list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-left: -13px;
  }

  .policy-list__item {
    width: calc(50% - 13px);
    height: calc((87.5vw - 13px) * 0.6038961039);
    margin-left: 13px;
  }

}

@media (min-width: 768px) {
  .policy-list__item {
    width: calc(33.3333% - 13px);
    height: calc((87.5vw - 26px) * 0.4025571429);
  }

}

@media (min-width: 1024px) {
  .policy-list__item {
    width: calc(25% - 13px);
    height: 279px;
  }

  html.no-touch .policy-list__item-desc {
    transition: opacity 0.4s, visibility 0.4s;
    visibility: hidden;
    opacity: 0;
    display: block;
  }

  html.no-touch .policy-list__item:hover .policy-list__item-desc {
    visibility: visible;
    opacity: 1;
  }

}

.policy-details {
  padding: 50px 0;
  text-align: left;
}

.policy-details--da {
  background-color: #f6f7fa;
}

.policy-details__navigation {
  color: #90949c;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 200;
}

.policy-details__navigation-separator {
  margin: 0 12px;
  height: 0.8em;
  width: 1px;
  background-color: currentColor;
  display: none;
}

.policy-details__navigation-button {
  text-transform: uppercase;
  text-align: left;
  display: none;
}

.policy-details__navigation-button.active {
  display: inline-block;
  color: #2f2f2f;
  font-weight: 600;
}

.policy-details__description {
  color: #90949c;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
}

.policy-details__description-plus {
  fill: #487dc8;
  vertical-align: -15%;
  margin: 0 5px;
}

.policy-details__list {
  padding-top: 19px;
}

.policy-details__list .policy-button {
  border-top: 1px solid rgba(199, 199, 205, 0.52);
  padding-top: 19px;
  padding-bottom: 19px;
  padding-right: 8%;
}

.policy-details__related {
  margin-top: 30px;
  text-align: left;
}

.policy-details__related-title {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.policy-details__accordion {
  margin-top: 22px;
}

.policy-details__accordion-toggle {
  background-color: #ffe900;
  color: #2d344d;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  padding: 20px 23px;
  text-align: left;
  width: 100%;
  display: block;
}

.policy-details__accordion-toggle span {
  display: block;
  position: relative;
  padding-right: 23px;
}

.policy-details__accordion-toggle span:after, .policy-details__accordion-toggle span:before {
  content: '';
  display: block;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 50%;
  transition: opacity 0.4s, visibility 0.4s;
}

.policy-details__accordion-toggle span:before {
  width: 2px;
  height: 18px;
  right: 8px;
  margin-top: -9px;
}

.policy-details__accordion-toggle span:after {
  height: 2px;
  width: 18px;
  margin-top: -1px;
}

.policy-details__accordion.active .policy-details__accordion-toggle span:before {
  opacity: 0;
  visibility: hidden;
}

.policy-details__accordion-list {
  display: none;
}

.policy-details__accordion-list .policy-button:first-child {
  border-top: none;
}

.policy-details__accordion.active .policy-details__accordion-list {
  display: block;
}

.policy-details__policy-link {
  display: block;
  margin-top: 50px;
}

.policy-details__back {
  margin-top: 20px;
  display: block;
  background-color: #ffe900;
  color: #1d2129;
}

.policy-details__back:hover {
  background-color: #1d2129;
  color: #fff;
}

@media (min-width: 768px) {
  .policy-details__navigation-button, .policy-details__navigation-separator {
    display: inline-block;
  }

}

.policy-button {
  text-align: left;
  color: #0d0d0d;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.39;
  transition: color 0.4s, opacity 0.4s, visibility 0.4s;
  width: 100%;
}

.policy-button span {
  position: relative;
  padding-left: 50px;
  display: block;
}

.policy-button span:before, .policy-button span:after {
  display: block;
  width: 22px;
  height: 22px;
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  background: no-repeat center center;
  transition: opacity 0.4s, visibility 0.4s;
}

.policy-button span:before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath fill='%23487dc8' d='M11 22C4.925 22 0 17.075 0 11S4.925 0 11 0s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10zm-.5-10.5v-5h1v5h5v1h-5v5h-1v-5h-5v-1h5z'/%3E%3C/svg%3E");
}

.policy-button span:after {
  opacity: 0;
  visibility: hidden;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath fill='%23487dc8' d='M11 22C4.925 22 0 17.075 0 11S4.925 0 11 0s11 4.925 11 11-4.925 11-11 11zm0-1c5.523 0 10-4.477 10-10S16.523 1 11 1 1 5.477 1 11s4.477 10 10 10z'/%3E%3Cpath fill='%23487dc8' d='M5.5 10.5h11v1h-11z'/%3E%3C/svg%3E");
}

@media print {
  .policy-button span {
    padding-left: 15px;
  }

  .policy-button span:before, .policy-button span:after {
    display: none;
  }

}

.policy-button.minus span:before {
  opacity: 0;
  visibility: hidden;
}

.policy-button.minus span:after {
  opacity: 1;
  visibility: visible;
}

.policy-button.selected {
  color: #d9d9d9;
}

.policy-button.deleted {
  pointer-events: none;
  cursor: default;
  opacity: 0;
  visibility: hidden;
}

@media print {
  .policy-button {
    page-break-inside: avoid;
  }

}

.policy-description {
  background-color: #fff;
  position: relative;
  border: 6px solid #0f0e0e;
  padding: 60px 10px 20px 10px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.policy-description__close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  color: #2f2f2f;
}

.policy-description__label {
  color: #999899;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.policy-description__title {
  color: #1d2129;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
  word-wrap: break-word;
  margin-top: 15px;
}

.policy-description__headline {
  color: #1d2129;
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.33;
  margin-top: 35px;
}

.policy-description__text {
  color: #1d2129;
  font-family: Georgia, serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.71;
  margin-top: 1.71em;
  margin-bottom: 30px;
}

.policy-description__social {
  padding-top: 20px;
  display: flex;
}

.policy-description__social-link {
  display: inline-block;
  margin-right: 30px;
}

.policy-description__social-icon {
  transition: fill 0.4s;
  display: block;
}

.policy-description__social-link:hover .policy-description__social-icon {
  fill: #ffe900;
}

.policy-description__navigation {
  color: #90949c;
  font-weight: 600;
  text-transform: uppercase;
  max-width: 100%;
  word-wrap: break-word;
  line-height: 1.1;
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  overflow: hidden;
  display: flex;
}

.policy-description__navigation .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

.policy-description__navigation .slick-slide {
  float: none;
  height: auto;
  width: 33.3333%;
}

.policy-description__navigation-next, .policy-description__navigation-prev {
  color: #2f2f2f;
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 0 0.5em;
}

.policy-description__navigation-prev {
  left: 0;
  margin-left: -0.5em;
  background: linear-gradient(to right, #fff 0, #fff 50%, transparent 75%);
}

.policy-description__navigation-next {
  right: 0;
  margin-right: -0.5em;
  background: linear-gradient(to right, transparent 0, transparent 25%, #fff 50%);
}

.policy-description__navigation-container {
  position: relative;
  display: none;
  margin-top: 35px;
  padding: 18px 0;
  border-top: 1px solid rgba(199, 199, 205, 0.52);
  border-bottom: 1px solid rgba(199, 199, 205, 0.52);
}

.policy-description__navigation-link {
  position: relative;
  text-align: center;
  border-left: 1px solid #90949c;
  padding-left: 0.5em;
  padding-right: 0.5em;
  transition: color 0.4s;
  width: calc(33.3333%);
  flex-shrink: 0;
  text-transform: uppercase;
}

.policy-description__navigation-link:first-child {
  border-color: transparent;
}

.policy-description__navigation-link:hover, .policy-description__navigation-link.active {
  color: #1d2129;
}

.policy-description__navigation--1 .policy-description__navigation-link {
  width: 100%;
}

.policy-description__navigation--2 .policy-description__navigation-link {
  width: 50%;
}

.policy-description__container {
  position: relative;
  overflow: hidden;
}

.policy-description__card {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.4s, visibility 0.4s;
  opacity: 0;
  visibility: hidden;
}

.policy-description__card.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

@media (min-width: 520px) {
  .policy-description {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
  }

  .policy-description__title {
    font-size: 45px;
  }

}

@media (min-width: 768px) {
  .policy-description {
    padding: 80px 60px 60px;
  }

  .policy-description__navigation-container {
    display: block;
  }

}

@media (min-width: 1024px) {
  .policy-description {
    margin-top: 40px;
    margin-bottom: 40px;
  }

}

.my-policy {
  padding: 54px 0 0;
}

.my-policy.empty .my-policy__issues,
.my-policy.empty .my-policy__buttons,
.my-policy.empty .my-policy__description {
  display: none;
}

.my-policy.empty .my-policy__description--empty {
  display: block;
}

.my-policy__title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
}

.my-policy__description {
  color: #90949c;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 11px;
  margin-bottom: 5px;
}

.my-policy__description-minus {
  vertical-align: -15%;
  fill: #487dc8;
  margin: 0 5px;
}

.my-policy__description--empty {
  display: none;
}

.my-policy__header {
  margin-bottom: 54px;
}

.my-policy__email, .my-policy__print {
  font-weight: 600;
  margin: 15px 6px 0;
}

.my-policy__buttons--footer {
  border-top: 4px solid rgba(246, 247, 249, 0.52);
  border-bottom: 4px solid rgba(246, 247, 249, 0.52);
  padding-bottom: 15px;
  margin-top: 60px;
}

.my-policy__issues {
  border-top: 4px solid rgba(246, 247, 249, 0.52);
  padding-top: 46px;
  margin-top: 40px;
}

.my-policy__issues-title {
  color: #90949c;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.15;
  display: block;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.my-policy__issue {
  margin-top: 35px;
}

.my-policy__issue-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.my-policy__issue .policy-button {
  padding: 19px 27px 19px 12px;
  width: 100%;
  display: block;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.my-policy__issue .policy-button + .policy-button {
  border-top: 1px solid rgba(199, 199, 205, 0.52);
}

.my-policy__ask-da {
  margin-top: 30px;
}

.my-policy__ask-da-title {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.15;
  display: block;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.my-policy__ask-da .policy-button {
  padding: 23px 27px 30px 12px;
  background-color: #f6f7f9;
  margin-top: 19px;
  width: 100%;
  display: block;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.my-policy__overlay {
  border: 6px solid #1d2129;
  background-color: #fff;
  position: relative;
  padding: 60px 10px 20px 10px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.admin-bar .my-policy__overlay {
  margin-top: 52px;
}

.my-policy__overlay-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  z-index: 1;
  width: 100px;
  padding: 0;
}

.my-policy__overlay-input {
  display: block;
}

.my-policy__overlay-input + .my-policy__overlay-input {
  margin-top: 30px;
}

.my-policy__overlay-input span {
  color: #90949c;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
}

.my-policy__overlay-input input {
  color: #a0a1a2;
  font-family: Georgia, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  border: none;
  border-bottom: 2px solid rgba(151, 151, 151, 0.55);
  transition: border-color 0.4s;
  margin-top: 5px;
  width: 100%;
  height: 36px;
  padding-left: 0;
  padding-right: 0;
}

.my-policy__overlay-input input:focus {
  border-color: #1d2129;
}

.my-policy__overlay-input input.error {
  border-color: #EF3340;
}

.my-policy__overlay-checkbox {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.my-policy__overlay-checkbox input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  top: 0;
  right: 100%;
}

.my-policy__overlay-checkbox label {
  color: #1d2129;
  font-family: Georgia, serif;
  font-weight: 400;
  font-size: 14px;
  font-style: italic;
  line-height: 1.15;
  position: relative;
  cursor: pointer;
  display: block;
}

.my-policy__overlay-checkbox label:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  border: 2px solid #1d2129;
  transition: background-color 0.2s;
  margin-right: 3px;
  border-radius: 50%;
  vertical-align: -10%;
}

.my-policy__overlay-checkbox input:checked + label:before {
  background-color: #ffe900;
}

.my-policy__overlay-footer {
  margin-top: 30px;
  text-align: center;
}

.my-policy__overlay-submit {
  width: 100%;
  max-width: 186px;
  border: 4px solid #0f0e0e;
  font-weight: 400;
  font-size: 20px;
  padding: 0 20px;
  height: 45px;
  margin-top: 30px;
}

.my-policy__overlay-cancel {
  width: 100%;
  max-width: 186px;
  color: #90949c;
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 17px auto 0;
}

.my-policy__overlay-message {
  margin-bottom: 20px;
  font-weight: 600;
  display: none;
}

.my-policy__overlay-message.error {
  color: #EF3340;
}

.my-policy__overlay-message.active {
  display: block;
}

.my-policy__overlay .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-left: -28px;
  margin-top: -28px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
}

.my-policy__overlay:after {
  content: '';
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s, visibility 0.5s;
  pointer-events: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.overlay.loading .my-policy__overlay:after {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.overlay.loading .my-policy__overlay .loader {
  visibility: visible;
  opacity: 1;
}

.overlay.success .my-policy__overlay .my-policy__overlay-input,
.overlay.success .my-policy__overlay .my-policy__overlay-checkbox,
.overlay.success .my-policy__overlay .my-policy__overlay-cancel,
.overlay.success .my-policy__overlay .my-policy__overlay-submit {
  display: none;
}

.overlay.success .my-policy__overlay .my-policy__overlay-message {
  text-align: center;
}

.my-policy__issue, .my-policy__issues, .my-policy__ask-da {
  transition: opacity 0.4s, visibility 0.4s;
}

.my-policy__issue.deleted, .my-policy__issues.deleted, .my-policy__ask-da.deleted {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 520px) {
  .my-policy__title {
    font-size: 40px;
  }

  .my-policy__ask-da-title {
    font-size: 40px;
  }

  .my-policy__buttons--footer {
    margin-top: 90px;
  }

}

@media (min-width: 768px) {
  .my-policy__container {
    max-width: 79.9479166667%;
  }

  .my-policy__overlay {
    padding: 80px 36px 40px;
  }

  .my-policy__overlay-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .my-policy__overlay-footer {
    text-align: right;
    width: 100%;
    margin-top: 10px;
  }

  .my-policy__overlay-cancel {
    margin: 17px 0 0 auto;
  }

  .my-policy__overlay-input {
    width: calc(50% - 12px);
  }

  .my-policy__overlay-input + .my-policy__overlay-input {
    margin-bottom: 70px;
    margin-top: 0;
  }

}

@media print {
  .my-policy__issue-title, .my-policy__issues-title, .my-policy__ask-da-title {
    page-break-inside: avoid;
  }

}

.policy-cover {
  display: none;
}

@media print {
  .policy-cover {
    display: block;
  }

  .policy-cover:after {
    content: '';
    display: block;
    position: absolute;
    height: 11px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffe900;
  }

  body.pdf .policy-cover {
    page-break-after: always;
    position: relative;
    height: 269mm;
  }

}

.policy-cover__header {
  background-color: #ffe900;
  text-align: center;
  padding: 47px 0 24px;
  color: #2f2f2f;
}

.policy-cover__message {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  text-transform: uppercase;
}

.policy-cover__title {
  font-weight: 600;
  font-size: 37px;
  text-transform: uppercase;
}

.policy-cover__separator {
  max-width: 100%;
  border-top: 1px solid #1e1e1e;
  margin: 11px auto;
  width: 265px;
}

.policy-cover__text {
  max-width: 100%;
  width: 420px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  margin: 0 auto;
}

.policy-cover__content {
  text-align: center;
  color: #2f2f2f;
}

.policy-cover__tag {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.43;
  margin-top: 12px;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
}

.policy-cover__list {
  margin: 39px auto 0;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  display: inline-block;
  text-align: right;
}

.policy-cover__list strong {
  font-weight: 700;
}

.policy-cover__list-column {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.policy-cover__list-column:first-child {
  margin-left: 20px;
}

.policy-cover__list-column:nth-child(2) {
  margin-left: 23px;
  margin-right: 20px;
}

.policy-cover__list-column:nth-child(2) .policy-cover__item-text {
  max-width: 221px;
}

.policy-cover__item {
  display: block;
  margin-top: 22px;
  font-size: 14px;
}

.policy-cover__item-text {
  margin-top: 3px;
  margin-left: 7px;
  max-width: 221px;
}

.policy-cover__label {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffe900;
  line-height: 1.2;
  padding: 5px 7px 4px;
  display: inline-block;
  font-family: "din-2014-narrow", sans-serif;
}

.policy-cover__logo {
  margin: 10px 0 20px auto;
  display: block;
}

@media (max-width: 767px) {
  .c-select {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #000;
    position: relative;
    z-index: 1;
  }

  .no-touch .c-select:hover,
  .c-select.active {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .c-select__trigger {
    width: 100%;
    display: block;
  }

  .c-select__trigger-inner {
    display: flex;
    justify-content: space-between;
    padding: 11px 12px;
    align-items: center;
  }

  .c-select__trigger-icon {
    display: block;
    fill: #ffe900;
  }

  .c-select__values {
    list-style: none;
    padding: 12px 0 18px;
    margin: 0;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  }

  .no-touch .c-select:hover .c-select__values,
  .c-select.active .c-select__values {
    opacity: 1;
    visibility: visible;
  }

  .c-select__value {
    color: #90949C;
    transition: color 0.3s;
  }

  .c-select__value a {
    display: block;
    padding: 6px 12px;
  }

  .no-touch .c-select__value:hover,
  .c-select__value.selected,
  .c-select__value:active {
    color: #ffe900;
  }

}

@media (min-width: 768px) {
  .c-select {
    color: #90949C;
    font-size: 16px;
    font-weight: 600;
  }

  .c-select__trigger {
    display: none;
  }

  .c-select__values {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }

  .c-select__value {
    display: inline-block;
  }

  .c-select__value:hover a,
  .c-select__value.selected a {
    color: #000;
  }

  .c-select__value:before {
    content: '|';
    padding: 0 0.6em;
  }

  .c-select__value:first-child:before {
    display: none;
  }

}

.popup-menu {
  color: #fff;
  background-color: #000;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: visibility 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
  transition: transform 0.4s, visibility 0.4s, box-shadow 0.4s;
  transition: transform 0.4s, visibility 0.4s, box-shadow 0.4s, -webkit-transform 0.4s;
  top: 50%;
  position: absolute;
  right: 41px;
  width: 494px;
  max-width: calc(100vw - 59px);
  visibility: hidden;
  padding: 80px 32px 36px 36px;
  box-shadow: none;
  min-height: 480px;
  max-height: calc(100vh - 32px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.menu-open .popup-menu {
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  visibility: visible;
  box-shadow: -5px 0px 19px rgba(0, 0, 0, 0.38101);
}

.popup-menu__items {
  margin: 0;
  list-style: none;
  font-size: 32px;
  padding: 0;
  line-height: 1.46875;
}

.popup-menu__logo {
  margin-bottom: 10px;
}

.popup-menu__item {
  transition: color 0.3s;
}

.popup-menu__item:hover,
.popup-menu__item.active:not(.menu-item-home) {
  color: #ffe900;
}

@media (min-width: 768px) {
  .popup-menu {
    right: 53px;
  }

  .popup-menu__items {
    font-size: 45px;
  }

  .popup-menu {
    padding: 80px 70px 60px;
  }

}

@media (min-width: 1024px) {
  .popup-menu {
    right: 23px;
  }

}

.c-featured-post {
  margin-top: 20px;
  margin-bottom: 40px;
}

.c-featured-post__content {
  background-color: #E9EBEE;
  padding: 52px 30px 30px;
  position: relative;
}

.c-featured-post__label {
  display: inline-block;
  padding: 0.3em 1em;
  background-color: #ffe900;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 26px;
  position: absolute;
  left: 0;
  top: 0;
}

.c-featured-post__header {
  color: #90949C;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 14px;
}

.c-featured-post__title {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.c-featured-post__excerpt {
  font-size: 16px;
  font-weight: 400;
}

.c-featured-post__more {
  margin-top: 16px;
  padding: 0.4em 1em;
  font-weight: 700;
  font-size: 21px;
}

.c-featured-post__cover {
  position: relative;
  border: 2px solid #E9EBEE;
  display: block;
}

.c-featured-post__cover--video {
  padding-top: 56.25%;
}

.c-featured-post__media {
  display: block;
  width: 100%;
  height: auto;
}

.c-featured-post__cover--video .c-featured-post__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .c-featured-post {
    display: flex;
    align-items: stretch;
    padding-bottom: 34px;
    margin-bottom: 34px;
    margin-top: 34px;
    border-bottom: 2px solid #E9EBEE;
  }

  .c-featured-post__content {
    width: 38.5372714487%;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .c-featured-post__cover {
    flex-grow: 1;
    flex-shrink: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

@media (min-width: 1024px) {
  .c-featured-post {
    padding-bottom: 57px;
    margin-bottom: 54px;
  }

  .c-featured-post__content {
    padding: 75px 44px 44px;
    width: 39.6363636364%;
  }

  .c-featured-post__title {
    font-size: 36px;
  }

  .c-featured-post__label {
    padding: 0.7em 1.1em;
  }

}

.c-post-item__header {
  font-size: 16px;
  color: #90949C;
  font-weight: 400;
  margin-bottom: 10px;
}

.c-post-item__categories {
  color: #000;
}

.c-post-item__cover {
  position: relative;
  padding-top: 56.25%;
  display: block;
  margin-bottom: 16px;
}

.c-post-item__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-post-item__title {
  margin-bottom: 16px;
}

.c-post-item__excerpt {
  font-weight: 400;
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-size: 16px;
}

.c-post-item__more {
  margin-top: 16px;
  padding: 0.3em 0.5em;
  font-size: 21px;
  font-weight: 700;
}

.c-post-item {
  margin-bottom: 55px;
}

@media (min-width: 768px) {
  .c-post-item {
    margin-bottom: 60px;
  }

  .c-post-item__title {
    font-size: 29px;
  }

}

.c-posts {
  border-bottom: 2px solid #E9EBEE;
}

.c-posts__header {
  margin-top: 20px;
}

.c-posts__title {
  font-size: 34px;
  margin-bottom: 20px;
}

.c-posts__items {
  text-align: center;
  margin-bottom: 50px;
}

.c-posts__posts {
  text-align: left;
}

.c-posts__select {
  margin-bottom: 30px;
}

.c-posts__next {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.c-posts__sidebar {
  border-top: 2px solid #E9EBEE;
  padding-top: 50px;
  font-weight: 600;
  font-size: 18px;
}

.c-posts__sidebar-item {
  margin-bottom: 50px;
  color: #90949C;
}

.c-posts__sidebar-title {
  font-size: 26px;
  margin-bottom: 14px;
  color: #000;
}

.c-posts__contact-line {
  margin-bottom: 12px;
}

.c-posts__contact-line:last-child {
  margin-bottom: 0;
}

.c-posts__contact-line a {
  color: #000;
}

.c-posts__event-title {
  font-size: 20px;
  color: #000;
}

.c-posts__event-link {
  color: #000;
  font-weight: 700;
}

.c-posts__event {
  margin-bottom: 30px;
}

.c-posts__event:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .c-posts__header {
    display: flex;
    align-items: flex-end;
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .c-posts__title {
    margin-bottom: 0;
  }

  .c-posts__select {
    margin-left: 25px;
    padding-bottom: 6px;
    margin-bottom: 0;
  }

  .c-posts__sidebar,
  .c-posts__posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .c-posts__sidebar-item,
  .c-posts__item {
    width: calc(50% - 40px);
  }

  .c-posts__next {
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .c-posts__items {
    margin-bottom: 30px;
  }

}

@media (min-width: 1024px) {
  .c-posts__title {
    font-size: 36px;
  }

  .c-posts__header {
    margin-bottom: 45px;
  }

  .c-posts__inner {
    display: flex;
    align-items: stretch;
    position: relative;
  }

  .c-posts__inner:before {
    content: '';
    width: 2px;
    background-color: #E9EBEE;
    position: absolute;
    right: 31.6622691293%;
    top: 0;
    bottom: 90px;
  }

  .c-posts__sidebar {
    padding-top: 0;
    border-top: 0;
    padding-left: 42px;
    margin-left: 40px;
    width: 31.8381706245%;
    flex-shrink: 0;
    flex-grow: 0;
    display: block;
  }

  .c-posts__items {
    flex-grow: 1;
    flex-shrink: 1;
    width: 68.1618293755%;
  }

  .c-posts__item {
    width: calc(50% - 50px);
  }

  .c-posts__sidebar-item {
    width: auto;
    margin-bottom: 0;
  }

  .c-posts__sidebar-item + .c-posts__sidebar-item {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px solid #E9EBEE;
  }

}

.c-post {
  margin-top: 20px;
}

.c-post__title {
  margin-bottom: 16px;
}

.c-post__meta {
  font-size: 16px;
  font-weight: 400;
  color: #90949C;
  margin-bottom: 12px;
}

.c-post__meta > * {
  display: inline-block;
}

.c-post__meta > *:after {
  content: '|';
  padding: 0 0.6em;
  color: #90949C;
}

.c-post__meta > *:last-child:after {
  display: none;
}

.c-post__categories {
  color: #000;
}

.c-post__cover {
  margin-bottom: 30px;
  position: relative;
}

.c-post__cover--video {
  padding-top: 56.25%;
}

.c-post__media {
  display: block;
  width: 100%;
  height: auto;
}

.c-post__cover--video .c-post__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.c-post__content {
  text-align: left;
}

.c-post__text {
  font-family: "Proxima Nova", "proxima-nova", "din-2014-narrow", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 50px;
}

.c-post__text h1, .c-post__text h2, .c-post__text h3 {
  font-weight: 600;
  font-size: 21px;
}

.c-post__social {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}

.c-post__social-item {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  transition: background-color 0.3s;
}

.c-post__social-item svg {
  transition: fill 0.3s;
  fill: #fff;
}

.c-post__social-item:hover {
  background-color: #ffe900;
}

.c-post__social-item:hover svg {
  fill: #000;
}

.c-post__links-item {
  margin-bottom: 24px;
  margin-right: 10px;
}

.c-post__all {
  font-weight: 400;
  color: #90949C;
  font-size: 16px;
}

@media (max-width: 767px) {
  .c-post__author {
    display: none;
  }

  .c-post__header {
    display: flex;
    flex-direction: column;
  }

  .c-post__title {
    order: 1;
  }

}

@media (min-width: 768px) {
  .c-post__header {
    padding-right: 31.8381706245%;
  }

  .c-post__title {
    font-size: 55px;
  }

  .c-post__meta {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .c-post__cover {
    margin-bottom: 45px;
  }

  .c-post__text {
    font-size: 18px;
  }

  .c-post__text h1, .c-post__text h2, .c-post__text h3 {
    font-size: 24px;
  }

  .c-post__links-item {
    margin-bottom: 45px;
    margin-right: 20px;
  }

  .c-post__content {
    margin-bottom: 90px;
  }

}

@media (min-width: 1024px) {
  .c-post {
    margin-top: 85px;
  }

  .c-post__title {
    margin-bottom: 30px;
  }

  .c-post__meta {
    margin-bottom: 30px;
  }

}

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