:root {
  --link-color--link-primary: var(--base-color-brand--primary);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --base-color-brand--primary: #aa813a;
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--primary);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--white: #fff;
  --rounded-corners: .69rem;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue-dark: #3b302b;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--primary);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.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;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

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

h2 {
  letter-spacing: .3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  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;
  inset: 0% auto auto 0%;
}

.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;
}

.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-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-regular {
  margin-bottom: 1.5rem;
}

.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-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 {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.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-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-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 {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

.text-color-primary {
  color: var(--base-color-brand--primary);
}

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-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;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.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: 700;
  line-height: 1.1;
}

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

.padding-global.padding-section_footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-global.padding-section_hero {
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.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-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  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 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  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 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  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;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.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 {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.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-secondary {
  background-color: var(--background-color--background-secondary);
}

.form_input {
  border: 1px solid var(--border-color--border-primary);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

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

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

.fs-styleguide_3-col {
  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;
  width: 100%;
  display: grid;
}

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

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

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  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: var(--background-color--background-tertiary);
}

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

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

.container-large.in-nav {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.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;
  inset: 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 {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

.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-brand {
  background-color: var(--background-color--background-secondary);
}

.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;
  place-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;
}

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

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

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

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  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;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #fff0;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 12rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

.hero_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  max-width: 70rem;
  display: grid;
  position: relative;
}

.hero_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
  margin-top: 0;
}

.hero_heading {
  font-size: 3.9rem;
}

.section_hero {
  color: #fff;
  background-color: #000;
  background-image: radial-gradient(circle at 0 100%, #2d62ff4d, #0000 50%), radial-gradient(circle at 100% 60%, #2d62ff4d, #1110 20%), radial-gradient(circle at 100% 100%, #d600c433, #0000 45%);
  flex-direction: column;
  justify-content: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

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

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.section {
  position: relative;
}

.section.footer {
  background-color: var(--base-color-neutral--neutral-dark);
  color: var(--base-color-neutral--white);
}

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

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
  position: sticky;
  top: 15svh;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  overflow: hidden;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.features-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 150px;
  height: 150px;
}

.features-image.rounded-corners {
  filter: brightness(85%);
}

.flex-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.flex-regular {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.flex-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-horizontal.flex-regular {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--base-color-neutral--black);
  text-decoration: none;
}

.flex-horizontal.flex-large {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.flex-horizontal.flex-large.flex-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.service_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-radius: var(--rounded-corners);
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--black);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: .5rem;
  text-decoration: none;
  display: flex;
}

.service_header {
  font-size: 1.3rem;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--base-color-neutral--white);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.team-block.rounded-corners {
  overflow: hidden;
}

.team-member-image-two {
  object-fit: cover;
  object-position: 50% 100%;
  width: 40%;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 3rem 6rem;
  display: flex;
  position: relative;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: var(--base-color-brand--primary);
  margin-bottom: 20px;
  font-weight: 500;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

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

.contact-method {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  color: #3b2ae5;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.brand-link {
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  display: flex;
}

.logo-txt {
  color: #000;
  margin-top: 3px;
  line-height: 23px;
}

.dropdown-toggle {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #3b2ae5;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.phone-in-nav {
  border-right: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.socials-in-nav {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-wrapper-03 {
  background-color: #fff;
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blue {
  color: #3b2ae5;
}

.navbar-top-banner {
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-icons-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #ddd4c3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-text {
  color: var(--base-color-neutral--black);
  white-space: nowrap;
  margin-bottom: 1px;
}

.globe {
  max-width: 40px;
  margin-right: 10px;
}

.platform-icon {
  background-color: var(--base-color-brand--primary);
  color: #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0;
  padding: 4px;
  display: flex;
}

.nav-link {
  color: #000;
  text-transform: none;
  border: 1px #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link:hover {
  color: #3b2ae5;
  border-style: none;
  border-color: #000;
  border-radius: 0;
}

.nav-link.w--current {
  color: #3b2ae5;
}

.nav-link.dropdown {
  padding-top: 0;
  padding-bottom: 0;
}

.contact-methods-nav {
  align-items: center;
  display: flex;
}

.contact-icon {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 4px;
  display: flex;
}

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

.button-2.nav {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  font-size: 16px;
  transition: all .2s;
}

.button-2.nav:hover {
  opacity: .8;
}

.email-in-nav {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.social-link-nav {
  color: #3b2ae5;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link-nav:hover {
  opacity: .8;
}

.image {
  width: 10px;
  height: 10px;
}

.social_icon {
  mix-blend-mode: luminosity;
  object-fit: contain;
  width: 1rem;
  height: 1rem;
}

.teamblock_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.clients_marquee {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.section-2 {
  background-color: #fff;
  padding: 80px 2rem;
  position: relative;
  overflow: hidden;
}

.testimonial_paragraph {
  margin-bottom: .69rem;
}

.marquee-content {
  grid-column-gap: 2rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  grid-column-gap: 6rem;
  justify-content: space-around;
  align-items: center;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.tagline-2 {
  color: #32343a;
  margin-bottom: 10px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.2;
}

.testimonial-star-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.background-color {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.background-color.gainsboro {
  background-color: #e8e8e8;
  width: 100%;
  height: 100%;
}

.background-color.gainsboro.double-gradient {
  z-index: 1;
  pointer-events: none;
  background-color: #e8e8e800;
  background-image: linear-gradient(90deg, #fff, #e8e8e800 11% 89%, #fff);
}

.background-color.gainsboro.violet-topper {
  z-index: 1;
  pointer-events: none;
  background-color: #ffd12917;
}

.background-color.white {
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 420px;
  padding: 1.5rem;
  display: flex;
}

.clients_marguee-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.container-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  display: flex;
  position: relative;
}

.testimonial-author {
  margin-bottom: 2px;
  font-size: 1.3rem;
  line-height: 1.3;
}

.staricon {
  color: var(--base-color-brand--primary);
  object-fit: contain;
  width: 1rem;
  height: 100%;
  position: relative;
}

.tagline {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.footer-link-three {
  color: #fff;
  text-decoration: none;
}

.footer-link-three:hover {
  opacity: .69;
}

.footer-social-link-three {
  margin-left: 32px;
  transition: all .2s;
}

.footer-social-link-three:hover {
  opacity: .79;
}

.section-3 {
  background-color: #fff;
  padding: 80px 2rem;
  position: relative;
  overflow: hidden;
}

.section-3.footersec {
  padding: 4rem 2rem;
}

.collection-item {
  flex-flow: column;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: #000;
  text-decoration: none;
}

.footer_link:hover {
  color: #b7995e;
}

.footer-block-three {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 25%;
  display: flex;
}

.footer-wrapper-three {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tagline-text {
  color: var(--base-color-brand--primary);
  font-size: 1rem;
  font-weight: 600;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.html-embed {
  cursor: pointer;
}

.footer-link {
  color: var(--base-color-neutral--neutral-lighter);
}

.section-4 {
  background-color: #fff;
  padding: 80px 2rem;
  position: relative;
  overflow: hidden;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.paragraph {
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.4;
}

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

.paragraph.smaller {
  font-size: 1rem;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.max-w-50 {
  max-width: 50%;
}

.max-w-50.margin-bottom-2.xs {
  margin-bottom: 1rem;
}

.margin-bottom-2 {
  width: 100%;
  margin-bottom: 3.5rem;
}

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

.button-primary {
  z-index: 1;
  border-radius: var(--rounded-corners);
  background-color: var(--base-color-brand--primary);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.is-small {
  padding: .8rem 1.2rem;
  font-size: 1rem;
}

.list-item {
  margin-bottom: 1rem;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.list {
  margin-top: 1rem;
  padding-left: 1.15rem;
  list-style-type: decimal;
}

.list.hide {
  display: none;
}

.c-faq-q {
  align-items: center;
  display: flex;
}

.faq-stripe-2 {
  background-color: var(--base-color-brand--primary);
  border-radius: 2px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.faq-stripe-1 {
  background-color: var(--base-color-brand--primary);
  border-radius: 2px;
  width: 2px;
  height: 100%;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.c-faq-item {
  border-left: 3px solid var(--base-color-brand--primary);
  border-radius: var(--rounded-corners);
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.c-faq {
  margin-left: auto;
  margin-right: auto;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-q-text {
  text-align: left;
  font-weight: 600;
}

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

.c-faq-a-text {
  text-align: left;
  padding: 20px;
}

.text_2col {
  text-align: justify;
  column-count: 2;
  column-gap: 4rem;
}

.triplegrid_col {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.features-list-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.features-list-item._02 {
  margin-bottom: .75rem;
}

.bullet {
  background-color: #b7995e;
  border-radius: 50%;
  width: .5rem;
  min-width: .5rem;
  height: .5rem;
  min-height: .5rem;
  margin-right: 2rem;
}

.divider {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.divider_line {
  background-color: var(--base-color-neutral--black);
  width: 100%;
  height: 1px;
  position: relative;
}

.divider_line.primary {
  background-color: var(--base-color-brand--primary);
}

.signet {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  display: flex;
  position: relative;
}

.seal {
  z-index: 2;
  background-color: var(--base-color-brand--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  margin-right: -13px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 5% 0% auto auto;
}

.image-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-2-copy {
  object-fit: contain;
  width: 30%;
  height: 30%;
  position: absolute;
  inset: auto;
}

.section-5 {
  background-color: #fff;
  padding: 80px 2rem;
  position: relative;
  overflow: hidden;
}

.flexer-hor {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.map {
  filter: saturate(0%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mapwrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-2 {
  z-index: 1;
  color: #fff;
  background-color: #b7995e;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
  display: inline-block;
  position: relative;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.container-3 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  display: flex;
  position: relative;
}

.heading-style-h6-2 {
  letter-spacing: -.0125rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.ths13-menu-icon-bar-bottom {
  background-color: var(--base-color-neutral--black);
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.div-block-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dropdown-nav-pages-wrapper-v3---brix {
  margin-bottom: 20px;
}

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

.margin-bottom-3.margin-custom2 {
  margin: 0 0 1rem;
}

.megamenu {
  z-index: 50;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #14424940;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 7.5svh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.card-paragraph {
  font-size: .8rem;
}

.smolcard {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.smolcard.accented {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #d1dcde;
  border-radius: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 1rem;
}

.nav-items {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.rotater {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ths13-menu-icon-bar-top {
  background-color: var(--base-color-neutral--black);
  width: 18px;
  height: 1px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.nav-card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ghostnav_wrapper {
  z-index: 20;
  background-color: #fff;
  padding: .2rem 2rem;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-image {
  object-fit: cover;
  border-radius: .5rem;
  width: 100%;
  max-width: none;
  height: 13rem;
  margin-bottom: .5rem;
}

.nav-image.smol {
  width: 6rem;
  height: 6rem;
  margin-bottom: 0;
}

.image---brix.dropdown-button-icon-v3---brix {
  filter: contrast(0%) grayscale();
  display: block;
}

.navlink {
  color: var(--base-color-neutral--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.navlink:hover {
  color: var(--base-color-brand--primary);
}

.dropdown-button-v2---brix {
  width: 100%;
  text-decoration: none;
  display: block;
}

.ghostnav_brand {
  margin-top: 2px;
  margin-right: auto;
}

.ghostnav_brand-logo {
  width: 169px;
}

.ghostnav_navbar {
  z-index: 55;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
  padding: .6rem;
  display: flex;
  position: relative;
}

.megamenu_card-text {
  width: 100%;
  height: auto;
}

.image-wrapper---brix-2 {
  margin-right: 18px;
  overflow: hidden;
}

.image-wrapper---brix-2.dropdown-button-icon-v3---brix-copy {
  flex: none;
  margin-right: 16px;
}

.navlinks_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.ths13-menu-icon-wrapper {
  border: 1px solid var(--base-color-neutral--black);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 1rem;
  display: flex;
}

.footer-brand {
  width: 200px;
  height: 200px;
  padding-left: 0;
  position: relative;
}

.footer-brand.smol {
  width: 120px;
  height: 120px;
}

.flex-hc---brix {
  align-items: center;
  display: flex;
}

.dropdown-nav-container-v3---brix {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  padding: 2rem;
  display: flex;
}

.megamenu_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.megamenu_item.flex-horizontal {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.dropdown-button-v3---brix {
  width: 100%;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.dropdown-button-v3---brix:hover {
  color: #4a3aff;
}

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

.container-large-2.in-nav {
  justify-content: space-around;
  align-items: center;
  max-width: 80rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.megamenu_column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.ghostnav_button {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #eeffc0;
  text-align: center;
  background-color: #9dc430bf;
  border: 1.3px solid #9dc430;
  border-radius: 20rem;
  margin-left: auto;
  margin-right: 0;
  padding: .7rem 1rem;
  font-size: .8rem;
  transition: all .2s;
}

.ghostnav_button:hover {
  color: #9dc430;
  background-color: #9dc43000;
}

.megamenu_cardholder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.megamenu-absolute {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #d1dcde;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 25%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.megamenu_card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.background-color-2 {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.background-color-2.red-card {
  background-color: #fff2e8c9;
}

.ths13-menu-link-hover-text {
  position: absolute;
}

.dropdown-nav-main-wrapper-v3---brix {
  display: flex;
}

.dropdown-bottom-button-arrow-v2---brix {
  opacity: .7;
  filter: brightness(0%) saturate(24%);
  margin-left: 12px;
}

.hero_positioner {
  position: relative;
}

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

.image-4 {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.cta-fullcolor {
  background-color: var(--base-color-brand--primary);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding: 2rem;
  display: flex;
}

.cta-fullcolor.rounded-corners {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-tertiary {
  border-radius: var(--rounded-corners);
  color: #000;
  background-color: #32343a00;
  border: .2rem solid #fff;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-tertiary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-tertiary:active {
  background-color: #43464d;
}

.cta_fullcolor_text {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 60%;
  margin-bottom: 0;
  margin-right: auto;
  display: flex;
}

.cta-tag {
  color: #fff;
  white-space: nowrap;
  width: auto;
  margin-top: 2px;
  margin-left: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.container-4 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  display: flex;
  position: relative;
}

.image-6 {
  object-fit: contain;
  width: 1.5rem;
  height: 1.5rem;
}

.cta-fullcolor-2 {
  background-color: #b7995e;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.cta-fullcolor-2.rounded-corners {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-tertiary-2 {
  color: #000;
  background-color: #32343a00;
  border: .2rem solid #fff;
  border-radius: 2.5rem;
  justify-content: center;
  align-items: center;
  padding: 1.3rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-tertiary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-tertiary-2:active {
  background-color: #43464d;
}

.container-5 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  display: flex;
  position: relative;
}

._w-faq-icon-copy {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.navbar-logo-center {
  z-index: 100;
  position: relative;
  inset: 0% 0% auto;
}

.faq-stripe-2-copy {
  background-color: var(--base-color-brand--primary);
  border-radius: 2px;
  width: 100%;
  height: 3px;
  position: absolute;
}

.navlist_link {
  color: #b7995e;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-decoration: none;
}

.faq-stripe-1-copy {
  background-color: var(--base-color-brand--primary);
  border-radius: 2px;
  width: 3px;
  height: 100%;
}

.navlist {
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.navlist_text {
  color: #000;
}

.navlist-item {
  text-align: right;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  transition: all .2s;
}

.navlist-item:hover {
  background-color: #ffffff59;
}

.navlist-item.last {
  padding: 2.5rem;
}

.menu {
  display: none;
}

.navbar_new {
  z-index: 5;
  -webkit-backdrop-filter: blur(2.5rem);
  backdrop-filter: blur(2.5rem);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 12svh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.menu-button-hamburger {
  aspect-ratio: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: none;
  position: relative;
  left: auto;
}

.navbar-brand-three {
  z-index: 5;
  width: 9.5rem;
  margin-right: auto;
}

.container-6 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 980px;
  display: flex;
  position: relative;
}

.container-6.nav {
  flex-flow: row;
}

.container-6.align-right {
  text-align: left;
  justify-content: center;
  align-items: flex-end;
}

.link-description {
  display: none;
}

@media screen and (min-width: 1280px) {
  .container-2, .container-3 {
    max-width: 1240px;
  }

  .ghostnav_brand {
    margin-left: 0;
  }

  .ghostnav_navbar {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4, .container-5 {
    max-width: 1240px;
  }

  .navbar-brand-three {
    min-width: 12rem;
  }

  .container-6 {
    max-width: 1240px;
  }
}

@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;
  }

  .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-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;
  }

  .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;
  }

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

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

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

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

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

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav_button {
    color: #fff;
  }

  .hero_image {
    width: 100%;
    max-height: 400px;
  }

  .hero_heading {
    font-size: 3rem;
  }

  .section_hero {
    padding-top: 3rem;
  }

  .hero_grid {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

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

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
    position: relative;
    top: 0;
  }

  .features-right {
    max-width: 100%;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .team-block {
    flex-flow: column;
  }

  .team-block.swap-mobile {
    flex-flow: column-reverse;
  }

  .team-member-image-two {
    object-position: 50% 0%;
    width: 100%;
    max-height: 60svh;
  }

  .nav-inner {
    padding: 10px 20px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .navbar-top-banner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu {
    background-color: #fff;
    box-shadow: 0 14px 13px -3px #0000001c;
  }

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button-2.nav {
    display: none;
  }

  .hamburger {
    width: 40px;
    padding-top: 3px;
  }

  .testimonial-author {
    font-size: 1.1rem;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .footer-wrapper-three {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .paragraph {
    font-size: 1rem;
  }

  .max-w-50 {
    max-width: 75%;
  }

  .button-primary.is-small {
    display: none;
  }

  .text_2col {
    column-count: 1;
  }

  .triplegrid_col {
    max-width: 100%;
  }

  .div-block-2 {
    width: 50%;
  }

  .dropdown-nav-pages-wrapper-v3---brix {
    margin-bottom: 0;
    margin-right: 0;
  }

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

  .megamenu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-nav-pages-wrapper-v2---brix {
    margin-bottom: 0;
    margin-right: 0;
  }

  .navlink_text {
    color: var(--base-color-neutral--black);
    text-transform: uppercase;
  }

  .nav-items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-image {
    height: 6rem;
  }

  .navlink {
    display: none;
  }

  .dropdown-button-v2---brix {
    align-self: flex-start;
    width: auto;
  }

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

  .image-wrapper---brix-2.dropdown-button-icon-v3---brix-copy {
    width: 1rem;
    margin-right: .5rem;
  }

  .navlinks_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-brand.smol {
    display: none;
  }

  .dropdown-nav-container-v3---brix.change-by-the-size-of-your-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block {
    width: 100%;
  }

  .megamenu_item.flex-horizontal {
    justify-content: space-between;
    align-items: flex-start;
  }

  .dropdown-button-v3---brix {
    align-self: flex-start;
  }

  .megamenu_column {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .megamenu_cardholder {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .megamenu-absolute {
    width: 100%;
    position: relative;
  }

  .dropdown-nav-main-wrapper-v3---brix {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 0;
  }

  .cta-fullcolor {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .cta_fullcolor_text {
    max-width: 100%;
  }

  .menu-button-hamburger {
    width: 2rem;
    height: 2rem;
    display: block;
  }

  .navbar-brand-three {
    position: relative;
  }
}

@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;
  }

  .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;
  }

  .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;
  }

  .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;
  }

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

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

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

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

  .features-list, .team-slider {
    padding: 60px 15px;
  }

  .team-block-info {
    padding: 1.5rem;
  }

  .navbar-top-banner {
    display: none;
  }

  .contact-icons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .email-in-nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .clients_marquee {
    grid-column-gap: .5rem;
  }

  .section-2, .section-2.padded {
    padding: 2rem 1rem;
  }

  .testimonial_paragraph {
    font-size: .8rem;
  }

  .marquee-content.scroll {
    grid-column-gap: .5rem;
  }

  .tagline-2 {
    font-size: .6rem;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    text-align: left;
    align-items: flex-start;
  }

  .testimonial-author {
    font-size: .9rem;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .section-3 {
    padding: 2rem 1rem;
  }

  .section-3.footersec {
    padding: 30px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer_link {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-block-three {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: .5rem;
  }

  .footer-wrapper-three {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .section-4, .section-4.padded {
    padding: 2rem 1rem;
  }

  .image-5.rounded-corners {
    height: 200px;
  }

  .paragraph {
    font-size: 15px;
    line-height: 1.4em;
  }

  .max-w-50 {
    max-width: 100%;
  }

  .bullet {
    margin-right: 1rem;
  }

  .section-5, .section-5.padded {
    padding: 2rem 1rem;
  }

  .container-3 {
    text-align: left;
    align-items: flex-start;
  }

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

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

  .card-paragraph {
    color: #080a0299;
  }

  .smolcard.accented {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .ghostnav_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .nav-image {
    width: 4rem;
    height: 2rem;
    display: none;
  }

  .nav-image.smol {
    width: 3rem;
    height: 3rem;
  }

  .navlink {
    display: none;
  }

  .ghostnav_brand-logo {
    width: 150px;
  }

  .image-wrapper---brix-2.dropdown-button-icon-v3---brix-copy {
    border-radius: 8px;
  }

  .dropdown-nav-container-v3---brix.change-by-the-size-of-your-container {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    display: flex;
  }

  .div-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .megamenu_item.flex-horizontal {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
  }

  .dropdown-button-v3---brix {
    border: 1px solid #1a535c54;
    border-radius: 2rem;
    padding: .25rem .8rem;
  }

  .ghostnav_button {
    display: none;
  }

  .megamenu_cardholder {
    flex-flow: column;
  }

  .megamenu_card {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: row;
  }

  .cta-fullcolor {
    padding: 1.1rem;
  }

  .cta-fullcolor.rounded-corners {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-4 {
    text-align: left;
    align-items: flex-start;
  }

  .cta-fullcolor-2.rounded-corners {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .container-5 {
    text-align: left;
    align-items: flex-start;
  }

  .navlist_link, .navlist-item.last {
    text-align: center;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .container-6 {
    text-align: left;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .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;
  }

  .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;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

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

  .hero_heading {
    font-size: 2.5rem;
  }

  .container {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .features-image.rounded-corners {
    aspect-ratio: auto;
    width: 100%;
  }

  .service_item {
    flex-flow: column;
    padding: .7rem;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .team-block-info {
    padding: 1rem;
  }

  .contact-method {
    margin-bottom: 10px;
  }

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

  .contact-icons-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .platform-icon, .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  .social-link-nav {
    margin-bottom: 10px;
  }

  .section-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-2 {
    text-align: left;
    align-items: flex-start;
  }

  .section-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .features-list-item {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
  }

  .section-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-3 {
    text-align: left;
    align-items: flex-start;
  }

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

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

  .dropdown-nav-pages-wrapper-v2---brix {
    width: 100%;
  }

  .nav-card {
    border-radius: 1rem;
  }

  .ghostnav_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-bottom-button-content---brix {
    margin-bottom: 0;
  }

  .ghostnav_brand-logo {
    width: 125px;
  }

  .footer-brand {
    width: 140px;
    height: 140px;
  }

  .div-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    padding: 2rem;
  }

  .megamenu_item.flex-horizontal {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .container-large-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .megamenu_cardholder {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .megamenu-absolute {
    padding: 2rem;
  }

  .cta-fullcolor {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem;
  }

  .container-4, .container-5, .container-6 {
    text-align: left;
    align-items: flex-start;
  }
}

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-5873cafa, #w-node-b224ec27-30fa-be84-48bf-7ed471542af3-5873cafd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-5873cafd, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-5873cafd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-5873cafd, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-5873cafd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-2ae03fcf, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-1ea225a6, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-a0d63ab9, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-c5b90e53, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-5ce259d6, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-9bf803e1, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-6d1c505b, #w-node-f63cbc6a-01b0-c56e-95d4-065080c06eda-6751a2c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


