@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

@font-face {
  font-family: "NouvelleGrotesk";
  src: local("fonts/nouvelle-grotesk-normal"), url("/assets/fonts/nouvelle-grotesk-normal.woff2") format("woff2"), local("fonts/nouvelle-grotesk-normal"), url("/assets/fonts/nouvelle-grotesk-normal.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NouvelleGroteskLight";
  src: local("fonts/nouvelle-grotesk-light"), url("/assets/fonts/nouvelle-grotesk-light.woff2") format("woff2"), local("fonts/nouvelle-grotesk-light"), url("/assets/fonts/nouvelle-grotesk-light.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.section__inner {
  padding: 6rem;
  padding-top: 6rem;
}

@media (max-width: 40em) {
  .section__inner {
    padding: 2rem !important;
  }
}
@media (max-width: 55em) {
  .section__inner {
    padding: 3rem;
  }
}
@media (min-width: 100em) {
  .section__inner {
    padding: 12rem;
  }
}
.section-line {
  display: flex;
  justify-content: center;
  margin-top: 6.875rem;
  margin-bottom: 6.875rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 0.125rem;
  background-color: #ddd;
}
@media (max-width: 40em) {
  .section-line {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.section-line-out {
  display: flex;
  justify-content: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  height: 0.125rem;
  background-color: #ddd;
}
@media (max-width: 40em) {
  .section-line-out {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

#CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialogPoweredByText {
  display: none !important;
}

.CookieDeclaration {
  display: none !important;
}

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  direction: ltr;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
}

.plyr audio, .plyr video {
  border-radius: inherit;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls .plyr__controls__item.plyr__volume {
  padding-right: 5px;
}

.plyr__controls .plyr__controls__item.plyr__volume:first-child {
  padding-right: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: #c1c9d1;
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr--video .plyr__time {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  border-radius: inherit;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--video .plyr__progress__buffer {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  flex: 1;
  position: relative;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr__volume {
    max-width: 90px;
  }
}
@media (min-width: 768px) {
  .plyr__volume {
    max-width: 110px;
  }
}
.plyr--is-ios .plyr__volume {
  display: none !important;
}

.plyr--is-ios.plyr--vimeo [data-plyr=mute] {
  display: none !important;
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}
.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.f-palette {
  display: flex;
  flex-wrap: wrap;
}

.f-color {
  flex: 1 1 4em;
  margin: 0 0.25em 1.5em;
}
.f-color svg {
  width: 100%;
  height: 5em;
  border-radius: 0.25rem;
}
.f-color code {
  display: inline-block;
  color: #000;
}
.f-color text {
  font: 0.75em/1em Hack, Consolas, Monaco, monospace;
  font-style: normal;
  text-shadow: 0 0 2px #000;
}

.u-hide {
  display: none;
}

.u-no-bullet {
  list-style-type: none;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.u-hide-text {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

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

.icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  fill: currentColor;
}

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

.icon--m {
  width: 2.5rem;
  height: 2.5rem;
}

.icon--l {
  width: 3.75rem;
  height: 3.75rem;
}

.inlinesvg .icon {
  background-repeat: repeat;
  background-size: auto auto;
}

body {
  font-family: "NouvelleGrotesk", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  line-height: 1.2;
  background-color: #fff;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "NouvelleGrotesk", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-rendering: auto;
  color: #000;
}

h1,
.h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 0 0 0.75rem;
}

h2,
.h2 {
  font-size: 2.25rem;
  line-height: 1.34;
  margin: 0 0 0.5625rem;
}

h3,
.h3 {
  font-size: 1.75rem;
  line-height: 1.26;
  margin: 0 0 0.1875rem;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 1.25rem;
  line-height: 1.125;
  margin: 0 0 0.1875rem;
}

p {
  font-family: "NouvelleGroteskLight", sans-serif;
  color: #444;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 0.75rem;
  text-rendering: auto;
}

a {
  text-decoration: none;
}

ul,
ol {
  list-style-position: outside;
  margin-left: 0;
  padding-left: 1.125rem;
  font-size: 1.25rem;
}

ol {
  padding-left: 1.4375rem;
}

ul ul,
ol ol {
  margin-left: 0;
}

hr {
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

small {
  color: #6e6e6e;
}

blockquote {
  font-family: inherit;
  font-size: 1.25rem;
  font-style: italic;
  margin: 0 0 0.75rem 0;
}

@media (max-width: 40em) {
  h1,
  .h1 {
    font-size: 2rem;
    margin-bottom: 0.875rem;
  }
  h2,
  .h2 {
    font-size: 1.75rem;
  }
  h3,
  .h3 {
    font-size: 1.25rem;
    margin-bottom: 0.375rem;
  }
  h4,
  h5,
  h6,
  .h4,
  .h5,
  .h6 {
    font-size: 1.125rem;
    margin-bottom: 0.375rem;
  }
  p,
  ul,
  ol {
    font-size: 1rem;
  }
  blockquote {
    font-size: 1.125rem;
  }
}
.btn--brown {
  display: flex;
  height: 4rem;
  width: 13.5rem;
  color: #fff;
  background: rgb(148, 111, 92);
  padding: 1.5rem;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  letter-spacing: 2px;
  text-transform: uppercase;
  transition: 0.4s;
}
.btn--brown:hover {
  color: #fff;
  background-color: #7f5f4f;
}

.btn--phone {
  background-color: transparent;
  border: 0.0625rem solid rgba(255, 255, 255, 0.4784313725);
  width: 14.375rem;
  display: flex;
  height: 4rem;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
  transition: 0.4s;
}
@media (max-width: 40em) {
  .btn--phone {
    height: 2.5rem;
  }
}
.btn--phone.icon--phone {
  border: none;
  padding: 0;
  object-fit: contain;
  width: 1.875rem;
  margin-right: 0rem !important;
}
.btn--phone:hover {
  background-color: #fff;
  color: #000;
}
.btn--phone:hover .icon--phone {
  filter: invert(1);
  transition: 0.4s;
}
.btn--phone.icon--phone {
  pointer-events: none;
}

.btn--video {
  background: transparent;
  width: 13.75rem;
  display: flex;
  height: 4rem;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  white-space: nowrap;
}
.btn--video.icon--play {
  padding: 0;
  object-fit: contain;
  width: 3.125rem;
}
.btn--video:hover {
  background: transparent;
  color: #fff;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1.125rem;
}

legend {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.375rem;
  cursor: pointer;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
}

input::-moz-placeholder {
  color: #6e6e6e;
}

input:-ms-input-placeholder {
  color: #6e6e6e;
}

input::placeholder {
  color: #6e6e6e;
}

[type=text],
[type=password],
[type=email],
[type=number],
[type=url],
[type=tel],
[type=time],
[type=date],
[type=datetime],
[type=month],
[type=week],
[type=search],
[type=range],
[type=reset],
textarea {
  display: block;
  width: 100%;
  background-color: #fff;
  border: 0.0625rem solid #f0f0f0;
  border-radius: 0;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  background-clip: padding-box;
}
[type=text]:focus,
[type=password]:focus,
[type=email]:focus,
[type=number]:focus,
[type=url]:focus,
[type=tel]:focus,
[type=time]:focus,
[type=date]:focus,
[type=datetime]:focus,
[type=month]:focus,
[type=week]:focus,
[type=search]:focus,
[type=range]:focus,
[type=reset]:focus,
textarea:focus {
  outline: 0;
  background-color: #fff;
  border-color: #acacac;
  box-shadow: 0 0 0.25rem 0 #d60051;
}
[type=text]:hover,
[type=password]:hover,
[type=email]:hover,
[type=number]:hover,
[type=url]:hover,
[type=tel]:hover,
[type=time]:hover,
[type=date]:hover,
[type=datetime]:hover,
[type=month]:hover,
[type=week]:hover,
[type=search]:hover,
[type=range]:hover,
[type=reset]:hover,
textarea:hover {
  border-color: rgba(214, 0, 81, 0.7);
}
[type=text]:active,
[type=password]:active,
[type=email]:active,
[type=number]:active,
[type=url]:active,
[type=tel]:active,
[type=time]:active,
[type=date]:active,
[type=datetime]:active,
[type=month]:active,
[type=week]:active,
[type=search]:active,
[type=range]:active,
[type=reset]:active,
textarea:active {
  box-shadow: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 2.75rem;
  padding: 0.5625rem 1.875rem 0.5625rem 0.75rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%236e6e6e%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
  background-position: right 0.3125rem center;
  background-repeat: no-repeat;
  border: 0.0625rem solid #acacac;
  border-radius: 0;
  color: #6e6e6e;
  font-size: 1rem;
  line-height: 1.5;
}
select option {
  color: #000;
}
select::-ms-expand {
  display: none;
}
select:hover {
  color: #d60051;
  cursor: pointer;
}
select:focus {
  outline: 0;
  color: #d60051;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-11%2013%2024%2024%22%3E%3Cpath%20fill%3D%22%23d60051%22%20d%3D%22M0.7%2C36.7l-6.4-6.4l1.6-1.6l4.8%2C4.8l4.8-4.8l1.6%2C1.6L0.7%2C36.7z%22%2F%3E%0A%09%3Cpath%20fill%3D%22%23d60051%22%20d%3D%22M0.7%2C13l6.4%2C6.4L5.5%2C21l-4.8-4.8L-4.1%2C21l-1.6-1.6L0.7%2C13z%22%2F%3E%3C%2Fsvg%3E%0A");
}
select:focus::-ms-value {
  color: #d60051;
  background-color: transparent;
}

.form--field-error label {
  color: #dc3545;
}
.form--field-error input {
  border-color: #dc3545;
}

.form--field-valid label {
  color: #28a745;
}
.form--field-valid input {
  border-color: #28a745;
}

@media (min-width: 40em) {
  .form--horizontal {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.125rem;
  }
  .form--horizontal:after {
    content: " ";
    display: block;
    clear: both;
  }
  .form--horizontal label {
    width: 22.2222222222%;
    float: left;
    margin-right: 3.7037037037%;
    padding-top: 0.5625rem;
  }
  .form--horizontal input,
  .form--horizontal select {
    width: 74.0740740741%;
    float: left;
    margin-right: 3.7037037037%;
  }
}
.checkbox {
  display: inline-block;
  position: relative;
}

.checkbox__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
}
.checkbox__input:focus + .checkbox__label::before {
  color: #6e6e6e;
  border-color: currentColor;
}

.checkbox__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none;
}
.checkbox__label:hover::before {
  color: #6e6e6e;
  border-color: #000;
}
.checkbox__label::before {
  content: "";
  display: block;
  position: absolute;
  border: 0.125rem solid #6e6e6e;
  background-color: #fff;
  top: 0.5625rem;
  left: 0.5625rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: background-color 0.1s ease;
}

.checkbox__input:checked + .checkbox__label, .checkbox__input:checked:hover + .checkbox__label {
  color: #000;
}
.checkbox__input:checked + .checkbox__label::before, .checkbox__input:checked:hover + .checkbox__label::before {
  color: #000;
  border-color: transparent;
  background-color: #d60051;
  transition: background-color 0.1s ease;
}
.checkbox__input:checked + .checkbox__label::after, .checkbox__input:checked:hover + .checkbox__label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.75rem;
  left: 1.0625rem;
  width: 0.5rem;
  height: 0.875rem;
  border: solid white;
  border-width: 0 0.125rem 0.125rem 0;
  transform: rotate(45deg);
}

.checkbox--alternate .checkbox__label {
  color: #fff;
}
.checkbox--alternate .checkbox__label::before {
  border-color: #fff;
  background-color: transparent;
}
.checkbox--alternate .checkbox__label:hover::before {
  color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label {
  color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label::before, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label::before {
  background-color: #fff;
}
.checkbox--alternate .checkbox__input:checked + .checkbox__label::after, .checkbox--alternate .checkbox__input:checked:hover + .checkbox__label::after {
  border-color: #d60051;
}

.lt-ie9 .checkbox__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto;
}
.lt-ie9 .checkbox__input + label {
  padding: 0;
}
.lt-ie9 .checkbox__input + label::before, .lt-ie9 .checkbox__input + label::after {
  display: none;
}

.radio {
  display: inline-block;
  position: relative;
}

.radio__input {
  position: absolute;
  overflow: hidden;
  width: 0.0625rem;
  height: 0.0625rem;
  padding: 0;
  margin: -0.0625rem;
  border: 0;
  clip: rect(0 0 0 0);
}
.radio__input:focus + .radio__label::before {
  color: #6e6e6e;
  border-color: currentColor;
}

.radio__label {
  position: relative;
  vertical-align: top;
  padding: 0.5625rem 0.5625rem 0.5625rem 2.625rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  text-transform: none;
}
.radio__label::before, .radio__label::after {
  display: block;
  top: 0.5625rem;
  left: 0.5625rem;
  border-radius: 100%;
}
.radio__label::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  border: 0.125rem solid #6e6e6e;
  background-color: #fff;
}
.radio__label::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: transparent;
  width: 0.875rem;
  height: 0.875rem;
  left: 0.875rem;
  top: 0.875rem;
  transition: background-color 0.1s ease;
}
.radio__label:hover::before {
  color: #6e6e6e;
  border-color: #000;
}

.radio__input:checked + .radio__label, .radio__input:checked:hover + .radio__label {
  color: #000;
}
.radio__input:checked + .radio__label::before, .radio__input:checked:hover + .radio__label::before {
  color: #000;
  border-color: currentColor;
}
.radio__input:checked + .radio__label::after, .radio__input:checked:hover + .radio__label::after {
  background-color: #d60051;
  transition: background-color 0.1s ease;
}

.radio--alternate .radio__label {
  color: #fff;
}
.radio--alternate .radio__label::before {
  border-color: #fff;
  background-color: transparent;
}
.radio--alternate .radio__label:hover::before {
  color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label, .radio--alternate .radio__input:checked:hover + .radio__label {
  color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label::before, .radio--alternate .radio__input:checked:hover + .radio__label::before {
  background-color: #fff;
}
.radio--alternate .radio__input:checked + .radio__label::after, .radio--alternate .radio__input:checked:hover + .radio__label::after {
  border-color: #d60051;
}

.lt-ie9 .radio__input {
  position: inherit;
  overflow: visible;
  width: 20px;
  height: 20px;
  padding: inherit;
  margin: inherit;
  border: inherit;
  clip: auto;
}
.lt-ie9 .radio__input + label {
  padding: 0;
}
.lt-ie9 .radio__input + label i {
  display: none;
}

.table-wrapper {
  margin: 1.5rem 0;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

table {
  width: 100%;
  border-spacing: 0;
}

thead {
  color: #fff;
  text-align: left;
}

th {
  background-color: #381c2e;
}

td,
th {
  min-width: 6.25rem;
  padding: 0.5rem;
  border-right: 0.125rem solid #6e6e6e;
}
td:last-child,
th:last-child {
  border-right: 0;
}

tbody tr {
  transition: all 0.1s linear;
  background-color: #fff;
}
tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
  color: #6e6e6e;
}
tbody tr:hover {
  background-color: #00d2d3;
  color: #000;
}

@media (min-width: 64em) {
  .table-wrapper {
    overflow-x: hidden;
  }
}
img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

.image img {
  margin-bottom: 0.75rem;
}

.image__caption {
  color: #000;
  padding: 0 space(1);
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}

@media (min-width: 64em) {
  .image img {
    margin-bottom: 1.5rem;
  }
}
.card {
  box-shadow: 2.5rem 2.5rem 5rem 0rem rgba(0, 0, 0, 0.04);
  border-radius: 3%;
  height: 25rem;
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  width: 48.1481481481%;
  margin-bottom: 1.875rem;
  word-wrap: break-word;
}
@media (max-width: 40em) {
  .card {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 55em) {
  .card {
    width: 100%;
  }
}
@media (max-width: 80em) {
  .card {
    height: 34.375rem;
  }
}
.card__inner {
  display: flex;
  height: 50%;
  align-items: center;
}
@media (max-width: 40em) {
  .card__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.card__inner .icon--star {
  width: 15%;
  height: 80%;
  object-fit: contain;
}
.card__inner__h2 {
  margin-left: 0.75rem;
  justify-content: center;
}
@media (max-width: 40em) {
  .card__inner__h2 {
    margin: 0rem;
    margin-top: 1rem;
  }
}
.card__body {
  height: 50%;
  margin: 0 1.25rem;
  display: flex;
  justify-content: center;
}
.card__body__text {
  margin-top: 0rem;
  margin-bottom: 0rem;
}
@media (max-width: 40em) {
  .card__body {
    margin: 0rem;
    margin-top: 2rem;
  }
}

.textcard {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width: 40em) {
  .textcard {
    flex-direction: column;
  }
}
.textcard__text {
  width: 30.8641975309%;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  margin-right: 1.6875rem;
}
.textcard__text p {
  font-size: 1.125rem;
}
@media (max-width: 40em) {
  .textcard__text {
    width: 100% !important;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 80em) {
  .textcard__text {
    width: 48.1481481481%;
    margin-top: 2rem;
    margin-right: 0.625rem;
  }
}
.textcard__text--header {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}
@media (max-width: 40em) {
  .textcard__text--header {
    width: 100%;
  }
}
.textcard__text--header .icon--checkmark {
  margin-right: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch {
  display: inline-block;
  position: relative;
  margin-bottom: 1.125rem;
  cursor: pointer;
  height: 2.5rem;
  width: 5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.switch__label {
  display: block;
  position: relative;
  height: 2.5rem;
  width: 100%;
  cursor: pointer;
  background: #acacac;
  border-radius: 2.5rem;
  transition: all 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}
.switch__label::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
  border-radius: 2.5rem;
  transition: all 0.15s ease-out;
  transform: translate3d(0, 0, 0);
}

.switch__input {
  display: none;
}

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

.switch__active,
.switch__inactive {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch__active {
  display: none;
  left: 15%;
}

.switch__inactive {
  right: 15%;
}

.switch:hover .switch__label {
  background: #6e6e6e;
}

.switch__input:checked + .switch__label {
  background: #d60051;
}
.switch__input:checked + .switch__label::after {
  left: 2.75rem;
}
.switch__input:checked + .switch__label .switch__inactive {
  display: none;
}
.switch__input:checked + .switch__label .switch__active {
  display: inline;
}

.button-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.75rem 0 1.125rem;
}
.button-group > .btn {
  position: relative;
  float: left;
  margin-right: 0.0625rem;
  margin-bottom: 0.0625rem;
}
.button-group > .btn:last-child {
  margin-right: 0;
}

.input-addon {
  display: flex;
}
.input-addon__field {
  flex: 1;
}
.input-addon__item {
  margin-bottom: 0;
}

.input-addon--overlay {
  position: relative;
}
.input-addon--overlay .input-addon__input {
  padding-right: 3.125rem;
}
.input-addon--overlay .input-addon__item {
  position: absolute;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  color: #000;
}
.input-addon--overlay .input-addon__item, .input-addon--overlay .input-addon__item:hover, .input-addon--overlay .input-addon__item:active {
  background-color: transparent;
}
.input-addon--overlay .input-addon__item:hover {
  color: #6e6e6e;
}

.main-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
.main-nav__link {
  display: block;
  padding: 0.6875rem 1.125rem;
  color: #acacac;
  font-size: 1.125rem;
  line-height: 1.33;
}
.main-nav__link:hover, .main-nav__link:focus, .main-nav__link.main-nav--active {
  color: #fff;
  background-color: #d60051;
}

.dropdown {
  position: relative;
  margin: 0 0 1.125rem;
}
.dropdown .btn {
  margin-bottom: 0;
}

.dropdown__menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0.375rem 0;
  margin: 0.125rem 0 0;
  list-style: none;
  background-color: #fff;
  border: 0.0625rem solid #acacac;
}
.dropdown__menu a {
  display: block;
  padding: 0.3125rem 0.75rem;
  white-space: nowrap;
}

.dropdown--open .dropdown__menu {
  display: block;
}

.tab__nav {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #d60051;
}

.tab__nav-item {
  display: block;
  flex-grow: 1;
}

.tab__link {
  display: block;
  background-color: #fff;
  color: #d60051;
  padding: 1rem;
  text-decoration: none;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375;
  text-transform: uppercase;
}
.tab__link:hover {
  background-color: rgba(214, 0, 81, 0.7);
  color: #fff;
}
.tab__link:active, .tab__link.tab--active {
  background-color: #d60051;
  color: #fff;
}

.tab__panel {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tab__panel:focus {
  outline: none;
}
.tab__panel.tab--active {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.breadcrumb {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 0.75rem;
}
.breadcrumb::after {
  clear: both;
  content: "";
  display: table;
}

.breadcrumb__item {
  display: inline-block;
  padding: 0.5rem 0;
}
.breadcrumb__item a {
  display: inline-block;
  color: #6e6e6e;
}
.breadcrumb__item a:hover {
  color: #000;
}
.breadcrumb__item::after {
  content: "|";
  margin: 0 0.75rem;
  color: #6e6e6e;
}
.breadcrumb__item:last-child::after {
  content: "";
  display: none;
}
.breadcrumb__item:last-child a {
  color: #d60051;
}

.breadcrumb__item--active {
  color: #d60051;
}

@media (min-width: 64em) {
  .breadcrumb {
    margin-bottom: 1.5rem;
  }
}
.topbar__mobile-menu {
  display: block;
  background-color: #f0f0f0;
  color: #6e6e6e;
  border: 0;
  padding: 0.4375rem 0.625rem 0.375rem;
  position: relative;
  cursor: pointer;
  margin-left: auto;
}
.topbar__mobile-menu:hover {
  color: #6e6e6e;
}

.topbar__list,
.topbar__sub-list {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar__item {
  background-color: #f0f0f0;
  display: block;
}

.topbar__link {
  border-bottom: 0.0625rem solid #acacac;
  display: block;
  padding: 0.75rem;
  color: #6e6e6e;
}
.topbar__link:hover {
  transition: all 0.1s linear;
  background-color: #fff;
}

.topbar__sub-list {
  padding: 0;
  background-color: #fff;
}

.topbar__sub {
  display: block;
}
.topbar__sub .topbar__link {
  background-color: #fff;
  border-color: #fff;
  color: #6e6e6e;
  padding-left: 1.875rem;
}
.topbar__sub .topbar__link:hover {
  color: #000;
}

.topbar--active {
  background-color: #f0f0f0;
  color: #d60051;
}
.topbar--active:hover {
  background-color: #fff;
}

.topbar--open .topbar__list {
  display: block;
}

.topbar__sub-list--open {
  display: block;
}

@media (min-width: 64em) {
  .topbar {
    font-size: 1.125rem;
  }
  .topbar__mobile-menu {
    display: none;
  }
  .topbar__list, .topbar--open .topbar__list {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .topbar__item {
    flex: 1 1 auto;
    position: relative;
  }
  .topbar__item:not(:last-child) {
    border-right: 0.0625rem solid #acacac;
  }
  .topbar__link {
    padding: 0.6875rem 1.125rem;
    text-align: center;
  }
  .topbar__sub-list {
    border: 0.0625rem solid #acacac;
    border-top-width: 0;
    left: -0.0625rem;
    min-width: 14.375rem;
    position: absolute;
  }
  .topbar__item:last-child .topbar__sub-list {
    left: auto;
    right: 0;
  }
  .topbar__sub-item a {
    padding: 0.6875rem 1.125rem;
  }
}
.accordion {
  display: block;
  margin: 0;
  padding: 0;
}

.accordion__item {
  display: block;
  border-top: 0.125rem solid #381c2e;
}

.accordion__title {
  display: block;
  min-height: 4.125rem;
  margin: 0;
  padding: 0.9375rem 3.125rem 0.9375rem 0;
  position: relative;
  font-size: 1rem;
  line-height: 1.125;
  font-weight: 700;
  cursor: pointer;
  color: #000;
}
.accordion__title::before, .accordion__title::after {
  content: "";
  display: block;
  position: absolute;
}
.accordion__title::before {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 0.8125rem;
  right: 0;
  border: 0.0625rem solid #acacac;
  border-radius: 100%;
}
.accordion__title::after {
  height: 0;
  width: 0;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  border-top: 0.3125rem solid currentColor;
  top: 1.9375rem;
  right: 0.9375rem;
}
.accordion__title:hover {
  color: #acacac;
}

.accordion__content {
  display: none;
}

.accordion--open .accordion__title {
  color: #d60051;
}
.accordion--open .accordion__title::after {
  height: 0;
  width: 0;
  border-bottom: 0.3125rem solid currentColor;
  border-left: 0.3125rem solid transparent;
  border-right: 0.3125rem solid transparent;
  top: 1.875rem;
  border-top: 0;
}
.accordion--open .accordion__content {
  display: block;
}

.no-js .accordion__content {
  display: block;
}

@media (min-width: 64em) {
  .accordion__title {
    min-height: 4.375rem;
    padding-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .accordion__title::before {
    top: 0.9375rem;
  }
  .accordion__title::after {
    top: 2.0625rem;
  }
  .accordion--open .accordion__title::after {
    top: 2rem;
  }
}
.slider {
  position: relative;
  margin: 0 auto 2.5rem;
}
.slider::after {
  clear: both;
  content: "";
  display: table;
}
.slider .flickity-viewport {
  position: absolute;
  width: 100%;
}

.slider__inner {
  clear: both;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.slider__items {
  padding-bottom: 56.25%;
}
.slider__items::after {
  clear: both;
  content: "";
  display: table;
}

.slider__item {
  width: 100%;
  height: 100%;
}

.slider__image {
  width: 100%;
  height: auto;
  transition: opacity 0.4s;
  opacity: 0;
}
.slider__image.flickity-lazyloaded, .slider__image.flickity-lazyerror {
  opacity: 1;
  background-image: none;
}
.slider__image[data-flickity-lazyload] {
  width: auto;
}

.slider .flickity-prev-next-button {
  display: none;
}
.slider .flickity-prev-next-button .arrow {
  fill: #000;
}
.slider .flickity-prev-next-button:focus {
  box-shadow: 0 0 2px 2px #09f;
}

.slider__nav-item {
  width: 1.5rem;
  height: 1.5rem;
  clear: none;
  display: inline-block;
  margin: 0 0.375rem;
  background-color: #00d2d3;
  border: 0.375rem solid #fff;
  border-radius: 100%;
}

.slider .flickity-page-dots {
  bottom: -2.5rem;
}
.slider .dot {
  width: 1.25rem;
  height: 1.25rem;
  opacity: 1;
  background: transparent;
  border: 0.125rem solid #000;
  position: relative;
  margin: 0 0.25rem;
}
.slider .dot::before {
  display: block;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  border-radius: 100%;
}
.slider .dot:hover {
  background-color: #acacac;
}
.slider .dot.is-selected::before {
  background-color: #000;
}

@media (min-width: 64em) {
  .slider .flickity-prev-next-button {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(255, 255, 255, 0.5);
    border: 0.125rem solid #000;
  }
  .slider .flickity-prev-next-button:hover {
    background: #acacac;
  }
  .slider .flickity-prev-next-button:active {
    opacity: 1;
  }
  .slider .flickity-prev-next-button:disabled {
    display: none;
  }
}
.embed iframe {
  border: none;
}

.two-column {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.two-column:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 64em) {
  .two-column__first,
  .two-column__second {
    width: 49.1525423729%;
    float: left;
    margin-right: 1.6949152542%;
  }
  .two-column__second {
    float: right;
    margin-right: 0;
  }
}
.content--lead {
  font-size: 1.1875rem;
}

@media (min-width: 40em) {
  .content--lead {
    font-size: 1.25rem;
  }
}
@media (min-width: 64em) {
  .content {
    max-width: 48.75rem;
  }
  .content--lead {
    font-size: 1.5rem;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.input form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 40em) {
  .input form {
    flex-direction: column;
  }
}
.input__body__label {
  color: #fff;
  font-size: 1.5rem;
  position: absolute;
  top: 0.75rem;
  cursor: text;
}
.input__body__label--checkbox {
  margin: 0;
  margin-left: 2.25rem;
}
.input__body__label--checkbox p {
  color: #fff;
  margin: 0;
  font-size: 1rem;
}
.input__body__label--checkbox a {
  color: #ccc;
  text-decoration: none;
  display: inline-block;
  border-bottom: 0.0625rem solid #ccc;
}
.input__body__label--checkbox a:hover {
  border-bottom: 0.0625rem solid #fff;
  color: #fff;
  transition: all 300ms;
}
.input__body__wrapper {
  width: 100%;
  margin-bottom: 0.625rem;
}
.input__body__wrapper-test {
  display: inline-block;
  margin-bottom: 3.125rem;
}
.input__body__wrapper input:checked ~ span {
  background: #fff;
  border: none;
}
.input__body__wrapper input:checked ~ div {
  position: absolute;
  transform: rotate(45deg);
  height: 0.75rem;
  width: 0.375rem;
  border-bottom: 0.1875rem solid #000;
  border-right: 0.1875rem solid #000;
  margin-left: 0.4375rem;
  margin-top: 0.1875rem;
}
@media (max-width: 40em) {
  .input__body__wrapper {
    width: 100%;
    margin-left: 0%;
  }
}
.input__body__checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 1.25rem;
  width: 1.25rem;
  z-index: 1;
}
.input__body__checkmark {
  position: absolute;
  height: 1.25rem;
  width: 1.25rem;
  border: solid 0.125rem #fff;
}
.input__body__input {
  background-color: transparent;
  color: #fff;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4862745098);
  padding: 1.5rem 1rem;
  font-size: 1.5rem;
  width: 100%;
}
@media (max-width: 40em) {
  .input__body__input {
    padding: 1rem 1rem;
  }
}
.input__body__input:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.input__body__input:hover {
  border-color: rgba(255, 255, 255, 0.4862745098);
  transition: 0.3s;
  box-shadow: none;
}
.input__body__textarea {
  color: #fff;
  background-color: transparent;
  border: none;
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.4862745098);
  padding: 1.5rem 1rem;
  max-width: 100%;
  min-width: 100%;
  min-height: 4.0625rem;
  max-height: 31.25rem;
  font-size: 1.5rem;
  overflow-y: hidden;
}
.input__body__textarea:focus {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
}
.input__body__textarea:hover {
  border-color: #fff;
  transition: 300ms;
}
.input__body__submit {
  border: none;
  width: 48.1481481481%;
  display: flex;
  float: right;
  height: 4rem;
  color: #fff;
  background: #946f5c;
  padding: 1.5rem;
  text-align: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
  cursor: pointer;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media (max-width: 40em) {
  .input__body__submit {
    width: 100%;
    margin-left: 0%;
    transform: translateY(0);
  }
}
.input__body__submit:hover {
  color: #fff;
  background-color: #7f5f4f;
  transition: 300ms;
}

.wrapper {
  width: 48.1481481481%;
  margin-bottom: 2rem;
  position: relative;
}
.wrapper--underline::after {
  transform-origin: 100% 50%;
}
.wrapper--underline:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.wrapper::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0.0625rem;
  width: 100%;
  border-bottom: 0.0625rem solid #fff;
  transform: scaleX(0);
  transition: transform 300ms;
}
.wrapper:hover {
  color: #fff;
  transition: 300ms;
}
@media (max-width: 40em) {
  .wrapper {
    width: 100%;
  }
}
.wrapper input:focus + label {
  color: #fff;
  font-size: 1rem;
  transform: translateY(-30px);
  transition: transform 0.4s ease-out;
}
.wrapper input:not(:placeholder-shown) + label {
  font-size: 1rem;
  transform: translateY(-30px);
}
.wrapper input:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
}
.wrapper--textarea {
  width: 100%;
  margin-bottom: 3rem;
  position: relative;
}
.wrapper--textarea--underline::after {
  transform-origin: 100% 50%;
}
.wrapper--textarea--underline:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.wrapper--textarea::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0.125rem;
  width: 100%;
  border-bottom: 0.0625rem solid #fff;
  transform: scaleX(0);
  transition: transform 600ms;
}
.wrapper--textarea:hover {
  color: #fff;
  transition: 300ms;
}
.wrapper--textarea textarea:focus + label {
  color: #fff;
  font-size: 1rem;
  transform: translateY(-30px);
  transition: transform 0.4s ease-out;
}
.wrapper--textarea textarea:not(:placeholder-shown) + label {
  font-size: 1rem;
  transform: translateY(-30px);
}
.wrapper--textarea textarea:not(:placeholder-shown) {
  border-bottom: 0.125rem solid #fff;
}

@media (max-width: 40em) {
  .input form {
    flex-direction: column;
  }
  .input__body__submit {
    width: 100%;
    margin-left: 0%;
  }
  .wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }
  .wrapper::before {
    top: 3.8125rem;
  }
  .wrapper--textarea {
    width: 100%;
    margin-bottom: 3rem;
  }
  .wrapper--textarea::before {
    top: 4.8125rem;
  }
}
.header {
  position: fixed;
  z-index: 1;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem 6rem;
  transition: all 0.3s ease;
}
@media (max-width: 40em) {
  .header {
    padding: 2rem !important;
    position: absolute;
  }
}
@media (max-width: 55em) {
  .header {
    padding: 3rem;
  }
}
@media (max-width: 40em) {
  .header__logo {
    width: 13.5802469136%;
    height: 3.25rem;
  }
}
.header__buttons {
  display: flex;
  justify-content: flex-end;
  width: 39.5061728395%;
}
@media (max-width: 40em) {
  .header__buttons {
    width: 48.1481481481%;
  }
}
@media (max-width: 55em) {
  .header__buttons .btn--brown {
    margin-left: 1.5rem;
  }
}
@media (max-width: 40em) {
  .header__buttons .btn--brown {
    width: 13.75rem;
  }
}
.header__buttons .btn--phone {
  margin-right: 2rem;
}
.header__buttons .btn--phone .icon--phone {
  width: 1.5625rem;
}
@media (max-width: 40em) {
  .header__buttons .btn--phone {
    display: none;
  }
}
@media (max-width: 55em) {
  .header__buttons .btn--phone {
    display: none;
  }
}

.icon--logo {
  width: 12.5rem;
  height: 50px;
}
@media (max-width: 40em) {
  .icon--logo {
    display: none;
  }
}
@media (max-width: 55em) {
  .icon--logo {
    width: 65.4320987654%;
  }
}

.icon__a--logomobile {
  display: none;
}
@media (max-width: 40em) {
  .icon__a--logomobile {
    display: block;
    width: auto;
    height: auto;
  }
}
.icon__a--logomobile .icon--logo-mobile {
  width: 100%;
  height: 3.25rem;
}

.pinned {
  background: #2f4858;
  padding: 1.5rem 3.75rem;
}
.pinned__button {
  height: 3rem;
}
@media (max-width: 40em) {
  .pinned {
    padding: 2rem !important;
    background: transparent;
  }
}
@media (max-width: 55em) {
  .pinned {
    padding: 1.75rem;
  }
}

.headerlegal {
  position: absolute;
  z-index: 1;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6rem;
  padding-top: 3rem;
}
@media (max-width: 40em) {
  .headerlegal {
    padding: 2rem !important;
  }
}
@media (max-width: 55em) {
  .headerlegal {
    padding: 3rem;
  }
}
@media (max-width: 40em) {
  .headerlegal__logo {
    width: 13.5802469136%;
    height: 3.25rem;
  }
}
.headerlegal__buttons {
  display: flex;
  justify-content: flex-end;
  width: 39.5061728395%;
}
@media (max-width: 40em) {
  .headerlegal__buttons {
    width: 48.1481481481%;
  }
}
@media (max-width: 40em) {
  .headerlegal__buttons .btn--brown {
    display: none;
  }
}
.headerlegal__buttons .btn--phone {
  margin-right: 2rem;
  border: 0.0625rem solid #000;
  color: #000;
}
@media (max-width: 40em) {
  .headerlegal__buttons .btn--phone {
    display: flex !important;
  }
}
@media (max-width: 55em) {
  .headerlegal__buttons .btn--phone {
    display: none;
  }
}
.headerlegal__buttons .btn--phone .icon--phone {
  width: 1.5625rem;
  border: none;
  filter: invert(1);
}
.headerlegal__buttons .btn--phone:hover {
  background-color: #000;
  color: #fff;
  transition: 0.4s;
}
.headerlegal__buttons .btn--phone:hover .icon--phone {
  filter: invert(0);
  transition: 0.4s;
}
@media (max-width: 40em) {
  .headerlegal__buttons .btn--phone {
    width: 13.75rem;
    margin-right: 0rem;
    justify-content: space-between;
  }
}

.icon--legallogo {
  width: 12.5rem;
  height: 33%;
}
@media (max-width: 40em) {
  .icon--legallogo {
    display: none;
  }
}
@media (max-width: 40em) {
  .icon--legallogo {
    width: 65.4320987654%;
  }
}

.icon__a--legallogomobile {
  display: none;
}
@media (max-width: 40em) {
  .icon__a--legallogomobile {
    display: block;
    width: auto;
    height: auto;
  }
}
.icon__a--legallogomobile .icon--legallogo-mobile {
  width: 100%;
  height: 3.25rem;
}

.hero {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.hero__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.hero__inner:after {
  content: " ";
  display: block;
  clear: both;
}
.hero__inner__header {
  padding-bottom: 3rem;
}
.hero__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
}
.hero__body {
  margin-top: 80px;
}
@media (min-width: 100em) {
  .hero__body {
    margin-top: 0;
  }
}
.hero__body__wrapper {
  display: flex;
  padding-right: 0;
  justify-content: space-between;
}
@media (max-width: 55em) {
  .hero__body__wrapper {
    flex-direction: column;
  }
}
.hero__body__text {
  align-self: center;
  width: 48.1481481481%;
}
@media (max-width: 80em) {
  .hero__body__text {
    width: 48.1481481481%;
  }
}
@media (max-width: 55em) {
  .hero__body__text {
    width: 100%;
    order: 2;
  }
}
.hero__body__text--h1 {
  color: #fff;
  font-family: "NouvelleGrotesk", sans-serif;
}
@media (max-width: 55em) {
  .hero__body__text--h1 {
    margin-top: 2.0625rem;
    font-size: 2rem;
  }
}
.hero__body__text--p {
  color: #fff;
  margin-top: 3rem;
}
.hero__body__text .btn--brown {
  margin-top: 5rem;
  margin-right: 4.0540540541%;
}
@media (max-width: 40em) {
  .hero__body__text .btn--brown {
    width: 100%;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    white-space: wrap;
  }
}
.hero__body__img {
  width: 82.7160493827%;
  right: 0;
  object-fit: contain;
  margin-right: -6rem;
  overflow-x: hidden;
}
@media (max-width: 55em) {
  .hero__body__img {
    display: none;
  }
}
@media (max-width: 80em) {
  .hero__body__img {
    width: 56.7901234568%;
  }
}
@media (min-width: 100em) {
  .hero__body__img {
    margin-right: -12rem;
  }
}
.hero__body__img--mobile {
  display: none;
}
@media (max-width: 55em) {
  .hero__body__img--mobile {
    display: flex;
  }
}

.cardsection {
  min-height: 100vh;
  width: 100%;
}
@media (max-width: 40em) {
  .cardsection {
    margin-top: 3rem;
  }
}
@media (max-width: 55em) {
  .cardsection {
    margin-top: 3rem;
  }
}
.cardsection__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.cardsection__inner:after {
  content: " ";
  display: block;
  clear: both;
}
.cardsection__header {
  margin-bottom: 3.75rem;
  width: 39.5061728395%;
}
@media (max-width: 40em) {
  .cardsection__header {
    width: 100%;
  }
}
.cardsection__cards {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 40em) {
  .cardsection__cards {
    flex-direction: column;
  }
}
@media (max-width: 55em) {
  .cardsection__cards {
    flex-direction: column;
  }
}
.cardsection__cards__card:nth-child(2n) {
  margin-top: -8.125rem;
}
@media (max-width: 40em) {
  .cardsection__cards__card:nth-child(2n) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 55em) {
  .cardsection__cards__card:nth-child(2n) {
    margin-top: 1.5rem;
  }
}

.video {
  min-height: 100vh;
  width: 100%;
}
.video__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.video__inner:after {
  content: " ";
  display: block;
  clear: both;
}
.video video {
  cursor: pointer;
}
.video__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 3.75rem;
}
@media (max-width: 40em) {
  .video__header {
    flex-direction: column;
  }
}
@media (max-width: 55em) {
  .video__header {
    flex-direction: column;
  }
}
.video__header--h2 {
  width: 22.2222222222%;
}
@media (max-width: 40em) {
  .video__header--h2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 55em) {
  .video__header--h2 {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.video__header--p {
  width: 48.1481481481%;
}
@media (max-width: 40em) {
  .video__header--p {
    width: 100%;
  }
}
@media (max-width: 55em) {
  .video__header--p {
    width: 100%;
  }
}
.video__footer--h2 {
  width: 39.5061728395%;
  margin-bottom: 3.75rem;
}
@media (max-width: 40em) {
  .video__footer--h2 {
    width: 100%;
  }
}
@media (max-width: 55em) {
  .video__footer--h2 {
    width: 100%;
  }
}

.footer {
  min-height: 100%;
  width: 100%;
  background-color: #eee;
}
.footer__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem 6rem;
}
.footer__inner:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 100em) {
  .footer__inner {
    padding: 6rem 12rem;
  }
}
@media (max-width: 40em) {
  .footer__inner {
    padding: 2rem !important;
  }
}
.footer__header {
  width: 48.1481481481%;
  margin-bottom: 2rem;
}
@media (max-width: 40em) {
  .footer__header {
    width: 100%;
  }
}
@media (max-width: 55em) {
  .footer__header {
    width: 100%;
  }
}
.footer__inner__text {
  display: flex;
}
@media (max-width: 40em) {
  .footer__inner__text {
    flex-direction: column;
  }
}
@media (max-width: 55em) {
  .footer__inner__text {
    flex-direction: column;
  }
}
.footer__inner__text--1 {
  width: 48.1481481481%;
  margin-right: 3.7037037037%;
}
@media (max-width: 40em) {
  .footer__inner__text--1 {
    width: 100%;
  }
}
@media (max-width: 55em) {
  .footer__inner__text--1 {
    width: 100%;
  }
}
.footer__inner__text--1 a {
  color: #000;
  border-bottom: #000 solid 1px;
  transition: 300ms ease;
}
.footer__inner__text--1 a:hover {
  color: rgba(0, 0, 0, 0.438);
  border-bottom: rgba(0, 0, 0, 0.438) solid 1px;
}
.footer__inner__text--2 {
  width: 48.1481481481%;
}
@media (max-width: 40em) {
  .footer__inner__text--2 {
    width: 100%;
  }
}
@media (max-width: 55em) {
  .footer__inner__text--2 {
    width: 100%;
  }
}
.footer__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 40em) {
  .footer__footer {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 55em) {
  .footer__footer {
    flex-direction: column;
    justify-content: center;
  }
}
.footer__footer__btngrp {
  width: 22.2222222222%;
  justify-content: space-between;
  display: flex;
}
@media (max-width: 40em) {
  .footer__footer__btngrp {
    width: 100%;
    order: 3;
    margin-top: 1.5rem;
  }
}
@media (max-width: 55em) {
  .footer__footer__btngrp {
    width: 100%;
    order: 3;
    margin-top: 1.5rem;
  }
}
.footer__footer__btngrp--underline::after {
  transform-origin: 100% 50%;
}
.footer__footer__btngrp--underline:hover::after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}
.footer__footer__btngrp a {
  color: #757575;
  margin-right: 2rem;
}
@media (max-width: 40em) {
  .footer__footer__btngrp a {
    margin-right: 0;
  }
}
@media (min-width: 100em) {
  .footer__footer__btngrp a {
    margin-right: 4rem;
  }
}
.footer__footer__btngrp a::after {
  content: "";
  display: block;
  position: relative;
  bottom: 0rem;
  border-bottom: 0.125rem solid #757575;
  transform: scaleX(0);
  transition: transform 300ms;
}
.footer__footer__calydobtn {
  margin-left: -8.024691358%;
  width: 17.2839506173%;
}
@media (max-width: 40em) {
  .footer__footer__calydobtn {
    width: 65.4320987654%;
    margin: auto;
    order: 1;
  }
}
@media (max-width: 55em) {
  .footer__footer__calydobtn {
    width: 65.4320987654%;
    margin: auto;
    order: 1;
  }
}
.footer__footer .icon--calydo {
  width: 100%;
}
.footer__footer__icongrp {
  width: 17.2839506173%;
  justify-content: space-between;
  display: flex;
}
.footer__footer__icongrp a {
  padding: 0.375rem;
  transition: 550ms ease;
}
.footer__footer__icongrp a:hover {
  transform: rotate(360deg);
}
@media (max-width: 40em) {
  .footer__footer__icongrp {
    width: 65.4320987654%;
    order: 2;
    margin-top: 1.5rem;
  }
}
@media (max-width: 55em) {
  .footer__footer__icongrp {
    width: 65.4320987654%;
    order: 2;
    margin-top: 1.5rem;
  }
}

.form {
  min-height: 100vh;
  width: 100%;
  position: relative;
}
.form__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.form__inner:after {
  content: " ";
  display: block;
  clear: both;
}
.form__background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transform: scaleX(-1);
}
.form__body__h2 {
  color: #fff;
  width: 56.7901234568%;
  margin-bottom: 3.75rem;
}
@media (max-width: 40em) {
  .form__body__h2 {
    width: 100%;
  }
}

.hidden {
  display: none;
  text-align: center;
}

.legal {
  min-height: 100vh;
  width: 100%;
  display: flex;
}
.legal__inner {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8.125rem;
  margin-right: 0;
  margin-left: 0;
}
.legal__inner:after {
  content: " ";
  display: block;
  clear: both;
}
.legal__404 {
  margin-bottom: 3.75rem;
}
.legal__404--h2 {
  width: 150% !important;
}
.legal__wrapper {
  margin-left: 8.6419753086%;
  width: 65.4320987654%;
}
@media (max-width: 40em) {
  .legal__wrapper {
    margin-left: 0%;
    width: 100%;
  }
}
@media (max-width: 55em) {
  .legal__wrapper {
    margin-left: 0%;
    width: 100%;
  }
}
.legal__header {
  width: 65.4320987654%;
  text-align: left;
  margin: 2.25rem 0;
}
@media (max-width: 40em) {
  .legal__header {
    word-break: break-word;
  }
}
.legal__body {
  text-align: left;
}
@media (max-width: 40em) {
  .legal__body {
    width: 100%;
    word-break: break-word;
  }
}
@media (max-width: 55em) {
  .legal__body {
    width: 100%;
    word-break: break-word;
  }
}
.legal__body p {
  margin-top: 0;
  margin-bottom: 2.25rem;
}