/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/slick-carousel/slick/slick.css ***!
  \*************************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.draggable {
    cursor: pointer;
    cursor: grab;
}
.slick-list.dragging {
    cursor: grabbing;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/slick-carousel/slick/slick-theme.css ***!
  \*******************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(../images/ajax-loader.399116b3.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    font-display: swap;

    src: url(../fonts/slick.a4e97f5a.eot);
    src: url(../fonts/slick.a4e97f5a.eot?#iefix) format('embedded-opentype'), url(../fonts/slick.690f0f29.woff2) format('woff2'), url(../fonts/slick.29518378.woff) format('woff'), url(../fonts/slick.c94f7671.ttf) format('truetype');
    font-display: swap;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/sass/styles.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*!
Theme Name: CEO Whisperer
Author: HKW <andrew@hkw.io>
Author URI: https://hkw.io
Description: A custom WordPress theme for the CEO Whisperer LMS.
Version: 0.1.0
Tested up to: 6.8.1
Requires PHP: 8.2
Text Domain: cwlms

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
.comparison-card .switch {
  border-radius: 999px;
}

.switch.small label.switch-paddle {
  width: 3.6875rem;
}

body input:checked + label > .switch-active,
.switch-inactive {
  display: flex;
}

body .switch-inactive {
  right: 5%;
}

body .switch-active {
  left: 5%;
}

input:checked ~ .switch-paddle::after {
  background: #1b2730;
}

.switch.small input:checked ~ .switch-paddle::after {
  transform: translateX(3px);
}

.switch {
  transition: all 0.45s ease-in;
}
.switch:hover .switch-inactive svg path {
  fill: #d6af00;
  transition: fill 0.15s ease-in;
}
.switch:hover .switch-active svg path {
  fill: #020fc7;
  transition: fill 0.15s ease-in;
}

.comparison-card {
  border: 1px solid #3f4e59;
  border-radius: 0.5rem;
  overflow: hidden;
}

.comparison-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem 2.5rem;
}

[data-theme=light] .comparison-card__header {
  background: url(../images/hero-bg-noise.753399da.png) 0% 0%/100px 100px repeat, linear-gradient(0deg, #E3EFF8 0%, #E3EFF8 100%), #1B2730;
  background-color: lightgray;
  background-blend-mode: multiply, normal, normal;
}

[data-theme=dark] .comparison-card__header {
  background: #1b2730;
}

.comparison-card__title.body-text {
  margin-bottom: 0;
  font-weight: 700;
  opacity: 1;
  transition: opacity 0.15s ease-in;
}

.comparison-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comparison-card__table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.comparison-card__row {
  vertical-align: top;
}

.comparison-card__head-row > th,
.comparison-card__subhead-row > th,
.comparison-card__subhead-row > td,
.comparison-card__row > th,
.comparison-card__row > td {
  border: none;
  text-align: left;
}

.content-block.content-grid.comparison-card-block tbody {
  background-color: unset;
  border: unset;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding: 2.625rem 2.5rem;
}
.content-block.content-grid.comparison-card-block tbody tr {
  display: flex;
  gap: 5.5625rem;
}
.content-block.content-grid.comparison-card-block tbody tr:nth-child(even) {
  background-color: unset;
}
.content-block.content-grid.comparison-card-block tbody th, .content-block.content-grid.comparison-card-block tbody td {
  margin-bottom: unset;
}
.content-block.content-grid.comparison-card-block tbody th {
  padding: unset;
  width: 154px;
}
.content-block.content-grid.comparison-card-block tbody td {
  padding: unset;
  width: 18.25rem;
}
.content-block.content-grid.comparison-card-block .switch,
.content-block.content-grid.comparison-card-block label {
  width: 4.4375rem;
  color: #ffffff;
}
.content-block.content-grid.comparison-card-block input:checked ~ .switch-paddle {
  background: #0095FF;
}
.content-block.content-grid.comparison-card-block .switch-paddle {
  background: #a7b3bc;
}
.content-block.content-grid.comparison-card-block .switch-paddle::after {
  background: #ffffff;
}
.content-block.content-grid.comparison-card-block .switch-active,
.content-block.content-grid.comparison-card-block .switch-inactive {
  font-family: "Neue Haas Grotesk Display Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
}
.content-block.content-grid.comparison-card-block .switch-inactive {
  right: 12px;
}
.content-block.content-grid.comparison-card-block .switch-active {
  left: 12px;
}
.content-block.content-grid.comparison-card-block .switch.small input:checked ~ .switch-paddle::after {
  transform: translateX(15px);
}
.content-block.content-grid.comparison-card-block .hide {
  opacity: 0;
  transition: opacity 0.15s ease-in;
}

@media print, screen and (max-width: 39.99875em) {
  .comparison-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.75rem 1.5rem;
  }
  .content-block.content-grid.comparison-card-block tbody {
    gap: 2rem;
    padding: 1.75rem 1.5rem;
  }
  .content-block.content-grid.comparison-card-block tbody tr {
    flex-direction: column;
    align-items: stretch;
    gap: 1rem;
  }
  .content-block.content-grid.comparison-card-block tbody th,
  .content-block.content-grid.comparison-card-block tbody td {
    width: 100%;
    display: block;
    text-align: left;
  }
  .content-block.content-grid.comparison-card-block tbody th {
    padding-bottom: 0.25rem;
    font-weight: 700;
  }
  .content-block.content-grid.comparison-card-block tbody td {
    padding-top: 0;
    margin-top: 0.25rem;
  }
}
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! 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;
  -webkit-text-decoration: underline dotted;
          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=40em&large=60em&xlarge=75em&xxlarge=90em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000912;
  -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;
}

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

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: 78rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-container {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
@media print, screen and (min-width: 60em) {
  .grid-container.fluid {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
}
.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: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 60em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 > .cell {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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: 60em) {
  .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 screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 60em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-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% + 1.5rem / 2);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media print, screen and (min-width: 60em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.5rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.5rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.5rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.5rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.5rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.5rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.5rem / 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: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 60em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .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%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

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

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

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

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

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

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

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

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

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 60em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.5rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media print, screen and (min-width: 60em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.5rem);
  }
}
.align-left {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 60em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 60em) {
  .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;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
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: 1.5rem;
  font-size: inherit;
  line-height: 1.5;
  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: "Neue Haas Grotesk Display Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  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: #5f6c76;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 1rem;
}

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

h3, .h3 {
  font-size: 1.75rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5, .h5 {
  font-size: 1.375rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6, .h6 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h2, .h2 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.375rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
@media print, screen and (min-width: 60em) {
  h1, .h1 {
    font-size: 4rem;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  h2, .h2 {
    font-size: 3.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  h3, .h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h4, .h4 {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h5, .h5 {
    font-size: 1.75rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  h6, .h6 {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
a {
  line-height: inherit;
  color: #0095FF;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(0, 128.14, 219.3);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 78rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #5f6c76;
  border-left: 0;
}

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

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 1.5rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #5f6c76;
}
blockquote, blockquote p {
  line-height: 1.5;
  color: #000912;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #E3EFF8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

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

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

.stat {
  font-size: 4rem;
  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: #000912;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #5f6c76;
  background-color: #E3EFF8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #5f6c76;
  background-color: #E3EFF8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  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: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 60em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            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 #000912;
    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;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cfdbe4;
  border-radius: 0;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #000912;
  background-color: #ffffff;
  box-shadow: 0 0 5px #5f6c76;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #E3EFF8;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::-moz-placeholder {
  color: #5f6c76;
}

::placeholder {
  color: #5f6c76;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #5f6c76;
  background: #E3EFF8;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #5f6c76;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cfdbe4;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%280, 9, 18%29\"></polygon></svg>");
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #000912;
  background-color: #ffffff;
  box-shadow: 0 0 5px #5f6c76;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #E3EFF8;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #e4390a;
  background-color: rgb(252.3, 235.2, 230.5);
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #e4390a;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #e4390a;
}

.is-invalid-label {
  color: #e4390a;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e4390a;
}
.form-error.is-visible {
  display: block;
}

.button, span.edit-link a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 700;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] span.edit-link a, span.edit-link [data-whatinput=mouse] a {
  outline: 0;
}
.button.tiny, span.edit-link a.tiny {
  font-size: 0.6rem;
}
.button.small, span.edit-link a.small {
  font-size: 0.75rem;
}
.button.large, span.edit-link a.large {
  font-size: 1.25rem;
}
.button.expanded, span.edit-link a.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, span.edit-link a, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #0095FF;
  color: #ffffff;
}
.button:hover, span.edit-link a:hover, .button:focus, span.edit-link a:focus {
  background-color: rgb(0, 126.65, 216.75);
  color: #ffffff;
}
.button.primary, span.edit-link a.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #0095FF;
  color: #000;
}
.button.primary:hover, span.edit-link a.primary:hover, .button.primary:focus, span.edit-link a.primary:focus {
  background-color: rgb(0, 119.2, 204);
  color: #000;
}
.button.secondary, span.edit-link a.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #18d5b1;
  color: #000;
}
.button.secondary:hover, span.edit-link a.secondary:hover, .button.secondary:focus, span.edit-link a.secondary:focus {
  background-color: rgb(19.2, 170.4, 141.6);
  color: #000;
}
.button.success, span.edit-link a.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #009f80;
  color: #000;
}
.button.success:hover, span.edit-link a.success:hover, .button.success:focus, span.edit-link a.success:focus {
  background-color: rgb(0, 127.2, 102.4);
  color: #000;
}
.button.warning, span.edit-link a.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #d6af00;
  color: #000;
}
.button.warning:hover, span.edit-link a.warning:hover, .button.warning:focus, span.edit-link a.warning:focus {
  background-color: rgb(171.2, 140, 0);
  color: #000;
}
.button.alert, span.edit-link a.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #e4390a;
  color: #000;
}
.button.alert:hover, span.edit-link a.alert:hover, .button.alert:focus, span.edit-link a.alert:focus {
  background-color: rgb(182.4, 45.6, 8);
  color: #000;
}
.button.hollow, span.edit-link a.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, span.edit-link a.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 2px solid #0095FF;
  color: #0095FF;
}
.button.hollow:hover, span.edit-link a.hollow:hover, .button.hollow:focus, span.edit-link a.hollow:focus {
  border-color: rgb(0, 74.5, 127.5);
  color: rgb(0, 74.5, 127.5);
}
.button.hollow.primary, span.edit-link a.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 2px solid #0095FF;
  color: #0095FF;
}
.button.hollow.primary:hover, span.edit-link a.hollow.primary:hover, .button.hollow.primary:focus, span.edit-link a.hollow.primary:focus {
  border-color: rgb(0, 74.5, 127.5);
  color: rgb(0, 74.5, 127.5);
}
.button.hollow.secondary, span.edit-link a.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 2px solid #18d5b1;
  color: #18d5b1;
}
.button.hollow.secondary:hover, span.edit-link a.hollow.secondary:hover, .button.hollow.secondary:focus, span.edit-link a.hollow.secondary:focus {
  border-color: rgb(12, 106.5, 88.5);
  color: rgb(12, 106.5, 88.5);
}
.button.hollow.success, span.edit-link a.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 2px solid #009f80;
  color: #009f80;
}
.button.hollow.success:hover, span.edit-link a.hollow.success:hover, .button.hollow.success:focus, span.edit-link a.hollow.success:focus {
  border-color: rgb(0, 79.5, 64);
  color: rgb(0, 79.5, 64);
}
.button.hollow.warning, span.edit-link a.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 2px solid #d6af00;
  color: #d6af00;
}
.button.hollow.warning:hover, span.edit-link a.hollow.warning:hover, .button.hollow.warning:focus, span.edit-link a.hollow.warning:focus {
  border-color: rgb(107, 87.5, 0);
  color: rgb(107, 87.5, 0);
}
.button.hollow.alert, span.edit-link a.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 2px solid #e4390a;
  color: #e4390a;
}
.button.hollow.alert:hover, span.edit-link a.hollow.alert:hover, .button.hollow.alert:focus, span.edit-link a.hollow.alert:focus {
  border-color: rgb(114, 28.5, 5);
  color: rgb(114, 28.5, 5);
}
.button.clear, span.edit-link a.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, span.edit-link a.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #0095FF;
}
.button.clear:hover, span.edit-link a.clear:hover, .button.clear:focus, span.edit-link a.clear:focus {
  color: rgb(0, 74.5, 127.5);
}
.button.clear.primary, span.edit-link a.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #0095FF;
}
.button.clear.primary:hover, span.edit-link a.clear.primary:hover, .button.clear.primary:focus, span.edit-link a.clear.primary:focus {
  color: rgb(0, 74.5, 127.5);
}
.button.clear.secondary, span.edit-link a.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #18d5b1;
}
.button.clear.secondary:hover, span.edit-link a.clear.secondary:hover, .button.clear.secondary:focus, span.edit-link a.clear.secondary:focus {
  color: rgb(12, 106.5, 88.5);
}
.button.clear.success, span.edit-link a.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #009f80;
}
.button.clear.success:hover, span.edit-link a.clear.success:hover, .button.clear.success:focus, span.edit-link a.clear.success:focus {
  color: rgb(0, 79.5, 64);
}
.button.clear.warning, span.edit-link a.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #d6af00;
}
.button.clear.warning:hover, span.edit-link a.clear.warning:hover, .button.clear.warning:focus, span.edit-link a.clear.warning:focus {
  color: rgb(107, 87.5, 0);
}
.button.clear.alert, span.edit-link a.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #e4390a;
}
.button.clear.alert:hover, span.edit-link a.clear.alert:hover, .button.clear.alert:focus, span.edit-link a.clear.alert:focus {
  color: rgb(114, 28.5, 5);
}
.button.disabled, span.edit-link a.disabled, .button[disabled], span.edit-link a[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, span.edit-link a.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #ffffff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, span.edit-link a.dropdown.hollow::after, .button.dropdown.clear::after, span.edit-link a.dropdown.clear::after {
  border-top-color: #0095FF;
}
.button.dropdown.hollow.primary::after, span.edit-link a.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after, span.edit-link a.dropdown.clear.primary::after {
  border-top-color: #0095FF;
}
.button.dropdown.hollow.secondary::after, span.edit-link a.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after, span.edit-link a.dropdown.clear.secondary::after {
  border-top-color: #18d5b1;
}
.button.dropdown.hollow.success::after, span.edit-link a.dropdown.hollow.success::after, .button.dropdown.clear.success::after, span.edit-link a.dropdown.clear.success::after {
  border-top-color: #009f80;
}
.button.dropdown.hollow.warning::after, span.edit-link a.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after, span.edit-link a.dropdown.clear.warning::after {
  border-top-color: #d6af00;
}
.button.dropdown.hollow.alert::after, span.edit-link a.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after, span.edit-link a.dropdown.clear.alert::after {
  border-top-color: #e4390a;
}
.button.arrow-only::after, span.edit-link a.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, span.edit-link a:hover, a.button:focus, span.edit-link a:focus {
  text-decoration: none;
}

