/**
 * Colors
 */
/**
 * Breakpoints & Media Queries
 */
/**
 * Colors
 */
/**
 * Often re-used variables
 */
/**
 * Grid System.
 * https://make.wordpress.org/design/2019/10/31/proposal-a-consistent-spacing-system-for-wordpress/
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Button states and focus styles
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em; }

.wp-block-audio audio {
  width: 100%;
  min-width: 300px; }

.wp-block-button {
  color: #fff; }
  .wp-block-button.aligncenter {
    text-align: center; }
  .wp-block-button.alignright {
    /*rtl:ignore*/
    text-align: right; }

.wp-block-button__link {
  background-color: #32373c;
  border: none;
  border-radius: 28px;
  box-shadow: none;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word; }
  .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:active, .wp-block-button__link:visited {
    color: inherit; }

.wp-gs .wp-block-button__link:not(.has-background) {
  background-color: var(--wp-block-core-button--color--background, var(--wp-color--primary, #32373c)); }

.is-style-squared .wp-block-button__link {
  border-radius: 0; }

.no-border-radius.wp-block-button__link {
  border-radius: 0 !important; }

.is-style-outline {
  color: #32373c; }
  .is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid; }

.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px; }

.wp-block-buttons.alignright .wp-block-button {
  margin-right: none;
  margin-left: 8px; }

.wp-block-buttons.aligncenter {
  text-align: center; }

.wp-block-calendar {
  text-align: center; }
  .wp-block-calendar th,
  .wp-block-calendar tbody td {
    padding: 4px;
    border: 1px solid #e2e4e7; }
  .wp-block-calendar tfoot td {
    border: none; }
  .wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }
  .wp-block-calendar table th {
    font-weight: 400;
    background: #edeff0; }
  .wp-block-calendar a {
    text-decoration: underline; }
  .wp-block-calendar tfoot a {
    color: #00739c; }
  .wp-block-calendar table tbody,
  .wp-block-calendar table caption {
    color: #40464d; }

.wp-block-categories.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-categories.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-columns {
  display: flex;
  margin-bottom: 64px;
  flex-wrap: wrap; }
  @media (min-width: 782px) {
    .wp-block-columns {
      flex-wrap: nowrap; } }
  .wp-block-columns.has-background {
    padding: 20px 30px; }

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word; }
  @media (max-width: 599px) {
    .wp-block-column {
      flex-basis: 100% !important; } }
  @media (min-width: 600px) and (max-width: 781px) {
    .wp-block-column {
      flex-basis: calc(50% - 16px) !important;
      flex-grow: 0; }
      .wp-block-column:nth-child(even) {
        margin-left: 32px; } }
  @media (min-width: 782px) {
    .wp-block-column {
      flex-basis: 0;
      flex-grow: 1; }
      .wp-block-column[style] {
        flex-grow: 0; }
      .wp-block-column:not(:first-child) {
        margin-left: 32px; } }

/**
 * All Columns Alignment
 */
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-columns.are-vertically-aligned-center {
  align-items: center; }

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual Column Alignment
 */
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
      align-self: center; }

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end; }

.wp-block-column.is-vertically-aligned-top, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-bottom {
  width: 100%; }

.wp-block-cover-image,
.wp-block-cover {
  position: relative;
  background-color: #000;
  background-size: cover;
  background-position: center center;
  min-height: 430px;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; }
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: fixed; }
    @supports (-webkit-overflow-scrolling: touch) {
      .wp-block-cover-image.has-parallax,
      .wp-block-cover.has-parallax {
        background-attachment: scroll; } }
    @media (prefers-reduced-motion: reduce) {
      .wp-block-cover-image.has-parallax,
      .wp-block-cover.has-parallax {
        background-attachment: scroll; } }
  .wp-block-cover-image.has-background-dim::before,
  .wp-block-cover.has-background-dim::before {
    content: "";
    background-color: inherit; }
  .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover-image .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
  .wp-block-cover-image.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover-image .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim:not(.has-background-gradient)::before,
  .wp-block-cover .wp-block-cover__gradient-background {
    opacity: 0.5; }
  .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient)::before {
    opacity: 0.1; }
  .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background {
    opacity: 0.1; }
  .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient)::before {
    opacity: 0.2; }
  .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background {
    opacity: 0.2; }
  .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient)::before {
    opacity: 0.3; }
  .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background {
    opacity: 0.3; }
  .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient)::before {
    opacity: 0.4; }
  .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background {
    opacity: 0.4; }
  .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient)::before {
    opacity: 0.5; }
  .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background {
    opacity: 0.5; }
  .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient)::before {
    opacity: 0.6; }
  .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background {
    opacity: 0.6; }
  .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient)::before {
    opacity: 0.7; }
  .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background {
    opacity: 0.7; }
  .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient)::before {
    opacity: 0.8; }
  .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background {
    opacity: 0.8; }
  .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient)::before {
    opacity: 0.9; }
  .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background {
    opacity: 0.9; }
  .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before,
  .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient)::before {
    opacity: 1; }
  .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
  .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background {
    opacity: 1; }
  .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    max-width: 290px;
    width: 100%; }
  .wp-block-cover-image::after,
  .wp-block-cover::after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit; }
    @supports (position: sticky) {
      .wp-block-cover-image::after,
      .wp-block-cover::after {
        content: none; } }
  .wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright,
  .wp-block-cover.aligncenter,
  .wp-block-cover.alignleft,
  .wp-block-cover.alignright {
    display: flex; }
  .wp-block-cover-image .wp-block-cover__inner-container,
  .wp-block-cover .wp-block-cover__inner-container {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9; }
  .wp-block-cover-image p:not(.has-text-color),
  .wp-block-cover-image h1:not(.has-text-color),
  .wp-block-cover-image h2:not(.has-text-color),
  .wp-block-cover-image h3:not(.has-text-color),
  .wp-block-cover-image h4:not(.has-text-color),
  .wp-block-cover-image h5:not(.has-text-color),
  .wp-block-cover-image h6:not(.has-text-color),
  .wp-block-cover-image .wp-block-subhead:not(.has-text-color),
  .wp-block-cover p:not(.has-text-color),
  .wp-block-cover h1:not(.has-text-color),
  .wp-block-cover h2:not(.has-text-color),
  .wp-block-cover h3:not(.has-text-color),
  .wp-block-cover h4:not(.has-text-color),
  .wp-block-cover h5:not(.has-text-color),
  .wp-block-cover h6:not(.has-text-color),
  .wp-block-cover .wp-block-subhead:not(.has-text-color) {
    color: inherit; }

.wp-block-cover__video-background {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover; }

section.wp-block-cover-image h2,
.wp-block-cover-image-text,
.wp-block-cover-text {
  color: #fff; }
  section.wp-block-cover-image h2 a,
  section.wp-block-cover-image h2 a:hover,
  section.wp-block-cover-image h2 a:focus,
  section.wp-block-cover-image h2 a:active,
  .wp-block-cover-image-text a,
  .wp-block-cover-image-text a:hover,
  .wp-block-cover-image-text a:focus,
  .wp-block-cover-image-text a:active,
  .wp-block-cover-text a,
  .wp-block-cover-text a:hover,
  .wp-block-cover-text a:focus,
  .wp-block-cover-text a:active {
    color: #fff; }

.wp-block-cover-image
.wp-block-cover.has-left-content {
  justify-content: flex-start; }

.wp-block-cover-image
.wp-block-cover.has-right-content {
  justify-content: flex-end; }

section.wp-block-cover-image.has-left-content > h2,
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text {
  margin-left: 0;
  text-align: left; }

section.wp-block-cover-image.has-right-content > h2,
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text {
  margin-right: 0;
  text-align: right; }

section.wp-block-cover-image > h2,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 580px;
  padding: 14px;
  text-align: center; }

.block-editor-block-list__block[data-type="core/embed"][data-align="left"],
.block-editor-block-list__block[data-type="core/embed"][data-align="right"],
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
  max-width: 360px;
  width: 100%; }

.wp-block-embed {
  margin-bottom: 1em; }
  .wp-block-embed figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper {
  position: relative; }
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
    content: "";
    display: block;
    padding-top: 50%; }
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
  .wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper::before {
  padding-top: 42.85%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper::before {
  padding-top: 50%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper::before {
  padding-top: 56.25%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper::before {
  padding-top: 75%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper::before {
  padding-top: 100%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper::before {
  padding-top: 177.78%; }

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper::before {
  padding-top: 200%; }

.wp-block-file {
  margin-bottom: 1.5em; }
  .wp-block-file.aligncenter {
    text-align: center; }
  .wp-block-file.alignright {
    /*rtl:ignore*/
    text-align: right; }
  .wp-block-file .wp-block-file__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    padding: 0.5em 1em; }
  .wp-block-file a.wp-block-file__button {
    text-decoration: none; }
    .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:active {
      box-shadow: none;
      color: #fff;
      opacity: 0.85;
      text-decoration: none; }
  .wp-block-file * + .wp-block-file__button {
    margin-left: 0.75em; }

.wp-block-gallery,
.blocks-gallery-grid {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative; }
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure,
    .blocks-gallery-grid .blocks-gallery-image figure,
    .blocks-gallery-grid .blocks-gallery-item figure {
      margin: 0;
      height: 100%; }
      @supports (position: sticky) {
        .wp-block-gallery .blocks-gallery-image figure,
        .wp-block-gallery .blocks-gallery-item figure,
        .blocks-gallery-grid .blocks-gallery-image figure,
        .blocks-gallery-grid .blocks-gallery-item figure {
          display: flex;
          align-items: flex-end;
          justify-content: flex-start; } }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img,
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img {
      display: block;
      max-width: 100%;
      height: auto; }
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img,
    .blocks-gallery-grid .blocks-gallery-image img,
    .blocks-gallery-grid .blocks-gallery-item img {
      width: 100%; }
      @supports (position: sticky) {
        .wp-block-gallery .blocks-gallery-image img,
        .wp-block-gallery .blocks-gallery-item img,
        .blocks-gallery-grid .blocks-gallery-image img,
        .blocks-gallery-grid .blocks-gallery-item img {
          width: auto; } }
    .wp-block-gallery .blocks-gallery-image figcaption,
    .wp-block-gallery .blocks-gallery-item figcaption,
    .blocks-gallery-grid .blocks-gallery-image figcaption,
    .blocks-gallery-grid .blocks-gallery-item figcaption {
      position: absolute;
      bottom: 0;
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 40px 10px 9px;
      color: #fff;
      text-align: center;
      font-size: 13px;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(0, 0, 0, 0.3) 70%, transparent); }
      .wp-block-gallery .blocks-gallery-image figcaption img,
      .wp-block-gallery .blocks-gallery-item figcaption img,
      .blocks-gallery-grid .blocks-gallery-image figcaption img,
      .blocks-gallery-grid .blocks-gallery-item figcaption img {
        display: inline; }
  .wp-block-gallery.is-cropped .blocks-gallery-image a,
  .wp-block-gallery.is-cropped .blocks-gallery-image img,
  .wp-block-gallery.is-cropped .blocks-gallery-item a,
  .wp-block-gallery.is-cropped .blocks-gallery-item img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
  .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
    width: 100%; }
    @supports (position: sticky) {
      .wp-block-gallery.is-cropped .blocks-gallery-image a,
      .wp-block-gallery.is-cropped .blocks-gallery-image img,
      .wp-block-gallery.is-cropped .blocks-gallery-item a,
      .wp-block-gallery.is-cropped .blocks-gallery-item img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-image img,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item a,
      .blocks-gallery-grid.is-cropped .blocks-gallery-item img {
        height: 100%;
        flex: 1;
        object-fit: cover; } }
  .wp-block-gallery .blocks-gallery-image,
  .wp-block-gallery .blocks-gallery-item,
  .blocks-gallery-grid .blocks-gallery-image,
  .blocks-gallery-grid .blocks-gallery-item {
    width: calc((100% - 16px) / 2); }
    .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
    .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
    .blocks-gallery-grid .blocks-gallery-image:nth-of-type(even),
    .blocks-gallery-grid .blocks-gallery-item:nth-of-type(even) {
      margin-right: 0; }
  .wp-block-gallery.columns-1 .blocks-gallery-image,
  .wp-block-gallery.columns-1 .blocks-gallery-item,
  .blocks-gallery-grid.columns-1 .blocks-gallery-image,
  .blocks-gallery-grid.columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0; }
  @media (min-width: 600px) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item,
    .blocks-gallery-grid.columns-3 .blocks-gallery-image,
    .blocks-gallery-grid.columns-3 .blocks-gallery-item {
      width: calc((100% - 16px * 2) / 3);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item,
        .blocks-gallery-grid.columns-3 .blocks-gallery-image,
        .blocks-gallery-grid.columns-3 .blocks-gallery-item {
          width: calc((100% - 16px * 2) / 3 - 1px); } }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item,
    .blocks-gallery-grid.columns-4 .blocks-gallery-image,
    .blocks-gallery-grid.columns-4 .blocks-gallery-item {
      width: calc((100% - 16px * 3) / 4);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item,
        .blocks-gallery-grid.columns-4 .blocks-gallery-image,
        .blocks-gallery-grid.columns-4 .blocks-gallery-item {
          width: calc((100% - 16px * 3) / 4 - 1px); } }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item,
    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item {
      width: calc((100% - 16px * 4) / 5);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item,
        .blocks-gallery-grid.columns-5 .blocks-gallery-image,
        .blocks-gallery-grid.columns-5 .blocks-gallery-item {
          width: calc((100% - 16px * 4) / 5 - 1px); } }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item,
    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item {
      width: calc((100% - 16px * 5) / 6);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item,
        .blocks-gallery-grid.columns-6 .blocks-gallery-image,
        .blocks-gallery-grid.columns-6 .blocks-gallery-item {
          width: calc((100% - 16px * 5) / 6 - 1px); } }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item,
    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item {
      width: calc((100% - 16px * 6) / 7);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item,
        .blocks-gallery-grid.columns-7 .blocks-gallery-image,
        .blocks-gallery-grid.columns-7 .blocks-gallery-item {
          width: calc((100% - 16px * 6) / 7 - 1px); } }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item,
    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item {
      width: calc((100% - 16px * 7) / 8);
      margin-right: 16px; }
      @supports (-ms-ime-align: auto) {
        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item,
        .blocks-gallery-grid.columns-8 .blocks-gallery-image,
        .blocks-gallery-grid.columns-8 .blocks-gallery-item {
          width: calc((100% - 16px * 7) / 8 - 1px); } }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n) {
      margin-right: 0; }
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n) {
      margin-right: 0; }
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n) {
      margin-right: 0; }
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n) {
      margin-right: 0; }
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n) {
      margin-right: 0; }
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n) {
      margin-right: 0; }
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n) {
      margin-right: 0; }
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n) {
      margin-right: 0; } }
  .wp-block-gallery .blocks-gallery-image:last-child,
  .wp-block-gallery .blocks-gallery-item:last-child,
  .blocks-gallery-grid .blocks-gallery-image:last-child,
  .blocks-gallery-grid .blocks-gallery-item:last-child {
    margin-right: 0; }
  .wp-block-gallery.alignleft, .wp-block-gallery.alignright,
  .blocks-gallery-grid.alignleft,
  .blocks-gallery-grid.alignright {
    max-width: 290px;
    width: 100%; }
  .wp-block-gallery.aligncenter .blocks-gallery-item figure,
  .blocks-gallery-grid.aligncenter .blocks-gallery-item figure {
    justify-content: center; }

.wp-block-image {
  margin-bottom: 1em; }
  .wp-block-image img {
    max-width: 100%; }
  .wp-block-image.aligncenter {
    text-align: center; }
  .wp-block-image.alignfull img,
  .wp-block-image.alignwide img {
    width: 100%; }
  .wp-block-image .alignleft,
  .wp-block-image .alignright,
  .wp-block-image .aligncenter, .wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0; }
    .wp-block-image .alignleft > figcaption,
    .wp-block-image .alignright > figcaption,
    .wp-block-image .aligncenter > figcaption, .wp-block-image.is-resized > figcaption {
      display: table-caption;
      caption-side: bottom; }
  .wp-block-image .alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1em; }
  .wp-block-image .alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1em; }
  .wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto; }
  .wp-block-image figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em; }

.is-style-rounded img {
  border-radius: 9999px; }

.is-style-circle-mask img {
  border-radius: 9999px; }
  @supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
    .is-style-circle-mask img {
      /* stylelint-disable */
      -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
              mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
      /* stylelint-enable */
      mask-mode: alpha;
      -webkit-mask-repeat: no-repeat;
              mask-repeat: no-repeat;
      -webkit-mask-size: contain;
              mask-size: contain;
      -webkit-mask-position: center;
              mask-position: center;
      border-radius: 0; } }

.wp-block-latest-comments__comment {
  font-size: 15px;
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em; }
  .has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none; }
    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
      margin-left: 52px; }
  .has-dates .wp-block-latest-comments__comment,
  .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5; }

.wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  line-height: 1.8;
  margin: 5px 0 20px; }

.wp-block-latest-comments__comment-date {
  color: #8f98a1;
  display: block;
  font-size: 12px; }

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 24px;
  display: block;
  float: left;
  height: 40px;
  margin-right: 12px;
  width: 40px; }

.wp-block-latest-posts.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-latest-posts.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none; }
  .wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both; }

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  .wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%; }

@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc((100% / 2) - 16px); }
  .wp-block-latest-posts.columns-3 li {
    width: calc((100% / 3) - 16px); }
  .wp-block-latest-posts.columns-4 li {
    width: calc((100% / 4) - 16px); }
  .wp-block-latest-posts.columns-5 li {
    width: calc((100% / 5) - 16px); }
  .wp-block-latest-posts.columns-6 li {
    width: calc((100% / 6) - 16px); } }

.wp-block-latest-posts__post-date {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-latest-posts__post-excerpt {
  margin-top: 8px;
  margin-bottom: 16px; }

.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto; }

.wp-block-latest-posts__featured-image.alignleft {
  /*rtl:ignore*/
  margin-right: 1em; }

.wp-block-latest-posts__featured-image.alignright {
  /*rtl:ignore*/
  margin-left: 1em; }

.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center; }

.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
  .wp-block-media-text.has-media-on-the-right {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns: 1fr 50%; }

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  -ms-grid-row-align: start;
      align-self: start; }

.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media {
  -ms-grid-row-align: center;
      align-self: center; }

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  -ms-grid-row-align: end;
      align-self: end; }

.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0; }

.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8% 0 8%;
  word-break: break-word; }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/ }

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/ }

.wp-block-media-text > figure > img,
.wp-block-media-text > figure > video {
  max-width: unset;
  width: 100%;
  vertical-align: middle; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover; }

.wp-block-media-text.is-image-fill figure.wp-block-media-text__media > img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

/*
* Here we here not able to use a mobile first CSS approach.
* Custom widths are set using inline styles, and on mobile,
* we need 100% width, so we use important to overwrite the inline style.
* If the style were set on mobile first, on desktop styles,
* we would have no way of setting the style again to the inline style.
*/
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    -ms-grid-columns: 100% !important;
    grid-template-columns: 100% !important; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 1;
      grid-row: 1; }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
      -ms-grid-column: 1;
      grid-column: 1;
      -ms-grid-row: 2;
      grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__media {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2; }
  .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right .wp-block-media-text__content {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1; } }

/*
* Frontend: reset the default list styles
*/
.wp-block-navigation > ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0; }
  @media (min-width: 600px) {
    .wp-block-navigation > ul {
      display: flex;
      flex-wrap: wrap; } }
  .wp-block-navigation > ul ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0; }
    .wp-block-navigation > ul ul li {
      margin: 0; }

/*
* Frontend: styles for submenu flyout
*/
.wp-block-navigation > ul li {
  z-index: 1; }
  .wp-block-navigation > ul li:hover, .wp-block-navigation > ul li:focus-within {
    cursor: pointer;
    z-index: 99999; }
  .wp-block-navigation > ul li:hover > ul,
  .wp-block-navigation > ul li:focus-within > ul,
  .wp-block-navigation > ul li ul:hover,
  .wp-block-navigation > ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: flex;
    flex-direction: column; }

.wp-block-navigation > ul > li ul {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 200px;
  max-width: 200px;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden; }

/*
* Styles shared between editor and frontend
*/
.wp-block-navigation,
.wp-block-navigation .block-editor-block-list__layout {
  display: flex;
  flex-wrap: wrap; }

.wp-block-navigation .block-editor-block-list__layout .block-editor-block-list__layout {
  width: 200px; }

.wp-block-navigation .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
  margin: 0;
  width: auto; }

.wp-block-navigation,
.wp-block-navigation > .wp-block-navigation__container {
  align-items: center;
  width: 100%; }
  .wp-block-navigation > .wp-block-navigation-link,
  .wp-block-navigation > .wp-block-navigation__container > .wp-block-navigation-link {
    display: flex;
    margin-top: 0;
    margin-bottom: 0; }

.wp-block-navigation .wp-block-navigation-link {
  position: relative;
  margin: 0;
  min-height: 56px;
  display: flex;
  line-height: 1.4; }
  .wp-block-navigation .wp-block-navigation-link .wp-block,
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link {
    min-height: auto;
    padding: 0; }
  .wp-block-navigation .wp-block-navigation-link .wp-block .wp-block-navigation-link {
    margin: 0; }
  .wp-block-navigation .wp-block-navigation-link > .block-editor-inner-blocks {
    display: none; }
  .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container,
  .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks {
    display: flex;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 0; }
    .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container .wp-block-navigation__container,
    .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .block-editor-inner-blocks,
    .wp-block-navigation .wp-block-navigation-link.is-editing.has-child > .block-editor-inner-blocks .wp-block-navigation__container {
      left: 100%;
      top: -1px; }
  .wp-block-navigation .wp-block-navigation-link .block-editor-inner-blocks,
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation__container {
    background-color: inherit;
    color: inherit; }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content {
    display: flex;
    align-items: center;
    width: -webkit-max-content;
    width: max-content;
    padding: 6px 16px; }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:first-child:not(:only-child) .wp-block-navigation-link__content {
    padding-top: 8px; }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link:last-child .wp-block-navigation-link__content {
    padding-bottom: 8px; }
  .wp-block-navigation .wp-block-navigation-link.has-child .wp-block-navigation-link__content {
    min-width: 100%;
    padding-right: 32px;
    position: relative; }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon {
    position: absolute;
    right: 16px; }
    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__submenu-icon svg {
      fill: currentColor; }
  .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link svg {
    transform: rotate(0); }
  .wp-block-navigation .wp-block-navigation-link.has-text-color .wp-block-navigation-link__content {
    color: inherit; }

.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #111; }

.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-light .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #fff; }

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-text-color) > .wp-block-navigation__container {
  color: #fff; }

.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .block-editor-inner-blocks,
.wp-block-navigation.is-style-dark .wp-block-navigation-link:not(.has-background) > .wp-block-navigation__container {
  background-color: #333; }

/*
* Frontend: non-shared styles & overrides
*/
.wp-block-navigation .wp-block-navigation-link.has-child > .wp-block-navigation__container {
  display: flex;
  flex-direction: column;
  padding: 0; }

/*
* TODO: organize/untangle styles below this line
*/
.wp-block-navigation > ul > li > a {
  display: flex;
  align-items: center; }

.wp-block-navigation > ul > li:first-of-type > a {
  padding-left: 0; }

.wp-block-navigation > ul > li:last-of-type > a {
  padding-right: 0; }

.wp-block-navigation.items-justified-left > ul {
  justify-content: flex-start; }

.wp-block-navigation.items-justified-center > ul {
  justify-content: center; }

.wp-block-navigation.items-justified-right > ul {
  justify-content: flex-end; }

.is-small-text {
  font-size: 14px; }

.is-regular-text {
  font-size: 16px; }

.is-large-text {
  font-size: 36px; }

.is-larger-text {
  font-size: 48px; }

.has-drop-cap:not(:focus)::first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal; }

p.has-background {
  padding: 20px 30px; }

p.has-text-color a {
  color: inherit; }

.wp-block-pullquote {
  padding: 3em 0;
  margin-left: 0;
  margin-right: 0;
  text-align: center; }
  .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
    max-width: 290px; }
    .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
      font-size: 20px; }
  .wp-block-pullquote p {
    font-size: 28px;
    line-height: 1.6; }
  .wp-block-pullquote cite,
  .wp-block-pullquote footer {
    position: relative; }
  .wp-block-pullquote .has-text-color a {
    color: inherit; }

.wp-block-pullquote:not(.is-style-solid-color) {
  background: none; }

.wp-block-pullquote.is-style-solid-color {
  border: none; }
  .wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%; }
    .wp-block-pullquote.is-style-solid-color blockquote p {
      margin-top: 0;
      margin-bottom: 0;
      font-size: 32px; }
    .wp-block-pullquote.is-style-solid-color blockquote cite {
      text-transform: none;
      font-style: normal; }

.wp-block-pullquote cite {
  color: inherit; }

.wp-block-quote.is-style-large, .wp-block-quote.is-large {
  margin: 0 0 16px;
  padding: 0 1em; }
  .wp-block-quote.is-style-large p, .wp-block-quote.is-large p {
    font-size: 24px;
    font-style: italic;
    line-height: 1.6; }
  .wp-block-quote.is-style-large cite,
  .wp-block-quote.is-style-large footer, .wp-block-quote.is-large cite,
  .wp-block-quote.is-large footer {
    font-size: 18px;
    text-align: right; }

.wp-block-rss.alignleft {
  /*rtl:ignore*/
  margin-right: 2em; }

.wp-block-rss.alignright {
  /*rtl:ignore*/
  margin-left: 2em; }

.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none; }
  .wp-block-rss.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%; }

@media (min-width: 600px) {
  .wp-block-rss.columns-2 li {
    width: calc(( 100% / 2 ) - 16px); }
  .wp-block-rss.columns-3 li {
    width: calc(( 100% / 3 ) - 16px); }
  .wp-block-rss.columns-4 li {
    width: calc(( 100% / 4 ) - 16px); }
  .wp-block-rss.columns-5 li {
    width: calc(( 100% / 5 ) - 16px); }
  .wp-block-rss.columns-6 li {
    width: calc(( 100% / 6 ) - 16px); } }

.wp-block-rss__item-publish-date,
.wp-block-rss__item-author {
  display: block;
  color: #6c7781;
  font-size: 13px; }

.wp-block-search {
  display: flex;
  flex-wrap: wrap; }
  .wp-block-search .wp-block-search__label {
    width: 100%; }
  .wp-block-search .wp-block-search__input {
    flex-grow: 1;
    max-width: 360px; }
  .wp-block-search .wp-block-search__button {
    margin-left: 10px; }

.wp-block-separator.is-style-wide {
  border-bottom-width: 1px; }

.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto; }
  .wp-block-separator.is-style-dots::before {
    content: "\B7   \B7   \B7";
    color: currentColor;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif; }

.wp-block-social-links {
  display: flex;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0; }
  .wp-block-social-links .wp-social-link a,
  .wp-block-social-links .wp-social-link a:hover {
    text-decoration: none;
    border-bottom: 0;
    box-shadow: none; }

.wp-social-link {
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  margin-right: 8px;
  transition: transform 0.1s ease; }
  @media (prefers-reduced-motion: reduce) {
    .wp-social-link {
      transition-duration: 0s; } }
  .wp-social-link a {
    padding: 6px;
    display: block;
    line-height: 0;
    transition: transform 0.1s ease; }
  .wp-social-link a,
  .wp-social-link a:hover,
  .wp-social-link a:active,
  .wp-social-link a:visited,
  .wp-social-link svg {
    /*color: currentColor;*/
    /*fill: currentColor; */
  }
  .wp-social-link:hover {
    transform: scale(1.1); }

.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1977f2;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0577b5;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #21a1f3;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff; }

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: #ff0100;
  color: #fff; }

.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
  padding: 4px; }
  .wp-block-social-links.is-style-logos-only .wp-social-link svg {
    width: 28px;
    height: 28px; }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90; }

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3; }

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe; }

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26; }

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b; }

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89; }

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff; }

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800; }

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1977f2; }

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000; }

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd; }

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678; }

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d; }

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110; }

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434; }

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075; }

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24; }

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0577b5; }

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4; }

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c; }

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f; }

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122; }

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155; }

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500; }

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7; }

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000; }

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600; }

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760; }

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835; }

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4; }

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #21a1f3; }

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea; }

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2; }

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd; }

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff; }

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: #ff0100; }

.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto; }

.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 16px;
  padding-right: 16px; }

.wp-block-spacer {
  clear: both; }

p.wp-block-subhead {
  font-size: 1.1em;
  font-style: italic;
  opacity: 0.75; }

