/**
 * @project           iii-theme
 * @author            Austin Bange, JDA Worldwide <austin.bange@jdaworldwide.com>
 * @version           0.0.1
 * @build             Thu, Nov 17, 2022 4:23 PM ET
 * @release           No git repository information found
 * @copyright         Copyright (c) 2022 JDA Worldwide
**/
/*! 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.
 */
@import url("https://use.typekit.net/bch7cpb.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* 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;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

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

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

/**
 * Add the correct font 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;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

/**
 * Remove the inner padding 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;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*! Basscss | http://basscss.com | MIT License */
.h00 {
  font-size: 4rem;
  font-size: var(--h00);
}

.h0 {
  font-size: 3rem;
  font-size: var(--h0);
}

.h1 {
  font-size: 2rem;
  font-size: var(--h1);
}

.h2 {
  font-size: 1.5rem;
  font-size: var(--h2);
}

.h3 {
  font-size: 1.25rem;
  font-size: var(--h3);
}

.h4 {
  font-size: 1rem;
  font-size: var(--h4);
}

.h5 {
  font-size: .875rem;
  font-size: var(--h5);
}

.h6 {
  font-size: .75rem;
  font-size: var(--h6);
}

:root {
  --h00:4rem;
  --h0:3rem;
  --h1:2rem;
  --h2:1.5rem;
  --h3:1.25rem;
  --h4:1rem;
  --h5:.875rem;
  --h6:.75rem;
}

.font-family-inherit {
  font-family: inherit;
}

.font-size-inherit {
  font-size: inherit;
}

.text-decoration-none {
  text-decoration: none;
}

.bold {
  font-weight: bold;
  font-weight: var(--bold-font-weight, bold);
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.caps {
  text-transform: uppercase;
  letter-spacing: .2em;
  letter-spacing: var(--caps-letter-spacing);
}

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

.center {
  text-align: center;
}

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

.justify {
  text-align: justify;
}

.nowrap {
  white-space: nowrap;
}

.break-word {
  word-wrap: break-word;
}

.line-height-1 {
  line-height: 1;
  line-height: var(--line-height-1);
}

.line-height-2 {
  line-height: 1.125;
  line-height: var(--line-height-2);
}

.line-height-3 {
  line-height: 1.25;
  line-height: var(--line-height-3);
}

.line-height-4 {
  line-height: 1.5;
  line-height: var(--line-height-4);
}

.list-style-none {
  list-style: none;
}

.underline {
  text-decoration: underline;
}

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

.list-reset {
  list-style: none;
  padding-left: 0;
}

:root {
  --line-height-1:1;
  --line-height-2:1.125;
  --line-height-3:1.25;
  --line-height-4:1.5;
  --caps-letter-spacing:.2em;
  --bold-font-weight:bold;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

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

.table {
  display: table;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.fit {
  max-width: 100%;
}

.max-width-1 {
  max-width: 24rem;
  max-width: var(--width-1);
}

.max-width-2 {
  max-width: 32rem;
  max-width: var(--width-2);
}

.max-width-3 {
  max-width: 48rem;
  max-width: var(--width-3);
}

.max-width-4 {
  max-width: 64rem;
  max-width: var(--width-4);
}

.border-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:root {
  --width-1:24rem;
  --width-2:32rem;
  --width-3:48rem;
  --width-4:64rem;
}

.align-baseline {
  vertical-align: baseline;
}

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

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.m0 {
  margin: 0;
}

.mt0 {
  margin-top: 0;
}

.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.ml0 {
  margin-left: 0;
}

.mx0 {
  margin-left: 0;
  margin-right: 0;
}

.my0 {
  margin-top: 0;
  margin-bottom: 0;
}

.m1 {
  margin: .5rem;
  margin: var(--space-1);
}

.mt1 {
  margin-top: .5rem;
  margin-top: var(--space-1);
}

.mr1 {
  margin-right: .5rem;
  margin-right: var(--space-1);
}

.mb1 {
  margin-bottom: .5rem;
  margin-bottom: var(--space-1);
}

.ml1 {
  margin-left: .5rem;
  margin-left: var(--space-1);
}

.mx1 {
  margin-left: .5rem;
  margin-left: var(--space-1);
  margin-right: .5rem;
  margin-right: var(--space-1);
}

.my1 {
  margin-top: .5rem;
  margin-top: var(--space-1);
  margin-bottom: .5rem;
  margin-bottom: var(--space-1);
}

.m2 {
  margin: 1rem;
  margin: var(--space-2);
}

.mt2 {
  margin-top: 1rem;
  margin-top: var(--space-2);
}

.mr2 {
  margin-right: 1rem;
  margin-right: var(--space-2);
}

.mb2 {
  margin-bottom: 1rem;
  margin-bottom: var(--space-2);
}

.ml2 {
  margin-left: 1rem;
  margin-left: var(--space-2);
}

.mx2 {
  margin-left: 1rem;
  margin-left: var(--space-2);
  margin-right: 1rem;
  margin-right: var(--space-2);
}

.my2 {
  margin-top: 1rem;
  margin-top: var(--space-2);
  margin-bottom: 1rem;
  margin-bottom: var(--space-2);
}

.m3 {
  margin: 2rem;
  margin: var(--space-3);
}

.mt3 {
  margin-top: 2rem;
  margin-top: var(--space-3);
}

.mr3 {
  margin-right: 2rem;
  margin-right: var(--space-3);
}

.mb3 {
  margin-bottom: 2rem;
  margin-bottom: var(--space-3);
}

.ml3 {
  margin-left: 2rem;
  margin-left: var(--space-3);
}

.mx3 {
  margin-left: 2rem;
  margin-left: var(--space-3);
  margin-right: 2rem;
  margin-right: var(--space-3);
}

.my3 {
  margin-top: 2rem;
  margin-top: var(--space-3);
  margin-bottom: 2rem;
  margin-bottom: var(--space-3);
}

.m4 {
  margin: 4rem;
  margin: var(--space-4);
}

.mt4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
}

.mr4 {
  margin-right: 4rem;
  margin-right: var(--space-4);
}

.mb4 {
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}

.ml4 {
  margin-left: 4rem;
  margin-left: var(--space-4);
}

.mx4 {
  margin-left: 4rem;
  margin-left: var(--space-4);
  margin-right: 4rem;
  margin-right: var(--space-4);
}

.my4 {
  margin-top: 4rem;
  margin-top: var(--space-4);
  margin-bottom: 4rem;
  margin-bottom: var(--space-4);
}

.mxn1 {
  margin-left: -0.5rem;
  margin-left: calc(var(--space-1)*-1);
  margin-right: -0.5rem;
  margin-right: calc(var(--space-1)*-1);
}

.mxn2 {
  margin-left: -1rem;
  margin-left: calc(var(--space-2)*-1);
  margin-right: -1rem;
  margin-right: calc(var(--space-2)*-1);
}

.mxn3 {
  margin-left: -2rem;
  margin-left: calc(var(--space-3)*-1);
  margin-right: -2rem;
  margin-right: calc(var(--space-3)*-1);
}

.mxn4 {
  margin-left: -4rem;
  margin-left: calc(var(--space-4)*-1);
  margin-right: -4rem;
  margin-right: calc(var(--space-4)*-1);
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

:root {
  --space-1:.5rem;
  --space-2:1rem;
  --space-3:2rem;
  --space-4:4rem;
}

.p0 {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.pr0 {
  padding-right: 0;
}

.pb0 {
  padding-bottom: 0;
}

.pl0 {
  padding-left: 0;
}

.px0 {
  padding-left: 0;
  padding-right: 0;
}

.py0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p1 {
  padding: .5rem;
  padding: var(--space-1);
}

.pt1 {
  padding-top: .5rem;
  padding-top: var(--space-1);
}

.pr1 {
  padding-right: .5rem;
  padding-right: var(--space-1);
}

.pb1 {
  padding-bottom: .5rem;
  padding-bottom: var(--space-1);
}

.pl1 {
  padding-left: .5rem;
  padding-left: var(--space-1);
}

.py1 {
  padding-top: .5rem;
  padding-top: var(--space-1);
  padding-bottom: .5rem;
  padding-bottom: var(--space-1);
}

.px1 {
  padding-left: .5rem;
  padding-left: var(--space-1);
  padding-right: .5rem;
  padding-right: var(--space-1);
}

.p2 {
  padding: 1rem;
  padding: var(--space-2);
}

.pt2 {
  padding-top: 1rem;
  padding-top: var(--space-2);
}

.pr2 {
  padding-right: 1rem;
  padding-right: var(--space-2);
}

.pb2 {
  padding-bottom: 1rem;
  padding-bottom: var(--space-2);
}

.pl2 {
  padding-left: 1rem;
  padding-left: var(--space-2);
}

.py2 {
  padding-top: 1rem;
  padding-top: var(--space-2);
  padding-bottom: 1rem;
  padding-bottom: var(--space-2);
}

.px2 {
  padding-left: 1rem;
  padding-left: var(--space-2);
  padding-right: 1rem;
  padding-right: var(--space-2);
}

.p3 {
  padding: 2rem;
  padding: var(--space-3);
}

.pt3 {
  padding-top: 2rem;
  padding-top: var(--space-3);
}

.pr3 {
  padding-right: 2rem;
  padding-right: var(--space-3);
}

.pb3 {
  padding-bottom: 2rem;
  padding-bottom: var(--space-3);
}

.pl3 {
  padding-left: 2rem;
  padding-left: var(--space-3);
}

.py3 {
  padding-top: 2rem;
  padding-top: var(--space-3);
  padding-bottom: 2rem;
  padding-bottom: var(--space-3);
}

.px3 {
  padding-left: 2rem;
  padding-left: var(--space-3);
  padding-right: 2rem;
  padding-right: var(--space-3);
}

.p4 {
  padding: 4rem;
  padding: var(--space-4);
}

.pt4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
}

.pr4 {
  padding-right: 4rem;
  padding-right: var(--space-4);
}

.pb4 {
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}

.pl4 {
  padding-left: 4rem;
  padding-left: var(--space-4);
}

.py4 {
  padding-top: 4rem;
  padding-top: var(--space-4);
  padding-bottom: 4rem;
  padding-bottom: var(--space-4);
}

.px4 {
  padding-left: 4rem;
  padding-left: var(--space-4);
  padding-right: 4rem;
  padding-right: var(--space-4);
}

:root {
  --space-1:.5rem;
  --space-2:1rem;
  --space-3:2rem;
  --space-4:4rem;
}

.col {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-right {
  float: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

@media (min-width: 40em) {
  .sm-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sm-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sm-col-1 {
    width: 8.33333%;
  }
  .sm-col-2 {
    width: 16.66667%;
  }
  .sm-col-3 {
    width: 25%;
  }
  .sm-col-4 {
    width: 33.33333%;
  }
  .sm-col-5 {
    width: 41.66667%;
  }
  .sm-col-6 {
    width: 50%;
  }
  .sm-col-7 {
    width: 58.33333%;
  }
  .sm-col-8 {
    width: 66.66667%;
  }
  .sm-col-9 {
    width: 75%;
  }
  .sm-col-10 {
    width: 83.33333%;
  }
  .sm-col-11 {
    width: 91.66667%;
  }
  .sm-col-12 {
    width: 100%;
  }
}

@media (min-width: 52em) {
  .md-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .md-col-1 {
    width: 8.33333%;
  }
  .md-col-2 {
    width: 16.66667%;
  }
  .md-col-3 {
    width: 25%;
  }
  .md-col-4 {
    width: 33.33333%;
  }
  .md-col-5 {
    width: 41.66667%;
  }
  .md-col-6 {
    width: 50%;
  }
  .md-col-7 {
    width: 58.33333%;
  }
  .md-col-8 {
    width: 66.66667%;
  }
  .md-col-9 {
    width: 75%;
  }
  .md-col-10 {
    width: 83.33333%;
  }
  .md-col-11 {
    width: 91.66667%;
  }
  .md-col-12 {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .lg-col {
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-col-right {
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .lg-col-1 {
    width: 8.33333%;
  }
  .lg-col-2 {
    width: 16.66667%;
  }
  .lg-col-3 {
    width: 25%;
  }
  .lg-col-4 {
    width: 33.33333%;
  }
  .lg-col-5 {
    width: 41.66667%;
  }
  .lg-col-6 {
    width: 50%;
  }
  .lg-col-7 {
    width: 58.33333%;
  }
  .lg-col-8 {
    width: 66.66667%;
  }
  .lg-col-9 {
    width: 75%;
  }
  .lg-col-10 {
    width: 83.33333%;
  }
  .lg-col-11 {
    width: 91.66667%;
  }
  .lg-col-12 {
    width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 40em) {
  .sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 52em) {
  .md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 64em) {
  .lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.self-center {
  -ms-flex-item-align: center;
      align-self: center;
}

.self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.flex-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  min-height: 0;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-last {
  -webkit-box-ordinal-group: 100000;
      -ms-flex-order: 99999;
          order: 99999;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.z1 {
  z-index: 1;
  z-index: var(--z1);
}

.z2 {
  z-index: 2;
  z-index: var(--z2);
}

.z3 {
  z-index: 3;
  z-index: var(--z3);
}

.z4 {
  z-index: 4;
  z-index: var(--z4);
}

:root {
  --z1:1;
  --z2:2;
  --z3:3;
  --z4:4;
}

.border {
  border-style: solid;
  border-width: 1px;
  border-width: var(--border-width);
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-width: var(--border-width);
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px;
  border-right-width: var(--border-width);
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-width: var(--border-width);
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px;
  border-left-width: var(--border-width);
}

.border-none {
  border: 0;
}

.rounded {
  border-radius: 3px;
  border-radius: var(--border-radius);
}

.circle {
  border-radius: 50%;
}

.rounded-top {
  border-radius: 3px 3px 0 0;
  border-radius: var(--border-radius) var(--border-radius) 0 0;
}

.rounded-right {
  border-radius: 0 3px 3px 0;
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.rounded-bottom {
  border-radius: 0 0 3px 3px;
  border-radius: 0 0 var(--border-radius) var(--border-radius);
}

.rounded-left {
  border-radius: 3px 0 0 3px;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}

.not-rounded {
  border-radius: 0;
}

:root {
  --border-width:1px;
  --border-radius:3px;
}

.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (max-width: 40em) {
  .xs-hide {
    display: none !important;
  }
}

@media (min-width: 40em) and (max-width: 52em) {
  .sm-hide {
    display: none !important;
  }
}

@media (min-width: 52em) and (max-width: 64em) {
  .md-hide {
    display: none !important;
  }
}

@media (min-width: 64em) {
  .lg-hide {
    display: none !important;
  }
}

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

.font-aria {
  font-family: "aria-text-g2", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "aria-text-g2", sans-serif;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
  font-family: 'canada-type-gibson', sans-serif;
  color: #FFFFFF;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

main {
  min-height: 85vh;
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wp-block-separator {
  margin: 2rem 0;
  border: 0;
  border-bottom: 1px solid #404040;
}

form .gform_fields, .gform_wrapper .gform_fields, .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0.5rem;
}

form .gform_fields .gfield label, form .gform_fields .gfield .gfield_label, .gform_wrapper .gform_fields .gfield label, .gform_wrapper .gform_fields .gfield .gfield_label, .gform_wrapper.gravity-theme .gform_fields .gfield label, .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.8rem;
}

form .gform_fields .gfield label .gfield_required, form .gform_fields .gfield .gfield_label .gfield_required, .gform_wrapper .gform_fields .gfield label .gfield_required, .gform_wrapper .gform_fields .gfield .gfield_label .gfield_required, .gform_wrapper.gravity-theme .gform_fields .gfield label .gfield_required, .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}

form .gform_fields .gfield input, form .gform_fields .gfield textarea, .gform_wrapper .gform_fields .gfield input, .gform_wrapper .gform_fields .gfield textarea, .gform_wrapper.gravity-theme .gform_fields .gfield input, .gform_wrapper.gravity-theme .gform_fields .gfield textarea {
  max-width: 100%;
  background-color: #E5E5E5;
  line-height: 1;
  border: 0;
  outline: 0 !important;
}

form .gform_fields .gfield input::-webkit-input-placeholder, form .gform_fields .gfield textarea::-webkit-input-placeholder, .gform_wrapper .gform_fields .gfield input::-webkit-input-placeholder, .gform_wrapper .gform_fields .gfield textarea::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield input::-webkit-input-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-webkit-input-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form .gform_fields .gfield input::-moz-placeholder, form .gform_fields .gfield textarea::-moz-placeholder, .gform_wrapper .gform_fields .gfield input::-moz-placeholder, .gform_wrapper .gform_fields .gfield textarea::-moz-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield input::-moz-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-moz-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form .gform_fields .gfield input:-ms-input-placeholder, form .gform_fields .gfield textarea:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper .gform_fields .gfield textarea:-ms-input-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield input:-ms-input-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea:-ms-input-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form .gform_fields .gfield input::-ms-input-placeholder, form .gform_fields .gfield textarea::-ms-input-placeholder, .gform_wrapper .gform_fields .gfield input::-ms-input-placeholder, .gform_wrapper .gform_fields .gfield textarea::-ms-input-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield input::-ms-input-placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea::-ms-input-placeholder {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form .gform_fields .gfield input::placeholder, form .gform_fields .gfield textarea::placeholder, .gform_wrapper .gform_fields .gfield input::placeholder, .gform_wrapper .gform_fields .gfield textarea::placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield input::placeholder, .gform_wrapper.gravity-theme .gform_fields .gfield textarea::placeholder {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

form .gform_fields .gfield .ginput_complex label, .gform_wrapper .gform_fields .gfield .ginput_complex label, .gform_wrapper.gravity-theme .gform_fields .gfield .ginput_complex label {
  font-size: 0.8rem;
  -webkit-transform: none;
          transform: none;
}

form .gform_footer, .gform_wrapper .gform_footer, .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
}

form .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  margin: 0;
}

input[type="search"] {
  min-width: 220px;
  width: 100%;
  padding: 0.5rem 2rem 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: 0 !important;
}

.hover-line:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.hover-line:hover:before {
  width: 6px;
}

.gray-light {
  color: #E5E5E5 !important;
}

.gray-dark {
  color: #404040 !important;
}

.black {
  color: #1A1A1A !important;
}

.white {
  color: #FFFFFF !important;
}

.bg_gray-light {
  background-color: #E5E5E5;
  color: #404040;
}

.bg_gray-dark {
  background-color: #404040;
  color: #FFFFFF;
}

.bg_black {
  background-color: #1A1A1A;
  color: #FFFFFF;
}

.bg_white {
  background-color: #FFFFFF;
  color: #404040;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.grid-container {
  display: grid;
  gap: 0.5rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  justify-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-container.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-container.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-container.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-container.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-container.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-container.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-container.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-container.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.flex-container.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-container.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 425px) {
  .hide-on-xs-only {
    display: none !important;
  }
}

@media only screen and (min-width: 425px) and (max-width: 768px) {
  .hide-on-sm-only {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .hide-on-md-only {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .hide-on-lg-only {
    display: none !important;
  }
}

@media only screen and (min-width: 425px) {
  .hide-on-sm-and-up {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .hide-on-md-and-up {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .hide-on-sm-and-down {
    display: none !important;
  }
}

@media only screen and (max-width: 992px) {
  .hide-on-md-and-down {
    display: none !important;
  }
}

.uppercase {
  text-transform: uppercase;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-semibold {
  font-weight: 500;
}

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

.font-bolder {
  font-weight: 900;
}

.font-sm {
  font-size: 0.8rem;
}

.font-lg {
  font-size: 1.25rem;
}

.font-xl {
  font-size: 1.5rem;
}

.font-italic, .italic {
  font-style: italic;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.btn, form .gform_footer input[type="submit"], .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper.gravity-theme .gform_footer input[type="submit"] {
  display: inline-block;
  padding: 0.5rem 1rem;
  background-color: #E5E5E5;
  color: #404040;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  border: 1px solid transparent;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn:hover, form .gform_footer input:hover[type="submit"], .gform_wrapper .gform_footer input:hover[type="submit"] {
  background-color: #404040;
  color: #FFFFFF;
}

body.home.page-id-6 {
  width: 100vw;
  background-image: url("/wp-content/uploads/2021/10/splash-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-backdrop-filter: grayscale(1);
  backdrop-filter: grayscale(1);
  overflow: hidden;
}

body.home.page-id-6:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(65deg, rgba(0, 0, 0, 0.7) 20%, transparent);
}

body.home.page-id-6 .logo {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  max-width: 150px;
  height: auto;
}

body.home.page-id-6 main {
  height: 100vh;
  width: 100vw;
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

body.home.page-id-6 main.mobile-active {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

body.home.page-id-6 main .screen {
  position: absolute;
  left: 0;
  top: 7rem;
  min-width: 100vw;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5vw;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.75s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

body.home.page-id-6 main .screen.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.home.page-id-6 main .screen.prev {
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

body.home.page-id-6 main .screen article {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

body.home.page-id-6 main .screen article .left-side, body.home.page-id-6 main .screen article .right-side {
  width: 100%;
  -webkit-transition: 0.75s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.75s cubic-bezier(0.16, 1, 0.3, 1);
}

body.home.page-id-6 main .screen article .left-side {
  padding: 1rem;
  text-align: center;
}

body.home.page-id-6 main .screen article .left-side h1 {
  margin: 0;
}

body.home.page-id-6 main .screen article .right-side p {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 100;
  line-height: 1.75;
  letter-spacing: 1px;
}

body.home.page-id-6 main .next {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

body.home.page-id-6 main .next .arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

body.home.page-id-6 main .next .arrow span {
  position: absolute;
  height: 1px;
  width: 100%;
  right: 0;
  top: 50%;
  background-color: #FFFFFF;
  border-radius: 1px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.home.page-id-6 main .next .arrow span:first-child {
  width: 75%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

body.home.page-id-6 main .next .arrow span:last-child {
  width: 75%;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

body.home.page-id-6 main .next:hover .arrow span:first-child, body.home.page-id-6 main .next:hover .arrow span:last-child {
  width: 45%;
}

body.home.page-id-6 .mobile-next {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

body.home.page-id-6 .mobile-next > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 1.5rem;
  background-color: rgba(64, 64, 64, 0.8);
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

body.home.page-id-6 .mobile-next > div.active {
  background-color: rgba(26, 26, 26, 0.8);
}

body.home.page-id-6 .mobile-next > div .arrow {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

body.home.page-id-6 .mobile-next > div .arrow span {
  position: absolute;
  height: 1px;
  width: 100%;
  right: 0;
  top: 50%;
  background-color: #FFFFFF;
  border-radius: 1px;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

body.home.page-id-6 .mobile-next > div .arrow span:first-child {
  width: 75%;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

body.home.page-id-6 .mobile-next > div .arrow span:last-child {
  width: 75%;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

body.home.page-id-6 .mobile-next > div:hover .arrow span:first-child, body.home.page-id-6 .mobile-next > div:hover .arrow span:last-child {
  width: 45%;
}

body.home.page-id-6 .gform_wrapper {
  height: 100%;
}

body.home.page-id-6 .gform_wrapper .gform_heading {
  display: none;
}

body.home.page-id-6 .gform_wrapper form {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.home.page-id-6 .gform_wrapper .gform_body {
  padding: 1.5rem;
}

body.home.page-id-6 .gform_wrapper .gform_body .gform_fields .gfield label, body.home.page-id-6 .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  display: none;
}

body.home.page-id-6 .gform_wrapper .gform_body .gform_fields .gfield input, body.home.page-id-6 .gform_wrapper .gform_body .gform_fields .gfield textarea {
  border-radius: 0;
}

body.home.page-id-6 .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body.home.page-id-6 .gform_wrapper .gform_footer em {
  padding: 0.5rem;
}

body.home.page-id-6 .gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  border-radius: 0 !important;
}

body.home.page-id-6 .gform_confirmation_wrapper {
  padding: 1.5rem;
  font: italic 100 1rem/1.75 "aria-text-g2", sans-serif;
  color: #E5E5E5;
}

@media only screen and (min-width: 768px) {
  body.home.page-id-6 main.mobile-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  body.home.page-id-6 main .screen {
    top: 50%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    padding: 0;
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  body.home.page-id-6 main .screen.active {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  body.home.page-id-6 main .screen article {
    -ms-flex-flow: nowrap;
        flex-flow: nowrap;
    width: unset;
  }
  body.home.page-id-6 main .screen article .left-side {
    min-width: 25vw;
    max-width: 35vw;
    padding: 1.5rem;
    text-align: left;
  }
  body.home.page-id-6 main .screen article .right-side {
    min-width: 40vw;
    max-width: 680px;
  }
  body.home.page-id-6 main .screen .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.home.page-id-6 .mobile-next {
    display: none;
  }
  body.home.page-id-6 .gform_wrapper .gform_footer input[type="submit"] {
    width: auto;
  }
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  body.home.page-id-6 html {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}

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