body {
  color: #000;
  font-family: ABC Social, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

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

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-weight: 300;
}

a {
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.padding-0 {
  padding: 0;
}

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

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

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

.padding-small {
  padding: 1rem;
}

.padding-normal {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

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

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

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

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

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

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

.margin-0 {
  margin: 0;
}

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

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

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

.margin-small {
  margin: 1rem;
}

.margin-normal {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

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

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

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

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

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

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

.styleguide-spacing-label {
  text-align: center;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.text-color-mid-grey {
  color: #b7b7b7;
}

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

.styleguide-spacing-cell {
  background-color: #bed7ff;
  border: 1px solid #5887ff;
}

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

.styleguide-spacing-grid.display-none {
  display: none;
}

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

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

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

.styleguide-divider {
  height: 1px;
  background-color: #000;
}

.spec-table_cell {
  border-right: 1px solid #393939;
}

.spec-table_row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #393939;
  grid-template-rows: auto;
  grid-template-columns: .333333fr .666667fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spec-table_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid #393939;
  border-left: 1px solid #393939;
  grid-template-rows: auto;
  grid-template-columns: .333333fr 1fr;
  grid-auto-columns: 1fr;
}

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

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

.text-size-huge {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

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

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

.text-size-xhuge {
  font-size: 4rem;
  line-height: 1.1;
}

.text-size-xxhuge {
  font-size: 5rem;
  line-height: 1.1;
}

.text-size-xxlarge {
  font-size: 2rem;
  line-height: 1.1;
}

.text-size-xlarge {
  font-size: 1.75rem;
}

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

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

.text-size-gigantic {
  letter-spacing: -.05em;
  font-size: 6rem;
  line-height: .96;
}

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

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

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

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

.text-line-height-110 {
  line-height: 1.1;
}

.text-style-italic {
  color: #393939;
  font-style: italic;
}

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

.text-style-allcaps.text-weight-bold.letter-spacing-loose {
  letter-spacing: 1.5px;
}

.text-line-height-130 {
  line-height: 1.3;
}

.text-break-normal {
  white-space: normal;
}

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

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

.text-line-height-150 {
  line-height: 1.5;
}

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

.text-weight-black {
  font-weight: 900;
}

.rich-text-element {
  color: #000;
  font-size: 1.125rem;
}

.rich-text-element h2 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
}

.rich-text-element h3 {
  margin-top: 3.5rem;
  margin-bottom: 1rem;
}

.rich-text-element h4 {
  margin-top: 1rem;
  margin-bottom: .5rem;
}

.rich-text-element h5 {
  margin-top: 1rem;
  margin-bottom: .25rem;
}

.rich-text-element h6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 1rem;
  margin-bottom: .25rem;
}

.rich-text-element p {
  color: #000;
  margin-bottom: 1.5rem;
}

.rich-text-element h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.rich-text-element ul {
  color: #3f3f3f;
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style-type: none;
}

.rich-text-element ol {
  color: #414141;
  margin-bottom: 1.5rem;
  padding-left: 0;
}

.rich-text-element blockquote {
  background-color: rgba(237, 237, 219, .5);
  border-left-style: none;
  border-left-color: #ff4b4b;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 1.5rem;
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

.rich-text-element figcaption {
  opacity: 1;
  text-align: left;
  margin-top: .5rem;
  font-size: 1rem;
  line-height: 1.1;
}

.rich-text-element figure {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.rich-text-element a {
  text-decoration: underline;
}

.rich-text-element a:hover {
  text-decoration: none;
}

.rich-text-element li {
  color: #404040;
  margin-bottom: .375rem;
  padding-left: 2.5rem;
  position: relative;
}

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

.heading1 {
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading2 {
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading3 {
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading4 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading6 {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
}

.grid_item {
  width: 33.3333%;
  height: auto;
  padding: 1rem;
}

.grid_item.is-50-percent {
  width: 50%;
}

.grid_item.is-25-percent {
  width: 25%;
}

.grid_item.is-75-percent {
  width: 75%;
}

.grid_item.is-25-percent {
  width: 25%;
}

.grid_item.is-50-percent {
  width: 50%;
}

.grid_item.is-16-percent {
  width: 16.6667%;
}

.grid_component {
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem;
  display: flex;
  overflow: visible;
}

.grid_component.flex-left {
  justify-content: flex-start;
}

.image_asset {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image_component {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
  overflow: hidden;
}

.image_component.is-4by3 {
  padding-top: 75%;
}

.image_component.is-square {
  padding-top: 100%;
}

.image_component.is-16by9 {
  padding-top: 56.25%;
  overflow: hidden;
}

.body-styleguide {
  background-color: rgba(237, 237, 219, .6);
  padding-bottom: 100vh;
}

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

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

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

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

.typeface-letter {
  width: 6.8%;
  background-color: #e4e4e4;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.typeface-list_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.text-max-width-50ch {
  max-width: 50ch;
}

.text-max-width-25ch {
  max-width: 25ch;
}

.text-style-class {
  outline-offset: 0px;
  color: #195ad7;
  background-color: rgba(190, 215, 255, .5);
  border-radius: .25rem;
  outline: 1px solid #5887ff;
  padding-left: .5rem;
  padding-right: .5rem;
  font-family: Inconsolata, monospace;
  font-size: .875rem;
  display: inline-block;
}

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

.style-nav_component {
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.style-nav_inner-wrap {
  height: 5rem;
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 2.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.style-nav_brand {
  color: #fff;
  align-items: center;
  margin-bottom: -4px;
  line-height: 1;
  display: flex;
}

.style-nav_nav-link {
  opacity: .7;
  padding: .5rem 1rem;
  transition: opacity .2s;
}

.style-nav_nav-link:hover {
  opacity: 1;
}

.style-nav_nav-link.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.style-nav_menu-button {
  width: 5rem;
  height: 5rem;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.style-nav_menu-icon {
  color: #f0eeee;
  border-left: 1px solid #f0eeee;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.divider {
  width: 100%;
  height: .125rem;
  background-color: #f4f4f4;
}

.flex-horizontal {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.form_field {
  height: 3rem;
  color: #2f2f2f;
  background-color: #f4f4f4;
  border: .25rem solid rgba(92, 187, 255, 0);
  border-radius: .25rem;
  flex: none;
  margin-bottom: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 400;
  transition: all .3s;
  overflow: hidden;
}

.form_field:hover {
  background-color: #dedede;
}

.form_field:focus {
  border-color: #5cbbff;
}

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

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.page-wrapper {
  min-height: 100vh;
  padding-top: 6rem;
}

.text-style-link {
  color: #195ad7;
  border-radius: .25rem;
  text-decoration: underline;
  transition: all .3s;
}

.text-style-link:hover {
  color: #5887ff;
  text-decoration: none;
}

.text-style-link:focus-visible {
  outline-offset: .25rem;
  outline: .25rem solid #75b9f9;
}

.text-style-link[data-wf-focus-visible] {
  outline-offset: .25rem;
  outline: .25rem solid #75b9f9;
}

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

.font-abc-social {
  font-family: ABC Social, Arial, sans-serif;
}

.font-stk-bureau {
  letter-spacing: -.03em;
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-weight: 300;
}

.bg-color-natural {
  background-color: #ededdb;
}

.bg-color-burgundy {
  background-color: #c8056e;
}

.bg-color-mural-red {
  background-color: #ff4b4b;
}

.bg-color-flamingo {
  background-color: #ff98b4;
}

.bg-color-blush {
  background-color: #ffcee0;
}

.bg-color-indigo {
  background-color: #195ad7;
}

.bg-color-mural-blue {
  background-color: #5887ff;
}

.bg-color-sky {
  background-color: #79c1ff;
}

.bg-color-ice {
  background-color: #bed7ff;
}

.bg-color-orange {
  background-color: #ed6000;
}

.bg-color-mural-yellow {
  background-color: #fa0;
}

.bg-color-lemon {
  background-color: #ffe146;
}

.bg-color-canary {
  background-color: #ffed87;
}

.bg-color-mural-green {
  background-color: #00843f;
}

.bg-color-jade {
  background-color: #00c27a;
}

.bg-color-spring {
  background-color: #8fec7f;
}

.bg-color-mint {
  background-color: #b4f5c8;
}

.bg-color-violet {
  background-color: #8728e6;
}

.bg-color-grape {
  background-color: #be53ff;
}

.bg-color-mural-pink {
  background-color: #fc83ff;
}

.bg-color-lavender {
  background-color: #e6bfff;
}

.text-color-natural {
  color: #ededdb;
}

.text-color-burgundy {
  color: #c8056e;
}

.text-color-mural-red {
  color: #ff4b4b;
}

.text-color-flamingo {
  color: #ff98b4;
}

.text-color-blush {
  color: #ffcee0;
}

.text-color-indigo {
  color: #195ad7;
}

.text-color-mural-blue {
  color: #5887ff;
}

.text-color-sky {
  color: #79c1ff;
}

.text-color-ice {
  color: #bed7ff;
}

.text-color-orange {
  color: #ed6000;
}

.text-color-mural-yellow {
  color: #fa0;
}

.text-color-lemon {
  color: #ffe146;
}

.text-color-canary {
  color: #ffed87;
}

.text-color-mural-green {
  color: #00843f;
}

.text-color-jade {
  color: #00c27a;
}

.text-color-spring {
  color: #8fec7f;
}

.text-color-mint {
  color: #b4f5c8;
}

.text-color-mural-pink {
  color: #fc83ff;
}

.text-color-lavender {
  color: #e6bfff;
}

.text-color-grape {
  color: #be53ff;
}

.text-color-violet {
  color: #8728e6;
}

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

.sg-logo-wrapper {
  height: 11rem;
  background-color: #fff;
  display: block;
  position: relative;
}

.mural-logo-asset {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 3.5rem 5rem;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-nav_icon {
  width: 40px;
  filter: invert();
  margin-bottom: 4px;
  margin-right: 1rem;
}

.card_component {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 2rem;
  transition: all .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  transform: translate(0);
}

.card_component:hover {
  border-color: #5887ff;
  transform: translate(0, -3px);
  box-shadow: 0 16px 16px -6px rgba(0, 0, 0, .05);
}

.card_component:focus-visible {
  outline-offset: 4px;
  outline: 3px solid #5cbbff;
}

.card_component[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 3px solid #5cbbff;
}

.shadow-large {
  box-shadow: 0 50px 100px -20px rgba(0, 0, 0, .15), 0 30px 60px -30px rgba(0, 0, 0, .15);
}

.shadow-medium {
  box-shadow: 0 18px 36px -17px rgba(0, 0, 0, .09), 0 30px 60px -12px rgba(0, 0, 0, .08);
}

.shadow-small {
  box-shadow: 0 8px 16px -4px rgba(0, 0, 0, .05), 0 15px 30px -12px rgba(0, 0, 0, .05);
}

.navbar_component {
  z-index: 99999;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: fixed;
  top: 0;
}

.navbar_inner {
  z-index: 2;
  width: 100%;
  height: 100%;
  max-width: 80rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_logo {
  width: 7.1875rem;
}

.navbar_menu {
  flex: 1;
  align-items: center;
  margin-left: 2.5rem;
  display: flex;
}

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

.navbar_menu-left {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  align-items: center;
  display: flex;
}

.navbar_menu-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.navbar-link_component {
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
}

.navbar-link_component.is-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.navbar-link_component.is-link.w--current {
  color: #000;
}

.navbar-link_toggle {
  padding: .5rem 0;
  display: flex;
}

.navbar-link_toggle:hover {
  color: #195ad7;
}

.navbar-link_label {
  line-height: 1;
}

.navbar-link_icon {
  margin-left: .5rem;
  margin-right: 0;
  position: relative;
}

.navbar-link_window {
  z-index: 9000;
}

.navbar-link_window.w--open {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: rgba(0, 0, 0, .65);
  position: fixed;
  top: 6rem;
  bottom: 0;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.navbar_dropdown-content-wrapper {
  background-color: #fff;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  box-shadow: 57px 57px 100px rgba(0, 0, 0, .13), 0 30px 60px rgba(0, 0, 0, .15);
}

.section-footer {
  margin-top: auto;
}

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

.rule-horizontal {
  width: 100%;
  height: .5rem;
  background-color: #000;
  flex: none;
}

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

.text-color-coral {
  color: #ff4b4b;
}

.position-relative {
  position: relative;
}

.navbar_headline {
  letter-spacing: -.03em;
  font-family: STK Bureau, Times New Roman, sans-serif;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.navbar_close {
  width: 1.5rem;
  height: 1.5rem;
  color: #fff;
  background-color: #000;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  left: auto;
  right: 0%;
}

.navbar_close:hover {
  background-color: #ff4b4b;
}

.navbar_close.is-bottom-area {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navbar_close.is-bottom-area:hover {
  background-color: rgba(0, 0, 0, 0);
}

.navbar_headline-wrap {
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
  position: relative;
}

.navbar_child-link-wrap {
  width: 100%;
  border-radius: 1px;
  transition: box-shadow .3s cubic-bezier(.23, 1, .32, 1), background-color .3s cubic-bezier(.23, 1, .32, 1);
}

.navbar_child-link-wrap:hover {
  background-color: #ededdb;
  box-shadow: 0 0 0 .75rem #ededdb;
}

.navbar_child-link-wrap.is-solutions:hover {
  background-color: #8fec7f;
  box-shadow: 0 0 0 .75rem #8fec7f;
}

.navbar_child-link-heading {
  align-items: center;
  margin-bottom: .25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
}

.navbar_child-link-description {
  color: rgba(0, 0, 0, .65);
  font-size: .875rem;
  line-height: 1.5;
}

.navbar_bottom-content {
  background-color: #fa0;
}

.navbar_bottom-content.is-solutions {
  background-color: #00c27a;
}

.navbar_bottom-content.is-resources {
  background-color: #5887ff;
}

.navbar_bottom-heading-wrap {
  justify-content: space-between;
  align-items: center;
  margin-bottom: .75rem;
  display: flex;
}

.navbar_template-link {
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
}

.navbar_scroll-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: auto;
}

.navbar_close-icon {
  width: .75rem;
  height: .75rem;
  padding: 0;
}

.navbar_close-label {
  height: 1.5rem;
  opacity: 0;
  color: #000;
  text-align: right;
  align-items: center;
  padding-right: .5rem;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: absolute;
  right: 1.5rem;
}

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

.navbar_all-icon {
  object-fit: contain;
  align-items: center;
  margin-top: -.25rem;
  margin-left: .625rem;
  display: flex;
}

.navbar_dropdown-subhead {
  height: 1px;
  background-color: #000;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.navbar_dropdown-subhead-label {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fff;
  padding-right: .5rem;
  font-size: .75rem;
  font-weight: 900;
}

.navbar_dropdown-subhead-label.is-use-case {
  background-color: #00c27a;
}

.navbar_ad {
  background-color: #bed7ff;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.navbar_blog-link {
  background-color: #fff;
  border-radius: .25rem;
  padding-top: 66.66%;
  transition: opacity .3s cubic-bezier(.23, 1, .32, 1);
  display: block;
  position: relative;
}

.navbar_blog-link-inner {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph-medium {
  color: #393939;
  text-align: left;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.paragraph-medium.mb-0 {
  margin-bottom: 0;
}

.section-2 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.text-max-width-70ch {
  max-width: 70ch;
}

.hero-accent.color {
  z-index: 0;
  width: 96px;
  height: 120px;
  background-color: #f3f3f3;
  border-radius: 5px;
  position: absolute;
  top: -7%;
  bottom: auto;
  left: -16px;
  right: auto;
}

.hero-accent.color.two {
  width: 60px;
  height: 60px;
  background-color: #dbfafa;
  position: absolute;
  top: -12px;
  bottom: auto;
  left: auto;
  right: -12px;
}

.hero-accent.color.security-one {
  background-color: #d1f0ff;
  top: -10px;
  bottom: auto;
  left: -10px;
  right: auto;
}

.hero_img-accent {
  border-radius: 10px;
  position: absolute;
}

.hero_img-accent.btm_center {
  z-index: 1;
  width: 75%;
  height: 40px;
  background-color: #ffe8e8;
  border-radius: 5px;
  top: auto;
  bottom: 0%;
  left: 12.5%;
  right: 0%;
}

.hero_img-accent.top_left {
  z-index: 1;
  width: 100px;
  height: 100px;
  background-color: #d1f0ff;
  border-radius: 5px;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero_img-accent.top_left.consultant {
  top: -16px;
  left: -16px;
}

.security-logos {
  max-height: 50px;
  max-width: 120px;
}

.security-logos:hover {
  opacity: 1;
}

.quote_card-accent {
  z-index: 1;
  border-radius: 5px;
  position: absolute;
}

.quote_card-accent.btm_left {
  width: 30%;
  height: 20px;
  background-color: #ff4b4b;
  top: auto;
  bottom: 0;
  left: 8%;
  right: auto;
}

.quote_card-accent.top_right {
  width: 40px;
  height: 40px;
  background-color: #195ad7;
  bottom: auto;
  left: auto;
  right: 0;
}

.lottie-scroll-squiggle {
  width: 90px;
  height: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 10px;
  right: auto;
}

.divider-line {
  width: 100%;
  height: 1px;
  opacity: .54;
  background-color: #acac98;
  margin-top: 74px;
  margin-bottom: 74px;
}

.h4-headline {
  margin-bottom: 24px;
  font-weight: 400;
  line-height: 22px;
}

.benefits-icon {
  width: 80px;
  height: 80px;
  text-align: left;
  align-self: center;
  margin-bottom: 16px;
}

.benefits-icon.consultant-icons {
  margin-bottom: 24px;
}

.form_submit-btn {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background-color: #bb2853;
  border-radius: 5px;
  padding-top: 22px;
  padding-bottom: 22px;
  font-size: 16px;
}

.button_component {
  height: 3rem;
  background-color: #e6bfff;
  background-image: linear-gradient(to right, #be53ff 50%, #e6bfff 50%);
  border-radius: .25rem;
  align-items: center;
  padding: 0;
  font-weight: 300;
  transition: background-position .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.button_component.is-green {
  background-color: #b4f5c8;
  background-image: linear-gradient(to right, #00c27a 50%, #b4f5c8 50%);
}

.button_component.is-blue {
  background-color: #bed7ff;
  background-image: linear-gradient(to right, #5887ff 50%, #bed7ff 50%);
}

.button_component.is-red {
  background-color: #ffcee0;
  background-image: linear-gradient(to right, #ff4b4b 50%, #ffcee0 50%);
}

.button_component.is-yellow {
  background-color: #ffed87;
  background-image: linear-gradient(to right, #fa0 50%, #ffed87 50%);
}

.button_component.is-black {
  color: #fff;
  background-color: #424242;
  background-image: linear-gradient(to right, #000 50%, #424242 50%);
}

.button_component.is-form-submit {
  height: auto;
  min-height: 3rem;
  color: #000;
  border-left: 6px solid #be53ff;
  justify-content: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.button_label {
  height: 100%;
  flex: 1 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.button_background {
  height: 100%;
  background-color: #be53ff;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  transition: width .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button_background.is-green {
  background-color: #00c27a;
}

.button_background.is-blue {
  background-color: #5887ff;
}

.button_background.is-red {
  background-color: #ff4b4b;
}

.button_background.is-yellow {
  background-color: #fa0;
}

.button_background.is-black {
  background-color: #000;
}

.button_icon {
  width: 3rem;
  height: 3rem;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  transition: transform .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.button_icon-wrap {
  min-width: .3125rem;
  border-radius: .25px;
  justify-content: center;
  align-items: center;
  transition: background-color .3s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.hero_video-accent {
  z-index: 1;
  border-radius: 5px;
  position: absolute;
}

.hero_video-accent.top_left {
  width: 25%;
  height: 70%;
  background-color: #195ad7;
  margin-left: 0;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hero_video-accent.btm_mid {
  width: 80%;
  height: 120px;
  background-color: #ff4b4b;
  top: auto;
  bottom: 0%;
  left: 10%;
  right: 0%;
}

.hero_video-accent.top_right {
  width: 10%;
  height: 20%;
  background-color: #57002b;
  margin-right: 0;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero_video-accent.top_right.gray {
  background-color: #f3f3f3;
}

.button-link_component {
  color: #be53ff;
  border-bottom: .1875rem solid #e6bfff;
  padding-top: .1875rem;
  font-size: 1.125rem;
  line-height: 1.3;
  position: relative;
}

.button-link_component.is-green {
  color: #00c27a;
  border-bottom-color: #b4f5c8;
}

.button-link_component.is-blue {
  color: #5887ff;
  border-bottom-color: #bed7ff;
}

.button-link_component.is-red {
  color: #ff4b4b;
  border-bottom-color: #ffcee0;
}

.button-link_component.is-yellow {
  color: #fa0;
  border-bottom-color: #ffed87;
}

.button-link_component.is-black {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, .3);
  display: inline-block;
}

.sg-button-wrap {
  height: 6rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-page-header {
  position: relative;
}

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

.page-header_component {
  max-width: 52.5rem;
}

.page-header_bg-green {
  background-color: #00c27a;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header_bg-purple {
  background-color: #be53ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header_bg-yellow {
  background-color: #fa0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header_bg-red {
  background-color: #ff4b4b;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.page-header_bg-blue {
  background-color: #5887ff;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_wrap-accent {
  z-index: 1;
  width: 80%;
  height: 40px;
  background-color: #bebebe;
  border-radius: 10px;
  position: absolute;
}

.faq_wrap-accent.gray {
  z-index: 2;
  background-color: #dcdcdc;
}

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

.footer-link:hover {
  text-decoration: underline;
}

.footer-logo {
  width: 10rem;
}

.flex-bottom {
  height: 100%;
  align-items: flex-end;
  display: flex;
}

.footer-link-list {
  margin-bottom: 0;
  line-height: 1.75;
}

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

.navbar_bottom-border {
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  top: -1px;
}

.navbar_bottom-border_container {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
  position: relative;
}

.fullscreen {
  height: 100vh;
  background-color: #ffcee0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.message_container {
  width: 100%;
  max-width: 32rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
  box-shadow: 0 0 1px rgba(0, 0, 0, .4), 0 6px 8px rgba(0, 0, 0, .08);
}

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

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

  .padding-bottom.padding-large.is-nav {
    padding-top: 2rem;
    padding-bottom: 0;
  }

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

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

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

  .padding-vertical.padding-medium.is-nav {
    padding-bottom: 0;
  }

  .padding-vertical.padding-large.is-nav {
    padding-top: 1rem;
    padding-bottom: 0;
  }

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

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

  .page-padding.is-nav {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .text-size-medium {
    white-space: normal;
  }

  .grid_item, .grid_item.is-25-percent {
    width: 50%;
  }

  .grid_item.is-nav {
    width: 100%;
    padding: .5rem;
  }

  .grid_item.is-16-percent {
    width: 33.3333%;
  }

  .grid_component.is-nav {
    margin: 0;
  }

  .page-wrapper {
    min-height: 0;
    padding-top: 4rem;
  }

  .card_component:hover {
    border-color: #eaeaea;
    transform: none;
  }

  .navbar_component {
    height: 4rem;
    padding-right: 0;
  }

  .navbar_logo-link {
    z-index: 1;
  }

  .navbar_menu {
    background-color: #fff;
    margin-left: 0;
    padding-top: 4rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .navbar_menu-button {
    width: 4rem;
    height: 4rem;
    padding: 0;
  }

  .navbar_menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .navbar_menu-inner {
    height: 100%;
    flex-direction: column;
    overflow: auto;
  }

  .navbar_menu-left {
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: stretch;
    padding: 2rem 2.5rem 6rem;
  }

  .navbar_menu-right {
    z-index: 10;
    width: 100%;
    background-image: linear-gradient(360deg, #fff, #fff 80%, rgba(255, 255, 255, 0));
    justify-content: center;
    padding: 1.5rem 2.5rem;
    position: absolute;
    bottom: 0;
  }

  .navbar-link_component {
    z-index: 5;
    width: 100%;
    font-family: STK Bureau, Times New Roman, sans-serif;
    font-size: 2rem;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .3s cubic-bezier(.23, 1, .32, 1);
  }

  .navbar-link_toggle:hover {
    color: #000;
  }

  .navbar-link_icon {
    font-size: 1rem;
  }

  .navbar-link_window.w--open {
    position: relative;
    top: 0;
  }

  .navbar_close.is-bottom-area, .navbar_headline-wrap {
    display: none;
  }

  .navbar_child-link-wrap {
    display: block;
  }

  .navbar_child-link-wrap:hover, .navbar_child-link-wrap.is-solutions:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar_child-link-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-family: ABC Social, Arial, sans-serif;
    font-weight: 400;
    display: flex;
  }

  .navbar_child-link-description, .navbar_bottom-content {
    display: none;
  }

  .navbar_bottom-content.is-solutions {
    background-color: rgba(0, 0, 0, 0);
    display: block;
  }

  .navbar_scroll-wrapper {
    overflow: visible;
  }

  .navbar_dropdown-subhead-label {
    font-family: ABC Social, Arial, sans-serif;
    font-weight: 900;
  }

  .navbar_dropdown-subhead-label.is-use-case {
    background-color: #fff;
  }

  .navbar_ad {
    padding: 1.5rem;
  }

  .hero-accent.color {
    top: -12px;
    left: -12px;
  }

  .security-logos {
    width: 160px;
    max-height: none;
    max-width: 100%;
  }

  .quote_card-accent.btm_left {
    left: 8%;
  }

  .quote_card-accent.top_right {
    width: 120px;
    right: -12px;
  }

  .navbar_icon {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  h4 {
    font-size: 1rem;
  }

  h5 {
    font-size: .875rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

  .padding-bottom.padding-large.is-nav {
    padding-top: .5rem;
  }

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

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

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

  .padding-vertical.padding-large.is-nav {
    padding-top: .5rem;
  }

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

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

  .text-size-huge {
    font-size: 2rem;
  }

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

  .text-size-xhuge {
    font-size: 2.5rem;
  }

  .text-size-xxhuge {
    font-size: 3rem;
  }

  .text-size-xxlarge {
    font-size: 1.75rem;
  }

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

  .text-size-gigantic {
    font-size: 4rem;
  }

  .rich-text-element {
    font-size: 1rem;
  }

  .heading1 {
    font-size: 2.5rem;
  }

  .heading2 {
    font-size: 2rem;
  }

  .heading3 {
    font-size: 1.25rem;
  }

  .heading4 {
    font-size: 1rem;
  }

  .heading5 {
    font-size: .875rem;
  }

  .grid_item {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_item.is-50-percent, .grid_item.is-25-percent, .grid_item.is-75-percent, .grid_item.is-50-percent {
    width: 100%;
  }

  .grid_item.is-16-percent {
    width: 50%;
  }

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

  .card_component {
    min-height: 0;
  }

  .navbar_component {
    padding-left: 1rem;
  }

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

  .navbar_menu-left, .navbar_menu-right {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rule-horizontal {
    height: 3px;
    display: block;
  }

  .navbar_dropdown-subhead {
    margin-top: .75rem;
  }

  .navbar_ad {
    padding: 1rem;
  }

  .quote_card-accent.btm_left {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .quote_card-accent.top_right {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .lottie-scroll-squiggle {
    margin-top: -4vw;
    right: -1vw;
  }

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

@media screen and (max-width: 479px) {
  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

  .padding-vertical.padding-large.is-nav {
    padding-top: .5rem;
  }

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

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

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

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

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

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

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

  .page-padding.is-nav {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .grid_item.is-25-percent {
    width: 100%;
  }

  .grid_item.is-nav {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

  .card_component {
    padding: 1.5rem;
  }

  .navbar_menu-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 1rem;
  }

  .navbar_menu-right {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-link_component {
    font-size: 1.5rem;
  }

  .navbar-link_component.is-link, .navbar-link_toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar_all-icon {
    margin-top: 0;
    margin-left: .5rem;
  }

  .navbar_dropdown-subhead {
    margin-bottom: 1rem;
  }

  .navbar_ad {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-2 {
    overflow: hidden;
  }

  .hero-accent.color {
    top: -8px;
    left: -8px;
  }

  .hero-accent.color.two {
    height: 60px;
    top: -8px;
    right: -8px;
  }

  .hero-accent.color.security-one {
    top: -4%;
  }

  .hero_img-accent.top_left.consultant {
    top: -8px;
    left: -8px;
  }

  .lottie-scroll-squiggle {
    width: 50px;
    height: 50px;
  }

  .divider-line {
    margin-top: 40px;
    margin-bottom: 64px;
  }

  .button_label {
    font-size: 1rem;
  }

  .hero_video-accent.top_right {
    width: 30%;
  }

  .navbar_ad-content {
    margin-bottom: 1rem;
  }

  .fullscreen {
    justify-content: flex-start;
    padding: 1rem;
  }

  .message_container {
    width: auto;
    justify-content: center;
    padding: 1.5rem;
    position: fixed;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    overflow: scroll;
  }
}

#w-node-_4126e8d2-9c6b-1b5a-bf91-ae0c8f0e1e01-adf610f3, #w-node-_3ed90465-82d3-6434-9cea-8baf48422833-adf610f3, #w-node-_7794dda1-35fd-8715-ea7c-5e8ba21dc57f-adf610f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'STK Bureau';
  src: url('../fonts/STKBureau-SerifLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'STK Bureau';
  src: url('../fonts/STKBureau-SerifLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ABC Social';
  src: url('../fonts/ABCSocial-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}