@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");
:root {
  interpolate-size: allow-keywords;
  --font-main: "Red Hat Display", sans-serif;
  --base-container-max-width: 80.5rem;
  --base-grid-row-gap: 1.875rem;
  --col-dragon-black: #1d1d1d;
  --col-dragon-red-500: #F04B51;
  --col-dragon-red-700: #BA3B40;
  --dragon-gradient: linear-gradient(180deg, #8D3287 0%, #DB4E55 50%, #E37A42 100%);
}

body {
  background: var(--col-dragon-black);
  font-family: var(--font-main);
  font-optical-sizing: auto;
}

html {
  font-size: 16px !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../icons/icomoon.ttf?dlzl4g") format("truetype"), url("../icons/icomoon.woff?dlzl4g") format("woff"), url("../icons/icomoon.svg?dlzl4g#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^=dicon-], [class*=" dicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dicon-arrow-right:before {
  content: "\e900";
}

.dicon-linkedin:before {
  content: "\e904";
}

.dicon-instagram:before {
  content: "\e905";
}

.dicon-facebook:before {
  content: "\f09a";
}

.dicon-youtube:before {
  content: "\f16a";
}

/* USAGE: 
.my-class {
 background-color: blue;

  @include mixins.for-size(small-only) {
    background-color: red;
  }

  @include mixins.for-size(medium-only) {
    background-color: green;
  }

  @include mixins.for-size(medium-landscape) {
    background-color: yellow;
  }

  @include mixins.for-size(large) {
    background-color: pink;
  }
}
*/
.oflow-y-hidden {
  overflow-y: hidden;
}

.oflow-hidden {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  touch-action: none;
}

.oflow-auto {
  overflow-y: auto;
}

.position-rel {
  position: relative;
}

.position-absolute,
.position-abs {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

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

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

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

.text-justify {
  text-align: justify;
}

[dir=rtl] .text-left {
  text-align: right;
}

[dir=rtl] .text-right {
  text-align: left;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
  [dir=rtl] .medium-text-left {
    text-align: right;
  }
  [dir=rtl] .medium-text-right {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
  [dir=rtl] .large-text-left {
    text-align: right;
  }
  [dir=rtl] .large-text-right {
    text-align: left;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-for-sr {
  background-color: #000 !important;
  color: #fff !important;
  display: block;
}

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

.is-hidden {
  display: none !important;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
@media screen and (max-width: 1215px) {
  .show-for-desktop {
    display: none !important;
  }
}
@media print, screen and (min-width: 1215px) {
  .hide-for-desktop {
    display: none !important;
  }
}
.section-title {
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.8rem;
  color: #fff;
}
.section-title strong {
  color: var(--col-dragon-red-500);
}

.section-intro {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  color: #fff;
}

/* grid container */
.grid-container, .ui-grid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: var(--base-container-max-width);
  margin-left: auto;
  margin-right: auto;
}
.grid-container .grid-container:not(.ui-grid), .ui-grid .grid-container:not(.ui-grid), .grid-container .ui-grid:not(.ui-grid), .ui-grid .ui-grid:not(.ui-grid) {
  display: contents;
}

@media print, screen and (min-width: 40em) {
  .grid-container, .ui-grid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid, .fluid.ui-grid {
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-container.fluid, .fluid.ui-grid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full, .full.ui-grid {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
}

.grid-row-gap {
  row-gap: var(--base-grid-row-gap);
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12,
.grid-x > .small-11,
.grid-x > .small-10,
.grid-x > .small-9,
.grid-x > .small-8,
.grid-x > .small-7,
.grid-x > .small-6,
.grid-x > .small-5,
.grid-x > .small-4,
.grid-x > .small-3,
.grid-x > .small-2,
.grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12,
  .grid-x > .medium-11,
  .grid-x > .medium-10,
  .grid-x > .medium-9,
  .grid-x > .medium-8,
  .grid-x > .medium-7,
  .grid-x > .medium-6,
  .grid-x > .medium-5,
  .grid-x > .medium-4,
  .grid-x > .medium-3,
  .grid-x > .medium-2,
  .grid-x > .medium-1,
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12,
  .grid-x > .large-11,
  .grid-x > .large-10,
  .grid-x > .large-9,
  .grid-x > .large-8,
  .grid-x > .large-7,
  .grid-x > .large-6,
  .grid-x > .large-5,
  .grid-x > .large-4,
  .grid-x > .large-3,
  .grid-x > .large-2,
  .grid-x > .large-1,
  .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}

.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}
.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x, .ui-grid:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x, .ui-grid:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  .tablet-up-1 > .cell {
    width: 100%;
  }
  .tablet-up-2 > .cell {
    width: 50%;
  }
  .tablet-up-3 > .cell {
    width: 33.3333333333%;
  }
  .tablet-up-4 > .cell {
    width: 25%;
  }
  .tablet-up-5 > .cell {
    width: 20%;
  }
  .tablet-up-6 > .cell {
    width: 16.6666666667%;
  }
  .tablet-up-7 > .cell {
    width: 14.2857142857%;
  }
  .tablet-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}

.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}

.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}

.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}

.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.625rem);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.625rem);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.625rem);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.625rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.625rem);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.625rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 0.9375rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 0.9375rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 0.9375rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 0.9375rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 0.9375rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 0.9375rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 0.9375rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 0.9375rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto {
  height: auto;
}

