.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: 'Anderson Grotesk', sans-serif;
  color: #1c1a1a;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 1.1;
  font-weight: 800;
  letter-spacing: -0.02em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 800;
}

h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 1.3;
  font-weight: 800;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 800;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

p {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.6;
}

a {
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #eba63f;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  text-decoration: none;
}

a:hover {
  color: #ffb38f;
}

li {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.65;
}

strong {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
}

em {
  font-size: 20px;
  line-height: 1.6;
  font-style: italic;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #1c1a1a;
  font-size: 18px;
  line-height: 1.65;
  font-style: italic;
}

.red-text-span {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/textBY.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.coral-bg {
  position: absolute;
  left: -10%;
  right: 0px;
  bottom: -10%;
  width: 150vw;
  height: 60%;
  background-color: #eba63f;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.subtitle {
  max-width: 650px;
  margin-bottom: 0px;
  font-size: 20px;
  text-align: center;
}

.hero-title {
  max-width: 800px;
  margin-top: 0px;
  font-family: 'Anderson Grotesk', sans-serif;
  color: #1c1a1a;
  font-size: 64px;
  line-height: 1.05;
  text-align: center;
}

.container {
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}

.large-image {
  margin-top: 0vh;
}

.section {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 12.5vh;
  padding-bottom: 12.5vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.section.hero {
  padding-top: 16vh;
  padding-bottom: 40vh;
}

.section.coral {
  width: 100%;
  background-color: #eba63f;
}

.section.coral.sticky-1 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-color: #eba63f;
}

.section.coral.sticky-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 3;
  height: 100vh;
  background-color: #eba63f;
  box-shadow: 0 -20px 60px 20px rgba(28, 26, 26, 0.1);
}

.section.coral.sticky-3 {
  position: relative;
  top: 0px;
  z-index: 3;
  height: 100vh;
  background-color: #eba63f;
  box-shadow: 0 -20px 60px 20px rgba(28, 26, 26, 0.1);
}

.section.footer {
  padding-bottom: 2.5vh;
  background-color: #212121;
}

