:root {
  --black: black;
  --white: white;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-logo-left {
  z-index: 99;
  background-color: #fff;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px 0 20px 0%;
  display: flex;
  position: static;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  display: block;
}

.navbar-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.navbar-brand {
  width: 80%;
  max-width: 100%;
  margin-left: 5%;
  position: static;
}

.nav-menu-wrapper {
  width: 7%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #000;
  text-align: right;
  letter-spacing: .25px;
  flex: 1;
  order: 1;
  width: 100%;
  max-width: 10%;
  height: auto;
  margin-left: 0;
  margin-right: 5%;
  padding: 5px 0;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  position: static;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading, .bold-text {
  font-weight: 400;
}

.heading-2 {
  float: right;
  clear: both;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black);
  text-align: right;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0%;
  padding-right: 0%;
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 32px;
  font-weight: 300;
  display: block;
  position: static;
  inset: auto 10% 0% 0;
}

.intro-text {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 100px 5% 60px;
  display: flex;
}

.bold-text-2, .bold-text-3 {
  font-family: "Ivy Mode 6", sans-serif;
}

.text-block {
  color: #000;
  text-align: left;
  margin-left: 5%;
  margin-right: 0;
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 28px;
  line-height: 20px;
  text-decoration: none;
  overflow: visible;
}

.heading-3 {
  color: #000;
  max-width: 100%;
  padding-left: 5%;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

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

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.case-study {
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  margin-right: 0%;
}

.image {
  box-sizing: border-box;
  vertical-align: middle;
  width: auto;
  min-height: auto;
  max-height: 450px;
  overflow: clip;
}

.title {
  min-width: auto;
  max-width: none;
  margin-left: 5%;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: right;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  margin-right: 25%;
  padding-right: 0;
  font-family: Gt Walsheim, Arial, sans-serif;
  display: block;
}

.date {
  clear: none;
  text-align: right;
  flex: 0 auto;
  order: 1;
  max-width: 300px;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 15px;
  font-style: italic;
  display: block;
  position: relative;
  inset: 0% 5% 0% auto;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  position: static;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-3 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-3 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-3:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-3 {
  margin-right: 10px;
}

.nav-dropdown-list-3 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-3.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-3 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-3:hover {
  color: #1a1b1fbf;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: static;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

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

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

.button-primary-4.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

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

.footer-social-link-three {
  margin-left: 32px;
}

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

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

.footer-copyright {
  color: #3a4554;
}

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.text-block-5 {
  color: #000;
  margin-bottom: 20px;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.link {
  color: #000;
}

.heading-4 {
  color: #000;
  margin-bottom: 20px;
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.link-2 {
  color: #000;
}

.image-2 {
  min-height: auto;
  max-height: 500px;
  margin-left: 0%;
  margin-right: auto;
}

.link-block, .link-block.w--current {
  text-decoration: none;
}

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

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

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

.heading-5 {
  font-family: "Ivy Mode 4", sans-serif;
}

.text-block-6 {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.bold-text-4 {
  vertical-align: super;
}

.description {
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 15px;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1%;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.flex-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
  position: static;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 10%;
  display: grid;
}

.infoheader {
  margin: 10% 5% 5%;
}

.flex-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-7, .text-block-8 {
  text-align: right;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.section {
  margin-top: 60px;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block-9 {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.section-2 {
  margin-bottom: 5%;
}

.flex-block-5 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-left: 5%;
  margin-right: 5%;
  display: grid;
}

.image-3, .image-4 {
  vertical-align: top;
  display: block;
}

.flex-block-6, .flex-block-7 {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-10 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 15px;
}

.text-block-11 {
  margin-top: 10px;
}

.text-block-12 {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.text-block-13 {
  text-align: right;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-style: italic;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  font-family: Gt Walsheim, Arial, sans-serif;
  display: grid;
}

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

.wevaluecs, .annexcs {
  margin-bottom: 5%;
}

.tricklcs {
  margin-bottom: 5%;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.case-study-copy {
  height: auto;
  margin-top: 0%;
  margin-bottom: 5%;
  margin-right: 0%;
}

.saluscs, .dealergavelcs {
  margin-bottom: 5%;
}

.flex-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: start stretch;
  margin-top: 8%;
  margin-left: 5%;
  display: grid;
}

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

.text-block-14 {
  margin-bottom: 20px;
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.image-5 {
  overflow: visible;
}

.text-block-15 {
  margin-bottom: 75%;
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 16px;
}

.text-block-16 {
  margin-bottom: 0;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.text-block-17 {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.sgheader {
  margin-top: 10%;
  margin-bottom: 0%;
}

.section-5 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.text-block-18 {
  margin-bottom: 20px;
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 30px;
}

.text-block-19 {
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.paragraph {
  margin-bottom: 20px;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.list-item {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.heading-6 {
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.heading-7 {
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 28px;
  font-weight: 300;
}

.heading-8 {
  font-family: Gt Walsheim, Arial, sans-serif;
  font-weight: 400;
}

.section-6 {
  margin-bottom: 40px;
}

.section-7 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.image-6 {
  margin-bottom: 20px;
}

.section-8 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

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

.image-7 {
  align-self: center;
}

.flex-block-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  margin-bottom: 40px;
  display: grid;
}

.image-8 {
  background-color: #000;
}

.section-9 {
  margin-bottom: 40px;
}

.section-10 {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.section-11 {
  margin-bottom: 20px;
}

.platformcommunication, .section-12 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.section-13 {
  margin-bottom: 40px;
}

.section-14 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.image-10, .image-12 {
  margin-bottom: 0;
}

.block-quote {
  font-family: Gt Walsheim, Arial, sans-serif;
  font-size: 16px;
}

.section-16 {
  margin-left: 5%;
  margin-right: 5%;
}

.section-17 {
  margin-bottom: 5%;
  margin-left: 5%;
  margin-right: 5%;
}

.section-18 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.section-19 {
  margin-bottom: 40px;
}

.column {
  padding-left: 0;
}

.column-2 {
  padding-right: 0;
}

.section-20 {
  margin-bottom: 40px;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.image-13 {
  padding-right: 0;
}

.image-14 {
  padding-left: 0;
}

.columns, .image-15 {
  margin-bottom: 20px;
}

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

.column-5 {
  padding-left: 0;
}

.column-6 {
  padding-right: 0;
}

.section-21 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.image-17 {
  margin-bottom: 20px;
}

.grid {
  grid-template-rows: auto;
}

.image-copy {
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  min-height: auto;
  max-height: 450px;
  overflow: visible;
}

.trickl {
  margin-bottom: 5%;
}

.rich-text-block {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.heading-9 {
  font-family: Gt Walsheim, Arial, sans-serif;
  font-weight: 400;
}

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

.section-22 {
  margin-bottom: 40px;
  margin-left: 5%;
  margin-right: 5%;
}

.section-23 {
  margin-bottom: 40px;
}

.list {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.list-item-2, .list-item-3 {
  margin-bottom: 5px;
}

.list-2 {
  padding-left: 2%;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.section-24 {
  margin-bottom: 40px;
}

.list-3 {
  margin-bottom: 20px;
  margin-left: 2%;
  font-family: Gt Walsheim, Arial, sans-serif;
}

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

.section-25 {
  margin-bottom: 40px;
}

.image-18 {
  margin-bottom: 20px;
}

.text-block-20 {
  text-align: center;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.image-19, .image-20 {
  margin-bottom: 10px;
}

.section-26, .section-27 {
  margin-bottom: 40px;
}

.text-block-21 {
  margin-bottom: 75%;
}

.text-block-22 {
  margin-bottom: 90%;
}

.text-block-23 {
  margin-bottom: 75%;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.text-block-24 {
  margin-bottom: 35%;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.section-28, .section-29 {
  margin-bottom: 40px;
}

.div-block-3 {
  background-color: #f1f1f1;
}

.section-30, .section-31 {
  margin-bottom: 20px;
}

.section-32, .section-33 {
  margin-bottom: 40px;
}

.image-21 {
  margin-bottom: 20px;
}

.image-22 {
  margin-bottom: 0;
}

.section-34, .section-35 {
  margin-bottom: 40px;
}

.text-block-25 {
  margin-left: 0%;
  font-family: "Ivy Mode 4", sans-serif;
  font-size: 30px;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 5%;
  font-family: "Ivy Mode 4", sans-serif;
  text-decoration: none;
  display: block;
}

.image-23, .image-24 {
  overflow: visible;
}

.link-block-3, .div-block-4 {
  overflow: hidden;
}

.list-item-4, .list-item-5, .list-item-6 {
  font-family: Gt Walsheim, Arial, sans-serif;
}

.text-block-26 {
  margin-bottom: 60%;
}

.text-block-27 {
  margin-bottom: 95%;
  font-family: Gt Walsheim, Arial, sans-serif;
}

.div-block-5, .link-block-4, .div-block-6, .link-block-5, .link-block-6, .div-block-7, .div-block-8, .link-block-7 {
  overflow: hidden;
}

.dg-header {
  margin-top: 10%;
}

.image-25 {
  margin-bottom: 10%;
}

.flex-block-16 {
  margin-top: 0%;
}

@media screen and (min-width: 1440px) {
  .heading-2 {
    font-size: 36px;
  }

  .intro-text, .heading-3 {
    max-width: none;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
    overflow: visible;
  }

  .case-study {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image {
    max-height: 100%;
  }

  .date {
    font-size: 16px;
  }

  .heading-4 {
    font-family: "Ivy Mode 4", sans-serif;
    font-size: 50px;
    font-weight: 300;
  }

  .description {
    font-size: 16px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr .25fr;
    grid-auto-columns: 1fr;
    margin-left: 5%;
    margin-right: 5%;
    font-family: Gt Walsheim, Arial, sans-serif;
    display: grid;
  }

  .text-block-7, .text-block-8, .text-block-9 {
    font-family: Gt Walsheim, Arial, sans-serif;
  }

  .case-study-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .image-5 {
    display: block;
  }

  .section-5 {
    margin-bottom: 40px;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .section-15 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-11, .image-12 {
    margin-bottom: 40px;
  }

  .block-quote {
    margin-bottom: 20px;
    font-family: Gt Walsheim, Arial, sans-serif;
    font-size: 16px;
  }

  .section-16 {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-17, .section-18 {
    margin-bottom: 40px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .flex-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". ."
                   ". Area"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .section-19 {
    margin-bottom: 40px;
  }

  .column {
    padding-left: 0;
  }

  .column-2 {
    padding-right: 0;
  }

  .section-20 {
    margin-bottom: 40px;
  }

  .grid {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-template-rows: auto;
    grid-auto-rows: minmax(auto, 1fr);
  }

  .image-copy {
    max-height: 100%;
  }

  .text-block-21, .text-block-23 {
    font-family: Gt Walsheim, Arial, sans-serif;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.w--current {
    max-width: 100%;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

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

  .heading-2 {
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 20px;
    margin-left: 0%;
    font-weight: 300;
    display: flex;
  }

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

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

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

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

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

  .title {
    font-weight: 400;
  }

  .text-block-3 {
    margin-right: 5%;
  }

  .date {
    font-style: italic;
  }

  .container-3 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .container-4 {
    max-width: 728px;
    margin-left: 0%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

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

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

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

  .div-block-2 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .flex-block {
    flex-flow: wrap;
  }

  .flex-block-2 {
    grid-template-columns: .25fr 1fr;
  }

  .flex-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
  }

  .text-block-23 {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    max-width: 100%;
    margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
    display: inline-block;
  }

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

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .heading-2 {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 5%;
    font-size: 32px;
  }

  .intro-text {
    min-width: 300px;
  }

  .body {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
  }

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

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .title {
    min-width: auto;
    max-width: none;
    margin-bottom: -8px;
    margin-left: 0%;
    padding-bottom: 10px;
  }

  .text-block-3 {
    max-width: none;
    margin-left: 5%;
  }

  .date {
    text-align: right;
    max-width: none;
    margin-left: 0%;
    position: static;
  }

  .div-block {
    flex-flow: wrap;
    min-width: auto;
    max-width: 568px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .footer-subscribe {
    margin-left: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

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

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

  .image-2 {
    min-width: auto;
    max-width: none;
  }

  .description {
    margin-bottom: 10px;
    margin-left: 0%;
    font-family: Gt Walsheim, Arial, sans-serif;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .flex-block-2 {
    grid-template-rows: auto;
  }

  .infoheader {
    margin-top: 40px;
  }

  .flex-block-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    grid-auto-flow: column;
    place-items: start stretch;
    display: flex;
  }

  .text-block-7, .text-block-8 {
    text-align: left;
  }

  .text-block-9 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .flex-block-5 {
    grid-auto-flow: row;
  }

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

  .flex-block-8 {
    display: block;
  }

  .flex-block-9 {
    grid-template-columns: 2fr;
  }

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

  .image-5 {
    margin-right: 5%;
  }

  .text-block-15 {
    margin-bottom: 5%;
  }

  .text-block-17 {
    margin-bottom: 20px;
  }

  .sgheader {
    flex-flow: wrap;
    justify-content: flex-start;
    margin-right: 5%;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .nav-menu-wrapper {
    display: flex;
    position: static;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .nav-link {
    justify-content: flex-end;
    min-width: 100px;
    max-width: 100%;
    margin-right: 5%;
    padding-right: 0;
    display: flex;
  }

  .heading-2 {
    text-align: right;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 20%;
    margin-bottom: 0;
    margin-right: 0%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: 25px;
    line-height: 35px;
    display: block;
  }

  .intro-text {
    min-width: auto;
    margin-top: 40px;
    display: flex;
  }

  .bold-text-3 {
    margin-right: 0;
  }

  .text-block {
    height: 100%;
    max-height: 100%;
    margin-top: 0;
  }

  .body {
    aspect-ratio: auto;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .image {
    box-sizing: border-box;
    object-fit: contain;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
    overflow: visible;
  }

  .title {
    min-width: auto;
    max-width: 100%;
    margin-bottom: 10px;
    margin-right: 5%;
    padding-bottom: 0;
    font-weight: 400;
  }

  .text-block-3 {
    max-width: none;
    margin-top: auto;
    margin-left: 0%;
    margin-right: 5%;
  }

  .date {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    position: static;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .container-3 {
    max-width: none;
  }

  .nav-menu-two-2 {
    flex-direction: column;
  }

  .footer-subscribe {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0;
    padding-right: 0;
  }

  .container-4 {
    max-width: none;
    margin-left: 0%;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-4.footer-form-button {
    position: relative;
    right: 0;
  }

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

  .heading-4 {
    font-size: 3em;
  }

  .image-2 {
    min-width: auto;
    max-height: none;
    overflow: visible;
  }

  .description {
    flex-flow: column;
    line-height: 18px;
    display: block;
  }

  .flex-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-auto-flow: column;
    justify-items: stretch;
    display: flex;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 5.5fr;
  }

  .infoheader {
    margin-top: 60px;
  }

  .text-block-7, .text-block-8 {
    text-align: left;
  }

  .section-2 {
    margin-bottom: 10%;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .flex-block-7 {
    max-width: 90%;
    margin-bottom: 20px;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .text-block-15 {
    margin-bottom: 15%;
    font-size: 14px;
  }

  .heading-6 {
    margin-top: 30%;
  }

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

  .image-copy {
    box-sizing: border-box;
    object-fit: contain;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
    overflow: visible;
  }

  .text-block-23 {
    margin-bottom: 15%;
  }

  .text-block-24 {
    margin-bottom: 10%;
  }

  .text-block-26 {
    margin-bottom: 15%;
    font-family: Gt Walsheim, Arial, sans-serif;
  }

  .text-block-27 {
    margin-bottom: 15%;
  }
}

#w-node-_28cd6349-ad56-9e8e-2643-3afdf054a377-924a7b32 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a2f73eb5-a83a-f073-3c8f-32026aa7d169-1b552110, #w-node-ec52b9a7-0ad0-116f-0a5c-588a00815291-7bd3eb1d, #w-node-a11dac8b-fd08-c94e-e030-a4edde1e4cd1-7bd3eb1d, #w-node-_90a4f7ce-b2e1-8c8c-7414-fe5df5925542-7bd3eb1d, #w-node-ec52b9a7-0ad0-116f-0a5c-588a00815291-2c8eb10f, #w-node-ec52b9a7-0ad0-116f-0a5c-588a00815291-f0681645, #w-node-_18feee20-3a93-90e4-1ce9-c60c026b795b-c1d78722 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_09960bf9-1c48-2840-1129-882667e6133b-1b552110 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_216f203f-29c9-c78a-782b-a8fe9cefba81-1b552110, #w-node-_81043a8d-6db4-2d0f-0fbf-f81cc756611f-1b552110 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_09960bf9-1c48-2840-1129-882667e6133b-c1d78722 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0986fbe4-3eae-57a4-f1f9-17b6c2b6650d-9c774163 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Ivy Mode 6';
  src: url('../fonts/ivy-mode-6.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ivy Mode 4';
  src: url('../fonts/ivy-mode-4.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim';
  src: url('../fonts/GT-Walsheim-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gt Walsheim';
  src: url('../fonts/GT-Walsheim-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}