@charset "UTF-8";
/* @group FOUNDATION */
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=46.875em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

.grid-container {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container.fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

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

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

.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: 46.875em) {
  .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 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% - 1rem);
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2rem);
  }
}
.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: 46.875em) {
  .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: 46.875em) {
  .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: 46.875em) {
  .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: 46.875em) {
  .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: 46.875em) {
  .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% + 1rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
.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: 46.875em) {
  .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: 46.875em) {
  .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.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.grid-margin-y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@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% - 2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}

.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: 46.875em) {
  .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: 46.875em) {
  .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: 46.875em) {
  .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.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2rem);
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2rem);
  }
}
@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% - 2rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1rem);
}
@media print, screen and (min-width: 46.875em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}

@media print, screen and (min-width: 46.875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.9rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 46.875em) {
  h1, .h1 {
    font-size: 4.8rem;
  }
  h2, .h2 {
    font-size: 4rem;
  }
  h3, .h3 {
    font-size: 3.1rem;
  }
  h4, .h4 {
    font-size: 2.5rem;
  }
  h5, .h5 {
    font-size: 2rem;
  }
  h6, .h6 {
    font-size: 1.6rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 140rem;
  height: 0;
  margin: 2rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.9rem 2rem 0 1.9rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.2rem 0.4rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 78.125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 1.3rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.2rem 0.5rem 0.1rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 46.875em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 46.87375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 46.875em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 46.875em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 46.87375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 46.87375em), 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;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.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: 46.875em) {
  .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: 46.875em) {
  .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;
  }
}
.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1.2rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.show-for-small {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .show-for-small {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .hide-for-small {
    display: none !important;
  }
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
html::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
}
html::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #272727;
}
html.menu-open {
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 60%;
  }
}