.accordion {
  margin-left: 0;
  background: #ffffff;
  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 #E3EFF8;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #0095FF;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #E3EFF8;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #E3EFF8;
}
.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 #E3EFF8;
  border-bottom: 0;
  background-color: #ffffff;
  color: #000912;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #E3EFF8;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.5rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0095FF transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0095FF transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  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;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #0095FF;
  color: #ffffff;
}
.badge.primary {
  background: #0095FF;
  color: #000;
}
.badge.secondary {
  background: #18d5b1;
  color: #000;
}
.badge.success {
  background: #009f80;
  color: #000;
}
.badge.warning {
  background: #d6af00;
  color: #000;
}
.badge.alert {
  background: #e4390a;
  color: #000;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "|";
  color: #5f6c76;
}
.breadcrumbs a {
  color: #0095FF;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #5f6c76;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button, .button-group span.edit-link a, span.edit-link .button-group a {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child, .button-group span.edit-link a:last-child, span.edit-link .button-group a:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny span.edit-link a, span.edit-link .button-group.tiny a {
  font-size: 0.6rem;
}
.button-group.small .button, .button-group.small span.edit-link a, span.edit-link .button-group.small a {
  font-size: 0.75rem;
}
.button-group.large .button, .button-group.large span.edit-link a, span.edit-link .button-group.large a {
  font-size: 1.25rem;
}
.button-group.expanded .button, .button-group.expanded span.edit-link a, span.edit-link .button-group.expanded a {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary span.edit-link a, span.edit-link .button-group.primary a, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #0095FF;
  color: #000;
}
.button-group.primary .button:hover, .button-group.primary span.edit-link a:hover, span.edit-link .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary span.edit-link a:focus, span.edit-link .button-group.primary a:focus {
  background-color: rgb(0, 119.2, 204);
  color: #000;
}
.button-group.secondary .button, .button-group.secondary span.edit-link a, span.edit-link .button-group.secondary a, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #18d5b1;
  color: #000;
}
.button-group.secondary .button:hover, .button-group.secondary span.edit-link a:hover, span.edit-link .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary span.edit-link a:focus, span.edit-link .button-group.secondary a:focus {
  background-color: rgb(19.2, 170.4, 141.6);
  color: #000;
}
.button-group.success .button, .button-group.success span.edit-link a, span.edit-link .button-group.success a, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #009f80;
  color: #000;
}
.button-group.success .button:hover, .button-group.success span.edit-link a:hover, span.edit-link .button-group.success a:hover, .button-group.success .button:focus, .button-group.success span.edit-link a:focus, span.edit-link .button-group.success a:focus {
  background-color: rgb(0, 127.2, 102.4);
  color: #000;
}
.button-group.warning .button, .button-group.warning span.edit-link a, span.edit-link .button-group.warning a, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #d6af00;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning span.edit-link a:hover, span.edit-link .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning span.edit-link a:focus, span.edit-link .button-group.warning a:focus {
  background-color: rgb(171.2, 140, 0);
  color: #000;
}
.button-group.alert .button, .button-group.alert span.edit-link a, span.edit-link .button-group.alert a, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #e4390a;
  color: #000;
}
.button-group.alert .button:hover, .button-group.alert span.edit-link a:hover, span.edit-link .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert span.edit-link a:focus, span.edit-link .button-group.alert a:focus {
  background-color: rgb(182.4, 45.6, 8);
  color: #000;
}
.button-group.hollow .button, .button-group.hollow span.edit-link a, span.edit-link .button-group.hollow a, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow span.edit-link a, span.edit-link .button-group.hollow a, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 2px solid #0095FF;
  color: #0095FF;
}
.button-group.hollow .button:hover, .button-group.hollow span.edit-link a:hover, span.edit-link .button-group.hollow a:hover, .button-group.hollow .button:focus, .button-group.hollow span.edit-link a:focus, span.edit-link .button-group.hollow a:focus {
  border-color: rgb(0, 74.5, 127.5);
  color: rgb(0, 74.5, 127.5);
}
.button-group.hollow.primary .button, .button-group.hollow.primary span.edit-link a, span.edit-link .button-group.hollow.primary a, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow span.edit-link a.primary, span.edit-link .button-group.hollow a.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 2px solid #0095FF;
  color: #0095FF;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary span.edit-link a:hover, span.edit-link .button-group.hollow.primary a:hover, .button-group.hollow.primary .button:focus, .button-group.hollow.primary span.edit-link a:focus, span.edit-link .button-group.hollow.primary a:focus, .button-group.hollow .button.primary:hover, .button-group.hollow span.edit-link a.primary:hover, span.edit-link .button-group.hollow a.primary:hover, .button-group.hollow .button.primary:focus, .button-group.hollow span.edit-link a.primary:focus, span.edit-link .button-group.hollow a.primary:focus {
  border-color: rgb(0, 74.5, 127.5);
  color: rgb(0, 74.5, 127.5);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary span.edit-link a, span.edit-link .button-group.hollow.secondary a, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow span.edit-link a.secondary, span.edit-link .button-group.hollow a.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 2px solid #18d5b1;
  color: #18d5b1;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary span.edit-link a:hover, span.edit-link .button-group.hollow.secondary a:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow.secondary span.edit-link a:focus, span.edit-link .button-group.hollow.secondary a:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow span.edit-link a.secondary:hover, span.edit-link .button-group.hollow a.secondary:hover, .button-group.hollow .button.secondary:focus, .button-group.hollow span.edit-link a.secondary:focus, span.edit-link .button-group.hollow a.secondary:focus {
  border-color: rgb(12, 106.5, 88.5);
  color: rgb(12, 106.5, 88.5);
}
.button-group.hollow.success .button, .button-group.hollow.success span.edit-link a, span.edit-link .button-group.hollow.success a, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow span.edit-link a.success, span.edit-link .button-group.hollow a.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 2px solid #009f80;
  color: #009f80;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success span.edit-link a:hover, span.edit-link .button-group.hollow.success a:hover, .button-group.hollow.success .button:focus, .button-group.hollow.success span.edit-link a:focus, span.edit-link .button-group.hollow.success a:focus, .button-group.hollow .button.success:hover, .button-group.hollow span.edit-link a.success:hover, span.edit-link .button-group.hollow a.success:hover, .button-group.hollow .button.success:focus, .button-group.hollow span.edit-link a.success:focus, span.edit-link .button-group.hollow a.success:focus {
  border-color: rgb(0, 79.5, 64);
  color: rgb(0, 79.5, 64);
}
.button-group.hollow.warning .button, .button-group.hollow.warning span.edit-link a, span.edit-link .button-group.hollow.warning a, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow span.edit-link a.warning, span.edit-link .button-group.hollow a.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 2px solid #d6af00;
  color: #d6af00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning span.edit-link a:hover, span.edit-link .button-group.hollow.warning a:hover, .button-group.hollow.warning .button:focus, .button-group.hollow.warning span.edit-link a:focus, span.edit-link .button-group.hollow.warning a:focus, .button-group.hollow .button.warning:hover, .button-group.hollow span.edit-link a.warning:hover, span.edit-link .button-group.hollow a.warning:hover, .button-group.hollow .button.warning:focus, .button-group.hollow span.edit-link a.warning:focus, span.edit-link .button-group.hollow a.warning:focus {
  border-color: rgb(107, 87.5, 0);
  color: rgb(107, 87.5, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert span.edit-link a, span.edit-link .button-group.hollow.alert a, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow span.edit-link a.alert, span.edit-link .button-group.hollow a.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 2px solid #e4390a;
  color: #e4390a;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert span.edit-link a:hover, span.edit-link .button-group.hollow.alert a:hover, .button-group.hollow.alert .button:focus, .button-group.hollow.alert span.edit-link a:focus, span.edit-link .button-group.hollow.alert a:focus, .button-group.hollow .button.alert:hover, .button-group.hollow span.edit-link a.alert:hover, span.edit-link .button-group.hollow a.alert:hover, .button-group.hollow .button.alert:focus, .button-group.hollow span.edit-link a.alert:focus, span.edit-link .button-group.hollow a.alert:focus {
  border-color: rgb(114, 28.5, 5);
  color: rgb(114, 28.5, 5);
}
.button-group.clear .button, .button-group.clear span.edit-link a, span.edit-link .button-group.clear a, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear span.edit-link a, span.edit-link .button-group.clear a, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #0095FF;
}
.button-group.clear .button:hover, .button-group.clear span.edit-link a:hover, span.edit-link .button-group.clear a:hover, .button-group.clear .button:focus, .button-group.clear span.edit-link a:focus, span.edit-link .button-group.clear a:focus {
  color: rgb(0, 74.5, 127.5);
}
.button-group.clear.primary .button, .button-group.clear.primary span.edit-link a, span.edit-link .button-group.clear.primary a, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear span.edit-link a.primary, span.edit-link .button-group.clear a.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #0095FF;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary span.edit-link a:hover, span.edit-link .button-group.clear.primary a:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary span.edit-link a:focus, span.edit-link .button-group.clear.primary a:focus, .button-group.clear .button.primary:hover, .button-group.clear span.edit-link a.primary:hover, span.edit-link .button-group.clear a.primary:hover, .button-group.clear .button.primary:focus, .button-group.clear span.edit-link a.primary:focus, span.edit-link .button-group.clear a.primary:focus {
  color: rgb(0, 74.5, 127.5);
}
.button-group.clear.secondary .button, .button-group.clear.secondary span.edit-link a, span.edit-link .button-group.clear.secondary a, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear span.edit-link a.secondary, span.edit-link .button-group.clear a.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #18d5b1;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary span.edit-link a:hover, span.edit-link .button-group.clear.secondary a:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary span.edit-link a:focus, span.edit-link .button-group.clear.secondary a:focus, .button-group.clear .button.secondary:hover, .button-group.clear span.edit-link a.secondary:hover, span.edit-link .button-group.clear a.secondary:hover, .button-group.clear .button.secondary:focus, .button-group.clear span.edit-link a.secondary:focus, span.edit-link .button-group.clear a.secondary:focus {
  color: rgb(12, 106.5, 88.5);
}
.button-group.clear.success .button, .button-group.clear.success span.edit-link a, span.edit-link .button-group.clear.success a, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear span.edit-link a.success, span.edit-link .button-group.clear a.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #009f80;
}
.button-group.clear.success .button:hover, .button-group.clear.success span.edit-link a:hover, span.edit-link .button-group.clear.success a:hover, .button-group.clear.success .button:focus, .button-group.clear.success span.edit-link a:focus, span.edit-link .button-group.clear.success a:focus, .button-group.clear .button.success:hover, .button-group.clear span.edit-link a.success:hover, span.edit-link .button-group.clear a.success:hover, .button-group.clear .button.success:focus, .button-group.clear span.edit-link a.success:focus, span.edit-link .button-group.clear a.success:focus {
  color: rgb(0, 79.5, 64);
}
.button-group.clear.warning .button, .button-group.clear.warning span.edit-link a, span.edit-link .button-group.clear.warning a, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear span.edit-link a.warning, span.edit-link .button-group.clear a.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #d6af00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning span.edit-link a:hover, span.edit-link .button-group.clear.warning a:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning span.edit-link a:focus, span.edit-link .button-group.clear.warning a:focus, .button-group.clear .button.warning:hover, .button-group.clear span.edit-link a.warning:hover, span.edit-link .button-group.clear a.warning:hover, .button-group.clear .button.warning:focus, .button-group.clear span.edit-link a.warning:focus, span.edit-link .button-group.clear a.warning:focus {
  color: rgb(107, 87.5, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert span.edit-link a, span.edit-link .button-group.clear.alert a, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear span.edit-link a.alert, span.edit-link .button-group.clear a.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #e4390a;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert span.edit-link a:hover, span.edit-link .button-group.clear.alert a:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert span.edit-link a:focus, span.edit-link .button-group.clear.alert a:focus, .button-group.clear .button.alert:hover, .button-group.clear span.edit-link a.alert:hover, span.edit-link .button-group.clear a.alert:hover, .button-group.clear .button.alert:focus, .button-group.clear span.edit-link a.alert:focus, span.edit-link .button-group.clear a.alert:focus {
  color: rgb(114, 28.5, 5);
}
.button-group.no-gaps .button, .button-group.no-gaps span.edit-link a, span.edit-link .button-group.no-gaps a {
  margin-right: -0.125rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps span.edit-link a + .button, span.edit-link .button-group.no-gaps a + .button, .button-group.no-gaps span.edit-link .button + a, span.edit-link .button-group.no-gaps .button + a, .button-group.no-gaps span.edit-link a + a, span.edit-link .button-group.no-gaps a + a {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked span.edit-link a, span.edit-link .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small span.edit-link a, span.edit-link .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium span.edit-link a, span.edit-link .button-group.stacked-for-medium a {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked span.edit-link a:last-child, span.edit-link .button-group.stacked a:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small span.edit-link a:last-child, span.edit-link .button-group.stacked-for-small a:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium span.edit-link a:last-child, span.edit-link .button-group.stacked-for-medium a:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked.expanded span.edit-link a, span.edit-link .button-group.stacked.expanded a, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded span.edit-link a, span.edit-link .button-group.stacked-for-small.expanded a, .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded span.edit-link a, span.edit-link .button-group.stacked-for-medium.expanded a {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small span.edit-link a, span.edit-link .button-group.stacked-for-small a {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium span.edit-link a, span.edit-link .button-group.stacked-for-medium a {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded span.edit-link a, span.edit-link .button-group.stacked-for-small.expanded a {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded span.edit-link a, span.edit-link .button-group.stacked-for-medium.expanded a {
    display: block;
    margin-right: 0;
  }
}

.callout {
  background-color: white;
  color: #000912;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(216.75, 239.1, 255);
  color: #000912;
}
.callout.secondary {
  background-color: rgb(218.196835443, 250.853164557, 244.6329113924);
  color: #000912;
}
.callout.success {
  background-color: rgb(202.35, 255, 244.7349056604);
  color: #000912;
}
.callout.warning {
  background-color: rgb(255, 246.908411215, 210.6);
  color: #000912;
}
.callout.alert {
  background-color: rgb(253.2857142857, 223.9714285714, 215.9142857143);
  color: #000912;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  color: #000912;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #E3EFF8;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #000912;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33rem;
  font-size: 1.5rem;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2rem;
  line-height: 1;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu span.edit-link a,
span.edit-link .menu a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 60em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #0095FF;
  color: #000;
}
.menu .active > a {
  background: #0095FF;
  color: #000;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.5rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
  box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff;
  content: "";
}
.menu-icon:hover::after {
  background: #5f6c76;
  box-shadow: 0 7px 0 #5f6c76, 0 14px 0 #5f6c76;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #000912;
  box-shadow: 0 7px 0 #000912, 0 14px 0 #000912;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.5rem 1rem;
  background: #ffffff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.5rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0095FF;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0095FF;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0095FF transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0095FF transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #5f6c76;
  border-radius: 0;
  background-color: #ffffff;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #0095FF transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.5rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #0095FF;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0095FF transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0095FF;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0095FF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0095FF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0095FF;
  }
}
@media print, screen and (min-width: 60em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0095FF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0095FF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0095FF;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #0095FF transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #0095FF transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #0095FF;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #E3EFF8;
  background: #ffffff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.5rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #0095FF transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0095FF;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: none;
  color: #000912;
}
.label.primary {
  background: #0095FF;
  color: #000;
}
.label.secondary {
  background: #18d5b1;
  color: #000;
}
.label.success {
  background: #009f80;
  color: #000;
}
.label.warning {
  background: #d6af00;
  color: #000;
}
.label.alert {
  background: #e4390a;
  color: #000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #E3EFF8;
  position: fixed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #E3EFF8;
  position: absolute;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-300px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(300px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 300px;
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(300px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-300px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 60em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 60em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #E3EFF8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #0095FF;
  color: #ffffff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #5f6c76;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #5f6c76;
}
.progress.primary .progress-meter {
  background-color: #0095FF;
}
.progress.secondary .progress-meter {
  background-color: #18d5b1;
}
.progress.success .progress-meter {
  background-color: #009f80;
}
.progress.warning .progress-meter {
  background-color: #d6af00;
}
.progress.alert .progress-meter {
  background-color: #e4390a;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #0095FF;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #E3EFF8;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #5f6c76;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #0095FF;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(0, 126.65, 216.75);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #5f6c76;
  border-radius: 0;
  background-color: #ffffff;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 78rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 78rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 78rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 78rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  position: relative;
  margin-bottom: 0;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 999px;
  background: #1b2730;
  transition: all 0.45s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  transform: translate3d(0, 0, 0);
  border-radius: 9999px;
  background: #ffffff;
  transition: all 0.45s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #ffffff;
}
input:checked ~ .switch-paddle::after {
  left: 2.1875rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(24.3, 35.1, 43.2);
}
input:focus-visible ~ .switch-paddle::after {
  background: #ffffff;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(216.75, 216.75, 216.75);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.6875rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.375rem;
  height: 1.375rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 1.9375rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.1875rem;
  left: 0.1875rem;
  width: 2.125rem;
  height: 2.125rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.6875rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(248.625, 248.625, 248.625);
  color: #000912;
}

tfoot {
  background: rgb(242.25, 242.25, 242.25);
  color: #000912;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(242.25, 242.25, 242.25);
}

table.unstriped tbody {
  background-color: #ffffff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(242.25, 242.25, 242.25);
  background-color: #ffffff;
}

@media print, screen and (max-width: 59.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgb(248.7525, 248.7525, 248.7525);
}
table.hover tfoot tr:hover {
  background-color: rgb(242.505, 242.505, 242.505);
}
table.hover tbody tr:hover {
  background-color: white;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: white;
}

.table-scroll {
  overflow-x: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #E3EFF8;
  background: #ffffff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #0095FF;
}
.tabs.primary > li > a {
  color: #000;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(0, 141.55, 242.25);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #0095FF;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #ffffff;
  color: rgb(0, 128.14, 219.3);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #E3EFF8;
  color: #0095FF;
}

.tabs-content {
  border: 1px solid #E3EFF8;
  border-top: 0;
  background: #ffffff;
  color: #000912;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #E3EFF8;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #ffffff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(0, 149, 255, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #ffffff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #000912;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #ffffff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.top-bar {
  padding: 1.75rem 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #E3EFF8;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}

.top-bar {
  flex-wrap: wrap;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 59.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-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;
}

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

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

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

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-wrap {
  word-wrap: break-word !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .medium-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .medium-text-nowrap {
    white-space: nowrap !important;
  }
  .medium-text-wrap {
    word-wrap: break-word !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .large-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .large-text-nowrap {
    white-space: nowrap !important;
  }
  .large-text-wrap {
    word-wrap: break-word !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .xlarge-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .xlarge-text-nowrap {
    white-space: nowrap !important;
  }
  .xlarge-text-wrap {
    word-wrap: break-word !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-lowercase {
    text-transform: lowercase !important;
  }
  .medium-text-uppercase {
    text-transform: uppercase !important;
  }
  .medium-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-text-lowercase {
    text-transform: lowercase !important;
  }
  .large-text-uppercase {
    text-transform: uppercase !important;
  }
  .large-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-lowercase {
    text-transform: lowercase !important;
  }
  .xlarge-text-uppercase {
    text-transform: uppercase !important;
  }
  .xlarge-text-capitalize {
    text-transform: capitalize !important;
  }
}
.text-overline {
  text-decoration: overline !important;
}

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

.text-line-through {
  text-decoration: line-through !important;
}

@media print, screen and (min-width: 40em) {
  .medium-text-overline {
    text-decoration: overline !important;
  }
  .medium-text-underline {
    text-decoration: underline !important;
  }
  .medium-text-line-through {
    text-decoration: line-through !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-text-overline {
    text-decoration: overline !important;
  }
  .large-text-underline {
    text-decoration: underline !important;
  }
  .large-text-line-through {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-overline {
    text-decoration: overline !important;
  }
  .xlarge-text-underline {
    text-decoration: underline !important;
  }
  .xlarge-text-line-through {
    text-decoration: line-through !important;
  }
}
.font-wide {
  letter-spacing: 0.25rem;
}

.font-normal {
  font-weight: normal;
}

.font-bold {
  font-weight: bold;
}

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

@media print, screen and (min-width: 40em) {
  .medium-font-wide {
    letter-spacing: 0.25rem;
  }
  .medium-font-normal {
    font-weight: normal;
  }
  .medium-font-bold {
    font-weight: bold;
  }
  .medium-font-italic {
    font-style: italic !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-font-wide {
    letter-spacing: 0.25rem;
  }
  .large-font-normal {
    font-weight: normal;
  }
  .large-font-bold {
    font-weight: bold;
  }
  .large-font-italic {
    font-style: italic !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-font-wide {
    letter-spacing: 0.25rem;
  }
  .xlarge-font-normal {
    font-weight: normal;
  }
  .xlarge-font-bold {
    font-weight: bold;
  }
  .xlarge-font-italic {
    font-style: italic !important;
  }
}
ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

@media print, screen and (min-width: 40em) {
  ul.medium-list-disc {
    list-style-type: disc !important;
  }
  ul.medium-list-circle {
    list-style-type: circle !important;
  }
  ul.medium-list-square {
    list-style-type: square !important;
  }
}
@media print, screen and (min-width: 60em) {
  ul.large-list-disc {
    list-style-type: disc !important;
  }
  ul.large-list-circle {
    list-style-type: circle !important;
  }
  ul.large-list-square {
    list-style-type: square !important;
  }
}
@media screen and (min-width: 75em) {
  ul.xlarge-list-disc {
    list-style-type: disc !important;
  }
  ul.xlarge-list-circle {
    list-style-type: circle !important;
  }
  ul.xlarge-list-square {
    list-style-type: square !important;
  }
}
ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

@media print, screen and (min-width: 40em) {
  ol.medium-list-decimal {
    list-style-type: decimal !important;
  }
  ol.medium-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.medium-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.medium-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.medium-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.medium-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.medium-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media print, screen and (min-width: 60em) {
  ol.large-list-decimal {
    list-style-type: decimal !important;
  }
  ol.large-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.large-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.large-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.large-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.large-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.large-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media screen and (min-width: 75em) {
  ol.xlarge-list-decimal {
    list-style-type: decimal !important;
  }
  ol.xlarge-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.xlarge-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.xlarge-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.xlarge-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.xlarge-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.xlarge-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1875rem;
}

@media print, screen and (min-width: 40em) {
  .medium-rounded {
    border-radius: 5000px !important;
  }
  .medium-radius {
    border-radius: 0.1875rem;
  }
}
@media print, screen and (min-width: 60em) {
  .large-rounded {
    border-radius: 5000px !important;
  }
  .large-radius {
    border-radius: 0.1875rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-rounded {
    border-radius: 5000px !important;
  }
  .xlarge-radius {
    border-radius: 0.1875rem;
  }
}
.bordered {
  border: 0.0625rem solid #5f6c76;
}

@media print, screen and (min-width: 40em) {
  .medium-bordered {
    border: 0.0625rem solid #5f6c76;
  }
}
@media print, screen and (min-width: 60em) {
  .large-bordered {
    border: 0.0625rem solid #5f6c76;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-bordered {
    border: 0.0625rem solid #5f6c76;
  }
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media print, screen and (min-width: 40em) {
  .medium-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media print, screen and (min-width: 60em) {
  .large-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #000 transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #000;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #000;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #000 transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0095FF;
  margin: 1rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0095FF;
  margin: 1rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.125rem solid #0095FF;
  margin: 1rem auto 0;
  margin-right: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .medium-separator-center {
    text-align: center !important;
  }
  .medium-separator-center::before, .medium-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-center::after {
    clear: both;
  }
  .medium-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
  }
  .medium-separator-left {
    text-align: left !important;
  }
  .medium-separator-left::before, .medium-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-left::after {
    clear: both;
  }
  .medium-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }
  .medium-separator-right {
    text-align: right !important;
  }
  .medium-separator-right::before, .medium-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-right::after {
    clear: both;
  }
  .medium-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-separator-center {
    text-align: center !important;
  }
  .large-separator-center::before, .large-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-center::after {
    clear: both;
  }
  .large-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
  }
  .large-separator-left {
    text-align: left !important;
  }
  .large-separator-left::before, .large-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-left::after {
    clear: both;
  }
  .large-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }
  .large-separator-right {
    text-align: right !important;
  }
  .large-separator-right::before, .large-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-right::after {
    clear: both;
  }
  .large-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-separator-center {
    text-align: center !important;
  }
  .xlarge-separator-center::before, .xlarge-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-center::after {
    clear: both;
  }
  .xlarge-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
  }
  .xlarge-separator-left {
    text-align: left !important;
  }
  .xlarge-separator-left::before, .xlarge-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-left::after {
    clear: both;
  }
  .xlarge-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
    margin-left: 0 !important;
  }
  .xlarge-separator-right {
    text-align: right !important;
  }
  .xlarge-separator-right::before, .xlarge-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-right::after {
    clear: both;
  }
  .xlarge-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #0095FF;
    margin: 1rem auto 0;
    margin-right: 0 !important;
  }
}
.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

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

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-scroll {
  overflow: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

@media print, screen and (min-width: 40em) {
  .medium-overflow-visible {
    overflow: visible !important;
  }
  .medium-overflow-x-visible {
    overflow-x: visible !important;
  }
  .medium-overflow-y-visible {
    overflow-y: visible !important;
  }
  .medium-overflow-hidden {
    overflow: hidden !important;
  }
  .medium-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .medium-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .medium-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .medium-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .medium-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 60em) {
  .large-overflow-visible {
    overflow: visible !important;
  }
  .large-overflow-x-visible {
    overflow-x: visible !important;
  }
  .large-overflow-y-visible {
    overflow-y: visible !important;
  }
  .large-overflow-hidden {
    overflow: hidden !important;
  }
  .large-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .large-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .large-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .large-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .large-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-overflow-visible {
    overflow: visible !important;
  }
  .xlarge-overflow-x-visible {
    overflow-x: visible !important;
  }
  .xlarge-overflow-y-visible {
    overflow-y: visible !important;
  }
  .xlarge-overflow-hidden {
    overflow: hidden !important;
  }
  .xlarge-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xlarge-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xlarge-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xlarge-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xlarge-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
.display-inline {
  display: inline !important;
}

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

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

@media print, screen and (min-width: 40em) {
  .medium-display-inline {
    display: inline !important;
  }
  .medium-display-inline-block {
    display: inline-block !important;
  }
  .medium-display-block {
    display: block !important;
  }
  .medium-display-table {
    display: table !important;
  }
  .medium-display-table-cell {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-display-inline {
    display: inline !important;
  }
  .large-display-inline-block {
    display: inline-block !important;
  }
  .large-display-block {
    display: block !important;
  }
  .large-display-table {
    display: table !important;
  }
  .large-display-table-cell {
    display: table-cell !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-display-inline {
    display: inline !important;
  }
  .xlarge-display-inline-block {
    display: inline-block !important;
  }
  .xlarge-display-block {
    display: block !important;
  }
  .xlarge-display-table {
    display: table !important;
  }
  .xlarge-display-table-cell {
    display: table-cell !important;
  }
}
.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

@media print, screen and (min-width: 40em) {
  .medium-position-static {
    position: static !important;
  }
  .medium-position-relative {
    position: relative !important;
  }
  .medium-position-absolute {
    position: absolute !important;
  }
  .medium-position-fixed {
    position: fixed !important;
  }
  .medium-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .medium-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media print, screen and (min-width: 60em) {
  .large-position-static {
    position: static !important;
  }
  .large-position-relative {
    position: relative !important;
  }
  .large-position-absolute {
    position: absolute !important;
  }
  .large-position-fixed {
    position: fixed !important;
  }
  .large-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .large-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-position-static {
    position: static !important;
  }
  .xlarge-position-relative {
    position: relative !important;
  }
  .xlarge-position-absolute {
    position: absolute !important;
  }
  .xlarge-position-fixed {
    position: fixed !important;
  }
  .xlarge-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .xlarge-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
.border-box {
  box-sizing: border-box !important;
}

@media print, screen and (min-width: 40em) {
  .medium-border-box {
    box-sizing: border-box !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-border-box {
    box-sizing: border-box !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-border-box {
    box-sizing: border-box !important;
  }
}
.border-none {
  border: 0 !important;
}

@media print, screen and (min-width: 40em) {
  .medium-border-none {
    border: 0 !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-border-none {
    border: 0 !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-border-none {
    border: 0 !important;
  }
}
.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

.width-100 {
  width: 100% !important;
}

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

.height-100 {
  height: 100% !important;
}

.max-width-100 {
  max-width: 100% !important;
}

.max-height-100 {
  max-height: 100% !important;
}

@media print, screen and (min-width: 40em) {
  .medium-width-25 {
    width: 25% !important;
  }
  .medium-width-50 {
    width: 50% !important;
  }
  .medium-width-75 {
    width: 75% !important;
  }
  .medium-width-100 {
    width: 100% !important;
  }
  .medium-height-25 {
    height: 25% !important;
  }
  .medium-height-50 {
    height: 50% !important;
  }
  .medium-height-75 {
    height: 75% !important;
  }
  .medium-height-100 {
    height: 100% !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-width-25 {
    width: 25% !important;
  }
  .large-width-50 {
    width: 50% !important;
  }
  .large-width-75 {
    width: 75% !important;
  }
  .large-width-100 {
    width: 100% !important;
  }
  .large-height-25 {
    height: 25% !important;
  }
  .large-height-50 {
    height: 50% !important;
  }
  .large-height-75 {
    height: 75% !important;
  }
  .large-height-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-width-25 {
    width: 25% !important;
  }
  .xlarge-width-50 {
    width: 50% !important;
  }
  .xlarge-width-75 {
    width: 75% !important;
  }
  .xlarge-width-100 {
    width: 100% !important;
  }
  .xlarge-height-25 {
    height: 25% !important;
  }
  .xlarge-height-50 {
    height: 50% !important;
  }
  .xlarge-height-75 {
    height: 75% !important;
  }
  .xlarge-height-100 {
    height: 100% !important;
  }
}
.margin-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-0 {
    margin: 0rem !important;
  }
  .medium-margin-top-0 {
    margin-top: 0rem !important;
  }
  .medium-margin-right-0 {
    margin-right: 0rem !important;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .medium-margin-left-0 {
    margin-left: 0rem !important;
  }
  .medium-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .medium-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .medium-padding-0 {
    padding: 0rem !important;
  }
  .medium-padding-top-0 {
    padding-top: 0rem !important;
  }
  .medium-padding-right-0 {
    padding-right: 0rem !important;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .medium-padding-left-0 {
    padding-left: 0rem !important;
  }
  .medium-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .medium-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-0 {
    margin: 0rem !important;
  }
  .large-margin-top-0 {
    margin-top: 0rem !important;
  }
  .large-margin-right-0 {
    margin-right: 0rem !important;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .large-margin-left-0 {
    margin-left: 0rem !important;
  }
  .large-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .large-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .large-padding-0 {
    padding: 0rem !important;
  }
  .large-padding-top-0 {
    padding-top: 0rem !important;
  }
  .large-padding-right-0 {
    padding-right: 0rem !important;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .large-padding-left-0 {
    padding-left: 0rem !important;
  }
  .large-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .large-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-0 {
    margin: 0rem !important;
  }
  .xlarge-margin-top-0 {
    margin-top: 0rem !important;
  }
  .xlarge-margin-right-0 {
    margin-right: 0rem !important;
  }
  .xlarge-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .xlarge-margin-left-0 {
    margin-left: 0rem !important;
  }
  .xlarge-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xlarge-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xlarge-padding-0 {
    padding: 0rem !important;
  }
  .xlarge-padding-top-0 {
    padding-top: 0rem !important;
  }
  .xlarge-padding-right-0 {
    padding-right: 0rem !important;
  }
  .xlarge-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .xlarge-padding-left-0 {
    padding-left: 0rem !important;
  }
  .xlarge-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xlarge-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-1 {
    margin: 1rem !important;
  }
  .medium-margin-top-1 {
    margin-top: 1rem !important;
  }
  .medium-margin-right-1 {
    margin-right: 1rem !important;
  }
  .medium-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .medium-margin-left-1 {
    margin-left: 1rem !important;
  }
  .medium-margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .medium-margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .medium-padding-1 {
    padding: 1rem !important;
  }
  .medium-padding-top-1 {
    padding-top: 1rem !important;
  }
  .medium-padding-right-1 {
    padding-right: 1rem !important;
  }
  .medium-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .medium-padding-left-1 {
    padding-left: 1rem !important;
  }
  .medium-padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .medium-padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-1 {
    margin: 1rem !important;
  }
  .large-margin-top-1 {
    margin-top: 1rem !important;
  }
  .large-margin-right-1 {
    margin-right: 1rem !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .large-margin-left-1 {
    margin-left: 1rem !important;
  }
  .large-margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .large-margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .large-padding-1 {
    padding: 1rem !important;
  }
  .large-padding-top-1 {
    padding-top: 1rem !important;
  }
  .large-padding-right-1 {
    padding-right: 1rem !important;
  }
  .large-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .large-padding-left-1 {
    padding-left: 1rem !important;
  }
  .large-padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .large-padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-1 {
    margin: 1rem !important;
  }
  .xlarge-margin-top-1 {
    margin-top: 1rem !important;
  }
  .xlarge-margin-right-1 {
    margin-right: 1rem !important;
  }
  .xlarge-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .xlarge-margin-left-1 {
    margin-left: 1rem !important;
  }
  .xlarge-margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xlarge-margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xlarge-padding-1 {
    padding: 1rem !important;
  }
  .xlarge-padding-top-1 {
    padding-top: 1rem !important;
  }
  .xlarge-padding-right-1 {
    padding-right: 1rem !important;
  }
  .xlarge-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .xlarge-padding-left-1 {
    padding-left: 1rem !important;
  }
  .xlarge-padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xlarge-padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-2 {
    margin: 2rem !important;
  }
  .medium-margin-top-2 {
    margin-top: 2rem !important;
  }
  .medium-margin-right-2 {
    margin-right: 2rem !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .medium-margin-left-2 {
    margin-left: 2rem !important;
  }
  .medium-margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .medium-margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .medium-padding-2 {
    padding: 2rem !important;
  }
  .medium-padding-top-2 {
    padding-top: 2rem !important;
  }
  .medium-padding-right-2 {
    padding-right: 2rem !important;
  }
  .medium-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .medium-padding-left-2 {
    padding-left: 2rem !important;
  }
  .medium-padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .medium-padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-2 {
    margin: 2rem !important;
  }
  .large-margin-top-2 {
    margin-top: 2rem !important;
  }
  .large-margin-right-2 {
    margin-right: 2rem !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .large-margin-left-2 {
    margin-left: 2rem !important;
  }
  .large-margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .large-margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .large-padding-2 {
    padding: 2rem !important;
  }
  .large-padding-top-2 {
    padding-top: 2rem !important;
  }
  .large-padding-right-2 {
    padding-right: 2rem !important;
  }
  .large-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .large-padding-left-2 {
    padding-left: 2rem !important;
  }
  .large-padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .large-padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-2 {
    margin: 2rem !important;
  }
  .xlarge-margin-top-2 {
    margin-top: 2rem !important;
  }
  .xlarge-margin-right-2 {
    margin-right: 2rem !important;
  }
  .xlarge-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .xlarge-margin-left-2 {
    margin-left: 2rem !important;
  }
  .xlarge-margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xlarge-margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xlarge-padding-2 {
    padding: 2rem !important;
  }
  .xlarge-padding-top-2 {
    padding-top: 2rem !important;
  }
  .xlarge-padding-right-2 {
    padding-right: 2rem !important;
  }
  .xlarge-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .xlarge-padding-left-2 {
    padding-left: 2rem !important;
  }
  .xlarge-padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xlarge-padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-3 {
    margin: 3rem !important;
  }
  .medium-margin-top-3 {
    margin-top: 3rem !important;
  }
  .medium-margin-right-3 {
    margin-right: 3rem !important;
  }
  .medium-margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .medium-margin-left-3 {
    margin-left: 3rem !important;
  }
  .medium-margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .medium-margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .medium-padding-3 {
    padding: 3rem !important;
  }
  .medium-padding-top-3 {
    padding-top: 3rem !important;
  }
  .medium-padding-right-3 {
    padding-right: 3rem !important;
  }
  .medium-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .medium-padding-left-3 {
    padding-left: 3rem !important;
  }
  .medium-padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .medium-padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-3 {
    margin: 3rem !important;
  }
  .large-margin-top-3 {
    margin-top: 3rem !important;
  }
  .large-margin-right-3 {
    margin-right: 3rem !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .large-margin-left-3 {
    margin-left: 3rem !important;
  }
  .large-margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .large-margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .large-padding-3 {
    padding: 3rem !important;
  }
  .large-padding-top-3 {
    padding-top: 3rem !important;
  }
  .large-padding-right-3 {
    padding-right: 3rem !important;
  }
  .large-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .large-padding-left-3 {
    padding-left: 3rem !important;
  }
  .large-padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .large-padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-3 {
    margin: 3rem !important;
  }
  .xlarge-margin-top-3 {
    margin-top: 3rem !important;
  }
  .xlarge-margin-right-3 {
    margin-right: 3rem !important;
  }
  .xlarge-margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .xlarge-margin-left-3 {
    margin-left: 3rem !important;
  }
  .xlarge-margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xlarge-margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xlarge-padding-3 {
    padding: 3rem !important;
  }
  .xlarge-padding-top-3 {
    padding-top: 3rem !important;
  }
  .xlarge-padding-right-3 {
    padding-right: 3rem !important;
  }
  .xlarge-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .xlarge-padding-left-3 {
    padding-left: 3rem !important;
  }
  .xlarge-padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xlarge-padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.margin-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-margin-0 {
    margin: 0rem !important;
  }
  .medium-margin-top-0 {
    margin-top: 0rem !important;
  }
  .medium-margin-right-0 {
    margin-right: 0rem !important;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .medium-margin-left-0 {
    margin-left: 0rem !important;
  }
  .medium-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .medium-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .medium-padding-0 {
    padding: 0rem !important;
  }
  .medium-padding-top-0 {
    padding-top: 0rem !important;
  }
  .medium-padding-right-0 {
    padding-right: 0rem !important;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .medium-padding-left-0 {
    padding-left: 0rem !important;
  }
  .medium-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .medium-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-0 {
    margin: 0rem !important;
  }
  .large-margin-top-0 {
    margin-top: 0rem !important;
  }
  .large-margin-right-0 {
    margin-right: 0rem !important;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .large-margin-left-0 {
    margin-left: 0rem !important;
  }
  .large-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .large-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .large-padding-0 {
    padding: 0rem !important;
  }
  .large-padding-top-0 {
    padding-top: 0rem !important;
  }
  .large-padding-right-0 {
    padding-right: 0rem !important;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .large-padding-left-0 {
    padding-left: 0rem !important;
  }
  .large-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .large-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-0 {
    margin: 0rem !important;
  }
  .xlarge-margin-top-0 {
    margin-top: 0rem !important;
  }
  .xlarge-margin-right-0 {
    margin-right: 0rem !important;
  }
  .xlarge-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .xlarge-margin-left-0 {
    margin-left: 0rem !important;
  }
  .xlarge-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xlarge-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xlarge-padding-0 {
    padding: 0rem !important;
  }
  .xlarge-padding-top-0 {
    padding-top: 0rem !important;
  }
  .xlarge-padding-right-0 {
    padding-right: 0rem !important;
  }
  .xlarge-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .xlarge-padding-left-0 {
    padding-left: 0rem !important;
  }
  .xlarge-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xlarge-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-1 {
    margin: 1rem !important;
  }
  .medium-margin-top-1 {
    margin-top: 1rem !important;
  }
  .medium-margin-right-1 {
    margin-right: 1rem !important;
  }
  .medium-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .medium-margin-left-1 {
    margin-left: 1rem !important;
  }
  .medium-margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .medium-margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .medium-padding-1 {
    padding: 1rem !important;
  }
  .medium-padding-top-1 {
    padding-top: 1rem !important;
  }
  .medium-padding-right-1 {
    padding-right: 1rem !important;
  }
  .medium-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .medium-padding-left-1 {
    padding-left: 1rem !important;
  }
  .medium-padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .medium-padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-1 {
    margin: 1rem !important;
  }
  .large-margin-top-1 {
    margin-top: 1rem !important;
  }
  .large-margin-right-1 {
    margin-right: 1rem !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .large-margin-left-1 {
    margin-left: 1rem !important;
  }
  .large-margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .large-margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .large-padding-1 {
    padding: 1rem !important;
  }
  .large-padding-top-1 {
    padding-top: 1rem !important;
  }
  .large-padding-right-1 {
    padding-right: 1rem !important;
  }
  .large-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .large-padding-left-1 {
    padding-left: 1rem !important;
  }
  .large-padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .large-padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-1 {
    margin: 1rem !important;
  }
  .xlarge-margin-top-1 {
    margin-top: 1rem !important;
  }
  .xlarge-margin-right-1 {
    margin-right: 1rem !important;
  }
  .xlarge-margin-bottom-1 {
    margin-bottom: 1rem !important;
  }
  .xlarge-margin-left-1 {
    margin-left: 1rem !important;
  }
  .xlarge-margin-horizontal-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .xlarge-margin-vertical-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .xlarge-padding-1 {
    padding: 1rem !important;
  }
  .xlarge-padding-top-1 {
    padding-top: 1rem !important;
  }
  .xlarge-padding-right-1 {
    padding-right: 1rem !important;
  }
  .xlarge-padding-bottom-1 {
    padding-bottom: 1rem !important;
  }
  .xlarge-padding-left-1 {
    padding-left: 1rem !important;
  }
  .xlarge-padding-horizontal-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .xlarge-padding-vertical-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-2 {
    margin: 2rem !important;
  }
  .medium-margin-top-2 {
    margin-top: 2rem !important;
  }
  .medium-margin-right-2 {
    margin-right: 2rem !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .medium-margin-left-2 {
    margin-left: 2rem !important;
  }
  .medium-margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .medium-margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .medium-padding-2 {
    padding: 2rem !important;
  }
  .medium-padding-top-2 {
    padding-top: 2rem !important;
  }
  .medium-padding-right-2 {
    padding-right: 2rem !important;
  }
  .medium-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .medium-padding-left-2 {
    padding-left: 2rem !important;
  }
  .medium-padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .medium-padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-2 {
    margin: 2rem !important;
  }
  .large-margin-top-2 {
    margin-top: 2rem !important;
  }
  .large-margin-right-2 {
    margin-right: 2rem !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .large-margin-left-2 {
    margin-left: 2rem !important;
  }
  .large-margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .large-margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .large-padding-2 {
    padding: 2rem !important;
  }
  .large-padding-top-2 {
    padding-top: 2rem !important;
  }
  .large-padding-right-2 {
    padding-right: 2rem !important;
  }
  .large-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .large-padding-left-2 {
    padding-left: 2rem !important;
  }
  .large-padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .large-padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-2 {
    margin: 2rem !important;
  }
  .xlarge-margin-top-2 {
    margin-top: 2rem !important;
  }
  .xlarge-margin-right-2 {
    margin-right: 2rem !important;
  }
  .xlarge-margin-bottom-2 {
    margin-bottom: 2rem !important;
  }
  .xlarge-margin-left-2 {
    margin-left: 2rem !important;
  }
  .xlarge-margin-horizontal-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }
  .xlarge-margin-vertical-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .xlarge-padding-2 {
    padding: 2rem !important;
  }
  .xlarge-padding-top-2 {
    padding-top: 2rem !important;
  }
  .xlarge-padding-right-2 {
    padding-right: 2rem !important;
  }
  .xlarge-padding-bottom-2 {
    padding-bottom: 2rem !important;
  }
  .xlarge-padding-left-2 {
    padding-left: 2rem !important;
  }
  .xlarge-padding-horizontal-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }
  .xlarge-padding-vertical-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-3 {
    margin: 3rem !important;
  }
  .medium-margin-top-3 {
    margin-top: 3rem !important;
  }
  .medium-margin-right-3 {
    margin-right: 3rem !important;
  }
  .medium-margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .medium-margin-left-3 {
    margin-left: 3rem !important;
  }
  .medium-margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .medium-margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .medium-padding-3 {
    padding: 3rem !important;
  }
  .medium-padding-top-3 {
    padding-top: 3rem !important;
  }
  .medium-padding-right-3 {
    padding-right: 3rem !important;
  }
  .medium-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .medium-padding-left-3 {
    padding-left: 3rem !important;
  }
  .medium-padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .medium-padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media print, screen and (min-width: 60em) {
  .large-margin-3 {
    margin: 3rem !important;
  }
  .large-margin-top-3 {
    margin-top: 3rem !important;
  }
  .large-margin-right-3 {
    margin-right: 3rem !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .large-margin-left-3 {
    margin-left: 3rem !important;
  }
  .large-margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .large-margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .large-padding-3 {
    padding: 3rem !important;
  }
  .large-padding-top-3 {
    padding-top: 3rem !important;
  }
  .large-padding-right-3 {
    padding-right: 3rem !important;
  }
  .large-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .large-padding-left-3 {
    padding-left: 3rem !important;
  }
  .large-padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .large-padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-3 {
    margin: 3rem !important;
  }
  .xlarge-margin-top-3 {
    margin-top: 3rem !important;
  }
  .xlarge-margin-right-3 {
    margin-right: 3rem !important;
  }
  .xlarge-margin-bottom-3 {
    margin-bottom: 3rem !important;
  }
  .xlarge-margin-left-3 {
    margin-left: 3rem !important;
  }
  .xlarge-margin-horizontal-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .xlarge-margin-vertical-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .xlarge-padding-3 {
    padding: 3rem !important;
  }
  .xlarge-padding-top-3 {
    padding-top: 3rem !important;
  }
  .xlarge-padding-right-3 {
    padding-right: 3rem !important;
  }
  .xlarge-padding-bottom-3 {
    padding-bottom: 3rem !important;
  }
  .xlarge-padding-left-3 {
    padding-left: 3rem !important;
  }
  .xlarge-padding-horizontal-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .xlarge-padding-vertical-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

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

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000912;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 150%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  font-weight: 600;
  color: light-dark(#000912, #ffffff);
  margin-bottom: 1.5rem;
}

.eyebrow {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: light-dark(#000912, #ffffff);
  margin-bottom: 1.5rem;
}

.body-text {
  line-height: 150%;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  color: light-dark(#000912, #E3EFF8);
}
.body-text.large {
  font-size: 1.5rem;
}
.body-text.small {
  font-size: 1rem;
}
.body-text.x-small {
  font-size: 0.875rem;
}
.body-text strong,
.body-text b {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  border-left: unset;
  padding: unset;
  padding-inline-end: 7rem;
  padding-block-start: 1.5rem;
  border-block-start: 1px #0095FF solid;
}

/* Quote Box: matches Classic Editor “Quote Box” format */
blockquote.content-quote {
  padding: 1rem;
  background: #ECF7FF;
  border-radius: 8px;
  border: 0;
}

blockquote.content-quote cite {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  color: #000912;
  text-box-edge: cap alphabetic;
  text-box-trim: trim-both;
  margin: 0;
}

blockquote.content-quote cite:before {
  content: "— ";
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #E3EFF8;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  line-height: 150%;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: 1rem;
}

code,
kbd,
tt,
var {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #5f6c76;
  cursor: help;
}

mark,
ins {
  background: #E3EFF8;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
:root {
  color-scheme: light dark;
}

[data-theme=dark] {
  color-scheme: dark;
}

[data-theme=light] {
  color-scheme: light;
}

body {
  background-color: light-dark(#ffffff, #000912);
  transition: background-color 0.3s ease-in;
}

hr {
  background-color: #5f6c76;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #0095FF;
  transition: all 0.3s ease-in;
}
a:visited {
  color: #0095FF;
}
a:hover, a:focus, a:active {
  color: rgb(0, 128.14, 219.3);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button:not(.close-button, .menu-icon),
input[type=button],
input[type=reset],
input[type=submit],
.button,
span.edit-link a {
  position: relative;
}
button:not(.close-button, .menu-icon).primary,
input[type=button].primary,
input[type=reset].primary,
input[type=submit].primary,
.button.primary,
span.edit-link a.primary {
  color: #ffffff;
  position: relative;
  font-weight: 700;
  font-size: 0.875rem;
  transition: background-color 0.3s ease-in;
}
button:not(.close-button, .menu-icon).primary:hover,
input[type=button].primary:hover,
input[type=reset].primary:hover,
input[type=submit].primary:hover,
.button.primary:hover,
span.edit-link a.primary:hover {
  background: rgb(0, 126.65, 216.75);
  color: #ffffff;
}
button:not(.close-button, .menu-icon).primary:active, button:not(.close-button, .menu-icon).primary:focus,
input[type=button].primary:active,
input[type=button].primary:focus,
input[type=reset].primary:active,
input[type=reset].primary:focus,
input[type=submit].primary:active,
input[type=submit].primary:focus,
.button.primary:active,
span.edit-link a.primary:active,
.button.primary:focus,
span.edit-link a.primary:focus {
  border-color: #aaa #bbb #bbb;
  color: #ffffff;
}
button:not(.close-button, .menu-icon).primary::before,
input[type=button].primary::before,
input[type=reset].primary::before,
input[type=submit].primary::before,
.button.primary::before,
span.edit-link a.primary::before {
  position: absolute;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAyOCIgZmlsbD0ibm9uZSI+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDExXzg5KSI+CiAgICAgICAgPHJlY3Qgd2lkdGg9IjMxIiBoZWlnaHQ9IjI4IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KICAgICAgICA8bWFzayBpZD0ibWFzazBfNDExXzg5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMCIgeT0iOCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI1Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMTAiIHk9IjguNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CiAgICAgICAgPC9tYXNrPgogICAgICAgIDxnIG1hc2s9InVybCgjbWFzazBfNDExXzg5KSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOC4wMzE4IDE1LjA1SDkuNjQ0NTNWMTMuNjVIMTguMDMxOEwxNC4xNzQgOS43M0wxNS4xNTU2IDguNzVMMjAuNjY2OCAxNC4zNUwxNS4xNTU2IDE5Ljk1TDE0LjE3NCAxOC45N0wxOC4wMzE4IDE1LjA1WiIgZmlsbD0iIzAwOTVGRiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfNDExXzg5Ij4KICAgICAgICAgICAgPHJlY3Qgd2lkdGg9IjMxIiBoZWlnaHQ9IjI4IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  content: "";
  left: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s ease-in;
  display: inline-flex;
}
button:not(.close-button, .menu-icon).primary.small,
input[type=button].primary.small,
input[type=reset].primary.small,
input[type=submit].primary.small,
.button.primary.small,
span.edit-link a.primary.small {
  --arrow-w: 31px;
  line-height: 1.5;
  padding: 0.375rem 0.5rem 0.375rem 2.625rem;
  transition: padding 0.3s ease-in;
}
button:not(.close-button, .menu-icon).primary.small::before,
input[type=button].primary.small::before,
input[type=reset].primary.small::before,
input[type=submit].primary.small::before,
.button.primary.small::before,
span.edit-link a.primary.small::before {
  width: var(--arrow-w);
  transition: left 0.3s ease-in;
  height: 1.75rem;
  display: inline-flex;
}
button:not(.close-button, .menu-icon).primary.small:hover,
input[type=button].primary.small:hover,
input[type=reset].primary.small:hover,
input[type=submit].primary.small:hover,
.button.primary.small:hover,
span.edit-link a.primary.small:hover {
  padding: 0.375rem 2.625rem 0.375rem 0.5rem;
  transition: padding 0.3s ease-in;
}
button:not(.close-button, .menu-icon).primary.small:hover::before,
input[type=button].primary.small:hover::before,
input[type=reset].primary.small:hover::before,
input[type=submit].primary.small:hover::before,
.button.primary.small:hover::before,
span.edit-link a.primary.small:hover::before {
  left: calc(100% - var(--arrow-w) - 3px);
  transition: left 0.3s ease-in;
}
button:not(.close-button, .menu-icon).primary.large,
input[type=button].primary.large,
input[type=reset].primary.large,
input[type=submit].primary.large,
.button.primary.large,
span.edit-link a.primary.large {
  --arrow-w: 45px;
  line-height: 1.35714;
  padding: 0.875rem 0.75rem 0.875rem 3.8125rem;
  transition: padding 0.3s ease-in;
}
button:not(.close-button, .menu-icon).primary.large::before,
input[type=button].primary.large::before,
input[type=reset].primary.large::before,
input[type=submit].primary.large::before,
.button.primary.large::before,
span.edit-link a.primary.large::before {
  width: var(--arrow-w);
  transition: left 0.3s ease-in;
  height: 40px;
  display: inline-flex;
}
button:not(.close-button, .menu-icon).primary.large:hover,
input[type=button].primary.large:hover,
input[type=reset].primary.large:hover,
input[type=submit].primary.large:hover,
.button.primary.large:hover,
span.edit-link a.primary.large:hover {
  padding: 0.875rem 3.8125rem 0.875rem 0.75rem;
  transition: padding 0.3s ease-in;
}
button:not(.close-button, .menu-icon).primary.large:hover::before,
input[type=button].primary.large:hover::before,
input[type=reset].primary.large:hover::before,
input[type=submit].primary.large:hover::before,
.button.primary.large:hover::before,
span.edit-link a.primary.large:hover::before {
  left: calc(100% - var(--arrow-w) - 3px);
  transition: left 0.3s ease-in;
}

.button.hollow, span.edit-link a.hollow {
  border-width: 2px;
}

.button [data-theme=dark] svg, span.edit-link a [data-theme=dark] svg {
  fill: #ffffff;
}
.button [data-theme=light] svg, span.edit-link a [data-theme=light] svg {
  fill: #000912;
}

.button.primary.large.has-arrow, span.edit-link a.primary.large.has-arrow {
  --arrow-w: 45px;
  padding: 0.875rem 0.75rem 0.875rem 3.8125rem;
  position: relative;
  transition: padding 0.3s ease-in;
}
.button.primary.large.has-arrow .btn-arrow, span.edit-link a.primary.large.has-arrow .btn-arrow {
  position: absolute;
  left: 0.1875rem;
  top: 50%;
  transform: translateY(-50%);
  width: var(--arrow-w);
  height: 2.5rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMSAyOCIgZmlsbD0ibm9uZSI+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNDExXzg5KSI+CiAgICAgICAgPHJlY3Qgd2lkdGg9IjMxIiBoZWlnaHQ9IjI4IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KICAgICAgICA8bWFzayBpZD0ibWFzazBfNDExXzg5IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIxMCIgeT0iOCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI1Ij4KICAgICAgICAgICAgPHJlY3QgeD0iMTAiIHk9IjguNSIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CiAgICAgICAgPC9tYXNrPgogICAgICAgIDxnIG1hc2s9InVybCgjbWFzazBfNDExXzg5KSI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOC4wMzE4IDE1LjA1SDkuNjQ0NTNWMTMuNjVIMTguMDMxOEwxNC4xNzQgOS43M0wxNS4xNTU2IDguNzVMMjAuNjY2OCAxNC4zNUwxNS4xNTU2IDE5Ljk1TDE0LjE3NCAxOC45N0wxOC4wMzE4IDE1LjA1WiIgZmlsbD0iIzAwOTVGRiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KICAgIDxkZWZzPgogICAgICAgIDxjbGlwUGF0aCBpZD0iY2xpcDBfNDExXzg5Ij4KICAgICAgICAgICAgPHJlY3Qgd2lkdGg9IjMxIiBoZWlnaHQ9IjI4IiByeD0iNCIgZmlsbD0id2hpdGUiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  display: inline-block;
  pointer-events: none;
  transition: left 0.3s ease-in;
}
.button.primary.large.has-arrow:hover, span.edit-link a.primary.large.has-arrow:hover {
  padding: 0.875rem 3.8125rem 0.875rem 0.75rem;
}
.button.primary.large.has-arrow:hover .btn-arrow, span.edit-link a.primary.large.has-arrow:hover .btn-arrow {
  left: calc(100% - var(--arrow-w) - 3px);
}

.button.tertiary, span.edit-link a.tertiary {
  background-color: unset;
  color: light-dark(#000912, #ffffff);
  padding: 0.625rem 1rem;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  position: relative;
  margin-bottom: unset;
}
.button.tertiary::after, span.edit-link a.tertiary::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYnV0dG9uLXRlcnRpYXJ5LWFycm93IiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzExMF8xMzAyIiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiPgo8cmVjdCB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9IiMwMDA5MTIiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzExMF8xMzAyKSI+CjxwYXRoIGQ9Ik03LjE4MTUzIDE2LjM2MDFMNi4wMTU2MiAxNS4xOTQyTDExLjQxODIgOS43OTE2Mkw2LjAxNTYyIDQuMzg5MDVMNy4xODE1MyAzLjIyMzE0TDEzLjc1IDkuNzkxNjJMNy4xODE1MyAxNi4zNjAxWiIgZmlsbD0iIzAwMDkxMiIvPgo8L2c+Cjwvc3ZnPgo=);
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(4px, -50%);
  transition: transform 0.3s ease-in;
}
.button.tertiary:hover::after, span.edit-link a.tertiary:hover::after {
  transform: translate(12px, -50%);
  transition: transform 0.3s ease-in;
}

[data-theme=dark] .button.tertiary::after, [data-theme=dark] span.edit-link a.tertiary::after, span.edit-link [data-theme=dark] a.tertiary::after {
  content: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iYnV0dG9uLXRlcnRpYXJ5LWFycm93IGRhcmsiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8bWFzayBpZD0ibWFzazBfMTEwXzEzMDIiIHN0eWxlPSJtYXNrLXR5cGU6YWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+CjxyZWN0IHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgZmlsbD0iI2ZmZiIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMTEwXzEzMDIpIj4KPHBhdGggZD0iTTcuMTgxNTMgMTYuMzYwMUw2LjAxNTYyIDE1LjE5NDJMMTEuNDE4MiA5Ljc5MTYyTDYuMDE1NjIgNC4zODkwNUw3LjE4MTUzIDMuMjIzMTRMMTMuNzUgOS43OTE2Mkw3LjE4MTUzIDE2LjM2MDFaIiBmaWxsPSJ3aGl0ZSIvPgo8L2c+Cjwvc3ZnPgo=);
}

.cw-dashboard-action-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.hf-bottom-desc .button.small, .hf-bottom-desc span.edit-link a.small, span.edit-link .hf-bottom-desc a.small {
  width: -moz-fit-content;
  width: fit-content;
}

.rich-text-container a.button.large.primary, .rich-text-container span.edit-link a.large.primary, span.edit-link .rich-text-container a.large.primary {
  width: -moz-fit-content;
  width: fit-content;
}

.logout-notice .close-button {
  color: white;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  margin-block-end: unset;
  margin-block-start: 0.5rem;
  color: #000;
  border: 1px solid #cfdbe4;
  border-radius: 0;
  padding: 0.5rem;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  border: 1px solid #000912;
}

select {
  border: 1px solid #cfdbe4;
}

textarea {
  width: 100%;
}

input[type=submit],
button[type=submit] {
  width: 100%;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 0s, color 0s 0s;
  transition: background-color 0s 0s, color 0s 0s;
  transition-delay: calc(infinity * 1s);
}

form {
  position: relative;
  background: #ffffff;
  color: #000912;
  border-radius: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
form label {
  font-weight: 700;
  font-size: 0.9375rem;
}
form label .required {
  color: #e4390a;
}
form button {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.hero,
.half-hero {
  margin-inline: auto;
  margin-block-start: 2.375rem;
}
.hero img,
.half-hero img {
  width: 100%;
}
.hero .button, .hero span.edit-link a, span.edit-link .hero a,
.half-hero .button,
.half-hero span.edit-link a,
span.edit-link .half-hero a {
  margin-block-start: 1.5rem;
}
.hero .order-first,
.half-hero .order-first {
  padding-inline-end: 2.5rem;
}
.hero .grid-container-fluid .order-first .title-block,
.half-hero .grid-container-fluid .order-first .title-block {
  padding-left: 12px;
}
@media screen and (min-width: 75em) {
  .hero .grid-container-fluid .order-first .title-block,
  .half-hero .grid-container-fluid .order-first .title-block {
    padding-left: 0;
    margin-left: calc((100vw - 78rem) * 0.5);
  }
}
.hero .grid-container-fluid .order-last .title-block,
.half-hero .grid-container-fluid .order-last .title-block {
  padding-right: 12px;
}
@media screen and (min-width: 75em) {
  .hero .grid-container-fluid .order-last .title-block,
  .half-hero .grid-container-fluid .order-last .title-block {
    padding-right: 0;
    margin-right: calc((100vw - 78rem) * 0.5);
  }
}
.hero .grid-container-fluid .img-container img,
.half-hero .grid-container-fluid .img-container img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.hero.bg-color-theme-1,
.half-hero.bg-color-theme-1 {
  border-radius: 1rem;
  max-width: 81.25rem;
  width: 100%;
  background-blend-mode: multiply, normal;
}
.hero.bg-color-theme-1 h1,
.half-hero.bg-color-theme-1 h1 {
  color: #ffffff;
}
.hero.bg-color-theme-2,
.half-hero.bg-color-theme-2 {
  border-radius: 1rem;
  max-width: 81.25rem;
  width: 100%;
  background-blend-mode: multiply, normal;
}
.hero.bg-color-theme-3,
.half-hero.bg-color-theme-3 {
  border-radius: 1rem;
  max-width: 81.25rem;
  width: 100%;
  background-blend-mode: multiply, normal;
}
.hero.bg-color-theme-4,
.half-hero.bg-color-theme-4 {
  border-radius: 1rem;
  max-width: 81.25rem;
  width: 100%;
  background-blend-mode: multiply, normal;
}
.hero .half-hero-overlay,
.half-hero .half-hero-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 837px;
  height: 1006px;
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.2;
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.half-hero img {
  max-width: 498px;
  margin-inline: 3.375rem 0;
}

.content-block.hero {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.hero-quote {
  margin-top: 3rem;
  padding-inline: unset;
}
.hero-quote p {
  margin-bottom: unset;
}
.hero-quote br {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .hero-quote br {
    display: inline;
  }
}
.hero-quote cite {
  display: block;
  color: #E3EFF8;
  font-style: normal;
}

.layout--photo {
  position: relative;
  z-index: 3;
}
.layout--photo .hero-photo__grid {
  max-width: 1248px;
  margin-inline: auto;
  display: flex;
}
.layout--photo .hero-photo__header {
  margin-bottom: 3.375rem;
}
.layout--photo .hero-photo__header h1 {
  margin-bottom: unset;
}
.layout--photo .hero-photo__media {
  border-radius: 0.5rem;
  overflow: hidden;
}
.layout--photo .hero-photo__footer {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  margin-left: auto;
  margin-block: 2.5rem 1.5rem;
  float: right;
}
.layout--photo .hero-photo__footer .hero-body {
  max-width: 506px;
}
@media (max-width: calc(40rem - 0.02)) {
  .layout--photo .hero-photo__header,
  .layout--photo .hero-photo__footer {
    max-width: none;
  }
}

.layout--split .hero-split__illustration {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 661px;
}
.layout--split .hero-illustration {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 64rem) {
  .layout--split .hero-illustration {
    transform: translateZ(0);
    will-change: transform;
  }
}
@media (max-width: 39.98rem) {
  .layout--split .hero-split__illustration {
    margin-block: 2rem;
  }
}

.layout--full .hero-full {
  position: relative;
}
.layout--full .hero-full__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  pointer-events: none;
  transform: scale(1.05);
  transition: transform 20s linear;
}
.layout--full .hero-full:hover .layout--full .hero-full__bg {
  transform: scale(1.1);
}
.layout--full .hero-full__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 80rem;
  margin-inline: auto;
}

/* Hero illustration uses <img>, not background-image */
.hero-illustration {
  inline-size: 100%;
  block-size: 100%;
  display: block;
}
.hero-illustration__img {
  display: block;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-full {
  position: relative;
}
.hero-full__img {
  position: absolute;
  inset: 0;
  inline-size: 100%;
  block-size: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.hero-full__inner {
  position: relative;
  z-index: 1;
}

.content-block.hero-section {
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 100%;
  max-width: 81.25rem;
  margin-inline: auto;
  margin-block-start: 2.375rem;
  position: relative;
  isolation: isolate;
  background: unset;
  transition: max-width 0.6s ease-in, padding 0.6s ease-in;
}
.content-block.hero-section.bg-color-theme-3 {
  background: unset;
  border: unset;
}
.content-block.hero-section.bg-color-theme-3 .hero-content h1 {
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  transition: color 0.6s ease-in;
}
.content-block.hero-section.bg-color-theme-3 .hero-desc p {
  line-height: 1.5;
  font-size: 20px;
  color: #ffffff;
  transition: color 0.6s ease-in;
}
.content-block.hero-section.bg-color-theme-3 .hero-quote {
  font-size: 20px;
  color: light-dark(#ffffff);
}
.content-block.hero-section.bg-color-theme-3 .hero-quote hr {
  background-color: #6ED8ED;
  margin-block: 3rem 1.5rem;
}
.content-block.hero-section.bg-color-theme-3 .hero-quote blockquote {
  color: #f0f0f0;
  padding-inline-end: unset;
  padding-block-start: unset;
  border-block-start: unset;
  margin: unset;
  transition: color 0.6s ease-in;
}
.content-block.hero-section.bg-color-theme-3::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/bg-noise.5bf13631.png) 0 0/100px 100px repeat, linear-gradient(90deg, rgba(2, 15, 199, 0.2) 0%, rgba(2, 15, 199, 0.2) 100%), linear-gradient(163.724deg, #00d6b9 18.986%, #0095ff 125.48%);
  background-color: lightgray;
  background-blend-mode: multiply, normal, normal;
  border-radius: 1rem;
  opacity: 1;
  transition: opacity 0.9s ease-in;
}
.content-block.hero-section.bg-color-theme-4 {
  background: unset;
  border: unset;
}
.content-block.hero-section.bg-color-theme-4::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../images/bg-noise.5bf13631.png) 0 0/100px 100px repeat, linear-gradient(117.39deg, #D6AF00 10.54%, #E4390A 108.92%);
  border-radius: 1rem;
  opacity: 1;
  transition: opacity 0.9s ease-in;
}
.content-block.hero-section.bg-color-theme-4 .hero-content h1 {
  color: #000912;
  margin-bottom: 1.5rem;
  line-height: 1.1;
  transition: color 0.6s ease-in;
}
.content-block.hero-section.bg-color-theme-4 .hero-desc p {
  line-height: 1.5;
  font-size: 20px;
  color: #0e1922;
  transition: color 0.6s ease-in;
}
.content-block.hero-section.bg-color-theme-4 .hero-quote {
  font-size: 20px;
  color: light-dark(#0e1922);
}
.content-block.hero-section.bg-color-theme-4 .hero-quote hr {
  background-color: #6ED8ED;
  margin-block: 3rem 1.5rem;
}
.content-block.hero-section.bg-color-theme-4 .hero-quote blockquote {
  color: #f0f0f0;
  padding-inline-end: unset;
  padding-block-start: unset;
  border-block-start: unset;
  margin: unset;
  transition: color 0.6s ease-in;
}

.hero-content {
  flex: 1;
  padding-right: unset;
  transition: padding-right 0.6s ease-in;
}
@media print, screen and (min-width: 40em) {
  .hero-content {
    padding-right: 2.5rem;
  }
}

@media print, screen and (min-width: 60em) {
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3 {
    padding-left: unset !important;
    padding-right: unset !important;
    padding-top: 76px !important;
    padding-bottom: unset !important;
    max-width: 1224px;
    transition: background-image 0.6s ease-in, background-color 0.6s ease-in, max-width 0.6s ease-in, padding 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3 .hero-content {
    padding-right: 8.5rem;
    transition: padding-right 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3 .hero-content h1,
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3 .hero-desc p {
    color: light-dark(#000912, #ffffff);
    transition: color 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3 blockquote {
    color: light-dark(#000912, #f0f0f0);
    transition: color 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3 .hero-quote {
    color: light-dark(#000912, #ffffff);
    transition: color 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-3::before {
    opacity: 0;
    transition: opacity 0.6s ease-in;
  }
}

@media print, screen and (min-width: 60em) {
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4 {
    padding-left: unset !important;
    padding-right: unset !important;
    padding-top: 76px !important;
    padding-bottom: unset !important;
    max-width: 1224px;
    transition: background-image 0.6s ease-in, background-color 0.6s ease-in, max-width 0.6s ease-in, padding 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4 .hero-content {
    padding-right: 8.5rem;
    transition: padding-right 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4 .hero-content h1,
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4 .hero-desc p {
    color: light-dark(#000912, #ffffff);
    transition: color 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4 blockquote {
    color: light-dark(#000912, #f0f0f0);
    transition: color 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4 .hero-quote {
    color: light-dark(#000912, #ffffff);
    transition: color 0.6s ease-in;
  }
  body:has(header .is-stuck) .content-block.hero-section.bg-color-theme-4::before {
    opacity: 0;
    transition: opacity 0.6s ease-in;
  }
}

.hero-inner {
  display: flex;
  align-items: stretch;
  gap: 1.5rem;
}
@media print, screen and (max-width: 59.99875em) {
  .hero-inner {
    flex-direction: column;
  }
}

.hero-form-wrapper {
  width: 100%;
  max-width: 612px;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
}
@media print, screen and (max-width: 59.99875em) {
  .hero-form-wrapper {
    margin-left: 0;
    align-items: stretch;
  }
}

.hero-form h2 {
  color: #000912 !important;
  margin-bottom: unset;
  font-weight: bold;
  text-align: center;
}

.hero-form {
  width: 100%;
  box-sizing: border-box;
}
.hero-form.sticky.is-stuck {
  z-index: 100;
  align-self: flex-start;
}
.hero-form.sticky.is-anchored, .hero-form.sticky.is-anchored.is-at-bottom {
  z-index: 100;
  pointer-events: auto;
}
@media print, screen and (max-width: 59.99875em) {
  .hero-form {
    position: static !important;
    inset: auto !important;
    width: 100% !important;
    max-width: 100%;
    transform: none !important;
  }
}

.hero-form-wrapper:has(.hero-form.sticky.is-stuck) {
  align-items: flex-start;
}

.content-block.hero-section:has(.hero-form.sticky.is-anchored.is-at-bottom) {
  position: relative;
  z-index: 3;
}

.hero-form.sticky.is-at-top {
  top: unset !important;
  margin-top: unset !important;
  bottom: unset !important;
}

.hero-form input {
  border-radius: 8px;
  height: 42px;
  padding: 0 15px;
  font-size: 15px;
}

.hero-form button {
  width: 100%;
}

input[data-autocompleted] {
  background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 0s, color 0s 0s;
  transition: background-color 0s 0s, color 0s 0s;
  transition-delay: calc(infinity * 1s);
}

#check_circle rect {
  fill: light-dark(#000912, #ffffff);
}

.card-block {
  color: light-dark(#000912, #ffffff);
}

.product-card {
  margin-block-end: 3.75rem;
  display: flex !important;
  gap: 1.5rem;
  border-radius: 0.5rem;
  padding: 4rem;
  overflow: hidden;
  border: 1px solid #3f4e59;
  max-width: 76.5rem;
  height: 100%;
  margin-inline: auto;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
}
.product-card .eyebrow {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.product-card-1 .product-card__graphic {
  background: #0095FF;
}
.product-card-1 .product-card__graphic .shape {
  background: #6ED8ED;
}

.product-card-2 .product-card__graphic {
  background: #e4390a;
}
.product-card-2 .product-card__graphic .shape {
  background: #d6af00;
}

.product-card-3 .product-card__graphic {
  background: #009f80;
}
.product-card-3 .product-card__graphic .shape {
  background: #18d5b1;
}

.product-card__graphic {
  width: 100%;
  max-width: 333px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: stretch;
  border-radius: 0.5rem;
}
.product-card__graphic img {
  vertical-align: unset;
}

.shapes {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 44px;
  width: 88px;
}

.shape-1 {
  left: -23px;
  top: 168px;
  height: 309px;
}

.shape-2 {
  left: -23px;
  top: 32px;
  height: 120px;
}

.shape-3 {
  left: 268px;
  top: 6px;
  height: 120px;
}

.shape-4 {
  left: 74px;
  top: -39px;
  height: 309px;
  position: relative;
}

.shape-5 {
  left: 74px;
  top: -22px;
  height: 88px;
  border-radius: 44px;
  position: relative;
}

.shape-6 {
  left: 74px;
  top: 390px;
  height: 88px;
  border-radius: 44px;
}

.shape-7 {
  left: 171px;
  top: 192px;
  height: 309px;
}

.shape-8 {
  left: 171px;
  top: 88px;
  height: 88px;
  border-radius: 44px;
}

.shape-9 {
  left: 171px;
  top: -48px;
  height: 120px;
}

.shape-10 {
  left: 268px;
  top: 140px;
  height: 309px;
}

[class^=vertical-text-] {
  position: absolute;
  color: #fff;
  font-family: "Neue Haas Grotesk Display Pro", Helvetica, Roboto, Arial, sans-serif;
  font-size: 3.4166875rem;
  font-weight: 450;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 0;
  white-space: nowrap;
  left: 198px;
}

.vertical-text-1 {
  top: 100px;
  left: 32px;
}

.vertical-text-2 {
  bottom: 26px;
  left: 32px;
}

.vertical-text-3 {
  top: 74px;
  left: 16px;
}

.img-1,
.img-2 {
  position: absolute;
}

.img-1 {
  left: 8px;
  top: 16px;
  width: 73px;
  height: 41px;
}

.img-1 img {
  width: 100%;
  height: auto;
}

.img-2 {
  left: 12px;
  top: 30px;
  width: 66px;
  height: 24px;
}

.img-2 img {
  width: 100%;
  height: auto;
}

.product-card-2 .shape-1 {
  height: 151px;
  top: 416px;
}
.product-card-2 .shape-2 {
  top: 88px;
}
.product-card-2 .shape-3 {
  height: 388px;
  top: -38px;
}
.product-card-2 .shape-2,
.product-card-2 .shape-4 {
  height: 309px;
}
.product-card-2 .shape-4 {
  height: 491px;
  top: 216px;
}
.product-card-2 .shape-5 {
  top: -380px;
}
.product-card-2 .shape-6 {
  top: 6px;
}
.product-card-2 .shape-7 {
  top: 410px;
  height: 314px;
}
.product-card-2 .shape-8 {
  top: 308px;
}
.product-card-2 .shape-9 {
  height: 309px;
}
.product-card-2 .shape-10 {
  height: 162px;
  top: 368px;
}
.product-card-2 .shape-11 {
  left: -23px;
  top: -52px;
  height: 120px;
}
.product-card-2 .vertical-text-1 {
  top: 60px;
  left: 32px;
}
.product-card-2 .vertical-text-3 {
  top: 149px;
  left: 34px;
}
.product-card-2 .img-1 {
  top: 34px;
}
.product-card-2 .product-card__body p:first-of-type {
  margin-bottom: 0.5rem;
}
.product-card-2 .product-card__body p:nth-of-type(2) {
  margin-bottom: 2rem;
}
.product-card-2 .product-card__body p:last-of-type {
  margin-bottom: 1.5rem;
}

.product-card-3 .shape-1 {
  height: 88px;
  top: 428px;
}
.product-card-3 .shape-2 {
  height: 309px;
  top: 102px;
}
.product-card-3 .shape-3 {
  height: 362px;
  top: -78px;
}
.product-card-3 .shape-4 {
  height: 343px;
  top: -62px;
}
.product-card-3 .shape-5 {
  top: -44px;
}
.product-card-3 .shape-6 {
  top: 404px;
}
.product-card-3 .shape-7 {
  height: 309px;
  top: 200px;
}
.product-card-3 .shape-8 {
  top: 96px;
}
.product-card-3 .shape-9 {
  top: -40px;
}
.product-card-3 .shape-10 {
  height: 88px;
  top: 300px;
}
.product-card-3 .shape-11 {
  height: 120px;
  left: -23px;
  top: -34px;
}
.product-card-3 .shape-12 {
  left: 268px;
  height: 88px;
  top: 400px;
}
.product-card-3 .img-1 {
  top: 30px;
}
.product-card-3 .vertical-text-1 {
  top: 70px;
}
.product-card-3 .vertical-text-2 {
  top: 24px;
}
.product-card-3 .vertical-text-3 {
  top: 56px;
}
.product-card-3 .product-card__body p:first-of-type {
  margin-bottom: 0.5rem;
}
.product-card-3 .product-card__body p:last-of-type {
  margin-bottom: 1.5rem;
}

.product-card__content {
  flex: 1;
  padding-inline: 2.5rem 0;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: transparent;
}

.product-card__body p {
  color: light-dark(#000912, #ffffff) !important;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
}

.product-card ul {
  padding: 0;
  margin: 0 0 24px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  list-style-position: inside;
  gap: 0.25rem;
}

[data-theme=dark] .product-card li::before {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIG92ZXJmbG93PSJ2aXNpYmxlIiBzdHlsZT0iZGlzcGxheTogYmxvY2s7IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiPgogICAgPGcgaWQ9ImNoZWNrX2NpcmNsZSI+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2swXzc4N184NDc1IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgogICAgICAgICAgICA8cmVjdCBpZD0iVmVjdG9yIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgbWFzaz0idXJsKCNtYXNrMF83ODdfODQ3NSkiPgogICAgICAgICAgICA8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik0xMC42IDE2LjZMMTcuNjUgOS41NUwxNi4yNSA4LjE1TDEwLjYgMTMuOEw3Ljc1IDEwLjk1TDYuMzUgMTIuMzVMMTAuNiAxNi42Wk0xMiAyMkMxMC42MTY3IDIyIDkuMzE2NjcgMjEuNzM3NSA4LjEgMjEuMjEyNUM2Ljg4MzMzIDIwLjY4NzUgNS44MjUgMTkuOTc1IDQuOTI1IDE5LjA3NUM0LjAyNSAxOC4xNzUgMy4zMTI1IDE3LjExNjcgMi43ODc1IDE1LjlDMi4yNjI1IDE0LjY4MzMgMiAxMy4zODMzIDIgMTJDMiAxMC42MTY3IDIuMjYyNSA5LjMxNjY3IDIuNzg3NSA4LjFDMy4zMTI1IDYuODgzMzMgNC4wMjUgNS44MjUgNC45MjUgNC45MjVDNS44MjUgNC4wMjUgNi44ODMzMyAzLjMxMjUgOC4xIDIuNzg3NUM5LjMxNjY3IDIuMjYyNSAxMC42MTY3IDIgMTIgMkMxMy4zODMzIDIgMTQuNjgzMyAyLjI2MjUgMTUuOSAyLjc4NzVDMTcuMTE2NyAzLjMxMjUgMTguMTc1IDQuMDI1IDE5LjA3NSA0LjkyNUMxOS45NzUgNS44MjUgMjAuNjg3NSA2Ljg4MzMzIDIxLjIxMjUgOC4xQzIxLjczNzUgOS4zMTY2NyAyMiAxMC42MTY3IDIyIDEyQzIyIDEzLjM4MzMgMjEuNzM3NSAxNC42ODMzIDIxLjIxMjUgMTUuOUMyMC42ODc1IDE3LjExNjcgMTkuOTc1IDE4LjE3NSAxOS4wNzUgMTkuMDc1QzE4LjE3NSAxOS45NzUgMTcuMTE2NyAyMC42ODc1IDE1LjkgMjEuMjEyNUMxNC42ODMzIDIxLjczNzUgMTMuMzgzMyAyMiAxMiAyMlpNMTIgMjBDMTQuMjMzMyAyMCAxNi4xMjUgMTkuMjI1IDE3LjY3NSAxNy42NzVDMTkuMjI1IDE2LjEyNSAyMCAxNC4yMzMzIDIwIDEyQzIwIDkuNzY2NjcgMTkuMjI1IDcuODc1IDE3LjY3NSA2LjMyNUMxNi4xMjUgNC43NzUgMTQuMjMzMyA0IDEyIDRDOS43NjY2NyA0IDcuODc1IDQuNzc1IDYuMzI1IDYuMzI1QzQuNzc1IDcuODc1IDQgOS43NjY2NyA0IDEyQzQgMTQuMjMzMyA0Ljc3NSAxNi4xMjUgNi4zMjUgMTcuNjc1QzcuODc1IDE5LjIyNSA5Ljc2NjY3IDIwIDEyIDIwWiIgZmlsbD0iI2ZmZiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center center;
}

.product-card li {
  align-items: center;
  font-size: 16px;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  color: light-dark(#000912, #ffffff);
  position: relative;
  line-height: 1;
  display: flex;
}
.product-card li::before {
  height: 1.5rem;
  width: 1.5rem;
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIG92ZXJmbG93PSJ2aXNpYmxlIiBzdHlsZT0iZGlzcGxheTogYmxvY2s7IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9Im5vbmUiPgogICAgPGcgaWQ9ImNoZWNrX2NpcmNsZSI+CiAgICAgICAgPG1hc2sgaWQ9Im1hc2swXzc4N184NDc1IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPgogICAgICAgICAgICA8cmVjdCBpZD0iVmVjdG9yIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9IiNEOUQ5RDkiLz4KICAgICAgICA8L21hc2s+CiAgICAgICAgPGcgbWFzaz0idXJsKCNtYXNrMF83ODdfODQ3NSkiPgogICAgICAgICAgICA8cGF0aCBpZD0iVmVjdG9yXzIiIGQ9Ik0xMC42IDE2LjZMMTcuNjUgOS41NUwxNi4yNSA4LjE1TDEwLjYgMTMuOEw3Ljc1IDEwLjk1TDYuMzUgMTIuMzVMMTAuNiAxNi42Wk0xMiAyMkMxMC42MTY3IDIyIDkuMzE2NjcgMjEuNzM3NSA4LjEgMjEuMjEyNUM2Ljg4MzMzIDIwLjY4NzUgNS44MjUgMTkuOTc1IDQuOTI1IDE5LjA3NUM0LjAyNSAxOC4xNzUgMy4zMTI1IDE3LjExNjcgMi43ODc1IDE1LjlDMi4yNjI1IDE0LjY4MzMgMiAxMy4zODMzIDIgMTJDMiAxMC42MTY3IDIuMjYyNSA5LjMxNjY3IDIuNzg3NSA4LjFDMy4zMTI1IDYuODgzMzMgNC4wMjUgNS44MjUgNC45MjUgNC45MjVDNS44MjUgNC4wMjUgNi44ODMzMyAzLjMxMjUgOC4xIDIuNzg3NUM5LjMxNjY3IDIuMjYyNSAxMC42MTY3IDIgMTIgMkMxMy4zODMzIDIgMTQuNjgzMyAyLjI2MjUgMTUuOSAyLjc4NzVDMTcuMTE2NyAzLjMxMjUgMTguMTc1IDQuMDI1IDE5LjA3NSA0LjkyNUMxOS45NzUgNS44MjUgMjAuNjg3NSA2Ljg4MzMzIDIxLjIxMjUgOC4xQzIxLjczNzUgOS4zMTY2NyAyMiAxMC42MTY3IDIyIDEyQzIyIDEzLjM4MzMgMjEuNzM3NSAxNC42ODMzIDIxLjIxMjUgMTUuOUMyMC42ODc1IDE3LjExNjcgMTkuOTc1IDE4LjE3NSAxOS4wNzUgMTkuMDc1QzE4LjE3NSAxOS45NzUgMTcuMTE2NyAyMC42ODc1IDE1LjkgMjEuMjEyNUMxNC42ODMzIDIxLjczNzUgMTMuMzgzMyAyMiAxMiAyMlpNMTIgMjBDMTQuMjMzMyAyMCAxNi4xMjUgMTkuMjI1IDE3LjY3NSAxNy42NzVDMTkuMjI1IDE2LjEyNSAyMCAxNC4yMzMzIDIwIDEyQzIwIDkuNzY2NjcgMTkuMjI1IDcuODc1IDE3LjY3NSA2LjMyNUMxNi4xMjUgNC43NzUgMTQuMjMzMyA0IDEyIDRDOS43NjY2NyA0IDcuODc1IDQuNzc1IDYuMzI1IDYuMzI1QzQuNzc1IDcuODc1IDQgOS43NjY2NyA0IDEyQzQgMTQuMjMzMyA0Ljc3NSAxNi4xMjUgNi4zMjUgMTcuNjc1QzcuODc1IDE5LjIyNSA5Ljc2NjY3IDIwIDEyIDIwWiIgZmlsbD0iIzAwMDkxMiIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center center;
  background-size: contain;
  margin-right: 0.5rem;
}

.product-card__actions {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
}

.parallax-col-1,
.parallax-col-2,
.parallax-col-3,
.parallax-col-4 {
  will-change: transform;
  transition: transform 0.1s linear;
}

@media print, screen and (max-width: 39.99875em) {
  .product-card {
    flex-direction: column;
    padding: 2rem 1.5rem;
    gap: 1.75rem;
    height: auto;
    margin-block-end: 2.5rem;
  }
  .product-card__graphic {
    max-width: none;
    width: 100%;
    min-height: 16.25rem;
  }
  .product-card__content {
    padding-inline: 0;
  }
  .product-card__actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .product-card ul {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
.bill-bio-graphic {
  flex: 0 0 611px;
  width: 611px;
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bill-bio-graphic-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 487px;
  height: 642px;
  background: #d6af00;
  border-radius: 9999px;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.bill-bio-graphic-vector {
  position: absolute;
  left: 0;
  top: 120px;
  width: 120px;
  height: auto;
  z-index: 2;
}

.bill-bio-graphic-group {
  position: absolute;
  right: -10px;
  top: 27px;
  width: 349px;
  height: 351px;
  z-index: 2;
}

.bill-bio-graphic-shape {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 52.6px;
  z-index: 1;
}

.bill-bio-graphic-shape-1 {
  left: 70px;
  top: 296px;
  width: 177px;
  height: 55px;
  transform: rotate(45deg);
}

.bill-bio-graphic-shape-2 {
  left: 157px;
  top: 382px;
  width: 55px;
  height: 55px;
  background-color: #e4390a;
  opacity: 0.9;
  transform: rotate(45deg);
}

.bill-bio-graphic-shape-3 {
  left: 82px;
  top: 308px;
  width: 528px;
  height: 55px;
  transform: rotate(90deg) scaleY(-1);
}

.bill-bio-graphic-bg-multiply {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 837px;
  height: 1006px;
  background-repeat: repeat;
  background-position: top left;
  opacity: 0.2;
  mix-blend-mode: multiply;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.bill-bio-graphic-mask {
  position: absolute;
  left: 50%;
  top: 0;
  width: 909px;
  height: 674px;
  background-size: 100% 134.88%;
  background-repeat: no-repeat;
  background-position: 0% 23.87%;
  -webkit-mask-size: 556px 652px;
          mask-size: 556px 652px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 196px 0px;
          mask-position: 196px 0px;
  transform: translateX(-50%);
  z-index: 3;
}

.module-card__wrapper {
  max-width: 76.5rem;
  width: 100%;
  position: relative;
  border-radius: 0.5rem;
  border: 1px solid #3f4e59;
  padding: 4rem;
}

.module-card__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-right: 40px;
}
@media print, screen and (max-width: 39.99875em) {
  .module-card__content {
    padding-right: unset;
    padding-inline: 1rem;
  }
}

.module-card__eyebrow {
  margin-bottom: 1rem;
}

.module-card__title {
  margin-bottom: unset;
}

.module-card__description {
  color: light-dark(#000912, #ffffff);
}

.module-card__sidebar {
  width: 312px !important;
  background: light-dark(#E3EFF8, #1b2730);
  transition: background-color 0.3s ease-in;
  padding: 2.375rem 2.5rem;
  border-radius: 0.5rem;
  margin-left: auto;
}
@media print, screen and (max-width: 39.99875em) {
  .module-card__sidebar {
    width: unset !important;
    margin-left: unset;
    margin-inline: auto;
  }
}

.module-card__topics {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.module-card__topic {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  color: light-dark(#000912, #E3EFF8);
}

.module-card__topic-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.card-block-cards:has(.module-card__wrapper) {
  display: flex;
  gap: 4rem;
}

.cta-block {
  width: 100%;
  max-width: calc(1248px - 1.5rem);
  margin: 0 auto;
  padding: 4rem;
  border-radius: 0.5rem;
}
.cta-block h1, .cta-block .h1,
.cta-block h2, .cta-block .h2,
.cta-block h3, .cta-block .h3,
.cta-block h4, .cta-block .h4,
.cta-block h5, .cta-block .h5,
.cta-block h6, .cta-block .h6 {
  color: #ffffff;
  margin-bottom: unset;
}
.cta-block.bg-color-theme-1 {
  background: linear-gradient(160.312deg, #00d6b9 8.15%, #020fc7 68.75%);
}

.content-block.content-grid {
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
}
@media print, screen and (min-width: 60em) {
  body:has(.hero-form.sticky.is-stuck) .content-block.content-grid {
    pointer-events: none;
  }
  body:has(.hero-form.sticky.is-stuck) .content-block.content-grid a, body:has(.hero-form.sticky.is-stuck) .content-block.content-grid button, body:has(.hero-form.sticky.is-stuck) .content-block.content-grid .button, body:has(.hero-form.sticky.is-stuck) .content-block.content-grid [role=button], body:has(.hero-form.sticky.is-stuck) .content-block.content-grid input, body:has(.hero-form.sticky.is-stuck) .content-block.content-grid select, body:has(.hero-form.sticky.is-stuck) .content-block.content-grid textarea {
    pointer-events: auto;
  }
}
.content-block.content-grid.comparison-card-block, .content-block.content-grid.founder-block {
  max-width: 78rem;
  margin-inline: auto;
}
.content-block.content-grid.founder-block {
  margin-inline-end: 3rem;
}
.content-block.content-grid.founder-block li {
  color: light-dark(#000912, #E3EFF8);
}
.content-block.content-grid .cell {
  display: flex;
}

.icon-list-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
}
.icon-list-container h1,
.icon-list-container .h1,
.icon-list-container h2,
.icon-list-container .h2,
.icon-list-container h3,
.icon-list-container .h3,
.icon-list-container h4,
.icon-list-container .h4,
.icon-list-container h5,
.icon-list-container .h5,
.icon-list-container h6,
.icon-list-container .h6 {
  margin-bottom: unset;
}
.icon-list-container .body-text {
  margin-bottom: unset;
}
@media print, screen and (max-width: 59.99875em) {
  .icon-list-container .body-text {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .icon-list-container {
    padding-inline-end: unset !important;
    padding-inline-start: unset !important;
  }
}
.icon-list-container.has-border {
  padding: 2rem 1.5rem;
  border-radius: 8px;
  border: 1px solid light-dark(#1b2730, #3f4e59);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  margin-inline-end: 1.5rem;
}
@media print, screen and (max-width: 59.99875em) {
  .icon-list-container.has-border {
    margin-inline-end: unset;
    padding-inline-end: 8px !important;
    padding-inline-start: 8px !important;
  }
}

.list-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-right: 0.5rem;
}

.icon-list {
  margin: unset;
  margin-left: unset;
  list-style: none;
  padding-inline-start: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.icon-list:has(svg.lock-icon, svg.arrow-forward-icon) {
  gap: 1rem;
}
.icon-list .trophy-icon {
  height: 1.125rem;
  width: 1.125rem;
  margin-right: unset;
}

.icon-list--numbered {
  list-style: none;
  padding-inline-start: 0;
  gap: 0.75rem;
}
.icon-list--numbered .list-row.is-numbered {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.icon-list--numbered .list-number {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  min-width: 1.75rem;
  color: light-dark(#000912, #ffffff);
}

.list-row:not(:is(.hf-list-row)) {
  align-items: flex-start;
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  color: light-dark(#000912, #ffffff);
}
.list-row:not(:is(.hf-list-row)).no-icon {
  /* When no icon is provided, collapse to a single column */
  grid-template-columns: 1fr;
}
.list-row:not(:is(.hf-list-row)) .list-text:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.list-row:not(:is(.hf-list-row)) svg {
  height: 1.75rem;
  width: 1.75rem;
  margin-right: 1rem;
}

.bg-color-theme-1 .rich-text-container,
.bg-color-theme-2 .rich-text-container {
  display: flex;
  gap: 24px;
  flex-direction: column;
  color: #ffffff;
}
.bg-color-theme-1 .rich-text-container h1,
.bg-color-theme-1 .rich-text-container .h1,
.bg-color-theme-1 .rich-text-container h2,
.bg-color-theme-1 .rich-text-container .h2,
.bg-color-theme-1 .rich-text-container h3,
.bg-color-theme-1 .rich-text-container .h3,
.bg-color-theme-1 .rich-text-container h4,
.bg-color-theme-1 .rich-text-container .h4,
.bg-color-theme-1 .rich-text-container h5,
.bg-color-theme-1 .rich-text-container .h5,
.bg-color-theme-1 .rich-text-container h6,
.bg-color-theme-1 .rich-text-container .h6,
.bg-color-theme-2 .rich-text-container h1,
.bg-color-theme-2 .rich-text-container .h1,
.bg-color-theme-2 .rich-text-container h2,
.bg-color-theme-2 .rich-text-container .h2,
.bg-color-theme-2 .rich-text-container h3,
.bg-color-theme-2 .rich-text-container .h3,
.bg-color-theme-2 .rich-text-container h4,
.bg-color-theme-2 .rich-text-container .h4,
.bg-color-theme-2 .rich-text-container h5,
.bg-color-theme-2 .rich-text-container .h5,
.bg-color-theme-2 .rich-text-container h6,
.bg-color-theme-2 .rich-text-container .h6 {
  color: #ffffff;
  margin-bottom: unset;
}
.bg-color-theme-1 .rich-text-container p,
.bg-color-theme-2 .rich-text-container p {
  margin-bottom: unset;
  color: #E3EFF8;
}
.bg-color-theme-1 .icon-list-container .body-text,
.bg-color-theme-2 .icon-list-container .body-text {
  color: #E3EFF8;
}

.spacer.small {
  height: 1.5rem;
  width: 100%;
  display: block;
}
.spacer.medium small {
  height: 3rem;
}
.spacer.large {
  height: 4rem;
  width: 100%;
  display: block;
}

/* ---------------------------------------------------
   Half Feature Component
--------------------------------------------------- */
.block-title {
  margin-bottom: 3.4375rem;
  margin-inline: auto;
  text-align: center;
}

.pin {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .pin {
    max-width: none;
  }
}
/* ---------- SECTION WRAPPER ---------- */
.hf-section {
  width: 100%;
  max-width: 81.25rem;
  margin: 0 auto;
  box-sizing: border-box;
  background: light-dark(#ffffff, #000912); /* overridden by .bg-color-* utility classes */
  position: relative;
}

/* ---------- INNER COLUMN ------------ */
.hf-inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start; /* inherit Foundation alignment overriddes */
  width: 100%;
}
.hf-inner h1, .hf-inner .h1, .hf-inner h2, .hf-inner .h2, .hf-inner h3, .hf-inner .h3, .hf-inner h4, .hf-inner .h4, .hf-inner h5, .hf-inner .h5, .hf-inner h6, .hf-inner .h6 {
  margin-bottom: unset;
}

/* ----------- TYPOGRAPHY ----------- */
.hf-eyebrow {
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  line-height: 1.5;
  color: light-dark(#000912, #ffffff);
}

.hf-title {
  font-family: "Neue Haas Grotesk Display Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 1.2;
  margin: 0;
  color: light-dark(#000912, #ffffff);
  max-width: 60rem;
}

.hf-desc,
.hf-bottom-desc,
.hf-list-text {
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.5;
  margin: 0;
  color: light-dark(#000912, #ffffff);
}

.hf-bottom-desc,
.hf-desc {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.hf-bottom-desc p,
.hf-desc p {
  margin-bottom: unset;
}

/* ---------- LIST / AWARDS ------------ */
.hf-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hf-list-row {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.hf-list-icon {
  width: 1.5rem;
  height: 1.5rem;
  flex: none;
}

.hf-list-text {
  color: light-dark(#000912, #E3EFF8);
}

/* ---------- CTA BUTTON ------------ */
.hf-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding: 0.75rem 1.75rem;
  border-radius: 0.5rem;
  background: #0095ff;
  color: #fff;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.28px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease-in;
}

.hf-btn:hover {
  background: #0077cc;
}

/* ---------- IMAGE ------------ */
.img-col img {
  width: auto;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ---------- RESPONSIVE ------------ */
@media (max-width: 1024px) {
  .hf-title {
    font-size: 2.25rem;
  }
}
@media (max-width: 600px) {
  .hf-section {
    padding: 40px 10px;
  }
  .hf-title {
    font-size: 1.375rem;
  }
  .hf-desc,
  .hf-list-text,
  .hf-bottom-desc {
    font-size: 1rem;
  }
}
.content-block.half-feature-width {
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}

.testimonials {
  margin-inline: auto;
  text-align: left;
  max-width: calc(1248px - 1.5rem);
  width: 100%;
}

.slider-header {
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.slider-header .slider-heading {
  margin-bottom: unset;
}

.slider-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slider-footer.layout_1 {
  gap: 24px;
}
.slider-footer.layout_1 .slider-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.slider-footer.layout_2 .slider-meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}

.slider-card {
  border-radius: 8px;
  background: url(../images/bg-noise.5bf13631.png) 0% 0%/100px 100px repeat;
  background-color: #E3EFF8;
  background-blend-mode: multiply, normal;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.slider-card.layout_1 {
  padding: 4rem 5rem;
  gap: 40px;
}
.slider-card.layout_2 {
  padding: 2.5rem 5rem;
}

@media print, screen and (max-width: 39.99875em) {
  .slider-card {
    padding: 2rem 1.5rem;
    gap: 1.25rem;
    align-items: flex-start;
    text-align: left !important;
  }
  .slider-card.layout_1, .slider-card.layout_2 {
    padding: 2rem 1.5rem;
  }
  .slider-quote,
  .slider-footer,
  .slider-meta {
    text-align: left !important;
    align-items: flex-start;
  }
  .slider-footer {
    justify-content: flex-start;
  }
  .slider-card [style*=text-align],
  .slider-card .slider-quote > *,
  .slider-card .slider-meta > * {
    text-align: left !important;
  }
  .slider-card [style*="margin: 0 auto"],
  .slider-card [style*="margin:0 auto"],
  .slider-card [style*="margin-left:auto"],
  .slider-card [style*="margin-right:auto"] {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.card-label {
  display: inline-block;
  padding: 6px 14px;
  margin-bottom: 20px;
  background: #eaf2ff;
  color: #1e293b;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 6px;
  letter-spacing: 0.02em;
}

.slider-logo {
  margin-bottom: 24px;
  height: 41px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slider-quote {
  color: #000912;
  border: none;
  padding-inline-end: unset;
  padding-block-start: unset;
  margin-bottom: unset;
}
.slider-quote h1, .slider-quote .h1, .slider-quote h2, .slider-quote .h2, .slider-quote h3, .slider-quote .h3, .slider-quote h4, .slider-quote .h4, .slider-quote h5, .slider-quote .h5, .slider-quote h6, .slider-quote .h6 {
  color: #000912;
}

.slider-author {
  margin: 0 0 2px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
}

.slider-role {
  margin: 0;
  font-size: 0.95rem;
  color: #64748b;
}

.slider-arrows {
  display: flex;
  gap: 16px;
  align-items: center;
}

.slick-prev,
.slick-next,
.slick-pause,
.slick-play,
.slick-toggle {
  position: unset;
  background: none;
  border: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border-color 0.2s;
}

.slick-prev:hover,
.slick-next:hover,
.slick-pause:hover,
.slick-play:hover,
.slick-toggle:hover {
  border-color: #1e293b;
}

.slider-avatar {
  border-radius: 9999px;
  background: linear-gradient(180deg, #0095FF 0%, #020FC7 100%);
  box-shadow: -6px 0px 0px 0px rgba(0, 149, 255, 0.34);
  height: 90px;
  width: 90px;
  overflow: hidden;
}
.slider-avatar img {
  width: 100px;
  height: 100px;
  background: linear-gradient(183deg, rgba(0, 149, 255, 0) 52.08%, #0095FF 108.23%);
}

.slick-toggle {
  transform: translateY(-50%);
}

/* ---- Testimonial banner ---- */
.testimonials {
  margin-inline: auto;
  text-align: left;
  max-width: calc(1248px - 1.5rem);
  width: 100%;
}

.testimonial.layout_banner {
  border-radius: 8px;
  background: url(../images/bg-noise.5bf13631.png) 0% 0%/100px 100px repeat, linear-gradient(99deg, #00D6B9 -24.67%, #020FC7 101.08%);
  background-color: lightgray;
  background-blend-mode: multiply, normal;
  padding-block: 4rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2.5rem;
  max-width: 76.5rem;
  margin: 0 auto;
  width: 100%;
}

.variant--banner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.variant--banner .slider-footer {
  justify-content: center;
  gap: 24px;
}
.variant--banner .slider-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.variant--banner .slider-meta .slider-role {
  color: #6ED8ED;
}
.variant--banner .slider-meta .slider-author {
  color: #ffffff;
}

.tst-banner__quote {
  border-top: unset;
  font-size: 1.25rem;
  text-align: center;
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto;
  padding-inline-end: unset;
  padding-block-start: unset;
  max-width: 896px;
  width: 100%;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .tst-banner__quote {
    font-size: 2.25rem;
  }
}
.tst-banner__quote p {
  font-size: 1.25rem;
  color: #ffffff;
}
@media print, screen and (min-width: 40em) {
  .tst-banner__quote p {
    font-size: 2.25rem;
  }
}

/* ---- Gradient banner author bits ---- */
.tst-gradient-banner__author {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.author__avatar {
  position: relative;
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tst-gradient-banner__avatar-bg {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(183.3deg, rgba(0, 149, 255, 0) 52.08%, #0095ff 108.23%);
  z-index: 1;
}

.tst-gradient-banner__avatar-img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
  box-shadow: -6px 0 0 0 rgba(0, 149, 255, 0.34);
  background: linear-gradient(to bottom, #0095ff, #020fc7);
}

.tst-gradient-banner__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}

.tst-gradient-banner__author-name {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  line-height: 1.5;
  white-space: nowrap;
  margin-bottom: unset;
}

.tst-gradient-banner__author-role {
  color: #6ed8ed;
  font-size: 1.25rem;
  font-family: "Neue Haas Grotesk Text Pro", sans-serif;
  line-height: 1.5;
  white-space: nowrap;
}

/* ---- Dual-card layout container ---- */
.variant--dual_card {
  display: flex;
  flex-direction: row;
  gap: 2.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1248px;
  margin-inline: auto;
}

/* ----Cardcomponent ---- */
.tst-dual__card,
.tst-single__card {
  background: light-dark(#ffffff, #000912);
  transition: background-color 0.3s ease-in;
  border: 1px solid #d6af00;
  border-radius: 8px;
  padding: 1.5rem;
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1 0;
  position: relative;
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .tst-dual__card,
  .tst-single__card {
    padding: 2.5rem;
  }
}

blockquote.tst-dual__quote,
blockquote.tst-single__quote {
  margin-bottom: unset;
  flex-grow: 1;
  color: light-dark(#000912, #ffffff);
  padding-inline-end: unset !important;
  padding-block-start: unset;
  border-top: unset;
}
blockquote.tst-dual__quote p,
blockquote.tst-single__quote p {
  font-size: 1.125rem;
  color: light-dark(#000912, #ffffff);
  font-family: "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 1.5rem 0;
}

.tst-dual__author,
.tst-single__author {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  margin-top: auto;
}

.tst-dual__avatar,
.tst-single__avatar {
  width: 64px;
  height: 64px;
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 2;
}
.tst-dual__avatar.paul-kleen,
.tst-single__avatar.paul-kleen {
  background-size: 100%;
}

.avatar-wrapper {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  background-image: linear-gradient(180deg, #0095FF 0%, #020FC7 100%);
}

.tst-dual__author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.tst-dual__author-name {
  color: light-dark(#000912, #ffffff);
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  line-height: 1.5;
  white-space: nowrap;
}

.tst-dual__author-role {
  color: #5f6c76;
  font-size: 1rem;
  font-family: "Neue Haas Grotesk Text Pro", Arial, sans-serif;
  line-height: 1.5;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .tst-dual {
    flex-direction: column;
    gap: 2rem;
    max-width: 98vw;
  }
  .tst-dual__card {
    max-width: 100%;
  }
}
.tst-single__card {
  margin-inline-end: 24px;
  border: #1b2730 1px solid;
}

.variant--single_card .tst-card.card {
  display: unset;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
#main-nav {
  display: flex;
  background: unset;
  gap: 2rem;
}
#main-nav a {
  padding: unset;
  display: inline-block;
  color: light-dark(#1b2730, #ffffff);
  font-size: 0.875rem;
  transition: all 0.1s ease-in;
}
#main-nav .menu.dropdown {
  flex-direction: column;
  top: 100%;
  right: auto;
  display: none;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
}
#main-nav .menu-item-has-children {
  position: relative;
}
#main-nav .menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 32px;
}
#main-nav .menu-item-has-children > .menu.dropdown {
  top: 100%;
  transform: translateY(8px);
}
#main-nav .menu-item-has-children:hover .menu.dropdown {
  display: flex;
  border-radius: 8px;
  border: 1px solid #cfdbe4;
  background: light-dark(#ffffff, #000912);
  box-shadow: 16px 29px 9px 0 rgba(0, 0, 0, 0), 10px 19px 9px 0 rgba(0, 0, 0, 0.01), 6px 11px 7px 0 rgba(0, 0, 0, 0.03), 3px 5px 5px 0 rgba(0, 0, 0, 0.04), 1px 1px 3px 0 rgba(0, 0, 0, 0.05);
  padding: 4px;
}
#main-nav .menu-item-has-children:hover .menu.dropdown a {
  border-radius: 4px;
  padding: 0.75rem 1rem;
  width: 100%;
}
#main-nav .menu-item-has-children:hover .menu.dropdown a:hover {
  background: light-dark(#F5F6FA, #1b2730);
  transition: background-color 0.3s ease-in;
}
#main-nav .active a {
  background: none;
}
#main-nav.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  content: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M4 6L8 10L12 6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  width: 16px;
  height: 16px;
  display: block;
  border-style: none;
  margin-top: -6px;
  transition: transform 0.15s ease-in;
}
#main-nav.dropdown.menu.medium-horizontal > li.active.is-dropdown-submenu-parent > a::after {
  content: url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M4 6L8 10L12 6\" stroke=\"lime\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  transform: rotate(-180deg);
  color: lime;
}
#main-nav.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:hover:after {
  transform: rotate(-180deg);
  color: lime;
}

#footer-menu {
  justify-content: space-between;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 59.99875em) {
  #footer-menu {
    flex-direction: column;
    gap: 0.75rem;
  }
}
#footer-menu a {
  color: #5f6c76;
  padding: 0;
  font-weight: 400;
}
#footer-menu a:hover {
  color: light-dark(#1b2730, #E3EFF8);
}
@media print, screen and (max-width: 59.99875em) {
  #footer-menu a {
    font-size: 14px;
  }
}

.menu .active > a {
  background: transparent;
}

#footer-links {
  float: right;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
}
#footer-links li {
  list-style: none;
}
#footer-links a {
  font-size: 0.875rem;
  color: #5f6c76;
}
#footer-links a:hover {
  color: light-dark(#1b2730, #E3EFF8);
}
@media print, screen and (max-width: 59.99875em) {
  #footer-links {
    float: none;
    width: 100%;
    justify-content: center;
    gap: 1rem;
    margin-top: 1rem;
  }
  #footer-links li {
    width: 100%;
  }
  #footer-links a {
    display: block;
    font-size: 0.9375rem;
    padding: 0.5rem 0;
  }
}

.footer-links {
  max-width: calc(1248px - 1.5rem);
}
@media print, screen and (max-width: 59.99875em) {
  .footer-links {
    text-align: center;
    row-gap: 1rem;
    flex-direction: column;
    align-items: center;
  }
}

#offcanvas-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#offcanvas-nav > button::after {
  content: none;
  display: none;
}

#off-canvas {
  background: light-dark(#ffffff, #000912);
  color: light-dark(#0e1922, #ffffff);
  border-right: 1px solid light-dark(#e6e6e6, #374151);
  box-shadow: none;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
  padding: 0;
  width: min(84vw, 320px);
  z-index: 1004;
}
#off-canvas.position-left {
  width: min(100vw, 20rem);
  transform: translateX(calc(-1 * min(100vw, 20rem)));
}
#off-canvas .offcanvas__header {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 1rem 0;
}
#off-canvas .close-button {
  background: transparent;
  border: 0;
  border-radius: 0.5rem;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.125rem;
  line-height: 1;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
#off-canvas .close-button span {
  display: block;
}
#off-canvas .close-button:hover, #off-canvas .close-button:focus-visible {
  background: light-dark(rgba(95, 108, 118, 0.12), rgba(255, 255, 255, 0.12));
  color: #0095FF;
}
#off-canvas .offcanvas__body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 1.5rem 1.5rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  -webkit-overflow-scrolling: touch;
}
#off-canvas .offcanvas__footer {
  flex: 0 0 auto;
  padding: 1rem 1.5rem 1.5rem;
  border-top: 1px solid light-dark(#e6e6e6, #374151);
  background: inherit;
}
#off-canvas .offcanvas__footer .widget {
  margin-bottom: 1rem;
}
#off-canvas .offcanvas__footer .widget:last-child {
  margin-bottom: 0;
}

.off-canvas-content #off-canvas.position-left {
  transform: translateX(calc(-1 * min(100vw, 20rem)));
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(min(100vw, 20rem));
}

#off-canvas.position-left.is-transition-overlap.is-open,
.off-canvas-content #off-canvas.position-left.is-transition-overlap.is-open {
  transform: translateX(0);
}

.js-off-canvas-overlay {
  background-color: transparent;
  z-index: 1003;
}

.mobile-offcanvas-menu {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
  padding: 0;
  /* Sidebar parity: faux embolden on hover/active */
}
.mobile-offcanvas-menu li {
  list-style: none;
}
.mobile-offcanvas-menu > li {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-radius: 0.625rem;
  border: 1px solid transparent;
  padding: 0;
  background: light-dark(#ffffff, #000912);
  overflow: hidden;
}
.mobile-offcanvas-menu > li.menu-item-object-custom {
  align-items: center;
}
.mobile-offcanvas-menu > li > a,
.mobile-offcanvas-menu > li > .submenu-toggle,
.mobile-offcanvas-menu > li > .mobile-offcanvas-menu__item-header {
  order: 1;
}
.mobile-offcanvas-menu > li > .mobile-offcanvas-menu__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex: 1 1 100%;
}
.mobile-offcanvas-menu > li > .mobile-offcanvas-menu__item-header > a,
.mobile-offcanvas-menu > li > a {
  flex: 1 1 auto;
}
.mobile-offcanvas-menu > li > .nested {
  flex: 1 1 100%;
  order: 2;
}
.mobile-offcanvas-menu > li:hover, .mobile-offcanvas-menu > li.active, .mobile-offcanvas-menu > li.current-menu-parent, .mobile-offcanvas-menu > li.current-menu-ancestor {
  background: light-dark(rgba(95, 108, 118, 0.12), rgba(255, 255, 255, 0.12));
}
.mobile-offcanvas-menu > li:hover > a, .mobile-offcanvas-menu > li:hover > .mobile-offcanvas-menu__item-header > a, .mobile-offcanvas-menu > li.active > a, .mobile-offcanvas-menu > li.active > .mobile-offcanvas-menu__item-header > a, .mobile-offcanvas-menu > li.current-menu-parent > a, .mobile-offcanvas-menu > li.current-menu-parent > .mobile-offcanvas-menu__item-header > a, .mobile-offcanvas-menu > li.current-menu-ancestor > a, .mobile-offcanvas-menu > li.current-menu-ancestor > .mobile-offcanvas-menu__item-header > a,
.mobile-offcanvas-menu > li > a[aria-current=page],
.mobile-offcanvas-menu > li > .mobile-offcanvas-menu__item-header > a[aria-current=page] {
  color: light-dark(#0e1922, #ffffff);
}
.mobile-offcanvas-menu a {
  color: light-dark(#0e1922, #ffffff);
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  line-height: 1.5;
  padding: 0.75rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  transition: background-color 0.2s ease-in, color 0.2s ease-in;
}
.mobile-offcanvas-menu .is-accordion-submenu-parent > a,
.mobile-offcanvas-menu .is-accordion-submenu-parent > .mobile-offcanvas-menu__item-header > a {
  padding-right: 0.5rem;
}
.mobile-offcanvas-menu > li > .submenu-toggle,
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle {
  margin-left: 0.5rem;
  background: transparent;
  border: 0;
  color: light-dark(#5f6c76, #cfdbe4);
  width: 2.25rem;
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  transition: transform 0.2s ease-in, color 0.2s ease-in;
}
.mobile-offcanvas-menu > li > .submenu-toggle::after,
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle::after {
  content: none;
  display: none;
}
.mobile-offcanvas-menu > li > .submenu-toggle::before,
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle::before {
  content: "";
  display: block;
  inline-size: 1.25rem;
  block-size: 1.25rem;
  background: center/contain no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20width%3D%2721%27%20height%3D%2720%27%20viewBox%3D%270%200%2021%2020%27%20fill%3D%27none%27%3E%3Cpath%20d%3D%27M5.5%207.5L10.5%2012.5L15.5%207.5%27%20stroke%3D%27currentColor%27%20stroke-width%3D%271.66667%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27/%3E%3C/svg%3E");
  transform-origin: center;
  transition: transform 0.2s ease-in;
}
.mobile-offcanvas-menu > li > .submenu-toggle:hover, .mobile-offcanvas-menu > li > .submenu-toggle:focus-visible,
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle:hover,
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle:focus-visible {
  color: #0095FF;
}
.mobile-offcanvas-menu > li > .submenu-toggle:focus-visible,
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
.mobile-offcanvas-menu > li > .submenu-toggle {
  margin-right: 0.5rem;
}
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle {
  margin-right: 0.5rem;
}
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle[aria-expanded=true]::before,
.mobile-offcanvas-menu > li > .submenu-toggle[aria-expanded=true]::before {
  transform: scaleY(-1) rotate(0.0001deg);
}
.mobile-offcanvas-menu .mobile-offcanvas-menu__item-header .submenu-toggle-text,
.mobile-offcanvas-menu > li > .submenu-toggle .submenu-toggle-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mobile-offcanvas-menu .nested {
  margin: 0.25rem 0 0.5rem;
  padding: 0.5rem 0.75rem 0.75rem 1rem;
  border-radius: 0.625rem;
  border: 1px solid light-dark(#e6e6e6, rgba(255, 255, 255, 0.2));
  background: light-dark(#F1F7FB, #0b1220);
  list-style: none;
  overflow: hidden;
  transition: height 0.24s ease, margin 0.24s ease, padding 0.24s ease, border-color 0.24s ease, opacity 0.2s ease;
  will-change: height;
}
.mobile-offcanvas-menu .nested li + li {
  border-top: 1px solid light-dark(#E7EEF3, rgba(255, 255, 255, 0.16));
}
.mobile-offcanvas-menu .nested a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: none;
  color: light-dark(#1b2730, #ffffff);
  padding: 0.625rem 0;
  transition: color 0.2s ease, background-color 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
}
.mobile-offcanvas-menu .nested a:hover, .mobile-offcanvas-menu .nested a:focus-visible {
  color: light-dark(#0e1922, #ffffff);
}
.mobile-offcanvas-menu .nested li:hover a,
.mobile-offcanvas-menu .nested li.is-active a,
.mobile-offcanvas-menu .nested a[aria-current=page] {
  --embolden: 0.04em;
  text-decoration: none;
  text-shadow: none;
}
.mobile-offcanvas-menu .nested li:hover a:hover,
.mobile-offcanvas-menu .nested li.is-active a:hover,
.mobile-offcanvas-menu .nested a[aria-current=page]:hover {
  text-shadow: var(--embolden) 0 0 currentColor, calc(-1 * var(--embolden)) 0 0 currentColor, 0 var(--embolden) 0 currentColor, 0 calc(-1 * var(--embolden)) 0 currentColor, var(--embolden) var(--embolden) 0 currentColor, var(--embolden) calc(-1 * var(--embolden)) 0 currentColor, calc(-1 * var(--embolden)) var(--embolden) 0 currentColor, calc(-1 * var(--embolden)) calc(-1 * var(--embolden)) 0 currentColor;
}
@supports (-webkit-text-stroke: 1px currentColor) {
  .mobile-offcanvas-menu .nested li:hover a:hover,
  .mobile-offcanvas-menu .nested li.is-active a:hover,
  .mobile-offcanvas-menu .nested a[aria-current=page]:hover {
    -webkit-text-stroke: calc(var(--embolden) * 0.9) currentColor;
    paint-order: stroke fill;
    text-shadow: none;
  }
}
.mobile-offcanvas-menu .nested li.is-active a,
.mobile-offcanvas-menu .nested a[aria-current=page] {
  --embolden: 0.04em;
}
@supports (-webkit-text-stroke: 1px currentColor) {
  .mobile-offcanvas-menu .nested li.is-active a,
  .mobile-offcanvas-menu .nested a[aria-current=page] {
    -webkit-text-stroke: calc(var(--embolden) * 0.9) currentColor;
    paint-order: stroke fill;
  }
}
.mobile-offcanvas-menu.mobile-offcanvas-menu--enhanced > li:not(.is-open) > .nested {
  margin: 0;
  padding: 0;
  border-color: transparent;
  opacity: 0;
  pointer-events: none;
}

@media print, screen and (max-width: 39.99875em) {
  .off-canvas.topbar-offset {
    top: calc(var(--alert-bar-h, 0px) + var(--theme-topbar-h, 4rem));
    height: calc(100% - (var(--alert-bar-h, 0px) + var(--theme-topbar-h, 4rem)));
    block-size: max(0px, 100vh - (var(--alert-bar-h, 0px) + var(--theme-topbar-h, 4rem)));
  }
  @supports (height: 100dvh) {
    .off-canvas.topbar-offset {
      block-size: max(0px, 100vh - (var(--alert-bar-h, 0px) + var(--theme-topbar-h, 4rem)));
    }
  }
}

.menu-icon {
  background: transparent;
  padding: 0;
}
.menu-icon:after {
  content: "";
  display: block;
  inline-size: 1.5rem;
  block-size: 0.125rem;
  background: light-dark(#0e1922, #ffffff);
  box-shadow: 0 0.4375rem 0 light-dark(#0e1922, #ffffff), 0 0.875rem 0 light-dark(#0e1922, #ffffff);
  transition: all 0.3s ease-in;
}
.menu-icon:hover {
  background: transparent;
}
.menu-icon:hover:after {
  background: light-dark(#5f6c76, #ffffff);
  box-shadow: 0 0.4375rem 0 light-dark(#5f6c76, #ffffff), 0 0.875rem 0 light-dark(#5f6c76, #ffffff);
}

.off-canvas.is-transition-overlap.is-open {
  box-shadow: unset;
}

html.is-offcanvas-scroll-locked,
body.is-offcanvas-scroll-locked {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}

.mobile-offcanvas-menu > li:hover {
  background: unset;
}
.mobile-offcanvas-menu > li:hover > a,
.mobile-offcanvas-menu > li:hover > .mobile-offcanvas-menu__item-header > a {
  color: unset;
}

.mobile-offcanvas-menu .submenu-toggle:hover {
  color: unset;
}

/* Posts and pages
--------------------------------------------- */
.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0;
}
.page-content p:last-child, .page-content p:only-child,
.entry-content p:last-child,
.entry-content p:only-child,
.entry-summary p:last-child,
.entry-summary p:only-child {
  margin-bottom: 0;
}

.entry-content {
  display: flex;
  flex-direction: column;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.excerpt-read-more {
  display: block;
}

.blog .card .card-section {
  padding: 31.9992px 0;
}

.page-navigation {
  text-align: center;
}
.page-navigation ul.pagination li span.current {
  border-radius: 0;
  display: inline-block;
}

.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}

.single-post article {
  min-height: calc(100vh - (var(--footer-height) + var(--alert-bar-h) + var(--theme-topbar-h)));
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Containers
--------------------------------------------- */
.alert-bar {
  font-family: "Neue Haas Grotesk Text Pro", Helvetica, Roboto, Arial, sans-serif;
  background: #0095FF;
  color: #ffffff;
  padding-block: 21px 22px;
  font-size: 14px;
  z-index: 1015;
}
.alert-bar.sticky, .alert-bar.sticky.is-stuck, .alert-bar.sticky.is-anchored, .alert-bar.is-stuck, .alert-bar.is-anchored {
  z-index: 1015;
}
.alert-bar p {
  margin-bottom: 0;
  line-height: 1.5;
}
.alert-bar a {
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 8px;
  border-block-end: 1px solid transparent;
  transition: border-block-end 0.45s linear;
}
.alert-bar a:after {
  content: "";
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzE4MzVfMTE3OSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4Ij4KPHJlY3Qgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xODM1XzExNzkpIj4KPHBhdGggZD0iTTE3LjQ0NjIgMTUuMjE5OUg2LjQzNzVWMTMuNDExNUgxNy40NDYyTDEyLjM4MjYgOC4zNDc5MkwxMy42NzExIDcuMDgyMDNMMjAuOTA0OCAxNC4zMTU3TDEzLjY3MTEgMjEuNTQ5M0wxMi4zODI2IDIwLjI4MzRMMTcuNDQ2MiAxNS4yMTk5WiIgZmlsbD0iI2ZmZiIvPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center/contain;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: text-bottom;
}
.alert-bar a:hover {
  color: #ffffff;
  padding-bottom: 8px;
  border-block-end: 1px solid #fff;
  transition: border-block-end 0.15s linear;
}

.top-bar {
  background-color: transparent;
  padding: 20px 0;
  position: relative;
  z-index: 1010;
  margin: 0 auto;
  width: 100%;
  color: light-dark(#1b2730, #ffffff);
  transition: background-color 0.6s ease-in, color 0.3s ease-in;
  overflow: visible;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar {
    padding: 8px 0;
  }
}
.top-bar.sticky {
  z-index: 1010;
}
.top-bar.is-stuck {
  z-index: 1010;
  transition: background-color 0.6s ease-in;
  background-color: light-dark(#ffffff, #000912);
}
.top-bar.is-anchored {
  z-index: 1010;
}
.top-bar .top-bar-wrapper {
  max-width: 78rem;
  margin: 0 auto;
  width: 100%;
}
.top-bar .grid-container {
  width: 100%;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 1 100%;
  }
}
.top-bar .top-bar-left {
  gap: 2.3125rem;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-left {
    display: none;
  }
}
.top-bar .top-bar-right {
  display: flex;
  gap: 1.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar .top-bar-right {
    justify-content: flex-start;
    width: 100%;
    float: none !important;
  }
  .top-bar .top-bar-right .menu {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    width: 100%;
  }
  .top-bar .top-bar-right .menu > li {
    display: flex;
    align-items: center;
  }
  .top-bar .top-bar-right .menu > li.top-bar-menu-toggle {
    order: -1;
  }
  .top-bar .top-bar-right .menu > li.top-bar-theme-toggle {
    justify-self: end;
    margin-inline-end: 1rem;
  }
  .top-bar .top-bar-right .menu > li.top-bar-login {
    justify-content: flex-end;
  }
  .top-bar .top-bar-right .menu > li.top-bar-login .button, .top-bar .top-bar-right .menu > li.top-bar-login span.edit-link a, span.edit-link .top-bar .top-bar-right .menu > li.top-bar-login a {
    margin-bottom: 0;
  }
}
.top-bar ul {
  background-color: unset;
}
.top-bar ul #color-scheme-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 8px;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.top-bar ul #color-scheme-toggle.cwlms-theme-toggle {
  width: 32px;
  height: 32px;
  border-radius: 5.818px;
  border: 1px solid #cfdbe4 !important;
  background-color: #ffffff !important;
}

html.is-offcanvas-scroll-locked .alert-bar,
body.is-offcanvas-scroll-locked .alert-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1015;
}
html.is-offcanvas-scroll-locked .top-bar,
body.is-offcanvas-scroll-locked .top-bar {
  position: fixed;
  top: var(--alert-bar-h, 0px);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
}

.off-canvas-content.is-open-left .top-bar,
.off-canvas-content.is-open-right .top-bar {
  position: fixed;
  top: var(--alert-bar-h, 0px);
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1010;
  background-color: light-dark(#ffffff, #000912);
  border-bottom: 1px solid light-dark(#e5e7eb, #374151);
  pointer-events: auto;
}

.off-canvas-content.is-open-left.has-transition-push .top-bar {
  transform: translateX(calc(-1 * min(100vw, 20rem)));
}

.off-canvas-content.is-open-right.has-transition-push .top-bar {
  transform: translateX(min(100vw, 20rem));
}

.top-bar .logo-text,
footer .logo-text {
  fill: light-dark(#1b2730, #ffffff);
}

footer.site-footer {
  color: light-dark(#000912, #ffffff);
  font-size: 1rem;
}
footer.site-footer .footer-site-info img {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 269px;
}
@media print, screen and (min-width: 40em) {
  footer.site-footer .footer-site-info img {
    width: 269px;
  }
}
footer.site-footer p.copyright {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #5f6c76;
}
footer.site-footer ul.social-icons {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
}
@media print, screen and (min-width: 40em) {
  footer.site-footer ul.social-icons {
    justify-content: flex-end;
  }
}
footer.site-footer ul.social-icons a {
  color: light-dark(#000912, #ffffff);
  background: rgba(226, 226, 226, 0.2);
  padding: 8px;
  border-radius: 4px;
  margin: 0px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}
footer.site-footer ul.social-icons a:hover {
  color: lime;
}
footer.site-footer ul.social-icons a svg {
  width: 100%;
  max-height: 1.25rem;
}
footer.site-footer hr {
  background: #1b2730;
  margin-block: 3.3125rem 2.1875rem;
}

span.edit-link {
  position: fixed;
  bottom: 24px;
  left: 24px;
}
span.edit-link a {
  margin-bottom: 0;
}

.card .card-section {
  padding: 31.9992px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: stretch;
}
.card .card-section .button, .card .card-section span.edit-link a, span.edit-link .card .card-section a {
  margin-top: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.card.card-icon .card-section {
  padding: 48px;
}
.card.card-icon img.icon {
  width: 100%;
  max-width: 3rem;
}
.card.card-stat p {
  font-size: 1rem;
}
.card.bg-color-none .card-section {
  padding: 0;
}
.card > a {
  height: 100%;
}
.card > a > div {
  height: 100%;
}
.card span.arrow-icon {
  display: inline-block;
}
.card span.arrow-icon svg {
  width: 3rem;
  height: 3rem;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Gravity Form Variables
--------------------------------------------- */
.gform_wrapper form[id^=gform_] label.gfield_label,
.gform_wrapper form[id^=gform_] legend.gfield_label {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
}
.gform_wrapper form[id^=gform_] label.gform-field-label--type-sub,
.gform_wrapper form[id^=gform_] legend.gform-field-label--type-sub {
  margin-top: 0.25rem;
}
.gform_wrapper form[id^=gform_] label .gfield_required_asterisk,
.gform_wrapper form[id^=gform_] legend .gfield_required_asterisk {
  color: #e4390a;
  font-size: 1rem;
}
.gform_wrapper form[id^=gform_] input[type=text],
.gform_wrapper form[id^=gform_] input[type=email],
.gform_wrapper form[id^=gform_] input[type=url],
.gform_wrapper form[id^=gform_] input[type=password],
.gform_wrapper form[id^=gform_] input[type=search],
.gform_wrapper form[id^=gform_] input[type=number],
.gform_wrapper form[id^=gform_] input[type=tel],
.gform_wrapper form[id^=gform_] input[type=range],
.gform_wrapper form[id^=gform_] input[type=date],
.gform_wrapper form[id^=gform_] input[type=month],
.gform_wrapper form[id^=gform_] input[type=week],
.gform_wrapper form[id^=gform_] input[type=time],
.gform_wrapper form[id^=gform_] input[type=datetime],
.gform_wrapper form[id^=gform_] input[type=datetime-local],
.gform_wrapper form[id^=gform_] input[type=color],
.gform_wrapper form[id^=gform_] textarea {
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #CFDBE4;
  box-shadow: none;
}
.gform_wrapper form[id^=gform_] input[type=text]:focus,
.gform_wrapper form[id^=gform_] input[type=email]:focus,
.gform_wrapper form[id^=gform_] input[type=url]:focus,
.gform_wrapper form[id^=gform_] input[type=password]:focus,
.gform_wrapper form[id^=gform_] input[type=search]:focus,
.gform_wrapper form[id^=gform_] input[type=number]:focus,
.gform_wrapper form[id^=gform_] input[type=tel]:focus,
.gform_wrapper form[id^=gform_] input[type=range]:focus,
.gform_wrapper form[id^=gform_] input[type=date]:focus,
.gform_wrapper form[id^=gform_] input[type=month]:focus,
.gform_wrapper form[id^=gform_] input[type=week]:focus,
.gform_wrapper form[id^=gform_] input[type=time]:focus,
.gform_wrapper form[id^=gform_] input[type=datetime]:focus,
.gform_wrapper form[id^=gform_] input[type=datetime-local]:focus,
.gform_wrapper form[id^=gform_] input[type=color]:focus,
.gform_wrapper form[id^=gform_] textarea:focus {
  box-shadow: 0 0 5px #cfdbe4;
}
.gform_wrapper form[id^=gform_] input[type=text],
.gform_wrapper form[id^=gform_] input[type=email],
.gform_wrapper form[id^=gform_] input[type=url],
.gform_wrapper form[id^=gform_] input[type=password],
.gform_wrapper form[id^=gform_] input[type=search],
.gform_wrapper form[id^=gform_] input[type=number],
.gform_wrapper form[id^=gform_] input[type=tel],
.gform_wrapper form[id^=gform_] input[type=range],
.gform_wrapper form[id^=gform_] input[type=date],
.gform_wrapper form[id^=gform_] input[type=month],
.gform_wrapper form[id^=gform_] input[type=week],
.gform_wrapper form[id^=gform_] input[type=time],
.gform_wrapper form[id^=gform_] input[type=datetime],
.gform_wrapper form[id^=gform_] input[type=datetime-local],
.gform_wrapper form[id^=gform_] input[type=color],
.gform_wrapper form[id^=gform_] select {
  height: 48px;
}
.gform_wrapper form[id^=gform_] input[type=checkbox] {
  box-shadow: none;
}
.gform_wrapper form[id^=gform_] input[type=checkbox]:focus {
  box-shadow: 0 0 5px #cfdbe4;
}
.gform_wrapper form[id^=gform_] input[type=checkbox]:checked:before {
  color: #0095FF;
  font-weight: bold;
}
.gform_wrapper form[id^=gform_] input[type=radio] {
  box-shadow: none;
}
.gform_wrapper form[id^=gform_] input[type=radio]:focus {
  box-shadow: 0 0 5px #cfdbe4;
}
.gform_wrapper form[id^=gform_] input[type=radio]:checked:before {
  width: 10px;
  height: 10px;
  background-color: #0095FF;
}
.gform_wrapper form[id^=gform_] select {
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #5f6c76;
  box-shadow: none;
  padding-top: 3px;
}
.gform_wrapper form[id^=gform_].placeholder {
  color: #5f6c76;
}
.gform_wrapper form[id^=gform_]:-moz-placeholder {
  color: #5f6c76;
}
.gform_wrapper form[id^=gform_]::-moz-placeholder {
  color: #5f6c76;
}
.gform_wrapper form[id^=gform_]:-ms-input-placeholder {
  color: #5f6c76;
}
.gform_wrapper form[id^=gform_]::-webkit-input-placeholder {
  color: #5f6c76;
}
.gform_wrapper form[id^=gform_] .gfield--type-list button.add_list_item, .gform_wrapper form[id^=gform_] .gfield--type-list button.delete_list_item,
.gform_wrapper form[id^=gform_] .gfield--input-type-list button.add_list_item,
.gform_wrapper form[id^=gform_] .gfield--input-type-list button.delete_list_item {
  background-color: #0095FF !important;
}
.gform_wrapper form[id^=gform_] .gfield_error input[type=text],
.gform_wrapper form[id^=gform_] .gfield_error input[type=email],
.gform_wrapper form[id^=gform_] .gfield_error input[type=url],
.gform_wrapper form[id^=gform_] .gfield_error input[type=password],
.gform_wrapper form[id^=gform_] .gfield_error input[type=search],
.gform_wrapper form[id^=gform_] .gfield_error input[type=number],
.gform_wrapper form[id^=gform_] .gfield_error input[type=tel],
.gform_wrapper form[id^=gform_] .gfield_error input[type=range],
.gform_wrapper form[id^=gform_] .gfield_error input[type=date],
.gform_wrapper form[id^=gform_] .gfield_error input[type=month],
.gform_wrapper form[id^=gform_] .gfield_error input[type=week],
.gform_wrapper form[id^=gform_] .gfield_error input[type=time],
.gform_wrapper form[id^=gform_] .gfield_error input[type=datetime],
.gform_wrapper form[id^=gform_] .gfield_error input[type=datetime-local],
.gform_wrapper form[id^=gform_] .gfield_error input[type=color],
.gform_wrapper form[id^=gform_] .gfield_error textarea {
  border: 1.5px solid #e4390a;
}

/* --------------------------------------------------------------
   Make Gravity Forms look like the "Create Account" form
   Scope only inside the hero form to avoid global surprises.
---------------------------------------------------------------- */
.hero-form .gform_wrapper.gform-theme--orbital {
  /* Token overrides to calm Orbital down */
  --gf-color-in-ctrl: #ffffff;
  --gf-color-in-ctrl-contrast: #0E1922;
  --gf-ctrl-label-color-primary: #0E1922;
  --gf-ctrl-border-color: #CFDBE4;
  --gf-color-in-ctrl-primary: #0095ff;
  --gf-color-primary: $blue-300;
  --gf-ctrl-btn-bg-color-primary: $blue-300;
  --gf-ctrl-btn-bg-color-focus-primary: $blue-300;
  --gf-radius: 8px;
}

/* Card container to match Create Account */
.hero-form .gform_wrapper form[id^=gform_] {
  background: #ffffff;
  color: #0E1922;
  border-radius: 16px;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

/* Heading to match the Create Account title */
.hero-form .gform_wrapper .gform_heading .gform_title {
  font-weight: 800;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
  text-align: center;
  margin: 0 0 8px;
  color: #0E1922;
}

.hero-form .gform_wrapper .gform_heading .gform_description {
  text-align: center;
  margin-bottom: -2px;
  color: rgba(14, 25, 34, 0.8);
}

/* Labels identical to Create Account */
.hero-form .gform_wrapper form[id^=gform_] label.gfield_label,
.hero-form .gform_wrapper form[id^=gform_] .gform-field-label {
  font-weight: 700;
  font-size: 0.8rem;
  color: #0E1922;
}

.hero-form .gform_wrapper .gfield_required_asterisk,
.hero-form .gform_wrapper .gfield_required .gfield_required_text {
  color: #FF7A59;
  /* your orange required indicator */
}

/* Inputs: 42px tall, 8px radius, light border, same padding */
.hero-form .gform_wrapper form[id^=gform_] input[type=text],
.hero-form .gform_wrapper form[id^=gform_] input[type=email],
.hero-form .gform_wrapper form[id^=gform_] input[type=url],
.hero-form .gform_wrapper form[id^=gform_] input[type=password],
.hero-form .gform_wrapper form[id^=gform_] select {
  height: 42px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #CFDBE4;
  color: #0E1922;
  box-shadow: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  margin-top: 8px;
}

.hero-form .gform_wrapper form[id^=gform_] textarea {
  /* keep larger comment box */
  padding: 12px 15px;
}

.hero-form .gform_wrapper ::-moz-placeholder {
  color: #6C7A86;
}

.hero-form .gform_wrapper ::placeholder {
  color: #6C7A86;
}

/* Focus ring to match create-account feel */
.hero-form .gform_wrapper form[id^=gform_] input:focus,
.hero-form .gform_wrapper form[id^=gform_] textarea:focus,
.hero-form .gform_wrapper form[id^=gform_] select:focus {
  outline: none;
  border-color: #000912;
  box-shadow: 0 0 5px #5f6c76;
}

/* Compact the internal GF grid spacing to match */
.hero-form .gform_wrapper .gform_fields {
  row-gap: 12px;
}

.hero-form .gform_wrapper .ginput_complex .gform-grid-col {
  gap: 0;
}

/* Submit button: match your wide primary CTA */
.hero-form .gform_wrapper .gform_footer .gform_button.button, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button {
  display: inline-block;
  width: 100% !important;
  border: none;
  border-radius: 8px;
  background: #0095FF !important;
  background-color: #0095FF !important;
  /* base */
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.35714;
  padding: 14px 12px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s ease, padding 0.3s ease, color 0.3s ease;
}
.hero-form .gform_wrapper .gform_footer .gform_button.button .btn-arrow, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button .btn-arrow, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button .btn-arrow {
  height: 40px;
}

/* Align GF submit with .button.primary.large padding/arrow behavior */
.hero-form .gform_wrapper .gform_footer .gform_button.button.primary.large, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button.primary.large, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button.primary.large {
  /* Left padding for arrow tile space (matches .button.primary.large) */
  padding: 0.875rem 0.75rem 0.875rem 3.8125rem;
}

.hero-form .gform_wrapper .gform_footer .gform_button.button.primary.large:hover, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button.primary.large:hover, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button.primary.large:hover {
  /* Flip padding on hover so text shifts opposite the arrow */
  padding: 0.875rem 3.8125rem 0.875rem 0.75rem;
}

/* Hover/active to mirror Create Account */
.hero-form .gform_wrapper .gform_footer .gform_button.button:hover, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button:hover, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button:hover {
  background: #007AE0;
}

.hero-form .gform_wrapper .gform_footer .gform_button.button:active, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button:active, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button:active,
.hero-form .gform_wrapper .gform_footer .gform_button.button:focus,
.hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button:focus,
span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button:focus {
  background: #006fce;
}

/* Validation error red border to match your plugin states */
.hero-form .gform_wrapper .gfield_error input,
.hero-form .gform_wrapper .gfield_error textarea,
.hero-form .gform_wrapper .gfield_error select {
  border-color: #ef4444 !important;
}

/* --------------------------------------------------------------
   Gravity Forms: match Create Account form
   Applies only inside .hero-form to avoid global overrides.
---------------------------------------------------------------- */
.hero-form .gform_wrapper.gform-theme--orbital {
  --gf-color-in-ctrl: #fff;
  --gf-ctrl-label-color-primary: #0E1922;
  --gf-ctrl-border-color: #CFDBE4;
  --gf-radius: 8px;
  --gf-local-bg-color: #0095ff;
}

/* Card container */
.hero-form .gform_wrapper form[id^=gform_] {
  background: #fff;
  border-radius: 0 0 8px 8px;
  box-shadow: unset;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Heading */
.hero-form .gform_wrapper .gform_heading .gform_title {
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: center;
  margin: 0 0 8px;
  color: #0E1922;
}

.hero-form .gform_wrapper .gform_heading .gform_description {
  text-align: center;
  margin-bottom: -2px;
  color: rgba(14, 25, 34, 0.8);
}

/* Labels */
.hero-form .gform_wrapper label.gfield_label,
.hero-form .gform_wrapper .gform-field-label {
  font-weight: 700;
  font-size: 15px;
  color: #0E1922;
}

.hero-form .gform_wrapper .gfield_required_asterisk,
.hero-form .gform_wrapper .gfield_required .gfield_required_text {
  color: #FF7A59;
  /* orange */
  font-size: 16px;
  margin-left: 4px;
}

/* Inputs + textarea */
.hero-form .gform_wrapper input[type=text],
.hero-form .gform_wrapper input[type=email],
.hero-form .gform_wrapper input[type=password],
.hero-form .gform_wrapper textarea,
.hero-form .gform_wrapper select {
  height: 42px;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #CFDBE4;
  background: #fff;
  color: #0E1922;
  margin-top: 8px;
  box-shadow: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.hero-form .gform_wrapper textarea {
  min-height: 120px;
  padding: 12px 15px;
}

.hero-form .gform_wrapper ::-moz-placeholder {
  color: #6C7A86;
}

.hero-form .gform_wrapper ::placeholder {
  color: #6C7A86;
}

/* Focus state */
.hero-form .gform_wrapper input:focus,
.hero-form .gform_wrapper textarea:focus,
.hero-form .gform_wrapper select:focus {
  outline: none;
  border-color: #0e1922;
  box-shadow: 0 0 5px #5f6c76;
}

/* Submit button */
.hero-form .gform_wrapper .gform_footer .gform_button.button, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button {
  width: 100%;
  border: none;
  border-radius: 8px;
  background: #0095ff;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 14px 12px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, padding 0.3s;
}

/* Align GF submit with .button.primary.large padding/arrow behavior */
.hero-form .gform_wrapper .gform_footer .gform_button.button.primary.large, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button.primary.large, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button.primary.large {
  padding: 0.875rem 0.75rem 0.875rem 3.8125rem;
}

.hero-form .gform_wrapper .gform_footer .gform_button.button.primary.large:hover, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button.primary.large:hover, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button.primary.large:hover {
  padding: 0.875rem 3.8125rem 0.875rem 0.75rem;
}

.hero-form .gform_wrapper .gform_footer .gform_button.button:hover, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button:hover, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button:hover {
  background: #007AE0;
}

.hero-form .gform_wrapper .gform_footer .gform_button.button:active, .hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button:active, span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button:active,
.hero-form .gform_wrapper .gform_footer .gform_button.button:focus,
.hero-form .gform_wrapper .gform_footer span.edit-link a.gform_button:focus,
span.edit-link .hero-form .gform_wrapper .gform_footer a.gform_button:focus {
  background: #006fce;
}

/* Validation error */
.hero-form .gform_wrapper .gfield_error input,
.hero-form .gform_wrapper .gfield_error textarea,
.hero-form .gform_wrapper .gfield_error select {
  border-color: #ef4444 !important;
}

/* --------------------------------------------------------------
   Gravity Forms: stack complex two-up fields on small screens
   Target only forms inside the hero form wrapper.
---------------------------------------------------------------- */
@media (max-width: 640px) {
  /* Force one column for complex/grid rows */
  .hero-form .gform_wrapper .ginput_complex.gform-grid-row,
  .hero-form .gform_wrapper .ginput_container.gform-grid-row {
    display: block !important;
    /* kill grid/flex */
    grid-template-columns: 1fr !important;
    /* if grid still wins */
    gap: 0 !important;
  }
  /* Make each cell full width */
  .hero-form .gform_wrapper .gform-grid-col,
  .hero-form .gform_wrapper .ginput_left,
  .hero-form .gform_wrapper .ginput_right,
  .hero-form .gform_wrapper .name_first,
  .hero-form .gform_wrapper .name_last {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  /* Vertical rhythm between stacked halves */
  .hero-form .gform_wrapper .gform-grid-col + .gform-grid-col,
  .hero-form .gform_wrapper .ginput_right,
  .hero-form .gform_wrapper .name_last {
    margin-top: 12px !important;
  }
  /* Keep inputs full-width inside stacked containers */
  .hero-form .gform_wrapper .gform-grid-col input,
  .hero-form .gform_wrapper .gform-grid-col select,
  .hero-form .gform_wrapper .gform-grid-col textarea {
    width: 100%;
  }
}
.gform_heading {
  background-color: #fff !important;
  border-radius: 8px 8px 0 0 !important;
  margin-bottom: -1px;
}

.gform_wrapper {
  border-radius: 8px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.gform_wrapper h2 {
  padding-top: 24px;
}

/* --------------------------------------------------------------
   Fallback: Hide required asterisk on Name legend/label (Form #2 only)
   Keep sublabel asterisks visible.
---------------------------------------------------------------- */
#gform_2 .gfield--type-name > .gfield_label .gfield_required_asterisk,
#gform_2 .gfield--type-name > legend.gfield_label .gfield_required_asterisk,
#gform_2 .gfield--type-name > .gfield_label .gfield_required_text,
#gform_2 .gfield--type-name > legend.gfield_label .gfield_required_text {
  display: none !important;
}

/* Ensure sublabel asterisks remain visible */
#gform_2 .gfield--type-name .gform-field-label--type-sub .gfield_required_asterisk {
  display: inline;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper:focus {
  outline: none !important;
}

.gform_wrapper legend {
  display: none;
}
.gform_wrapper .gform_title {
  margin: unset !important;
  margin-bottom: unset !important;
}
.gform_wrapper .gform_description {
  font-size: 16px;
  margin-bottom: unset !important;
}
.gform_wrapper .gfield_description {
  font-size: 14px;
}
.gform_wrapper label {
  line-height: 1;
  margin-top: unset;
}
.gform_wrapper fieldset {
  padding: unset;
}
.gform_wrapper fieldset .gform-grid-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.gform_wrapper h2 {
  margin-bottom: 20px;
}
.gform_wrapper input {
  margin-block-start: unset;
  margin-top: unset;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

@media print, screen and (min-width: 40em) {
  .order-first {
    order: 1;
  }
}

@media print, screen and (min-width: 40em) {
  .order-last {
    order: 2;
  }
}

/* Spacing
--------------------------------------------- */
.bg-align-left {
  background-position-x: left;
}
.bg-align-center {
  background-position-x: center;
}
.bg-align-right {
  background-position-x: right;
}
.bg-align-top {
  background-position-y: top;
}
.bg-align-middle {
  background-position-y: center;
}
.bg-align-bottom {
  background-position-y: bottom;
}

.bg-size-full {
  background-size: 100%;
  background-repeat: no-repeat;
}
.bg-size-cover {
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-size-contain {
  background-size: contain;
  background-repeat: no-repeat;
}

.content-block.bg-color-none {
  transition: background-color 0.3s ease-in;
  color: light-dark(#000912, #ffffff);
}
.content-block.bg-color-white {
  background-color: #ffffff;
  color: #000;
}
.content-block.bg-color-white a h1,
.content-block.bg-color-white a h2,
.content-block.bg-color-white a h3,
.content-block.bg-color-white a h4,
.content-block.bg-color-white a h5,
.content-block.bg-color-white a h6,
.content-block.bg-color-white a p,
.content-block.bg-color-white a ul,
.content-block.bg-color-white a ol {
  color: #000;
}
.content-block.bg-color-theme-1 {
  background: url(../images/bg-noise.5bf13631.png) 0% 0%/100px 100px repeat, linear-gradient(180deg, #00D6B9 0%, #020FC7 100%);
  background-color: lightgray;
  background-blend-mode: multiply, normal;
  color: #ffffff;
}
.content-block.bg-color-theme-1 h1,
.content-block.bg-color-theme-1 .h1,
.content-block.bg-color-theme-1 h2,
.content-block.bg-color-theme-1 .h2,
.content-block.bg-color-theme-1 h3,
.content-block.bg-color-theme-1 .h3,
.content-block.bg-color-theme-1 h4,
.content-block.bg-color-theme-1 .h4,
.content-block.bg-color-theme-1 h5,
.content-block.bg-color-theme-1 .h5,
.content-block.bg-color-theme-1 h6,
.content-block.bg-color-theme-1 .h6 {
  color: #ffffff !important;
}
.content-block.bg-color-theme-1 p,
.content-block.bg-color-theme-1 blockquote {
  color: #E3EFF8;
}
.content-block.bg-color-theme-2 {
  background: url(../images/bg-noise.5bf13631.png) 0% 0%/100px 100px repeat, linear-gradient(121deg, #00D6B9 -8.15%, #020FC7 68.75%);
  background-color: lightgray;
  background-blend-mode: multiply, normal;
  border-radius: 0.5rem;
  color: #ffffff !important;
}
.content-block.bg-color-theme-2 h1,
.content-block.bg-color-theme-2 .h1,
.content-block.bg-color-theme-2 h2,
.content-block.bg-color-theme-2 .h2,
.content-block.bg-color-theme-2 h3,
.content-block.bg-color-theme-2 .h3,
.content-block.bg-color-theme-2 h4,
.content-block.bg-color-theme-2 .h4,
.content-block.bg-color-theme-2 h5,
.content-block.bg-color-theme-2 .h5,
.content-block.bg-color-theme-2 h6,
.content-block.bg-color-theme-2 .h6 {
  color: #ffffff !important;
}
.content-block.bg-color-theme-2 form h1,
.content-block.bg-color-theme-2 form .h1,
.content-block.bg-color-theme-2 form h2,
.content-block.bg-color-theme-2 form .h2,
.content-block.bg-color-theme-2 form h3,
.content-block.bg-color-theme-2 form .h3,
.content-block.bg-color-theme-2 form h4,
.content-block.bg-color-theme-2 form .h4,
.content-block.bg-color-theme-2 form h5,
.content-block.bg-color-theme-2 form .h5,
.content-block.bg-color-theme-2 form h6,
.content-block.bg-color-theme-2 form .h6,
.content-block.bg-color-theme-2 .gform_wrapper h1,
.content-block.bg-color-theme-2 .gform_wrapper .h1,
.content-block.bg-color-theme-2 .gform_wrapper h2,
.content-block.bg-color-theme-2 .gform_wrapper .h2,
.content-block.bg-color-theme-2 .gform_wrapper h3,
.content-block.bg-color-theme-2 .gform_wrapper .h3,
.content-block.bg-color-theme-2 .gform_wrapper h4,
.content-block.bg-color-theme-2 .gform_wrapper .h4,
.content-block.bg-color-theme-2 .gform_wrapper h5,
.content-block.bg-color-theme-2 .gform_wrapper .h5,
.content-block.bg-color-theme-2 .gform_wrapper h6,
.content-block.bg-color-theme-2 .gform_wrapper .h6 {
  color: #000912 !important;
}
.content-block.bg-color-theme-2 a h1,
.content-block.bg-color-theme-2 a h2,
.content-block.bg-color-theme-2 a h3,
.content-block.bg-color-theme-2 a h4,
.content-block.bg-color-theme-2 a h5,
.content-block.bg-color-theme-2 a h6,
.content-block.bg-color-theme-2 a p,
.content-block.bg-color-theme-2 a ul,
.content-block.bg-color-theme-2 a ol,
.content-block.bg-color-theme-2 a .body-text {
  color: #ffffff !important;
}
.content-block.bg-color-theme-2 .body-text {
  color: #E3EFF8;
}
.content-block.bg-color-theme-2 .hero-form h1,
.content-block.bg-color-theme-2 .hero-form .h1,
.content-block.bg-color-theme-2 .hero-form h2,
.content-block.bg-color-theme-2 .hero-form .h2,
.content-block.bg-color-theme-2 .hero-form h3,
.content-block.bg-color-theme-2 .hero-form .h3,
.content-block.bg-color-theme-2 .hero-form h4,
.content-block.bg-color-theme-2 .hero-form .h4,
.content-block.bg-color-theme-2 .hero-form h5,
.content-block.bg-color-theme-2 .hero-form .h5,
.content-block.bg-color-theme-2 .hero-form h6,
.content-block.bg-color-theme-2 .hero-form .h6,
.content-block.bg-color-theme-2 .gform_wrapper h1,
.content-block.bg-color-theme-2 .gform_wrapper .h1,
.content-block.bg-color-theme-2 .gform_wrapper h2,
.content-block.bg-color-theme-2 .gform_wrapper .h2,
.content-block.bg-color-theme-2 .gform_wrapper h3,
.content-block.bg-color-theme-2 .gform_wrapper .h3,
.content-block.bg-color-theme-2 .gform_wrapper h4,
.content-block.bg-color-theme-2 .gform_wrapper .h4,
.content-block.bg-color-theme-2 .gform_wrapper h5,
.content-block.bg-color-theme-2 .gform_wrapper .h5,
.content-block.bg-color-theme-2 .gform_wrapper h6,
.content-block.bg-color-theme-2 .gform_wrapper .h6,
.content-block.bg-color-theme-2 .gform_wrapper .gform_title {
  color: #000912 !important;
}
.content-block.bg-color-theme-3 {
  border-radius: 8px;
  border: 1px solid #3f4e59;
  background: url(../images/bg-noise.5bf13631.png) 0% 0%/100px 100px repeat, linear-gradient(90deg, rgba(2, 15, 199, 0.2) 0%, rgba(2, 15, 199, 0.2) 100%), linear-gradient(163.724deg, #00d6b9 18.986%, #0095ff 125.48%);
  background-color: lightgray;
  background-blend-mode: multiply, normal, normal;
}
.content-block.bg-color-theme-3 form h1,
.content-block.bg-color-theme-3 form .h1,
.content-block.bg-color-theme-3 form h2,
.content-block.bg-color-theme-3 form .h2,
.content-block.bg-color-theme-3 form h3,
.content-block.bg-color-theme-3 form .h3,
.content-block.bg-color-theme-3 form h4,
.content-block.bg-color-theme-3 form .h4,
.content-block.bg-color-theme-3 form h5,
.content-block.bg-color-theme-3 form .h5,
.content-block.bg-color-theme-3 form h6,
.content-block.bg-color-theme-3 form .h6,
.content-block.bg-color-theme-3 .hero-form h1,
.content-block.bg-color-theme-3 .hero-form .h1,
.content-block.bg-color-theme-3 .hero-form h2,
.content-block.bg-color-theme-3 .hero-form .h2,
.content-block.bg-color-theme-3 .hero-form h3,
.content-block.bg-color-theme-3 .hero-form .h3,
.content-block.bg-color-theme-3 .hero-form h4,
.content-block.bg-color-theme-3 .hero-form .h4,
.content-block.bg-color-theme-3 .hero-form h5,
.content-block.bg-color-theme-3 .hero-form .h5,
.content-block.bg-color-theme-3 .hero-form h6,
.content-block.bg-color-theme-3 .hero-form .h6,
.content-block.bg-color-theme-3 .gform_wrapper h1,
.content-block.bg-color-theme-3 .gform_wrapper .h1,
.content-block.bg-color-theme-3 .gform_wrapper h2,
.content-block.bg-color-theme-3 .gform_wrapper .h2,
.content-block.bg-color-theme-3 .gform_wrapper h3,
.content-block.bg-color-theme-3 .gform_wrapper .h3,
.content-block.bg-color-theme-3 .gform_wrapper h4,
.content-block.bg-color-theme-3 .gform_wrapper .h4,
.content-block.bg-color-theme-3 .gform_wrapper h5,
.content-block.bg-color-theme-3 .gform_wrapper .h5,
.content-block.bg-color-theme-3 .gform_wrapper h6,
.content-block.bg-color-theme-3 .gform_wrapper .h6,
.content-block.bg-color-theme-3 .gform_wrapper .gform_title {
  color: #000912 !important;
}
.content-block.bg-color-theme-3 a h1,
.content-block.bg-color-theme-3 a h2,
.content-block.bg-color-theme-3 a h3,
.content-block.bg-color-theme-3 a h4,
.content-block.bg-color-theme-3 a h5,
.content-block.bg-color-theme-3 a h6,
.content-block.bg-color-theme-3 a p,
.content-block.bg-color-theme-3 a ul,
.content-block.bg-color-theme-3 a ol {
  color: #ffffff;
}
.content-block.bg-color-theme-3 blockquote {
  color: #E3EFF8;
}
.content-block.bg-color-theme-4 {
  background: url(../images/bg-noise.5bf13631.png) 0% 0%/100px 100px repeat, linear-gradient(117.39deg, #D6AF00 10.54%, #E4390A 108.92%);
  background-color: lightgray;
  background-blend-mode: multiply, normal;
  color: light-dark(var(--gray-900), var(--gray-100)) !important;
}
.content-block.bg-color-theme-4 form h1,
.content-block.bg-color-theme-4 form .h1,
.content-block.bg-color-theme-4 form h2,
.content-block.bg-color-theme-4 form .h2,
.content-block.bg-color-theme-4 form h3,
.content-block.bg-color-theme-4 form .h3,
.content-block.bg-color-theme-4 form h4,
.content-block.bg-color-theme-4 form .h4,
.content-block.bg-color-theme-4 form h5,
.content-block.bg-color-theme-4 form .h5,
.content-block.bg-color-theme-4 form h6,
.content-block.bg-color-theme-4 form .h6,
.content-block.bg-color-theme-4 form .gform_title,
.content-block.bg-color-theme-4 .gform_wrapper h1,
.content-block.bg-color-theme-4 .gform_wrapper .h1,
.content-block.bg-color-theme-4 .gform_wrapper h2,
.content-block.bg-color-theme-4 .gform_wrapper .h2,
.content-block.bg-color-theme-4 .gform_wrapper h3,
.content-block.bg-color-theme-4 .gform_wrapper .h3,
.content-block.bg-color-theme-4 .gform_wrapper h4,
.content-block.bg-color-theme-4 .gform_wrapper .h4,
.content-block.bg-color-theme-4 .gform_wrapper h5,
.content-block.bg-color-theme-4 .gform_wrapper .h5,
.content-block.bg-color-theme-4 .gform_wrapper h6,
.content-block.bg-color-theme-4 .gform_wrapper .h6,
.content-block.bg-color-theme-4 .gform_wrapper .gform_title {
  color: #000912 !important;
}

.content-block {
  position: relative;
}
.content-block.has-overlay .grid-container {
  position: relative;
  z-index: 1;
}
.content-block .overlay {
  background: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.stage-burst {
  position: absolute;
  right: 0;
  z-index: 1;
  overflow: visible;
}

/* Spacing
--------------------------------------------- */
.p_top__xxxs {
  padding-top: 4px;
}
.p_top__xxs {
  padding-top: 8px;
}
.p_top__xs {
  padding-top: 12px;
}
.p_top__sm {
  padding-top: 16px;
}
.p_top__md {
  padding-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .p_top__md {
    padding-top: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_top__md {
    padding-top: 24px;
  }
}
.p_top__lg {
  padding-top: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_top__lg {
    padding-top: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_top__lg {
    padding-top: 31.9992px;
  }
}
.p_top__xl {
  padding-top: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_top__xl {
    padding-top: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_top__xl {
    padding-top: 48px;
  }
}
.p_top__2xl {
  padding-top: 48px;
}
@media print, screen and (min-width: 40em) {
  .p_top__2xl {
    padding-top: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_top__2xl {
    padding-top: 72px;
  }
}
.p_top__3xl {
  padding-top: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .p_top__3xl {
    padding-top: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_top__3xl {
    padding-top: 96px;
  }
}

.p_btm__xxxs {
  padding-bottom: 4px;
}
.p_btm__xxs {
  padding-bottom: 8px;
}
.p_btm__xs {
  padding-bottom: 12px;
}
.p_btm__sm {
  padding-bottom: 16px;
}
.p_btm__md {
  padding-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__md {
    padding-bottom: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_btm__md {
    padding-bottom: 24px;
  }
}
.p_btm__lg {
  padding-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__lg {
    padding-bottom: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_btm__lg {
    padding-bottom: 31.9992px;
  }
}
.p_btm__xl {
  padding-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__xl {
    padding-bottom: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_btm__xl {
    padding-bottom: 48px;
  }
}
.p_btm__2xl {
  padding-bottom: 48px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__2xl {
    padding-bottom: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_btm__2xl {
    padding-bottom: 72px;
  }
}
.p_btm__3xl {
  padding-bottom: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .p_btm__3xl {
    padding-bottom: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_btm__3xl {
    padding-bottom: 96px;
  }
}

.p_left__xxxs {
  padding-left: 4px;
}
.p_left__xxs {
  padding-left: 8px;
}
.p_left__xs {
  padding-left: 12px;
}
.p_left__sm {
  padding-left: 16px;
}
.p_left__md {
  padding-left: 16px;
}
@media print, screen and (min-width: 40em) {
  .p_left__md {
    padding-left: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_left__md {
    padding-left: 24px;
  }
}
.p_left__lg {
  padding-left: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_left__lg {
    padding-left: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_left__lg {
    padding-left: 31.9992px;
  }
}
.p_left__xl {
  padding-left: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_left__xl {
    padding-left: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_left__xl {
    padding-left: 48px;
  }
}
.p_left__2xl {
  padding-left: 48px;
}
@media print, screen and (min-width: 40em) {
  .p_left__2xl {
    padding-left: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_left__2xl {
    padding-left: 72px;
  }
}
.p_left__3xl {
  padding-left: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .p_left__3xl {
    padding-left: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_left__3xl {
    padding-left: 96px;
  }
}

.p_right__xxxs {
  padding-right: 4px;
}
.p_right__xxs {
  padding-right: 8px;
}
.p_right__xs {
  padding-right: 12px;
}
.p_right__sm {
  padding-right: 16px;
}
.p_right__md {
  padding-right: 16px;
}
@media print, screen and (min-width: 40em) {
  .p_right__md {
    padding-right: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_right__md {
    padding-right: 24px;
  }
}
.p_right__lg {
  padding-right: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_right__lg {
    padding-right: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_right__lg {
    padding-right: 31.9992px;
  }
}
.p_right__xl {
  padding-right: 24px;
}
@media print, screen and (min-width: 40em) {
  .p_right__xl {
    padding-right: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_right__xl {
    padding-right: 48px;
  }
}
.p_right__2xl {
  padding-right: 48px;
}
@media print, screen and (min-width: 40em) {
  .p_right__2xl {
    padding-right: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_right__2xl {
    padding-right: 72px;
  }
}
.p_right__3xl {
  padding-right: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .p_right__3xl {
    padding-right: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .p_right__3xl {
    padding-right: 96px;
  }
}

.m_top__xxxs {
  margin-top: 4px;
}
.m_top__xxs {
  margin-top: 8px;
}
.m_top__xs {
  margin-top: 12px;
}
.m_top__sm {
  margin-top: 16px;
}
.m_top__md {
  margin-top: 16px;
}
@media print, screen and (min-width: 40em) {
  .m_top__md {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_top__md {
    margin-top: 24px;
  }
}
.m_top__lg {
  margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_top__lg {
    margin-top: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_top__lg {
    margin-top: calc(31.9992px + 0.5rem);
  }
}
.m_top__xl {
  margin-top: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_top__xl {
    margin-top: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_top__xl {
    margin-top: calc(48px + 0.75rem);
  }
}
.m_top__2xl {
  margin-top: 48px;
}
@media print, screen and (min-width: 40em) {
  .m_top__2xl {
    margin-top: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_top__2xl {
    margin-top: calc(72px + 0.5rem);
  }
}
.m_top__3xl {
  margin-top: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .m_top__3xl {
    margin-top: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_top__3xl {
    margin-top: 96px;
  }
}

.m_btm__xxxs {
  margin-bottom: 4px;
}
.m_btm__xxs {
  margin-bottom: 8px;
}
.m_btm__xs {
  margin-bottom: 12px;
}
.m_btm__sm {
  margin-bottom: 16px;
}
.m_btm__md {
  margin-bottom: 16px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__md {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_btm__md {
    margin-bottom: 24px;
  }
}
.m_btm__lg {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__lg {
    margin-bottom: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_btm__lg {
    margin-bottom: calc(31.9992px + 0.5rem);
  }
}
.m_btm__xl {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__xl {
    margin-bottom: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_btm__xl {
    margin-bottom: calc(48px + 0.75rem);
  }
}
.m_btm__2xl {
  margin-bottom: 48px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__2xl {
    margin-bottom: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_btm__2xl {
    margin-bottom: calc(72px + 0.5rem);
  }
}
.m_btm__3xl {
  margin-bottom: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .m_btm__3xl {
    margin-bottom: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_btm__3xl {
    margin-bottom: 96px;
  }
}

.m_left__xxxs {
  margin-left: 4px;
}
.m_left__xxs {
  margin-left: 8px;
}
.m_left__xs {
  margin-left: 12px;
}
.m_left__sm {
  margin-left: 16px;
}
.m_left__md {
  margin-left: 16px;
}
@media print, screen and (min-width: 40em) {
  .m_left__md {
    margin-left: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_left__md {
    margin-left: 24px;
  }
}
.m_left__lg {
  margin-left: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_left__lg {
    margin-left: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_left__lg {
    margin-left: calc(31.9992px + 0.5rem);
  }
}
.m_left__xl {
  margin-left: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_left__xl {
    margin-left: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_left__xl {
    margin-left: calc(48px + 0.75rem);
  }
}
.m_left__2xl {
  margin-left: 48px;
}
@media print, screen and (min-width: 40em) {
  .m_left__2xl {
    margin-left: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_left__2xl {
    margin-left: calc(72px + 0.5rem);
  }
}
.m_left__3xl {
  margin-left: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .m_left__3xl {
    margin-left: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_left__3xl {
    margin-left: 96px;
  }
}

.m_right__xxxs {
  margin-right: 4px;
}
.m_right__xxs {
  margin-right: 8px;
}
.m_right__xs {
  margin-right: 12px;
}
.m_right__sm {
  margin-right: 16px;
}
.m_right__md {
  margin-right: 16px;
}
@media print, screen and (min-width: 40em) {
  .m_right__md {
    margin-right: 24px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_right__md {
    margin-right: 24px;
  }
}
.m_right__lg {
  margin-right: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_right__lg {
    margin-right: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_right__lg {
    margin-right: calc(31.9992px + 0.5rem);
  }
}
.m_right__xl {
  margin-right: 24px;
}
@media print, screen and (min-width: 40em) {
  .m_right__xl {
    margin-right: 31.9992px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_right__xl {
    margin-right: calc(48px + 0.75rem);
  }
}
.m_right__2xl {
  margin-right: 48px;
}
@media print, screen and (min-width: 40em) {
  .m_right__2xl {
    margin-right: 64.0008px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_right__2xl {
    margin-right: calc(72px + 0.5rem);
  }
}
.m_right__3xl {
  margin-right: 55.9992px;
}
@media print, screen and (min-width: 40em) {
  .m_right__3xl {
    margin-right: 72px;
  }
}
@media print, screen and (min-width: 60em) {
  .m_right__3xl {
    margin-right: 96px;
  }
}

/* -------------------------------------------------------------------------- */
/*  Mobile overrides for flexible content blocks.                             */
/*  Ensure inline spacing from ACF fields collapses to consistent gutters.     */
/* -------------------------------------------------------------------------- */
@media print, screen and (max-width: 39.99875em) {
  .content-block {
    --content-block-mobile-inline: clamp(1.25rem, 6vw, 1.75rem);
    --content-block-mobile-block: clamp(2.5rem, 9vw, 3.5rem);
    --content-block-mobile-gap: clamp(1.75rem, 7vw, 2.75rem);
    padding-inline: var(--content-block-mobile-inline) !important;
    padding-left: var(--content-block-mobile-inline) !important;
    padding-right: var(--content-block-mobile-inline) !important;
    padding-top: var(--content-block-mobile-block) !important;
    padding-bottom: var(--content-block-mobile-block) !important;
    margin-block-start: var(--content-block-mobile-gap) !important;
    margin-block-end: var(--content-block-mobile-gap) !important;
  }
  .content-block[style*=padding-top] {
    padding-top: var(--content-block-mobile-block) !important;
  }
  .content-block[style*=padding-bottom] {
    padding-bottom: var(--content-block-mobile-block) !important;
  }
  .content-block[style*=padding-left],
  .content-block[style*=padding-right] {
    padding-inline: var(--content-block-mobile-inline) !important;
    padding-left: var(--content-block-mobile-inline) !important;
    padding-right: var(--content-block-mobile-inline) !important;
  }
  .content-block[style*=margin-top],
  .content-block[style*=margin-bottom] {
    margin-top: var(--content-block-mobile-gap) !important;
    margin-bottom: var(--content-block-mobile-gap) !important;
  }
  .content-block .grid-container {
    padding-inline: 0 !important;
    max-width: 100%;
  }
  .content-block .grid-x {
    margin-left: 0 !important;
    margin-right: 0 !important;
    row-gap: clamp(1.5rem, 6vw, 2.5rem);
  }
  .content-block .grid-x.grid-margin-x > .cell {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content-block .grid-x > .cell {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .content-block .cell[style*=padding-left],
  .content-block .cell[style*=padding-right] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content-block .grid-x > .cell + .cell {
    margin-top: clamp(1.25rem, 5vw, 2rem);
  }
}
/* Animations
--------------------------------------------- */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate-on-scroll.aos-animate {
  opacity: 1;
  transform: translateY(0);
}

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