.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-huge.no-top {
  padding-top: 0;
}

.padding-huge.no-top.right {
  padding-left: 0;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

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

.margin-bottom, .margin-bottom.margin-xxsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-vertical.padding-huge.no-top {
  padding-top: 0;
}

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

.padding-horizontal.padding-huge {
  padding-left: 8rem;
  padding-right: 8rem;
}

.padding-horizontal.padding-custom2 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top, .margin-top.margin-huge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-1x1-large.invert {
  filter: invert();
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-gold {
  color: #ffb652;
  font-weight: 900;
}

.text-weight-semibold.text-color-gold.caps {
  text-transform: uppercase;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h1.text-color-navy {
  color: #0b0d34;
}

.heading-style-h1.text-color-navy.text-align-center {
  text-transform: none;
}

.heading-style-h1.text-color-navy.text-align-center.capitalize {
  text-transform: uppercase;
  font-weight: 900;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  z-index: 1;
  color: #fff;
  position: relative;
}

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.padding-section-large.header-padding {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  z-index: 1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.heading-style-h2.text-color-navy {
  color: #0b0d34;
  font-weight: 900;
}

.heading-style-h2.dropshadow-blue {
  text-shadow: 6px 0 #214bd3;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.title {
  text-transform: uppercase;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-xlarge {
  height: 5rem;
}

.icon-height-xlarge.invert {
  filter: invert();
  margin-bottom: 1rem;
  transition: all .2s;
}

.icon-height-xlarge.invert:hover {
  transform: scale(.9)rotate(10deg);
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: .6rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-text.is-left-aligned {
  padding-left: 0;
}

.button.is-small {
  align-items: center;
  padding: .5rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button.is-small.is-white {
  border: 1px solid #fff;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.button.is-secondary:hover {
  transform: scale(.9);
}

.button.is-secondary.is-white {
  color: #fff;
  border-width: 2px;
}

.button.is-secondary.is-white:hover {
  transform: scale(.9);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-gold {
  color: #ffb652;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ffb652;
}

.button.is-white {
  border: 1px solid #fff;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_component.hide {
  overflow: hidden;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.cell {
  align-items: center;
}

.body {
  padding-left: 0;
  font-family: Roboto, sans-serif;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-small.is-white {
  color: #fff;
}

.button-2.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-alternate.is-white {
  color: #ffb652;
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-small.is-white, .button-2.is-white {
  color: #fff;
}

.button-2.is-gold {
  color: #ffb652;
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-2.is-link.is-icon.is-white {
  color: #fff;
  border-color: #fff;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar1_logo-link {
  padding-left: 0;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.text-color-white-2 {
  color: #fff;
}

.text-color-white-2.text-align-center-mobile.dropshadow-blue {
  letter-spacing: 1px;
}

.text-color-white-2.text-align-center-mobile.fs-styleguide_heading-large {
  z-index: 2;
  position: relative;
}

.header7_background-video-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header7 {
  height: 80vh;
  border-bottom: 6px #ffb652;
  position: relative;
  top: 0;
  overflow: hidden;
}

.section_header7-2 {
  height: 80vh;
  border-bottom: 6px #ffb652;
  position: relative;
  top: 0;
  overflow: hidden;
}

.header-100svh {
  max-height: 60rem;
  min-height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header7_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.align-center {
  justify-content: center;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  width: 100vw;
  position: relative;
}

.layout31_image {
  width: 100%;
  height: 100%;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
  filter: invert();
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout31_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-style-h5-2.text-color-gold {
  color: #ffb652;
}

.heading-style-h5-2.text-color-gold.text-align-center {
  color: #ffb652;
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.heading-style-h5-2.text-color-gold.text-align-center.overline {
  border-top: 2px solid #cd7a31;
  margin-top: 0;
  padding-top: 1rem;
}

.heading-style-h5-2.text-color-palegold {
  color: #ffb652;
}

.heading-style-h5-2.text-color-palegold.text-align-center {
  font-weight: 900;
}

.heading-style-h5-2.text-color-palegold.text-align-center.overline {
  border-top: 2px solid #ffb652;
  padding-top: 1rem;
}

.heading-style-h5-2.text-color-xpalegold {
  color: #ffd9a4;
}

.heading-style-h5-2.text-color-xpalegold.text-align-center {
  color: #cd7a31;
  font-weight: 900;
}

.heading-style-h5-2.text-color-xpalegold.text-align-center.overline {
  border-top: 2px solid #ffd9a4;
  padding-top: 1rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout31_item {
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.layout31_item.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global-3 {
  color: #0b0d34;
  padding-left: 5%;
  padding-right: 5%;
}

.section_layout31.background-color-offblack {
  background-color: #1e1e1e;
}

.section_layout31.background-color-navy {
  background-color: #0b0d34;
  background-image: url('../images/GRID_BG.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-top: 0 solid #cd7a31;
  border-bottom: 0 #0b0d34;
  position: static;
}

.section_layout31.background-color-navy.fade {
  background-image: url('../images/GRID_BG_FADE.png');
  background-position: 50% 10%;
  background-size: 2000px;
  overflow: hidden;
}

.layout31_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.border {
  border: 2px solid #fff;
  border-radius: 20px;
}

.icon-1x1-medium-3 {
  width: 3rem;
  height: 3rem;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.layout12_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.icon-1x1-medium-4 {
  width: 3rem;
  height: 3rem;
}

.text-size-medium-4 {
  z-index: 2;
  font-size: 1.125rem;
  position: relative;
}

.text-size-medium-4.text-color-navy {
  color: #0b0d34;
}

.text-size-medium-4.hide-desktop {
  display: none;
}

.text-color-gold {
  color: #ffb652;
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: block;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.d-125-3d-wrapper {
  width: 400px;
  height: 300px;
  perspective: 1000px;
  cursor: pointer;
  background-color: #0b0d34;
  border: 10px #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}

.d-125-3d-wrapper.dark {
  background-color: #ffb652;
}

.browser-dot {
  width: 10px;
  height: 10px;
  background-color: #fc615d;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.browser-top {
  z-index: 99;
  height: 30px;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.d-125-content-wrapper {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  background-color: #ffb652;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: none;
}

.d-125-content-wrapper.navy {
  background-color: #0b0d34;
  padding-right: 60px;
  transform: none;
}

.demo-wrapper {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-button {
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  transition: all .35s;
}

.d-125-button:hover {
  color: #9e3c47;
  background-color: #fff;
}

.d-125-image-wrapper {
  transform-origin: 50% 100%;
  background-image: url('../images/Schmitz_Fr.-Mike.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-image-wrapper._2 {
  background-image: url('../images/Katie-McGrady.jpeg');
  background-position: 50%;
  background-size: cover;
}

.d-125-image-wrapper._3 {
  background-image: url('../images/Paul-J-Kim.jpeg');
  background-position: 50%;
  background-size: cover;
}

.d-125-image-wrapper._1 {
  background-image: url('../images/Father-Mike-Schmitz.jpg');
  background-position: 50% 40%;
}

.d-125-image-wrapper._5 {
  background-image: url('../images/Joel-Stepanek_.jpg');
}

.d-125-image-wrapper._4 {
  background-image: url('../images/Jackie-Angel.jpeg');
  background-position: 50% 0;
}

.d-125-image-wrapper._6 {
  background-image: url('../images/J_Garrett_Headshot.jpeg');
}

.browser-demo {
  width: 500px;
  height: 300px;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-125-h3-heading {
  margin-top: 0;
  position: relative;
}

.d-125-h3-heading.text-color-white {
  z-index: 2;
  position: static;
}

.d-125-h3-heading.text-color-navy {
  color: #0b0d34;
}

.paragraph {
  z-index: 3;
  font-family: Roboto, sans-serif;
  position: static;
}

.paragraph.text-color-navy {
  color: #0b0d34;
  position: static;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.section-speakers {
  border-top: 0 solid #cd7a31;
  border-bottom: 0 solid #ffb652;
  overflow: hidden;
}

.section-speakers.background-color-gold {
  background-color: #cd7a31;
}

.section-speakers.background-color-yellow {
  background-color: #ffb652;
}

.section-speakers.background-color-navy {
  background-color: #0b0d34;
}

.dropshadow-yellow {
  letter-spacing: 1px;
  text-shadow: 4px 0 #ffb652;
}

.dropshadow-blue {
  letter-spacing: 2px;
  text-shadow: 6px 0 #265970;
}

.dropshadow-navy {
  letter-spacing: 2px;
  text-shadow: 6px 0 #0b0d34;
}

.text-span.dropshadow-navy {
  text-shadow: 6px 0 #02020c;
}

.text-span.dropshadow-blue {
  letter-spacing: 1px;
  text-shadow: 6px 0 #1a4153;
}

.section-wherewe-reheaded.background-color-navy {
  overflow: hidden;
}

.image-3 {
  z-index: -1;
  max-width: 15%;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 73%;
  right: 0%;
}

.image-3._2 {
  z-index: 2;
  max-width: 40vw;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blob {
  z-index: 2;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 23%;
  right: 0%;
}

.blob._2 {
  z-index: 2;
  top: 138%;
  left: -249%;
}

.blob._3 {
  top: 164%;
  bottom: 0%;
  left: -282%;
  right: 0%;
}

.text-span-2 {
  z-index: 2;
  text-shadow: 6px 0 #265970;
  position: relative;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team10_slide {
  padding-right: 3rem;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.team10_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team10_arrow-icon.rotate {
  color: #fff;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.team10_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team10_image:hover {
  transform: rotate(-10deg);
}

.team10_arrow {
  z-index: 4;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team10_arrow.left {
  z-index: 4;
  border-width: 2px;
  border-color: #fff;
  position: absolute;
  right: 4rem;
}

.section_whattoexpect {
  overflow: hidden;
}

.section_whattoexpect.background-color-navy {
  background-color: #0b0d34;
  background-image: url('../images/GRID_BG.png');
  background-position: 0 0;
  background-size: cover;
}

.team10_mask {
  z-index: 4;
  width: 33.33%;
  overflow: visible;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.team10_component {
  z-index: 1;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team10_slide-nav.invert {
  filter: invert();
}

.number1.big {
  z-index: -1;
  color: #265970;
  font-size: 9rem;
}

.number1.big.gold {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #cd7a31;
}

.number1.big.outline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffb652;
}

.number1.big.palegold {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffd9a4;
}

.number1.big.midgold {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #ffb652;
}

.cell-2 {
  justify-content: center;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-5.no-top {
  padding-top: 0;
}

.text-size-large-3 {
  font-size: 1.25rem;
}

.team10_arrow-2 {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team10_arrow-2.left {
  right: 4rem;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.stroke {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  border: 0 solid #000;
}

.layout375_card-small-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout375_card-large {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout375_card-small {
  border: 3px #ffb652;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout375_card-small-content {
  background-color: #ffb652;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout375_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout375_row {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout375_card-large-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout375_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout375_card-small-image {
  position: static;
  overflow: hidden;
}

.section_layout375 {
  border-top: 8px #ffb652;
  overflow: hidden;
}

.paragraph-2 {
  color: #fff;
}

.text-color-navy {
  color: #0b0d34;
}

.testimonial7_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial7_content {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_slide-nav.invert {
  filter: invert();
}

.testimonial7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-style-h5-3.text-color-palegold {
  color: #ffd9a4;
}

.testimonial7_mask {
  position: relative;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #fff;
  margin-bottom: 231.391px;
}

.section_testimonial7.background-color-navy {
  background-color: #0b0d34;
  background-image: url('../images/GRID_BG.png');
  background-position: 0 0;
  background-size: cover;
  border-top: 8px #ffb652;
  border-bottom: 0 #ffb652;
  overflow: hidden;
}

.testimonial7_logo {
  max-height: 3.5rem;
  transition: all .2s;
}

.testimonial7_logo:hover {
  transform: rotate(10deg)scale(.9);
}

.section_footer.background-color-grey {
  background-color: #ddd;
  border-top: 0 solid #cd7a31;
}

.image-4 {
  z-index: -1;
  opacity: .65;
  position: absolute;
  top: auto;
  left: 546px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-5 {
  z-index: -1;
  max-width: 20%;
  position: relative;
}

.testimonial7_content-2 {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.heading-style-h5-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading {
  margin-bottom: -5rem;
  font-size: 6rem;
}

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

.div-block-3 {
  position: relative;
}

.wave-border {
  min-height: 101px;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/Wave1.png');
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  bottom: 0;
}

.wave-border.top {
  z-index: 3;
  min-height: 100px;
  object-fit: fill;
  background-image: url('../images/Wave1_top.png');
  background-repeat: repeat;
  background-size: cover;
  bottom: 0;
}

.wave-border.grey {
  background-image: url('../images/Wave1-grey.png');
}

.wave-border.header {
  z-index: 2;
  min-height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/Wave1-navy.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  position: relative;
  bottom: -1px;
}

.shape-kapow {
  z-index: -1;
  width: 200px;
  height: auto;
  object-position: 50% 50%;
  position: absolute;
}

.span-element {
  width: 150px;
}

.span-element.is-1 {
  width: 20%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(120px, 69px);
}

.span-element.is-2 {
  z-index: -1;
  width: 20%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(111px, 17px);
}

.hide-this {
  display: none;
  position: relative;
}

.kapow {
  z-index: -1;
  width: 30%;
  position: absolute;
  transform: rotate(0)translate(-139px, 92px);
}

.headline-image {
  position: relative;
}

.image {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stroke-goldstar, .stroke-2 {
  z-index: 0;
  width: 80%;
  max-width: 110%;
  position: absolute;
  transform: rotate(7deg)translate(172px, 130px);
}

.stroke-sharp-star {
  z-index: 4;
  width: 80%;
  max-width: 110%;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -10%;
  transform: rotate(7deg);
}

.stroke-flash {
  z-index: 0;
  width: 80%;
  max-width: 110%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.kapow2 {
  z-index: 0;
  width: 25%;
  position: absolute;
  transform: rotate(0)translate(-120px, 45px);
}

.circle {
  z-index: -1;
  width: 25%;
  position: absolute;
  transform: rotate(0)translate(-50px, -64px);
}

.circle.hide-mobile-portrait {
  transform: translate(-35px, -177px);
}

.circle.hide-mobile-landscape-up {
  display: none;
}

.square {
  z-index: 0;
  width: 50%;
  position: absolute;
  transform: translate(-21px, 21px);
}

.square._2 {
  width: 90%;
  height: 50%;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(-17px, -26px);
}

.circle2 {
  z-index: -1;
  width: 35%;
  position: absolute;
  top: 10px;
  transform: translate(-2px, -31px);
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
  position: relative;
  top: 1rem;
}

.asterisk {
  /*z-index: -1;*/
  width: 10%;
  position: absolute;
  transform: translate(-54px, -78px);
}

.asterisk.adjust {
  left: 23px;
}

.stroke-squiggle {
  width: 20%;
  max-width: none;
  position: absolute;
  top: 384px;
  left: 1083px;
  transform: rotate(-16deg);
}

.starbursts {
  position: relative;
}

.stroke-kapow {
  z-index: 0;
  width: 20%;
  max-width: none;
  position: absolute;
  top: 307px;
  left: 73px;
}

.stroke-3 {
  z-index: 0;
  width: 20%;
  max-width: none;
  position: absolute;
  top: -10px;
  left: 931px;
}

.stroke-new {
  z-index: 0;
  width: 20%;
  max-width: none;
  position: absolute;
  top: -67px;
  left: 73px;
}

.slider-button-wrap {
  justify-content: space-between;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.wrapper {
  overflow: hidden;
}

.item {
  z-index: 1;
  width: 30vw;
  height: 50vw;
  min-width: 30vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 1.6rem;
}

.list {
  width: 100%;
  height: 200%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.slider-contain {
  width: 100%;
  overflow: hidden;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-shape {
  z-index: 1;
  width: 15%;
  position: absolute;
  transform: translate(-17px, -130px);
}

.header-shape._2 {
  top: -136px;
  left: 690px;
  transform: none;
}

.header-shape._1.hide-tablet {
  top: -129px;
  left: -17px;
  transform: none;
}

.header-shape._3.hide-desktop {
  display: none;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.contact8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-style-link-2 {
  text-decoration: underline;
}

.contact8_map {
  width: 100%;
  height: 100%;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-field-wrapper {
  position: relative;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.error-text {
  color: #e23939;
}

.contact8_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.contact8_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-3 {
  text-decoration: underline;
}

.contact5_item {
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hide-desktop, .speaker-title, .tablet.show-tablet {
  display: none;
}




.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: .6rem 1.5rem;
  font-weight: 600;
}

.button-3.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.button-3.is-secondary:hover {
  transform: scale(.9);
}

.button-3.is-secondary.is-white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-width: 2px;
  border-color: #fff;
}

.button-3.is-secondary.is-white:hover {
  transform: scale(.9);
}

.link-gold {
  color: var(--xtra-pale-gold);
}

.button-group-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-7.align-center {
  justify-content: center;
}

.navbar1_component-2 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

@media screen and (min-width: 1280px) {
  .padding-horizontal.padding-custom2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .text-color-white {
    z-index: 0;
    position: relative;
  }

  .padding-section-large.header-padding {
    padding-top: 10rem;
  }

  .heading-style-h2 {
    z-index: 1;
    position: relative;
  }

  .button.is-secondary.is-white {
    transition: all .2s;
    transform: translate(0);
  }

  .button.is-secondary.is-white:hover {
    transform: scale(.9);
  }

  .section_header7 {
    height: 80vh;
  }

  .section_layout31.background-color-navy.fade {
    background-size: 2500px;
  }

  .paragraph.text-color-white {
    z-index: 5;
  }

  .testimonial7_component {
    max-width: none;
  }

  .kapow {
    width: 30%;
    object-position: 50% 50%;
    transform: rotate(0)translate(-187px, 45px);
  }

  .stroke-sharp-star {
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: none;
  }

  .stroke-flash {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .kapow2 {
    z-index: 0;
    width: 30%;
    object-position: 50% 50%;
    transform: rotate(0)translate(120px, 40px);
  }

  .circle {
    width: 18%;
    object-position: 50% 50%;
    transform: translate(-31px, -64px);
  }

  .circle.hide-mobile-portrait {
    transform: translate(-21px, -172px);
  }

  .square {
    z-index: 0;
    object-position: 50% 50%;
    transform: rotate(0)translate(-17px, 21px);
  }

  .square._2 {
    width: 80%;
    top: 101%;
    bottom: 0%;
    left: 12%;
    right: 0%;
    transform: rotate(0)translate(-17px, -26px);
  }

  .circle2 {
    object-position: 50% 50%;
    top: 0;
    transform: translate(-12px, -35px);
  }

  .asterisk {
    object-position: 50% 50%;
  }

  .stroke-squiggle {
    width: 15%;
    top: 431px;
    bottom: auto;
    left: 1367px;
    right: auto;
    transform: none;
  }

  .starbursts {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .stroke-kapow {
    width: 17%;
    top: 344px;
    bottom: auto;
    left: 249px;
    right: auto;
    transform: none;
  }

  .stroke-3 {
    width: 15%;
    object-position: 50% 50%;
    top: -53px;
    left: 1302px;
    transform: translate(0);
  }

  .stroke-new {
    width: 17%;
    top: -42px;
    bottom: auto;
    left: -25px;
    right: auto;
    transform: none;
  }

  .header-shape {
    object-position: 50% 50%;
    top: -118px;
    left: -27px;
    transform: rotate(-78deg);
  }

  .header-shape._2 {
    top: -139px;
    left: 673px;
    transform: none;
  }

  .section_header7-2 {
    height: 80vh;
  }
}

@media screen and (min-width: 1440px) {
  .padding-horizontal.padding-custom2 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .section_header7 {
    height: 80vh;
  }

  .circle.hide-mobile-portrait {
    transform: translate(-40px, -111px);
  }
}

@media screen and (min-width: 1920px) {
  .section_header7 {
    height: 80vh;
  }

  .section_layout31.background-color-navy.fade {
    background-size: 3000px;
  }

  .wave-border, .wave-border.top, .wave-border.header {
    min-height: 200px;
  }

  .circle.hide-mobile-portrait {
    transform: translate(-45px, -125px);
  }

  .circle2 {
    top: 0;
  }

  .header-shape._2 {
    transform: none;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3, .heading-style-h1 {
    font-weight: 900;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4, .heading-style-h6 {
    font-weight: 900;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .padding-section-large.header-padding {
    padding-top: 12rem;
    padding-bottom: 8rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2, .heading-style-h5 {
    font-weight: 900;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    filter: invert();
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .text-color-white-2.text-align-center {
    z-index: 1;
    position: relative;
  }

  .section_header7 {
    height: 85vh;
  }

  .padding-section-large-2, .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout31_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-style-h5-2.text-color-gold.text-align-center {
    -webkit-text-stroke-color: #cd7a31;
  }

  .section_layout31.background-color-navy {
    background-size: auto 200vw;
  }

  .section_layout31.background-color-navy.fade {
    background-size: 2500px;
  }

  .border {
    border-radius: 20px;
  }

  .text-size-medium-4.hide-desktop {
    display: block;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .d-125-3d-wrapper {
    margin-bottom: 60px;
  }

  .d-125-3d-wrapper.dark.no-top.tablet {
    margin-bottom: 0;
  }

  .d-125-3d-wrapper.dark.tablet {
    width: 300px;
    margin-bottom: 20px;
  }

  .d-125-3d-wrapper.dark.tablet._1 {
    margin-bottom: 0;
  }

  .d-125-3d-wrapper.no-top.tablet, .d-125-3d-wrapper.tablet {
    width: 300px;
    margin-bottom: 20px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .demo-wrapper.hide-tablet-only {
    display: none;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
  }

  .d-125-h3-heading.text-color-navy {
    position: static;
  }

  .image-2 {
    margin-right: 0;
  }

  .dropshadow-yellow {
    letter-spacing: 1px;
    text-shadow: 4px 0 #ffb652;
  }

  .dropshadow-navy {
    text-shadow: 7px 4px #0b0d34;
  }

  .quote {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 10rem;
    line-height: .5;
    display: flex;
    position: relative;
  }

  .image-3 {
    max-width: 30%;
    margin-top: 0;
    top: 9%;
    bottom: auto;
    left: 67%;
    right: 0%;
  }

  .blob {
    top: 8%;
  }

  .blob._3 {
    top: 169%;
    left: -193%;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team10_image {
    object-fit: contain;
  }

  .team10_arrow.hide-desktop {
    display: flex;
    position: absolute;
  }

  .team10_mask {
    width: 50%;
  }

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

  .team10_slide-nav.invert {
    filter: invert();
  }

  .number1.big.gold {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #cd7a31;
  }

  .number1.big.outline {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #ffb652;
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout375_card-large-content {
    padding: 2rem;
  }

  .layout375_row {
    grid-template-columns: 1fr 1fr;
  }

  .button-group-4 {
    flex-direction: row;
  }

  .section_testimonial7.background-color-navy {
    object-fit: fill;
    overflow: hidden;
  }

  .wave-border.top {
    z-index: 3;
    bottom: 0;
  }

  .wave-border.header {
    background-image: url('../images/Wave1-navy.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    bottom: -1px;
  }

  .kapow {
    width: 50%;
    transform: translate(-163px, 92px);
  }

  .stroke-flash {
    z-index: 0;
  }

  .kapow2 {
    width: 35%;
    transform: translate(-106px, 50px);
  }

  .circle {
    width: 35%;
    transform: translate(-26px, -116px);
  }

  .circle.hide-mobile-portrait {
    transform: translate(-26px, -116px);
  }

  .square {
    width: 50%;
    transform: translate(-12px, 26px);
  }

  .square._2 {
    width: 100%;
    height: 30%;
    transform: translate(2px, 7px);
  }

  .circle2 {
    width: 50%;
    transform: translate(7px, -26px);
  }

  .asterisk {
    width: 20%;
    transform: translate(-54px, -125px);
  }

  .stroke-squiggle {
    width: 30%;
    position: absolute;
    top: 161px;
    bottom: auto;
    left: 80%;
    right: auto;
    transform: translate(-92px, 300px);
  }

  .starbursts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stroke-kapow {
    width: 30%;
    top: 339px;
    left: 17px;
    overflow: hidden;
  }

  .stroke-3 {
    width: 30%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 28%;
    right: 0%;
    overflow: hidden;
    transform: translate(300px, -102px);
  }

  .stroke-new {
    width: 30%;
    top: -56px;
    left: 2px;
    overflow: hidden;
  }

  .header-shape {
    width: 15%;
    left: 32px;
    transform: translate(-54px, -125px);
  }

  .header-shape._2 {
    top: -123px;
    left: 629px;
  }

  .header-shape._1.hide-tablet {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .header-shape._3 {
    z-index: 0;
    width: 35%;
    object-fit: fill;
    object-position: 50% 50%;
    top: -19.5vw;
    bottom: auto;
    left: 27vw;
    right: 0%;
    transform: none;
  }

  .header-shape._3.hide-desktop {
    display: block;
  }

  .contact8_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .contact5_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

  .div-block-6 {
    width: 100%;
    justify-content: space-between;
  }

  .quick-stack {
    grid-column-gap: 20px;
  }

  .quick-stack.form {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 100%;
  }

  .cell-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide-desktop {
    display: block;
  }

  .speaker-title {
    display: none;
  }

  .speaker-title.tablet {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
  }

  .tablet.show-tablet {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem 3.6rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal.padding-huge {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-horizontal.padding-custom2 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.header-padding {
    padding-bottom: 8rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-secondary.is-white {
    z-index: 1;
    position: relative;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }
  .navbar1_logo {
    margin-top: 1rem;
  }

  .text-color-white-2.text-align-center-mobile {
    text-align: center;
  }

  .text-color-white-2.text-align-center-mobile.fs-styleguide_heading-large {
    font-size: 3.5rem;
  }

  .header-100svh {
    justify-content: center;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.text-color-white.text-align-center-mobile {
    text-align: center;
  }

  .button-group-2 {
    justify-content: center;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .section_layout31.background-color-navy {
    background-size: auto 300vw;
  }

  .border {
    border-radius: 20px;
  }

  .text-size-medium-3, .text-size-medium-4 {
    font-size: 1rem;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .d-125-3d-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d-125-3d-wrapper.no-top {
    margin-top: 0;
  }

  .demo-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper.hide-tablet-only {
    display: flex;
  }

  .browser-demo {
    width: 400px;
    height: 300px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropshadow-yellow {
    text-shadow: 4px 0 #ffb652;
  }

  .dropshadow-navy.fs-styleguide_heading-large {
    font-size: 4rem;
  }

  .div-block {
    justify-content: center;
    display: flex;
    position: fixed;
  }

  .text-span.dropshadow-blue {
    text-shadow: 4px 0 #1a4153;
  }

  .image-3 {
    max-width: 25%;
    top: 17%;
  }

  .blob {
    top: 16%;
  }

  .blob._2 {
    left: 0%;
  }

  .blob._3 {
    top: 158%;
    left: -245%;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .team10_arrow.left {
    right: 3.5rem;
  }

  .team10_mask {
    width: 80%;
  }

  .padding-section-large-5 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .team10_arrow-2.left {
    right: 3.5rem;
  }

  .stroke {
    -webkit-text-stroke-width: 1px;
  }

  .layout375_card-large-content {
    padding: 1.5rem;
  }

  .layout375_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout375_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial7_component {
    padding-bottom: 6rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

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

  .testimonial7_component-2 {
    padding-bottom: 3rem;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .wave-border {
    min-height: 80px;
    background-image: url('../images/Wave1.png');
  }

  .wave-border.top {
    min-height: 80px;
  }

  .wave-border.header {
    bottom: -1px;
  }

  .kapow {
    transform: translate(-135px, 64px);
  }

  .kapow2 {
    width: 35%;
    transform: translate(-92px, 29px);
  }

  .circle {
    width: 35%;
    transform: translate(-21px, -78px);
  }

  .circle.hide-mobile-portrait {
    transform: translate(-21px, -83px);
  }

  .circle.hide-mobile-landscape-up {
    display: none;
  }

  .square {
    width: 45%;
    transform: translate(-7px, 17px);
  }

  .square._2 {
    width: 55%;
    transform: translate(-83px, 2px);
  }

  .circle2 {
    width: 55%;
    transform: translate(-7px, -17px);
  }

  .asterisk {
    width: 18%;
    transform: translate(-54px, -92px);
  }

  .stroke-squiggle {
    display: none;
    transform: translate(-7px, 300px);
  }

  .stroke-kapow {
    left: 20px;
    transform: translate(-7px, -69px);
  }

  .stroke-3 {
    left: 73%;
    transform: translate(-7px, -69px);
  }

  .stroke-new {
    display: none;
    left: 20px;
    transform: translate(-7px, -69px);
  }

  .header-shape {
    left: 53px;
    transform: translate(-54px, -78px);
  }

  .header-shape._2 {
    top: -79px;
    left: 431px;
  }

  .header-shape._3 {
    top: -13.8vw;
  }

  .contact8_component, .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-3, .speaker-title {
    flex-direction: row;
    display: flex;
    margin-bottom: 1.4em;
  }

  .tablet.show-tablet {
    display: none;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }
}

@media screen and (max-width: 479px) {
  .padding-huge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium._0-mobile-portrait {
    margin-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal.padding-huge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-custom1 {
    margin-top: 3.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-large {
    letter-spacing: 1px;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-large.header-padding {
    padding-top: 10rem;
  }

  .text-color-white-2.text-align-center-mobile.fs-styleguide_heading-large {
    font-size: 2.5rem;
  }

  .section_header7 {
    height: 85vh;
    border-bottom-width: 4px;
  }

  .text-size-medium-2.text-color-white.text-align-center.text-weight-bold {
    font-size: 1rem;
  }

  .layout31_component {
    grid-template-columns: 1fr;
  }

  .section_layout31.background-color-navy {
    background-size: auto 420vw;
    border-bottom-width: 4px;
  }

  .layout31_item-list {
    grid-template-columns: 1fr;
  }

  .border {
    border-width: 2px;
  }

  .layout12_item-list {
    grid-template-columns: 1fr;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .d-125-3d-wrapper {
    width: 300px;
  }

  .d-125-content-wrapper {
    padding-right: 60px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .outline {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #0b0d34;
    word-break: normal;
    overflow-wrap: normal;
  }

  .dropshadow-navy.fs-styleguide_heading-large {
    font-size: 3rem;
  }

  ._3 {
    padding-top: 0;
  }

  .image-3 {
    top: 17%;
  }

  .blob {
    top: 23%;
  }

  .team10_image-wrapper {
    padding-top: 80%;
  }

  .team10_image {
    object-fit: contain;
  }

  .team10_mask {
    width: 95%;
  }

  .stroke {
    -webkit-text-stroke-width: 1px;
  }

  .layout375_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout375_card-large-content {
    display: block;
  }

  .layout375_row {
    grid-template-columns: 1fr;
  }

  .testimonial7_component {
    padding-bottom: 6rem;
  }

  .wave-border, .wave-border.top {
    min-height: 60px;
  }

  .kapow {
    width: 65%;
    top: -6px;
    left: 143.5px;
    transform: rotate(0)translate(-166px, 98px);
  }

  .stroke-flash {
    display: block;
  }

  .kapow2 {
    width: 50%;
    transform: translate(-78px, 31px);
  }

  .circle {
    width: 55%;
    display: block;
    top: 6193.65px;
    left: 9px;
    transform: none;
  }

  .circle.hide-mobile-portrait {
    display: none;
  }

  .circle.hide-mobile-landscape-up {
    display: block;
  }

  .square {
    width: 60%;
    transform: translate(7px, 21px);
  }

  .square._2 {
    width: 90%;
    height: 20%;
    transform: translate(-12px, 7px);
  }

  .circle2 {
    width: 80%;
    top: 4px;
    transform: translate(2px, -17px);
  }

  .asterisk {
    width: 40%;
    transform: translate(-40px, -144px);
  }

  .stroke-squiggle {
    width: 45%;
    transform: translate(-26px, 300px);
  }

  .stroke-kapow {
    width: 40%;
    top: 387px;
    left: -60px;
    transform: none;
  }

  .stroke-3 {
    width: 40%;
    transform: translate(7px, -26px);
  }

  .stroke-new {
    width: 40%;
    top: 439px;
    left: -42px;
    transform: translate(7px, -26px);
  }

  .header-shape {
    width: 15%;
    top: 17px;
    left: 13px;
    transform: translate(0);
  }

  .header-shape._2 {
    width: 17%;
    top: 17px;
    left: 362px;
  }

  .header-shape._3 {
    width: 70%;
    top: -33.5vw;
    left: 10.8vw;
  }

  .contact8_component, .contact5_component {
    grid-template-columns: 1fr;
  }
}

#w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-e8978e6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b51afd48-deb5-0e81-7486-e5045d94491e-e8978e6e, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-e8978e6e, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#updates-form.w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b33-e8978e6e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b34-e8978e6e, #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b35-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc364-e8978e6e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc365-e8978e6e, #w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc366-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d076c-e8978e6e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d076d-e8978e6e, #w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d0770-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b0-e8978e6e {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b1-e8978e6e, #w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b4-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944515e-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445160-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445172-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445184-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445196-e8978e6e {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451a7-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451a9-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d584094451bb-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d584094451cd-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445204-e8978e6e {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451f0-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445216-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445228-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944523b-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944524d-e8978e6e {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445239-e8978e6e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d5840944525f-e8978e6e, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445284-e8978e6e {
  align-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e8978e72 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e8978e72 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e8978e72 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e8978e72 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e8978e72 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-e8978e72, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-e8978e72 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-e8978e72 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-e8978e72, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e8978e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e8978e72 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #updates-form.w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b33-e8978e6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b34-e8978e6e, #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b35-e8978e6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-e8978e6e {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b51afd48-deb5-0e81-7486-e5045d94491e-e8978e6e, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-e8978e6e, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-e8978e6e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}






.content5_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content5_image-wrapper {
  width: 100%;
  flex: 1;
}

.content5_image {
  width: 100%;
  height: 100%;
}

.content5_image._1 {
  transition: all .2s;
  transform: rotate(12deg);
}

.content5_image._1:hover {
  transform: rotate(1deg);
}

.content5_image._2 {
  transition: all .2s;
  transform: rotate(15deg);
}

.content5_image._2:hover {
  transform: rotate(-9deg);
}

.content5_image._3 {
  transition: all .2s;
  transform: rotate(-7deg);
}

.content5_image._3:hover {
  transform: rotate(-18deg);
}

.content5_image._4 {
  transition: all .2s;
  transform: rotate(15deg);
}

.content5_image._4:hover {
  transform: rotate(-1deg);
}

.content5_image._1-5 {
  transition: all .2s;
  transform: rotate(-18deg);
}

.content5_image._1-5:hover {
  transform: rotate(7deg);
}

.content5_content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.content5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}


















:root {
  --pale-gold: #ffb652;
  --navy: #0b0d34;
  --slate-blue: #214bd3;
  --gold: #cd7a31;
  --xtra-pale-gold: #ffd9a4;
  --off-black: #1e1e1e;
  --teal: #265970;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-huge.no-top {
  padding-top: 0;
}

.padding-huge.no-top.right {
  padding-left: 0;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical, .margin-vertical.margin-medium {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxsmall, .margin-bottom.margin-medium, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-vertical.padding-huge.no-top {
  padding-top: 0;
}

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

.padding-horizontal.padding-huge {
  padding-left: 8rem;
  padding-right: 8rem;
}

.padding-horizontal.padding-custom2 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top, .margin-top.margin-huge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  background-size: 90%;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  border-radius: .125rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  flex: none;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.icon-1x1-large.invert {
  filter: invert();
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-color-gold {
  color: var(--pale-gold);
  font-weight: 900;
}

.text-weight-semibold.text-color-gold.caps {
  text-transform: uppercase;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.1;
}

.heading-style-h1.text-color-navy {
  color: var(--navy);
}

.heading-style-h1.text-color-navy.text-align-center {
  text-transform: none;
}

.heading-style-h1.text-color-navy.text-align-center.capitalize {
  text-transform: uppercase;
  font-weight: 900;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  z-index: 1;
  color: #fff;
  position: relative;
}

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

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  position: relative;
}

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

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

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

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  width: .875rem;
  height: .875rem;
  border-width: .25rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.padding-section-large.header-padding {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  z-index: 1;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

.heading-style-h2.text-color-navy {
  color: var(--navy);
  font-weight: 900;
}

.heading-style-h2.dropshadow-blue {
  text-shadow: 6px 0 0 var(--slate-blue);
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.heading-style-h5.title {
  text-transform: uppercase;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-xlarge {
  height: 5rem;
}

.icon-height-xlarge.invert {
  filter: invert();
  margin-bottom: 1rem;
  transition: all .2s;
}

.icon-height-xlarge.invert:hover {
  transform: scale(.9)rotate(10deg);
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: .6rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-text.is-left-aligned {
  padding-left: 0;
}

.button.is-small {
  align-items: center;
  padding: .5rem 1.25rem;
  text-decoration: none;
  display: flex;
}

.button.is-small.is-white {
  border: 1px solid #fff;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.button.is-secondary:hover {
  transform: scale(.9);
}

.button.is-secondary.is-white {
  color: #fff;
  border-width: 2px;
}

.button.is-secondary.is-white:hover {
  transform: scale(.9);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-gold {
  border: 1px solid var(--pale-gold);
  color: var(--pale-gold);
  background-color: rgba(0, 0, 0, 0);
}

.button.is-white {
  border: 1px solid #fff;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

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

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  min-height: 100vh;
  color: #fff;
  padding: 3rem;
  display: flex;
}

.home-message_component.hide {
  overflow: hidden;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  width: 1.75rem;
  height: 1.75rem;
  color: #000;
  background-color: #fff;
  flex: none;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  width: 100%;
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.cell {
  align-items: center;
}

.body {
  padding-left: 0;
  font-family: Roboto, sans-serif;
}

.navbar1_container {
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar1_dropdown-link {
  padding: .5rem 1rem;
}

.navbar1_dropdown-link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar1_menu-button {
  padding: 0;
}

.navbar1_dropdown-list.w--open {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .5rem;
}

.navbar1_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button-2 {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button-2.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-small.is-white {
  color: #fff;
}

.button-2.is-secondary.is-alternate {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button-2.is-secondary.is-alternate.is-white {
  color: var(--pale-gold);
}

.button-2.is-small {
  padding: .5rem 1.25rem;
}

.button-2.is-small.is-white, .button-2.is-white {
  color: #fff;
}

.button-2.is-gold {
  color: var(--pale-gold);
}

.button-2.is-link {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button-2.is-link.is-icon.is-white {
  color: #fff;
  border-color: #fff;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.navbar1_dropdown-toggle {
  padding: .5rem 2.5rem .5rem 1rem;
}

.navbar1_component {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-icon {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.navbar1_logo-link {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.navbar1_link {
  padding: .5rem 1rem;
}

.navbar1_link.w--current {
  color: rgba(0, 0, 0, 0);
}

.navbar1_logo {
  margin-top: 1rem;
}

.text-color-white-2 {
  color: #fff;
  padding-top: 2rem;
}

.text-color-white-2.text-align-center-mobile.dropshadow-blue {
  letter-spacing: 1px;
}

.text-color-white-2.text-align-center-mobile.fs-styleguide_heading-large {
  z-index: 2;
  position: relative;
}

.header7_background-video-wrapper {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_header7 {
  height: 80vh;
  border-bottom: 6px none var(--pale-gold);
  position: relative;
  top: 0;
  overflow: hidden;
}

.header-100svh {
  max-height: 60rem;
  min-height: 100svh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header7_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  bottom: 0;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.max-width-medium-2 {
  width: 100%;
  max-width: 35rem;
}

.button-group-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-2.align-center {
  justify-content: center;
}

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.video-overlay-layer {
  z-index: 1;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video {
  width: 100vw;
  position: relative;
}

.layout31_image {
  width: 100%;
  height: 100%;
}

.icon-1x1-medium-2 {
  width: 3rem;
  height: 3rem;
  filter: invert();
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.layout31_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h5-2 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-style-h5-2.text-color-gold {
  color: var(--pale-gold);
}

.heading-style-h5-2.text-color-gold.text-align-center {
  color: var(--pale-gold);
  font-family: Roboto, sans-serif;
  font-weight: 900;
}

.heading-style-h5-2.text-color-gold.text-align-center.overline {
  border-top: 2px solid var(--gold);
  margin-top: 0;
  padding-top: 1rem;
}

.heading-style-h5-2.text-color-palegold {
  color: var(--pale-gold);
}

.heading-style-h5-2.text-color-palegold.text-align-center {
  font-weight: 900;
}

.heading-style-h5-2.text-color-palegold.text-align-center.overline {
  border-top: 2px solid var(--pale-gold);
  padding-top: 1rem;
}

.heading-style-h5-2.text-color-xpalegold {
  color: var(--xtra-pale-gold);
}

.heading-style-h5-2.text-color-xpalegold.text-align-center {
  color: var(--gold);
  font-weight: 900;
}

.heading-style-h5-2.text-color-xpalegold.text-align-center.overline {
  border-top: 2px solid var(--xtra-pale-gold);
  padding-top: 1rem;
}

.icon-embed-xxsmall {
  width: 1rem;
  height: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout31_item {
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.layout31_item.align-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-group-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.padding-global-3 {
  color: #0b0d34;
  padding-left: 5%;
  padding-right: 5%;
}

.section_layout31.background-color-offblack {
  background-color: var(--off-black);
}

.section_layout31.background-color-navy {
  border-top: 0px solid var(--gold);
  border-bottom: 0px none var(--navy);
  background-color: var(--navy);
  background-image: url('../images/GRID_BG.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  position: static;
}

.section_layout31.background-color-navy.fade {
  background-image: url('../images/GRID_BG_FADE.png');
  background-position: 50% 0;
  background-size: 2000px;
  overflow: hidden;
}

.layout31_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.border {
  border: 2px solid #fff;
  border-radius: 20px;
}

.icon-1x1-medium-3 {
  width: 3rem;
  height: 3rem;
}

.text-size-medium-3 {
  font-size: 1.125rem;
}

.layout12_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.icon-1x1-medium-4 {
  width: 3rem;
  height: 3rem;
}

.text-size-medium-4 {
  z-index: 2;
  font-size: 1.125rem;
  position: relative;
}

.text-size-medium-4.text-color-navy {
  color: var(--navy);
}

.text-size-medium-4.hide-desktop {
  display: none;
}

.text-color-gold {
  color: var(--pale-gold);
}

.instructions-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-top: auto;
  margin-left: -20px;
  display: block;
  position: absolute;
  top: -100px;
  bottom: auto;
  left: auto;
  right: auto;
}

.d-125-3d-wrapper {
  width: 400px;
  height: 300px;
  background-color: var(--navy);
  perspective: 1000px;
  cursor: pointer;
  border: 10px #fff;
  border-radius: 20px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}

.d-125-3d-wrapper.dark {
  background-color: var(--pale-gold);
}

.browser-dot {
  width: 10px;
  height: 10px;
  background-color: #fc615d;
  border-radius: 50%;
  margin-left: 3px;
  margin-right: 3px;
}

.browser-dot.yellow {
  background-color: #fdbc40;
}

.browser-dot.green {
  background-color: #35cc4b;
}

.demo-p.arrow {
  text-align: left;
  margin-bottom: 10px;
  font-size: 19px;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.browser-top {
  z-index: 99;
  height: 30px;
  background-color: #e2e2e2;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  align-items: center;
  padding-left: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.d-125-content-wrapper {
  background-color: var(--pale-gold);
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 60px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: none;
}

.d-125-content-wrapper.navy {
  background-color: var(--navy);
  padding-right: 60px;
  transform: none;
}

.demo-wrapper {
  width: 100%;
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-button {
  letter-spacing: 1px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  margin-top: 20px;
  font-family: Roboto, sans-serif;
  transition: all .35s;
}

.d-125-button:hover {
  color: #9e3c47;
  background-color: #fff;
}

.d-125-image-wrapper {
  transform-origin: 50% 100%;
  background-image: url('../images/Schmitz_Fr.-Mike.jpeg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 20px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.d-125-image-wrapper._2 {
  background-image: url('../images/Katie-McGrady.jpeg');
  background-position: 50%;
  background-size: cover;
}

.d-125-image-wrapper._3 {
  background-image: url('../images/Paul-J-Kim.jpeg');
  background-position: 50%;
  background-size: cover;
}

.d-125-image-wrapper._1 {
  background-image: url('../images/Father-Mike-Schmitz.jpg');
  background-position: 50% 40%;
}

.d-125-image-wrapper._5 {
  background-image: url('../images/Joel-Stepanek_.jpg');
}

.d-125-image-wrapper._4 {
  background-image: url('../images/Jackie-Angel.jpeg');
  background-position: 50% 0;
}

.d-125-image-wrapper._6 {
  background-image: url('../images/J_Garrett_Headshot.jpeg');
}

.browser-demo {
  width: 500px;
  height: 300px;
  background-color: #1a1a1a;
  background-image: none;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.d-125-h3-heading {
  margin-top: 0;
  position: relative;
}

.d-125-h3-heading.text-color-white {
  z-index: 2;
  position: static;
}

.d-125-h3-heading.text-color-navy {
  color: var(--navy);
}

.paragraph {
  z-index: 3;
  font-family: Roboto, sans-serif;
  position: static;
}

.paragraph.text-color-navy {
  color: var(--navy);
  position: static;
}

.image-2 {
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.section-speakers {
  border-top: 0px solid var(--gold);
  border-bottom: 0px solid var(--pale-gold);
  overflow: hidden;
}

.section-speakers.background-color-gold {
  background-color: var(--gold);
}

.section-speakers.background-color-yellow {
  background-color: var(--pale-gold);
}

.section-speakers.background-color-navy {
  background-color: var(--navy);
}

.dropshadow-yellow {
  letter-spacing: 1px;
  text-shadow: 4px 0 0 var(--pale-gold);
}

.dropshadow-blue {
  letter-spacing: 2px;
  text-shadow: 6px 0 0 var(--teal);
}

.dropshadow-navy {
  letter-spacing: 2px;
  text-shadow: 6px 0 0 var(--navy);
}

.text-span.dropshadow-navy {
  text-shadow: 6px 0 #02020c;
}

.text-span.dropshadow-blue {
  letter-spacing: 1px;
  text-shadow: 6px 0 #1a4153;
}

.section-wherewe-reheaded.background-color-navy {
  overflow: hidden;
}

.image-3 {
  z-index: -1;
  max-width: 15%;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: 73%;
  right: 0%;
}

.image-3._2 {
  z-index: 2;
  max-width: 40vw;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.blob {
  z-index: 2;
  position: absolute;
  top: 23%;
  bottom: auto;
  left: 23%;
  right: 0%;
}

.blob._2 {
  z-index: 2;
  top: 138%;
  left: -249%;
}

.blob._3 {
  top: 164%;
  bottom: 0%;
  left: -282%;
  right: 0%;
}

.text-span-2 {
  z-index: 2;
  text-shadow: 6px 0 0 var(--teal);
  position: relative;
}

.team10_item {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.team10_image-wrapper {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.team10_slide {
  padding-right: 3rem;
}

.padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.team10_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team10_arrow-icon.rotate {
  color: #fff;
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.text-size-large-2 {
  font-size: 1.25rem;
}

.text-size-medium-5 {
  font-size: 1.125rem;
}

.team10_image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team10_image:hover {
  transform: rotate(-10deg);
}

.team10_arrow {
  z-index: 4;
  width: 3rem;
  height: 3rem;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team10_arrow.left {
  z-index: 4;
  border-width: 2px;
  border-color: #fff;
  position: absolute;
  right: 4rem;
}

.section_whattoexpect {
  overflow: hidden;
}

.section_whattoexpect.background-color-navy {
  background-color: var(--navy);
  background-image: url('../images/GRID_BG.png');
  background-position: 0 0;
  background-size: cover;
}

.team10_mask {
  z-index: 4;
  width: 33.33%;
  overflow: visible;
}

.social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.team10_component {
  z-index: 1;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 6rem;
  position: relative;
}

.team10_social {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.team10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team10_slide-nav.invert {
  filter: invert();
}

.number1.big {
  z-index: -1;
  color: var(--teal);
  font-size: 9rem;
}

.number1.big.gold {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--gold);
}

.number1.big.outline {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--pale-gold);
}

.number1.big.palegold {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--xtra-pale-gold);
}

.number1.big.midgold {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: var(--pale-gold);
}

.cell-2 {
  justify-content: center;
}

.padding-section-large-5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large-5.no-top {
  padding-top: 0;
}

.text-size-large-3 {
  font-size: 1.25rem;
}

.team10_arrow-2 {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.team10_arrow-2.left {
  right: 4rem;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.stroke {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fff;
  border: 0 solid #000;
}

.layout375_card-small-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout375_card-large {
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout375_card-small {
  border: 3px none var(--pale-gold);
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout375_card-small-content {
  background-color: var(--pale-gold);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout375_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.layout375_row {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.layout375_card-large-image-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.layout375_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.button-group-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.layout375_card-small-image {
  position: static;
  overflow: hidden;
}

.section_layout375 {
  border-top: 8px none var(--pale-gold);
  overflow: hidden;
}

.paragraph-2 {
  color: #fff;
}

.text-color-navy {
  color: var(--navy);
}

.text-color-navy.heading-style-h3.text-weight-xbold {
  color: var(--slate-blue);
}

.testimonial7_client-image-wrapper {
  margin-bottom: 1rem;
}

.testimonial7_content {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component {
  width: 100%;
  height: auto;
  max-width: none;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
}

.testimonial7_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial7_slide-nav.invert {
  filter: invert();
}

.testimonial7_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_client-image {
  width: 4rem;
  height: 4rem;
  min-height: 4rem;
  min-width: 4rem;
  object-fit: cover;
  border-radius: 100%;
}

.heading-style-h5-3 {
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.4;
}

.heading-style-h5-3.text-color-palegold {
  color: var(--xtra-pale-gold);
}

.testimonial7_mask {
  position: relative;
}

.testimonial7_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial7_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial7_arrow.hide-mobile-landscape {
  background-color: rgba(0, 0, 0, 0);
  border-width: 2px;
  border-color: #fff;
  margin-bottom: 231.391px;
}

.section_testimonial7.background-color-navy {
  border-top: 8px none var(--pale-gold);
  border-bottom: 0px none var(--pale-gold);
  background-color: var(--navy);
  background-image: url('../images/GRID_BG.png');
  background-position: 0 0;
  background-size: cover;
  overflow: hidden;
}

.testimonial7_logo {
  max-height: 3.5rem;
  transition: all .2s;
}

.testimonial7_logo:hover {
  transform: rotate(10deg)scale(.9);
}

.section_footer.background-color-grey {
  border-top: 0px solid var(--gold);
  background-color: #ddd;
}

.image-4 {
  z-index: -1;
  opacity: .65;
  position: absolute;
  top: auto;
  left: 546px;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.image-5 {
  z-index: -1;
  max-width: 20%;
  position: relative;
}

.testimonial7_content-2 {
  height: 100%;
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial7_component-2 {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.heading-style-h5-4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading {
  margin-bottom: -5rem;
  font-size: 6rem;
}

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

.div-block-3 {
  position: relative;
}

.wave-border {
  min-height: 101px;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/Wave1.png');
  background-repeat: repeat;
  background-size: cover;
  position: relative;
  bottom: 0;
}

.wave-border.top {
  z-index: 3;
  min-height: 100px;
  object-fit: fill;
  background-image: url('../images/Wave1_top.png');
  background-repeat: repeat;
  background-size: cover;
  bottom: 0;
}

.wave-border.grey {
  background-image: url('../images/Wave1-grey.png');
}

.wave-border.header {
  z-index: 2;
  min-height: 100px;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/Wave1-navy.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-6 {
  position: relative;
  bottom: -1px;
}

.shape-kapow {
  z-index: -1;
  width: 200px;
  height: auto;
  object-position: 50% 50%;
  position: absolute;
}

.span-element {
  width: 150px;
}

.span-element.is-1 {
  width: 20%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(120px, 69px);
}

.span-element.is-2 {
  z-index: -1;
  width: 20%;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(111px, 17px);
}

.hide-this {
  display: none;
  position: relative;
}

.kapow {
  z-index: -1;
  width: 30%;
  position: absolute;
  transform: rotate(0)translate(-139px, 92px);
}

.headline-image {
  position: relative;
}

.image {
  z-index: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.stroke-goldstar, .stroke-2 {
  z-index: 0;
  width: 80%;
  max-width: 110%;
  position: absolute;
  transform: rotate(7deg)translate(172px, 130px);
}

.stroke-sharp-star {
  z-index: 4;
  width: 80%;
  max-width: 110%;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: auto;
  right: -10%;
  transform: rotate(7deg);
}

.stroke-flash {
  z-index: 0;
  width: 80%;
  max-width: 110%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.kapow2 {
  z-index: 0;
  width: 25%;
  position: absolute;
  transform: rotate(0)translate(-120px, 45px);
}

.circle {
  z-index: -1;
  width: 25%;
  position: absolute;
  transform: rotate(0)translate(-50px, -64px);
}

.circle.hide-mobile-portrait {
  transform: translate(-35px, -177px);
}

.circle.hide-mobile-landscape-up {
  display: none;
}

.square {
  z-index: 0;
  width: 50%;
  position: absolute;
  transform: translate(-21px, 21px);
}

.square._2 {
  width: 90%;
  height: 50%;
  margin-bottom: -20px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(-17px, -26px);
}

.circle2 {
  z-index: -1;
  width: 35%;
  position: absolute;
  top: 10px;
  transform: translate(-2px, -31px);
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  margin-top: 3rem;
  display: flex;
  position: relative;
  top: 1rem;
}

.asterisk {
  z-index: -1;
  width: 10%;
  position: absolute;
  transform: translate(-54px, -78px);
}

.asterisk.adjust {
  left: 23px;
}

.stroke-squiggle {
  width: 20%;
  max-width: none;
  position: absolute;
  top: 384px;
  left: 1083px;
  transform: rotate(-16deg);
}

.starbursts {
  position: relative;
}

.stroke-kapow {
  z-index: 0;
  width: 20%;
  max-width: none;
  position: absolute;
  top: 307px;
  left: 73px;
}

.stroke-3 {
  z-index: 0;
  width: 20%;
  max-width: none;
  position: absolute;
  top: -10px;
  left: 931px;
}

.stroke-new {
  z-index: 0;
  width: 20%;
  max-width: none;
  position: absolute;
  top: -67px;
  left: 73px;
}

.slider-button-wrap {
  justify-content: space-between;
  padding: 15px 25px 15px 54px;
  display: flex;
}

.slider-button {
  margin-left: 4px;
  margin-right: 4px;
}

.wrapper {
  overflow: hidden;
}

.item {
  z-index: 1;
  width: 30vw;
  height: 50vw;
  min-width: 30vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  display: flex;
  position: relative;
}

.heading-2 {
  font-size: 1.6rem;
}

.list {
  width: 100%;
  height: 200%;
  justify-content: flex-start;
  align-items: center;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
  overflow: scroll;
}

.slider-contain {
  width: 100%;
  overflow: hidden;
}

.arrow-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-shape {
  z-index: 1;
  width: 15%;
  position: absolute;
  transform: translate(-17px, -130px);
}

.header-shape._2 {
  top: -136px;
  left: 690px;
  transform: none;
}

.header-shape._1.hide-tablet {
  top: -129px;
  left: -17px;
  transform: none;
}

.header-shape._3.hide-desktop {
  display: none;
}

.form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.success-text {
  font-weight: 600;
}

.contact8_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-style-link-2 {
  text-decoration: underline;
}

.contact8_map {
  width: 100%;
  height: 100%;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.form-checkbox-icon {
  width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  min-width: 1.125rem;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 0;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form-field-wrapper {
  position: relative;
}

.form-input {
  height: auto;
  min-height: 2.75rem;
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input::placeholder {
  color: rgba(0, 0, 0, .6);
}

.form-input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.error-text {
  color: #e23939;
}

.contact8_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
  padding: 1.5rem;
}

.contact8_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-style-link-3 {
  text-decoration: underline;
}

.contact5_item {
  display: flex;
}

.icon-embed-xsmall {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact5_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact5_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.contact5_contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.div-block-6 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.hide-desktop, .speaker-title, .tablet.show-tablet {
  display: none;
}

.layout-416-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
}

.layout416_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.icon-1x1-medium-5 {
  width: 3rem;
  height: 3rem;
}

.section_layout416 {
  margin-bottom: 6rem;
}

.layout416_instructions-list-item {
  padding-left: .5rem;
}

.layout416_content-right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.layout416_content {
  height: 100vh;
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.layout416_component {
  height: 100vh;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.layout416_card {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: space-between;
  margin-right: 1.5rem;
  padding: 2rem;
  display: flex;
  position: absolute;
}

.layout416_card.card-2 {
  z-index: 2;
  transform: rotate(3deg);
}

.layout416_card.card-3 {
  z-index: 1;
  transform: rotate(6deg);
}

.layout416_card.card-1 {
  z-index: 3;
}

.layout416_card.card-4 {
  z-index: 0;
}

.z-index-3 {
  z-index: 3;
  position: relative;
}

.button-group-5 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.layout416_instructions-list {
  padding-left: 1.25rem;
}

.rl-styleguide_label {
  color: rgba(0, 0, 0, 0);
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.text-weight-semibold {
  font-weight: 600;
}

.image-8, .image-9, .image-10 {
  max-width: 20rem;
}

.gallery20_arrow {
  width: 3rem;
  height: 3rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery20_arrow.is-left {
  right: 4rem;
}

.gallery20_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery20_slide {
  padding-right: 2rem;
}

.gallery20_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gallery20_mask {
  overflow: visible;
}

.gallery20_slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
}

.gallery20_image-wrapper {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.section_gallery20 {
  overflow: hidden;
}

.gallery20_image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header102_slide-image-wrapper {
  flex: 1;
  position: relative;
}

.header102_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 2.625rem;
  left: 2rem;
  right: auto;
}

.header102_slide-content {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  padding: 1rem 2rem;
  position: relative;
}

.header102_arrow {
  width: 3rem;
  height: 3rem;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.header102_arrow.is-left {
  right: 6rem;
}

.header102_slider {
  width: 100%;
  max-height: 60rem;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
}

.header102_slide-image {
  width: 100%;
  height: 50%;
  max-height: 50%;
  max-width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.header102_slide-wrapper {
  height: 100%;
  flex-direction: column;
  grid-template-rows: auto max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.product-header7_arrow-icon-copy {
  width: 1rem;
  height: 1rem;
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header102_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.button-group-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.header102_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 50% 50%;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h6-2 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.header102_slide-content-wrapper {
  width: 100%;
  max-width: 48rem;
}

.icon-embed-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial10_divider {
  width: 1px;
  background-color: #000;
  align-self: stretch;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.testimonial10_rating-icon {
  color: #000;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.testimonial10_arrow {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h5-5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.testimonial10_client-image {
  width: 3.5rem;
  height: 3.5rem;
  min-height: 3.5rem;
  min-width: 3.5rem;
  object-fit: cover;
  border-radius: 100%;
}

.testimonial10_arrow-icon {
  width: 1rem;
  height: 1rem;
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial10_slide {
  padding-left: 4rem;
  padding-right: 4rem;
}

.testimonial10_content {
  max-width: 48rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial10_component {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 4rem;
}

.testimonial10_client-image-wrapper {
  margin-right: 1.25rem;
}

.testimonial10_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
}

.testimonial10_logo {
  max-height: 3rem;
}

.testimonial10_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial10_rating-wrapper {
  display: flex;
}

.slider-image-1 {
  max-width: 80%;
  transform: rotate(4deg);
}

.slider-image-2 {
  max-width: 80%;
  transform: rotate(-1deg);
}

.slider-image-3 {
  max-width: 80%;
  transform: rotate(2deg);
}

.layout424_component {
  height: 300vh;
  flex-direction: column;
  position: relative;
}

.layout424_content {
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout424_heading-list {
  height: 7.25rem;
  overflow: hidden;
}

.layout-424-instructions-delete {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 2rem;
}

.layout424_instructions-callout-image {
  margin-top: 1.5rem;
}

.layout424_heading {
  white-space: nowrap;
  font-size: 6rem;
}

.layout424_instructions-list-item {
  padding-left: .5rem;
}

.layout424_instructions-callout {
  background-color: rgba(0, 0, 0, .1);
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.layout424_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.layout424_instructions-list {
  padding-left: 1.25rem;
}

.heading-list-visible {
  height: auto;
  overflow: visible;
}

.content5_gallery {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.content5_image-wrapper {
  width: 100%;
  flex: 1;
}

.content5_image {
  width: 100%;
  height: 100%;
}

.content5_image._1 {
  transition: all .2s;
  transform: rotate(12deg);
}

.content5_image._1:hover {
  transform: rotate(1deg);
}

.content5_image._2 {
  transition: all .2s;
  transform: rotate(15deg);
}

.content5_image._2:hover {
  transform: rotate(-9deg);
}

.content5_image._3 {
  transition: all .2s;
  transform: rotate(-7deg);
}

.content5_image._3:hover {
  transform: rotate(-18deg);
}

.content5_image._4 {
  transition: all .2s;
  transform: rotate(15deg);
}

.content5_image._4:hover {
  transform: rotate(-1deg);
}

.content5_image._1-5 {
  transition: all .2s;
  transform: rotate(-18deg);
}

.content5_image._1-5:hover {
  transform: rotate(7deg);
}

.content5_content-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 5rem;
}

.content5_component {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.navbar1_component-2 {
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(0, 0, 0, 0);
  border-radius: 0;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.padding-section-large-6 {
  padding-top: 8rem;
  padding-bottom: 6rem;
}

.padding-section-large-6.header-padding {
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.button-group-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.button-group-7.align-center {
  justify-content: center;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  padding: .6rem 1.5rem;
  font-weight: 600;
}

.button-3.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
}

.button-3.is-secondary:hover {
  transform: scale(.9);
}

.button-3.is-secondary.is-white {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  border-width: 2px;
  border-color: #fff;
}

.button-3.is-secondary.is-white:hover {
  transform: scale(.9);
}

.section_header7-2 {
  height: 80vh;
  border-bottom: 6px #ffb652;
  position: relative;
  top: 0;
  overflow: hidden;
}

.link-gold {
  color: var(--xtra-pale-gold);
}

@media screen and (min-width: 1280px) {
  .padding-horizontal.padding-custom2 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .text-color-white {
    z-index: 0;
    position: relative;
  }

  .padding-section-large.header-padding {
    padding-top: 10rem;
  }

  .heading-style-h2 {
    z-index: 1;
    position: relative;
  }

  .button.is-secondary.is-white {
    transition: all .2s;
    transform: translate(0);
  }

  .button.is-secondary.is-white:hover {
    transform: scale(.9);
  }

  .text-color-white-2 {
    padding-top: 2rem;
  }

  .section_header7 {
    height: 80vh;
  }

  .section_layout31.background-color-navy.fade {
    background-size: 2500px;
  }

  .paragraph.text-color-white {
    z-index: 5;
  }

  .testimonial7_component {
    max-width: none;
  }

  .kapow {
    width: 30%;
    object-position: 50% 50%;
    transform: rotate(0)translate(-187px, 45px);
  }

  .stroke-sharp-star {
    display: block;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
    transform: none;
  }

  .stroke-flash {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .kapow2 {
    z-index: 0;
    width: 30%;
    object-position: 50% 50%;
    transform: rotate(0)translate(120px, 40px);
  }

  .circle {
    width: 18%;
    object-position: 50% 50%;
    transform: translate(-31px, -64px);
  }

  .circle.hide-mobile-portrait {
    transform: translate(-21px, -172px);
  }

  .square {
    z-index: 0;
    object-position: 50% 50%;
    transform: rotate(0)translate(-17px, 21px);
  }

  .square._2 {
    width: 80%;
    top: 101%;
    bottom: 0%;
    left: 12%;
    right: 0%;
    transform: rotate(0)translate(-17px, -26px);
  }

  .circle2 {
    object-position: 50% 50%;
    top: 0;
    transform: translate(-12px, -35px);
  }

  .asterisk {
    object-position: 50% 50%;
  }

  .stroke-squiggle {
    width: 15%;
    top: 431px;
    bottom: auto;
    left: 1367px;
    right: auto;
    transform: none;
  }

  .starbursts {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .stroke-kapow {
    width: 17%;
    top: 344px;
    bottom: auto;
    left: 249px;
    right: auto;
    transform: none;
  }

  .stroke-3 {
    width: 15%;
    object-position: 50% 50%;
    top: -53px;
    left: 1302px;
    transform: translate(0);
  }

  .stroke-new {
    width: 17%;
    top: -42px;
    bottom: auto;
    left: -25px;
    right: auto;
    transform: none;
  }

  .header-shape {
    object-position: 50% 50%;
    top: -118px;
    left: -27px;
    transform: rotate(-78deg);
  }

  .header-shape._2 {
    top: -139px;
    left: 673px;
    transform: none;
  }

  .padding-section-large-6.header-padding {
    padding-top: 10rem;
  }

  .button-3.is-secondary.is-white {
    transition: all .2s;
    transform: translate(0);
  }

  .button-3.is-secondary.is-white:hover {
    transform: scale(.9);
  }

  .section_header7-2 {
    height: 80vh;
  }
}

@media screen and (min-width: 1440px) {
  .padding-horizontal.padding-custom2 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

  .text-color-white-2 {
    padding-top: 2rem;
  }

  .section_header7 {
    height: 80vh;
  }

  .circle.hide-mobile-portrait {
    transform: translate(-40px, -111px);
  }

  .section_header7-2 {
    height: 80vh;
  }
}

@media screen and (min-width: 1920px) {
  .section_header7 {
    height: 80vh;
  }

  .section_layout31.background-color-navy.fade {
    background-position: 50% 0;
    background-size: 3000px;
  }

  .wave-border, .wave-border.top, .wave-border.header {
    min-height: 200px;
  }

  .circle.hide-mobile-portrait {
    transform: translate(-45px, -125px);
  }

  .circle2 {
    top: 0;
  }

  .header-shape._2 {
    transform: none;
  }

  .content5_image._1:hover {
    transform: rotate(7deg);
  }

  .content5_image._2:hover {
    transform: rotate(1deg);
  }

  .content5_image._3:hover {
    transform: rotate(7deg);
  }

  .content5_image._4 {
    transform: rotate(15deg);
  }

  .content5_image._4:hover {
    transform: rotate(1deg);
  }

  .content5_image._1-5:hover {
    transform: rotate(7deg);
  }

  .section_header7-2 {
    height: 80vh;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3, .heading-style-h1 {
    font-weight: 900;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h4, .heading-style-h6 {
    font-weight: 900;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .padding-section-large.header-padding {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2, .heading-style-h5 {
    font-weight: 900;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .menu-icon1_line-middle {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .navbar1_menu {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar1_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
    display: flex;
  }

  .menu-icon1_line-bottom {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar1_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
    filter: invert();
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar1_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar1_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .navbar1_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar1_dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    width: 24px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .navbar1_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar1_logo {
    display: block;
  }

  .text-color-white-2.text-align-center {
    z-index: 1;
    position: relative;
  }

  .section_header7 {
    height: 85vh;
  }

  .padding-section-large-2, .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout31_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .heading-style-h5-2.text-color-gold.text-align-center {
    -webkit-text-stroke-color: var(--gold);
  }

  .section_layout31.background-color-navy {
    background-size: auto 200vw;
  }

  .section_layout31.background-color-navy.fade {
    background-size: 2500px;
  }

  .border {
    border-radius: 20px;
  }

  .text-size-medium-4.hide-desktop {
    display: block;
  }

  .instructions-wrapper {
    flex-wrap: nowrap;
    order: -1;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 60px;
    margin-left: 0;
    position: relative;
    top: 0%;
    left: -25px;
  }

  .d-125-3d-wrapper {
    margin-bottom: 60px;
  }

  .d-125-3d-wrapper.dark.no-top.tablet {
    margin-bottom: 0;
  }

  .d-125-3d-wrapper.dark.tablet {
    width: 300px;
    margin-bottom: 20px;
  }

  .d-125-3d-wrapper.dark.tablet._1 {
    margin-bottom: 0;
  }

  .d-125-3d-wrapper.no-top.tablet, .d-125-3d-wrapper.tablet {
    width: 300px;
    margin-bottom: 20px;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .demo-wrapper.hide-tablet-only {
    display: none;
  }

  .browser-demo {
    width: 500px;
    height: 300px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;
  }

  .d-125-h3-heading.text-color-navy {
    position: static;
  }

  .image-2 {
    margin-right: 0;
  }

  .dropshadow-yellow {
    letter-spacing: 1px;
    text-shadow: 4px 0 0 var(--pale-gold);
  }

  .dropshadow-navy {
    text-shadow: 7px 4px 0 var(--navy);
  }

  .quote {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 10rem;
    line-height: .5;
    display: flex;
    position: relative;
  }

  .image-3 {
    max-width: 30%;
    margin-top: 0;
    top: 9%;
    bottom: auto;
    left: 67%;
    right: 0%;
  }

  .blob {
    top: 8%;
  }

  .blob._3 {
    top: 169%;
    left: -193%;
  }

  .team10_slide {
    padding-right: 2rem;
  }

  .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .team10_image {
    object-fit: contain;
  }

  .team10_arrow.hide-desktop {
    display: flex;
    position: absolute;
  }

  .team10_mask {
    width: 50%;
  }

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

  .team10_slide-nav.invert {
    filter: invert();
  }

  .number1.big.gold {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--gold);
  }

  .number1.big.outline {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--pale-gold);
  }

  .padding-section-large-5 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout375_card-large-content {
    padding: 2rem;
  }

  .layout375_row {
    grid-template-columns: 1fr 1fr;
  }

  .button-group-4 {
    flex-direction: row;
  }

  .section_testimonial7.background-color-navy {
    object-fit: fill;
    overflow: hidden;
  }

  .wave-border.top {
    z-index: 3;
    bottom: 0;
  }

  .wave-border.header {
    background-image: url('../images/Wave1-navy.png');
    background-position: 0 0;
    background-repeat: repeat;
    background-size: cover;
    bottom: -1px;
  }

  .kapow {
    width: 50%;
    transform: translate(-163px, 92px);
  }

  .stroke-flash {
    z-index: 0;
  }

  .kapow2 {
    width: 35%;
    transform: translate(-106px, 50px);
  }

  .circle {
    width: 35%;
    transform: translate(-26px, -116px);
  }

  .circle.hide-mobile-portrait {
    transform: translate(-26px, -116px);
  }

  .square {
    width: 50%;
    transform: translate(-12px, 26px);
  }

  .square._2 {
    width: 100%;
    height: 30%;
    transform: translate(2px, 7px);
  }

  .circle2 {
    width: 50%;
    transform: translate(7px, -26px);
  }

  .asterisk {
    width: 20%;
    transform: translate(-54px, -125px);
  }

  .stroke-squiggle {
    width: 30%;
    position: absolute;
    top: 161px;
    bottom: auto;
    left: 80%;
    right: auto;
    transform: translate(-92px, 300px);
  }

  .starbursts {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .stroke-kapow {
    width: 30%;
    top: 339px;
    left: 17px;
    overflow: hidden;
  }

  .stroke-3 {
    width: 30%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 28%;
    right: 0%;
    overflow: hidden;
    transform: translate(300px, -102px);
  }

  .stroke-new {
    width: 30%;
    top: -56px;
    left: 2px;
    overflow: hidden;
  }

  .header-shape {
    width: 15%;
    left: 32px;
    transform: translate(-54px, -125px);
  }

  .header-shape._2 {
    top: -123px;
    left: 629px;
  }

  .header-shape._1.hide-tablet {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: none;
  }

  .header-shape._3 {
    z-index: 0;
    width: 35%;
    object-fit: fill;
    object-position: 50% 50%;
    top: -19.5vw;
    bottom: auto;
    left: 27vw;
    right: 0%;
    transform: none;
  }

  .header-shape._3.hide-desktop {
    display: block;
  }

  .contact8_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .contact5_component {
    min-height: auto;
    grid-column-gap: 3rem;
    grid-auto-flow: row;
  }

  .div-block-6 {
    width: 100%;
    justify-content: space-between;
  }

  .quick-stack {
    grid-column-gap: 20px;
  }

  .quick-stack.form {
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 100%;
  }

  .cell-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hide-desktop {
    display: block;
  }

  .speaker-title {
    display: none;
  }

  .speaker-title.tablet {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
  }

  .tablet.show-tablet {
    display: flex;
  }

  .layout416_content {
    height: 100svh;
  }

  .layout416_component {
    height: 300svh;
    min-height: auto;
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .header102_slider {
    width: 100vw;
    max-width: 100%;
  }

  .header102_slide-wrapper {
    grid-template-rows: 60% 40%;
  }

  .header102_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header102_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    padding-top: 6rem;
  }

  .layout424_content {
    height: 100svh;
  }

  .content5_gallery {
    justify-items: center;
  }

  .section_content5 {
    overflow: hidden;
  }

  .content5_image-wrapper {
    width: 80%;
  }

  .content5_content-wrapper {
    position: static;
  }

  .content5_component {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .content5_component.form {
    width: 100%;
  }

  .padding-section-large-6 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }

  .padding-section-large-6.header-padding {
    padding-top: 10rem;
    padding-bottom: 8rem;
  }

  .section_header7-2 {
    height: 85vh;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem 3.6rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal.padding-huge {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .padding-horizontal.padding-custom2 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.header-padding {
    padding-bottom: 8rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .container-large.form {
    margin-left: 0;
    margin-right: 0;
  }

  .button.is-secondary.is-white {
    z-index: 1;
    position: relative;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .navbar1_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .navbar1_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar1_logo-link {
    padding-left: 0;
  }

  .navbar1_logo {
    margin-left: 0;
  }

  .text-color-white-2.text-align-center-mobile {
    text-align: center;
  }

  .text-color-white-2.text-align-center-mobile.fs-styleguide_heading-large {
    font-size: 3.5rem;
  }

  .header-100svh {
    justify-content: center;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .text-size-medium-2.text-color-white.text-align-center-mobile {
    text-align: center;
  }

  .button-group-2 {
    justify-content: center;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout31_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h5-2 {
    font-size: 1.25rem;
  }

  .section_layout31.background-color-navy {
    background-size: auto 300vw;
  }

  .border {
    border-radius: 20px;
  }

  .text-size-medium-3, .text-size-medium-4 {
    font-size: 1rem;
  }

  .instructions-wrapper {
    margin-left: 0;
  }

  .d-125-3d-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .d-125-3d-wrapper.no-top {
    margin-top: 0;
  }

  .demo-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper.hide-tablet-only {
    display: flex;
  }

  .browser-demo {
    width: 400px;
    height: 300px;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 100px;
    margin-left: 110px;
    margin-right: 110px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropshadow-yellow {
    text-shadow: 4px 0 0 var(--pale-gold);
  }

  .dropshadow-navy.fs-styleguide_heading-large {
    font-size: 4rem;
  }

  .div-block {
    justify-content: center;
    display: flex;
    position: fixed;
  }

  .text-span.dropshadow-blue {
    text-shadow: 4px 0 #1a4153;
  }

  .image-3 {
    max-width: 25%;
    top: 17%;
  }

  .blob {
    top: 16%;
  }

  .blob._2 {
    left: 0%;
  }

  .blob._3 {
    top: 158%;
    left: -245%;
  }

  .team10_image-wrapper {
    height: 100%;
  }

  .team10_slide {
    padding-right: 1.5rem;
  }

  .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large-2 {
    font-size: 1.125rem;
  }

  .text-size-medium-5 {
    font-size: 1rem;
  }

  .team10_arrow.left {
    right: 3.5rem;
  }

  .team10_mask {
    width: 80%;
  }

  .padding-section-large-5 {
    justify-content: center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    display: block;
  }

  .padding-section-large-5.form {
    display: flex;
  }

  .text-size-large-3 {
    font-size: 1.125rem;
  }

  .team10_arrow-2.left {
    right: 3.5rem;
  }

  .stroke {
    -webkit-text-stroke-width: 1px;
  }

  .layout375_card-large-content {
    padding: 1.5rem;
  }

  .layout375_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .layout375_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial7_component {
    padding-bottom: 6rem;
  }

  .heading-style-h5-3 {
    font-size: 1.25rem;
  }

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

  .testimonial7_component-2 {
    padding-bottom: 3rem;
  }

  .heading-style-h5-4 {
    font-size: 1.25rem;
  }

  .wave-border {
    min-height: 80px;
    background-image: url('../images/Wave1.png');
  }

  .wave-border.top {
    min-height: 80px;
  }

  .wave-border.header {
    bottom: -1px;
  }

  .kapow {
    transform: translate(-135px, 64px);
  }

  .kapow2 {
    width: 35%;
    transform: translate(-92px, 29px);
  }

  .circle {
    width: 35%;
    transform: translate(-21px, -78px);
  }

  .circle.hide-mobile-portrait {
    transform: translate(-21px, -83px);
  }

  .circle.hide-mobile-landscape-up {
    display: none;
  }

  .square {
    width: 45%;
    transform: translate(-7px, 17px);
  }

  .square._2 {
    width: 55%;
    transform: translate(-83px, 2px);
  }

  .circle2 {
    width: 55%;
    transform: translate(-7px, -17px);
  }

  .asterisk {
    width: 18%;
    transform: translate(-54px, -92px);
  }

  .stroke-squiggle {
    display: none;
    transform: translate(-7px, 300px);
  }

  .stroke-kapow {
    left: 20px;
    transform: translate(-7px, -69px);
  }

  .stroke-3 {
    left: 73%;
    transform: translate(-7px, -69px);
  }

  .stroke-new {
    display: none;
    left: 20px;
    transform: translate(-7px, -69px);
  }

  .header-shape {
    left: 53px;
    transform: translate(-54px, -78px);
  }

  .header-shape._2 {
    top: -79px;
    left: 431px;
  }

  .header-shape._3 {
    top: -13.8vw;
  }

  .contact8_component, .contact5_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-3, .speaker-title {
    flex-direction: row;
    display: flex;
  }

  .tablet.show-tablet {
    display: none;
  }

  .layout416_content-right {
    min-height: 24.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 25%;
  }

  .layout416_content {
    height: 100%;
    grid-template-columns: 1fr;
    align-content: start;
    padding-top: 4rem;
    padding-bottom: 4rem;
    position: static;
  }

  .layout416_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .layout416_card {
    margin-left: 1.5rem;
  }

  .gallery20_arrow.is-left {
    right: 3.5rem;
  }

  .gallery20_slide {
    padding-right: 1.5rem;
  }

  .header102_arrow.is-left {
    right: 5.5rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: 70% 30%;
  }

  .header102_component {
    padding-top: 4rem;
  }

  .heading-style-h6-2 {
    font-size: 1.125rem;
  }

  .testimonial10_divider {
    display: none;
  }

  .testimonial10_client-info {
    margin-bottom: 1rem;
  }

  .heading-style-h5-5 {
    font-size: 1.25rem;
  }

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

  .testimonial10_component {
    padding-bottom: 3rem;
  }

  .testimonial10_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial10_client {
    width: 100%;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .layout424_component {
    height: 200vh;
  }

  .layout424_content {
    min-height: 0;
  }

  .layout424_heading-list {
    height: 4.75rem;
  }

  .layout424_heading {
    font-size: 4rem;
  }

  .content5_gallery {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .content5_image-wrapper {
    width: 80%;
  }

  .content5_content-wrapper {
    width: 25rem;
    text-align: center;
  }

  

  .form-wrapper {
    width: 80%;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
  }

  .div-block-7 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .navbar1_component-2 {
    height: auto;
    min-height: 4rem;
  }

  .padding-section-large-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-6.header-padding {
    padding-bottom: 8rem;
  }

  .button-group-7 {
    justify-content: center;
  }

  .button-3.is-secondary.is-white {
    z-index: 1;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .padding-huge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-medium._0-mobile-portrait {
    margin-bottom: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

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

  .padding-horizontal.padding-huge {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-horizontal.padding-huge.mobile {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-custom1 {
    margin-top: 3.5rem;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide_heading-large {
    letter-spacing: 1px;
  }

  .text-rich-text p {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-large.header-padding {
    padding-top: 5rem;
  }

  .navbar1_logo {
    margin-left: 0;
  }

  .text-color-white-2 {
    object-fit: contain;
    overflow: visible;
  }

  .text-color-white-2.text-align-center-mobile.fs-styleguide_heading-large {
    font-size: 2.5rem;
  }

  .section_header7 {
    height: 85vh;
    border-bottom-width: 4px;
  }

  .text-size-medium-2.text-color-white.text-align-center.text-weight-bold {
    font-size: .8rem;
  }

  .layout31_component {
    grid-template-columns: 1fr;
  }

  .section_layout31.background-color-navy {
    background-size: auto 420vw;
    border-bottom-width: 4px;
  }

  .layout31_item-list {
    grid-template-columns: 1fr;
  }

  .border {
    border-width: 2px;
  }

  .layout12_item-list {
    grid-template-columns: 1fr;
  }

  .instructions-wrapper {
    align-self: auto;
    margin-left: 0;
  }

  .d-125-3d-wrapper {
    width: 300px;
  }

  .d-125-content-wrapper {
    padding-right: 60px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .browser-demo {
    width: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    margin-top: 0;
    margin-right: 0;
  }

  .outline {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: var(--navy);
    word-break: normal;
    overflow-wrap: normal;
  }

  .dropshadow-navy.fs-styleguide_heading-large {
    font-size: 3rem;
  }

  ._3 {
    padding-top: 0;
  }

  .image-3 {
    top: 17%;
  }

  .blob {
    top: 23%;
  }

  .team10_image-wrapper {
    padding-top: 80%;
  }

  .text-size-medium-5.text-color-white.text-align-center.text-weight-bold {
    font-size: .8rem;
  }

  .team10_image {
    object-fit: contain;
  }

  .team10_mask {
    width: 95%;
  }

  .stroke {
    -webkit-text-stroke-width: 1px;
  }

  .layout375_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout375_card-large-content {
    display: block;
  }

  .layout375_row {
    grid-template-columns: 1fr;
  }

  .text-color-navy {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .text-color-navy.heading-style-h3.text-weight-xbold {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .testimonial7_component {
    padding-bottom: 6rem;
  }

  .wave-border, .wave-border.top {
    min-height: 60px;
  }

  .kapow {
    width: 65%;
    top: -6px;
    left: 143.5px;
    transform: translate(-106px, 111px);
  }

  .stroke-flash {
    display: block;
  }

  .kapow2 {
    width: 50%;
    transform: translate(-78px, 31px);
  }

  .circle {
    width: 55%;
    display: block;
    top: 6193.65px;
    left: 9px;
    transform: none;
  }

  .circle.hide-mobile-portrait {
    display: none;
  }

  .circle.hide-mobile-landscape-up {
    display: block;
  }

  .square {
    width: 60%;
    transform: translate(7px, 21px);
  }

  .square._2 {
    width: 90%;
    height: 20%;
    transform: translate(-12px, 7px);
  }

  .circle2 {
    width: 80%;
    top: 4px;
    transform: translate(2px, -17px);
  }

  .asterisk {
    width: 40%;
    transform: translate(-40px, -144px);
  }

  .stroke-squiggle {
    width: 45%;
    transform: translate(-26px, 300px);
  }

  .stroke-kapow {
    width: 40%;
    top: 387px;
    left: -60px;
    transform: none;
  }

  .stroke-3 {
    width: 40%;
    transform: translate(7px, -26px);
  }

  .stroke-new {
    width: 40%;
    top: 439px;
    left: -42px;
    transform: translate(7px, -26px);
  }

  .header-shape {
    width: 15%;
    top: 17px;
    left: 13px;
    transform: translate(0);
  }

  .header-shape._2 {
    width: 17%;
    top: 17px;
    left: 362px;
  }

  .header-shape._3 {
    width: 70%;
    top: -33.5vw;
    left: 10.8vw;
  }

  .contact8_component, .contact5_component, .layout416_component {
    grid-template-columns: 1fr;
  }

  .header102_slide-content {
    width: 100%;
    align-content: flex-end;
    padding-top: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header102_slide-wrapper {
    grid-template-rows: auto auto;
  }

  .header102_component {
    overflow: hidden;
  }

  .header102_slide-content-wrapper {
    flex-direction: column;
  }

  .layout424_heading-list {
    height: 3.25rem;
  }

  .layout424_heading {
    font-size: 2.75rem;
  }

  .content5_image-wrapper {
    width: 90%;
  }

  .content5_content-wrapper {
    width: 80vw;
    text-align: center;
  }

  .form-wrapper {
    width: 100%;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-7 {
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .html-embed {
    width: 100%;
  }

  .padding-section-large-6.header-padding {
    padding-top: 5rem;
  }

  .section_header7-2 {
    height: 85vh;
    border-bottom-width: 4px;
  }

  .link-gold {
    color: var(--xtra-pale-gold);
  }
}

#w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-778effde {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b51afd48-deb5-0e81-7486-e5045d94491e-778effde, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-778effde, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#updates-form.w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b33-778effde {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b34-778effde, #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b35-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc364-778effde {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc365-778effde, #w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc366-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d076c-778effde {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d076d-778effde, #w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d0770-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b0-778effde {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b1-778effde, #w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b4-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944515e-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445160-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445172-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445184-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445196-778effde {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451a7-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451a9-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d584094451bb-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d584094451cd-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445204-778effde {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451f0-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445216-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445228-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944523b-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944524d-778effde {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445239-778effde {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d5840944525f-778effde, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445284-778effde {
  align-self: start;
}

#w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-778effe1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b51afd48-deb5-0e81-7486-e5045d94491e-778effe1, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-778effe1, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-778effe1, #w-node-_7036c60d-387e-a43b-fec8-90053d19ccab-778effe1, #w-node-_7036c60d-387e-a43b-fec8-90053d19ccb6-778effe1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-778effe2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b51afd48-deb5-0e81-7486-e5045d94491e-778effe2, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-778effe2, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-778effe2, #w-node-_7036c60d-387e-a43b-fec8-90053d19ccab-778effe2, #w-node-_7036c60d-387e-a43b-fec8-90053d19ccb6-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#updates-form.w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b33-778effe2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b34-778effe2, #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b35-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc364-778effe2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc365-778effe2, #w-node-_13c1b80e-8132-7603-b3f7-a88a2b7bc366-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d076c-778effe2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d076d-778effe2, #w-node-_7679e85e-f58e-048a-5b6c-64e3ff7d0770-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b0-778effe2 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

#w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b1-778effe2, #w-node-_4a754e41-bb6c-c65f-b2c5-a7dfb5c846b4-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944515e-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445160-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445172-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445184-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445196-778effe2 {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451a7-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451a9-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d584094451bb-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d584094451cd-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445204-778effe2 {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d584094451f0-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445216-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d58409445228-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944524d-778effe2, #w-node-_0027b0b4-dbb1-e1a8-352c-d5840944525f-778effe2 {
  align-self: start;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445239-778effe2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0027b0b4-dbb1-e1a8-352c-d58409445284-778effe2 {
  align-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-778effe3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-778effe3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-778effe3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-778effe3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-778effe3 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-778effe3, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-778effe3 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-778effe3 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-778effe3, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-778effe3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-778effe3 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #updates-form.w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b33-778effde {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b34-778effde, #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b35-778effde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #updates-form.w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b33-778effe2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b34-778effe2, #w-node-d739b7a5-e1d9-b1b2-3d07-26581fcf1b35-778effe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7036c60d-387e-a43b-fec8-90053d19ccab-778effe1, #w-node-_7036c60d-387e-a43b-fec8-90053d19ccab-778effe2 {
    align-self: auto;
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-778effde {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b51afd48-deb5-0e81-7486-e5045d94491e-778effde, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-778effde, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-778effde {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-778effe1 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b51afd48-deb5-0e81-7486-e5045d94491e-778effe1, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-778effe1, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-778effe1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbf9a57e-c838-eb1d-3c55-049ec6e162a2-778effe2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-b51afd48-deb5-0e81-7486-e5045d94491e-778effe2, #w-node-_80471b98-1a1e-1195-b72d-56d9ae40fb5d-778effe2, #w-node-_9e07e202-0a1a-6029-f585-ebb35e3d2017-778effe2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


