@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Medium-Web.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Graphik;
  src: url('../fonts/Graphik-Regular-Web.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Martian grotesk Stdxbd;
  src: url('../fonts/MartianGrotesk-StdxBd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: black;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

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

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

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

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

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

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

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

a {
  text-decoration: none;
}

.cover {
  background-color: #faea40;
  margin-top: 0;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.cover.cover-features {
  padding-left: 0;
  padding-right: 0;
}

.image {
  outline-offset: 0px;
  border: 0 #fff;
  border-radius: 2px;
  outline: 0 #fff;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  box-shadow: 0 2px 5px #0003;
}

.super-title {
  z-index: 10;
  color: #080808;
  text-align: center;
  max-width: 1400px;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Martian grotesk Stdxbd, sans-serif;
  font-size: 75px;
  line-height: 90px;
  position: relative;
}

.super-title.st-page {
  padding-bottom: 40px;
}

.image-2 {
  width: 900px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: auto;
}

.logo-link {
  z-index: 100;
  border-radius: 0;
  height: 50px;
  position: absolute;
  inset: 40px auto auto 40px;
}

.text-block {
  z-index: 5;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 8px solid #fff;
  border-radius: 80px;
  width: 500px;
  margin-top: -57px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.section {
  height: 140px;
}

.yellow-gradient {
  z-index: 4;
  background-image: linear-gradient(#ffdf4100, #ffdf41);
  width: 100%;
  height: 130px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-title {
  z-index: 10;
  color: #000;
  text-align: center;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 100px;
  padding-right: 100px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: relative;
}

.footer {
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
}

.description {
  font-size: 23px;
  line-height: 32px;
}

.image-3 {
  width: 1000px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.body {
  text-align: center;
}

.pricing-text {
  color: #3339;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  line-height: 29px;
}

.div-block-3 {
  background-color: #0000000d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 760px;
  height: 330px;
  margin: 100px auto;
  display: flex;
}

.menu {
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 40px;
}

.menu-link {
  outline-offset: 0px;
  color: #333;
  border: 2px solid #faea40;
  border-radius: 1000px;
  outline: 3px #333;
  margin-left: 0;
  padding: 14px 15px;
  font-size: 20px;
  display: inline-block;
}

.menu-link:hover {
  color: #000;
}

.menu-link.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-link.menu-button {
  border-style: solid;
  border-color: #333;
  margin-top: 4px;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-link.menu-button:hover {
  color: #faea40;
  background-color: #faea40;
  background-image: linear-gradient(#333, #333);
}

.footer-link {
  color: #3333334a;
}

.footer-link:hover {
  color: #333c;
}

.image-4 {
  height: 60px;
  margin-bottom: 0;
}

.complex-button {
  z-index: 100;
  background-color: #fff;
  border-radius: 1000px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: -55px;
  padding: 8px;
  display: inline-block;
  position: relative;
}

.complex-button.cb-bottom {
  margin-top: 0;
}

.free-trial-button {
  background-color: #000;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  flex-direction: row;
  align-items: center;
  height: 100px;
  padding-left: 50px;
  padding-right: 39px;
  display: flex;
}

.free-trial-button:hover {
  background-color: #333;
}

.ftb-text {
  color: #fff;
  border: 1px #000;
  font-size: 35px;
  font-weight: 700;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.apple-button {
  background-color: #000;
  border-radius: 0 1000px 1000px 0;
  flex-direction: row;
  align-items: center;
  height: 100px;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.apple-button:hover {
  background-color: #333;
}

.bold-text {
  font-size: 48px;
}

.page-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
  display: block;
}

.pricing-block {
  background-color: #faf7f2;
  border: 4px solid #faf7f2;
  border-radius: 15px;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 30px;
}

.pricing-block.pb-solo {
  border-color: #ffdf41;
}

.pricing-title {
  color: #080808;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
}

.footer-text {
  color: #3333334a;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  line-height: 35px;
}

.pricing-money {
  color: #080808;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  line-height: 70px;
}

.pricing-mo {
  color: #08080880;
  font-size: 40px;
  line-height: 50px;
}

.pricing-feature {
  color: #000;
  margin-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

.text-page {
  text-align: left;
  font-size: 20px;
  line-height: 29px;
}

.footer-logo {
  margin-bottom: 30px;
}

.cb-wrapper {
  margin-top: 110px;
}

.annual-price {
  color: #0009;
  border-radius: 50px;
  margin-top: -50px;
  margin-bottom: 25px;
  padding: 6px 20px;
  font-size: 20px;
  line-height: 29px;
  display: inline-block;
}

.s-slide {
  border-radius: 15px;
  width: 100%;
  max-width: 900px;
  height: 500px;
  position: relative;
}

.slider {
  background-color: #f6f3ef;
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.slide-title {
  z-index: 10;
  color: #000;
  text-align: left;
  max-width: 550px;
  margin: 0 20px 0 0;
  padding: 40px 0 0 45px;
  font-family: Martian grotesk Stdxbd, sans-serif;
  font-size: 36px;
  line-height: 48px;
  position: relative;
}

.slide-title.st-page {
  padding-bottom: 40px;
}

.slide-title.s-white {
  color: #fff;
  max-width: 520px;
}

.bold-text-2 {
  font-size: 33px;
}

.slide-nav {
  margin-bottom: -50px;
}

.s-background-1 {
  background-image: url('../images/maranda-vandergriff-7aakZdIl4vg-unsplash.jpg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.s-gradient {
  background-image: linear-gradient(156deg, #000000cf 28%, #0000 66%);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.icon {
  margin-left: 10px;
  font-size: 20px;
}

.icon-2 {
  margin-right: 10px;
  font-size: 20px;
}

.feature-photo, .feature-photo-2 {
  width: 300px;
  position: absolute;
  top: 30px;
  right: 45px;
}

.div-block-4 {
  background-color: #5e3c3c;
  height: 150px;
}

.subtitle {
  color: #000;
  max-width: 1190px;
  margin: 41px auto 40px;
  font-size: 40px;
  line-height: 60px;
}

.featues {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 60px;
  display: grid;
}

.pricing-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.aims {
  margin-top: 80px;
}

.one-aim {
  color: #000;
  max-width: 800px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: Graphik, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
}

.aim-mark {
  background-color: #f9e752;
  padding-left: 9px;
  padding-right: 9px;
  display: inline-block;
}

.feature-hero {
  background-color: #f9e752;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  height: 720px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.feature-block-s {
  background-color: #f9f6f0;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 24px;
  display: flex;
  position: relative;
}

.feature-block-s.feature-block-bottom {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.f-hero-title {
  text-align: left;
  margin-top: 50px;
  padding-bottom: 100px;
  padding-left: 40px;
  font-family: Martian grotesk Stdxbd, sans-serif;
  font-size: 36px;
  line-height: 60px;
  position: sticky;
  top: 30px;
}

.f-card-s-title {
  text-align: left;
  margin-left: 0%;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Martian grotesk Stdxbd, sans-serif;
  font-size: 25px;
  line-height: 44px;
}

.f-card-s-title.f-card-title-right {
  margin-left: 50%;
}

.feature-block-m {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f9f6f0;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  height: 520px;
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
  position: relative;
}

.feature-block-m.feature-block-bottom {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.f-card-m-title {
  text-align: left;
  max-width: 50%;
  margin-left: 0%;
  padding-left: 40px;
  padding-right: 20px;
  font-family: Martian grotesk Stdxbd, sans-serif;
  font-size: 25px;
  line-height: 44px;
}

.f-card-m-title.f-card-title-right {
  margin-left: 50%;
  line-height: 44px;
}

.image-5 {
  opacity: .6;
  position: absolute;
  top: 100px;
  left: 40px;
}

.image-6 {
  opacity: .2;
  position: absolute;
  top: 40px;
  right: 60px;
}

.image-7 {
  opacity: .2;
  max-width: 100%;
  position: absolute;
  bottom: 60px;
  left: 120px;
}

.image-8 {
  opacity: .6;
  position: absolute;
  bottom: 60px;
  right: 100px;
}

.image-9 {
  position: absolute;
  bottom: 20px;
  right: 340px;
}

.image-10 {
  position: absolute;
  left: -40px;
}

.image-11 {
  position: absolute;
  top: -24px;
  left: 33%;
}

.image-12 {
  position: absolute;
  top: auto;
  bottom: 160px;
  right: -17px;
}

.image-13 {
  position: absolute;
  bottom: 40px;
  left: 17%;
  right: auto;
}

.image-14 {
  position: absolute;
  top: 20px;
  left: 15px;
}

.image-15 {
  position: absolute;
}

.image-16 {
  position: absolute;
  right: 48px;
}

.image-17 {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  position: static;
  top: auto;
  bottom: 0;
  left: 0;
}

.image-18 {
  margin-top: -40px;
  margin-bottom: 40px;
}

.image-19 {
  margin-bottom: -40px;
}

.f-image-33 {
  height: 100%;
}

.f-image-33.p-bottom-margin {
  margin-bottom: 50px;
}

.image-20 {
  margin-top: 5px;
}

.image-21 {
  position: absolute;
  top: 60px;
  left: 42%;
}

.image-22 {
  position: absolute;
  top: -13px;
  right: 30%;
}

.image-23 {
  position: absolute;
  top: 25px;
  right: -25px;
}

.image-24 {
  position: absolute;
  right: 30px;
}

.image-25 {
  z-index: 2;
  position: absolute;
  bottom: -60px;
  right: 160px;
}

.image-26 {
  position: absolute;
  bottom: 77px;
  right: 320px;
}

.image-27 {
  position: absolute;
  bottom: 100px;
  left: 100px;
}

.image-28 {
  position: absolute;
  top: 205px;
  left: -37px;
}

.image-29 {
  position: absolute;
  top: 115px;
  left: 48px;
}

.y-link {
  color: #58560d;
  text-decoration: underline;
}

.dropdown-toggle {
  margin-top: -15px;
  padding: 14px 35px 14px 15px;
  font-size: 20px;
}

.dropdown-link {
  font-size: 20px;
}

.dropdown-list {
  background-color: #b19898;
}

.dropdown-list.w--open {
  background-color: #f9f6f0;
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon-3 {
  padding-left: 10px;
}

.b-link {
  outline-offset: 0px;
  color: #333;
  border: 2px solid #faea40;
  border-radius: 1000px;
  outline: 3px #333;
  margin-left: 0;
  padding: 14px 15px;
  font-size: 20px;
  display: inline-block;
}

.b-link:hover {
  color: #000;
}

.b-link.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.b-link.menu-button {
  float: none;
  clear: none;
  color: #fff;
  background-color: #000;
  border-style: solid;
  border-color: #333;
  outline-color: #fff;
  margin-top: 19px;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.b-link.menu-button:hover {
  color: #faea40;
  background-color: #faea40;
  background-image: linear-gradient(#333, #333);
}

.link {
  color: #b44e2c;
  text-decoration: underline;
}

.black-link {
  color: #000;
  border-bottom: 2px solid #00000052;
}

.black-link:hover {
  border-bottom-color: #000000ed;
}

.navbar {
  background-color: #ddd0;
  margin-top: 0;
}

.nav-container {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu {
  font-size: 20px;
}

.menu-link-copy {
  outline-offset: 0px;
  color: #333;
  border: 2px solid #faea40;
  border-radius: 1000px;
  outline: 3px #333;
  margin-left: 0;
  padding: 14px 15px;
  font-size: 20px;
  display: inline-block;
}

.menu-link-copy:hover {
  color: #000;
}

.menu-link-copy.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

.menu-link-copy.menu-button {
  border-style: solid;
  border-color: #333;
  margin-left: 15px;
  padding-left: 20px;
  padding-right: 20px;
}

.menu-link-copy.menu-button:hover {
  color: #faea40;
  background-color: #faea40;
  background-image: linear-gradient(#333, #333);
}

.secondary-button {
  color: #000;
}

.dropdown {
  margin-top: 0;
}

.menu-dropdown-toggle {
  margin-top: -20px;
  padding-left: 15px;
  padding-right: 35px;
  top: auto;
}

.nav-link {
  padding-left: 15px;
  padding-right: 15px;
}

.nav-link.w--current {
  color: #000;
}

.icon-4 {
  padding-left: 8px;
}

.bold-text-3 {
  padding-left: 0;
  padding-right: 0;
  font-size: 70px;
}

.dropdown-list-2 {
  background-color: #f9f0b4;
  border-radius: 1px;
}

.dropdown-list-2.w--open {
  border-radius: 10px;
  padding-top: 5px;
  padding-bottom: 7px;
}

.dropdown-link-2 {
  padding-top: 13px;
  padding-bottom: 13px;
}

.l-nav-link.w--current {
  color: #000;
}

.features-menu-wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.bold-text-4 {
  font-size: 70px;
}

.pricing-feature-copy {
  color: #000;
  margin-bottom: 11px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
}

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

.feature-main-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f9f6f0;
  border-radius: 15px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 0 24px;
  display: flex;
  position: relative;
}

.feature-main-block.feature-block-bottom {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.f-image-hero {
  flex: 1;
  width: 50%;
}

.body-2 {
  background-color: #f8efe3;
  overflow: visible;
}

.navbar-logo-left {
  text-align: center;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  background-color: #f8efe3;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: 0;
}

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

.navbar-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: static;
  top: 20px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: 0;
  margin-left: 5px;
  margin-right: 6px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .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, .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, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

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

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #06f;
  border-radius: 60px;
  padding: 10px 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0058db;
}

.button-primary:active {
  background-color: #004dc0;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 700;
}

.floor {
  border: 1px solid #0000;
  padding: 30px 30px 80px;
  position: relative;
  overflow: hidden visible;
}

.floor-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  line-height: 28px;
}

.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;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading {
  letter-spacing: -1px;
  font-family: Gelasio, sans-serif;
  font-size: 66px;
  line-height: 77px;
}

.italic-text {
  background-color: #fff;
}

.hero-description {
  max-width: 910px;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 40px;
}

.button-primary-big {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #06f;
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 25px 35px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-big:hover {
  color: #fff;
  background-color: #0058db;
}

.button-primary-big:active {
  background-color: #004dc0;
}

.b-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  opacity: 1;
  color: #000;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

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

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.floor-hero {
  border: 1px solid #0000;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 30px 0;
  position: relative;
}

.heading-2 {
  letter-spacing: -1px;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Gelasio, sans-serif;
  font-size: 46px;
  font-style: italic;
  line-height: 60px;
}

.title-label {
  opacity: .5;
  max-width: 910px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}

.plans {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-top: 0;
  display: flex;
}

.image-31 {
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
}

.plan {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #00000026;
  border-radius: 16px;
  width: 100%;
  max-width: 780px;
  padding: 20px;
  display: flex;
}

.plan.plan-ultimate {
  color: #fff;
  background-color: #313131;
}

.plan_price {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f8efe3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.plan_desc {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 27px;
  display: flex;
}

.plan-perks {
  text-align: left;
  padding-bottom: 30px;
  line-height: 32px;
}

.plan-perks.super-perk {
  color: #fcdf3a;
}

.price-itself {
  color: #000;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  font-family: Gelasio, sans-serif;
  font-size: 90px;
  font-weight: 600;
  line-height: 90px;
}

.mo {
  opacity: .7;
  color: #000;
  font-size: 26px;
  font-weight: 700;
}

.plan-title {
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.button-primary-medium {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #06f;
  border-radius: 60px;
  padding: 15px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-medium:hover {
  color: #fff;
  background-color: #0058db;
}

.button-primary-medium:active {
  background-color: #004dc0;
}

.plan-text {
  max-width: 90%;
}

.footer-company {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.footer-links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.footer-link-a {
  opacity: .5;
  color: #000;
}

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

.text-block-6 {
  opacity: .5;
}

.metrics-one {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.metrics-subtitle {
  opacity: 1;
  color: #000;
  background-color: #3330;
  border: 2px solid #000;
  border-radius: 70px;
  max-width: 910px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

.metrics {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.metric-decs {
  opacity: .5;
  text-align: center;
  width: 80%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.metric-decs.super-perk {
  color: #fcdf3a;
}

.code-embed {
  height: 1000px;
  display: block;
}

.body-3 {
  height: 891px;
}

.text-span {
  background-color: #fff;
}

.paragraph {
  z-index: 1;
  max-width: 840px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
  position: relative;
  overflow: visible;
}

.logos {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.works-with {
  opacity: .23;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.before-after {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  max-width: 780px;
  margin-top: 20px;
  display: flex;
}

.feature-block {
  text-align: left;
  width: 50%;
}

.feature {
  margin-bottom: 30px;
}

.paragraph-mini {
  text-align: left;
  max-width: 840px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.heading-3 {
  text-align: left;
  margin-bottom: 0;
  line-height: 28px;
}

.bold-text-5 {
  text-align: left;
}

.heading-4 {
  text-align: left;
  margin-bottom: 15px;
}

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

.feature-title {
  text-align: left;
  margin-bottom: 15px;
}

.team {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.team-photo {
  border-radius: 20px;
  max-width: 200px;
  margin-bottom: 20px;
}

.team-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.team-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.testimonial {
  margin-top: 20px;
  margin-bottom: 40px;
  position: relative;
}

.testimonial-author {
  max-width: 840px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.b-left {
  z-index: 0;
  margin-left: 0;
  position: absolute;
  inset: -7px auto auto -110px;
  overflow: visible;
}

.b-right {
  z-index: 0;
  margin-left: 0;
  position: absolute;
  inset: -7px -110px auto auto;
  overflow: visible;
}

.testimonial-photo {
  opacity: 1;
  border-radius: 160px;
  width: 70px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .super-title {
    margin-top: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    line-height: 70px;
  }

  .yellow-gradient {
    height: 70px;
  }

  .menu-link.menu-button {
    color: #fff;
    text-align: center;
    border-color: #fff;
    width: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0;
    font-weight: 700;
    display: block;
    position: static;
    bottom: 0;
  }

  .slide-title {
    max-width: 410px;
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 30px;
    line-height: 46px;
  }

  .feature-photo, .feature-photo-2 {
    width: 260px;
  }

  .subtitle {
    margin-top: 31px;
    font-size: 28px;
    line-height: 44px;
  }

  .featues {
    grid-auto-flow: row;
  }

  .one-aim {
    font-size: 28px;
  }

  .feature-hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-block-s {
    flex-direction: column;
    align-items: center;
  }

  .feature-block-s.feature-block-bottom {
    align-items: center;
  }

  .f-hero-title {
    text-align: center;
    width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 32px;
    line-height: 52px;
    position: static;
  }

  .feature-block-m {
    flex-direction: column;
    height: auto;
    padding-bottom: 40px;
  }

  .feature-block-m.feature-block-m-top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .feature-block-m.feature-block-m-top.b-bottom-margin {
    padding-bottom: 50px;
  }

  .f-card-m-title {
    text-align: center;
    max-width: none;
    padding-left: 20px;
  }

  .f-card-m-title.b-top-margin {
    margin-top: 20px;
  }

  .image-18 {
    max-width: 420px;
  }

  .image-19 {
    max-width: 420px;
    margin-top: 40px;
  }

  .f-image-33 {
    max-width: 420px;
    height: auto;
    margin-bottom: 0;
  }

  .image-22 {
    right: 20%;
  }

  .image-23 {
    right: -15px;
  }

  .image-24 {
    bottom: 40px;
    right: 10px;
  }

  .image-28 {
    top: 140px;
    left: -12px;
  }

  .image-29 {
    top: 60px;
  }

  .nav-container {
    position: relative;
  }

  .nav-menu {
    z-index: 1;
    text-align: left;
    background-color: #222;
    border-radius: 0;
    width: 300px;
    height: 100svh;
    margin-top: 0;
    margin-right: 0;
    padding: 13px 20px 12px;
    position: fixed;
    inset: -20px 0 auto auto;
  }

  .dropdown {
    width: 100%;
  }

  .menu-dropdown-toggle {
    width: 100%;
    margin-top: 0;
    padding: 15px 0;
  }

  .nav-link {
    color: #fff;
    padding: 15px 0;
    font-weight: 700;
  }

  .icon-4 {
    padding-left: 14px;
  }

  .bold-text-3 {
    font-size: 60px;
    line-height: 75px;
  }

  .menu-button-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .dropdown-list-2.w--open {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }

  .l-nav-link {
    color: #fff;
    width: 100%;
    padding: 15px 0;
    font-weight: 700;
  }

  .l-nav-link:lang(en) {
    color: #fff;
  }

  .bold-text-4 {
    font-size: 50px;
  }

  .feature-main-block {
    flex-direction: column;
    height: auto;
    padding-bottom: 40px;
  }

  .feature-main-block.feature-block-m-top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .f-image-hero {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-logo-left-container.shadow-three {
    position: relative;
  }

  .container {
    max-width: 728px;
    position: relative;
  }

  .navbar-wrapper {
    position: static;
  }

  .nav-menu-wrapper {
    z-index: 10;
    background-color: #0000;
    top: 0;
  }

  .nav-menu-two {
    z-index: 20;
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    position: sticky;
    top: 0;
    right: 0;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #06f;
    border-radius: 35px;
  }

  .floor {
    padding-bottom: 50px;
  }

  .heading {
    font-size: 50px;
    line-height: 61px;
  }

  .hero-description {
    font-size: 20px;
    line-height: 32px;
  }

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

  .floor-hero {
    padding-top: 30px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph, .works-with, .paragraph-mini, .testimonial-author {
    font-size: 20px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .cover {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }

  .super-title {
    margin-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 50px;
    line-height: 58px;
  }

  .logo-link {
    top: 20px;
    left: 20px;
  }

  .yellow-gradient {
    height: 40px;
  }

  .menu {
    top: 20px;
    right: 20px;
  }

  .menu-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .menu-link.menu-button {
    margin-left: 10px;
  }

  .page-container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-block {
    width: 100%;
  }

  .pricing-block.pb-solo {
    margin-bottom: 20px;
  }

  .s-slide {
    text-align: center;
    height: 620px;
  }

  .slide-title, .slide-title.s-white {
    max-width: 100%;
  }

  .feature-photo, .feature-photo-2 {
    width: auto;
    max-width: 300px;
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    position: static;
  }

  .subtitle {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 25px;
    line-height: 38px;
  }

  .featues {
    padding-top: 60px;
  }

  .pricing-wrapper {
    display: block;
  }

  .feature-hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-hero-title {
    font-size: 25px;
    line-height: 44px;
  }

  .image-21 {
    display: none;
  }

  .image-22 {
    right: 30%;
  }

  .image-25 {
    bottom: -30px;
  }

  .image-27 {
    left: -11px;
  }

  .image-28 {
    top: 120px;
    left: 130px;
  }

  .b-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-link.menu-button {
    margin-left: 10px;
  }

  .navbar {
    margin-top: 0;
  }

  .nav-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-link-copy {
    padding-left: 5px;
    padding-right: 5px;
  }

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

  .bold-text-3 {
    font-size: 45px;
    line-height: 63px;
  }

  .features-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .bold-text-4 {
    font-size: 39px;
    line-height: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 10px 10px 20px;
  }

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

  .nav-menu-wrapper {
    top: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    width: 100%;
    padding-bottom: 30px;
    right: 0;
  }

  .nav-link-2 {
    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;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .floor {
    padding: 30px 15px;
  }

  .heading {
    font-size: 40px;
    line-height: 50px;
  }

  .hero-description {
    margin-bottom: 19px;
  }

  .button-primary-big {
    margin-bottom: 0;
    padding: 10px 20px;
    font-size: 16px;
  }

  .b-footer {
    flex-flow: column;
    margin-top: 50px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .floor-hero {
    padding: 40px 15px 0;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .title-label {
    font-size: 20px;
    line-height: 30px;
  }

  .plan {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .plan_price {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    width: 100%;
    min-height: 120px;
  }

  .plan_desc {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .plan-perks {
    text-align: center;
    font-size: 16px;
    line-height: 28px;
  }

  .price-itself {
    font-size: 40px;
    line-height: 50px;
  }

  .mo {
    font-size: 19px;
    line-height: 16px;
  }

  .plan-title {
    text-align: center;
    font-size: 20px;
  }

  .button-primary-medium {
    padding: 10px 20px;
    font-size: 16px;
  }

  .metrics-subtitle {
    margin-top: 10px;
    font-size: 16px;
    line-height: 33px;
  }

  .metrics {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

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

  .paragraph {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .works-with {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .before-after {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 0;
  }

  .paragraph-mini {
    margin-bottom: 19px;
    font-size: 16px;
    line-height: 28px;
  }

  .feature-title {
    font-size: 20px;
  }

  .team {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .team-photo {
    max-width: 160px;
    margin-bottom: 10px;
  }

  .team-name, .team-title {
    font-size: 16px;
    line-height: 24px;
  }

  .testimonial {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .testimonial-author {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .testimonial-photo {
    width: 50px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 479px) {
  .cover {
    padding-top: 11px;
  }

  .super-title {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 26px;
    line-height: 25px;
  }

  .super-title.st-page {
    padding-bottom: 20px;
  }

  .image-2 {
    margin-top: 2px;
  }

  .logo-link {
    background-color: #fff;
    border-radius: 1000px;
    width: 35px;
    height: 35px;
    top: 20px;
    left: 20px;
  }

  .yellow-gradient {
    height: 20px;
  }

  .pricing-text {
    font-size: 13px;
    line-height: 20px;
  }

  .menu {
    top: 20px;
    right: 20px;
  }

  .menu-link {
    border-width: 1px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .menu-link.menu-button {
    border-width: 2px;
    margin-left: 0;
    padding: 10px 15px;
    font-size: 17px;
    font-weight: 700;
  }

  .image-4 {
    width: 118px;
    height: auto;
  }

  .complex-button {
    margin-top: -29px;
    padding: 4px;
  }

  .free-trial-button {
    height: 60px;
    padding-left: 25px;
    padding-right: 20px;
  }

  .ftb-text {
    font-size: 20px;
  }

  .button-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .apple-button {
    height: 60px;
    padding-left: 20px;
    padding-right: 25px;
  }

  .bold-text {
    font-size: 27px;
  }

  .page-container {
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .pricing-title {
    margin-top: 10px;
    font-size: 27px;
    line-height: 30px;
  }

  .footer-text {
    font-size: 13px;
    line-height: 25px;
  }

  .pricing-money {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 70px;
  }

  .pricing-mo {
    font-size: 20px;
  }

  .pricing-feature {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
  }

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

  .annual-price {
    font-size: 13px;
    line-height: 20px;
  }

  .s-slide {
    height: 510px;
  }

  .slider {
    margin-top: 15px;
  }

  .slide-title {
    margin-top: 0;
    padding-top: 20px;
    line-height: 31px;
  }

  .slide-title.st-page {
    padding-bottom: 20px;
  }

  .slide-title.s-white {
    margin-top: 0;
    line-height: 31px;
  }

  .bold-text-2 {
    font-size: 20px;
    line-height: 22px;
  }

  .s-gradient {
    font-size: 14px;
  }

  .feature-photo, .feature-photo-2 {
    max-width: 200px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .subtitle {
    margin-top: 16px;
    font-size: 19px;
    line-height: 28px;
  }

  .featues {
    padding-top: 20px;
    padding-bottom: 0;
  }

  .aims {
    margin-top: 20px;
  }

  .one-aim {
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 32px;
  }

  .aim-mark {
    padding-left: 0;
    padding-right: 0;
    display: inline;
  }

  .feature-hero {
    height: 600px;
  }

  .f-hero-title {
    font-size: 20px;
    line-height: 32px;
  }

  .f-card-s-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .feature-block-m.feature-block-m-top {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .f-card-m-title {
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .image-18, .image-19, .f-image-33 {
    width: 100%;
  }

  .image-20 {
    height: 32px;
    display: block;
  }

  .image-22 {
    max-width: 25%;
    right: 16%;
  }

  .image-23 {
    max-width: 12%;
    top: 170px;
  }

  .image-24 {
    max-width: 20%;
    bottom: 100px;
  }

  .image-25 {
    max-width: 30%;
    right: 60px;
  }

  .image-27 {
    max-width: 16%;
    bottom: 70px;
    left: 50px;
  }

  .image-28 {
    max-width: 30%;
    top: 80px;
    left: 80px;
  }

  .image-29 {
    max-width: 16%;
    left: -8px;
  }

  .b-link {
    border-width: 1px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .b-link.menu-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    width: 70%;
  }

  .menu-link-copy {
    border-width: 1px;
    padding: 7px 10px;
    font-size: 14px;
  }

  .menu-link-copy.menu-button {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-dropdown-toggle {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
  }

  .bold-text-3 {
    font-size: 26px;
    line-height: 40px;
  }

  .menu-button-2 {
    padding: 7px 10px;
  }

  .image-30 {
    height: 30px;
  }

  .brand {
    margin-top: 2px;
  }

  .dropdown-link-2 {
    font-size: 17px;
    line-height: 13px;
  }

  .l-nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
    line-height: 20px;
  }

  .text-block-2 {
    font-size: 17px;
    line-height: 13px;
  }

  .dropdown-link-3 {
    font-size: 16px;
    line-height: 13px;
  }

  .dropdown-link-4 {
    font-size: 17px;
    line-height: 13px;
  }

  .bold-text-4 {
    font-size: 25px;
    line-height: 39px;
  }

  .pricing-feature-copy {
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 25px;
  }

  .apple-logo {
    width: 20px;
    margin-top: -3px;
  }

  .feature-main-block.feature-block-m-top {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 0 0 0 13px;
  }

  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    position: absolute;
    top: 0;
  }

  .nav-menu-two {
    flex-direction: column;
    width: 100%;
    top: 0;
    right: auto;
  }

  .menu-button {
    border-radius: 0;
  }

  .floor {
    padding-top: 10px;
  }

  .heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-description {
    font-size: 16px;
    line-height: 24px;
  }

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

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .heading-2 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 33px;
  }

  .plans {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .plan {
    padding: 10px;
  }

  .plan_price {
    border-radius: 11px;
  }

  .plan_desc {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .plan-title {
    margin-bottom: 5px;
  }

  .footer-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

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

  .logos {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .works-with {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }

  .before-after {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .feature-block {
    width: 100%;
  }

  .feature {
    margin-bottom: 10px;
  }

  .paragraph-mini {
    font-size: 16px;
    line-height: 24px;
  }

  .team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: center;
    align-items: flex-start;
  }

  .team-photo {
    max-width: 160px;
  }

  .testimonial-author {
    font-size: 16px;
    line-height: 24px;
  }
}


@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Medium-Web.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Graphik';
  src: url('../fonts/Graphik-Regular-Web.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Martian grotesk Stdxbd';
  src: url('../fonts/MartianGrotesk-StdxBd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}