.wp-block-table {
  overflow-x: auto; }
  .wp-block-table table {
    width: 100%; }
  .wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%; }
    .wp-block-table .has-fixed-layout td,
    .wp-block-table .has-fixed-layout th {
      word-break: break-word; }
  .wp-block-table.alignleft, .wp-block-table.aligncenter, .wp-block-table.alignright {
    display: table;
    width: auto; }
    .wp-block-table.alignleft td,
    .wp-block-table.alignleft th, .wp-block-table.aligncenter td,
    .wp-block-table.aligncenter th, .wp-block-table.alignright td,
    .wp-block-table.alignright th {
      word-break: break-word; }
  .wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5; }
  .wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5; }
  .wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe; }
  .wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef; }
  .wp-block-table.is-style-stripes {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5; }
    .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
      background-color: #f3f4f5; }
    .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
      background-color: #f3f4f5; }
    .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
      background-color: #e9fbe5; }
    .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
      background-color: #e7f5fe; }
    .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
      background-color: #fcf0ef; }
    .wp-block-table.is-style-stripes th,
    .wp-block-table.is-style-stripes td {
      border-color: transparent; }

.wp-block-text-columns {
  display: flex; }
  .wp-block-text-columns.aligncenter {
    display: flex; }
  .wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    padding: 0; }
    .wp-block-text-columns .wp-block-column:first-child {
      margin-left: 0; }
    .wp-block-text-columns .wp-block-column:last-child {
      margin-right: 0; }
  .wp-block-text-columns.columns-2 .wp-block-column {
    width: calc(100% / 2); }
  .wp-block-text-columns.columns-3 .wp-block-column {
    width: calc(100% / 3); }
  .wp-block-text-columns.columns-4 .wp-block-column {
    width: calc(100% / 4); }

.wp-block-video {
  margin-left: 0;
  margin-right: 0; }
  .wp-block-video video {
    max-width: 100%; }
  @supports (position: sticky) {
    .wp-block-video [poster] {
      object-fit: cover; } }
  .wp-block-video.aligncenter {
    text-align: center; }
  .wp-block-video figcaption {
    margin-top: 0.5em;
    margin-bottom: 1em; }

