:root {
  --black: #000;
  --orange: #ff7300;
  --waves-library--dark-elevation: #ffd7af;
  --white: white;
  --dim-grey: #6b6b6b;
  --deep-pink: #e50101;
  --headers: 72px;
  --header-mobile: 45px;
  --white-text: #c5c5c5;
  --whitetextonred: #ecd3d3;
  --waves-library--white: white;
  --waves-library--black: #131313;
  --663399: #602bb6;
  --blue-violet: #6e2ed8;
  --medium-slate-blue: #955df1;
}

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

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

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

.w-layout-vflex {
  flex-direction: column;
  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: #333;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 8vh;
  font-weight: 700;
  line-height: 10vh;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat Alternates, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  color: #6b6b6b;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
}

h4 {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: #6b6b6b;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #000;
  text-decoration: underline;
}

.about-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.about-section.center {
  background-color: #cf0063;
  background-image: linear-gradient(135deg, #ff000d, #ca0005 64%, #8a0000);
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: relative;
}

.about-section.column {
  justify-content: space-between;
  height: auto;
  padding: 15vh 10vw;
  display: flex;
}

.about-section.column.devices {
  flex-direction: column;
  align-items: center;
  height: auto;
}

.about-section.column.faq {
  background-color: #000;
  flex-direction: column;
  align-items: center;
  height: auto;
}

.about-section.cta {
  background-color: #40089c;
  justify-content: space-between;
  align-items: center;
  height: 60vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.about-section.full-img {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.about-section.wide {
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10vh;
  display: flex;
}

.about-section.wide.img {
  padding-top: 10vh;
  padding-bottom: 0;
}

.about-section.wide.purple {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(135deg, #fc0a7e, #602bb6);
  background-position: 50%, 0 0;
  background-size: cover, auto;
  padding-top: 15vh;
  padding-bottom: 15vh;
}

.about-section.grid-imgs {
  flex-wrap: wrap;
  justify-content: flex-start;
  height: 50vh;
  display: flex;
}

.col {
  border: 1px #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 0;
  display: flex;
}

.col.sideimg {
  flex: 0 auto;
  width: 25vw;
}

.col.padding {
  border-style: none;
  flex: 1;
  max-width: 50%;
  padding-left: 9vw;
  padding-right: 9vw;
}

.col.bg {
  border-style: none;
  align-items: flex-start;
  overflow: hidden;
}

.col.vertical {
  flex-direction: column;
}

.col.team {
  flex-basis: 33%;
}

.col.img {
  justify-content: center;
}

.hero {
  z-index: 999;
  background-color: #00000008;
  border: 1px #000;
  width: 100%;
  height: auto;
  padding: 0 0 0 5vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: flex;
}

.nav-inner {
  border-bottom: 1px #ffffff1a;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body {
  background-color: #fdfdfd;
  font-family: Libre Franklin, sans-serif;
}

.heading {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 10vh;
  font-weight: 500;
  line-height: 9vh;
}

.div-block-2 {
  z-index: 80;
  flex-direction: column;
  align-items: flex-start;
  width: 80vw;
  display: flex;
  position: relative;
}

.image {
  height: 40px;
  margin-bottom: 20px;
}

.feature-content {
  border: 1px #000;
  flex: none;
  width: 50vw;
  max-width: 450px;
  padding-left: 4vw;
  padding-right: 0;
}

.feature-content.mid {
  width: 40vw;
  max-width: 500px;
}

.feature-content.icons {
  text-align: center;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 33.33%;
  max-width: none;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.feature-content.icons.numbers {
  width: 25%;
}

.heading-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 400;
}

.button {
  background-color: var(--orange);
  color: #fff;
  text-align: center;
  border-radius: 13px;
  margin-bottom: 20px;
  margin-right: 0;
  padding: 20px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: background-color .5s cubic-bezier(.789, .159, .25, 1), color .2s cubic-bezier(.789, .159, .25, 1);
  display: inline-block;
}

.button:hover {
  color: #6b6b6b;
  background-color: #fff;
}

.button.outline {
  color: #5a5a5a;
  background-color: #0000;
  border: 1px solid #6e6e6e;
  margin-left: 10px;
}

.button.contact {
  background-color: #0000;
  margin-left: 10px;
  box-shadow: inset 0 0 0 2px #fff3;
}

.button.contact:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.button.top {
  margin-left: 30px;
  padding: 20px 35px;
  font-size: 16px;
}

.button.form-button {
  background-color: var(--waves-library--dark-elevation);
  color: var(--white);
  text-shadow: 2px 2px 2px var(--dim-grey);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 66px;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1), cubic-bezier(.215, .61, .355, 1);
}

.button.form-button:hover {
  color: #fff;
  background-color: #000;
}

.h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 44px;
  font-weight: 300;
  line-height: 56px;
}

.p {
  color: #6b6b6b;
  font-size: 16px;
  line-height: 30px;
}

.p.list {
  margin-bottom: 0;
}

.div-block-3 {
  background-image: url('../images/richard-01.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100vw;
  height: 8600px;
}

.div-block-3._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
}

.div-block-3._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 100vw;
  height: 6000px;
}

.div-block-4 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  max-width: 440px;
  display: flex;
}

