@font-face {
  font-family: Reey;
  src: url('../fonts/Reey-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #2e2f2f;
  --grey: #e4e4e4;
  --shade-2: #fcedda;
  --primary-3: #fcd757;
  --primary-2: #320d6d;
  --white: white;
  --primary-1: #ee4e34;
  --shade-1: #baf3ec;
  --status-green: #4fb75a;
}

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

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--dark);
  font-family: Inter, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Fraunces, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 21px;
  font-family: Fraunces, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

h3 {
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Fraunces, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

h5 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

p {
  margin-bottom: 28px;
}

a {
  color: var(--dark);
  font-weight: 500;
  text-decoration: none;
}

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

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

label {
  margin-bottom: 10px;
  font-family: Fraunces, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

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

figure {
  margin-bottom: 10px;
}

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

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

.section.bg-shade-1 {
  margin-top: 0;
  padding-top: 20px;
}

.section.border-bottom {
  border-bottom: 1px solid var(--grey);
}

.section.bg-primary-1 {
  align-items: center;
}

.section.grid-halves-inner-section {
  align-items: center;
  display: flex;
}

.section.grid-halves-inner-section.bg-primary-2 {
  padding-top: 112px;
  padding-bottom: 112px;
}

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

.section.increased-padding {
  padding-top: 112px;
  padding-bottom: 112px;
}

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

.section.align-content-center.increase-height {
  min-height: 720px;
}

.section.below-contained-section {
  padding-top: 0;
}

.section.grid-halves-hero-inner-section {
  padding: 54px 56px 56px;
}

.section.grid-halves-hero-inner-section.increased-padding {
  padding: 84px;
}

.section.grid-halves-hero-inner-section.bg-shade-2 {
  align-items: center;
  display: flex;
}

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

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

.section.bg-shade-2 {
  background-color: var(--shade-2);
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.bg-primary-3 {
  background-color: var(--primary-3);
}

.section.reduced-padding {
  padding-top: 56px;
  padding-bottom: 56px;
}

.section.extreme-top-padding {
  padding-top: 140px;
}

.section.decrease-bottom-padding {
  padding-bottom: 54px;
}

.section.above-contained-section {
  padding-bottom: 0;
}

.section.reduced-bottom-padding {
  padding-top: 100px;
  padding-bottom: 56px;
}

.main-container {
  width: 100%;
  max-width: 1328px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 28px;
  padding-right: 28px;
}

.main-container.justify-contents-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.main-container.justify-contents-center.logo {
  margin-top: 40px;
  margin-bottom: 40px;
}

.main-container.image-background-hero-text {
  margin-bottom: 62px;
  position: relative;
}

.main-container.increased-padding {
  padding-left: 84px;
}

.main-container.xx {
  padding-top: 20px;
}

.style-guide {
  grid-row-gap: 112px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-section {
  grid-column-gap: 56px;
  grid-row-gap: 84px;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
}

.style-guide-colors {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.style-guide-color {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  height: 168px;
  position: relative;
}

.bg-primary-1 {
  background-color: var(--primary-2);
  color: #fff;
}

.bg-primary-1.blue {
  background-color: var(--primary-2);
  margin-top: -84px;
  padding-top: 0;
}

.bg-primary-2 {
  background-color: var(--primary-2);
  color: var(--white);
}

.bg-dark {
  background-color: var(--dark);
  color: #fff;
}

.style-guide-section-contents {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.small-text {
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.small-text.footer-link {
  font-weight: 400;
}

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

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

.small-text.article-meta-by-text {
  margin-left: 3px;
  margin-right: 3px;
}

.small-text.customer-story-meta-company {
  margin-left: 7px;
}

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

.no-bottom-margin.text-primary-1 {
  justify-content: center;
  display: flex;
}

.no-bottom-margin.text-muted {
  opacity: .7;
}

.button {
  background-color: var(--primary-1);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 4px;
  padding: 13px 21px;
  font-size: 16px;
  line-height: 24px;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 7px 14px #2e2f2f00;
}

.button:hover {
  transform: scale(1.04);
  box-shadow: 0 7px 14px #2e2f2f26;
}

.button.small {
  text-align: center;
  margin-top: 0;
  padding: 9px 18px;
}

.button.bg-primary-2 {
  background-color: var(--primary-2);
}

.button.grey-border {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--dark);
}

.button.bg-white {
  border: 1px solid var(--grey);
  background-color: var(--white);
  color: var(--primary-1);
}

.button.bg-white.text-primary-1 {
  color: var(--primary-1);
}

.button.with-link-beside {
  margin-right: 21px;
}

.button.beside-search-field {
  margin-left: 12px;
}

.navbar {
  background-color: #0000;
  padding-top: 14px;
  padding-bottom: 14px;
  position: static;
}

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

.form-input {
  border: 1px solid var(--grey);
  height: 50px;
  margin-bottom: 0;
  padding: 13px 21px;
  font-size: 16px;
  line-height: 24px;
}

.form-input::placeholder {
  font-size: 16px;
  line-height: 24px;
}

.form-input.text-area {
  min-height: 150px;
  padding-top: 21px;
  padding-bottom: 21px;
}

.form-input.transparent-white-border {
  background-color: #0000;
  border-color: #ffffff40;
}

.form-input.transparent-white-border::placeholder {
  color: var(--white);
}

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

.selectable-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.selectable-label {
  margin-bottom: 0;
  margin-left: 14px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer {
  padding-top: 84px;
  padding-bottom: 56px;
}

.back-to-top-button {
  z-index: 10;
  background-color: var(--grey);
  border-radius: 42px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: fixed;
  bottom: 14px;
  right: 14px;
}

.announcement-bar {
  background-color: var(--primary-2);
  color: #fff;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.announcement-cross {
  cursor: pointer;
  background-color: #ffffff26;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 4px;
  transition: background-color .2s;
  display: block;
  position: absolute;
  right: 28px;
}

.announcement-cross:hover {
  background-color: #ffffff40;
}

.announcement-contents {
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.search-modal-screen {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 497px;
  padding-left: 21px;
  padding-right: 21px;
  display: flex;
}

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

.select-wrapper {
  border: 1px solid var(--grey);
  padding: 7px;
  overflow: hidden;
}

.select-field {
  background-color: #0000;
  background-image: url('../images/icon-dropdown-arrow.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  border: 1px #000;
  width: 110%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.display-heading {
  text-align: left;
  letter-spacing: -.01em;
  margin-bottom: 28px;
  margin-right: -33px;
  font-family: Fraunces, sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1em;
}

.display-heading.no-bottom-margin {
  margin-bottom: 0;
}

.display-heading.reduce-bottom-margin {
  margin-bottom: 14px;
}

.display-heading.blog-article-heading {
  margin-bottom: 21px;
}

.display-heading.inline-heading {
  display: inline-block;
}

.display-heading.blog-categories-heading {
  margin-right: 14px;
  display: inline-block;
}

.bg-primary-3 {
  background-color: var(--primary-3);
}

.bg-shade-1 {
  background-color: var(--shade-1);
}

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

.checkbox {
  border-color: var(--grey);
  border-radius: 0;
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: var(--grey);
  background-image: url('../images/icon-check.svg');
  background-size: auto;
}

.checkbox.faded {
  opacity: .4;
}

.radio {
  border-color: var(--dark);
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
}

.radio.w--redirected-checked {
  border-width: 5px;
  border-color: var(--dark);
}

.style-guide-row-heading {
  margin-bottom: 0;
}

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

.navbar-row.logo-in-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.style-guide-color-label {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 21px;
  left: 21px;
}

.form-success {
  text-align: center;
  background-color: #c5f3ba;
  padding: 21px;
}

.form-error {
  text-align: center;
  background-color: #f3baba;
  padding: 21px;
}

.bg-shade-2 {
  background-color: var(--shade-2);
}

.text-bold {
  justify-content: center;
  font-weight: 600;
  display: flex;
}

.fine-print-text {
  font-size: 14px;
  line-height: 22px;
}

.fine-print-text.form-hint-text {
  margin-top: 10px;
  display: block;
}

.fine-print-text.link-muted {
  opacity: .7;
  transition: opacity .2s;
}

.fine-print-text.link-muted:hover {
  opacity: 1;
}

.fine-print-text.link-muted.top-row-link {
  margin-left: 35px;
}

.fine-print-text.link-muted.popular-links-row-item {
  margin-left: 17.5px;
}

.fine-print-text.muted {
  opacity: .7;
}

.fine-print-text.muted.below-form {
  margin-top: 21px;
}

.fine-print-text.social-link-text {
  margin-left: 7px;
}

.fine-print-text.beside-button {
  margin-left: 21px;
  line-height: 47px;
}

.fine-print-text.article-meta-by-text {
  margin-left: 3px;
  margin-right: 3px;
}

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

.large-heading {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 50px;
  font-family: Fraunces, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.large-heading.no-bottom-margin {
  margin-bottom: 0;
}

.large-heading.reduced-bottom-margin {
  margin-bottom: 14px;
}

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

.medium-heading {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: 21px;
  font-family: Fraunces, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.1em;
}

.medium-heading.no-bottom-margin {
  margin-bottom: 0;
  font-weight: 400;
}

.medium-heading.reduced-bottom-margin {
  margin-bottom: 7px;
}

.medium-heading.increased-bottom-margin {
  margin-bottom: 56px;
}

.round-play-button {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 10px #00000026;
}

.round-play-button.bg-white {
  background-color: var(--white);
}

.play-button {
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 13px 21px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  box-shadow: 0 4px 10px #00000026;
}

.play-button.bg-white {
  background-color: var(--white);
}

.play-button-icon {
  margin-right: 14px;
}

.icons-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  place-items: center;
  width: 100%;
}

.navbar-wrapper {
  z-index: 10;
  background-color: #fffffff2;
  padding-left: 130px;
  padding-right: 130px;
  position: sticky;
  top: 0;
}

.nav-link {
  margin-left: 17px;
  margin-right: 17px;
  padding: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.nav-link.w--current {
  color: var(--dark);
}

.navbar-right-contents {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.logo-navbar-link {
  margin-right: 28px;
}

.search-form {
  border: 1px solid var(--grey);
  background-color: var(--white);
  border-radius: 200px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-right: 14px;
  padding: 9px 18px;
  display: flex;
}

.search-form-input {
  background-color: #0000;
  border: 1px #000;
  max-height: 24px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  line-height: 24px;
}

.search-form-button {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.search-form-button-wrapper {
  position: relative;
}

.search-form-icon {
  display: block;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.w--open {
  position: static;
}

.dropdown-icon {
  margin-left: 2px;
  display: block;
}

.nav-menu {
  background-color: #0000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  display: flex;
  position: static;
}

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

.announcement-bar-logo {
  height: 12px;
  margin-right: 4px;
  display: block;
}

.menu-button-image {
  display: block;
}

.menu-button {
  padding: 7px 14px;
}

.footer-top-row {
  border-bottom: 1px solid var(--grey);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 35px;
  display: flex;
}

.social-links {
  justify-content: center;
  align-items: center;
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
}

.footer-social-link {
  margin-left: 14px;
  margin-right: 14px;
}

.footer-top-row-links {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-right: 56px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 56px;
}

.footer-links {
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  font-size: 18px;
}

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

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

.back-to-top-icon {
  opacity: .7;
  max-height: 12px;
  position: relative;
  bottom: 2px;
  transform: rotate(-90deg);
}

.subheading {
  margin-bottom: 14px;
  display: block;
}

.title-section-illustration {
  max-height: 280px;
}

.grid-halves {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.grid-halves.inside-section-content {
  align-items: start;
}

.grid-halves.inside-section-content.border-top {
  border-top: 1px solid var(--white);
  grid-template-columns: 1.25fr;
  margin-top: 28px;
  padding-top: 28px;
}

.grid-halves.align-top {
  align-items: start;
  margin-top: 34px;
}

.grid-halves.metrics-grid {
  place-items: start;
}

.grid-halves.border-center {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 56px 1fr;
  width: 100%;
  max-width: 940px;
}

.container {
  width: 100%;
  max-width: 497px;
}

.container.increased-width {
  max-width: 100%;
}

.container.justify-content-center {
  justify-content: center;
  display: flex;
}

.container.align-center {
  margin-left: auto;
  margin-right: auto;
}

.link-row {
  align-items: center;
  margin-top: 21px;
  display: flex;
}

.link-row.reduced-margin {
  margin-top: 14px;
}

.box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 552px;
  padding: 56px;
  display: flex;
  position: relative;
}

.box.bg-shade-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--shade-1);
  flex-flow: row;
}

.box.bg-shade-1.no-padding {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.box.bg-shade-1.white {
  background-color: var(--white);
  border-bottom: 1px #000;
}

.box.bg-shade-1.yellow {
  background-color: var(--primary-3);
}

.box.small {
  min-height: 238px;
  padding-top: 35px;
  padding-bottom: 35px;
}

.box.medium {
  min-height: 412px;
}

.box-illustration {
  max-height: 392px;
}

.box-illustration.small {
  max-height: 168px;
}

.box-illustration.restrict-width {
  width: 100%;
  max-width: 385px;
}

.box-illustration.medium {
  max-height: 200px;
}

.grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.grid-thirds.inside-section-contents {
  grid-column-gap: 28px;
}

.grid-thirds.align-center {
  align-items: center;
}

.grid-thirds.align-center.restricted-width {
  max-width: 940px;
  margin: 42px auto;
}

.grid-thirds.align-center.quotes-grid {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.grid-thirds.align-top {
  align-items: start;
}

.grid-thirds.pricing-plans-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.container-small {
  width: 100%;
  max-width: 387px;
}

.container-small.decreased-width {
  max-width: 276px;
}

.container-small.align-contents-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

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

.section-title.reduced-bottom-margin {
  margin-bottom: 35px;
}

.section-title.added-top-margin {
  margin-top: 35px;
}

.checklist-grid {
  grid-row-gap: 21px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.checklist-item {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 22px 1fr;
}

.below-illustration {
  margin-top: 21px;
}

.checkbox-circle {
  background-color: var(--primary-1);
  opacity: .15;
  border-radius: 11px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.checkbox-circle.bg-primary-2 {
  background-color: var(--primary-2);
}

.checklist-circle-wrapper {
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
  position: relative;
}

.checklist-circle-wrapper.checklist-row-item-circle {
  flex: none;
  margin-right: 7px;
}

.grid-larger-right {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 497px 1fr;
  place-items: center;
}

.grid-larger-right.align-top {
  align-items: start;
}

.image-overlay-wrapper {
  background-color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-overlay-wrapper.video-thumbnail {
  margin-bottom: 21px;
}

.image-overlay-wrapper.hero-image {
  height: 617px;
}

.contained-section {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-radius: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1272px;
  min-height: 553px;
  margin: 84px 28px;
  display: grid;
  overflow: hidden;
}

.contained-section.right-larger {
  grid-template-columns: 387px 1fr;
}

.contained-section.with-outline {
  border: 1px solid var(--grey);
}

.contained-section.with-outline.no-bottom-margin {
  margin-bottom: 0;
}

.contained-section.team-portraits {
  grid-template-columns: 378px 1fr;
}

.contained-section.image-hero-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.contained-section.customer-story {
  grid-template-columns: 1fr 387px;
}

.contained-section-contents {
  flex-direction: column;
  justify-content: space-between;
  padding: 35px;
  display: flex;
}

.contained-section-contents.bg-primary-2 {
  position: relative;
}

.contained-section-contents.justify-content-center {
  justify-content: center;
}

.horizontal-rule {
  background-color: var(--grey);
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.horizontal-rule.white {
  background-color: var(--white);
}

.horizontal-rule.increased-bottom-margin {
  margin-bottom: 56px;
}

.horizontal-rule.increased-top-margin {
  margin-top: 56px;
}

.horizontal-rule.no-bottom-margin {
  margin-bottom: 0;
}

.horizontal-rule.reduced-margin {
  margin-top: 14px;
  margin-bottom: 14px;
}

.button-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.button-row.justify-content-center {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

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

.contained-section-image {
  width: 100%;
}

.contained-section-image.restricted-height-image {
  max-height: 553px;
}

.contained-section-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.square-grid-image {
  border-radius: 12px;
  width: 100%;
  height: 552px;
  min-height: 552px;
}

.justify-content-between {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.horizontal-row-item.no-bottom-margin.popular-links-row-item, .popular-links-row-item {
  margin-left: 17.5px;
  margin-right: 17.5px;
}

.illustration-wrapper.faq-illustration {
  justify-content: flex-end;
  padding-right: 56px;
  display: flex;
}

.faq-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
  place-items: start center;
}

.faq-grid-column {
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.faq-illustration {
  height: 244px;
}

.below-box {
  margin-top: 28px;
}

.icon-with-bottom-margin {
  margin-bottom: 14px;
}

.overlay-content {
  position: absolute;
}

.overlay-content.container.align-contents-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.overlay-content.wide {
  justify-content: center;
  width: 100%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 719px;
}

.container-large.increased-width {
  max-width: 940px;
}

.container-large.increased-width.text-center {
  margin-top: -103px;
}

.container-large.increased-width.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-large.align-contents-center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container-large.collage-wrapper {
  position: relative;
}

.container-large.align-center {
  margin-left: auto;
  margin-right: auto;
}

.heading-with-illustration {
  justify-content: space-between;
  display: flex;
}

.illustration-beside-heading {
  max-height: 161px;
}

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

.grid-halves-section.grid-halves-hero {
  grid-template-columns: .75fr 1fr;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.checkbox-row {
  justify-content: flex-start;
  align-items: center;
  padding-top: 21px;
  display: flex;
}

.checkbox-row.with-button {
  justify-content: space-between;
}

.form-row-item {
  flex: 1;
  margin-right: 28px;
}

.vertical-grid {
  grid-column-gap: 0px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.vertical-grid.increased-gap {
  grid-row-gap: 56px;
}

.vertical-grid.reduced-gaps {
  grid-row-gap: 28px;
}

.social-link {
  align-items: center;
  margin-top: 14px;
  display: flex;
}

.restricted-height-image {
  max-height: 372px;
}

.fine-print-row {
  margin-top: 14px;
}

.fine-print-row.increased-top-margin {
  margin-top: 28px;
}

.handwriting-text {
  font-family: Reey, sans-serif;
  font-size: 36px;
  line-height: 100%;
}

.handwriting-text.small-handwriting {
  font-size: 32px;
}

.wide-grid-section {
  grid-column-gap: 56px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 525px;
  grid-auto-columns: 1fr;
  max-width: 1680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.wide-grid-section.no-gap {
  grid-column-gap: 0px;
  grid-template-columns: 6fr 4fr;
}

.wide-grid-section.larger-right {
  grid-template-columns: 608px 1fr;
}

.wide-grid-section.halves {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.wide-grid-section-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 84px;
  padding-bottom: 84px;
  padding-right: 28px;
  display: flex;
}

.wide-grid-section-box-image {
  position: relative;
  right: 56px;
}

.checklist-row {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.checklist-row-item {
  align-items: center;
  margin-right: 28px;
  display: flex;
}

.illustration.hero-illustration {
  height: auto;
  max-height: 283px;
  display: none;
}

.illustration.hero-illustration.small {
  max-height: 224px;
}

.illustration.wide-hero-illustration {
  height: auto;
  max-height: 283px;
}

.illustration.wide-hero-illustration.small {
  max-height: 196px;
}

.checkbox-check-icon {
  object-fit: fill;
  flex: 0 auto;
  width: 14px;
  height: 9px;
}

.vertical-rule {
  background-color: var(--grey);
  width: 1px;
  height: 100%;
  margin-left: 28px;
  margin-right: 28px;
}

.vertical-rule.cta-halves-vertical-rule {
  height: 84px;
}

.stars {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.stars.justify-content-center {
  flex-direction: row;
  justify-content: center;
}

.star-icon {
  margin-left: 1px;
  margin-right: 1px;
}

.restricted-width-image {
  width: 100%;
  max-width: 387px;
}

.fill-height {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.image-background-section {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 112px;
  display: flex;
  position: relative;
}

.image-background-section.expand-height {
  min-height: 617px;
}

.image-background-section.hero-section {
  align-items: flex-end;
  max-width: 1680px;
  height: 617px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.image-background {
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-background.faded, .faded {
  opacity: .7;
}

.muted-text {
  opacity: .5;
}

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

.reduced-bottom-margin {
  margin-bottom: 7px;
}

.image-above-text {
  margin-bottom: 21px;
}

.beside-link {
  margin-left: 14px;
}

.accordion {
  border-top: 1px solid var(--grey);
}

.accordion-item {
  border-bottom: 1px solid var(--grey);
}

.accordion-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
}

.accordion-trigger.large {
  padding-top: 21px;
  padding-bottom: 21px;
}

.accordion-content-wrapper {
  margin-bottom: 14px;
  display: block;
}

.accordion-content-wrapper.large {
  margin-bottom: 21px;
}

.wide-image {
  width: 100%;
  margin-bottom: 35px;
}

.wide-image.restricted-height-image {
  max-height: 389px;
}

.wide-image.restricted-height-image.increase-height {
  max-height: 611px;
  margin-bottom: 0;
}

.subtitle {
  margin-bottom: 14px;
}

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

.tab {
  border-bottom: 1px solid var(--grey);
  opacity: .5;
  color: var(--dark);
  background-color: #0000;
  padding: 0 0 14px;
  font-size: 16px;
  line-height: 24px;
}

.tab.w--current {
  border-bottom-color: var(--primary-1);
  opacity: 1;
  color: var(--primary-1);
  background-color: #0000;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 35px;
  display: grid;
}

.tabs-menu.four-tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tabs-menu.three-tabs {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.tabs-menu.pricing-plans {
  grid-column-gap: 28px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  max-width: 608px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tabs {
  width: 100%;
}

.tabs.space-before-tab-content {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.tabs-content.space-before-content {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.article h3 {
  margin-top: 35px;
  margin-bottom: 21px;
}

.article ul {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 28px;
  padding-left: 28px;
  display: grid;
}

.article h4 {
  margin-bottom: 7px;
}

.article li {
  margin-bottom: 0;
}

.article figcaption {
  text-align: right;
  margin-top: -14px;
  font-size: 14px;
  line-height: 22px;
}

.article blockquote {
  color: var(--primary-1);
  border-left-style: none;
  margin-bottom: 0;
  padding: 28px 28px 56px 112px;
  font-family: Fraunces, sans-serif;
  font-size: 40px;
  line-height: 44px;
}

.article figure {
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.article-meta {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.article-meta.below-image {
  margin-top: 21px;
}

.empty-state {
  background-color: var(--shade-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 210px;
  display: flex;
}

.customer-story-logo-overlay {
  position: absolute;
}

.customer-story-article-meta {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 21px;
  margin-bottom: 21px;
  display: flex;
}

.customer-story-article-meta.no-top-margin {
  margin-top: 0;
}

.slider-arrow {
  display: none;
}

.slide-nav {
  font-size: 10px;
  line-height: 10px;
  position: relative;
}

.slide-nav.small-quotes-slide-nav {
  height: 10px;
  margin-top: 21px;
  padding-top: 0;
}

.justify-contents-center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.justify-contents-center.align-center {
  align-items: center;
}

.slide, .slider {
  background-color: #0000;
}

.slider.small-quotes-slider {
  width: 100%;
  height: auto;
}

.contained-section-hero-image {
  flex: 1;
}

.grid-halves-section-image {
  width: 497px;
  max-height: 497px;
}

.grid-halves-section-image.square-image {
  border-radius: 7px;
}

.illustration-hero-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 715px 1fr;
}

.hero-collage-image-1 {
  width: 46%;
  max-width: 276px;
  margin-bottom: 383px;
}

.hero-collage-image-2 {
  mix-blend-mode: normal;
  width: 66%;
  max-width: 403px;
  margin-left: 9%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.hero-collage-image-3 {
  z-index: -1;
  mix-blend-mode: normal;
  width: 45%;
  max-width: 276px;
  height: 45%;
  max-height: 276px;
  margin-top: 255px;
  margin-left: 9%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.whitespace-hero {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.wide-hero-content {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.plans-comparison-container {
  border-radius: 7px;
  width: 100%;
  max-width: 1161px;
  padding: 35px;
}

.plans-comparison-container.shadow {
  box-shadow: 0 4px 10px #00000026;
}

.pricing-plans-comparison-table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 497px 1fr 1fr 1fr;
  margin-bottom: 21px;
}

.pricing-plans-comparison-row {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 497px 1fr 1fr 1fr;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.pricing-plan-tick-icon {
  width: 24px;
  height: 24px;
}

.pricing-plans-comparison-item {
  margin-bottom: 0;
}

.product-comparison-container {
  border-radius: 7px;
  width: 100%;
  max-width: 1161px;
  padding: 35px;
}

.product-comparison-container.no-padding {
  padding: 0;
}

.product-comparison-table-header {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 387px 1fr 1fr;
  margin-bottom: 21px;
}

.product-comparison-row {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 387px 1fr 1fr;
  align-items: center;
  padding: 14px;
}

.product-comparison-row.odd-numbered {
  margin-top: 14px;
  margin-bottom: 14px;
}

.product-comparison-row.even-numbered {
  background-color: var(--shade-2);
  border-radius: 4px;
}

.product-comparison-rows-wrapoper {
  border-top: 1px solid var(--grey);
}

.feature-list-row {
  grid-column-gap: 7px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.button-tab {
  border-bottom: 1px solid var(--grey);
  background-color: var(--grey);
  opacity: .5;
  color: var(--dark);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 13px 21px;
  font-size: 16px;
  line-height: 24px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
  box-shadow: 0 7px 14px #2e2f2f00;
}

.button-tab:hover {
  opacity: 1;
  transform: scale(1.04);
  box-shadow: 0 7px 14px #2e2f2f33;
}

.button-tab.w--current {
  border-bottom-color: var(--primary-1);
  background-color: var(--primary-1);
  opacity: 1;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-tab.w--current:hover {
  transform: scale(1);
  box-shadow: 0 7px 14px #2e2f2f00;
}

.pricing-plan-card {
  border-radius: 7px;
  padding: 35px;
}

.pricing-plan-card.shadow {
  border: 1px solid var(--grey);
  box-shadow: 0 4px 10px #00000026;
}

.pricing-plan-price-wrapper {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.pricing-plan-price {
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 14px;
  display: flex;
}

.pricing-plan-terms {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.price-large-number {
  font-size: 40px;
  font-weight: 500;
  line-height: 44px;
}

.pricing-plan-inclusions-heading {
  margin-top: 21px;
  margin-bottom: 14px;
}

.ui-snippet {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 7px;
  width: 100%;
  max-width: 279px;
  margin-top: 0;
  padding: 14px;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  box-shadow: 0 4px 10px #00000026;
}

.ui-snippet.increased-padding {
  color: var(--dark);
  padding: 21px;
}

.ui-snippet.increased-padding.overlay-bottom-right {
  position: absolute;
  bottom: -28px;
  right: -28px;
}

.ui-snippet.wide {
  max-width: 376px;
}

.ui-snippet.no-padding {
  padding: 0;
  overflow: hidden;
}

.ui-snippet.image-bg {
  background-color: var(--dark);
  color: var(--white);
  border-radius: 21px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 370px;
  padding: 21px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ui-snippet.narrow {
  max-width: 180px;
}

.ui-snippet.narrow.no-padding {
  min-width: 180px;
}

.ui-snippet.overlay-bottom-left {
  position: absolute;
  bottom: 28px;
  left: 28px;
}

.ui-snippet.narrowest {
  max-width: 144px;
  padding: 0;
}

.ui-snippet.overlay-top-left {
  position: absolute;
  top: 28px;
  left: -112px;
}

.ui-snippet-rows {
  z-index: 1;
  grid-row-gap: 14px;
  background-color: #db161600;
  grid-template: "."
                 "Area"
                 / 1fr;
  position: relative;
}

.ui-snippet-rows.increased-gap {
  grid-row-gap: 21px;
}

.ui-snippet-rows.reduced-gaps {
  grid-row-gap: 7px;
}

.ui-snippet-pair {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.ui-snippet-avatar-wrapper {
  align-items: center;
  display: flex;
}

.avatar-small {
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.avatar-label {
  margin-left: 10px;
}

.ui-snippets-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}

.avatar {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.avatar.rounded-corners {
  border-radius: 7px;
}

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

.business-avatar {
  background-color: #7545dc;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.ui-snippet-placeholder-wrapper {
  grid-column-gap: 7px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 14px;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.placeholder {
  background-color: var(--grey);
  border-radius: 3px;
  width: 50%;
  height: 14px;
}

.placeholder.square {
  width: 14px;
}

.placeholder.short {
  width: 25%;
}

.placeholder.long {
  width: 70%;
}

.ui-snippet-badge {
  background-color: var(--status-green);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 6px;
  padding: 3px 8px 2px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.ui-snippet-badge.bg-primary-1 {
  background-color: var(--primary-1);
}

.ui-snippet-contained-title {
  background-color: var(--shade-2);
  border-radius: 7px;
  padding: 14px;
}

.ui-snippet-contained-heading {
  font-family: Fraunces, sans-serif;
  font-size: 32px;
  line-height: 1.1em;
}

.ui-snippet-form-input {
  border: 1px solid var(--grey);
  border-radius: 3px;
  padding: 7px 14px;
}

.ui-snippet-button {
  background-color: var(--primary-2);
  color: var(--white);
  text-align: center;
  border-radius: 3px;
  padding: 7px 14px;
  font-weight: 600;
}

.ui-snippet-button.bg-green {
  background-color: var(--status-green);
}

.ui-snippet-button.bg-grey {
  background-color: var(--grey);
  color: var(--dark);
}

.ui-snippet-body {
  padding: 14px;
}

.ui-snippet-buttons {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
}

.ui-snippet-blurred-bg {
  z-index: 0;
  opacity: .8;
  filter: blur(5px);
  width: 110%;
  max-width: none;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
}

.verified-badge {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 200px;
  align-items: center;
  padding: 4px 8px 4px 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  display: flex;
  position: relative;
}

.verified-badge.bg-green {
  background-color: var(--status-green);
  color: var(--white);
}

.verified-badge.bg-green.centered {
  justify-content: center;
  margin-bottom: -14px;
  margin-left: 14px;
  margin-right: 14px;
}

.verified-badge.overlay-top-right {
  z-index: 2;
  position: absolute;
  top: 14px;
  right: 14px;
}

.verified-badge.overlay-top-left {
  position: absolute;
  top: 28px;
  left: -28px;
}

.verified-badge-icon {
  max-height: 21px;
  margin-right: 4px;
}

.ui-snippet-overlay {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ui-snippet-dropdown-link {
  padding: 7px 14px;
}

.transaction-ui-snippet-price {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.image-wrapper {
  position: relative;
}

.ui-snippet-composite {
  position: relative;
  right: 56px;
}

.ui-snippet-bottom-right {
  z-index: 2;
  position: absolute;
  bottom: -28px;
  right: -112px;
}

.ui-snippet-wrapper.overlay-bottom-right {
  position: absolute;
  bottom: -28px;
  right: -28px;
}

.ui-snippet-wrapper.overlay-top-left {
  position: absolute;
  top: -28px;
  left: -28px;
}

.about-simple-image {
  width: 100%;
  max-height: 698px;
}

.signature-text-wrapper {
  margin-top: 56px;
}

.team-grid {
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  border-top: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  padding-top: 56px;
  display: grid;
}

.team-member-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.team-member-grid.large {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  max-width: 829px;
  margin-left: auto;
  margin-right: auto;
}

.team-member-position {
  opacity: .5;
}

.team-member-links {
  flex-direction: column;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.team-member-links.small {
  font-size: 14px;
  line-height: 22px;
}

.team-member-bio {
  font-size: 16px;
  line-height: 24px;
}

.team-member-bio p {
  margin-bottom: 24px;
}

.timeline-item {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  border-top: 1px solid var(--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 28px;
  padding-top: 28px;
  font-size: 16px;
  line-height: 24px;
  display: grid;
}

.team-member-grid-thirds {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-image {
  margin-bottom: 21px;
}

.justify-contents-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.justify-contents-left.xx {
  padding-top: 20px;
}

.trustpilot-logo {
  margin-top: 7px;
}

.form-grid-halves {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto;
}

.compare-logo-wrapper {
  background-color: var(--white);
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding: 28px;
  display: flex;
}

.compare-logo-image {
  height: 28px;
}

.competitor-title {
  letter-spacing: -.02em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.vs-text {
  margin-left: 28px;
  margin-right: 28px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.logo-row {
  filter: grayscale();
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-row.xx {
  filter: none;
}

.logo-row-image {
  margin-left: 28px;
  margin-right: 28px;
}

.logo-row-image.faded-logo {
  opacity: .5;
}

.justify-contents-right {
  justify-content: flex-end;
  display: flex;
}

.small-illustration {
  max-height: 168px;
}

.ui-snippet-grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.box-image-background {
  width: 100%;
  height: 100%;
  position: absolute;
}

.box-image-background.faded {
  opacity: .5;
}

.careers-list-link {
  cursor: pointer;
  display: block;
}

.careers-list-row {
  grid-column-gap: 0px;
  border-bottom: 1px solid var(--grey);
  grid-template: ". . Area"
  / 47% 47% 6%;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
}

.collection-list {
  border-top: 1px solid var(--grey);
}

.breadcrumbs {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.job-details-grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 276px 1fr;
  align-items: start;
}

.job-details-meta-grid {
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 98px;
}

.article-wrapper {
  display: flex;
}

.help-center-search {
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.search-bar-row {
  flex-wrap: wrap;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.help-center-categories-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-center-category-card {
  background-color: #f6f6f6;
  border-radius: 7px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 128px;
  padding-bottom: 128px;
  display: flex;
}

.help-center-category-card-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 14px;
}

.help-center-category-grid-link {
  cursor: pointer;
  width: 100%;
}

.help-center-articles-list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.help-center-article-list-item {
  border: 1px solid var(--grey);
  cursor: pointer;
  border-radius: 7px;
  width: 100%;
  padding: 28px 28px 14px;
}

.help-center-article-list-meta {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.help-center-article-author-avatar {
  border-radius: 20px;
  width: 35px;
  height: 35px;
}

.help-center-article-meta-row {
  align-items: center;
  display: flex;
}

.article-meta-text {
  margin-left: 7px;
}

.inline-heading {
  display: inline-block;
}

.customer-story-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.customer-logo {
  position: absolute;
}

.customer-story-wrapper {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 276px 1fr;
  align-items: start;
  position: relative;
}

.customer-story-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  font-size: 16px;
  line-height: 24px;
  display: grid;
}

.license-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.license-link {
  background-color: var(--dark);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.license-image {
  opacity: .7;
}

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

.typography-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  text-align: center;
  grid-template-rows: auto;
  justify-items: center;
}

.typography-demo {
  font-size: 72px;
  line-height: 72px;
}

.typography-demo.fraunces {
  font-family: Fraunces, sans-serif;
}

.wide-image-link {
  width: 100%;
}

.fullwidth-dropdown {
  background-color: #fffffff2;
  padding-top: 56px;
  padding-bottom: 56px;
  top: 72px;
}

.fullwidth-dropdown.w--open {
  border-bottom: 1px solid var(--grey);
  background-color: #fffffff2;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  left: 0;
}

.fullwidth-dropdown-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1fr;
  align-items: center;
}

.fullwidth-dropdown-grid.align-top {
  align-items: start;
}

.dropdown-vertical-border {
  background-color: var(--grey);
  width: 1px;
}

.dropdown-menu {
  grid-column-gap: 16px;
  grid-row-gap: 7px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.dropdown {
  max-width: 226px;
}

.dropdown.w--open {
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  min-width: auto;
  max-width: 226px;
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: 0 4px 10px #00000026;
}

.dropdown-link {
  padding: 7px 14px;
  transition: background-color .2s;
  display: block;
}

.dropdown-link:hover {
  background-color: var(--shade-2);
}

.dropdown-seperator {
  background-color: var(--grey);
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.figma-image {
  border-radius: 7px;
  box-shadow: 0 7px 10px #0000001a;
}

.icon-badge {
  border-radius: 200px;
  align-items: center;
  margin-bottom: 21px;
  padding: 14px 28px 14px 21px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  display: flex;
  box-shadow: 0 4px 10px #00000026;
}

.screenshot-row {
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.screenshot-row-image {
  border-radius: 4px;
  flex: none;
  max-height: 280px;
  margin-left: 21px;
  margin-right: 21px;
  display: block;
  box-shadow: 0 0 10px #00000026;
}

.icon-badge-image {
  margin-right: 4px;
}

.hide {
  display: none;
}

.search-results-list {
  grid-column-gap: 16px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 56px;
  display: grid;
}

.search-result-item {
  font-size: 16px;
  line-height: 24px;
}

.search-result-url {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 21px;
}

.screenshots-grid {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
}

.screenshot-link {
  background-color: var(--shade-2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 56px;
  display: flex;
}

.screenshot-image {
  border-radius: 3px;
  box-shadow: 0 1px 21px #0000000d;
}

.screenshot-heading {
  margin-bottom: 28px;
}

.screenshot-image-wrapper {
  max-width: 80%;
}

.nav-menu-test {
  flex: 1;
}

.text-block {
  text-transform: capitalize;
}

.image {
  text-align: center;
  vertical-align: middle;
}

.container-2 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-2 {
  text-align: center;
  max-width: 120%;
  margin-top: 7px;
}

.section-2 {
  background-color: var(--primary-3);
}

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

.cell {
  justify-content: center;
  align-items: flex-start;
  padding-left: 150px;
}

.quick-stack {
  grid-column-gap: 0px;
  text-align: center;
  padding-left: 20px;
}

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

.bold-text {
  text-align: left;
  font-family: Inter, sans-serif;
  font-size: 28px;
}

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

.cell-2 {
  justify-content: center;
  align-items: flex-start;
}

.heading {
  padding-left: 7px;
}

.logo-row-image-copy {
  margin-left: 28px;
  margin-right: 28px;
}

.logo-row-image-copy.faded-logo {
  opacity: .5;
}

.tab-pane-tab-2, .tab-pane-tab-3 {
  text-align: center;
}

.div-block {
  min-height: 90px;
}

.code-embed {
  width: 100%;
  display: block;
}

.div-block-2 {
  justify-content: center;
  display: flex;
}

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

.text-block-4 {
  color: var(--primary-1);
  flex: 0 auto;
  order: 0;
  align-self: auto;
  font-size: 16px;
}

.div-block-3 {
  min-width: 20px;
}

.image-4, .image-5, .image-6 {
  max-width: 70%;
}

.image-7 {
  max-width: 100%;
  padding-bottom: 7px;
}

.text-span {
  color: var(--primary-1);
}

.text-span-2 {
  font-size: 16px;
}

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

.image-8 {
  text-align: left;
  margin-top: -9px;
  margin-bottom: -16px;
}

.container-5 {
  text-align: center;
  padding-bottom: 38px;
}

.div-block-4 {
  height: 100px;
}

.div-block-5 {
  height: 80px;
}

.div-block-6 {
  height: 50px;
}

.div-block-7 {
  height: 120px;
}

.text-span-3 {
  font-size: 50px;
}

.div-block-8 {
  height: 70px;
}

.div-block-9 {
  height: 70px;
  min-height: 70px;
  max-height: 70px;
  display: none;
}

.div-block-10 {
  min-height: 90px;
}

.div-block-11 {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-12 {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: none;
}

.div-block-13 {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}

.div-block-14 {
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.text-span-4 {
  text-decoration: underline;
}

.quick-stack-2 {
  padding-left: 75px;
  padding-right: 121px;
}

.div-block-15 {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.button-2 {
  border-radius: 0;
  font-size: 16px;
}

.button-3 {
  background-color: var(--white);
  color: var(--dark);
  border-radius: 4px;
  margin-right: 37px;
  padding-left: 0;
  font-size: 16px;
}

.div-block-16 {
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.div-block-17 {
  height: 80px;
  min-height: 80px;
  max-height: 80px;
}

.div-block-18 {
  height: 50px;
  min-height: 50px;
  max-height: 50px;
}

@media screen and (max-width: 991px) {
  .section.align-content-center.increase-height {
    min-height: auto;
  }

  .section.grid-halves-hero-inner-section {
    padding-top: 100px;
  }

  .section.grid-halves-hero-inner-section.increased-padding, .section.grid-halves-hero-inner-section.bg-primary-2.xxform, .section.bg-shade-2 {
    display: none;
  }

  .main-container.increased-padding {
    padding-left: 28px;
  }

  .style-guide-section {
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

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

  .display-heading.blog-categories-heading {
    margin-bottom: 7px;
  }

  .navbar-row {
    flex-wrap: wrap;
  }

  .navbar-row.logo-in-center {
    display: flex;
  }

  .fine-print-text.link-muted.top-row-link {
    margin-left: 21px;
  }

  .navbar-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .nav-link {
    width: 100%;
    margin: 7px 0;
  }

  .search-form {
    order: 1;
    width: 100%;
    margin-top: 14px;
    margin-right: 0;
  }

  .nav-menu {
    border-bottom: 1px solid var(--grey);
    background-color: var(--white);
    order: 1;
    justify-content: flex-start;
    min-width: 100%;
    padding: 0 21px 21px;
    position: relative;
  }

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

  .footer-top-row-links {
    margin-right: 21px;
  }

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

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

  .grid-halves.inside-section-content {
    place-items: center start;
  }

  .grid-halves.inside-section-content.border-top {
    text-align: left;
  }

  .grid-halves.metrics-grid {
    grid-row-gap: 35px;
    align-items: center;
    margin-top: 56px;
  }

  .container.title {
    margin-left: auto;
    margin-right: auto;
  }

  .container.container-small.video-hero-text-container {
    max-width: 497px;
  }

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

  .grid-thirds.inside-section-contents {
    grid-row-gap: 14px;
    justify-items: start;
  }

  .container-small.beside-form {
    max-width: 497px;
  }

  .container-small.below-centered-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    margin-bottom: 42px;
  }

  .section-title.added-top-margin {
    margin-top: 0;
  }

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

  .contained-section {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 719px;
  }

  .contained-section.right-larger, .contained-section.team-portraits, .contained-section.customer-story {
    grid-template-columns: 1fr;
  }

  .button-row.justify-content-center {
    flex-direction: row;
    justify-content: center;
  }

  .button-row.center-button-row-on-mobile {
    justify-content: center;
  }

  .square-grid-image {
    max-width: 100%;
    height: 608px;
    min-height: 608px;
  }

  .justify-content-between {
    align-items: center;
  }

  .faq-grid {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 608px;
    margin-left: auto;
    margin-right: auto;
  }

  .illustration-beside-heading {
    display: none;
  }

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

  .grid-halves-section.grid-halves-hero {
    grid-template-columns: 1.5fr;
  }

  .wide-grid-section, .wide-grid-section.no-gap, .wide-grid-section.larger-right, .wide-grid-section.halves.bg-primary-1 {
    grid-template-columns: 1fr;
  }

  .wide-grid-section-box {
    padding: 56px;
  }

  .wide-grid-section-box-image {
    max-width: 497px;
    position: static;
  }

  .tabs-menu.three-tabs {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .illustration-hero-grid {
    grid-template-columns: 1fr 539px 1fr;
  }

  .whitespace-hero {
    text-align: center;
    align-items: center;
  }

  .pricing-plans-comparison-table-header, .pricing-plans-comparison-row {
    grid-template-columns: 45% 1fr 1fr 1fr;
  }

  .product-comparison-table-header {
    grid-template-columns: 45% 1fr 1fr;
  }

  .product-comparison-row {
    grid-template-columns: 45% 1fr 1fr 1fr;
  }

  .product-comparison-row.odd-numbered, .product-comparison-row.even-numbered {
    grid-template-columns: 45% 1fr 1fr;
  }

  .feature-list-row {
    grid-template-columns: 45% 1fr;
  }

  .ui-snippet.overlay-top-left {
    left: -84px;
  }

  .ui-snippet.xx {
    display: none;
  }

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

  .team-member-grid {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

  .team-member-grid-thirds {
    grid-template-columns: 1fr;
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-grid-heading {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-row {
    flex-direction: column;
  }

  .logo-row-image {
    margin: 14px 0;
  }

  .job-details-meta-grid {
    top: 140px;
  }

  .customer-story-wrapper {
    grid-template-columns: 1fr;
  }

  .fullwidth-dropdown.w--open {
    border-bottom-style: none;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    top: 0;
  }

  .fullwidth-dropdown-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .dropdown-vertical-border {
    display: none;
  }

  .dropdown.w--open {
    box-shadow: none;
    max-width: 100%;
    position: relative;
  }

  .dropdown-link {
    color: var(--primary-1);
    font-size: 14px;
    line-height: 21px;
  }

  .screenshots-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .screenshot-link {
    padding: 35px;
  }

  .screenshot-heading {
    margin-bottom: 21px;
  }

  .screenshot-image-wrapper {
    max-width: 100%;
  }

  .nav-menu-test {
    width: 100%;
    position: relative;
  }

  .logo-row-image-copy {
    margin: 14px 0;
  }

  .div-block-7.xx, .div-block-11 {
    display: none;
  }

  .quick-stack-2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    letter-spacing: 0;
    font-size: 40px;
    line-height: 1.1em;
  }

  h2 {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.1em;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
  }

  h6 {
    font-size: 16px;
    line-height: 24px;
  }

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

  .section.below-contained-section {
    padding-top: 70px;
  }

  .section.grid-halves-hero-inner-section.increased-padding {
    padding-top: 56px;
    padding-bottom: 0;
  }

  .section.above-contained-section {
    padding-bottom: 70px;
  }

  .small-text.article-meta-text {
    margin-left: 0;
    margin-right: 7px;
  }

  .footer {
    padding-top: 70px;
  }

  .announcement-cross {
    margin-right: 28px;
    position: relative;
    right: 0;
  }

  .announcement-contents {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .display-heading {
    letter-spacing: 0;
    margin-bottom: 21px;
    font-size: 48px;
    line-height: 1em;
  }

  .display-heading.wide-hero-title {
    margin-bottom: 21px;
  }

  .display-heading.blog-categories-heading {
    margin-bottom: 7px;
    margin-right: 9px;
  }

  .navbar-row {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .fine-print-text.link-muted.popular-links-row-item {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .fine-print-text.in-button-row {
    line-height: 50px;
  }

  .large-heading {
    letter-spacing: 0;
    font-size: 40px;
  }

  .large-heading.beside-illustration {
    margin-right: 14px;
  }

  .medium-heading {
    letter-spacing: 0;
    margin-bottom: 14px;
    font-size: 32px;
  }

  .navbar-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .announcement-bar-logo {
    margin-bottom: 4px;
  }

  .footer-top-row {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .footer-top-row-links {
    margin-right: 0;
  }

  .footer-grid {
    grid-column-gap: 28px;
    grid-row-gap: 35px;
  }

  .footer-bottom-row {
    grid-column-gap: 16px;
    grid-row-gap: 14px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    display: grid;
  }

  .grid-halves.inside-section-content {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .grid-halves.align-top {
    grid-row-gap: 35px;
  }

  .grid-halves.metrics-grid {
    margin-top: 35px;
  }

  .box {
    min-height: auto;
  }

  .box.small {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .box.medium {
    min-height: auto;
  }

  .box-illustration {
    max-height: 336px;
  }

  .box-illustration.restrict-width {
    width: 100%;
    max-width: 280px;
  }

  .grid-thirds {
    grid-row-gap: 35px;
  }

  .section-title {
    margin-bottom: 35px;
  }

  .section-title.reduced-bottom-margin {
    margin-bottom: 28px;
  }

  .image-overlay-wrapper.hero-image {
    height: auto;
  }

  .contained-section {
    border-radius: 0;
    margin: 0;
  }

  .contained-section.with-outline {
    border-style: none;
  }

  .contained-section.image-hero-section {
    min-height: auto;
  }

  .contained-section-contents {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .row {
    flex-wrap: wrap;
  }

  .horizontal-row-item.no-bottom-margin.popular-links-row-item {
    margin-top: 7px;
    margin-bottom: 7px;
    display: block;
  }

  .faq-grid {
    max-width: 497px;
  }

  .faq-grid-column {
    grid-row-gap: 35px;
  }

  .heading-with-illustration {
    align-items: center;
  }

  .illustration-beside-heading {
    max-height: 140px;
  }

  .grid-halves-section.grid-halves-hero {
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
  }

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

  .horizontal-subscribe-form {
    max-width: 497px;
    margin-left: auto;
    margin-right: auto;
  }

  .wide-grid-section-box-image {
    max-width: 100%;
  }

  .illustration.hero-illustration {
    display: none;
  }

  .illustration.wide-hero-illustration {
    margin-left: 21px;
    display: block;
  }

  .tabs-menu.four-tabs {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu.three-tabs {
    grid-template-columns: 1fr;
  }

  .article blockquote {
    padding-left: 28px;
    padding-right: 0;
  }

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

  .hero-collage-image-1 {
    margin-bottom: 54%;
  }

  .hero-collage-image-3 {
    margin-top: 43%;
  }

  .plans-comparison-container.shadow {
    padding: 21px;
  }

  .pricing-plans-comparison-table-header {
    align-items: center;
    margin-bottom: 7px;
  }

  .product-comparison-container {
    padding: 0;
  }

  .product-comparison-table-header {
    align-items: center;
    margin-bottom: 7px;
  }

  .ui-snippet.increased-padding.overlay-bottom-right {
    bottom: 21px;
    right: 21px;
  }

  .ui-snippet.overlay-top-left {
    display: none;
  }

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

  .verified-badge.overlay-top-left {
    top: 21px;
    left: 21px;
  }

  .team-member-grid {
    grid-column-gap: 28px;
    grid-row-gap: 35px;
  }

  .team-member-grid.large {
    grid-template-columns: 1fr;
    max-width: 376px;
  }

  .compare-logo-wrapper {
    margin-bottom: 28px;
    padding: 21px;
  }

  .compare-logo-image {
    height: 21px;
  }

  .competitor-title {
    font-size: 24px;
  }

  .vs-text {
    margin-left: 14px;
    margin-right: 14px;
    font-size: 18px;
    line-height: 28px;
  }

  .logo-row-image {
    max-height: 28px;
  }

  .box-image-background.faded {
    display: block;
  }

  .careers-list-row {
    grid-column-gap: 28px;
    grid-template-columns: 4fr 4fr 1fr;
    align-items: center;
  }

  .job-details-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .job-details-meta-grid {
    position: static;
  }

  .help-center-article-list-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .help-center-article-author-avatar {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 7px;
  }

  .help-center-article-meta-row {
    align-items: center;
  }

  .fullwidth-dropdown-grid {
    max-width: 100%;
  }

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

  .screenshot-image-wrapper {
    max-width: 80%;
  }

  .logo-row-image-copy {
    max-height: 28px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 42px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  h4, h5 {
    font-size: 18px;
    line-height: 28px;
  }

  .section {
    padding-top: 10px;
  }

  .section.grid-halves-hero-inner-section {
    padding: 140px 28px 28px;
  }

  .section.grid-halves-hero-inner-section.increased-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .main-container {
    padding-left: 21px;
    padding-right: 21px;
  }

  .style-guide-section {
    grid-row-gap: 35px;
  }

  .style-guide-section-contents {
    grid-row-gap: 21px;
  }

  .small-text {
    flex: none;
  }

  .announcement-cross {
    margin-right: 21px;
  }

  .display-heading {
    margin-bottom: 14px;
    font-size: 32px;
    line-height: 1.1em;
  }

  .display-heading.blog-categories-heading {
    margin-bottom: 0;
    margin-right: 7px;
  }

  .fine-print-text.beside-button {
    margin-left: 0;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .large-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .medium-heading {
    font-size: 28px;
    line-height: 38px;
  }

  .play-button {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .play-button.bg-white {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .play-button-icon {
    margin-left: 1px;
    margin-right: -3px;
  }

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

  .navbar-wrapper {
    padding-left: 21px;
    padding-right: 21px;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .footer-top-row-links {
    flex-direction: column;
  }

  .footer-grid {
    grid-row-gap: 28px;
    grid-template-columns: 1fr;
  }

  .footer-bottom-row {
    justify-items: start;
  }

  .subheading {
    margin-bottom: 7px;
  }

  .grid-halves {
    grid-row-gap: 35px;
  }

  .grid-halves.border-center {
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .container.collage-hero-heading-container {
    text-align: center;
  }

  .box {
    padding: 28px;
  }

  .box.bg-shade-1.white {
    display: none;
  }

  .box.small {
    min-height: auto;
  }

  .box.bg-dark {
    background-color: var(--shade-1);
  }

  .box-illustration {
    max-height: 245px;
  }

  .box-illustration.small {
    max-height: 154px;
  }

  .section-title.reduced-bottom-margin {
    margin-bottom: 21px;
  }

  .grid-larger-right {
    grid-row-gap: 35px;
  }

  .contained-section-contents {
    padding-left: 21px;
    padding-right: 21px;
  }

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

  .button-row.justify-content-center {
    flex-direction: column;
    justify-content: center;
  }

  .button-row.hero-button-row, .button-row.center-button-row-on-mobile {
    align-items: center;
  }

  .square-grid-image {
    height: auto;
    min-height: auto;
  }

  .illustration-wrapper.faq-illustration {
    padding-right: 0;
  }

  .faq-grid {
    grid-row-gap: 35px;
  }

  .faq-illustration {
    height: 168px;
  }

  .overlay-content.wide {
    display: none;
  }

  .heading-with-illustration {
    flex-direction: column;
  }

  .illustration-beside-heading {
    max-height: 112px;
  }

  .grid-halves-section.grid-halves-hero {
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
  }

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

  .handwriting-text {
    font-size: 28px;
  }

  .wide-grid-section-box {
    padding: 0;
  }

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

  .checklist-row-item {
    align-items: flex-start;
    margin-bottom: 14px;
  }

  .illustration.wide-hero-illustration {
    max-height: 180px;
    margin-top: 35px;
    margin-left: 0;
  }

  .vertical-rule.cta-halves-vertical-rule, .video-play-caption-hidden-on-mobile {
    display: none;
  }

  .image-background-section.expand-height {
    min-height: auto;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .tabs-menu.pricing-plans {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

  .article blockquote {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 24px;
  }

  .article-meta {
    flex-wrap: wrap;
  }

  .customer-story-logo-overlay {
    max-width: 100%;
    max-height: 28px;
    padding-left: 21px;
    padding-right: 21px;
  }

  .wide-hero-content {
    flex-direction: column;
    align-items: center;
  }

  .plans-comparison-container.shadow {
    padding-top: 0;
  }

  .pricing-plans-comparison-table-header {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin-bottom: 0;
    padding-top: 21px;
    position: sticky;
    top: 0;
  }

  .pricing-plans-comparison-row {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .pricing-plans-comparison-item {
    margin-bottom: 14px;
  }

  .pricing-plans-comparison-table-title {
    margin-bottom: 21px;
  }

  .product-comparison-table-header {
    background-color: var(--white);
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-bottom: 0;
    padding-top: 21px;
    padding-bottom: 21px;
    position: sticky;
    top: 0;
  }

  .product-comparison-row {
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .product-comparison-row.odd-numbered, .product-comparison-row.even-numbered {
    grid-template-columns: 1fr 1fr;
  }

  .feature-list-row {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    padding-top: 21px;
    padding-bottom: 21px;
  }

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

  .ui-snippet {
    font-size: 13px;
    line-height: 21px;
    display: none;
  }

  .ui-snippet.increased-padding {
    padding: 14px;
  }

  .ui-snippet.increased-padding.overlay-bottom-right {
    margin-top: 14px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .ui-snippet.overlay-bottom-left {
    margin-top: 21px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .ui-snippet-rows {
    grid-row-gap: 7px;
  }

  .ui-snippet-rows.increased-gap {
    grid-row-gap: 14px;
  }

  .ui-snippets-grid {
    grid-row-gap: 28px;
  }

  .ui-snippet-buttons {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .image-wrapper {
    position: relative;
  }

  .ui-snippet-composite {
    right: 0;
  }

  .ui-snippet-bottom-right {
    display: none;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .ui-snippet-wrapper.overlay-bottom-right {
    justify-content: center;
    margin-top: 21px;
    display: flex;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .ui-snippet-wrapper.overlay-top-left {
    margin-top: 21px;
    position: relative;
    top: 0;
    left: 0;
  }

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

  .timeline-item {
    grid-row-gap: 14px;
    grid-template-columns: 1fr;
  }

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

  .compare-logo-wrapper {
    border-radius: 14px;
    flex-direction: column;
  }

  .vs-text {
    margin-top: 7px;
    margin-bottom: 7px;
  }

  .small-illustration {
    max-height: 112px;
  }

  .box-image-background.faded {
    display: none;
  }

  .careers-list-row {
    grid-column-gap: 14px;
    grid-template-columns: 5fr 1fr;
    grid-template-areas: ". . Area";
  }

  .careers-list-job-location {
    display: none;
  }

  .search-bar-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .help-center-article-meta-row.date-updated {
    display: none;
  }

  .fullwidth-dropdown.w--open {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .fullwidth-dropdown-grid {
    grid-row-gap: 7px;
    grid-template-columns: 1fr;
  }

  .dropdown-menu {
    font-size: 14px;
    line-height: 21px;
  }

  .dropdown-title {
    display: none;
  }

  .screenshots-grid {
    grid-row-gap: 21px;
  }

  .screenshot-link {
    padding: 28px;
  }

  .screenshot-heading {
    margin-bottom: 14px;
  }

  .screenshot-image-wrapper {
    max-width: 100%;
  }

  .cell, .div-block-7.xx, .div-block-9, .div-block-10, .div-block-14.xx, .button-3.xx, .cell-3 {
    display: none;
  }
}

#w-node-ff72cd24-007f-93da-9805-0d3865e71132-11ea49ec, #w-node-_90f59857-70a8-b808-528f-331e9959b0b6-11ea49ec {
  align-self: stretch;
}

#w-node-_8339dee1-7140-936a-768a-c2a35182be9d-e5cfa1fd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d5ec53e9-4ece-64b0-65ed-423587ea5f1b-e5cfa1ff {
  justify-self: center;
}

#w-node-e3b5602b-fd08-f624-2772-759404834503-e5cfa1ff {
  place-self: center end;
}

#w-node-cf23bb27-c731-3717-874a-c0b7dbe8f3d8-e5cfa200 {
  justify-self: center;
}

#w-node-_6b14a1a0-430b-0496-41fd-bcde8aed1af2-e5cfa201 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_50898f1e-30f5-22c2-7c50-8cab48a42d4f-e5cfa203, #w-node-_6ff55292-d3d9-a1d5-4a41-7c10c5c0c603-e5cfa203, #w-node-_92d0a255-3cee-cb39-b8e3-85f64ee1222c-e5cfa203, #w-node-beb45f57-ee6b-1472-4564-b43975a06909-e5cfa203 {
  justify-self: stretch;
}

#w-node-_8cd2010b-a649-e16a-3f60-7ff91e3046d7-e5cfa205, #w-node-_31f57a96-0147-e3b9-323e-621ec4a0eafe-e5cfa205 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_14a0c17f-8827-75a2-d359-d8e5d288ce39-e5cfa205, #w-node-a40d1367-5017-8c80-5bb2-a9a2db40c190-e5cfa205, #w-node-_9bb4aeb7-64e7-08d6-a8a4-48b29dd692a8-e5cfa205, #w-node-_9bb4aeb7-64e7-08d6-a8a4-48b29dd692ab-e5cfa205, #w-node-_0e947135-cc5e-5018-e6ab-45f5464feff2-e5cfa205, #w-node-_0e947135-cc5e-5018-e6ab-45f5464feff5-e5cfa205 {
  align-self: start;
}

#w-node-_34d960a3-f2a2-7cdc-af99-39386b6596c5-e5cfa205 {
  align-self: stretch;
}

#w-node-_58bf1a90-37e9-4374-23da-0a7558874ee8-e5cfa205, #w-node-d2066ec9-68b3-a388-0f79-f6844c7397a4-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea68-e5cfa205 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4884cdcd-4862-90de-2931-32633759ea71-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea74-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea77-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea7a-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea7d-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea80-e5cfa205 {
  align-self: start;
}

#w-node-_99977a82-f4f7-a633-0378-1a989f3032c2-e5cfa205 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_2e5eeae8-560f-2120-df1b-98482e361bee-e5cfa209 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_954aab7c-2077-b0a5-16db-007bd247a674-e5cfa209 {
  align-self: stretch;
}

#w-node-_1be3013a-6d9b-ff1f-7efe-a7f8501ce98e-e5cfa209 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_164eca31-5a21-cf82-88bf-6ad76b5fe2b7-e5cfa209 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_98d86834-28c7-02bc-356d-b1cc578cdd4e-e5cfa209 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75ea0f47-5e10-9448-f8f4-ab34cf577718-e5cfa20b {
  align-self: stretch;
}

#w-node-_325ee6fc-546b-0f47-cf57-be9818f40319-e5cfa20b, #w-node-_86769c07-b7ca-653a-791d-8ca376fffb00-e5cfa20d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b6e5b74a-6f96-60c2-f5b8-901f57e0ee0d-e5cfa20d {
  align-self: stretch;
}

#w-node-_40b94495-5996-efe0-f04b-06ae71a1ecbd-e5cfa20d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af1b87be-2f0c-bec9-73d1-dc3465cb6834-e5cfa20e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_32cbb0e8-f25e-54da-fae6-d12ce2fc5e4f-e5cfa20e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_53df958c-bd0e-b013-2d8e-344349790605-e5cfa20e, #w-node-_69e15cf1-f5f6-6281-5c12-c30751145187-e5cfa20e {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_8b4dcc37-d75f-7550-1c78-d415caa01b40-e5cfa211 {
  align-self: stretch;
}

#w-node-fcfc7eca-555a-ad68-84e5-8fe55bf2785a-e5cfa211 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8c5a82e1-d1f2-51b0-a85d-f1d2baf56709-e5cfa211 {
  align-self: stretch;
}

#w-node-_20ccc767-00f5-a331-6a7b-3f7151c8e23b-e5cfa212 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a31ee246-dd6e-70d4-a293-606a56bd23fc-e5cfa212 {
  align-self: stretch;
}

#w-node-db1b7782-4dd1-3d48-956d-ee0eba4e11c4-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e61-e5cfa213 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e6e-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e71-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e74-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e77-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e7a-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e7d-e5cfa213 {
  align-self: start;
}

#w-node-cb8b9118-6028-fa68-76f0-a380b95014df-e5cfa213 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cb8b9118-6028-fa68-76f0-a380b95014eb-e5cfa213, #w-node-cb8b9118-6028-fa68-76f0-a380b95014ee-e5cfa213, #w-node-cb8b9118-6028-fa68-76f0-a380b95014f1-e5cfa213, #w-node-cb8b9118-6028-fa68-76f0-a380b95014f4-e5cfa213, #w-node-cb8b9118-6028-fa68-76f0-a380b95014f7-e5cfa213, #w-node-cb8b9118-6028-fa68-76f0-a380b95014fa-e5cfa213 {
  align-self: start;
}

#w-node-_6a7149ec-816a-9bde-4360-298549725fef-e5cfa213 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6a7149ec-816a-9bde-4360-298549725ffb-e5cfa213, #w-node-_6a7149ec-816a-9bde-4360-298549725ffe-e5cfa213, #w-node-_6a7149ec-816a-9bde-4360-298549726001-e5cfa213, #w-node-_6a7149ec-816a-9bde-4360-298549726004-e5cfa213, #w-node-_6a7149ec-816a-9bde-4360-298549726007-e5cfa213, #w-node-_6a7149ec-816a-9bde-4360-29854972600a-e5cfa213 {
  align-self: start;
}

#w-node-_120e008c-e416-c603-23ee-13ee716fa9c7-e5cfa213 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_120e008c-e416-c603-23ee-13ee716fa9d3-e5cfa213, #w-node-_120e008c-e416-c603-23ee-13ee716fa9d6-e5cfa213, #w-node-_120e008c-e416-c603-23ee-13ee716fa9d9-e5cfa213, #w-node-_120e008c-e416-c603-23ee-13ee716fa9dc-e5cfa213, #w-node-_120e008c-e416-c603-23ee-13ee716fa9df-e5cfa213, #w-node-_120e008c-e416-c603-23ee-13ee716fa9e2-e5cfa213 {
  align-self: start;
}

#w-node-_6599e0f7-85da-06de-d3d9-3d9869ee1822-e5cfa214 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-d7083c34-2946-f219-f48b-b4d5ee842634-e5cfa216 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d7083c34-2946-f219-f48b-b4d5ee842639-e5cfa216 {
  align-self: stretch;
}

#w-node-_11d95765-d93e-6243-a1d8-0455642b8c13-e5cfa216 {
  align-self: start;
}

#w-node-c71c9499-8f89-c483-73f4-107d1686e8db-e5cfa216 {
  align-self: end;
}

#w-node-_5be6c175-efad-03f2-302f-3a8a9257f010-e5cfa216, #w-node-_1fd54059-0912-caf5-db03-320add95c55c-e5cfa216 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1fd54059-0912-caf5-db03-320add95c561-e5cfa216 {
  align-self: stretch;
}

#w-node-_65c73e2f-a62a-0f1b-dec7-94ce2f7c985d-e5cfa216, #w-node-_7ad8fd4f-661d-5f19-84bc-cda0554c5e29-e5cfa217, #w-node-f85bd9e4-8eb0-6b60-0862-b9f015cafdfb-e5cfa217 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_38a0cc3f-11f7-0c83-9887-f12e311d08e4-e5cfa218, #w-node-_6908072c-240b-e068-f2da-f48eb63c22e6-e5cfa218, #w-node-_8ff7627b-5923-41d8-7b3d-1971eaa2fbe4-e5cfa218, #w-node-eda213cb-55b3-105d-c213-7844883f0f6e-e5cfa218, #w-node-eda213cb-55b3-105d-c213-7844883f0f72-e5cfa218, #w-node-eda213cb-55b3-105d-c213-7844883f0f76-e5cfa218, #w-node-b7693bea-1dd8-70b1-a172-18b98388fd19-e5cfa218, #w-node-_6ba6d551-c55d-53a6-2a4e-8bc5ac189431-e5cfa218, #w-node-_6ba6d551-c55d-53a6-2a4e-8bc5ac189435-e5cfa218, #w-node-_6ba6d551-c55d-53a6-2a4e-8bc5ac189439-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d9064-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d9068-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d906c-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d908a-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d908e-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d9092-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d90b0-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d90b4-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d90b8-e5cfa218, #w-node-d62618c0-9a3a-cf1a-bb47-54698a9d90bc-e5cfa218 {
  align-self: start;
}

#w-node-_777abc13-1cc9-6f1b-9bb9-14b99b66563b-e5cfa218 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-fd7a449a-0d3e-aa89-616f-887fe3b87cde-e5cfa218, #w-node-_8e7b3802-1ef3-66ed-5d81-59f159823cfd-e5cfa218, #w-node-_6920b31c-5cd3-8ef6-0536-88d5a4c15336-e5cfa218 {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_21bb98a5-0505-91fb-9c51-24ff2a03cbf6-e5cfa218 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_5c5a02ba-e3f0-1a47-1eb0-278138aa68e4-e5cfa218 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_21bb98a5-0505-91fb-9c51-24ff2a03cbfb-e5cfa218, #w-node-_7c157365-bd10-39ae-abb2-92c217884cfc-e5cfa218, #w-node-_566bf305-e875-ef83-6900-82704672b5c6-e5cfa218, #w-node-_22d4980a-26e7-d880-bac3-266b75ec5ddd-e5cfa218, #w-node-ecc53f5c-3a5e-f4dc-6f3e-0571efd5d8d0-e5cfa218 {
  justify-self: center;
}

#w-node-_0fb291ab-5dc7-6623-7fc9-078baa2fbd1a-e5cfa218 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_33525891-4594-6058-658c-db643bf0fff1-e5cfa218 {
  justify-self: start;
}

#w-node-dc3aca82-24fa-0c0a-1a3e-e174fa7df944-e5cfa218 {
  justify-self: end;
}

#w-node-d887553c-a738-3f3f-b132-e7089474afca-e5cfa218 {
  justify-self: start;
}

#w-node-e4894716-c881-d8be-1cb8-ed34d97f1514-e5cfa218 {
  justify-self: end;
}

#w-node-_7d65a01f-35fe-f402-7aa7-1394c93b75f5-e5cfa218 {
  justify-self: start;
}

#w-node-_4f970da3-fea7-d762-5811-92bc7510ac46-e5cfa218 {
  justify-self: end;
}

#w-node-_8130d787-946b-dbdb-94c5-19f6784b108b-e5cfa218 {
  justify-self: start;
}

#w-node-db282f6c-2b24-8529-c600-2bc729f99eb0-e5cfa218 {
  justify-self: end;
}

#w-node-c5a8c8cd-4ea2-8e5c-1971-64423508f9b8-e5cfa218 {
  justify-self: start;
}

#w-node-e407e8c2-90ba-cc19-623f-f854ac290bde-e5cfa218 {
  justify-self: end;
}

#w-node-_221d5284-922f-c180-6380-437d7b8f16f7-e5cfa21a {
  align-self: stretch;
}

#w-node-_221d5284-922f-c180-6380-437d7b8f16c7-e5cfa21a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51ed2af0-1dce-1aba-d1d5-5624ead451df-e5cfa21e {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ef9a9d2f-d9d4-a69f-3e22-835f8e51b444-e5cfa21e {
  align-self: stretch;
}

#w-node-_9923984d-5049-8596-f519-d202ca8d03ed-e5cfa21e {
  place-self: center end;
}

#w-node-e4db570a-9a10-7be2-61ea-1d7b8c884f9e-e5cfa223, #w-node-abfb97c7-b503-2a9f-82fd-c0cadfbbb0a4-e5cfa223, #w-node-d82f019a-8391-57cf-afa1-091441ac9766-e5cfa223, #w-node-a0305a2c-bbed-11c1-8175-c6fdedacccc3-e5cfa223 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_20900f6f-e36a-0731-36b7-03f0a8432418-e5cfa224, #w-node-_4ccb09a0-a428-0e19-5da5-5854b762573b-e5cfa224 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebea-e5cfa225 {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebec-e5cfa225 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebf1-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec05-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec0b-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec11-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec17-e5cfa225 {
  justify-self: center;
}

#w-node-bda5aa08-212c-03d2-3386-bf08e8def0ae-e5cfa225 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bda5aa08-212c-03d2-3386-bf08e8def0cb-e5cfa225, #w-node-bda5aa08-212c-03d2-3386-bf08e8def0ce-e5cfa225, #w-node-bda5aa08-212c-03d2-3386-bf08e8def0d1-e5cfa225, #w-node-bda5aa08-212c-03d2-3386-bf08e8def0d4-e5cfa225, #w-node-bda5aa08-212c-03d2-3386-bf08e8def0d7-e5cfa225, #w-node-bda5aa08-212c-03d2-3386-bf08e8def0da-e5cfa225 {
  align-self: start;
}

#w-node-_2444fcc1-4d03-8e25-637a-6994d35d6f5a-e5cfa225 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ac87b445-d400-ef50-8317-f636b1281c4b-e5cfa225 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d937a24b-a82d-67e2-838c-a5262213b69a-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b69e-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6a2-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6c0-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6c4-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6c8-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6e6-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6ea-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6ee-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b6f2-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b712-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b716-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b71a-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b738-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b73c-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b740-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b75e-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b762-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b766-e5cfa24a, #w-node-d937a24b-a82d-67e2-838c-a5262213b76a-e5cfa24a {
  align-self: start;
}

#w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cae7-e5cfa24a {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cae8-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952caec-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952caf0-e5cfa24a {
  grid-area: 1 / 4 / 2 / 5;
}

#w-node-_8646eea0-76e4-932f-faa5-8400eef27446-e5cfa24a {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-fe4ec652-d523-3325-304d-c2ca439ace74-e5cfa26e {
  align-self: stretch;
}

#w-node-fe4ec652-d523-3325-304d-c2ca439ace95-e5cfa26e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb84a9-e5cfa287, #w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb84ac-e5cfa287, #w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb84af-e5cfa287, #w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb84b2-e5cfa287, #w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb84b5-e5cfa287, #w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb84b8-e5cfa287 {
  align-self: start;
}

#w-node-_3399276f-7ff2-22be-707c-0318580254fd-e5cfa287 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d5853548-e250-464c-7f8d-28b72004c540-e5cfa287 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_79d684c7-e892-5553-8b6f-fe446d1c8163-e5cfa287 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_4b897c6e-573a-6590-1198-72a1bc6a13c0-bc6a13bc {
  justify-self: center;
}

#w-node-_1892e631-e308-f43c-337b-2584ddaee6e2-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae842de-e5cfa288 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_96eb7164-52f8-c39d-9aab-3c207ae84316-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae84319-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae8431c-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae8431f-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae84322-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae84325-e5cfa288 {
  align-self: start;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7ef6-e5cfa288 {
  justify-self: start;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7ef8-e5cfa288 {
  justify-self: end;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7efa-e5cfa288 {
  justify-self: start;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7efc-e5cfa288 {
  justify-self: end;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7eff-e5cfa288 {
  justify-self: start;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7f01-e5cfa288 {
  justify-self: end;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7f04-e5cfa288 {
  justify-self: start;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7f06-e5cfa288 {
  justify-self: end;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7f08-e5cfa288 {
  justify-self: start;
}

#w-node-dba8b765-9926-58b9-c654-c6e4273a7f0a-e5cfa288 {
  justify-self: end;
}

#w-node-_2a4371be-f809-015c-f117-00c07fdc7753-e5cfa288, #w-node-_2cce7ef7-9969-4657-43b2-32de076c59c4-e5cfa288 {
  align-self: stretch;
}

#w-node-_2019fc10-4321-0e99-8ec4-dd49000e5802-e5cfa28a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_12fbb168-09a9-a389-34e7-ea4871977dc3-e5cfa28a, #w-node-_1cb71ab2-7df1-5ade-5910-aeb8406209fd-e5cfa28a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2019fc10-4321-0e99-8ec4-dd49000e581e-e5cfa28a {
  align-self: stretch;
}

#w-node-bd116904-27ea-f9cb-1f45-7136488007c2-e5cfa28a, #w-node-_854622a6-248a-46f5-4281-b92a1d0f09f0-e5cfa28a, #w-node-_854622a6-248a-46f5-4281-b92a1d0f0a0e-e5cfa28a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e177e02e-77be-24ab-1f69-6a2781023337-e5cfa28a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_13945026-ae18-a44a-74a1-9ab5a58a2c47-e5cfa28b {
  align-self: start;
}

#w-node-_13945026-ae18-a44a-74a1-9ab5a58a2c53-e5cfa28b {
  align-self: end;
}

#w-node-_7d44ba11-1b75-01a6-fcab-27576865fec7-e5cfa28b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_81066847-388a-aeec-2327-31857d97ddb9-e5cfa28b {
  grid-area: 1 / 3 / 2 / 4;
  justify-self: center;
}

#w-node-_81066847-388a-aeec-2327-31857d97ddbb-e5cfa28b {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_81066847-388a-aeec-2327-31857d97ddc0-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddd4-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddda-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97dde0-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97dde6-e5cfa28b {
  justify-self: center;
}

#w-node-b2d34f02-3d40-51ac-61b1-05fceb4e9b5e-e5cfa28b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4bb068aa-ada3-ccfd-358f-47ef7fd08a46-e5cfa28b, #w-node-a0bff99a-3244-364d-193f-a58fc998a92d-e5cfa28c {
  align-self: stretch;
}

#w-node-_5d4c8248-239c-2178-602a-fce8b8308714-e5cfa28c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a9d4979d-52de-dc59-6f9b-d221b4a8db2d-e5cfa28c {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6ab-e5cfa28c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6d2-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6d5-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6d8-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6db-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6de-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6e1-e5cfa28c {
  align-self: start;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6e5-e5cfa28c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e70a-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e70d-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e710-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e713-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e716-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e719-e5cfa28c {
  align-self: start;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e71d-e5cfa28c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e735-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e738-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e73b-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e73e-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e741-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e744-e5cfa28c {
  align-self: start;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e748-e5cfa28c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_00a13507-4c81-fd49-e2ce-a11cb093e76b-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e76e-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e771-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e774-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e777-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e77a-e5cfa28c {
  align-self: start;
}

#w-node-_2fa5327b-7b01-d60f-f9ca-c80e58018ce8-e5cfa28c {
  align-self: stretch;
}

#w-node-_5c460398-eed5-146d-aaf1-39d17eedc2e8-0d068a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5c460398-eed5-146d-aaf1-39d17eedc318-0d068a69 {
  align-self: stretch;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c09ed-0d068a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a14-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a17-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a1a-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a1d-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a20-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a23-0d068a69 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a27-0d068a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a4c-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a4f-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a52-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a55-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a58-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5b-0d068a69 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5f-0d068a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a77-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a7a-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a7d-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a80-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a83-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a86-0d068a69 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a8a-0d068a69 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0aad-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0ab0-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0ab3-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0ab6-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0ab9-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0abc-0d068a69 {
  align-self: start;
}

#w-node-_1880bc6c-0d69-047a-903b-16688cd286c1-0d068a69 {
  align-self: stretch;
}

#w-node-ac029b85-c506-b94b-51f9-eac85185cf93-0d068a69, #w-node-ee0222cd-72db-6f7c-cae2-27fbcc7b9d43-0d068a69, #w-node-_58bd1879-7287-8295-2b42-a4bf7f524991-a23c9530 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_58bd1879-7287-8295-2b42-a4bf7f5249aa-a23c9530, #w-node-b917e898-97f3-c5b1-6e97-3c72d286d889-a23c9530, #w-node-_1531d028-32e3-274e-59cc-e613914196ae-a23c9530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_58bd1879-7287-8295-2b42-a4bf7f5249bd-a23c9530 {
  align-self: stretch;
}

#w-node-_52dde757-b437-2d64-d34e-41db021c1a0d-a23c9530, #w-node-_52dde757-b437-2d64-d34e-41db021c1a28-a23c9530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf043e6-361d-627c-4973-0c97f889c98e-a23c9530 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr .75fr;
}

#w-node-_817632ed-e8be-2f9f-91a2-f04167c25c83-a23c9530, #w-node-_817632ed-e8be-2f9f-91a2-f04167c25c87-a23c9530, #w-node-_817632ed-e8be-2f9f-91a2-f04167c25c8b-a23c9530 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c09ed-a23c9530 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a14-a23c9530 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a17-a23c9530 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a1a-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a1d-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a20-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a23-a23c9530 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a27-a23c9530 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a4c-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a4f-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a52-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a55-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a58-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5b-a23c9530 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5f-a23c9530 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a77-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a7a-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a7d-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a80-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a83-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a86-a23c9530 {
  align-self: start;
}

#w-node-ac029b85-c506-b94b-51f9-eac85185cf93-a23c9530 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_221d5284-922f-c180-6380-437d7b8f16f7-125b0b05 {
  align-self: stretch;
}

#w-node-_221d5284-922f-c180-6380-437d7b8f16c7-125b0b05, #w-node-_89d79692-abcc-e73f-8e86-2ceed78cf6d9-32d252d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89d79692-abcc-e73f-8e86-2ceed78cf6e8-32d252d0 {
  align-self: start;
}

#w-node-_89d79692-abcc-e73f-8e86-2ceed78cf6f4-32d252d0 {
  align-self: end;
}

#w-node-_2bf043e6-361d-627c-4973-0c97f889c98e-32d252d0 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .75fr 1fr .75fr;
}

#w-node-_52dde757-b437-2d64-d34e-41db021c1a0d-32d252d0, #w-node-_52dde757-b437-2d64-d34e-41db021c1a28-32d252d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_817632ed-e8be-2f9f-91a2-f04167c25c83-32d252d0, #w-node-_817632ed-e8be-2f9f-91a2-f04167c25c87-32d252d0, #w-node-_817632ed-e8be-2f9f-91a2-f04167c25c8b-32d252d0 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c09ed-32d252d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a14-32d252d0 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a17-32d252d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a1a-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a1d-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a20-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a23-32d252d0 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a27-32d252d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a4c-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a4f-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a52-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a55-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a58-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5b-32d252d0 {
  align-self: start;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5f-32d252d0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b3c563ff-d816-badb-37e5-4dc9339c0a77-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a7a-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a7d-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a80-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a83-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a86-32d252d0 {
  align-self: start;
}

#w-node-ac029b85-c506-b94b-51f9-eac85185cf93-32d252d0 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-bd8c934f-32b2-c0d8-098d-1e1edf961213-11ea49ec, #w-node-_90f59857-70a8-b808-528f-331e9959b0b1-11ea49ec {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8339dee1-7140-936a-768a-c2a35182be9d-e5cfa1fd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b14a1a0-430b-0496-41fd-bcde8aed1af2-e5cfa201 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cd2010b-a649-e16a-3f60-7ff91e3046d7-e5cfa205, #w-node-_99be88d3-7bf5-9813-a64b-206452ee001e-e5cfa205, #w-node-_31f57a96-0147-e3b9-323e-621ec4a0eafe-e5cfa205, #w-node-_58bf1a90-37e9-4374-23da-0a7558874ee8-e5cfa205, #w-node-_7653450a-0166-3392-53ca-8d133dc5e8e9-e5cfa205, #w-node-_030b4a7a-b66f-2a25-57ac-728f7849e801-e5cfa205, #w-node-d2066ec9-68b3-a388-0f79-f6844c7397a4-e5cfa205, #w-node-_19c4b167-1c18-b59e-618c-e444f429e875-e5cfa205, #w-node-a2ec9f42-1c04-5562-c761-1e3642ae2bb6-e5cfa205, #w-node-_4884cdcd-4862-90de-2931-32633759ea68-e5cfa205, #w-node-_99977a82-f4f7-a633-0378-1a989f3032c2-e5cfa205, #w-node-_2e5eeae8-560f-2120-df1b-98482e361bee-e5cfa209, #w-node-_1be3013a-6d9b-ff1f-7efe-a7f8501ce98e-e5cfa209, #w-node-_164eca31-5a21-cf82-88bf-6ad76b5fe2b7-e5cfa209, #w-node-_98d86834-28c7-02bc-356d-b1cc578cdd4e-e5cfa209, #w-node-_08151d02-d79a-eac1-ad7c-f3777d76db3b-e5cfa20b, #w-node-_325ee6fc-546b-0f47-cf57-be9818f40319-e5cfa20b, #w-node-_86769c07-b7ca-653a-791d-8ca376fffb00-e5cfa20d, #w-node-_40b94495-5996-efe0-f04b-06ae71a1ecbd-e5cfa20d, #w-node-af1b87be-2f0c-bec9-73d1-dc3465cb6834-e5cfa20e, #w-node-b03f47d3-6633-7f61-ed7d-0e4afd1f20f7-e5cfa20e, #w-node-_32cbb0e8-f25e-54da-fae6-d12ce2fc5e4f-e5cfa20e, #w-node-_53df958c-bd0e-b013-2d8e-344349790605-e5cfa20e, #w-node-_69e15cf1-f5f6-6281-5c12-c30751145187-e5cfa20e, #w-node-fcfc7eca-555a-ad68-84e5-8fe55bf2785a-e5cfa211, #w-node-_8c5a82e1-d1f2-51b0-a85d-f1d2baf56709-e5cfa211, #w-node-_20ccc767-00f5-a331-6a7b-3f7151c8e23b-e5cfa212, #w-node-db1b7782-4dd1-3d48-956d-ee0eba4e11c4-e5cfa213, #w-node-da2fce43-9c2d-4d68-c7ec-ba3a93dc6e61-e5cfa213, #w-node-cb8b9118-6028-fa68-76f0-a380b95014df-e5cfa213, #w-node-_6a7149ec-816a-9bde-4360-298549725fef-e5cfa213, #w-node-_120e008c-e416-c603-23ee-13ee716fa9c7-e5cfa213, #w-node-_6599e0f7-85da-06de-d3d9-3d9869ee1822-e5cfa214, #w-node-d7083c34-2946-f219-f48b-b4d5ee842634-e5cfa216 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d6080d61-cafd-fcef-2fdc-1bc0f6f8d915-e5cfa216 {
    align-self: end;
  }

  #w-node-_5be6c175-efad-03f2-302f-3a8a9257f010-e5cfa216, #w-node-_1fd54059-0912-caf5-db03-320add95c55c-e5cfa216, #w-node-_65c73e2f-a62a-0f1b-dec7-94ce2f7c985d-e5cfa216, #w-node-_7ad8fd4f-661d-5f19-84bc-cda0554c5e29-e5cfa217, #w-node-f85bd9e4-8eb0-6b60-0862-b9f015cafdfb-e5cfa217, #w-node-_0fb291ab-5dc7-6623-7fc9-078baa2fbd1a-e5cfa218, #w-node-_221d5284-922f-c180-6380-437d7b8f16c7-e5cfa21a, #w-node-cbfd7cc1-e7d4-3333-a824-273df47721e9-e5cfa21c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b7dc06d4-8e57-c7ec-25d5-9f7a785743ac-e5cfa21c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51ed2af0-1dce-1aba-d1d5-5624ead451df-e5cfa21e, #w-node-e4db570a-9a10-7be2-61ea-1d7b8c884f9e-e5cfa223, #w-node-abfb97c7-b503-2a9f-82fd-c0cadfbbb0a4-e5cfa223, #w-node-d82f019a-8391-57cf-afa1-091441ac9766-e5cfa223, #w-node-a0305a2c-bbed-11c1-8175-c6fdedacccc3-e5cfa223, #w-node-_20900f6f-e36a-0731-36b7-03f0a8432418-e5cfa224, #w-node-_7df9cbc2-07cf-ff67-b6e0-bef543a181cd-e5cfa224, #w-node-_7df9cbc2-07cf-ff67-b6e0-bef543a181f6-e5cfa224, #w-node-_4ccb09a0-a428-0e19-5da5-5854b762573b-e5cfa224, #w-node-bda5aa08-212c-03d2-3386-bf08e8def0ae-e5cfa225, #w-node-ac87b445-d400-ef50-8317-f636b1281c4b-e5cfa225, #w-node-_8646eea0-76e4-932f-faa5-8400eef27446-e5cfa24a, #w-node-fe4ec652-d523-3325-304d-c2ca439ace95-e5cfa26e, #w-node-c4ddcfdf-bc72-829f-9c7f-2ec60fdb848c-e5cfa287, #w-node-_718d80b8-bdf8-9830-62f3-a1a4dd23c026-e5cfa287, #w-node-d5853548-e250-464c-7f8d-28b72004c540-e5cfa287, #w-node-_79d684c7-e892-5553-8b6f-fe446d1c8163-e5cfa287, #w-node-_1892e631-e308-f43c-337b-2584ddaee6e2-e5cfa288, #w-node-_96eb7164-52f8-c39d-9aab-3c207ae842de-e5cfa288, #w-node-dba8b765-9926-58b9-c654-c6e4273a7ede-e5cfa288, #w-node-_2019fc10-4321-0e99-8ec4-dd49000e5802-e5cfa28a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e177e02e-77be-24ab-1f69-6a2781023337-e5cfa28a {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_13945026-ae18-a44a-74a1-9ab5a58a2c45-e5cfa28b {
    align-self: end;
  }

  #w-node-_7d44ba11-1b75-01a6-fcab-27576865fec7-e5cfa28b, #w-node-b2d34f02-3d40-51ac-61b1-05fceb4e9b5e-e5cfa28b, #w-node-_4bb068aa-ada3-ccfd-358f-47ef7fd08a46-e5cfa28b, #w-node-a0bff99a-3244-364d-193f-a58fc998a92d-e5cfa28c, #w-node-b682e4c7-502e-0014-0587-a57724fdd62d-e5cfa28c, #w-node-_5d4c8248-239c-2178-602a-fce8b8308714-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6ab-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e6e5-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e71d-e5cfa28c, #w-node-_00a13507-4c81-fd49-e2ce-a11cb093e748-e5cfa28c, #w-node-_5c460398-eed5-146d-aaf1-39d17eedc2e8-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c09ed-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a27-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5f-0d068a69, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a8a-0d068a69, #w-node-b98432a0-087f-2478-c9eb-58327e17dc99-0d068a69, #w-node-ac029b85-c506-b94b-51f9-eac85185cf93-0d068a69, #w-node-b5298b34-6ca5-755b-d01c-a32b20152568-0d068a69, #w-node-ee0222cd-72db-6f7c-cae2-27fbcc7b9d43-0d068a69, #w-node-_58bd1879-7287-8295-2b42-a4bf7f524991-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c09ed-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a27-a23c9530, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5f-a23c9530, #w-node-ac029b85-c506-b94b-51f9-eac85185cf93-a23c9530, #w-node-_221d5284-922f-c180-6380-437d7b8f16c7-125b0b05 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_89d79692-abcc-e73f-8e86-2ceed78cf6d6-32d252d0 {
    align-self: end;
  }

  #w-node-b3c563ff-d816-badb-37e5-4dc9339c09ed-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a27-32d252d0, #w-node-b3c563ff-d816-badb-37e5-4dc9339c0a5f-32d252d0, #w-node-ac029b85-c506-b94b-51f9-eac85185cf93-32d252d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6b14a1a0-430b-0496-41fd-bcde8aed1af2-e5cfa201 {
    grid-column: span 1 / span 1;
  }

  #w-node-fe2b77be-f9d8-2dcb-42bc-056f1a36f064-e5cfa209, #w-node-_0c8a4a1b-239a-e462-93ac-eb591b465025-e5cfa209, #w-node-ff3fccae-13be-b060-7f4b-73338ce05f7d-e5cfa21d, #w-node-d9b62551-b42a-a581-229b-31b749dc5898-e5cfa28c {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bd8c934f-32b2-c0d8-098d-1e1edf961213-11ea49ec, #w-node-_90f59857-70a8-b808-528f-331e9959b0b1-11ea49ec {
    grid-column: span 1 / span 1;
  }

  #w-node-e3b5602b-fd08-f624-2772-759404834502-e5cfa1ff {
    justify-self: start;
  }

  #w-node-e3b5602b-fd08-f624-2772-759404834503-e5cfa1ff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6b14a1a0-430b-0496-41fd-bcde8aed1af2-e5cfa201 {
    grid-column: span 1 / span 1;
  }

  #w-node-_1be3013a-6d9b-ff1f-7efe-a7f8501ce98e-e5cfa209 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_77e8fd29-53a5-98d3-27be-6243afc3a53b-e5cfa218, #w-node-_4f54c7d3-91d2-c6fe-ac32-66fb90192471-e5cfa218, #w-node-_53f4a2f9-544d-8d3d-6293-756dff45f9c2-e5cfa218, #w-node-b0f2c9f0-7120-6bb5-8637-3215a753db4e-e5cfa218, #w-node-_3cc24fc4-932e-cb2b-8793-78f3c69bf9f5-e5cfa218, #w-node-_723cb7b8-ada8-da2c-22d1-3803a87e8e01-e5cfa218, #w-node-_4a4ee3c4-fb9e-9f2f-6445-e2327aa2daa9-e5cfa218, #w-node-_777abc13-1cc9-6f1b-9bb9-14b99b665637-e5cfa218, #w-node-_8e7b3802-1ef3-66ed-5d81-59f159823cf9-e5cfa218, #w-node-_6920b31c-5cd3-8ef6-0536-88d5a4c15332-e5cfa218 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_21bb98a5-0505-91fb-9c51-24ff2a03cbf6-e5cfa218 {
    grid-column: 2 / 3;
  }

  #w-node-_5c5a02ba-e3f0-1a47-1eb0-278138aa68e4-e5cfa218 {
    grid-column: 1 / 2;
  }

  #w-node-_21bb98a5-0505-91fb-9c51-24ff2a03cbf9-e5cfa218, #w-node-_01f00fa4-355e-a4ef-20e3-7ff37db522c3-e5cfa218, #w-node-_776b32f7-039b-7867-43da-a07b96d7de5c-e5cfa218, #w-node-_7c157365-bd10-39ae-abb2-92c217884cfa-e5cfa218, #w-node-_566bf305-e875-ef83-6900-82704672b5c4-e5cfa218, #w-node-_22d4980a-26e7-d880-bac3-266b75ec5ddb-e5cfa218, #w-node-ecc53f5c-3a5e-f4dc-6f3e-0571efd5d8ce-e5cfa218 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b7dc06d4-8e57-c7ec-25d5-9f7a785743ac-e5cfa21c {
    grid-column: span 1 / span 1;
  }

  #w-node-_545e0f28-15de-5f7f-925e-fe92e86d88b9-e5cfa21e {
    justify-self: start;
  }

  #w-node-_9923984d-5049-8596-f519-d202ca8d03ed-e5cfa21e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebea-e5cfa225 {
    grid-column: 2 / 3;
  }

  #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebec-e5cfa225 {
    grid-column: 1 / 2;
  }

  #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebef-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebf5-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ebfc-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec03-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec09-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec0f-e5cfa225, #w-node-_266cd3af-aa09-e02e-75ad-8189ff27ec15-e5cfa225 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cab2-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cabb-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cac1-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952caca-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cad3-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cad9-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cadf-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952cae5-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952caea-e5cfa24a, #w-node-_18cbe7d3-82f2-b81c-a38c-660cc952caee-e5cfa24a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_81066847-388a-aeec-2327-31857d97ddb9-e5cfa28b {
    grid-column: 2 / 3;
  }

  #w-node-_81066847-388a-aeec-2327-31857d97ddbb-e5cfa28b {
    grid-column: 1 / 2;
  }

  #w-node-_81066847-388a-aeec-2327-31857d97ddbe-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddc4-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddcb-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddd2-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddd8-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97ddde-e5cfa28b, #w-node-_81066847-388a-aeec-2327-31857d97dde4-e5cfa28b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b2d34f02-3d40-51ac-61b1-05fceb4e9b5e-e5cfa28b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bf043e6-361d-627c-4973-0c97f889c98e-a23c9530 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_2bf043e6-361d-627c-4973-0c97f889c98f-a23c9530, #w-node-_027aa522-eb40-3c38-f0cb-2f4db51f4d30-a23c9530 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_2bf043e6-361d-627c-4973-0c97f889c98e-32d252d0 {
    grid-template-rows: auto;
    grid-template-columns: .5fr .75fr;
  }

  #w-node-_2bf043e6-361d-627c-4973-0c97f889c98f-32d252d0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Reey';
  src: url('../fonts/Reey-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}