body {
  font: normal 1.6rem/1.5 "Poppins", sans-serif;
  letter-spacing: -0.02em;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: overlay;
}
body.single-post {
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section-title {
  font-family: inherit;
  line-height: 1.1;
  letter-spacing: -0.03em;
}

h1,
.size-h1 {
  font-size: 5.2rem;
}

h2,
.size-h2 {
  font-size: 2.8rem;
}

h3,
.size-h3 {
  font-size: 2.6rem;
  line-height: 1.2;
}

h4,
.size-h4 {
  font-size: 2.4rem;
  line-height: 1.2;
}

@media print, screen and (min-width: 46.875em) {
  h1,
  .size-h1 {
    font-size: 8rem;
  }
  h2,
  .size-h2 {
    font-size: 6rem;
  }
  h3,
  .size-h3 {
    font-size: 4.8rem;
  }
  h4,
  .size-h4 {
    font-size: 3.2rem;
  }
}
p {
  margin: 0;
  line-height: inherit;
}
p.lead {
  font-size: 3.2rem;
  line-height: 1.25;
}
@media screen and (max-width: 640px) {
  p.lead {
    font-size: 2.9rem;
  }
}

p, li {
  letter-spacing: -0.02em;
}

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

strong, b {
  font-weight: 500;
}

a,
button {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  font-family: inherit;
  background: none;
  transition: all 200ms;
}
a:focus,
button:focus {
  outline: none;
}
a:focus-visible,
button:focus-visible {
  outline: 2px dashed #F68F66;
}

a {
  text-underline-offset: 0.15em;
}
a:not([href]) {
  cursor: default;
}
a:hover, a:focus {
  color: inherit;
}

textarea {
  resize: vertical;
  height: 19rem;
}

hr {
  height: 0;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: none;
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}

img.full {
  display: block;
  width: 100%;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mb-6 {
  margin-bottom: 6rem;
}

.mt-6 {
  margin-top: 6rem;
}

.mb-7 {
  margin-bottom: 7rem;
}

.mt-7 {
  margin-top: 7rem;
}

.mb-8 {
  margin-bottom: 8rem;
}

.mt-8 {
  margin-top: 8rem;
}

.mb-9 {
  margin-bottom: 9rem;
}

.mt-9 {
  margin-top: 9rem;
}

.mb-10 {
  margin-bottom: 10rem;
}

.mt-10 {
  margin-top: 10rem;
}

.mb-a {
  margin-bottom: auto;
}

.mt-a {
  margin-top: auto;
}

.ml-a {
  margin-left: auto;
}

.mr-a {
  margin-right: auto;
}

@media print, screen and (min-width: 64em) {
  .large-mb-0 {
    margin-bottom: 0rem;
  }
  .large-mt-0 {
    margin-top: 0rem;
  }
  .large-mb-1 {
    margin-bottom: 1rem;
  }
  .large-mt-1 {
    margin-top: 1rem;
  }
  .large-mb-2 {
    margin-bottom: 2rem;
  }
  .large-mt-2 {
    margin-top: 2rem;
  }
  .large-mb-3 {
    margin-bottom: 3rem;
  }
  .large-mt-3 {
    margin-top: 3rem;
  }
  .large-mb-4 {
    margin-bottom: 4rem;
  }
  .large-mt-4 {
    margin-top: 4rem;
  }
  .large-mb-5 {
    margin-bottom: 5rem;
  }
  .large-mt-5 {
    margin-top: 5rem;
  }
  .large-mb-6 {
    margin-bottom: 6rem;
  }
  .large-mt-6 {
    margin-top: 6rem;
  }
  .large-mb-7 {
    margin-bottom: 7rem;
  }
  .large-mt-7 {
    margin-top: 7rem;
  }
  .large-mb-8 {
    margin-bottom: 8rem;
  }
  .large-mt-8 {
    margin-top: 8rem;
  }
  .large-mb-9 {
    margin-bottom: 9rem;
  }
  .large-mt-9 {
    margin-top: 9rem;
  }
  .large-mb-10 {
    margin-bottom: 10rem;
  }
  .large-mt-10 {
    margin-top: 10rem;
  }
  .large-mb-a {
    margin-bottom: auto;
  }
  .large-mt-a {
    margin-top: auto;
  }
  .large-ml-a {
    margin-left: auto;
  }
  .large-mr-a {
    margin-right: auto;
  }
}
.padding {
  padding: 5rem 0;
}
.padding-small {
  padding: 3rem 0;
}
.padding-large {
  padding: 6rem 0;
}
@media print, screen and (min-width: 46.875em) {
  .padding {
    padding: 7rem 0;
  }
  .padding-small {
    padding: 5rem 0;
  }
  .padding-large {
    padding: 10rem 0;
  }
}

.no-padding {
  padding: 0;
}

.grid-container {
  max-width: 140rem;
  width: 100%;
}
.grid-container, .grid-container.fluid {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media print, screen and (min-width: 46.875em) {
  .grid-container, .grid-container.fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.grid-container-medium {
  max-width: 96rem;
}

.grid-container-small {
  max-width: 86rem;
}

.gap-1 {
  gap: 1rem;
}

.white {
  color: #fff;
}

.black {
  color: #272727;
}

.grey {
  color: #ebecee;
}

.primary {
  color: #69B5C4;
}

.primary-dark {
  color: #014550;
}

.faded {
  color: color-mix(in srgb, currentColor 80%, transparent);
}

.white-bg {
  background-color: #fff;
}

.grey-bg {
  background-color: #ebecee;
}

.primary-bg {
  background-color: #69B5C4;
}

.primary-light-bg {
  background-color: #E1F5FB;
}

.secondary-bg {
  background-color: #F68F66;
}

.tertiary-bg {
  background-color: #EDF7F8;
}

.size-default {
  font-size: 1.6rem;
}
.size-lg {
  font-size: 1.8rem;
}
.size-xl {
  font-size: 2rem;
}
@media print, screen and (min-width: 46.875em) {
  .size-lg {
    font-size: 2rem;
  }
  .size-xl {
    font-size: 2.4rem;
  }
}

.medium {
  font-weight: 500;
}

.semi {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.caps {
  text-transform: uppercase;
}

.underline {
  text-decoration: underline;
}

.underline-effect {
  display: inline-block;
  text-decoration: none;
  position: relative;
  line-height: 1.2;
}
.underline-effect::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-top: 0.035em solid;
  width: 0;
  right: 0;
  transition: width 0.3s cubic-bezier(0.3, 0.01, 0.36, 0.99);
}
.underline-effect:hover::after, .underline-effect:focus::after, a:hover .underline-effect::after, a:focus .underline-effect::after {
  width: 100%;
  right: auto;
  left: 0;
}
.underline-effect.underlined::after {
  width: 100%;
  right: auto;
  left: 0;
}
.underline-effect.underlined:hover::after, .underline-effect.underlined:focus::after, a:hover .underline-effect.underlined::after, a:focus .underline-effect.underlined::after {
  width: 0;
  right: 0;
  left: auto;
}

.section-title {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  color: #272727;
  position: relative;
  width: 80%;
}
.section-title.size-default {
  font-size: 1.6rem;
}
.section-title.with-dot {
  padding-left: 2rem;
}
.section-title.with-dot::after {
  content: "";
  position: absolute;
  top: 0.6em;
  transform: translateY(-50%);
  left: 0;
  opacity: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F68F66;
  transition: all 600ms;
}
.section-title.with-dot.is-visible::after {
  opacity: 1;
}
.section-title.big {
  font-size: 6rem;
}
@media screen and (max-width: 640px) {
  .section-title.big {
    font-size: 3.4rem;
  }
}

.title-with-dot {
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 1.5rem;
}
.title-with-dot:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #F68F66;
}

.height-100 {
  height: 100%;
}

.min-view {
  min-height: 75vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block {
  display: block;
}

.rounded {
  border-radius: 0.4rem;
}

.ov-hidden {
  overflow: hidden;
}

.ov-auto {
  overflow: auto;
}
.ov-auto::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.ov-auto::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
}
.ov-auto::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: rgba(0, 0, 0, 0.5);
}

.relative {
  position: relative;
}

.no-wrap {
  flex-wrap: nowrap;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.lazybg {
  background-image: none !important;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  width: 6rem;
  height: 6rem;
  border: 5px solid #69B5C4;
  border-bottom-color: transparent;
  border-radius: 50%;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3rem 0 0 -3rem;
}

.inline-list li:not(:last-child)::after {
  content: "|";
  margin: 0 0.4em;
}

.badge {
  border-radius: 5rem;
  padding: 0.75rem 1.65rem;
  display: inline-block;
}

.skipnav {
  position: absolute;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 0;
  z-index: 1001;
}
.skipnav a {
  display: inline-block;
  transform: translateY(-10rem);
}
.skipnav a:focus, .skipnav a:active {
  color: #fff;
  background-color: #000;
  transform: translateY(2rem);
  padding: 5px;
  border-radius: 8px;
  font-size: 1.2em;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition, .animsition-overlay {
  position: relative;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animsition-overlay-slide {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #ddd;
}

.animsition-loading, .animsition-loading:after {
  width: 32px;
  height: 32px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  z-index: 2;
}

.animsition-loading {
  background-color: transparent;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #eee;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-name: animsition-loading;
  animation-name: animsition-loading;
}

@-webkit-keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes animsition-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fade-in {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fade-out {
  -webkit-animation-name: fade-out;
  animation-name: fade-out;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

@-webkit-keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
}
.fade-out-up {
  -webkit-animation-name: fade-out-up;
  animation-name: fade-out-up;
}

@-webkit-keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-sm {
  0% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-sm {
  -webkit-animation-name: fade-in-up-sm;
  animation-name: fade-in-up-sm;
}

@-webkit-keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-up-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
}
.fade-out-up-sm {
  -webkit-animation-name: fade-out-up-sm;
  animation-name: fade-out-up-sm;
}

@-webkit-keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up-lg {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up-lg {
  -webkit-animation-name: fade-in-up-lg;
  animation-name: fade-in-up-lg;
}

@-webkit-keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
@keyframes fade-out-up-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
}
.fade-out-up-lg {
  -webkit-animation-name: fade-out-up-lg;
  animation-name: fade-out-up-lg;
}

@-webkit-keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
@keyframes fade-out-down {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
    opacity: 0;
  }
}
.fade-out-down {
  -webkit-animation-name: fade-out-down;
  animation-name: fade-out-down;
}

@-webkit-keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-down-sm {
  0% {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-down-sm {
  -webkit-animation-name: fade-in-down-sm;
  animation-name: fade-in-down-sm;
}

@-webkit-keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes fade-out-down-sm {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
.fade-out-down-sm {
  -webkit-animation-name: fade-out-down-sm;
  animation-name: fade-out-down-sm;
}

.fade-in-down-lg {
  -webkit-animation-name: fade-in-down;
  animation-name: fade-in-down;
}

@-webkit-keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
@keyframes fade-out-down-lg {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
}
.fade-out-down-lg {
  -webkit-animation-name: fade-out-down-lg;
  animation-name: fade-out-down-lg;
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation-name: fade-in-left;
  animation-name: fade-in-left;
}

@-webkit-keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
@keyframes fade-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    opacity: 0;
  }
}
.fade-out-left {
  -webkit-animation-name: fade-out-left;
  animation-name: fade-out-left;
}

@-webkit-keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-sm {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-sm {
  -webkit-animation-name: fade-in-left-sm;
  animation-name: fade-in-left-sm;
}

@-webkit-keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
@keyframes fade-out-left-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
}
.fade-out-left-sm {
  -webkit-animation-name: fade-out-left-sm;
  animation-name: fade-out-left-sm;
}

@-webkit-keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left-lg {
  0% {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-left-lg {
  -webkit-animation-name: fade-in-left-lg;
  animation-name: fade-in-left-lg;
}

@-webkit-keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
@keyframes fade-out-left-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-1500px);
    transform: translateX(-1500px);
    opacity: 0;
  }
}
.fade-out-left-lg {
  -webkit-animation-name: fade-out-left-lg;
  animation-name: fade-out-left-lg;
}

@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation-name: fade-in-right;
  animation-name: fade-in-right;
}

@-webkit-keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
@keyframes fade-out-right {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(500px);
    transform: translateX(500px);
    opacity: 0;
  }
}
.fade-out-right {
  -webkit-animation-name: fade-out-right;
  animation-name: fade-out-right;
}

@-webkit-keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-sm {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-sm {
  -webkit-animation-name: fade-in-right-sm;
  animation-name: fade-in-right-sm;
}

@-webkit-keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
@keyframes fade-out-right-sm {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
  }
}
.fade-out-right-sm {
  -webkit-animation-name: fade-out-right-sm;
  animation-name: fade-out-right-sm;
}

@-webkit-keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right-lg {
  0% {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right-lg {
  -webkit-animation-name: fade-in-right-lg;
  animation-name: fade-in-right-lg;
}

@-webkit-keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
@keyframes fade-out-right-lg {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(1500px);
    transform: translateX(1500px);
    opacity: 0;
  }
}
.fade-out-right-lg {
  -webkit-animation-name: fade-out-right-lg;
  animation-name: fade-out-right-lg;
}

@-webkit-keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in {
  -webkit-animation-name: rotate-in;
  animation-name: rotate-in;
}

@-webkit-keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out {
  -webkit-animation-name: rotate-out;
  animation-name: rotate-out;
}

@-webkit-keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-sm {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-sm {
  -webkit-animation-name: rotate-in-sm;
  animation-name: rotate-in-sm;
}

@-webkit-keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-sm {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-sm {
  -webkit-animation-name: rotate-out-sm;
  animation-name: rotate-out-sm;
}

@-webkit-keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
@keyframes rotate-in-lg {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transform-origin: center center;
    opacity: 0;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
}
.rotate-in-lg {
  -webkit-animation-name: rotate-in-lg;
  animation-name: rotate-in-lg;
}

@-webkit-keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
@keyframes rotate-out-lg {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    transform-origin: center center;
    opacity: 1;
  }
  0%, to {
    -webkit-transform-origin: center center;
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: center center;
    opacity: 0;
  }
}
.rotate-out-lg {
  -webkit-animation-name: rotate-out-lg;
  animation-name: rotate-out-lg;
}

@-webkit-keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x {
  -webkit-animation-name: flip-in-x;
  animation-name: flip-in-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x {
  0% {
    -webkit-transform: perspective(550px) rotateX(0deg);
    transform: perspective(550px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateX(90deg);
    transform: perspective(550px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x {
  -webkit-animation-name: flip-out-x;
  animation-name: flip-out-x;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-nr {
  -webkit-animation-name: flip-in-x-nr;
  animation-name: flip-in-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-nr {
  0% {
    -webkit-transform: perspective(100px) rotateX(0deg);
    transform: perspective(100px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateX(90deg);
    transform: perspective(100px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-nr {
  -webkit-animation-name: flip-out-x-nr;
  animation-name: flip-out-x-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}
.flip-in-x-fr {
  -webkit-animation-name: flip-in-x-fr;
  animation-name: flip-in-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-x-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0;
  }
}
.flip-out-x-fr {
  -webkit-animation-name: flip-out-x-fr;
  animation-name: flip-out-x-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y {
  -webkit-animation-name: flip-in-y;
  animation-name: flip-in-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y {
  0% {
    -webkit-transform: perspective(550px) rotateY(0deg);
    transform: perspective(550px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(550px) rotateY(90deg);
    transform: perspective(550px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y {
  -webkit-animation-name: flip-out-y;
  animation-name: flip-out-y;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-nr {
  -webkit-animation-name: flip-in-y-nr;
  animation-name: flip-in-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-nr {
  0% {
    -webkit-transform: perspective(100px) rotateY(0deg);
    transform: perspective(100px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(100px) rotateY(90deg);
    transform: perspective(100px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-nr {
  -webkit-animation-name: flip-out-y-nr;
  animation-name: flip-out-y-nr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flip-in-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
}
.flip-in-y-fr {
  -webkit-animation-name: flip-in-y-fr;
  animation-name: flip-in-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flip-out-y-fr {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(1000px) rotateY(90deg);
    transform: perspective(1000px) rotateY(90deg);
    opacity: 0;
  }
}
.flip-out-y-fr {
  -webkit-animation-name: flip-out-y-fr;
  animation-name: flip-out-y-fr;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in {
  -webkit-animation-name: zoom-in;
  animation-name: zoom-in;
}

@-webkit-keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out {
  -webkit-animation-name: zoom-out;
  animation-name: zoom-out;
}

@-webkit-keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-sm {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-sm {
  -webkit-animation-name: zoom-in-sm;
  animation-name: zoom-in-sm;
}

@-webkit-keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out-sm {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out-sm {
  -webkit-animation-name: zoom-out-sm;
  animation-name: zoom-out-sm;
}

@-webkit-keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in-lg {
  0% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.zoom-in-lg {
  -webkit-animation-name: zoom-in-lg;
  animation-name: zoom-in-lg;
}

@-webkit-keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}
@keyframes zoom-out-lg {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  50%, to {
    opacity: 0;
  }
}
.zoom-out-lg {
  -webkit-animation-name: zoom-out-lg;
  animation-name: zoom-out-lg;
}

@-webkit-keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-top {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-top {
  top: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-top;
  animation-name: overlay-slide-in-top;
}

@-webkit-keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-top {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-top {
  top: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-top;
  animation-name: overlay-slide-out-top;
}

@-webkit-keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes overlay-slide-in-bottom {
  0% {
    height: 100%;
  }
  to {
    height: 0;
  }
}
.overlay-slide-in-bottom {
  bottom: 0;
  height: 0;
  -webkit-animation-name: overlay-slide-in-bottom;
  animation-name: overlay-slide-in-bottom;
}

@-webkit-keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes overlay-slide-out-bottom {
  0% {
    height: 0;
  }
  to {
    height: 100%;
  }
}
.overlay-slide-out-bottom {
  bottom: 0;
  height: 100%;
  -webkit-animation-name: overlay-slide-out-bottom;
  animation-name: overlay-slide-out-bottom;
}

@-webkit-keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-left {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-left {
  width: 0;
  -webkit-animation-name: overlay-slide-in-left;
  animation-name: overlay-slide-in-left;
}

@-webkit-keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-left {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-left {
  left: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-left;
  animation-name: overlay-slide-out-left;
}

@-webkit-keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes overlay-slide-in-right {
  0% {
    width: 100%;
  }
  to {
    width: 0;
  }
}
.overlay-slide-in-right {
  right: 0;
  width: 0;
  -webkit-animation-name: overlay-slide-in-right;
  animation-name: overlay-slide-in-right;
}

@-webkit-keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes overlay-slide-out-right {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.overlay-slide-out-right {
  right: 0;
  width: 100%;
  -webkit-animation-name: overlay-slide-out-right;
  animation-name: overlay-slide-out-right;
}

body[data-aos-delay] [data-aos], [data-aos][data-aos][data-aos-delay] {
  transition-delay: 0s;
}
body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
  transition-duration: 100ms;
}
body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
  transition-delay: 100ms;
}
body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
  transition-duration: 200ms;
}
body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
  transition-delay: 200ms;
}
body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
  transition-duration: 300ms;
}
body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
  transition-delay: 300ms;
}
body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
  transition-duration: 400ms;
}
body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
  transition-delay: 400ms;
}
body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
  transition-duration: 500ms;
}
body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
  transition-delay: 500ms;
}
body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
  transition-duration: 600ms;
}
body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
  transition-delay: 600ms;
}
body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
  transition-duration: 700ms;
}
body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
  transition-delay: 700ms;
}
body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
  transition-duration: 800ms;
}
body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
  transition-delay: 800ms;
}
body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
  transition-duration: 900ms;
}
body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
  transition-delay: 900ms;
}
body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
  transition-duration: 1000ms;
}
body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
  transition-delay: 1000ms;
}
body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
  transition-duration: 1100ms;
}
body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
  transition-delay: 1100ms;
}
body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
  transition-duration: 1200ms;
}
body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
  transition-delay: 1200ms;
}
body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
  transition-duration: 1300ms;
}
body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
  transition-delay: 1300ms;
}
body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
  transition-duration: 1400ms;
}
body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
  transition-delay: 1400ms;
}
body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
  transition-duration: 1500ms;
}
body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
  transition-delay: 1500ms;
}
body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
  transition-duration: 1600ms;
}
body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
  transition-delay: 1600ms;
}
body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
  transition-duration: 1700ms;
}
body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
  transition-delay: 1700ms;
}
body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
  transition-duration: 1800ms;
}
body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
  transition-delay: 1800ms;
}
body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
  transition-duration: 1900ms;
}
body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
  transition-delay: 1900ms;
}
body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
  transition-duration: 2000ms;
}
body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
  transition-delay: 2000ms;
}
body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
  transition-duration: 2100ms;
}
body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
  transition-delay: 2100ms;
}
body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
  transition-duration: 2200ms;
}
body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
  transition-delay: 2200ms;
}
body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
  transition-duration: 2300ms;
}
body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
  transition-delay: 2300ms;
}
body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
  transition-duration: 2400ms;
}
body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
  transition-delay: 2400ms;
}
body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
  transition-duration: 2500ms;
}
body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
  transition-delay: 2500ms;
}
body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
  transition-duration: 2600ms;
}
body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
  transition-delay: 2600ms;
}
body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
  transition-duration: 2700ms;
}
body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
  transition-delay: 2700ms;
}
body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
  transition-duration: 2800ms;
}
body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
  transition-delay: 2800ms;
}
body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
  transition-duration: 2900ms;
}
body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
  transition-delay: 2900ms;
}
body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
  transition-duration: 3000ms;
}
body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
  transition-delay: 3000ms;
}