.grid-y > .shrink {
  height: auto;
}

.grid-y > .small-shrink,
.grid-y > .small-full,
.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12,
.grid-y > .small-11,
.grid-y > .small-10,
.grid-y > .small-9,
.grid-y > .small-8,
.grid-y > .small-7,
.grid-y > .small-6,
.grid-y > .small-5,
.grid-y > .small-4,
.grid-y > .small-3,
.grid-y > .small-2,
.grid-y > .small-1 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.3333333333%;
}

.grid-y > .small-2 {
  height: 16.6666666667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.3333333333%;
}

.grid-y > .small-5 {
  height: 41.6666666667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.3333333333%;
}

.grid-y > .small-8 {
  height: 66.6666666667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.3333333333%;
}

.grid-y > .small-11 {
  height: 91.6666666667%;
}

.grid-y > .small-12 {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12,
  .grid-y > .medium-11,
  .grid-y > .medium-10,
  .grid-y > .medium-9,
  .grid-y > .medium-8,
  .grid-y > .medium-7,
  .grid-y > .medium-6,
  .grid-y > .medium-5,
  .grid-y > .medium-4,
  .grid-y > .medium-3,
  .grid-y > .medium-2,
  .grid-y > .medium-1,
  .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12,
  .grid-y > .large-11,
  .grid-y > .large-10,
  .grid-y > .large-9,
  .grid-y > .large-8,
  .grid-y > .large-7,
  .grid-y > .large-6,
  .grid-y > .large-5,
  .grid-y > .large-4,
  .grid-y > .large-3,
  .grid-y > .large-2,
  .grid-y > .large-1,
  .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}

.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid-y.grid-frame {
  height: 100%;
}

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}

.grid-margin-y > .shrink {
  height: auto;
}

.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}

.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}

.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}

.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}

.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}

.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}

.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}

.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}

.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}

.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}

.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}

