:root {
  --corporate-blue: #262559;
  --steel-blue: #007aff;
  --royal-blue: #0069d4;
  --white: white;
  --white-smoke: #f0f2f4;
  --black-2: rgba(29, 29, 31, .1);
}

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

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

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

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

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

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

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

.w-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: var(--corporate-blue);
  letter-spacing: -.04vw;
  font-family: Inter, sans-serif;
  font-size: 1.125vw;
  line-height: 1.6;
}

h1 {
  letter-spacing: -.5vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.594vw;
  font-weight: 700;
  line-height: 1;
}

h2 {
  letter-spacing: -.33vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.063vw;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  letter-spacing: -.22vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.375vw;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  letter-spacing: -.1467vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25vw;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  letter-spacing: -.0975vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5vw;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  letter-spacing: -.065vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125vw;
  font-weight: 700;
  line-height: 1.4;
}

p {
  letter-spacing: -.04vw;
  margin-bottom: 0;
  font-size: 1.125vw;
  line-height: 1.6;
}

a {
  color: var(--steel-blue);
  letter-spacing: -.04vw;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.125vw;
  font-weight: 600;
  line-height: 1.6;
  text-decoration: none;
}

a:hover {
  color: var(--royal-blue);
}

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

label {
  margin-bottom: .5vw;
  font-size: 1.25vw;
  font-weight: 600;
  display: block;
}

blockquote {
  border-left: 5px solid var(--corporate-blue);
  margin-bottom: 2vw;
  padding: .75vw 1.5vw;
  font-size: 1.5vw;
  line-height: 1.6;
}