[data-aos] {
  pointer-events: none;
}
[data-aos].aos-animate {
  pointer-events: auto;
}

body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos-easing=ease-in-out-cubic] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
  }
  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: none;
  }
  html:not(.no-js) [data-aos=fade-up] {
    transform: translate3d(0, 50px, 0);
  }
  html:not(.no-js) [data-aos=fade-down] {
    transform: translate3d(0, -50px, 0);
  }
  html:not(.no-js) [data-aos=fade-right] {
    transform: translate3d(-50px, 0, 0);
  }
  html:not(.no-js) [data-aos=fade-left] {
    transform: translate3d(50px, 0, 0);
  }
}
@keyframes splide-loading {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: flex;
  flex-wrap: nowrap;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide.is-initialized:not(.is-active) .splide__list.grid-x {
  display: flex;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

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

.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__play {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.btn {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  padding: 1.5rem 3.2rem;
  border: none;
  border-radius: 4.8rem;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 300ms;
  flex-shrink: 0;
}
.btn:focus {
  outline: none;
}
.btn:focus-visible {
  /* Draw a very noticeable focus style for
  keyboard-focus on browsers that do support
  :focus-visible */
  outline: 2px dashed #F68F66;
  outline-offset: 2px;
}
.btn .grid-x {
  height: 2.4rem;
}
.btn-primary {
  background-color: #69B5C4;
  color: #272727;
}
.btn-primary:focus {
  color: #272727;
}
.btn-primary:hover {
  background-color: #F68F66;
  color: #272727;
}
.btn-secondary {
  background-color: #FAB78F;
  color: #272727;
}
.btn-secondary:focus {
  color: #272727;
}
.btn-secondary:hover {
  background-color: #F68F66;
  color: #272727;
}
.btn-white {
  background-color: white;
  color: #101010;
}
.btn-white:focus {
  color: #101010;
}
.btn-white:hover {
  background-color: #272727;
  color: white;
}
.btn-black {
  background-color: #272727;
  color: white;
}
.btn-black:focus {
  color: white;
}
.btn-black:hover {
  background-color: white;
  color: #272727;
}
.btn-tertiary {
  background-color: #EDF7F8;
  color: #272727;
}
.btn-tertiary:focus {
  color: #272727;
}
.btn-tertiary:hover {
  background-color: #69B5C4;
  color: #272727;
}
.btn-sm {
  padding: 0.9rem 2.4rem;
}

.loader-wrap {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: opacity 600ms;
  pointer-events: none;
  animation: fadeOut 600ms ease-in-out 5s forwards;
}
.loader-wrap:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10rem;
  height: 10rem;
  background-color: #F68F66;
  z-index: 1000;
  border-radius: 50%;
  transition: opacity 300ms;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation: grow 2s ease-in-out 3500ms forwards;
}
@keyframes grow {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(100);
  }
}
.loader-wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 2.5rem;
  padding-left: 9%;
  animation: moveLeft 3s linear forwards;
}
@media screen and (max-width: 1500px) {
  .loader-wrap__inner {
    padding-left: 3%;
  }
}
@media screen and (max-width: 1024px) {
  .loader-wrap__inner {
    padding-left: 0;
    gap: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .loader-wrap__inner {
    gap: 1rem;
  }
}
.loader-wrap__inner .title,
.loader-wrap__inner .loading {
  font-size: 4vw;
  white-space: nowrap;
  font-family: "Poppins", sans-serif;
}
.loader-wrap__inner .circle {
  font-size: 11px;
  color: #FFF;
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader-wrap__inner .circle span {
  color: #fff;
  font-size: 10px;
  transform: translate(0px, 2px);
}
.loader-wrap__inner .percentage {
  width: 6.2vw;
  display: inline-block;
}
@keyframes moveLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-52%);
  }
}
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

.parallax-wrap {
  position: relative;
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.parallax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  height: 120%;
}
@media screen and (max-width: 376px) {
  .parallax {
    height: 100%;
  }
}

.after-parallax {
  position: relative;
  z-index: 2;
}

.form-wrap {
  max-width: 52rem;
  margin: 0 auto;
}
.form-wrap form .cell {
  position: relative;
}
.form-wrap form .flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .form-wrap form .flex-wrap {
    display: block;
    margin-bottom: 0;
  }
}
.form-wrap form .flex-wrap div {
  flex: 1;
  width: 22rem;
}
@media screen and (max-width: 640px) {
  .form-wrap form .flex-wrap div {
    flex: auto;
    width: 100%;
  }
}
.form-wrap form .flex-wrap div input {
  max-width: 22rem;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .form-wrap form .flex-wrap div input {
    max-width: 100%;
    width: 100%;
  }
}
.form-wrap form .input-wrap {
  position: relative;
}
.form-wrap form .input-wrap:hover input {
  border-bottom: 1px solid #fff;
}
.form-wrap form .input-wrap:hover input::placeholder {
  color: #fff;
}
.form-wrap form .input-wrap label {
  position: absolute;
  left: 0rem;
  top: 50%;
  font-size: 1.6rem;
  transform: translateY(-50%);
  color: #EDF7F8;
  cursor: text;
  transition: all 200ms;
}
.form-wrap form .input-wrap input {
  height: 3rem;
  width: 100%;
  border: none;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  outline: none;
  background: none;
  color: #EDF7F8;
  transition: all 200ms;
}
@media screen and (max-width: 640px) {
  .form-wrap form .input-wrap input {
    margin-bottom: 4rem;
  }
}
.form-wrap form .input-wrap input::placeholder {
  color: #EDF7F8;
  transition: all 200ms;
}
.form-wrap form select {
  background-color: transparent;
  border: none;
  margin-bottom: 8rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: all 200ms;
  color: #EDF7F8;
}
.form-wrap form select:hover {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.form-wrap form select:hover option {
  color: #EDF7F8;
}
.form-wrap form select option {
  background-color: #69B5C4;
  padding: 0.5rem 0;
  cursor: pointer;
}
.form-wrap form input[type=submit] {
  background-color: #69B5C4;
  color: #000;
  border: none;
  border-radius: 6rem;
  padding: 2.1rem 0;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  width: 100%;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 2rem;
}
.form-wrap form input[type=submit]:hover {
  background-color: #EDF7F8;
  color: #fff;
}
.form-wrap form .wpcf7-spinner {
  position: absolute;
  margin-top: 1rem;
}
.form-wrap form .wpcf7-not-valid-tip {
  font-size: 0.9em;
  text-align: left;
}
.form-wrap form .wpcf7 form .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 2rem 0 0;
  text-align: center;
}
.form-wrap .privacy-policy {
  font-size: 12px;
  color: #EDF7F8;
  display: block;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.form-wrap .privacy-policy:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #EDF7F8;
}

