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

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

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.blog-link-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-slider {
  background-color: #0000;
  height: auto;
  padding-top: 40px;
}

.section-img-border-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.slider-arrow-icon.right {
  padding-left: 2px;
}

.slider-arrow-icon.left {
  margin-right: 19px;
}

.testimonial-position {
  color: #1f1844b3;
  padding-bottom: 20px;
}

.section {
  padding: 100px 40px 0;
  position: relative;
}

.section.benefits {
  color: #fff;
  background-color: #590b70;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.section.light {
  background-color: #faf9ff;
}

.section.light.overlap-bottom {
  padding-top: 140px;
  padding-bottom: 220px;
}

.section.no-padding-top {
  padding-top: 40px;
  padding-bottom: 100px;
}

.top-right-border {
  position: absolute;
  inset: 0% 0% auto auto;
}

.nav-cta-button {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #4444cf;
  border-radius: 30px;
  align-items: center;
  margin-left: 20px;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-cta-button:hover {
  background-color: #5151e9;
}

.page-container {
  width: 100%;
  min-height: 100vh;
}

.page-container.main {
  color: #1f1844;
}

.footer-overlap-wrap {
  margin-top: -140px;
  padding-top: 40px;
}

.nav-logo-wrap {
  width: 220px;
}

.nav-link {
  text-transform: capitalize;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  transition: font-variation-settings .2s, color .2s;
}

.nav-link:hover {
  color: #5454e7;
  font-weight: 700;
}

.nav-link.w--current {
  color: #4444cf;
  font-weight: 700;
}

.footer-bottom-wrap {
  color: #fff;
  border-top: .5px solid #faf9ff80;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.curved-bg-wrap {
  margin-top: 0;
  position: relative;
}

.curved-bg-wrap.overlap-top {
  margin-top: -140px;
}

.bottom-left-border {
  z-index: 1;
  max-width: 10%;
  position: absolute;
  inset: auto 0 -10px auto;
}

.bullet-list {
  padding-top: 0;
  padding-left: 20px;
}

.footer-p {
  color: #fff;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.slide---business {
  padding-top: 60px;
  padding-bottom: 20px;
}

.testimonial-name {
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.navbar {
  background-color: #0000;
  position: fixed;
  inset: 0% 0% auto;
}

.company-subtitle {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.footer-link {
  color: #000;
  margin-left: 40px;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: .7;
}

.footer-link.light {
  opacity: .8;
  color: #fff;
  text-transform: capitalize;
}

.footer-link.light:hover {
  opacity: 1;
}

._3-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.nav-container {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.hero-content {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-flex-wrap.first {
  justify-content: center;
  align-items: center;
}

.footer-flex-wrap.logo {
  flex-direction: column;
  align-items: flex-start;
}

.bullet-list-item {
  padding-top: 8px;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 16px;
  line-height: 24px;
}

.social-link---light {
  filter: invert() contrast(200%);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin-right: 20px;
  transition: opacity .2s;
}

.social-link---light:hover {
  opacity: .6;
}

.social-link---light.pin {
  background-image: url('../images/PIN.svg');
}

.social-link---light.tw {
  background-image: url('../images/TW.svg');
}

.social-link---light.fb {
  background-image: url('../images/FB.svg');
}

.social-link---light.tum {
  background-image: url('../images/TUM.svg');
}

.social-link---light.ig {
  background-image: url('../images/IG.svg');
}

.footer-contact-info {
  text-align: right;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.benefit-title {
  padding-bottom: 10px;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.content-title {
  color: #590b70;
  text-align: center;
  width: 50%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.footer-nav-link {
  color: #fff;
  margin-bottom: 15px;
  text-decoration: none;
  display: block;
}

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

.section-img {
  object-fit: contain;
  width: 90%;
  max-width: none;
  max-height: none;
}

.section-img.hero---main {
  width: 70%;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  overflow: clip;
  transform: scale(1.3);
}

.section-img.border-bg {
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

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

.section-p {
  color: #1f1844b3;
  text-align: center;
  text-transform: none;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.hero-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 62px;
  font-weight: 700;
  line-height: 110%;
}

.nav-logo {
  width: 220px;
}

.company-logo {
  max-width: 120px;
}

.footer-middle-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 40px;
  display: flex;
}

.line-border-top {
  width: 7%;
  max-width: 100%;
  max-height: 100px;
  position: absolute;
  top: 0;
  left: 50px;
}

.line-border-top.right {
  top: -20px;
  left: auto;
  right: 50px;
  transform: rotate(75deg);
}

.blog-title {
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.container {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-col-grid {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.curved-bg-bottom {
  height: 160px;
}

.curved-bg-bottom.benefits-bottom {
  z-index: 2;
  background-image: url('../images/Curved-BG-Main2x.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
  position: relative;
}

.curved-bg-bottom.light-half-bottom {
  background-image: url('../images/Half-Curved-BG---Light.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 130px;
  margin-top: 0;
}

.button-main {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bc0d57;
  border-radius: 30px;
  flex: none;
  padding: 15px 40px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: all .2s;
}

.button-main:hover {
  background-color: #590b70;
}

.slide-nav {
  position: absolute;
  bottom: -60px;
}

.curved-bg-top {
  height: 140px;
  position: relative;
}

.curved-bg-top.light-top-2 {
  background-image: url('../images/Customer-Section-BG---Main.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}

.curved-bg-top.light-top {
  background-image: url('../images/Customer-Section-BG---Main.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 130px;
  position: absolute;
  top: auto;
  bottom: 0;
}

.curved-bg-top.benefits-top {
  background-image: url('../images/Curved-BG-Main2x.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 160px;
}

.curved-bg-top.footer-top {
  background-image: url('../images/Footer-BG.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 120px;
}

.curved-bg-top.light-half-top {
  background-image: url('../images/Half-Curved-BG---Light.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 100px;
  position: absolute;
  inset: 0% 0% 0;
}

.align-center-mobile.narrow {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: auto;
  display: flex;
}

.section-subtitle {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.social-links-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.section-title {
  padding-bottom: 30px;
  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
}

.legal {
  letter-spacing: 1px;
  font-family: Lato, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 120%;
}

.hero-section {
  background-color: #fff;
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/cover_back.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  padding: 300px 40px 140px;
  display: flex;
  position: relative;
}

.blog-item-wrap {
  color: #1f1844;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.blog-item-wrap:hover {
  color: #4444cf;
}

.footer {
  color: #fff;
  background-color: #430854;
  padding: 0 40px 10px;
  position: relative;
}

.cms-items-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

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

.testimonial-thumbnail {
  z-index: 99;
  object-fit: cover;
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: -60px auto auto;
}

.footer-col {
  flex-direction: column;
  align-items: flex-end;
  min-width: 200px;
  display: flex;
}

.benefit-img {
  flex: 1;
  max-width: 50%;
  margin-bottom: 20px;
}

._2-col-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.blog-thumbnail {
  object-fit: cover;
  border: 1px solid #fafafa;
  border-radius: 10px;
  width: 100%;
  height: 220px;
  max-height: 220px;
  margin-bottom: 30px;
}

.benefit-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.company-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 40px;
  padding-bottom: 80px;
  display: grid;
}

.slider-arrow---business {
  background-color: #4444cf;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  line-height: 24px;
  box-shadow: 0 0 30px #0000004d;
}

.testimonial-item {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 40px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

.light-link {
  color: #1f1844;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.light-link:hover {
  color: #4444cf;
}

.bold-text {
  font-family: Exo, sans-serif;
}

.menu-button-copy {
  font-size: 13px;
}

.button-main-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bc0d57;
  border-radius: 30px;
  flex: none;
  padding: 12px 24px;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  transition: all .2s;
}

.button-main-copy:hover {
  background-color: #590b70;
}

.text-span {
  text-transform: uppercase;
  font-style: italic;
}

.section-p-cover {
  color: #fff;
  width: 70%;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

._2-col-grid-intro {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-p-copy {
  color: #1f1844b3;
  text-align: center;
  width: 40%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.image {
  max-width: 80%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.block-quote {
  color: #bd0c57;
  text-align: center;
  border-bottom: 5px solid #590b70;
  border-left-style: none;
  border-left-color: #590b70;
  width: 40%;
  margin: 60px auto 40px;
  padding-left: 0;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
}

.content-title-copy {
  color: #fff;
  text-align: center;
  width: 60%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.paragraph {
  overflow-wrap: normal;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 110%;
}

.div-block {
  padding-left: 20px;
  padding-right: 20px;
}

._3-col-grid-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.button-main-cta {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bc0d57;
  border-radius: 30px;
  flex: none;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button-main-cta:hover {
  background-color: #590b70;
}

.container-copy {
  z-index: 1;
  flex-flow: column;
  width: 100%;
  max-width: 1300px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-2 {
  max-width: 15%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.button-main-cta-copy {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bc0d57;
  border-radius: 30px;
  flex: none;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 40px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: inline-block;
}

.button-main-cta-copy:hover {
  background-color: #a80c5c;
}

.text-span-2 {
  color: #bd0c57;
  font-weight: 700;
}

._2-col-grid-copy {
  grid-column-gap: 70px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.flex-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
}

.text-block {
  color: #bd0c57;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
}

.image-3 {
  max-width: 18%;
}

.div-block-2 {
  flex: none;
  width: 20%;
  margin-left: auto;
  margin-right: auto;
}

.content-title-copy2 {
  color: #590b70;
  text-align: left;
  width: auto;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 120%;
}

.ms-input-wrap {
  padding: 0;
  display: flex;
  position: relative;
}

.ms-input {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 60px;
  margin-bottom: 20px;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input::placeholder {
  color: #909090;
}

.ms-input-label {
  color: #121331;
  margin-bottom: 5px;
  font-weight: 700;
}

.div-block-3 {
  background-color: #faf9ff;
  border: 1px solid #bd0c57;
  border-radius: 7px;
  width: 100%;
  padding: 60px 20px 40px;
  box-shadow: 0 10px 15px 10px #00000024;
}

.ms-input-copy {
  color: #121331;
  background-color: #fff;
  border: 1px solid #12133140;
  border-radius: 5px;
  min-height: 140px;
  margin-bottom: 0;
  padding: 8px 12px;
  transition: box-shadow .2s, border-color .2s;
  position: relative;
  box-shadow: 0 5px 10px -5px #0000001a;
}

.ms-input-copy:hover {
  z-index: 2;
  box-shadow: none;
  border-color: #2962ff;
}

.ms-input-copy::placeholder {
  color: #909090;
}

.submit-button {
  margin-top: 20px;
}

.button-main-form {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #bc0d57;
  border-radius: 30px;
  flex: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 0;
  padding: 15px 40px;
  font-family: Exo, sans-serif;
  font-weight: 700;
  transition: all .2s;
  display: block;
}

.button-main-form:hover {
  background-color: #590b70;
}

._2-col-grid-header {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.bold-text-2 {
  font-weight: 400;
}

.link-block {
  flex: 1;
  width: 180px;
}

.image-4 {
  max-width: none;
}

.bottom-left-border-copy {
  z-index: 1;
  max-width: 10%;
  position: absolute;
  inset: auto 40px -10px auto;
}

.section-copy {
  padding: 100px 40px 0;
  position: relative;
}

.section-copy.benefits {
  color: #fff;
  background-color: #590b70;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 0;
}

.section-copy.light {
  background-color: #faf9ff;
}

.section-copy.light.overlap-bottom {
  padding-top: 140px;
  padding-bottom: 220px;
}

.section-copy.no-padding-top {
  padding-top: 40px;
  padding-bottom: 100px;
}

.section-img-copy {
  object-fit: contain;
  width: 90%;
  max-width: none;
  max-height: none;
}

.section-img-copy.hero---main {
  width: 70%;
  max-width: none;
  max-height: none;
  margin-bottom: 0;
  overflow: clip;
  transform: scale(1.3);
}

.section-img-copy.border-bg {
  position: relative;
  box-shadow: 0 0 30px #0000001a;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fafafa;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    height: 100vh;
    padding: 60px 40px 40px;
  }

  .section-img-border-wrap {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .section {
    padding: 60px 20px 40px;
  }

  .section.benefits, .section.light.overlap-bottom {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-right-border {
    max-width: 60px;
    top: 29px;
    right: 30px;
  }

  .nav-cta-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: auto;
    max-width: 280px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    display: flex;
  }

  .nav-logo-wrap {
    padding-left: 0;
  }

  .nav-link {
    text-align: center;
    flex: none;
    width: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 19px;
  }

  .nav-link:hover {
    transform: none;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    margin-top: 60px;
    padding-bottom: 0;
  }

  .curved-bg-wrap.overlap-top {
    margin-top: -60px;
  }

  .bottom-left-border {
    max-width: 60px;
    bottom: 10px;
    left: 30px;
  }

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

  .navbar {
    z-index: 9999;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 0 8px #0000001a;
  }

  .footer-link {
    margin-left: 20px;
  }

  .footer-link.light {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  ._3-col-grid {
    grid-template-columns: 1fr;
    width: auto;
  }

  .nav-container {
    height: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-content {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .footer-flex-wrap.first {
    flex-direction: column;
    padding-bottom: 10px;
  }

  .footer-flex-wrap.logo {
    align-items: center;
    padding-bottom: 40px;
  }

  .social-link---light {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-contact-info {
    text-align: center;
  }

  .menu-button {
    margin-left: 20px;
    padding: 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
    margin-left: 20px;
  }

  .content-title {
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }

  .section-img {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-img.hero---main {
    width: 80%;
    transform: none;
  }

  .section-img.border-bg {
    flex: none;
    width: 100%;
  }

  .section-p {
    width: auto;
  }

  .hero-title {
    font-size: 36px;
    line-height: 42px;
  }

  .nav-logo {
    width: 140px;
    max-width: 200px;
  }

  .footer-middle-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }

  .line-border-top {
    width: 10%;
    max-height: 60px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-col-grid {
    grid-row-gap: 40px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .curved-bg-bottom.benefits-bottom {
    height: 100px;
  }

  .curved-bg-bottom.light-half-bottom {
    height: 180px;
  }

  .curved-bg-top.light-top-2, .curved-bg-top.light-top, .curved-bg-top.benefits-top {
    height: 100px;
  }

  .curved-bg-top.footer-top {
    height: 50px;
  }

  .curved-bg-top.light-half-top {
    margin-top: 60px;
  }

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

  .align-center-mobile.narrow {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    font-size: 36px;
    line-height: 42px;
  }

  .legal {
    padding-bottom: 10px;
  }

  .hero-section {
    background-image: linear-gradient(#000000b3, #000000b3), url('../images/cover_back.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .blog-item-wrap {
    text-align: center;
    align-items: center;
    max-width: 50%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cms-items-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .footer-col {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  ._2-col-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .benefit-wrap {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .company-grid {
    grid-row-gap: 45px;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-item {
    max-width: 400px;
  }

  .menu-button-copy {
    margin-left: 20px;
    padding: 12px;
    font-size: 26px;
    line-height: 26px;
  }

  .menu-button-copy.w--open {
    color: #fff;
    background-color: #bd0c57;
    margin-left: 20px;
    transition: transform .2s;
    transform: rotate(90deg);
  }

  ._2-col-grid-intro {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .section-p-copy, .block-quote {
    width: auto;
  }

  .content-title-copy {
    font-size: 28px;
    line-height: 36px;
  }

  ._3-col-grid-2 {
    grid-template-columns: 1fr;
  }

  .container-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-2 {
    max-width: 20%;
  }

  ._2-col-grid-copy {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .content-title-copy2 {
    font-size: 28px;
    line-height: 36px;
  }

  .ms-input-label {
    text-align: left;
  }

  .div-block-3 {
    width: 100%;
  }

  ._2-col-grid-header {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .bottom-left-border-copy {
    max-width: 60px;
    bottom: 10px;
    left: 30px;
  }

  .icon {
    background-color: #0000;
    transform: rotate(0);
  }

  .icon:hover {
    background-color: #0000;
    transform: rotate(90deg);
  }

  .icon:active {
    background-color: #bd0c57;
    transform: rotate(90deg);
  }

  .icon:focus {
    background-color: #ba0d57;
    transform: rotate(90deg);
  }

  .section-copy {
    padding: 60px 20px 40px;
  }

  .section-copy.benefits, .section-copy.light.overlap-bottom {
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-img-copy {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-img-copy.hero---main {
    width: 80%;
    transform: none;
  }

  .section-img-copy.border-bg {
    flex: none;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .blog-link-text {
    font-size: 14px;
    line-height: 22px;
  }

  .testimonial-slider {
    margin-bottom: 60px;
  }

  .slider-arrow-icon.left {
    margin-right: 14px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-bottom-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }

  .footer-link {
    margin: 10px;
  }

  .nav-container {
    height: 70px;
  }

  .footer-flex-wrap {
    flex-direction: column;
  }

  .footer-flex-wrap.first {
    order: 1;
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .social-link---light {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-p {
    font-size: 14px;
    line-height: 22px;
  }

  .menu-button {
    padding: 10px;
    font-size: 18px;
  }

  .content-title {
    font-size: 28px;
    line-height: 32px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .nav-logo {
    max-width: 140px;
  }

  .company-logo {
    max-height: 30px;
  }

  .footer-middle-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .blog-title {
    font-size: 18px;
    line-height: 24px;
  }

  .button-main {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .align-center-mobile.narrow {
    max-width: 80%;
  }

  .section-title {
    font-size: 28px;
    line-height: 32px;
  }

  .legal {
    padding-bottom: 10px;
  }

  .hero-section {
    padding-top: 120px;
  }

  .blog-item-wrap {
    max-width: 80%;
  }

  .cms-items-grid {
    padding-top: 20px;
  }

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

  .testimonial-thumbnail {
    width: 80px;
    height: 80px;
    top: -40px;
  }

  .slider-arrow---business {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 18px;
    display: none;
  }

  .testimonial-item {
    max-width: 90%;
    padding-top: 60px;
    box-shadow: 0 0 20px #0000001a;
  }

  .menu-button-copy {
    padding: 10px;
    font-size: 18px;
  }

  .button-main-copy {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .content-title-copy {
    font-size: 28px;
    line-height: 32px;
  }

  .button-main-cta, .button-main-cta-copy {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .content-title-copy2 {
    font-size: 28px;
    line-height: 32px;
  }

  .button-main-form {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 12px;
  }

  .section-copy {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

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

  .section.benefits {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section.light.overlap-bottom {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .footer-overlap-wrap {
    background-color: #faf9ff;
    margin-top: 0;
  }

  .nav-logo-wrap {
    width: auto;
  }

  .nav-link {
    margin-bottom: 40px;
    font-size: 22px;
  }

  .nav-container {
    height: 60px;
  }

  .content-title {
    font-size: 30px;
    line-height: 120%;
  }

  .section-img {
    width: 70%;
  }

  .section-img.hero---main {
    width: 100%;
  }

  .section-p {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 120%;
  }

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

  .curved-bg-bottom.benefits-bottom {
    height: 80px;
  }

  .curved-bg-bottom.light-half-bottom {
    height: 110px;
  }

  .curved-bg-top.benefits-top {
    height: 50px;
  }

  .curved-bg-top.light-half-top {
    height: auto;
    margin-top: 0;
  }

  .align-center-mobile.narrow {
    max-width: none;
  }

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

  .hero-section {
    padding-top: 140px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-item-wrap {
    max-width: none;
  }

  .benefit-img {
    width: 50%;
    max-width: none;
    max-height: none;
  }

  ._2-col-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .benefit-wrap {
    max-width: none;
  }

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

  .testimonial-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    line-height: 32%;
  }

  .menu-button-copy {
    margin-left: 0;
    padding: 10px;
  }

  .section-p-cover {
    width: 80%;
    font-size: 20px;
    line-height: 110%;
  }

  .section-p-copy {
    font-size: 14px;
    line-height: 22px;
  }

  .image {
    max-width: 100%;
  }

  .block-quote {
    font-size: 24px;
  }

  .content-title-copy {
    width: auto;
    font-size: 30px;
    line-height: 120%;
  }

  ._3-col-grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    margin-top: 20px;
  }

  .container-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    max-width: 30%;
  }

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

  .content-title-copy2 {
    font-size: 24px;
    line-height: 32px;
  }

  .div-block-3 {
    flex: 0 auto;
  }

  .icon {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .section-copy {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .section-copy.benefits {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section-copy.light.overlap-bottom {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-img-copy {
    width: 90%;
    margin-top: 60px;
  }

  .section-img-copy.hero---main {
    width: 100%;
  }
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e4fb-a06e30e1 {
  place-self: center;
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e502-a06e30e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e511-a06e30e1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e51e-a06e30e1, #w-node-_6dda1e4b-636b-54c0-8d41-6a7d3869e406-a06e30e1, #w-node-fae8ff1c-e3a6-07cd-f5e5-b2e57031d6d6-a06e30e1, #w-node-_0c4903ba-0b07-d2ac-0a8f-1b2f64ffc233-a06e30e1, #w-node-_0c4903ba-0b07-d2ac-0a8f-1b2f64ffc23a-a06e30e1 {
  align-self: start;
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e56c-a06e30e1, #w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e56d-a06e30e1 {
  align-self: center;
}

#w-node-_3c1a3330-7b5a-3a52-ad62-8b8e8bc8dbc9-a06e30e1 {
  place-self: stretch stretch;
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e5ac-a06e30e1 {
  place-self: center;
}

#w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e5ad-a06e30e1 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e5ad-a06e30e1 {
    justify-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_85cb3921-e6bd-4e50-e22a-79d6e084e5ad-a06e30e1 {
    justify-self: stretch;
  }
}