:root {
  /* stylelint-disable function-comma-space-after */
  /* stylelint-enable function-comma-space-after */ }
  :root .has-pale-pink-background-color {
    background-color: #f78da7; }
  :root .has-vivid-red-background-color {
    background-color: #cf2e2e; }
  :root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900; }
  :root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900; }
  :root .has-light-green-cyan-background-color {
    background-color: #7bdcb5; }
  :root .has-vivid-green-cyan-background-color {
    background-color: #00d084; }
  :root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc; }
  :root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3; }
  :root .has-vivid-purple-background-color {
    background-color: #9b51e0; }
  :root .has-very-light-gray-background-color {
    background-color: #eee; }
  :root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3; }
  :root .has-very-dark-gray-background-color {
    background-color: #313131; }
  :root .has-pale-pink-color {
    color: #f78da7; }
  :root .has-vivid-red-color {
    color: #cf2e2e; }
  :root .has-luminous-vivid-orange-color {
    color: #ff6900; }
  :root .has-luminous-vivid-amber-color {
    color: #fcb900; }
  :root .has-light-green-cyan-color {
    color: #7bdcb5; }
  :root .has-vivid-green-cyan-color {
    color: #00d084; }
  :root .has-pale-cyan-blue-color {
    color: #8ed1fc; }
  :root .has-vivid-cyan-blue-color {
    color: #0693e3; }
  :root .has-vivid-purple-color {
    color: #9b51e0; }
  :root .has-very-light-gray-color {
    color: #eee; }
  :root .has-cyan-bluish-gray-color {
    color: #abb8c3; }
  :root .has-very-dark-gray-color {
    color: #313131; }
  :root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg, #0693e3 0%, #9b51e0 100%); }
  :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg, #00d084 0%, #0693e3 100%); }
  :root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg, #7adcb4 0%, #00d082 100%); }
  :root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg, #fcb900 0%, #ff6900 100%); }
  :root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg, #ff6900 0%, #cf2e2e 100%); }
  :root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg, #eeeeee 0%, #a9b8c3 100%); }
  :root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg, #4aeadc 0%, #9778d1 20%, #cf2aba 40%, #ee2c82 60%, #fb6962 80%, #fef84c 100%); }
  :root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg, #ffceec 0%, #9896f0 100%); }
  :root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg, #fecda5 0%, #fe2d2d 50%, #6b003e 100%); }
  :root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg, #34e2e4 0%, #4721fb 50%, #ab1dfe 100%); }
  :root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg, #ffcb70 0%, #c751c0 50%, #4158d0 100%); }
  :root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg, #faaca8 0%, #dad0ec 100%); }
  :root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg, #fff5cb 0%, #b6e3d4 50%, #33a7b5 100%); }
  :root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg, #caf880 0%, #71ce7e 100%); }
  :root .has-subdued-olive-gradient-background {
    background: linear-gradient(135deg, #fafae1 0%, #67a671 100%); }
  :root .has-atomic-cream-gradient-background {
    background: linear-gradient(135deg, #fdd79a 0%, #004a59 100%); }
  :root .has-nightshade-gradient-background {
    background: linear-gradient(135deg, #330968 0%, #31cdcf 100%); }
  :root .has-midnight-gradient-background {
    background: linear-gradient(135deg, #020381 0%, #2874fc 100%); }

.has-small-font-size {
  font-size: 13px; }

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px; }

.has-medium-font-size {
  font-size: 20px; }

.has-large-font-size {
  font-size: 36px; }

.has-larger-font-size,
.has-huge-font-size {
  font-size: 42px; }

.has-text-align-center {
  text-align: center; }

.has-text-align-left {
  /*rtl:ignore*/
  text-align: left; }

.has-text-align-right {
  /*rtl:ignore*/
  text-align: right; }
@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-30px);
  }

  60% {
    transform: translateY(-15px);
  }
}

.bounce {
  animation-name: bounce;
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }

  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }

  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }

  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    transform: scale(1) rotate(0);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(.3);
  }

  50% {
    opacity: 1;
    transform: scale(1.05);
  }

  70% {
    transform: scale(.9);
  }

  100% {
    transform: scale(1);
  }
}

.bounceIn {
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(30px);
  }

  80% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(30px);
  }

  80% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    transform: translateY(-30px);
  }

  80% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }

  25% {
    transform: scale(.95);
  }

  50% {
    opacity: 1;
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    transform: scale(.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }

  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }

  100% {
    transform: translateX(0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}
@charset "UTF-8";
/** Config */
/**
 * Variables
 */
/**
 * External
 */
/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(18, 18, 18, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #4c6ad3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #2a46a9;
  text-decoration: none;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #121212;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #121212;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #121212;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #121212;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #121212;
  border-radius: 0.25rem;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container-xl, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container-xl, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container-xl, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(18, 18, 18, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(18, 18, 18, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(18, 18, 18, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(18, 18, 18, 0.5);
  border-color: rgba(18, 18, 18, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2818, 18, 18, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(18, 18, 18, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(18, 18, 18, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(18, 18, 18, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 24px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 3px;
  background-color: #000;
  border-radius: 0px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 48px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 48px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 48px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 48px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(4.8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(4.8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-4.8px, -6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-4.8px, 6px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(4.8px, -6px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(4.8px, 6px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1.5px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 8px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 16px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -48px;
  top: -48px;
  transform: translate3d(48px, 48px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -48px;
  top: -48px;
  transform: translate3d(-48px, 48px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 8px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -48px;
  top: 48px;
  transform: translate3d(48px, -48px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -48px;
  top: 48px;
  transform: translate3d(-48px, -48px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714286px, -5px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.4285714286px, -5px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1.5px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 8px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 8px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\F26E";
}

.fa-accessible-icon:before {
  content: "\F368";
}

.fa-accusoft:before {
  content: "\F369";
}

.fa-acquisitions-incorporated:before {
  content: "\F6AF";
}

.fa-ad:before {
  content: "\F641";
}

.fa-address-book:before {
  content: "\F2B9";
}

.fa-address-card:before {
  content: "\F2BB";
}

.fa-adjust:before {
  content: "\F042";
}

.fa-adn:before {
  content: "\F170";
}

.fa-adversal:before {
  content: "\F36A";
}

.fa-affiliatetheme:before {
  content: "\F36B";
}

.fa-air-freshener:before {
  content: "\F5D0";
}

.fa-airbnb:before {
  content: "\F834";
}

.fa-algolia:before {
  content: "\F36C";
}

.fa-align-center:before {
  content: "\F037";
}

.fa-align-justify:before {
  content: "\F039";
}

.fa-align-left:before {
  content: "\F036";
}

.fa-align-right:before {
  content: "\F038";
}

.fa-alipay:before {
  content: "\F642";
}

.fa-allergies:before {
  content: "\F461";
}

.fa-amazon:before {
  content: "\F270";
}

.fa-amazon-pay:before {
  content: "\F42C";
}

.fa-ambulance:before {
  content: "\F0F9";
}

.fa-american-sign-language-interpreting:before {
  content: "\F2A3";
}

.fa-amilia:before {
  content: "\F36D";
}

.fa-anchor:before {
  content: "\F13D";
}

.fa-android:before {
  content: "\F17B";
}

.fa-angellist:before {
  content: "\F209";
}

.fa-angle-double-down:before {
  content: "\F103";
}

.fa-angle-double-left:before {
  content: "\F100";
}

.fa-angle-double-right:before {
  content: "\F101";
}

.fa-angle-double-up:before {
  content: "\F102";
}

.fa-angle-down:before {
  content: "\F107";
}

.fa-angle-left:before {
  content: "\F104";
}

.fa-angle-right:before {
  content: "\F105";
}

.fa-angle-up:before {
  content: "\F106";
}

.fa-angry:before {
  content: "\F556";
}

.fa-angrycreative:before {
  content: "\F36E";
}

.fa-angular:before {
  content: "\F420";
}

.fa-ankh:before {
  content: "\F644";
}

.fa-app-store:before {
  content: "\F36F";
}

.fa-app-store-ios:before {
  content: "\F370";
}

.fa-apper:before {
  content: "\F371";
}

.fa-apple:before {
  content: "\F179";
}

.fa-apple-alt:before {
  content: "\F5D1";
}

.fa-apple-pay:before {
  content: "\F415";
}

.fa-archive:before {
  content: "\F187";
}

.fa-archway:before {
  content: "\F557";
}

.fa-arrow-alt-circle-down:before {
  content: "\F358";
}

.fa-arrow-alt-circle-left:before {
  content: "\F359";
}

.fa-arrow-alt-circle-right:before {
  content: "\F35A";
}

.fa-arrow-alt-circle-up:before {
  content: "\F35B";
}

.fa-arrow-circle-down:before {
  content: "\F0AB";
}

.fa-arrow-circle-left:before {
  content: "\F0A8";
}

.fa-arrow-circle-right:before {
  content: "\F0A9";
}

.fa-arrow-circle-up:before {
  content: "\F0AA";
}

.fa-arrow-down:before {
  content: "\F063";
}

.fa-arrow-left:before {
  content: "\F060";
}

.fa-arrow-right:before {
  content: "\F061";
}

.fa-arrow-up:before {
  content: "\F062";
}

.fa-arrows-alt:before {
  content: "\F0B2";
}

.fa-arrows-alt-h:before {
  content: "\F337";
}

.fa-arrows-alt-v:before {
  content: "\F338";
}

.fa-artstation:before {
  content: "\F77A";
}

.fa-assistive-listening-systems:before {
  content: "\F2A2";
}

.fa-asterisk:before {
  content: "\F069";
}

.fa-asymmetrik:before {
  content: "\F372";
}

.fa-at:before {
  content: "\F1FA";
}

.fa-atlas:before {
  content: "\F558";
}

.fa-atlassian:before {
  content: "\F77B";
}

.fa-atom:before {
  content: "\F5D2";
}

.fa-audible:before {
  content: "\F373";
}

.fa-audio-description:before {
  content: "\F29E";
}

.fa-autoprefixer:before {
  content: "\F41C";
}

.fa-avianex:before {
  content: "\F374";
}

.fa-aviato:before {
  content: "\F421";
}

.fa-award:before {
  content: "\F559";
}

.fa-aws:before {
  content: "\F375";
}

.fa-baby:before {
  content: "\F77C";
}

.fa-baby-carriage:before {
  content: "\F77D";
}

.fa-backspace:before {
  content: "\F55A";
}

.fa-backward:before {
  content: "\F04A";
}

.fa-bacon:before {
  content: "\F7E5";
}

.fa-bacteria:before {
  content: "\E059";
}

.fa-bacterium:before {
  content: "\E05A";
}

.fa-bahai:before {
  content: "\F666";
}

.fa-balance-scale:before {
  content: "\F24E";
}

.fa-balance-scale-left:before {
  content: "\F515";
}

.fa-balance-scale-right:before {
  content: "\F516";
}

.fa-ban:before {
  content: "\F05E";
}

.fa-band-aid:before {
  content: "\F462";
}

.fa-bandcamp:before {
  content: "\F2D5";
}

.fa-barcode:before {
  content: "\F02A";
}

.fa-bars:before {
  content: "\F0C9";
}

.fa-baseball-ball:before {
  content: "\F433";
}

.fa-basketball-ball:before {
  content: "\F434";
}

.fa-bath:before {
  content: "\F2CD";
}

.fa-battery-empty:before {
  content: "\F244";
}

.fa-battery-full:before {
  content: "\F240";
}

.fa-battery-half:before {
  content: "\F242";
}

.fa-battery-quarter:before {
  content: "\F243";
}

.fa-battery-three-quarters:before {
  content: "\F241";
}

.fa-battle-net:before {
  content: "\F835";
}

.fa-bed:before {
  content: "\F236";
}

.fa-beer:before {
  content: "\F0FC";
}

.fa-behance:before {
  content: "\F1B4";
}

.fa-behance-square:before {
  content: "\F1B5";
}

.fa-bell:before {
  content: "\F0F3";
}

.fa-bell-slash:before {
  content: "\F1F6";
}

.fa-bezier-curve:before {
  content: "\F55B";
}

.fa-bible:before {
  content: "\F647";
}

.fa-bicycle:before {
  content: "\F206";
}

.fa-biking:before {
  content: "\F84A";
}

.fa-bimobject:before {
  content: "\F378";
}

.fa-binoculars:before {
  content: "\F1E5";
}

.fa-biohazard:before {
  content: "\F780";
}

.fa-birthday-cake:before {
  content: "\F1FD";
}

.fa-bitbucket:before {
  content: "\F171";
}

.fa-bitcoin:before {
  content: "\F379";
}

.fa-bity:before {
  content: "\F37A";
}

.fa-black-tie:before {
  content: "\F27E";
}

.fa-blackberry:before {
  content: "\F37B";
}

.fa-blender:before {
  content: "\F517";
}

.fa-blender-phone:before {
  content: "\F6B6";
}

.fa-blind:before {
  content: "\F29D";
}

.fa-blog:before {
  content: "\F781";
}

.fa-blogger:before {
  content: "\F37C";
}

.fa-blogger-b:before {
  content: "\F37D";
}

.fa-bluetooth:before {
  content: "\F293";
}

.fa-bluetooth-b:before {
  content: "\F294";
}

.fa-bold:before {
  content: "\F032";
}

.fa-bolt:before {
  content: "\F0E7";
}

.fa-bomb:before {
  content: "\F1E2";
}

.fa-bone:before {
  content: "\F5D7";
}

.fa-bong:before {
  content: "\F55C";
}

.fa-book:before {
  content: "\F02D";
}

.fa-book-dead:before {
  content: "\F6B7";
}

.fa-book-medical:before {
  content: "\F7E6";
}

.fa-book-open:before {
  content: "\F518";
}

.fa-book-reader:before {
  content: "\F5DA";
}

.fa-bookmark:before {
  content: "\F02E";
}

.fa-bootstrap:before {
  content: "\F836";
}

.fa-border-all:before {
  content: "\F84C";
}

.fa-border-none:before {
  content: "\F850";
}

.fa-border-style:before {
  content: "\F853";
}

.fa-bowling-ball:before {
  content: "\F436";
}

.fa-box:before {
  content: "\F466";
}

.fa-box-open:before {
  content: "\F49E";
}

.fa-box-tissue:before {
  content: "\E05B";
}

.fa-boxes:before {
  content: "\F468";
}

.fa-braille:before {
  content: "\F2A1";
}

.fa-brain:before {
  content: "\F5DC";
}

.fa-bread-slice:before {
  content: "\F7EC";
}

.fa-briefcase:before {
  content: "\F0B1";
}

.fa-briefcase-medical:before {
  content: "\F469";
}

.fa-broadcast-tower:before {
  content: "\F519";
}

.fa-broom:before {
  content: "\F51A";
}

.fa-brush:before {
  content: "\F55D";
}

.fa-btc:before {
  content: "\F15A";
}

.fa-buffer:before {
  content: "\F837";
}

.fa-bug:before {
  content: "\F188";
}

.fa-building:before {
  content: "\F1AD";
}

.fa-bullhorn:before {
  content: "\F0A1";
}

.fa-bullseye:before {
  content: "\F140";
}

.fa-burn:before {
  content: "\F46A";
}

.fa-buromobelexperte:before {
  content: "\F37F";
}

.fa-bus:before {
  content: "\F207";
}

.fa-bus-alt:before {
  content: "\F55E";
}

.fa-business-time:before {
  content: "\F64A";
}

.fa-buy-n-large:before {
  content: "\F8A6";
}

.fa-buysellads:before {
  content: "\F20D";
}

.fa-calculator:before {
  content: "\F1EC";
}

.fa-calendar:before {
  content: "\F133";
}

.fa-calendar-alt:before {
  content: "\F073";
}

.fa-calendar-check:before {
  content: "\F274";
}

.fa-calendar-day:before {
  content: "\F783";
}

.fa-calendar-minus:before {
  content: "\F272";
}

.fa-calendar-plus:before {
  content: "\F271";
}

.fa-calendar-times:before {
  content: "\F273";
}

.fa-calendar-week:before {
  content: "\F784";
}

.fa-camera:before {
  content: "\F030";
}

.fa-camera-retro:before {
  content: "\F083";
}

.fa-campground:before {
  content: "\F6BB";
}

.fa-canadian-maple-leaf:before {
  content: "\F785";
}

.fa-candy-cane:before {
  content: "\F786";
}

.fa-cannabis:before {
  content: "\F55F";
}

.fa-capsules:before {
  content: "\F46B";
}

.fa-car:before {
  content: "\F1B9";
}

.fa-car-alt:before {
  content: "\F5DE";
}

.fa-car-battery:before {
  content: "\F5DF";
}

.fa-car-crash:before {
  content: "\F5E1";
}

.fa-car-side:before {
  content: "\F5E4";
}

.fa-caravan:before {
  content: "\F8FF";
}

.fa-caret-down:before {
  content: "\F0D7";
}

.fa-caret-left:before {
  content: "\F0D9";
}

.fa-caret-right:before {
  content: "\F0DA";
}

.fa-caret-square-down:before {
  content: "\F150";
}

.fa-caret-square-left:before {
  content: "\F191";
}

.fa-caret-square-right:before {
  content: "\F152";
}

.fa-caret-square-up:before {
  content: "\F151";
}

.fa-caret-up:before {
  content: "\F0D8";
}

.fa-carrot:before {
  content: "\F787";
}

.fa-cart-arrow-down:before {
  content: "\F218";
}

.fa-cart-plus:before {
  content: "\F217";
}

.fa-cash-register:before {
  content: "\F788";
}

.fa-cat:before {
  content: "\F6BE";
}

.fa-cc-amazon-pay:before {
  content: "\F42D";
}

.fa-cc-amex:before {
  content: "\F1F3";
}

.fa-cc-apple-pay:before {
  content: "\F416";
}

.fa-cc-diners-club:before {
  content: "\F24C";
}

.fa-cc-discover:before {
  content: "\F1F2";
}

.fa-cc-jcb:before {
  content: "\F24B";
}

.fa-cc-mastercard:before {
  content: "\F1F1";
}

.fa-cc-paypal:before {
  content: "\F1F4";
}

.fa-cc-stripe:before {
  content: "\F1F5";
}

.fa-cc-visa:before {
  content: "\F1F0";
}

.fa-centercode:before {
  content: "\F380";
}

.fa-centos:before {
  content: "\F789";
}

.fa-certificate:before {
  content: "\F0A3";
}

.fa-chair:before {
  content: "\F6C0";
}

.fa-chalkboard:before {
  content: "\F51B";
}

.fa-chalkboard-teacher:before {
  content: "\F51C";
}

.fa-charging-station:before {
  content: "\F5E7";
}

.fa-chart-area:before {
  content: "\F1FE";
}

.fa-chart-bar:before {
  content: "\F080";
}

.fa-chart-line:before {
  content: "\F201";
}

.fa-chart-pie:before {
  content: "\F200";
}

.fa-check:before {
  content: "\F00C";
}

.fa-check-circle:before {
  content: "\F058";
}

.fa-check-double:before {
  content: "\F560";
}

.fa-check-square:before {
  content: "\F14A";
}

.fa-cheese:before {
  content: "\F7EF";
}

.fa-chess:before {
  content: "\F439";
}

.fa-chess-bishop:before {
  content: "\F43A";
}

.fa-chess-board:before {
  content: "\F43C";
}

.fa-chess-king:before {
  content: "\F43F";
}

.fa-chess-knight:before {
  content: "\F441";
}

.fa-chess-pawn:before {
  content: "\F443";
}

.fa-chess-queen:before {
  content: "\F445";
}

.fa-chess-rook:before {
  content: "\F447";
}

.fa-chevron-circle-down:before {
  content: "\F13A";
}

.fa-chevron-circle-left:before {
  content: "\F137";
}

.fa-chevron-circle-right:before {
  content: "\F138";
}

.fa-chevron-circle-up:before {
  content: "\F139";
}

.fa-chevron-down:before {
  content: "\F078";
}

.fa-chevron-left:before {
  content: "\F053";
}

.fa-chevron-right:before {
  content: "\F054";
}

.fa-chevron-up:before {
  content: "\F077";
}

.fa-child:before {
  content: "\F1AE";
}

.fa-chrome:before {
  content: "\F268";
}

.fa-chromecast:before {
  content: "\F838";
}

.fa-church:before {
  content: "\F51D";
}

.fa-circle:before {
  content: "\F111";
}

.fa-circle-notch:before {
  content: "\F1CE";
}

.fa-city:before {
  content: "\F64F";
}

.fa-clinic-medical:before {
  content: "\F7F2";
}

.fa-clipboard:before {
  content: "\F328";
}

.fa-clipboard-check:before {
  content: "\F46C";
}

.fa-clipboard-list:before {
  content: "\F46D";
}

.fa-clock:before {
  content: "\F017";
}

.fa-clone:before {
  content: "\F24D";
}

.fa-closed-captioning:before {
  content: "\F20A";
}

.fa-cloud:before {
  content: "\F0C2";
}

.fa-cloud-download-alt:before {
  content: "\F381";
}

.fa-cloud-meatball:before {
  content: "\F73B";
}

.fa-cloud-moon:before {
  content: "\F6C3";
}

.fa-cloud-moon-rain:before {
  content: "\F73C";
}

.fa-cloud-rain:before {
  content: "\F73D";
}

.fa-cloud-showers-heavy:before {
  content: "\F740";
}

.fa-cloud-sun:before {
  content: "\F6C4";
}

.fa-cloud-sun-rain:before {
  content: "\F743";
}

.fa-cloud-upload-alt:before {
  content: "\F382";
}

.fa-cloudflare:before {
  content: "\E07D";
}

.fa-cloudscale:before {
  content: "\F383";
}

.fa-cloudsmith:before {
  content: "\F384";
}

.fa-cloudversify:before {
  content: "\F385";
}

.fa-cocktail:before {
  content: "\F561";
}

.fa-code:before {
  content: "\F121";
}

.fa-code-branch:before {
  content: "\F126";
}

.fa-codepen:before {
  content: "\F1CB";
}

.fa-codiepie:before {
  content: "\F284";
}

.fa-coffee:before {
  content: "\F0F4";
}

.fa-cog:before {
  content: "\F013";
}

.fa-cogs:before {
  content: "\F085";
}

.fa-coins:before {
  content: "\F51E";
}

.fa-columns:before {
  content: "\F0DB";
}

.fa-comment:before {
  content: "\F075";
}

.fa-comment-alt:before {
  content: "\F27A";
}

.fa-comment-dollar:before {
  content: "\F651";
}

.fa-comment-dots:before {
  content: "\F4AD";
}

.fa-comment-medical:before {
  content: "\F7F5";
}

.fa-comment-slash:before {
  content: "\F4B3";
}

.fa-comments:before {
  content: "\F086";
}

.fa-comments-dollar:before {
  content: "\F653";
}

.fa-compact-disc:before {
  content: "\F51F";
}

.fa-compass:before {
  content: "\F14E";
}

.fa-compress:before {
  content: "\F066";
}

.fa-compress-alt:before {
  content: "\F422";
}

.fa-compress-arrows-alt:before {
  content: "\F78C";
}

.fa-concierge-bell:before {
  content: "\F562";
}

.fa-confluence:before {
  content: "\F78D";
}

.fa-connectdevelop:before {
  content: "\F20E";
}

.fa-contao:before {
  content: "\F26D";
}

.fa-cookie:before {
  content: "\F563";
}

.fa-cookie-bite:before {
  content: "\F564";
}

.fa-copy:before {
  content: "\F0C5";
}

.fa-copyright:before {
  content: "\F1F9";
}

.fa-cotton-bureau:before {
  content: "\F89E";
}

.fa-couch:before {
  content: "\F4B8";
}

.fa-cpanel:before {
  content: "\F388";
}

.fa-creative-commons:before {
  content: "\F25E";
}

.fa-creative-commons-by:before {
  content: "\F4E7";
}

.fa-creative-commons-nc:before {
  content: "\F4E8";
}

.fa-creative-commons-nc-eu:before {
  content: "\F4E9";
}

.fa-creative-commons-nc-jp:before {
  content: "\F4EA";
}

.fa-creative-commons-nd:before {
  content: "\F4EB";
}

.fa-creative-commons-pd:before {
  content: "\F4EC";
}

.fa-creative-commons-pd-alt:before {
  content: "\F4ED";
}

.fa-creative-commons-remix:before {
  content: "\F4EE";
}

.fa-creative-commons-sa:before {
  content: "\F4EF";
}

.fa-creative-commons-sampling:before {
  content: "\F4F0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\F4F1";
}

.fa-creative-commons-share:before {
  content: "\F4F2";
}

.fa-creative-commons-zero:before {
  content: "\F4F3";
}

.fa-credit-card:before {
  content: "\F09D";
}

.fa-critical-role:before {
  content: "\F6C9";
}

.fa-crop:before {
  content: "\F125";
}

.fa-crop-alt:before {
  content: "\F565";
}

.fa-cross:before {
  content: "\F654";
}

.fa-crosshairs:before {
  content: "\F05B";
}

.fa-crow:before {
  content: "\F520";
}

.fa-crown:before {
  content: "\F521";
}

.fa-crutch:before {
  content: "\F7F7";
}

.fa-css3:before {
  content: "\F13C";
}

.fa-css3-alt:before {
  content: "\F38B";
}

.fa-cube:before {
  content: "\F1B2";
}

.fa-cubes:before {
  content: "\F1B3";
}

.fa-cut:before {
  content: "\F0C4";
}

.fa-cuttlefish:before {
  content: "\F38C";
}

.fa-d-and-d:before {
  content: "\F38D";
}

.fa-d-and-d-beyond:before {
  content: "\F6CA";
}

.fa-dailymotion:before {
  content: "\E052";
}

.fa-dashcube:before {
  content: "\F210";
}

.fa-database:before {
  content: "\F1C0";
}

.fa-deaf:before {
  content: "\F2A4";
}

.fa-deezer:before {
  content: "\E077";
}

.fa-delicious:before {
  content: "\F1A5";
}

.fa-democrat:before {
  content: "\F747";
}

.fa-deploydog:before {
  content: "\F38E";
}

.fa-deskpro:before {
  content: "\F38F";
}

.fa-desktop:before {
  content: "\F108";
}

.fa-dev:before {
  content: "\F6CC";
}

.fa-deviantart:before {
  content: "\F1BD";
}

.fa-dharmachakra:before {
  content: "\F655";
}

.fa-dhl:before {
  content: "\F790";
}

.fa-diagnoses:before {
  content: "\F470";
}

.fa-diaspora:before {
  content: "\F791";
}

.fa-dice:before {
  content: "\F522";
}

.fa-dice-d20:before {
  content: "\F6CF";
}

.fa-dice-d6:before {
  content: "\F6D1";
}

.fa-dice-five:before {
  content: "\F523";
}

.fa-dice-four:before {
  content: "\F524";
}

.fa-dice-one:before {
  content: "\F525";
}

.fa-dice-six:before {
  content: "\F526";
}

.fa-dice-three:before {
  content: "\F527";
}

.fa-dice-two:before {
  content: "\F528";
}

.fa-digg:before {
  content: "\F1A6";
}

.fa-digital-ocean:before {
  content: "\F391";
}

.fa-digital-tachograph:before {
  content: "\F566";
}

.fa-directions:before {
  content: "\F5EB";
}

.fa-discord:before {
  content: "\F392";
}

.fa-discourse:before {
  content: "\F393";
}

.fa-disease:before {
  content: "\F7FA";
}

.fa-divide:before {
  content: "\F529";
}

.fa-dizzy:before {
  content: "\F567";
}

.fa-dna:before {
  content: "\F471";
}

.fa-dochub:before {
  content: "\F394";
}

.fa-docker:before {
  content: "\F395";
}

.fa-dog:before {
  content: "\F6D3";
}

.fa-dollar-sign:before {
  content: "\F155";
}

.fa-dolly:before {
  content: "\F472";
}

.fa-dolly-flatbed:before {
  content: "\F474";
}

.fa-donate:before {
  content: "\F4B9";
}

.fa-door-closed:before {
  content: "\F52A";
}

.fa-door-open:before {
  content: "\F52B";
}

.fa-dot-circle:before {
  content: "\F192";
}

.fa-dove:before {
  content: "\F4BA";
}

.fa-download:before {
  content: "\F019";
}

.fa-draft2digital:before {
  content: "\F396";
}

.fa-drafting-compass:before {
  content: "\F568";
}

.fa-dragon:before {
  content: "\F6D5";
}

.fa-draw-polygon:before {
  content: "\F5EE";
}

.fa-dribbble:before {
  content: "\F17D";
}

.fa-dribbble-square:before {
  content: "\F397";
}

.fa-dropbox:before {
  content: "\F16B";
}

.fa-drum:before {
  content: "\F569";
}

.fa-drum-steelpan:before {
  content: "\F56A";
}

.fa-drumstick-bite:before {
  content: "\F6D7";
}

.fa-drupal:before {
  content: "\F1A9";
}

.fa-dumbbell:before {
  content: "\F44B";
}

.fa-dumpster:before {
  content: "\F793";
}

.fa-dumpster-fire:before {
  content: "\F794";
}

.fa-dungeon:before {
  content: "\F6D9";
}

.fa-dyalog:before {
  content: "\F399";
}

.fa-earlybirds:before {
  content: "\F39A";
}

.fa-ebay:before {
  content: "\F4F4";
}

.fa-edge:before {
  content: "\F282";
}

.fa-edge-legacy:before {
  content: "\E078";
}

.fa-edit:before {
  content: "\F044";
}

.fa-egg:before {
  content: "\F7FB";
}

.fa-eject:before {
  content: "\F052";
}

.fa-elementor:before {
  content: "\F430";
}

.fa-ellipsis-h:before {
  content: "\F141";
}

.fa-ellipsis-v:before {
  content: "\F142";
}

.fa-ello:before {
  content: "\F5F1";
}

.fa-ember:before {
  content: "\F423";
}

.fa-empire:before {
  content: "\F1D1";
}

.fa-envelope:before {
  content: "\F0E0";
}

.fa-envelope-open:before {
  content: "\F2B6";
}

.fa-envelope-open-text:before {
  content: "\F658";
}

.fa-envelope-square:before {
  content: "\F199";
}

.fa-envira:before {
  content: "\F299";
}

.fa-equals:before {
  content: "\F52C";
}

.fa-eraser:before {
  content: "\F12D";
}

.fa-erlang:before {
  content: "\F39D";
}

.fa-ethereum:before {
  content: "\F42E";
}

.fa-ethernet:before {
  content: "\F796";
}

.fa-etsy:before {
  content: "\F2D7";
}

.fa-euro-sign:before {
  content: "\F153";
}

.fa-evernote:before {
  content: "\F839";
}

.fa-exchange-alt:before {
  content: "\F362";
}

.fa-exclamation:before {
  content: "\F12A";
}

.fa-exclamation-circle:before {
  content: "\F06A";
}

.fa-exclamation-triangle:before {
  content: "\F071";
}

.fa-expand:before {
  content: "\F065";
}

.fa-expand-alt:before {
  content: "\F424";
}

.fa-expand-arrows-alt:before {
  content: "\F31E";
}

.fa-expeditedssl:before {
  content: "\F23E";
}

.fa-external-link-alt:before {
  content: "\F35D";
}

.fa-external-link-square-alt:before {
  content: "\F360";
}

.fa-eye:before {
  content: "\F06E";
}

.fa-eye-dropper:before {
  content: "\F1FB";
}

.fa-eye-slash:before {
  content: "\F070";
}

.fa-facebook:before {
  content: "\F09A";
}

.fa-facebook-f:before {
  content: "\F39E";
}

.fa-facebook-messenger:before {
  content: "\F39F";
}

.fa-facebook-square:before {
  content: "\F082";
}

.fa-fan:before {
  content: "\F863";
}

.fa-fantasy-flight-games:before {
  content: "\F6DC";
}

.fa-fast-backward:before {
  content: "\F049";
}

.fa-fast-forward:before {
  content: "\F050";
}

.fa-faucet:before {
  content: "\E005";
}

.fa-fax:before {
  content: "\F1AC";
}

.fa-feather:before {
  content: "\F52D";
}

.fa-feather-alt:before {
  content: "\F56B";
}

.fa-fedex:before {
  content: "\F797";
}

.fa-fedora:before {
  content: "\F798";
}

.fa-female:before {
  content: "\F182";
}

.fa-fighter-jet:before {
  content: "\F0FB";
}

.fa-figma:before {
  content: "\F799";
}

.fa-file:before {
  content: "\F15B";
}

.fa-file-alt:before {
  content: "\F15C";
}

.fa-file-archive:before {
  content: "\F1C6";
}

.fa-file-audio:before {
  content: "\F1C7";
}

.fa-file-code:before {
  content: "\F1C9";
}

.fa-file-contract:before {
  content: "\F56C";
}

.fa-file-csv:before {
  content: "\F6DD";
}

.fa-file-download:before {
  content: "\F56D";
}

.fa-file-excel:before {
  content: "\F1C3";
}

.fa-file-export:before {
  content: "\F56E";
}

.fa-file-image:before {
  content: "\F1C5";
}

.fa-file-import:before {
  content: "\F56F";
}

.fa-file-invoice:before {
  content: "\F570";
}

.fa-file-invoice-dollar:before {
  content: "\F571";
}

.fa-file-medical:before {
  content: "\F477";
}

.fa-file-medical-alt:before {
  content: "\F478";
}

.fa-file-pdf:before {
  content: "\F1C1";
}

.fa-file-powerpoint:before {
  content: "\F1C4";
}

.fa-file-prescription:before {
  content: "\F572";
}

.fa-file-signature:before {
  content: "\F573";
}

.fa-file-upload:before {
  content: "\F574";
}

.fa-file-video:before {
  content: "\F1C8";
}

.fa-file-word:before {
  content: "\F1C2";
}

.fa-fill:before {
  content: "\F575";
}

.fa-fill-drip:before {
  content: "\F576";
}

.fa-film:before {
  content: "\F008";
}

.fa-filter:before {
  content: "\F0B0";
}

.fa-fingerprint:before {
  content: "\F577";
}

.fa-fire:before {
  content: "\F06D";
}

.fa-fire-alt:before {
  content: "\F7E4";
}

.fa-fire-extinguisher:before {
  content: "\F134";
}

.fa-firefox:before {
  content: "\F269";
}

.fa-firefox-browser:before {
  content: "\E007";
}

.fa-first-aid:before {
  content: "\F479";
}

.fa-first-order:before {
  content: "\F2B0";
}

.fa-first-order-alt:before {
  content: "\F50A";
}

.fa-firstdraft:before {
  content: "\F3A1";
}

.fa-fish:before {
  content: "\F578";
}

.fa-fist-raised:before {
  content: "\F6DE";
}

.fa-flag:before {
  content: "\F024";
}

.fa-flag-checkered:before {
  content: "\F11E";
}

.fa-flag-usa:before {
  content: "\F74D";
}

.fa-flask:before {
  content: "\F0C3";
}

.fa-flickr:before {
  content: "\F16E";
}

.fa-flipboard:before {
  content: "\F44D";
}

.fa-flushed:before {
  content: "\F579";
}

.fa-fly:before {
  content: "\F417";
}

.fa-folder:before {
  content: "\F07B";
}

.fa-folder-minus:before {
  content: "\F65D";
}

.fa-folder-open:before {
  content: "\F07C";
}

.fa-folder-plus:before {
  content: "\F65E";
}

.fa-font:before {
  content: "\F031";
}

.fa-font-awesome:before {
  content: "\F2B4";
}

.fa-font-awesome-alt:before {
  content: "\F35C";
}

.fa-font-awesome-flag:before {
  content: "\F425";
}

.fa-font-awesome-logo-full:before {
  content: "\F4E6";
}

.fa-fonticons:before {
  content: "\F280";
}

.fa-fonticons-fi:before {
  content: "\F3A2";
}

.fa-football-ball:before {
  content: "\F44E";
}

.fa-fort-awesome:before {
  content: "\F286";
}

.fa-fort-awesome-alt:before {
  content: "\F3A3";
}

.fa-forumbee:before {
  content: "\F211";
}

.fa-forward:before {
  content: "\F04E";
}

.fa-foursquare:before {
  content: "\F180";
}

.fa-free-code-camp:before {
  content: "\F2C5";
}

.fa-freebsd:before {
  content: "\F3A4";
}

.fa-frog:before {
  content: "\F52E";
}

.fa-frown:before {
  content: "\F119";
}

.fa-frown-open:before {
  content: "\F57A";
}

.fa-fulcrum:before {
  content: "\F50B";
}

.fa-funnel-dollar:before {
  content: "\F662";
}

.fa-futbol:before {
  content: "\F1E3";
}

.fa-galactic-republic:before {
  content: "\F50C";
}

.fa-galactic-senate:before {
  content: "\F50D";
}

.fa-gamepad:before {
  content: "\F11B";
}

.fa-gas-pump:before {
  content: "\F52F";
}

.fa-gavel:before {
  content: "\F0E3";
}

.fa-gem:before {
  content: "\F3A5";
}

.fa-genderless:before {
  content: "\F22D";
}

.fa-get-pocket:before {
  content: "\F265";
}

.fa-gg:before {
  content: "\F260";
}

.fa-gg-circle:before {
  content: "\F261";
}

.fa-ghost:before {
  content: "\F6E2";
}

.fa-gift:before {
  content: "\F06B";
}

.fa-gifts:before {
  content: "\F79C";
}

.fa-git:before {
  content: "\F1D3";
}

.fa-git-alt:before {
  content: "\F841";
}

.fa-git-square:before {
  content: "\F1D2";
}

.fa-github:before {
  content: "\F09B";
}

.fa-github-alt:before {
  content: "\F113";
}

.fa-github-square:before {
  content: "\F092";
}

.fa-gitkraken:before {
  content: "\F3A6";
}

.fa-gitlab:before {
  content: "\F296";
}

.fa-gitter:before {
  content: "\F426";
}

.fa-glass-cheers:before {
  content: "\F79F";
}

.fa-glass-martini:before {
  content: "\F000";
}

.fa-glass-martini-alt:before {
  content: "\F57B";
}

.fa-glass-whiskey:before {
  content: "\F7A0";
}

.fa-glasses:before {
  content: "\F530";
}

.fa-glide:before {
  content: "\F2A5";
}

.fa-glide-g:before {
  content: "\F2A6";
}

.fa-globe:before {
  content: "\F0AC";
}

.fa-globe-africa:before {
  content: "\F57C";
}

.fa-globe-americas:before {
  content: "\F57D";
}

.fa-globe-asia:before {
  content: "\F57E";
}

.fa-globe-europe:before {
  content: "\F7A2";
}

.fa-gofore:before {
  content: "\F3A7";
}

.fa-golf-ball:before {
  content: "\F450";
}

.fa-goodreads:before {
  content: "\F3A8";
}

.fa-goodreads-g:before {
  content: "\F3A9";
}

.fa-google:before {
  content: "\F1A0";
}

.fa-google-drive:before {
  content: "\F3AA";
}

.fa-google-pay:before {
  content: "\E079";
}

.fa-google-play:before {
  content: "\F3AB";
}

.fa-google-plus:before {
  content: "\F2B3";
}

.fa-google-plus-g:before {
  content: "\F0D5";
}

.fa-google-plus-square:before {
  content: "\F0D4";
}

.fa-google-wallet:before {
  content: "\F1EE";
}

.fa-gopuram:before {
  content: "\F664";
}

.fa-graduation-cap:before {
  content: "\F19D";
}

.fa-gratipay:before {
  content: "\F184";
}

.fa-grav:before {
  content: "\F2D6";
}

.fa-greater-than:before {
  content: "\F531";
}

.fa-greater-than-equal:before {
  content: "\F532";
}

.fa-grimace:before {
  content: "\F57F";
}

.fa-grin:before {
  content: "\F580";
}

.fa-grin-alt:before {
  content: "\F581";
}

.fa-grin-beam:before {
  content: "\F582";
}

.fa-grin-beam-sweat:before {
  content: "\F583";
}

.fa-grin-hearts:before {
  content: "\F584";
}

.fa-grin-squint:before {
  content: "\F585";
}

.fa-grin-squint-tears:before {
  content: "\F586";
}

.fa-grin-stars:before {
  content: "\F587";
}

.fa-grin-tears:before {
  content: "\F588";
}

.fa-grin-tongue:before {
  content: "\F589";
}

.fa-grin-tongue-squint:before {
  content: "\F58A";
}

.fa-grin-tongue-wink:before {
  content: "\F58B";
}

.fa-grin-wink:before {
  content: "\F58C";
}

.fa-grip-horizontal:before {
  content: "\F58D";
}

.fa-grip-lines:before {
  content: "\F7A4";
}

.fa-grip-lines-vertical:before {
  content: "\F7A5";
}

.fa-grip-vertical:before {
  content: "\F58E";
}

.fa-gripfire:before {
  content: "\F3AC";
}

.fa-grunt:before {
  content: "\F3AD";
}

.fa-guilded:before {
  content: "\E07E";
}

.fa-guitar:before {
  content: "\F7A6";
}

.fa-gulp:before {
  content: "\F3AE";
}

.fa-h-square:before {
  content: "\F0FD";
}

.fa-hacker-news:before {
  content: "\F1D4";
}

.fa-hacker-news-square:before {
  content: "\F3AF";
}

.fa-hackerrank:before {
  content: "\F5F7";
}

.fa-hamburger:before {
  content: "\F805";
}

.fa-hammer:before {
  content: "\F6E3";
}

.fa-hamsa:before {
  content: "\F665";
}

.fa-hand-holding:before {
  content: "\F4BD";
}

.fa-hand-holding-heart:before {
  content: "\F4BE";
}

.fa-hand-holding-medical:before {
  content: "\E05C";
}

.fa-hand-holding-usd:before {
  content: "\F4C0";
}

.fa-hand-holding-water:before {
  content: "\F4C1";
}

.fa-hand-lizard:before {
  content: "\F258";
}

.fa-hand-middle-finger:before {
  content: "\F806";
}

.fa-hand-paper:before {
  content: "\F256";
}

.fa-hand-peace:before {
  content: "\F25B";
}

.fa-hand-point-down:before {
  content: "\F0A7";
}

.fa-hand-point-left:before {
  content: "\F0A5";
}

.fa-hand-point-right:before {
  content: "\F0A4";
}

.fa-hand-point-up:before {
  content: "\F0A6";
}

.fa-hand-pointer:before {
  content: "\F25A";
}

.fa-hand-rock:before {
  content: "\F255";
}

.fa-hand-scissors:before {
  content: "\F257";
}

.fa-hand-sparkles:before {
  content: "\E05D";
}

.fa-hand-spock:before {
  content: "\F259";
}

.fa-hands:before {
  content: "\F4C2";
}

.fa-hands-helping:before {
  content: "\F4C4";
}

.fa-hands-wash:before {
  content: "\E05E";
}

.fa-handshake:before {
  content: "\F2B5";
}

.fa-handshake-alt-slash:before {
  content: "\E05F";
}

.fa-handshake-slash:before {
  content: "\E060";
}

.fa-hanukiah:before {
  content: "\F6E6";
}

.fa-hard-hat:before {
  content: "\F807";
}

.fa-hashtag:before {
  content: "\F292";
}

.fa-hat-cowboy:before {
  content: "\F8C0";
}

.fa-hat-cowboy-side:before {
  content: "\F8C1";
}

.fa-hat-wizard:before {
  content: "\F6E8";
}

.fa-hdd:before {
  content: "\F0A0";
}

.fa-head-side-cough:before {
  content: "\E061";
}

.fa-head-side-cough-slash:before {
  content: "\E062";
}

.fa-head-side-mask:before {
  content: "\E063";
}

.fa-head-side-virus:before {
  content: "\E064";
}

.fa-heading:before {
  content: "\F1DC";
}

.fa-headphones:before {
  content: "\F025";
}

.fa-headphones-alt:before {
  content: "\F58F";
}

.fa-headset:before {
  content: "\F590";
}

.fa-heart:before {
  content: "\F004";
}

.fa-heart-broken:before {
  content: "\F7A9";
}

.fa-heartbeat:before {
  content: "\F21E";
}

.fa-helicopter:before {
  content: "\F533";
}

.fa-highlighter:before {
  content: "\F591";
}

.fa-hiking:before {
  content: "\F6EC";
}

.fa-hippo:before {
  content: "\F6ED";
}

.fa-hips:before {
  content: "\F452";
}

.fa-hire-a-helper:before {
  content: "\F3B0";
}

.fa-history:before {
  content: "\F1DA";
}

.fa-hive:before {
  content: "\E07F";
}

.fa-hockey-puck:before {
  content: "\F453";
}

.fa-holly-berry:before {
  content: "\F7AA";
}

.fa-home:before {
  content: "\F015";
}

.fa-hooli:before {
  content: "\F427";
}

.fa-hornbill:before {
  content: "\F592";
}

.fa-horse:before {
  content: "\F6F0";
}

.fa-horse-head:before {
  content: "\F7AB";
}

.fa-hospital:before {
  content: "\F0F8";
}

.fa-hospital-alt:before {
  content: "\F47D";
}

.fa-hospital-symbol:before {
  content: "\F47E";
}

.fa-hospital-user:before {
  content: "\F80D";
}

.fa-hot-tub:before {
  content: "\F593";
}

.fa-hotdog:before {
  content: "\F80F";
}

.fa-hotel:before {
  content: "\F594";
}

.fa-hotjar:before {
  content: "\F3B1";
}

.fa-hourglass:before {
  content: "\F254";
}

.fa-hourglass-end:before {
  content: "\F253";
}

.fa-hourglass-half:before {
  content: "\F252";
}

.fa-hourglass-start:before {
  content: "\F251";
}

.fa-house-damage:before {
  content: "\F6F1";
}

.fa-house-user:before {
  content: "\E065";
}

.fa-houzz:before {
  content: "\F27C";
}

.fa-hryvnia:before {
  content: "\F6F2";
}

.fa-html5:before {
  content: "\F13B";
}

.fa-hubspot:before {
  content: "\F3B2";
}

.fa-i-cursor:before {
  content: "\F246";
}

.fa-ice-cream:before {
  content: "\F810";
}

.fa-icicles:before {
  content: "\F7AD";
}

.fa-icons:before {
  content: "\F86D";
}

.fa-id-badge:before {
  content: "\F2C1";
}

.fa-id-card:before {
  content: "\F2C2";
}

.fa-id-card-alt:before {
  content: "\F47F";
}

.fa-ideal:before {
  content: "\E013";
}

.fa-igloo:before {
  content: "\F7AE";
}

.fa-image:before {
  content: "\F03E";
}

.fa-images:before {
  content: "\F302";
}

.fa-imdb:before {
  content: "\F2D8";
}

.fa-inbox:before {
  content: "\F01C";
}

.fa-indent:before {
  content: "\F03C";
}

.fa-industry:before {
  content: "\F275";
}

.fa-infinity:before {
  content: "\F534";
}

.fa-info:before {
  content: "\F129";
}

.fa-info-circle:before {
  content: "\F05A";
}

.fa-innosoft:before {
  content: "\E080";
}

.fa-instagram:before {
  content: "\F16D";
}

.fa-instagram-square:before {
  content: "\E055";
}

.fa-instalod:before {
  content: "\E081";
}

.fa-intercom:before {
  content: "\F7AF";
}

.fa-internet-explorer:before {
  content: "\F26B";
}

.fa-invision:before {
  content: "\F7B0";
}

.fa-ioxhost:before {
  content: "\F208";
}

.fa-italic:before {
  content: "\F033";
}

.fa-itch-io:before {
  content: "\F83A";
}

.fa-itunes:before {
  content: "\F3B4";
}

.fa-itunes-note:before {
  content: "\F3B5";
}

.fa-java:before {
  content: "\F4E4";
}

.fa-jedi:before {
  content: "\F669";
}

.fa-jedi-order:before {
  content: "\F50E";
}

.fa-jenkins:before {
  content: "\F3B6";
}

.fa-jira:before {
  content: "\F7B1";
}

.fa-joget:before {
  content: "\F3B7";
}

.fa-joint:before {
  content: "\F595";
}

.fa-joomla:before {
  content: "\F1AA";
}

.fa-journal-whills:before {
  content: "\F66A";
}

.fa-js:before {
  content: "\F3B8";
}

.fa-js-square:before {
  content: "\F3B9";
}

.fa-jsfiddle:before {
  content: "\F1CC";
}

.fa-kaaba:before {
  content: "\F66B";
}

.fa-kaggle:before {
  content: "\F5FA";
}

.fa-key:before {
  content: "\F084";
}

.fa-keybase:before {
  content: "\F4F5";
}

.fa-keyboard:before {
  content: "\F11C";
}

.fa-keycdn:before {
  content: "\F3BA";
}

.fa-khanda:before {
  content: "\F66D";
}

.fa-kickstarter:before {
  content: "\F3BB";
}

.fa-kickstarter-k:before {
  content: "\F3BC";
}

.fa-kiss:before {
  content: "\F596";
}

.fa-kiss-beam:before {
  content: "\F597";
}

.fa-kiss-wink-heart:before {
  content: "\F598";
}

.fa-kiwi-bird:before {
  content: "\F535";
}

.fa-korvue:before {
  content: "\F42F";
}

.fa-landmark:before {
  content: "\F66F";
}

.fa-language:before {
  content: "\F1AB";
}

.fa-laptop:before {
  content: "\F109";
}

.fa-laptop-code:before {
  content: "\F5FC";
}

.fa-laptop-house:before {
  content: "\E066";
}

.fa-laptop-medical:before {
  content: "\F812";
}

.fa-laravel:before {
  content: "\F3BD";
}

.fa-lastfm:before {
  content: "\F202";
}

.fa-lastfm-square:before {
  content: "\F203";
}

.fa-laugh:before {
  content: "\F599";
}

.fa-laugh-beam:before {
  content: "\F59A";
}

.fa-laugh-squint:before {
  content: "\F59B";
}

.fa-laugh-wink:before {
  content: "\F59C";
}

.fa-layer-group:before {
  content: "\F5FD";
}

.fa-leaf:before {
  content: "\F06C";
}

.fa-leanpub:before {
  content: "\F212";
}

.fa-lemon:before {
  content: "\F094";
}

.fa-less:before {
  content: "\F41D";
}

.fa-less-than:before {
  content: "\F536";
}

.fa-less-than-equal:before {
  content: "\F537";
}

.fa-level-down-alt:before {
  content: "\F3BE";
}

.fa-level-up-alt:before {
  content: "\F3BF";
}

.fa-life-ring:before {
  content: "\F1CD";
}

.fa-lightbulb:before {
  content: "\F0EB";
}

.fa-line:before {
  content: "\F3C0";
}

.fa-link:before {
  content: "\F0C1";
}

.fa-linkedin:before {
  content: "\F08C";
}

.fa-linkedin-in:before {
  content: "\F0E1";
}

.fa-linode:before {
  content: "\F2B8";
}

.fa-linux:before {
  content: "\F17C";
}

.fa-lira-sign:before {
  content: "\F195";
}

.fa-list:before {
  content: "\F03A";
}

.fa-list-alt:before {
  content: "\F022";
}

.fa-list-ol:before {
  content: "\F0CB";
}

.fa-list-ul:before {
  content: "\F0CA";
}

.fa-location-arrow:before {
  content: "\F124";
}

.fa-lock:before {
  content: "\F023";
}

.fa-lock-open:before {
  content: "\F3C1";
}

.fa-long-arrow-alt-down:before {
  content: "\F309";
}

.fa-long-arrow-alt-left:before {
  content: "\F30A";
}

.fa-long-arrow-alt-right:before {
  content: "\F30B";
}

.fa-long-arrow-alt-up:before {
  content: "\F30C";
}

.fa-low-vision:before {
  content: "\F2A8";
}

.fa-luggage-cart:before {
  content: "\F59D";
}

.fa-lungs:before {
  content: "\F604";
}

.fa-lungs-virus:before {
  content: "\E067";
}

.fa-lyft:before {
  content: "\F3C3";
}

.fa-magento:before {
  content: "\F3C4";
}

.fa-magic:before {
  content: "\F0D0";
}

.fa-magnet:before {
  content: "\F076";
}

.fa-mail-bulk:before {
  content: "\F674";
}

.fa-mailchimp:before {
  content: "\F59E";
}

.fa-male:before {
  content: "\F183";
}

.fa-mandalorian:before {
  content: "\F50F";
}

.fa-map:before {
  content: "\F279";
}

.fa-map-marked:before {
  content: "\F59F";
}

.fa-map-marked-alt:before {
  content: "\F5A0";
}

.fa-map-marker:before {
  content: "\F041";
}

.fa-map-marker-alt:before {
  content: "\F3C5";
}

.fa-map-pin:before {
  content: "\F276";
}

.fa-map-signs:before {
  content: "\F277";
}

.fa-markdown:before {
  content: "\F60F";
}

.fa-marker:before {
  content: "\F5A1";
}

.fa-mars:before {
  content: "\F222";
}

.fa-mars-double:before {
  content: "\F227";
}

.fa-mars-stroke:before {
  content: "\F229";
}

.fa-mars-stroke-h:before {
  content: "\F22B";
}

.fa-mars-stroke-v:before {
  content: "\F22A";
}

.fa-mask:before {
  content: "\F6FA";
}

.fa-mastodon:before {
  content: "\F4F6";
}

.fa-maxcdn:before {
  content: "\F136";
}

.fa-mdb:before {
  content: "\F8CA";
}

.fa-medal:before {
  content: "\F5A2";
}

.fa-medapps:before {
  content: "\F3C6";
}

.fa-medium:before {
  content: "\F23A";
}

.fa-medium-m:before {
  content: "\F3C7";
}

.fa-medkit:before {
  content: "\F0FA";
}

.fa-medrt:before {
  content: "\F3C8";
}

.fa-meetup:before {
  content: "\F2E0";
}

.fa-megaport:before {
  content: "\F5A3";
}

.fa-meh:before {
  content: "\F11A";
}

.fa-meh-blank:before {
  content: "\F5A4";
}

.fa-meh-rolling-eyes:before {
  content: "\F5A5";
}

.fa-memory:before {
  content: "\F538";
}

.fa-mendeley:before {
  content: "\F7B3";
}

.fa-menorah:before {
  content: "\F676";
}

.fa-mercury:before {
  content: "\F223";
}

.fa-meteor:before {
  content: "\F753";
}

.fa-microblog:before {
  content: "\E01A";
}

.fa-microchip:before {
  content: "\F2DB";
}

.fa-microphone:before {
  content: "\F130";
}

.fa-microphone-alt:before {
  content: "\F3C9";
}

.fa-microphone-alt-slash:before {
  content: "\F539";
}

.fa-microphone-slash:before {
  content: "\F131";
}

.fa-microscope:before {
  content: "\F610";
}

.fa-microsoft:before {
  content: "\F3CA";
}

.fa-minus:before {
  content: "\F068";
}

.fa-minus-circle:before {
  content: "\F056";
}

.fa-minus-square:before {
  content: "\F146";
}

.fa-mitten:before {
  content: "\F7B5";
}

.fa-mix:before {
  content: "\F3CB";
}

.fa-mixcloud:before {
  content: "\F289";
}

.fa-mixer:before {
  content: "\E056";
}

.fa-mizuni:before {
  content: "\F3CC";
}

.fa-mobile:before {
  content: "\F10B";
}

.fa-mobile-alt:before {
  content: "\F3CD";
}

.fa-modx:before {
  content: "\F285";
}

.fa-monero:before {
  content: "\F3D0";
}

.fa-money-bill:before {
  content: "\F0D6";
}

.fa-money-bill-alt:before {
  content: "\F3D1";
}

.fa-money-bill-wave:before {
  content: "\F53A";
}

.fa-money-bill-wave-alt:before {
  content: "\F53B";
}

.fa-money-check:before {
  content: "\F53C";
}

.fa-money-check-alt:before {
  content: "\F53D";
}

.fa-monument:before {
  content: "\F5A6";
}

.fa-moon:before {
  content: "\F186";
}

.fa-mortar-pestle:before {
  content: "\F5A7";
}

.fa-mosque:before {
  content: "\F678";
}

.fa-motorcycle:before {
  content: "\F21C";
}

.fa-mountain:before {
  content: "\F6FC";
}

.fa-mouse:before {
  content: "\F8CC";
}

.fa-mouse-pointer:before {
  content: "\F245";
}

.fa-mug-hot:before {
  content: "\F7B6";
}

.fa-music:before {
  content: "\F001";
}

.fa-napster:before {
  content: "\F3D2";
}

.fa-neos:before {
  content: "\F612";
}

.fa-network-wired:before {
  content: "\F6FF";
}

.fa-neuter:before {
  content: "\F22C";
}

.fa-newspaper:before {
  content: "\F1EA";
}

.fa-nimblr:before {
  content: "\F5A8";
}

.fa-node:before {
  content: "\F419";
}

.fa-node-js:before {
  content: "\F3D3";
}

.fa-not-equal:before {
  content: "\F53E";
}

.fa-notes-medical:before {
  content: "\F481";
}

.fa-npm:before {
  content: "\F3D4";
}

.fa-ns8:before {
  content: "\F3D5";
}

.fa-nutritionix:before {
  content: "\F3D6";
}

.fa-object-group:before {
  content: "\F247";
}

.fa-object-ungroup:before {
  content: "\F248";
}

.fa-octopus-deploy:before {
  content: "\E082";
}

.fa-odnoklassniki:before {
  content: "\F263";
}

.fa-odnoklassniki-square:before {
  content: "\F264";
}

.fa-oil-can:before {
  content: "\F613";
}

.fa-old-republic:before {
  content: "\F510";
}

.fa-om:before {
  content: "\F679";
}

.fa-opencart:before {
  content: "\F23D";
}

.fa-openid:before {
  content: "\F19B";
}

.fa-opera:before {
  content: "\F26A";
}

.fa-optin-monster:before {
  content: "\F23C";
}

.fa-orcid:before {
  content: "\F8D2";
}

.fa-osi:before {
  content: "\F41A";
}

.fa-otter:before {
  content: "\F700";
}

.fa-outdent:before {
  content: "\F03B";
}

.fa-page4:before {
  content: "\F3D7";
}

.fa-pagelines:before {
  content: "\F18C";
}

.fa-pager:before {
  content: "\F815";
}

.fa-paint-brush:before {
  content: "\F1FC";
}

.fa-paint-roller:before {
  content: "\F5AA";
}

.fa-palette:before {
  content: "\F53F";
}

.fa-palfed:before {
  content: "\F3D8";
}

.fa-pallet:before {
  content: "\F482";
}

.fa-paper-plane:before {
  content: "\F1D8";
}

.fa-paperclip:before {
  content: "\F0C6";
}

.fa-parachute-box:before {
  content: "\F4CD";
}

.fa-paragraph:before {
  content: "\F1DD";
}

.fa-parking:before {
  content: "\F540";
}

.fa-passport:before {
  content: "\F5AB";
}

.fa-pastafarianism:before {
  content: "\F67B";
}

.fa-paste:before {
  content: "\F0EA";
}

.fa-patreon:before {
  content: "\F3D9";
}

.fa-pause:before {
  content: "\F04C";
}

.fa-pause-circle:before {
  content: "\F28B";
}

.fa-paw:before {
  content: "\F1B0";
}

.fa-paypal:before {
  content: "\F1ED";
}

.fa-peace:before {
  content: "\F67C";
}

.fa-pen:before {
  content: "\F304";
}

.fa-pen-alt:before {
  content: "\F305";
}

.fa-pen-fancy:before {
  content: "\F5AC";
}

.fa-pen-nib:before {
  content: "\F5AD";
}

.fa-pen-square:before {
  content: "\F14B";
}

.fa-pencil-alt:before {
  content: "\F303";
}

.fa-pencil-ruler:before {
  content: "\F5AE";
}

.fa-penny-arcade:before {
  content: "\F704";
}

.fa-people-arrows:before {
  content: "\E068";
}

.fa-people-carry:before {
  content: "\F4CE";
}

.fa-pepper-hot:before {
  content: "\F816";
}

.fa-perbyte:before {
  content: "\E083";
}

.fa-percent:before {
  content: "\F295";
}

.fa-percentage:before {
  content: "\F541";
}

.fa-periscope:before {
  content: "\F3DA";
}

.fa-person-booth:before {
  content: "\F756";
}

.fa-phabricator:before {
  content: "\F3DB";
}

.fa-phoenix-framework:before {
  content: "\F3DC";
}

.fa-phoenix-squadron:before {
  content: "\F511";
}

.fa-phone:before {
  content: "\F095";
}

.fa-phone-alt:before {
  content: "\F879";
}

.fa-phone-slash:before {
  content: "\F3DD";
}

.fa-phone-square:before {
  content: "\F098";
}

.fa-phone-square-alt:before {
  content: "\F87B";
}

.fa-phone-volume:before {
  content: "\F2A0";
}

.fa-photo-video:before {
  content: "\F87C";
}

.fa-php:before {
  content: "\F457";
}

.fa-pied-piper:before {
  content: "\F2AE";
}

.fa-pied-piper-alt:before {
  content: "\F1A8";
}

.fa-pied-piper-hat:before {
  content: "\F4E5";
}

.fa-pied-piper-pp:before {
  content: "\F1A7";
}

.fa-pied-piper-square:before {
  content: "\E01E";
}

.fa-piggy-bank:before {
  content: "\F4D3";
}

.fa-pills:before {
  content: "\F484";
}

.fa-pinterest:before {
  content: "\F0D2";
}

.fa-pinterest-p:before {
  content: "\F231";
}

.fa-pinterest-square:before {
  content: "\F0D3";
}

.fa-pizza-slice:before {
  content: "\F818";
}

.fa-place-of-worship:before {
  content: "\F67F";
}

.fa-plane:before {
  content: "\F072";
}

.fa-plane-arrival:before {
  content: "\F5AF";
}

.fa-plane-departure:before {
  content: "\F5B0";
}

.fa-plane-slash:before {
  content: "\E069";
}

.fa-play:before {
  content: "\F04B";
}

.fa-play-circle:before {
  content: "\F144";
}

.fa-playstation:before {
  content: "\F3DF";
}

.fa-plug:before {
  content: "\F1E6";
}

.fa-plus:before {
  content: "\F067";
}

.fa-plus-circle:before {
  content: "\F055";
}

.fa-plus-square:before {
  content: "\F0FE";
}

.fa-podcast:before {
  content: "\F2CE";
}

.fa-poll:before {
  content: "\F681";
}

.fa-poll-h:before {
  content: "\F682";
}

.fa-poo:before {
  content: "\F2FE";
}

.fa-poo-storm:before {
  content: "\F75A";
}

.fa-poop:before {
  content: "\F619";
}

.fa-portrait:before {
  content: "\F3E0";
}

.fa-pound-sign:before {
  content: "\F154";
}

.fa-power-off:before {
  content: "\F011";
}

.fa-pray:before {
  content: "\F683";
}

.fa-praying-hands:before {
  content: "\F684";
}

.fa-prescription:before {
  content: "\F5B1";
}

.fa-prescription-bottle:before {
  content: "\F485";
}

.fa-prescription-bottle-alt:before {
  content: "\F486";
}

.fa-print:before {
  content: "\F02F";
}

.fa-procedures:before {
  content: "\F487";
}

.fa-product-hunt:before {
  content: "\F288";
}

.fa-project-diagram:before {
  content: "\F542";
}

.fa-pump-medical:before {
  content: "\E06A";
}

.fa-pump-soap:before {
  content: "\E06B";
}

.fa-pushed:before {
  content: "\F3E1";
}

.fa-puzzle-piece:before {
  content: "\F12E";
}

.fa-python:before {
  content: "\F3E2";
}

.fa-qq:before {
  content: "\F1D6";
}

.fa-qrcode:before {
  content: "\F029";
}

.fa-question:before {
  content: "\F128";
}

.fa-question-circle:before {
  content: "\F059";
}

.fa-quidditch:before {
  content: "\F458";
}

.fa-quinscape:before {
  content: "\F459";
}

.fa-quora:before {
  content: "\F2C4";
}

.fa-quote-left:before {
  content: "\F10D";
}

.fa-quote-right:before {
  content: "\F10E";
}

.fa-quran:before {
  content: "\F687";
}

.fa-r-project:before {
  content: "\F4F7";
}

.fa-radiation:before {
  content: "\F7B9";
}

.fa-radiation-alt:before {
  content: "\F7BA";
}

.fa-rainbow:before {
  content: "\F75B";
}

.fa-random:before {
  content: "\F074";
}

.fa-raspberry-pi:before {
  content: "\F7BB";
}

.fa-ravelry:before {
  content: "\F2D9";
}

.fa-react:before {
  content: "\F41B";
}

.fa-reacteurope:before {
  content: "\F75D";
}

.fa-readme:before {
  content: "\F4D5";
}

.fa-rebel:before {
  content: "\F1D0";
}

.fa-receipt:before {
  content: "\F543";
}

.fa-record-vinyl:before {
  content: "\F8D9";
}

.fa-recycle:before {
  content: "\F1B8";
}

.fa-red-river:before {
  content: "\F3E3";
}

.fa-reddit:before {
  content: "\F1A1";
}

.fa-reddit-alien:before {
  content: "\F281";
}

.fa-reddit-square:before {
  content: "\F1A2";
}

.fa-redhat:before {
  content: "\F7BC";
}

.fa-redo:before {
  content: "\F01E";
}

.fa-redo-alt:before {
  content: "\F2F9";
}

.fa-registered:before {
  content: "\F25D";
}

.fa-remove-format:before {
  content: "\F87D";
}

.fa-renren:before {
  content: "\F18B";
}

.fa-reply:before {
  content: "\F3E5";
}

.fa-reply-all:before {
  content: "\F122";
}

.fa-replyd:before {
  content: "\F3E6";
}

.fa-republican:before {
  content: "\F75E";
}

.fa-researchgate:before {
  content: "\F4F8";
}

.fa-resolving:before {
  content: "\F3E7";
}

.fa-restroom:before {
  content: "\F7BD";
}

.fa-retweet:before {
  content: "\F079";
}

.fa-rev:before {
  content: "\F5B2";
}

.fa-ribbon:before {
  content: "\F4D6";
}

.fa-ring:before {
  content: "\F70B";
}

.fa-road:before {
  content: "\F018";
}

.fa-robot:before {
  content: "\F544";
}

.fa-rocket:before {
  content: "\F135";
}

.fa-rocketchat:before {
  content: "\F3E8";
}

.fa-rockrms:before {
  content: "\F3E9";
}

.fa-route:before {
  content: "\F4D7";
}

.fa-rss:before {
  content: "\F09E";
}

.fa-rss-square:before {
  content: "\F143";
}

.fa-ruble-sign:before {
  content: "\F158";
}

.fa-ruler:before {
  content: "\F545";
}

.fa-ruler-combined:before {
  content: "\F546";
}

.fa-ruler-horizontal:before {
  content: "\F547";
}

.fa-ruler-vertical:before {
  content: "\F548";
}

.fa-running:before {
  content: "\F70C";
}

.fa-rupee-sign:before {
  content: "\F156";
}

.fa-rust:before {
  content: "\E07A";
}

.fa-sad-cry:before {
  content: "\F5B3";
}

.fa-sad-tear:before {
  content: "\F5B4";
}

.fa-safari:before {
  content: "\F267";
}

.fa-salesforce:before {
  content: "\F83B";
}

.fa-sass:before {
  content: "\F41E";
}

.fa-satellite:before {
  content: "\F7BF";
}

.fa-satellite-dish:before {
  content: "\F7C0";
}

.fa-save:before {
  content: "\F0C7";
}

.fa-schlix:before {
  content: "\F3EA";
}

.fa-school:before {
  content: "\F549";
}

.fa-screwdriver:before {
  content: "\F54A";
}

.fa-scribd:before {
  content: "\F28A";
}

.fa-scroll:before {
  content: "\F70E";
}

.fa-sd-card:before {
  content: "\F7C2";
}

.fa-search:before {
  content: "\F002";
}

.fa-search-dollar:before {
  content: "\F688";
}

.fa-search-location:before {
  content: "\F689";
}

.fa-search-minus:before {
  content: "\F010";
}

.fa-search-plus:before {
  content: "\F00E";
}

.fa-searchengin:before {
  content: "\F3EB";
}

.fa-seedling:before {
  content: "\F4D8";
}

.fa-sellcast:before {
  content: "\F2DA";
}

.fa-sellsy:before {
  content: "\F213";
}

.fa-server:before {
  content: "\F233";
}

.fa-servicestack:before {
  content: "\F3EC";
}

.fa-shapes:before {
  content: "\F61F";
}

.fa-share:before {
  content: "\F064";
}

.fa-share-alt:before {
  content: "\F1E0";
}

.fa-share-alt-square:before {
  content: "\F1E1";
}

.fa-share-square:before {
  content: "\F14D";
}

.fa-shekel-sign:before {
  content: "\F20B";
}

.fa-shield-alt:before {
  content: "\F3ED";
}

.fa-shield-virus:before {
  content: "\E06C";
}

.fa-ship:before {
  content: "\F21A";
}

.fa-shipping-fast:before {
  content: "\F48B";
}

.fa-shirtsinbulk:before {
  content: "\F214";
}

.fa-shoe-prints:before {
  content: "\F54B";
}

.fa-shopify:before {
  content: "\E057";
}

.fa-shopping-bag:before {
  content: "\F290";
}

.fa-shopping-basket:before {
  content: "\F291";
}

.fa-shopping-cart:before {
  content: "\F07A";
}

.fa-shopware:before {
  content: "\F5B5";
}

.fa-shower:before {
  content: "\F2CC";
}

.fa-shuttle-van:before {
  content: "\F5B6";
}

.fa-sign:before {
  content: "\F4D9";
}

.fa-sign-in-alt:before {
  content: "\F2F6";
}

.fa-sign-language:before {
  content: "\F2A7";
}

.fa-sign-out-alt:before {
  content: "\F2F5";
}

.fa-signal:before {
  content: "\F012";
}

.fa-signature:before {
  content: "\F5B7";
}

.fa-sim-card:before {
  content: "\F7C4";
}

.fa-simplybuilt:before {
  content: "\F215";
}

.fa-sink:before {
  content: "\E06D";
}

.fa-sistrix:before {
  content: "\F3EE";
}

.fa-sitemap:before {
  content: "\F0E8";
}

.fa-sith:before {
  content: "\F512";
}

.fa-skating:before {
  content: "\F7C5";
}

.fa-sketch:before {
  content: "\F7C6";
}

.fa-skiing:before {
  content: "\F7C9";
}

.fa-skiing-nordic:before {
  content: "\F7CA";
}

.fa-skull:before {
  content: "\F54C";
}

.fa-skull-crossbones:before {
  content: "\F714";
}

.fa-skyatlas:before {
  content: "\F216";
}

.fa-skype:before {
  content: "\F17E";
}

.fa-slack:before {
  content: "\F198";
}

.fa-slack-hash:before {
  content: "\F3EF";
}

.fa-slash:before {
  content: "\F715";
}

.fa-sleigh:before {
  content: "\F7CC";
}

.fa-sliders-h:before {
  content: "\F1DE";
}

.fa-slideshare:before {
  content: "\F1E7";
}

.fa-smile:before {
  content: "\F118";
}

.fa-smile-beam:before {
  content: "\F5B8";
}

.fa-smile-wink:before {
  content: "\F4DA";
}

.fa-smog:before {
  content: "\F75F";
}

.fa-smoking:before {
  content: "\F48D";
}

.fa-smoking-ban:before {
  content: "\F54D";
}

.fa-sms:before {
  content: "\F7CD";
}

.fa-snapchat:before {
  content: "\F2AB";
}

.fa-snapchat-ghost:before {
  content: "\F2AC";
}

.fa-snapchat-square:before {
  content: "\F2AD";
}

.fa-snowboarding:before {
  content: "\F7CE";
}

.fa-snowflake:before {
  content: "\F2DC";
}

.fa-snowman:before {
  content: "\F7D0";
}

.fa-snowplow:before {
  content: "\F7D2";
}

.fa-soap:before {
  content: "\E06E";
}

.fa-socks:before {
  content: "\F696";
}

.fa-solar-panel:before {
  content: "\F5BA";
}

.fa-sort:before {
  content: "\F0DC";
}

.fa-sort-alpha-down:before {
  content: "\F15D";
}

.fa-sort-alpha-down-alt:before {
  content: "\F881";
}

.fa-sort-alpha-up:before {
  content: "\F15E";
}

.fa-sort-alpha-up-alt:before {
  content: "\F882";
}

.fa-sort-amount-down:before {
  content: "\F160";
}

.fa-sort-amount-down-alt:before {
  content: "\F884";
}

.fa-sort-amount-up:before {
  content: "\F161";
}

.fa-sort-amount-up-alt:before {
  content: "\F885";
}

.fa-sort-down:before {
  content: "\F0DD";
}

.fa-sort-numeric-down:before {
  content: "\F162";
}

.fa-sort-numeric-down-alt:before {
  content: "\F886";
}

.fa-sort-numeric-up:before {
  content: "\F163";
}

.fa-sort-numeric-up-alt:before {
  content: "\F887";
}

.fa-sort-up:before {
  content: "\F0DE";
}

.fa-soundcloud:before {
  content: "\F1BE";
}

.fa-sourcetree:before {
  content: "\F7D3";
}

.fa-spa:before {
  content: "\F5BB";
}

.fa-space-shuttle:before {
  content: "\F197";
}

.fa-speakap:before {
  content: "\F3F3";
}

.fa-speaker-deck:before {
  content: "\F83C";
}

.fa-spell-check:before {
  content: "\F891";
}

.fa-spider:before {
  content: "\F717";
}

.fa-spinner:before {
  content: "\F110";
}

.fa-splotch:before {
  content: "\F5BC";
}

.fa-spotify:before {
  content: "\F1BC";
}

.fa-spray-can:before {
  content: "\F5BD";
}

.fa-square:before {
  content: "\F0C8";
}

.fa-square-full:before {
  content: "\F45C";
}

.fa-square-root-alt:before {
  content: "\F698";
}

.fa-squarespace:before {
  content: "\F5BE";
}

.fa-stack-exchange:before {
  content: "\F18D";
}

.fa-stack-overflow:before {
  content: "\F16C";
}

.fa-stackpath:before {
  content: "\F842";
}

.fa-stamp:before {
  content: "\F5BF";
}

.fa-star:before {
  content: "\F005";
}

.fa-star-and-crescent:before {
  content: "\F699";
}

.fa-star-half:before {
  content: "\F089";
}

.fa-star-half-alt:before {
  content: "\F5C0";
}

.fa-star-of-david:before {
  content: "\F69A";
}

.fa-star-of-life:before {
  content: "\F621";
}

.fa-staylinked:before {
  content: "\F3F5";
}

.fa-steam:before {
  content: "\F1B6";
}

.fa-steam-square:before {
  content: "\F1B7";
}

.fa-steam-symbol:before {
  content: "\F3F6";
}

.fa-step-backward:before {
  content: "\F048";
}

.fa-step-forward:before {
  content: "\F051";
}

.fa-stethoscope:before {
  content: "\F0F1";
}

.fa-sticker-mule:before {
  content: "\F3F7";
}

.fa-sticky-note:before {
  content: "\F249";
}

.fa-stop:before {
  content: "\F04D";
}

.fa-stop-circle:before {
  content: "\F28D";
}

.fa-stopwatch:before {
  content: "\F2F2";
}

.fa-stopwatch-20:before {
  content: "\E06F";
}

.fa-store:before {
  content: "\F54E";
}

.fa-store-alt:before {
  content: "\F54F";
}

.fa-store-alt-slash:before {
  content: "\E070";
}

.fa-store-slash:before {
  content: "\E071";
}

.fa-strava:before {
  content: "\F428";
}

.fa-stream:before {
  content: "\F550";
}

.fa-street-view:before {
  content: "\F21D";
}

.fa-strikethrough:before {
  content: "\F0CC";
}

.fa-stripe:before {
  content: "\F429";
}

.fa-stripe-s:before {
  content: "\F42A";
}

.fa-stroopwafel:before {
  content: "\F551";
}

.fa-studiovinari:before {
  content: "\F3F8";
}

.fa-stumbleupon:before {
  content: "\F1A4";
}

.fa-stumbleupon-circle:before {
  content: "\F1A3";
}

.fa-subscript:before {
  content: "\F12C";
}

.fa-subway:before {
  content: "\F239";
}

.fa-suitcase:before {
  content: "\F0F2";
}

.fa-suitcase-rolling:before {
  content: "\F5C1";
}

.fa-sun:before {
  content: "\F185";
}

.fa-superpowers:before {
  content: "\F2DD";
}

.fa-superscript:before {
  content: "\F12B";
}

.fa-supple:before {
  content: "\F3F9";
}

.fa-surprise:before {
  content: "\F5C2";
}

.fa-suse:before {
  content: "\F7D6";
}

.fa-swatchbook:before {
  content: "\F5C3";
}

.fa-swift:before {
  content: "\F8E1";
}

.fa-swimmer:before {
  content: "\F5C4";
}

.fa-swimming-pool:before {
  content: "\F5C5";
}

.fa-symfony:before {
  content: "\F83D";
}

.fa-synagogue:before {
  content: "\F69B";
}

.fa-sync:before {
  content: "\F021";
}

.fa-sync-alt:before {
  content: "\F2F1";
}

.fa-syringe:before {
  content: "\F48E";
}

.fa-table:before {
  content: "\F0CE";
}

.fa-table-tennis:before {
  content: "\F45D";
}

.fa-tablet:before {
  content: "\F10A";
}

.fa-tablet-alt:before {
  content: "\F3FA";
}

.fa-tablets:before {
  content: "\F490";
}

.fa-tachometer-alt:before {
  content: "\F3FD";
}

.fa-tag:before {
  content: "\F02B";
}

.fa-tags:before {
  content: "\F02C";
}

.fa-tape:before {
  content: "\F4DB";
}

.fa-tasks:before {
  content: "\F0AE";
}

.fa-taxi:before {
  content: "\F1BA";
}

.fa-teamspeak:before {
  content: "\F4F9";
}

.fa-teeth:before {
  content: "\F62E";
}

.fa-teeth-open:before {
  content: "\F62F";
}

.fa-telegram:before {
  content: "\F2C6";
}

.fa-telegram-plane:before {
  content: "\F3FE";
}

.fa-temperature-high:before {
  content: "\F769";
}

.fa-temperature-low:before {
  content: "\F76B";
}

.fa-tencent-weibo:before {
  content: "\F1D5";
}

.fa-tenge:before {
  content: "\F7D7";
}

.fa-terminal:before {
  content: "\F120";
}

.fa-text-height:before {
  content: "\F034";
}

.fa-text-width:before {
  content: "\F035";
}

.fa-th:before {
  content: "\F00A";
}

.fa-th-large:before {
  content: "\F009";
}

.fa-th-list:before {
  content: "\F00B";
}

.fa-the-red-yeti:before {
  content: "\F69D";
}

.fa-theater-masks:before {
  content: "\F630";
}

.fa-themeco:before {
  content: "\F5C6";
}

.fa-themeisle:before {
  content: "\F2B2";
}

.fa-thermometer:before {
  content: "\F491";
}

.fa-thermometer-empty:before {
  content: "\F2CB";
}

.fa-thermometer-full:before {
  content: "\F2C7";
}

.fa-thermometer-half:before {
  content: "\F2C9";
}

.fa-thermometer-quarter:before {
  content: "\F2CA";
}

.fa-thermometer-three-quarters:before {
  content: "\F2C8";
}

.fa-think-peaks:before {
  content: "\F731";
}

.fa-thumbs-down:before {
  content: "\F165";
}

.fa-thumbs-up:before {
  content: "\F164";
}

.fa-thumbtack:before {
  content: "\F08D";
}

.fa-ticket-alt:before {
  content: "\F3FF";
}

.fa-tiktok:before {
  content: "\E07B";
}

.fa-times:before {
  content: "\F00D";
}

.fa-times-circle:before {
  content: "\F057";
}

.fa-tint:before {
  content: "\F043";
}

.fa-tint-slash:before {
  content: "\F5C7";
}

.fa-tired:before {
  content: "\F5C8";
}

.fa-toggle-off:before {
  content: "\F204";
}

.fa-toggle-on:before {
  content: "\F205";
}

.fa-toilet:before {
  content: "\F7D8";
}

.fa-toilet-paper:before {
  content: "\F71E";
}

.fa-toilet-paper-slash:before {
  content: "\E072";
}

.fa-toolbox:before {
  content: "\F552";
}

.fa-tools:before {
  content: "\F7D9";
}

.fa-tooth:before {
  content: "\F5C9";
}

.fa-torah:before {
  content: "\F6A0";
}

.fa-torii-gate:before {
  content: "\F6A1";
}

.fa-tractor:before {
  content: "\F722";
}

.fa-trade-federation:before {
  content: "\F513";
}

.fa-trademark:before {
  content: "\F25C";
}

.fa-traffic-light:before {
  content: "\F637";
}

.fa-trailer:before {
  content: "\E041";
}

.fa-train:before {
  content: "\F238";
}

.fa-tram:before {
  content: "\F7DA";
}

.fa-transgender:before {
  content: "\F224";
}

.fa-transgender-alt:before {
  content: "\F225";
}

.fa-trash:before {
  content: "\F1F8";
}

.fa-trash-alt:before {
  content: "\F2ED";
}

.fa-trash-restore:before {
  content: "\F829";
}

.fa-trash-restore-alt:before {
  content: "\F82A";
}

.fa-tree:before {
  content: "\F1BB";
}

.fa-trello:before {
  content: "\F181";
}

.fa-tripadvisor:before {
  content: "\F262";
}

.fa-trophy:before {
  content: "\F091";
}

.fa-truck:before {
  content: "\F0D1";
}

.fa-truck-loading:before {
  content: "\F4DE";
}

.fa-truck-monster:before {
  content: "\F63B";
}

.fa-truck-moving:before {
  content: "\F4DF";
}

.fa-truck-pickup:before {
  content: "\F63C";
}

.fa-tshirt:before {
  content: "\F553";
}

.fa-tty:before {
  content: "\F1E4";
}

.fa-tumblr:before {
  content: "\F173";
}

.fa-tumblr-square:before {
  content: "\F174";
}

.fa-tv:before {
  content: "\F26C";
}

.fa-twitch:before {
  content: "\F1E8";
}

.fa-twitter:before {
  content: "\F099";
}

.fa-twitter-square:before {
  content: "\F081";
}

.fa-typo3:before {
  content: "\F42B";
}

.fa-uber:before {
  content: "\F402";
}

.fa-ubuntu:before {
  content: "\F7DF";
}

.fa-uikit:before {
  content: "\F403";
}

.fa-umbraco:before {
  content: "\F8E8";
}

.fa-umbrella:before {
  content: "\F0E9";
}

.fa-umbrella-beach:before {
  content: "\F5CA";
}

.fa-uncharted:before {
  content: "\E084";
}

.fa-underline:before {
  content: "\F0CD";
}

.fa-undo:before {
  content: "\F0E2";
}

.fa-undo-alt:before {
  content: "\F2EA";
}

.fa-uniregistry:before {
  content: "\F404";
}

.fa-unity:before {
  content: "\E049";
}

.fa-universal-access:before {
  content: "\F29A";
}

.fa-university:before {
  content: "\F19C";
}

.fa-unlink:before {
  content: "\F127";
}

.fa-unlock:before {
  content: "\F09C";
}

.fa-unlock-alt:before {
  content: "\F13E";
}

.fa-unsplash:before {
  content: "\E07C";
}

.fa-untappd:before {
  content: "\F405";
}

.fa-upload:before {
  content: "\F093";
}

.fa-ups:before {
  content: "\F7E0";
}

.fa-usb:before {
  content: "\F287";
}

.fa-user:before {
  content: "\F007";
}

.fa-user-alt:before {
  content: "\F406";
}

.fa-user-alt-slash:before {
  content: "\F4FA";
}

.fa-user-astronaut:before {
  content: "\F4FB";
}

.fa-user-check:before {
  content: "\F4FC";
}

.fa-user-circle:before {
  content: "\F2BD";
}

.fa-user-clock:before {
  content: "\F4FD";
}

.fa-user-cog:before {
  content: "\F4FE";
}

.fa-user-edit:before {
  content: "\F4FF";
}

.fa-user-friends:before {
  content: "\F500";
}

.fa-user-graduate:before {
  content: "\F501";
}

.fa-user-injured:before {
  content: "\F728";
}

.fa-user-lock:before {
  content: "\F502";
}

.fa-user-md:before {
  content: "\F0F0";
}

.fa-user-minus:before {
  content: "\F503";
}

.fa-user-ninja:before {
  content: "\F504";
}

.fa-user-nurse:before {
  content: "\F82F";
}

.fa-user-plus:before {
  content: "\F234";
}

.fa-user-secret:before {
  content: "\F21B";
}

.fa-user-shield:before {
  content: "\F505";
}

.fa-user-slash:before {
  content: "\F506";
}

.fa-user-tag:before {
  content: "\F507";
}

.fa-user-tie:before {
  content: "\F508";
}

.fa-user-times:before {
  content: "\F235";
}

.fa-users:before {
  content: "\F0C0";
}

.fa-users-cog:before {
  content: "\F509";
}

.fa-users-slash:before {
  content: "\E073";
}

.fa-usps:before {
  content: "\F7E1";
}

.fa-ussunnah:before {
  content: "\F407";
}

.fa-utensil-spoon:before {
  content: "\F2E5";
}

.fa-utensils:before {
  content: "\F2E7";
}

.fa-vaadin:before {
  content: "\F408";
}

.fa-vector-square:before {
  content: "\F5CB";
}

.fa-venus:before {
  content: "\F221";
}

.fa-venus-double:before {
  content: "\F226";
}

.fa-venus-mars:before {
  content: "\F228";
}

.fa-vest:before {
  content: "\E085";
}

.fa-vest-patches:before {
  content: "\E086";
}

.fa-viacoin:before {
  content: "\F237";
}

.fa-viadeo:before {
  content: "\F2A9";
}

.fa-viadeo-square:before {
  content: "\F2AA";
}

.fa-vial:before {
  content: "\F492";
}

.fa-vials:before {
  content: "\F493";
}

.fa-viber:before {
  content: "\F409";
}

.fa-video:before {
  content: "\F03D";
}

.fa-video-slash:before {
  content: "\F4E2";
}

.fa-vihara:before {
  content: "\F6A7";
}

.fa-vimeo:before {
  content: "\F40A";
}

.fa-vimeo-square:before {
  content: "\F194";
}

.fa-vimeo-v:before {
  content: "\F27D";
}

.fa-vine:before {
  content: "\F1CA";
}

.fa-virus:before {
  content: "\E074";
}

.fa-virus-slash:before {
  content: "\E075";
}

.fa-viruses:before {
  content: "\E076";
}

.fa-vk:before {
  content: "\F189";
}

.fa-vnv:before {
  content: "\F40B";
}

.fa-voicemail:before {
  content: "\F897";
}

.fa-volleyball-ball:before {
  content: "\F45F";
}

.fa-volume-down:before {
  content: "\F027";
}

.fa-volume-mute:before {
  content: "\F6A9";
}

.fa-volume-off:before {
  content: "\F026";
}

.fa-volume-up:before {
  content: "\F028";
}

.fa-vote-yea:before {
  content: "\F772";
}

.fa-vr-cardboard:before {
  content: "\F729";
}

.fa-vuejs:before {
  content: "\F41F";
}

.fa-walking:before {
  content: "\F554";
}

.fa-wallet:before {
  content: "\F555";
}

.fa-warehouse:before {
  content: "\F494";
}

.fa-watchman-monitoring:before {
  content: "\E087";
}

.fa-water:before {
  content: "\F773";
}

.fa-wave-square:before {
  content: "\F83E";
}

.fa-waze:before {
  content: "\F83F";
}

.fa-weebly:before {
  content: "\F5CC";
}

.fa-weibo:before {
  content: "\F18A";
}

.fa-weight:before {
  content: "\F496";
}

.fa-weight-hanging:before {
  content: "\F5CD";
}

.fa-weixin:before {
  content: "\F1D7";
}

.fa-whatsapp:before {
  content: "\F232";
}

.fa-whatsapp-square:before {
  content: "\F40C";
}

.fa-wheelchair:before {
  content: "\F193";
}

.fa-whmcs:before {
  content: "\F40D";
}

.fa-wifi:before {
  content: "\F1EB";
}

.fa-wikipedia-w:before {
  content: "\F266";
}

.fa-wind:before {
  content: "\F72E";
}

.fa-window-close:before {
  content: "\F410";
}

.fa-window-maximize:before {
  content: "\F2D0";
}

.fa-window-minimize:before {
  content: "\F2D1";
}

.fa-window-restore:before {
  content: "\F2D2";
}

.fa-windows:before {
  content: "\F17A";
}

.fa-wine-bottle:before {
  content: "\F72F";
}

.fa-wine-glass:before {
  content: "\F4E3";
}

.fa-wine-glass-alt:before {
  content: "\F5CE";
}

.fa-wix:before {
  content: "\F5CF";
}

.fa-wizards-of-the-coast:before {
  content: "\F730";
}

.fa-wodu:before {
  content: "\E088";
}

.fa-wolf-pack-battalion:before {
  content: "\F514";
}

.fa-won-sign:before {
  content: "\F159";
}

.fa-wordpress:before {
  content: "\F19A";
}

.fa-wordpress-simple:before {
  content: "\F411";
}

.fa-wpbeginner:before {
  content: "\F297";
}

.fa-wpexplorer:before {
  content: "\F2DE";
}

.fa-wpforms:before {
  content: "\F298";
}

.fa-wpressr:before {
  content: "\F3E4";
}

.fa-wrench:before {
  content: "\F0AD";
}

.fa-x-ray:before {
  content: "\F497";
}

.fa-xbox:before {
  content: "\F412";
}

.fa-xing:before {
  content: "\F168";
}

.fa-xing-square:before {
  content: "\F169";
}

.fa-y-combinator:before {
  content: "\F23B";
}

.fa-yahoo:before {
  content: "\F19E";
}

.fa-yammer:before {
  content: "\F840";
}

.fa-yandex:before {
  content: "\F413";
}

.fa-yandex-international:before {
  content: "\F414";
}

.fa-yarn:before {
  content: "\F7E3";
}

.fa-yelp:before {
  content: "\F1E9";
}

.fa-yen-sign:before {
  content: "\F157";
}

.fa-yin-yang:before {
  content: "\F6AD";
}

.fa-yoast:before {
  content: "\F2B1";
}

.fa-youtube:before {
  content: "\F167";
}

.fa-youtube-square:before {
  content: "\F431";
}

.fa-zhihu:before {
  content: "\F63F";
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir=rtl] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir=rtl] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/** Mixins */
/** Common */
/**
 * Global
 */
a {
  color: #4c6ad3;
}
a:focus {
  outline: 0;
}

/**
 * Block editor color palette utilities
 * @see https://git.io/JeyD6
 */
.has-primary-color {
  color: #4c6ad3;
}

.has-primary-background-color {
  background-color: #4c6ad3;
}

.has-secondary-color {
  color: #6c757d;
}

.has-secondary-background-color {
  background-color: #6c757d;
}

.has-success-color {
  color: #21d569;
}

.has-success-background-color {
  background-color: #21d569;
}

.has-info-color {
  color: #17a2b8;
}

.has-info-background-color {
  background-color: #17a2b8;
}

.has-warning-color {
  color: #fcf315;
}

.has-warning-background-color {
  background-color: #fcf315;
}

.has-danger-color {
  color: #fe5c81;
}

.has-danger-background-color {
  background-color: #fe5c81;
}

.has-light-color {
  color: #f8f9fa;
}

.has-light-background-color {
  background-color: #f8f9fa;
}

.has-dark-color {
  color: #343a40;
}

.has-dark-background-color {
  background-color: #343a40;
}

img {
  max-width: 100%;
}

.fa-kununu {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='38px' height='38px' viewBox='0 0 38 38' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3ECombined Shape%3C/title%3E%3Cg id='🕉️-Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='elements-/-icon-/-social-/-kununu' transform='translate(-5.000000, -5.000000)' fill='%230090D7'%3E%3Cpath d='M12.9157229,24.9254218 C13.8725979,24.6252006 14.7250107,25.2506615 15.3058213,25.9511777 C16.0913781,26.6266755 16.166591,27.9901803 15.3852127,28.699036 C13.7221722,30.2877067 12.1092736,31.9347538 10.479661,33.5567825 L10.3611206,33.6749545 C9.85828061,34.2031134 9.50547503,34.9351792 9.66067623,35.6708404 C9.80274501,36.5756738 10.5799449,37.1594374 11.1941834,37.7598798 C11.9797403,38.5771488 13.4422131,38.572979 14.2152344,37.7432009 C15.7696341,36.1962275 17.3198553,34.6492542 18.8700765,33.0981111 C19.3255323,32.6311003 19.8269515,32.0890342 20.5372955,32.0848644 C21.4607426,31.9764512 22.1167661,32.7186648 22.6766843,33.3274468 C23.3285293,33.9654169 23.3494218,35.1287742 22.7059337,35.7792536 C21.3144953,37.180286 19.9105214,38.5688093 18.519083,39.965672 C17.7335262,40.7162251 17.0273607,41.5835309 16.0495932,42.0964089 C14.1149506,43.213899 11.6245683,43.309803 9.62724828,42.3007261 C8.38205714,41.7169626 7.45861002,40.6620185 6.53934139,39.67796 C4.46680849,37.2720203 4.49605795,33.3983324 6.57276934,31.0090717 C8.23580986,29.11601 10.157917,27.4773024 11.9045274,25.6634657 C12.2053789,25.3882629 12.485338,25.0213258 12.9157229,24.9254218 Z M33.8357697,24.955027 C34.5168642,24.7215216 35.3567414,24.8215953 35.8539822,25.3845101 C37.3415259,26.8439189 38.8039987,28.3325159 40.287364,29.8002642 C41.0645639,30.5383081 41.8041573,31.3430678 42.2721486,32.3187868 C43.2123097,34.2326972 43.2039527,36.5969395 42.2052927,38.477492 C41.5868756,39.6867164 40.5464306,40.5998894 39.5603061,41.5005531 C37.0866378,43.5520649 33.1839247,43.4269727 30.8063617,41.2795569 C28.9928954,39.5532848 27.254642,37.7394481 25.4662467,35.9839878 C24.7976877,35.4127335 24.580406,34.3536197 25.0609328,33.5947271 C25.3659628,33.1610742 25.7587413,32.7899674 26.1724121,32.4480488 C26.8200787,31.9143221 27.8814161,31.8726247 28.5040116,32.4855764 C30.2631575,34.2160183 31.9930539,35.9714786 33.7480213,37.7060902 C34.4082233,38.381588 35.5155242,38.5400381 36.3386874,38.0646878 C36.952926,37.6393744 37.4877732,37.084799 37.951586,36.492696 C38.5616461,35.6712573 38.4321128,34.4411842 37.6966979,33.7323285 C36.1631907,32.1811854 34.608791,30.6467213 33.0627483,29.1039177 C32.619828,28.6619253 32.0390174,28.2157632 32.0557313,27.5235865 C31.9094841,26.3643989 32.9541075,25.5054326 33.8357697,24.955027 Z M34.4328764,5.10665022 C36.3967685,4.81059872 38.4776584,5.45690834 39.9484882,6.79956444 C40.725688,7.53760832 41.5363158,8.27982194 42.0753415,9.2263528 C43.3456036,11.3487502 43.2996402,14.184173 41.9834146,16.2815519 C41.5279588,17.0821419 40.8134364,17.6784147 40.1783053,18.328894 C38.745082,19.7591146 37.3118586,21.193505 35.8744568,22.6237256 C35.2393257,23.3409208 34.0150271,23.3617695 33.3297541,22.7071204 C32.6904445,22.1316964 31.9299587,21.4270104 32.067849,20.4804796 C32.0845629,19.8091515 32.5901607,19.337971 33.041438,18.9084878 C34.6334441,17.3239868 36.2212718,15.7394858 37.8090994,14.1466453 C38.2854477,13.687974 38.4358734,12.9749486 38.3355896,12.3369784 C38.1768068,11.4112963 37.366179,10.8358722 36.7435835,10.214581 C35.9245987,9.43483977 34.4997323,9.50989508 33.7392465,10.327164 C32.0302425,12.0117387 30.3463095,13.7255017 28.6373056,15.4100764 C27.9018907,16.248194 26.4812028,16.0605557 25.8168223,15.2224381 C24.9769451,14.5969772 24.4295624,13.3335462 25.1775128,12.424543 C26.9700866,10.5898576 28.8086238,8.79269989 30.6179116,6.97052375 C31.6291071,5.94059811 33.0038316,5.30679772 34.4328764,5.10665022 Z M11.4929457,5.10414838 C13.6323345,4.71636261 15.980648,5.42521832 17.4890843,7.00137983 C19.2231592,8.74433092 20.9697696,10.470603 22.7038445,12.2093844 C23.3640465,12.8598637 23.3389755,14.0399 22.6871305,14.6945491 C22.1272123,15.2949916 21.4795458,16.0372052 20.5560987,15.9079433 C19.7078645,15.9621499 19.2064452,15.2032573 18.671598,14.6862096 C17.1882327,13.2101219 15.7299384,11.7173551 14.2298591,10.2621161 C13.4860873,9.49071428 12.1238983,9.41565897 11.3299845,10.1495331 C10.8118513,10.6165439 10.2811825,11.096064 9.90511811,11.6839972 C9.49980422,12.4887569 9.60426656,13.5728892 10.2811825,14.2108593 C11.9985435,15.9663196 13.7660463,17.6800826 15.4875858,19.4355429 C16.0892889,20.0234761 16.0976459,21.0575715 15.6171191,21.7205601 C15.312089,22.0916669 14.973631,22.4210763 14.6226376,22.7338068 C13.9707925,23.3050611 12.8425992,23.3092308 12.2492531,22.6587515 C10.4650363,20.8866122 8.69753342,19.1103032 6.92167357,17.3381639 C4.96196,15.3908956 4.48561172,12.1968752 5.67230394,9.71588021 C6.21132963,8.52333472 7.20163265,7.63518022 8.12925827,6.74285598 C9.05270539,5.87971992 10.2435761,5.30846561 11.4929457,5.10414838 Z' id='Combined-Shape'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

@font-face {
  font-family: "basis-grotesque-pro";
  src: url("../fonts/basis-grotesque-bold-pro.eot");
  src: url("../fonts/basis-grotesque-bold-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-bold-pro.woff2") format("woff2"), url("../fonts/basis-grotesque-bold-pro.woff") format("woff"), url("../fonts/basis-grotesque-bold-pro.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "basis-grotesque-pro";
  src: url("../fonts/basis-grotesque-regular-pro.eot");
  src: url("../fonts/basis-grotesque-regular-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/basis-grotesque-regular-pro.woff2") format("woff2"), url("../fonts/basis-grotesque-regular-pro.woff") format("woff"), url("../fonts/basis-grotesque-regular-pro.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SangBleuRepublic";
  src: url("../fonts/SangBleuRepublic-Medium-WebXL.woff2") format("woff2"), url("../fonts/SangBleuRepublic-Medium-WebXL.woff") format("woff"), url("../fonts/SangBleuRepublic-Medium-WebXL.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 20px;
  font-family: SangBleuRepublic;
  font-weight: 450;
}

h1 {
  font-size: 40px;
  line-height: 54px;
}

h2 {
  font-size: 34px;
  line-height: 42px;
}

h3 {
  font-size: 26px;
  line-height: 40px;
}

h4 {
  font-size: 20px;
  line-height: 32px;
  font-family: "basis-grotesque-pro";
}

body {
  font-family: "basis-grotesque-pro";
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: aentialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #343738;
}

.has-medium-font-size {
  font-size: 20px;
  line-height: 32px;
}

:root {
  font-size: 10px;
}
@media (min-width: 992px) {
  :root {
    font-size: 16px;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
  max-width: 1230px;
  margin: auto;
}
.container .container {
  padding: 0;
  max-width: 100%;
}

main {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .h-hidden-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .h-hidden-xs-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .h-hidden-lg {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .h-hidden-lg-up {
    display: none !important;
  }
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(../fonts/MaterialIcons-Regular.woff2) format("woff2"), url(../fonts/MaterialIcons-Regular.woff) format("woff"), url(../fonts/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons, .navigation__link.has--children::after {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

body {
  max-width: 2560px;
  margin: 0 auto;
}

body.no-scroll {
  position: fixed;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

a:hover {
  color: #4c6ad3;
}

.page-404 {
  background: rgba(237, 223, 201, 0.2);
  padding: 117px 0 200px;
  text-align: center;
}
.page-404 h1 {
  margin-bottom: 30px;
}
.page-404 div {
  margin-bottom: 100px;
}

.page-overview {
  text-align: center;
}
.page-overview h1 {
  margin-bottom: 30px;
}

.single-post {
  background-color: #fcf9f4;
  padding: 80px 0 160px;
}

.custom-button {
  padding: 14px 70px 11px;
  text-align: center;
  text-transform: uppercase;
}
.custom-button:hover {
  cursor: pointer;
}
.custom-button.is--white {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.custom-button.is--white:hover {
  color: #4c6ad3;
  border-color: #ffffff;
  background: #ffffff;
}
.custom-button.is--black {
  color: #121212;
  border: 1px solid #121212;
}
.custom-button.is--black:hover {
  border-color: #4c6ad3;
  color: #4c6ad3;
}
.custom-button.is--filled-blue {
  border: 1px solid #4c6ad3;
  background: #4c6ad3;
  color: #ffffff;
}
.custom-button.is--filled-blue:hover {
  border-color: #4c6ad3;
  color: #4c6ad3;
  background: transparent;
}
.custom-button.is--filled-black {
  border: 1px solid #121212;
  background: #121212;
  color: #ffffff;
}
.custom-button.is--filled-black:hover {
  background: transparent;
  color: #121212;
}

.slick--overflowing .slick-track {
  display: flex;
}
.slick--overflowing .slick-track .slick-slide {
  height: auto;
}
.slick--overflowing .slick-track .slick-slide > div {
  height: 100%;
}
.slick--overflowing .slick-list {
  overflow: visible;
}

.slick__prev {
  left: 0;
}
@media (min-width: 768px) {
  .slick__prev {
    margin-left: 30px;
  }
  .slick__prev:hover {
    margin-left: 20px;
  }
}
.slick__prev:before {
  padding-right: 2px;
}
.slick__next {
  right: 0;
}
@media (min-width: 768px) {
  .slick__next {
    margin-right: 30px;
  }
  .slick__next:hover {
    margin-right: 20px;
  }
}
.slick__next:before {
  padding-left: 2px;
}
.slick__prev, .slick__next {
  display: block;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}
.slick__prev.arrow-link, .slick__next.arrow-link {
  font-size: 0;
}
.slick__prev:active, .slick__prev:focus, .slick__next:active, .slick__next:focus {
  outline: 0;
}
@media (min-width: 768px) {
  .slick__prev.arrow-link, .slick__next.arrow-link {
    font-size: initial;
  }
}

.slick-slider {
  margin-bottom: 0;
}

.slick-list {
  margin-bottom: 20px;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  width: initial;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}
.slick-dots li {
  width: 15px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #8c8b8b;
  padding: 0;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots .slick-active button {
  background: #4c6ad3;
}

.header {
  transition: background 0.3s 0s ease-in, transform 0.3s 0s ease-in;
  position: fixed;
  z-index: 1;
  width: 100%;
  right: 0;
  left: 0;
  padding: 20px 0;
}
.header__wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
  max-width: 1230px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  margin: auto;
  background: transparent;
  top: 0;
}
.header__wrapper::after {
  transition: opacity 0.3s 0s ease-in, visibility 0.3s 0s ease-in;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.header__wrapper.is--blurred::after {
  z-index: 1;
  visibility: visible;
  opacity: 1;
}
.header.is--hidden {
  transform: translateY(-100%);
}
.header.is--white {
  background-color: #ffffff;
  padding: 20px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
.header.is--white .header__logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 328.02 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M27.12.6h-1.6a3.15,3.15,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V3a3.09,3.09,0,0,0-.43-2A3.12,3.12,0,0,0,27.12.6ZM14.78,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,14.78,39.84Z'/%3E%3Cpath class='cls-1' d='M105.09.6h-1.6a3.17,3.17,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.07,3.07,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.17,3.17,0,0,0-.42-2A3.15,3.15,0,0,0,105.09.6ZM92.75,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,92.75,39.84Z'/%3E%3Cpath class='cls-1' d='M66.1,18H64.51a3.13,3.13,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.06,3.06,0,0,0,2,.43H66.1a3.06,3.06,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V20.47a3.15,3.15,0,0,0-.42-2A3.13,3.13,0,0,0,66.1,18ZM53.77,39.84a8.11,8.11,0,1,1,8.11-8.11A8.12,8.12,0,0,1,53.77,39.84Z'/%3E%3Cpath class='cls-1' d='M144.08,18h-1.6a3.15,3.15,0,0,0-2,.42,2,2,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.12,3.12,0,0,0,144.08,18ZM131.74,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,131.74,39.84Z'/%3E%3Cpath class='cls-1' d='M324.63,31.61a34.2,34.2,0,0,0-5.34-2.86,16,16,0,0,1-3-1.7,1.91,1.91,0,0,1-.73-1.53,1.85,1.85,0,0,1,.63-1.4,2.21,2.21,0,0,1,1.55-.58A3.12,3.12,0,0,1,320.11,25a1.59,1.59,0,0,0,1.23.68,4.24,4.24,0,0,0,1.57-.65l1.17-.62a5.78,5.78,0,0,0,1.33-.86,1.14,1.14,0,0,0,.3-.83,2,2,0,0,0-.3-1,7.78,7.78,0,0,0-3-2.93,8.58,8.58,0,0,0-4.21-1.07A9.11,9.11,0,0,0,312.13,20a7.73,7.73,0,0,0-2.67,6.19,7,7,0,0,0,1.3,4.33,11.56,11.56,0,0,0,4.17,2.93,42.69,42.69,0,0,1,5.52,3,2.58,2.58,0,0,1,1,2.14,2.78,2.78,0,0,1-.91,2.18,3.45,3.45,0,0,1-2.38.81A3.56,3.56,0,0,1,315,40.11a14,14,0,0,0-1.23-1.53,1,1,0,0,0-.76-.26,5,5,0,0,0-1.56.52l-1.24.58a5.31,5.31,0,0,0-1.4.82,1.22,1.22,0,0,0-.33.91,4.22,4.22,0,0,0,1,2.12,9.88,9.88,0,0,0,3.68,3A10.88,10.88,0,0,0,318,47.37a10,10,0,0,0,7.07-2.67,8.93,8.93,0,0,0,3-6.77A7.31,7.31,0,0,0,324.63,31.61Z'/%3E%3Cpath class='cls-1' d='M224.52.6h-1.6a3.17,3.17,0,0,0-2,.42,3.15,3.15,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.09,3.09,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.15,3.15,0,0,0-.42-2A3.17,3.17,0,0,0,224.52.6ZM212.18,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,212.18,39.84Z'/%3E%3Cpath class='cls-1' d='M263.5,18h-1.59a3.15,3.15,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.07,3.07,0,0,0,2,.43h1.59a3.06,3.06,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.13,3.13,0,0,0,263.5,18ZM251.17,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,251.17,39.84Z'/%3E%3Cpath class='cls-1' d='M303.43,18.51a5.15,5.15,0,0,0-1.8-.2h-1.92a4.62,4.62,0,0,0-1.88.22,4.3,4.3,0,0,0-1,1.57l-7.93,16-8.05-16.07a4.89,4.89,0,0,0-1.07-1.56,4.89,4.89,0,0,0-1.83-.2h-2.35a4.43,4.43,0,0,0-2,.33,1.21,1.21,0,0,0-.57,1.15,4.42,4.42,0,0,0,.7,1.73l11.14,22.21L277.65,57a4.71,4.71,0,0,0-.69,1.76,1.24,1.24,0,0,0,.79,1.24,5,5,0,0,0,1.8.21h2.24a4.44,4.44,0,0,0,1.85-.23,4.83,4.83,0,0,0,1.06-1.53l18.9-37a4.53,4.53,0,0,0,.62-1.73A1.26,1.26,0,0,0,303.43,18.51Z'/%3E%3Cpath class='cls-1' d='M187.86,26.45a7.55,7.55,0,0,0-2.79-1.51,1.59,1.59,0,0,0-1.45.76q-1.83,3-4,2.95a13,13,0,0,1-4.78-1.5q-4.41-2.05-5.91-2.56a9.49,9.49,0,0,0-3.06-.51,9.92,9.92,0,0,0-7.26,3.23q-2.69,2.69-2.68,4a1.72,1.72,0,0,0,.86,1.45,8.13,8.13,0,0,0,2.79,1.5,1.55,1.55,0,0,0,1.51-.86,4.81,4.81,0,0,1,4.29-2.84,10.6,10.6,0,0,1,4.35,1.34c2.73,1.32,4.65,2.18,5.78,2.58a10.54,10.54,0,0,0,3.47.59q4.62,0,8.16-4.35c1.08-1.33,1.61-2.28,1.61-2.85A1.7,1.7,0,0,0,187.86,26.45Z'/%3E%3C/g%3E%3C/svg%3E");
}
.header.is--white .header__menu p {
  color: #121212;
  border-color: #121212;
}
.header__logo {
  width: 140px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 328.02 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %23fff; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M27.12.6h-1.6a3.15,3.15,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V3a3.09,3.09,0,0,0-.43-2A3.12,3.12,0,0,0,27.12.6ZM14.78,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,14.78,39.84Z'/%3E%3Cpath class='cls-1' d='M105.09.6h-1.6a3.17,3.17,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.07,3.07,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.17,3.17,0,0,0-.42-2A3.15,3.15,0,0,0,105.09.6ZM92.75,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,92.75,39.84Z'/%3E%3Cpath class='cls-1' d='M66.1,18H64.51a3.13,3.13,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.06,3.06,0,0,0,2,.43H66.1a3.06,3.06,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V20.47a3.15,3.15,0,0,0-.42-2A3.13,3.13,0,0,0,66.1,18ZM53.77,39.84a8.11,8.11,0,1,1,8.11-8.11A8.12,8.12,0,0,1,53.77,39.84Z'/%3E%3Cpath class='cls-1' d='M144.08,18h-1.6a3.15,3.15,0,0,0-2,.42,2,2,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.12,3.12,0,0,0,144.08,18ZM131.74,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,131.74,39.84Z'/%3E%3Cpath class='cls-1' d='M324.63,31.61a34.2,34.2,0,0,0-5.34-2.86,16,16,0,0,1-3-1.7,1.91,1.91,0,0,1-.73-1.53,1.85,1.85,0,0,1,.63-1.4,2.21,2.21,0,0,1,1.55-.58A3.12,3.12,0,0,1,320.11,25a1.59,1.59,0,0,0,1.23.68,4.24,4.24,0,0,0,1.57-.65l1.17-.62a5.78,5.78,0,0,0,1.33-.86,1.14,1.14,0,0,0,.3-.83,2,2,0,0,0-.3-1,7.78,7.78,0,0,0-3-2.93,8.58,8.58,0,0,0-4.21-1.07A9.11,9.11,0,0,0,312.13,20a7.73,7.73,0,0,0-2.67,6.19,7,7,0,0,0,1.3,4.33,11.56,11.56,0,0,0,4.17,2.93,42.69,42.69,0,0,1,5.52,3,2.58,2.58,0,0,1,1,2.14,2.78,2.78,0,0,1-.91,2.18,3.45,3.45,0,0,1-2.38.81A3.56,3.56,0,0,1,315,40.11a14,14,0,0,0-1.23-1.53,1,1,0,0,0-.76-.26,5,5,0,0,0-1.56.52l-1.24.58a5.31,5.31,0,0,0-1.4.82,1.22,1.22,0,0,0-.33.91,4.22,4.22,0,0,0,1,2.12,9.88,9.88,0,0,0,3.68,3A10.88,10.88,0,0,0,318,47.37a10,10,0,0,0,7.07-2.67,8.93,8.93,0,0,0,3-6.77A7.31,7.31,0,0,0,324.63,31.61Z'/%3E%3Cpath class='cls-1' d='M224.52.6h-1.6a3.17,3.17,0,0,0-2,.42,3.15,3.15,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.09,3.09,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.15,3.15,0,0,0-.42-2A3.17,3.17,0,0,0,224.52.6ZM212.18,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,212.18,39.84Z'/%3E%3Cpath class='cls-1' d='M263.5,18h-1.59a3.15,3.15,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.07,3.07,0,0,0,2,.43h1.59a3.06,3.06,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.13,3.13,0,0,0,263.5,18ZM251.17,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,251.17,39.84Z'/%3E%3Cpath class='cls-1' d='M303.43,18.51a5.15,5.15,0,0,0-1.8-.2h-1.92a4.62,4.62,0,0,0-1.88.22,4.3,4.3,0,0,0-1,1.57l-7.93,16-8.05-16.07a4.89,4.89,0,0,0-1.07-1.56,4.89,4.89,0,0,0-1.83-.2h-2.35a4.43,4.43,0,0,0-2,.33,1.21,1.21,0,0,0-.57,1.15,4.42,4.42,0,0,0,.7,1.73l11.14,22.21L277.65,57a4.71,4.71,0,0,0-.69,1.76,1.24,1.24,0,0,0,.79,1.24,5,5,0,0,0,1.8.21h2.24a4.44,4.44,0,0,0,1.85-.23,4.83,4.83,0,0,0,1.06-1.53l18.9-37a4.53,4.53,0,0,0,.62-1.73A1.26,1.26,0,0,0,303.43,18.51Z'/%3E%3Cpath class='cls-1' d='M187.86,26.45a7.55,7.55,0,0,0-2.79-1.51,1.59,1.59,0,0,0-1.45.76q-1.83,3-4,2.95a13,13,0,0,1-4.78-1.5q-4.41-2.05-5.91-2.56a9.49,9.49,0,0,0-3.06-.51,9.92,9.92,0,0,0-7.26,3.23q-2.69,2.69-2.68,4a1.72,1.72,0,0,0,.86,1.45,8.13,8.13,0,0,0,2.79,1.5,1.55,1.55,0,0,0,1.51-.86,4.81,4.81,0,0,1,4.29-2.84,10.6,10.6,0,0,1,4.35,1.34c2.73,1.32,4.65,2.18,5.78,2.58a10.54,10.54,0,0,0,3.47.59q4.62,0,8.16-4.35c1.08-1.33,1.61-2.28,1.61-2.85A1.7,1.7,0,0,0,187.86,26.45Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.header__logo.is--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 328.02 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M27.12.6h-1.6a3.15,3.15,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V3a3.09,3.09,0,0,0-.43-2A3.12,3.12,0,0,0,27.12.6ZM14.78,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,14.78,39.84Z'/%3E%3Cpath class='cls-1' d='M105.09.6h-1.6a3.17,3.17,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.07,3.07,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.17,3.17,0,0,0-.42-2A3.15,3.15,0,0,0,105.09.6ZM92.75,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,92.75,39.84Z'/%3E%3Cpath class='cls-1' d='M66.1,18H64.51a3.13,3.13,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.06,3.06,0,0,0,2,.43H66.1a3.06,3.06,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V20.47a3.15,3.15,0,0,0-.42-2A3.13,3.13,0,0,0,66.1,18ZM53.77,39.84a8.11,8.11,0,1,1,8.11-8.11A8.12,8.12,0,0,1,53.77,39.84Z'/%3E%3Cpath class='cls-1' d='M144.08,18h-1.6a3.15,3.15,0,0,0-2,.42,2,2,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.12,3.12,0,0,0,144.08,18ZM131.74,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,131.74,39.84Z'/%3E%3Cpath class='cls-1' d='M324.63,31.61a34.2,34.2,0,0,0-5.34-2.86,16,16,0,0,1-3-1.7,1.91,1.91,0,0,1-.73-1.53,1.85,1.85,0,0,1,.63-1.4,2.21,2.21,0,0,1,1.55-.58A3.12,3.12,0,0,1,320.11,25a1.59,1.59,0,0,0,1.23.68,4.24,4.24,0,0,0,1.57-.65l1.17-.62a5.78,5.78,0,0,0,1.33-.86,1.14,1.14,0,0,0,.3-.83,2,2,0,0,0-.3-1,7.78,7.78,0,0,0-3-2.93,8.58,8.58,0,0,0-4.21-1.07A9.11,9.11,0,0,0,312.13,20a7.73,7.73,0,0,0-2.67,6.19,7,7,0,0,0,1.3,4.33,11.56,11.56,0,0,0,4.17,2.93,42.69,42.69,0,0,1,5.52,3,2.58,2.58,0,0,1,1,2.14,2.78,2.78,0,0,1-.91,2.18,3.45,3.45,0,0,1-2.38.81A3.56,3.56,0,0,1,315,40.11a14,14,0,0,0-1.23-1.53,1,1,0,0,0-.76-.26,5,5,0,0,0-1.56.52l-1.24.58a5.31,5.31,0,0,0-1.4.82,1.22,1.22,0,0,0-.33.91,4.22,4.22,0,0,0,1,2.12,9.88,9.88,0,0,0,3.68,3A10.88,10.88,0,0,0,318,47.37a10,10,0,0,0,7.07-2.67,8.93,8.93,0,0,0,3-6.77A7.31,7.31,0,0,0,324.63,31.61Z'/%3E%3Cpath class='cls-1' d='M224.52.6h-1.6a3.17,3.17,0,0,0-2,.42,3.15,3.15,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.09,3.09,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.15,3.15,0,0,0-.42-2A3.17,3.17,0,0,0,224.52.6ZM212.18,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,212.18,39.84Z'/%3E%3Cpath class='cls-1' d='M263.5,18h-1.59a3.15,3.15,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.07,3.07,0,0,0,2,.43h1.59a3.06,3.06,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.13,3.13,0,0,0,263.5,18ZM251.17,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,251.17,39.84Z'/%3E%3Cpath class='cls-1' d='M303.43,18.51a5.15,5.15,0,0,0-1.8-.2h-1.92a4.62,4.62,0,0,0-1.88.22,4.3,4.3,0,0,0-1,1.57l-7.93,16-8.05-16.07a4.89,4.89,0,0,0-1.07-1.56,4.89,4.89,0,0,0-1.83-.2h-2.35a4.43,4.43,0,0,0-2,.33,1.21,1.21,0,0,0-.57,1.15,4.42,4.42,0,0,0,.7,1.73l11.14,22.21L277.65,57a4.71,4.71,0,0,0-.69,1.76,1.24,1.24,0,0,0,.79,1.24,5,5,0,0,0,1.8.21h2.24a4.44,4.44,0,0,0,1.85-.23,4.83,4.83,0,0,0,1.06-1.53l18.9-37a4.53,4.53,0,0,0,.62-1.73A1.26,1.26,0,0,0,303.43,18.51Z'/%3E%3Cpath class='cls-1' d='M187.86,26.45a7.55,7.55,0,0,0-2.79-1.51,1.59,1.59,0,0,0-1.45.76q-1.83,3-4,2.95a13,13,0,0,1-4.78-1.5q-4.41-2.05-5.91-2.56a9.49,9.49,0,0,0-3.06-.51,9.92,9.92,0,0,0-7.26,3.23q-2.69,2.69-2.68,4a1.72,1.72,0,0,0,.86,1.45,8.13,8.13,0,0,0,2.79,1.5,1.55,1.55,0,0,0,1.51-.86,4.81,4.81,0,0,1,4.29-2.84,10.6,10.6,0,0,1,4.35,1.34c2.73,1.32,4.65,2.18,5.78,2.58a10.54,10.54,0,0,0,3.47.59q4.62,0,8.16-4.35c1.08-1.33,1.61-2.28,1.61-2.85A1.7,1.7,0,0,0,187.86,26.45Z'/%3E%3C/g%3E%3C/svg%3E");
}
.header__cart {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 328.02 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M27.12.6h-1.6a3.15,3.15,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V3a3.09,3.09,0,0,0-.43-2A3.12,3.12,0,0,0,27.12.6ZM14.78,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,14.78,39.84Z'/%3E%3Cpath class='cls-1' d='M105.09.6h-1.6a3.17,3.17,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.07,3.07,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.17,3.17,0,0,0-.42-2A3.15,3.15,0,0,0,105.09.6ZM92.75,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,92.75,39.84Z'/%3E%3Cpath class='cls-1' d='M66.1,18H64.51a3.13,3.13,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.06,3.06,0,0,0,2,.43H66.1a3.06,3.06,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V20.47a3.15,3.15,0,0,0-.42-2A3.13,3.13,0,0,0,66.1,18ZM53.77,39.84a8.11,8.11,0,1,1,8.11-8.11A8.12,8.12,0,0,1,53.77,39.84Z'/%3E%3Cpath class='cls-1' d='M144.08,18h-1.6a3.15,3.15,0,0,0-2,.42,2,2,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.12,3.12,0,0,0,144.08,18ZM131.74,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,131.74,39.84Z'/%3E%3Cpath class='cls-1' d='M324.63,31.61a34.2,34.2,0,0,0-5.34-2.86,16,16,0,0,1-3-1.7,1.91,1.91,0,0,1-.73-1.53,1.85,1.85,0,0,1,.63-1.4,2.21,2.21,0,0,1,1.55-.58A3.12,3.12,0,0,1,320.11,25a1.59,1.59,0,0,0,1.23.68,4.24,4.24,0,0,0,1.57-.65l1.17-.62a5.78,5.78,0,0,0,1.33-.86,1.14,1.14,0,0,0,.3-.83,2,2,0,0,0-.3-1,7.78,7.78,0,0,0-3-2.93,8.58,8.58,0,0,0-4.21-1.07A9.11,9.11,0,0,0,312.13,20a7.73,7.73,0,0,0-2.67,6.19,7,7,0,0,0,1.3,4.33,11.56,11.56,0,0,0,4.17,2.93,42.69,42.69,0,0,1,5.52,3,2.58,2.58,0,0,1,1,2.14,2.78,2.78,0,0,1-.91,2.18,3.45,3.45,0,0,1-2.38.81A3.56,3.56,0,0,1,315,40.11a14,14,0,0,0-1.23-1.53,1,1,0,0,0-.76-.26,5,5,0,0,0-1.56.52l-1.24.58a5.31,5.31,0,0,0-1.4.82,1.22,1.22,0,0,0-.33.91,4.22,4.22,0,0,0,1,2.12,9.88,9.88,0,0,0,3.68,3A10.88,10.88,0,0,0,318,47.37a10,10,0,0,0,7.07-2.67,8.93,8.93,0,0,0,3-6.77A7.31,7.31,0,0,0,324.63,31.61Z'/%3E%3Cpath class='cls-1' d='M224.52.6h-1.6a3.17,3.17,0,0,0-2,.42,3.15,3.15,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.09,3.09,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.15,3.15,0,0,0-.42-2A3.17,3.17,0,0,0,224.52.6ZM212.18,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,212.18,39.84Z'/%3E%3Cpath class='cls-1' d='M263.5,18h-1.59a3.15,3.15,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.07,3.07,0,0,0,2,.43h1.59a3.06,3.06,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.13,3.13,0,0,0,263.5,18ZM251.17,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,251.17,39.84Z'/%3E%3Cpath class='cls-1' d='M303.43,18.51a5.15,5.15,0,0,0-1.8-.2h-1.92a4.62,4.62,0,0,0-1.88.22,4.3,4.3,0,0,0-1,1.57l-7.93,16-8.05-16.07a4.89,4.89,0,0,0-1.07-1.56,4.89,4.89,0,0,0-1.83-.2h-2.35a4.43,4.43,0,0,0-2,.33,1.21,1.21,0,0,0-.57,1.15,4.42,4.42,0,0,0,.7,1.73l11.14,22.21L277.65,57a4.71,4.71,0,0,0-.69,1.76,1.24,1.24,0,0,0,.79,1.24,5,5,0,0,0,1.8.21h2.24a4.44,4.44,0,0,0,1.85-.23,4.83,4.83,0,0,0,1.06-1.53l18.9-37a4.53,4.53,0,0,0,.62-1.73A1.26,1.26,0,0,0,303.43,18.51Z'/%3E%3Cpath class='cls-1' d='M187.86,26.45a7.55,7.55,0,0,0-2.79-1.51,1.59,1.59,0,0,0-1.45.76q-1.83,3-4,2.95a13,13,0,0,1-4.78-1.5q-4.41-2.05-5.91-2.56a9.49,9.49,0,0,0-3.06-.51,9.92,9.92,0,0,0-7.26,3.23q-2.69,2.69-2.68,4a1.72,1.72,0,0,0,.86,1.45,8.13,8.13,0,0,0,2.79,1.5,1.55,1.55,0,0,0,1.51-.86,4.81,4.81,0,0,1,4.29-2.84,10.6,10.6,0,0,1,4.35,1.34c2.73,1.32,4.65,2.18,5.78,2.58a10.54,10.54,0,0,0,3.47.59q4.62,0,8.16-4.35c1.08-1.33,1.61-2.28,1.61-2.85A1.7,1.7,0,0,0,187.86,26.45Z'/%3E%3C/g%3E%3C/svg%3E");
}
.header__cart-burger.burger.is--burger-white::before, .header__cart-burger.burger.is--burger-white::after {
  background: #121212;
}
.header__menu p {
  display: none;
  margin: 0;
}
.header__menu .sidenav {
  display: none;
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  background-color: #ffffff;
  padding: 20px;
}
.header__menu .sidenav__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.header__menu .sidenav-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39px' height='39px' viewBox='0 0 39 39' version='1.1'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Start' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Navigation-Default' transform='translate(-1761.000000, -39.000000)' fill='%23121212'%3E%3Cg id='Icons-/-Close' transform='translate(1767.000000, 45.000000)'%3E%3Cpath d='M13.7368421,0 L13.736,13.05 L26.1,13.05 L26.1,14.5 L13.736,14.5 L13.7368421,27.55 L12.3631579,27.55 L12.363,14.5 L0,14.5 L0,13.05 L12.363,13.05 L12.3631579,0 L13.7368421,0 Z' id='Combined-Shape' transform='translate(13.050000, 13.775000) rotate(45.000000) translate(-13.050000, -13.775000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  width: 39px;
  height: 39px;
  cursor: pointer;
  position: relative;
  top: -5px;
  left: 7px;
}
.header__menu .sidenav-black-logo {
  width: 140px;
  height: 32px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' data-name='Ebene 1' viewBox='0 0 328.02 61'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %231d1d1b; %7D %3C/style%3E%3C/defs%3E%3Cg%3E%3Cpath class='cls-1' d='M27.12.6h-1.6a3.15,3.15,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V3a3.09,3.09,0,0,0-.43-2A3.12,3.12,0,0,0,27.12.6ZM14.78,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,14.78,39.84Z'/%3E%3Cpath class='cls-1' d='M105.09.6h-1.6a3.17,3.17,0,0,0-2,.42,3.17,3.17,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.07,3.07,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.17,3.17,0,0,0-.42-2A3.15,3.15,0,0,0,105.09.6ZM92.75,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,92.75,39.84Z'/%3E%3Cpath class='cls-1' d='M66.1,18H64.51a3.13,3.13,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.06,3.06,0,0,0,2,.43H66.1a3.06,3.06,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V20.47a3.15,3.15,0,0,0-.42-2A3.13,3.13,0,0,0,66.1,18ZM53.77,39.84a8.11,8.11,0,1,1,8.11-8.11A8.12,8.12,0,0,1,53.77,39.84Z'/%3E%3Cpath class='cls-1' d='M144.08,18h-1.6a3.15,3.15,0,0,0-2,.42,2,2,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.11,2.11,0,0,0,.39,1.28,3.07,3.07,0,0,0,2,.43h1.6a3,3,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.12,3.12,0,0,0,144.08,18ZM131.74,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,131.74,39.84Z'/%3E%3Cpath class='cls-1' d='M324.63,31.61a34.2,34.2,0,0,0-5.34-2.86,16,16,0,0,1-3-1.7,1.91,1.91,0,0,1-.73-1.53,1.85,1.85,0,0,1,.63-1.4,2.21,2.21,0,0,1,1.55-.58A3.12,3.12,0,0,1,320.11,25a1.59,1.59,0,0,0,1.23.68,4.24,4.24,0,0,0,1.57-.65l1.17-.62a5.78,5.78,0,0,0,1.33-.86,1.14,1.14,0,0,0,.3-.83,2,2,0,0,0-.3-1,7.78,7.78,0,0,0-3-2.93,8.58,8.58,0,0,0-4.21-1.07A9.11,9.11,0,0,0,312.13,20a7.73,7.73,0,0,0-2.67,6.19,7,7,0,0,0,1.3,4.33,11.56,11.56,0,0,0,4.17,2.93,42.69,42.69,0,0,1,5.52,3,2.58,2.58,0,0,1,1,2.14,2.78,2.78,0,0,1-.91,2.18,3.45,3.45,0,0,1-2.38.81A3.56,3.56,0,0,1,315,40.11a14,14,0,0,0-1.23-1.53,1,1,0,0,0-.76-.26,5,5,0,0,0-1.56.52l-1.24.58a5.31,5.31,0,0,0-1.4.82,1.22,1.22,0,0,0-.33.91,4.22,4.22,0,0,0,1,2.12,9.88,9.88,0,0,0,3.68,3A10.88,10.88,0,0,0,318,47.37a10,10,0,0,0,7.07-2.67,8.93,8.93,0,0,0,3-6.77A7.31,7.31,0,0,0,324.63,31.61Z'/%3E%3Cpath class='cls-1' d='M224.52.6h-1.6a3.17,3.17,0,0,0-2,.42,3.15,3.15,0,0,0-.42,2V19.5a14.78,14.78,0,1,0,0,24.44,2.11,2.11,0,0,0,.39,1.28,3.09,3.09,0,0,0,2,.43h1.6a3.09,3.09,0,0,0,2-.43,3.13,3.13,0,0,0,.42-2V3a3.15,3.15,0,0,0-.42-2A3.17,3.17,0,0,0,224.52.6ZM212.18,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,212.18,39.84Z'/%3E%3Cpath class='cls-1' d='M263.5,18h-1.59a3.15,3.15,0,0,0-2,.42,1.88,1.88,0,0,0-.37,1.09,14.78,14.78,0,1,0,0,24.4,2.17,2.17,0,0,0,.4,1.28,3.07,3.07,0,0,0,2,.43h1.59a3.06,3.06,0,0,0,2-.43,3.06,3.06,0,0,0,.43-2V20.47a3.07,3.07,0,0,0-.43-2A3.13,3.13,0,0,0,263.5,18ZM251.17,39.84a8.11,8.11,0,1,1,8.11-8.11A8.11,8.11,0,0,1,251.17,39.84Z'/%3E%3Cpath class='cls-1' d='M303.43,18.51a5.15,5.15,0,0,0-1.8-.2h-1.92a4.62,4.62,0,0,0-1.88.22,4.3,4.3,0,0,0-1,1.57l-7.93,16-8.05-16.07a4.89,4.89,0,0,0-1.07-1.56,4.89,4.89,0,0,0-1.83-.2h-2.35a4.43,4.43,0,0,0-2,.33,1.21,1.21,0,0,0-.57,1.15,4.42,4.42,0,0,0,.7,1.73l11.14,22.21L277.65,57a4.71,4.71,0,0,0-.69,1.76,1.24,1.24,0,0,0,.79,1.24,5,5,0,0,0,1.8.21h2.24a4.44,4.44,0,0,0,1.85-.23,4.83,4.83,0,0,0,1.06-1.53l18.9-37a4.53,4.53,0,0,0,.62-1.73A1.26,1.26,0,0,0,303.43,18.51Z'/%3E%3Cpath class='cls-1' d='M187.86,26.45a7.55,7.55,0,0,0-2.79-1.51,1.59,1.59,0,0,0-1.45.76q-1.83,3-4,2.95a13,13,0,0,1-4.78-1.5q-4.41-2.05-5.91-2.56a9.49,9.49,0,0,0-3.06-.51,9.92,9.92,0,0,0-7.26,3.23q-2.69,2.69-2.68,4a1.72,1.72,0,0,0,.86,1.45,8.13,8.13,0,0,0,2.79,1.5,1.55,1.55,0,0,0,1.51-.86,4.81,4.81,0,0,1,4.29-2.84,10.6,10.6,0,0,1,4.35,1.34c2.73,1.32,4.65,2.18,5.78,2.58a10.54,10.54,0,0,0,3.47.59q4.62,0,8.16-4.35c1.08-1.33,1.61-2.28,1.61-2.85A1.7,1.7,0,0,0,187.86,26.45Z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}
.header__menu .sidenav__cart {
  display: inline-flex;
  align-items: center;
}
.header__menu .sidenav__cart:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3Ctitle%3EIcons / cart%3C/title%3E%3Cg id='Icons-/-cart' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Ccircle id='Oval' stroke='%23121212' cx='13' cy='16' r='1.5'/%3E%3Ccircle id='Oval-Copy' stroke='%23121212' cx='7' cy='16' r='1.5'/%3E%3Cpolyline id='Rectangle' stroke='%23121212' points='17 2 15 12 5 12 3 5 14 5'/%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
}
.header__menu .sidenav__wrapper {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #121212;
}
.header__menu .sidenav__menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__menu .sidenav__menu a {
  border-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  color: #121212;
  font-size: 30px;
  font-family: SangBleuRepublic;
  margin-bottom: 35px;
}
.header__menu .sidenav__menu a:hover {
  color: #4c6ad3;
}
.header__menu .sidenav__menu2 {
  border: none;
}
.header__menu .sidenav__menu2 a {
  font-size: 17px;
  font-family: Apercu;
  letter-spacing: 0px;
  line-height: 26px;
}
.header__menu .sidenav__footer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__menu .sidenav__login {
  padding-bottom: 30px;
  padding-left: 35px;
  margin-bottom: 30px;
  color: #121212;
  width: 100%;
  border-bottom: 1px solid #121212;
}
.header__menu .sidenav__login:hover {
  color: #4c6ad3;
}
.header__menu .sidenav__login::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='15px' viewBox='0 0 15 15' version='1.1'%3E%3Ctitle%3EIcons / log in%3C/title%3E%3Cg id='Start' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Navigation-Default' transform='translate(-1370.000000, -803.000000)' stroke='%23121212'%3E%3Cg id='Group-2' transform='translate(1295.000000, 785.000000)'%3E%3Cg id='Icons-/-log-in' transform='translate(71.500000, 15.000000)'%3E%3Cpath d='M11,11.94 C11.9949919,11.94 12.9816898,12.3891123 13.9725347,13.2478445 C14.889532,14.0425755 15.8031411,15.1816059 16.718941,16.66 L16.718941,16.66 L5.281059,16.66 C6.1968589,15.1816059 7.11046801,14.0425755 8.02746527,13.2478445 C9.01831018,12.3891123 10.0050081,11.94 11,11.94 Z' id='Triangle'/%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11' cy='6.6' r='2.8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  width: 15px;
  height: 15px;
  background-size: cover;
}
.header__toggler {
  margin-bottom: -4px;
  padding-right: 0;
}
.header__toggler:focus, .header__toggler:active {
  outline: none;
}
.header.is--white {
  background-color: white;
}
@media (min-width: 768px) {
  .header .sidenav {
    display: none;
    height: 100%;
    width: 600px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    left: auto;
    overflow-x: hidden;
    padding: 45px 45px 76px 55px;
  }
  .header .sidenav-close {
    width: 39px;
    height: 39px;
  }
  .header .sidenav__menu {
    padding-left: 35px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .header .sidenav__cart {
    margin-left: 35px;
  }
  .header .sidenav__menu2 {
    padding-top: 40px;
    border: none;
  }
  .header .sidenav__menu2 a {
    font-size: 17px;
    font-family: Apercu;
    letter-spacing: 0px;
    line-height: 26px;
  }
  .header .sidenav__footer {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
    padding-left: 35px;
  }
  .header .sidenav__login {
    margin: 0;
    width: auto;
    display: flex;
    align-items: center;
    padding: 15px 71px;
    border: 1px solid #121212;
    text-decoration: none;
    color: #121212;
    font-family: Apercu;
    text-transform: uppercase;
    letter-spacing: 0.2px;
    line-height: 26px;
  }
  .header .sidenav__login::before {
    content: "";
    display: inline-block;
    margin-right: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='15px' viewBox='0 0 15 15' version='1.1'%3E%3Ctitle%3EIcons / log in%3C/title%3E%3Cg id='Start' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Navigation-Default' transform='translate(-1370.000000, -803.000000)' stroke='%23121212'%3E%3Cg id='Group-2' transform='translate(1295.000000, 785.000000)'%3E%3Cg id='Icons-/-log-in' transform='translate(71.500000, 15.000000)'%3E%3Cpath d='M11,11.94 C11.9949919,11.94 12.9816898,12.3891123 13.9725347,13.2478445 C14.889532,14.0425755 15.8031411,15.1816059 16.718941,16.66 L16.718941,16.66 L5.281059,16.66 C6.1968589,15.1816059 7.11046801,14.0425755 8.02746527,13.2478445 C9.01831018,12.3891123 10.0050081,11.94 11,11.94 Z' id='Triangle'/%3E%3Ccircle id='Oval' fill='%23FFFFFF' cx='11' cy='6.6' r='2.8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
    width: 15px;
    height: 15px;
    background-size: cover;
  }
  .header__logo {
    width: 200px;
    height: 42px;
  }
  .header__toggler {
    display: none;
  }
  .header__menu.header__cart-menu p {
    color: #121212;
    border-color: #121212;
  }
  .header__menu p {
    display: block;
  }
}

.teaser {
  height: 480px;
  position: relative;
  background-image: linear-gradient(180deg, rgba(41, 24, 18, 0.3) 15%, rgba(255, 255, 255, 0) 96%);
}
.teaser.is-teaser-product .teaser__image {
  height: 100%;
}
.teaser__image {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: relative;
  z-index: -1;
}
.teaser__header-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.teaser__header {
  color: white;
  text-align: center;
}
.teaser__checkout-button {
  color: white;
  padding: 0.75rem 4.5rem;
  border: 1px solid #ffffff;
  max-width: 371px;
  text-align: center;
}
.teaser__title {
  font-size: 54px;
  line-height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.teaser .coming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
}
@media (min-width: 768px) {
  .teaser {
    height: 760px;
  }
  .teaser__header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .teaser__header {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .teaser__header {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .teaser.is-teaser-product {
    height: 730px;
  }
}

.legal {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  background: rgba(237, 223, 201, 0.2);
  padding: 80px 0;
}
.legal.is--white {
  background: #ffffff;
}
.legal__row {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}
.legal__custom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.legal__text-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.legal__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  text-align: left;
  margin-bottom: 60px;
}
.legal__wrapper:last-child {
  flex-direction: row;
}
.legal .share {
  justify-content: flex-start;
}
.legal__column {
  width: 100%;
  margin-bottom: 30px;
}
.legal__column p {
  color: #121212;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 26px;
  margin-bottom: 15px;
}
.legal__column ul {
  list-style: none;
  padding: 0;
}
.legal__column li {
  margin-bottom: 10px;
}
.legal__column a {
  text-decoration: none;
  color: #121212;
}
.legal__link {
  display: inline-block;
  color: #121212;
  width: 100%;
}
.legal__copyright {
  font-size: 12px;
  line-height: 15px;
  margin-right: 15px;
}
.legal__nav {
  font-size: 12px;
  line-height: 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.legal__nav a {
  margin-bottom: 5px;
}
.legal__nav a:last-child {
  margin-bottom: 0px;
}
@media (min-width: 576px) {
  .legal {
    text-align: left;
  }
  .legal__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .legal__nav {
    margin: 0;
  }
  .legal__link {
    margin-bottom: 0;
    width: auto;
  }
  .legal__link + .legal__link {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .legal {
    padding: 160px 0 45px;
  }
  .legal__wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 15px;
  }
  .legal__wrapper:last-child {
    margin-bottom: 35px;
  }
  .legal__text-wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .legal__nav {
    flex-direction: row;
  }
  .legal__column {
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .legal__row {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
  }
}

.footer {
  background: white;
  padding: 4rem 0 2.5rem;
  font-size: 13px;
  line-height: 22px;
}
.footer__logo {
  width: 153px;
  height: 32px;
  background: url("../images/logo.svg") no-repeat;
  background-size: contain;
  margin-bottom: 3rem;
  display: block;
}
.footer__address, .footer__nav {
  margin-bottom: 5rem;
}
.footer__image {
  margin-bottom: 2.5rem;
}
.footer__nav-item {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 2rem;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
@media (min-width: 768px) {
  .footer__row {
    display: flex;
  }
  .footer__logos {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    flex-shrink: 1;
  }
  .footer__address {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.page-static {
  padding: 120px 0;
}
.page-static h2, .page-static h3 {
  font-size: 24px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .page-static {
    flex: 0 0 50%;
    max-width: 50%;
    margin: auto;
  }
}

.share {
  display: flex;
  justify-content: center;
  padding-bottom: 24px;
}
.share__item {
  padding: 0 0.75rem;
}
.share__item a {
  font-size: 20px;
  color: #121212;
}
@media (min-width: 576px) {
  .share {
    justify-content: space-between;
    padding-bottom: 0;
  }
}

.navigation {
  position: absolute;
  top: 72px;
  width: 100%;
  left: 0;
  background: white;
  padding-bottom: 70px;
  height: calc(100vh - 72px);
  overflow: scroll;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.navigation__item {
  position: relative;
}
.navigation__item--button {
  padding: 35px 72px 0;
}
.navigation__link {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  position: relative;
  display: flex;
  align-items: center;
  color: #121212;
  font-weight: 700;
  padding: 24px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.navigation__link__icon {
  margin-right: 30px;
  max-width: 32px;
}
.navigation__link.has--children::after {
  transition: transform 0.3s 0s ease-in;
  position: absolute;
  right: 10px;
  top: 21px;
  content: "keyboard_arrow_down";
  color: #272727;
}
.navigation__link.is--open.has--children {
  color: #4c6ad3;
}
.navigation__link.is--open.has--children::after {
  transform: rotate(180deg);
}
.navigation__dropdown {
  list-style: none;
  display: none;
  background: white;
  padding: 0 24px;
}
.navigation__subitem {
  background: white;
}
@media (min-width: 992px) {
  .navigation {
    position: static;
    top: auto;
    align-items: center;
    padding-bottom: 0;
    overflow: hidden;
    justify-content: flex-end;
    height: 60px;
  }
  .navigation.collapse {
    display: flex;
  }
  .navigation__item {
    position: static;
    padding: 0 20px;
  }
  .navigation__item:last-child {
    padding-right: 0;
  }
  .navigation__subitem {
    border-bottom: 1px solid #eeeeee;
  }
  .navigation__subitem:last-child {
    border: 0;
  }
  .navigation__link {
    padding: 0;
    white-space: nowrap;
    margin-right: 15px;
    border-bottom: 0;
  }
  .navigation__link__icon {
    margin-right: 20px;
    max-width: 22px;
  }
  .navigation__link--sub {
    padding: 24px;
    min-width: 175px;
  }
  .navigation__link.has--children::after {
    font-size: 16px;
    right: -8px;
    top: 7px;
  }
  .navigation__link.is--open.has--children::before {
    width: calc(100% - 30px);
  }
  .navigation__dropdown {
    position: absolute;
    top: 60px;
    padding: 0;
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .navigation__item {
    padding: 0 30px;
  }
  .navigation__item--sub {
    padding: 24px;
  }
  .navigation__dropdown {
    margin-left: -30px;
  }
}

body.no--scroll {
  overflow: hidden;
}

.bordered {
  padding-top: 7.5rem;
  background: #f8f9fa;
  overflow: hidden;
}
.bordered > .container {
  background: white;
  position: relative;
  z-index: 0;
}
.bordered > .container::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100vw - 1230px) / -2);
  background: white;
  width: 50vw;
  z-index: -1;
}
.bordered:nth-child(even) > .container::before {
  left: auto;
  right: calc((100vw - 1230px) / -2);
}
.bordered:last-child {
  padding-bottom: 7.5rem;
}

.product-attributes {
  display: none;
  justify-content: center;
  flex-direction: column;
  padding: 0 25px;
}
.product-attributes input,
.product-attributes select {
  border-radius: 0;
  height: 36px;
  border: 1px solid #979797;
  outline: 0;
  padding: 0 12px;
}
.product-attributes input:hover, .product-attributes input:active,
.product-attributes select:hover,
.product-attributes select:active {
  border-color: #121212;
}
.product-attributes select {
  -webkit-appearance: none;
          appearance: none;
  padding: 0 24px 0 12px;
  cursor: pointer;
  min-height: 36px;
  background: transparent;
  color: #121212;
  width: 241px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-attributes select option.selected {
  width: 241px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.product-attributes input {
  width: 48px;
}
.product-attributes__date-wrapper {
  position: relative;
}
.product-attributes__date-wrapper:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3Ctitle%3EIcons / Dropdown Arrow Down%3C/title%3E%3Cg id='Icons-/-Dropdown-Arrow-Down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='Triangle' fill='%23121212' transform='translate(10.000000, 10.500000) rotate(180.000000) translate(-10.000000, -10.500000) ' points='10 4 20 17 0 17'/%3E%3C/g%3E%3C/svg%3E");
  width: 8px;
  height: 6px;
  background-size: cover;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.product-attributes.is--fixed-mobile {
  display: flex;
  justify-content: flex-start;
  position: fixed;
  background: white;
  height: 100vh;
  top: 0;
  width: 100%;
  z-index: 10;
}
.product-attributes.is--fixed-mobile .product-attributes__checkout-button {
  display: block;
}
.product-attributes.is--disabled a {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
}
.product-attributes__name, .product-attributes__error {
  display: block;
  color: #8a8a8a;
  font-size: 12px;
  line-height: 15px;
  width: 60px;
  margin-right: 24px;
  text-align: left;
}
.product-attributes__error {
  display: none;
}
.product-attributes__error.is--error {
  display: block;
  color: #d41717;
  width: 100%;
  margin-top: 4px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  text-transform: initial;
}
.product-attributes__overlay-button a {
  width: 100%;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.product-attributes__overlay-button a.is--filled-blue:hover {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #4c6ad3;
}
.product-attributes__checkout-button {
  margin-top: 40px;
  width: 100%;
}
.product-attributes__checkout-button button {
  width: 100%;
}
.product-attributes__checkout-button a {
  display: block;
}
.product-attributes__title {
  font-size: 26px;
  line-height: 40px;
  text-align: left;
  margin: 0;
  color: #121212;
  font-weight: bold;
  margin-bottom: 24px;
}
.product-attributes__field-wrapper {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
.product-attributes__value {
  margin-bottom: 0;
}
.product-attributes__close-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='39px' height='39px' viewBox='0 0 39 39' version='1.1'%3E%3Ctitle%3EGroup%3C/title%3E%3Cg id='Start' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Navigation-Default' transform='translate(-1761.000000, -39.000000)' fill='%23121212'%3E%3Cg id='Icons-/-Close' transform='translate(1767.000000, 45.000000)'%3E%3Cpath d='M13.7368421,0 L13.736,13.05 L26.1,13.05 L26.1,14.5 L13.736,14.5 L13.7368421,27.55 L12.3631579,27.55 L12.363,14.5 L0,14.5 L0,13.05 L12.363,13.05 L12.3631579,0 L13.7368421,0 Z' id='Combined-Shape' transform='translate(13.050000, 13.775000) rotate(45.000000) translate(-13.050000, -13.775000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  width: 40px;
  height: 40px;
  align-self: flex-end;
  margin-bottom: 10px;
  margin-top: 20px;
}
.product-attributes__close-btn:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .product-attributes {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1230px;
    transition: height 0.3s 0s ease-in, transform 0.3s 0s ease-in;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: left;
  }
  .product-attributes__date {
    font-size: 13px;
    line-height: 22px;
    padding: 2px 10px;
  }
  .product-attributes__value {
    font-size: 13px;
    line-height: 22px;
    margin-top: 6px;
  }
  .product-attributes__name {
    margin-top: 1rem;
  }
  .product-attributes.is--fixed {
    z-index: 10;
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 92px;
    background: #ffffff;
    border-radius: 0px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  }
  .product-attributes.is--fixed .product-attributes__name, .product-attributes.is--fixed .product-attributes__checkout-button {
    margin: 0;
  }
  .product-attributes__title-wrapper {
    display: none;
  }
  .product-attributes__title-wrapper.is--shown {
    display: block;
  }
  .product-attributes__title-wrapper.is--shown .product-attributes__title {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.1px;
    font-weight: 450;
    text-align: left;
    margin: 0;
    color: #121212;
    font-weight: bold;
  }
  .product-attributes__checkout-button {
    display: block;
    width: auto;
    margin: 0;
    margin-top: 1rem;
  }
  .product-attributes__checkout-button a {
    position: initial;
  }
  .product-attributes__overlay-button, .product-attributes__close-btn {
    display: none;
  }
  .product-attributes__field-wrapper {
    margin: 0;
    display: block;
    width: auto;
    padding: 0 20px;
  }
  .product-attributes__field-wrapper.is--hidden-desktop {
    display: none;
  }
}

.arrow-link {
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-weight: 400;
}
.arrow-link:after {
  content: "";
  width: 62px;
  height: 18px;
  background-size: cover;
  margin-left: 0.75rem;
}
.arrow-link:hover::after {
  width: 72px;
}
.arrow-link.is--black {
  color: #121212;
}
.arrow-link.is--black::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62px' height='18px' viewBox='0 0 62 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-default-black%3C/title%3E%3Cg id='Elements-/-Arrow-default-black' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-16' transform='translate(0.000000, 4.200000)' fill='%23121212' fill-rule='nonzero'%3E%3Cg id='Group-15' transform='translate(0.000000, 0.000000)'%3E%3Cg id='Group' transform='translate(0.000000, 0.000000)'%3E%3Cpath d='M56.75,1.77635684e-15 L62.0533009,5.30330086 L56.75,10.6066017 L56.0428932,9.89949494 L60.142,5.8 L0,5.8 L0,4.8 L60.136,4.8 L56.0428932,0.707106781 L56.75,1.77635684e-15 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow-link.is--black:hover {
  color: #4c6ad3;
}
.arrow-link.is--black:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72px' height='18px' viewBox='0 0 72 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-hover-blue %3C/title%3E%3Cg id='Elements-/-Arrow-hover-blue-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-16' transform='translate(0.000000, 4.200000)' fill='%234E6BD2' fill-rule='nonzero'%3E%3Cg id='Group'%3E%3Cpath d='M66.75,8.8817842e-16 L72.0533009,5.30330086 L66.75,10.6066017 L66.0428932,9.89949494 L70.143,5.799 L0,5.8 L0,4.8 L70.135,4.799 L66.0428932,0.707106781 L66.75,8.8817842e-16 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow-link.is--blue {
  color: #4c6ad3;
}
.arrow-link.is--blue::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62px' height='18px' viewBox='0 0 62 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-default-blue%3C/title%3E%3Cg id='Elements-/-Arrow-default-blue' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-16' transform='translate(0.000000, 4.200000)' fill='%234E6BD2' fill-rule='nonzero'%3E%3Cg id='Group-15' transform='translate(0.000000, 0.000000)'%3E%3Cg id='Group' transform='translate(0.000000, 0.000000)'%3E%3Cpath d='M56.75,1.77635684e-15 L62.0533009,5.30330086 L56.75,10.6066017 L56.0428932,9.89949494 L60.142,5.8 L0,5.8 L0,4.8 L60.136,4.8 L56.0428932,0.707106781 L56.75,1.77635684e-15 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow-link.is--blue:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72px' height='18px' viewBox='0 0 72 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-hover-blue %3C/title%3E%3Cg id='Elements-/-Arrow-hover-blue-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-16' transform='translate(0.000000, 4.200000)' fill='%234E6BD2' fill-rule='nonzero'%3E%3Cg id='Group'%3E%3Cpath d='M66.75,8.8817842e-16 L72.0533009,5.30330086 L66.75,10.6066017 L66.0428932,9.89949494 L70.143,5.799 L0,5.8 L0,4.8 L70.135,4.799 L66.0428932,0.707106781 L66.75,8.8817842e-16 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow-link.is--white {
  color: #ffffff;
}
.arrow-link.is--white::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62px' height='18px' viewBox='0 0 62 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-default-white%3C/title%3E%3Cdefs%3E%3Cfilter id='filter-1'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Elements-/-Arrow-default-white' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg filter='url(%23filter-1)' id='Group-16'%3E%3Cg transform='translate(0.000000, 4.200000)'%3E%3Cg id='Group-15' transform='translate(0.000000, 0.000000)' fill='%23121212' fill-rule='nonzero'%3E%3Cg id='Group' transform='translate(0.000000, 0.000000)'%3E%3Cpath d='M56.75,1.77635684e-15 L62.0533009,5.30330086 L56.75,10.6066017 L56.0428932,9.89949494 L60.142,5.8 L0,5.8 L0,4.8 L60.136,4.8 L56.0428932,0.707106781 L56.75,1.77635684e-15 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.arrow-link.is--white:hover::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='18' viewBox='0 0 72 18' width='72'%3E%3Cfilter id='a'%3E%3CfeColorMatrix in='SourceGraphic' type='matrix' values='0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 0 1.000000 0 0 0 1.000000 0'/%3E%3C/filter%3E%3Cg fill='none' fill-rule='evenodd' filter='url(%23a)'%3E%3Cpath d='m66.75 0 5.3033009 5.30330086-5.3033009 5.30330084-.7071068-.70710676 4.1001068-4.10049494-70.143.001v-1l70.135-.001-4.0921068-4.09189322z' fill='%23121212' fill-rule='nonzero' transform='translate(0 4.2)'/%3E%3C/g%3E%3C/svg%3E");
}
.arrow-link.is--reversed:after {
  display: none;
}
.arrow-link.is--reversed:before {
  content: "";
  width: 62px;
  height: 18px;
  background-size: cover;
  margin-right: 0.75rem;
  color: #121212;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='62px' height='18px' viewBox='0 0 62 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-default-black%3C/title%3E%3Cg id='Elements-/-Arrow-default-black' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-16' transform='translate(0.000000, 4.200000)' fill='%23121212' fill-rule='nonzero'%3E%3Cg id='Group-15' transform='translate(0.000000, 0.000000)'%3E%3Cg id='Group' transform='translate(0.000000, 0.000000)'%3E%3Cpath d='M56.75,1.77635684e-15 L62.0533009,5.30330086 L56.75,10.6066017 L56.0428932,9.89949494 L60.142,5.8 L0,5.8 L0,4.8 L60.136,4.8 L56.0428932,0.707106781 L56.75,1.77635684e-15 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  transform: rotate(180deg);
}
.arrow-link.is--reversed:hover {
  color: #4c6ad3;
}
.arrow-link.is--reversed:hover::before {
  width: 72px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='72px' height='18px' viewBox='0 0 72 18' version='1.1'%3E%3Ctitle%3EElements / Arrow-hover-blue %3C/title%3E%3Cg id='Elements-/-Arrow-hover-blue-' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Group-16' transform='translate(0.000000, 4.200000)' fill='%234E6BD2' fill-rule='nonzero'%3E%3Cg id='Group'%3E%3Cpath d='M66.75,8.8817842e-16 L72.0533009,5.30330086 L66.75,10.6066017 L66.0428932,9.89949494 L70.143,5.799 L0,5.8 L0,4.8 L70.135,4.799 L66.0428932,0.707106781 L66.75,8.8817842e-16 Z' id='Combined-Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.burger {
  display: flex;
  outline: none;
  height: 24px;
  width: 24px;
  border: 0;
  padding: 0;
  background: transparent;
  transition: all 250ms ease-out;
  cursor: pointer;
}
.burger.is--burger-white::after, .burger.is--burger-white::before {
  background: #ffffff;
}
.burger.is--burger-black::after, .burger.is--burger-black::before {
  background: #121212;
}
.burger::before, .burger::after {
  content: "";
  width: 24px;
  height: 3px;
  position: absolute;
  background: #121212;
  transition: all 250ms ease-out;
  will-change: transform;
  border-radius: 1.5px;
}
.burger::before {
  transform: translateY(3px);
}
.burger::after {
  transform: translateY(14px);
}
.burger:focus {
  outline: none;
}
.burger.is--active::before {
  transform: translateY(7px) rotate(45deg);
}
.burger.is--active::after {
  transform: translateY(7px) rotate(-45deg);
}
@media (min-width: 768px) {
  .burger {
    display: none;
  }
}

.banner {
  background-color: #4c6ad3;
  color: #fcf9f4;
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 16px 52px 16px 24px;
  display: none;
}
.banner.is--active {
  opacity: 1;
  height: 100%;
  display: block;
}
.banner__text {
  margin-bottom: 8px;
  font-size: 13px;
  line-height: 22px;
}
.banner__close {
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='m12 13-5.025 5.025q-.2.2-.5.213-.3.012-.5-.213-.225-.2-.225-.487 0-.288.225-.513l5.05-5.05-5.05-5.05q-.2-.175-.212-.462-.013-.288.212-.513.2-.2.488-.2.287 0 .487.2L12 11l5.025-5.025q.2-.2.5-.213.3-.012.5.213.225.2.225.488 0 .287-.225.512L12.975 12l5.075 5.05q.175.2.188.488.012.287-.188.487-.225.225-.5.225t-.5-.225Z' fill='%23f7f7f7'/%3E%3C/svg%3E");
  position: absolute;
  top: 12px;
  right: 20px;
}
@media (min-width: 768px) {
  .banner {
    display: flex;
    justify-content: center;
    padding: 20px;
    align-items: center;
  }
  .banner__text {
    margin-bottom: 0;
    margin-right: 24px;
    font-size: 16px;
  }
  .banner__close {
    top: 25px;
    right: 20px;
  }
  .banner .arrow-link {
    position: relative;
    color: #fcf9f4;
  }
  .banner .arrow-link::after {
    position: absolute;
    left: 100%;
  }
}

.newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  padding: 0;
}
.newsletter-overlay.is--active {
  display: block;
}
@media (min-width: 768px) {
  .newsletter-overlay.is--active {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.newsletter-overlay__scrim {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 79, 79, 0.48);
  z-index: 1;
}
.newsletter-overlay__content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: calc(100% - 32px);
  left: 16px;
  top: 100px;
  height: calc(100vh - 100px);
  max-height: 803px;
  background-color: #fcf9f4;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .newsletter-overlay__content {
    position: relative;
    width: 100%;
    max-width: 960px;
    left: auto;
    top: auto;
    height: auto;
    flex-direction: row;
    max-height: 803px;
    margin: 0 auto;
    overflow: hidden;
  }
}
.newsletter-overlay__image {
  width: 100%;
  flex: 0 0 auto;
  min-height: 200px;
  position: relative;
  overflow: hidden;
  order: 2;
}
@media (min-width: 768px) {
  .newsletter-overlay__image {
    width: 412px;
    flex: 0 0 412px;
    min-height: auto;
    order: 0;
  }
}
.newsletter-overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.newsletter-overlay__text {
  flex: 0 0 auto;
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  order: 1;
  min-height: 0;
}
@media (min-width: 768px) {
  .newsletter-overlay__text {
    flex: 1;
    padding: 40px;
    order: 0;
  }
}
.newsletter-overlay__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.newsletter-overlay__label {
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase;
  color: #121212;
  margin: 0 0 4px 0;
}
.newsletter-overlay__heading {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.newsletter-overlay__title {
  font-size: 34px;
  line-height: 42px;
  color: #121212;
  margin: 0;
}
@media (min-width: 768px) {
  .newsletter-overlay__title {
    font-size: 40px;
    line-height: 54px;
  }
}
.newsletter-overlay__description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #121212;
  font-family: "basis-grotesque-pro";
  display: flex;
  flex-direction: column;
  gap: 12px;
  line-height: 26px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .newsletter-overlay__description {
    font-size: 18px;
    line-height: 30px;
  }
}
.newsletter-overlay__description p {
  margin: 0;
}
.newsletter-overlay__buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.newsletter-overlay__buttons .custom-button {
  width: 100%;
  padding: 12px 18px;
}
.newsletter-overlay__close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: opacity 0.3s ease;
}
@media (min-width: 768px) {
  .newsletter-overlay__close {
    top: 16px;
    right: 16px;
  }
}
.newsletter-overlay__close:hover {
  opacity: 0.7;
}
.newsletter-overlay__close svg {
  width: 24px;
  height: 24px;
  display: block;
}
body:has(.newsletter-overlay.is--active) {
  overflow: hidden;
}

/** Blocks*/
.b-intro {
  padding: 60px 0 100px;
  background: rgba(237, 223, 201, 0.2);
  text-align: center;
  margin-bottom: 140px;
}
.b-intro__title {
  margin-bottom: 35px;
}
.b-intro__content {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 70px;
}
.b-intro__button {
  display: inline-block;
  margin-bottom: 60px;
}
.b-intro__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  padding: 0 30px;
}
.b-intro__item img {
  max-width: 100px;
}
.b-intro__item:last-child {
  margin: 0;
}
.b-intro + h4 {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .b-intro__inner, .b-intro__title, .b-intro__content {
    margin-left: auto;
    margin-right: auto;
  }
  .b-intro__title {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .b-intro__content {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .b-intro__list {
    display: flex;
  }
  .b-intro__item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .b-intro__inner {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .b-intro__title {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .b-intro__content {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

.checkout-button {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.checkout-button a {
  color: #4c6ad3;
  text-align: center;
  border: 1px solid #4c6ad3;
  padding: 14px 70px;
}
@media (min-width: 992px) {
  .checkout-button {
    display: none;
    justify-content: start;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1230px;
    margin-left: 33.3333333333%;
    margin-bottom: 160px;
  }
}

.artist-block {
  width: 100%;
  background: #fcf9f4;
  padding: 60px 0 80px;
  margin-bottom: 120px;
}
.artist-block__wrapper {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.artist-block__name {
  color: #121212;
  margin-bottom: 20px;
}
.artist-block__quote {
  margin-bottom: 100px;
}
.artist-block__image {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .artist-block__wrapper {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .artist-block__image {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    align-self: flex-start;
    margin-bottom: 48px;
  }
  .artist-block__quote {
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .artist-block__wrapper {
    flex-direction: row;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .artist-block__text-wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .artist-block__quote {
    margin-bottom: 80px;
  }
  .artist-block__image {
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: 16.6666666667%;
    margin-bottom: 0;
  }
}
@media (max-width: 1199.98px) {
  .artist-block .container {
    padding: 0 35px;
  }
}

.custom-teaser {
  height: 480px;
  position: relative;
  margin-bottom: 80px;
  background: linear-gradient(180deg, rgba(41, 24, 18, 0.3) 15%, rgba(255, 255, 255, 0) 96%);
}
.custom-teaser__image {
  width: 100%;
  object-fit: cover;
  height: 100% !important;
  position: relative;
  z-index: -1;
}
.custom-teaser__header-wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.custom-teaser__header {
  color: white;
  text-align: center;
}
.custom-teaser__button {
  color: white;
  padding: 0.75rem 4.5rem;
  border: 1px solid #ffffff;
  max-width: 371px;
  text-align: center;
}
.custom-teaser__title {
  font-size: 54px;
  line-height: 66px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.custom-teaser__description {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .custom-teaser {
    height: 760px;
  }
  .custom-teaser__header-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .custom-teaser__header {
    flex: 0 0 50%;
    max-width: 50%;
    font-size: 54px;
    line-height: 66px;
    margin-bottom: 40px;
  }
  .custom-teaser__description {
    margin-bottom: 63px;
  }
}
@media (min-width: 992px) {
  .custom-teaser {
    height: 840px;
  }
}

.community-newsletter {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  display: flex;
  flex-wrap: wrap;
}
.community-newsletter__inner {
  padding: 50px 25px 60px;
  background: #ffeee8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.community-newsletter__inner.is--grey {
  background-color: #f7f7f7;
}
.community-newsletter__wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.community-newsletter__wrapper:last-child {
  margin-bottom: 0;
}
.community-newsletter__wrapper:last-child .community-newsletter__inner {
  background: #fcf9f4;
}
.community-newsletter__title,
.community-newsletter .nf-form-title h3 {
  color: #4c6ad3;
}
.community-newsletter .nf-form-title h3 {
  font-size: 34px;
  line-height: 42px;
}
.community-newsletter .nf-field-label,
.community-newsletter .nf-form-hp,
.community-newsletter .nf-form-fields-required,
.community-newsletter .nf-error-msg.nf-error-required-error,
.community-newsletter .nf-error-msg.nf-error-field-errors {
  display: none;
}
.community-newsletter__description,
.community-newsletter .nf-field-element p {
  color: #4c6ad3;
  padding-right: 8px;
}
.community-newsletter .nf-field-element p {
  margin-bottom: 97px;
}
.community-newsletter .nf-form-cont input[type=email] {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  margin-right: 40px;
  color: #4c6ad3;
  letter-spacing: 0px;
  line-height: 26px;
  padding: 0.875rem 1.719rem 0.75rem !important;
  background: rgba(245, 241, 234, 0.9);
  border: none;
}
.community-newsletter .nf-form-cont input[type=email]::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #4c6ad3;
  letter-spacing: 0px;
  line-height: 26px;
}
.community-newsletter .nf-form-cont input[type=email]:-moz-placeholder {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #4c6ad3;
  letter-spacing: 0px;
  line-height: 26px;
}
.community-newsletter .nf-form-cont input[type=email]::-moz-placeholder {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #4c6ad3;
  letter-spacing: 0px;
  line-height: 26px;
}
.community-newsletter .nf-form-cont input[type=email]:-ms-input-placeholder {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #4c6ad3;
  letter-spacing: 0px;
  line-height: 26px;
}
.community-newsletter .nf-form-cont input[type=email]:focus-visible {
  outline: none;
}
.community-newsletter__submit {
  margin-top: 22px;
  display: block;
}
.community-newsletter nf-fields-wrap {
  display: flex;
  flex-wrap: wrap;
  max-height: 300px;
}
.community-newsletter .arrow-link {
  cursor: pointer;
}
.community-newsletter nf-field:not(:first-child) {
  align-self: center;
}
.community-newsletter input[type=button] {
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: #4c6ad3;
}
.community-newsletter input[type=button]:hover {
  cursor: pointer;
}
.community-newsletter .nf-field-element p {
  margin-bottom: 50px;
}
.community-newsletter nf-fields-wrap, .community-newsletter .nf-form-content, .community-newsletter .nf-form-layout, .community-newsletter .nf-form-layout form, .community-newsletter .nf-form-wrap, .community-newsletter .nf-form-cont, .community-newsletter form > div:first-of-type {
  height: 100%;
}
@media (max-width: 575.98px) {
  .community-newsletter .nf-form-cont input[type=email] {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .community-newsletter {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1230px;
  }
  .community-newsletter__inner {
    padding: 50px;
    height: 443px;
  }
  .community-newsletter .nf-form-title h3 {
    margin-bottom: 36px;
  }
  .community-newsletter__wrapper {
    margin-bottom: 60px;
  }
  .community-newsletter__wrapper:last-child {
    margin-bottom: 0;
  }
  .community-newsletter__title {
    padding-right: 5rem;
    margin-bottom: 36px;
  }
  .community-newsletter__description,
.community-newsletter .nf-field-element p {
    padding-right: 10rem;
  }
  .community-newsletter .nf-field-element p {
    margin-bottom: 50px;
  }
  .community-newsletter__form-wrapper .community-newsletter__submit {
    margin-top: 0px;
    display: flex;
    align-items: center;
  }
  .community-newsletter .nf-form-cont input[type=email] {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .community-newsletter {
    flex-direction: row;
    margin-bottom: 160px;
  }
  .community-newsletter__row {
    display: flex;
    margin: 0 -15px;
  }
  .community-newsletter__wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 15px;
    margin-bottom: 0;
  }
  .community-newsletter .nf-field-element p {
    margin-bottom: 83px;
  }
  .community-newsletter nf-fields-wrap {
    max-height: 250px;
  }
}
@media (min-width: 1200px) {
  .community-newsletter nf-fields-wrap {
    max-height: 300px;
  }
}

.wc-block-grid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
  padding-left: 25px;
  padding-right: 25px;
}
.wc-block-grid__header {
  font-weight: bold;
}
.wc-block-grid__products {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.wc-block-grid__product {
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  text-align: left;
  border: none;
  border-top: 1px solid #121212;
}
.wc-block-grid__product img {
  width: 100%;
}
.wc-block-grid__product-image {
  margin: 0 !important;
}
.wc-block-grid__category {
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #121212;
  text-transform: uppercase;
  letter-spacing: 0px;
  border: 1px solid #121212;
  padding: 4px 20px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 400;
}
.wc-block-grid__category:hover {
  color: #4c6ad3;
  border-color: #4c6ad3;
}
.wc-block-grid__title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 42px;
  color: #121212;
  font-family: SangBleuRepublic;
  margin-bottom: 10px;
  display: inline-block;
}
.wc-block-grid__author {
  display: block;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #1b1b1b;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 20px;
}
.wc-block-grid__short_description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #121212;
  letter-spacing: 0px;
  line-height: 26px;
  margin-bottom: 20px;
}
.wc-block-grid__location, .wc-block-grid__language {
  font-size: 13px;
  line-height: 22px;
  color: #8a8a8a;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.wc-block-grid__language {
  margin-bottom: 60px;
}
.wc-block-grid__location {
  font-weight: 400;
}
.wc-block-grid__text-wrapper {
  text-align: left;
}
@media (min-width: 768px) {
  .wc-block-grid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1230px;
  }
  .wc-block-grid__product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex;
    padding: 0 !important;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  .wc-block-grid__product:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
  .wc-block-grid__product:nth-of-type(odd) .wc-block-grid__product-image {
    justify-content: flex-start;
  }
  .wc-block-grid__product:nth-of-type(odd) .wc-block-grid__img-wrapper {
    margin-left: 8.3333333333%;
    padding-right: 70px;
  }
  .wc-block-grid__product:nth-of-type(even) {
    flex-direction: row;
  }
  .wc-block-grid__product:nth-of-type(even) .wc-block-grid__product-image {
    justify-content: flex-end;
  }
  .wc-block-grid__product:nth-of-type(even) .wc-block-grid__img-wrapper {
    margin-right: 8.3333333333%;
    padding-left: 70px;
  }
  .wc-block-grid__category {
    margin-top: 0;
  }
  .wc-block-grid__text-wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .wc-block-grid__product-image {
    display: flex !important;
  }
  .wc-block-grid__product-image img {
    max-width: 525px !important;
  }
  .wc-block-grid__img-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.backgroundBeige {
  background-color: rgba(237, 223, 201, 0.2);
}

.marginTop {
  margin-top: 100px;
}

.marginBottomForty {
  margin-bottom: 40px;
}

.wcppec-checkout-buttons {
  display: none;
}

.wc_ppec_responsive_payment_buttons {
  text-align: center;
}
.wc_ppec_responsive_payment_buttons > div.paypal-buttons:last-child {
  display: none !important;
}

.cart {
  margin-top: 160px;
  margin-bottom: 100px;
}
.cart__header {
  font-family: SangBleuRepublic;
  text-align: center;
  color: #121212;
  margin-bottom: 30px;
}
.cart__subheader {
  text-align: center;
  margin-bottom: 90px;
}
.cart__menu {
  display: flex;
}
.cart__menu p {
  display: flex;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 17px;
  color: #8a8a8a;
  margin: 0;
}
.cart__menu p.active {
  color: #121212;
}
.cart__menu p.active:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='9px' viewBox='0 0 9 9' version='1.1'%3E%3Ctitle%3EOval%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Cart' transform='translate(-728.000000, -82.000000)' fill='%23121212'%3E%3Cg id='Group-8' transform='translate(728.000000, 78.000000)'%3E%3Ccircle id='Oval' cx='4.5' cy='8.5' r='4.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 9px;
  height: 9px;
  margin-right: 5px;
}
.cart__menu p.active:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='53px' height='1px' viewBox='0 0 53 1' version='1.1'%3E%3Ctitle%3ELine 2%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Cart' transform='translate(-803.000000, -85.000000)' stroke='%23121212'%3E%3Cg id='Group-8' transform='translate(728.000000, 78.000000)'%3E%3Cline x1='75.5' y1='7.5' x2='127.5' y2='7.5' id='Line-2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.cart__menu p:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='53px' height='1px' viewBox='0 0 53 1' version='1.1'%3E%3Ctitle%3ELine 2%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Cart' transform='translate(-1001.000000, -86.000000)' stroke='%23B3B3B3'%3E%3Cg id='Group-8' transform='translate(728.000000, 78.000000)'%3E%3Cline x1='273.5' y1='8.5' x2='325.5' y2='8.5' id='Line-2'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 53px;
  height: 1px;
  margin: 0 15px;
}
.cart__menu p:last-child::after {
  display: none;
}
@media (max-width: 991.98px) {
  .cart__menu {
    display: none;
  }
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce form .select2 {
  padding: 13px 20px;
  background: #f7f7f7;
  border: 0;
}
.woocommerce form .form-row input.input-text:focus-within,
.woocommerce form .form-row .input-text:focus-within,
.woocommerce-page form .form-row .input-text:focus-within,
.woocommerce form .select2:focus-within {
  border: 1px solid #121212;
}

.woocommerce form .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.woocommerce form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 12px;
}

.woocommerce form .form-row .required {
  color: #8a8a8a;
}

.woocommerce-checkout .checkout .col-2 .notes {
  padding: 0;
}

.woocommerce table.shop_table {
  padding: 11px 0;
  border: 1px solid #121212;
  border-radius: 0px;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

.woocommerce table.shop_table th,
.woocommerce-cart table.cart td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce table.shop_table tr td,
.woocommerce table.shop_table tfoot th {
  border: 0;
}

.coupon,
th.product-total,
td.product-thumbnail,
.product-subtotal,
.cart_totals h2,
#order_review_heading,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
  display: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table {
  text-align: end;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button.alt {
  background: #121212;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce button.button.alt:hover {
  background: #121212;
}

.woocommerce a.remove {
  display: flex;
  align-items: center;
  color: transparent !important;
  width: auto;
  height: auto;
}
.woocommerce a.remove:hover {
  background: transparent;
}
.woocommerce a.remove::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='15px' viewBox='0 0 15 15' version='1.1'%3E%3Ctitle%3EIcons / Close%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Cart' transform='translate(-477.000000, -372.000000)' fill='%23B3B3B3'%3E%3Cg id='Icons-/-Close' transform='translate(475.000000, 370.000000)'%3E%3Cpath d='M10,0 L10,9 L19,9 L19,10 L10,10 L10,19 L9,19 L9,10 L0,10 L0,9 L9,9 L9,0 L10,0 Z' id='Combined-Shape' transform='translate(9.500000, 9.500000) rotate(45.000000) translate(-9.500000, -9.500000) '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 15px;
  background-size: cover;
}

.woocommerce-cart table.cart th {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 0;
  color: #8a8a8a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 17px;
}

.woocommerce table.shop_table tbody tr th,
.woocommerce table.shop_table tbody:first-child tr:first-child td {
  color: #8a8a8a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 17px;
  align-self: auto;
}

.woocommerce-cart table.cart td {
  padding-top: 10px;
  padding-bottom: 20px;
  color: #121212;
  text-align: center;
  letter-spacing: 0px;
  line-height: 26px;
}

th.product-name {
  color: #121212 !important;
  font-weight: bold !important;
  font-size: 16px !important;
  text-align: left !important;
}

td.product-name {
  text-align: left !important;
}

th.product-quantity {
  text-align: right !important;
}

td.product-quantity div {
  text-align: right !important;
  padding-right: 10px !important;
}

td.product-update {
  text-align: left !important;
}

td.product-update button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3Ctitle%3EIcons / refresh%3C/title%3E%3Cg id='Icons-/-refresh' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10,16 C13.3137085,16 16,13.3137085 16,10 C16,6.6862915 13.3137085,4 10,4 C6.6862915,4 4,6.6862915 4,10' id='Oval' stroke='%23121212' transform='translate(10.000000, 10.000000) rotate(190.000000) translate(-10.000000, -10.000000) '/%3E%3Cpath d='M4.77056552,13.9926082 C8.08427402,13.9926082 10.7705655,11.3063167 10.7705655,7.99260818 C10.7705655,4.67889968 8.08427402,1.99260818 4.77056552,1.99260818' id='Oval' stroke='%23121212' transform='translate(7.770566, 7.992608) rotate(222.000000) translate(-7.770566, -7.992608) '/%3E%3Cpolyline id='Rectangle' stroke='%23121212' transform='translate(15.508308, 12.500000) rotate(-121.000000) translate(-15.508308, -12.500000) ' points='17.0083081 11 17.0083081 14 14.0083081 14'/%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-color: transparent;
  border: 0;
  margin-top: 10px;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
  border: 1px solid #d41717;
  background: #fbf3f3;
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide,
.woocommerce form .form-row {
  margin: 0 0 20px;
}

.woocommerce-cart .wc-proceed-to-checkout {
  display: flex;
  justify-content: flex-end;
}
.woocommerce-cart .wc-proceed-to-checkout a {
  width: 100%;
}

.woocommerce-cart {
  background-color: #fcf9f4;
}

td.product-price,
td.product-quantity {
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
}
td.product-price p,
td.product-quantity p {
  margin-bottom: 0;
  margin-right: 20px;
  text-align: center;
  color: #8a8a8a;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 17px;
}
td.product-price button,
td.product-quantity button {
  margin-right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' version='1.1'%3E%3Ctitle%3EIcons / refresh%3C/title%3E%3Cg id='Icons-/-refresh' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpath d='M10,16 C13.3137085,16 16,13.3137085 16,10 C16,6.6862915 13.3137085,4 10,4 C6.6862915,4 4,6.6862915 4,10' id='Oval' stroke='%23121212' transform='translate(10.000000, 10.000000) rotate(190.000000) translate(-10.000000, -10.000000) '/%3E%3Cpath d='M4.77056552,13.9926082 C8.08427402,13.9926082 10.7705655,11.3063167 10.7705655,7.99260818 C10.7705655,4.67889968 8.08427402,1.99260818 4.77056552,1.99260818' id='Oval' stroke='%23121212' transform='translate(7.770566, 7.992608) rotate(222.000000) translate(-7.770566, -7.992608) '/%3E%3Cpolyline id='Rectangle' stroke='%23121212' transform='translate(15.508308, 12.500000) rotate(-121.000000) translate(-15.508308, -12.500000) ' points='17.0083081 11 17.0083081 14 14.0083081 14'/%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
  background-color: #ffffff;
  border: 1px solid #121212;
  padding: 16px;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

@media (max-width: 991.98px) {
  td.product-remove {
    display: flex !important;
    justify-content: flex-end;
    font-size: 0;
  }

  td.product-name {
    padding-bottom: 35px !important;
  }
  td.product-name p {
    margin-bottom: 10px;
    text-align: left;
  }
  td.product-name p:first-child {
    font-weight: bold;
  }
  td.product-name p:last-child {
    margin-bottom: 0;
  }

  tr.cart-subtotal,
tr.order-total {
    display: flex !important;
    justify-content: space-between;
    padding: 0;
  }
  tr.cart-subtotal th,
tr.order-total th {
    display: block !important;
    align-self: flex-end;
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  td.product-name p:first-child,
td.product-price p:first-child,
td.product-quantity p:first-child {
    display: none;
  }

  td.product-remove {
    opacity: 0;
  }

  td.product-price,
td.product-quantity {
    display: table-cell !important;
  }

  td.product-quantity button,
td.product-quantity .quantity {
    display: inline-block;
    vertical-align: middle;
  }

  th.product-quantity {
    text-align: center !important;
  }

  .woocommerce-cart table.cart td {
    padding-bottom: 60px;
  }
}
.includes_tax {
  display: block;
  color: #767676;
}

@media (min-width: 992px) {
  #wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
    display: none !important;
  }
}

.thank-you__title {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 42px;
  font-weight: bold;
  padding-top: 60px;
  margin-bottom: 15px;
}
.thank-you__pre-helper {
  color: #121212;
  margin-bottom: 60px;
}
.thank-you__information {
  margin-bottom: 40px;
}
.thank-you__information-title {
  color: #121212;
  font-weight: bold;
  margin-bottom: 22px;
}
.thank-you__information-name {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 17px;
  color: #8a8a8a;
  margin-bottom: 3px;
}
.thank-you__information-value {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}
.thank-you__buttons-wrapper {
  margin-bottom: 80px;
}
.thank-you__button {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .thank-you__wrapper {
    display: flex;
  }
  .thank-you__information {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.intro {
  background-color: rgba(237, 223, 201, 0.2);
  padding-top: 160px;
  padding-bottom: 140px;
  text-align: center;
}
.intro__title {
  color: #121212;
  font-family: SangBleuRepublic;
  letter-spacing: 0px;
}
.intro__description {
  color: #121212;
  letter-spacing: 0px;
  margin-bottom: 80px;
}
.intro__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.intro__seperator-1 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.intro__seperator-1:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13px' height='81px' viewBox='0 0 13 81' version='1.1'%3E%3Ctitle%3EGroup 3 Copy%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Mobile-Detail-Class-' transform='translate(-181.000000, -1160.000000)' stroke='%23121212'%3E%3Cg id='Group-3-Copy' transform='translate(187.500000, 1200.500000) scale(1, -1) rotate(-90.000000) translate(-187.500000, -1200.500000) translate(148.000000, 1195.000000)'%3E%3Cpath d='M0,4 C24.3151042,13.2630208 49.4016927,13.2630208 75.2597656,4' id='Path-18'/%3E%3Cpolyline id='Path-19' transform='translate(74.669434, 4.473633) rotate(-170.000000) translate(-74.669434, -4.473633) ' points='71.3789062 1 71.3789062 7.94726562 77.9599609 7.94726562'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 81px;
  width: 13px;
  margin: 15px auto 46px;
  background-size: 13px 81px;
}
.intro__seperator-2 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.intro__seperator-2:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='80px' viewBox='0 0 11 80' version='1.1'%3E%3Ctitle%3EGroup 3 Copy%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Mobile-Detail-Class-' transform='translate(-182.000000, -1501.000000)' stroke='%23121212'%3E%3Cg id='Group-3-Copy' transform='translate(187.500000, 1541.000000) scale(1, -1) rotate(-90.000000) translate(-187.500000, -1541.000000) translate(148.000000, 1536.000000)'%3E%3Cpath d='M0,5 C12.4589844,0.789713542 22.4036458,-0.383160388 29.8339844,1.48137821 C40.1424369,4.06813889 56.7571339,11.6281143 75.2597656,5' id='Path-18'/%3E%3Cpolyline id='Path-19' transform='translate(74.669434, 5.473633) rotate(-170.000000) translate(-74.669434, -5.473633) ' points='71.3789062 2 71.3789062 8.94726562 77.9599609 8.94726562'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  height: 80px;
  width: 11px;
  margin: 30.5px auto 30.5px;
  background-size: 11px 80px;
}
.intro__seperator-3, .intro__seperator-4 {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.intro__seperator-3:after, .intro__seperator-4:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='75px' viewBox='0 0 17 75' version='1.1'%3E%3Ctitle%3EGroup 3 Copy%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Mobile-Detail-Class-' transform='translate(-181.000000, -1828.000000)' stroke='%23121212'%3E%3Cg id='Group-3-Copy' transform='translate(189.363281, 1865.267578) scale(1, -1) rotate(-90.000000) translate(-189.363281, -1865.267578) translate(152.363281, 1857.267578)'%3E%3Cpath d='M0,7 C12.0636114,2.8605855 22.0082728,1.68771157 29.8339844,3.48137821 C38.1298828,5.3828125 44.175293,11.4658874 39.5,15 C34.824707,18.5341126 30.5087891,7.18505859 40.9541016,2.70410156 C51.3994141,-1.77685547 63.1382531,3.48137821 70.8257067,7.47363281' id='Path-18'/%3E%3Cpolyline id='Path-19' transform='translate(69.669434, 7.473633) rotate(255.000000) translate(-69.669434, -7.473633) ' points='66.3789062 4 66.3789062 10.9472656 72.9599609 10.9472656'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  height: 75px;
  width: 17px;
  margin: 27px auto 38px;
  background-size: 17px 75px;
}
.intro__seperator-4:after {
  transform: scale(-1, 1);
}
.intro__item-title, .intro__item-description {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: -0.1px;
  font-weight: 450;
  color: #121212;
  font-style: italic;
  letter-spacing: 0px;
  line-height: 26px;
}
.intro__item-title span, .intro__item-description span {
  font-style: normal;
  font-weight: bold;
}
.intro__item-description {
  font-style: normal;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 80px;
}
.intro__link {
  display: inline-block;
}
@media (min-width: 992px) {
  .intro__title {
    margin-bottom: 30px;
  }
  .intro__description {
    margin-left: 16.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-bottom: 94px;
  }
  .intro__wrapper {
    flex-direction: row;
    margin-bottom: 31px;
  }
  .intro__seperator-1:after, .intro__seperator-2:after {
    transform: rotate(270deg);
  }
  .intro__seperator-4:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='75px' viewBox='0 0 17 75' version='1.1'%3E%3Ctitle%3EGroup 3 Copy%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Mobile-Detail-Class-' transform='translate(-181.000000, -1828.000000)' stroke='%23121212'%3E%3Cg id='Group-3-Copy' transform='translate(189.363281, 1865.267578) scale(1, -1) rotate(-90.000000) translate(-189.363281, -1865.267578) translate(152.363281, 1857.267578)'%3E%3Cpath d='M0,7 C12.0636114,2.8605855 22.0082728,1.68771157 29.8339844,3.48137821 C38.1298828,5.3828125 44.175293,11.4658874 39.5,15 C34.824707,18.5341126 30.5087891,7.18505859 40.9541016,2.70410156 C51.3994141,-1.77685547 63.1382531,3.48137821 70.8257067,7.47363281' id='Path-18'/%3E%3Cpolyline id='Path-19' transform='translate(69.669434, 7.473633) rotate(255.000000) translate(-69.669434, -7.473633) ' points='66.3789062 4 66.3789062 10.9472656 72.9599609 10.9472656'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    transform: rotate(270deg) scale(1, 1);
  }
  .intro__seperator-3 {
    display: none;
  }
  .intro__item {
    flex: 0 0 25%;
    max-width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .intro__item-description {
    margin-bottom: 80px;
  }
  .intro__link {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding: 13px 101px;
    margin: 0 auto;
  }
}

.what-you-get {
  background: #f9f7f3;
  padding: 80px 40px;
  margin-bottom: 40px;
}
.what-you-get h3 {
  color: #121212;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 24px;
  font-family: basis-grotesque-pro;
}
.what-you-get ul {
  padding-left: 0px;
  margin-bottom: 60px;
}
.what-you-get li {
  list-style: none;
  display: flex;
  padding-bottom: 8px;
  align-items: baseline;
}
.what-you-get li:last-child {
  padding-bottom: 0px;
}
.what-you-get li::before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='3px' height='3px' viewBox='0 0 3 3' version='1.1'%3E%3Ctitle%3EOval%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='MVP-Detail-Class' transform='translate(-635.000000, -4224.000000)' fill='%23121212'%3E%3Cg id='What-you-get' transform='translate(0.000000, 4067.000000)'%3E%3Cg id='Group-21' transform='translate(635.000000, 80.000000)'%3E%3Ccircle id='Oval' cx='1.5' cy='78.5' r='1.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 3px;
  height: 3px;
  background-size: cover;
  margin-right: 22px;
  display: table;
  flex-shrink: 0;
  position: relative;
  top: -4px;
}
@media (min-width: 992px) {
  .what-you-get {
    margin-bottom: 80px;
  }
  .what-you-get .container {
    margin-left: 33.3333333333%;
  }
  .what-you-get li {
    padding-bottom: 0;
    align-items: center;
  }
  .what-you-get li:before {
    top: 0;
  }
}

.question-wrapper {
  padding: 0 10px;
  text-align: center;
  margin-bottom: 130px;
}
.question-wrapper div {
  padding: 40px 30px;
  background-color: #e5d99c;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #ffffff;
  height: 160px;
}
.question-wrapper__text {
  font-size: 26px;
  line-height: 40px;
  font-family: SangBleuRepublic;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .question-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1230px;
    margin-bottom: 160px;
  }
  .question-wrapper div {
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .question-wrapper__text {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 0px;
  }
  .question-wrapper__info-page {
    margin-top: 2px;
    margin-left: 65px;
    margin-bottom: 0px;
  }
}

.b-contact {
  padding: 0 0 5rem;
  color: #4c6ad3;
}
.b-contact .container {
  padding: 0;
}
.b-contact__title {
  font-size: 40px;
  line-height: 54px;
  font-family: SangBleuRepublic;
  margin-bottom: 1rem;
}
.b-contact__content {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 2.5rem;
}
.b-contact__inner {
  background: #fcf9f4;
  padding: 3.75rem 3.75rem 5rem;
}
@media (min-width: 768px) {
  .b-contact__inner {
    padding: 3.75rem 6.25rem 5rem;
  }
  .b-contact .container {
    padding: 0 20px;
  }
}
.b-image-slider {
  padding: 0 0 5rem;
}
.b-image-slider__title {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom: 3.75rem;
}
.b-image-slider__image img {
  margin-right: 100px;
}
.b-image-slider__note {
  padding: 0 1.75rem;
}
.b-image-slider__note i {
  margin-right: 0.5rem;
}
.b-image-slider__note p {
  margin-bottom: 0;
}
.b-image-slider__note strong {
  display: flex;
  align-items: center;
}
.b-image-slider .slick-list {
  margin-bottom: 0;
}
.b-image-slider .slick-dots {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.b-image-slider .slick-dots .slick-active button {
  background: #121212;
}
.b-image-slider .slick-dots li button {
  background: #ffffff;
  border: 1px solid #121212;
  height: 9px;
  width: 9px;
}
.b-image-slider__slider-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .b-image-slider__wrapper {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin: auto;
  }
}

.faq {
  padding-top: 116px;
  padding-bottom: 80px;
  background: rgba(237, 223, 201, 0.2);
}
.faq__header {
  text-align: center;
  margin-bottom: 30px;
  font-family: SangBleuRepublic;
}
.faq__description {
  text-align: center;
  margin-bottom: 90px;
}
.faq__nav {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
}
.faq__button {
  padding: 14px 104px;
  margin-bottom: 40px;
  align-self: center;
  white-space: nowrap;
  width: 100%;
}
.faq__button:last-child {
  margin-bottom: 0;
}
.faq__button.is--faq--active {
  background: #121212;
  color: #ffffff;
  border: none;
}
.faq__button.is--faq--active:hover {
  color: #ffffff;
}
.faq__question-wrapper {
  padding: 55px 0px;
  border-bottom: 1px solid #121212;
}
.faq__question {
  margin: 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq__question::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='9px' viewBox='0 0 15 9' version='1.1'%3E%3Ctitle%3EIcons / Dropdown Arrow Down line%3C/title%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='round'%3E%3Cg id='Components-/-Faq' transform='translate(-655.000000, -66.000000)' stroke='%23121212'%3E%3Cg id='Icons-/-Dropdown-Arrow-Down-line' transform='translate(655.500000, 64.000000)'%3E%3Cpolyline id='Path-19' points='0.7 2.8 7 10.9529412 13.3 2.8'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  width: 15px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s 0s ease-in;
}
.faq__question.changed::after {
  transform: rotate(0deg);
}
.faq__answer {
  margin-top: 32px;
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  transition: visibility 0.3s 0s ease-in;
}
.faq .js-artist {
  display: none;
}
@media (min-width: 768px) {
  .faq__nav {
    flex-direction: row;
    justify-content: center;
  }
  .faq__button {
    margin-right: 28px;
    margin-bottom: 0;
  }
  .faq__button:last-child {
    margin-right: 0;
  }
  .faq__question-wrapper {
    padding: 55px 80px;
  }
}
@media (min-width: 992px) {
  .faq__wrapper {
    margin-left: 16.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .faq__question-wrapper {
    padding: 55px 100px;
  }
  .faq__answer {
    width: 100%;
  }
}

.benefits {
  padding: 70px 0 80px;
}
.benefits__title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.benefits__title:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='65px' height='2px' viewBox='0 0 65 2' version='1.1'%3E%3Ctitle%3ELine%3C/title%3E%3Cg id='MVP' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cg id='MVP-Service' transform='translate(-411.000000, -1985.000000)' stroke='%23121212'%3E%3Cg id='Group-2' transform='translate(335.000000, 1973.000000)'%3E%3Cline x1='76.5' y1='12.5' x2='140.5' y2='13.5' id='Line'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: 16.5px;
  width: 65px;
  height: 2px;
  background-size: cover;
}
.benefits__benefit-wrapper {
  margin-bottom: 64px;
}
.benefits__benefit-wrapper:last-child {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .benefits {
    padding: 140px 0 160px;
  }
  .benefits__wrapper {
    display: flex;
    align-items: flex-start;
  }
  .benefits__title {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    margin-bottom: 0;
  }
  .benefits__benefits-wrapper {
    margin-left: 8.3333333333%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .benefits__link {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}

.images__image {
  margin-bottom: 40px;
}
.images__image:last-child {
  margin-bottom: 60px;
}
.images__image img {
  margin-bottom: 15px;
  width: 100%;
}
.images__image-text {
  color: #121212;
  font-size: 13px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .images__wrapper {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
  }
  .images__wrapper.is--one .images__image {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .images__wrapper.four-one-five .images__image {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .images__wrapper.four-one-five .images__image:last-child {
    margin-left: 10%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .images__wrapper.five-one-four .images__image {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .images__wrapper.five-one-four .images__image:last-child {
    margin-left: 10%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .images__wrapper.four-four .images__image {
    flex: 0 0 40%;
    max-width: 40%;
    margin-right: 24px;
  }
  .images__wrapper.four-four .images__image:last-child {
    margin-right: 0;
  }
  .images__image {
    margin-bottom: 0;
  }
  .images__image img {
    margin-bottom: 0;
  }
  .images__image:last-child {
    margin-bottom: 0;
  }
  .images + .wp-block-group {
    margin-top: 0;
  }
}

.about-us-quote {
  margin-bottom: 70px;
}
.about-us-quote__subheading {
  margin-bottom: 20px;
  color: #121212;
}
.about-us-quote__heading {
  font-size: 40px;
  line-height: 54px;
  color: #121212;
  font-family: SangBleuRepublic;
  font-weight: 500;
}
@media (min-width: 768px) {
  .about-us-quote {
    margin-bottom: 140px;
  }
  .about-us-quote__wrapper {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin: 0 auto;
  }
  .about-us-quote__text-wrapper {
    margin-left: 10%;
  }
}

.blog {
  background-color: #fcf9f4;
  padding-top: 205px;
  padding-bottom: 140px;
}
.blog__title {
  font-size: 54px;
  line-height: 66px;
  font-weight: 500;
  text-align: center;
  font-family: SangBleuRepublic;
  margin-bottom: 64px;
}
.blog__image {
  margin-bottom: 32px;
}
.blog__post {
  margin-bottom: 32px;
}
.blog__post:nth-child(n+4) {
  display: none;
}
.blog__post.is--loaded {
  display: block;
}
.blog__post-title {
  font-size: 54px;
  line-height: 66px;
  margin-bottom: 36px;
  font-weight: 500;
  font-family: SangBleuRepublic;
}
.blog__button {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
@media (min-width: 768px) {
  .blog__title {
    margin-bottom: 314px;
  }
  .blog__image {
    flex-shrink: 0;
    margin-bottom: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .blog__post {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 140px;
  }
  .blog__post-text-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    padding-top: 24px;
    padding-bottom: 64px;
    padding-left: 64px;
  }
  .blog__post:nth-child(even) {
    flex-direction: row-reverse;
  }
  .blog__post:nth-child(even) .blog__post-text-wrapper {
    padding-right: 64px;
    padding-left: 0;
  }
  .blog__post.is--loaded {
    display: flex;
  }
}

.b-logos-wall {
  padding: 80px 0;
  margin-bottom: 80px;
  overflow-x: hidden;
  background-color: #fcf9f4;
}
.b-logos-wall__title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 36px;
  color: #4c6ad3;
  text-align: center;
  font-weight: bold;
}
.b-logos-wall__row, .b-logos-wall__group {
  display: flex;
  flex-shrink: 0;
}
.b-logos-wall__row:hover .b-logos-wall__group {
  animation-play-state: paused;
}
.b-logos-wall__group {
  animation: marquee 50s linear infinite;
}
.b-logos-wall__logo {
  width: 140px;
  height: 34px;
  padding: 0 20px;
}
.b-logos-wall__logo img {
  height: 100%;
  object-fit: contain;
}
@media (min-width: 1200px) {
  .b-logos-wall {
    margin-bottom: 160px;
  }
  .b-logos-wall__row {
    margin-bottom: 0;
    justify-content: center;
  }
  .b-logos-wall__group {
    animation: none;
    justify-content: center;
    gap: 55px;
  }
  .b-logos-wall__group:last-child {
    display: none;
  }
  .b-logos-wall__logo {
    padding: 0;
    width: initial;
    height: 56px;
    text-align: center;
  }
  .b-logos-wall__logo img {
    width: 100%;
  }
}

@keyframes marquee {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.wp-block-social-links {
  justify-content: center;
  margin-bottom: 7.5rem;
}

.wp-block-pullquote {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
  text-align: left;
  padding-bottom: 7.5rem;
  margin-bottom: 0;
}
.wp-block-pullquote blockquote p {
  font-size: 26px;
  line-height: 40px;
  font-family: SangBleuRepublic;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .wp-block-pullquote blockquote {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .wp-block-pullquote blockquote {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.wp-block-group {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
}
.wp-block-group__inner-container {
  padding: 0 0 160px;
}
@media (min-width: 768px) {
  .wp-block-group__inner-container {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .wp-block-group__inner-container {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.woocommerce-tabs .wp-block-group {
  margin-top: 120px;
}
.woocommerce-tabs .wp-block-group__inner-container {
  padding-bottom: 80px;
}
.woocommerce-tabs .wp-block-group h2 {
  margin-bottom: 15px;
}
.woocommerce-tabs .wp-block-group a {
  color: #1b1b1b;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 40px;
}
.woocommerce-tabs .wp-block-group a:hover {
  text-decoration: none;
  color: #4c6ad3;
}

.wp-block-image img {
  height: auto;
}
.wp-block-image.is-style-default {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
}
.wp-block-image.is-style-full {
  height: 560px;
}
.wp-block-image.is-style-full img {
  height: 100%;
  object-fit: cover;
}
.wp-block-image figcaption {
  font-size: 13px;
  line-height: 22px;
}
@media (min-width: 576px) {
  .wp-block-image.is-style-full {
    height: 840px;
  }
}

.wp-block-columns {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1230px;
}

.has-margin-bottom-60 {
  margin-bottom: 60px;
}
/*# sourceMappingURL=main.css.map*/