.page-hero {
  padding-top: 10rem;
}
.page-hero .aos-init {
  position: relative;
  z-index: 100;
}
.page-hero__img__wrap {
  height: 120vw;
}
@media print, screen and (min-width: 46.875em) {
  .page-hero {
    padding-top: 16.5rem;
  }
  .page-hero__img__wrap {
    height: 37vw;
  }
}

.accordion {
  background-color: transparent;
  background: transparent;
}
.accordion .accordion-item {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.accordion .accordion-item:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
  pointer-events: none;
}
.accordion .accordion-item:hover .accordion-title {
  color: #000;
}
.accordion .accordion-item:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.accordion .accordion-item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion .accordion-item.is-active .accordion-title {
  color: #000;
  background-color: transparent;
}
.accordion .accordion-item.is-active:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.accordion .accordion-title {
  padding: 1rem 4rem 1rem 0;
  border: none;
  border-bottom: none !important;
  font-size: 3.2rem;
  line-height: 1.2;
  color: #000;
  letter-spacing: -0.3px;
  background: transparent !important;
}
.accordion .accordion-title:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.accordion .accordion-title:has(.accordion-title__index) {
  padding-left: 4rem;
}
.accordion .accordion-title__index {
  position: absolute;
  left: 0;
}
.accordion .accordion-title h3 {
  font-size: inherit;
}
.accordion .accordion-title:hover {
  background-color: transparent;
  color: #000;
}
.accordion .accordion-content {
  border: none;
  padding: 1rem 0;
  border-bottom: none !important;
  background-color: transparent;
}
.accordion .accordion-content p {
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.6);
}
.accordion:hover .accordion-title {
  color: #ccc;
}
@media print, screen and (max-width: 46.87375em) {
  .accordion .accordion-title {
    font-size: 2.8rem;
  }
}

.event-highlighted__countdown__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  gap: 2rem;
  max-width: 111rem;
  font-size: 2rem;
}
.event-highlighted__countdown__wrap div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  gap: 2rem;
}
.event-highlighted__countdown__wrap .num-wrap {
  font-size: 3.2rem;
}
.event-highlighted__countdown__wrap .num {
  font-size: min(22rem, 20vw);
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.03em;
  line-height: 0.73;
  min-width: 1em;
  text-align: right;
}
.event-highlighted__countdown__wrap p.lead {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .event-highlighted__countdown__wrap .num-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column-reverse;
    gap: 2rem;
    width: 100%;
    text-align: center;
    font-size: 4vw;
  }
  .event-highlighted__countdown__wrap .num {
    text-align: center;
  }
}
.event-highlighted__countdown__wrap .plus {
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  background-color: #69B5C4;
  border-radius: 50%;
  font-weight: 400;
  font-family: auto;
  transition: all 300ms;
  color: #EDF7F8;
  align-self: center;
  flex-shrink: 0;
}
.event-highlighted__countdown__wrap .countdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.event-highlighted__countdown__wrap .countdown .countdown__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  background-color: #fff;
  border-radius: 1rem;
}
.event-highlighted__countdown__wrap .countdown .countdown__item span {
  font-size: 2.4rem;
  font-weight: 700;
  color: #69B5C4;
}
.event-highlighted__countdown__wrap .countdown .countdown__item p {
  font-size: 1.2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

.post-item {
  transition: all 300ms;
  max-width: 50rem;
  margin: 0 auto 3rem auto;
  display: block;
}
.post-item.hidden {
  height: 0;
  opacity: 0;
  margin: 0;
}
.post-item:hover .post-item__img__wrap img {
  transform: scale(1.05);
}
.post-item__thumb-holder {
  aspect-ratio: 1;
  justify-content: flex-end;
  overflow: hidden;
}
.post-item__img__wrap {
  overflow: hidden;
  border-radius: 0.5rem;
  max-height: 100%;
}
.post-item__img__wrap img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  transition: all 2s;
}

.social-links a {
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-color: #3E3E3E;
}
.social-links svg {
  display: block;
}

.open-close {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 3rem;
  background-color: #272727;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 400;
  font-family: auto;
  transition: all 300ms;
  color: #EDF7F8;
}
.open-close svg path {
  transition: all 300ms;
}
.open-close.initial-plus {
  transform: rotate(-45deg);
}
.open-close.initial-plus.active {
  transform: rotate(0);
}
.open-close.active {
  transform: rotate(90deg);
}
.open-close:hover {
  background-color: #F68F66;
}

.team-item {
  max-width: 50rem;
  margin: 0 auto;
}
.team-item__img__wrap {
  background-color: rgba(105, 181, 196, 0.27);
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
.team-item__img__wrap img {
  display: block;
  height: auto;
  aspect-ratio: 0.91;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.3, 0.01, 0.36, 0.99);
  transform: scale(1);
}
.team-item__img__wrap:before {
  content: "";
  background-color: #69B5C4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: all 300ms;
  z-index: 10;
}
.team-item__img__wrap.active:before {
  height: 100%;
}
.team-item__img__wrap.active .team-item__bio {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 300ms;
}
.team-item__img__wrap .open-close {
  z-index: 15;
}
.team-item__img__wrap:hover img {
  transform: scale(1.05);
}
.team-item__bio {
  position: absolute;
  top: 0;
  left: 0;
  padding: 2rem;
  opacity: 1;
  transform: translateY(-10rem);
  opacity: 0;
  transition: all 300ms;
  z-index: 12;
  height: calc(100% - 8.7rem);
  overflow: auto;
}
.team-item__bio::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.team-item__bio::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
}
.team-item__bio::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #272727;
}
.team-item__details {
  position: relative;
}
.team-item__details p.faded {
  color: rgba(0, 0, 0, 0.4);
  padding-left: 1.5rem;
}
.team-item__details .underline-effect {
  margin-left: 1.5rem;
}
@media print, screen and (min-width: 46.875em) {
  .team-item__details .underline-effect {
    position: absolute;
    top: 0;
    right: 0.5rem;
    margin: 0;
  }
  .team-item__details h3 {
    padding-right: 12rem;
  }
  .cell > .team-item {
    margin-right: 0.6rem;
  }
}

.three-items-slider .slider-controls__arrows {
  background-color: transparent;
  padding: 0;
  width: fit-content;
  gap: 1rem;
}