.section.cta {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.section.privacy-terms {
  padding-top: 17.5vh;
}

.image-wrap {
  position: relative;
  z-index: 1;
}

.mobile-info-container {
  position: absolute;
  left: 67%;
  bottom: -16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.desktop-info-container {
  position: absolute;
  right: 68%;
  bottom: -6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mobile-title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.mobile-text {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.small-text-wrap {
  max-width: 240px;
  margin-top: 85px;
}

.small-text-wrap.right-margin {
  margin-right: 10px;
}

.small-text-wrap.left-margin {
  margin-left: 10px;
}

.featured-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 4fr 6fr;
  grid-template-columns: 4fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2-title-white {
  color: #fff;
  font-size: 48px;
}

.h2-title-white.centered {
  text-align: center;
}

.paragraph-white {
  margin-bottom: 0px;
  color: #fff;
}

.paragraph-white.centered {
  max-width: 650px;
  text-align: center;
}

.white-bg {
  position: absolute;
  left: -10%;
  right: 0px;
  bottom: -10%;
  width: 150vw;
  height: 60%;
  background-color: #fff;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
}

.h2-title-black {
  font-size: 48px;
}

.h2-title-black.centered {
  text-align: center;
}

.text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrap.bottom-margin {
  margin-bottom: 45px;
}

.paragraph-black {
  margin-bottom: 0px;
  color: #1c1a1a;
}

.paragraph-black.centered {
  max-width: 650px;
  text-align: center;
}

.paragraph-black.max-width {
  max-width: 450px;
  margin-bottom: 40px;
}

.features-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.all-caps-text {
  margin-bottom: 10px;
  color: #eba63f;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.all-caps-text.white {
  color: #fff;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
}

.tabs-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link.w--current {
  background-color: #eba63f;
  color: #f7f4e9;
}

.cta-container {
  display: -ms-grid;
  display: grid;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.1fr 1.2fr 1.1fr 1.4fr 1.2fr 1.2fr;
  grid-template-columns: 1.1fr 1.2fr 1.1fr 1.4fr 1.2fr 1.2fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.right-arrow {
  left: 60px;
  bottom: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #f3f3f3;
}

.testimonial-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 90%;
  height: auto;
  max-width: 1200px;
  border: 2px none #000;
  background-color: transparent;
}

.testimonial-name {
  margin-bottom: 25px;
  color: #1c1a1a;
  font-size: 32px;
  line-height: 1;
  font-weight: 800;
  text-align: center;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.testimonial-slide {
  width: 36vw;
  height: auto;
  margin-right: 30px;
  background-color: #ffb38f;
}

.testimonial-stars {
  margin-bottom: 15px;
  color: #1c1a1a;
  font-weight: 400;
}

.testimonial-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 40px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 2px none #000;
  background-color: #eba63f;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.mask {
  overflow: visible;
  width: 36vw;
  height: auto;
}

.left-arrow {
  left: 0px;
  bottom: -75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 40px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #f7f4e9;
  color: #0bbef2;
}

.testimonial-pic {
  margin-bottom: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.slider-arrow-icon {
  height: 16px;
}

.testimonial-card {
  width: 65%;
  min-width: 250px;
}

.testimonial-review {
  padding: 25px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #eba63f;
}

.testimonial-quote {
  color: #1c1a1a;
  font-size: 16px;
}

.slider-container {
  width: 90%;
  max-width: 1200px;
}

.footer-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.4);
}

.text-rights {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  text-decoration: none;
}

.footer-column-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-link-dark {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-dark:hover {
  color: #4e5283;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.footer-grid {
  width: 100%;
  -ms-grid-columns: 2fr 1fr 1fr 0.5fr;
  grid-template-columns: 2fr 1fr 1fr 0.5fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
}

.logo {
  width: 50px;
  margin-bottom: 20px;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-text {
  max-width: 250px;
  color: #fff;
  font-size: 14px;
}

.dark-slate-link-span {
  color: #eba63f;
  font-size: 16px;
  font-weight: 700;
}

.dark-slate-link-span:hover {
  color: #1c1a1a;
}

.button-container {
  display: -ms-grid;
  display: grid;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #1c1a1a;
  -webkit-transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
  transition: background-color 400ms cubic-bezier(.165, .84, .44, 1);
}

.button:hover {
  background-color: #eba63f;
}

.button.secondary {
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #000;
}

.button.secondary:hover {
  background-color: #4e5283;
}

.navbar {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 60px;
  max-width: 1140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-links-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  padding: 6px 12px;
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #1c1a1a;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: #eba63f;
}

.nav-link.w--current {
  display: none;
}

.logo-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-overlay {
  position: absolute;
  left: auto;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.changelog-text {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1.5;
}

.changelog-number-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4e9;
}

.changelog-number {
  color: #1c1a1a;
  font-size: 28px;
  line-height: 0.5;
  font-weight: 800;
}

.changelog-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.changelog-point {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.1;
  font-weight: 800;
}

.changelog-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.changelog-heading {
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 55px;
  line-height: 1.1;
}

.changelog-top-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #f7f4e9;
}

.link-span {
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #eba63f;
  font-weight: 700;
}

.link-span:hover {
  color: #ffb38f;
}

.colors-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.styleguide-color {
  width: 100%;
  padding-top: 100%;
}

.styleguide-color.titles {
  background-color: #1c1a1a;
}

.styleguide-color.white-bkg {
  background-color: #fff;
}

.styleguide-color.red-bkg {
  background-color: #eba63f;
}

.styleguide-color.cards {
  background-color: #ffb38f;
}

.styleguide-color.link {
  background-color: #eba63f;
}

.styleguide-color.link-on-hover {
  background-color: #ffb38f;
}

.styleguide-text {
  color: #1c1a1a;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 400;
}

.typography-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.typography-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f4e9;
}

.titles-style-guide {
  color: #1c1a1a;
  font-size: 60px;
  line-height: 1.5;
  font-weight: 600;
}

.titles-style-guide.text {
  font-weight: 400;
}

.grey-wrap {
  width: 100%;
  margin-bottom: 40px;
  padding: 20px;
  background-color: #f7f4e9;
}

.grey-wrap.last {
  margin-bottom: 0px;
}

._404-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._404-lottie {
  width: 80vh;
  margin-bottom: 45px;
}

._404-title {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.subheading {
  font-size: 20px;
  line-height: 1.65;
}

.subheading.centered {
  max-width: 675px;
  margin-bottom: 40px;
  text-align: center;
}

._404-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 175px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #eba63f;
  -webkit-transition: background-color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 400ms cubic-bezier(.77, 0, .175, 1);
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
}

._404-button:hover {
  background-color: #ffb38f;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.password-button {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background-color: #1c1a1a;
  -webkit-transition: background-color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: background-color 400ms cubic-bezier(.77, 0, .175, 1);
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.password-button:hover {
  background-color: #eba63f;
}

.password-input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #1c1a1a;
  font-size: 16px;
  line-height: 1.1;
  text-align: center;
}

.password-title {
  margin-bottom: 20px;
}

.rich-text {
  width: 100%;
  max-width: 675px;
}

.rich-text h1 {
  margin-top: 0px;
  margin-bottom: 40px;
}

.rich-text h2 {
  margin-bottom: 20px;
}

.rich-text h3 {
  margin-bottom: 20px;
}

.rich-text a {
  -webkit-transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  transition: color 400ms cubic-bezier(.77, 0, .175, 1);
  color: #eba63f;
}

.rich-text a:hover {
  color: #ffb38f;
}

.blue-text-span {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/textBB.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.red-text-span-large {
  display: inline-block;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url('../images/textBY.png');
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
}

.loading-animation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.animation-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.a {
  height: 50px;
  opacity: 0;
}

.b {
  height: 50px;
  opacity: 0;
}

.b-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c {
  width: 50px;
  opacity: 0;
}

.d {
  width: 50px;
  opacity: 0;
}

.check-text {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.feature-card-text {
  font-size: 16px;
  line-height: 1.6;
}

.feature-card-text.bottom-margin {
  margin-bottom: 40px;
}

.check-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-check {
  width: 16px;
  margin-right: 10px;
}

.features-card {
  padding: 35px;
  background-color: #f7f4e9;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.features-card-title {
  color: #1c1a1a;
  font-size: 18px;
  font-weight: 800;
}

.features-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.licensing-text {
  max-width: 550px;
  margin-bottom: 45px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.image {
  width: 100%;
}

.attention-bar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1c1a1a;
}

.attention-bar-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.new-text {
  margin-right: 15px;
  padding: 6px 12px;
  border-radius: 25px;
  background-color: #eba63f;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.attention-text {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.close-attention-bar {
  position: absolute;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  cursor: pointer;
}

.close-text {
  color: #1d1d1f;
  font-size: 16px;
  font-weight: 600;
}

.button-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #438945;
  border-radius: 1px;
  background-color: #438945;
  cursor: pointer;
}

.button-2:hover {
  color: #eba63f;
}

.button-3 {
  position: static;
  border-style: solid;
  border-width: 1px;
  border-color: #438945;
  border-radius: 1px;
  background-color: #fff;
  color: #438945;
  text-align: center;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.button-3:hover {
  background-color: #438945;
  color: #fff;
}

.pricing-comparison {
  position: relative;
  padding: 80px 30px;
  border-bottom: 1px solid #e4ebf3;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

.pricing-wrapper {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.12);
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px 0 rgba(150, 163, 181, 0.3);
}

.pricing-image {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

.button-primary {
  padding: 12px 25px;
  background-color: #1a1b1f;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.button-primary:hover {
  background-color: #32343a;
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.outline-button {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #1a1b1f;
  color: #1a1b1f;
}

.button-primary.outline-button:hover {
  background-color: #1a1b1f;
  color: #fff;
}

.pricing-divider {
  height: 1px;
  margin: 56px -24px 16px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-color: rgba(118, 135, 157, 0.1);
}

.pricing-feature-list {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.pricing-feature {
  margin-top: 16px;
  padding-left: 32px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  position: absolute;
  top: -19px;
  padding: 7px 16px;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 3px 10px 0 rgba(150, 163, 181, 0.2);
  color: #3a4554;
}

.text-span {
  text-align: center;
}

.text-span-2 {
  color: #eba63f;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 55px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  p {
    font-size: 18px;
  }

  a {
    font-size: 18px;
  }

  li {
    font-size: 18px;
  }

  strong {
    font-size: 18px;
  }

  em {
    font-size: 18px;
  }

  blockquote {
    font-size: 16px;
  }

  .subtitle {
    max-width: 550px;
    font-size: 18px;
  }

  .hero-title {
    font-size: 55px;
  }

  .container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .large-image {
    margin-top: 60px;
  }

  .section {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .section.hero {
    padding-top: 120px;
    padding-bottom: 30vh;
  }

  .section.privacy-terms {
    padding-top: 120px;
  }

  .desktop-info-container {
    bottom: -12%;
  }

  .mobile-title {
    font-size: 15px;
  }

  .mobile-text {
    font-size: 14px;
  }

  .featured-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 45px;
  }

  .h2-title-white {
    font-size: 42px;
  }

  .paragraph-white {
    font-size: 16px;
  }

  .paragraph-white.centered {
    max-width: 550px;
  }

  .h2-title-black {
    font-size: 42px;
  }

  .paragraph-black {
    font-size: 16px;
  }

  .paragraph-black.centered {
    max-width: 550px;
    font-size: 18px;
  }

  .paragraph-black.max-width {
    font-size: 18px;
  }

  .cta-container {
    grid-column-gap: 40px;
  }

  .testimonial-name {
    font-size: 28px;
  }

  .testimonial-slide {
    width: 45vw;
  }

  .mask {
    width: 45vw;
  }

  .slider-container {
    width: 100%;
    padding-left: 30px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-title {
    font-size: 16px;
  }

  .footer-arrow {
    width: 50px;
    height: 50px;
  }

  .logo {
    width: 45px;
  }

  .footer-column {
    padding-right: 20px;
  }

  .navbar {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .logo-wrap {
    width: 45px;
  }

  .changelog-text {
    margin-top: 15px;
    font-size: 18px;
  }

  .changelog-number-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .changelog-text-container {
    width: 635px;
  }

  .changelog-heading {
    font-size: 48px;
  }

  .colors-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  ._404-section {
    padding-right: 30px;
    padding-left: 30px;
  }

  ._404-lottie {
    margin-bottom: 30px;
  }

  .subheading {
    max-width: 600px;
    font-size: 18px;
    text-align: center;
  }

  .subheading.centered {
    max-width: 620px;
    margin-bottom: 30px;
  }

  .password-title {
    font-size: 48px;
  }

  .check-text {
    font-size: 15px;
  }

  .feature-icon {
    width: 30px;
    height: 30px;
  }

  .feature-card-text {
    font-size: 15px;
  }

  .feature-card-text.bottom-margin {
    margin-bottom: 20px;
  }

  .feature-check {
    width: 15px;
  }

  .features-card {
    padding: 30px 20px;
  }

  .features-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .features-card-title {
    font-size: 16px;
  }

  .attention-bar {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-wrapper {
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .pricing-card {
    width: 350px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  h6 {
    font-size: 14px;
  }

  p {
    font-size: 16px;
  }

  a {
    font-size: 16px;
  }

  li {
    font-size: 16px;
  }

  strong {
    font-size: 16px;
  }

  em {
    font-size: 16px;
  }

  blockquote {
    font-size: 15px;
  }

  .hero-title {
    font-size: 48px;
  }

  .large-image {
    margin-top: 45px;
  }

  .section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.hero {
    padding-bottom: 175px;
  }

  .mobile-info-container {
    left: 12%;
  }

  .desktop-info-container {
    right: 12%;
    bottom: -15%;
  }

  .small-text-wrap.right-margin {
    max-width: 175px;
    margin-right: 0px;
  }

  .featured-grid {
    grid-column-gap: 40px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .h2-title-white {
    font-size: 36px;
  }

  .paragraph-white {
    font-size: 15px;
  }

  .h2-title-black.centered {
    font-size: 36px;
  }

  .paragraph-black {
    font-size: 15px;
  }

  .paragraph-black.centered {
    font-size: 15px;
  }

  .all-caps-text {
    margin-bottom: 7px;
    font-size: 14px;
  }

  .tab-link {
    font-size: 14px;
  }

  .cta-container {
    -ms-grid-columns: 1.2fr 1fr 1.2fr 1.4fr;
    grid-template-columns: 1.2fr 1fr 1.2fr 1.4fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .right-arrow {
    left: 55px;
    bottom: -55px;
    width: 55px;
  }

  .testimonial-name {
    font-size: 24px;
  }

  .left-arrow {
    bottom: -55px;
    width: 55px;
  }

  .testimonial-card {
    min-width: 240px;
  }

  .testimonial-quote {
    font-size: 15px;
  }

  .footer-bottom {
    margin-top: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-rights {
    font-size: 15px;
  }

  .footer-column-right {
    padding-right: 0px;
  }

  .footer-link-dark {
    font-size: 15px;
  }

  .footer-title {
    font-size: 15px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .logo {
    margin-bottom: 20px;
  }

  .footer-column {
    padding-right: 0px;
  }

  .dark-slate-link-span {
    font-size: 15px;
  }

  .cta-image.hide-on-phone {
    display: none;
  }

  .changelog-text {
    font-size: 16px;
  }

  .changelog-number-wrap {
    width: 45px;
    height: 45px;
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .changelog-number {
    font-size: 24px;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-heading {
    font-size: 42px;
  }

  .changelog-top-line {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .styleguide-text {
    font-size: 16px;
  }

  .typography-square {
    width: 200px;
    height: 200px;
  }

  .titles-style-guide {
    font-size: 50px;
  }

  ._404-lottie {
    width: 60vh;
  }

  .subheading {
    max-width: 500px;
    font-size: 17px;
  }

  .utility-page-content {
    width: 320px;
  }

  .password-title {
    font-size: 42px;
  }

  .rich-text h1 {
    margin-bottom: 30px;
  }

  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .licensing-text {
    margin-bottom: 35px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 20px;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 15px;
  }

  a {
    font-size: 15px;
  }

  li {
    font-size: 15px;
  }

  strong {
    font-size: 15px;
  }

  em {
    font-size: 15px;
  }

  blockquote {
    font-size: 14px;
  }

  .coral-bg {
    height: 35%;
  }

  .subtitle {
    font-size: 15px;
  }

  .hero-title {
    font-size: 36px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.hero {
    padding-top: 105px;
    padding-bottom: 0px;
  }

  .section.privacy-terms {
    padding-top: 105px;
  }

  .mobile-info-container {
    display: none;
  }

  .desktop-info-container {
    display: none;
  }

  .featured-grid {
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .h2-title-white {
    font-size: 30px;
  }

  .white-bg {
    height: 35%;
  }

  .h2-title-black.centered {
    font-size: 30px;
  }

  .text-wrap.bottom-margin {
    margin-bottom: 45px;
  }

  .paragraph-black.max-width {
    width: 90%;
    font-size: 16px;
  }

  .tabs-menu {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-container {
    display: none;
  }

  .right-arrow {
    left: 45px;
    width: 45px;
  }

  .testimonial-slider {
    overflow: visible;
  }

  .testimonial-name {
    font-size: 21px;
  }

  .testimonial-slide {
    width: 100%;
  }

  .testimonial-wrap {
    border-right-style: none;
  }

  .mask {
    overflow: hidden;
    width: 100%;
  }

  .left-arrow {
    width: 45px;
  }

  .slider-container {
    padding-bottom: 45px;
    padding-left: 20px;
  }

  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .text-rights {
    margin-right: 0px;
    text-align: center;
  }

  .footer-column-right {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-wrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .button {
    width: 125px;
  }

  .navbar {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .nav-link {
    padding-right: 8px;
    padding-left: 8px;
    font-size: 13px;
  }

  .logo-wrap {
    width: 40px;
  }

  .changelog-text {
    margin-top: 10px;
    font-size: 14px;
  }

  .changelog-number-wrap {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .changelog-text-container {
    width: 100%;
  }

  .changelog-heading {
    font-size: 36px;
  }

  .typography-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .typography-square {
    width: 250px;
    height: 250px;
  }

  ._404-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._404-lottie {
    width: 35vh;
    margin-bottom: 20px;
  }

  ._404-title {
    margin-bottom: 15px;
  }

  .subheading {
    font-size: 16px;
  }

  .subheading.centered {
    margin-bottom: 20px;
  }

  .utility-page-content {
    width: 300px;
  }

  .password-button {
    font-size: 15px;
  }

  .password-input {
    font-size: 15px;
  }

  .password-title {
    font-size: 36px;
  }

  .rich-text h1 {
    margin-bottom: 20px;
  }

  .features-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
  }

  .container-2 {
    max-width: none;
  }
}

#w-node-ff30eb8d-b5a8-f903-5af3-c7f1b3738cd5-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_310e4038-bd16-b625-5b7c-9c15f5d706f7-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: auto;
  align-self: auto;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_8a79dbb2-2e21-9a90-026a-373a0621f2c1-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-be1c9bea-1992-4f3d-7410-79f4ef5c84e9-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_412375ea-e530-d66d-1f66-d2888d00baf4-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_7f4fe1b9-323f-c6c6-f6ad-77523b7fb035-f7e42a83 {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 2;
  grid-row-end: 4;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a30d7ea8-3774-4380-69a3-99ee31e856e2-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_79b13b51-7f23-dbfe-6f79-463c1ec075ea-f7e42a83 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_58a9da9b-c496-c590-9cdc-79615ee6d796-9ce42ac8 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-df31a6e2-4bea-a779-1261-ecb9537b5912-9ce42ac8 {
    -ms-grid-column-span: 1;
    grid-column-end: 3;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-cd5ab94e-483e-d2a2-cbe0-9a6393d21b6a-9ce42ac8 {
    -ms-grid-column-span: 1;
    grid-column-end: 4;
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7f4fe1b9-323f-c6c6-f6ad-77523b7fb035-f7e42a83 {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 1;
    grid-column-end: 3;
  }

  #w-node-_20e79eef-a6e3-2c9d-5c71-8deaab0ba7fa-ab0ba7f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7f4fe1b9-323f-c6c6-f6ad-77523b7fb035-f7e42a83 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-_20e79eef-a6e3-2c9d-5c71-8deaab0ba7fa-ab0ba7f7 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_20e79eef-a6e3-2c9d-5c71-8deaab0ba80c-ab0ba7f7 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Anderson Grotesk';
  src: url('../fonts/AndersonGrotesk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anderson Grotesk';
  src: url('../fonts/AndersonGrotesk-Ultrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anderson Grotesk';
  src: url('../fonts/AndersonGrotesk-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anderson Grotesk';
  src: url('../fonts/AndersonGrotesk-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Anderson Grotesk';
  src: url('../fonts/AndersonGrotesk-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}