.all-pages-grid {
  grid-column-gap: 1.75vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section {
  padding: 5vw;
  position: relative;
}

.section.blue {
  background-color: var(--steel-blue);
}

.section.no-padding {
  padding: 0;
}

.section.no-lateral-padding {
  padding-left: 0;
  padding-right: 0;
}

.section.no-bottom-margin {
  padding-bottom: 0;
}

.section.large-top-padding {
  padding-top: 9vw;
}

.section.how-it-works-effect {
  padding-left: 0;
  padding-right: 0;
}

.page-link {
  background-color: #0a84ff;
  border-radius: .5vw;
  padding: 2.5vw 2vw;
  transition: background-color .3s;
}

.page-link:hover {
  background-color: var(--royal-blue);
}

._2vw-margin {
  margin-bottom: 2vw;
}

._100-width {
  width: 100%;
}

._100-width.cover {
  object-fit: cover;
  height: 100%;
}

._100-width.relative {
  margin-bottom: 0;
}

._100-width.cta-image-4 {
  z-index: 2;
  margin-bottom: -4.5vw;
  position: relative;
  right: -4vw;
}

._100-width.cta-image-6 {
  z-index: 1;
  margin-top: -4.5vw;
  position: relative;
}

._100-width.horizontal-alignment {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._100-width._115-height {
  object-fit: cover;
  height: 115%;
}

._100-width._120-height {
  object-fit: cover;
  height: 120%;
}

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

._100-width.neg2vw-margin {
  margin-top: -2vw;
}

._100-width.fit-cover {
  object-fit: cover;
}

._100-width.customer {
  margin-top: -15vw;
  margin-bottom: -6vw;
}

.row-number {
  margin-right: 1.25vw;
  font-size: 9vw;
  font-weight: 700;
  line-height: .9;
}

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

._75-width {
  width: 75%;
}

.row-text-wrap {
  align-items: center;
  max-width: 90%;
  display: flex;
}

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

.alternatives-logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.section-image-small {
  height: 12.5vw;
}

.text-wrap {
  flex-direction: column;
  align-items: center;
  max-width: 67.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrap.align-left-and-vertical.right-margin {
  margin-left: 0;
}

.text-wrap.inside-card {
  width: 75%;
}

.center {
  text-align: center;
}

.paragraph.bold {
  font-weight: 600;
}

.large-paragraph {
  letter-spacing: -.05vw;
  font-size: 1.5vw;
}

.large-paragraph.bold {
  font-weight: 600;
}

.buttons-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  display: grid;
}

.button-text {
  z-index: 1;
  font-size: 1.25vw;
  position: relative;
}

.button-arrow-wrap {
  z-index: 0;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: absolute;
  right: .375vw;
}

.button-arrow-circle {
  background-color: var(--white);
  border-radius: 3.25vw;
  justify-content: flex-end;
  align-items: center;
  width: 3.25vw;
  height: 3.25vw;
  margin-left: .8125vw;
  padding-right: .75vw;
  display: flex;
}

.button {
  background-color: var(--white-smoke);
  color: var(--corporate-blue);
  border-radius: 4vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  height: 4vw;
  padding-left: 3vw;
  padding-right: 5vw;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button:hover {
  color: var(--corporate-blue);
}

.button.black {
  background-color: var(--corporate-blue);
  color: var(--white);
}

.button-arrow {
  width: 1.625vw;
}

.phone-image {
  z-index: 2;
  width: 50vw;
  margin-bottom: -5vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cta-image-right {
  align-self: flex-end;
  width: 21vw;
  margin-bottom: -5vw;
}

.cta-image-left {
  align-self: flex-start;
  width: 21vw;
  margin-top: -5vw;
}

.slide-nav {
  display: none;
}

.slide-grid {
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  display: grid;
  position: relative;
}

.slide-right-column {
  padding: 6.5vw 5vw;
}

.slide {
  background-color: #fff;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  height: auto;
  margin-bottom: 1.25vw;
}

.slider-percentage {
  letter-spacing: -.6vw;
  margin-bottom: 2vw;
  font-size: 9vw;
  font-weight: 700;
  line-height: .8;
}

.slider-percentage._0-opacity {
  opacity: 0;
}

.left-arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  display: flex;
  left: -2.25vw;
  box-shadow: 3px 3px 20px rgba(52, 58, 64, .2);
}

.right-arrow {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  display: flex;
  right: -2.25vw;
  box-shadow: 3px 3px 20px rgba(52, 58, 64, .2);
}

.slide-left-column {
  background-color: var(--steel-blue);
  color: var(--white);
  border-bottom-right-radius: 30%;
  padding: 6.5vw 7.5vw;
}

.slider-arrow {
  width: 1.5vw;
}

.grey {
  background-color: var(--white-smoke);
}

.h2-title._0-5vw-top-margin {
  margin-top: -.5vw;
}

.div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  height: 2.25vw;
  margin-bottom: 1vw;
}

.check-row {
  flex-direction: row;
  align-items: center;
  margin-bottom: 1vw;
  display: flex;
}

.feature-check {
  width: 1.125vw;
  margin-right: 1vw;
}

.h5-title._2vw-margin.no-wrap {
  white-space: nowrap;
}

.pricing-top-wrap {
  margin-bottom: 40px;
}

.pricing-line-break {
  padding: 20px 24px 20px 35px;
}

.pricing-line-break.recommended {
  background-color: var(--white-smoke);
}

.pricing-divider {
  background-color: rgba(29, 29, 31, .1);
  width: 100%;
  height: 1px;
  margin-bottom: 35px;
}

.pricing-check {
  width: 3.5vw;
}

.plan-price {
  letter-spacing: -.3vw;
  margin-bottom: 4px;
  font-size: 4.5vw;
  line-height: 1;
}

.phone-pricing-grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.plan-description-text {
  text-align: center;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 1.5;
}

.pricing-column {
  padding: 25px 25px 60px;
}

.pricing-column.recommended {
  background-color: var(--white-smoke);
  position: relative;
}

.pricing-table-cell {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 1.125vw;
  display: flex;
}

.pricing-table-cell.right-aligned {
  justify-content: flex-start;
  padding-left: 35px;
}

.pricing-table-cell.recommended {
  background-color: var(--white-smoke);
}

.recommended-banner {
  background-color: var(--corporate-blue);
  color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
}

.plan-name {
  letter-spacing: -.175vw;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.25;
}

.pricing-arrow {
  width: 100%;
  margin-top: 1.5vw;
  position: relative;
}

.plan-features-text {
  letter-spacing: -.05vw;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 1.5;
}

.plan-features-title {
  color: var(--corporate-blue);
  letter-spacing: -.07vw;
  font-size: 1.7vw;
  font-weight: 700;
  line-height: 1.7;
}

.pricing-grid {
  border-radius: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
  box-shadow: 0 25px 50px rgba(29, 29, 31, .06);
}

.pricing-small-text {
  margin-bottom: 65px;
  font-size: 1vw;
  line-height: 1.8;
}

.plan-info-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.eyebrow {
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.5vw;
  font-weight: 600;
}

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

.strike {
  text-decoration: line-through;
}

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

.grid-text-column.top-aligned {
  justify-content: flex-start;
}

._22vw-text {
  color: var(--white-smoke);
  letter-spacing: -1.5vw;
  white-space: nowrap;
  font-size: 22vw;
  font-weight: 700;
  line-height: .7;
}

.about-image-1 {
  width: 90%;
  margin-left: auto;
  display: block;
  position: relative;
}

.about-photos-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.split-grid {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 5vw;
  display: grid;
  position: relative;
}

.about-image-2 {
  margin-top: -210px;
  position: relative;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden._20vw-top-margin {
  margin-top: 20vw;
}

.overflow-hidden._20vw-top {
  margin-top: -20vw;
}

.comparison-logo {
  max-width: 70%;
}

.comparison-item {
  border-bottom: 1px dashed rgba(29, 29, 31, .1);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 6vw;
  display: flex;
}

.comparison-top {
  border-bottom: 1px solid rgba(29, 29, 31, .1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 8vw;
  display: flex;
}

.comparison-info-grid {
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.comparison-column, .comparison-features {
  padding-top: 21px;
  padding-bottom: 21px;
}

.comparison-grid-bkg {
  background-color: var(--white-smoke);
  border-radius: 1.25vw;
  flex-direction: column;
  align-items: center;
  padding: 5vw 7.5vw;
  display: flex;
}

.feature-check-wrap {
  border-bottom: 1px dashed rgba(136, 136, 136, .15);
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 6vw;
  display: flex;
}

.comparison-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.comparison-grid-text {
  font-size: 15px;
  line-height: 1;
  display: none;
}

.tabs-info-text-wrap {
  justify-content: space-between;
  margin-top: 72px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.integration-wrap {
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  box-shadow: 0 12px 16px rgba(29, 29, 31, .07);
}

.tabs-slider-wrap {
  width: 100%;
  margin-top: 6vw;
}

.centered-and-vertical {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.stars {
  width: 10vw;
}

._2-columns-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._2-columns-grid._5vw-gap {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
}

._2-columns-grid.utilities {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.black {
  background-color: var(--corporate-blue);
  color: var(--white);
}

.blue {
  background-color: var(--steel-blue);
  color: var(--white);
}

.testimonial-wrap {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.testimonial-pic {
  border-radius: 100%;
  width: 4vw;
  height: 4vw;
}

.step-number-wrap {
  background-color: #f7f8fc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  display: flex;
}

.step-number {
  font-size: 1.75vw;
  font-weight: 500;
}

.navigation {
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.menu-title {
  font-size: 1.125vw;
  font-weight: 600;
  line-height: 1.4;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 8px 39px 65px -10px rgba(0, 0, 0, .1);
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px rgba(32, 53, 90, .15), 8px 18px 60px 4px rgba(0, 0, 0, .13);
}

.nav-logo {
  justify-content: center;
  align-items: stretch;
  height: 3.25vw;
  margin-right: 2.5vw;
  display: flex;
}

.dropdown-list {
  margin-top: 5.5vw;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  max-height: 100vh;
}

.toggle {
  color: #000;
  padding: 1.75vw 2.5vw 1.75vw 1.25vw;
  font-size: 1.25vw;
  font-weight: 500;
  transition: color .2s;
}

.toggle:hover {
  color: var(--steel-blue);
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.nav-link {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding: 1.75vw 1.5vw;
  font-size: 1.25vw;
  font-weight: 500;
  transition: color .35s;
}

.nav-link:hover, .nav-link.w--current {
  color: var(--steel-blue);
}

.menu-subtext {
  opacity: .5;
  white-space: nowrap;
  font-size: 1.125vw;
  line-height: 1.4;
}

.navigation-menu {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  padding-bottom: 1vw;
  display: flex;
}

.nav-menu {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-link {
  color: var(--corporate-blue);
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link:hover {
  color: var(--steel-blue);
}

.nav-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 14px 24px 24px;
  display: flex;
}

.all-caps-text {
  text-transform: uppercase;
  margin-bottom: 1vw;
  font-size: 1vw;
  font-weight: 600;
}

.icon-circle {
  background-color: var(--white-smoke);
  border-radius: 3.25vw;
  justify-content: center;
  align-items: center;
  width: 3vw;
  min-width: 3vw;
  height: 3vw;
  min-height: 3vw;
  margin-right: .875vw;
  padding: .75vw;
  display: flex;
}

.chevron {
  margin-right: 5px;
}

.dropdown {
  justify-content: center;
  margin-left: 5px;
  margin-right: 5px;
  display: flex;
  position: relative;
}

.info-wrap {
  max-width: 27vw;
  margin-bottom: 3vw;
}

.absolute-wrap {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 5vw;
  right: 5vw;
}

._3vw-margin {
  margin-bottom: 3vw;
}

._4vw-margin {
  margin-bottom: 4vw;
}

._1vw-margin {
  margin-bottom: 1vw;
}

._5vw-margin {
  margin-bottom: 5vw;
}

._6vw-margin {
  margin-bottom: 6vw;
}

._7-5vw-margin {
  margin-bottom: 7.5vw;
}

.image-wrap {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.image-wrap.bottom-margin {
  margin-bottom: 60px;
}

.clients-heading {
  color: #888;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2vw;
  font-weight: 400;
  line-height: 1.5;
}

.logos-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.logos-container.lateral-padding {
  padding-left: 3.5vw;
  padding-right: 3.5vw;
}

.contact-input {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(29, 29, 31, .08);
  min-height: 50px;
  padding: 15px 0;
}

.contact-input::placeholder {
  color: #1d1d1f;
}

.contact-input.message {
  min-height: 100px;
}

.contact-row {
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-button {
  background-color: var(--steel-blue);
  color: #fff;
  text-transform: uppercase;
  border-radius: .25vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2vw;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s ease-in;
  display: flex;
}

.form-button:hover {
  background-color: var(--royal-blue);
  color: #fff;
}

.success-message {
  color: #1d1d1f;
  background-color: rgba(55, 184, 119, .15);
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
}

.contact-left-side {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.black-square {
  background-color: var(--corporate-blue);
  color: var(--white);
  border-radius: .5vw;
  width: 110%;
  padding: 5vw;
  position: relative;
}

.contact-email {
  color: #007aff;
  font-size: 24px;
  font-weight: 600;
  transition: color .3s;
  display: block;
}

.contact-email:hover {
  color: #0069d4;
}

.form {
  width: 100%;
  margin-bottom: 0;
}

.error-message {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1vw;
  padding: 0;
  font-size: 1vw;
  line-height: 1.4;
}

.gray-square {
  background-color: var(--white-smoke);
  border-radius: .5vw;
  width: 100%;
  padding: 5vw 10vw;
}

.contact-wrap {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.looping-text-wrap {
  align-items: center;
  display: flex;
  overflow: hidden;
}

.looping-address {
  color: var(--corporate-blue);
  letter-spacing: -.8vw;
  white-space: nowrap;
  font-size: 12vw;
  line-height: 1.4;
}

.city-info-title {
  margin-bottom: .2vw;
  font-size: 1.4vw;
}

.city-info-title.first {
  margin-top: 2vw;
}

.map {
  background-image: url('../images/Map.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

.city-name {
  color: var(--corporate-blue);
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
}

.city-info-text {
  margin-bottom: 1.25vw;
  font-size: 1.4vw;
  font-weight: 400;
  line-height: 1.8;
  transition: color .2s ease-in;
  display: block;
}

.city-info-text:hover {
  color: var(--royal-blue);
}

.city-info-text.last {
  margin-bottom: 20px;
}

.feature-card {
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 3vw;
  display: flex;
  box-shadow: 0 1px 3.5vw rgba(29, 29, 31, .06);
}

.icon-wrap {
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2vw;
  padding: 1.5vw;
  display: flex;
}

.icon-wrap.dark-gray {
  background-color: var(--white-smoke);
}

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

._3-columns-grid.align-start {
  align-items: start;
}

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

.large-icon {
  height: 3.5vw;
}

.lightbox {
  z-index: 2;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 500px;
  display: flex;
  position: absolute;
  bottom: 70px;
  right: -40px;
  overflow: hidden;
}

.play-icon {
  width: 80px;
  height: 80px;
  position: absolute;
}

.footer-text {
  max-width: 20vw;
  font-size: 1.25vw;
}

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

.footer-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: center;
  margin-top: 92px;
  display: flex;
}

.footer {
  padding: 6vw 5vw;
}

.footer.black {
  background-color: var(--corporate-blue);
}

.footer-link-span {
  font-size: 1vw;
  font-weight: 600;
  line-height: 1.25;
  transition: color .3s;
}

.footer-link-span:hover {
  color: #007aff;
}

.footer-credits {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-split-grid {
  grid-column-gap: 7.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-title {
  margin-bottom: 1vw;
  font-size: 1.25vw;
  font-weight: 600;
}

.footer-3-columns-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.footer-column-right {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-arrow {
  background-color: var(--steel-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  display: flex;
}

.large-success {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}

.large-error {
  color: var(--white);
  text-align: center;
  background-color: #c64a4a;
  border-radius: 60px;
  margin-top: 0;
  padding: 1.75vw;
  font-size: 1.5vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.large-input-field {
  background-color: var(--white);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6vw;
  justify-content: center;
  align-items: center;
  height: 6vw;
  margin-bottom: 0;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  font-size: 1.25vw;
  display: flex;
}

.circular-form-button {
  background-color: var(--steel-blue);
  background-image: url('../images/arrow_forward_WHITE_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2.625vw;
  border-radius: 5.25vw;
  width: 5.25vw;
  height: 5.25vw;
  transition: background-color .4s;
  position: absolute;
  top: .375vw;
  bottom: .375vw;
  right: .375vw;
}

.circular-form-button:hover {
  background-color: var(--royal-blue);
}

.text-block {
  color: #fff;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.testimonial-xl-pic {
  border-radius: 100%;
  width: 19vw;
  position: relative;
}

.testimonial-wrap-2 {
  justify-content: center;
  align-items: center;
  width: 29vw;
  height: 29vw;
  display: flex;
  position: relative;
}

.testimonial-logo-large {
  align-self: flex-start;
  height: 4.5vw;
}

.testimonial-circle-2 {
  background-color: #e7ebee;
  border-radius: 100%;
  width: 29vw;
  height: 29vw;
  position: absolute;
}

.testimonial-grid {
  grid-column-gap: 80px;
  grid-row-gap: 45px;
  background-color: var(--white-smoke);
  border-radius: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  padding: 4.5vw 6vw;
  display: grid;
}

.extra-large-paragraph {
  letter-spacing: -.07vw;
  font-size: 1.75vw;
}

.cta-card {
  background-color: var(--white-smoke);
  border-radius: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 6vw;
  display: flex;
  position: relative;
}

.cta-image-1 {
  width: 10vw;
  position: absolute;
  top: -2vw;
  bottom: auto;
  left: auto;
  right: 7.5vw;
}

.cta-image-3 {
  width: 27vw;
  position: absolute;
  left: 0;
}

.cta-stars-wrap {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 30px;
  display: grid;
}

.cta-image-2 {
  width: 10vw;
  position: absolute;
  top: auto;
  bottom: 4vw;
  left: auto;
  right: -2vw;
}

.medium-number {
  letter-spacing: -.5vw;
  font-size: 7.594vw;
  font-weight: 700;
  line-height: 1;
}

.medium-number.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1.5vw;
}

.faq-answer {
  padding-bottom: 3.5vw;
  font-size: 1.5vw;
}

.faq-circle {
  border: 2px solid var(--corporate-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.375vw;
  height: 3.375vw;
  padding: .5vw;
  display: flex;
}

.faq-question-bar {
  color: var(--corporate-blue);
  justify-content: space-between;
  align-items: center;
  padding-top: 3.5vw;
  padding-bottom: 3.5vw;
  font-size: 20px;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.faq-question-bar:hover {
  color: var(--corporate-blue);
}

.faq-content {
  overflow: hidden;
}

.faq-question-wrap {
  cursor: pointer;
  border-top: 1px solid rgba(29, 29, 31, .1);
}

.faq-question-wrap.last {
  border-bottom: 1px solid rgba(29, 29, 31, .1);
}

.faq-divider {
  width: 100%;
  height: 1px;
}

.sticky-pc-wrap {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
}

.sticky-effect-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
}

.sticky-effect-wrap.large-top-margin {
  flex-direction: column;
  align-items: flex-end;
  margin-top: 120vw;
}

.sticky-effect-wrap.small-top-margin {
  margin-top: 15vw;
}

.sticky-effect-wrap.phone-visible {
  display: none;
}

.pc-sticky-wrap {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 6vw;
  overflow: hidden;
}

.medium-icon {
  height: 2.25vw;
}

.medium-icon._0-5vw-top-margin {
  margin-top: .5vw;
}

.how-it-works-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sticky-text-wrap {
  max-width: 30%;
  margin-bottom: 7.5vw;
}

.sticky-text-wrap.right-margin {
  margin-left: auto;
}

.card-right {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.sticky-cards-container {
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.card-left {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.points-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sticky-card {
  grid-column-gap: 64px;
  grid-row-gap: 40px;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 3fr 7fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 10vw;
  padding: 5vw;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 5vh;
}

.sticky-card._5 {
  top: 13vh;
}

.sticky-card._3 {
  top: 9vh;
}

.sticky-card._2 {
  top: 7vh;
}

.sticky-card._4 {
  top: 11vh;
}

.cards-section {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.sticky-cards-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 10%;
}

.step-wrap {
  border-bottom: 1px solid rgba(29, 29, 31, .1);
  padding-bottom: 1vw;
}

.step-wrap.no-underline {
  border-bottom-style: none;
  padding-bottom: 0;
}

.small-card {
  border-radius: .625vw;
  flex-direction: column;
  align-items: center;
  padding: 3vw;
}

.small-card._2-columns {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: var(--white-smoke);
  grid-template-rows: auto;
  grid-template-columns: 6fr 4fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.small-card.case-study {
  background-color: var(--white-smoke);
  color: var(--corporate-blue);
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.careers-testimonial {
  border-radius: .625vw;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

._6-columns-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._6-columns-grid.align-start {
  align-items: start;
}

.stat-divider {
  background-color: rgba(136, 136, 136, .15);
  width: 100%;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

._100-height {
  height: 100%;
}

.small-feature {
  background-color: var(--white-smoke);
  border-radius: 1.25vw;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 6vw 4vw 60px;
  display: flex;
}

.small-feature.no-botton-padding {
  padding-bottom: 0;
}

.large-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white-smoke);
  border-radius: 1.25vw;
  grid-template-rows: auto;
  grid-template-columns: 5.8fr 4.2fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: 6vw 4vw;
  display: grid;
}

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

._1st-card-right {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: -18.5vw;
  right: 7.5vw;
  overflow: hidden;
}

.laptop-wrap {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
}

.large-circle {
  z-index: 1;
  background-color: var(--steel-blue);
  border-radius: 100%;
  width: 90vh;
  height: 90vh;
  position: absolute;
}

.card-testimonial-wrap {
  align-items: center;
  padding: 1.25vw;
  display: flex;
}

._3rd-card-right {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 66vw;
  right: 10vw;
  overflow: hidden;
}

._2nd-card-left {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 50vw;
  left: 10vw;
  overflow: hidden;
}

._4th-card-right {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 100vw;
  right: -15vw;
  overflow: hidden;
}

._2nd-card-right {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 25vw;
  right: 7.5vw;
  overflow: hidden;
}

.scrolling-wrap {
  z-index: 4;
  background-color: var(--white-smoke);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

._1st-card-left {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 6vw;
  left: 7.5vw;
  overflow: hidden;
}

._3rd-card-left {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 70vw;
  left: -15vw;
  overflow: hidden;
}

._4th-card-left {
  transform-style: preserve-3d;
  background-color: #fff;
  border-radius: 1vw;
  max-width: 22.5vw;
  position: absolute;
  top: 90vw;
  left: 13.25vw;
  overflow: hidden;
}

.cards-wrap {
  z-index: 3;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

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

.bold-span {
  color: #1d1d1f;
}

.features-hero {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.summary-image {
  position: relative;
  top: -1vw;
}

.summary-block {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.summary-row {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  border-bottom: 1px solid rgba(29, 29, 31, .1);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 1vw;
  display: grid;
}

.small-icon {
  height: 1.25vw;
}

.pricing-h3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5vw;
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1;
}

.pricing-h3.white {
  color: var(--white);
}

.pricing-card-2 {
  background-color: #fff;
  border-radius: 1.25vw;
  padding: 3vw;
  box-shadow: 1px 1px 3.5vw rgba(29, 29, 31, .06);
}

.pricing-card-2.blue {
  background-color: var(--steel-blue);
  color: var(--white);
}

.pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 4.5vw;
  font-weight: 600;
  line-height: 1;
}

.pricing.white {
  color: #fff;
}

.date {
  line-height: 1.9;
}

.date.white {
  color: #fff;
}

.pricing-check-wrap {
  margin-bottom: 3.5vw;
}

.check-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 1.5vw;
  display: grid;
}

.check-wrapper.no-margin {
  margin-bottom: 0;
}

.pricing-details-wrap {
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 2vw;
  display: flex;
}

.medium-paragraph {
  font-size: 1.25vw;
}

.medium-paragraph.bold {
  font-weight: 600;
}

.how-it-works-section {
  grid-column-gap: 5vw;
  grid-row-gap: 2.5vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 9.25vw) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._4-columns-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._4-columns-grid._7-5vw-columns-gap {
  grid-column-gap: 7.5vw;
}

.step-title-wrap {
  border-bottom: 1px solid var(--black-2);
  margin-bottom: 4vw;
}

.large-card {
  border-radius: 2vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6vw;
}

.small-number {
  letter-spacing: -.33vw;
  font-size: 5.063vw;
  font-weight: 700;
  line-height: 1;
}

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

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

.relative {
  z-index: 10;
  justify-content: center;
  align-items: flex-end;
  position: relative;
}

.relative.align-right-angle {
  margin-bottom: -3vw;
  margin-right: -3vw;
}

.relative.image {
  display: flex;
}

.align-left-and-vertical {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.align-left-and-vertical.justify-center {
  justify-content: center;
}

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

.step-chevron {
  width: 1.375vw;
}

.step-chevron-wrap {
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  display: flex;
}

.badge {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  background-color: var(--steel-blue);
  color: var(--white);
  border-radius: 4vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 2vw;
  padding: 1vw 1.5vw;
  display: grid;
}

.email-capture-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 20px;
  background-color: var(--white-smoke);
  border-radius: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  justify-items: start;
  width: 100%;
  padding: 6vw;
  display: grid;
}

.checkmark-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2vw;
  display: grid;
}

.cta-checkmarks-wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.pricing-features-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-features-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.pricing-features-row {
  grid-row-gap: 10px;
  border-bottom: 1px solid var(--black-2);
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 25px;
  padding-bottom: 25px;
  display: grid;
}

.pricing-features-row.sticky {
  grid-row-gap: 10px;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.pricing-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.radio-button-text {
  margin-left: 8px;
  font-size: 1.5vw;
  line-height: 1;
}

.radio-button {
  cursor: pointer;
  border: 1px solid rgba(29, 29, 31, .1);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.25vw;
  height: 2.25vw;
  display: flex;
}

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

.radio-buttons {
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-grid-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 4vw;
  display: grid;
}

.plan-price-details {
  color: #666;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.8;
}

.plan-price-2 {
  color: #1d1d1f;
  text-align: center;
  margin-bottom: 10px;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: .8;
}

.plan-price-2.monthly {
  display: none;
}

.features-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5vw;
  font-weight: 600;
  display: block;
}

.radio-dot {
  background-color: var(--corporate-blue);
  border-radius: 100%;
  width: 1.125vw;
  height: 1.125vw;
}

.radio-dot.monthly {
  display: none;
}

.green-span {
  color: #34c759;
  margin-right: 25px;
  font-weight: 600;
}

.medium-card {
  border-radius: 1.25vw;
  padding: 4.5vw;
}

.medium-card.shadow {
  box-shadow: 0 25px 50px rgba(29, 29, 31, .06);
}

.medium-card.grey._33vw-width {
  max-width: 33vw;
}

.card-number {
  letter-spacing: -.1vw;
  font-size: 2.25vw;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 5vw;
  right: 5vw;
}

.selling-point {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.card {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 95%;
  padding: 5vw 7.5vw 5vw 5vw;
  display: grid;
  position: relative;
  box-shadow: 0 1px 5vw rgba(29, 29, 31, .06);
}

.card.left-margin {
  margin-left: 5%;
}

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

._50-width {
  width: 50%;
}

.integration {
  background-color: #fff;
  border-radius: .5vw;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  min-width: 50px;
  height: 3.5vw;
  min-height: 50px;
  display: flex;
  box-shadow: 0 12px 16px rgba(29, 29, 31, .07);
}

.integration.no-shadow {
  box-shadow: none;
}

.integrations-grid {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.small-card-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: .5vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding: 3vw;
  display: grid;
}

.huge-letter {
  text-align: center;
  font-size: 29.25vw;
  line-height: .73;
}

.about-hero-pics-wrap {
  justify-content: center;
  align-items: center;
  min-height: 52.5vw;
  display: flex;
  position: relative;
}

.team-member-pic {
  width: 25vw;
  position: absolute;
}

.team-member-pic._1 {
  width: 20vw;
  top: 4vw;
  left: 28vw;
}

.team-member-pic._4 {
  width: 19.5vw;
  bottom: 4vw;
  left: 15vw;
}

.team-member-pic._5 {
  z-index: -1;
  top: 0;
  left: 0;
}

.team-member-pic._2 {
  z-index: -1;
  width: 24vw;
  margin-left: 18.75vw;
}

.team-member-pic._3 {
  z-index: -2;
  width: 28.4vw;
  margin-bottom: 0;
  margin-left: auto;
  top: 0;
  right: 0;
}

.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  margin-bottom: 4vw;
  padding-bottom: 4vw;
  display: flex;
}

.footer-wrapper-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 20vw 1fr 1fr;
}

.white-link-wrap {
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.white-link-wrap.margins {
  margin-top: .5vw;
  margin-bottom: .5vw;
}

.footer-wrapper {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template: "."
  / auto;
  grid-auto-columns: 1fr;
  align-self: auto;
  align-items: center;
  display: grid;
}

.white-underline {
  background-color: var(--white);
  width: 100%;
  height: 2px;
}

.footer-bottom-wrap {
  border-bottom: 1px rgba(255, 255, 255, .2);
  justify-content: space-between;
  margin-top: 7.5vw;
  display: flex;
}

.white-footer-link {
  color: var(--white);
  font-size: 1.25vw;
  text-decoration: none;
  transition: color .3s;
}

.white-footer-link:hover {
  color: var(--white);
}

.tab-link-2 {
  background-color: rgba(0, 0, 0, 0);
  border-top: 2px solid rgba(29, 29, 31, .1);
  padding: 1vw;
  font-weight: 400;
  transition: background-color .6s;
}

.tab-link-2:hover {
  background-color: var(--white-smoke);
  color: var(--corporate-blue);
}

.tab-link-2.w--current {
  border-top: 2px solid var(--steel-blue);
  background-color: rgba(0, 0, 0, 0);
}

.cta-images {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: -4.5vw;
  margin-bottom: -4.5vw;
  display: grid;
  position: relative;
}

.or-sign-up-with-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  display: grid;
}

.social-sign-up {
  border: 1px solid rgba(136, 136, 136, .15);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5vw;
  min-height: 60px;
  margin-top: 2vw;
  display: flex;
}

.utilities-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.utilities-form-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5vw;
  display: flex;
}

.utilities-form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-sign-up-icon {
  margin-right: .75vw;
}

.social-sign-up-text {
  color: #1d1d1f;
  font-weight: 600;
}

.medium-link-span {
  font-size: 1.25vw;
  font-weight: 600;
}

.extra-small-text {
  text-align: left;
  font-size: 12px;
}

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

.large-field {
  background-color: #f1f4f6;
  border: 1px solid rgba(136, 136, 136, .15);
  border-radius: 5px;
  height: 4.5vw;
  min-height: 60px;
  margin-bottom: 2vw;
  padding: 1vw 5%;
  transition: background-color .4s;
}

.large-field:hover, .large-field:focus {
  background-color: #fff;
}

.large-field.password {
  background-image: url('../images/Unlock_Icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.large-field.email {
  background-image: url('../images/Snail_Icon.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
}

.utilities-button {
  background-color: var(--steel-blue);
  border-radius: 5px;
  width: 100%;
  height: 4.5vw;
  min-height: 60px;
  font-size: 1.25vw;
  font-weight: 600;
}

.utilities-button:hover {
  background-color: var(--royal-blue);
}

.utilities-section {
  width: 100%;
  height: 100vh;
}

.sign-up-divider {
  background-color: rgba(136, 136, 136, .15);
  width: 100%;
  height: 1px;
}

.utilities-form {
  width: 100%;
  margin-bottom: 0;
}

.xs-card {
  color: var(--corporate-blue);
  border-radius: .5vw;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 15vw;
  padding: 1.5vw;
  font-weight: 400;
  display: flex;
}

.xs-card.grey:hover {
  color: var(--corporate-blue);
}

._0-5vw-margin {
  margin-bottom: .5vw;
}

._1vw-radius {
  border-radius: 1vw;
}

._1-column-grid {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

._1-column-grid.sticky-links {
  padding-bottom: 2vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.testimonial-grey-bkg {
  background-color: var(--white-smoke);
  border-top-left-radius: 2vw;
  border-bottom-left-radius: 2vw;
  width: 75.625vw;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.vertical---space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.testimonial-logo {
  max-width: 12.5vw;
}

.testimonial-tabs-menu {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.testimonial-tab-link {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #fff;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 0;
  transition: border-color .4s;
  overflow: hidden;
}

.testimonial-tab-link.w--current {
  background-color: rgba(0, 0, 0, 0);
  border-color: #007aff;
  border-radius: 100%;
}

.card-quote {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-radius: .5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 3vw;
  display: grid;
  box-shadow: 1px 1px 3.5vw rgba(29, 29, 31, .06);
}

.video-section {
  padding: 5vw;
}

.video-wrap {
  background-color: #111;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-bottom: 2.5vw;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 12px 40px -8px rgba(17, 17, 17, .6);
}

.play-button-hover-effect {
  z-index: 100;
  opacity: 1;
  justify-content: center;
  align-items: center;
  width: 12.5vw;
  height: 12.5vw;
  padding: 2vw;
  display: flex;
  position: absolute;
}

.video-lightbox {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.video-title {
  z-index: 2;
  opacity: .2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 10vw;
  position: absolute;
  bottom: -3vw;
}

.video {
  z-index: 1;
  opacity: .23;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.grid {
  color: var(--corporate-blue);
  grid-template-rows: auto;
  grid-template-columns: minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 400;
  display: grid;
}

.grid._5vw-gap {
  grid-column-gap: 5vw;
  grid-template-columns: 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw 2.91667vw;
}

.grid._5vw-gap._5vw-row-gaps {
  grid-row-gap: 5vw;
  align-items: start;
}

.grid.full-page {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
}

.grid.full-page.stretch {
  align-items: stretch;
}

.grid._2vw-gap {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-columns: minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr);
}

.text-column {
  padding: 5vw;
}

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

.text-column.vertically-centered.align-center {
  align-items: center;
}

.large-number {
  letter-spacing: -.5vw;
  font-size: 10vw;
  font-weight: 500;
  line-height: .9;
}

.divider-2 {
  background-color: var(--black-2);
  width: 100%;
  height: 1px;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}

.line {
  background-color: var(--black-2);
  width: 100%;
  height: 1px;
}

.absolute-text-wrap {
  z-index: 10;
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  bottom: 5vw;
  left: 5vw;
  right: 5vw;
}

.post-info-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-info-wrap.align-center {
  justify-content: center;
}

.author-grid {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  color: var(--corporate-blue);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  font-weight: 400;
  display: grid;
}

.author-grid:hover {
  color: var(--corporate-blue);
}

.author-grid.white-text {
  color: var(--white);
}

.author-pic {
  background-image: url('../images/Employer_2.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 3vw;
  height: 3vw;
}

.black-overlay {
  background-color: rgba(29, 29, 31, .33);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.blog-post {
  color: var(--corporate-blue);
  width: 100%;
  font-weight: 400;
  position: relative;
}

.blog-post:hover {
  color: var(--corporate-blue);
}

.cta {
  background-color: var(--white-smoke);
  border-radius: 1.25vw;
  padding: 5vw;
}

.featured-blog-post-grid {
  color: var(--corporate-blue);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: grid;
}

.featured-blog-post-grid:hover {
  color: var(--corporate-blue);
}

.blog-info-card {
  color: var(--corporate-blue);
  background-color: #f1f5f8;
  margin-top: -18.5%;
  margin-right: 3vw;
  padding: 3vw;
  font-weight: 400;
  position: relative;
}

.blog-info-card.large {
  grid-column-gap: 30px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: -8.5%;
  margin-left: 5vw;
  margin-right: 5vw;
  padding: 5vw;
  display: grid;
}

.careers-card {
  background-color: #f1f5f8;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3vw;
  display: flex;
}

.small-logo-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block {
  color: var(--corporate-blue);
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
  overflow: hidden;
}

.link-block:hover {
  color: var(--corporate-blue);
}

.blog-image {
  background-image: url('../images/tamara-bitter-pHLmJK2nYFQ-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  min-height: 35vw;
}

.underline {
  background-color: var(--corporate-blue);
  width: 100%;
  height: 1px;
}

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

.rich-text h2, .rich-text h3, .rich-text h4 {
  letter-spacing: -.025vw;
  margin-bottom: 1vw;
  font-size: 1.125vw;
}

.rich-text li {
  margin-bottom: 1vw;
}

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

.align-left.vertically {
  flex-direction: column;
}

.author-pic-large {
  background-color: #fff;
  background-image: url('../images/pexels-cottonbro-4153800.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 15vw;
  margin-bottom: 1.5vw;
  display: flex;
  overflow: hidden;
}

.author-social-wrapper {
  align-items: center;
  margin-bottom: 1.5vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-icons-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
}

.author-social {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 10px;
  display: flex;
}

.text-card {
  padding: 5vw 7.5vw;
}

.contact-pic {
  background-image: url('../images/pexels-edmond-dantès-4347368_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

._1vw-text {
  letter-spacing: -.04vw;
  font-size: 1vw;
  display: inline;
}

.contact-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.social-media-links {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pic-wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.contact-content {
  grid-column-gap: 4vw;
  grid-row-gap: 2vw;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

._5-columns-grid {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-topic {
  color: var(--corporate-blue);
  font-weight: 400;
}

.blog-topic:hover {
  color: var(--corporate-blue);
}

.hover-circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  padding: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hover-circle {
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 5vw;
  min-width: 5vw;
  height: 5vw;
  min-height: 5vw;
  display: flex;
}

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

.integration-circle {
  border: 1px solid var(--corporate-blue);
  border-radius: 3.25vw;
  justify-content: center;
  align-items: center;
  width: 3.25vw;
  height: 3.25vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.integration-arrow {
  width: 1.625vw;
  transform: rotate(-45deg);
}

.integration-arrow.absolute {
  position: absolute;
  bottom: -1.625vw;
  left: -1.625vw;
}

.timeline-line {
  background-color: var(--steel-blue);
  width: 2px;
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline-circle {
  border: 2px solid var(--steel-blue);
  background-color: var(--white);
  color: var(--steel-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5vw;
  height: 4.5vw;
  display: flex;
}

.timeline-grid {
  grid-column-gap: 5vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline-effect {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  min-height: 25%;
  display: grid;
}

.timeline-line-wrap {
  background-color: rgba(29, 29, 31, .1);
  flex: 1;
  width: 2px;
  position: relative;
}

.timeline-line-container {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cookie-square-wrap {
  z-index: 100;
  background-color: rgba(29, 29, 31, .5);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-square {
  background-color: var(--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 40vw;
  padding: 3vw;
  display: flex;
}

.savings-arrows {
  width: 20%;
  position: absolute;
  bottom: 12.5vw;
  left: -6vw;
  transform: rotate(30deg);
}

.align-angle {
  margin-bottom: -3vw;
  margin-left: -3vw;
}

._10vw-div {
  min-height: 10vw;
}

.password-wrap {
  flex-direction: column;
  align-items: center;
  width: 33vw;
  display: flex;
}

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

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

.faq-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.faq-question-icon-wrap {
  border: 2px solid var(--corporate-blue);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.375vw;
  height: 3.375vw;
  padding: .5vw;
  display: flex;
}

._5vw-padding {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.black-link-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.black-link-wrap.margins {
  margin-top: .5vw;
  margin-bottom: .5vw;
}

.black-footer-link {
  color: var(--corporate-blue);
  font-size: 1.25vw;
  text-decoration: none;
  transition: color .3s;
}

.black-footer-link:hover {
  color: var(--corporate-blue);
}

.black-underline {
  background-color: var(--corporate-blue);
  width: 100%;
  height: 2px;
}

.faq-line {
  background-color: var(--black-2);
  width: 100%;
  height: 1px;
}

.faq-card {
  border-radius: .5vw;
  flex-direction: column;
  align-items: center;
  padding: 3vw;
  box-shadow: 1px 1px 3.5vw rgba(29, 29, 31, .06);
}

.name-span {
  font-weight: 600;
}

.share-links {
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  padding: .5vw;
  display: flex;
}

.sticky-links {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.logo-wrap {
  background-color: var(--white);
  border-radius: .5vw;
  padding: 1.5vw;
}

.integrations-tabs-menu {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.integrations-tab-link {
  border: 1px solid var(--black-2);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3.8vw;
  justify-content: center;
  align-items: center;
  height: 3.8vw;
  padding: 1vw 2.5vw;
  transition: background-color .3s, border-color .3s;
  display: flex;
}

.integrations-tab-link:hover {
  border-color: var(--corporate-blue);
  color: var(--corporate-blue);
}

.integrations-tab-link.w--current {
  background-color: var(--corporate-blue);
  color: var(--white);
}

.testimonial-circle-1 {
  background-color: #e2e5e9;
  border-radius: 100%;
  width: 24vw;
  height: 24vw;
  position: absolute;
}

.case-study-pic {
  object-fit: cover;
  border-radius: .625vw;
  width: 15vw;
  height: 15vw;
}

.case-study-logo {
  width: 15vw;
}

.image-span-1 {
  background-image: url('../images/Employer_3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 7.594vw;
  height: 7.594vw;
  margin-bottom: -1.25vw;
  margin-right: .5vw;
  display: inline-block;
}

.image-span-2 {
  background-image: url('../images/Employer_2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 7.594vw;
  height: 7.594vw;
  margin-bottom: -1.25vw;
  display: inline-block;
}

.testimonial-pic-small {
  background-image: url('../images/Immagine.png');
  background-position: 0 0;
  background-size: cover;
  border-radius: 100%;
  width: 3.5vw;
  height: 3.5vw;
}

.styleguide-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.style-guide-link {
  color: var(--corporate-blue);
  background-color: rgba(0, 0, 0, 0);
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  padding: 16px 25px;
  font-weight: 500;
  transition: background-color .3s, box-shadow .3s;
}

.style-guide-link:hover {
  background-color: var(--white-smoke);
  color: var(--corporate-blue);
}

.style-guide-link.w--current {
  background-color: var(--corporate-blue);
  color: #fff;
}

.style-guide-links-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

.color-square {
  border-radius: 4px;
  width: 100%;
  padding-top: 100%;
}

.color-square.full-black {
  background-color: var(--corporate-blue);
}

.color-square.dark-blue {
  background-color: var(--royal-blue);
}

.color-square.white {
  background-color: var(--white);
  box-shadow: inset 0 0 0 1px rgba(136, 136, 136, .15);
}

.color-square.blue {
  background-color: var(--steel-blue);
}

.style-guide-grid {
  grid-column-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 200px) 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.style-guide-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.style-guide-list._40px-margin {
  margin-bottom: 40px;
}

.style-guide-elements-grid {
  grid-row-gap: 10vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-form {
  width: 100%;
  position: relative;
}

.cta-h2 {
  margin-top: -.5vw;
}

.footer-logo {
  height: 3.25vw;
}

.page-image {
  border-radius: .5vw;
  width: 100%;
}

.info-box {
  z-index: 100;
  background-color: var(--steel-blue);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.info-paragraph {
  font-size: 14px;
}

.white-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: color .3s;
}

.white-link:hover {
  color: #8578e6;
}

.white-link.inline {
  display: inline-block;
}

.white-link.inline:hover {
  color: #fff;
}

.close-icon-wrap {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 5px;
  display: flex;
  position: absolute;
  right: 5vw;
}

.link-span {
  color: var(--white);
  font-size: 14px;
}

.link-span:hover {
  color: var(--white);
}

.flowyak-banner {
  z-index: 2147483647;
  background-color: var(--corporate-blue);
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 12rem;
  padding: 1.25rem;
  display: flex;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.close-banner {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.banner-text {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.flowyak-banner-button {
  background-color: var(--steel-blue);
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25rem;
  transition: background-color .3s;
  display: block;
}

.flowyak-banner-button:hover {
  color: var(--white);
}

.image-3 {
  max-width: 100%;
  margin-top: 17px;
}

.image-3.ens {
  max-width: 20%;
  margin-top: 0;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid rgba(67, 83, 255, .16);
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.fs-cc-manager_trigger {
  display: block;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bold-text-60 {
  font-size: 1vw;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #262559;
  border: 2px solid #262559;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 0;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  color: #fff;
  background-color: #262559;
  border-color: #262559;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #262559;
  -webkit-text-stroke-color: white;
  background-color: #dadada;
  border-width: 0;
  border-color: #262559;
}

.texto-cookies {
  color: #262559;
  padding-right: 0;
  font-size: 1vw;
  font-weight: 500;
  display: block;
}

.fs-cc-banner_container {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner3_button-text {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.5vw;
  display: inline-block;
}

.fs-cc-banner3_button-text:hover, .fs-cc-banner3_button-text:active, .fs-cc-banner3_button-text:focus {
  color: #fff;
}

.fs-cc-banner3_button-text:focus-visible {
  color: #fff;
}

.fs-cc-banner3_button-text[data-wf-focus-visible] {
  color: #fff;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 12px;
  margin: 0;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner3_button {
  background-color: var(--corporate-blue);
  color: #fff;
  border-radius: 500px;
  height: 4vw;
  padding: 0 40px 0;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button:hover {
  color: #fff;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: var(--corporate-blue);
  color: #fff;
  width: auto;
  height: 4vw;
  margin-right: 12px;
  padding-left: 40px;
  padding-right: 40px;
}

.fs-cc-banner3_text {
  color: var(--corporate-blue);
  font-size: 18px;
  font-weight: 700;
  position: static;
}

.fs-cc-banner_paragraph {
  color: #000;
  margin-top: 12px;
  margin-bottom: 12px;
}

.fs-cc-banner3_block {
  margin-right: 30px;
  display: block;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
  display: flex;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  z-index: 9999999;
  width: 0;
  height: 0;
  max-height: none;
  line-height: 20%;
  display: block;
  position: relative;
}

.fs-cc-banner3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-2 {
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5vw;
  display: block;
  position: relative;
}

.grid-2 {
  color: #1d1d1f;
  grid-template-rows: auto;
  grid-template-columns: minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr) minmax(7.375vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  font-weight: 400;
  display: grid;
}

.grid-2._2vw-gap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr) minmax(5.66667vw, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.h2-title-2 {
  color: #1b1464;
  text-align: center;
  letter-spacing: 0;
}

.h2-title-2.center {
  color: #1b1464;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #1b1464;
  font-family: Inter, sans-serif;
  font-size: 8vw;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.h2-title-2.center._2vw-margin {
  color: #1b1464;
  text-indent: 36px;
  margin-top: 0;
  padding-left: 0;
}

.rich-text-2, .rich-text-3, .rich-text-4 {
  color: #1b1464;
  text-align: left;
  letter-spacing: -.04vw;
  border: 0 solid #1b1464;
  margin-top: 0;
  line-height: 1.6;
}

.rich-text-4 li {
  margin-bottom: 1vw;
}

.rich-text-4 p {
  color: #1b1464;
  margin-bottom: 2vw;
}

.rich-text-4 h3, .rich-text-4 h4 {
  letter-spacing: -.025vw;
  margin-bottom: 1vw;
  font-size: 1.125vw;
}

.rich-text-5 {
  color: #1b1464;
  text-align: left;
  letter-spacing: -.04vw;
  border: 0 solid #1b1464;
  margin-top: 0;
  line-height: 1.6;
}

.rich-text-5 li {
  margin-bottom: 1vw;
}

.rich-text-5 p {
  color: #1b1464;
  margin-bottom: 2vw;
}

.rich-text-5 h3, .rich-text-5 h4 {
  letter-spacing: -.025vw;
  margin-bottom: 1vw;
  font-size: 1.125vw;
}

.rich-text-6 {
  color: #1b1464;
  text-align: left;
  letter-spacing: -.04vw;
  border: 0 solid #1b1464;
  margin-top: 0;
  line-height: 1.6;
}

.rich-text-6 li {
  margin-bottom: 1vw;
}

.rich-text-6 p {
  color: #1b1464;
  margin-bottom: 2vw;
}

.rich-text-6 h3, .rich-text-6 h4 {
  letter-spacing: -.025vw;
  margin-bottom: 1vw;
  font-size: 1.125vw;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-4 {
  z-index: 9999999;
  width: 0;
  height: 0;
  max-height: none;
  line-height: 20%;
  display: block;
  position: relative;
}

.fs-cc-banner3_block-2 {
  margin-right: 0;
  display: block;
}

.fs-cc-banner3_paragraph-2 {
  color: #000;
  margin-top: 12px;
  margin-bottom: 25px;
  display: block;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-5, .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-6 {
  z-index: 9999999;
  width: 0;
  height: 0;
  max-height: none;
  line-height: 20%;
  display: none;
  position: relative;
}

.fs-cc-banner3_component-2 {
  z-index: 998;
  background-color: #fff;
  border-radius: 12px;
  margin: 30px;
  padding: 30px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 7px 7px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner3_button-2 {
  color: #fff;
  background-color: #1b1464;
  border-radius: 500px;
  height: 4vw;
  padding: .8vw 40px 14px;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
}

.fs-cc-banner3_button-2:hover {
  color: #fff;
}

.fs-cc-banner3_button-2.fs-cc-button-alt {
  color: #fff;
  background-color: #db495e;
  width: auto;
  height: 4vw;
  margin-right: 12px;
  padding-left: 40px;
  padding-right: 40px;
  display: inline-block;
}

.fs-cc-banner3_text-2 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-banner3_block-3 {
  margin-right: 30px;
  display: block;
}

.fs-cc-banner3_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-7 {
  z-index: 9999999;
  width: 0;
  height: 0;
  max-height: none;
  line-height: 20%;
  display: block;
  position: relative;
}

.bold-text-65 {
  display: inline;
}

.fs-cc-banner3_text-3 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.fs-cc-banner3_block-4 {
  margin-right: 30px;
  display: block;
}

.link-3 {
  display: inline;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #262559;
  border: 2px solid #262559;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-2:hover {
  color: #fff;
  background-color: #262559;
  border-color: #262559;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #262559;
  -webkit-text-stroke-color: white;
  background-color: #f5f5f5;
  border-width: 0;
  border-color: #262559;
}

.texto-cookies-2 {
  color: #262559;
  font-size: 1vw;
  font-weight: 500;
}

.fs-cc-banner_container-2 {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_button-3 {
  color: #fff;
  text-align: center;
  background-color: #262559;
  border: 2px solid #262559;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button-3:hover {
  color: #fff;
  background-color: #262559;
  border-color: #262559;
}

.fs-cc-banner_button-3.fs-cc-button-alt {
  color: #262559;
  -webkit-text-stroke-color: white;
  background-color: #f5f5f5;
  border-width: 0;
  border-color: #262559;
}

.texto-cookies-3 {
  color: #262559;
  font-size: 1vw;
  font-weight: 500;
}

.fs-cc-banner_container-3 {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-8 {
  z-index: 9999999;
  width: 0;
  height: 0;
  max-height: none;
  line-height: 20%;
  display: block;
  position: relative;
}

.fs-cc-banner3_button-3 {
  color: #fff;
  background-color: #1b1464;
  border-radius: 500px;
  height: 4vw;
  padding: .8vw 40px 14px;
  font-size: 18px;
  text-decoration: none;
}

.fs-cc-banner3_button-3:hover {
  color: #fff;
}

.fs-cc-banner3_button-3.fs-cc-button-alt {
  color: #fff;
  background-color: #db495e;
  width: auto;
  height: 4vw;
  margin-right: 12px;
  padding-left: 40px;
  padding-right: 40px;
}

.fs-cc-banner3_text-4 {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.fs-cc-banner3_paragraph {
  aspect-ratio: auto;
  color: var(--corporate-blue);
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.125vw;
}

.fs-cc-banner3_block-5 {
  margin-right: 30px;
  display: block;
}

.fs-cc-banner3_buttons-wrapper-2 {
  flex: none;
}

.fs-preferences-manager-wrapper {
  z-index: 1000;
  background-color: rgba(39, 49, 61, .85);
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookies-2 {
  display: none;
}

.cookie-tag {
  color: #262559;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.grid-11 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.paragraph-37 {
  margin-bottom: 5px;
  font-family: Inter, sans-serif;
  font-size: 1.125vw;
  font-weight: 400;
  line-height: 1.4vw;
}

.paragraph-37.bold {
  color: #003dff;
  text-align: right;
  -webkit-text-stroke-color: #003dff;
  font-size: 1.25vw;
  font-weight: 700;
}

.text-block-25 {
  font-size: 1.125vw;
  line-height: 1.4vw;
}

.image-57 {
  transition: all .2s;
}

.link-20 {
  font-size: 1.2vw;
}

.field-wrapper {
  display: inline-block;
}

.preferences-container {
  z-index: 99;
  background-color: #faf7f2;
  border: 2px solid #f1f1f1;
  border-radius: 20px;
  min-width: 500px;
  max-width: 800px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.cookie-paragraph {
  color: #262559;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Inter, sans-serif;
  position: relative;
}

.consents-form {
  margin-bottom: 0;
}

.button-8 {
  color: #fff;
  background-color: #262559;
  border: 2px solid #27313d;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: Inter, sans-serif;
  font-size: 1.125vw;
  font-weight: 400;
  transition: all .3s;
  display: inline-block;
}

.button-8:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button-8.deny {
  float: left;
  color: #262559;
  text-align: center;
  background-color: #f0f2f4;
  border-width: 1px;
  border-color: #262559;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  display: block;
}

.button-8.deny:hover {
  color: #faf7f2;
  background-color: #262559;
}

.button-8.accept {
  float: left;
  color: #262559;
  text-align: center;
  background-color: #faf7f2;
  border-width: 1px;
  border-color: #262559;
  font-family: Inter, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  position: relative;
}

.button-8.accept:hover {
  color: #f0f2f4;
  background-color: #262559;
  border-color: #262559;
}

.link-19 {
  color: #003dff;
  font-size: 1.25vw;
}

.link-19:hover {
  color: #262559;
}

.fs-cookie-popup {
  z-index: 1000;
  background-color: #fff;
  border: 2px #000;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 20px;
  display: block;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.checkbox-label-16 {
  display: none;
}

.fs-manager-opener {
  z-index: 1000;
  cursor: pointer;
  background-color: #262559;
  border: 1px #262559;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: 20px;
  right: auto;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.privacy-title {
  color: #262559;
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.checkbox-2 {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox-2.w--redirected-checked {
  background-color: #003dff;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 0 solid #27313d;
}

.checkbox-2.w--redirected-focus {
  box-shadow: none;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.div-block-2 {
  text-align: right;
  flex-flow: row-reverse;
  margin-left: 0;
  display: flex;
}

.image-58 {
  max-width: 35%;
}

.image-58.ens {
  max-width: 50%;
  margin-top: 15px;
}

.link-block-2 {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (min-width: 1920px) {
  .preferences-container {
    max-width: 1000px;
  }
}

@media screen and (max-width: 991px) {
  .all-pages-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .section {
    padding: 45px 35px;
  }

  .h3-title {
    font-size: 32px;
  }

  .h3-title.center._75-width {
    width: 80%;
  }

  .page-link {
    padding: 20px;
  }

  ._100-width.customer {
    margin-top: -10vw;
    margin-bottom: -40px;
  }

  .row-number {
    margin-right: 15px;
    font-size: 100px;
    line-height: .85;
  }

  .section-row {
    grid-column-gap: 30px;
  }

  .row-text-wrap {
    align-items: flex-start;
  }

  .text-wrap {
    max-width: 75vw;
  }

  .text-wrap.inside-card {
    width: 100%;
  }

  .text-wrap.inside-card._4vw-margin {
    width: 85%;
  }

  .h1-title {
    font-size: 64px;
  }

  .paragraph {
    font-size: 13px;
  }

  .large-paragraph {
    font-size: 15px;
  }

  .large-paragraph._75-width {
    width: 85%;
  }

  .large-paragraph._50-width {
    width: 60%;
  }

  .button-text {
    font-size: 13px;
  }

  .button-arrow-wrap {
    right: 4px;
  }

  .button-arrow-circle {
    border-radius: 25px;
    width: 25px;
    height: 25px;
    margin-left: 4px;
    padding-right: 6px;
  }

  .button {
    border-radius: 33px;
    height: 33px;
    padding-left: 24px;
    padding-right: 40px;
  }

  .button.black {
    border-radius: 33px;
  }

  .button-arrow {
    width: 12.5px;
  }

  .phone-image {
    margin-bottom: -45px;
  }

  .cta-image-right {
    align-self: flex-end;
    margin-bottom: -45px;
  }

  .cta-image-left {
    margin-top: -45px;
  }

  .slider-percentage {
    margin-bottom: 20px;
    font-size: 82px;
  }

  .left-arrow {
    width: 45px;
    height: 45px;
    left: -22.5px;
  }

  .right-arrow {
    width: 45px;
    height: 45px;
    right: -22.5px;
  }

  .slider-arrow {
    width: 18px;
  }

  .h2-title {
    font-size: 48px;
  }

  .h2-title._50-width {
    width: 75%;
  }

  .h2-title._75-width._2vw-margin {
    width: 85%;
  }

  .feature-icon {
    width: 30px;
    height: 30px;
  }

  .feature-check {
    width: 13px;
  }

  .h5-title {
    font-size: 17px;
  }

  .pricing-line-break {
    padding-left: 25px;
  }

  .pricing-check {
    width: 30px;
  }

  .plan-price {
    font-size: 42px;
  }

  .plan-description-text {
    font-size: 14px;
  }

  .pricing-column {
    padding: 25px 20px 45px;
  }

  .pricing-table-cell.right-aligned {
    padding-left: 25px;
  }

  .plan-name {
    font-size: 27px;
  }

  .plan-features-text {
    font-size: 14px;
  }

  .plan-features-title {
    font-size: 16px;
  }

  .pricing-small-text {
    margin-bottom: 45px;
    font-size: 11px;
  }

  .eyebrow {
    font-size: 15px;
  }

  .split-grid {
    margin-bottom: 60px;
  }

  .about-image-2 {
    width: 300px;
    margin-top: -200px;
  }

  .comparison-logo {
    max-width: 75%;
  }

  .comparison-top {
    min-height: 80px;
  }

  .comparison-column, .comparison-features {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .comparison-grid-bkg {
    padding: 30px;
  }

  .comparison-grid-text.strike {
    text-decoration: line-through;
  }

  .testimonial-wrap {
    grid-column-gap: 7px;
  }

  .testimonial-pic {
    width: 30px;
    height: 30px;
  }

  .step-number-wrap {
    width: 40px;
    height: 40px;
  }

  .step-number {
    font-size: 18px;
  }

  .h4-title {
    font-size: 19px;
  }

  .navigation {
    padding-left: 35px;
    padding-right: 35px;
  }

  .menu-title {
    font-size: 12px;
  }

  .dropdown-wrapper {
    box-shadow: none;
  }

  .nav-logo {
    margin-right: 10px;
    padding: 0;
  }

  .dropdown-list {
    margin-top: 0;
  }

  .dropdown-list.w--open {
    width: 100%;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .toggle {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
  }

  .toggle.w--open {
    width: 100%;
  }

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

  .nav-wrapper {
    width: 100%;
  }

  .nav-link {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 14px;
  }

  .menu-subtext {
    font-size: 12px;
  }

  .navigation-menu {
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
    height: auto;
    position: absolute;
  }

  .nav-column {
    width: 100%;
    padding: 10px 16px;
  }

  .menu-button {
    color: #07f;
    border: 1px solid rgba(0, 0, 0, .1);
    margin-left: 14px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #07f;
    border-style: solid;
  }

  .all-caps-text {
    font-size: 11px;
  }

  .icon-circle {
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    margin-right: 8px;
    padding: 9px;
  }

  .chevron {
    margin-right: 20px;
  }

  .dropdown {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .info-wrap {
    max-width: 340px;
  }

  .absolute-wrap {
    grid-column-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: static;
  }

  .clients-heading {
    font-size: 19px;
  }

  .form-button {
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }

  .contact-email {
    font-size: 21px;
  }

  .form {
    max-width: 400px;
  }

  .gray-square {
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 7.5vw;
  }

  .city-info-title {
    font-size: 14px;
  }

  .city-name {
    font-size: 16px;
  }

  .city-info-text {
    font-size: 14px;
  }

  .feature-card {
    padding: 20px;
  }

  .lightbox {
    width: 300px;
    height: 171px;
    bottom: 40px;
    right: -15px;
  }

  .play-icon {
    width: 60px;
    height: 60px;
  }

  .footer-text {
    max-width: 25vw;
    font-size: 12px;
  }

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

  .footer {
    padding: 60px 35px;
  }

  .footer-link-span, .footer-credits {
    font-size: 12px;
  }

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

  .footer-title {
    font-size: 14px;
  }

  .large-error {
    height: 48px;
    top: auto;
  }

  .large-input-field {
    border-radius: 55px;
    height: 55px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .circular-form-button {
    background-size: 22.5px;
    border-radius: 45px;
    width: 45px;
    height: 45px;
    top: 5px;
    bottom: 5px;
    right: 5px;
  }

  .testimonial-xl-pic {
    width: 25vw;
  }

  .testimonial-logo-large {
    order: 1;
    align-self: center;
  }

  .testimonial-circle-2 {
    width: 35vw;
    height: 35vw;
  }

  .testimonial-grid {
    grid-column-gap: 45px;
    padding: 30px 40px;
  }

  .extra-large-paragraph {
    font-size: 16px;
  }

  .cta-card {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .cta-image-1 {
    width: 80px;
  }

  .cta-image-3 {
    width: 220px;
  }

  .cta-stars-wrap {
    margin-bottom: 20px;
  }

  .cta-image-2 {
    width: 80px;
  }

  .medium-number {
    font-size: 64px;
  }

  .faq-answer {
    padding-bottom: 30px;
    font-size: 16px;
  }

  .faq-circle {
    padding: .375vw;
  }

  .sticky-pc-wrap, .sticky-effect-wrap {
    padding-left: 35px;
    padding-right: 35px;
  }

  .sticky-effect-wrap.large-top-margin {
    margin-top: 140vh;
  }

  .pc-sticky-wrap {
    margin-top: 45px;
    top: 45px;
  }

  .sticky-text-wrap {
    max-width: 40%;
  }

  .sticky-card {
    grid-column-gap: 40px;
    margin-bottom: 120px;
  }

  .small-card {
    padding: 20px;
  }

  .small-feature, .large-feature {
    padding: 45px 30px;
  }

  ._1st-card-right {
    max-width: 200px;
    top: -28vh;
    right: 9%;
  }

  .laptop-wrap {
    min-height: 520px;
  }

  .large-circle {
    width: 55vw;
    height: 55vw;
  }

  .card-testimonial-wrap {
    padding: 10px;
  }

  ._3rd-card-right {
    max-width: 200px;
    top: 101vh;
    right: 12%;
  }

  ._2nd-card-left {
    max-width: 200px;
    top: 73vh;
    left: 12%;
  }

  ._4th-card-right {
    max-width: 200px;
    top: 146vh;
    right: -220px;
  }

  ._2nd-card-right {
    max-width: 200px;
    top: 40vh;
    right: 9%;
  }

  .scrolling-wrap {
    width: 100%;
    min-height: 520px;
  }

  ._1st-card-left {
    border-radius: 10px;
    max-width: 200px;
    top: 9vh;
    left: 9%;
  }

  ._3rd-card-left {
    max-width: 200px;
    top: 107vh;
    left: -220px;
  }

  ._4th-card-left {
    max-width: 200px;
    top: 140vh;
    left: 16%;
  }

  .cards-wrap {
    min-height: 520px;
  }

  .features-hero {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .summary-image {
    top: -10px;
  }

  .small-icon {
    height: 13px;
  }

  .pricing {
    font-size: 42px;
  }

  .date {
    font-size: 10px;
  }

  .medium-paragraph {
    font-size: 14px;
  }

  .how-it-works-section {
    grid-template-columns: minmax(auto, 120px) 1fr;
  }

  ._4-columns-grid {
    grid-column-gap: 40px;
  }

  ._4-columns-grid._7-5vw-columns-gap {
    grid-column-gap: 52.5px;
    grid-row-gap: 60px;
  }

  .large-card {
    padding: 40px;
  }

  .small-number {
    font-size: 42px;
  }

  .step-chevron {
    width: 12px;
  }

  .email-capture-grid {
    align-items: center;
    padding: 30px;
  }

  .checkmark-wrap {
    margin-right: 12px;
  }

  .cta-checkmarks-wrap {
    margin-left: 0;
  }

  .radio-button-text {
    font-size: 15px;
  }

  .radio-button {
    width: 20px;
    height: 20px;
  }

  .pricing-grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-items: center;
  }

  .plan-price-details {
    font-size: 10px;
  }

  .plan-price-2 {
    font-size: 48px;
  }

  .features-link {
    font-size: 15px;
  }

  .radio-dot {
    width: 10px;
    height: 10px;
  }

  .medium-card {
    padding: 30px;
  }

  .medium-card.grey._33vw-width {
    max-width: 40vw;
  }

  .card-number {
    top: 3.5%;
    right: 3.5%;
  }

  .card {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
    padding: 7%;
  }

  .integration.hide-on-tablet {
    display: none;
  }

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

  .small-card-grid {
    padding: 20px;
  }

  .about-hero-pics-wrap {
    min-height: 520px;
  }

  .team-member-pic._4 {
    bottom: 0;
    left: 120px;
  }

  .team-member-pic._2 {
    top: auto;
    bottom: 0;
    right: 0;
  }

  .footer-wrapper-grid {
    text-align: right;
  }

  .footer-grid {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 20vw 1.25fr .75fr;
  }

  .white-link-wrap.margins {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .white-footer-link, .social-sign-up, .medium-link-span, .utilities-button {
    font-size: 14px;
  }

  .testimonial-logo {
    max-width: 17.5vw;
  }

  .testimonial-tab-link {
    width: 45px;
    height: 45px;
    margin-left: 7px;
    margin-right: 7px;
  }

  .card-quote {
    padding: 20px;
  }

  .video-wrap {
    height: 60vh;
  }

  .play-button-hover-effect {
    width: 100px;
    height: 100px;
    padding: 15px;
  }

  .video-title {
    font-size: 72px;
    bottom: -24px;
  }

  .author-pic {
    width: 30px;
    height: 30px;
  }

  .blog-info-card {
    margin-right: 20px;
    padding: 20px;
  }

  .blog-info-card.large {
    margin-top: 0%;
    margin-left: 0;
    margin-right: 0;
    padding: 35px;
  }

  .rich-text h2, .rich-text h3, .rich-text h4, .rich-text li, .rich-text a {
    font-size: 15px;
  }

  .author-pic-large {
    width: 145px;
    height: 145px;
  }

  .text-card {
    padding: 30px 45px;
  }

  ._1vw-text {
    font-size: 10px;
  }

  .hover-circle-wrapper {
    padding: 10px;
  }

  .hover-circle {
    min-width: 50px;
    min-height: 50px;
  }

  .timeline-circle {
    width: 40px;
    height: 40px;
  }

  .text-link {
    font-size: 13px;
  }

  ._5vw-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .black-link-wrap.margins {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .black-footer-link {
    font-size: 14px;
  }

  .share-links {
    width: 25px;
    height: 25px;
  }

  .integrations-tab-link {
    border-radius: 40px;
    height: 40px;
    padding: 7px 15px;
  }

  .testimonial-circle-1 {
    width: 30vw;
    height: 30vw;
  }

  .image-span-1, .image-span-2 {
    width: 64px;
    height: 64px;
  }

  .testimonial-pic-small {
    width: 36px;
    height: 36px;
  }

  .styleguide-container {
    width: 100%;
  }

  .style-guide-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-grid {
    grid-row-gap: 120px;
    grid-template-columns: minmax(170px, 170px) 1fr;
  }

  .footer-form {
    width: 85%;
  }

  .case-study-quote {
    margin-bottom: 2vw;
    font-size: 32px;
  }

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

  .blog-h2, .blog-h1 {
    font-size: 48px;
  }

  .cta-h2 {
    font-size: 42px;
  }

  .hide-on-tablet {
    display: none;
  }

  .faq-question {
    font-size: 32px;
  }

  .info-paragraph {
    font-size: 14px;
  }

  .link, .link-2 {
    font-size: 15px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .bold-text-60 {
    font-size: 1.2vw;
  }

  .texto-cookies {
    font-size: 1.1vw;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_button-text {
    margin-top: 5px;
    padding-top: 0;
    font-size: 2vw;
    text-decoration: none;
  }

  .fs-cc-banner3_button {
    padding-top: 0;
    padding-bottom: 4.5vw;
  }

  .bold-text-5 {
    font-size: 1.5vw;
  }

  .fs-cc-banner3_text {
    margin-bottom: 15px;
    font-size: 17px;
  }

  .fs-cc-banner_paragraph {
    font-size: 2vw;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex: none;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: block;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 87px 35px 35px;
    bottom: auto;
  }

  .grid-2._2vw-gap {
    flex-direction: column;
    display: flex;
  }

  .h2-title-2, .h2-title-2.center {
    font-size: 64px;
  }

  .h2-title-2.center._2vw-margin {
    text-align: center;
  }

  .rich-text-4 li, .rich-text-4 p, .rich-text-4 a, .rich-text-4 h3, .rich-text-4 h4, .rich-text-5 li, .rich-text-5 p, .rich-text-5 a, .rich-text-5 h3, .rich-text-5 h4, .rich-text-6 li, .rich-text-6 p, .rich-text-6 a, .rich-text-6 h3, .rich-text-6 h4 {
    font-size: 15px;
  }

  .bold-text-61, .fs-cc-banner3_paragraph-2, .bold-text-62, .bold-text-63 {
    font-size: 2vw;
  }

  .fs-cc-banner3_button-2 {
    padding-top: 0;
    padding-bottom: 4vw;
  }

  .bold-text-64, .bold-text-65 {
    font-size: 2vw;
  }

  .texto-cookies-2 {
    font-size: 1.1vw;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .texto-cookies-3 {
    font-size: 1.1vw;
  }

  .fs-cc-banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_button-3 {
    padding-top: 0;
    padding-bottom: 4vw;
  }

  .bold-text-66 {
    font-size: 2vw;
  }

  .fs-cc-banner3_paragraph, .link-4 {
    font-size: 1.5vw;
  }

  .fs-preferences-manager-wrapper {
    display: block;
  }

  .cookie-paragraph {
    font-size: 1.3vw;
    line-height: 16px;
  }

  .fs-cookie-popup {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .image-58 {
    max-width: 40%;
  }
}

@media screen and (max-width: 767px) {
  .all-pages-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section {
    padding: 30px;
  }

  .section.how-it-works-effect {
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3-title {
    font-size: 30px;
  }

  .h3-title.center._75-width {
    width: 100%;
  }

  ._2vw-margin {
    margin-bottom: 14px;
  }

  ._100-width._100-height.cover.static-on-phone {
    position: static;
  }

  ._100-width.cta-image-4 {
    right: auto;
  }

  ._100-width.cover.static-on-phone {
    position: static;
  }

  ._100-width.customer {
    margin-bottom: -30px;
  }

  .row-number {
    margin-top: 0;
    margin-right: 9px;
    font-size: 72px;
  }

  .section-row {
    grid-template-columns: 2fr 1fr;
    align-items: start;
    margin-bottom: 30px;
  }

  .row-text-wrap {
    align-items: flex-start;
  }

  .row-text-wrap.alternatives {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: start;
    justify-items: start;
    display: grid;
  }

  .alternatives-logo-grid {
    margin-top: 0;
  }

  .section-image-small {
    display: none;
  }

  .text-wrap {
    max-width: 80vw;
  }

  .text-wrap.inside-card {
    width: 80%;
  }

  .text-wrap.inside-card._4vw-margin {
    width: 100%;
  }

  .h1-title {
    font-size: 52px;
  }

  .large-paragraph._50-width {
    width: 70%;
  }

  .phone-image {
    margin-bottom: -30px;
  }

  .cta-image-right {
    align-self: center;
    margin-bottom: -30px;
    display: none;
  }

  .cta-image-left {
    width: 100%;
    margin-top: -30px;
  }

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

  .slide-right-column {
    padding: 35px;
  }

  .slider-percentage {
    font-size: 72px;
  }

  .slide-left-column {
    padding: 35px;
  }

  .h2-title {
    font-size: 38px;
  }

  .check-row {
    margin-bottom: 7px;
  }

  .h5-title {
    font-size: 16px;
  }

  .pricing-line-break {
    display: none;
  }

  .plan-price {
    font-size: 36px;
  }

  .pricing-column.hide-on-phone {
    display: none;
  }

  .pricing-table-cell {
    padding: 12px;
  }

  .pricing-table-cell.right-aligned {
    display: none;
  }

  .plan-name {
    font-size: 24px;
  }

  .pricing-grid, .plan-info-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .eyebrow {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .grid-text-column {
    align-items: center;
  }

  .split-grid {
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }

  .about-image-2 {
    width: 250px;
    margin-top: -150px;
  }

  .comparison-features {
    display: none;
  }

  .comparison-grid-bkg {
    padding: 20px;
  }

  .comparison-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .comparison-grid-text {
    font-size: 14px;
    display: block;
  }

  .tabs-slider-wrap {
    display: none;
  }

  .stars {
    width: 75px;
  }

  ._2-columns-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  ._2-columns-grid.utilities {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .testimonial-pic {
    width: 30px;
    height: 30px;
  }

  .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-logo {
    height: auto;
  }

  .toggle {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-wrapper {
    flex-wrap: wrap;
  }

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

  .navigation-menu {
    width: 100%;
  }

  .all-caps-text {
    margin-bottom: 7px;
    font-size: 9px;
  }

  .info-wrap {
    margin-bottom: 25px;
  }

  .absolute-wrap {
    margin-top: 30px;
  }

  ._3vw-margin {
    margin-bottom: 21px;
  }

  ._4vw-margin {
    margin-bottom: 28px;
  }

  ._1vw-margin {
    margin-bottom: 7px;
  }

  ._5vw-margin {
    margin-bottom: 35px;
  }

  ._6vw-margin {
    margin-bottom: 42px;
  }

  ._7-5vw-margin {
    margin-bottom: 52.5px;
  }

  .image-wrap.bottom-margin {
    margin-bottom: 45px;
  }

  .clients-heading {
    font-size: 18px;
  }

  .logos-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .black-square {
    padding: 30px;
  }

  .contact-email {
    font-size: 18px;
  }

  .gray-square {
    padding: 30px 30px 30px 45px;
  }

  .looping-address {
    font-size: 15vw;
  }

  .city-info-title, .city-name, .city-info-text {
    font-size: 14px;
  }

  .icon-wrap {
    margin-bottom: 14px;
    padding: 10px;
  }

  ._3-columns-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .large-icon {
    height: 30px;
  }

  .lightbox {
    width: 260px;
    height: 148px;
  }

  .play-icon {
    width: 50px;
    height: 50px;
  }

  .footer-text {
    max-width: 190px;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer {
    padding: 45px 30px;
  }

  .footer.black {
    padding-bottom: 45px;
  }

  .footer-credits {
    font-size: 12px;
  }

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

  .footer-title {
    margin-bottom: 7px;
  }

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

  .footer-column-right {
    padding-right: 0;
    display: none;
  }

  .testimonial-xl-pic {
    width: 30vw;
  }

  .testimonial-circle-2 {
    width: 40vw;
    height: 40vw;
  }

  .testimonial-grid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .cta-card {
    padding-left: 45px;
    padding-right: 45px;
  }

  .cta-image-3 {
    width: 130px;
    top: 0;
  }

  .faq-circle {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .sticky-pc-wrap, .sticky-effect-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .sticky-effect-wrap.large-top-margin, .sticky-effect-wrap.small-top-margin {
    display: none;
  }

  .sticky-effect-wrap.phone-visible {
    padding: 45px 0;
    display: block;
  }

  .pc-sticky-wrap {
    display: none;
  }

  .medium-icon {
    height: 16px;
  }

  .medium-icon._0-5vw-top-margin {
    margin-top: 3.5px;
  }

  .how-it-works-grid {
    grid-column-gap: 30px;
    margin-top: 30px;
  }

  .sticky-text-wrap {
    max-width: 100%;
    margin-bottom: 0;
  }

  .points-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .sticky-card {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 90px;
  }

  ._6-columns-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .small-feature {
    padding-left: 25px;
    padding-right: 25px;
  }

  .large-feature {
    grid-template-columns: 1fr;
    padding-left: 25px;
    padding-right: 25px;
  }

  ._1st-card-right {
    max-width: 190px;
  }

  ._3rd-card-right {
    max-width: 190px;
    top: 160vh;
  }

  ._2nd-card-left {
    max-width: 190px;
    top: 100vh;
  }

  ._4th-card-right {
    max-width: 190px;
  }

  ._2nd-card-right {
    max-width: 190px;
    top: 55vh;
  }

  .scrolling-wrap {
    margin-top: 45px;
  }

  ._1st-card-left {
    max-width: 190px;
  }

  ._3rd-card-left {
    max-width: 190px;
    top: 145vh;
  }

  ._4th-card-left {
    max-width: 190px;
    top: 200vh;
  }

  .features-hero {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .pricing-h3 {
    margin-bottom: 14px;
    font-size: 10px;
  }

  .pricing-card-2 {
    padding: 20px;
  }

  .pricing {
    font-size: 50px;
  }

  .check-wrapper {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    margin-bottom: 10px;
  }

  .how-it-works-section {
    grid-template-columns: minmax(auto, 80px) 1fr;
  }

  ._4-columns-grid._7-5vw-columns-gap {
    grid-row-gap: 45px;
  }

  .large-card {
    padding: 30px;
  }

  .small-number {
    font-size: 36px;
  }

  .relative.grey.bottom-margin, .align-left-and-vertical.bottom-margin {
    margin-bottom: 30px;
  }

  .steps-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .step-chevron-wrap {
    display: none;
  }

  .badge {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    border-radius: 36px;
    margin-bottom: 14px;
    padding: 7px 10.5px;
  }

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

  .cta-checkmarks-wrap {
    justify-content: center;
    align-self: center;
  }

  .pricing-grid-2 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .medium-card.grey._33vw-width {
    max-width: 50vw;
  }

  .card-number {
    font-size: 16px;
    top: 15px;
    right: 15px;
  }

  .card {
    margin-bottom: 45px;
  }

  .integrations-grid {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-columns: 1fr 1fr;
  }

  .huge-letter {
    font-size: 24vw;
  }

  .about-hero-pics-wrap {
    min-height: 400px;
  }

  .team-member-pic._2 {
    width: 160px;
    margin-left: 125px;
  }

  .team-member-pic._3 {
    width: 240px;
  }

  .footer-top {
    margin-bottom: 28px;
    padding-bottom: 28px;
  }

  .footer-grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template: "."
    / 20vw minmax(126px, 2.25fr);
    grid-auto-columns: 1.75fr;
    grid-auto-flow: column;
    display: grid;
  }

  .white-link-wrap.margins {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .tab-link-2.w--current {
    color: #000;
    background-color: #fff;
  }

  .cta-images {
    margin-top: 0;
  }

  .utilities-form-column {
    padding: 30px;
  }

  .absolute-pic {
    position: static;
  }

  .large-field.password, .large-field.email {
    margin-bottom: 10px;
  }

  .xs-card {
    padding: 10px;
  }

  ._0-5vw-margin {
    margin-bottom: 3.5px;
  }

  ._1-column-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-logo {
    max-width: 150px;
  }

  .testimonial-tab-link {
    width: 60px;
    height: 60px;
  }

  .video-title {
    font-size: 56px;
    bottom: -18px;
  }

  .grid._5vw-gap.mobile-gap {
    grid-row-gap: 30px;
  }

  .cta {
    padding: 25px;
  }

  .blog-info-card {
    margin-right: 0;
  }

  .blog-info-card.large {
    padding: 30px;
  }

  .small-logo-grid {
    margin-bottom: 20px;
  }

  .rich-text h2, .rich-text h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rich-text h4 {
    font-size: 14px;
  }

  .rich-text li {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rich-text a {
    font-size: 14px;
  }

  .author-pic-large {
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
  }

  .author-social-wrapper {
    margin-bottom: 20px;
  }

  .text-card {
    padding-left: 30px;
    padding-right: 30px;
  }

  ._5-columns-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .integration-circle {
    width: 25px;
    height: 25px;
  }

  .integration-arrow {
    width: 12.5px;
  }

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

  .cookie-square-wrap {
    padding: 30px;
  }

  .cookie-square {
    width: 300px;
    padding: 30px;
  }

  ._10vw-div {
    display: none;
  }

  .faq-question-icon-wrap {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  ._5vw-padding {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .black-footer-link {
    font-size: 14px;
  }

  .integrations-tabs-menu._5vw-margin {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .testimonial-circle-1 {
    width: 35vw;
    height: 35vw;
  }

  .image-span-1 {
    width: 52px;
    height: 52px;
    margin-bottom: -7px;
    margin-right: 4px;
  }

  .image-span-2 {
    width: 52px;
    height: 52px;
    margin-bottom: -7px;
  }

  .style-guide-links-grid {
    display: none;
  }

  .style-guide-grid {
    grid-row-gap: 90px;
  }

  .style-guide-elements-grid {
    grid-row-gap: 60px;
  }

  .hide-on-phone {
    display: none;
  }

  .footer-form {
    width: 100%;
  }

  .case-study-quote {
    margin-bottom: 21px;
    font-size: 30px;
  }

  ._20px-margin-on-phone {
    margin-bottom: 20px;
  }

  .blog-h2 {
    font-size: 38px;
  }

  .blog-h1 {
    font-size: 36px;
  }

  .cta-h2 {
    text-align: center;
    font-size: 38px;
  }

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

  .faq-question {
    font-size: 24px;
  }

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

  .link, .link-2 {
    font-size: 15px;
  }

  .bold-text-60, .texto-cookies {
    font-size: 1.5vw;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_button-text {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.2vw;
  }

  .fs-cc-banner3_button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-top: 3vw;
    padding-bottom: 3vw;
    display: flex;
  }

  .bold-text-5 {
    font-size: 2.2vw;
  }

  .fs-cc-banner3_text {
    font-size: 16px;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex: none;
    order: 0;
    align-self: auto;
    margin-top: 12px;
    padding-bottom: 0;
    display: flex;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: none;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 31px;
    padding: 10px 30px 30px;
  }

  .h2-title-2 {
    font-size: 52px;
  }

  .h2-title-2.center {
    font-size: 65px;
  }

  .h2-title-2.center._2vw-margin {
    line-height: 1;
  }

  .rich-text-4 li {
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type: decimal;
  }

  .rich-text-4 p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .rich-text-4 a {
    font-size: 14px;
  }

  .rich-text-4 h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rich-text-4 h4 {
    font-size: 14px;
  }

  .rich-text-5 li {
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type: decimal;
  }

  .rich-text-5 p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .rich-text-5 a {
    font-size: 14px;
  }

  .rich-text-5 h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rich-text-5 h4 {
    font-size: 14px;
  }

  .rich-text-6 li {
    margin-bottom: 10px;
    font-size: 14px;
    list-style-type: decimal;
  }

  .rich-text-6 p {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .rich-text-6 a {
    font-size: 14px;
  }

  .rich-text-6 h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .rich-text-6 h4 {
    font-size: 14px;
  }

  .fs-cc-banner3_button-2 {
    padding-bottom: 6vw;
  }

  .fs-cc-banner3_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .texto-cookies-2 {
    font-size: 1.5vw;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .texto-cookies-3 {
    font-size: 1.5vw;
  }

  .fs-cc-banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_button-3 {
    padding-bottom: 6vw;
  }

  .fs-cc-banner3_paragraph {
    margin-top: 14px;
    font-size: 2.2vw;
  }

  .fs-cc-banner3_buttons-wrapper-2 {
    margin-top: 12px;
  }

  .link-4 {
    font-size: 2.2vw;
  }

  .fs-preferences-manager-wrapper {
    display: flex;
  }

  .link-20 {
    font-size: 2vw;
  }

  .preferences-container {
    min-width: 300px;
    max-width: 80vw;
  }

  .cookie-paragraph {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-8.deny, .button-8.accept {
    font-size: 2vw;
  }

  .fs-cookie-popup {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
    display: block;
  }

  .privacy-title {
    font-size: 20px;
  }

  .button-wrapper {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .image-58 {
    max-width: 89%;
  }
}

@media screen and (max-width: 479px) {
  .all-pages-grid {
    grid-template-columns: 1fr;
  }

  .section, .section.how-it-works-effect {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3-title {
    font-size: 27px;
  }

  ._100-width.cover.static-on-portrait, ._100-width.cover.static-on-phone {
    position: static;
  }

  ._100-width.customer {
    margin-top: 0;
  }

  .row-number {
    font-size: 90px;
    line-height: .8;
  }

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

  .text-wrap {
    max-width: 100%;
  }

  .text-wrap.inside-card {
    width: 100%;
  }

  .h1-title {
    font-size: 36px;
  }

  .paragraph {
    font-size: 12px;
  }

  .large-paragraph {
    font-size: 14px;
  }

  .large-paragraph.center._3vw-margin {
    font-size: 15px;
  }

  .large-paragraph._75-width, .large-paragraph._50-width {
    width: 100%;
  }

  .buttons-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .phone-image {
    width: 100%;
  }

  .cta-image-right {
    width: 100%;
    display: block;
  }

  .cta-image-left {
    display: none;
  }

  .slider-percentage {
    font-size: 90px;
  }

  .h2-title {
    font-size: 30px;
  }

  .h2-title._50-width, .h2-title._75-width._2vw-margin {
    width: 100%;
  }

  .feature-check {
    width: 12px;
  }

  .pricing-top-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .plan-price {
    text-align: center;
    font-size: 42px;
  }

  .phone-pricing-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .mobile-plan-wrap {
    background-color: var(--white-smoke);
  }

  .mobile-plan-wrap.featured {
    margin-top: 25px;
  }

  .plan-description-text {
    text-align: center;
    max-width: 175px;
    margin-left: auto;
    margin-right: auto;
  }

  .plan-name {
    text-align: center;
    font-size: 30px;
  }

  .pricing-grid {
    display: none;
  }

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

  .about-image-2 {
    width: 150px;
    margin-top: -100px;
  }

  .overflow-hidden._20vw-top-margin, .overflow-hidden._20vw-top {
    margin-top: 0;
  }

  .comparison-logo {
    max-width: 60%;
  }

  .comparison-top {
    min-height: 60px;
  }

  .comparison-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .navigation, .toggle {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .nav-column {
    padding: 0 20px;
  }

  .absolute-wrap {
    grid-column-gap: 25px;
    align-items: start;
  }

  .clients-heading {
    font-size: 16px;
  }

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

  .contact-row {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .form-button {
    max-width: 100%;
    font-size: 12px;
  }

  .black-square {
    width: 100%;
  }

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

  .gray-square {
    padding-left: 30px;
  }

  .map {
    min-height: 450px;
  }

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

  .lightbox {
    display: none;
  }

  .footer-text {
    text-align: center;
    max-width: 200px;
  }

  .footer-social-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

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

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

  .footer-credits {
    text-align: center;
    line-height: 1.75;
  }

  .footer-split-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .footer-column {
    align-items: center;
  }

  .footer-title {
    font-size: 13px;
  }

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

  .large-input-field {
    font-size: 14px;
  }

  .testimonial-xl-pic {
    width: 70%;
  }

  .testimonial-wrap-2 {
    width: 220px;
    height: 220px;
  }

  .testimonial-logo-large {
    height: 40px;
  }

  .testimonial-circle-2 {
    width: 100%;
    height: 100%;
  }

  .testimonial-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .extra-large-paragraph {
    font-size: 15px;
  }

  .cta-card {
    padding: 30px;
  }

  .cta-image-1 {
    width: 65px;
  }

  .cta-image-3 {
    width: 85px;
  }

  .cta-stars-wrap {
    grid-template-columns: auto;
    justify-items: center;
  }

  .cta-image-2 {
    width: 65px;
  }

  .medium-number.sticky {
    position: static;
  }

  .faq-answer {
    font-size: 15px;
  }

  .faq-circle {
    width: 25px;
    height: 25px;
    padding: 2px;
  }

  .sticky-pc-wrap, .sticky-effect-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-effect-wrap.phone-visible {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .how-it-works-grid {
    grid-template-columns: 1fr;
  }

  .points-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .sticky-card {
    grid-row-gap: 30px;
    padding: 20px;
  }

  ._1st-card-right {
    right: -15vw;
    transform: translate3d(0, 0, -400px);
  }

  .laptop-wrap {
    min-height: 60vh;
  }

  ._3rd-card-right {
    right: -10vw;
    transform: translate3d(0, 0, -400px);
  }

  ._2nd-card-left {
    left: -10vw;
    transform: translate3d(0, 0, -400px);
  }

  ._4th-card-right {
    right: -50vw;
    transform: translate3d(0, 0, -400px);
  }

  ._2nd-card-right {
    right: -15vw;
    transform: translate3d(0, 0, -400px);
  }

  .scrolling-wrap {
    min-height: 60vh;
  }

  ._1st-card-left {
    left: -15vw;
    transform: translate3d(0, 0, -400px);
  }

  ._3rd-card-left {
    left: -50vw;
    transform: translate3d(0, 0, -400px);
  }

  ._4th-card-left {
    left: 12.5vw;
    transform: translate3d(0, 0, -400px);
  }

  .cards-wrap {
    perspective: 800px;
    min-height: 60vh;
  }

  .features-hero {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .summary-image {
    display: none;
  }

  .summary-row {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .medium-paragraph {
    font-size: 13px;
  }

  .how-it-works-section {
    grid-template-columns: 1fr;
  }

  ._4-columns-grid {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .small-number {
    font-size: 30px;
  }

  .align-left-and-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .email-capture-grid {
    padding: 25px;
  }

  .checkmark-wrap {
    margin-right: 7px;
  }

  .pricing-features-row, .pricing-features-row.sticky {
    grid-template-columns: 1fr;
  }

  .pricing-wrap {
    justify-content: flex-start;
  }

  .radio-button-text {
    font-size: 15px;
  }

  .radio-button-container {
    flex-direction: row;
    margin-bottom: 15px;
  }

  .radio-buttons {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 320px;
    margin-bottom: 40px;
  }

  .plan-price-2 {
    font-size: 42px;
  }

  .medium-card.grey._33vw-width {
    max-width: 90vw;
  }

  .card-number {
    font-size: 16px;
    top: 20px;
    right: 20px;
  }

  .selling-point {
    grid-column-gap: 15px;
  }

  .card {
    width: 100%;
    padding: 35px 25px;
  }

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

  .about-hero-pics-wrap {
    min-height: 320px;
  }

  .team-member-pic._1 {
    width: 140px;
  }

  .team-member-pic._4, .team-member-pic._5 {
    display: none;
  }

  .team-member-pic._2 {
    width: 120px;
    right: 0;
  }

  .team-member-pic._3 {
    width: 180px;
    top: 0;
    left: 0;
    right: auto;
  }

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

  .footer-wrapper-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: center;
    grid-template-columns: auto;
    align-items: stretch;
    justify-items: center;
    margin-bottom: 45px;
  }

  .footer-grid {
    grid-column-gap: 28px;
    grid-row-gap: 35px;
    grid-template-rows: auto auto;
    grid-template-columns: 3.25fr;
    justify-content: center;
    justify-items: center;
    display: block;
  }

  .footer-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    text-align: center;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: stretch;
    margin-top: 20px;
    display: block;
  }

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

  .white-footer-link {
    font-size: 13px;
  }

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

  .utilities-form-column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .medium-link-span {
    font-size: 13px;
  }

  .testimonial-tab-link {
    width: 55px;
    height: 55px;
  }

  .video-wrap {
    height: 30vh;
    min-height: 250px;
  }

  .video-title {
    font-size: 48px;
  }

  .grid.full-page.stretch {
    grid-row-gap: 20px;
  }

  .text-column.align-center {
    padding: 0 0 30px;
  }

  .text-column.vertically-centered.align-center {
    padding: 0 20px;
  }

  .featured-blog-post-grid {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-pic {
    padding-top: 150%;
    position: static;
  }

  .contact-content {
    grid-row-gap: 15px;
  }

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

  .hover-circle-wrapper {
    padding: 40px;
  }

  .timeline-effect {
    min-height: 100%;
  }

  .cookie-square-wrap {
    padding: 20px;
  }

  .cookie-square {
    width: 100%;
  }

  .align-angle {
    margin-bottom: 0;
    margin-left: 0;
  }

  .text-link {
    font-size: 12px;
  }

  .faq-grid {
    grid-column-gap: 10px;
  }

  .faq-question-icon-wrap {
    width: 25px;
    height: 25px;
  }

  .black-footer-link {
    font-size: 13px;
  }

  .integrations-tabs-menu._5vw-margin {
    grid-template-columns: auto;
  }

  .integrations-tab-link {
    width: 100%;
    min-width: 280px;
  }

  .testimonial-circle-1 {
    width: 85%;
    height: 85%;
  }

  .case-study-pic {
    width: 80px;
    height: 80px;
  }

  .case-study-logo {
    width: 80px;
  }

  .image-span-1 {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
    margin-right: 3px;
  }

  .image-span-2 {
    width: 36px;
    height: 36px;
    margin-bottom: 0;
  }

  .style-guide-links-grid {
    display: none;
  }

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

  .case-study-quote {
    font-size: 27px;
  }

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

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

  .blog-h2 {
    font-size: 21px;
  }

  .blog-h1, .cta-h2 {
    font-size: 30px;
  }

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

  .faq-question {
    font-size: 16px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

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

  .link, .link-2 {
    font-size: 14px;
  }

  .image-3 {
    text-align: center;
    max-width: 80%;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .bold-text-60 {
    font-size: 3vw;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .texto-cookies {
    font-size: 3vw;
  }

  .fs-cc-banner3_button-text {
    object-fit: fill;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 17vw;
    max-height: none;
    margin-top: 0;
    padding-top: 2vw;
    font-size: 4.5vw;
    text-decoration: none;
    display: inline-block;
    overflow: visible;
  }

  .fs-cc-banner3_button {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    height: 12vw;
    margin-bottom: 8px;
    margin-left: 40px;
    margin-right: 40px;
    padding: 0 2vw 0 0;
  }

  .fs-cc-banner3_button:hover {
    color: #fff;
    height: 11vw;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    background-color: #db495e;
    width: auto;
    height: 12vw;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 2vw;
    font-size: 5vw;
    text-decoration: none;
  }

  .fs-cc-banner3_button.fs-cc-button-alt:hover {
    color: #fff;
  }

  .bold-text-5 {
    font-size: 3.75vw;
  }

  .fs-cc-banner3_text {
    width: auto;
    font-size: 5vw;
    line-height: 25px;
  }

  .fs-cc-banner_paragraph {
    width: auto;
    margin-bottom: 30px;
    font-size: 3.75vw;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
    font-size: 6vw;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
    display: block;
    overflow: visible;
  }

  .section-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .h2-title-2 {
    font-size: 36px;
  }

  .h2-title-2.center {
    color: #1b1464;
    font-size: 12vw;
  }

  .rich-text-2, .rich-text-3, .rich-text-4, .rich-text-5, .rich-text-6 {
    text-align: left;
    width: 100%;
    display: block;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-4 {
    display: none;
    overflow: visible;
  }

  .bold-text-61 {
    font-size: 3.75vw;
  }

  .fs-cc-banner3_block-2 {
    text-align: center;
    margin-right: 0;
    font-size: 6vw;
  }

  .fs-cc-banner3_paragraph-2 {
    width: auto;
    margin-bottom: 30px;
    font-size: 3.75vw;
  }

  .bold-text-62 {
    font-size: 3.75vw;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-5 {
    display: none;
    overflow: visible;
  }

  .bold-text-63 {
    font-size: 3.75vw;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-6 {
    display: none;
    overflow: visible;
  }

  .fs-cc-banner3_button-2 {
    text-align: center;
    height: 12vw;
    padding: 0 2vw;
  }

  .fs-cc-banner3_button-2:hover {
    color: #fff;
    height: 11vw;
  }

  .fs-cc-banner3_button-2.fs-cc-button-alt {
    background-color: #db495e;
    width: auto;
    height: 12vw;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 2vw;
    font-size: 5vw;
    text-decoration: none;
  }

  .fs-cc-banner3_button-2.fs-cc-button-alt:hover {
    color: #fff;
  }

  .bold-text-64 {
    font-size: 3.75vw;
  }

  .fs-cc-banner3_text-2 {
    width: auto;
    font-size: 5vw;
    line-height: 25px;
  }

  .fs-cc-banner3_block-3 {
    text-align: center;
    margin-right: 0;
    font-size: 6vw;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-7 {
    display: none;
    overflow: visible;
  }

  .bold-text-65 {
    font-size: 3.75vw;
  }

  .fs-cc-banner3_text-3 {
    width: auto;
    font-size: 5vw;
    line-height: 25px;
  }

  .fs-cc-banner3_block-4 {
    text-align: center;
    margin-right: 0;
    font-size: 6vw;
  }

  .fs-cc-banner_button-2 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .texto-cookies-2 {
    font-size: 3vw;
  }

  .fs-cc-banner_button-3 {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .texto-cookies-3 {
    font-size: 3vw;
  }

  .set-all-components-to-display-none-and-use-this-div-to-create-a-symbol-8 {
    display: none;
    overflow: visible;
  }

  .fs-cc-banner3_button-3 {
    text-align: center;
    height: 12vw;
    padding: 0 2vw;
  }

  .fs-cc-banner3_button-3:hover {
    color: #fff;
    height: 11vw;
  }

  .fs-cc-banner3_button-3.fs-cc-button-alt {
    background-color: #db495e;
    width: auto;
    height: 12vw;
    margin-bottom: 10px;
    margin-right: 0;
    padding: 0 2vw;
    font-size: 5vw;
    text-decoration: none;
  }

  .fs-cc-banner3_button-3.fs-cc-button-alt:hover {
    color: #fff;
  }

  .bold-text-66 {
    font-size: 3.75vw;
  }

  .fs-cc-banner3_text-4 {
    width: auto;
    font-size: 5vw;
    line-height: 25px;
  }

  .fs-cc-banner3_paragraph {
    width: auto;
    margin-bottom: 30px;
    font-size: 3.75vw;
  }

  .fs-cc-banner3_block-5 {
    text-align: center;
    margin-right: 0;
    font-size: 6vw;
  }

  .fs-cc-banner3_buttons-wrapper-2 {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    display: flex;
    overflow: scroll;
  }

  .cookie-tag {
    margin-bottom: 2px;
    font-size: 3.5vw;
  }

  .paragraph-37 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .paragraph-37.bold {
    font-size: 3vw;
  }

  .text-block-25 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .link-20 {
    font-size: 2.5vw;
  }

  .field-wrapper {
    width: 100%;
    margin-right: 0;
    font-size: 2.5vw;
    display: inline-block;
  }

  .preferences-container {
    max-width: 80vw;
    margin-left: 2%;
    padding: 15px;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .cookie-paragraph {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 2.5vw;
    line-height: 3.5vw;
  }

  .button-8 {
    text-align: center;
    width: 48%;
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.5vw;
    display: inline-block;
  }

  .button-8.deny {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3vw;
    line-height: 1.2;
  }

  .button-8.accept {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 3vw;
    line-height: 1.2;
    display: block;
  }

  .link-19 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .fs-cookie-popup {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-left: 0%;
    margin-right: 5%;
    padding: 15px;
    display: grid;
  }

  .privacy-title {
    margin-bottom: 10px;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .button-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 2fr;
  }

  .div-block-2 {
    text-align: center;
    flex-flow: column;
    display: flex;
  }

  .image-58 {
    max-width: 25%;
  }

  .image-58.ens {
    max-width: 30%;
  }

  .link-block-2 {
    text-align: center;
    margin-top: 20px;
  }

  .div-block-3 {
    text-align: center;
  }
}

#w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb66-de11bb5a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb68-de11bb5a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb7f-de11bb5a, #w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb89-de11bb5a, #w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb93-de11bb5a, #w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb9d-de11bb5a {
  align-self: center;
  justify-self: end;
}

#w-node-_0d0bac55-4db6-f638-d494-bbd2c7be51f7-b33d57cd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9a11ef0-2678-c4a9-c295-403cd2eaa969-b33d57cd {
  align-self: auto;
  justify-self: auto;
}

#w-node-c7ba180a-27fc-def3-088e-79fcf77d4490-b33d57cd {
  justify-self: auto;
}

#w-node-_5d13edf9-a980-eb42-3b21-b6f2b33d57d6-b33d57cd {
  justify-self: end;
}

#w-node-a14fb98c-8050-be61-5416-f89e5c6f4c03-83d0ede3, #w-node-a14fb98c-8050-be61-5416-f89e5c6f4c11-83d0ede3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8b00efd2-bfec-a425-0379-3de671fc31bb-83d0ede3, #w-node-_8b00efd2-bfec-a425-0379-3de671fc31d3-83d0ede3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8b00efd2-bfec-a425-0379-3de671fc31d5-83d0ede3 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8b00efd2-bfec-a425-0379-3de671fc31ed-83d0ede3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8b00efd2-bfec-a425-0379-3de671fc31ef-83d0ede3 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8b00efd2-bfec-a425-0379-3de671fc3205-83d0ede3 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8b00efd2-bfec-a425-0379-3de671fc3207-83d0ede3 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-cd496376-5ffb-fc01-bef2-542cf9f087d3-83d0ede4, #w-node-cd496376-5ffb-fc01-bef2-542cf9f087eb-83d0ede4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cd496376-5ffb-fc01-bef2-542cf9f087ed-83d0ede4 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cd496376-5ffb-fc01-bef2-542cf9f08805-83d0ede4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cd496376-5ffb-fc01-bef2-542cf9f08807-83d0ede4 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-cd496376-5ffb-fc01-bef2-542cf9f0881d-83d0ede4 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-cd496376-5ffb-fc01-bef2-542cf9f0881f-83d0ede4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4c5a32ed-5730-0200-6d49-a565d841451a-83d0ede5 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-_4c5a32ed-5730-0200-6d49-a565d8414528-83d0ede5 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-_4c5a32ed-5730-0200-6d49-a565d8414530-83d0ede5 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_49360e51-9634-e642-4f80-021a18014368-83d0ede5, #w-node-_49360e51-9634-e642-4f80-021a18014369-83d0ede5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b4432b6e-406c-f987-94db-0e1ef70cb435-83d0ede6, #w-node-b4432b6e-406c-f987-94db-0e1ef70cb436-83d0ede6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-a2cd4dee-4e67-ad8c-7ffb-e59d1c7e3b99-83d0ede6 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-a2cd4dee-4e67-ad8c-7ffb-e59d1c7e3ba7-83d0ede6 {
  grid-area: 1 / 3 / 3 / 4;
}

#w-node-dd6a282c-d65d-069b-bec2-343b93b58efd-83d0ede6 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-df6a6b33-fee7-2241-f080-21f30ed1247f-83d0ede7, #w-node-df6a6b33-fee7-2241-f080-21f30ed12480-83d0ede7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-df6a6b33-fee7-2241-f080-21f30ed1248d-83d0ede7 {
  grid-area: 1 / 4 / 2 / 10;
}

#w-node-df6a6b33-fee7-2241-f080-21f30ed124bc-83d0ede7 {
  grid-area: 1 / 3 / 4 / 4;
}

#w-node-df6a6b33-fee7-2241-f080-21f30ed124c4-83d0ede7 {
  grid-area: 2 / 3 / 3 / 11;
}

#w-node-df6a6b33-fee7-2241-f080-21f30ed124c6-83d0ede7 {
  grid-area: 3 / 4 / 4 / 10;
}

#w-node-c7f7058a-2461-2c2c-2d30-c1ad18b1605b-83d0ede7, #w-node-c7f7058a-2461-2c2c-2d30-c1ad18b16073-83d0ede7 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c7f7058a-2461-2c2c-2d30-c1ad18b16075-83d0ede7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-da1dbe15-8816-6b1b-dd8b-62b96657e458-83d0ee0a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-da1dbe15-8816-6b1b-dd8b-62b96657e465-83d0ee0a {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-ee1060e8-93bd-aa89-c223-025751f6566c-9d404907 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-ee1060e8-93bd-aa89-c223-025751f6566f-9d404907 {
  grid-area: 2 / 4 / 3 / 10;
}

#w-node-_95f43516-c9bc-e58d-7a7b-f219e9982be1-3f41bcc5 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_95f43516-c9bc-e58d-7a7b-f219e9982be4-3f41bcc5 {
  grid-area: 2 / 4 / 3 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-_4c5a32ed-5730-0200-6d49-a565d841451a-83d0ede5 {
    grid-column: 2 / 12;
  }

  #w-node-_4c5a32ed-5730-0200-6d49-a565d8414528-83d0ede5 {
    grid-column: 1 / 2;
  }

  #w-node-_4c5a32ed-5730-0200-6d49-a565d8414530-83d0ede5 {
    grid-column-start: 2;
  }

  #w-node-a2cd4dee-4e67-ad8c-7ffb-e59d1c7e3b99-83d0ede6 {
    grid-column: 2 / 12;
  }

  #w-node-a2cd4dee-4e67-ad8c-7ffb-e59d1c7e3ba7-83d0ede6 {
    grid-column: 1 / 2;
  }

  #w-node-dd6a282c-d65d-069b-bec2-343b93b58efd-83d0ede6 {
    grid-column-start: 2;
  }

  #w-node-df6a6b33-fee7-2241-f080-21f30ed1248d-83d0ede7 {
    grid-column: 2 / 12;
  }

  #w-node-df6a6b33-fee7-2241-f080-21f30ed124bc-83d0ede7 {
    grid-column: 1 / 2;
  }

  #w-node-df6a6b33-fee7-2241-f080-21f30ed124c4-83d0ede7, #w-node-df6a6b33-fee7-2241-f080-21f30ed124c6-83d0ede7, #w-node-da1dbe15-8816-6b1b-dd8b-62b96657e465-83d0ee0a, #w-node-ee1060e8-93bd-aa89-c223-025751f6566f-9d404907, #w-node-_95f43516-c9bc-e58d-7a7b-f219e9982be4-3f41bcc5 {
    grid-column: 2 / 12;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_5d13edf9-a980-eb42-3b21-b6f2b33d57d6-b33d57cd {
    grid-area: span 1 / span 3 / span 1 / span 3;
    justify-self: end;
  }

  #w-node-a14fb98c-8050-be61-5416-f89e5c6f4c03-83d0ede3, #w-node-a14fb98c-8050-be61-5416-f89e5c6f4c11-83d0ede3, #w-node-_8b00efd2-bfec-a425-0379-3de671fc31d5-83d0ede3, #w-node-_8b00efd2-bfec-a425-0379-3de671fc31ef-83d0ede3, #w-node-_8b00efd2-bfec-a425-0379-3de671fc3207-83d0ede3, #w-node-cd496376-5ffb-fc01-bef2-542cf9f087ed-83d0ede4, #w-node-cd496376-5ffb-fc01-bef2-542cf9f08807-83d0ede4, #w-node-cd496376-5ffb-fc01-bef2-542cf9f0881f-83d0ede4 {
    grid-column: span 12 / span 12;
  }

  #w-node-_49360e51-9634-e642-4f80-021a18014368-83d0ede5, #w-node-_49360e51-9634-e642-4f80-021a18014369-83d0ede5 {
    grid-column: span 4 / span 4;
  }

  #w-node-a2cd4dee-4e67-ad8c-7ffb-e59d1c7e3ba7-83d0ede6 {
    grid-column: 1 / 2;
  }

  #w-node-c7f7058a-2461-2c2c-2d30-c1ad18b16075-83d0ede7 {
    grid-column: span 12 / span 12;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb65-de11bb5a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb66-de11bb5a {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_611ec79e-6f73-c6e1-8254-bda8de11bb6a-de11bb5a {
    grid-area: 1 / 3 / 2 / 4;
  }

  #w-node-a4d48418-1bc8-b7a5-d69a-fe7ea1395a99-b33d57cd {
    align-self: center;
    justify-self: center;
  }

  #w-node-_5d13edf9-a980-eb42-3b21-b6f2b33d57d6-b33d57cd {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5859e8ed-050d-146f-7a53-fe9a58b82e79-b33d57cd {
    justify-self: center;
  }

  #w-node-a14fb98c-8050-be61-5416-f89e5c6f4c03-83d0ede3, #w-node-a14fb98c-8050-be61-5416-f89e5c6f4c11-83d0ede3 {
    grid-column: span 12 / span 12;
  }

  #Full-Name-2.w-node-fa941ab6-7588-9bad-2fcb-aaa8ef722403-ef7223fb, #field.w-node-fa941ab6-7588-9bad-2fcb-aaa8ef722404-ef7223fb, #w-node-_6eaaea05-4eb8-dc40-d545-02c1cf428cae-83d0ede5, #w-node-_6eaaea05-4eb8-dc40-d545-02c1cf428cb4-83d0ede5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4c5a32ed-5730-0200-6d49-a565d841451a-83d0ede5, #w-node-_4c5a32ed-5730-0200-6d49-a565d8414530-83d0ede5 {
    grid-column: 1 / 13;
  }

  #w-node-_49360e51-9634-e642-4f80-021a18014368-83d0ede5, #w-node-_49360e51-9634-e642-4f80-021a18014369-83d0ede5 {
    grid-column: span 2 / span 2;
  }

  #w-node-a2cd4dee-4e67-ad8c-7ffb-e59d1c7e3b99-83d0ede6, #w-node-dd6a282c-d65d-069b-bec2-343b93b58efd-83d0ede6, #w-node-df6a6b33-fee7-2241-f080-21f30ed1248d-83d0ede7, #w-node-df6a6b33-fee7-2241-f080-21f30ed124c4-83d0ede7, #w-node-df6a6b33-fee7-2241-f080-21f30ed124c6-83d0ede7, #w-node-da1dbe15-8816-6b1b-dd8b-62b96657e465-83d0ee0a, #w-node-ee1060e8-93bd-aa89-c223-025751f6566f-9d404907, #w-node-_95f43516-c9bc-e58d-7a7b-f219e9982be4-3f41bcc5 {
    grid-column: 1 / 13;
  }
}