.entry-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: 880px;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.entry-content .alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry-content .alignfull {
  padding-left: 2rem;
  padding-right: 2rem;
}
.entry-content .is-layout-flex.is-vertical.is-vertically-aligned-center {
  justify-content: center;
}
.entry-content .article-header {
  padding-top: 100px;
  padding-bottom: 40px;
}
.entry-content .article-header .wp-block-group.is-layout-flex {
  gap: 5px 10px;
}
.entry-content .article-header .wp-block-group.is-layout-flex p {
  margin: 0;
}
@media print, screen and (min-width: 64em) {
  .entry-content .article-header {
    padding-top: 140px;
  }
  .entry-content .article-header .wp-block-group.is-layout-flex {
    gap: 5px 20px;
  }
}
.entry-content a:not(.wp-element-button) {
  text-decoration: underline currentColor 0.05em;
  color: #69B5C4;
}
.entry-content a:not(.wp-element-button):hover {
  background-color: #EDF7F8;
  color: #014550;
}
.entry-content strong, .entry-content b {
  font-weight: 500;
}
.entry-content h2:first-child, .entry-content h3:first-child, .entry-content h4:first-child, .entry-content h5:first-child, .entry-content h6:first-child {
  margin-top: 0;
}
.entry-content h1 {
  font-size: 3.2rem;
}
.entry-content h2 {
  font-size: 3.2rem;
}
.entry-content h3, .entry-content h4 {
  font-size: 2rem;
}
.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content li {
  margin: 1em 0;
}
.entry-content p:first-child,
.entry-content ul:first-child,
.entry-content ol:first-child,
.entry-content li:first-child {
  margin-top: 0;
}
.entry-content p:last-child,
.entry-content ul:last-child,
.entry-content ol:last-child,
.entry-content li:last-child {
  margin-bottom: 0;
}
.entry-content ul {
  list-style: disc;
  padding-left: 2.5rem;
}
.entry-content ul li::marker {
  color: #F68F66;
}
.entry-content ul.icon-check li {
  padding-left: 1.4rem;
}
.entry-content ul.icon-check li::marker {
  content: "✔";
  font-size: 1.2em;
}
.entry-content ul.icon-x li {
  padding-left: 1.4rem;
}
.entry-content ul.icon-x li::marker {
  content: "✖";
  font-size: 1.2em;
  color: #e35757;
}
.entry-content .has-primary-background-color ul li::marker,
.entry-content .has-secondary-background-color ul li::marker {
  color: white;
}
.entry-content ol {
  padding-left: 2rem;
  margin-bottom: 3rem;
  margin-top: 1rem;
  list-style: none;
  counter-reset: custom-counter;
}
@media screen and (max-width: 640px) {
  .entry-content ol {
    padding-left: 0;
  }
}
.entry-content ol li {
  display: flex;
  letter-spacing: 0;
  position: relative;
  counter-increment: custom-counter;
}
.entry-content ol li:before {
  content: counter(custom-counter) ". ";
  color: #F68F66;
  width: 2em;
  font-weight: bold;
}
.entry-content hr {
  margin: 5rem 0;
}
.entry-content .wp-caption-text {
  margin-top: 0.8rem;
  font-size: 1.6rem;
  padding-left: 0.8rem;
  border-left: 2px solid;
  line-height: 1.4;
}
.entry-content blockquote {
  position: relative;
  margin: 4rem 0;
  padding: 4rem 4rem 4rem 8rem;
  border-left: 0;
  background-color: #EDF7F8;
}
.entry-content blockquote:before {
  content: "“";
  position: absolute;
  top: 2rem;
  left: 3rem;
  font-size: 6rem;
  color: #69B5C4;
}
@media screen and (max-width: 750px) {
  .entry-content blockquote:before {
    top: -4px;
    left: 2rem;
    font-size: 5rem;
  }
}
.entry-content blockquote p {
  font-size: 1.8rem;
  position: relative;
  color: #000;
}
@media screen and (max-width: 750px) {
  .entry-content blockquote p {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.entry-content blockquote p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .entry-content blockquote {
    padding: 4rem 2rem 2rem 2rem;
  }
}
.entry-content .wp-block-table .wp-element-caption {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-style: italic;
  color: rgba(39, 39, 39, 0.5);
}
.entry-content .wp-block-table table {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.entry-content .wp-block-table thead {
  border: none;
}
.entry-content .wp-block-table thead th {
  background-color: #F9F8F6;
  text-align: left;
  font-weight: normal;
}
.entry-content .wp-block-table td,
.entry-content .wp-block-table th {
  border-color: rgba(0, 0, 0, 0.08);
  border-width: 1px 0;
  padding: 1.6rem 1.2rem;
  vertical-align: top;
}
.entry-content .wp-block-table td:first-child,
.entry-content .wp-block-table th:first-child {
  padding-left: 2.4rem;
}
@media print, screen and (min-width: 46.875em) {
  .entry-content .wp-block-table td:first-child,
  .entry-content .wp-block-table th:first-child {
    padding-left: 2.4rem;
  }
}
@media print, screen and (max-width: 46.87375em) {
  .entry-content .wp-block-table td,
  .entry-content .wp-block-table th {
    min-width: 15rem;
  }
  .entry-content .wp-block-table .has-fixed-layout {
    table-layout: auto;
    width: auto;
    min-width: 100%;
  }
  .entry-content .wp-block-table .has-fixed-layout td,
  .entry-content .wp-block-table .has-fixed-layout th {
    word-break: normal;
  }
}
.entry-content .table-wrap {
  position: relative;
}
.entry-content .table-wrap.has-overflow::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  right: 0;
  width: 4rem;
  height: 100%;
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
  opacity: 0.8;
}
.entry-content iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.78;
  margin: 2rem 0;
}
.entry-content.size-h4 a:not(.btn) {
  color: inherit;
}
.entry-content.size-h4 a:not(.btn):hover {
  color: #69B5C4;
  background-color: transparent;
}
.entry-content .wp-block-group.has-border-color {
  border-style: solid;
}
.entry-content .list-item-number {
  font-weight: bold;
  color: #F68F66;
  font-size: 2em;
}
.entry-content .list-item-number p {
  margin-top: -0.4em;
}
.entry-content .schema-faq {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content .schema-faq .schema-faq-section {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2rem;
}
.entry-content .schema-faq .schema-faq-question {
  display: block;
  font-weight: normal;
  font-size: 2.4rem;
  color: black;
  padding: 2rem 0 1rem;
}
.entry-content .schema-faq .schema-faq-question::before {
  content: "✱";
  color: #f68f66;
  margin-right: 1.4rem;
  width: 2em;
  display: inline-block;
  text-align: center;
  line-height: 2em;
  background: #69B5C4;
  color: white;
  border-radius: 50%;
  font-size: 0.5em;
  aspect-ratio: 1;
  transform: translateY(-0.3em);
}

.cta {
  padding: 2.4rem 1.4rem;
  border-radius: 1.6rem;
  font-size: 2rem;
}
.cta.light .cta__icon circle {
  fill: #69B5C4;
}
.cta h2 b {
  font-size: 1.5em;
  font-weight: inherit;
  letter-spacing: -0.04em;
}
.cta.tertiary-bg h2 b {
  color: #69B5C4;
}
@media print, screen and (min-width: 46.875em) {
  .cta {
    padding: 3.4rem;
  }
  .cta h2:not(.size-h3) {
    font-size: min(6rem, 5.5vw);
  }
  .cta .entry-content.size-default {
    max-width: 48rem;
  }
  .cta.light {
    background-image: url(../assets/img/cta-bg.svg);
    background-repeat: no-repeat;
    background-position: top right;
  }
  .cta.light:has(.entry-content) {
    background-image: none;
  }
}
@media print, screen and (min-width: 64em) {
  .cta > .grid-x {
    min-height: 32rem;
  }
  .cta h2 {
    margin-right: 5%;
  }
}
@media screen and (min-width: 1200px) {
  .cta h2 b {
    font-size: 2em;
  }
}
@media print, screen and (max-width: 46.87375em) {
  .cta .size-h3 {
    font-size: 3.2rem;
  }
  .cta .cell:first-child {
    min-height: 30rem;
  }
  .cta .cell:first-child .mb-a {
    margin-bottom: 0;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: #E1F5FB;
  border-radius: 0.5rem;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.video-wrapper iframe:not([src]) {
  display: none;
}

.gallery img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: 0.6rem;
  max-width: 60rem;
  max-height: min(60rem, 80vh);
}

.slider-controls__arrows {
  background-color: #fff;
  border-radius: 3.2rem;
  padding: 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
  gap: 1.6rem;
}
.slider-controls__arrows button {
  position: initial;
  height: 4.1rem;
  width: 4.1rem;
  border-radius: 50%;
  color: #000;
  margin: 0;
}
.slider-controls__arrows button:after {
  display: none;
}
.slider-controls__arrows button[disabled] {
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.slider-controls__arrows button[disabled] svg circle {
  fill: rgba(39, 39, 39, 0.1);
}
.slider-controls__arrows button[disabled] svg path {
  fill: #014550;
}
.slider-controls__arrows button:hover svg circle {
  fill: #F68F66;
}
.slider-controls__arrows.initial {
  position: initial;
  transform: none;
}

.testimonials__wrap {
  position: relative;
  padding: 6.4rem 5% 5.8rem;
  border-radius: 1.6rem;
}
.testimonials .splide__list {
  align-items: center;
}
.testimonials .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.testimonials .testimonial-item img {
  width: 11.6rem;
  height: 11.6rem;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials .testimonial-item blockquote {
  border: none;
  color: inherit;
  padding: 0;
}
.testimonials .testimonial-item blockquote p {
  font-size: inherit;
  color: inherit;
  line-height: 1.33;
}
.testimonials .testimonial-item__view {
  display: none;
}
.testimonials .slider-controls__arrows {
  margin: 3rem auto 0;
}
@media print, screen and (min-width: 46.875em) {
  .testimonials .testimonial-item__view {
    display: none !important;
  }
}
@media print, screen and (max-width: 46.87375em) {
  .testimonials__wrap {
    padding: 3.2rem;
  }
  .testimonials .testimonial-item blockquote {
    font-size: 1.6rem;
    max-height: 23.6rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) -23.44%, #0B0B0B 48.96%, #272727 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .testimonials .testimonial-item__view {
    text-decoration: underline;
  }
}

.testimonials-modal blockquote {
  font-size: 1.6rem;
  border: none;
  color: inherit;
  padding: 0;
}
.testimonials-modal blockquote p {
  font-size: inherit;
  color: inherit;
  line-height: 1.33;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
  transition: opacity 0.3s cubic-bezier(0.3, 0.01, 0.36, 0.99) 0.3s, visibility 0s 0.6s;
}
.modal.show {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s, 0s;
}
.modal {
  /* Fade in and scale up */
}
.modal__content {
  transform: translate(0, 100%);
  transition: transform 0.3s cubic-bezier(0.3, 0.01, 0.36, 0.99);
  max-height: 90%;
  overflow: hidden;
  padding: 6rem 3.2rem 3.2rem;
  border-radius: 1rem 1rem 0 0;
  position: absolute;
  bottom: 0;
}
.show .modal__content {
  transform: translate(0, 0);
  transition: transform 0.6s cubic-bezier(0.3, 0.01, 0.36, 0.99) 0.3s;
}
.modal__content-inner {
  height: 100%;
  margin-right: -2rem;
  padding-right: 2rem;
  overflow-y: auto;
}
.modal__content-inner::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.modal__content-inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
}
.modal__content-inner::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #272727;
}
.modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  left: auto;
  bottom: auto;
  width: 3rem;
  height: 3rem;
  color: #222;
}

