@charset "UTF-8";
/*
  Project: pipehouse-shop
  Author: schrittweiter GmbH
 */
/* Fonts
   ========================================================================== */
/* Breakpoints
   ========================================================================== */
/* Colors
   ========================================================================== */
/* Type
   ========================================================================== */
/* Spacing
   ========================================================================== */
/* Bulma Utilities */
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* Bulma Helpers */
.has-text-white {
  color: hsl(0deg, 0%, 100%) !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: hsl(0deg, 0%, 100%) !important;
}

.has-text-black {
  color: hsl(0deg, 0%, 4%) !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: hsl(0deg, 0%, 4%) !important;
}

.has-text-light {
  color: hsl(0deg, 0%, 96%) !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.has-text-dark {
  color: hsl(0deg, 0%, 21%) !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-primary {
  color: hsl(171deg, 100%, 41%) !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: hsl(171deg, 100%, 41%) !important;
}

.has-text-primary-light {
  color: #ebfffc !important;
}

a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #b8fff4 !important;
}

.has-background-primary-light {
  background-color: #ebfffc !important;
}

.has-text-primary-dark {
  color: #00947e !important;
}

a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #00c7a9 !important;
}

.has-background-primary-dark {
  background-color: #00947e !important;
}

.has-text-link {
  color: hsl(229deg, 53%, 53%) !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #3449a8 !important;
}

.has-background-link {
  background-color: hsl(229deg, 53%, 53%) !important;
}

.has-text-link-light {
  color: #eff1fa !important;
}

a.has-text-link-light:hover, a.has-text-link-light:focus {
  color: #c8cfee !important;
}

.has-background-link-light {
  background-color: #eff1fa !important;
}

.has-text-link-dark {
  color: #3850b7 !important;
}

a.has-text-link-dark:hover, a.has-text-link-dark:focus {
  color: #576dcb !important;
}

.has-background-link-dark {
  background-color: #3850b7 !important;
}

.has-text-info {
  color: hsl(207deg, 61%, 53%) !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #2b74b1 !important;
}

.has-background-info {
  background-color: hsl(207deg, 61%, 53%) !important;
}

.has-text-info-light {
  color: #eff5fb !important;
}

a.has-text-info-light:hover, a.has-text-info-light:focus {
  color: #c6ddf1 !important;
}

.has-background-info-light {
  background-color: #eff5fb !important;
}

.has-text-info-dark {
  color: #296fa8 !important;
}

a.has-text-info-dark:hover, a.has-text-info-dark:focus {
  color: #368ace !important;
}

.has-background-info-dark {
  background-color: #296fa8 !important;
}

.has-text-success {
  color: hsl(153deg, 53%, 53%) !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #34a873 !important;
}

.has-background-success {
  background-color: hsl(153deg, 53%, 53%) !important;
}

.has-text-success-light {
  color: #effaf5 !important;
}

a.has-text-success-light:hover, a.has-text-success-light:focus {
  color: #c8eedd !important;
}

.has-background-success-light {
  background-color: #effaf5 !important;
}

.has-text-success-dark {
  color: #257953 !important;
}

a.has-text-success-dark:hover, a.has-text-success-dark:focus {
  color: #31a06e !important;
}

.has-background-success-dark {
  background-color: #257953 !important;
}

.has-text-warning {
  color: hsl(44deg, 100%, 77%) !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd257 !important;
}

.has-background-warning {
  background-color: hsl(44deg, 100%, 77%) !important;
}

.has-text-warning-light {
  color: #fffaeb !important;
}

a.has-text-warning-light:hover, a.has-text-warning-light:focus {
  color: #ffecb8 !important;
}

.has-background-warning-light {
  background-color: #fffaeb !important;
}

.has-text-warning-dark {
  color: #946c00 !important;
}

a.has-text-warning-dark:hover, a.has-text-warning-dark:focus {
  color: #c79200 !important;
}

.has-background-warning-dark {
  background-color: #946c00 !important;
}

.has-text-danger {
  color: hsl(348deg, 86%, 61%) !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: hsl(348deg, 86%, 61%) !important;
}

.has-text-danger-light {
  color: #feecf0 !important;
}

a.has-text-danger-light:hover, a.has-text-danger-light:focus {
  color: #fabdc9 !important;
}

.has-background-danger-light {
  background-color: #feecf0 !important;
}

.has-text-danger-dark {
  color: #cc0f35 !important;
}

a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
  color: #ee2049 !important;
}

.has-background-danger-dark {
  background-color: #cc0f35 !important;
}

.has-text-black-bis {
  color: hsl(0deg, 0%, 7%) !important;
}

.has-background-black-bis {
  background-color: hsl(0deg, 0%, 7%) !important;
}

.has-text-black-ter {
  color: hsl(0deg, 0%, 14%) !important;
}

.has-background-black-ter {
  background-color: hsl(0deg, 0%, 14%) !important;
}

.has-text-grey-darker {
  color: hsl(0deg, 0%, 21%) !important;
}

.has-background-grey-darker {
  background-color: hsl(0deg, 0%, 21%) !important;
}

.has-text-grey-dark {
  color: hsl(0deg, 0%, 29%) !important;
}

.has-background-grey-dark {
  background-color: hsl(0deg, 0%, 29%) !important;
}

.has-text-grey {
  color: hsl(0deg, 0%, 48%) !important;
}

.has-background-grey {
  background-color: hsl(0deg, 0%, 48%) !important;
}

.has-text-grey-light {
  color: hsl(0deg, 0%, 71%) !important;
}

.has-background-grey-light {
  background-color: hsl(0deg, 0%, 71%) !important;
}

.has-text-grey-lighter {
  color: hsl(0deg, 0%, 86%) !important;
}

.has-background-grey-lighter {
  background-color: hsl(0deg, 0%, 86%) !important;
}

.has-text-white-ter {
  color: hsl(0deg, 0%, 96%) !important;
}

.has-background-white-ter {
  background-color: hsl(0deg, 0%, 96%) !important;
}

.has-text-white-bis {
  color: hsl(0deg, 0%, 98%) !important;
}

.has-background-white-bis {
  background-color: hsl(0deg, 0%, 98%) !important;
}

.is-flex-direction-row {
  flex-direction: row !important;
}

.is-flex-direction-row-reverse {
  flex-direction: row-reverse !important;
}

.is-flex-direction-column {
  flex-direction: column !important;
}

.is-flex-direction-column-reverse {
  flex-direction: column-reverse !important;
}

.is-flex-wrap-nowrap {
  flex-wrap: nowrap !important;
}

.is-flex-wrap-wrap {
  flex-wrap: wrap !important;
}

.is-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.is-justify-content-flex-start {
  justify-content: flex-start !important;
}

.is-justify-content-flex-end {
  justify-content: flex-end !important;
}

.is-justify-content-center {
  justify-content: center !important;
}

.is-justify-content-space-between {
  justify-content: space-between !important;
}

.is-justify-content-space-around {
  justify-content: space-around !important;
}

.is-justify-content-space-evenly {
  justify-content: space-evenly !important;
}

.is-justify-content-start {
  justify-content: start !important;
}

.is-justify-content-end {
  justify-content: end !important;
}

.is-justify-content-left {
  justify-content: left !important;
}

.is-justify-content-right {
  justify-content: right !important;
}

.is-align-content-flex-start {
  align-content: flex-start !important;
}

.is-align-content-flex-end {
  align-content: flex-end !important;
}

.is-align-content-center {
  align-content: center !important;
}

.is-align-content-space-between {
  align-content: space-between !important;
}

.is-align-content-space-around {
  align-content: space-around !important;
}

.is-align-content-space-evenly {
  align-content: space-evenly !important;
}

.is-align-content-stretch {
  align-content: stretch !important;
}

.is-align-content-start {
  align-content: start !important;
}

.is-align-content-end {
  align-content: end !important;
}

.is-align-content-baseline {
  align-content: baseline !important;
}

.is-align-items-stretch {
  align-items: stretch !important;
}

.is-align-items-flex-start {
  align-items: flex-start !important;
}

.is-align-items-flex-end {
  align-items: flex-end !important;
}

.is-align-items-center {
  align-items: center !important;
}

.is-align-items-baseline {
  align-items: baseline !important;
}

.is-align-items-start {
  align-items: start !important;
}

.is-align-items-end {
  align-items: end !important;
}

.is-align-items-self-start {
  align-items: self-start !important;
}

.is-align-items-self-end {
  align-items: self-end !important;
}

.is-align-self-auto {
  align-self: auto !important;
}

.is-align-self-flex-start {
  align-self: flex-start !important;
}

.is-align-self-flex-end {
  align-self: flex-end !important;
}

.is-align-self-center {
  align-self: center !important;
}

.is-align-self-baseline {
  align-self: baseline !important;
}

.is-align-self-stretch {
  align-self: stretch !important;
}

.is-flex-grow-0 {
  flex-grow: 0 !important;
}

.is-flex-grow-1 {
  flex-grow: 1 !important;
}

.is-flex-grow-2 {
  flex-grow: 2 !important;
}

.is-flex-grow-3 {
  flex-grow: 3 !important;
}

.is-flex-grow-4 {
  flex-grow: 4 !important;
}

.is-flex-grow-5 {
  flex-grow: 5 !important;
}

.is-flex-shrink-0 {
  flex-shrink: 0 !important;
}

.is-flex-shrink-1 {
  flex-shrink: 1 !important;
}

.is-flex-shrink-2 {
  flex-shrink: 2 !important;
}

.is-flex-shrink-3 {
  flex-shrink: 3 !important;
}

.is-flex-shrink-4 {
  flex-shrink: 4 !important;
}