.div-block-4.left {
  align-items: flex-start;
  margin-bottom: 30px;
}

.img-device {
  height: auto;
  max-height: 450px;
}

.h3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.paragraph {
  color: #6b6b6b;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
}

.div-block-5 {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 60px;
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.wrapper.welcome {
  z-index: 90;
  align-items: flex-start;
  width: 100vw;
  position: relative;
}

.wrap {
  text-align: center;
  max-width: 700px;
  padding-top: 0;
  padding-bottom: 40px;
  font-style: normal;
  text-decoration: none;
}

.title {
  color: #a8a8a8;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px #2e2e2e;
  padding-bottom: 5px;
  font-size: 12px;
  display: inline-block;
}

.title.white {
  color: #fff9;
  border-bottom-color: #fff6;
}

.image-2 {
  object-fit: fill;
  border-radius: 15px;
  flex: none;
  overflow: clip;
}

.div-block-6 {
  align-items: center;
  display: flex;
}

.div-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 100px;
  display: flex;
}

.div-block-7.team {
  flex-wrap: wrap;
  justify-content: center;
}

.div-block-8 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: auto;
  height: 150px;
  display: flex;
}

.button-wrap {
  justify-content: center;
  width: auto;
  margin-top: 5vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  padding: 10px 30px 30px 0;
}

.thumb-food {
  background-color: #c6ced3;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.thumb-food._01 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
}

.thumb-food._02 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.thumb-food._03 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
}

.text-block {
  color: #fff;
}

.h4 {
  color: #fff;
  margin-bottom: 10px;
}

.h4.faq {
  margin-top: 20px;
  margin-bottom: 10px;
}

.nav-menu-wrap {
  display: block;
}

.nav-link {
  color: #fff;
  text-shadow: 2px 2px 1px #000000ba;
  flex: 0 auto;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
}

.nav-link:hover {
  box-shadow: inset 0 -5px 0 0 var(--deep-pink);
  color: #fff;
}

.nav-menu {
  height: auto;
}

.div-block-11 {
  background-color: #acb1b4;
  border-radius: 20px;
  width: 100%;
  height: 300px;
}

.ico {
  height: 35px;
  margin-right: 20px;
}

.div-block-12 {
  margin-top: 50px;
}

._w-icon {
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 80px;
  margin-right: 20px;
  display: flex;
}

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