.hustle-ui .hustle-info--compact .hustle-layout .hustle-content {
  align-items: start !important;
}
.hustle-ui .hustle-info--compact .hustle-layout .hustle-content .hustle-content-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.hustle-ui .hustle-info--compact .hustle-layout .hustle-content .hustle-group-content p, .hustle-ui .hustle-info--compact .hustle-layout .hustle-content .hustle-group-content h2 {
  margin-bottom: 1.8rem !important;
}
.hustle-ui .hustle-info--compact .hustle-layout .hustle-content .hustle-group-content p strong, .hustle-ui .hustle-info--compact .hustle-layout .hustle-content .hustle-group-content h2 strong {
  font-weight: 500;
}
.hustle-ui .hustle-info--compact .hustle-layout .hustle-cta-container {
  margin-top: auto !important;
}
.hustle-ui .hustle-info--compact .hustle-layout .hustle-image img {
  border-radius: 6px;
}
.hustle-ui.hustle-palette--68cbe1c9e4cf04_70282039 .hustle-layout .hustle-button-cta:hover {
  background-color: #69B5C4 !important;
  color: black !important;
}
.hustle-ui.hustle-palette--68cbe1c9e4cf04_70282039 .hustle-button-close {
  background: url(/wp-content/themes/scrc2025_theme/assets/icons/close.svg) no-repeat center #272727 !important;
  border-radius: 50% !important;
  color: white !important;
  top: 3.4% !important;
  right: 2% !important;
  width: 3.5rem !important;
  height: 3.5rem !important;
}
.hustle-ui.hustle-palette--68cbe1c9e4cf04_70282039 .hustle-button-icon .hustle-icon-close:before {
  display: none !important;
}
.hustle-ui.hustle-palette--68cbe1c9e4cf04_70282039 .hustle-button-close:hover {
  background-color: #f68f66 !important;
}
.hustle-ui .event-date {
  background: url(../assets/icons/clock.svg) no-repeat top left;
  padding: 0.4rem 0 0.2rem 3.8rem;
  color: black !important;
  margin-bottom: 1.2rem !important;
}
.hustle-ui .event-date.instagram {
  background-image: url(../assets/icons/instagram-bg.svg);
}
.hustle-ui .event-date.location {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2IiBmaWxsPSJub25lIj48cGF0aCBkPSJNNi40IDUuMTY1YTkuMzQgOS4zNCAwIDAgMSAxMy4yMDcgMTMuMjA4bC00LjkzNiA0LjkzNmEyLjM2IDIuMzYgMCAwIDEtMy4zMzUgMGwtNC45MzctNC45MzZhOS4zNCA5LjM0IDAgMCAxIDAtMTMuMjA4WiIgc3Ryb2tlPSIjNjliNGM0IiBzdHJva2Utd2lkdGg9IjEuNzY5IiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+PHBhdGggZD0iTTEzLjAwNyAxNS4zMDZhMy41MzggMy41MzggMCAxIDAgMC03LjA3NiAzLjUzOCAzLjUzOCAwIDAgMCAwIDcuMDc2IiBzdHJva2U9IiM2OWI0YzQiIHN0cm9rZS13aWR0aD0iMS43NjkiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==");
}
@media screen and (min-width: 783px) {
  .hustle-ui:not(.hustle-size--small) .hustle-layout .hustle-image img {
    width: 90% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 782px) {
  .hustle-ui .hustle-main-wrapper {
    padding-top: 0 !important;
    height: 100%;
  }
  .hustle-ui .hustle-popup-content {
    max-width: 100%;
    height: 88vh;
    overflow-y: hidden;
  }
  .hustle-ui .hustle-popup-content .hustle-info {
    padding: 0 !important;
    height: 100%;
  }
  .hustle-ui .hustle-layout {
    overflow: auto !important;
    height: 100%;
  }
  .hustle-ui .hustle-layout .hustle-cta-container {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background: rgb(225, 245, 251);
    left: 0;
    padding: 1rem 0 2.4rem !important;
    box-shadow: 0 -20px 20px rgb(225, 245, 251);
    border-radius: 0 0 5px 5px;
  }
}

.site-header {
  padding: 1rem 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
  position: fixed;
  transition: all 0.5s;
  will-change: background-color, top;
  z-index: 1000;
}
.site-header__buttons {
  margin-left: 2%;
}
.site-header__buttons .btn-primary {
  color: white;
}
.site-header__buttons .btn-primary:hover {
  color: white;
  background-color: #272727;
}
.site-header .main-navigation {
  position: relative;
}
.site-header .main-navigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
}
.site-header .main-navigation .menu > li {
  position: relative;
}
.site-header .main-navigation .menu > li > a {
  position: relative;
  display: block;
  padding: 0.5rem 0 0.5rem 1.7rem;
}
.site-header .main-navigation .menu > li > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  opacity: 0;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background-color: #F68F66;
  transition: all 600ms;
}
.site-header .main-navigation .menu > li > a:hover::after {
  opacity: 1;
}
.site-header .main-navigation .menu > li.current-menu-ancestor > a::after, .site-header .main-navigation .menu > li.current-page-ancestor > a::after, .site-header .main-navigation .menu > li.current-menu-item > a::after {
  opacity: 1;
  background-color: #69B5C4;
}
.site-header .main-navigation .menu > li.menu-item-has-children:hover .sub-menu, .site-header .main-navigation .menu > li.menu-item-has-children:focus-within .sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
  transform: translateX(0);
}
.site-header .main-navigation .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 23rem;
  padding: 1.2rem 1.8rem;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: white;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.03);
  margin: 0;
  transition: all 0.4s cubic-bezier(0.3, 0.01, 0.36, 0.99);
  transform: translateX(2rem);
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}
.site-header .main-navigation .sub-menu a {
  white-space: nowrap;
  opacity: 0.3;
  display: inline-block;
  padding: 0.2rem 0;
}
.site-header .main-navigation .sub-menu .current-page-ancestor a,
.site-header .main-navigation .sub-menu .current-menu-item a,
.site-header .main-navigation .sub-menu a:hover {
  opacity: 1;
}
@media print, screen and (max-width: 46.87375em) {
  .site-header__logo {
    max-width: 8rem;
  }
}

.mobile-navigation {
  position: fixed;
  width: 100vw;
  height: 100%;
  z-index: 1000;
  top: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  overflow-y: auto;
}
.mobile-navigation::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.mobile-navigation::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(39, 39, 39, 0.15);
  border-radius: 15px;
}
.mobile-navigation::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #fff;
}
.mobile-navigation__inner {
  height: 100%;
  width: 100%;
  padding: 1.8rem 2rem 3.4rem;
  overflow: auto;
}
.mobile-navigation__bottom .btn {
  padding: 1.6rem 3.6rem;
}
@media print, screen and (max-width: 46.87375em) {
  .mobile-navigation__bottom .btn {
    width: 100%;
    text-align: center;
  }
}
.mobile-navigation:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #EDF7F8;
  top: 0;
  left: 0;
  transition: opacity 200ms, width 600ms;
  z-index: -1;
}
.mobile-navigation.active {
  opacity: 1;
  transition: opacity 600ms;
  transition-delay: 300ms;
  pointer-events: all;
}
.mobile-navigation.active .menu > li {
  opacity: 1;
  transform: translateY(0);
}
.mobile-navigation.active .menu > li:nth-child(1) {
  transition-delay: 0.26s;
}
.mobile-navigation.active .menu > li:nth-child(2) {
  transition-delay: 0.34s;
}
.mobile-navigation.active .menu > li:nth-child(3) {
  transition-delay: 0.42s;
}
.mobile-navigation.active .menu > li:nth-child(4) {
  transition-delay: 0.5s;
}
.mobile-navigation.active .menu > li:nth-child(5) {
  transition-delay: 0.58s;
}
.mobile-navigation.active .menu > li:nth-child(6) {
  transition-delay: 0.66s;
}
.mobile-navigation.active .menu > li:nth-child(7) {
  transition-delay: 0.74s;
}
.mobile-navigation.active .menu > li:nth-child(8) {
  transition-delay: 0.82s;
}
.mobile-navigation.active .menu > li:nth-child(9) {
  transition-delay: 0.9s;
}
.mobile-navigation.active .menu > li:nth-child(10) {
  transition-delay: 0.98s;
}
.mobile-navigation .menu-close {
  color: #69B5C4;
  font-size: 1.6rem;
  position: relative;
}
.mobile-navigation .menu-close .close {
  font-size: 2.6rem;
  font-family: auto;
  position: absolute;
  right: 113%;
  top: -0.4rem;
}
.mobile-navigation .menu {
  margin-top: 3rem;
}
.mobile-navigation .menu > li {
  transform: translateY(30px);
  transition: all 0.6s;
  opacity: 0;
}
.mobile-navigation .menu a {
  font-size: min(6.2vw, 3.4rem);
  line-height: 1;
  color: #69B5C4;
  display: block;
  position: relative;
  letter-spacing: -0.02rem;
  padding: 0.8rem 0;
}
.mobile-navigation .menu a:hover {
  transform: translateX(0.5rem);
}
.mobile-navigation .sub-menu {
  margin: 1rem 0 2rem;
}
.mobile-navigation .sub-menu a {
  font-size: min(4.6vw, 2.4rem);
  color: #272727;
  opacity: 0.7;
}
.mobile-navigation .social-links {
  gap: 1rem;
}
.mobile-navigation .social-links a {
  background-color: #272727;
  color: #EDF7F8;
}