.is-flex-shrink-5 {
  flex-shrink: 5 !important;
}

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

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-clickable {
  cursor: pointer !important;
  pointer-events: all !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-relative {
  position: relative !important;
}

.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.mr-3 {
  margin-right: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.ml-3 {
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.m-4 {
  margin: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.mr-4 {
  margin-right: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.ml-4 {
  margin-left: 1rem !important;
}

.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-5 {
  margin: 1.5rem !important;
}

.mt-5 {
  margin-top: 1.5rem !important;
}

.mr-5 {
  margin-right: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 1.5rem !important;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-5 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-6 {
  margin: 3rem !important;
}

.mt-6 {
  margin-top: 3rem !important;
}

.mr-6 {
  margin-right: 3rem !important;
}

.mb-6 {
  margin-bottom: 3rem !important;
}

.ml-6 {
  margin-left: 3rem !important;
}

.mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.pr-3 {
  padding-right: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pl-3 {
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.pr-4 {
  padding-right: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pl-4 {
  padding-left: 1rem !important;
}

.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-5 {
  padding: 1.5rem !important;
}

.pt-5 {
  padding-top: 1.5rem !important;
}

.pr-5 {
  padding-right: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 1.5rem !important;
}

.pl-5 {
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-5 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-6 {
  padding: 3rem !important;
}

.pt-6 {
  padding-top: 3rem !important;
}

.pr-6 {
  padding-right: 3rem !important;
}

.pb-6 {
  padding-bottom: 3rem !important;
}

.pl-6 {
  padding-left: 3rem !important;
}

.px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.p-auto {
  padding: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.px-auto {
  padding-left: auto !important;
  padding-right: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 374px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 374px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 374px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.is-underlined {
  text-decoration: underline !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 374px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 374px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 374px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 374px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 374px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 374px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 374px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.column, .o-col {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 12px;
}
.columns.is-mobile > .column.is-narrow, .columns.is-mobile > .is-narrow.o-col, .is-mobile.o-cols > .column.is-narrow, .is-mobile.o-cols > .is-narrow.o-col {
  flex: none;
  width: unset;
}
.columns.is-mobile > .column.is-full, .columns.is-mobile > .is-full.o-col, .is-mobile.o-cols > .column.is-full, .is-mobile.o-cols > .is-full.o-col {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-three-quarters, .columns.is-mobile > .is-three-quarters.o-col, .is-mobile.o-cols > .column.is-three-quarters, .is-mobile.o-cols > .is-three-quarters.o-col {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-two-thirds, .columns.is-mobile > .is-two-thirds.o-col, .is-mobile.o-cols > .column.is-two-thirds, .is-mobile.o-cols > .is-two-thirds.o-col {
  flex: none;
  width: 66.6666%;
}
.columns.is-mobile > .column.is-half, .columns.is-mobile > .is-half.o-col, .is-mobile.o-cols > .column.is-half, .is-mobile.o-cols > .is-half.o-col {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-one-third, .columns.is-mobile > .is-one-third.o-col, .is-mobile.o-cols > .column.is-one-third, .is-mobile.o-cols > .is-one-third.o-col {
  flex: none;
  width: 33.3333%;
}
.columns.is-mobile > .column.is-one-quarter, .columns.is-mobile > .is-one-quarter.o-col, .is-mobile.o-cols > .column.is-one-quarter, .is-mobile.o-cols > .is-one-quarter.o-col {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-one-fifth, .columns.is-mobile > .is-one-fifth.o-col, .is-mobile.o-cols > .column.is-one-fifth, .is-mobile.o-cols > .is-one-fifth.o-col {
  flex: none;
  width: 20%;
}
.columns.is-mobile > .column.is-two-fifths, .columns.is-mobile > .is-two-fifths.o-col, .is-mobile.o-cols > .column.is-two-fifths, .is-mobile.o-cols > .is-two-fifths.o-col {
  flex: none;
  width: 40%;
}
.columns.is-mobile > .column.is-three-fifths, .columns.is-mobile > .is-three-fifths.o-col, .is-mobile.o-cols > .column.is-three-fifths, .is-mobile.o-cols > .is-three-fifths.o-col {
  flex: none;
  width: 60%;
}
.columns.is-mobile > .column.is-four-fifths, .columns.is-mobile > .is-four-fifths.o-col, .is-mobile.o-cols > .column.is-four-fifths, .is-mobile.o-cols > .is-four-fifths.o-col {
  flex: none;
  width: 80%;
}
.columns.is-mobile > .column.is-offset-three-quarters, .columns.is-mobile > .is-offset-three-quarters.o-col, .is-mobile.o-cols > .column.is-offset-three-quarters, .is-mobile.o-cols > .is-offset-three-quarters.o-col {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-offset-two-thirds, .columns.is-mobile > .is-offset-two-thirds.o-col, .is-mobile.o-cols > .column.is-offset-two-thirds, .is-mobile.o-cols > .is-offset-two-thirds.o-col {
  margin-left: 66.6666%;
}
.columns.is-mobile > .column.is-offset-half, .columns.is-mobile > .is-offset-half.o-col, .is-mobile.o-cols > .column.is-offset-half, .is-mobile.o-cols > .is-offset-half.o-col {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-offset-one-third, .columns.is-mobile > .is-offset-one-third.o-col, .is-mobile.o-cols > .column.is-offset-one-third, .is-mobile.o-cols > .is-offset-one-third.o-col {
  margin-left: 33.3333%;
}
.columns.is-mobile > .column.is-offset-one-quarter, .columns.is-mobile > .is-offset-one-quarter.o-col, .is-mobile.o-cols > .column.is-offset-one-quarter, .is-mobile.o-cols > .is-offset-one-quarter.o-col {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-offset-one-fifth, .columns.is-mobile > .is-offset-one-fifth.o-col, .is-mobile.o-cols > .column.is-offset-one-fifth, .is-mobile.o-cols > .is-offset-one-fifth.o-col {
  margin-left: 20%;
}
.columns.is-mobile > .column.is-offset-two-fifths, .columns.is-mobile > .is-offset-two-fifths.o-col, .is-mobile.o-cols > .column.is-offset-two-fifths, .is-mobile.o-cols > .is-offset-two-fifths.o-col {
  margin-left: 40%;
}
.columns.is-mobile > .column.is-offset-three-fifths, .columns.is-mobile > .is-offset-three-fifths.o-col, .is-mobile.o-cols > .column.is-offset-three-fifths, .is-mobile.o-cols > .is-offset-three-fifths.o-col {
  margin-left: 60%;
}
.columns.is-mobile > .column.is-offset-four-fifths, .columns.is-mobile > .is-offset-four-fifths.o-col, .is-mobile.o-cols > .column.is-offset-four-fifths, .is-mobile.o-cols > .is-offset-four-fifths.o-col {
  margin-left: 80%;
}
.columns.is-mobile > .column.is-0, .columns.is-mobile > .is-0.o-col, .is-mobile.o-cols > .column.is-0, .is-mobile.o-cols > .is-0.o-col {
  flex: none;
  width: 0%;
}
.columns.is-mobile > .column.is-offset-0, .columns.is-mobile > .is-offset-0.o-col, .is-mobile.o-cols > .column.is-offset-0, .is-mobile.o-cols > .is-offset-0.o-col {
  margin-left: 0%;
}
.columns.is-mobile > .column.is-1, .columns.is-mobile > .is-1.o-col, .is-mobile.o-cols > .column.is-1, .is-mobile.o-cols > .is-1.o-col {
  flex: none;
  width: 8.33333337%;
}
.columns.is-mobile > .column.is-offset-1, .columns.is-mobile > .is-offset-1.o-col, .is-mobile.o-cols > .column.is-offset-1, .is-mobile.o-cols > .is-offset-1.o-col {
  margin-left: 8.33333337%;
}
.columns.is-mobile > .column.is-2, .columns.is-mobile > .is-2.o-col, .is-mobile.o-cols > .column.is-2, .is-mobile.o-cols > .is-2.o-col {
  flex: none;
  width: 16.66666674%;
}
.columns.is-mobile > .column.is-offset-2, .columns.is-mobile > .is-offset-2.o-col, .is-mobile.o-cols > .column.is-offset-2, .is-mobile.o-cols > .is-offset-2.o-col {
  margin-left: 16.66666674%;
}
.columns.is-mobile > .column.is-3, .columns.is-mobile > .is-3.o-col, .is-mobile.o-cols > .column.is-3, .is-mobile.o-cols > .is-3.o-col {
  flex: none;
  width: 25%;
}
.columns.is-mobile > .column.is-offset-3, .columns.is-mobile > .is-offset-3.o-col, .is-mobile.o-cols > .column.is-offset-3, .is-mobile.o-cols > .is-offset-3.o-col {
  margin-left: 25%;
}
.columns.is-mobile > .column.is-4, .columns.is-mobile > .is-4.o-col, .is-mobile.o-cols > .column.is-4, .is-mobile.o-cols > .is-4.o-col {
  flex: none;
  width: 33.33333337%;
}
.columns.is-mobile > .column.is-offset-4, .columns.is-mobile > .is-offset-4.o-col, .is-mobile.o-cols > .column.is-offset-4, .is-mobile.o-cols > .is-offset-4.o-col {
  margin-left: 33.33333337%;
}
.columns.is-mobile > .column.is-5, .columns.is-mobile > .is-5.o-col, .is-mobile.o-cols > .column.is-5, .is-mobile.o-cols > .is-5.o-col {
  flex: none;
  width: 41.66666674%;
}
.columns.is-mobile > .column.is-offset-5, .columns.is-mobile > .is-offset-5.o-col, .is-mobile.o-cols > .column.is-offset-5, .is-mobile.o-cols > .is-offset-5.o-col {
  margin-left: 41.66666674%;
}
.columns.is-mobile > .column.is-6, .columns.is-mobile > .is-6.o-col, .is-mobile.o-cols > .column.is-6, .is-mobile.o-cols > .is-6.o-col {
  flex: none;
  width: 50%;
}
.columns.is-mobile > .column.is-offset-6, .columns.is-mobile > .is-offset-6.o-col, .is-mobile.o-cols > .column.is-offset-6, .is-mobile.o-cols > .is-offset-6.o-col {
  margin-left: 50%;
}
.columns.is-mobile > .column.is-7, .columns.is-mobile > .is-7.o-col, .is-mobile.o-cols > .column.is-7, .is-mobile.o-cols > .is-7.o-col {
  flex: none;
  width: 58.33333337%;
}
.columns.is-mobile > .column.is-offset-7, .columns.is-mobile > .is-offset-7.o-col, .is-mobile.o-cols > .column.is-offset-7, .is-mobile.o-cols > .is-offset-7.o-col {
  margin-left: 58.33333337%;
}
.columns.is-mobile > .column.is-8, .columns.is-mobile > .is-8.o-col, .is-mobile.o-cols > .column.is-8, .is-mobile.o-cols > .is-8.o-col {
  flex: none;
  width: 66.66666674%;
}
.columns.is-mobile > .column.is-offset-8, .columns.is-mobile > .is-offset-8.o-col, .is-mobile.o-cols > .column.is-offset-8, .is-mobile.o-cols > .is-offset-8.o-col {
  margin-left: 66.66666674%;
}
.columns.is-mobile > .column.is-9, .columns.is-mobile > .is-9.o-col, .is-mobile.o-cols > .column.is-9, .is-mobile.o-cols > .is-9.o-col {
  flex: none;
  width: 75%;
}
.columns.is-mobile > .column.is-offset-9, .columns.is-mobile > .is-offset-9.o-col, .is-mobile.o-cols > .column.is-offset-9, .is-mobile.o-cols > .is-offset-9.o-col {
  margin-left: 75%;
}
.columns.is-mobile > .column.is-10, .columns.is-mobile > .is-10.o-col, .is-mobile.o-cols > .column.is-10, .is-mobile.o-cols > .is-10.o-col {
  flex: none;
  width: 83.33333337%;
}
.columns.is-mobile > .column.is-offset-10, .columns.is-mobile > .is-offset-10.o-col, .is-mobile.o-cols > .column.is-offset-10, .is-mobile.o-cols > .is-offset-10.o-col {
  margin-left: 83.33333337%;
}
.columns.is-mobile > .column.is-11, .columns.is-mobile > .is-11.o-col, .is-mobile.o-cols > .column.is-11, .is-mobile.o-cols > .is-11.o-col {
  flex: none;
  width: 91.66666674%;
}
.columns.is-mobile > .column.is-offset-11, .columns.is-mobile > .is-offset-11.o-col, .is-mobile.o-cols > .column.is-offset-11, .is-mobile.o-cols > .is-offset-11.o-col {
  margin-left: 91.66666674%;
}
.columns.is-mobile > .column.is-12, .columns.is-mobile > .is-12.o-col, .is-mobile.o-cols > .column.is-12, .is-mobile.o-cols > .is-12.o-col {
  flex: none;
  width: 100%;
}
.columns.is-mobile > .column.is-offset-12, .columns.is-mobile > .is-offset-12.o-col, .is-mobile.o-cols > .column.is-offset-12, .is-mobile.o-cols > .is-offset-12.o-col {
  margin-left: 100%;
}
@media screen and (max-width: 374px) {
  .column.is-narrow-mobile, .is-narrow-mobile.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-mobile, .is-full-mobile.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile, .is-three-quarters-mobile.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile, .is-two-thirds-mobile.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile, .is-half-mobile.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile, .is-one-third-mobile.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile, .is-one-quarter-mobile.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile, .is-one-fifth-mobile.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile, .is-two-fifths-mobile.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile, .is-three-fifths-mobile.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile, .is-four-fifths-mobile.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile, .is-offset-three-quarters-mobile.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile, .is-offset-two-thirds-mobile.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile, .is-offset-half-mobile.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile, .is-offset-one-third-mobile.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile, .is-offset-one-quarter-mobile.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile, .is-offset-one-fifth-mobile.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile, .is-offset-two-fifths-mobile.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile, .is-offset-three-fifths-mobile.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile, .is-offset-four-fifths-mobile.o-col {
    margin-left: 80%;
  }
  .column.is-0-mobile, .is-0-mobile.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile, .is-offset-0-mobile.o-col {
    margin-left: 0%;
  }
  .column.is-1-mobile, .is-1-mobile.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-mobile, .is-offset-1-mobile.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-mobile, .is-2-mobile.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-mobile, .is-offset-2-mobile.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-mobile, .is-3-mobile.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile, .is-offset-3-mobile.o-col {
    margin-left: 25%;
  }
  .column.is-4-mobile, .is-4-mobile.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-mobile, .is-offset-4-mobile.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-mobile, .is-5-mobile.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-mobile, .is-offset-5-mobile.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-mobile, .is-6-mobile.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile, .is-offset-6-mobile.o-col {
    margin-left: 50%;
  }
  .column.is-7-mobile, .is-7-mobile.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-mobile, .is-offset-7-mobile.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-mobile, .is-8-mobile.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-mobile, .is-offset-8-mobile.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-mobile, .is-9-mobile.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile, .is-offset-9-mobile.o-col {
    margin-left: 75%;
  }
  .column.is-10-mobile, .is-10-mobile.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-mobile, .is-offset-10-mobile.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-mobile, .is-11-mobile.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-mobile, .is-offset-11-mobile.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-mobile, .is-12-mobile.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile, .is-offset-12-mobile.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 375px), print {
  .column.is-narrow, .is-narrow.o-col, .column.is-narrow-tablet, .is-narrow-tablet.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full, .is-full.o-col, .column.is-full-tablet, .is-full-tablet.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters, .is-three-quarters.o-col, .column.is-three-quarters-tablet, .is-three-quarters-tablet.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds, .is-two-thirds.o-col, .column.is-two-thirds-tablet, .is-two-thirds-tablet.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half, .is-half.o-col, .column.is-half-tablet, .is-half-tablet.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third, .is-one-third.o-col, .column.is-one-third-tablet, .is-one-third-tablet.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter, .is-one-quarter.o-col, .column.is-one-quarter-tablet, .is-one-quarter-tablet.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth, .is-one-fifth.o-col, .column.is-one-fifth-tablet, .is-one-fifth-tablet.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths, .is-two-fifths.o-col, .column.is-two-fifths-tablet, .is-two-fifths-tablet.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths, .is-three-fifths.o-col, .column.is-three-fifths-tablet, .is-three-fifths-tablet.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths, .is-four-fifths.o-col, .column.is-four-fifths-tablet, .is-four-fifths-tablet.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters, .is-offset-three-quarters.o-col, .column.is-offset-three-quarters-tablet, .is-offset-three-quarters-tablet.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds, .is-offset-two-thirds.o-col, .column.is-offset-two-thirds-tablet, .is-offset-two-thirds-tablet.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half, .is-offset-half.o-col, .column.is-offset-half-tablet, .is-offset-half-tablet.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third, .is-offset-one-third.o-col, .column.is-offset-one-third-tablet, .is-offset-one-third-tablet.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter, .is-offset-one-quarter.o-col, .column.is-offset-one-quarter-tablet, .is-offset-one-quarter-tablet.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth, .is-offset-one-fifth.o-col, .column.is-offset-one-fifth-tablet, .is-offset-one-fifth-tablet.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths, .is-offset-two-fifths.o-col, .column.is-offset-two-fifths-tablet, .is-offset-two-fifths-tablet.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths, .is-offset-three-fifths.o-col, .column.is-offset-three-fifths-tablet, .is-offset-three-fifths-tablet.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths, .is-offset-four-fifths.o-col, .column.is-offset-four-fifths-tablet, .is-offset-four-fifths-tablet.o-col {
    margin-left: 80%;
  }
  .column.is-0, .is-0.o-col, .column.is-0-tablet, .is-0-tablet.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0, .is-offset-0.o-col, .column.is-offset-0-tablet, .is-offset-0-tablet.o-col {
    margin-left: 0%;
  }
  .column.is-1, .is-1.o-col, .column.is-1-tablet, .is-1-tablet.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1, .is-offset-1.o-col, .column.is-offset-1-tablet, .is-offset-1-tablet.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2, .is-2.o-col, .column.is-2-tablet, .is-2-tablet.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2, .is-offset-2.o-col, .column.is-offset-2-tablet, .is-offset-2-tablet.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3, .is-3.o-col, .column.is-3-tablet, .is-3-tablet.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3, .is-offset-3.o-col, .column.is-offset-3-tablet, .is-offset-3-tablet.o-col {
    margin-left: 25%;
  }
  .column.is-4, .is-4.o-col, .column.is-4-tablet, .is-4-tablet.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4, .is-offset-4.o-col, .column.is-offset-4-tablet, .is-offset-4-tablet.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5, .is-5.o-col, .column.is-5-tablet, .is-5-tablet.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5, .is-offset-5.o-col, .column.is-offset-5-tablet, .is-offset-5-tablet.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6, .is-6.o-col, .column.is-6-tablet, .is-6-tablet.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6, .is-offset-6.o-col, .column.is-offset-6-tablet, .is-offset-6-tablet.o-col {
    margin-left: 50%;
  }
  .column.is-7, .is-7.o-col, .column.is-7-tablet, .is-7-tablet.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7, .is-offset-7.o-col, .column.is-offset-7-tablet, .is-offset-7-tablet.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8, .is-8.o-col, .column.is-8-tablet, .is-8-tablet.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8, .is-offset-8.o-col, .column.is-offset-8-tablet, .is-offset-8-tablet.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9, .is-9.o-col, .column.is-9-tablet, .is-9-tablet.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9, .is-offset-9.o-col, .column.is-offset-9-tablet, .is-offset-9-tablet.o-col {
    margin-left: 75%;
  }
  .column.is-10, .is-10.o-col, .column.is-10-tablet, .is-10-tablet.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10, .is-offset-10.o-col, .column.is-offset-10-tablet, .is-offset-10-tablet.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11, .is-11.o-col, .column.is-11-tablet, .is-11-tablet.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11, .is-offset-11.o-col, .column.is-offset-11-tablet, .is-offset-11-tablet.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12, .is-12.o-col, .column.is-12-tablet, .is-12-tablet.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12, .is-offset-12.o-col, .column.is-offset-12-tablet, .is-offset-12-tablet.o-col {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch, .is-narrow-touch.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-touch, .is-full-touch.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch, .is-three-quarters-touch.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch, .is-two-thirds-touch.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch, .is-half-touch.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch, .is-one-third-touch.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch, .is-one-quarter-touch.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch, .is-one-fifth-touch.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch, .is-two-fifths-touch.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch, .is-three-fifths-touch.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch, .is-four-fifths-touch.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch, .is-offset-three-quarters-touch.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch, .is-offset-two-thirds-touch.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch, .is-offset-half-touch.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch, .is-offset-one-third-touch.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch, .is-offset-one-quarter-touch.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch, .is-offset-one-fifth-touch.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch, .is-offset-two-fifths-touch.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch, .is-offset-three-fifths-touch.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch, .is-offset-four-fifths-touch.o-col {
    margin-left: 80%;
  }
  .column.is-0-touch, .is-0-touch.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch, .is-offset-0-touch.o-col {
    margin-left: 0%;
  }
  .column.is-1-touch, .is-1-touch.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-touch, .is-offset-1-touch.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-touch, .is-2-touch.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-touch, .is-offset-2-touch.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-touch, .is-3-touch.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch, .is-offset-3-touch.o-col {
    margin-left: 25%;
  }
  .column.is-4-touch, .is-4-touch.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-touch, .is-offset-4-touch.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-touch, .is-5-touch.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-touch, .is-offset-5-touch.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-touch, .is-6-touch.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch, .is-offset-6-touch.o-col {
    margin-left: 50%;
  }
  .column.is-7-touch, .is-7-touch.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-touch, .is-offset-7-touch.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-touch, .is-8-touch.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-touch, .is-offset-8-touch.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-touch, .is-9-touch.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch, .is-offset-9-touch.o-col {
    margin-left: 75%;
  }
  .column.is-10-touch, .is-10-touch.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-touch, .is-offset-10-touch.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-touch, .is-11-touch.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-touch, .is-offset-11-touch.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-touch, .is-12-touch.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch, .is-offset-12-touch.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop, .is-narrow-desktop.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-desktop, .is-full-desktop.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop, .is-three-quarters-desktop.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop, .is-two-thirds-desktop.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop, .is-half-desktop.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop, .is-one-third-desktop.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop, .is-one-quarter-desktop.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop, .is-one-fifth-desktop.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop, .is-two-fifths-desktop.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop, .is-three-fifths-desktop.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop, .is-four-fifths-desktop.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop, .is-offset-three-quarters-desktop.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop, .is-offset-two-thirds-desktop.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop, .is-offset-half-desktop.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop, .is-offset-one-third-desktop.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop, .is-offset-one-quarter-desktop.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop, .is-offset-one-fifth-desktop.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop, .is-offset-two-fifths-desktop.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop, .is-offset-three-fifths-desktop.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop, .is-offset-four-fifths-desktop.o-col {
    margin-left: 80%;
  }
  .column.is-0-desktop, .is-0-desktop.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop, .is-offset-0-desktop.o-col {
    margin-left: 0%;
  }
  .column.is-1-desktop, .is-1-desktop.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-desktop, .is-offset-1-desktop.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-desktop, .is-2-desktop.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-desktop, .is-offset-2-desktop.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-desktop, .is-3-desktop.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop, .is-offset-3-desktop.o-col {
    margin-left: 25%;
  }
  .column.is-4-desktop, .is-4-desktop.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-desktop, .is-offset-4-desktop.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-desktop, .is-5-desktop.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-desktop, .is-offset-5-desktop.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-desktop, .is-6-desktop.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop, .is-offset-6-desktop.o-col {
    margin-left: 50%;
  }
  .column.is-7-desktop, .is-7-desktop.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-desktop, .is-offset-7-desktop.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-desktop, .is-8-desktop.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-desktop, .is-offset-8-desktop.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-desktop, .is-9-desktop.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop, .is-offset-9-desktop.o-col {
    margin-left: 75%;
  }
  .column.is-10-desktop, .is-10-desktop.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-desktop, .is-offset-10-desktop.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-desktop, .is-11-desktop.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-desktop, .is-offset-11-desktop.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-desktop, .is-12-desktop.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop, .is-offset-12-desktop.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .column.is-narrow-widescreen, .is-narrow-widescreen.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-widescreen, .is-full-widescreen.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen, .is-three-quarters-widescreen.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen, .is-two-thirds-widescreen.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen, .is-half-widescreen.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen, .is-one-third-widescreen.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen, .is-one-quarter-widescreen.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen, .is-one-fifth-widescreen.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen, .is-two-fifths-widescreen.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen, .is-three-fifths-widescreen.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen, .is-four-fifths-widescreen.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen, .is-offset-three-quarters-widescreen.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen, .is-offset-two-thirds-widescreen.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen, .is-offset-half-widescreen.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen, .is-offset-one-third-widescreen.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen, .is-offset-one-quarter-widescreen.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen, .is-offset-one-fifth-widescreen.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen, .is-offset-two-fifths-widescreen.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen, .is-offset-three-fifths-widescreen.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen, .is-offset-four-fifths-widescreen.o-col {
    margin-left: 80%;
  }
  .column.is-0-widescreen, .is-0-widescreen.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen, .is-offset-0-widescreen.o-col {
    margin-left: 0%;
  }
  .column.is-1-widescreen, .is-1-widescreen.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-widescreen, .is-offset-1-widescreen.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-widescreen, .is-2-widescreen.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-widescreen, .is-offset-2-widescreen.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-widescreen, .is-3-widescreen.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen, .is-offset-3-widescreen.o-col {
    margin-left: 25%;
  }
  .column.is-4-widescreen, .is-4-widescreen.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-widescreen, .is-offset-4-widescreen.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-widescreen, .is-5-widescreen.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-widescreen, .is-offset-5-widescreen.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-widescreen, .is-6-widescreen.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen, .is-offset-6-widescreen.o-col {
    margin-left: 50%;
  }
  .column.is-7-widescreen, .is-7-widescreen.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-widescreen, .is-offset-7-widescreen.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-widescreen, .is-8-widescreen.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-widescreen, .is-offset-8-widescreen.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-widescreen, .is-9-widescreen.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen, .is-offset-9-widescreen.o-col {
    margin-left: 75%;
  }
  .column.is-10-widescreen, .is-10-widescreen.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-widescreen, .is-offset-10-widescreen.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-widescreen, .is-11-widescreen.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-widescreen, .is-offset-11-widescreen.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-widescreen, .is-12-widescreen.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen, .is-offset-12-widescreen.o-col {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd, .is-narrow-fullhd.o-col {
    flex: none;
    width: unset;
  }
  .column.is-full-fullhd, .is-full-fullhd.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd, .is-three-quarters-fullhd.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd, .is-two-thirds-fullhd.o-col {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd, .is-half-fullhd.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd, .is-one-third-fullhd.o-col {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd, .is-one-quarter-fullhd.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd, .is-one-fifth-fullhd.o-col {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd, .is-two-fifths-fullhd.o-col {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd, .is-three-fifths-fullhd.o-col {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd, .is-four-fifths-fullhd.o-col {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd, .is-offset-three-quarters-fullhd.o-col {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd, .is-offset-two-thirds-fullhd.o-col {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd, .is-offset-half-fullhd.o-col {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd, .is-offset-one-third-fullhd.o-col {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd, .is-offset-one-quarter-fullhd.o-col {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd, .is-offset-one-fifth-fullhd.o-col {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd, .is-offset-two-fifths-fullhd.o-col {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd, .is-offset-three-fifths-fullhd.o-col {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd, .is-offset-four-fifths-fullhd.o-col {
    margin-left: 80%;
  }
  .column.is-0-fullhd, .is-0-fullhd.o-col {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd, .is-offset-0-fullhd.o-col {
    margin-left: 0%;
  }
  .column.is-1-fullhd, .is-1-fullhd.o-col {
    flex: none;
    width: 8.33333337%;
  }
  .column.is-offset-1-fullhd, .is-offset-1-fullhd.o-col {
    margin-left: 8.33333337%;
  }
  .column.is-2-fullhd, .is-2-fullhd.o-col {
    flex: none;
    width: 16.66666674%;
  }
  .column.is-offset-2-fullhd, .is-offset-2-fullhd.o-col {
    margin-left: 16.66666674%;
  }
  .column.is-3-fullhd, .is-3-fullhd.o-col {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd, .is-offset-3-fullhd.o-col {
    margin-left: 25%;
  }
  .column.is-4-fullhd, .is-4-fullhd.o-col {
    flex: none;
    width: 33.33333337%;
  }
  .column.is-offset-4-fullhd, .is-offset-4-fullhd.o-col {
    margin-left: 33.33333337%;
  }
  .column.is-5-fullhd, .is-5-fullhd.o-col {
    flex: none;
    width: 41.66666674%;
  }
  .column.is-offset-5-fullhd, .is-offset-5-fullhd.o-col {
    margin-left: 41.66666674%;
  }
  .column.is-6-fullhd, .is-6-fullhd.o-col {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd, .is-offset-6-fullhd.o-col {
    margin-left: 50%;
  }
  .column.is-7-fullhd, .is-7-fullhd.o-col {
    flex: none;
    width: 58.33333337%;
  }
  .column.is-offset-7-fullhd, .is-offset-7-fullhd.o-col {
    margin-left: 58.33333337%;
  }
  .column.is-8-fullhd, .is-8-fullhd.o-col {
    flex: none;
    width: 66.66666674%;
  }
  .column.is-offset-8-fullhd, .is-offset-8-fullhd.o-col {
    margin-left: 66.66666674%;
  }
  .column.is-9-fullhd, .is-9-fullhd.o-col {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd, .is-offset-9-fullhd.o-col {
    margin-left: 75%;
  }
  .column.is-10-fullhd, .is-10-fullhd.o-col {
    flex: none;
    width: 83.33333337%;
  }
  .column.is-offset-10-fullhd, .is-offset-10-fullhd.o-col {
    margin-left: 83.33333337%;
  }
  .column.is-11-fullhd, .is-11-fullhd.o-col {
    flex: none;
    width: 91.66666674%;
  }
  .column.is-offset-11-fullhd, .is-offset-11-fullhd.o-col {
    margin-left: 91.66666674%;
  }
  .column.is-12-fullhd, .is-12-fullhd.o-col {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd, .is-offset-12-fullhd.o-col {
    margin-left: 100%;
  }
}

.columns, .o-cols {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
.columns:last-child, .o-cols:last-child {
  margin-bottom: -12px;
}
.columns:not(:last-child), .o-cols:not(:last-child) {
  margin-bottom: calc(1.5rem - 12px);
}
.columns.is-centered, .is-centered.o-cols {
  justify-content: center;
}
.columns.is-gapless, .is-gapless.o-cols {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.columns.is-gapless > .column, .columns.is-gapless > .o-col, .is-gapless.o-cols > .column, .is-gapless.o-cols > .o-col {
  margin: 0;
  padding: 0 !important;
}
.columns.is-gapless:not(:last-child), .is-gapless.o-cols:not(:last-child) {
  margin-bottom: 1.5rem;
}
.columns.is-gapless:last-child, .is-gapless.o-cols:last-child {
  margin-bottom: 0;
}
.columns.is-mobile, .is-mobile.o-cols {
  display: flex;
}
.columns.is-multiline, .is-multiline.o-cols {
  flex-wrap: wrap;
}
.columns.is-vcentered, .is-vcentered.o-cols {
  align-items: center;
}
@media screen and (min-width: 375px), print {
  .columns:not(.is-desktop), .o-cols:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop, .is-desktop.o-cols {
    display: flex;
  }
}

.columns.is-variable, .is-variable.o-cols {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}
.columns.is-variable > .column, .columns.is-variable > .o-col, .is-variable.o-cols > .column, .is-variable.o-cols > .o-col {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}
.columns.is-variable.is-0, .is-variable.is-0.o-cols {
  --columnGap: 0rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-0-mobile, .is-variable.is-0-mobile.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-0-tablet, .is-variable.is-0-tablet.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only, .is-variable.is-0-tablet-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch, .is-variable.is-0-touch.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop, .is-variable.is-0-desktop.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-0-desktop-only, .is-variable.is-0-desktop-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-0-widescreen, .is-variable.is-0-widescreen.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only, .is-variable.is-0-widescreen-only.o-cols {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd, .is-variable.is-0-fullhd.o-cols {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1, .is-variable.is-1.o-cols {
  --columnGap: 0.25rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-1-mobile, .is-variable.is-1-mobile.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-1-tablet, .is-variable.is-1-tablet.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only, .is-variable.is-1-tablet-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch, .is-variable.is-1-touch.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop, .is-variable.is-1-desktop.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-1-desktop-only, .is-variable.is-1-desktop-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-1-widescreen, .is-variable.is-1-widescreen.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only, .is-variable.is-1-widescreen-only.o-cols {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd, .is-variable.is-1-fullhd.o-cols {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2, .is-variable.is-2.o-cols {
  --columnGap: 0.5rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-2-mobile, .is-variable.is-2-mobile.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-2-tablet, .is-variable.is-2-tablet.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only, .is-variable.is-2-tablet-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch, .is-variable.is-2-touch.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop, .is-variable.is-2-desktop.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-2-desktop-only, .is-variable.is-2-desktop-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-2-widescreen, .is-variable.is-2-widescreen.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only, .is-variable.is-2-widescreen-only.o-cols {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd, .is-variable.is-2-fullhd.o-cols {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3, .is-variable.is-3.o-cols {
  --columnGap: 0.75rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-3-mobile, .is-variable.is-3-mobile.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-3-tablet, .is-variable.is-3-tablet.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only, .is-variable.is-3-tablet-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch, .is-variable.is-3-touch.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop, .is-variable.is-3-desktop.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-3-desktop-only, .is-variable.is-3-desktop-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-3-widescreen, .is-variable.is-3-widescreen.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only, .is-variable.is-3-widescreen-only.o-cols {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd, .is-variable.is-3-fullhd.o-cols {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4, .is-variable.is-4.o-cols {
  --columnGap: 1rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-4-mobile, .is-variable.is-4-mobile.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-4-tablet, .is-variable.is-4-tablet.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only, .is-variable.is-4-tablet-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch, .is-variable.is-4-touch.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop, .is-variable.is-4-desktop.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-4-desktop-only, .is-variable.is-4-desktop-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-4-widescreen, .is-variable.is-4-widescreen.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only, .is-variable.is-4-widescreen-only.o-cols {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd, .is-variable.is-4-fullhd.o-cols {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5, .is-variable.is-5.o-cols {
  --columnGap: 1.25rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-5-mobile, .is-variable.is-5-mobile.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-5-tablet, .is-variable.is-5-tablet.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only, .is-variable.is-5-tablet-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch, .is-variable.is-5-touch.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop, .is-variable.is-5-desktop.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-5-desktop-only, .is-variable.is-5-desktop-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-5-widescreen, .is-variable.is-5-widescreen.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only, .is-variable.is-5-widescreen-only.o-cols {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd, .is-variable.is-5-fullhd.o-cols {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6, .is-variable.is-6.o-cols {
  --columnGap: 1.5rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-6-mobile, .is-variable.is-6-mobile.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-6-tablet, .is-variable.is-6-tablet.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only, .is-variable.is-6-tablet-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch, .is-variable.is-6-touch.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop, .is-variable.is-6-desktop.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-6-desktop-only, .is-variable.is-6-desktop-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-6-widescreen, .is-variable.is-6-widescreen.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only, .is-variable.is-6-widescreen-only.o-cols {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd, .is-variable.is-6-fullhd.o-cols {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7, .is-variable.is-7.o-cols {
  --columnGap: 1.75rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-7-mobile, .is-variable.is-7-mobile.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-7-tablet, .is-variable.is-7-tablet.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only, .is-variable.is-7-tablet-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch, .is-variable.is-7-touch.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop, .is-variable.is-7-desktop.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-7-desktop-only, .is-variable.is-7-desktop-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-7-widescreen, .is-variable.is-7-widescreen.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only, .is-variable.is-7-widescreen-only.o-cols {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd, .is-variable.is-7-fullhd.o-cols {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8, .is-variable.is-8.o-cols {
  --columnGap: 2rem;
}
@media screen and (max-width: 374px) {
  .columns.is-variable.is-8-mobile, .is-variable.is-8-mobile.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 375px), print {
  .columns.is-variable.is-8-tablet, .is-variable.is-8-tablet.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 375px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only, .is-variable.is-8-tablet-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch, .is-variable.is-8-touch.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop, .is-variable.is-8-desktop.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .columns.is-variable.is-8-desktop-only, .is-variable.is-8-desktop-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .columns.is-variable.is-8-widescreen, .is-variable.is-8-widescreen.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only, .is-variable.is-8-widescreen-only.o-cols {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd, .is-variable.is-8-fullhd.o-cols {
    --columnGap: 2rem;
  }
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
.container.is-fluid {
  max-width: none !important;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1199px) {
  .container.is-widescreen:not(.is-max-desktop) {
    max-width: 1136px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1200px) {
  .container:not(.is-max-desktop) {
    max-width: 1136px;
  }
}
@media screen and (min-width: 1408px) {
  .container:not(.is-max-desktop):not(.is-max-widescreen) {
    max-width: 1344px;
  }
}

/*!
 * fullPage 4.0.8
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height .fp-slide, .fp-auto-height.fp-section {
  height: auto !important;
}

.fp-scrollable .fp-section, .fp-scrollable .fp-slide {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-overflow {
  justify-content: flex-start;
}

.fp-overflow {
  overflow-y: scroll;
  height: 100%;
  outline: 0;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.fp-snaps {
  overflow-y: auto !important;
  height: 100% !important;
}

.fp-snaps body {
  height: 100% !important;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
  overflow-y: scroll !important;
  scroll-behavior: smooth;
}

.fp-snaps .fp-section {
  scroll-snap-align: start;
}

.fp-snaps .fullpage-wrapper {
  height: auto !important;
}

.fp-disable-snap body {
  scroll-behavior: unset !important;
  -ms-scroll-snap-type: none !important;
      scroll-snap-type: none !important;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning, .fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning, .fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: #000;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

/*# sourceMappingURL=fullpage.min.css.map */
/* ==========================================================================
   FUNCTIONS
   ========================================================================== */
/* ==========================================================================
   MIXINS
   ========================================================================== */
/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   #FONT-FACE
   ========================================================================== */
/**
 * Add font-display: swap to font-face blocks here
 * https://www.zachleat.com/web/comprehensive-webfonts/#font-display
 */
@font-face {
  font-family: "Playfair Display";
  src: url("../fonts/playfair-display/playfair-display-v29-latin-800.woff2") format("woff2"), url("../fonts/playfair-display/playfair-display-v29-latin-800.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   #NORMALIZE
   ========================================================================== */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li > ol,
li > ul {
  margin-bottom: 0;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0;
  /* [1] */
  border: 0;
}

/* ==========================================================================
   #SHARED
   ========================================================================== */
strong,
b {
  font-weight: 500;
}

/* ==========================================================================
   #BLOCKQUOTES
   ========================================================================== */
blockquote {
  quotes: "“" "”" "‘" "’";
  font-style: italic;
}
blockquote p:first-child:before {
  content: open-quote;
}
blockquote p:last-child:after {
  content: close-quote;
}

/* ==========================================================================
   BODY
   ========================================================================== */
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
  touch-action: pan-x pan-y;
}
body main {
  flex: 1 0 auto;
}
body footer {
  flex-shrink: 0;
}

/* ==========================================================================
   #HEADINGS
   ========================================================================== */
/**
 * Simple default styles for headings 1 through 6. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
h1 {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(
        27px +
          21 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 1024px) {
  h1 {
    line-height: 1.4;
  }
}

h2 {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(
        21px +
          15 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  h2 {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  h2 {
    line-height: 1.4;
  }
}

h3 {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(
        18px +
          9 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  h3 {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  h3 {
    line-height: 1.4;
  }
}

h4 {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  h4 {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  h4 {
    line-height: 1.4;
  }
}

h5 {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  h5 {
    font-size: calc(
        15px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  h5 {
    line-height: 1.6;
  }
}

h6 {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media screen and (min-width: 375px) {
  h6 {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  h6 {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  h6 {
    line-height: 1.6;
  }
}

/* ==========================================================================
   #HR
   ========================================================================== */
hr {
  display: block;
}

/* ==========================================================================
   #PAGE
   ========================================================================== */
/**
 * Simple page-level setup.
 *
 * 1. Set the default `font-size` and `line-height` for the entire project.
 */
html {
  background: #ffffff;
  background: url("../images/background.jpg") fixed center no-repeat;
  background-size: cover;
  color: #000000;
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font: normal 1rem/1.5 "sofia-pro", frutiger, "Frutiger Linotype", univers, calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", tahoma, geneva, "Helvetica Neue", helvetica, arial, sans-serif;
}
html:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
}

/* ==========================================================================
   #IMAGES
   ========================================================================== */
/**
 * 1. Fluid images for responsive purposes.
 * 2. Offset `alt` text from surrounding copy.
 * 3. Setting `vertical-align` removes the whitespace that appears under `img`
 *    elements when they are dropped into a page as-is. Safer alternative to
 *    using `display: block;`.
 */
img {
  font-style: italic;
  /* [2] */
  max-width: 100%;
  /* [1] */
  vertical-align: middle;
  /* [3] */
}

/**
 * 1. If a `width` and/or `height` attribute have been explicitly defined, let’s
 *    not make the image fluid.
 */
img[width],
img[height] {
  max-width: none;
}

/* ==========================================================================
   #LINKS
   ========================================================================== */
a {
  transition: color 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  color: #060021;
  text-decoration: underline;
}
a:hover {
  color: #979797;
}
a:focus-visible:not(.c-btn), a.is-focused:not(.c-btn) {
  outline: none;
  box-shadow: -4px -4px 0 0 hsl(13deg, 74%, 70%), 4px 4px 0 0 hsl(13deg, 74%, 70%), -4px 4px 0 0 hsl(13deg, 74%, 70%), 4px -4px 0 0 hsl(13deg, 74%, 70%), 0 1px 2px 0 hsla(0deg, 0%, 0%, 0.06), 0 1px 3px 0 hsla(0deg, 0%, 0%, 0.1);
}

/* ==========================================================================
   #LISTS
   ========================================================================== */
ul {
  margin-left: 1em;
  padding-left: 1em;
}

li {
  margin-bottom: 0.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1em;
  margin-top: 0.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1em;
  margin-left: 1em;
}

/* ==========================================================================
   #PARAGRAPHS
   ========================================================================== */
/**
 * Simple default styles for paragraphs. Anything more opinionated
 * than simple font-size changes should likely be applied via classes (see:
 * http://csswizardry.com/2016/02/managing-typography-on-large-apps/).
 */
p {
  font-size: 14;
  line-height: 1.4;
}
@media screen and (min-width: 375px) {
  p {
    font-size: calc(
        14 +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  p {
    font-size: 16;
  }
}
p:not(:last-child) {
  margin-bottom: 14;
}
@media screen and (min-width: 375px) {
  p:not(:last-child) {
    margin-bottom: calc(
        14 +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  p:not(:last-child) {
    margin-bottom: 16;
  }
}

/* ==========================================================================
   SVG
   ========================================================================== */
/* ==========================================================================
   #TABLES
   ========================================================================== */
/**
 * 1. Ensure tables fill up as much space as possible.
 */
table {
  width: 100%;
  /* [1] */
}

/* ==========================================================================
   ERROR Page
   ========================================================================== */
.o-error-page {
  text-align: center;
}

.o-error-page__headline {
  font: normal 500 60px/1.125 "Playfair Display", constantia, "Lucida Bright", lucidabright, "Lucida Serif", lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", georgia, serif;
  margin-bottom: 1rem;
}

.o-error-page__subline {
  font: normal 500 32px/1.25 "Playfair Display", constantia, "Lucida Bright", lucidabright, "Lucida Serif", lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", georgia, serif;
  margin-bottom: 0.5rem;
}

.o-error-page .o-error-page__text {
  margin-bottom: 3rem;
}

.o-error-page .o-error-page__text--alt {
  margin-bottom: 2.5rem;
}

.o-error-page__link-list {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .o-error-page__link-list {
    flex-flow: row wrap;
    justify-content: center;
  }
}

.o-error-page__btn.c-btn {
  display: flex;
  justify-content: center;
  min-width: 14.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 1024px) {
  .o-error-page__btn.c-btn {
    margin-right: 0.5rem;
  }
}

.o-error-page__btn--main.c-btn {
  display: inline-flex;
  margin-bottom: 3.125rem;
}

/* ==========================================================================
   #LAYOUT
   ========================================================================== */
/* Simple flexbox layout system */
@media (max-width: 1023.98px) {
  .columns.is-flex-direction-column-reverse-mobile, .is-flex-direction-column-reverse-mobile.o-cols {
    flex-direction: column-reverse !important;
  }
}
@media (min-width: 1024px) {
  .columns.is-flex-justify-content-end-desktop, .is-flex-justify-content-end-desktop.o-cols {
    justify-content: flex-end;
  }
}

/* ==========================================================================
   #LIST-BARE
   ========================================================================== */
/**
 * Strip list-like appearance from lists by removing their bullets, and any
 * indentation.
 */
.o-list-bare {
  list-style: none;
  margin-left: 0;
}

/* ==========================================================================
   #LIST-INLINE
   ========================================================================== */
/**
 * The list-inline object simply displays a list of items in one line.
 */
.o-list-inline {
  list-style: none;
  margin-left: 0;
}

.o-list-inline__item {
  display: inline-block;
}

/* ==========================================================================
   #MEDIA
   ========================================================================== */
/**
 * Place any image- and text-like content side-by-side, as per:
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 */
.o-media {
  display: block;
}
.o-media:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.o-media__img {
  float: left;
  margin-right: 1rem;
}
.o-media__img > img {
  display: block;
}

.o-media__body {
  display: block;
  overflow: hidden;
}
.o-media__body,
.o-media__body > :last-child {
  margin-bottom: 0;
}

/* Reversed media objects
   ========================================================================== */
.o-media--reverse > .o-media__img {
  float: right;
  margin-left: 1rem;
  margin-right: 0;
}

/* Gutterless media objects
   ========================================================================== */
.o-media--flush > .o-media__img {
  margin-left: 0;
  margin-right: 0;
}

/* ==========================================================================
   #TABLE
   ========================================================================== */
/**
 * A simple object for manipulating the structure of HTML `table`s.
 */
.o-table {
  width: 100%;
}

/* Equal-width table cells.
   ========================================================================== */
/**
 * `table-layout: fixed` forces all cells within a table to occupy the same
 * width as each other. This also has performance benefits: because the browser
 * does not need to (re)calculate cell dimensions based on content it discovers,
 * the table can be rendered very quickly. Further reading:
 * https://developer.mozilla.org/en-US/docs/Web/CSS/table-layout#Values
 */
.o-table--fixed {
  table-layout: fixed;
}

/* ==========================================================================
   #WRAPPER
   ========================================================================== */
/**
 * Page-level constraining and wrapping elements.
 */
.o-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  padding: 0 3rem;
  width: 100%;
}
.o-wrapper:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .o-wrapper, .o-wrapper.o-wrapper--full {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1440px) {
  .o-wrapper {
    padding: 0;
  }
}

.o-wrapper--relative {
  position: relative;
  height: 100%;
}

.o-wrapper--full {
  width: 100%;
}

/* ==========================================================================
   #BUTTONS
   ========================================================================== */
/**
 * This is an example component. Extend inuitcss by building your own components
 * that make up your UI. Component classes are prefixed with a `c-`.
 */
.c-btn {
  transition: all 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 0.75rem 0.75rem 0;
  cursor: pointer;
  padding: 0.625rem 1.375rem;
  border-radius: 0.25rem;
  text-decoration: none;
  color: #ffffff;
  border: 1.5px solid transparent;
}
@media screen and (min-width: 375px) {
  .c-btn {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-btn {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-btn {
    line-height: 1.6;
  }
}
.c-btn:focus-visible, .c-btn.is-focused {
  outline: none;
  box-shadow: -4px -4px 0 0 hsl(13deg, 74%, 70%), 4px 4px 0 0 hsl(13deg, 74%, 70%), -4px 4px 0 0 hsl(13deg, 74%, 70%), 4px -4px 0 0 hsl(13deg, 74%, 70%), 0 1px 2px 0 hsla(0deg, 0%, 0%, 0.06), 0 1px 3px 0 hsla(0deg, 0%, 0%, 0.1);
}
.c-btn, .c-btn:active, .c-btn.is-active {
  background-color: #060021;
  border-color: #060021;
}
.c-btn:hover {
  background-color: #0d0047;
  border-color: #0d0047;
}
.c-btn[disabled], .c-btn[disabled]:hover, .c-btn.is-disabled, .c-btn.is-disabled:hover {
  background-color: #f8f6f4;
  border-color: #f8f6f4;
  color: #c9c9c9;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .c-btn {
    font-family: "sofia-pro";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.003em;
    margin: 0 1rem 1rem 0;
    border-width: 2px;
    padding: 0.875rem 1.875rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-btn {
    font-size: calc(
        15px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-btn {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-btn {
    line-height: 1.6;
  }
}

.c-btn--alt, .c-btn--alt:active, .c-btn--alt.is-active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #060021;
}
.c-btn--alt:hover {
  background-color: #0d0047;
  border-color: #0d0047;
  color: #ffffff;
}

.c-btn--primary, .c-btn--primary:active, .c-btn--primary.is-active {
  background-color: #0029ff;
  border-color: #0029ff;
  color: #ffffff;
}
.c-btn--primary:hover {
  background-color: #405fff;
  border-color: #405fff;
  color: #ffffff;
}

/* ==========================================================================
   CARD
   * [ 1 ] Take column space into account when increasing the space
   ========================================================================== */
.c-card {
  background-color: #ffffff;
  box-shadow: -22px 20px 60px rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  padding: 1.25rem 1.25rem 1.5rem;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}
@media (min-width: 1024px) {
  .c-card {
    padding: 2rem 2rem 2.5rem;
  }
}

/* Style variants
   ========================================================================== */
.c-card--default {
  padding: 1rem 1.25rem 1.5rem;
  display: block;
  box-shadow: none;
  height: 100%;
  border: 1px solid #c9c9c9;
}
@media (min-width: 1024px) {
  .c-card--default {
    padding: 1.5rem 1.5rem 2rem;
  }
}

.c-card--person {
  box-shadow: none;
  min-width: 16.375rem;
  padding: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  max-width: 18.75rem;
}
@media (min-width: 1440px) {
  .c-card--person {
    max-width: 22rem;
  }
}
.c-card--person.c-card--landscape {
  display: flex;
}
.c-section--intro .c-card--person {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .c-section--intro .c-card--person {
    margin-right: 0;
  }
}
.c-section--outro .c-card--person {
  margin-left: auto;
  margin-right: auto;
}

.c-card--hero {
  padding: 0;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1024px) {
  .c-card--hero {
    padding: 0;
  }
}
.c-card--hero:hover {
  transform: translateY(-0.5rem);
  box-shadow: -5px 5px 40px rgba(0, 0, 0, 0.1), -2px 9px 20px rgba(0, 0, 0, 0.04);
}
@media (min-width: 1024px) {
  .c-card--hero:hover {
    transform: translateY(-0.75rem);
  }
}
.c-card--hero:focus-visible {
  transform: translateY(-0.5rem);
  box-shadow: -22px 20px 60px rgba(0, 0, 0, 0.05), 4px -4px 0 #eb9178, -4px 4px 0 #eb9178, 4px 4px 0 #eb9178, -4px -4px 0 #eb9178;
}
@media (min-width: 1024px) {
  .c-card--hero:focus-visible {
    transform: translateY(-0.75rem);
  }
}

/* Wrapper
   ========================================================================== */
.c-card__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}

/* Image
   ========================================================================== */
.c-card__image--default {
  width: 100%;
  max-width: 11.125rem;
  margin: 0 auto 3.5rem;
  margin-bottom: 1.25rem;
}
@media (min-width: 1024px) {
  .c-card__image--default {
    max-width: 14.1875rem;
    margin-bottom: 2rem;
  }
}

.c-card--landscape .c-card__image--person {
  width: 6rem;
}
.c-card--landscape .c-card__image--person::before {
  padding-bottom: 133.3333333333%;
}
.c-card--portrait .c-card__image--person::before {
  padding-bottom: 69.7530864198%;
}
@media (min-width: 1024px) {
  .c-card--landscape .c-card__image--person {
    width: 13.375rem;
  }
  .c-card--landscape .c-card__image--person::before {
    padding-bottom: 125%;
  }
  .c-card--portrait .c-card__image--person::before {
    padding-bottom: 66.6666666667%;
  }
}

/* Header and Typo
   ========================================================================== */
.c-card__inner {
  padding: 0.75rem 0.75rem 2rem;
}
.c-card--landscape .c-card__inner {
  padding: 0.75rem 0.75rem 1rem 1rem;
  width: calc(100% - 6rem);
}
@media (min-width: 1024px) {
  .c-card__inner {
    padding: 1.25rem 1.5rem 1.5rem;
  }
  .c-card--landscape .c-card__inner {
    display: flex;
    flex-direction: column;
    width: calc(100% - 13.375rem);
  }
}

.c-card__inner--default {
  padding: 0;
}

.c-card__header {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-card__header {
    margin-bottom: 2.5rem;
  }
}
.c-card--person .c-card__header {
  margin-bottom: 0;
}

.c-card__inner--hero {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0.5) 100%);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.5rem;
}
@media (min-width: 1024px) {
  .c-card__inner--hero {
    padding: 2rem;
  }
}

.c-card__headline {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  margin: 0;
  color: #000000;
}
@media screen and (min-width: 375px) {
  .c-card__headline {
    font-size: calc(
        18px +
          9 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__headline {
    font-size: 27px;
  }
}
@media (min-width: 1024px) {
  .c-card__headline {
    line-height: 1.4;
  }
}
.c-card--person .c-card__headline {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-card--person .c-card__headline {
    font-size: calc(
        15px +
          0 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card--person .c-card__headline {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-card--person .c-card__headline {
    line-height: 1.4;
  }
}
.c-card--portrait .c-card__headline {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-card--portrait .c-card__headline {
    font-size: calc(
        18px +
          0 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card--portrait .c-card__headline {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-card--portrait .c-card__headline {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-card--person .c-card__headline {
    font-family: "sofia-pro";
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card--person .c-card__headline {
    font-size: calc(
        18px +
          9 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card--person .c-card__headline {
    font-size: 27px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card--person .c-card__headline {
    line-height: 1.4;
  }
}

.c-card__headline--hero {
  color: #ffffff;
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 21px;
  line-height: 1.4;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-card__headline--hero {
    font-size: calc(
        21px +
          15 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__headline--hero {
    font-size: 36px;
  }
}
@media (min-width: 1024px) {
  .c-card__headline--hero {
    line-height: 1.4;
  }
}

.c-card__description {
  color: #000000;
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-top: 0.5rem;
}
@media screen and (min-width: 375px) {
  .c-card__description {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__description {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-card__description {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .c-card__description {
    margin-top: 1rem;
  }
}

.c-card_headline--default {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  color: #000000;
}
@media screen and (min-width: 375px) {
  .c-card_headline--default {
    font-size: calc(
        18px +
          0 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card_headline--default {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-card_headline--default {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-card_headline--default {
    font-family: "sofia-pro";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card_headline--default {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card_headline--default {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card_headline--default {
    line-height: 1.4;
  }
}

.c-card__subline {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-card__subline {
    font-size: calc(
        15px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__subline {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .c-card__subline {
    line-height: 1.6;
  }
}

.c-card__data {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-top: 1rem;
}
@media screen and (min-width: 375px) {
  .c-card__data {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__data {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-card__data {
    line-height: 1.6;
  }
}
.c-card--landscape .c-card__data {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-card--landscape .c-card__data {
    font-size: calc(
        10px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card--landscape .c-card__data {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .c-card--landscape .c-card__data {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .c-card__data, .c-card--landscape .c-card__data {
    font-family: "sofia-pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card__data, .c-card--landscape .c-card__data {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card__data, .c-card--landscape .c-card__data {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card__data, .c-card--landscape .c-card__data {
    line-height: 1.6;
  }
}

.c-card__flagline {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  display: block;
  color: rgba(0, 0, 0, 0.55);
}
@media screen and (min-width: 375px) {
  .c-card__flagline {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card__flagline {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-card__flagline {
    line-height: 1.6;
  }
}
.c-card--portrait.c-card--l .c-card__flagline {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-card--portrait.c-card--l .c-card__flagline {
    font-size: calc(
        10px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-card--portrait.c-card--l .c-card__flagline {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .c-card--portrait.c-card--l .c-card__flagline {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .c-card__flagline, .c-card--portrait .c-card__flagline, .c-card--landscape .c-card__flagline {
    font-family: "sofia-pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-card__flagline, .c-card--portrait .c-card__flagline, .c-card--landscape .c-card__flagline {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-card__flagline, .c-card--portrait .c-card__flagline, .c-card--landscape .c-card__flagline {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-card__flagline, .c-card--portrait .c-card__flagline, .c-card--landscape .c-card__flagline {
    line-height: 1.6;
  }
}

.c-flagline--default {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-flagline--default {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-flagline--default {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-flagline--default {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .c-flagline--default {
    font-family: "sofia-pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-flagline--default {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-flagline--default {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-flagline--default {
    line-height: 1.6;
  }
}

.c-card__flagline--hero {
  color: #ffffff;
}
@media (min-width: 1024px) {
  .c-card__flagline--hero {
    margin-bottom: 0.25rem;
  }
}

.c-card__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}

/*------------------------------------------------*/
.iphone-x {
  transform: scale(0.8);
  position: relative;
  margin: auto;
  z-index: 1;
  height: 694px;
  width: 342px;
}
.iphone-x *, .iphone-x *::before, .iphone-x *::after {
  box-sizing: border-box;
  display: block;
}
.iphone-x .bazzel {
  background: #333124;
  border-radius: 54px;
  box-shadow: inset 0 0 2px 2px #0f0e09, inset 0 0 0 6px #2e2d1d;
  height: 694px;
  padding: 15px 22px;
  width: 342px;
  z-index: 1;
}
.iphone-x .screen {
  background: #1c1c1c;
  background-position: center center;
  background-size: cover;
  border-radius: 32px;
  height: 665px;
  position: relative;
  width: 314px;
  margin-left: -8px;
  overflow: hidden;
  will-change: transform;
}
.iphone-x .line::after, .iphone-x .line::before {
  content: "";
  position: absolute;
  border: solid rgba(68, 68, 68, 0.25);
  border-width: 0 6px;
  height: 5px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.iphone-x .line::after {
  top: 68px;
}
.iphone-x .line::before {
  bottom: 68px;
}
.iphone-x .header {
  background: #333124;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  height: 20px;
  left: 50%;
  margin-left: -82px;
  position: absolute;
  top: 15px;
  width: 164px;
  z-index: 199;
}
.iphone-x .sensor-1::after, .iphone-x .sensor-1::before {
  content: "";
  position: absolute;
}
.iphone-x .sensor-1::after {
  background: #444;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  left: 1%;
  margin-left: 10px;
  top: 1px;
}
.iphone-x .sensor-1::before {
  background: #444;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  left: 10%;
  margin-left: 20px;
  top: 1px;
}
.iphone-x .sensor-2::after, .iphone-x .sensor-2::before {
  content: "";
  position: absolute;
}
.iphone-x .sensor-2::before {
  background: #444;
  border-radius: 2.5px;
  height: 5px;
  width: 40px;
  left: 50%;
  margin-left: -20px;
  top: 4px;
}
.iphone-x .sensor-3::after, .iphone-x .sensor-3::before {
  content: "";
  position: absolute;
}
.iphone-x .sensor-3::before {
  background: #444;
  border-radius: 50%;
  height: 11px;
  width: 11px;
  left: 50%;
  margin-left: 35px;
  top: 1px;
}
.iphone-x .sensor-3::after {
  background: #444;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  left: 65%;
  margin-left: 33px;
  top: -1px;
}
.iphone-x .volume-button {
  background: #0f0e09;
  height: 26px;
  left: -2px;
  position: absolute;
  top: 92px;
  width: 3px;
}
.iphone-x .volume-button::after, .iphone-x .volume-button::before {
  content: "";
  position: absolute;
  background: #0f0e09;
  height: 50px;
  left: 0;
  width: 3px;
}
.iphone-x .volume-button::after {
  top: 48px;
}
.iphone-x .volume-button::before {
  top: 112px;
}
.iphone-x .power-button {
  background: #0f0e09;
  height: 80px;
  right: -2px;
  position: absolute;
  top: 160px;
  width: 3px;
}

/* ==========================================================================
   FACT CARD
   ========================================================================== */
.c-fact-card {
  justify-content: space-evenly;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c-fact-card__item {
  padding: 0 0 3.90625rem;
  color: #ffffff;
  text-align: center;
}
.c-widget--theme-green-100 .c-fact-card__item, .c-widget--theme-red-100 .c-fact-card__item, .c-widget--theme-warm-grey-100 .c-fact-card__item {
  color: #000000;
}
@media (min-width: 1024px) {
  .c-fact-card__item {
    text-align: left;
  }
}

.c-fact-card__item-label {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -0.003em;
  font-weight: 400;
}
@media screen and (min-width: 375px) {
  .c-fact-card__item-label {
    font-size: calc(
        15px +
          0 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-fact-card__item-label {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-fact-card__item-label {
    line-height: 1.4;
  }
}
@media (min-width: 1024px) {
  .c-fact-card__item-label {
    font-family: "sofia-pro";
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-fact-card__item-label {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-fact-card__item-label {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-fact-card__item-label {
    line-height: 1.4;
  }
}

.c-fact-card__item-value {
  font: normal 60px/78px "Playfair Display", constantia, "Lucida Bright", lucidabright, "Lucida Serif", lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", georgia, serif;
  letter-spacing: 0.006em;
}
@media (min-width: 1024px) {
  .c-fact-card__item-value {
    top: 0;
    font-size: 90px;
    line-height: 117px;
  }
}

.c-fact-card__item-value--ghost {
  display: none;
}
@media (min-width: 1024px) {
  .c-fact-card__item-value--ghost {
    position: relative;
    visibility: hidden;
    display: none;
  }
}

.c-fact-card__slider {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-fact-card__slider {
    margin-bottom: 0;
  }
}

.c-fact-card__cta {
  margin: 0;
}

.c-form {
  margin-top: 2rem;
}
@media (min-width: 1024px) {
  .c-form {
    margin-top: 4rem;
  }
}

.c-form__response {
  padding: 1rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #b00200;
  background-color: #b00200;
  color: #ff4b32;
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 375px) {
  .c-form__response {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-form__response {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-form__response {
    line-height: 1.6;
  }
}

.c-form__response--success {
  border-color: #00c3a0;
  background-color: #f0faf5;
  color: #00c3a0;
}

.c-header {
  display: flex;
  position: fixed;
}

/* ==========================================================================
   IMAGE
   ========================================================================== */
.c-img {
  position: relative;
}
.c-img::before {
  content: "";
  position: relative;
  display: block;
  padding-bottom: var(--image-aspect--mobile);
}
@media (min-width: 1024px) {
  .c-img::before {
    padding-bottom: var(--image-aspect);
  }
}

.c-img__wrap {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-img--loaded .c-img__wrap {
  background: transparent;
}

.c-img__full,
.c-img__placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-img--inline .c-img__full,
.c-img--inline .c-img__placeholder {
  object-fit: cover;
  object-position: var(--image-focuspoint);
}
.c-img--bg .c-img__full,
.c-img--bg .c-img__placeholder {
  background: transparent no-repeat var(--image-focuspoint)/cover;
}

.c-img__placeholder {
  transition: opacity 0.3s cubic-bezier(0.7, 0.6, 0.1, 0.8);
  filter: blur(8px);
  transform: scale(1.125);
}
[data-loaded=true] + .c-img__placeholder {
  opacity: 0;
}

/* ==========================================================================
   INPUT
   ========================================================================== */
.c-input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.c-input.c-input--with-trigger {
  flex-direction: row;
}
.c-input + .c-input {
  margin-top: 1rem;
}

.c-input--disabled {
  pointer-events: none;
}

.c-input__label {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-bottom: 0.25rem;
  color: #ffffff;
}
@media screen and (min-width: 375px) {
  .c-input__label {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-input__label {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-input__label {
    line-height: 1.6;
  }
}

.c-input__label__asterix {
  color: #b00200;
}

.c-input__label--text {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  color: #000000;
}
@media screen and (min-width: 375px) {
  .c-input__label--text {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-input__label--text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-input__label--text {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .c-input__label--text {
    margin: 0 auto;
  }
  .c-input__label--text.c-input__label--text-left {
    margin: 0;
  }
}

.c-input__label--divider {
  border-bottom: 1px solid #c9c9c9;
  margin-top: 1.5rem !important;
}
@media (min-width: 1024px) {
  .c-input__label--divider {
    margin-top: 3rem !important;
  }
}

.c-input__text {
  padding-top: 2rem;
}

.c-input__control {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  width: 100%;
  padding: 0.625rem;
  border-radius: 0.25rem;
  border: 0.125rem solid #c9c9c9;
}
@media screen and (min-width: 375px) {
  .c-input__control {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-input__control {
    font-size: 15px;
  }
}
@media (min-width: 1024px) {
  .c-input__control {
    line-height: 1.6;
  }
}
.c-input__control:-ms-input-placeholder {
  color: #c9c9c9;
}
.c-input__control::placeholder {
  color: #c9c9c9;
}
.c-input__control:focus {
  box-shadow: 4px -4px 0 #eb9178, -4px 4px 0 #eb9178, 4px 4px 0 #eb9178, -4px -4px 0 #eb9178;
}
.c-input__control:active {
  background-color: #f8f6f4;
  border-color: #060021;
}
.c-input--disabled .c-input__control {
  background-color: #f8f6f4;
}
.c-input--success .c-input__control {
  background-color: #f0faf5;
  border-color: #00c3a0;
}
.c-input--error .c-input__control {
  background-color: #fff0e6;
  border-color: #b00200;
}
@media (min-width: 1024px) {
  .c-input__control {
    font-family: "sofia-pro";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.003em;
    padding: 1rem 1.125rem;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .c-input__control {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .c-input__control {
    font-size: 21px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .c-input__control {
    line-height: 1.6;
  }
}

.c-input__validation {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-input__validation {
    font-size: calc(
        10px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-input__validation {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .c-input__validation {
    line-height: 1.6;
  }
}

.pristine-error,
.c-input__link {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  margin-top: 0.25rem;
}
@media screen and (min-width: 375px) {
  .pristine-error,
.c-input__link {
    font-size: calc(
        10px +
          2 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .pristine-error,
.c-input__link {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .pristine-error,
.c-input__link {
    line-height: 1.6;
  }
}
@media (min-width: 1024px) {
  .pristine-error,
.c-input__link {
    font-family: "sofia-pro";
    font-weight: 400;
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.003em;
  }
}
@media screen and (min-width: 1024px) and (min-width: 375px) {
  .pristine-error,
.c-input__link {
    font-size: calc(
        12px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1024px) and (min-width: 1440px) {
  .pristine-error,
.c-input__link {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .pristine-error,
.c-input__link {
    line-height: 1.6;
  }
}

.pristine-error {
  color: #b00200;
}

input[type=date] {
  min-height: 2.6875rem;
  -webkit-appearance: none;
  background: #ffffff;
}

input[type=time] {
  /* The space between the fields - between hour and minute, the minute and second, second and am/pm */
  /* Up/Down arrows for incrementing/decrementing the value */
}
input[type=time]::-webkit-datetime-edit-hour-field, input[type=time]::-webkit-datetime-edit-minute-field, input[type=time]::-webkit-datetime-edit-text {
  color: #000000;
}
input[type=time]::-webkit-inner-spin-button {
  display: none;
}
/* ==========================================================================
   LISTS
   ========================================================================== */
.c-list {
  list-style: none;
  margin: 0;
}

.c-list--definition {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.c-list__item {
  margin: 0;
}
.c-list--large .c-list__item {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-list--large .c-list__item {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-list--large .c-list__item {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-list--large .c-list__item {
    line-height: 1.6;
  }
}

.c-list--with-icons {
  padding: 0;
}

.c-list__item--with-icon {
  display: flex;
  align-items: center;
}

.c-list__item-icon {
  font-size: 1.125em;
  position: relative;
  top: 0.1375em;
}
.c-list__item-data {
  display: block;
  margin-left: 0.5rem;
}
@media (min-width: 1024px) {
  .c-list__item-data {
    margin-left: 0.75rem;
  }
}

a.c-list__item-data {
  text-decoration: none;
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  a.c-list__item-data {
    font-size: calc(
        15px +
          3 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  a.c-list__item-data {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  a.c-list__item-data {
    line-height: 1.6;
  }
}

.c-list__group {
  display: flex;
}

.c-list__title {
  width: 17%;
  font-weight: normal;
}

.c-list__data {
  margin: 0;
}

.c-marker {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 30px;
  z-index: 10;
}
.c-marker:before {
  content: "";
  position: relative;
  display: block;
  width: 300%;
  height: 300%;
  box-sizing: border-box;
  margin-left: -100%;
  margin-top: -100%;
  border-radius: 45px;
  background-color: #405fff;
  animation: pulse-ring 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
.c-marker:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse-ring {
  0% {
    transform: scale(0.33);
  }
  80%, 100% {
    opacity: 0;
  }
}
@keyframes pulse-dot {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
  }
}
.c-progress {
  position: fixed;
  top: 10px;
  left: 10px;
  width: calc(100vw - 20px);
  height: 5px;
  z-index: 999;
  background-color: rgba(83, 125, 108, 0.25);
}

.c-progress__bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: 0 0 0;
  background-color: #537d6c;
  will-change: transform;
  transition: all 300ms cubic-bezier(0.7, 0.6, 0.1, 0.8);
}

.c-scroll__btns {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
}

.c-section {
  min-height: 100vh;
  width: 100%;
  display: flex !important;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}

.c-section--split-right {
  flex-direction: row-reverse;
}

.c-section--full,
.c-section--facts,
.c-section--related,
.c-section--device {
  align-items: center;
}

/* Placement
   ========================================================================== */
.c-section__top,
.c-section__bottom {
  width: 100%;
}

.c-section__top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.c-section__bottom {
  background: #ffffff;
}
.c-section--intro-alt .c-section__bottom {
  background: transparent;
}

.c-section__full {
  width: 100%;
}

.c-section__left,
.c-section__right {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .c-section__left,
.c-section__right {
    width: 60%;
  }
}

.c-section__left {
  display: flex;
  align-items: center;
  padding: 1.5rem;
}
@media (min-width: 1024px) {
  .c-section__left {
    padding: 4rem;
  }
}

@media (min-width: 1024px) {
  .c-section--outro .c-section__left {
    width: 40%;
    align-items: center;
  }
}

.c-section--outro .c-section__right {
  padding: 1.5rem;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .c-section--outro .c-section__right {
    width: 60%;
    max-width: 820px;
    padding: 4rem;
    height: auto;
    background-color: #060021;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .c-section__right {
    width: 40%;
  }
}

.c-section__inner--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Inner
   ========================================================================== */
.c-section--intro .c-section__inner.c-section__top {
  padding-bottom: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-section--intro .c-section__inner.c-section__top {
    padding-bottom: 3rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-section--intro .c-section__inner.c-section__top {
    padding-bottom: 4rem;
  }
}
.c-section--intro-alt .c-section__inner.c-section__top {
  padding-bottom: 0.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-section--intro-alt .c-section__inner.c-section__top {
    padding-bottom: 1rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-section--intro-alt .c-section__inner.c-section__top {
    padding-bottom: 2rem;
  }
}
.c-section--intro-alt .c-section__inner.c-section__bottom, .c-section--intro .c-section__inner.c-section__bottom {
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-section--intro-alt .c-section__inner.c-section__bottom, .c-section--intro .c-section__inner.c-section__bottom {
    padding-top: 3rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-section--intro-alt .c-section__inner.c-section__bottom, .c-section--intro .c-section__inner.c-section__bottom {
    padding-top: 6rem;
  }
}
.c-section--intro-alt .c-section__inner.c-section__bottom {
  padding-top: 0.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .c-section--intro-alt .c-section__inner.c-section__bottom {
    padding-top: 1rem;
    text-align: left;
  }
}
@media (min-width: 1440px) {
  .c-section--intro-alt .c-section__inner.c-section__bottom {
    padding-top: 2rem;
  }
}
.c-section[data-horizontal=true] .c-section__inner {
  overflow: hidden;
}

/* Text
   ========================================================================== */
.c-section__headline {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 24.3px;
  line-height: 1.4;
  letter-spacing: 0.006em;
}
@media screen and (min-width: 375px) {
  .c-section__headline {
    font-size: calc(
        24.3px +
          29.7 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-section__headline {
    font-size: 54px;
  }
}
@media (min-width: 1024px) {
  .c-section__headline {
    line-height: 1.3;
  }
}
.c-section--intro-alt .c-section__headline, .c-section--intro .c-section__headline {
  font-family: "Playfair Display";
  font-weight: 800;
  font-size: 38px;
  line-height: 1.4;
  letter-spacing: 0.006em;
}
@media screen and (min-width: 375px) {
  .c-section--intro-alt .c-section__headline, .c-section--intro .c-section__headline {
    font-size: calc(
        38px +
          52 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-section--intro-alt .c-section__headline, .c-section--intro .c-section__headline {
    font-size: 90px;
  }
}
@media (min-width: 1024px) {
  .c-section--intro-alt .c-section__headline, .c-section--intro .c-section__headline {
    line-height: 1.3;
  }
}
.c-section--intro-alt .c-section__headline, .c-section--full .c-section__headline, .c-section--outro .c-section__headline, .c-section--related .c-section__headline, .c-section--facts .c-section__headline, .c-section--intro .c-section__headline, .c-section--device .c-section__headline, .c-section--split-right .c-section__headline, .c-section--split-left .c-section__headline {
  color: #ffffff;
}
.c-section--facts .c-section__headline, .c-section--related .c-section__headline {
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-section--facts .c-section__headline, .c-section--related .c-section__headline {
    margin-bottom: 4rem;
  }
}
.c-section--facts .c-section__headline {
  margin-bottom: 2rem;
}
.c-section--facts .c-section__headline + .c-section__text {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-section--facts .c-section__headline {
    margin-bottom: 4rem;
  }
  .c-section--facts .c-section__headline + .c-section__text {
    margin-top: -2rem;
    margin-bottom: 4rem;
  }
}

.c-section__text {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.003em;
}
@media screen and (min-width: 375px) {
  .c-section__text {
    font-size: calc(
        15px +
          6 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .c-section__text {
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .c-section__text {
    line-height: 1.6;
  }
}
.c-section--full .c-section__text, .c-section--facts .c-section__text, .c-section--outro .c-section__text, .c-section--device .c-section__text, .c-section--split-right .c-section__text, .c-section--split-left .c-section__text {
  color: #ffffff;
}

/* Intro
   ========================================================================== */
.c-section__logo {
  width: 15.625rem;
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  .c-section__logo {
    width: 20rem;
  }
}
@media (min-width: 1440px) {
  .c-section__logo {
    width: 25rem;
  }
}
.c-section--intro-alt .c-section__logo {
  color: #ffffff;
}

.c-section__action {
  position: absolute;
  bottom: 1rem;
}

/* Horizontal Scroll
   ========================================================================== */
/* ==========================================================================
   SLIDER
   ========================================================================== */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.c-slider--text {
  height: 100vh !important;
}

.c-slider--text {
  transition: all 0.3s;
}

.swiper-slide.swiper-slide-next .c-slider--text,
.swiper-slide.swiper-slide-prev .c-slider--text {
  opacity: 0;
}

.swiper-slide.swiper-slide-active .c-slider--text {
  opacity: 1;
}

.c-slider__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.swiper-container,
.swiper-slide {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  display: flex;
}

.swiper-slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.c-slider__content {
  margin: auto;
}

/* ==========================================================================
   #ALIGN
   ========================================================================== */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-clear {
  clear: both;
}

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

.u-text-left {
  text-align: left;
}

.u-text-right {
  text-align: right;
}

/* ==========================================================================
   #CLEARFIX
   ========================================================================== */
/**
 * Attach our clearfix mixin to a utility class.
 */
.u-clearfix:after {
  content: "" !important;
  display: block !important;
  clear: both !important;
}

.u-color-black--100 {
  background-color: #e2e2e2;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--100 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--100 > div:after {
  width: 100%;
  content: "#e2e2e2";
  font-weight: normal;
}
.u-color-black--200 {
  background-color: #c9c9c9;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--200 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--200 > div:after {
  width: 100%;
  content: "#c9c9c9";
  font-weight: normal;
}
.u-color-black--400 {
  background-color: #979797;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--400 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--400 > div:after {
  width: 100%;
  content: "#979797";
  font-weight: normal;
}
.u-color-black--800 {
  background-color: #060021;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--800 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--800 > div:after {
  width: 100%;
  content: "#060021";
  font-weight: normal;
}
.u-color-black--900 {
  background-color: #000000;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--900 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--900 > div:after {
  width: 100%;
  content: "#000000";
  font-weight: normal;
}
.u-color-black--900-50 {
  background-color: rgba(0, 0, 0, 0.55);
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--900-50 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--900-50 > div:after {
  width: 100%;
  content: "rgba(0, 0, 0, 0.55)";
  font-weight: normal;
}
.u-color-black--900-25 {
  background-color: rgba(0, 0, 0, 0.25);
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-black--900-25 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-black--900-25 > div:after {
  width: 100%;
  content: "rgba(0, 0, 0, 0.25)";
  font-weight: normal;
}

.u-color-white--900 {
  background-color: #ffffff;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-white--900 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-white--900 > div:after {
  width: 100%;
  content: "#ffffff";
  font-weight: normal;
}
.u-color-white--900-50 {
  background-color: rgba(255, 255, 255, 0.55);
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-white--900-50 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-white--900-50 > div:after {
  width: 100%;
  content: "rgba(255, 255, 255, 0.55)";
  font-weight: normal;
}
.u-color-white--900-25 {
  background-color: rgba(255, 255, 255, 0.25);
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-white--900-25 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-white--900-25 > div:after {
  width: 100%;
  content: "rgba(255, 255, 255, 0.25)";
  font-weight: normal;
}

.u-color-blue--700 {
  background-color: #405fff;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-blue--700 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-blue--700 > div:after {
  width: 100%;
  content: "#405fff";
  font-weight: normal;
}
.u-color-blue--900 {
  background-color: #0029ff;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-blue--900 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-blue--900 > div:after {
  width: 100%;
  content: "#0029ff";
  font-weight: normal;
}

.u-color-warm-grey--100 {
  background-color: #f8f6f4;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-warm-grey--100 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-warm-grey--100 > div:after {
  width: 100%;
  content: "#f8f6f4";
  font-weight: normal;
}
.u-color-warm-grey--100-85 {
  background-color: rgba(248, 246, 244, 0.85);
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-warm-grey--100-85 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-warm-grey--100-85 > div:after {
  width: 100%;
  content: "rgba(248, 246, 244, 0.85)";
  font-weight: normal;
}
.u-color-warm-grey--200 {
  background-color: #f0ede9;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-warm-grey--200 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-warm-grey--200 > div:after {
  width: 100%;
  content: "#f0ede9";
  font-weight: normal;
}
.u-color-warm-grey--300 {
  background-color: #e9e4de;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-warm-grey--300 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-warm-grey--300 > div:after {
  width: 100%;
  content: "#e9e4de";
  font-weight: normal;
}
.u-color-warm-grey--400 {
  background-color: #d9d2c8;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-warm-grey--400 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-warm-grey--400 > div:after {
  width: 100%;
  content: "#d9d2c8";
  font-weight: normal;
}

.u-color-error--100 {
  background-color: #fff0e6;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-error--100 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-error--100 > div:after {
  width: 100%;
  content: "#fff0e6";
  font-weight: normal;
}
.u-color-error--500 {
  background-color: #ff4b32;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-error--500 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-error--500 > div:after {
  width: 100%;
  content: "#ff4b32";
  font-weight: normal;
}
.u-color-error--900 {
  background-color: #b00200;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-error--900 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-error--900 > div:after {
  width: 100%;
  content: "#b00200";
  font-weight: normal;
}

.u-color-success--100 {
  background-color: #f0faf5;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-success--100 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-success--100 > div:after {
  width: 100%;
  content: "#f0faf5";
  font-weight: normal;
}
.u-color-success--500 {
  background-color: #00c3a0;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-success--500 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-success--500 > div:after {
  width: 100%;
  content: "#00c3a0";
  font-weight: normal;
}
.u-color-success--900 {
  background-color: #1e4b50;
  height: 200px;
  width: 200px;
  margin: 20px;
  border: 2px solid #000000;
  display: flex;
  position: relative;
}
.u-color-success--900 > div {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  width: 100%;
  padding: 5px;
  font-weight: bold;
}
.u-color-success--900 > div:after {
  width: 100%;
  content: "#1e4b50";
  font-weight: normal;
}

/* ==========================================================================
   #HIDE
   ========================================================================== */
/**
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.u-hidden-visually {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

/**
 * Hide visually and from screen readers.
 */
.u-hidden {
  display: none !important;
}

.u-hidden\@small {
  display: none;
}
@media (min-width: 768px) {
  .u-hidden\@small {
    display: block;
  }
}

/* ==========================================================================
   LIGHTBOX
   ========================================================================== */
.u-lightbox__trigger {
  margin: 0;
  padding: 0.25rem 0.5rem;
}
@media (min-width: 1024px) {
  .u-lightbox__trigger {
    padding: 0.25rem 0.25rem 0.25rem 0.75rem;
  }
}

.u-lightbox__trigger--above {
  position: absolute;
  z-index: 1;
  bottom: 0.5rem;
  right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 1024px) {
  .u-lightbox__trigger--above {
    bottom: 1rem;
    right: 1rem;
  }
}

/* ==========================================================================
   PADDING
   ========================================================================== */
.is-paddingless--top {
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--top-mobile {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--top-desktop {
    padding-top: 0;
  }
}
.is-paddingless--bottom {
  padding-bottom: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--bottom-mobile {
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--bottom-desktop {
    padding-bottom: 0;
  }
}
.is-paddingless--left {
  padding-left: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--left-mobile {
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--left-desktop {
    padding-left: 0;
  }
}
.is-paddingless--right {
  padding-right: 0;
}

@media (max-width: 1023.98px) {
  .is-paddingless--right-mobile {
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .is-paddingless--right-desktop {
    padding-right: 0;
  }
}
/* ==========================================================================
   SPACING
   ========================================================================== */
.u-space--xl-top {
  padding-top: 48px;
}
@media screen and (min-width: 375px) {
  .u-space--xl-top {
    padding-top: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--xl-top {
    padding-top: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--xl-top-mobile {
    padding-top: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--xl-top-mobile {
    padding-top: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--xl-top-mobile {
    padding-top: 96px;
  }
}
.u-space--xl-bottom {
  padding-bottom: 48px;
}
@media screen and (min-width: 375px) {
  .u-space--xl-bottom {
    padding-bottom: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--xl-bottom {
    padding-bottom: 96px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: calc(
        48px +
          48 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--xl-bottom-mobile {
    padding-bottom: 96px;
  }
}
.u-space--l-top {
  padding-top: 32px;
}
@media screen and (min-width: 375px) {
  .u-space--l-top {
    padding-top: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--l-top {
    padding-top: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--l-top-mobile {
    padding-top: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--l-top-mobile {
    padding-top: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--l-top-mobile {
    padding-top: 64px;
  }
}
.u-space--l-bottom {
  padding-bottom: 32px;
}
@media screen and (min-width: 375px) {
  .u-space--l-bottom {
    padding-bottom: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--l-bottom {
    padding-bottom: 64px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--l-bottom-mobile {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--l-bottom-mobile {
    padding-bottom: calc(
        32px +
          32 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--l-bottom-mobile {
    padding-bottom: 64px;
  }
}
.u-space--m-top {
  padding-top: 24px;
}
@media screen and (min-width: 375px) {
  .u-space--m-top {
    padding-top: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--m-top {
    padding-top: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--m-top-mobile {
    padding-top: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--m-top-mobile {
    padding-top: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--m-top-mobile {
    padding-top: 48px;
  }
}
.u-space--m-bottom {
  padding-bottom: 24px;
}
@media screen and (min-width: 375px) {
  .u-space--m-bottom {
    padding-bottom: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--m-bottom {
    padding-bottom: 48px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--m-bottom-mobile {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--m-bottom-mobile {
    padding-bottom: calc(
        24px +
          24 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--m-bottom-mobile {
    padding-bottom: 48px;
  }
}
.u-space--s-top {
  padding-top: 16px;
}
@media screen and (min-width: 375px) {
  .u-space--s-top {
    padding-top: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--s-top {
    padding-top: 32px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--s-top-mobile {
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--s-top-mobile {
    padding-top: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--s-top-mobile {
    padding-top: 32px;
  }
}
.u-space--s-bottom {
  padding-bottom: 16px;
}
@media screen and (min-width: 375px) {
  .u-space--s-bottom {
    padding-bottom: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-space--s-bottom {
    padding-bottom: 32px;
  }
}

@media (max-width: 1023.98px) {
  .u-space--s-bottom-mobile {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 375px) {
  .u-space--s-bottom-mobile {
    padding-bottom: calc(
        16px +
          16 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (max-width: 1023.98px) and (min-width: 1440px) {
  .u-space--s-bottom-mobile {
    padding-bottom: 32px;
  }
}
.u-text--caption {
  font-family: "sofia-pro";
  font-weight: 400;
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: -0.003em;
  color: #979797;
}
@media screen and (min-width: 375px) {
  .u-text--caption {
    font-size: calc(
        10px +
          0 *
          (100vw - 375px) /
          1065
      );
  }
}
@media screen and (min-width: 1440px) {
  .u-text--caption {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .u-text--caption {
    line-height: 1.6;
  }
}

/* ==========================================================================
   TOOLTIP
   ========================================================================== */
.u-tooltip__content {
  display: none;
  max-width: 60ch;
}

.u-tooltip__icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-left: 0.5rem;
}
.is-disabled .u-tooltip__icon-wrap, [disabled] .u-tooltip__icon-wrap {
  background-color: #c9c9c9;
}
.c-btn--pill-small .u-tooltip__icon-wrap {
  width: 1rem;
  height: 1rem;
  margin-left: 0.375rem;
}
@media (min-width: 1024px) {
  .c-btn--pill-small .u-tooltip__icon-wrap {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.u-tooltip__icon {
  position: relative;
  width: 0.375rem;
  height: 0.75rem;
}
.is-disabled .u-tooltip__icon, [disabled] .u-tooltip__icon {
  fill: #ffffff;
}
.c-btn--pill-small .u-tooltip__icon {
  width: 0.25rem;
  height: 0.5rem;
}
@media (min-width: 1024px) {
  .u-tooltip__icon {
    width: 0.5rem;
    height: 1rem;
  }
  .c-btn--pill-small .u-tooltip__icon {
    width: 0.375rem;
    height: 0.75rem;
  }
}

.tippy-box[data-theme~=vowo] {
  padding: 0.625rem;
}
.tippy-box[data-theme~=vowo-dark] {
  padding: 0.625rem;
  color: #ffffff;
}

/*# sourceMappingURL=main.css.map*/