@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  line-height: 1.5;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 14px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (min-width: 48em) {
  html,
body {
    font-size: 16px;
  }
}

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  cursor: default;
  text-rendering: optimizeLegibility;
  color: #111111;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
progress,
svg,
video {
  vertical-align: middle;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:hover {
  cursor: pointer;
}

abbr[title] {
  border-bottom: none;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

mark {
  background: #FFFF00;
  color: #000000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

iframe {
  border: 0;
}

figure {
  margin: 1em 40px;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #111111;
  margin: 1em 0;
  padding: 0;
  box-sizing: content-box;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  border-style: solid;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button,
select,
html input[type=button],
input[type=reset],
input[type=submit],
input[type=file] {
  border-radius: 0;
}

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

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

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.faq__answer ul li::before, .list--squares li::before, .list--checkmarks li::before, .list--arrows li::after, .list__icon-arrow::before, .menu-select__list::after, .user-menu__image-wrap::after, .new-header__btn--drop::after, .navigation__drop::after, .navigation__link--drop::after, .tooltip__dismiss::after, .tooltip__message::after, .notification-dismiss::after, .notification::after, .favorite-icon, .input--date::before, .input--select::before, .input--success:not(.input--boolean)::after, .input--error:not(.input--boolean)::after, .input--warning:not(.input--boolean)::after, .input:not(.input--boolean)::after, .input__row:not(.input)::after, .input__row .input__col::after, a.card--background .card__body h3::after {
  display: inline-block;
  font-family: "nyc-icon";
  font-weight: normal;
  font-style: normal;
  font-display: auto;
  line-height: 1;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-select__list::after, .user-menu__image-wrap::after, .new-header__btn--drop::after, .navigation__drop::after, .navigation__link--drop::after, .input--select::before {
  content: "";
}

.faq__answer ul li::before, .list--arrows li::after, .list__icon-arrow::before, a.card--background .card__body h3::after {
  content: "";
}

.user-menu--active .user-menu__image-wrap::after, .navigation__item--active .navigation__drop::after {
  content: "";
}

.input--date::before {
  content: "";
}

.list--checkmarks li::before {
  content: "";
}

.tooltip__dismiss::after, .notification-dismiss::after, .notification::after {
  content: "";
}

.favorite-icon__empty::before {
  content: "";
}

.job-list__item:hover .favorite-icon:hover, .favorite-icon__filled::before, .favorite-icon__empty:hover::before {
  content: "";
}

.tooltip__message::after, .tooltip--brand .tooltip__message::after, .notification-brand::after {
  content: "";
}

.tooltip--success .tooltip__message::after, .notification-success::after {
  content: "";
}

.tooltip--error .tooltip__message::after, .notification-error::after {
  content: "";
}

.tooltip--info .tooltip__message::after, .notification-info::after {
  content: "";
}

.tooltip--warning .tooltip__message::after, .notification-warning::after, .input--warning:not(.input--boolean)::after {
  content: "";
}

.list--squares li::before {
  content: "";
}

.input--success:not(.input--boolean)::after, .input:not(.input--boolean)::after, .input__row:not(.input)::after, .input__row .input__col::after {
  content: "";
}

.input--error:not(.input--boolean)::after {
  content: "";
}

main {
  flex: 1 1 0;
}

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 1.1428571429rem;
  padding-left: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .container-fluid {
    padding-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .container-fluid {
    padding-left: 0;
  }
}

.row {
  margin-right: -1.1428571429rem;
  margin-left: -1.1428571429rem;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .row {
    margin-right: -1rem;
  }
}
@media screen and (min-width: 48em) {
  .row {
    margin-left: -1rem;
  }
}
.row::after, .row::before {
  display: block;
}
.row.reverse {
  flex-direction: row-reverse;
}

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  padding-right: 1.1428571429rem;
  padding-left: 1.1428571429rem;
  position: relative;
  flex: 0 0 auto;
}
@media screen and (min-width: 48em) {
  .col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
    padding-left: 1rem;
  }
}

.col-xs {
  max-width: 100%;
  flex-grow: 1;
  flex-basis: 0;
}

.col-xs-1 {
  max-width: 8.33333333%;
  flex-basis: 8.33333333%;
}

.col-xs-2 {
  max-width: 16.66666667%;
  flex-basis: 16.66666667%;
}

.col-xs-3 {
  max-width: 25%;
  flex-basis: 25%;
}

.col-xs-4 {
  max-width: 33.33333333%;
  flex-basis: 33.33333333%;
}

.col-xs-5 {
  max-width: 41.66666667%;
  flex-basis: 41.66666667%;
}

.col-xs-6 {
  max-width: 50%;
  flex-basis: 50%;
}

.col-xs-7 {
  max-width: 58.33333333%;
  flex-basis: 58.33333333%;
}

.col-xs-8 {
  max-width: 66.66666667%;
  flex-basis: 66.66666667%;
}

.col-xs-9 {
  max-width: 75%;
  flex-basis: 75%;
}

.col-xs-10 {
  max-width: 83.33333333%;
  flex-basis: 83.33333333%;
}

.col-xs-11 {
  max-width: 91.66666667%;
  flex-basis: 91.66666667%;
}

.col-xs-12 {
  max-width: 100%;
  flex-basis: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 43rem;
  }

  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    padding-right: 1.1428571429rem;
    padding-left: 1.1428571429rem;
    position: relative;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 48em) and (min-width: 48em) {
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-1 {
    max-width: 8.33333333%;
    flex-basis: 8.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-2 {
    max-width: 16.66666667%;
    flex-basis: 16.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-4 {
    max-width: 33.33333333%;
    flex-basis: 33.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-5 {
    max-width: 41.66666667%;
    flex-basis: 41.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-7 {
    max-width: 58.33333333%;
    flex-basis: 58.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-8 {
    max-width: 66.66666667%;
    flex-basis: 66.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-10 {
    max-width: 83.33333333%;
    flex-basis: 83.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-11 {
    max-width: 91.66666667%;
    flex-basis: 91.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media only screen and (min-width: 48em) {
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .container {
    width: unset;
  }

  .container-fluid {
    padding-right: 1.1428571429rem;
    padding-left: 1.1428571429rem;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 59rem;
  }

  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    padding-right: 1.1428571429rem;
    padding-left: 1.1428571429rem;
    position: relative;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 64em) and (min-width: 48em) {
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 64em) {
  .col-md {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-1 {
    max-width: 8.33333333%;
    flex-basis: 8.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-2 {
    max-width: 16.66666667%;
    flex-basis: 16.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-4 {
    max-width: 33.33333333%;
    flex-basis: 33.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-5 {
    max-width: 41.66666667%;
    flex-basis: 41.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-7 {
    max-width: 58.33333333%;
    flex-basis: 58.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-8 {
    max-width: 66.66666667%;
    flex-basis: 66.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-10 {
    max-width: 83.33333333%;
    flex-basis: 83.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-11 {
    max-width: 91.66666667%;
    flex-basis: 91.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media only screen and (min-width: 64em) {
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 75rem;
  }

  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    padding-right: 1.1428571429rem;
    padding-left: 1.1428571429rem;
    position: relative;
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 75em) and (min-width: 48em) {
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    padding-left: 1rem;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg {
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-1 {
    max-width: 8.33333333%;
    flex-basis: 8.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-2 {
    max-width: 16.66666667%;
    flex-basis: 16.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-3 {
    max-width: 25%;
    flex-basis: 25%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-4 {
    max-width: 33.33333333%;
    flex-basis: 33.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-5 {
    max-width: 41.66666667%;
    flex-basis: 41.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-6 {
    max-width: 50%;
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-7 {
    max-width: 58.33333333%;
    flex-basis: 58.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-8 {
    max-width: 66.66666667%;
    flex-basis: 66.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-9 {
    max-width: 75%;
    flex-basis: 75%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-10 {
    max-width: 83.33333333%;
    flex-basis: 83.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-11 {
    max-width: 91.66666667%;
    flex-basis: 91.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-12 {
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-3 {
    margin-left: 25%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-6 {
    margin-left: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-9 {
    margin-left: 75%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media only screen and (min-width: 75em) {
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
}
.col-no-padding {
  padding-right: 0;
  padding-left: 0;
}

@-webkit-keyframes animated-arrow-right {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

@keyframes animated-arrow-right {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@-webkit-keyframes animated-validation {
  0% {
    left: -11px;
    opacity: 0;
    transform: rotate(-180deg);
    transform-origin: center;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center;
  }
}
@keyframes animated-validation {
  0% {
    left: -11px;
    opacity: 0;
    transform: rotate(-180deg);
    transform-origin: center;
  }
  33% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
    transform: rotate(0deg);
    transform-origin: center;
  }
}
@-webkit-keyframes sk-bouncedelay {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes sk-bouncedelay {
  0% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
  80% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes _btn-loading-state-1 {
  0% {
    left: 0%;
    width: 0%;
  }
  25% {
    left: 0%;
    width: 30%;
  }
  75% {
    left: 70%;
    width: 30%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes _btn-loading-state-1 {
  0% {
    left: 0%;
    width: 0%;
  }
  25% {
    left: 0%;
    width: 30%;
  }
  75% {
    left: 70%;
    width: 30%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fade-out-down {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
@keyframes fade-out-down {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100%);
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.0357142857rem;
  margin: 0;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -0.046875rem;
  }
}
h1 + p,
h1 + ul,
h1 + ol,
h1 + dl,
h2 + p,
h2 + ul,
h2 + ol,
h2 + dl,
h3 + p,
h3 + ul,
h3 + ol,
h3 + dl,
h4 + p,
h4 + ul,
h4 + ol,
h4 + dl,
h5 + p,
h5 + ul,
h5 + ol,
h5 + dl,
h6 + p,
h6 + ul,
h6 + ol,
h6 + dl {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  h1 + p,
h1 + ul,
h1 + ol,
h1 + dl,
h2 + p,
h2 + ul,
h2 + ol,
h2 + dl,
h3 + p,
h3 + ul,
h3 + ol,
h3 + dl,
h4 + p,
h4 + ul,
h4 + ol,
h4 + dl,
h5 + p,
h5 + ul,
h5 + ol,
h5 + dl,
h6 + p,
h6 + ul,
h6 + ol,
h6 + dl {
    margin-top: 0.5rem;
  }
}

p,
ol,
ul,
dl {
  letter-spacing: -0.0071428571rem;
  margin: 0;
}
@media screen and (min-width: 48em) {
  p,
ol,
ul,
dl {
    letter-spacing: -0.0125rem;
  }
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6 {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
dl + h1,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6 {
    margin-top: 1rem;
  }
}

p + ol,
p + ul,
p + dl,
ol + ol,
ol + ul,
ol + dl,
ul + ol,
ul + ul,
ul + dl,
dl + ol,
dl + ul,
dl + dl {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  p + ol,
p + ul,
p + dl,
ol + ol,
ol + ul,
ol + dl,
ul + ol,
ul + ul,
ul + dl,
dl + ol,
dl + ul,
dl + dl {
    margin-top: 0.5rem;
  }
}

p + p {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  p + p {
    margin-top: 1rem;
  }
}

em {
  font-style: italic;
}

h1,
h2,
h3 {
  font-size: 1.4285714286rem;
  line-height: 1.2;
}
@media screen and (min-width: 48em) {
  h1,
h2,
h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 1.2857142857rem;
}
@media screen and (min-width: 48em) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  h5 {
    font-size: 1rem;
  }
}

h6 {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  h6 {
    font-size: 0.875rem;
  }
}

a {
  color: #111111;
}
a:hover {
  color: #565656;
}
a:focus {
  outline: none;
  opacity: 1;
  text-decoration: none;
}

main .card--secondary a:not(.btn),
main .bg--dark-grey a:not(.btn),
main .bg--dark-gray a:not(.btn) {
  color: #FFFFFF;
}
main .card--secondary .card:not(.card--secondary):not(.card--transparent) a:not(.btn),
main .bg--dark-grey .card:not(.card--secondary):not(.card--transparent) a:not(.btn),
main .bg--dark-gray .card:not(.card--secondary):not(.card--transparent) a:not(.btn) {
  color: #111111;
}

main .card--secondary a:not(.btn):hover,
main .bg--dark-grey a:not(.btn):hover,
main .bg--dark-gray a:not(.btn):hover {
  color: #F77F00;
}

.figure-square {
  width: 6.8571428571rem;
  height: 6.8571428571rem;
  display: block;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (min-width: 48em) {
  .figure-square {
    width: 9rem;
  }
}
@media screen and (min-width: 48em) {
  .figure-square {
    height: 9rem;
  }
}
.figure-square__image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@keyframes animated-arrow-right {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.card--tertiary .input__label, .card--secondary .input__label, .card--primary .input__label, .card--tertiary .input__switch-label, .card--secondary .input__switch-label, .card--primary .input__switch-label {
  color: #FFFFFF;
}

.card {
  display: flex;
  margin-bottom: 1.1428571429rem;
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .card {
    margin-bottom: 2rem;
  }
}
.card > img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em) {
  .card > img.card__image--small {
    max-height: 10.3125rem;
  }
}
.card__heading {
  padding: 1.1428571429rem 1.1428571429rem 0.8571428571rem;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (min-width: 48em) {
  .card__heading {
    padding: 2rem 2rem 1.5rem;
  }
}
.card__heading + .card__body {
  padding-top: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .card__heading + .card__body {
    padding-top: 1.5rem;
  }
}
.card__body {
  width: 100%;
  padding: 1.1428571429rem;
  text-align: left;
  align-self: center;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media screen and (min-width: 48em) {
  .card__body {
    padding: 2rem;
  }
}
.card__body a {
  font-weight: 700;
}
.card__body a.btn:not(.btn--link):not(.-link) {
  font-weight: 800;
}
.card__body:first-of-type {
  padding-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__body:first-of-type {
    padding-top: 2rem;
  }
}
.card__body:last-of-type {
  padding-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__body:last-of-type {
    padding-bottom: 2rem;
  }
}
.card__body + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--primary {
  color: #FFFFFF;
}
.card--secondary {
  background-color: #111111;
  color: #FFFFFF;
}
.card--secondary .btn--secondary {
  border: 1px solid #FFFFFF;
}
.card--secondary a:not(.btn) {
  color: #FFFFFF;
}
.card--tertiary {
  background-color: #E0E0E1;
  color: #FFFFFF;
}
.card--transparent {
  background-color: transparent;
  box-shadow: none;
}
.card--horizontal {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .card--horizontal {
    flex-direction: row;
  }
}
.card--horizontal > figure {
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  margin: 0;
  order: -1;
  align-self: flex-start;
}
@media screen and (min-width: 64em) {
  .card--horizontal > figure {
    display: flex;
    width: auto;
    min-width: 50%;
    height: 480px;
    padding: 0;
    align-items: center;
    flex-direction: column;
    order: 0;
  }
}
@media screen and (min-width: 75em) {
  .card--horizontal > figure {
    height: 352px;
  }
}
.card--horizontal > figure img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .card--horizontal > figure img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .card--horizontal > figure img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}
.card--horizontal > figure video {
  width: 100%;
  height: 100%;
}
.card--horizontal > .card__body {
  padding: 1.1428571429rem;
  align-self: flex-start;
}
@media screen and (min-width: 48em) {
  .card--horizontal > .card__body {
    min-width: 50%;
    padding: 2rem;
  }
}
.card--horizontal + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--form .card__image {
  height: 12.5rem;
  background-position: center;
  background-size: cover;
  align-self: auto;
}
@media screen and (min-width: 48em) {
  .card--form .card__image {
    height: 20rem;
  }
}
@media screen and (min-width: 64em) {
  .card--form .card__image {
    height: auto;
  }
}
.card--full-width, .card.-full-width {
  margin-right: -1.1428571429rem;
  margin-left: -1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card--full-width, .card.-full-width {
    margin-right: 0;
    margin-left: 0;
  }
}
.card--full-width .card__body, .card.-full-width .card__body {
  padding-bottom: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .card--full-width .card__body, .card.-full-width .card__body {
    padding-bottom: 2rem;
  }
}
.card--full-width .card__alert, .card.-full-width .card__alert {
  margin-right: 0;
  margin-left: 0;
}
.card--full-height {
  height: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .card--full-height {
    margin-bottom: 0;
  }
}
.card--full-height .card__body {
  height: 100%;
  flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card--full-height .card__body {
    flex: auto;
  }
}
.card--top {
  margin-top: -3.7142857143rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .card--top {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .card--top {
    margin-top: -3.25rem;
  }
}
@media screen and (min-width: 48em) {
  .card__figure-square {
    display: flex;
    flex-direction: row;
  }
}
.card__figure-square > .card__body:first-of-type {
  width: auto;
  padding-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .card__figure-square > .card__body:first-of-type {
    padding: 2rem 1rem 2rem 2rem;
    align-self: flex-start;
  }
}
.card__figure-square > .card__body:last-of-type {
  padding-top: 0.5714285714rem;
  border: 0;
}
@media screen and (min-width: 48em) {
  .card__figure-square > .card__body:last-of-type {
    padding: 2rem 2rem 2rem 1rem;
    flex-grow: 1;
  }
}
@media screen and (min-width: 64em) {
  .card__figure-square > .card__body:last-of-type {
    align-self: flex-start;
  }
}
.card__figure-square + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--avatar {
  margin-top: 48px;
}
@media screen and (min-width: 48em) {
  .card--avatar {
    margin-top: 72px;
  }
}
.card--avatar .card__body:first-of-type {
  padding-top: 0;
}
.card--avatar .figure-square {
  margin-top: -48px;
}
@media screen and (min-width: 48em) {
  .card--avatar .figure-square {
    margin-top: -72px;
  }
}
.card__button {
  margin-top: auto;
}
.card__video figure {
  margin: 0;
}
.card__video figure a {
  position: relative;
  z-index: 1;
  display: block;
  background: #111111;
  transition: background 0.2s ease-in;
  pointer-events: auto;
}
.card__video figure a:hover {
  cursor: pointer;
}
.card__video figure a:hover img {
  opacity: 1;
}
.card__video figure a:hover .video-controls {
  text-shadow: 0 0 8px rgba(17, 17, 17, 0.8);
}
.card__video figure img {
  opacity: 0.7;
  transition: opacity 0.2s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--links {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .card--links {
    width: calc(33.3333333333% - 1.5rem);
    margin: 0.75rem;
  }
}
.card--links .card--background {
  min-height: 4rem;
}
@media screen and (min-width: 48em) {
  .card--links .card--background {
    min-height: 3.5rem;
  }
}
@media screen and (min-width: 48em) {
  .card--links .card--background {
    height: auto;
  }
}
.card--links .card--background .card__body {
  position: relative;
  z-index: 1;
}
.card--links .card--background p {
  display: none;
}
@media screen and (min-width: 48em) {
  .card--links .card--background p {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .card--links .list--links li {
    border-top: 0;
    border-bottom: 1px solid #E8E8E8;
  }
}
.card--background {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-decoration: none;
}
.card--background::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  background: rgba(17, 17, 17, 0.6);
}
.card--background .card__body {
  z-index: 0;
}
.card--background h3 {
  position: relative;
}
.card--background .input {
  color: #B2B2B2;
}
.card--slim .card__body {
  padding: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__body {
    padding: 1.5rem 2rem;
  }
}
.card--slim .card__body h3 {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__body h3 {
    font-size: 1rem;
  }
}
.card--slim a {
  text-decoration: none;
}
.card--slim .card__heading + img {
  height: 10.7857142857rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__heading + img {
    height: 25.9375rem;
  }
}
.card--slim iframe {
  width: 100%;
}
.card__alert {
  padding: 1.1428571429rem;
  margin: -1.1428571429rem;
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__alert {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .card__alert {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .card__alert {
    margin-top: 1.5rem;
  }
}
.card__alert--info {
  background: #F9F9F9;
  color: #111111;
}
.card__alert--tip {
  background: #B9E5E7;
  color: #007D88;
}
.card__alert--tip a {
  color: #007D88;
}
.card__alert a {
  font-weight: 700;
}
.card__alert p + p {
  margin-top: 0;
}

a.card {
  text-decoration: none;
}
a.card:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
a.card p {
  text-decoration: none;
}

a.card--background {
  background-size: 105%;
  transition: background-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.card--background:hover {
  background-size: 115%;
}
@media screen and (min-width: 48em) {
  a.card--background {
    height: 224px;
    background-size: 125%;
  }
  a.card--background:hover {
    background-size: 135%;
  }
}
@media screen and (min-width: 64em) {
  a.card--background {
    background-size: 140%;
  }
  a.card--background:hover {
    background-size: 150%;
  }
}
a.card--background .card__body {
  color: #FFFFFF;
  transition: 0.2s all;
}
a.card--background .card__body h3::after {
  position: relative;
  top: 0;
  left: 8px;
  font-size: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  a.card--background .card__body h3::after {
    top: -2px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  a.card--background .card__body:hover h3::after {
    -webkit-animation-name: animated-arrow-right;
            animation-name: animated-arrow-right;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .card-grid {
    width: calc(100% + 1rem);
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    justify-content: initial;
  }
}
.card-grid--sm {
  margin-left: -1.1428571429rem;
  margin-right: -1.1428571429rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (min-width: 48em) {
  .card-grid--sm {
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .card-grid--sm {
    margin-right: -0.75rem;
  }
}
.card-grid .card:not(.card--background) {
  display: none;
  min-height: 120px;
  flex: 1;
}
@media screen and (min-width: 48em) {
  .card-grid .card:not(.card--background) {
    display: flex;
    width: 100%;
    height: 186px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .card-grid .card:not(.card--background) {
    height: 166px;
  }
}
@media screen and (min-width: 75em) {
  .card-grid .card:not(.card--background) {
    height: 186px;
  }
}
.card-grid .card--background {
  width: calc(50% - 0.2857142857rem);
  height: 132px;
  margin-bottom: 0.5714285714rem;
  background-size: 130%;
}
.card-grid .card--background:hover {
  background-size: 140%;
}
@media screen and (min-width: 360px) {
  .card-grid .card--background {
    height: 154px;
  }
}
@media screen and (min-width: 375px) {
  .card-grid .card--background {
    height: 156px;
  }
}
@media screen and (min-width: 414px) {
  .card-grid .card--background {
    height: 174px;
  }
}
@media screen and (min-width: 48em) {
  .card-grid .card--background {
    width: calc(33.3333333333% - 1rem);
    height: 186px;
    margin: 0 0.5rem 1rem;
    background-size: 130%;
  }
  .card-grid .card--background:hover {
    background-size: 140%;
  }
}
@media screen and (min-width: 64em) {
  .card-grid .card--background {
    width: calc(20% - 1rem);
    height: 166px;
    background-size: 145%;
  }
  .card-grid .card--background:hover {
    background-size: 155%;
  }
}
@media screen and (min-width: 75em) {
  .card-grid .card--background {
    height: 186px;
    background-size: 130%;
  }
  .card-grid .card--background:hover {
    background-size: 140%;
  }
}
.card-grid .card--background__title {
  overflow: hidden;
  height: 100%;
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 48em) {
  .card-grid .card--background__title {
    font-size: 1.25rem;
  }
}
.card-grid .card--background .card__body {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

h1 + .card,
h2 + .card,
h3 + .card,
.h1 + .card,
.h2 + .card,
.h3 + .card {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  h1 + .card,
h2 + .card,
h3 + .card,
.h1 + .card,
.h2 + .card,
.h3 + .card {
    margin-top: 1rem;
  }
}

h3 + .card-grid {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  h3 + .card-grid {
    margin-top: 1rem;
  }
}

.card--primary {
  background-color: #F77F00;
}
.card--search__category {
  padding: 1.1428571429rem 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .card--search__category {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 48em) {
  .card--search__category:hover {
    background: #F77F00;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 48em) {
  .card--search__current {
    background-color: #E0E0E1;
  }
}
.card--search__current p:first-child {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .card--search__current p:first-child {
    font-weight: normal;
  }
}
.card--search__icon {
  color: #F77F00;
}

a.card--background:hover::before {
  background-color: rgba(17, 17, 17, 0.8);
}

.table {
  width: 100%;
  border-color: #E0E0E1;
  color: inherit;
  line-height: inherit;
  text-align: left;
}
.table th,
.table td {
  padding: 0.6875rem 0.25rem;
}
.table th {
  border-bottom: 1px solid #E0E0E1;
  font-weight: 600;
}
.table td {
  border-top: 1px solid #E0E0E1;
}
.table tbody tr:hover td {
  background-color: #E0E0E1;
}

.subtitle {
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .subtitle {
    font-size: 1rem;
  }
}

.title-bg {
  padding: 0.275rem 0 0.21875rem;
}
@media screen and (min-width: 48em) {
  .title-bg {
    padding: 0;
  }
}
.title-bg--box {
  margin: 0;
  font-size: 1.5rem;
}
@media screen and (min-width: 48em) {
  .title-bg--box {
    font-size: 2.675rem;
  }
}
.title-bg--sub {
  margin: 0.3125rem 0 0;
  font-size: 1.25rem;
}
@media screen and (min-width: 48em) {
  .title-bg--sub {
    margin: 0.625rem 0 0;
    font-size: 1.95rem;
  }
}
.title-bg--description {
  margin: 0;
  font-size: 1.0625rem;
}
.title-bg--description .title-bg__content {
  padding: 0.25rem 0.59375rem;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}
.title-bg__content {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
  text-transform: uppercase;
  display: inline;
  color: #FFFFFF;
  line-height: 1.1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0.1875rem 0.59375rem 0.25rem;
  background-color: #111111;
  letter-spacing: 0;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 48em) {
  .title-bg__content {
    padding: 0 0.59375rem;
  }
}

.btn {
  min-width: 100%;
  font-size: 1.1428571429rem;
  padding: 0.6428571429rem 1.1428571429rem 0.5rem;
  min-height: 2.8571428571rem;
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  border: 0;
  color: #111111;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-stretch: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition-property: transform, background-color;
  transition-duration: 0.09s;
  transition-timing-function: ease-in-out, ease-out;
  touch-action: manipulation;
  vertical-align: top;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 48em) {
  .btn {
    min-width: 16rem;
  }
}
@media screen and (min-width: 48em) {
  .btn {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .btn {
    padding: 0.5625rem 1rem 0.4375rem;
  }
}
@media screen and (min-width: 48em) {
  .btn {
    min-height: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .btn {
    transition-duration: 0.12s;
  }
}
.btn::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  content: "";
  box-shadow: 0 4px 0 0;
  transition-property: box-shadow, color;
  transition-duration: inherit;
  transition-timing-function: inherit;
}
.btn:active, .btn:focus {
  outline: none;
}
@media (hover: hover) {
  .btn:not(.-link):not(.btn--link):not(.btn--icon):not(.-loading):not(.-loaded):active {
    transform: translateY(4px);
  }
  .btn:not(.-link):not(.btn--link):not(.btn--icon):not(.-loading):not(.-loaded):active::after {
    box-shadow: 0 0 0 0;
  }
}
@media (hover: none) {
  .btn:not(.-link):not(.btn--link):not(.btn--icon):not(.-loading):not(.-loaded):hover {
    transform: translateY(4px);
  }
  .btn:not(.-link):not(.btn--link):not(.btn--icon):not(.-loading):not(.-loaded):hover::after {
    box-shadow: 0 0 0 0;
  }
}
.btn--icon {
  min-width: 3.1428571429rem;
  min-height: 3.1428571429rem;
  width: 3.1428571429rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 0;
  background: transparent;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .btn--icon {
    min-width: 2.75rem;
  }
}
@media screen and (min-width: 48em) {
  .btn--icon {
    min-height: 2.75rem;
  }
}
@media screen and (min-width: 48em) {
  .btn--icon {
    width: 2.75rem;
  }
}
.btn--icon::after {
  display: none;
}
.btn--loader .btn__loader-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  padding: inherit;
  transition-property: transform, background-color, min-height, margin-bottom;
  transition-timing-function: ease-in-out, ease-out, linear, linear;
}
.btn--loader .btn__loading {
  padding: inherit;
}
.btn--loader .btn__loading, .btn--loader .btn__loaded {
  display: none;
  transition: 0.4s transform;
}
.btn--loader .btn__icon {
  font-size: 1.7142857143rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .btn--loader .btn__icon {
    font-size: 1.5rem;
  }
}
.btn--loader .btn__loaded {
  transform: translateX(-100%);
}
.btn--loader.-loading, .btn--loader.-loaded {
  min-height: 3.1428571429rem;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .btn--loader.-loading, .btn--loader.-loaded {
    min-height: 2.75rem;
  }
}
.btn--loader.-loading::after, .btn--loader.-loaded::after {
  height: 0;
}
.btn--loader.-loading .btn__text, .btn--loader.-loaded .btn__text {
  display: none;
}
.btn--loader.-loading .btn__loading, .btn--loader.-loading .btn__loaded, .btn--loader.-loaded .btn__loading, .btn--loader.-loaded .btn__loaded {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn--loader.-loading {
  cursor: progress;
}
.btn--loader.-loading .btn__loading {
  opacity: 1;
  transform: translateX(0);
  transition: 0.4s transform, opacity;
}
.btn--loader.-loading .btn__loading::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex;
  width: 0;
  height: 4px;
  content: "";
  background-color: #FFFFFF;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: _btn-loading-state-1;
          animation-name: _btn-loading-state-1;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: forwards;
          animation-direction: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.btn--loader.-loaded {
  cursor: default;
}
.btn--loader.-loaded .btn__loading {
  transform: translateX(100%);
  pointer-events: none;
}
.btn--loader.-loaded .btn__loaded {
  transform: translateX(0);
}
.btn--primary, .btn.-primary {
  background-color: #F77F00;
}
.btn--primary, .btn--primary:hover, .btn.-primary, .btn.-primary:hover {
  color: #FFFFFF;
}
.btn--primary::after, .btn.-primary::after {
  color: #AA5900;
}
.btn--primary:hover, .btn--primary.-loading, .btn--primary.-loaded, .btn.-primary:hover, .btn.-primary.-loading, .btn.-primary.-loaded {
  background-color: #FF9A2E;
}
.btn--primary:hover::after, .btn--primary.-loading::after, .btn--primary.-loaded::after, .btn.-primary:hover::after, .btn.-primary.-loading::after, .btn.-primary.-loaded::after {
  color: #AA5900;
}

.btn--secondary, .btn.-secondary {
  background-color: #111111;
}
.btn--secondary, .btn--secondary:hover, .btn.-secondary, .btn.-secondary:hover {
  color: #FFFFFF;
}
.btn--secondary::after, .btn.-secondary::after {
  color: #B2B2B2;
}
.btn--secondary:hover, .btn--secondary.-loading, .btn--secondary.-loaded, .btn.-secondary:hover, .btn.-secondary.-loading, .btn.-secondary.-loaded {
  background-color: #4C4C4C;
}
.btn--secondary:hover::after, .btn--secondary.-loading::after, .btn--secondary.-loaded::after, .btn.-secondary:hover::after, .btn.-secondary.-loading::after, .btn.-secondary.-loaded::after {
  color: #999999;
}
.btn--secondary.-inverted, .btn--secondary.btn--outline, .btn.-secondary.-inverted, .btn.-secondary.btn--outline {
  background-color: #FFFFFF;
}
.btn--secondary.-inverted, .btn--secondary.-inverted:hover, .btn--secondary.btn--outline, .btn--secondary.btn--outline:hover, .btn.-secondary.-inverted, .btn.-secondary.-inverted:hover, .btn.-secondary.btn--outline, .btn.-secondary.btn--outline:hover {
  color: #111111;
}
.btn--secondary.-inverted::after, .btn--secondary.btn--outline::after, .btn.-secondary.-inverted::after, .btn.-secondary.btn--outline::after {
  color: #B2B2B2;
}
.btn--secondary.-inverted:hover, .btn--secondary.-inverted.-loading, .btn--secondary.-inverted.-loaded, .btn--secondary.btn--outline:hover, .btn--secondary.btn--outline.-loading, .btn--secondary.btn--outline.-loaded, .btn.-secondary.-inverted:hover, .btn.-secondary.-inverted.-loading, .btn.-secondary.-inverted.-loaded, .btn.-secondary.btn--outline:hover, .btn.-secondary.btn--outline.-loading, .btn.-secondary.btn--outline.-loaded {
  background-color: #E8E8E8;
}
.btn--secondary.-inverted:hover::after, .btn--secondary.-inverted.-loading::after, .btn--secondary.-inverted.-loaded::after, .btn--secondary.btn--outline:hover::after, .btn--secondary.btn--outline.-loading::after, .btn--secondary.btn--outline.-loaded::after, .btn.-secondary.-inverted:hover::after, .btn.-secondary.-inverted.-loading::after, .btn.-secondary.-inverted.-loaded::after, .btn.-secondary.btn--outline:hover::after, .btn.-secondary.btn--outline.-loading::after, .btn.-secondary.btn--outline.-loaded::after {
  color: #808080;
}
.btn--tertiary, .btn.-tertiary {
  padding: 0.6428571429rem 1.1428571429rem;
  min-height: 3.1428571429rem;
  border: 1px solid #808080;
  background-color: transparent;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .btn--tertiary, .btn.-tertiary {
    padding: 0.5625rem 1rem;
  }
}
@media screen and (min-width: 48em) {
  .btn--tertiary, .btn.-tertiary {
    min-height: 2.75rem;
  }
}
.btn--tertiary, .btn--tertiary:hover, .btn.-tertiary, .btn.-tertiary:hover {
  color: #808080;
}
.btn--tertiary::after, .btn.-tertiary::after {
  box-shadow: 0 0 0 0;
}
.btn--tertiary:hover, .btn--tertiary.-loading, .btn--tertiary.-loaded, .btn.-tertiary:hover, .btn.-tertiary.-loading, .btn.-tertiary.-loaded {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn--tertiary.-inverted, .btn--tertiary.btn--outline, .btn.-tertiary.-inverted, .btn.-tertiary.btn--outline {
  border: 1px solid #D3D3D3;
  background-color: transparent;
}
.btn--tertiary.-inverted, .btn--tertiary.-inverted:hover, .btn--tertiary.btn--outline, .btn--tertiary.btn--outline:hover, .btn.-tertiary.-inverted, .btn.-tertiary.-inverted:hover, .btn.-tertiary.btn--outline, .btn.-tertiary.btn--outline:hover {
  color: #D3D3D3;
}
.btn--tertiary.-inverted::after, .btn--tertiary.btn--outline::after, .btn.-tertiary.-inverted::after, .btn.-tertiary.btn--outline::after {
  box-shadow: 0 0 0 0;
}
.btn--tertiary.-inverted:hover, .btn--tertiary.-inverted.-loading, .btn--tertiary.-inverted.-loaded, .btn--tertiary.btn--outline:hover, .btn--tertiary.btn--outline.-loading, .btn--tertiary.btn--outline.-loaded, .btn.-tertiary.-inverted:hover, .btn.-tertiary.-inverted.-loading, .btn.-tertiary.-inverted.-loaded, .btn.-tertiary.btn--outline:hover, .btn.-tertiary.btn--outline.-loading, .btn.-tertiary.btn--outline.-loaded {
  background-color: rgba(255, 255, 255, 0.2);
}
.btn--disabled, .btn.-inactive, .btn:disabled {
  padding: 0.6428571429rem 1.1428571429rem;
  min-height: 3.1428571429rem;
  border: 0;
  background-color: #E8E8E8;
  color: #B2B2B2;
  margin-bottom: 0;
  pointer-events: none;
}
@media screen and (min-width: 48em) {
  .btn--disabled, .btn.-inactive, .btn:disabled {
    padding: 0.5625rem 1rem;
  }
}
@media screen and (min-width: 48em) {
  .btn--disabled, .btn.-inactive, .btn:disabled {
    min-height: 2.75rem;
  }
}
.btn--disabled, .btn--disabled:hover, .btn.-inactive, .btn.-inactive:hover, .btn:disabled, .btn:disabled:hover {
  color: #B2B2B2;
}
.btn--disabled::after, .btn.-inactive::after, .btn:disabled::after {
  color: transparent;
}
.btn--disabled.-inverted, .btn--disabled.btn--outline, .btn.-inactive.-inverted, .btn.-inactive.btn--outline, .btn:disabled.-inverted, .btn:disabled.btn--outline {
  border: 0;
  background-color: #434343;
  color: #808080;
}
.btn--disabled.-inverted, .btn--disabled.-inverted:hover, .btn--disabled.btn--outline, .btn--disabled.btn--outline:hover, .btn.-inactive.-inverted, .btn.-inactive.-inverted:hover, .btn.-inactive.btn--outline, .btn.-inactive.btn--outline:hover, .btn:disabled.-inverted, .btn:disabled.-inverted:hover, .btn:disabled.btn--outline, .btn:disabled.btn--outline:hover {
  color: #808080;
}
.btn--disabled.-inverted::after, .btn--disabled.btn--outline::after, .btn.-inactive.-inverted::after, .btn.-inactive.btn--outline::after, .btn:disabled.-inverted::after, .btn:disabled.btn--outline::after {
  color: transparent;
}
.btn--wide, .btn.-wide {
  min-width: 100%;
}
.btn--link, .btn.-link {
  padding: 0;
  margin: 0;
  min-width: 0;
  min-height: 0;
  background-color: transparent;
  font-size: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-transform: none;
  transition: none;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}
@media screen and (min-width: 48em) {
  .btn--link, .btn.-link {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .btn--link, .btn.-link {
    margin: 0;
  }
}
.btn--link::after, .btn.-link::after {
  box-shadow: none;
}
.btn--link:hover, .btn.-link:hover {
  color: #565656;
  transform: translateY(0);
}
.btn--link.-inverted, .btn--link.btn--outline, .btn.-link.-inverted, .btn.-link.btn--outline {
  color: #FFFFFF;
}
.btn--dash {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn--dash hr {
  border-top: 1px solid #E0E0E1;
  flex: 1 1 0;
}
.btn--dash .btn {
  min-width: 18.2857142857rem;
}
@media screen and (min-width: 48em) {
  .btn--dash .btn {
    min-width: 16rem;
  }
}
.btn--dash .btn:hover {
  transform: translateY(0);
}
.btn--dash .btn.-inverted, .btn--dash .btn--outline {
  border: 1px solid #808080;
  background-color: transparent;
}
.btn--dash .btn.-inverted, .btn--dash .btn.-inverted:hover, .btn--dash .btn--outline, .btn--dash .btn--outline:hover {
  color: #808080;
}
.btn--dash .btn.-inverted::after, .btn--dash .btn--outline::after {
  box-shadow: 0 0 0 0;
}
.btn--dash .btn.-inverted:hover, .btn--dash .btn.-inverted.-loading, .btn--dash .btn.-inverted.-loaded, .btn--dash .btn--outline:hover, .btn--dash .btn--outline.-loading, .btn--dash .btn--outline.-loaded {
  background-color: rgba(0, 0, 0, 0.2);
}
.btn + .btn {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .btn + .btn {
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  .btn + .btn:not(.-wide):not(.btn--wide):not(.-link):not(.btn--link):not(.btn--icon) {
    margin-left: 1rem;
  }
}

p + .btn.-wide,
p + .btn--wide,
ol + .btn.-wide,
ol + .btn--wide,
ul + .btn.-wide,
ul + .btn--wide,
dl + .btn.-wide,
dl + .btn--wide,
.btn + .btn.-wide,
.btn + .btn--wide {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  p + .btn.-wide,
p + .btn--wide,
ol + .btn.-wide,
ol + .btn--wide,
ul + .btn.-wide,
ul + .btn--wide,
dl + .btn.-wide,
dl + .btn--wide,
.btn + .btn.-wide,
.btn + .btn--wide {
    margin-top: 1rem;
  }
}

.input--with-arrow .input__select + .nyc-icon, .input--date::before, .input--select::before, .input--success:not(.input--boolean)::after, .input--error:not(.input--boolean)::after, .input--warning:not(.input--boolean)::after {
  top: 1.7857142857rem;
  padding: 0 0.8571428571rem;
  position: absolute;
  right: 0;
  margin-top: 1px;
  margin-bottom: 1px;
  color: #B2B2B2;
}
@media screen and (min-width: 48em) {
  .input--with-arrow .input__select + .nyc-icon, .input--date::before, .input--select::before, .input--success:not(.input--boolean)::after, .input--error:not(.input--boolean)::after, .input--warning:not(.input--boolean)::after {
    top: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .input--with-arrow .input__select + .nyc-icon, .input--date::before, .input--select::before, .input--success:not(.input--boolean)::after, .input--error:not(.input--boolean)::after, .input--warning:not(.input--boolean)::after {
    padding: 0 0.75rem;
  }
}

.input {
  position: relative;
  display: flex;
  border-color: #C3C3C3;
  line-height: 1.5;
}
@media screen and (min-width: 48em) {
  .input:not(.input--boolean) {
    max-width: 30rem;
  }
}
.input:not(.input__row) {
  flex-flow: row wrap;
  justify-content: flex-end;
}
.input:not(.input--boolean)::after, .input__row:not(.input)::after, .input__row .input__col::after {
  transition: 0.25s cubic-bezier(0.5, 0, 0.1, 1);
  top: 1.7857142857rem;
  font-size: 1.4285714286rem;
  position: absolute;
  right: auto;
  margin-top: 1px;
  margin-bottom: 1px;
  opacity: 0;
  color: #41D54A;
  line-height: 2.1em;
  pointer-events: none;
}
@media screen and (min-width: 48em) {
  .input:not(.input--boolean)::after, .input__row:not(.input)::after, .input__row .input__col::after {
    top: 1.75rem;
  }
}
@media screen and (min-width: 48em) {
  .input:not(.input--boolean)::after, .input__row:not(.input)::after, .input__row .input__col::after {
    font-size: 1.25rem;
  }
}
.input + .input {
  margin-top: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .input + .input {
    margin-top: 1.5rem;
  }
}
.input__add-row {
  margin-top: 0.2857142857rem;
  font-weight: 700;
  align-self: flex-end;
}
@media screen and (min-width: 48em) {
  .input__add-row {
    margin-top: 0.25rem;
  }
}
.input__label,
.input label {
  margin-bottom: 0.2857142857rem;
  display: inline-flex;
  color: #111111;
  font-weight: 700;
  flex-basis: 100%;
}
@media screen and (min-width: 48em) {
  .input__label,
.input label {
    margin-bottom: 0.25rem;
  }
}
.input abbr, .input__required {
  margin-left: 0.2857142857rem;
  border-bottom: 0;
  color: #FF441A;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .input abbr, .input__required {
    margin-left: 0.25rem;
  }
}
.input__row, .input__col {
  position: relative;
  display: flex;
  flex-basis: 100%;
}
.input__row .input--select + .input--select,
.input__row .input__control + .input__control,
.input__row .input__col + .input__col, .input__col .input--select + .input--select,
.input__col .input__control + .input__control,
.input__col .input__col + .input__col {
  margin-left: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .input__row .input--select + .input--select,
.input__row .input__control + .input__control,
.input__row .input__col + .input__col, .input__col .input--select + .input--select,
.input__col .input__control + .input__control,
.input__col .input__col + .input__col {
    margin-left: 0.5rem;
  }
}
.input__row + .input__row, .input__col + .input__row {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .input__row + .input__row, .input__col + .input__row {
    margin-top: 0.5rem;
  }
}
.input__row .input + .input, .input__col .input + .input {
  margin-top: 0;
}
.input__validation {
  margin-top: 0.2857142857rem;
  font-size: 1rem;
  transition: 0.25s cubic-bezier(0.5, 0, 0.1, 1);
  opacity: 0;
  line-height: 0;
  flex-basis: 100%;
}
@media screen and (min-width: 48em) {
  .input__validation {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 48em) {
  .input__validation {
    font-size: 0.875rem;
  }
}
.input__validation:empty {
  margin-top: 0;
}
.input__subtext {
  margin-bottom: 0.2857142857rem;
  color: #B2B2B2;
}
@media screen and (min-width: 48em) {
  .input__subtext {
    margin-bottom: 0.25rem;
  }
}
.input__subtext--tip {
  color: #007D88;
}
.input--success .input__control,
.input--success .input__textarea,
.input--success .input__select, .input--error .input__control,
.input--error .input__textarea,
.input--error .input__select, .input--warning .input__control,
.input--warning .input__textarea,
.input--warning .input__select {
  padding-left: 3.1428571429rem;
  transition: padding-left 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
@media screen and (min-width: 48em) {
  .input--success .input__control,
.input--success .input__textarea,
.input--success .input__select, .input--error .input__control,
.input--error .input__textarea,
.input--error .input__select, .input--warning .input__control,
.input--warning .input__textarea,
.input--warning .input__select {
    padding-left: 2.75rem;
  }
}
.input--success .input__validation, .input--error .input__validation, .input--warning .input__validation {
  opacity: 1;
  line-height: 1.5;
}
.input--success .input__row .input__control:not(:first-of-type),
.input--success .input__row .input__textarea:not(:first-of-type),
.input--success .input__row .input__select:not(:first-of-type), .input--error .input__row .input__control:not(:first-of-type),
.input--error .input__row .input__textarea:not(:first-of-type),
.input--error .input__row .input__select:not(:first-of-type), .input--warning .input__row .input__control:not(:first-of-type),
.input--warning .input__row .input__textarea:not(:first-of-type),
.input--warning .input__row .input__select:not(:first-of-type) {
  padding-left: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .input--success .input__row .input__control:not(:first-of-type),
.input--success .input__row .input__textarea:not(:first-of-type),
.input--success .input__row .input__select:not(:first-of-type), .input--error .input__row .input__control:not(:first-of-type),
.input--error .input__row .input__textarea:not(:first-of-type),
.input--error .input__row .input__select:not(:first-of-type), .input--warning .input__row .input__control:not(:first-of-type),
.input--warning .input__row .input__textarea:not(:first-of-type),
.input--warning .input__row .input__select:not(:first-of-type) {
    padding-left: 1rem;
  }
}
.input--success .input__row .input--select::after, .input--error .input__row .input--select::after, .input--warning .input__row .input--select::after {
  top: 0;
}
.input--success:not(.input--boolean)::after, .input--error:not(.input--boolean)::after, .input--warning:not(.input--boolean)::after {
  -webkit-animation: animated-validation forwards 0.25s cubic-bezier(0.5, 0, 0.1, 1);
          animation: animated-validation forwards 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
.input--success:not(.input--boolean).input__row::after, .input--success:not(.input--boolean).row::after, .input--error:not(.input--boolean).input__row::after, .input--error:not(.input--boolean).row::after, .input--warning:not(.input--boolean).input__row::after, .input--warning:not(.input--boolean).row::after {
  top: 0;
}
.input--error .input__button::before,
.input--error .input__control,
.input--error .input__textarea,
.input--error .input__select {
  border-color: #FC3411;
}
.input--error:not(.input--boolean)::after,
.input--error .input__validation {
  color: #FC3411;
}
.input--success:not(.input--boolean)::after,
.input--success .input__validation {
  color: #41D54A;
}
.input--warning .input__button::before,
.input--warning .input__control,
.input--warning .input__textarea,
.input--warning .input__select {
  border-color: #F77F00;
}
.input--warning:not(.input--boolean)::after,
.input--warning .input__validation {
  color: #F77F00;
}
.input--date::before, .input--select::before {
  pointer-events: none;
}
.input--date.row, .input--date.input__row, .input--date:not(.input), .input--select.row, .input--select.input__row, .input--select:not(.input) {
  position: relative;
}
.input--date.row::before, .input--date.input__row::before, .input--date:not(.input)::before, .input--select.row::before, .input--select.input__row::before, .input--select:not(.input)::before {
  top: 0;
}
.input--date .input__select, .input--select .input__select {
  cursor: pointer;
}
.input--date .input__select::-ms-expand, .input--select .input__select::-ms-expand {
  display: none;
}
.input--date::before {
  font-size: 1.4285714286rem;
  line-height: 2.1em;
}
@media screen and (min-width: 48em) {
  .input--date::before {
    font-size: 1.25rem;
  }
}
.input--select {
  display: flex;
  flex-basis: 100%;
}
.input--select::before {
  font-size: 0.7857142857rem;
  line-height: 3.8181818182em;
}
@media screen and (min-width: 48em) {
  .input--select::before {
    font-size: 0.6875rem;
  }
}
.input__control, .input__textarea, .input__select {
  min-height: 3.1428571429rem;
  padding: 0 1.1428571429rem;
  width: 100%;
  min-width: 0;
  border: 1px solid #C3C3C3;
  border-radius: 0;
  outline: none;
  background-color: #FFFFFF;
  color: #111111;
  line-height: inherit;
  transition: border ease-in-out 0.12s, padding 0.25s cubic-bezier(0.5, 0, 0.1, 1);
}
@media screen and (min-width: 48em) {
  .input__control, .input__textarea, .input__select {
    min-height: 2.75rem;
  }
}
@media screen and (min-width: 48em) {
  .input__control, .input__textarea, .input__select {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 48em) {
  .input__control, .input__textarea, .input__select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.input__control::-webkit-input-placeholder, .input__textarea::-webkit-input-placeholder, .input__select::-webkit-input-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
  opacity: 1;
}
.input__control::-moz-placeholder, .input__textarea::-moz-placeholder, .input__select::-moz-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
  opacity: 1;
}
.input__control::-moz-placeholder, .input__textarea::-moz-placeholder, .input__select::-moz-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
  opacity: 1;
}
.input__control:-ms-input-placeholder, .input__textarea:-ms-input-placeholder, .input__select:-ms-input-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
}
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:disabled,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:disabled,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:disabled {
  background-color: #FAFAFA;
  cursor: not-allowed;
}
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:disabled:hover, .input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:disabled:focus, .input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:disabled:active,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:disabled:hover,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:disabled:focus,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:disabled:active,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:disabled:hover,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:disabled:focus,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:disabled:active {
  border-color: #C3C3C3;
}
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:hover,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:hover,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:hover {
  border-color: #B2B2B2;
}
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:focus, .input:not(.input--error):not(.input--warning):not(.-group-error) .input__control:active,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:focus,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea:active,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:focus,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select:active {
  border-color: #111111;
  outline: none;
}
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__control--disabled,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__textarea--disabled,
.input:not(.input--error):not(.input--warning):not(.-group-error) .input__select--disabled {
  border: 0;
  background-color: transparent;
  pointer-events: none;
}
.input__textarea {
  min-height: 7.1428571429rem;
  padding-top: 0.5714285714rem;
  padding-bottom: 0.5714285714rem;
  overflow: auto;
  white-space: normal;
}
@media screen and (min-width: 48em) {
  .input__textarea {
    min-height: 6.25rem;
  }
}
@media screen and (min-width: 48em) {
  .input__textarea {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .input__textarea {
    padding-bottom: 0.5rem;
  }
}
.input__switch {
  position: absolute;
  background-color: #FFFFFF;
  opacity: 0;
}
.input__switch-label {
  margin-right: 0.5714285714rem;
  font-weight: 400;
  line-height: 1.5;
  cursor: pointer;
  vertical-align: super;
}
@media screen and (min-width: 48em) {
  .input__switch-label {
    margin-right: 0.5rem;
  }
}
.input__switch-btn {
  width: 2.8571428571rem;
  height: 1.4285714286rem;
  position: relative;
  display: inline-block;
  cursor: pointer;
  flex: 0 1 auto;
}
@media screen and (min-width: 48em) {
  .input__switch-btn {
    width: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .input__switch-btn {
    height: 1.25rem;
  }
}
.input__switch-btn + .input__switch-label {
  margin-left: 0.5714285714rem;
  margin-right: 0;
}
@media screen and (min-width: 48em) {
  .input__switch-btn + .input__switch-label {
    margin-left: 0.5rem;
  }
}
.input__switch-btn::after, .input__switch-btn::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
.input__switch-btn::before {
  width: 2.8571428571rem;
  border-radius: 0.7142857143rem;
  top: 20%;
  height: 75%;
  background: #E0E0E1;
}
@media screen and (min-width: 48em) {
  .input__switch-btn::before {
    width: 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .input__switch-btn::before {
    border-radius: 0.625rem;
  }
}
.input__switch-btn::after {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  top: -1px;
  left: 0;
  border: 0;
  border-radius: 100%;
  background: #FFFFFF;
  transition: left 0.3s;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24), 0 0 1px 0 rgba(0, 0, 0, 0.12);
}
@media screen and (min-width: 48em) {
  .input__switch-btn::after {
    width: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .input__switch-btn::after {
    height: 1.5rem;
  }
}
.input__switch-btn--square::before, .input__switch-btn--square::after {
  border-radius: 0;
}
.input__switch:checked + .input__switch-btn::before {
  background: #00DF5B;
}
.input__switch:checked + .input__switch-btn::after {
  left: 1.2142857143rem;
}
@media screen and (min-width: 48em) {
  .input__switch:checked + .input__switch-btn::after {
    left: 1.0625rem;
  }
}
.input__date {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input__datepicker-date {
  padding: 0.7142857143rem 0 0.7142857143rem 0.7142857143rem;
  min-width: calc(100% / 2 - 10px);
  border: solid 1px #C3C3C3;
  background-color: #FFFFFF;
  color: #717171;
}
@media screen and (min-width: 48em) {
  .input__datepicker-date {
    padding: 0.625rem 0 0.625rem 0.625rem;
  }
}
.input__datepicker-date:focus {
  outline: none;
}
.input__file {
  margin-bottom: 1.4285714286rem;
  padding: 0.7142857143rem 1.7857142857rem 0.7142857143rem 0;
  display: inline-block;
  border-bottom: 1px solid #111111;
  color: #E0E0E1;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .input__file {
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .input__file {
    padding: 0.625rem 1.5625rem 0.625rem 0;
  }
}
.input__file:hover {
  color: #565656;
}
.input__file:focus {
  outline: none;
}
.input__file-file {
  display: none;
}
.input__search {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .input__search {
    font-size: 0.875rem;
  }
}
.input__search + .btn--icon {
  font-size: 1.4285714286rem;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #111111;
}
@media screen and (min-width: 48em) {
  .input__search + .btn--icon {
    font-size: 1.25rem;
  }
}
.input--with-arrow .input__select {
  padding-right: 1.1428571429rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .input--with-arrow .input__select {
    padding-right: 1.75rem;
  }
}
.input--with-arrow .input__select::-ms-expand {
  display: none;
}
.input--with-arrow .input__select + .nyc-icon {
  line-height: 3.8181818182em;
  pointer-events: none;
}
.input--with-arrow .input__select + .nyc-icon::before {
  line-height: inherit;
}
.input--with-arrow .input__select:first-child + .nyc-icon {
  top: 0;
  background: linear-gradient(to left, #FFFFFF 75%, rgba(255, 255, 255, 0) 100%) no-repeat;
  background-size: 88% 95%;
}
.input.-group-error .input__validation {
  opacity: 1;
  line-height: 1.5;
}
.input.-group-error .input__col::after {
  top: 0;
}
.input.-group-error .input:not(.input--boolean)::after,
.input.-group-error .input__validation {
  color: #FC3411;
}

h1 + .input,
h2 + .input,
h3 + .input,
h4 + .input,
h5 + .input,
h6 + .input,
p + .input,
ol + .input,
ul + .input,
dl + .input {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  h1 + .input,
h2 + .input,
h3 + .input,
h4 + .input,
h5 + .input,
h6 + .input,
p + .input,
ol + .input,
ul + .input,
dl + .input {
    margin-top: 1rem;
  }
}

.input--boolean .boolean--disabled {
  color: #B2B2B2;
  cursor: not-allowed;
}
.input__boolean-wrapper {
  margin-top: -1.4285714286rem;
  font-size: 0;
  flex-basis: 100%;
}
@media screen and (min-width: 48em) {
  .input__boolean-wrapper {
    margin-top: -1.25rem;
  }
}
.input__boolean-wrapper .input__row + .input__row {
  margin-top: 0;
}
.input__boolean-wrapper label {
  line-height: 1.8571428571rem;
  margin-top: 1.1428571429rem;
  margin-right: 1.7142857143rem;
  font-size: 1.1428571429rem;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .input__boolean-wrapper label {
    line-height: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .input__boolean-wrapper label {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .input__boolean-wrapper label {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 48em) {
  .input__boolean-wrapper label {
    font-size: 1rem;
  }
}
.input__boolean-wrapper > div:not(.input__row) {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .input__boolean-wrapper > div:not(.input__row) {
    display: inline;
    width: auto;
  }
}
@media screen and (min-width: 48em) {
  .input--fixed-boolean .input__boolean-wrapper label {
    width: calc(50% - 5.625rem);
  }
}
@media screen and (min-width: 64em) {
  .input--fixed-boolean .input__boolean-wrapper label {
    width: calc(33.3333333333% - 5.625rem);
  }
}
.input--flexible-boolean .input__boolean-wrapper > div:not(.input__row) {
  display: inline-block;
}
.input--wide-boolean .input__row {
  align-items: top;
}
.input--wide-boolean .input__boolean-wrapper {
  margin-top: 0;
}
.input--wide-boolean label {
  display: block;
  width: auto;
  margin-top: 0;
  margin-right: 0;
}
.input--wide-boolean + .input--wide-boolean {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .input--wide-boolean + .input--wide-boolean {
    margin-top: 1rem;
  }
}
.input--wide-boolean .input__button {
  margin-top: 0;
}
.input__button {
  margin-top: 1.1428571429rem;
  width: 3rem;
  height: 1.4285714286rem;
  position: relative;
  left: -9999px;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (min-width: 48em) {
  .input__button {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button {
    width: 2.625rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button {
    height: 1.25rem;
  }
}
.input__button + label {
  position: relative;
}
.input__button + label::before, .input__button + label::after {
  position: absolute;
  display: block;
  content: "";
  background-color: #FFFFFF;
}
.input__button + label::before {
  width: 1.8571428571rem;
  height: 1.8571428571rem;
  left: -2.8571428571rem;
  border: 1px solid #C3C3C3;
  border-radius: 100%;
}
@media screen and (min-width: 48em) {
  .input__button + label::before {
    width: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button + label::before {
    height: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button + label::before {
    left: -2.5rem;
  }
}
.input__button + label::after {
  top: 0.2857142857rem;
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  left: -2.5714285714rem;
  border-radius: 100%;
  transform: scale(0) translate3d(0, 0, 0);
  transition: transform 0.09s ease;
}
@media screen and (min-width: 48em) {
  .input__button + label::after {
    top: 0.25rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button + label::after {
    width: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button + label::after {
    height: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .input__button + label::after {
    left: -2.25rem;
  }
}
@media screen and (min-width: 64em) {
  .input__button + label::after {
    transition-duration: 0.12s;
  }
}
.input__button:checked + label::after {
  transform: scale(1) translate3d(0, 0, 0);
}
.input--square .input__button + label::before, .input--square .input__button + label::after {
  border-radius: 0;
}

.input__button:checked + label::before {
  border-color: #F77F00;
}
.input__button:checked + label::after {
  background-color: #F77F00;
}
.input__button:active + label::before, .input__button:focus + label::before {
  border-color: #783d00;
}

.input__button:checked::before {
  border-color: #F77F00;
}
.input__button:checked::after {
  background-color: #F77F00;
}
.input__button:active::before, .input__button:focus::before {
  border-color: #783d00;
}

.favorite-button {
  width: 3.5714285714rem;
  display: flex;
  border: 0;
  background-color: transparent;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .favorite-button {
    width: 3.125rem;
  }
}

.favorite-icon {
  padding: 0;
  border: 0;
  transition: color 0.12s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  .favorite-icon:hover {
    color: #565656;
  }
  .favorite-icon:focus {
    opacity: 1;
  }
}
.favorite-icon::before {
  font-size: 1.5714285714rem;
}
@media screen and (min-width: 48em) {
  .favorite-icon::before {
    font-size: 1.375rem;
  }
}
.notifications-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1011;
  width: 100%;
  padding: 0.3125rem;
  text-align: center;
  pointer-events: none;
}
@media screen and (min-width: 30em) {
  .notifications-wrapper {
    padding: 0;
  }
}

.notification {
  position: relative;
  width: 100%;
  margin: 0 auto 1.875rem;
  padding: 0.625rem 3.125rem 0.625rem 3.75rem;
  border-radius: 2px;
  background: #FFFFFF;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8rem;
  text-align: left;
  transform: translateY(200%);
  transition: transform 0.4s, opacity 0.4s;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  pointer-events: all;
}
@media screen and (min-width: 30em) {
  .notification {
    display: flex;
    width: 470px;
    min-height: 65px;
    align-items: center;
  }
}
.notification::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 100%;
  content: "";
  background-color: #111111;
}
.notification::after {
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 3;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.notification-visible {
  opacity: 1;
  transform: translateY(0);
}
.notification-hidden {
  opacity: 0;
  transform: translateY(200%);
}
.notification-success::before {
  background-color: #41D54A;
}
.notification-error::before {
  background-color: #FC3411;
}
.notification-warning::before {
  background-color: #F77F00;
}
.notification-info::before {
  background-color: #E0E0E1;
}
.notification-brand::before {
  background-color: #F77F00;
}
.notification-message {
  z-index: 1;
  overflow: hidden;
  padding: 1em 0;
  color: #111111;
  font-size: 0.8rem;
}
@media screen and (min-width: 30em) {
  .notification-message {
    padding: 0;
  }
}
.notification-dismiss {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 50px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
  list-style-type: none;
  text-align: center;
}
.notification-dismiss::after {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #B2B2B2;
  font-size: 15px;
  transform: translate(-50%, -50%);
}

.tooltip {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem;
  border-radius: 2px;
  background: #FFFFFF;
  opacity: 1;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.8rem;
  text-align: left;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .tooltip::before {
    position: absolute;
    top: 40px;
    right: 100%;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: solid transparent;
    border-width: 5px;
    border-color: rgba(255, 225, 255, 0);
    border-right-color: #F77F00;
    content: " ";
    pointer-events: none;
  }
}
.tooltip--success.tooltip::before {
  border-right-color: #41D54A;
}
.tooltip--success .tooltip__message::before {
  background-color: #41D54A;
}
.tooltip--error.tooltip::before {
  border-right-color: #FC3411;
}
.tooltip--error .tooltip__message::before {
  background-color: #FC3411;
}
.tooltip--warning.tooltip::before {
  border-right-color: #F77F00;
}
.tooltip--warning .tooltip__message::before {
  background-color: #F77F00;
}
.tooltip--info.tooltip::before {
  border-right-color: #E0E0E1;
}
.tooltip--info .tooltip__message::before {
  background-color: #E0E0E1;
}
.tooltip--brand.tooltip::before {
  border-right-color: #F77F00;
}
.tooltip--brand .tooltip__message::before {
  background-color: #F77F00;
}
.tooltip__message {
  margin: 0;
  padding: 1rem 2.5rem 1rem 3.75rem;
  color: #111111;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.64;
  text-align: left;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.tooltip__message::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 50px;
  height: 100%;
  content: "";
  background-color: #F77F00;
}
.tooltip__message::after {
  position: absolute;
  top: 1.5rem;
  left: 15px;
  z-index: 3;
  color: #FFFFFF;
  font-size: 1.25rem;
  text-align: center;
  transform: translateY(-50%);
}
.tooltip__title {
  display: inline;
  color: #FFFFFF;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.tooltip__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 40px;
  height: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 0;
  list-style-type: none;
  text-align: center;
}
.tooltip__dismiss::after {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  color: #111111;
  font-size: 0.9375rem;
  transform: translate(-50%, -50%);
}
.tooltip__dismiss:hover::after {
  color: #B2B2B2;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}
.tooltip-inner {
  max-width: 17.8571428571rem;
  padding: 0.8571428571rem;
  border-radius: 0;
  background-color: #111111;
  color: #FFFFFF;
  text-align: left;
  text-align: start;
}
@media screen and (min-width: 48em) {
  .tooltip-inner {
    max-width: 15.625rem;
  }
}
@media screen and (min-width: 48em) {
  .tooltip-inner {
    padding: 0.75rem;
  }
}

.hover-tooltip {
  font-size: 1rem;
  position: absolute;
  z-index: 1070;
  display: block;
  white-space: normal;
  opacity: 0;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
  line-break: auto;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  filter: alpha(opacity=0);
}
@media screen and (min-width: 48em) {
  .hover-tooltip {
    font-size: 0.875rem;
  }
}
.hover-tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hover-tooltip.top {
  margin-bottom: 0.2142857143rem;
  padding: 0.3571428571rem 0;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top {
    margin-bottom: 0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top {
    padding: 0.3125rem 0;
  }
}
.hover-tooltip.top .tooltip-arrow {
  bottom: -0.2142857143rem;
  margin-left: -0.8571428571rem;
  border-width: 0.8571428571rem 0.8571428571rem 0;
  left: 50%;
  border-top-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top .tooltip-arrow {
    bottom: -0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top .tooltip-arrow {
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top .tooltip-arrow {
    border-width: 0.75rem 0.75rem 0;
  }
}
.hover-tooltip.top-left .tooltip-arrow {
  right: 0.1428571429rem;
  bottom: -1.4285714286rem;
  margin-bottom: 0.8571428571rem;
  border-width: 0.8571428571rem 0.8571428571rem 0;
  border-top-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-left .tooltip-arrow {
    right: 0.125rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-left .tooltip-arrow {
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-left .tooltip-arrow {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-left .tooltip-arrow {
    border-width: 0.75rem 0.75rem 0;
  }
}
.hover-tooltip.top-right .tooltip-arrow {
  bottom: -1.4285714286rem;
  left: 0.3571428571rem;
  margin-bottom: 0.8571428571rem;
  border-width: 0.8571428571rem 0.8571428571rem 0;
  border-top-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-right .tooltip-arrow {
    bottom: -1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-right .tooltip-arrow {
    left: 0.3125rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-right .tooltip-arrow {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.top-right .tooltip-arrow {
    border-width: 0.75rem 0.75rem 0;
  }
}
.hover-tooltip.right {
  margin-left: 0.2142857143rem;
  padding: 0 0.3571428571rem;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.right {
    margin-left: 0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.right {
    padding: 0 0.3125rem;
  }
}
.hover-tooltip.right .tooltip-arrow {
  left: -0.2142857143rem;
  margin-top: -0.8571428571rem;
  border-width: 0.8571428571rem 0.8571428571rem 0.8571428571rem 0;
  top: 50%;
  border-right-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.right .tooltip-arrow {
    left: -0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.right .tooltip-arrow {
    margin-top: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.right .tooltip-arrow {
    border-width: 0.75rem 0.75rem 0.75rem 0;
  }
}
.hover-tooltip.bottom {
  margin-top: 0.2142857143rem;
  padding: 0.3571428571rem 0;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom {
    margin-top: 0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom {
    padding: 0.3125rem 0;
  }
}
.hover-tooltip.bottom .tooltip-arrow {
  top: -0.2142857143rem;
  margin-left: -0.8571428571rem;
  border-width: 0 0.8571428571rem 0.8571428571rem;
  left: 50%;
  border-bottom-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom .tooltip-arrow {
    top: -0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom .tooltip-arrow {
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom .tooltip-arrow {
    border-width: 0 0.75rem 0.75rem;
  }
}
.hover-tooltip.bottom-left .tooltip-arrow {
  top: 0.2142857143rem;
  right: 0.1428571429rem;
  margin-top: -0.8571428571rem;
  border-width: 0 0.8571428571rem 0.8571428571rem;
  border-bottom-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-left .tooltip-arrow {
    top: 0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-left .tooltip-arrow {
    right: 0.125rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-left .tooltip-arrow {
    margin-top: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-left .tooltip-arrow {
    border-width: 0 0.75rem 0.75rem;
  }
}
.hover-tooltip.bottom-right .tooltip-arrow {
  top: 0.2142857143rem;
  left: 0.3571428571rem;
  margin-top: -0.8571428571rem;
  border-width: 0 0.8571428571rem 0.8571428571rem;
  border-bottom-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-right .tooltip-arrow {
    top: 0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-right .tooltip-arrow {
    left: 0.3125rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-right .tooltip-arrow {
    margin-top: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.bottom-right .tooltip-arrow {
    border-width: 0 0.75rem 0.75rem;
  }
}
.hover-tooltip.left {
  margin-right: 0.2142857143rem;
  padding: 0 0.3571428571rem;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.left {
    margin-right: 0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.left {
    padding: 0 0.3125rem;
  }
}
.hover-tooltip.left .tooltip-arrow {
  right: -0.2142857143rem;
  margin-top: -0.8571428571rem;
  border-width: 0.8571428571rem 0 0.8571428571rem 0.8571428571rem;
  top: 50%;
  border-left-color: #111111;
}
@media screen and (min-width: 48em) {
  .hover-tooltip.left .tooltip-arrow {
    right: -0.1875rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.left .tooltip-arrow {
    margin-top: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .hover-tooltip.left .tooltip-arrow {
    border-width: 0.75rem 0 0.75rem 0.75rem;
  }
}

@media screen and (min-width: 48em) {
  .columns {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 48em) {
  .columns--3 {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (min-width: 48em) {
  .columns--4 {
    -moz-column-count: 4;
         column-count: 4;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}

form {
  margin-bottom: 0;
}

.form__tag {
  min-width: 5.1428571429rem;
  margin: 0 0.7142857143rem 0.7142857143rem 0;
  padding: 0.9285714286rem 1.2857142857rem 0.8571428571rem;
  display: inline-block;
  background-color: #FAFAFA;
  color: #111111;
  text-align: left;
  text-decoration: none;
}
@media screen and (min-width: 48em) {
  .form__tag {
    min-width: 4.5rem;
  }
}
@media screen and (min-width: 48em) {
  .form__tag {
    margin: 0 0.625rem 0.625rem 0;
  }
}
@media screen and (min-width: 48em) {
  .form__tag {
    padding: 0.8125rem 1.125rem 0.75rem;
  }
}
.form__tag-boolean {
  text-align: center;
}
.form__tag:last-of-type {
  margin-right: 0;
}

.filter {
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .filter {
    margin-bottom: 2rem;
  }
}
.filter .card {
  margin-bottom: 0;
}
.filter .card__body:first-of-type + .card__body {
  padding-top: 0;
  border-top: 0;
}
@media screen and (min-width: 48em) {
  .filter .card__body:only-child {
    padding-bottom: 2rem;
  }
}
.filter .card .filter__heading {
  padding-top: 1.7142857143rem;
  padding-bottom: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .filter .card .filter__heading {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .filter .card .filter__heading {
    padding-bottom: 1.5rem;
  }
}
.filter .card .filter__search:first-of-type {
  padding-bottom: 1.1428571429rem;
  padding-top: 0;
}
@media screen and (min-width: 48em) {
  .filter .card .filter__search:first-of-type {
    padding-bottom: 1.5rem;
  }
}
.filter__heading .nyc-icon:only-child {
  padding-left: 0.2857142857rem;
  top: auto;
}
@media screen and (min-width: 48em) {
  .filter__heading .nyc-icon:only-child {
    padding-left: 0.25rem;
  }
}
.filter__fieldsets .card {
  margin-bottom: 0;
}
.filter__fieldsets .card .card__body {
  padding-top: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .filter__fieldsets .card .card__body {
    padding-top: 1.5rem;
  }
}
.filter__sort .input {
  padding-top: 0.8571428571rem;
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .filter__sort .input {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .filter__sort .input {
    padding-bottom: 0;
  }
}
.filter__slider fieldset {
  padding-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .filter__slider fieldset {
    padding-bottom: 0;
  }
}
.filter__button {
  z-index: 1;
}
.filter legend {
  font-size: 1.1428571429rem;
  width: 100%;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .filter legend {
    font-size: 1rem;
  }
}
.filter legend .nyc-icon {
  font-size: 1.1428571429rem;
  float: right;
}
@media screen and (min-width: 48em) {
  .filter legend .nyc-icon {
    font-size: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .filter legend .nyc-icon {
    visibility: hidden;
  }
}
.filter legend .nyc-icon::before {
  line-height: 1.7142857143em;
}
@media screen and (min-width: 48em) {
  .filter legend .nyc-icon::before {
    line-height: 1.5em;
  }
}
.filter .input--buttons {
  flex-wrap: nowrap;
}
.filter .input--buttons > div {
  width: calc(100% - 1.625rem);
}
.filter .input--buttons:first-of-type {
  padding-top: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .filter .input--buttons:first-of-type {
    padding-top: 1rem;
  }
}
.filter .input--buttons:last-of-type {
  padding-bottom: 0;
}
.filter .input--buttons:last-of-type + span a,
.filter .input--buttons:last-of-type + a {
  margin-top: 0.5714285714rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .filter .input--buttons:last-of-type + span a,
.filter .input--buttons:last-of-type + a {
    margin-top: 0.625rem;
  }
}
.filter .input--buttons data {
  line-height: 1.8571428571rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .filter .input--buttons data {
    line-height: 1.625rem;
  }
}
.filter .input__label {
  height: 1.8571428571rem;
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 48em) {
  .filter .input__label {
    height: 1.625rem;
  }
}
.filter a {
  font-weight: 700;
}
.filter button + a {
  margin-top: 0.5714285714rem;
  font-size: 1.1428571429rem;
  display: block;
}
@media screen and (min-width: 48em) {
  .filter button + a {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .filter button + a {
    font-size: 1rem;
  }
}

.navigation__container {
  position: relative;
  transition: visibility 0.25s, opacity 0.25s;
}

@media screen and (min-width: 64em) {
  .menu-select__list::after, .user-menu__image-wrap::after, .new-header__btn--drop::after, .navigation__drop::after, .navigation__link--drop::after {
    margin-left: 0.25rem;
    font-size: 0.625rem;
  }
}

.navigation {
  background-color: #292929;
  color: #FFFFFF;
}
.navigation--sub {
  position: static;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 19px 0;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .navigation--sub {
    width: 944px;
    padding: 45px 0 15px;
    flex-direction: row;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 75em) {
  .navigation--sub {
    width: 1200px;
  }
}
.navigation--sub .navigation__link {
  padding: 0;
  color: #FFFFFF;
}
.navigation--sub .navigation__drop::after {
  display: inline-block;
}
@media screen and (min-width: 64em) {
  .navigation--sub .navigation__drop::after {
    display: none !important;
  }
}
.navigation--sub .navigation--sub {
  position: static;
  display: none;
  width: calc(100% + 40px);
  margin-top: 15px;
  margin-left: -20px;
  padding: 15px 0 10px 38px;
  background-color: #373737;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .navigation--sub .navigation--sub {
    display: block;
    width: 100%;
    margin: 0;
    padding-top: 18px;
    padding-left: 0;
    background-color: transparent;
  }
}
.navigation--user-menu.navigation--main .navigation__container > .navigation--sub {
  padding-bottom: 35px;
}
.navigation--user-menu.navigation--main .navigation__container > .navigation--sub > .navigation__item {
  padding-bottom: 15px;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}
.navigation--user-menu .navigation--sub .navigation--sub {
  display: block;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 21px;
  background-color: #292929;
}
@media screen and (min-width: 64em) {
  .navigation--user-menu .navigation--sub .navigation--sub {
    padding-left: 0;
  }
}
.navigation__container {
  visibility: visible;
  width: 100%;
  background-color: #292929;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  flex-direction: column;
}
.navigation__item--active .navigation__container, .user-menu--active .navigation__container {
  cursor: default;
}

@media screen and (min-width: 64em) {
  .navigation__container {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    padding: 0;
    opacity: 0;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.navigation__link {
  display: block;
  padding: 0;
  color: #111111;
  text-decoration: none;
}
@media screen and (min-width: 75em) {
  .navigation__link {
    padding: 28px 0;
  }
}
.navigation__link:focus,
.navigation__link:focus a, .navigation__link:hover,
.navigation__link:hover a {
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .navigation__link--drop::after {
    display: inline-block;
  }
}
.user-menu .navigation--sub > .navigation__item .navigation__link--drop::after {
  display: none;
}
.navigation__drop {
  position: relative;
}
.navigation__drop::after {
  display: none;
}
@media screen and (min-width: 64em) {
  .navigation__drop::after {
    display: inline-block;
  }
}
.user-menu .navigation--sub > .navigation__item .navigation__drop::after {
  display: none;
}
.navigation__item {
  display: flex;
  line-height: 1rem;
  text-align: left;
}
@media screen and (min-width: 64em) {
  .navigation__item:hover > .navigation--sub {
    display: flex;
  }
}
.navigation__item--top,
.navigation__item--top a {
  transition: all 0.25s;
}
@media screen and (min-width: 64em) {
  .navigation__item--active > .navigation--sub,
.navigation__item--active > .navigation__container {
    display: flex;
    visibility: visible;
    opacity: 1;
  }
}
.navigation__item .menu-select__list--dropless::after {
  display: none;
}
.navigation--main > .navigation__item--lang-select-mobile {
  position: relative;
  z-index: 1;
  display: block;
  width: calc(100% + 20px);
  margin: 15px -10px 26px;
}
@media screen and (min-width: 64em) {
  .navigation--main > .navigation__item--lang-select-mobile {
    display: none;
  }
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__list {
  overflow: visible;
  height: auto;
  border: 0;
  background-color: #373737;
  color: #FFFFFF;
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__list::after {
  right: 11px;
  transition: transform 0.25s, top 0.25s;
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__list--visible .menu-select__item {
  min-height: 42px;
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__list--visible::after {
  top: 18px;
  right: 11;
  transform: rotate(-90deg);
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__item {
  overflow: hidden;
  height: 0;
  min-height: 0;
  border: 0;
  background: #373737;
  text-align: center;
  transition: min-height 0.25s;
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__item:first-child {
  min-height: 42px;
}
.navigation--main > .navigation__item--lang-select-mobile .menu-select__link {
  padding-right: 2em;
  background-color: transparent;
  text-decoration: none;
}
.navigation__item .navigation--sub > .navigation__item {
  padding: 0 0 28px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: none;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .navigation__item .navigation--sub > .navigation__item {
    padding: 0 20px 20px;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.2px;
    text-transform: uppercase;
  }
  .navigation__item .navigation--sub > .navigation__item:first-child {
    padding-left: 0;
  }
  .navigation__item .navigation--sub > .navigation__item:last-child {
    padding-right: 0;
  }
}
.navigation__item .navigation--sub > .navigation__item:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 64em) {
  .navigation__item .navigation--sub > .navigation__item:last-child {
    padding-bottom: 20px;
  }
}
.navigation__item .navigation--sub .navigation--sub .navigation__item {
  padding-bottom: 29px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.2px;
  line-height: 1.1;
  text-transform: none;
}
@media screen and (min-width: 64em) {
  .navigation__item .navigation--sub .navigation--sub .navigation__item {
    padding-right: 0;
    padding-bottom: 17px;
    padding-left: 0;
    letter-spacing: 1px;
  }
}
.navigation__item .navigation--sub .navigation--sub .navigation__item:last-child {
  padding-bottom: 5px;
}
.navigation--main {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  overflow-y: auto;
  width: 100%;
  height: calc(100vh - $_navbar-height-mobile);
  margin-bottom: 0;
  padding: 23px 25px 80px;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 64em) {
  .navigation--main {
    position: static;
    display: flex;
    overflow: visible;
    height: auto;
    padding: 0;
    padding-right: 5px;
    background-color: #FFFFFF;
    color: #000000;
    align-items: stretch;
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
}
.navigation--main > .navigation__item {
  display: flex;
  margin: 15px 0 20px;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  align-items: center;
  flex-flow: row wrap;
}
@media screen and (min-width: 64em) {
  .navigation--main > .navigation__item {
    margin: 0;
    padding: 20px 15px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: none;
    transition: all 0.25s;
    align-content: center;
  }
  .navigation--main > .navigation__item:hover {
    transition: all 0.25s;
    cursor: pointer;
  }
  .navigation--main > .navigation__item--active {
    color: #000000;
  }
  .navigation--main > .navigation__item--active .navigation__drop {
    pointer-events: none;
  }
  .navigation--main > .navigation__item:last-child {
    padding-bottom: 20px;
  }
}
.navigation--main > .navigation__item:last-child {
  margin-bottom: 0;
}
.navigation--main > .navigation__item > .navigation__link--drop::after {
  display: none;
}
@media screen and (min-width: 64em) {
  .navigation--main > .navigation__item > .navigation__link--drop::after {
    display: inline-block;
  }
}
.navigation--user-menu > .navigation--main {
  margin: 0;
}
.navigation__social {
  margin: 0 11px 0 0;
  color: #FFFFFF;
  font-size: 34px;
  transition: color 0.25s;
}
.navigation__social:focus, .navigation__social:hover {
  text-decoration: none;
}

.new-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background-color: #FFFFFF;
  color: #000000;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
body.new-menu-search .new-header::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(55, 55, 55, 0.5);
}
@media screen and (min-width: 64em) {
  body.new-menu-search .new-header::before {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  body.new-menu-search .new-header .new-header__item--search {
    z-index: 12;
  }
}
body.new-menu-search .new-header .new-header__item--search::before {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #FFFFFF;
}
@media screen and (min-width: 64em) {
  body.new-menu-search .new-header .new-header__item--search::before {
    display: block;
  }
}

@media screen and (min-width: 64em) {
  .new-header {
    justify-content: flex-start;
  }
}
.new-header__container {
  display: flex;
  height: 44px;
  margin: 0 auto;
  padding: 0;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: row nowrap;
  align-content: center;
}
@media screen and (min-width: 64em) {
  .new-header__container {
    width: 944px;
    height: 72px;
    padding: 0;
  }
}
@media screen and (min-width: 75em) {
  .new-header__container {
    width: 100%;
    max-width: 1200px;
    padding: 0;
  }
}
.new-header__logo {
  display: block;
}
@media screen and (min-width: 64em) {
  .new-header__logo {
    width: 100%;
  }
}
.new-header__item {
  display: flex;
  padding: 0 10px;
  align-items: center;
  flex-direction: row;
}
.new-header__item--menu {
  display: none;
  align-items: stretch;
}
@media screen and (min-width: 64em) {
  .new-header__item--menu {
    display: flex;
    padding-right: 0;
    padding-left: 15px;
    flex-grow: 1;
    order: 1;
  }
}
.new-header__item--spacer {
  display: none;
}
@media screen and (min-width: 64em) {
  .new-header__item--spacer {
    display: block;
    flex-grow: 1;
    order: 2;
  }
}
.new-header__item--logo {
  position: relative;
  z-index: 4;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
  justify-content: center;
  flex-grow: 1;
}
@media screen and (min-width: 64em) {
  .new-header__item--logo {
    margin-bottom: 0;
    flex-grow: 0;
    flex-basis: auto;
    order: 0;
  }
}
.new-header__item--favorites {
  position: relative;
  padding-right: 0;
  padding-left: 23px;
}
@media screen and (min-width: 64em) {
  .new-header__item--favorites {
    padding: 0;
    order: 3;
  }
  .new-header__item--favorites .new-header__link:hover {
    color: #565656;
  }
}
.new-header__item--favorites .new-header__link {
  text-decoration: none;
}
@media screen and (min-width: 64em) {
  .new-header__item--favorites .new-header__link {
    padding: 20px 20px 15px;
  }
}
.new-header__item--favorites--customer {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.new-header__item--search {
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .new-header__item--search {
    padding: 0;
    order: 4;
  }
  .new-menu-search .new-header__item--search {
    box-shadow: 0 2px 0 0 #FFFFFF;
  }
}
.new-header__item--user-menu {
  margin-left: 5px;
  padding-left: 0;
}
@media screen and (min-width: 64em) {
  .new-header__item--user-menu {
    margin-left: 0;
    padding-right: 16px;
    padding-left: 10px;
    order: 4;
  }
  .new-header__item--user-menu .navigation--sub {
    text-align: left;
    direction: rtl;
  }
  .new-header__item--user-menu .navigation__item {
    direction: ltr;
  }
}
.new-header__item--lang-select {
  margin-top: 5px;
  order: 10;
}
@media screen and (min-width: 64em) {
  .new-header__item--lang-select {
    padding-right: 0;
    padding-left: 20px;
  }
}
.new-header__item--mobile {
  display: flex;
  padding-left: 7px;
}
@media screen and (min-width: 64em) {
  .new-header__item--mobile {
    display: none;
  }
}
.new-header__menu-icon--open {
  display: none;
}
.new-header__menu-nav {
  transition: transform 0.25s;
}
.new-header__menu-nav--left {
  transform: translateX(-120%);
}
@media screen and (min-width: 64em) {
  .new-header__menu-nav--left {
    transform: translateX(0);
  }
}
.new-header__menu-nav--right {
  transform: translateX(120%);
}
@media screen and (min-width: 64em) {
  .new-header__menu-nav--right {
    transform: translateX(0);
  }
}
.new-header__image {
  min-width: 34px;
  max-width: 100px;
  max-height: 34px;
}
@media screen and (min-width: 64em) {
  .new-header__image {
    min-width: 60px;
    max-width: 120px;
    max-height: 61px;
  }
}
.new-header__image--wide {
  width: 120px;
}
.new-header__menu-toggle {
  min-width: 33px;
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  background-color: transparent;
  font-size: 20px;
  transition: border-color 0.25s;
}
@media screen and (min-width: 64em) {
  .new-header__menu-toggle {
    display: none;
    min-width: 50px;
  }
}
.new-header .new-header__menu-toggle--open .nyc-icon::before {
  top: 0;
}

.new-header__menu-toggle--open .new-header__menu-icon--closed {
  display: none;
}
@media screen and (min-width: 64em) {
  .new-header__menu-toggle--open .new-header__menu-icon--closed {
    display: block;
  }
}
.new-header__menu-toggle--open .new-header__menu-icon--open {
  display: block;
  padding-top: 4px;
}
@media screen and (min-width: 64em) {
  .new-header__menu-toggle--open .new-header__menu-icon--open {
    display: none;
  }
}
.new-header__menu-toggle--open ~ .new-header__menu-nav {
  transform: translateX(0);
}
@media screen and (min-width: 64em) {
  .new-header__menu-toggle--open ~ .new-header__menu-nav {
    display: flex;
  }
}
@media screen and (min-width: 64em) {
  .new-header__menu-toggle--desktop {
    display: block;
  }
  .new-header__menu-toggle--desktop ~ .navigation {
    overflow: visible;
  }
}
.new-header__link {
  color: #111111;
}
.new-header__btn {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0 1em;
  border: 1px solid transparent;
  border-radius: 0;
  outline: 0;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border 0.25s ease-in-out, background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.new-header__btn:hover, .new-header__btn:focus {
  background-color: #FFFFFF;
  text-decoration: none;
}
.new-header__btn--black {
  color: #FFFFFF;
}
.new-header__btn--black:hover, .new-header__btn--black:focus {
  background-color: #FFFFFF;
  text-decoration: none;
}
.new-header__btn--drop::after {
  position: absolute;
  top: 50%;
  right: 2em;
  margin-top: -0.5em;
  color: currentColor;
}
.new-header__favorites-count {
  position: absolute;
  top: -0.3125rem;
  right: -0.48125rem;
  display: block;
  min-width: 18px;
  padding: 1px 3px;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 11px;
  line-height: 1.5;
  text-align: center;
}
.new-header__favorites-icon {
  position: relative;
  font-size: 22px;
}
.new-header .nyc-icon {
  padding-top: 2px;
  line-height: 1.875rem;
}
.new-header .nyc-icon::before {
  position: relative;
  top: 2px;
}
@media screen and (min-width: 64em) {
  .new-header .nyc-icon::before {
    position: static;
  }
}

.search {
  z-index: 3;
}
@media screen and (min-width: 64em) {
  .search {
    position: relative;
    z-index: 1;
  }
}
.search--all-site .search--all-site {
  display: block;
}
.search--job-listing .search--job-listing {
  display: block;
}
.search__toggle {
  position: relative;
  padding: 0 16px 0 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 20px;
}
@media screen and (min-width: 64em) {
  .search__toggle {
    padding: 20px 20px 15px 18px;
  }
}
.search__toggle:hover {
  color: #565656;
}
.search__toggle .nyc-icon::before {
  top: 3px;
}
.search__box {
  position: fixed;
  top: 44px;
  left: 0;
  z-index: 998;
  display: flex;
  width: 100%;
  min-height: calc(100vh - $_navbar-height-mobile);
  background-color: #FAFAFA;
  transform: translateY(-120%);
  transition: transform 0.25s, opacity 0.25s, visibility 0.25s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
@media screen and (min-width: 48em) {
  .search__box .card__body {
    padding: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .search__box {
    top: 4.5rem;
    visibility: hidden;
    width: 28.125rem;
    min-height: auto;
    padding-top: 0;
    background-color: #FFFFFF;
    opacity: 0;
    box-shadow: none;
  }
}
.search__box--open {
  transform: translateY(0);
}
@media screen and (min-width: 64em) {
  .search__box--open {
    visibility: visible;
    opacity: 1;
  }
}
.search__selector {
  width: 50%;
  margin-bottom: 15px;
  flex-basis: 50%;
}
.search__selector:first-child .search__button {
  border-right: 0;
}
.search__button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: #B2B2B2;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1em;
  font-weight: 900;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.search__form {
  display: none;
  width: 100%;
}
.search__input {
  display: block;
  width: 100%;
  min-height: 3.1428571429rem;
  margin-bottom: 1rem;
  padding: 0.9285714286rem 1.1428571429rem;
  border: 1px solid #E8E8E8;
  border-radius: 0;
  outline: none;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 0.9142857143rem;
  transition: border ease-in-out 0.25s;
}
@media screen and (min-width: 48em) {
  .search__input {
    min-height: 2.75rem;
    padding: 0.8125rem 1rem;
    font-size: 0.875rem;
  }
}
.search__input::-webkit-input-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
  opacity: 1;
}
.search__input::-moz-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
  opacity: 1;
}
.search__input::-moz-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
  opacity: 1;
}
.search__input:-ms-input-placeholder {
  color: #717171;
  text-overflow: ellipsis !important;
}
.search__input:focus {
  border-color: #000000;
}

.user-menu {
  cursor: pointer;
  align-items: stretch;
}
@media screen and (min-width: 64em) {
  .user-menu {
    border-bottom: 3px solid transparent;
    transition: all 0.25s;
  }
  .user-menu-toggle--logged-out .navigation__item, .user-menu.user-menu-toggle--logged-out {
    border-bottom: 0;
  }

  .user-menu .new-header__menu-toggle--desktop {
    pointer-events: none;
  }
  .user-menu:hover, .user-menu--active {
    transition: all 0.25s;
  }
  .user-menu--active .navigation__drop {
    pointer-events: none;
  }
  .user-menu--active .navigation .navigation__container {
    visibility: visible;
    opacity: 1;
  }
}
.user-menu--anonymus {
  overflow: visible;
  background-color: #FFFFFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1) inset;
}
@media screen and (min-width: 64em) {
  .user-menu--anonymus {
    margin-right: -22px;
    box-shadow: none;
  }
}
.user-menu--anonymus .new-header__btn {
  min-width: 135px;
  min-height: 36px;
  font-size: 12px;
}
.user-menu--anonymus a.new-header__btn {
  padding: 0.95em 1em 0.85em;
}
@media screen and (min-width: 64em) {
  .user-menu--anonymus .navigation__item {
    margin-right: 5px;
    padding: 0;
  }
  .user-menu--anonymus .navigation__item:last-child {
    margin-right: 0;
    padding: 0;
  }
}
.user-menu__image-wrap {
  position: relative;
  top: 1px;
}
.user-menu__image-wrap::after {
  display: none !important;
}
@media screen and (min-width: 64em) {
  .user-menu__image-wrap::after {
    position: absolute;
    top: 1.5625rem;
    right: -0.75rem;
    display: block !important;
    margin: 0;
  }
}
.user-menu__image {
  width: 33px;
  height: 33px;
  border-radius: 100%;
}
@media screen and (min-width: 64em) {
  .user-menu__image {
    width: 60px;
    height: 60px;
  }
}
.user-menu__notify {
  position: absolute;
  top: 0;
  right: -10px;
  display: block;
  color: #FFFFFF;
  font-size: 19px;
  transform: rotate(180deg);
}
@media screen and (min-width: 64em) {
  .user-menu__notify {
    top: 7px;
    right: -9px;
  }
}
.user-menu__notify::before {
  top: 0;
  border-radius: 100%;
}
.user-menu__notify::after {
  position: absolute;
  top: 5px;
  right: 1px;
  z-index: -1;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 100%;
  content: "";
}
@media screen and (min-width: 64em) {
  .user-menu__notify::after {
    top: 3px;
  }
}
@media screen and (min-width: 64em) {
  .user-menu--logged-in {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
  }
}
.user-menu .new-header__menu-icon--open {
  width: 33px;
  padding-top: 5px;
}
@media screen and (min-width: 64em) {
  .user-menu .navigation__container {
    position: absolute;
  }
}

.menu-select {
  display: none;
  color: #B2B2B2;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 900;
}
@media screen and (min-width: 64em) {
  .menu-select {
    display: flex;
  }
}
.menu-select--wide .menu-select__list {
  width: 100%;
}
.menu-select__list {
  position: relative;
  display: flex;
  min-width: 50px;
  height: 36px;
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
  flex-flow: column nowrap;
  align-items: stretch;
  justify-content: flex-start;
}
.menu-select__list .menu-select__item--login {
  display: none;
}
.menu-select__list .menu-select__item:last-of-type {
  display: none;
}
.menu-select__list--visible .menu-select__item--login, .menu-select__list:hover .menu-select__item--login {
  display: flex;
}
.menu-select__list--visible .menu-select__item:last-of-type, .menu-select__list:hover .menu-select__item:last-of-type {
  display: flex;
}
.menu-select__list::after {
  position: absolute;
  top: 14px;
  right: 6px;
}
.menu-select__list--right {
  text-align: right;
}
.menu-select__link {
  display: block;
  padding: 0.7em 1em;
  color: #B2B2B2;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  flex-grow: 1;
}
.menu-select__link:focus, .menu-select__link:hover {
  background-color: #FFFFFF;
  text-decoration: none;
}
.menu-select__item {
  display: flex;
  width: 100%;
  min-height: 36px;
  border: 1px solid #C3C3C3;
  border-top-width: 0;
  background-color: #FFFFFF;
  font-size: 12px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.menu-select__item:first-child {
  border-top-width: 1px;
  justify-content: center;
}
.menu-select__item--borderless {
  border: 0;
}
.menu-select__label {
  padding: 0 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.c-notify {
  display: flex;
  width: calc(100% + 50px);
  margin: -22px -25px 6px;
  padding: 18px 29px;
  background-color: #000000;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .c-notify {
    width: 100%;
    margin: 0;
  }
}
.c-notify__group {
  display: flex;
  color: #FFFFFF;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .c-notify__group {
    width: 500px;
  }
}
.c-notify__text {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.36;
  text-align: left;
  text-transform: none;
  flex-grow: 1;
}
@media screen and (min-width: 64em) {
  .c-notify__text {
    width: 48%;
  }
}
.c-notify__icon {
  padding-right: 20px;
  font-size: 20px;
}
.c-notify__icon .nyc-icon {
  display: inline-block;
  transform: rotate(180deg);
}
.c-notify__btn {
  width: 100%;
  margin-top: 11px;
}
@media screen and (min-width: 64em) {
  .c-notify__btn {
    width: auto;
    margin-top: 0;
    padding-left: 20px;
  }
}
.c-notify__btn .new-header__btn {
  min-width: 263px;
  padding: 14px;
  font-size: 14px;
}
.c-notify__btn .new-header__btn:focus, .c-notify__btn .new-header__btn:hover {
  border-color: #FFFFFF;
  background-color: #000000;
  color: #FFFFFF;
}

body.new-menu-search {
  position: relative;
  overflow: visible;
  height: 100vh;
}
@media screen and (min-width: 48em) {
  body.new-menu-search {
    overflow: hidden;
  }
}
body.new-menu-search::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(55, 55, 55, 0.5);
}
@media screen and (min-width: 48em) {
  body.new-menu-search::before {
    display: block;
  }
}

ul.navigation--main {
  margin-top: 0;
  margin-bottom: 0;
}

.navigation--sub a:hover {
  color: #F77F00;
}
.navigation--sub__item--top:hover,
.navigation--sub__item--top a:hover {
  color: #F77F00;
}
@media screen and (min-width: 64em) {
  .navigation--main > .navigation__item:hover {
    color: #F77F00;
  }
  .navigation--main > .navigation__item--active {
    border-bottom-color: #F77F00;
  }
}

@media screen and (min-width: 64em) {
  .new-header__menu-toggle--desktop:hover {
    border-color: #F77F00;
  }
}
.new-header__link:hover {
  color: #F77F00;
}
.new-header__btn {
  background-color: #F77F00;
}
.new-header__btn:hover, .new-header__btn:focus {
  border: 1px solid #F77F00;
  color: #F77F00;
}
.new-header__btn--black {
  background-color: #111111;
}
.new-header__btn--black:hover, .new-header__btn--black:focus {
  border: 1px solid #111111;
  color: #111111;
}
.new-header__favorites-count {
  background-color: #F77F00;
}

.user-menu:hover, .user-menu--active {
  border-bottom-color: #F77F00;
}
.user-menu__notify::after {
  background: #F77F00;
}

.menu-select__list__link:focus, .menu-select__list__link:hover {
  color: #F77F00;
}

.top-badge {
  position: relative;
  display: inline;
  padding: 0.125rem 0.25rem;
  background-color: #111111;
  color: #FFFFFF;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 30em) {
  .top-badge {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .top-badge {
    padding: 0.3rem 0.6rem 0.4rem;
    font-size: 1rem;
  }
}

.list__title {
  padding: 1.1428571429rem 1.1428571429rem 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .list__title {
    padding: 2rem 2rem 1rem;
  }
}
.list__title + p {
  padding: 0 1.1428571429rem 1.1428571429rem;
  margin-top: 0;
}
@media screen and (min-width: 48em) {
  .list__title + p {
    padding: 0 2rem 2rem;
  }
}
.list__title .input--with-arrow {
  line-height: 1.5;
}
.list__icon-arrow::before {
  margin-left: 0.7142857143rem;
  margin-top: 0.1428571429rem;
  right: 2.2857142857rem;
  font-size: 80%;
  line-height: inherit;
}
@media screen and (min-width: 48em) {
  .list__icon-arrow::before {
    margin-left: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .list__icon-arrow::before {
    margin-top: 0.125rem;
  }
}
@media screen and (min-width: 48em) {
  .list__icon-arrow::before {
    right: 2rem;
  }
}
.list--arrows li {
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
}
.list--arrows li > a {
  font-weight: 400;
  text-decoration: none;
}
.list--arrows li::after {
  margin-right: 0.5714285714rem;
  position: absolute;
  right: 0;
  margin-top: 2px;
  font-size: 80%;
  line-height: inherit;
}
@media screen and (min-width: 48em) {
  .list--arrows li::after {
    margin-right: 0.5rem;
  }
}
.list .list__title + .card__body {
  padding-top: 0;
}
.list--checkmarks {
  display: flex;
  flex-direction: column;
}
.list--checkmarks li {
  padding-bottom: 1.1428571429rem;
  display: flex;
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .list--checkmarks li {
    padding-bottom: 1rem;
  }
}
.list--checkmarks li:last-of-type {
  padding-bottom: 0;
}
.list--checkmarks li::before {
  margin-right: 1.1428571429rem;
  font-size: 1.5714285714rem;
  color: #41D54A;
}
@media screen and (min-width: 48em) {
  .list--checkmarks li::before {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .list--checkmarks li::before {
    font-size: 1.375rem;
  }
}
.list--links {
  margin-top: 0;
}
.list--links data {
  margin-left: 0.5714285714rem;
  margin-right: -1.1428571429rem;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .list--links data {
    margin-left: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .list--links data {
    margin-right: -1rem;
  }
}
.list--links li {
  position: relative;
  display: flex;
  border-top: 1px solid #E8E8E8;
}
.list--links li:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.list--links li:hover a {
  color: #565656;
}
.list--links li > a,
.list--links li > span {
  padding: 1.1428571429rem 2.2857142857rem 1.1428571429rem 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .list--links li > a,
.list--links li > span {
    padding: 1rem 3rem 1rem 2rem;
  }
}
.list--links li .nyc-icon {
  margin-top: 1px;
}
.list--links img {
  align-self: start;
}
.list--links a,
.list--links span {
  display: flex;
  text-decoration: none;
  flex-basis: 100%;
}
.list--links .list__icon-arrow {
  top: 1.1428571429rem;
  right: 1.1428571429rem;
  position: absolute;
  pointer-events: none;
}
@media screen and (min-width: 48em) {
  .list--links .list__icon-arrow {
    top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .list--links .list__icon-arrow {
    right: 1.5rem;
  }
}
.list--links .list__icon-arrow::before {
  right: auto;
}
.list--collapse {
  margin-top: 0;
  padding-bottom: 0;
}
.list--collapse + .list__title {
  padding-top: 0;
}
.list--collapse:last-of-type {
  padding-bottom: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .list--collapse:last-of-type {
    padding-bottom: 2rem;
  }
}
.list--collapse .list__item {
  padding-bottom: 1.1428571429rem;
  display: inline-flex;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .list--collapse .list__item {
    padding-bottom: 1rem 2rem;
  }
}
@media screen and (min-width: 48em) {
  .list--collapse .list__item:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  .list--collapse .list__item:hover p {
    color: #565656;
  }
}
.list--collapse .list__item:last-of-type {
  border-bottom: 1px solid #E8E8E8;
}
.list--collapse .list__item.no-border {
  border-bottom: 0;
}
.list--collapse .list__item--open p {
  border-bottom: 0;
  font-weight: 700;
}
.list--collapse .list__item--open .list--arrow::before {
  transform: rotate(0.5turn);
}
.list--arrow::before {
  position: relative;
  top: 3px;
  color: #F77F00;
  transition: all 0.3s ease-in;
}
.list--squares li {
  display: flex;
  font-size: 1rem;
}
.list--squares li:last-of-type {
  padding-bottom: 0;
}
.list--squares li::before {
  margin: 0.5rem 1.1428571429rem 0;
  font-size: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .list--squares li::before {
    margin: 0.5rem 1rem 0 0;
  }
}
@media screen and (min-width: 48em) {
  .list--squares li::before {
    font-size: 0.5rem;
  }
}
.list--squares li > a {
  font-weight: 700;
}

.list--checkmarks + p,
.list--squares + p {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .list--checkmarks + p,
.list--squares + p {
    margin-top: 1rem;
  }
}

p + .list--checkmarks,
p + .list--squares {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  p + .list--checkmarks,
p + .list--squares {
    margin-top: 1rem;
  }
}

h3 + .list--checkmarks,
h3 + .list--squares {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  h3 + .list--checkmarks,
h3 + .list--squares {
    margin-top: 0.5rem;
  }
}

.list--squares li::before {
  color: #F77F00;
}
.list--arrows li::after {
  color: #F77F00;
}
.list--collapse i::before {
  position: relative;
  top: 3px;
  color: #F77F00;
  transition: all 0.3s ease-in;
}
.list__icon-arrow::before {
  color: #F77F00;
}

.job-list__item {
  position: relative;
  display: flex;
  padding: 0;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.43;
  transition: border-color 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.04);
  cursor: pointer;
  flex-direction: row;
}
@media screen and (min-width: 48em) {
  .job-list__item {
    margin-bottom: 0.625rem;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1rem;
    font-weight: 600;
  }
}
.job-list__item:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.job-list__item .favorite-icon::before {
  color: #B2B2B2;
}
.job-list__item--top {
  position: relative;
  border-right: 4px solid;
}
@media screen and (min-width: 48em) {
  .job-list__item--top {
    border-right: 0;
  }
}
.job-list__item--top .job-list__content {
  padding: 1.25rem 0.9375rem 1.25rem 2.1875rem;
  font-weight: 600;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width: 48em) {
  .job-list__item--top .job-list__content {
    padding: 1.25rem 6.25rem 1.25rem 1.25rem;
    border-left: 4px solid;
    background-color: transparent;
    color: #111111;
  }
}
.job-list__item--top .job-list__title {
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .job-list__item--top .job-list__title {
    margin-bottom: 0.3125rem;
  }
}
.job-list__item--top .favorite-button {
  padding-right: 3px;
}
.job-list__item:hover {
  color: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
}
.job-list__item:hover .job-list__content {
  color: #FFFFFF;
}
.job-list__item:hover .job-list__title {
  color: #FFFFFF;
}
.job-list__item:hover .job-list__type {
  color: #FFFFFF;
}
.job-list__item:hover .job-list__description {
  color: #FFFFFF;
}
.job-list__item:hover .job-list__top-badge {
  background-color: #111111;
}
.job-list__item:hover .favorite-icon::before {
  color: #FFFFFF;
}
.job-list__content {
  display: flex;
  width: 100%;
  padding: 1.25rem 0.9375rem 0.9375rem 1.5625rem;
  color: #111111;
  font-weight: 400;
  text-decoration: none;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .job-list__content {
    padding: 1.25rem 6.25rem 1.25rem 1.25rem;
    font-weight: 600;
  }
}
.job-list__content:hover {
  color: #111111;
  text-decoration: none;
}
.job-list__content:focus {
  opacity: 1;
  color: #111111;
}
.job-list__top-badge {
  position: absolute;
  top: 50%;
  left: -18px;
  display: block;
  padding: 0.25rem 0.3125rem;
  background-color: #111111;
  color: #FFFFFF;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 0.625rem;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 30em) {
  .job-list__top-badge {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .job-list__top-badge {
    right: 70px;
    left: inherit;
    padding: 0.1875rem 0.5rem;
    font-size: 1.0625rem;
    transform: translateY(-50%) rotate(0);
  }
}
.job-list__title {
  width: 100%;
  margin: 0;
  font-size: 0.875rem;
  text-transform: none;
}
@media screen and (min-width: 48em) {
  .job-list__title {
    margin: 0;
    font-size: 1.0625rem;
    font-weight: 600;
  }
}
.job-list__type-group {
  display: none;
  width: 100%;
  margin: 0;
  padding: 0.625rem 0;
  font-weight: 600;
}
@media screen and (min-width: 48em) {
  .job-list__type-group {
    display: flex;
    flex-basis: 100%;
  }
}
.job-list__type {
  display: none;
  font-size: 0.875rem;
}
@media screen and (min-width: 48em) {
  .job-list__type {
    display: flex;
  }
}
.job-list__description {
  display: none;
  color: #565656;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (min-width: 48em) {
  .job-list__description {
    display: block;
  }
}
.job-list--extended .job-list__content {
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .job-list--extended .job-list__top-badge {
    position: static;
    margin: 0;
    font-size: 0.875rem;
    transform: translateY(0) rotate(0);
  }
}
.job-list--extended .favorite-button {
  width: 50px;
  padding: 0;
}
@media screen and (min-width: 48em) {
  .job-list--extended .favorite-button {
    width: 75px;
    height: 75px;
    padding: 25px;
  }
}

.job-list__item:hover {
  border-color: #F77F00;
  background-color: #F77F00;
}
.job-list__item--top {
  border-right-color: #F77F00;
}
@media screen and (min-width: 48em) {
  .job-list__item--top .job-list__content {
    border-left-color: #F77F00;
  }
}
@media screen and (min-width: 48em) {
  .job-list__item--top .job-list__title {
    color: #F77F00;
  }
}
@media screen and (min-width: 48em) {
  .job-list__title {
    color: #F77F00;
  }
}

.poll-list__question {
  margin: 0 0 20px;
  letter-spacing: 0.00625rem;
  line-height: 1.41;
}
@media screen and (min-width: 48em) {
  .poll-list__question {
    margin-bottom: 30px;
  }
}
.poll-list__item input {
  position: absolute;
  opacity: 0;
}
.poll-list__item input:checked + label {
  border-color: #F77F00;
  background-color: #F77F00;
  color: #FFFFFF;
}
.poll-list__item label {
  position: relative;
  display: block;
  padding: 23px 15px;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.43;
  transition: border-color 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .poll-list__item label {
    margin-bottom: 0.625rem;
    padding-left: 1.25rem;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1rem;
    font-weight: 600;
  }
  .poll-list__item label:hover {
    border-color: #111111;
    background-color: #111111;
  }
}
.poll-list__item label:last-child {
  border-bottom: 1px solid #E8E8E8;
}
.poll-list__item label:hover {
  border-color: #F77F00;
  background-color: #111111;
  color: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
}
.poll-list__result, .poll-list__item label {
  padding: 23px 15px;
}
.poll-list__result, .poll-list__result:hover {
  background-color: #FFFFFF;
  color: #111111;
}
.poll-list__result {
  position: relative;
  display: block;
  margin-bottom: 0;
  padding: 23px 15px;
  border: 1px solid #E8E8E8;
  border-bottom: 0;
  background-color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 100;
  line-height: 1.43;
  transition: border-color 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.04);
  cursor: auto;
}
@media screen and (min-width: 48em) {
  .poll-list__result {
    margin-bottom: 0.625rem;
    padding-left: 1.25rem;
    border-bottom: 1px solid #E8E8E8;
    font-size: 1rem;
    font-weight: 600;
  }
}
.poll-list__result:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #E8E8E8;
}
.poll-list__result:hover {
  border-color: #E8E8E8;
  background-color: #F77F00;
  color: #FFFFFF;
  -webkit-tap-highlight-color: transparent;
}
.poll-list__result--submitted, .poll-list__result--submitted:hover {
  background-color: #111111;
  color: #FFFFFF;
}
.poll-list__result--submitted .poll-list__result-percentage {
  color: #FFFFFF;
}
.poll-list__result-value {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.poll-list__result-value::-webkit-progress-bar {
  height: 100%;
  background-color: transparent;
}
.poll-list__result-value::-webkit-progress-value {
  background-color: #F77F00;
}
.poll-list__result-label {
  width: 75%;
}
@media screen and (min-width: 30em) {
  .poll-list__result-label {
    width: 90%;
  }
}
.poll-list__result-percentage {
  position: absolute;
  top: 50%;
  right: 20px;
  color: #F77F00;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (min-width: 30em) {
  .poll-list__result-percentage {
    right: 18px;
  }
}

.editable-alert-list__item {
  display: flex;
  height: 4.25rem;
  border-bottom: 1px solid #F4F4F4;
  font-size: 0.875rem;
  align-content: center;
  justify-content: space-between;
}
.editable-alert-list__item__text {
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 600;
  flex: 1;
}
@media screen and (min-width: 48em) {
  .editable-alert-list__item__text {
    flex: 2;
  }
}
.editable-alert-list__item__icon {
  padding-right: 0.625rem;
  color: #F77F00;
  font-size: 1.3125rem;
}
.editable-alert-list__item__icon--disabled {
  color: #B2B2B2;
}
.editable-alert-list__item__frequency {
  padding: 0.625rem;
  flex: 2;
  align-content: center;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .editable-alert-list__item__frequency {
    width: 0;
    flex: 1;
  }
}
.editable-alert-list__item--disabled {
  color: #B2B2B2;
}

@media screen and (min-width: 48em) {
  dl:not(.row):not(.flex-row) {
    display: grid;
    grid-template-columns: -webkit-max-content auto;
    grid-template-columns: max-content auto;
    grid-template-rows: auto auto;
    grid-gap: 0.5rem 3.75rem;
  }
}
@media screen and (min-width: 48em) and (-ms-high-contrast: none), screen and (min-width: 48em) and (-ms-high-contrast: active) {
  dl:not(.row):not(.flex-row) {
    display: -ms-grid;
    margin-top: 1rem;
    -ms-grid-columns: max-content auto;
    -ms-grid-rows: auto auto;
  }
}
@media screen and (min-width: 48em) {
  dl:not(.row):not(.flex-row) > dd,
dl:not(.row):not(.flex-row) > div {
    -ms-grid-column: 2;
  }
}
@media screen and (min-width: 48em) {
  dl:not(.row):not(.flex-row) dt {
    -ms-grid-column: 1;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 48em), screen and (-ms-high-contrast: active) and (min-width: 48em) {
  dl:not(.row):not(.flex-row) dt {
    margin-right: 3.75rem;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(1),
dl:not(.row):not(.flex-row) dt:nth-of-type(1) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(1) + div {
    margin-top: -1rem;
    -ms-grid-row: 1;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(2),
dl:not(.row):not(.flex-row) dt:nth-of-type(2) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(2) + div {
    -ms-grid-row: 2;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(3),
dl:not(.row):not(.flex-row) dt:nth-of-type(3) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(3) + div {
    -ms-grid-row: 3;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(4),
dl:not(.row):not(.flex-row) dt:nth-of-type(4) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(4) + div {
    -ms-grid-row: 4;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(5),
dl:not(.row):not(.flex-row) dt:nth-of-type(5) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(5) + div {
    -ms-grid-row: 5;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(6),
dl:not(.row):not(.flex-row) dt:nth-of-type(6) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(6) + div {
    -ms-grid-row: 6;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(7),
dl:not(.row):not(.flex-row) dt:nth-of-type(7) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(7) + div {
    -ms-grid-row: 7;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(8),
dl:not(.row):not(.flex-row) dt:nth-of-type(8) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(8) + div {
    -ms-grid-row: 8;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(9),
dl:not(.row):not(.flex-row) dt:nth-of-type(9) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(9) + div {
    -ms-grid-row: 9;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(10),
dl:not(.row):not(.flex-row) dt:nth-of-type(10) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(10) + div {
    -ms-grid-row: 10;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(11),
dl:not(.row):not(.flex-row) dt:nth-of-type(11) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(11) + div {
    -ms-grid-row: 11;
  }
  dl:not(.row):not(.flex-row) dt:nth-of-type(12),
dl:not(.row):not(.flex-row) dt:nth-of-type(12) + dd,
dl:not(.row):not(.flex-row) dt:nth-of-type(12) + div {
    -ms-grid-row: 12;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  dl:not(.row):not(.flex-row) dt,
dl:not(.row):not(.flex-row) dt + dd,
dl:not(.row):not(.flex-row) dt + div {
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: none) and (min-width: 48em), screen and (-ms-high-contrast: active) and (min-width: 48em) {
  dl:not(.row):not(.flex-row) dt,
dl:not(.row):not(.flex-row) dt + dd,
dl:not(.row):not(.flex-row) dt + div {
    margin-bottom: 1rem;
  }
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

dl.flex-row {
  flex-wrap: wrap;
}
dl.flex-row dd {
  margin-right: 5.7142857143rem;
}
@media screen and (min-width: 48em) {
  dl.flex-row dd {
    margin-right: 5rem;
  }
}

.breadcrumb__links {
  padding-top: 1.1428571429rem;
  padding-right: 1.1428571429rem;
  padding-bottom: 0;
  padding-left: 1.1428571429rem;
  position: relative;
  overflow-y: hidden;
  white-space: nowrap;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .breadcrumb__links {
    padding-top: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb__links {
    padding-right: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb__links {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb__links {
    padding-left: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumb__links {
    padding-bottom: 1rem;
    padding-left: 0;
  }
}
.breadcrumb__links:not(.breadcrumb__links--no-border) li {
  padding-bottom: 0.3571428571rem;
}
@media screen and (min-width: 48em) {
  .breadcrumb__links:not(.breadcrumb__links--no-border) li {
    padding-bottom: 0.3125rem;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumb__links:not(.breadcrumb__links--no-border) li {
    padding-bottom: 0;
  }
}
.breadcrumb__links li {
  display: inline-block;
}
.breadcrumb__links li a {
  font-weight: 700;
}
.breadcrumb__links li:last-of-type a {
  font-weight: normal;
  text-decoration: none;
}
.breadcrumb__links li:last-of-type::after {
  display: none;
}
.breadcrumb__links li::after {
  padding-right: 0.5714285714rem;
  padding-left: 0.5714285714rem;
  content: "›";
}
@media screen and (min-width: 48em) {
  .breadcrumb__links li::after {
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .breadcrumb__links li::after {
    padding-left: 0.5rem;
  }
}
.breadcrumb__links span {
  display: none;
}
.breadcrumb__container {
  position: relative;
  border-bottom: 1px solid #E8E8E8;
  background: #FFFFFF;
}
@media screen and (min-width: 64em) {
  .breadcrumb__container {
    border-bottom: 0;
    background: transparent;
  }
}
.breadcrumb__fade {
  position: relative;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .breadcrumb__fade--effect {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 75px;
    height: 100%;
    min-height: 39px;
    content: "";
    background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) no-repeat;
  }
}
.breadcrumb--secondary {
  margin-top: -5.2857142857rem;
  z-index: 1;
  border-bottom: 1px solid #292929;
  background: #111111;
  color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  .breadcrumb--secondary {
    margin-top: 0;
  }
}
.breadcrumb--secondary a {
  color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  .breadcrumb--secondary {
    border-bottom: 0;
    background: transparent;
    color: #111111;
  }
  .breadcrumb--secondary a {
    color: #111111;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb--secondary .breadcrumb__fade--effect {
    background: linear-gradient(to right, #111111 0%, rgba(17, 17, 17, 0) 100%) no-repeat;
  }
}
.breadcrumb--secondary .breadcrumb__links {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .breadcrumb--secondary .breadcrumb__links {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .breadcrumb--secondary .breadcrumb__links {
    padding-left: 0;
  }
}

.breadcrumb--secondary + .card--secondary {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .breadcrumb__links:not(.breadcrumb__links--no-border) li:last-of-type {
    border-bottom: 4px solid #F77F00;
  }
}

.list--steps {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .list--steps {
    max-width: 54.375rem;
  }
}
.list--steps .list__item {
  display: flex;
  width: 100%;
}
.list--steps .list__track {
  width: 1.4285714286rem;
  margin-right: 1.1428571429rem;
  position: relative;
  top: 0;
  display: flex;
  border-color: #111111;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .list--steps .list__track {
    width: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .list--steps .list__track {
    margin-right: 1rem;
  }
}
.list--steps .list__track--success {
  border-color: #41D54A;
}
.list--steps .list__track--success .list__icon,
.list--steps .list__track--success .line__progress {
  background-color: #41D54A;
}
.list--steps .list__track--warning {
  border-color: #F77F00;
}
.list--steps .list__track--warning .list__icon,
.list--steps .list__track--warning .line__progress {
  background-color: #F77F00;
}
.list--steps .list__track--error {
  border-color: #FC3411;
}
.list--steps .list__track--error .list__icon,
.list--steps .list__track--error .line__progress {
  background-color: #FC3411;
}
.list--steps .list__track--unfinished {
  border-color: #E0E0E1;
}
.list--steps .list__track--unfinished .list__icon,
.list--steps .list__track--unfinished .line__progress {
  background-color: #E0E0E1;
}
.list--steps .list__track--grey {
  border-color: #E0E0E1;
}
.list--steps .list__track--grey .list__icon,
.list--steps .list__track--grey .line__progress {
  background-color: #E0E0E1;
}
.list--steps .list__track--no-check {
  border-color: #111111;
}
.list--steps .list__track--no-check .list__icon,
.list--steps .list__track--no-check .line__progress {
  border: 2px solid #111111;
  background-color: white;
}
.list--steps .list__track--success-no-check {
  border-color: #41D54A;
}
.list--steps .list__track--success-no-check .list__icon,
.list--steps .list__track--success-no-check .line__progress {
  border: 2px solid #41D54A;
  background-color: white;
}
.list--steps .list__track--warning-no-check {
  border-color: #F77F00;
}
.list--steps .list__track--warning-no-check .list__icon,
.list--steps .list__track--warning-no-check .line__progress {
  border: 2px solid #F77F00;
  background-color: white;
}
.list--steps .list__track--error-no-check {
  border-color: #FC3411;
}
.list--steps .list__track--error-no-check .list__icon,
.list--steps .list__track--error-no-check .line__progress {
  border: 2px solid #FC3411;
  background-color: white;
}
.list--steps .list__track--unfinished-no-check {
  border-color: #E0E0E1;
}
.list--steps .list__track--unfinished-no-check .list__icon,
.list--steps .list__track--unfinished-no-check .line__progress {
  border: 2px solid #E0E0E1;
  background-color: white;
}
.list--steps .list__track--grey-no-check {
  border-color: #E0E0E1;
}
.list--steps .list__track--grey-no-check .list__icon,
.list--steps .list__track--grey-no-check .line__progress {
  border: 2px solid #E0E0E1;
  background-color: white;
}
.list--steps .list__track .line__progress {
  position: absolute;
  top: 2px;
  width: 0;
  height: 100%;
  border: 1px solid;
  border-color: inherit;
  border-top: 0;
  border-bottom: 0;
}
.list--steps .list__track .line__progress--time {
  border-width: 2px;
}
.list--steps .list__icon {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  font-size: 1rem;
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 1;
  border: 4px solid;
  border-color: inherit;
  border-radius: 50%;
  background-color: #111111;
  color: #FFFFFF;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .list--steps .list__icon {
    width: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .list--steps .list__icon {
    height: 1.25rem;
  }
}
@media screen and (min-width: 48em) {
  .list--steps .list__icon {
    font-size: 0.875rem;
  }
}
.list--steps .list__icon::before {
  position: relative;
  top: -1px;
  left: -1px;
}
.list--steps .list__item:not(:last-child) .list__description {
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .list--steps .list__item:not(:last-child) .list__description {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .list--steps .list__item:not(:last-child) .list__description-state {
    margin-bottom: 1.75rem;
  }
}
.list--steps .list__description {
  width: 100%;
}
@media screen and (min-width: 48em) {
  .list--steps .list__description {
    max-width: 52rem;
  }
}
.list--steps .list__description-state {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.list--steps .list__description-state .unfinished {
  color: #E0E0E1;
}
@media screen and (min-width: 48em) {
  .list--steps .list__description-event {
    margin-bottom: 1.5rem;
  }
}
.list--steps .list__description-event .card {
  margin: 0.5714285714rem 0 0;
}
@media screen and (min-width: 48em) {
  .list--steps .list__description-event .card {
    margin: 0.5rem 0 0;
  }
}
.list--steps .list__description-event .card__body {
  max-width: none;
}
.list--steps:not(.list--steps-with-offset):not(.list--progress) .list__item:last-child .list__icon {
  background: transparent;
}
.list--steps:not(.list--steps-with-offset):not(.list--progress) .line__progress {
  height: calc(100% - 1rem);
}
.list--steps-with-offset .list__track {
  top: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .list--steps-with-offset .list__track {
    top: 2.5rem;
  }
}
.list--steps:not(.list--progress) .list__track {
  width: 1.5714285714rem;
}
@media screen and (min-width: 48em) {
  .list--steps:not(.list--progress) .list__track {
    width: 1.375rem;
  }
}
.list--steps:not(.list--progress) .list__icon {
  left: 1px;
}

h3 + .list--steps {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  h3 + .list--steps {
    margin-top: 1rem;
  }
}

.list--steps .list__track--brand {
  border-color: #F77F00;
}
.list--steps .list__track--brand .list__icon,
.list--steps .list__track--brand .line__progress {
  background-color: #F77F00;
}
.list--steps .list__description-state .warning {
  color: #F77F00;
}

.tabs {
  height: 4.5714285714rem;
  border-bottom: solid 1px #E0E0E1;
}
@media screen and (min-width: 48em) {
  .tabs {
    height: 4rem;
  }
}
.tabs > ul,
.tabs > ul > li {
  height: inherit;
}
.tabs--horizontal-scroll {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 64em) {
  .tabs--horizontal-scroll .tabs__container {
    position: absolute;
    top: 0;
    bottom: -0.9375rem;
    left: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.tab {
  padding: 0 1.1428571429rem;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .tab {
    padding: 0 1rem;
  }
}
.tab__text {
  padding: 2rem 0 1.2142857143rem;
  line-height: 1rem;
  display: block;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #111111;
  text-decoration: none;
  text-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 48em) {
  .tab__text {
    padding: 1.75rem 0 0.9375rem;
  }
}
@media screen and (min-width: 48em) {
  .tab__text {
    line-height: 1rem;
  }
}
.tab__text:hover {
  color: #F77F00;
}
.tab--active {
  pointer-events: none;
}
.tab--active .tab__text {
  border-bottom: 4px solid #111111;
}

.tab__text:hover {
  color: #F77F00;
}

.tags {
  margin-bottom: -0.5714285714rem;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (min-width: 48em) {
  .tags {
    margin-bottom: -0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .tags {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .tags {
    line-height: 0.875rem;
  }
}
.tags li {
  margin: 0 0.5714285714rem 0.5714285714rem 0;
  max-width: 100%;
  padding: 0;
  font-weight: 700;
}
@media screen and (min-width: 48em) {
  .tags li {
    margin: 0 0.5rem 0.5rem 0;
  }
}
.tags > a,
.tags li:not(.tags__item) > a:not(.nyc-icon), .tags__item {
  padding: 0.4285714286rem 0.7142857143rem;
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #111111;
  white-space: nowrap;
  background: #111111;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  text-overflow: ellipsis;
}
@media screen and (min-width: 48em) {
  .tags > a,
.tags li:not(.tags__item) > a:not(.nyc-icon), .tags__item {
    padding: 0.5rem 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .tags > a,
.tags li:not(.tags__item) > a:not(.nyc-icon), .tags__item {
    transition: border 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  }
  .tags > a:hover,
.tags li:not(.tags__item) > a:not(.nyc-icon):hover, .tags__item:hover {
    background: transparent;
    color: #111111;
  }
}
.tags__item {
  padding: 0.4285714286rem 0.7142857143rem;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  .tags__item {
    padding: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .tags__item a {
    transition: border 0.12s ease-in-out, background-color 0.12s ease-in-out, color 0.12s ease-in-out;
  }
  .tags__item:hover a {
    color: #111111;
  }
}
.tags__item > a {
  top: 0.5714285714rem;
  right: 0.5714285714rem;
  font-size: 0.7857142857rem;
  position: absolute;
  color: #FFFFFF;
  vertical-align: middle;
}
@media screen and (min-width: 48em) {
  .tags__item > a {
    top: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .tags__item > a {
    right: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .tags__item > a {
    font-size: 0.6875rem;
  }
}
.tags li > a.tags__item--active:not(.nyc-icon) {
  border-color: #B2B2B2;
  background: #B2B2B2;
  color: #FFFFFF;
}
.tags li > a.tags__item--active:not(.nyc-icon):hover {
  background: transparent;
  color: #B2B2B2;
}
.tags--light > a,
.tags--light li:not(.tags__item) > a:not(.nyc-icon),
.tags--light .tags__item {
  border-color: #B2B2B2;
  background: #B2B2B2;
  color: #FFFFFF;
}
.tags--light > a:hover,
.tags--light li:not(.tags__item) > a:not(.nyc-icon):hover,
.tags--light .tags__item:hover {
  background: transparent;
  color: #B2B2B2;
}
.tags--inverted.tags--light > a,
.tags--inverted.tags--light li:not(.tags__item) > a:not(.nyc-icon),
.tags--inverted.tags--light .tags__item {
  background: transparent;
  color: #B2B2B2;
}
@media screen and (min-width: 48em) {
  .tags--inverted.tags--light > a:hover,
.tags--inverted.tags--light li:not(.tags__item) > a:not(.nyc-icon):hover,
.tags--inverted.tags--light .tags__item:hover {
    color: #FFFFFF;
  }
}
.tags--inverted.tags--light > a:hover,
.tags--inverted.tags--light li:not(.tags__item) > a:not(.nyc-icon):hover,
.tags--inverted.tags--light .tags__item:hover {
  border-color: #B2B2B2;
  background: #B2B2B2;
  color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  .tags--inverted.tags--light li:not(.tags__item) > a:not(.nyc-icon):hover a,
.tags--inverted.tags--light .tags__item:hover a {
    color: #FFFFFF;
  }
}
.tags--inverted.tags--light .tags__item > a {
  color: #B2B2B2;
}
.tags--search-results .tags__item, .tags--toggleable .tags__item {
  cursor: default;
}
.tags--search-results .tags__item:hover, .tags--toggleable .tags__item:hover {
  background: #111111;
  color: #FFFFFF;
}
.tags--search-results .tags__item:hover a, .tags--toggleable .tags__item:hover a {
  color: #FFFFFF;
}
.tags--search-results .tags__item a, .tags--toggleable .tags__item a {
  transition: 0.2s ease-in-out;
}
.tags--toggleable .tags__item {
  padding-right: 2.1428571429rem;
}
@media screen and (min-width: 48em) {
  .tags--toggleable .tags__item {
    padding-right: 1.875rem;
  }
}
.tags--addable {
  margin-bottom: 0;
}
.tags--addable .tags__item {
  padding-left: 2.1428571429rem;
}
@media screen and (min-width: 48em) {
  .tags--addable .tags__item {
    padding-left: 1.875rem;
  }
}
.tags--addable .tags__item > a {
  left: 0.5714285714rem;
  right: auto;
}
@media screen and (min-width: 48em) {
  .tags--addable .tags__item > a {
    left: 0.5rem;
  }
}

h1 + .tags,
h2 + .tags,
h3 + .tags,
.h1 + .tags,
.h2 + .tags,
.h3 + .tags {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  h1 + .tags,
h2 + .tags,
h3 + .tags,
.h1 + .tags,
.h2 + .tags,
.h3 + .tags {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  h1 + .tags--search-results,
h2 + .tags--search-results,
h3 + .tags--search-results,
.h1 + .tags--search-results,
.h2 + .tags--search-results,
.h3 + .tags--search-results {
    margin-top: 0.5rem;
  }
  h1 + .tags--search-results + p,
h2 + .tags--search-results + p,
h3 + .tags--search-results + p,
.h1 + .tags--search-results + p,
.h2 + .tags--search-results + p,
.h3 + .tags--search-results + p {
    margin-top: 1rem;
  }
}

.input__select .tags {
  margin: 0.5714285714rem 1.7142857143rem 0 -0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .input__select .tags {
    margin: 0.5rem 1.5rem 0 -0.5rem;
  }
}

.tags--search-results .tags__item a:hover {
  color: #F77F00;
}
.tags--brand > a,
.tags--brand li:not(.tags__item) > a:not(.nyc-icon),
.tags--brand .tags__item {
  border-color: #F77F00;
  background: #F77F00;
  color: #FFFFFF;
}
.tags--brand > a:hover,
.tags--brand li:not(.tags__item) > a:not(.nyc-icon):hover,
.tags--brand .tags__item:hover {
  border-color: #F77F00;
  background: #FFFFFF;
  color: #F77F00;
}
.tags > a.tags__item--brand,
.tags li:not(.tags__item).tags__item--brand > a:not(.nyc-icon),
.tags li:not(.tags__item) > a:not(.nyc-icon).tags__item--brand,
.tags .tags__item--brand {
  border-color: #F77F00;
  background: #F77F00;
  color: #FFFFFF;
}
.tags > a.tags__item--brand:hover,
.tags li:not(.tags__item).tags__item--brand > a:not(.nyc-icon):hover,
.tags li:not(.tags__item) > a:not(.nyc-icon).tags__item--brand:hover,
.tags .tags__item--brand:hover {
  border-color: #F77F00;
  background: #FFFFFF;
  color: #F77F00;
}

.ribbon {
  position: relative;
  z-index: 1;
  min-height: 190px;
  padding: 45px 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.ribbon .container-fluid {
  padding-right: 2.2857142857rem;
  padding-left: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .ribbon .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .ribbon .container-fluid {
    padding-right: 2.2857142857rem;
    padding-left: 1.1428571429rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon--youtube {
    margin-top: 0;
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1349px) {
  .ribbon--youtube {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1350px) {
  .ribbon--youtube {
    top: -28px;
  }
}
@media screen and (max-width: 767px) {
  .ribbon--youtube .container-fluid {
    padding-right: 1.1428571429rem;
  }
}
@media screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .ribbon--youtube .container-fluid {
    padding-right: 1.1428571429rem;
  }
}
.ribbon--youtube .ribbon__container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.ribbon--youtube .youtube-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
.ribbon--youtube .youtube-wrapper .embed-responsive {
  height: 100%;
}
.ribbon--youtube .youtube-wrapper .embed-responsive .embed-responsive-item {
  position: absolute;
  top: -36px;
  width: 100vw;
  height: 100%;
  transition: all 1s ease-in;
}
.ribbon--homepage {
  min-height: 350px;
}
@media screen and (min-width: 48em) {
  .ribbon--homepage {
    min-height: 397px;
    padding: 85px 0;
  }
}
@media screen and (min-width: 64em) {
  .ribbon--homepage {
    min-height: 329px;
  }
}
.ribbon__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  min-width: 100%;
  height: 100%;
  background-color: #E0E0E1;
  background-position: center 37.5%;
  background-size: cover;
}
.ribbon__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ribbon__overlay-text {
  position: relative;
  bottom: 68px;
  width: 100%;
  color: #2D2D2D;
  font-size: 5rem;
  font-weight: 900;
  line-height: 5rem;
  text-align: center;
  mix-blend-mode: lighten;
}
@media screen and (min-width: 48em) {
  .ribbon__overlay-text {
    bottom: 0;
    font-size: 14rem;
    line-height: 13.5rem;
  }
}
@media screen and (min-width: 64em) {
  .ribbon__overlay-text {
    font-size: 19rem;
    line-height: 19rem;
  }
}
@media screen and (min-width: 75em) {
  .ribbon__overlay-text {
    font-size: 23rem;
    line-height: 22rem;
  }
}
.ribbon__heading {
  position: relative;
  display: inline;
  padding: 0 0.5714285714rem;
  background-color: #111111;
  color: #FFFFFF;
  font-family: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.1px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 48em) {
  .ribbon__heading {
    padding: 0 0.5rem;
    font-size: 2.5625rem;
    letter-spacing: -0.2px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .ribbon__heading {
    padding: 0 0.5714285714rem;
  }
}
.ribbon--faded .ribbon__image {
  opacity: 0.5;
}
.ribbon--has-alert .ribbon__heading {
  opacity: 0;
  transition: all 0.8s ease;
}
.ribbon--has-alert .container-fluid {
  position: relative;
  padding: 0 16px !important;
}
@media screen and (min-width: 48em) {
  .ribbon--has-alert .container-fluid {
    padding: 0 !important;
  }
}
.ribbon.-has-notification {
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification {
    padding-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 90em) {
  .ribbon.-has-notification {
    align-items: center;
  }
}
.ribbon.-has-notification .ribbon__notification {
  padding: 1.1428571429rem 1.7142857143rem;
  border-radius: 0;
  margin-top: 0;
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  opacity: 0;
  color: #111111;
  transform: translateY(125%);
  transition-duration: 0.3s;
  transition-property: opacity, transform, margin-top;
  pointer-events: none;
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification {
    padding: 1rem 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification {
    border-radius: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification {
    position: absolute;
    top: 0;
    right: 2.5rem;
    transform: translateX(1rem);
    transition-property: opacity, transform;
    pointer-events: initial;
  }
}
@media screen and (min-width: 90em) {
  .ribbon.-has-notification .ribbon__notification {
    right: calc(calc(100vw - 80rem) / 2);
  }
}
.ribbon.-has-notification .ribbon__notification.-loaded {
  margin-top: 3.2142857143rem;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-loaded {
    margin-top: 2.8125rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-loaded {
    transform: translateX(0);
  }
}
.ribbon.-has-notification .ribbon__notification::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: -0.7142857143rem;
  border-right: 0.7142857143rem solid transparent;
  border-bottom: 0.7142857143rem solid #FFFFFF;
  border-left: 0.7142857143rem solid transparent;
  left: 1.8571428571rem;
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::after {
    top: -0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::after {
    border-right: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::after {
    border-bottom: 0.625rem solid #FFFFFF;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::after {
    border-left: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::after {
    left: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::after {
    display: none;
  }
}
.ribbon.-has-notification .ribbon__notification::before {
  display: none;
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    right: -0.7142857143rem;
    border-top: 0.7142857143rem solid transparent;
    border-bottom: 0.7142857143rem solid transparent;
    border-left: 0.7142857143rem solid #FFFFFF;
    top: 1.2857142857rem;
    display: flex;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::before {
    right: -0.625rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::before {
    border-top: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::before {
    border-bottom: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::before {
    border-left: 0.625rem solid #FFFFFF;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification::before {
    top: 1.125rem;
  }
}
.ribbon.-has-notification .ribbon__notification.-secondary {
  background: #434343;
  color: #FFFFFF;
}
.ribbon.-has-notification .ribbon__notification.-secondary::after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  top: -0.7142857143rem;
  border-right: 0.7142857143rem solid transparent;
  border-bottom: 0.7142857143rem solid #434343;
  border-left: 0.7142857143rem solid transparent;
  left: 1.8571428571rem;
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::after {
    top: -0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::after {
    border-right: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::after {
    border-bottom: 0.625rem solid #434343;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::after {
    border-left: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::after {
    left: 1.625rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::before {
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    right: -0.7142857143rem;
    border-top: 0.7142857143rem solid transparent;
    border-bottom: 0.7142857143rem solid transparent;
    border-left: 0.7142857143rem solid #434343;
    top: 1.2857142857rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::before {
    right: -0.625rem;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::before {
    border-top: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::before {
    border-bottom: 0.625rem solid transparent;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::before {
    border-left: 0.625rem solid #434343;
  }
}
@media screen and (min-width: 48em) and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__notification.-secondary::before {
    top: 1.125rem;
  }
}
.ribbon.-has-notification .ribbon__notification a {
  color: currentColor;
  font-weight: 700;
}
.ribbon.-has-notification .ribbon__notification a.btn:not(.btn--link):not(.-link) {
  font-weight: 800;
}
.ribbon.-has-notification .ribbon__container {
  padding: 0 1.1428571429rem;
  margin: 0;
  flex-basis: 7.1428571429rem;
  max-width: 85.7142857143rem;
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__container {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__container {
    margin: 0 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__container {
    flex-basis: 0;
  }
}
@media screen and (min-width: 48em) {
  .ribbon.-has-notification .ribbon__container {
    max-width: 75rem;
  }
}
@media screen and (min-width: 75em) {
  .ribbon.-has-notification .ribbon__container {
    width: calc(100vw - 80px);
  }
}
.ribbon--video {
  height: auto;
  transition: all 1s linear;
}
@media screen and (min-width: 48em) {
  .ribbon--video {
    height: 100%;
    max-height: 322px;
  }
}
@media screen and (min-width: 64em) {
  .ribbon--video {
    max-height: 394px;
  }
}
.ribbon--video .ribbon__container {
  padding-top: 123px;
}
@media screen and (min-width: 48em) {
  .ribbon--video .ribbon__container {
    padding-top: 355px;
  }
}
.ribbon--video .ribbon__image {
  position: relative;
  display: none;
}
.ribbon__video {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: auto;
  max-height: 100%;
  background-color: #292929;
  transition: all 1s ease-in;
}
.ribbon__video video {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: -55px;
}
@media screen and (min-width: 64em) {
  .ribbon__video video {
    margin-top: -68px;
  }
}
@media screen and (min-width: 75em) {
  .ribbon__video video {
    margin-top: -147px;
  }
}
.ribbon__button {
  position: absolute;
  z-index: 1;
  color: #FFFFFF;
  font-size: 2.5rem;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 48em) {
  .ribbon__button {
    font-size: 3rem;
    cursor: pointer;
  }
}
.ribbon__button p {
  margin-top: -10px;
  font-size: 1.1428571429rem;
  font-weight: 900;
}
@media screen and (min-width: 48em) {
  .ribbon__button p {
    font-size: 1rem;
  }
}
.ribbon__button-play {
  top: 150px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.ribbon__button-pause, .ribbon__button-continue {
  top: 80px;
  right: 0;
}
.ribbon__button-pause i, .ribbon__button-continue i {
  position: relative;
  left: 14px;
}
.ribbon__button-continue i {
  left: 7px;
  font-size: 2.2rem;
}
.ribbon__button-exit {
  top: 80px;
  right: 80px;
}
.ribbon__button-exit i {
  position: relative;
  left: 3px;
}
.ribbon__button-pause, .ribbon__button-continue, .ribbon__button-exit {
  display: none;
}
.ribbon__button-play, .ribbon__button-pause, .ribbon__button-continue, .ribbon__button-exit {
  text-shadow: 0 0 4px rgba(17, 17, 17, 0.5);
}
.ribbon__button-play:hover, .ribbon__button-pause:hover, .ribbon__button-continue:hover, .ribbon__button-exit:hover {
  text-shadow: 0 0 6px rgba(17, 17, 17, 0.8);
}
.ribbon__button-xsplay {
  position: absolute;
  top: 30%;
  left: calc(50% - 14px);
}

.social-networks {
  display: flex;
  padding-top: 0.8125rem;
  color: #111111;
  flex-direction: row;
}
.social-networks__icon {
  padding-right: 0.5rem;
  color: inherit;
  font-size: 2rem;
}
@media screen and (min-width: 75em) {
  .social-networks__icon {
    font-size: 2.25rem;
  }
}
.social-networks--share .social-networks__icon {
  height: 1.5625rem;
  font-size: 1.5rem;
}
@media screen and (min-width: 75em) {
  .social-networks--share .social-networks__icon {
    font-size: 1.5rem;
  }
}

main + footer .social-networks__icon {
  color: #FFFFFF;
}

main + footer {
  padding: 2.2857142857rem 0;
  position: relative;
  bottom: 0;
  left: 0;
  background-color: #111111;
  color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  main + footer {
    padding: 3rem 0;
  }
}
main + footer .input__label {
  color: #FFFFFF;
  font-weight: 700;
}
main + footer ul {
  margin-top: 0;
}
main + footer li {
  padding-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  main + footer li {
    padding-top: 1rem;
  }
}
main + footer a {
  color: #FFFFFF;
  text-decoration: none;
}
main + footer small {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  main + footer small {
    font-size: 0.875rem;
  }
}

main + footer a:hover {
  color: #F77F00;
}

.alert {
  position: relative;
  top: 0;
  z-index: 1;
  width: 100%;
  transition-property: top, opacity;
  transition-duration: 0.4s;
}
.alert:not(.card__body) {
  margin-bottom: 1.4285714286rem;
  padding: 1.7142857143rem;
  right: 1.1428571429rem;
  left: 1.1428571429rem;
  position: absolute;
  width: auto;
}
@media screen and (min-width: 48em) {
  .alert:not(.card__body) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 48em) {
  .alert:not(.card__body) {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .alert:not(.card__body) {
    right: 0;
  }
}
@media screen and (min-width: 48em) {
  .alert:not(.card__body) {
    left: 0;
  }
}
.alert > span {
  margin-right: 1.1428571429rem;
  display: inline-block;
}
@media screen and (min-width: 48em) {
  .alert > span {
    margin-right: 1rem;
  }
}
.alert--info {
  background: #B9E5E7;
  color: #007D88;
}
.alert--info a {
  color: #007D88;
}
.alert--success {
  background: #B2F5CD;
  color: #005523;
}
.alert--success a {
  color: #005523;
}
.alert--error {
  background: #FFCCC1;
  color: #FF441A;
}
.alert--error a {
  color: #FF441A;
}
.alert__close {
  right: 2.8571428571rem;
  top: 1.7142857143rem;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .alert__close {
    right: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .alert__close {
    top: 1.5rem;
  }
}
.alert__close label {
  cursor: pointer;
}

#Alert_Close:checked + .alert__close {
  display: none;
}
#Alert_Close:checked + .alert__close + .alert {
  top: -2.1428571429rem;
  opacity: 0;
}
@media screen and (min-width: 48em) {
  #Alert_Close:checked + .alert__close + .alert {
    top: -1.875rem;
  }
}
#Alert_Close:checked + .alert__close + .alert + .ribbon__heading {
  opacity: 1;
}

.carousel {
  position: relative;
}
@media screen and (min-width: 64em) {
  .carousel {
    padding: 1.5rem 1.5rem 0;
  }
}
.carousel .carousel__inner {
  overflow: hidden;
}
.carousel .items__wrapper {
  display: flex;
  flex-direction: row;
}
.carousel .carousel__item {
  display: flex;
  width: 100%;
  opacity: 1;
  transition: transform 0.4s;
  cursor: -webkit-grab;
  cursor: grab;
  flex-direction: column;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 64em) {
  .carousel .carousel__item {
    flex-direction: row;
  }
}
.carousel .carousel__item img {
  margin-right: 2.8571428571rem;
  align-self: flex-start;
}
@media screen and (max-width: 1023px) {
  .carousel .carousel__item img {
    margin: 0 auto 1rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 64em) {
  .carousel .carousel__item img {
    flex-shrink: 0;
  }
}
.carousel .carousel__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.carousel .carousel__item a {
  font-weight: 700;
}
.carousel .carousel__item p {
  word-wrap: break-word;
  word-break: break-word;
}
.carousel .carousel__prev,
.carousel .carousel__next {
  position: absolute;
  top: 50%;
  font-size: 1.5rem;
  transform: translateY(-50%);
  cursor: pointer;
}
.carousel .carousel__prev {
  left: -64px;
}
@media screen and (min-width: 75em) {
  .carousel .carousel__prev {
    left: -128px;
  }
}
.carousel .carousel__next {
  right: -64px;
}
@media screen and (min-width: 75em) {
  .carousel .carousel__next {
    right: -128px;
  }
}
.carousel .carousel__controls {
  z-index: 999;
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .carousel .carousel__controls {
    margin-top: 1rem;
  }
}
.carousel .carousel__controls ul {
  display: flex;
  justify-content: center;
}
.carousel .carousel__controls .carousel__indicator {
  width: 12px;
  height: 12px;
  margin-right: 2rem;
  border-radius: 50%;
  background: #ECECEC;
  transition: all 0.6s ease;
  cursor: pointer;
}

.carousel .carousel__indicator.active {
  background: #F77F00;
}

.video-controls {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  color: #FFFFFF;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 4px rgba(17, 17, 17, 0.4);
  transition: text-shadow 0.2s ease-in;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-controls i,
.video-controls span {
  z-index: 2;
  pointer-events: none;
}
.video-controls i::before {
  font-size: 3.4285714286rem;
}
@media screen and (min-width: 48em) {
  .video-controls i::before {
    font-size: 3rem;
  }
}
.video-controls span {
  letter-spacing: -0.0285714286rem;
}
@media screen and (min-width: 48em) {
  .video-controls span {
    letter-spacing: -0.025rem;
  }
}

.statistics-count {
  display: flex;
  font-weight: 700;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.statistics-count data,
.statistics-count span {
  font-size: 2.2857142857rem;
  letter-spacing: -0.0642857143rem;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .statistics-count data,
.statistics-count span {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 48em) {
  .statistics-count data,
.statistics-count span {
    letter-spacing: -0.1rem;
  }
}
.statistics-count p {
  margin-top: 0.5714285714rem;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .statistics-count p {
    margin-top: 0.5rem;
  }
}

.statistics-count data,
.statistics-count span {
  color: #F77F00;
}

.status-card {
  margin-bottom: 1.1428571429rem;
  padding: 1.7142857143rem 1.1428571429rem;
  display: flex;
  background-color: #F2F2F2;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .status-card {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .status-card {
    padding: 5rem;
  }
}
.status-card__body {
  display: flex;
  max-width: 52rem;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .status-card__body {
    justify-content: center;
    flex-direction: row;
  }
}
.status-card__message {
  font-size: 2.8571428571rem;
  letter-spacing: -0.05rem;
  color: #B2B2B2;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .status-card__message {
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 48em) {
  .status-card__message {
    letter-spacing: -0.04375rem;
  }
}
@media screen and (min-width: 48em) {
  .status-card__message {
    padding-right: 2rem;
    border-right: 4px solid #B2B2B2;
  }
}
.status-card hr {
  width: 5.7142857143rem;
  margin: 1.1428571429rem 0 0;
  border-top: 4px solid #B2B2B2;
}
@media screen and (min-width: 48em) {
  .status-card hr {
    width: 5rem;
  }
}
@media screen and (min-width: 48em) {
  .status-card hr {
    margin: 1rem 0 0;
  }
}
@media screen and (min-width: 48em) {
  .status-card hr {
    display: none;
  }
}
.status-card__description {
  padding: 1.1428571429rem 0 0;
  text-align: left;
}
@media screen and (min-width: 48em) {
  .status-card__description {
    padding: 0 0 0 2rem;
  }
}
.status-card--white {
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}

.contact-card {
  margin-right: -1.1428571429rem;
  margin-bottom: 1.7142857143rem;
  margin-left: -1.1428571429rem;
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .contact-card {
    margin-right: 0;
  }
}
@media screen and (min-width: 48em) {
  .contact-card {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .contact-card {
    margin-left: 0;
  }
}
@media screen and (min-width: 48em) {
  .contact-card {
    flex-direction: row;
  }
}
.contact-card figure {
  position: relative;
  overflow: hidden;
  width: auto;
  margin: 0;
}
@media screen and (min-width: 48em) {
  .contact-card figure {
    display: flex;
    min-width: 16rem;
    max-width: 16rem;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 64em) {
  .contact-card figure {
    min-width: 12rem;
    max-width: 12rem;
  }
}
@media screen and (min-width: 75em) {
  .contact-card figure {
    min-width: 18.5rem;
    max-width: 18.5rem;
  }
}
.contact-card figure img {
  width: 100%;
  max-width: none;
  height: auto;
  flex-grow: 1;
}
@media screen and (-ms-high-contrast: none) and (min-width: 48em), screen and (-ms-high-contrast: active) and (min-width: 48em) {
  .contact-card figure img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .contact-card figure img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.contact-card__body {
  padding: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .contact-card__body {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .contact-card__body {
    padding: 2rem;
  }
}
.contact-card address {
  padding-top: 0.5714285714rem;
  font-style: normal;
}
@media screen and (min-width: 48em) {
  .contact-card address {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .contact-card address a {
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (min-width: 64em) {
  .contact-card address {
    padding-top: 1rem;
  }
}
.contact-card__phone {
  margin: 1.7142857143rem -1.1428571429rem -1.1428571429rem;
  padding: 1.1428571429rem;
  position: relative;
  display: flex;
  background: #F9F9F9;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (min-width: 48em) {
  .contact-card__phone {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .contact-card__phone {
    padding: 0;
  }
}
@media screen and (min-width: 48em) {
  .contact-card__phone {
    display: block;
    background: none;
  }
}
.contact-card__phone-title--mobile {
  width: 100%;
  color: #565656;
}
@media screen and (min-width: 48em) {
  .contact-card__phone-title--mobile {
    display: none;
  }
}
.contact-card__phone-title--desktop {
  display: none;
}
@media screen and (min-width: 48em) {
  .contact-card__phone-title--desktop {
    display: inline;
  }
}
.contact-card__phone-icon {
  top: 0.7142857143rem;
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  padding: inherit;
  color: #787878;
}
@media screen and (min-width: 48em) {
  .contact-card__phone-icon {
    top: 0.625rem;
  }
}
@media screen and (min-width: 48em) {
  .contact-card__phone-icon {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 48em) {
  .contact-card__phone-icon {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .contact-card--lg {
    height: auto;
    flex-direction: column;
  }
}
@media screen and (min-width: 48em) {
  .contact-card--lg figure {
    min-width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 48em) {
  .contact-card--lg figure img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
  }
}
.contact-card--lg .contact-card__body {
  padding: 1.1428571429rem;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .contact-card--lg .contact-card__body {
    padding: 2rem;
  }
}

@keyframes animated-arrow-right {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.card--primary .input__label, .card--secondary .input__label, .card--tertiary .input__label, .card--primary .input__switch-label, .card--secondary .input__switch-label, .card--tertiary .input__switch-label {
  color: #FFFFFF;
}

.card {
  display: flex;
  margin-bottom: 1.1428571429rem;
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  flex-direction: column;
}
@media screen and (min-width: 48em) {
  .card {
    margin-bottom: 2rem;
  }
}
.card > img {
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 48em) {
  .card > img.card__image--small {
    max-height: 10.3125rem;
  }
}
.card__heading {
  padding: 1.1428571429rem 1.1428571429rem 0.8571428571rem;
  border-bottom: 1px solid #E8E8E8;
}
@media screen and (min-width: 48em) {
  .card__heading {
    padding: 2rem 2rem 1.5rem;
  }
}
.card__heading + .card__body {
  padding-top: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .card__heading + .card__body {
    padding-top: 1.5rem;
  }
}
.card__body {
  width: 100%;
  padding: 1.1428571429rem;
  text-align: left;
  align-self: center;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media screen and (min-width: 48em) {
  .card__body {
    padding: 2rem;
  }
}
.card__body a {
  font-weight: 700;
}
.card__body a.btn:not(.btn--link):not(.-link) {
  font-weight: 800;
}
.card__body:first-of-type {
  padding-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__body:first-of-type {
    padding-top: 2rem;
  }
}
.card__body:last-of-type {
  padding-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__body:last-of-type {
    padding-bottom: 2rem;
  }
}
.card__body + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--primary {
  color: #FFFFFF;
}
.card--secondary {
  background-color: #111111;
  color: #FFFFFF;
}
.card--secondary .btn--secondary {
  border: 1px solid #FFFFFF;
}
.card--secondary a:not(.btn) {
  color: #FFFFFF;
}
.card--tertiary {
  background-color: #E0E0E1;
  color: #FFFFFF;
}
.card--transparent {
  background-color: transparent;
  box-shadow: none;
}
.card--horizontal {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .card--horizontal {
    flex-direction: row;
  }
}
.card--horizontal > figure {
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  margin: 0;
  order: -1;
  align-self: flex-start;
}
@media screen and (min-width: 64em) {
  .card--horizontal > figure {
    display: flex;
    width: auto;
    min-width: 50%;
    height: 480px;
    padding: 0;
    align-items: center;
    flex-direction: column;
    order: 0;
  }
}
@media screen and (min-width: 75em) {
  .card--horizontal > figure {
    height: 352px;
  }
}
.card--horizontal > figure img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .card--horizontal > figure img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .card--horizontal > figure img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}
.card--horizontal > figure video {
  width: 100%;
  height: 100%;
}
.card--horizontal > .card__body {
  padding: 1.1428571429rem;
  align-self: flex-start;
}
@media screen and (min-width: 48em) {
  .card--horizontal > .card__body {
    min-width: 50%;
    padding: 2rem;
  }
}
.card--horizontal + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--form .card__image {
  height: 12.5rem;
  background-position: center;
  background-size: cover;
  align-self: auto;
}
@media screen and (min-width: 48em) {
  .card--form .card__image {
    height: 20rem;
  }
}
@media screen and (min-width: 64em) {
  .card--form .card__image {
    height: auto;
  }
}
.card--full-width, .card.-full-width {
  margin-right: -1.1428571429rem;
  margin-left: -1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card--full-width, .card.-full-width {
    margin-right: 0;
    margin-left: 0;
  }
}
.card--full-width .card__body, .card.-full-width .card__body {
  padding-bottom: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .card--full-width .card__body, .card.-full-width .card__body {
    padding-bottom: 2rem;
  }
}
.card--full-width .card__alert, .card.-full-width .card__alert {
  margin-right: 0;
  margin-left: 0;
}
.card--full-height {
  height: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .card--full-height {
    margin-bottom: 0;
  }
}
.card--full-height .card__body {
  height: 100%;
  flex: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card--full-height .card__body {
    flex: auto;
  }
}
.card--top {
  margin-top: -3.7142857143rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .card--top {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .card--top {
    margin-top: -3.25rem;
  }
}
@media screen and (min-width: 48em) {
  .card__figure-square {
    display: flex;
    flex-direction: row;
  }
}
.card__figure-square > .card__body:first-of-type {
  width: auto;
  padding-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .card__figure-square > .card__body:first-of-type {
    padding: 2rem 1rem 2rem 2rem;
    align-self: flex-start;
  }
}
.card__figure-square > .card__body:last-of-type {
  padding-top: 0.5714285714rem;
  border: 0;
}
@media screen and (min-width: 48em) {
  .card__figure-square > .card__body:last-of-type {
    padding: 2rem 2rem 2rem 1rem;
    flex-grow: 1;
  }
}
@media screen and (min-width: 64em) {
  .card__figure-square > .card__body:last-of-type {
    align-self: flex-start;
  }
}
.card__figure-square + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--avatar {
  margin-top: 48px;
}
@media screen and (min-width: 48em) {
  .card--avatar {
    margin-top: 72px;
  }
}
.card--avatar .card__body:first-of-type {
  padding-top: 0;
}
.card--avatar .figure-square {
  margin-top: -48px;
}
@media screen and (min-width: 48em) {
  .card--avatar .figure-square {
    margin-top: -72px;
  }
}
.card__button {
  margin-top: auto;
}
.card__video figure {
  margin: 0;
}
.card__video figure a {
  position: relative;
  z-index: 1;
  display: block;
  background: #111111;
  transition: background 0.2s ease-in;
  pointer-events: auto;
}
.card__video figure a:hover {
  cursor: pointer;
}
.card__video figure a:hover img {
  opacity: 1;
}
.card__video figure a:hover .video-controls {
  text-shadow: 0 0 8px rgba(17, 17, 17, 0.8);
}
.card__video figure img {
  opacity: 0.7;
  transition: opacity 0.2s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--links {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .card--links {
    width: calc(33.3333333333% - 1.5rem);
    margin: 0.75rem;
  }
}
.card--links .card--background {
  min-height: 4rem;
}
@media screen and (min-width: 48em) {
  .card--links .card--background {
    min-height: 3.5rem;
  }
}
@media screen and (min-width: 48em) {
  .card--links .card--background {
    height: auto;
  }
}
.card--links .card--background .card__body {
  position: relative;
  z-index: 1;
}
.card--links .card--background p {
  display: none;
}
@media screen and (min-width: 48em) {
  .card--links .card--background p {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .card--links .list--links li {
    border-top: 0;
    border-bottom: 1px solid #E8E8E8;
  }
}
.card--background {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-decoration: none;
}
.card--background::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  background: rgba(17, 17, 17, 0.6);
}
.card--background .card__body {
  z-index: 0;
}
.card--background h3 {
  position: relative;
}
.card--background .input {
  color: #B2B2B2;
}
.card--slim .card__body {
  padding: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__body {
    padding: 1.5rem 2rem;
  }
}
.card--slim .card__body h3 {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__body h3 {
    font-size: 1rem;
  }
}
.card--slim a {
  text-decoration: none;
}
.card--slim .card__heading + img {
  height: 10.7857142857rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__heading + img {
    height: 25.9375rem;
  }
}
.card--slim iframe {
  width: 100%;
}
.card__alert {
  padding: 1.1428571429rem;
  margin: -1.1428571429rem;
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__alert {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .card__alert {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .card__alert {
    margin-top: 1.5rem;
  }
}
.card__alert--info {
  background: #F9F9F9;
  color: #111111;
}
.card__alert--tip {
  background: #B9E5E7;
  color: #007D88;
}
.card__alert--tip a {
  color: #007D88;
}
.card__alert a {
  font-weight: 700;
}
.card__alert p + p {
  margin-top: 0;
}

a.card {
  text-decoration: none;
}
a.card:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
a.card p {
  text-decoration: none;
}

a.card--background {
  background-size: 105%;
  transition: background-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.card--background:hover {
  background-size: 115%;
}
@media screen and (min-width: 48em) {
  a.card--background {
    height: 224px;
    background-size: 125%;
  }
  a.card--background:hover {
    background-size: 135%;
  }
}
@media screen and (min-width: 64em) {
  a.card--background {
    background-size: 140%;
  }
  a.card--background:hover {
    background-size: 150%;
  }
}
a.card--background .card__body {
  color: #FFFFFF;
  transition: 0.2s all;
}
a.card--background .card__body h3::after {
  position: relative;
  top: 0;
  left: 8px;
  font-size: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  a.card--background .card__body h3::after {
    top: -2px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  a.card--background .card__body:hover h3::after {
    -webkit-animation-name: animated-arrow-right;
            animation-name: animated-arrow-right;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .card-grid {
    width: calc(100% + 1rem);
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    justify-content: initial;
  }
}
.card-grid--sm {
  margin-left: -1.1428571429rem;
  margin-right: -1.1428571429rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (min-width: 48em) {
  .card-grid--sm {
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .card-grid--sm {
    margin-right: -0.75rem;
  }
}
.card-grid .card:not(.card--background) {
  display: none;
  min-height: 120px;
  flex: 1;
}
@media screen and (min-width: 48em) {
  .card-grid .card:not(.card--background) {
    display: flex;
    width: 100%;
    height: 186px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .card-grid .card:not(.card--background) {
    height: 166px;
  }
}
@media screen and (min-width: 75em) {
  .card-grid .card:not(.card--background) {
    height: 186px;
  }
}
.card-grid .card--background {
  width: calc(50% - 0.2857142857rem);
  height: 132px;
  margin-bottom: 0.5714285714rem;
  background-size: 130%;
}
.card-grid .card--background:hover {
  background-size: 140%;
}
@media screen and (min-width: 360px) {
  .card-grid .card--background {
    height: 154px;
  }
}
@media screen and (min-width: 375px) {
  .card-grid .card--background {
    height: 156px;
  }
}
@media screen and (min-width: 414px) {
  .card-grid .card--background {
    height: 174px;
  }
}
@media screen and (min-width: 48em) {
  .card-grid .card--background {
    width: calc(33.3333333333% - 1rem);
    height: 186px;
    margin: 0 0.5rem 1rem;
    background-size: 130%;
  }
  .card-grid .card--background:hover {
    background-size: 140%;
  }
}
@media screen and (min-width: 64em) {
  .card-grid .card--background {
    width: calc(20% - 1rem);
    height: 166px;
    background-size: 145%;
  }
  .card-grid .card--background:hover {
    background-size: 155%;
  }
}
@media screen and (min-width: 75em) {
  .card-grid .card--background {
    height: 186px;
    background-size: 130%;
  }
  .card-grid .card--background:hover {
    background-size: 140%;
  }
}
.card-grid .card--background__title {
  overflow: hidden;
  height: 100%;
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 48em) {
  .card-grid .card--background__title {
    font-size: 1.25rem;
  }
}
.card-grid .card--background .card__body {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

h1 + .card,
h2 + .card,
h3 + .card,
.h1 + .card,
.h2 + .card,
.h3 + .card {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  h1 + .card,
h2 + .card,
h3 + .card,
.h1 + .card,
.h2 + .card,
.h3 + .card {
    margin-top: 1rem;
  }
}

h3 + .card-grid {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  h3 + .card-grid {
    margin-top: 1rem;
  }
}

.card--primary {
  background-color: #F77F00;
}
.card--search__category {
  padding: 1.1428571429rem 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .card--search__category {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 48em) {
  .card--search__category:hover {
    background: #F77F00;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 48em) {
  .card--search__current {
    background-color: #E0E0E1;
  }
}
.card--search__current p:first-child {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .card--search__current p:first-child {
    font-weight: normal;
  }
}
.card--search__icon {
  color: #F77F00;
}

a.card--background:hover::before {
  background-color: rgba(17, 17, 17, 0.8);
}

@keyframes animated-arrow-right {
  0% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateX(10px) scale(0.9);
  }
  26% {
    opacity: 0;
    transform: translateX(-10px) scale(0.9);
  }
  55% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.card--primary .input__label, .card--secondary .input__label, .card--tertiary .input__label, .card--primary .input__switch-label, .card--secondary .input__switch-label, .card--tertiary .input__switch-label {
  color: #FFFFFF;
}

@media screen and (min-width: 48em) {
  .card__body:not(.mw-none) {
    max-width: 52rem;
  }
}
.card--primary {
  color: #FFFFFF;
}
.card--secondary {
  background-color: #111111;
  color: #FFFFFF;
}
.card--secondary .btn--secondary {
  border: 1px solid #FFFFFF;
}
.card--secondary a:not(.btn) {
  color: #FFFFFF;
}
.card--tertiary {
  background-color: #E0E0E1;
  color: #FFFFFF;
}
.card--transparent {
  background-color: transparent;
  box-shadow: none;
}
.card--horizontal {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 64em) {
  .card--horizontal {
    flex-direction: row;
  }
}
.card--horizontal > figure {
  overflow: hidden;
  width: 100%;
  max-height: 100%;
  margin: 0;
  order: -1;
  align-self: flex-start;
}
@media screen and (min-width: 64em) {
  .card--horizontal > figure {
    display: flex;
    width: auto;
    min-width: 50%;
    height: 480px;
    padding: 0;
    align-items: center;
    flex-direction: column;
    order: 0;
  }
}
@media screen and (min-width: 75em) {
  .card--horizontal > figure {
    height: 352px;
  }
}
.card--horizontal > figure img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 64em) {
  .card--horizontal > figure img {
    width: auto;
    max-width: none;
    height: 100%;
  }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .card--horizontal > figure img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
  }
}
.card--horizontal > figure video {
  width: 100%;
  height: 100%;
}
.card--horizontal > .card__body {
  padding: 1.1428571429rem;
  align-self: flex-start;
}
@media screen and (min-width: 48em) {
  .card--horizontal > .card__body {
    min-width: 50%;
    padding: 2rem;
  }
}
.card--horizontal + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--form .card__image {
  height: 12.5rem;
  background-position: center;
  background-size: cover;
  align-self: auto;
}
@media screen and (min-width: 48em) {
  .card--form .card__image {
    height: 20rem;
  }
}
@media screen and (min-width: 64em) {
  .card--form .card__image {
    height: auto;
  }
}
.card--top {
  margin-top: -3.7142857143rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 48em) {
  .card--top {
    margin-top: -2rem;
  }
}
@media screen and (min-width: 64em) {
  .card--top {
    margin-top: -3.25rem;
  }
}
@media screen and (min-width: 48em) {
  .card__figure-square {
    display: flex;
    flex-direction: row;
  }
}
.card__figure-square > .card__body:first-of-type {
  width: auto;
  padding-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .card__figure-square > .card__body:first-of-type {
    padding: 2rem 1rem 2rem 2rem;
    align-self: flex-start;
  }
}
.card__figure-square > .card__body:last-of-type {
  padding-top: 0.5714285714rem;
  border: 0;
}
@media screen and (min-width: 48em) {
  .card__figure-square > .card__body:last-of-type {
    padding: 2rem 2rem 2rem 1rem;
    flex-grow: 1;
  }
}
@media screen and (min-width: 64em) {
  .card__figure-square > .card__body:last-of-type {
    align-self: flex-start;
  }
}
.card__figure-square + .card__body {
  border-top: 1px solid #E8E8E8;
}
.card--avatar {
  margin-top: 48px;
}
@media screen and (min-width: 48em) {
  .card--avatar {
    margin-top: 72px;
  }
}
.card--avatar .card__body:first-of-type {
  padding-top: 0;
}
.card--avatar .figure-square {
  margin-top: -48px;
}
@media screen and (min-width: 48em) {
  .card--avatar .figure-square {
    margin-top: -72px;
  }
}
.card__button {
  margin-top: auto;
}
.card__video figure {
  margin: 0;
}
.card__video figure a {
  position: relative;
  z-index: 1;
  display: block;
  background: #111111;
  transition: background 0.2s ease-in;
  pointer-events: auto;
}
.card__video figure a:hover {
  cursor: pointer;
}
.card__video figure a:hover img {
  opacity: 1;
}
.card__video figure a:hover .video-controls {
  text-shadow: 0 0 8px rgba(17, 17, 17, 0.8);
}
.card__video figure img {
  opacity: 0.7;
  transition: opacity 0.2s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
.card--links {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 64em) {
  .card--links {
    width: calc(33.3333333333% - 1.5rem);
    margin: 0.75rem;
  }
}
.card--links .card--background {
  min-height: 4rem;
}
@media screen and (min-width: 48em) {
  .card--links .card--background {
    min-height: 3.5rem;
  }
}
@media screen and (min-width: 48em) {
  .card--links .card--background {
    height: auto;
  }
}
.card--links .card--background .card__body {
  position: relative;
  z-index: 1;
}
.card--links .card--background p {
  display: none;
}
@media screen and (min-width: 48em) {
  .card--links .card--background p {
    display: block;
  }
}
@media screen and (min-width: 64em) {
  .card--links .list--links li {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-top: 0;
    border-bottom: 1px solid #E8E8E8;
  }
  .card--links .list--links li:last-of-type {
    margin-bottom: 31px;
    padding-bottom: 1rem;
  }
}
.card--background {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #FFFFFF;
  text-decoration: none;
}
.card--background::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: block;
  content: "";
  background: rgba(17, 17, 17, 0.6);
}
.card--background .card__body {
  z-index: 0;
}
.card--background h3 {
  position: relative;
}
.card--background .input {
  color: #B2B2B2;
}
.card--slim .card__body {
  padding: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__body {
    padding: 1.5rem 2rem;
  }
}
.card--slim .card__body h3 {
  font-size: 1rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__body h3 {
    font-size: 1rem;
  }
}
.card--slim a {
  text-decoration: none;
}
.card--slim .card__heading + img {
  height: 10.7857142857rem;
}
@media screen and (min-width: 48em) {
  .card--slim .card__heading + img {
    height: 25.9375rem;
  }
}
.card--slim iframe {
  width: 100%;
}
.card__alert {
  padding: 1.1428571429rem;
  margin: -1.1428571429rem;
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .card__alert {
    padding: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .card__alert {
    margin: 0;
  }
}
@media screen and (min-width: 48em) {
  .card__alert {
    margin-top: 1.5rem;
  }
}
.card__alert--info {
  background: #F9F9F9;
  color: #111111;
}
.card__alert--tip {
  background: #B9E5E7;
  color: #007D88;
}
.card__alert--tip a {
  color: #007D88;
}
.card__alert a {
  font-weight: 700;
}
.card__alert p + p {
  margin-top: 0;
}

a.card {
  text-decoration: none;
}
a.card:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
a.card p {
  text-decoration: none;
}

a.card--background {
  background-size: 105%;
  transition: background-size 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
a.card--background:hover {
  background-size: 115%;
}
@media screen and (min-width: 48em) {
  a.card--background {
    height: 224px;
    background-size: 125%;
  }
  a.card--background:hover {
    background-size: 135%;
  }
}
@media screen and (min-width: 64em) {
  a.card--background {
    background-size: 140%;
  }
  a.card--background:hover {
    background-size: 150%;
  }
}
a.card--background .card__body {
  color: #FFFFFF;
  transition: 0.2s all;
}
a.card--background .card__body h3::after {
  position: relative;
  top: 0;
  left: 8px;
  font-size: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  a.card--background .card__body h3::after {
    top: -2px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  a.card--background .card__body:hover h3::after {
    -webkit-animation-name: animated-arrow-right;
            animation-name: animated-arrow-right;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .card-grid {
    width: calc(100% + 1rem);
    margin-right: -0.5rem;
    margin-left: -0.5rem;
    justify-content: initial;
  }
}
.card-grid--sm {
  margin-left: -1.1428571429rem;
  margin-right: -1.1428571429rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: stretch;
}
@media screen and (min-width: 48em) {
  .card-grid--sm {
    margin-left: -0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .card-grid--sm {
    margin-right: -0.75rem;
  }
}
.card-grid .card:not(.card--background) {
  display: none;
  min-height: 120px;
  flex: 1;
}
@media screen and (min-width: 48em) {
  .card-grid .card:not(.card--background) {
    display: flex;
    width: 100%;
    height: 186px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .card-grid .card:not(.card--background) {
    height: 166px;
  }
}
@media screen and (min-width: 75em) {
  .card-grid .card:not(.card--background) {
    height: 186px;
  }
}
.card-grid .card--background {
  width: calc(50% - 0.2857142857rem);
  height: 132px;
  margin-bottom: 0.5714285714rem;
  background-size: 130%;
}
.card-grid .card--background:hover {
  background-size: 140%;
}
@media screen and (min-width: 360px) {
  .card-grid .card--background {
    height: 154px;
  }
}
@media screen and (min-width: 375px) {
  .card-grid .card--background {
    height: 156px;
  }
}
@media screen and (min-width: 414px) {
  .card-grid .card--background {
    height: 174px;
  }
}
@media screen and (min-width: 48em) {
  .card-grid .card--background {
    width: calc(33.3333333333% - 1rem);
    height: 186px;
    margin: 0 0.5rem 1rem;
    background-size: 130%;
  }
  .card-grid .card--background:hover {
    background-size: 140%;
  }
}
@media screen and (min-width: 64em) {
  .card-grid .card--background {
    width: calc(20% - 1rem);
    height: 166px;
    background-size: 145%;
  }
  .card-grid .card--background:hover {
    background-size: 155%;
  }
}
@media screen and (min-width: 75em) {
  .card-grid .card--background {
    height: 186px;
    background-size: 130%;
  }
  .card-grid .card--background:hover {
    background-size: 140%;
  }
}
.card-grid .card--background__title {
  overflow: hidden;
  height: 100%;
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: -0.6px;
  line-height: 1;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media screen and (min-width: 48em) {
  .card-grid .card--background__title {
    font-size: 1.25rem;
  }
}
.card-grid .card--background .card__body {
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}

h3 + .card-grid {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  h3 + .card-grid {
    margin-top: 1rem;
  }
}

.card--primary {
  background-color: #F77F00;
}
.card--search__category {
  padding: 1.1428571429rem 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .card--search__category {
    padding: 1rem 2rem;
  }
}
@media screen and (min-width: 48em) {
  .card--search__category:hover {
    background: #F77F00;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 48em) {
  .card--search__current {
    background-color: #E0E0E1;
  }
}
.card--search__current p:first-child {
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  .card--search__current p:first-child {
    font-weight: normal;
  }
}
.card--search__icon {
  color: #F77F00;
}

a.card--background:hover::before {
  background-color: rgba(17, 17, 17, 0.8);
}

.card--client {
  overflow: hidden;
}
@media screen and (min-width: 64em) {
  .card--client {
    height: 27.625rem;
    flex-direction: row;
  }
}
.card--client .card__body {
  z-index: 2;
  display: inherit;
  background-color: inherit;
  align-self: stretch;
  align-items: center;
}
@media screen and (min-width: 64em) {
  .card--client .card__body {
    max-width: 39.75rem;
  }
}
.card--client .card__navigation {
  height: 6.8571428571rem;
  position: relative;
  z-index: 1;
  display: flex;
  margin: 0 -1px;
  color: #E8E8E8;
  box-shadow: inset 0 -1px 0 0;
  flex-direction: row;
}
@media screen and (min-width: 48em) {
  .card--client .card__navigation {
    height: 6rem;
  }
}
@media screen and (min-width: 64em) {
  .card--client .card__navigation {
    width: 17.625rem;
    height: auto;
    margin: -1px 0;
    box-shadow: inset -1px 0 0 0;
    flex-direction: column;
  }
}
.card--client .card__image {
  height: 14.2857142857rem;
  position: relative;
}
@media screen and (min-width: 48em) {
  .card--client .card__image {
    height: 12.5rem;
  }
}
@media screen and (min-width: 64em) {
  .card--client .card__image {
    width: 17.625rem;
    height: auto;
  }
}
.card--client .client__body {
  flex: 1 0 0%;
}
@media screen and (min-width: 75em) {
  .card--client .client__body {
    padding: 0 1.5rem;
  }
}
.card--client .client__body:not(.-active) {
  display: none;
}
.card--client .client__logo {
  position: inherit;
  z-index: inherit;
  display: flex;
  transition: box-shadow 0.4s;
  box-shadow: 0 0 15px 0 transparent, inset 0 4px 0 0 transparent, inset 1px 0 0 0 #E8E8E8;
  align-items: center;
  flex: 1 0 0%;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 64em) {
  .card--client .client__logo {
    box-shadow: 0 0 15px 0 transparent, inset 4px 0 0 0 transparent, inset 0 1px 0 0 #E8E8E8;
    justify-content: center;
  }
}
.card--client .client__logo img {
  max-height: 5.7142857143rem;
  transition: 0.2s -webkit-filter;
  transition: 0.2s filter;
  transition: 0.2s filter, 0.2s -webkit-filter;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (min-width: 48em) {
  .card--client .client__logo img {
    max-height: 5rem;
  }
}
@media screen and (min-width: 64em) {
  .card--client .client__logo img {
    max-height: 6rem;
  }
}
.card--client .client__logo.-active {
  z-index: 2;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), inset 0 4px 0 0 #F77F00, inset 1px 0 0 0 #E8E8E8;
}
@media screen and (min-width: 64em) {
  .card--client .client__logo.-active {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1), inset 4px 0 0 0 #F77F00, inset 0 1px 0 0 #E8E8E8;
  }
}
.card--client .client__logo.-active::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 1px;
  display: block;
  height: 1px;
  content: "";
  background-color: white;
}
@media screen and (min-width: 64em) {
  .card--client .client__logo.-active::after {
    top: 1px;
    left: auto;
    width: 1px;
    height: auto;
  }
}
.card--client .client__logo.-active img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.card--client .client__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: 0.4s opacity;
}
.card--client .client__image.-active {
  opacity: 1;
}

.pricing-table__checklist-item, .pricing-table__pricing, .pricing-table__region-type {
  margin-right: -1.1428571429rem;
  margin-left: -1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-item, .pricing-table__pricing, .pricing-table__region-type {
    margin-right: -2rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-item, .pricing-table__pricing, .pricing-table__region-type {
    margin-left: -2rem;
  }
}

.pricing-table__checklist-item, .pricing-table__pricing, .pricing-table__region-type {
  padding-right: 1.1428571429rem;
  padding-left: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-item, .pricing-table__pricing, .pricing-table__region-type {
    padding-right: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-item, .pricing-table__pricing, .pricing-table__region-type {
    padding-left: 2rem;
  }
}

.pricing-table .card {
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .pricing-table .card {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table .card {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__row {
    align-items: flex-end;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__row .pricing-table__column:first-child .card {
    margin-bottom: 6.25rem;
  }
  .pricing-table__row .pricing-table__column:first-child .card__body {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__column {
    display: flex;
    padding-right: 0;
    padding-left: 0;
    flex-direction: column;
    justify-content: stretch;
  }
}
.pricing-table__region-type {
  font-size: 1.1428571429rem;
  margin-top: 0.5714285714rem;
  padding-bottom: 1.1428571429rem;
  display: flex;
  margin-bottom: -1px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 48em) {
  .pricing-table__region-type {
    font-size: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__region-type {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__region-type {
    padding-bottom: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__region-type {
    height: 3.25rem;
    margin-top: 1rem;
    padding-bottom: 0;
  }
}
.pricing-table__region-tabs {
  margin-top: 1.1428571429rem;
  height: 3.7142857143rem;
  display: flex;
  padding: 0;
  flex: 1 0 auto;
  align-items: stretch;
}
@media screen and (min-width: 48em) {
  .pricing-table__region-tabs {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__region-tabs {
    height: 3.25rem;
  }
}
.pricing-table__region-tabs ~ .pricing-table__pricing {
  z-index: 0;
}
.pricing-table__region-tab {
  position: relative;
  display: inherit;
  border: 1px solid transparent;
  border-bottom-color: #EDEDF1;
  flex: 1 0 50%;
  align-items: center;
  justify-content: center;
}
.pricing-table__region-tab--active {
  border-color: #EDEDF1;
  background: #F9F9F9;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.pricing-table__region-tab--active:first-child {
  border-left-color: transparent;
}
.pricing-table__region-tab--active:last-child {
  border-right-color: transparent;
}
.pricing-table__region-tab--active::before {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: 1;
  height: 1px;
  content: "";
  background: #F9F9F9;
}
.pricing-table__region-tab:not(.pricing-table__region-tab--active):hover {
  cursor: pointer;
}
.pricing-table__region-tab:not(.pricing-table__region-tab--active):hover span {
  color: #F77F00;
  text-decoration: underline;
}
.pricing-table__region-tab-icon {
  font-size: 1.2857142857rem;
  margin-left: 0.5714285714rem;
  color: #BBBCBA;
}
@media screen and (min-width: 48em) {
  .pricing-table__region-tab-icon {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__region-tab-icon {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__region-tab-icon {
    color: #111111;
  }
}
.pricing-table__pricing {
  height: 7.8571428571rem;
  display: flex;
  border-top: 1px solid #EDEDF1;
  border-bottom: 1px solid #EDEDF1;
  background: #F9F9F9;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1000 0 auto;
}
@media screen and (min-width: 48em) {
  .pricing-table__pricing {
    height: 6.875rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__pricing {
    flex: 1 0 auto;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__pricing {
    flex: 1000 0 auto;
  }
}
.pricing-table__pricing--nationwide {
  display: none;
}
.pricing-table__button-container {
  height: 4.8571428571rem;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 48em) {
  .pricing-table__button-container {
    height: 4.25rem;
  }
}
.pricing-table__package {
  flex: 1 0 auto;
}
.pricing-table__package .card__body {
  display: inherit;
  flex: inherit;
  flex-direction: inherit;
}
@media screen and (min-width: 64em) {
  .pricing-table__package--most-popular {
    position: relative;
    top: -3rem;
    z-index: 1;
  }
  .pricing-table__package--most-popular.card {
    margin-bottom: -4.5rem;
  }
  .pricing-table__package--most-popular.card .card__body {
    margin-top: 2rem;
  }
}
.pricing-table__package--most-popular::before {
  height: 2.2857142857rem;
  font-size: 1rem;
  line-height: 2.2857142857rem;
  left: 0;
  right: 0;
  position: absolute;
  content: attr(data-text);
  background: #FFF5EA;
  color: #F77F00;
  font-weight: 600;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular::before {
    height: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular::before {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular::before {
    line-height: 2rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular::before {
    left: 1rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular::before {
    right: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__package--most-popular::before {
    right: 0;
    left: 0;
  }
}
.pricing-table__package--most-popular .pricing-table__heading {
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular .pricing-table__heading {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__package--most-popular .pricing-table__heading {
    margin-top: 0;
  }
}
.pricing-table__package--most-popular .pricing-table__region-type {
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .pricing-table__package--most-popular .pricing-table__region-type {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__package--most-popular .pricing-table__button-container {
    height: 5.75rem;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
.pricing-table__checklist {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  flex: 1 0 auto;
}
@media screen and (min-width: 64em) {
  .pricing-table__checklist {
    flex: 1000 0 auto;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist {
    flex: 1 0 auto;
    justify-content: flex-end;
  }
}
.pricing-table__checklist-item {
  padding-top: 1.1428571429rem;
  display: flex;
  letter-spacing: -0.4px;
  text-align: left;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-item {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__checklist-item {
    height: 3.5625rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EDEDF1;
    text-align: left;
    justify-content: space-between;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-item {
    justify-content: center;
  }
}
.pricing-table__checklist-item span {
  flex: 1 1 auto;
}
@media screen and (min-width: 64em) {
  .pricing-table__checklist-item span {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-item span {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__checklist-item--two-lines {
    height: 5.0625rem;
  }
}
@media screen and (min-width: 64em) {
  .pricing-table__checklist-item--three-lines {
    height: 6.5625rem;
  }
}
.pricing-table__checklist-icon--check {
  font-size: 1.7142857143rem;
  margin-right: 1.1428571429rem;
  color: #41D54A;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-icon--check {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-icon--check {
    margin-right: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-icon--check {
    margin-right: 0;
  }
}
.pricing-table__checklist-icon--info {
  font-size: 1.2857142857rem;
  margin-left: 0.5714285714rem;
  color: #BBBCBA;
  line-height: 1;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-icon--info {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-icon--info {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-icon--info {
    display: none;
  }
}
.pricing-table__checklist-overview {
  padding-bottom: 4.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-overview {
    padding-bottom: 4.25rem;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-overview {
    padding-bottom: 0;
  }
}
.pricing-table__checklist-overview .pricing-table__checklist-item {
  border-color: #434343;
  text-align: left;
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-overview .pricing-table__checklist-item {
    justify-content: space-between;
  }
}
.pricing-table__checklist-overview .pricing-table__checklist-item:first-of-type {
  border-top: 1px solid #434343;
}
.pricing-table__checklist-overview .pricing-table__checklist-icon--info {
  font-size: 1.2857142857rem;
  margin-right: 0;
  margin-left: 1rem;
  color: #FFFFFF;
}
@media screen and (min-width: 48em) {
  .pricing-table__checklist-overview .pricing-table__checklist-icon--info {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .pricing-table__checklist-overview .pricing-table__checklist-icon--info {
    display: initial;
  }
}
.pricing-table__heading {
  font-size: 1.7142857143rem;
  line-height: 2.2857142857rem;
  letter-spacing: 0.0428571429rem;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .pricing-table__heading {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__heading {
    line-height: 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .pricing-table__heading {
    letter-spacing: -0.05rem;
  }
}

.faq__answer {
  padding: 1.1428571429rem;
  display: none;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 48em) {
  .faq__answer {
    padding: 1rem 2rem;
  }
}
.faq__answer ul li {
  display: flex;
}
.faq__answer ul li > a {
  text-decoration: none;
}
.faq__answer ul li::before {
  margin-top: 0.1428571429rem;
  margin-right: 0.5714285714rem;
  color: #F77F00;
  line-height: inherit;
}
@media screen and (min-width: 48em) {
  .faq__answer ul li::before {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 48em) {
  .faq__answer ul li::before {
    margin-right: 0.25rem;
  }
}
.faq__answer ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
.faq__answer ul,
.faq__answer ol {
  margin: 0.5714285714rem 0;
}
@media screen and (min-width: 48em) {
  .faq__answer ul,
.faq__answer ol {
    margin: 0.5rem 0;
  }
}
.faq__answer iframe {
  margin: 0.5714285714rem auto;
  width: 100%;
}
@media screen and (min-width: 48em) {
  .faq__answer iframe {
    margin: 0.5rem auto;
  }
}
.faq__answer--open {
  display: block;
}

.faq__answer ul li::before {
  color: #F77F00;
}

.top-companies--small .top-companies__drag-area {
  margin: 0 -1.1428571429rem;
  padding: 0 1.1428571429rem;
  scroll-padding: 1.1428571429rem;
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__drag-area {
    margin: 0 -2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__drag-area {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__drag-area {
    scroll-padding: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--small .top-companies__drag-area {
    overflow-x: initial;
    margin: 0 -1rem;
    padding: 0 1rem;
    -ms-scroll-snap-type: none;
        scroll-snap-type: none;
    scroll-padding: auto;
    flex: 1 0 0%;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.top-companies--small .top-companies__drag-area:not(.-no-scroll-snap) {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}
.top-companies--small .card {
  flex-basis: 17.7142857143rem;
  width: 17.7142857143rem;
  margin-right: 1.1428571429rem;
  flex-shrink: 0;
}
@media screen and (min-width: 48em) {
  .top-companies--small .card {
    flex-basis: 24rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--small .card {
    width: 24rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--small .card {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 30em) {
  .top-companies--small .card {
    width: 28.5rem;
    flex-basis: 28.5rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--small .card {
    width: 28.5rem;
    margin-right: 0;
    flex-basis: 28.5rem;
  }
}
@media screen and (min-width: 75em) {
  .top-companies--small .card {
    width: 24rem;
    flex-basis: 24rem;
  }
}
.top-companies--small .card,
.top-companies--small .card h4 {
  font-size: 1rem;
}
.top-companies--small .card__body {
  padding: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .top-companies--small .card__body {
    padding: 1.5rem;
  }
}
.top-companies--small .top-companies__card-wrapper {
  scroll-snap-align: start;
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__card-wrapper:not(:nth-child(2n)) {
    margin-right: 2rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--small .top-companies__card-wrapper {
    scroll-snap-align: none;
  }
  .top-companies--small .top-companies__card-wrapper:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .top-companies--small .top-companies__card-wrapper:not(:nth-child(3n)) {
    margin-right: 1.5rem;
  }
}
.top-companies--small .top-companies__card-wrapper:last-of-type .card {
  margin-right: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__card-wrapper:last-of-type .card {
    margin-right: 2.5rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--small .top-companies__card-wrapper:last-of-type .card {
    margin-right: 0;
  }
}
.top-companies--small .top-companies__pagination {
  font-size: 1.4285714286rem;
  display: flex;
  list-style-type: disc;
  list-style-position: inside;
  justify-content: space-between;
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__pagination {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--small .top-companies__pagination {
    display: none;
  }
}
.top-companies--small .top-companies__pagination li {
  width: 2.1428571429rem;
  padding-left: 0.9285714286rem;
  color: #111111;
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__pagination li {
    width: 1.875rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--small .top-companies__pagination li {
    padding-left: 0.8125rem;
  }
}
.top-companies--small .top-companies__pagination li:hover {
  cursor: pointer;
}
.top-companies--small .top-companies__pagination .-active {
  color: #F77F00;
}
.top-companies--small .top-companies__pagination-wrapper {
  display: flex;
  flex-grow: 1;
  justify-content: center;
}
.top-companies--small .top-companies__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-companies--small .top-companies__footer a {
  font-weight: 700;
}
.top-companies--carousel .carousel__wrapper {
  padding-bottom: 0;
}
@media screen and (min-width: 48em) {
  .top-companies--carousel .carousel__wrapper {
    display: block;
    padding-top: 0.75rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--carousel .carousel__wrapper {
    max-width: 100%;
  }
}
.top-companies--carousel .carousel__wrapper + .card__body {
  padding-bottom: 2.2857142857rem;
  max-width: 100%;
  border-top: 0;
  text-align: center;
}
@media screen and (min-width: 48em) {
  .top-companies--carousel .carousel__wrapper + .card__body {
    padding-bottom: 2rem;
  }
}
.top-companies--carousel .carousel__track {
  display: flex;
  flex-wrap: wrap;
}
.top-companies--carousel .carousel__item {
  height: 7.1428571429rem;
  margin-top: 0.8571428571rem;
  margin-bottom: 0.8571428571rem;
  display: flex;
  text-decoration: none;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .top-companies--carousel .carousel__item {
    height: 7.5rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--carousel .carousel__item {
    margin-top: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--carousel .carousel__item {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--carousel .carousel__item {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--carousel .carousel__item {
    width: 16.6666666667%;
    height: 9rem;
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem;
    box-shadow: 0 0 1rem 0 rgba(17, 17, 17, 0);
    transition-property: box-shadow, color;
    transition-duration: 0.2s;
  }
  .top-companies--carousel .carousel__item:hover {
    box-shadow: 0 0 1rem 0 rgba(17, 17, 17, 0.1);
  }
}
.top-companies--carousel.-animated .carousel__wrapper {
  height: auto;
  position: relative;
  display: flex;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 48em) {
  .top-companies--carousel.-animated .carousel__wrapper {
    height: 18.75rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--carousel.-animated .carousel__wrapper {
    height: 11.5rem;
  }
}
.top-companies--carousel.-animated .carousel__pair-wrapper {
  display: inline-flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 48em) {
  .top-companies--carousel.-animated .carousel__pair-wrapper {
    width: 33.3333333333%;
    height: 18.75rem;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--carousel.-animated .carousel__pair-wrapper {
    height: 10.75rem;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--carousel.-animated .carousel__track {
    position: absolute;
    top: 0.75rem;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 48em) {
  .top-companies--carousel.-animated .carousel__item {
    width: 11.25rem;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 64em) {
  .top-companies--carousel.-animated .carousel__item {
    width: 50%;
  }
}
@media screen and (min-width: 75em) {
  .top-companies--carousel.-animated .carousel__item {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
.top-companies--carousel .top-companies__name {
  display: none;
}
@media screen and (min-width: 64em) {
  .top-companies--carousel .top-companies__name {
    display: block;
    height: 3rem;
    margin-top: 0.5rem;
    text-align: center;
  }
}
.top-companies--carousel .top-companies__logo {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
}

.typeahead {
  position: relative;
  width: 100%;
}
.typeahead__menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  overflow-y: auto;
  width: 100%;
  max-height: 250px;
  padding: 0.5rem 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 3px 3px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.typeahead__menu:empty {
  display: none;
}
.typeahead__menu-item {
  padding: 0.1875rem 1.25rem 0.1875rem 0.8125rem;
  line-height: 2;
}
.typeahead__menu-item--highlighted, .typeahead__menu-item:hover {
  background-color: #F0F0F0;
}
.typeahead__menu-item--selected {
  color: #FFFFFF;
}

.typeahead__menu-item--selected {
  background-color: #F77F00;
}

.responsive-embed {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 56.25% 0 0;
}
.responsive-embed::before {
  display: block;
  content: "";
}
.responsive-embed iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  background: #111111;
}

.mt-1x {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mt-1x {
    margin-top: 0.5rem;
  }
}
.mt-2x {
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mt-2x {
    margin-top: 1rem;
  }
}
.mt-3x {
  margin-top: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .mt-3x {
    margin-top: 1.5rem;
  }
}
.mt-4x {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .mt-4x {
    margin-top: 2rem;
  }
}
.mt-5x {
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .mt-5x {
    margin-top: 2.5rem;
  }
}
.mt-6x {
  margin-top: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .mt-6x {
    margin-top: 3rem;
  }
}
.mt-7x {
  margin-top: 2rem;
}
@media screen and (min-width: 48em) {
  .mt-7x {
    margin-top: 3.5rem;
  }
}
.mt-8x {
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .mt-8x {
    margin-top: 4rem;
  }
}
.mt-9x {
  margin-top: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mt-9x {
    margin-top: 4.5rem;
  }
}
.mt-10x {
  margin-top: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .mt-10x {
    margin-top: 5rem;
  }
}
.mt-0 {
  margin-top: 0rem;
}
@media screen and (min-width: 48em) {
  .mt-0 {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .mt-sm-1x {
    margin-top: 0.5rem;
  }
  .mt-sm-2x {
    margin-top: 1rem;
  }
  .mt-sm-3x {
    margin-top: 1.5rem;
  }
  .mt-sm-4x {
    margin-top: 2rem;
  }
  .mt-sm-5x {
    margin-top: 2.5rem;
  }
  .mt-sm-6x {
    margin-top: 3rem;
  }
  .mt-sm-7x {
    margin-top: 3.5rem;
  }
  .mt-sm-8x {
    margin-top: 4rem;
  }
  .mt-sm-9x {
    margin-top: 4.5rem;
  }
  .mt-sm-10x {
    margin-top: 5rem;
  }
  .mt-sm-0 {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .mt-md-1x {
    margin-top: 0.5rem;
  }
  .mt-md-2x {
    margin-top: 1rem;
  }
  .mt-md-3x {
    margin-top: 1.5rem;
  }
  .mt-md-4x {
    margin-top: 2rem;
  }
  .mt-md-5x {
    margin-top: 2.5rem;
  }
  .mt-md-6x {
    margin-top: 3rem;
  }
  .mt-md-7x {
    margin-top: 3.5rem;
  }
  .mt-md-8x {
    margin-top: 4rem;
  }
  .mt-md-9x {
    margin-top: 4.5rem;
  }
  .mt-md-10x {
    margin-top: 5rem;
  }
  .mt-md-0 {
    margin-top: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .mt-lg-1x {
    margin-top: 0.5rem;
  }
  .mt-lg-2x {
    margin-top: 1rem;
  }
  .mt-lg-3x {
    margin-top: 1.5rem;
  }
  .mt-lg-4x {
    margin-top: 2rem;
  }
  .mt-lg-5x {
    margin-top: 2.5rem;
  }
  .mt-lg-6x {
    margin-top: 3rem;
  }
  .mt-lg-7x {
    margin-top: 3.5rem;
  }
  .mt-lg-8x {
    margin-top: 4rem;
  }
  .mt-lg-9x {
    margin-top: 4.5rem;
  }
  .mt-lg-10x {
    margin-top: 5rem;
  }
  .mt-lg-0 {
    margin-top: 0rem;
  }
}
.mr-1x {
  margin-right: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mr-1x {
    margin-right: 0.5rem;
  }
}
.mr-2x {
  margin-right: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mr-2x {
    margin-right: 1rem;
  }
}
.mr-3x {
  margin-right: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .mr-3x {
    margin-right: 1.5rem;
  }
}
.mr-4x {
  margin-right: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .mr-4x {
    margin-right: 2rem;
  }
}
.mr-5x {
  margin-right: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .mr-5x {
    margin-right: 2.5rem;
  }
}
.mr-6x {
  margin-right: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .mr-6x {
    margin-right: 3rem;
  }
}
.mr-7x {
  margin-right: 2rem;
}
@media screen and (min-width: 48em) {
  .mr-7x {
    margin-right: 3.5rem;
  }
}
.mr-8x {
  margin-right: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .mr-8x {
    margin-right: 4rem;
  }
}
.mr-9x {
  margin-right: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mr-9x {
    margin-right: 4.5rem;
  }
}
.mr-10x {
  margin-right: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .mr-10x {
    margin-right: 5rem;
  }
}
.mr-0 {
  margin-right: 0rem;
}
@media screen and (min-width: 48em) {
  .mr-0 {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .mr-sm-1x {
    margin-right: 0.5rem;
  }
  .mr-sm-2x {
    margin-right: 1rem;
  }
  .mr-sm-3x {
    margin-right: 1.5rem;
  }
  .mr-sm-4x {
    margin-right: 2rem;
  }
  .mr-sm-5x {
    margin-right: 2.5rem;
  }
  .mr-sm-6x {
    margin-right: 3rem;
  }
  .mr-sm-7x {
    margin-right: 3.5rem;
  }
  .mr-sm-8x {
    margin-right: 4rem;
  }
  .mr-sm-9x {
    margin-right: 4.5rem;
  }
  .mr-sm-10x {
    margin-right: 5rem;
  }
  .mr-sm-0 {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .mr-md-1x {
    margin-right: 0.5rem;
  }
  .mr-md-2x {
    margin-right: 1rem;
  }
  .mr-md-3x {
    margin-right: 1.5rem;
  }
  .mr-md-4x {
    margin-right: 2rem;
  }
  .mr-md-5x {
    margin-right: 2.5rem;
  }
  .mr-md-6x {
    margin-right: 3rem;
  }
  .mr-md-7x {
    margin-right: 3.5rem;
  }
  .mr-md-8x {
    margin-right: 4rem;
  }
  .mr-md-9x {
    margin-right: 4.5rem;
  }
  .mr-md-10x {
    margin-right: 5rem;
  }
  .mr-md-0 {
    margin-right: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .mr-lg-1x {
    margin-right: 0.5rem;
  }
  .mr-lg-2x {
    margin-right: 1rem;
  }
  .mr-lg-3x {
    margin-right: 1.5rem;
  }
  .mr-lg-4x {
    margin-right: 2rem;
  }
  .mr-lg-5x {
    margin-right: 2.5rem;
  }
  .mr-lg-6x {
    margin-right: 3rem;
  }
  .mr-lg-7x {
    margin-right: 3.5rem;
  }
  .mr-lg-8x {
    margin-right: 4rem;
  }
  .mr-lg-9x {
    margin-right: 4.5rem;
  }
  .mr-lg-10x {
    margin-right: 5rem;
  }
  .mr-lg-0 {
    margin-right: 0rem;
  }
}
.mb-1x {
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mb-1x {
    margin-bottom: 0.5rem;
  }
}
.mb-2x {
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mb-2x {
    margin-bottom: 1rem;
  }
}
.mb-3x {
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .mb-3x {
    margin-bottom: 1.5rem;
  }
}
.mb-4x {
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .mb-4x {
    margin-bottom: 2rem;
  }
}
.mb-5x {
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .mb-5x {
    margin-bottom: 2.5rem;
  }
}
.mb-6x {
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .mb-6x {
    margin-bottom: 3rem;
  }
}
.mb-7x {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .mb-7x {
    margin-bottom: 3.5rem;
  }
}
.mb-8x {
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .mb-8x {
    margin-bottom: 4rem;
  }
}
.mb-9x {
  margin-bottom: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .mb-9x {
    margin-bottom: 4.5rem;
  }
}
.mb-10x {
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .mb-10x {
    margin-bottom: 5rem;
  }
}
.mb-0 {
  margin-bottom: 0rem;
}
@media screen and (min-width: 48em) {
  .mb-0 {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .mb-sm-1x {
    margin-bottom: 0.5rem;
  }
  .mb-sm-2x {
    margin-bottom: 1rem;
  }
  .mb-sm-3x {
    margin-bottom: 1.5rem;
  }
  .mb-sm-4x {
    margin-bottom: 2rem;
  }
  .mb-sm-5x {
    margin-bottom: 2.5rem;
  }
  .mb-sm-6x {
    margin-bottom: 3rem;
  }
  .mb-sm-7x {
    margin-bottom: 3.5rem;
  }
  .mb-sm-8x {
    margin-bottom: 4rem;
  }
  .mb-sm-9x {
    margin-bottom: 4.5rem;
  }
  .mb-sm-10x {
    margin-bottom: 5rem;
  }
  .mb-sm-0 {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .mb-md-1x {
    margin-bottom: 0.5rem;
  }
  .mb-md-2x {
    margin-bottom: 1rem;
  }
  .mb-md-3x {
    margin-bottom: 1.5rem;
  }
  .mb-md-4x {
    margin-bottom: 2rem;
  }
  .mb-md-5x {
    margin-bottom: 2.5rem;
  }
  .mb-md-6x {
    margin-bottom: 3rem;
  }
  .mb-md-7x {
    margin-bottom: 3.5rem;
  }
  .mb-md-8x {
    margin-bottom: 4rem;
  }
  .mb-md-9x {
    margin-bottom: 4.5rem;
  }
  .mb-md-10x {
    margin-bottom: 5rem;
  }
  .mb-md-0 {
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .mb-lg-1x {
    margin-bottom: 0.5rem;
  }
  .mb-lg-2x {
    margin-bottom: 1rem;
  }
  .mb-lg-3x {
    margin-bottom: 1.5rem;
  }
  .mb-lg-4x {
    margin-bottom: 2rem;
  }
  .mb-lg-5x {
    margin-bottom: 2.5rem;
  }
  .mb-lg-6x {
    margin-bottom: 3rem;
  }
  .mb-lg-7x {
    margin-bottom: 3.5rem;
  }
  .mb-lg-8x {
    margin-bottom: 4rem;
  }
  .mb-lg-9x {
    margin-bottom: 4.5rem;
  }
  .mb-lg-10x {
    margin-bottom: 5rem;
  }
  .mb-lg-0 {
    margin-bottom: 0rem;
  }
}
.ml-1x {
  margin-left: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .ml-1x {
    margin-left: 0.5rem;
  }
}
.ml-2x {
  margin-left: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .ml-2x {
    margin-left: 1rem;
  }
}
.ml-3x {
  margin-left: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .ml-3x {
    margin-left: 1.5rem;
  }
}
.ml-4x {
  margin-left: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .ml-4x {
    margin-left: 2rem;
  }
}
.ml-5x {
  margin-left: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .ml-5x {
    margin-left: 2.5rem;
  }
}
.ml-6x {
  margin-left: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .ml-6x {
    margin-left: 3rem;
  }
}
.ml-7x {
  margin-left: 2rem;
}
@media screen and (min-width: 48em) {
  .ml-7x {
    margin-left: 3.5rem;
  }
}
.ml-8x {
  margin-left: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .ml-8x {
    margin-left: 4rem;
  }
}
.ml-9x {
  margin-left: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .ml-9x {
    margin-left: 4.5rem;
  }
}
.ml-10x {
  margin-left: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .ml-10x {
    margin-left: 5rem;
  }
}
.ml-0 {
  margin-left: 0rem;
}
@media screen and (min-width: 48em) {
  .ml-0 {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .ml-sm-1x {
    margin-left: 0.5rem;
  }
  .ml-sm-2x {
    margin-left: 1rem;
  }
  .ml-sm-3x {
    margin-left: 1.5rem;
  }
  .ml-sm-4x {
    margin-left: 2rem;
  }
  .ml-sm-5x {
    margin-left: 2.5rem;
  }
  .ml-sm-6x {
    margin-left: 3rem;
  }
  .ml-sm-7x {
    margin-left: 3.5rem;
  }
  .ml-sm-8x {
    margin-left: 4rem;
  }
  .ml-sm-9x {
    margin-left: 4.5rem;
  }
  .ml-sm-10x {
    margin-left: 5rem;
  }
  .ml-sm-0 {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .ml-md-1x {
    margin-left: 0.5rem;
  }
  .ml-md-2x {
    margin-left: 1rem;
  }
  .ml-md-3x {
    margin-left: 1.5rem;
  }
  .ml-md-4x {
    margin-left: 2rem;
  }
  .ml-md-5x {
    margin-left: 2.5rem;
  }
  .ml-md-6x {
    margin-left: 3rem;
  }
  .ml-md-7x {
    margin-left: 3.5rem;
  }
  .ml-md-8x {
    margin-left: 4rem;
  }
  .ml-md-9x {
    margin-left: 4.5rem;
  }
  .ml-md-10x {
    margin-left: 5rem;
  }
  .ml-md-0 {
    margin-left: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .ml-lg-1x {
    margin-left: 0.5rem;
  }
  .ml-lg-2x {
    margin-left: 1rem;
  }
  .ml-lg-3x {
    margin-left: 1.5rem;
  }
  .ml-lg-4x {
    margin-left: 2rem;
  }
  .ml-lg-5x {
    margin-left: 2.5rem;
  }
  .ml-lg-6x {
    margin-left: 3rem;
  }
  .ml-lg-7x {
    margin-left: 3.5rem;
  }
  .ml-lg-8x {
    margin-left: 4rem;
  }
  .ml-lg-9x {
    margin-left: 4.5rem;
  }
  .ml-lg-10x {
    margin-left: 5rem;
  }
  .ml-lg-0 {
    margin-left: 0rem;
  }
}

.pt-1x {
  padding-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pt-1x {
    padding-top: 0.5rem;
  }
}
.pt-2x {
  padding-top: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pt-2x {
    padding-top: 1rem;
  }
}
.pt-3x {
  padding-top: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pt-3x {
    padding-top: 1.5rem;
  }
}
.pt-4x {
  padding-top: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .pt-4x {
    padding-top: 2rem;
  }
}
.pt-5x {
  padding-top: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .pt-5x {
    padding-top: 2.5rem;
  }
}
.pt-6x {
  padding-top: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .pt-6x {
    padding-top: 3rem;
  }
}
.pt-7x {
  padding-top: 2rem;
}
@media screen and (min-width: 48em) {
  .pt-7x {
    padding-top: 3.5rem;
  }
}
.pt-8x {
  padding-top: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .pt-8x {
    padding-top: 4rem;
  }
}
.pt-9x {
  padding-top: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pt-9x {
    padding-top: 4.5rem;
  }
}
.pt-10x {
  padding-top: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pt-10x {
    padding-top: 5rem;
  }
}
.pt-0 {
  padding-top: 0rem;
}
@media screen and (min-width: 48em) {
  .pt-0 {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .pt-sm-1x {
    padding-top: 0.5rem;
  }
  .pt-sm-2x {
    padding-top: 1rem;
  }
  .pt-sm-3x {
    padding-top: 1.5rem;
  }
  .pt-sm-4x {
    padding-top: 2rem;
  }
  .pt-sm-5x {
    padding-top: 2.5rem;
  }
  .pt-sm-6x {
    padding-top: 3rem;
  }
  .pt-sm-7x {
    padding-top: 3.5rem;
  }
  .pt-sm-8x {
    padding-top: 4rem;
  }
  .pt-sm-9x {
    padding-top: 4.5rem;
  }
  .pt-sm-10x {
    padding-top: 5rem;
  }
  .pt-sm-0 {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .pt-md-1x {
    padding-top: 0.5rem;
  }
  .pt-md-2x {
    padding-top: 1rem;
  }
  .pt-md-3x {
    padding-top: 1.5rem;
  }
  .pt-md-4x {
    padding-top: 2rem;
  }
  .pt-md-5x {
    padding-top: 2.5rem;
  }
  .pt-md-6x {
    padding-top: 3rem;
  }
  .pt-md-7x {
    padding-top: 3.5rem;
  }
  .pt-md-8x {
    padding-top: 4rem;
  }
  .pt-md-9x {
    padding-top: 4.5rem;
  }
  .pt-md-10x {
    padding-top: 5rem;
  }
  .pt-md-0 {
    padding-top: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .pt-lg-1x {
    padding-top: 0.5rem;
  }
  .pt-lg-2x {
    padding-top: 1rem;
  }
  .pt-lg-3x {
    padding-top: 1.5rem;
  }
  .pt-lg-4x {
    padding-top: 2rem;
  }
  .pt-lg-5x {
    padding-top: 2.5rem;
  }
  .pt-lg-6x {
    padding-top: 3rem;
  }
  .pt-lg-7x {
    padding-top: 3.5rem;
  }
  .pt-lg-8x {
    padding-top: 4rem;
  }
  .pt-lg-9x {
    padding-top: 4.5rem;
  }
  .pt-lg-10x {
    padding-top: 5rem;
  }
  .pt-lg-0 {
    padding-top: 0rem;
  }
}
.pr-1x {
  padding-right: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pr-1x {
    padding-right: 0.5rem;
  }
}
.pr-2x {
  padding-right: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pr-2x {
    padding-right: 1rem;
  }
}
.pr-3x {
  padding-right: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pr-3x {
    padding-right: 1.5rem;
  }
}
.pr-4x {
  padding-right: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .pr-4x {
    padding-right: 2rem;
  }
}
.pr-5x {
  padding-right: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .pr-5x {
    padding-right: 2.5rem;
  }
}
.pr-6x {
  padding-right: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .pr-6x {
    padding-right: 3rem;
  }
}
.pr-7x {
  padding-right: 2rem;
}
@media screen and (min-width: 48em) {
  .pr-7x {
    padding-right: 3.5rem;
  }
}
.pr-8x {
  padding-right: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .pr-8x {
    padding-right: 4rem;
  }
}
.pr-9x {
  padding-right: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pr-9x {
    padding-right: 4.5rem;
  }
}
.pr-10x {
  padding-right: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pr-10x {
    padding-right: 5rem;
  }
}
.pr-0 {
  padding-right: 0rem;
}
@media screen and (min-width: 48em) {
  .pr-0 {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .pr-sm-1x {
    padding-right: 0.5rem;
  }
  .pr-sm-2x {
    padding-right: 1rem;
  }
  .pr-sm-3x {
    padding-right: 1.5rem;
  }
  .pr-sm-4x {
    padding-right: 2rem;
  }
  .pr-sm-5x {
    padding-right: 2.5rem;
  }
  .pr-sm-6x {
    padding-right: 3rem;
  }
  .pr-sm-7x {
    padding-right: 3.5rem;
  }
  .pr-sm-8x {
    padding-right: 4rem;
  }
  .pr-sm-9x {
    padding-right: 4.5rem;
  }
  .pr-sm-10x {
    padding-right: 5rem;
  }
  .pr-sm-0 {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .pr-md-1x {
    padding-right: 0.5rem;
  }
  .pr-md-2x {
    padding-right: 1rem;
  }
  .pr-md-3x {
    padding-right: 1.5rem;
  }
  .pr-md-4x {
    padding-right: 2rem;
  }
  .pr-md-5x {
    padding-right: 2.5rem;
  }
  .pr-md-6x {
    padding-right: 3rem;
  }
  .pr-md-7x {
    padding-right: 3.5rem;
  }
  .pr-md-8x {
    padding-right: 4rem;
  }
  .pr-md-9x {
    padding-right: 4.5rem;
  }
  .pr-md-10x {
    padding-right: 5rem;
  }
  .pr-md-0 {
    padding-right: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .pr-lg-1x {
    padding-right: 0.5rem;
  }
  .pr-lg-2x {
    padding-right: 1rem;
  }
  .pr-lg-3x {
    padding-right: 1.5rem;
  }
  .pr-lg-4x {
    padding-right: 2rem;
  }
  .pr-lg-5x {
    padding-right: 2.5rem;
  }
  .pr-lg-6x {
    padding-right: 3rem;
  }
  .pr-lg-7x {
    padding-right: 3.5rem;
  }
  .pr-lg-8x {
    padding-right: 4rem;
  }
  .pr-lg-9x {
    padding-right: 4.5rem;
  }
  .pr-lg-10x {
    padding-right: 5rem;
  }
  .pr-lg-0 {
    padding-right: 0rem;
  }
}
.pb-1x {
  padding-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pb-1x {
    padding-bottom: 0.5rem;
  }
}
.pb-2x {
  padding-bottom: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pb-2x {
    padding-bottom: 1rem;
  }
}
.pb-3x {
  padding-bottom: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pb-3x {
    padding-bottom: 1.5rem;
  }
}
.pb-4x {
  padding-bottom: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .pb-4x {
    padding-bottom: 2rem;
  }
}
.pb-5x {
  padding-bottom: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .pb-5x {
    padding-bottom: 2.5rem;
  }
}
.pb-6x {
  padding-bottom: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .pb-6x {
    padding-bottom: 3rem;
  }
}
.pb-7x {
  padding-bottom: 2rem;
}
@media screen and (min-width: 48em) {
  .pb-7x {
    padding-bottom: 3.5rem;
  }
}
.pb-8x {
  padding-bottom: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .pb-8x {
    padding-bottom: 4rem;
  }
}
.pb-9x {
  padding-bottom: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pb-9x {
    padding-bottom: 4.5rem;
  }
}
.pb-10x {
  padding-bottom: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pb-10x {
    padding-bottom: 5rem;
  }
}
.pb-0 {
  padding-bottom: 0rem;
}
@media screen and (min-width: 48em) {
  .pb-0 {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .pb-sm-1x {
    padding-bottom: 0.5rem;
  }
  .pb-sm-2x {
    padding-bottom: 1rem;
  }
  .pb-sm-3x {
    padding-bottom: 1.5rem;
  }
  .pb-sm-4x {
    padding-bottom: 2rem;
  }
  .pb-sm-5x {
    padding-bottom: 2.5rem;
  }
  .pb-sm-6x {
    padding-bottom: 3rem;
  }
  .pb-sm-7x {
    padding-bottom: 3.5rem;
  }
  .pb-sm-8x {
    padding-bottom: 4rem;
  }
  .pb-sm-9x {
    padding-bottom: 4.5rem;
  }
  .pb-sm-10x {
    padding-bottom: 5rem;
  }
  .pb-sm-0 {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .pb-md-1x {
    padding-bottom: 0.5rem;
  }
  .pb-md-2x {
    padding-bottom: 1rem;
  }
  .pb-md-3x {
    padding-bottom: 1.5rem;
  }
  .pb-md-4x {
    padding-bottom: 2rem;
  }
  .pb-md-5x {
    padding-bottom: 2.5rem;
  }
  .pb-md-6x {
    padding-bottom: 3rem;
  }
  .pb-md-7x {
    padding-bottom: 3.5rem;
  }
  .pb-md-8x {
    padding-bottom: 4rem;
  }
  .pb-md-9x {
    padding-bottom: 4.5rem;
  }
  .pb-md-10x {
    padding-bottom: 5rem;
  }
  .pb-md-0 {
    padding-bottom: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .pb-lg-1x {
    padding-bottom: 0.5rem;
  }
  .pb-lg-2x {
    padding-bottom: 1rem;
  }
  .pb-lg-3x {
    padding-bottom: 1.5rem;
  }
  .pb-lg-4x {
    padding-bottom: 2rem;
  }
  .pb-lg-5x {
    padding-bottom: 2.5rem;
  }
  .pb-lg-6x {
    padding-bottom: 3rem;
  }
  .pb-lg-7x {
    padding-bottom: 3.5rem;
  }
  .pb-lg-8x {
    padding-bottom: 4rem;
  }
  .pb-lg-9x {
    padding-bottom: 4.5rem;
  }
  .pb-lg-10x {
    padding-bottom: 5rem;
  }
  .pb-lg-0 {
    padding-bottom: 0rem;
  }
}
.pl-1x {
  padding-left: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pl-1x {
    padding-left: 0.5rem;
  }
}
.pl-2x {
  padding-left: 0.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pl-2x {
    padding-left: 1rem;
  }
}
.pl-3x {
  padding-left: 0.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pl-3x {
    padding-left: 1.5rem;
  }
}
.pl-4x {
  padding-left: 1.1428571429rem;
}
@media screen and (min-width: 48em) {
  .pl-4x {
    padding-left: 2rem;
  }
}
.pl-5x {
  padding-left: 1.4285714286rem;
}
@media screen and (min-width: 48em) {
  .pl-5x {
    padding-left: 2.5rem;
  }
}
.pl-6x {
  padding-left: 1.7142857143rem;
}
@media screen and (min-width: 48em) {
  .pl-6x {
    padding-left: 3rem;
  }
}
.pl-7x {
  padding-left: 2rem;
}
@media screen and (min-width: 48em) {
  .pl-7x {
    padding-left: 3.5rem;
  }
}
.pl-8x {
  padding-left: 2.2857142857rem;
}
@media screen and (min-width: 48em) {
  .pl-8x {
    padding-left: 4rem;
  }
}
.pl-9x {
  padding-left: 2.5714285714rem;
}
@media screen and (min-width: 48em) {
  .pl-9x {
    padding-left: 4.5rem;
  }
}
.pl-10x {
  padding-left: 2.8571428571rem;
}
@media screen and (min-width: 48em) {
  .pl-10x {
    padding-left: 5rem;
  }
}
.pl-0 {
  padding-left: 0rem;
}
@media screen and (min-width: 48em) {
  .pl-0 {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 48em) {
  .pl-sm-1x {
    padding-left: 0.5rem;
  }
  .pl-sm-2x {
    padding-left: 1rem;
  }
  .pl-sm-3x {
    padding-left: 1.5rem;
  }
  .pl-sm-4x {
    padding-left: 2rem;
  }
  .pl-sm-5x {
    padding-left: 2.5rem;
  }
  .pl-sm-6x {
    padding-left: 3rem;
  }
  .pl-sm-7x {
    padding-left: 3.5rem;
  }
  .pl-sm-8x {
    padding-left: 4rem;
  }
  .pl-sm-9x {
    padding-left: 4.5rem;
  }
  .pl-sm-10x {
    padding-left: 5rem;
  }
  .pl-sm-0 {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 64em) {
  .pl-md-1x {
    padding-left: 0.5rem;
  }
  .pl-md-2x {
    padding-left: 1rem;
  }
  .pl-md-3x {
    padding-left: 1.5rem;
  }
  .pl-md-4x {
    padding-left: 2rem;
  }
  .pl-md-5x {
    padding-left: 2.5rem;
  }
  .pl-md-6x {
    padding-left: 3rem;
  }
  .pl-md-7x {
    padding-left: 3.5rem;
  }
  .pl-md-8x {
    padding-left: 4rem;
  }
  .pl-md-9x {
    padding-left: 4.5rem;
  }
  .pl-md-10x {
    padding-left: 5rem;
  }
  .pl-md-0 {
    padding-left: 0rem;
  }
}
@media screen and (min-width: 75em) {
  .pl-lg-1x {
    padding-left: 0.5rem;
  }
  .pl-lg-2x {
    padding-left: 1rem;
  }
  .pl-lg-3x {
    padding-left: 1.5rem;
  }
  .pl-lg-4x {
    padding-left: 2rem;
  }
  .pl-lg-5x {
    padding-left: 2.5rem;
  }
  .pl-lg-6x {
    padding-left: 3rem;
  }
  .pl-lg-7x {
    padding-left: 3.5rem;
  }
  .pl-lg-8x {
    padding-left: 4rem;
  }
  .pl-lg-9x {
    padding-left: 4.5rem;
  }
  .pl-lg-10x {
    padding-left: 5rem;
  }
  .pl-lg-0 {
    padding-left: 0rem;
  }
}

@media screen and (max-width: 767px) {
  .full-width-content {
    margin-right: -1.1428571429rem;
    margin-left: -1.1428571429rem;
  }
}

.b-0 {
  bottom: 0;
}

.bb {
  border-bottom: 1px solid #E8E8E8;
}
.bb-2 {
  border-bottom: 2px solid #E8E8E8;
}

.bt-0, .bt-0:first-of-type, .bt-0:last-of-type {
  border-top: 0;
}
.card__body + .card__body.bt-0 {
  border-top: 0;
}

.bb-0, .bb-0:first-of-type, .bb-0:last-of-type {
  border-bottom: 0;
}

.clearfix::before, .clearfix::after {
  display: block;
  content: " ";
}
.clearfix::after {
  clear: both;
}

.pull-right {
  float: right;
}

.start-xs {
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

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

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  .start-sm {
    justify-content: flex-start;
    text-align: left;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

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

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .start-md {
    justify-content: flex-start;
    text-align: left;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: right;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

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

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .start-lg {
    justify-content: flex-start;
    text-align: left;
  }

  .center-lg {
    justify-content: center;
    text-align: center;
  }

  .end-lg {
    justify-content: flex-end;
    text-align: right;
  }

  .top-lg {
    align-items: flex-start;
  }

  .middle-lg {
    align-items: center;
  }

  .bottom-lg {
    align-items: flex-end;
  }

  .around-lg {
    justify-content: space-around;
  }

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

  .first-lg {
    order: -1;
  }

  .last-lg {
    order: 1;
  }
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-basis-auto {
  flex-basis: auto;
}

.mw-100 {
  max-width: 100%;
}

.mh-100 {
  max-height: 100%;
}

.w-100 {
  width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

.h1,
.h2,
.h3 {
  font-size: 1.4285714286rem;
  line-height: 1.2;
}
@media screen and (min-width: 64em) {
  .h1,
.h2,
.h3 {
    font-size: 1.5rem;
  }
}

.h4 {
  font-size: 1.125rem;
}

.h5 {
  font-size: 1rem;
}

.h6 {
  font-size: 0.875rem;
}

.text--bold {
  font-weight: 700;
}
.text--italic {
  font-style: italic;
}
.text--underline {
  text-decoration: underline;
}
.text--uppercase {
  text-transform: uppercase;
}
.text--lowercase {
  text-transform: lowercase;
}
.text--capitalize {
  text-transform: capitalize;
}
.text--left {
  text-align: left;
}
.text--right {
  text-align: right;
}
.text--center {
  text-align: center;
}
.text--orange, .text--warning {
  color: #F77F00;
}
.text--brand {
  color: #F77F00;
}
.text--white {
  color: #FFFFFF;
}
.text--grey, .text--gray {
  color: #E0E0E1;
}
.text--tertiary {
  color: #B2B2B2;
}
.text--success {
  color: #41D54A;
}
.text--error {
  color: #FC3411;
}

.text--brand {
  color: #F77F00;
}

.bg--white {
  background-color: #FFFFFF;
}
.bg--grey, .bg--gray {
  background-color: #F9F9F9;
}
.bg--dark-grey, .bg--dark-gray {
  background-color: #2D2D2D;
}
.bg--black {
  background-color: #111111;
}
.bg--brand {
  background-color: #F77F00;
}
.bg--orange {
  background-color: #F77F00;
}

.bg--brand {
  background-color: #F77F00;
}

@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .hidden-lg {
    display: none;
  }
}

@media screen and (min-width: 48em) {
  .visible-xs {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .visible-sm {
    display: none;
  }
}
@media screen and (min-width: 64em) {
  .visible-sm {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .visible-md {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .visible-md {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .visible-lg {
    display: none;
  }
}

.sr-only {
  position: absolute;
  left: -99999px;
  opacity: 0;
}

.blend-mode-multiply {
  mix-blend-mode: multiply;
}