.homepage__hero {
  padding-top: 18rem;
  position: relative;
}
@media screen and (max-width: 640px) {
  .homepage__hero {
    padding-top: 10rem;
  }
}
.homepage__hero p {
  max-width: 62rem;
  margin: 0 auto;
}
.homepage__hero__img__wrap {
  height: 85rem;
}
@media screen and (max-width: 1400px) {
  .homepage__hero__img__wrap {
    height: 70rem;
  }
}
.homepage__hero .aos-index {
  position: relative;
  z-index: 100;
}
.homepage__hero__cookie__acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6rem;
  padding: 0.5rem 0.5rem 0.5rem 4rem;
  gap: 3rem;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  min-width: fit-content;
}
.homepage__hero__cookie__acceptance span {
  white-space: nowrap;
}
.homepage__hero__cookie__acceptance span.open-close {
  position: initial;
  width: 4.5rem;
  height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F68F66;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.homepage__hero__cookie__acceptance span.open-close:hover {
  background-color: #272727;
}
.homepage__hero__cookie__acceptance span.open-close:hover svg path {
  fill: #fff;
}
.homepage .post-item__img__wrap {
  aspect-ratio: 1;
  background-color: #EDF7F8;
}
.homepage .post-item__img__wrap img {
  display: block;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}
.homepage__connect {
  font-size: clamp(12rem, 15vw, 18rem);
  letter-spacing: -0.07em;
}
.homepage__connect .splide__list {
  align-items: center;
}
.homepage__connect span {
  color: #272727;
  display: block;
  white-space: nowrap;
  line-height: 1.2;
}
.homepage__connect .circle svg {
  display: block;
  width: 0.3em;
  height: 0.3em;
  transform: translate(0.05em, 0.05em);
}

.home-top-banner {
  border-radius: 8px;
  padding: 2rem 3rem;
  width: fit-content;
  margin: -2rem auto 4rem;
}
@media print, screen and (min-width: 46.875em) {
  .home-top-banner {
    margin: -8rem auto 8rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1300px) {
  .home-top-banner {
    padding: 3rem 4rem;
  }
}

.site-footer {
  padding: 7rem 0 3rem 0;
  color: #3E3E3E;
}
.site-footer__intro {
  margin: 0 auto 6rem;
  max-width: 74rem;
  color: #222;
}
.site-footer__intro .size-h4 p {
  margin-bottom: 2rem;
}
.site-footer__logo {
  font-size: min(22rem, 32vw);
  color: #222;
}
.site-footer__bottom {
  border-top: 1px solid rgba(39, 39, 39, 0.5);
}
.site-footer__signup {
  position: relative;
  background-color: #69B5C4;
  border-radius: 1.5rem;
  gap: 7rem;
}
@media screen and (max-width: 1024px) {
  .site-footer__signup {
    margin-bottom: 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
}
@media screen and (max-width: 750px) {
  .site-footer__signup {
    flex-direction: column;
    gap: 1rem;
  }
}
.site-footer__signup form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5rem;
  overflow: hidden;
  padding: 1px;
}
.site-footer__signup .input-wrap {
  position: relative;
}
@media screen and (max-width: 640px) {
  .site-footer__signup .input-wrap {
    width: 100%;
  }
}
.site-footer__signup .input-wrap .custom-submit-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-47%);
  max-width: 6rem;
  max-height: 6rem;
}
.site-footer__signup .input-wrap .custom-submit-button svg {
  width: 100%;
  height: 100%;
}
.site-footer__signup .input-wrap .custom-submit-button svg rect {
  transition: all 300ms;
}
.site-footer__signup .input-wrap .custom-submit-button:hover svg rect {
  fill: #F68F66;
}
.site-footer__signup .wpcf7-form-control-wrap {
  width: auto;
}
.site-footer__signup input {
  height: 6.2rem;
}
.site-footer__signup input::placeholder {
  color: rgba(39, 39, 39, 0.8);
  opacity: 1;
}
.site-footer__signup input[type=email] {
  width: 100%;
  border: none;
  border-radius: 16rem;
  padding: 0 2.5rem;
  color: #272727;
  border: 1px solid #272727;
  margin: 0;
  background-color: transparent;
  outline: 2px solid transparent;
}
@media screen and (max-width: 1024px) {
  .site-footer__signup input[type=email] {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .site-footer__signup input[type=email] {
    width: 100%;
  }
}
.site-footer__signup input[type=email]:focus {
  outline: 1px solid #EDF7F8;
  border: 1px solid #EDF7F8;
}
.site-footer__signup input[type=submit] {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  border: 1px solid #69B5C4;
  margin: 0;
  cursor: pointer;
  font-size: 0;
  background-color: rgba(235, 236, 238, 0.8);
}
.site-footer__signup .submit-wrap {
  position: relative;
  width: 5.2rem;
  height: 5.2rem;
}
.site-footer__signup .submit-wrap:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #69B5C4;
  border-right: 2px solid #69B5C4;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: 10;
  pointer-events: none;
  transition: all 300ms;
}
.site-footer__signup .submit-wrap:hover input[type=submit] {
  background-color: #000;
}
.site-footer__signup .submit-wrap:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.site-footer__signup .wpcf7-not-valid-tip {
  display: none;
}
.site-footer__signup .wpcf7-spinner {
  position: absolute;
  top: 13px;
  right: -7rem;
}
.site-footer__signup .wpcf7 form.invalid .wpcf7-response-output,
.site-footer__signup .wpcf7 form.unaccepted .wpcf7-response-output,
.site-footer__signup .wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: -3rem;
  background: transparent;
  color: #EDF7F8;
}
@media screen and (max-width: 1024px) {
  .site-footer__signup .wpcf7 form.invalid .wpcf7-response-output,
  .site-footer__signup .wpcf7 form.unaccepted .wpcf7-response-output,
  .site-footer__signup .wpcf7 form.payment-required .wpcf7-response-output {
    bottom: -6rem;
  }
}
@media screen and (max-width: 640px) {
  .site-footer__signup .wpcf7 form.invalid .wpcf7-response-output,
  .site-footer__signup .wpcf7 form.unaccepted .wpcf7-response-output,
  .site-footer__signup .wpcf7 form.payment-required .wpcf7-response-output {
    bottom: -8rem;
  }
}
.site-footer__last {
  gap: 2rem 4rem;
}
.site-footer__last a:hover {
  color: #EDF7F8;
}
.site-footer .menu {
  gap: 0.5rem 1.8rem;
}
.site-footer .sub-menu {
  display: none;
}
.site-footer__legal .menu {
  gap: 0;
}
.site-footer__legal .menu li:not(:last-child)::after {
  content: "•";
  margin: 0 1rem;
}
.site-footer .social-links a:hover {
  background-color: white;
  color: #69B5C4;
}
@media print, screen and (min-width: 64em) {
  .site-footer__intro {
    margin-bottom: 12rem;
  }
  .site-footer__bottom .size-h4 {
    font-size: min(3.2rem, 2.5vw);
  }
}
@media print, screen and (min-width: 46.875em) and (max-width: 63.99875em) {
  .site-footer__bottom .size-h4 {
    font-size: min(3.4rem, 4vw);
  }
}
@media print, screen and (max-width: 46.87375em) {
  .site-footer .social-links {
    justify-content: center;
    margin: 0 0 3.5rem;
  }
  .site-footer .menu {
    gap: 0.5rem 1.6rem;
    justify-content: center;
  }
  .site-footer__bottom .size-h4 {
    text-align: center;
  }
  .site-footer__last > .cell:last-child {
    text-align: center;
    margin-top: 6rem;
  }
  .site-footer__legal .menu {
    gap: 0.5rem 0;
  }
  .site-footer__signup form {
    justify-content: center;
  }
}

.about .post-item__img__wrap {
  aspect-ratio: 1;
  background-color: #EDF7F8;
}
.about .post-item__img__wrap img {
  width: auto;
  max-width: 90%;
  max-height: 15rem;
  object-fit: contain;
  filter: grayscale(1);
  mix-blend-mode: multiply;
}
.about .post-item:hover p:not(.faded) {
  color: #69B5C4;
}

.events__form {
  position: relative;
}
.events__search {
  flex-shrink: 0;
  max-width: 34.9rem;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .events__search {
    display: none;
  }
}
.events__search input[type=text] {
  width: 100%;
  height: 6.8rem;
  background-color: #EDF7F8;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 5rem;
  border: 0;
  padding: 0 8rem 0 2.5rem;
  text-overflow: ellipsis;
}
.events__search > svg {
  position: absolute;
  top: 1rem;
  right: 1rem;
  pointer-events: none;
}
.events__search .autocomplete-suggestions {
  position: absolute;
  left: 0;
  margin-top: 1rem;
  width: 100%;
  z-index: 10;
}
.events__search .autocomplete-suggestions .suggestion-item {
  cursor: pointer;
  padding: 1rem;
  background-color: #F9F8F5;
  transition: all 300ms;
}
.events__search .autocomplete-suggestions .suggestion-item:hover {
  background-color: #69B5C4;
}
.events__signup__img {
  height: 40rem;
}
.events__signup__form__wrap {
  height: 100%;
  padding: 4rem 2rem;
}
@media print, screen and (min-width: 46.875em) {
  .events__signup > div > .grid-x {
    min-height: 50vw;
    max-height: 90vh;
  }
  .events__signup__img {
    height: 100%;
  }
  .events__signup__form__wrap {
    padding: 6rem 4rem 6rem 9%;
    max-width: 69rem;
  }
  .events__signup h2 {
    font-size: min(6rem, 4.3vw);
  }
}
.events__webinars .post-item__img__wrap {
  aspect-ratio: 1.18;
}
.events__webinars .post-item__img__wrap img {
  display: block;
  height: auto;
  aspect-ratio: 1.18;
  object-fit: cover;
}