.grid-margin-y > .small-12 {
  height: calc(100% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}
.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.float-left {
  float: left !important;
}

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.clearfix::after {
  clear: both;
}

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

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

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

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

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

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

.align-self-top {
  align-self: flex-start;
}

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

.align-self-bottom {
  align-self: flex-end;
}

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

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.ui-grid {
  display: flex;
  flex-flow: row wrap;
  padding-right: 0;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
  row-gap: 1rem;
}
.ui-grid > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.ui-grid > .cell .ui-grid {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
.ui-grid.fluid, .ui-grid.full, .ui-grid.grid-fluid, .ui-grid.grid-full {
  max-width: 100%;
}
.ui-grid.collapse, .ui-grid.grid-collapse {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  row-gap: 0;
}
.ui-grid.collapse .cell, .ui-grid.grid-collapse .cell {
  padding: 0;
}

@media print, screen and (min-width: 40em) {
  .ui-grid > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .ui-grid > .cell .ui-grid {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
  .ui-grid.collapse, .ui-grid.grid-collapse {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.ui-grid > .small-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.ui-grid > .small-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.ui-grid > .small-3 {
  flex: 0 0 auto;
  width: 25%;
}
.ui-grid > .small-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.ui-grid > .small-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.ui-grid > .small-6 {
  flex: 0 0 auto;
  width: 50%;
}
.ui-grid > .small-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.ui-grid > .small-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.ui-grid > .small-9 {
  flex: 0 0 auto;
  width: 75%;
}
.ui-grid > .small-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.ui-grid > .small-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.ui-grid > .small-12 {
  flex: 0 0 auto;
  width: 100%;
}
.ui-grid > .small-shrink {
  flex-basis: auto;
  width: auto;
}
.ui-grid > .small-full {
  flex-basis: auto;
  width: 100%;
}
.ui-grid > .small-auto {
  flex: 1 1 0;
  width: auto;
}
@media screen and (min-width: 40em) {
  .ui-grid > .medium-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ui-grid > .medium-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ui-grid > .medium-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ui-grid > .medium-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ui-grid > .medium-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ui-grid > .medium-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ui-grid > .medium-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ui-grid > .medium-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ui-grid > .medium-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ui-grid > .medium-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ui-grid > .medium-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ui-grid > .medium-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ui-grid > .medium-shrink {
    flex-basis: auto;
    width: auto;
  }
  .ui-grid > .medium-full {
    flex-basis: auto;
    width: 100%;
  }
  .ui-grid > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
}
@media screen and (min-width: 64em) {
  .ui-grid > .large-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .ui-grid > .large-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .ui-grid > .large-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .ui-grid > .large-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .ui-grid > .large-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .ui-grid > .large-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .ui-grid > .large-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .ui-grid > .large-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .ui-grid > .large-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .ui-grid > .large-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .ui-grid > .large-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .ui-grid > .large-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .ui-grid > .large-shrink {
    flex-basis: auto;
    width: auto;
  }
  .ui-grid > .large-full {
    flex-basis: auto;
    width: 100%;
  }
  .ui-grid > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
}

.wrapper-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: clamp(1rem, 3vw, 4rem);
  padding-left: clamp(1rem, 3vw, 4rem);
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease, box-shadow 0.3s ease;
}
.wrapper-header .ui-grid {
  position: relative;
  z-index: 1;
}
.wrapper-header.is-scrolled {
  background-color: rgba(29, 29, 29, 0.85);
  backdrop-filter: blur(8px);
  box-shadow: 0px 0px 15px 0px rgba(243, 243, 243, 0.08);
}
.wrapper-header .logo {
  background: none;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .wrapper-header {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .wrapper-header {
    padding: 1rem 0.5rem 0.5rem 1rem;
  }
}

.main-nav {
  display: flex;
  justify-content: right;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: clamp(0.625rem, 2vw, 2.5rem);
}
.main-nav .main-nav-item {
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: 0.02rem;
  padding: 0.125rem;
  background: none;
  white-space: nowrap;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease-out;
}
.main-nav .main-nav-item:hover, .main-nav .main-nav-item:focus-visible {
  border-color: var(--col-dragon-red-500);
}
.main-nav .btn-main {
  margin-left: 1rem;
}
@media screen and (max-width: 998px) {
  .main-nav .main-nav-item {
    font-size: 0.85rem;
  }
  .main-nav .btn-main {
    font-size: 0.65rem;
    padding: 0.6rem 0.8rem;
    margin: 0;
  }
}

.wrapper-hero {
  position: relative;
  min-height: 820px;
  background-color: var(--col-dragon-black);
  background-image: url(../images/hero-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 12.5rem;
  padding-bottom: 12rem;
  padding-left: clamp(1rem, 3vw, 4rem);
  padding-right: clamp(1rem, 3vw, 4rem);
  overflow: hidden;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .wrapper-hero {
    padding-bottom: 8rem;
    min-height: 720px;
  }
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero {
    padding-top: 8rem;
    padding-bottom: 4rem;
    min-height: 550px;
  }
}
.wrapper-hero:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/hero-gradient.png);
  background-position: bottom left;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1620px) {
  .wrapper-hero:before {
    background-position: bottom -100px left;
  }
}
.wrapper-hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 339px;
  background-image: url(../images/hero-curve.svg);
  background-size: 100% 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .wrapper-hero:after {
    height: 200px;
  }
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero:after {
    height: 108px;
  }
}
.wrapper-hero .curve-glow {
  position: absolute;
  bottom: -36px;
  right: 0;
  mix-blend-mode: screen;
  max-height: 370px;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero .curve-glow {
    bottom: -20px;
  }
}
.wrapper-hero * {
  z-index: 1;
  position: relative;
}
.wrapper-hero .hero-content {
  margin-bottom: 8rem;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero .hero-content {
    margin-bottom: 1.5rem;
  }
}
.wrapper-hero .hero-title {
  font-size: clamp(2.25rem, 1.75rem + 3vw, 4.375rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.25);
}
.wrapper-hero .hero-title strong {
  font-weight: 700;
}
.wrapper-hero .hero-subtitle {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  color: #fff;
}
.wrapper-hero .hero-intro {
  font-size: 1.25rem;
  font-size: 400;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 2.8rem;
}
.wrapper-hero .hero-actions {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .wrapper-hero .hero-actions .btn-main--black {
    width: 100%;
    justify-content: center;
  }
  .wrapper-hero .hero-actions .btn-main--ghost {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    color: var(--col-dragon-black);
  }
}
.wrapper-hero .hero-logos p {
  font-size: 1rem;
  color: var(--col-dragon-black);
  margin-bottom: 1rem;
}
.wrapper-hero .logo-strip {
  display: flex;
  gap: 2.875rem;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .wrapper-hero .logo-strip {
    gap: 1.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero .logo-strip {
    row-gap: 0.5rem;
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    flex-wrap: wrap;
  }
  .wrapper-hero .logo-strip li {
    max-width: calc(33.33% - 1.5rem);
  }
}
.wrapper-hero .logo-strip img {
  max-height: 58px;
  filter: brightness(0) invert(0);
}
.wrapper-hero--alt {
  min-height: 600px;
  background-image: url(../images/hero-alt-bg.png);
  background-position: left bottom;
  padding-top: 10rem;
  padding-bottom: 12rem;
}
.wrapper-hero--alt:before {
  z-index: 1;
  background-image: url(../images/hero-arc-glow.png);
  background-position: center bottom;
  background-size: contain;
  height: 300px;
  width: 1319px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  mix-blend-mode: screen;
}
.wrapper-hero--alt:after {
  bottom: -150px;
  height: 335px;
  background-image: url(../images/hero-arc.svg);
}
.wrapper-hero--alt .hero-content {
  margin-bottom: 0;
}
.wrapper-hero--alt .hero-title {
  margin-bottom: 1rem;
}
.wrapper-hero--alt + .wrapper-section {
  padding-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-hero--alt:before {
    height: 150px;
    bottom: 10px;
  }
  .wrapper-hero--alt:after {
    height: 100px;
    bottom: 0;
  }
}

.wrapper-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: clamp(1rem, 3vw, 4rem);
  padding-left: clamp(1rem, 3vw, 4rem);
}
@media screen and (max-width: 39.9375em) {
  .wrapper-section {
    padding: 2rem 0.5rem;
  }
}
.wrapper-section .ui-grid {
  position: relative;
  z-index: 1;
}
.wrapper-section.left-side-glow {
  position: relative;
}
.wrapper-section.left-side-glow:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 977px;
  width: 452px;
  background-image: url(../images/left-side-glow.png);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-section.left-side-glow:before {
    width: 90%;
    height: 400px;
  }
}
.wrapper-section.left-side-glow--top:before {
  top: -420px;
  transform: none;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-section.left-side-glow--top:before {
    top: -180px;
  }
}

.section-container {
  max-width: var(--base-container-max-width);
  padding: 0 0.9375rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .section-container {
    padding: 0;
  }
}
.section-container .inner-white {
  background-color: #fff;
  border-radius: 20px;
  padding: 2rem 1rem;
}
@media screen and (max-width: 39.9375em) {
  .section-container .inner-white {
    padding: 1.75rem 0.75rem;
  }
}
.section-container .inner-white .section-title, .section-container .inner-white .section-intro, .section-container .inner-white p {
  color: var(--col-dragon-black);
}

.left-side-block {
  padding-right: 3rem;
  margin-bottom: 3rem;
  max-width: 600px;
}
@media screen and (max-width: 39.9375em) {
  .left-side-block {
    padding-right: 0;
    margin-bottom: 1.5rem;
  }
}
.left-side-block .section-title {
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1.75rem;
  color: #fff;
}
.left-side-block .section-title strong {
  font-weight: 700;
  color: var(--col-dragon-red-500);
}
.left-side-block p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
}
.left-side-block.sticky-elem {
  position: sticky;
  top: 105px;
}
.left-side-block.align-to-list {
  padding-top: 5.5rem;
}
@media screen and (max-width: 39.9375em) {
  .left-side-block.align-to-list {
    padding-top: 0;
  }
}

.center-intro-block {
  text-align: center;
}
.center-intro-block .section-title {
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  margin-bottom: 1.5rem;
}
.center-intro-block .section-title strong {
  font-weight: 700;
  color: var(--col-dragon-red-500);
}
.center-intro-block .section-intro {
  font-size: 1.2rem;
  font-weight: 400;
}

.call-block {
  position: relative;
  padding: 3.5rem 1.5rem 5.75rem;
  background-color: var(--col-dragon-black);
  isolation: isolate;
}
.call-block:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 240px;
  background-image: url(../images/center-glow.png);
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  mix-blend-mode: screen;
}
.call-block .ui-grid {
  position: relative;
  z-index: 1;
}
.call-block .section-title {
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  font-weight: 600;
  margin: 0 auto 1.25rem;
  color: #fff;
  max-width: 26ch;
}
.call-block .section-title strong {
  color: var(--col-dragon-red-500);
  font-weight: 600;
}
.call-block .section-intro {
  color: #fff;
  font-size: 1.125rem;
}
.call-block .section-intro + .btn-main {
  margin-top: 2rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .call-block {
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .call-block {
    padding: 1.5rem 0 2rem;
  }
  .call-block:before {
    bottom: 4rem;
  }
  .call-block .btn-main {
    width: 100%;
    justify-content: center;
  }
}

.testimonial-block {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1.35fr);
  align-items: stretch;
  border-radius: 100px 20px;
  overflow: hidden;
  background: var(--dragon-gradient);
  padding: 1px;
  color: #fff;
  min-height: 520px;
}
.testimonial-block__media {
  position: relative;
  overflow: hidden;
  border-radius: 99px 0 0 19px;
}
.testimonial-block__media img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonial-block__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(2rem, 1.5rem + 3vw, 4rem);
  background-color: var(--col-dragon-black);
  border-radius: 0 19px 99px 0;
  box-shadow: inset -4px 4px 11px 0 rgba(189, 64, 69, 0.2);
}
.testimonial-block__quote {
  margin: 0 0 2.5rem;
  max-width: 34rem;
}
.testimonial-block__quote p {
  margin: 0;
  font-size: 2.188rem;
  line-height: 1.25;
  font-weight: 300;
  text-wrap: balance;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .testimonial-block__quote p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .testimonial-block__quote p {
    font-size: 1.5rem;
  }
}
.testimonial-block__meta {
  margin-top: auto;
  padding-bottom: 1rem;
}
.testimonial-block__name {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.testimonial-block__role {
  font-size: 0.875rem;
  font-weight: 300;
}
.testimonial-block__brand {
  border-top: 1px solid #828282;
  padding-top: 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  .testimonial-block {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .testimonial-block__media {
    height: 350px;
    border-radius: 99px 19px 0 0;
  }
  .testimonial-block__content {
    border-radius: 0 0 99px 19px;
  }
}

.glow-divider {
  position: relative;
  height: 200px;
}
@media screen and (max-width: 39.9375em) {
  .glow-divider {
    height: 80px;
  }
}
.glow-divider:before {
  content: "";
  width: 100%;
  max-width: 1440px;
  aspect-ratio: 1440/320;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  background-image: url(../images/center-glow.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  mix-blend-mode: screen;
}

.steps-graphic-block {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-left: 55px;
  padding-right: 55px;
  padding-bottom: 180px;
  background-color: var(--col-dragon-black);
}
.steps-graphic-block .steps-graphic {
  mix-blend-mode: screen;
  width: 100%;
  max-width: 1150px;
}
.steps-graphic-block .steps-item {
  position: absolute;
  max-width: 280px;
  text-align: center;
}
.steps-graphic-block .steps-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 88px;
  width: 88px;
  border-radius: 50%;
  border: 4px solid #992525;
  background-color: var(--col-dragon-red-700);
  margin: 0 auto 1rem;
}
.steps-graphic-block .steps-item__icon img {
  height: 50px;
}
.steps-graphic-block .steps-item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  color: #fff;
}
.steps-graphic-block .steps-item p strong {
  font-weight: 700;
}
.steps-graphic-block .steps-item--left {
  top: 125px;
  left: 10px;
}
.steps-graphic-block .steps-item--middle {
  top: 450px;
  left: 385px;
}
.steps-graphic-block .steps-item--right {
  top: 212px;
  right: 185px;
}
@media screen and (max-width: 1350px) {
  .steps-graphic-block {
    max-width: 1010px;
  }
  .steps-graphic-block .steps-graphic {
    max-width: 900px;
  }
  .steps-graphic-block .steps-item {
    max-width: 240px;
  }
  .steps-graphic-block .steps-item p {
    font-size: 0.95rem;
  }
  .steps-graphic-block .steps-item--left {
    top: 92px;
    left: 0;
  }
  .steps-graphic-block .steps-item--middle {
    top: 360px;
    left: 295px;
  }
  .steps-graphic-block .steps-item--right {
    top: 155px;
    right: 145px;
  }
}
@media screen and (max-width: 1050px) {
  .steps-graphic-block {
    padding: 3rem 0 0;
  }
  .steps-graphic-block:before {
    content: "";
    z-index: 0;
    height: 484px;
    width: 196px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/mobile-steps-graphic.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    mix-blend-mode: screen;
    opacity: 0.25;
  }
  .steps-graphic-block .steps-graphic {
    display: none;
  }
  .steps-graphic-block .steps-item {
    z-index: 1;
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    margin: 0 auto 5rem;
    max-width: 280px;
  }
  .steps-graphic-block .steps-item:last-child {
    margin-bottom: 0;
  }
}

.wrapper-footer {
  padding-top: 1.5rem;
  padding-bottom: 2.5rem;
  padding-right: clamp(1rem, 3vw, 4rem);
  padding-left: clamp(1rem, 3vw, 4rem);
}
@media screen and (max-width: 39.9375em) {
  .wrapper-footer {
    padding-right: 0;
    padding-left: 0;
  }
}
.wrapper-footer .footer-container {
  max-width: var(--base-container-max-width);
  padding: 0 0.9375rem;
  margin: 0 auto;
}
.wrapper-footer .inner-footer {
  position: relative;
  border-radius: 20px;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  padding-right: clamp(1rem, 3vw, 4rem);
  padding-left: clamp(1rem, 3vw, 4rem);
  background-image: url(../images/footer-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
.wrapper-footer .inner-footer * {
  position: relative;
  z-index: 1;
}
.wrapper-footer .inner-footer:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/footer-overlay.png);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .wrapper-footer .inner-footer {
    padding: 3rem 1rem 1.5rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .wrapper-footer .inner-footer {
    padding: 3rem 0.5rem 1.5rem;
  }
}
.wrapper-footer .footer-logo {
  padding-bottom: 0.75rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.wrapper-footer .footer-details p {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.8;
}
.wrapper-footer .footer-details p a {
  background: none;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-out;
}
.wrapper-footer .footer-details p a:hover, .wrapper-footer .footer-details p a:focus-visible {
  border-color: var(--col-dragon-red-500);
}
.wrapper-footer .footer-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08125rem;
}
.wrapper-footer .footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper-footer .footer-menu > li {
  margin-bottom: 0.5rem;
}
.wrapper-footer .footer-menu > li > a {
  background: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.08125rem;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-out;
}
.wrapper-footer .footer-menu > li > a:hover, .wrapper-footer .footer-menu > li > a:focus-visible {
  border-color: var(--col-dragon-red-500);
}
.wrapper-footer .footer-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrapper-footer .footer-submenu > li {
  margin-bottom: 0.35rem;
}
.wrapper-footer .footer-submenu > li > a {
  background: none;
  font-size: 0.875rem;
  color: #fff;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-out;
}
.wrapper-footer .footer-submenu > li > a:hover, .wrapper-footer .footer-submenu > li > a:focus-visible {
  border-color: var(--col-dragon-red-500);
}
.wrapper-footer .base-items {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.wrapper-footer .base-items p {
  font-size: 0.75rem;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-footer .base-items {
    margin-top: 1.75rem;
  }
}
.wrapper-footer .base-menu {
  display: flex;
  justify-content: flex-end;
  gap: 1.2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-footer .base-menu {
    justify-content: flex-start;
  }
}
.wrapper-footer .base-menu li {
  position: relative;
}
.wrapper-footer .base-menu li:before {
  content: "";
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: -0.6rem;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper-footer .base-menu li:first-child:before {
  display: none;
}
.wrapper-footer .base-menu a {
  white-space: nowrap;
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
  background: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease-out;
}
.wrapper-footer .base-menu a:hover, .wrapper-footer .base-menu a:focus-visible {
  border-color: var(--col-dragon-red-500);
}
.wrapper-footer .footer-sep {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 1.8rem 0.9375rem 0.85rem;
}
@media screen and (max-width: 39.9375em) {
  .wrapper-footer .footer-sep {
    display: none;
  }
}
.wrapper-footer .social-menu {
  position: relative;
  display: flex;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0 1rem;
}
.wrapper-footer .social-menu:before, .wrapper-footer .social-menu:after {
  content: "";
  height: 14px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wrapper-footer .social-menu:before {
  left: 0;
}
.wrapper-footer .social-menu:after {
  right: 0;
}
.wrapper-footer .social-menu a {
  background: none;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  font-size: 0.75rem;
  color: var(--col-dragon-red-700);
  transition: 0.3s ease-out;
}
.wrapper-footer .social-menu a:hover, .wrapper-footer .social-menu a:focus-visible {
  background-color: var(--col-dragon-red-500);
  color: var(--col-dragon-black);
}
.wrapper-footer .social-menu li:nth-child(odd) a {
  color: var(--col-dragon-black);
}

.btn-main {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 5%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  border: 1px solid var(--col-dragon-red-700);
  background: var(--col-dragon-red-700);
  padding: 0.8rem 1.8rem;
  border-radius: 24px 4px;
  transition: border-radius 0.4s ease;
}
.btn-main [class^=dicon-], .btn-main [class*=" dicon-"] {
  font-size: 1.25rem;
  color: inherit;
}
.btn-main:hover, .btn-main:focus-visible {
  border-radius: 10px 4px;
}
.btn-main--outline-white {
  border-color: #fff;
  background: transparent;
}
.btn-main--white {
  background: #fff;
  border-color: #fff;
  color: var(--col-dragon-black);
  font-weight: 700;
}
.btn-main--white:hover, .btn-main--white:focus-visible {
  color: var(--col-dragon-black);
}
.btn-main--black {
  border-color: var(--col-dragon-black);
  background: var(--col-dragon-black);
}
.btn-main--ghost {
  color: var(--col-dragon-black);
  background: transparent;
  border-color: transparent;
  transition: 0.4s ease;
}
.btn-main--ghost:hover, .btn-main--ghost:focus-visible {
  color: var(--col-dragon-black);
  background: rgba(255, 255, 255, 0.15);
}

.stat-card {
  min-height: 285px;
  padding: 2rem 2rem 1.75rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50px 8px 80px 8px;
  background: radial-gradient(circle at 95% 100%, rgba(194, 49, 49, 0.38), transparent 18%), radial-gradient(circle at 92% 96%, rgba(255, 90, 90, 0.16), transparent 30%), linear-gradient(136deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.04) 100%);
  backdrop-filter: blur(6px);
  color: #fff;
  margin-bottom: 2rem;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .stat-card {
    padding: 2rem 1.25rem 1.75rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .stat-card {
    min-height: 240px;
    padding: 2rem 1.4rem 1.75rem;
    margin-bottom: 0.5rem;
  }
}
.stat-card__icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1.5rem;
}
.stat-card__value {
  margin: 0 0 0.9rem;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .stat-card__value {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .stat-card__value {
    font-size: 2.25rem;
  }
}
.stat-card__label {
  font-size: 1.125rem;
  color: #bdbdbd;
  line-height: 1.3;
}

.compare-list-card {
  position: relative;
  margin: 2rem 0;
}
.compare-list-card__inner {
  padding: 4rem 1.8rem 1.25rem;
}
.compare-list-card__logo {
  padding: 0.4rem 1rem;
  background-color: var(--col-dragon-black);
  position: absolute;
  top: -1.75rem;
  left: 50%;
  transform: translateX(-50%);
}
.compare-list-card__logo img {
  height: 48px;
  width: 188px;
  -o-object-fit: contain;
     object-fit: contain;
}
.compare-list-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 1.5rem;
  top: -0.8rem;
  letter-spacing: 0.0425rem;
}
.compare-list-card--border {
  padding: 1px;
  background: var(--dragon-gradient);
  border-radius: 50px 8px;
  box-shadow: 0 4px 10px 0 rgba(189, 64, 69, 0.5);
}
.compare-list-card--border .compare-list-card__inner {
  background-color: var(--col-dragon-black);
  border-radius: 49px 7px;
}

.compare-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.compare-list li {
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 2rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0.02rem;
}
.compare-list li strong {
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 0.5rem;
}
.compare-list--positive li {
  padding-left: 2.5rem;
}
.compare-list--positive li:before {
  content: url(../images/check-icon.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 2px;
}
.compare-list--negative li {
  padding-left: 2.5rem;
}
.compare-list--negative li:before {
  content: url(../images/cross-icon.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  left: 0;
  top: 1px;
}

.service-card {
  position: relative;
  display: block;
  min-height: 300px;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50px 8px;
  margin-bottom: 2rem;
  transition: background-color 0.3s ease-out;
}
.service-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--dragon-gradient);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 0;
  pointer-events: none;
}
.service-card__inner {
  z-index: 1;
  position: relative;
  min-height: inherit;
  border-radius: 49px 7px;
  background-color: #1d1d1d;
  color: #fff;
  padding: 2.5rem 1.25rem;
  overflow: hidden;
}
.service-card__inner:after {
  content: "";
  height: 142px;
  width: 142px;
  position: absolute;
  right: -45px;
  bottom: -48px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FF3B3B 0%, rgba(255, 59, 59, 0.1) 72.12%, rgba(255, 59, 59, 0) 100%);
  opacity: 0.1;
}
.service-card__icon {
  height: 32px;
  width: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
}
.service-card__title {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.8rem;
}
.service-card__summary {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.6);
}
.service-card__arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5rem;
  width: auto;
  height: 24px;
  overflow: visible;
  display: inline-block;
  color: var(--col-dragon-red-500);
}
.service-card .arrow-icon {
  font-size: 1.75rem;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0; /* both align to final position */
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.service-card .arrow-icon--in {
  transform: translateX(0);
  opacity: 1;
}
.service-card .arrow-icon--out {
  transform: translateX(-280px); /* adjust based on card width */
  opacity: 0;
}
.service-card:hover:before, .service-card:focus-visible:before {
  opacity: 1;
}
.service-card:hover .arrow-icon--in, .service-card:focus-visible .arrow-icon--in {
  transform: translateX(40px);
  opacity: 0;
}
.service-card:hover .arrow-icon--out, .service-card:focus-visible .arrow-icon--out {
  transform: translateX(0);
  opacity: 1;
}

.service-grid-layout .cell:last-child .service-card:first-child {
  margin-top: 4rem;
}
@media screen and (max-width: 39.9375em) {
  .service-grid-layout .cell:last-child .service-card:first-child {
    margin-top: 0;
  }
}

.mobile-menu {
  display: none;
  opacity: 0;
  position: absolute;
  height: 100vh;
  width: 98vw;
  top: 0;
  right: 0;
  background-color: #fff;
  border-radius: 66px 0 0 0;
  padding: 7.5rem 1.25rem 6rem;
  text-align: center;
}
.mobile-menu .btn-main--black {
  width: 100%;
  justify-content: center;
}

.mobile-nav {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
}
.mobile-nav li {
  margin-bottom: 1.25rem;
}
.mobile-nav a {
  font-size: 1.25rem;
  font-weight: 500;
  color: var(--col-dragon-black);
  padding: 0.5rem;
  background: none;
}

.is-open {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  animation: menuMobileOpen 0.3s linear forwards;
}

@keyframes menuMobileOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.oflow-hidden .wrapper-header .logo svg path[fill=white] {
  fill: var(--col-dragon-black);
}

.hamburger {
  --hamburger-icon: #fff;
  padding: 0.95rem 0 0 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  height: 48px;
  width: 48px;
}
.hamburger .hamburger-box {
  height: 100%;
  width: 100%;
  margin-left: 0.75rem;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 25px;
  height: 2px;
  background-color: var(--hamburger-icon);
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: var(--hamburger-icon);
  border-radius: 2px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger .hamburger-inner::before, .hamburger .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner::before {
  top: -10px;
  right: 0;
  width: 20px;
}
.hamburger .hamburger-inner::after {
  bottom: -10px;
}
.hamburger .hamburger-inner {
  top: 0;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
  background-color: var(--col-dragon-black);
}
.hamburger.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
  background-color: var(--col-dragon-black);
}

.service-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 0 0.5rem;
}

.service-list-item {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.12);
  padding: 1px;
  border-radius: 50px 8px;
  overflow: hidden;
}
.service-list-item:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--dragon-gradient);
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 0;
  pointer-events: none;
}
.service-list-item__inner {
  position: relative;
  z-index: 1;
  display: flex;
  gap: clamp(1.5rem, 3vw, 6rem);
  padding-right: 4rem;
  border-radius: 49px 8px;
  background-color: var(--col-dragon-black);
  overflow: hidden;
  isolation: isolate;
}
.service-list-item__inner .corner-glow {
  z-index: 2;
  height: 226px;
  width: 226px;
  position: absolute;
  right: -110px;
  bottom: -120px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, #FF3B3B 0%, rgba(255, 59, 59, 0.1) 72.12%, rgba(255, 59, 59, 0) 100%);
  opacity: 0.1;
}
.service-list-item__inner:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(91deg, #8D3287 0%, #DB4E55 50%, #E37A42 100%);
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 0;
  pointer-events: none;
  will-change: transform;
}
.service-list-item__inner:after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--col-dragon-black);
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 1;
  pointer-events: none;
  will-change: transform;
}
.service-list-item__label, .service-list-item__content, .service-list-item__arrow {
  position: relative;
  z-index: 2;
}
.service-list-item__label {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2vw, 2rem);
  min-height: 128px;
  width: 50%;
  max-width: 580px;
  padding: 1rem 2rem;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.service-list-item__content {
  display: flex;
  align-items: center;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.service-list-item__content p {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.36px;
  color: rgba(255, 255, 255, 0.6);
  max-width: 40ch;
}
.service-list-item__icon {
  height: 32px;
}
.service-list-item__title {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  margin: 0;
}
.service-list-item__arrow {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  overflow: visible;
  display: inline-block;
  color: var(--col-dragon-red-500);
  opacity: 0;
  transition: opacity 0.35s ease;
}
.service-list-item .arrow-icon {
  font-size: 1.75rem;
  font-weight: normal;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.4s ease, opacity 0.3s ease;
}
.service-list-item .arrow-icon--in {
  transform: translateX(0);
  opacity: 1;
}
.service-list-item .arrow-icon--out {
  transform: translateX(-40px);
  opacity: 0;
}
.service-list-item.is-revealing .service-list-item__inner:before {
  animation: serviceGradientWipe 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
.service-list-item.is-revealing .service-list-item__inner:after {
  animation: serviceDarkWipe 0.9s cubic-bezier(0.22, 1, 0.36, 1) 0.4s forwards;
}
.service-list-item.is-revealing .service-list-item__label,
.service-list-item.is-revealing .service-list-item__content {
  opacity: 1;
  transition-delay: 0.7s;
}
.service-list-item.is-revealing .service-list-item__arrow {
  opacity: 1;
  transition-delay: 0.8s;
}
.service-list-item:hover:before, .service-list-item:focus-visible:before {
  opacity: 1;
}
.service-list-item:hover .arrow-icon--in, .service-list-item:focus-visible .arrow-icon--in {
  transform: translateX(40px);
  opacity: 0;
}
.service-list-item:hover .arrow-icon--out, .service-list-item:focus-visible .arrow-icon--out {
  transform: translateX(0);
  opacity: 1;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .service-list-item__title {
    font-size: 1.1rem;
  }
  .service-list-item__label {
    padding: 1rem 1.5rem;
  }
  .service-list-item__content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .service-list-item__inner {
    flex-direction: column;
    padding-right: 0;
    gap: 0;
  }
  .service-list-item__label {
    width: 100%;
    min-height: 93px;
    padding: 1rem 3rem 0 1.25rem;
  }
  .service-list-item__title {
    font-size: 1.3rem;
  }
  .service-list-item__content {
    padding: 1rem 1.25rem 1.25rem;
  }
  .service-list-item__content p {
    font-size: 1rem;
  }
  .service-list-item__arrow {
    top: 2.1rem;
    right: 0.85rem;
    transform: none;
  }
}

@keyframes serviceGradientWipe {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}
@keyframes serviceDarkWipe {
  from {
    transform: scaleX(0);
    transform-origin: left center;
  }
  to {
    transform: scaleX(1);
    transform-origin: left center;
  }
}