.field-newsletter {
  color: #fff;
  background-color: #300479;
  border: 1px solid #300479;
  border-radius: 10px;
  width: 340px;
  height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

._w-img {
  flex: 1;
  overflow: hidden;
}

.image-4 {
  width: 100%;
  display: block;
}

.icon {
  height: 25px;
}

.nav-list {
  justify-content: space-between;
  margin-right: 30px;
  display: flex;
}

.hero-image {
  aspect-ratio: auto;
  align-self: auto;
  height: 85vh;
  max-height: 960px;
  margin: 28px auto 0;
  padding: 20px;
  position: absolute;
  bottom: 0;
  right: 3vw;
}

.light-blue {
  color: #9b68f0;
}

.black-text {
  color: #000;
}

.hero-content {
  z-index: 90;
  object-fit: fill;
  flex: 1;
  width: 100%;
  padding-left: 10vw;
  padding-right: 10vh;
  position: relative;
}

.feature-wrap {
  border: 1px #000;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 90vw;
  margin-top: 10vh;
  margin-bottom: 10vh;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.feature-wrap.reverse {
  flex-flow: row-reverse;
}

.feature-wrap.logos {
  border-style: none;
  height: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: none;
}

.feature-wrap.icons {
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}

.feature-image {
  border: 1px #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 150px;
  display: flex;
  overflow: auto;
}

.black {
  color: #000;
}

.hero-subhead {
  color: #fff;
  font-size: 30px;
  line-height: 44px;
}

.bottom-image-wrap {
  max-width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.black-bar {
  background-color: #2a2326;
  width: 100vw;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-icon {
  height: 35px;
  margin-bottom: 30px;
}

.purple {
  color: #b32e6e;
}

.footer {
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.footer-link {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-list {
  padding-top: 29px;
  padding-bottom: 29px;
}

.text-block-2 {
  color: #ffffff4d;
  font-size: 12px;
}

.form-2 {
  margin-top: 40px;
  display: flex;
}

.input {
  clear: none;
  color: #000;
  background-color: #fff;
  border-style: none;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  flex: 0 auto;
  max-width: 100%;
  height: 66px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 0;
  transition: box-shadow .3s cubic-bezier(.215, .61, .355, 1);
  overflow: auto;
  box-shadow: inset 0 0 #fc0a7e;
}

.input:hover, .input:focus {
  box-shadow: inset 0 0 0 2px #fc0a7e;
}

.input::placeholder {
  color: #555;
}

.arrow {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

.quote-slider {
  background-color: #0000;
  width: 90vw;
  height: 60vh;
  margin-top: 10vh;
  display: none;
}

.slider-arrow {
  color: #d6d6d6;
}

.quote-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

.quote-dash {
  background-color: #d3d3d3;
  flex: none;
  width: 30px;
  height: 1px;
  margin-bottom: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.quote-icon {
  margin-bottom: 45px;
}

.slide-nav {
  font-size: 7px;
}

.number {
  font-size: 60px;
  line-height: 90px;
}

.menu-icon {
  color: var(--white);
  font-size: 40px;
}

.float {
  border: 4px solid #09a4ec;
  width: 40vw;
  height: 50vh;
  position: relative;
  top: 200px;
  left: 567px;
}

.nav-logo-wrap {
  flex: none;
}

.menu-button, .menu-button.w--open {
  display: block;
}

.nav-menu-2 {
  background-color: var(--black);
  width: 30vw;
  display: block;
  position: absolute;
  inset: 120px 0% auto auto;
}

.image-licensing {
  background-color: #0000000d;
  border: 1px solid #0000001a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
  line-height: 24px;
}

.image-licensing-wrap {
  flex: 1;
  max-width: 600px;
}

.heading-3 {
  font-family: Montserrat Alternates, sans-serif;
  font-size: var(--headers);
  text-align: center;
  object-fit: fill;
  margin-top: 27px;
  margin-bottom: 0;
  line-height: 72px;
}

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

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

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

.text-block-3 {
  font-family: Montserrat Alternates, sans-serif;
  font-size: var(--headers);
  font-weight: 700;
  line-height: 60px;
}

.text-block-3.logotext {
  margin-top: 10px;
  display: none;
}

.slider {
  width: 100%;
  height: calc(100vh - 220px);
  position: relative;
  left: auto;
  right: auto;
}

.image-5 {
  object-fit: cover;
  width: 100vw;
  min-width: auto;
  max-width: none;
  height: calc(100vh - 180px);
  overflow: hidden;
}

.slide-nav-2 {
  display: none;
}

.column-2 {
  margin-bottom: 40px;
}

.image-6 {
  border-radius: 14px;
}

.section-2 {
  color: #777;
  font-family: Libre Franklin, sans-serif;
}

.image-7 {
  background-color: #0000;
  border-radius: 15%;
  width: 150px;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: 0 2px 5px #00000005;
}

.banner {
  background-color: var(--orange);
  padding: 9px;
  display: none;
}

.textwrapper {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
}

.bannerwrapper {
  z-index: 9999;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

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

.acceptcookies {
  text-align: center;
  width: 110px;
  min-width: 120px;
}

.declinecookies {
  text-align: center;
  width: 120px;
  min-width: 120px;
}

.flex-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.div-block-13 {
  display: block;
}

.flex-block-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.flex-block-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
}

.heading-4 {
  color: #b61111;
  padding-left: 41px;
  font-size: 4vh;
  line-height: 7vh;
}

.pricing-comparison {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.waves---heading-3-no-margins {
  color: #333;
  text-align: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-32 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-16 {
  margin-bottom: 16px;
}

.waves-tile-features-6 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-6 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big {
  color: var(--white-text);
  text-align: center;
  padding-left: 10px;
  font-size: 14px;
  line-height: 130%;
}

.waves---paragraph-big.whiteonred {
  color: var(--whitetextonred);
  font-size: 16px;
}

.waves---limit-510 {
  max-width: 510px;
}

.waves---heading-2-no-margins {
  color: var(--white);
  text-align: center;
  -webkit-hyphens: auto;
  hyphens: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---center-heading {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---main-container {
  max-width: 1352px;
  padding: 0 24px;
  position: relative;
}

.waves---main-container.waves---section-medium {
  max-width: none;
  padding-top: 0;
}

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

.section-3 {
  background-color: var(--deep-pink);
  background-image: linear-gradient(100deg, var(--deep-pink), #b10000 93%);
  padding-top: 10vh;
}

.image-9 {
  opacity: .85;
}

.sellpoints-icon {
  opacity: .9;
  width: 65px;
  height: 65px;
}

.paragraph-3, .paragraph-4 {
  font-size: 14px;
  line-height: 22px;
}

.flex-block-7 {
  position: static;
}

.list-2 {
  position: absolute;
}

.div-block-14 {
  object-fit: fill;
  max-width: 30vw;
  margin-top: 43px;
  margin-left: 63px;
  position: absolute;
}

.text-block-4 {
  color: var(--white-text);
  line-height: 22px;
}

.div-block-15 {
  margin-top: 24px;
  margin-right: 112px;
}

.text-block-5 {
  color: var(--white-text);
  line-height: 22px;
}

.flexboxmobile1 {
  display: none;
}

.waves---paragraph-small {
  font-size: 16px;
  line-height: 130%;
}

.waves---check-icon {
  width: 24px;
  height: 24px;
}

.waves---single-check-item {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.waves---master-checks-vertical {
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.waves---mg-top-16 {
  margin-top: 16px;
}

.waves---content-image-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 540px;
  display: flex;
}

.waves-image-features-4 {
  border-radius: 24px;
  width: 52%;
}

.waves---grid-image-halves {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  max-width: 1352px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.waves---section-medium-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium-copy {
  background-image: linear-gradient(103deg, var(--deep-pink), var(--deep-pink) 58%, #8a0000);
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---grid-image-halves-copy {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-bottom: 0;
}

.waves---heading-2-no-margins-copy {
  color: var(--white);
  margin: 0 auto;
  font-size: 48px;
  line-height: 130%;
}

.section-4 {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 0;
}

.section-5 {
  display: none;
}

.image-10 {
  margin-top: 40px;
}

.container-2 {
  background-color: #a8a8a8;
  border-radius: 14px;
  margin-top: 26px;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.image-11, .image-12 {
  max-width: 300px;
}

.flex-block-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #e2dfdf;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}

.image-13 {
  align-self: center;
  width: 245px;
  max-width: 120%;
}

.image-14 {
  align-self: center;
  max-width: 120%;
  padding: 30px;
}

.flex-block-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 22px;
  margin-right: 22px;
}

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

.flex-block-10 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 19px;
}

.waves-image-features-4-copy {
  border-radius: 24px;
  width: 100%;
}

.paragraph-5 {
  color: #c5c5c5;
  -webkit-text-stroke-color: var(--white-text);
}

.footer-link-copy {
  color: #6b6b6b;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link-copy:hover {
  color: #fff;
}

.waves---paragraph-big-copy {
  font-size: 14px;
  line-height: 130%;
}

.waves---grid-image-halves-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: grid;
}

.textblockonred {
  color: var(--whitetextonred);
}

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

.navbar-no-shadow {
  width: 100%;
  margin-right: 40px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.container-regular {
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.nav-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  right: 0;
}

.nav-link-2 {
  color: var(--white);
  letter-spacing: .25px;
  -webkit-text-stroke-color: var(--white-text);
  text-shadow: 1px 2px 2px var(--black);
  border-bottom: 2px solid #0000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  border-bottom: 2px solid var(--deep-pink);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.waves---cta-white {
  background-color: var(--waves-library--white);
  color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.waves---cta-white.wide-cta {
  min-width: 200px;
}

.waves---mg-top-17 {
  margin-top: 16px;
}

.waves---subtitle {
  font-size: 24px;
  line-height: 40px;
}

.waves---limit-480 {
  width: 100%;
  max-width: 480px;
}

.waves---mega-heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 100px;
  line-height: 115%;
}

.waves-title-wrap-hero-5 {
  z-index: 1;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.waves---main-container-2 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-gradient-hero-5 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  position: absolute;
  inset: 0%;
}

.waves-section-hero-5 {
  color: var(--waves-library--white);
  background-image: url('../images/Wide-Image_1Wide Image.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 340px;
  padding-bottom: 88px;
  position: relative;
}

.waves---heading-3-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves-icon-33 {
  width: 32px;
  height: 32px;
}

.waves---mg-bottom-17 {
  margin-bottom: 16px;
}

.waves-tile-feature-1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 32px;
  display: flex;
}

.waves-grid-features-1 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.waves---cta-dark {
  background-color: var(--waves-library--black);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.waves---cta-dark:hover {
  background-color: #131313e6;
}

.waves---heading-2-no-margins-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 130%;
}

.waves---sides-heading-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-100 {
  margin-bottom: 100px;
}

.waves---section-medium-3 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---mg-bottom-101 {
  margin-bottom: 16px;
}

.waves-tile-feature-5 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.waves---grid-features-5 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---paragraph-big-2 {
  font-size: 20px;
  line-height: 130%;
}

.waves---limit-511 {
  max-width: 510px;
}

.waves---center-heading-2 {
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---mg-bottom-102 {
  margin-bottom: 16px;
}

.waves-tile-features-7 {
  grid-row-gap: 16px;
  background-color: var(--waves-library--dark-elevation);
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 36px 32px;
  display: flex;
}

.waves---grid-features-7 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.waves---limit-512 {
  max-width: 510px;
}

.waves---expand-line {
  background-color: var(--waves-library--black);
  width: 16px;
  height: 2px;
}

.waves---expand-line.vertical {
  width: 2px;
  height: 16px;
  position: absolute;
}

.waves---expand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.waves-expanded-text {
  margin-bottom: 0;
  font-size: 16px;
}

.waves---expand-space {
  height: 24px;
}

.waves---expandable-open {
  transform-origin: 50% 0;
}

.waves---paragraph-regular {
  font-size: 18px;
  line-height: 130%;
}

.waves---expandable-content {
  width: 100%;
  height: auto;
  margin-right: 24px;
}

.waves---expandable-item {
  border-top: 1px solid var(--waves-library--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.waves---expandable-wrap {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.waves-expandable-master-faq-1 {
  max-width: 545px;
}

.waves-left-faq-1 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.waves-grid-faq-1 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
}

.pricing-comparison-2 {
  background-color: var(--deep-pink);
  border-bottom: 1px solid #e4ebf3;
  padding: 100px 30px 80px;
  position: relative;
}

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

.pricing-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 40px;
  display: grid;
}

.pricing-card-2 {
  background-color: var(--waves-library--dark-elevation);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #96a3b51f;
}

.pricing-card-2.featured-pricing {
  z-index: 2;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-image-2 {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-title-2 {
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.pricing-subtitle-2 {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price-2 {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular-2 {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular-2.margin-bottom-20 {
  margin-bottom: 20px;
}

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

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

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

.button-primary-3.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  box-shadow: inset 0 0 0 1px #1a1b1f;
}

.button-primary-3.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider-2 {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list-2 {
  align-self: stretch;
}

.pricing-feature-2 {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag-2 {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.text-block-6 {
  color: var(--whitetextonred);
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.container-5 {
  justify-content: center;
  align-items: center;
  padding: 20px 100px 30px;
  display: flex;
}

.text-block-6-copy {
  color: var(--white-text);
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.section-6 {
  background-color: var(--black);
}

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

.section-8 {
  padding-top: 40px;
  padding-left: 38px;
}

.tabs {
  max-width: 1400px;
  padding-left: 100px;
  padding-right: 140px;
}

.tab-pane-tab-1 {
  border: 1px solid var(--white-text);
  background-color: #fff;
  border-radius: 0;
  box-shadow: 5px 6px 2px 7px #242424e6;
}

.tabs-content {
  box-shadow: 3px 3px 5px #0003;
}

.container-6 {
  margin-top: 50px;
}

.bold-text {
  color: var(--black);
}

.tab-link-svenska {
  background-color: #0000;
  border-bottom: 3px solid #0000;
}

.tab-link-svenska.w--current {
  border-bottom-color: var(--black);
  background-color: #0000;
}

.tab-link-english {
  background-color: #0000;
  border: 3px #000;
}

.tab-link-english.w--current {
  background-color: #0000;
  border: 0 solid #0000;
  border-bottom: 3px solid #000;
}

.tab-pane-english {
  border: 1px solid var(--white-text);
}

.section-9 {
  height: 100px;
}

.heading-7, .heading-8 {
  color: #000;
}

.container-7 {
  text-align: center;
  height: 100vh;
  padding-top: 20vh;
  position: relative;
}

.body-2 {
  background-color: var(--black);
}

.div-block-16 {
  position: relative;
}

.flex-block-11 {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: auto;
}

.text-block-7 {
  color: var(--waves-library--dark-elevation);
}

.div-block-17 {
  border: 3px solid var(--663399);
  box-shadow: 4px 4px 8px 1px var(--dim-grey);
  border-radius: 20px;
  margin: 20px 20%;
  padding: 41px;
}

.button-2 {
  background-color: var(--orange);
  border-radius: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.flex-block-12 {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  align-items: flex-start;
  margin-top: auto;
  padding: 16px;
}

.image-16 {
  padding: 34px;
}

.locale {
  text-decoration: none;
}

.link-3 {
  padding-left: 12px;
  text-decoration: none;
}

.link-3.w--current {
  padding: 0 0 0 12px;
}

.dropdown-list {
  background-color: var(--waves-library--black);
}

.dropdown-list.w--open {
  background-color: var(--waves-library--dark-elevation);
  border-radius: 6px;
  padding: 8px;
}

.dropdown-toggle {
  padding: 0 27px 0 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }

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

  .about-section.center {
    flex-direction: column;
    height: auto;
  }

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

  .nav, .nav-inner {
    width: 100vw;
  }

  .button {
    margin-top: 10px;
    font-size: 12px;
  }

  .nav-link {
    padding-top: 20px;
  }

  .nav-link:hover {
    box-shadow: none;
  }

  .nav-menu {
    position: absolute;
  }

  .hero-image {
    width: 70%;
    height: auto;
    margin-bottom: 7vw;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    inset: auto 0 0;
  }

  .hero-content {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 11px;
    line-height: 20px;
  }

  .feature-wrap {
    margin-top: 5vh;
    margin-bottom: 5vh;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-wrap.logos {
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .hero-subhead {
    font-size: 24px;
    line-height: 31px;
  }

  .bottom-image-wrap {
    background-image: none;
    height: auto;
  }

  .feature-icon {
    flex: none;
  }

  .quote-slider {
    width: 100vw;
    height: auto;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-wrap {
    width: 70vw;
  }

  .menu-icon {
    color: #fff;
    font-size: 40px;
  }

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

  .nav-menu-2 {
    background-color: #000;
    min-width: 240px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .brand {
    padding-left: 18px;
  }

  .heading-3 {
    font-size: 6vw;
    line-height: 6vh;
  }

  .slider {
    flex: 1;
    top: auto;
  }

  .container {
    max-width: 728px;
  }

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

  .pricing-card {
    width: 350px;
  }

  .waves---grid-features-6 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-7 {
    margin-bottom: 0;
    padding-bottom: 40px;
    display: none;
  }

  .div-block-14 {
    margin-top: 0;
  }

  .div-block-15 {
    margin-right: -321px;
  }

  .flexboxmobile1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: flex;
  }

  .waves---content-image-halves {
    text-align: center;
    align-items: center;
  }

  .waves-image-features-4 {
    max-width: 470px;
  }

  .waves---grid-image-halves, .waves---grid-image-halves-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-10 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
  }

  .waves-image-features-4-copy {
    max-width: 470px;
  }

  .waves---grid-image-halves-copy-copy {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

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

  .nav-menu-3 {
    background-color: var(--orange);
    text-align: right;
    flex-flow: column wrap;
    place-content: flex-end space-around;
    align-items: flex-end;
    padding: 20px 20px 30px 0;
    display: flex;
  }

  .nav-link-2 {
    text-shadow: none;
    padding: 10px 5px;
    display: inline-block;
  }

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

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

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

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

  .icon-2 {
    color: var(--white);
    font-size: 38px;
  }

  .waves---mega-heading-1 {
    font-size: 72px;
    line-height: 110%;
  }

  .waves-section-hero-5 {
    padding-top: 240px;
  }

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

  .waves---sides-heading-button {
    grid-row-gap: 32px;
    text-align: center;
    flex-direction: column;
  }

  .waves---grid-features-5, .waves---grid-features-7 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
  }

  .waves-left-faq-1 {
    text-align: center;
    align-items: center;
  }

  .waves-grid-faq-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

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

  .pricing-wrapper-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card-2 {
    width: 350px;
  }

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

  .image-15 {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .about-section.center {
    height: 100vh;
    padding-bottom: 0;
  }

  .feature-content.icons {
    text-align: left;
    align-items: flex-start;
    width: auto;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content.icons.numbers {
    flex: none;
    align-items: center;
    width: 50%;
  }

  .button {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .button.form-button {
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
  }

  .wrap {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 15vw;
    padding-right: 15vw;
    display: flex;
  }

  .hero-image {
    margin-bottom: 10vw;
  }

  .hero-content {
    flex: 0 auto;
  }

  .feature-wrap {
    flex-direction: row;
  }

  .feature-wrap.icons {
    flex-flow: wrap;
    display: block;
  }

  .feature-wrap.icons.numbers {
    display: flex;
  }

  .hero-subhead {
    font-size: 21px;
    line-height: 31px;
  }

  .footer-link {
    margin-bottom: 10px;
    display: inline-block;
  }

  .form-2 {
    flex-direction: column;
  }

  .input {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0;
    padding-left: 22px;
    padding-right: 22px;
  }

  .quote-attribution {
    flex-direction: row;
    align-items: center;
  }

  .menu-icon {
    font-size: 30px;
  }

  .form-block {
    width: 100%;
  }

  .slider {
    object-fit: fill;
    flex: 1;
    height: auto;
  }

  .image-5 {
    height: 100%;
  }

  .column-2 {
    margin-bottom: 0;
    line-height: 16px;
  }

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

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .waves---heading-2-no-margins {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 44px;
    line-height: 125%;
  }

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

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .section-3 {
    padding-top: 5vh;
  }

  .div-block-14 {
    max-width: 40vw;
    margin: 0 0 40px 12px;
  }

  .flexboxmobile1 {
    margin-bottom: 0;
  }

  .waves---section-medium-2, .waves---section-medium-copy {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins-copy {
    font-size: 44px;
    line-height: 125%;
  }

  .flex-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .footer-link-copy {
    margin-bottom: 10px;
    display: inline-block;
  }

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

  .nav-menu-3 {
    background-color: var(--orange);
    flex-flow: column wrap;
    align-content: flex-end;
    padding: 20px 20px 30px 0;
  }

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

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

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

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

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

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

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

  .waves---subtitle {
    font-size: 22px;
    line-height: 34px;
  }

  .waves---mega-heading-1 {
    font-size: 56px;
  }

  .waves-title-wrap-hero-5 {
    text-align: center;
    align-items: center;
  }

  .waves---main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-section-hero-5 {
    padding-top: 160px;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 44px;
    line-height: 125%;
  }

  .waves---section-medium-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pricing-comparison-2 {
    padding: 60px 15px;
  }

  .pricing-wrapper-2 {
    justify-items: stretch;
  }

  .pricing-card-2 {
    width: auto;
  }

  .pricing-title-2 {
    font-size: 34px;
    line-height: 42px;
  }
}

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

  h3 {
    font-size: 16px;
  }

  .about-section.center {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .about-section.wide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-section.wide.img {
    background-color: var(--black);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    padding-top: 5vh;
  }

  .about-section.wide.section-3 {
    padding-top: 5vh;
  }

  .hero {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .nav-inner {
    width: 100vw;
  }

  .feature-content {
    width: auto;
  }

  .feature-content.icons.numbers {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .button.contact {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .image-2 {
    width: 100%;
  }

  .button-wrap {
    flex-direction: column;
    width: 90vw;
  }

  .hero-image {
    width: 80%;
  }

  .hero-content {
    box-sizing: border-box;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-height: 40%;
  }

  .feature-wrap, .feature-wrap.reverse {
    flex-direction: column;
  }

  .feature-image {
    width: auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .hero-subhead {
    text-align: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-right: 21px;
  }

  .feature-icon {
    margin-bottom: 20px;
  }

  .footer {
    padding-top: 5vh;
  }

  .form-2 {
    flex-direction: column;
    width: 90vw;
  }

  .quote-slider {
    width: 100vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .slider-arrow {
    font-size: 24px;
  }

  .left-arrow, .right-arrow {
    width: 15vw;
  }

  .number {
    font-size: 40px;
  }

  .heading-3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .text-block-3 {
    font-size: var(--header-mobile);
    line-height: 20px;
  }

  .slider {
    flex: 1;
    display: block;
  }

  .image-5 {
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
  }

  .slide-nav-2, .code-embed {
    display: none;
  }

  .banner {
    opacity: .92;
  }

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

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

  .flex-block-5 {
    flex-flow: wrap;
    order: 0;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .container {
    max-width: none;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves---grid-features-6 {
    margin-top: 40px;
  }

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

  .waves---heading-2-no-margins {
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
    transition: opacity .2s;
  }

  .waves---main-container {
    padding-top: 0;
  }

  .waves---section-medium {
    padding-top: 0;
    padding-bottom: 64px;
  }

  .section-3 {
    padding-top: 5vh;
  }

  .flex-block-7 {
    display: none;
  }

  .div-block-14 {
    text-align: center;
    flex-flow: column;
    max-width: none;
    margin-top: 0;
    margin-left: 10px;
    padding-bottom: 20px;
    display: flex;
    position: static;
  }

  .text-block-4 {
    align-self: auto;
  }

  .div-block-15 {
    margin-right: 0;
  }

  .flexboxmobile1 {
    display: block;
  }

  .waves---content-image-halves {
    align-items: stretch;
  }

  .waves-image-features-4 {
    width: 75%;
  }

  .waves---section-medium-2, .waves---section-medium-copy {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins-copy {
    font-size: 34px;
  }

  .section-4 {
    padding-top: 50px;
  }

  .section-4.section.wide {
    padding-top: 5vh;
  }

  .container-2 {
    padding-bottom: 39px;
  }

  .image-14 {
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .paragraph-5 {
    color: #b9b9b9;
  }

  .heading-5 {
    align-self: center;
  }

  .heading-6 {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu-3 {
    background-color: var(--orange);
    flex-direction: column;
    align-content: center;
    align-items: center;
    padding-top: 20px;
    padding-left: 20px;
  }

  .nav-link-2 {
    text-shadow: none;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .menu-button-2 {
    font-size: 14px;
  }

  .icon-2 {
    color: var(--white);
    font-size: 32px;
  }

  .waves---subtitle {
    font-size: 20px;
  }

  .waves---mega-heading-1 {
    font-size: 36px;
  }

  .waves-section-hero-5 {
    padding-bottom: 48px;
  }

  .waves---heading-3-no-margins-2 {
    font-size: 22px;
  }

  .waves-grid-features-1 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .waves---heading-2-no-margins-2 {
    font-size: 34px;
  }

  .waves---section-medium-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---expand-line {
    flex: none;
  }

  .waves---expand-line.vertical {
    transform-origin: 50%;
    flex: none;
  }

  .waves---expand-icon-wrap {
    flex: none;
  }

  .waves-expanded-text {
    font-size: 16px;
    line-height: 24px;
  }

  .waves---expandable-content {
    flex: 0 auto;
    max-width: none;
  }

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

  .section-6.section.wide {
    padding-top: 5vh;
  }

  .container-7 {
    text-align: center;
    padding-top: 13vh;
  }

  .div-block-17 {
    padding: 20px;
  }

  .button-2 {
    font-family: Libre Franklin, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .flex-block-12 {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    max-width: 40%;
  }
}

#w-node-_6b104048-3774-490f-844c-07f0e3d99aa7-01b66d50, #w-node-_6b104048-3774-490f-844c-07f0e3d99ac7-01b66d50, #w-node-_6b104048-3774-490f-844c-07f0e3d99aef-01b66d50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca7ee6f6-0cc4-1040-5449-30cf20e4419e-01b66d50 {
  place-self: end center;
}

#w-node-bb8d5926-b604-6b16-ba06-552928479775-01b66d50, #w-node-a265a3a6-542b-2c91-be32-1c3e7b8f3861-01b66d50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#\32 030.w-node-a265a3a6-542b-2c91-be32-1c3e7b8f3860-01b66d50 {
  place-self: end center;
}

#w-node-_1cd7131f-4fc7-2f9e-829c-44e5284a0006-01b66d50, #w-node-_8c5c3cc7-9dc1-d312-2b4c-b6ecefcbc5bb-01b66d50, #w-node-_1cd7131f-4fc7-2f9e-829c-44e5284a0026-01b66d50, #w-node-_1cd7131f-4fc7-2f9e-829c-44e5284a004e-01b66d50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