.event-item {
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.event-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.event-item > .cell:first-child {
  max-width: 36rem;
}
.event-item__outer__image {
  border-radius: 0.5rem;
  width: 100%;
  aspect-ratio: 1.6;
  display: block;
  overflow: hidden;
  background: url("../assets/img/event-thumb-bg.webp") no-repeat center/cover #69B5C4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  font-size: 3.6rem;
}
.event-item__outer__image img {
  border-radius: 0.5rem;
  width: 100%;
  display: block;
  height: auto;
  aspect-ratio: 1.6;
  object-fit: cover;
}
.event-item__outer__image span {
  max-width: 8ch;
  line-height: 1.1;
}
.event-item__outer__image:hover {
  color: rgba(255, 255, 255, 0.8);
}
.event-item h3 a {
  text-decoration: underline currentColor 0.05em;
  text-underline-offset: 0.2em;
}
.event-item h3 a:hover {
  text-decoration-color: #FAB78F;
}
.event-item__date {
  gap: 1rem 1.5rem;
}
.event-item__date > span {
  border-radius: 5rem;
  padding: 0.75rem 1.65rem;
  display: inline-block;
}
.event-item__date > span.hour {
  background-color: #EDF7F8;
}
.event-item__date > span.date {
  background-color: #FAB78F;
}
.event-item .open-close {
  position: absolute;
  right: 0;
  left: auto;
  top: 1rem;
}
@media print, screen and (max-width: 63.99875em) {
  .event-item {
    border-top: none;
  }
  .event-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;
  }
  .event-item:last-child {
    border-bottom: none;
  }
  .event-item__content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
  }
  .event-item__content > div div:first-child {
    order: 1;
    margin-bottom: 2rem;
  }
  .event-item__content > div .event-item__date {
    order: 0;
    margin-bottom: 1rem;
  }
  .event-item__outer__image {
    margin-bottom: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .event-item {
    position: relative;
  }
  .event-item__content {
    padding-left: 5rem;
    padding-right: 23rem;
  }
  .event-item__content .btn {
    position: absolute;
    top: 1rem;
    right: 0;
  }
}

.event-head {
  padding: 4rem 3%;
  border-radius: 1.6rem;
}
.event__overview__why {
  max-width: 66rem;
  margin: 5rem auto 0 auto;
}
.event__overview__why h3 {
  font-size: 3.2rem;
  font-size: 2rem;
}
.event__overview__why p,
.event__overview__why li {
  font-size: 1.6rem;
  color: #000;
}
.event__overview__why li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  gap: 2rem;
  line-height: 1.2;
  padding: 2rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.event__overview__why li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.event__overview__why li p,
.event__overview__why li span {
  font-size: 1.6rem;
}
.event__overview__form__wrap {
  max-width: 70rem;
  padding: 5rem 5rem 7rem 5rem;
  border-radius: 1.7rem;
  margin-left: 4rem;
}
@media screen and (max-width: 1024px) {
  .event__overview__form__wrap {
    margin: 5rem auto 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .event__overview__form__wrap {
    padding: 2rem 2rem 8rem 2rem;
  }
}
.event__overview__form__wrap form .input-wrap:hover input {
  border-bottom: 1px solid #000;
}
.event__overview__form__wrap form .input-wrap:hover input::placeholder {
  color: #000;
}
.event__overview__form__wrap form .flex-wrap:nth-of-type(3) {
  flex-direction: column;
  gap: 0;
}
.event__overview__form__wrap form .flex-wrap:nth-of-type(3) .input-wrap {
  width: 100%;
}
.event__overview__form__wrap form .flex-wrap:nth-of-type(3) .input-wrap:first-child {
  margin-bottom: 8rem;
}
@media screen and (max-width: 640px) {
  .event__overview__form__wrap form .flex-wrap:nth-of-type(3) .input-wrap:first-child {
    margin-bottom: 0;
  }
}
.event__overview__form__wrap form .flex-wrap:nth-of-type(3) .input-wrap input {
  max-width: 100%;
}
.event__overview__form__wrap form input[type=submit] {
  background-color: #EDF7F8;
  color: #fff;
}
.event__overview__form__wrap form input[type=submit]:hover {
  background-color: #F68F66;
}
.event__overview__form__wrap form select {
  display: none;
}
.event__overview__form__wrap .wp-post-image {
  border-radius: 0.5rem;
}
.event__overview__form__footer {
  background-color: #F68F66;
  max-width: 70rem;
  padding: 1.6rem 2rem;
  margin-left: 4rem;
  border-bottom-left-radius: 1.7rem;
  border-bottom-right-radius: 1.7rem;
  transform: translateY(-3rem);
}
.event__overview__form__footer p {
  color: #fff;
}
.event__overview__form__footer .event-highlighted__countdown__wrap {
  margin: 0;
  gap: 8px;
}
.event__overview__form__footer .event-highlighted__countdown__wrap .num-wrap {
  display: block;
  font-size: 1.6rem;
  line-height: inherit;
  width: auto;
}
.event__overview__form__footer .event-highlighted__countdown__wrap .num-wrap span {
  font-size: inherit !important;
  line-height: inherit !important;
  color: #fff;
  text-transform: lowercase;
}
@media screen and (max-width: 1024px) {
  .event__overview__form__footer {
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .event__overview__form__footer {
    padding: 2rem;
  }
  .event__overview__form__footer .event-highlighted__countdown__wrap .num-wrap .num-label span {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .blog__benefits .cell {
    margin-bottom: 3rem;
  }
}
.blog .accordion .accordion-title {
  font-size: 2rem;
}
@media print, screen and (min-width: 46.875em) {
  .blog .accordion .accordion-title {
    font-size: 2.4rem;
  }
}
.blog__pagination .screen-reader-text {
  width: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.blog__pagination a {
  color: #69B5C4;
  text-decoration: underline;
}
.blog__pagination a:hover {
  text-decoration: none;
  color: #F68F66;
}
.blog__pagination .nav-links span, .blog__pagination .nav-links a {
  padding: 0.5rem;
}

.benefit-item {
  padding: 1.5rem 1.5rem 3rem 1.5rem;
  border-radius: 0.6rem;
  height: 100%;
  max-width: 55rem;
  margin: 0 auto;
  background-color: #EDF7F8;
  display: block;
}
@media screen and (max-width: 640px) {
  .benefit-item {
    padding: 1.5rem 1.5rem 2rem 1.5rem;
  }
}
.benefit-item:hover .benefit-item__img__wrap img {
  transform: scale(1.05);
}
.benefit-item__details {
  padding-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .benefit-item__details {
    padding-top: 2rem;
  }
}
.benefit-item__details h3 {
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 640px) {
  .benefit-item__details h3 {
    font-size: 1.7rem;
  }
}
.benefit-item__img__wrap {
  max-height: 36rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.6rem;
  aspect-ratio: 1;
}
.benefit-item img {
  transition: all 2s;
  display: block;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.contact__content {
  max-width: 48rem;
}
.contact__form {
  padding: 6rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.contact__form iframe {
  margin: 0 -5rem;
  max-width: none !important;
  width: calc(100% + 10rem) !important;
}
.contact__form.sidebar-form {
  padding: 6rem 3.2rem;
}
.contact__form .hbspt-form {
  padding: 0 5rem;
  margin-top: 4rem;
}

.single-post .page-hero .grid-container {
  max-width: 111rem;
}
.single-post .page-hero img {
  max-height: 60rem;
  object-fit: cover;
}

.doctor__headshot {
  aspect-ratio: 1;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color: #ebecee;
}
.doctor__headshot img {
  display: block;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  margin: auto;
}
.doctor__intro a:not(.btn) {
  color: #69B5C4;
}
.doctor__intro a:not(.btn):hover {
  text-decoration: underline;
}
.doctor__intro .btn {
  padding: 1rem 2rem 1rem 1rem;
}
.doctor__intro .btn > .grid-x {
  height: 4.5rem;
}
.doctor__main {
  max-width: 90rem;
}
.doctor__main .entry-content {
  max-width: 80rem;
}
.doctor__logos {
  gap: 2rem 5%;
}
.doctor__logos img {
  max-width: min(24rem, 45%);
  max-height: 10rem;
  object-fit: contain;
}
.doctor .social-links a {
  color: #F68F66;
  background-color: transparent;
  width: 3.4rem;
  height: 3.4rem;
  border-radius: 0;
}
.doctor .social-links a:hover {
  color: #272727;
}
@media print, screen and (min-width: 46.875em) {
  .doctor__intro {
    padding-left: 5%;
  }
}

.treatment .accordion .accordion-title {
  font-size: 2rem;
}
@media print, screen and (min-width: 46.875em) {
  .treatment .accordion .accordion-title {
    font-size: 2.4rem;
  }
}

.locations h1 {
  max-width: 62rem;
}
@media screen and (max-width: 530px) {
  .locations__grid > .cell {
    flex: 0 0 calc(100% - 1rem);
  }
}

.location-card {
  background-color: #EDF7F8;
  height: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
}
.location-card__img {
  flex: 0 0 auto;
  aspect-ratio: 1.5;
  background-color: #ebecee;
}
.location-card__img img {
  display: block;
  height: auto;
  aspect-ratio: 1.5;
  object-fit: cover;
  width: 100%;
}
.location-card__details {
  flex: 1 0 auto;
  padding: 2rem;
}
.location-card .entry-content {
  padding-top: 2rem;
}
.location-card .entry-content p:not(:last-child) {
  margin-bottom: 1rem;
}
.location-card__phones {
  gap: 0.5rem 2rem;
}
.location-card__phones .grid-x {
  gap: 0.5rem;
}

.landing .footnote {
  border-radius: 16px;
  padding: 3rem;
}
.landing__faqs h2 {
  max-width: 47rem;
}
.landing__faqs .accordion .accordion-title {
  font-size: 2rem;
}
@media print, screen and (min-width: 46.875em) {
  .landing__faqs .accordion .accordion-title {
    font-size: 2.4rem;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .landing .event-item__date {
    margin-top: 2rem;
  }
}

.thank-you {
  margin: 13rem 0 0;
  padding: 5rem 4rem;
  background: url(../assets/img/thank-bg.svg) no-repeat center/cover #E1F5FB;
}

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