@font-face {
  font-family: Bdogrotesk Vf;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --main: #022a41;
  --blue: #0195ff;
  --gray-light: #f1f4ff;
  --gainsboro: black;
  --line-color: #e2e2e2;
}

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

body {
  background-color: var(--white);
  color: var(--main);
  font-family: Bdogrotesk Vf, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 31px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  opacity: .69;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.4;
}

a {
  color: var(--main);
  text-decoration: underline;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
}

li {
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

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

strong {
  font-weight: bold;
}

blockquote {
  border-left: 2px solid var(--blue);
  text-align: left;
  letter-spacing: -.5px;
  width: 100%;
  margin-bottom: 10px;
  padding: 0 20px 0 30px;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: .9;
}

figure {
  margin-top: 30px;
  margin-bottom: 30px;
}

figcaption {
  color: #ffffffb3;
  text-align: center;
  margin-top: 5px;
  font-family: Inter;
  font-size: 15px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

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

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

.page-content {
  margin-left: auto;
  margin-right: auto;
}

.page-content.no-padding {
  padding-left: 0;
}

.container {
  z-index: 4;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.center {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 500px;
  padding-top: 95px;
  padding-bottom: 95px;
  display: flex;
}

.section {
  padding: 100px 5%;
  position: relative;
}

.section.info {
  background-color: var(--main);
  padding-top: 150px;
}

.section.info.make-white {
  background-color: var(--white);
}

.section._50px-top {
  background-color: var(--gray-light);
  padding-top: 50px;
  padding-bottom: 50px;
  display: none;
}

.section.blue {
  background-color: var(--main);
  padding-top: 0;
}

.section.blue.home-section-team, .section.blue.ceo-home-section {
  padding-top: 100px;
}

.section.gray {
  background-color: var(--gray-light);
}

.section.gray._80px {
  padding-top: 80px;
  padding-bottom: 80px;
  display: none;
}

.text-field {
  color: var(--gainsboro);
  background-color: #0000;
  border-radius: 10px;
  height: 48px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0 1px 2px #1018280d;
}

.text-field:focus {
  border: 1px solid #a1c4e4;
}

.text-field::placeholder {
  color: var(--gainsboro);
  font-size: 15px;
  font-weight: 500;
}

.text-field.discount {
  flex: none;
  height: 42px;
}

.product-price {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
}

.product-price.in-sidebar {
  color: var(--gainsboro);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.product-price.in-sidebar.no-margin {
  margin-top: 0;
}

.product-title-sidebar {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.product-title-sidebar._2 {
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 600;
}

.apple-pay {
  border-radius: 25px;
  height: 48px;
}

.paypal {
  margin-bottom: 4px;
}

.field-label {
  color: var(--gainsboro);
  flex: none;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.field-label.bigger {
  font-size: 14px;
}

.reqiured {
  color: #8f8f8f;
  font-size: 13px;
  font-weight: 600;
}

.checkbox-label {
  margin-left: 0;
  font-size: 12px;
  font-weight: 600;
  position: relative;
  top: 2px;
}

.first-checkout {
  flex-basis: 800px;
  margin-right: 50px;
}

.second-checkout {
  top: 100px;
}

.quantity-number {
  font-size: 15px;
  font-weight: 600;
}

.paypal-name {
  color: var(--gainsboro);
  letter-spacing: -.5px;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 600;
}

.circle-plus {
  background-color: #7567f8;
  background-image: url('../images/add-plus-button.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: auto 10px 10px auto;
}

.radio-button {
  border: 2px solid #7567f8;
  margin-top: 0;
  display: block;
}

.radio-button.w--redirected-checked {
  border-color: #7567f8;
}

.margin-15px {
  margin-top: 15px;
}

.display-1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 600;
  line-height: 1.2;
}

.display-1.white {
  font-size: 53px;
}

.display-1.white.small {
  font-size: 61px;
  line-height: 1.3;
}

.margin-30px {
  margin-top: 30px;
}

.display-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 41px;
  font-weight: 600;
  line-height: 1.3;
}

.display-2.half {
  width: 68%;
}

.display-2.white {
  font-size: 38px;
}

.display-2.on-home {
  font-size: 26px;
}

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

.checkbox {
  background-color: #fff;
  border-radius: 4px;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}

.checkbox.w--redirected-checked {
  background-color: #ff715b;
  background-size: 8px;
  border-color: #ff715b;
}

.error-message {
  color: #fe0000;
  text-align: center;
  background-color: #ffeaea;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
}

.block-header {
  background-color: #fff;
}

.block-content {
  background-color: var(--white);
}

.block-content.discount {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
}

.display-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.changelog {
  text-align: left;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky-left {
  position: sticky;
  top: 120px;
}

.components-grid {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: start;
  margin-top: 100px;
  display: grid;
}

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

.style-guide-grid.less {
  grid-column-gap: 100px;
  grid-row-gap: 40px;
  place-items: center;
}

.yellow-background {
  background-color: var(--blue);
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 20px 10px;
}

.paragraph-gray {
  color: #8f8f8f;
}

.color-text {
  font-weight: 500;
}

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

.components-grid-style {
  grid-column-gap: 100px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  margin-bottom: 100px;
  display: grid;
}

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

.paragraph-big.white {
  color: #fff;
}

.color-block {
  background-color: var(--blue);
  color: #fff;
  border: 1px solid #ffffff40;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.color-block._1 {
  background-color: var(--main);
  color: var(--white);
}

.body-link {
  color: var(--gainsboro);
  font-size: 14px;
  font-weight: 600;
}

.body-link.big {
  font-size: 20px;
}

.body-link.small {
  font-size: 14px;
}

.photo-animation {
  z-index: 2;
  flex: none;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.white {
  color: #fff;
}

.checkout-title {
  font-size: 17px;
  font-weight: 600;
}

.blog-link {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 60%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-field-line {
  color: #62636b;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #a5a7b661;
  border-radius: 0;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
}

.text-field-line:hover, .text-field-line:focus {
  color: #62636b;
}

.text-field-line::placeholder {
  color: #62636b;
  font-size: 15px;
  font-weight: 500;
}

.text-field-form {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Inter;
  font-size: 16px;
  font-weight: 500;
}

.text-field-form:hover, .text-field-form:focus {
  color: #fff;
  border-bottom-color: #f6e97a;
}

.text-field-form::placeholder {
  color: #fffc;
  font-size: 16px;
  font-weight: 500;
}

.award-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .8fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-bottom: 10px;
  display: grid;
}

.button {
  border: 2px solid var(--main);
  color: var(--main);
  text-align: center;
  background-color: #3898ec00;
  border-radius: 6px;
  align-items: center;
  padding: 15px 24px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.button:hover {
  background-color: var(--main);
  color: var(--white);
}

.button.discount {
  text-align: center;
  justify-content: center;
  height: 42px;
}

.button.small {
  padding: 10px 29px;
  font-size: 16px;
}

.button.small.color {
  background-color: var(--main);
  color: var(--white);
}

.button.white {
  border-color: var(--white);
  color: var(--white);
}

.button.white:hover {
  background-color: var(--white);
  color: var(--main);
}

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

.logo-absolute {
  z-index: 2;
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 40px 0% auto;
}

.main-logo {
  width: 39px;
}

.blog-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image-animation {
  overflow: hidden;
}

.button-circle {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.dark-link {
  color: var(--gainsboro);
}

.photo-animation-main {
  transition: all .3s;
  position: relative;
}

.photo-a {
  flex: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  position: relative;
}

.success-message {
  color: var(--blue);
  background-color: #f1f4ff;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 600;
}

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

.card-container {
  grid-column-gap: 100px;
  background-color: var(--gray-light);
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 40px 60px 66px;
  display: flex;
  position: relative;
}

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

.feature {
  opacity: 1;
  color: var(--gainsboro);
  font-size: 15px;
  font-weight: 600;
}

.feature.dark {
  opacity: 1;
  color: var(--gainsboro);
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 600;
}

.default-state {
  flex-direction: column;
  display: flex;
}

.pricing-type {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}

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

.pricing-title {
  margin-bottom: 16px;
  font-size: 31px;
  font-weight: 600;
  line-height: 1;
}

.relative-div {
  position: relative;
}

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

.button-arrow-link {
  border: 2px solid var(--main);
  color: var(--main);
  text-align: center;
  border-radius: 120px;
  justify-content: center;
  align-items: center;
  padding: 14px 23px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: inline-block;
  overflow: hidden;
}

.button-arrow-link.white {
  border-color: var(--white);
  color: var(--main);
  background-color: #fff;
}

.button-arrow-link.transparent {
  color: var(--main);
  background-color: #fff0;
  border-style: none;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
}

.button-label {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
  position: relative;
}

.label-button {
  font-size: 16px;
  font-weight: 600;
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  margin-left: 4px;
  display: flex;
}

.icon-arrow {
  width: 18px;
}

.hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--main);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 95vh;
  padding-top: 84px;
  display: grid;
  position: relative;
  overflow: hidden;
}

.hero.for-inner {
  background-color: var(--main);
  place-items: center;
  min-height: auto;
  padding-top: 162px;
  padding-bottom: 69px;
  display: flex;
}

.hero-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 1fr);
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.hero-grid.inner {
  display: block;
}

.subhead {
  opacity: 1;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.subhead.fourth {
  color: var(--gainsboro);
  max-width: 100%;
  font-size: 17px;
  line-height: 1.1;
}

.subhead.fifth {
  max-width: 100%;
  font-size: 24px;
  line-height: 29px;
}

.subhead.small {
  border: 2px solid var(--main);
  opacity: 1;
  color: var(--main);
  border-radius: 40px;
  margin-bottom: 14px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.subhead.small.color {
  opacity: 1;
  color: var(--white);
  border-color: #ffffff57;
  margin-bottom: 16px;
  display: inline-block;
}

.subhead.small.color.principles {
  display: none;
}

.subhead.small.color.get-in-touch-bottom {
  display: inline-block;
}

.subhead.dark {
  color: var(--gainsboro);
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
}

.subhead.for-inner {
  max-width: 100%;
}

.subhead.for-inner.white {
  font-weight: 500;
}

.subhead.white {
  opacity: 1;
}

.subhead.blue {
  opacity: 1;
  color: var(--blue);
}

.subhead.lower {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.gray-text {
  opacity: .6;
}

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

.grid-3-columns.for-team, .grid-3-columns.add-space {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.button-line {
  color: #2c2c2c;
  white-space: nowrap;
  border-bottom: 1px solid #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.button-line:hover {
  color: #b26cf1;
  border-bottom-color: #b26cf1;
  padding-right: 0;
}

.margin-100px {
  margin-top: 100px;
  display: none;
}

.margin-60px {
  margin-top: 60px;
}

.foorer-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-link {
  color: var(--gainsboro);
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link:hover {
  opacity: .6;
  color: var(--blue);
}

.footer-title {
  color: var(--main);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 600;
}

.footer-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-logo-link {
  margin-bottom: 20px;
}

.social-wrapper {
  grid-column-gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.contact-grid-main {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-top: 65px;
  display: grid;
}

.divider-line {
  background-color: #ffffff12;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-details-flex {
  grid-column-gap: 30px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-details-flex.vertical {
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: center;
}

.contact-link {
  color: var(--gainsboro);
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  transition: color .3s;
}

.form-grid {
  z-index: 1;
  grid-column-gap: 15px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
}

.input {
  color: var(--main);
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  min-height: 56px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.input::placeholder {
  color: var(--main);
  font-size: 14px;
  font-weight: 600;
}

.contact-form-right-side {
  background-color: var(--gray-light);
  align-items: center;
  padding: 40px 55px;
  display: flex;
}

.contact-form-right-side.second {
  flex-direction: column;
  align-items: stretch;
}

.text-area {
  color: var(--main);
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 15px 20px 35px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
}

.text-area:focus {
  color: #211f54;
}

.text-area::placeholder {
  color: var(--main);
  font-size: 14px;
  font-weight: 600;
}

.team-wrapper-second {
  background-color: var(--gray-light);
  text-align: center;
  padding: 35px 20px 40px;
}

.legal-wrapper {
  max-width: 82%;
  margin-left: auto;
  margin-right: auto;
}

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

.line-item {
  margin-bottom: 5px;
}

.photo-rounded {
  width: 100%;
}

.most-popular-tag {
  color: #f2e7fc;
  border: 1px solid #e4e5e93d;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  inset: 12px 12px auto auto;
}

.hero-w-width {
  text-align: left;
  max-width: 700px;
  margin-left: 40px;
  margin-right: auto;
}

.hero-w-width._0px-left {
  text-align: center;
  max-width: 660px;
  margin-left: auto;
}

.feautes-item {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feautes-item._2 {
  grid-row-gap: 10px;
  text-align: left;
  background-color: #fff;
  border-left: 1px solid #e1e1e1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 31px;
}

.icon-outline {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-outline.second {
  z-index: 10;
  margin-bottom: 15px;
  position: relative;
}

.features-title {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

.features-title.biger {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
}

.features-title.biger.more {
  font-size: 60px;
}

.features-title.blue-big {
  font-size: 20px;
}

.margin-150px {
  margin-top: 150px;
}

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

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: var(--main);
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.cover-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.max-w-width {
  justify-content: flex-start;
  display: flex;
}

.max-w-width.space-betwwen {
  justify-content: space-between;
}

.max-w-width.center {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.services-content {
  margin-top: 60px;
}

.services-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--blue);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  padding: 60px 52px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-bottom.with-photo {
  background-image: linear-gradient(#022a41b3, #022a41b3), url('../images/photo-0_1photo-0.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-wrapper {
  overflow: hidden;
}

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

.grid-2-columns.faq {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  background-color: var(--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding: 78px 56px;
  position: relative;
  overflow: hidden;
}

.testimonials-name {
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.testimonials-name.gray {
  opacity: 1;
  font-size: 15px;
}

.testimonials-wrapper {
  background-color: var(--blue);
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 57px 35px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.margin-25px {
  margin-top: 25px;
}

.margin-25px.add-line-divider {
  border-top: 1px solid #0000001a;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
}

.star-wrapper {
  grid-column-gap: 5px;
  margin-bottom: 10px;
  display: flex;
}

.toogle-max-w {
  flex-direction: column;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-main {
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.drodpwdown-toggle {
  grid-column-gap: 30px;
  border-bottom: 1px solid #ffffff26;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
  display: flex;
}

.qa-text {
  color: var(--white);
  white-space: normal;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.toggle-icon {
  background-color: var(--blue);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.filter-image {
  width: 17px;
}

.toggle-content {
  background-color: #0000;
  padding: 20px 20px 10px 0;
  position: relative;
}

.toggle-content.w--open {
  padding-top: 0;
}

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

.paragraph.blue {
  color: var(--gainsboro);
  margin-bottom: 30px;
}

.gray-text-2 {
  color: #2c2c2c80;
}

.label {
  color: #fff;
  max-width: 88%;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.label.dark {
  color: var(--white);
  text-transform: uppercase;
  max-width: 100%;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
}

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

.blog-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.blog-image-link {
  width: 100%;
  margin-bottom: 25px;
  transition: all .3s;
}

.blog-image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.blog-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.blog-meta-wrapper {
  border: 1px solid var(--main);
  opacity: .6;
  color: var(--main);
  border-radius: 50px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 7px 15px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.blog-title-link {
  text-decoration: none;
  display: block;
}

.blog-title-main {
  color: var(--gainsboro);
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.social-icon {
  filter: grayscale();
  width: 27px;
  height: 27px;
}

.social-icon:hover {
  opacity: .61;
}

.option-list-hide {
  display: none;
}

.right-pricing {
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.left-pricing {
  width: 50%;
}

.leagl-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.service-grid {
  grid-column-gap: 0rem;
  background-color: var(--main);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 89px;
  display: grid;
}

.header-content {
  width: 100%;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 85px;
  padding-right: 85px;
}

.service-image-wrapper {
  position: relative;
}

.service-image {
  object-fit: cover;
  width: 100%;
  height: 70vh;
  max-height: 45rem;
}

.page-grid {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.sidebar {
  margin-top: 20px;
  position: sticky;
  top: 100px;
}

.brochure-card {
  background-color: var(--gray-light);
  padding: 37px 33px;
}

.service-page-wrapper {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pricing-rich-text {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.price-flex {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-flex.left {
  justify-content: flex-start;
}

.price {
  color: var(--gainsboro);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 1;
}

.price.compare {
  color: var(--blue);
  text-decoration: line-through;
}

.text-field-select {
  color: #3f4242;
  background-color: #0000;
  border: 1px solid #b8b6b4;
  border-radius: 30px;
  height: 50px;
  margin-top: 8px;
  padding-left: 16px;
  padding-right: 37px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-select::placeholder {
  color: #3f4242;
  font-size: 16px;
  font-weight: 500;
}

.text-field-select.for-size {
  border-width: 2px;
  border-color: var(--main);
  color: var(--gainsboro);
  border-radius: 6px;
  align-items: center;
  padding-left: 10px;
  padding-right: 16px;
  display: flex;
}

.cart-quantity {
  color: #3f4242;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 0;
  width: 50px;
  font-weight: 500;
}

.cart-quantity.white-line {
  color: #3f424280;
  background-color: #0000;
  border-style: solid;
  border-color: #b8b6b4;
  border-radius: 15px;
  width: 70px;
  height: 50px;
  font-size: 16px;
}

.select-field {
  color: var(--gainsboro);
  background-color: #0000;
  border: 1px #000;
  padding-left: 5px;
  padding-right: 6px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  top: 4px;
}

.cart-flex {
  grid-column-gap: 0px;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.cart-list {
  padding-left: 24px;
}

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

.nav-component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 24px 3%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.cart-quantity-sidebar {
  color: #131b14;
  background-color: #0000;
  border-radius: 2px;
  width: 50px;
  font-weight: 600;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: grid;
}

.brand {
  border-right: 1px solid #0000002b;
  padding-right: 28px;
}

.cart-header {
  padding: 13px 24px 13px 25px;
}

.option-list {
  margin-top: 10px;
}

.svg-icon {
  opacity: 1;
  justify-content: center;
  align-items: flex-end;
  width: 1rem;
  height: 1rem;
  margin-right: .8rem;
  padding-bottom: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.shrink-item {
  z-index: 1;
  flex: 1;
  position: relative;
}

.heading-white-2 {
  font-size: 20px;
  font-weight: 500;
}

.nav-link {
  color: var(--main);
  padding: .75rem .7rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: opacity .3s;
}

.nav-link:hover {
  opacity: .7;
}

.nav-link.w--current {
  opacity: .8;
  color: var(--main);
}

.nav-link.nav-contact {
  display: none;
}

.cart-quantity-main {
  z-index: 2;
  color: var(--main);
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 20px;
}

.button-arrow-link-2 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border: 2px solid #e1f6ef;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 15px 26px 15px 30px;
  font-size: 16px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.remove-pop-up {
  cursor: pointer;
  background-color: #f1f1f7;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: absolute;
  top: 10px;
  right: 10px;
}

.remove-pop-up.in-produce-sidebar {
  filter: invert();
  background-color: #ffffff1c;
  background-image: url('../images/cross_1cross.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 10px;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  right: 0;
}

.icon-small-left {
  width: 1.3rem;
  height: 1.3rem;
}

.cart-main {
  padding: .75rem 1rem;
}

.cart-main.mobile {
  display: none;
}

.cart-main.desktop {
  z-index: 1;
  padding: .35rem 1.3rem .35rem 12px;
  position: relative;
}

.dropdown-link {
  grid-column-gap: .7rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding: .55rem .75rem .55rem 0;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.dropdown-link:hover {
  background-color: var(--gray-light);
  padding-left: .75rem;
}

.navbar-drodpdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.navbar-drodpdown-list.w--open {
  background-color: #fff;
  border: 1px solid #eaecf0;
  border-radius: .75rem;
  width: 15rem;
  padding: 1.25rem;
}

.navbar-drodpdown-list.auto {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-drodpdown-list.auto.w--open {
  background-color: #fff;
  border-color: #f1f1f1;
  border-radius: .4rem;
}

.no-items-found-2 {
  color: #131b14;
  font-size: 17px;
  font-weight: 500;
}

.remove-button-2 {
  margin-top: 15px;
  text-decoration: none;
  display: flex;
}

.empty-state {
  flex-direction: column;
}

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

.dropdown-toggle {
  opacity: 1;
  color: var(--main);
  align-items: center;
  padding: .75rem 2.2rem .75rem 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  opacity: .7;
}

.cart-wrapper {
  z-index: 999;
  background-color: #022a41e6;
}

.flex-nav-button {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.smaller-text-2 {
  opacity: .63;
  font-size: 1.1rem;
  font-weight: 400;
  display: inline-block;
}

.item-heading {
  color: var(--main);
  font-size: 16px;
  font-weight: 600;
}

.product-price-main {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.product-price-main.in-sidebar {
  font-size: 21px;
  font-weight: 600;
}

.button-remove {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-remove.smaller {
  opacity: .71;
  color: var(--gainsboro);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: underline;
}

.button-remove.smaller:hover {
  opacity: 1;
}

.cart-container {
  background-color: #fff;
  max-width: 600px;
}

.image-small-product {
  width: 46px;
  margin-right: 10px;
}

.first-element {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  order: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #529774;
  text-align: center;
  background-color: #e1f6ef;
  border-radius: 50px;
  align-items: center;
  padding: 15px 39px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  position: relative;
}

.button-2:hover {
  color: #fff;
  background-color: #529774;
}

.product-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.cart-footer {
  padding-top: 25px;
}

.cart-button-main {
  color: var(--main);
  background-color: #0000;
  justify-content: center;
  padding: 0;
  font-size: 1.1rem;
  font-weight: 600;
}

.lines {
  opacity: .24;
  position: absolute;
  top: -109px;
  left: auto;
  right: -442px;
}

.lines.second {
  z-index: 0;
  opacity: .23;
  inset: auto -400px -237px auto;
}

.lines.second.bottom {
  opacity: .05;
  top: 2px;
}

.lines.second.inner {
  opacity: .2;
  inset: 0% -400px auto auto;
}

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

.cta-center {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.div-block {
  flex: none;
}

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

.overlay-all {
  background-image: linear-gradient(#022a41b3, #022a41b3);
  position: absolute;
  inset: 0%;
}

.shape-full {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

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

.line-divider.white-light {
  background-color: var(--white);
  opacity: .06;
}

.metrics-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: stretch;
  margin-left: auto;
  margin-right: auto;
}

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

.number {
  color: var(--main);
  text-align: left;
  margin-bottom: 5px;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.2;
}

.subhead-fun {
  text-align: left;
  font-size: 27px;
  font-weight: 500;
  line-height: 1.4;
}

.subhead-fun.smaller {
  font-size: 17px;
}

.color-background {
  background-color: var(--main);
  position: relative;
}

.max-w {
  margin-left: auto;
  margin-right: auto;
}

.hero-main {
  background-image: url('../images/photo-6_1photo-6.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  display: flex;
}

.add-white-background {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  max-width: 470px;
  padding: 45px 27px 30px;
  display: none;
}

.big-line-below {
  border-bottom: 4px solid var(--blue);
  padding-bottom: 2px;
  font-family: Bdogrotesk Vf, sans-serif;
  display: inline-block;
}

.circle-absolute-main {
  opacity: .37;
  mix-blend-mode: overlay;
  width: 900px;
  position: absolute;
  inset: 329px auto 0% -400px;
}

.circle-absolute-main.top-right {
  z-index: 0;
  top: -200px;
  left: auto;
  right: -200px;
}

.margin-with-line {
  border-top: 1px solid #ffffff26;
  margin-top: 96px;
}

.top-line-number {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 17px;
  font-weight: 500;
}

.what-we-do-icons {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.grid-blue {
  background-color: var(--main);
  justify-content: center;
  align-items: center;
  padding: 75px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.right-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-flex.left {
  justify-content: flex-start;
  align-items: center;
}

.icon-wrapper-3 {
  color: var(--main);
  flex: none;
}

.icon-small {
  color: var(--white);
  width: 1rem;
  height: 1rem;
}

._0-margin {
  opacity: 1;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
}

._0-margin.about-paragraph-izak {
  color: var(--white);
}

.success-stories-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.result-wrapper {
  position: relative;
}

._100-image {
  width: 100%;
}

.bottom-part {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  padding: 24px 17px 16px 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.lightbox-video {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 74px;
  display: flex;
}

.main-overlay {
  background-image: linear-gradient(#fff0 29%, #022a418f);
  position: absolute;
  inset: 0%;
}

.top-absolute-white {
  background-color: #fff;
  min-height: 36%;
  position: absolute;
  inset: auto 0% 0%;
}

.subhead-main {
  opacity: 1;
  color: var(--main);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}

.subhead-main.smaller {
  font-size: 20px;
}

.circle-button-wrapper {
  z-index: 2;
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  align-items: center;
  min-height: 66px;
  display: flex;
  position: relative;
}

.circle-button {
  background-color: var(--main);
  background-image: url('../images/icons8-right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.circle-button:hover {
  background-color: #4aa2fa;
}

.social-icon-2 {
  width: 19px;
}

.social-icon-2.no-invert {
  width: 22px;
}

.social-link-main {
  opacity: .4;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.social-link-main:hover {
  opacity: .8;
}

.form-single {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.copyright-2 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

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

.text-field-gray {
  z-index: 1;
  color: #0f1029;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 100px 0 0 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 66px;
  margin-bottom: 0;
  margin-right: -1px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-size: 16px;
  position: relative;
}

.text-field-gray::placeholder {
  color: #63666d;
  font-size: 16px;
  font-weight: 500;
}

.footer-link-main {
  color: #63666d;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-main:hover {
  color: #0f1029;
}

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

.footer-title-2 {
  color: var(--main);
  letter-spacing: normal;
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.footer-title-2.white {
  color: #fff;
}

.footer-2 {
  z-index: 2;
  padding: 70px 5% 30px;
  position: relative;
}

.container-2 {
  z-index: 10;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-main-grid-2 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: .7fr minmax(auto, 1fr);
  align-items: start;
}

.footer-grid-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.4fr 1fr;
  align-items: start;
}

.invert-it {
  filter: invert();
}

.dorpdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 0rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-content {
  grid-column-gap: 2rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.dropdown-content.block {
  display: block;
}

.templates-badge-wrapper {
  z-index: 9999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 20px 11px 18px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
  box-shadow: 0 12px 28px #00000024;
}

.loader-badge {
  background-image: url('../images/loader.svg');
  background-position: 0 0;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  inset: -19px -15px auto auto;
}

.badge-paragraph {
  opacity: 1;
  color: #000;
  text-transform: none;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.blue-color {
  color: #4353ff;
}

.dark-link-2 {
  color: #fff;
}

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

.list-item, .list-item-2 {
  display: none;
}

.lp-nav {
  z-index: 999;
  background-color: var(--main);
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  padding: 20px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.lp-nav-links {
  align-items: center;
  column-gap: 32px;
  display: flex;
}

.lp-nav-link {
  color: #fffc;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.lp-cta-btn {
  background-color: var(--gainsboro);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.lp-cta-btn-white {
  color: var(--main);
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 16px 40px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.lp-logo-text {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
}

.lp-label {
  color: var(--gainsboro);
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #188bf626;
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.lp-label-white {
  color: #fff;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #ffffff26;
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
}

.lp-section-dark {
  background-color: var(--main);
  padding: 100px 5%;
  position: relative;
}

.lp-section-light {
  background-color: #fff;
  padding: 100px 5%;
  position: relative;
}

.lp-section-gray {
  background-color: #f5f7fa;
  padding: 100px 5%;
  position: relative;
}

.lp-section-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.lp-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.lp-hero-headline {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.15;
}

.lp-hero-sub {
  color: #ffffffe6;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}

.lp-hero-para {
  color: #ffffffb3;
  max-width: 560px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
}

.lp-section-heading {
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-section-heading-white {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
}

.lp-section-sub {
  color: #5a6672;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.lp-section-sub-white {
  color: #ffffffb3;
  max-width: 640px;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.lp-stats-bar {
  background-color: var(--gainsboro);
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.lp-stat-item {
  border-right: 1px solid #fff3;
  flex-direction: column;
  align-items: center;
  padding: 32px 48px;
  display: flex;
}

.lp-stat-number {
  color: #fff;
  opacity: 1;
  margin-bottom: 4px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
}

.lp-stat-label {
  color: #ffffffd9;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.lp-feature-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.lp-feature-card {
  background-color: #fff;
  border: 1px solid #e8edf2;
  border-radius: 16px;
  padding: 36px 32px;
}

.lp-feature-icon {
  color: var(--gainsboro);
  background-color: #188bf61a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 20px;
  font-size: 24px;
  display: flex;
}

.lp-feature-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
}

.lp-feature-para {
  color: #5a6672;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
}

.lp-steps-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.lp-step-number {
  background-color: var(--gainsboro);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 24px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.lp-compare-cell {
  color: #374151;
  background-color: #fff;
  border-bottom: 1px solid #e0e6ed;
  border-right: 1px solid #e0e6ed;
  align-items: center;
  padding: 14px 20px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.lp-compare-header {
  color: #fff;
  letter-spacing: .05em;
  background-color: #1a3a4a;
  border-bottom: 1px solid #2a4a5a;
  border-right: 1px solid #2a4a5a;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-compare-header-blue {
  color: #fff;
  letter-spacing: .05em;
  background-color: #2a6ef5;
  border-bottom: 1px solid #1a5ee0;
  border-right: 1px solid #1a5ee0;
  align-items: center;
  padding: 14px 20px;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.lp-testimonials-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
}

.lp-testimonial-card {
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px solid #e8edf2;
  border-radius: 14px;
  flex-direction: column;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 16px #0000000f;
}

.lp-stars {
  color: #f59e0b;
  letter-spacing: 2px;
  margin-bottom: 16px;
  font-size: 20px;
}

.lp-quote {
  color: #2c3e50;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.65;
}

.lp-pricing-card {
  grid-row-gap: 12px;
  border-top-style: solid;
  border-top-width: 2px;
  border-top-color: var(--gainsboro);
  border-right-style: solid;
  border-right-width: 2px;
  border-right-color: var(--gainsboro);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--gainsboro);
  border-left-style: solid;
  border-left-width: 2px;
  border-left-color: var(--gainsboro);
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 560px;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: flex;
  box-shadow: 0 8px 32px #2a6ef51f;
}

.lp-price {
  color: var(--gainsboro);
  margin-bottom: 4px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

.lp-check-row {
  align-items: flex-start;
  column-gap: 12px;
  margin-bottom: 14px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.lp-check-icon {
  color: var(--gainsboro);
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 18px;
}

.lp-territory-box {
  text-align: center;
  background-color: #ffffff1a;
  border-radius: 16px;
  max-width: 480px;
  margin: 40px auto;
  padding: 40px;
}

.lp-territory-state {
  color: var(--gainsboro);
  margin-bottom: 8px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
}

.lp-faq-item {
  background-color: #fff;
  border-bottom: 1px solid #e8edf2;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 24px 28px;
  box-shadow: 0 1px 4px #0000000f;
}

.lp-faq-q {
  color: var(--main);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.lp-faq-a {
  color: #4b5563;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.lp-final-cta {
  background-color: var(--gainsboro);
  text-align: center;
  padding: 80px 5%;
  position: relative;
}

.lp-pain-card {
  background-color: #fff5f5;
  border: 1px solid #ffd0d0;
  border-radius: 14px;
  padding: 32px 28px;
}

.lp-pain-number {
  color: #e53e3e;
  margin-bottom: 6px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.lp-two-col {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.lp-four-col {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.lp-footer {
  color: var(--white);
  background-color: #0d2530;
  padding: 64px 0 40px;
}

.lp-compare-table {
  border-top: 1px solid #e0e6ed;
  border-left: 1px solid #e0e6ed;
  border-radius: 12px;
  grid-template-columns: 2fr 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.lp-hero-cta-row {
  flex-wrap: wrap;
  align-items: center;
  gap: 16px 24px;
  margin-top: 32px;
  display: flex;
}

.full-opacity {
  opacity: 1;
}

@media screen and (min-width: 1280px) {
  .section._50px-top {
    background-color: var(--gray-light);
    padding-bottom: 50px;
  }

  .section.blue.home-section-team, .section.blue.ceo-home-section {
    padding-top: 100px;
  }

  .section.gray._80px {
    display: none;
  }

  .margin-50px {
    display: block;
  }

  .subhead.small.color {
    display: inline-block;
  }

  .subhead.small.color.principles {
    display: none;
  }

  .subhead.small.color.get-in-touch-bottom {
    display: inline-block;
  }

  .margin-100px {
    display: none;
  }

  .paragraph.blue {
    color: var(--gainsboro);
    margin-bottom: 30px;
  }

  .menu-dropdown, .nav-link.nav-contact {
    display: none;
  }

  .flex-nav-button {
    display: block;
  }

  .add-white-background {
    display: none;
  }

  .margin-with-line {
    margin-top: 96px;
  }

  .icon-small {
    color: var(--white);
  }

  .success-stories-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .image {
    width: 3em;
    position: absolute;
    inset: auto 2% 20% auto;
  }

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

  .list-item, .list-item-2 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  img {
    padding-left: 0;
  }

  .container.center {
    max-width: 480px;
  }

  .section._50px-top {
    display: none;
  }

  .section.blue.home-section-team, .section.blue.ceo-home-section {
    padding-top: 100px;
  }

  .display-1.white {
    font-size: 52px;
  }

  .margin-50px {
    display: block;
  }

  .subhead.small.color {
    display: inline-block;
  }

  .subhead.small.color.principles {
    display: none;
  }

  .subhead.small.color.get-in-touch-bottom {
    display: inline-block;
  }

  .paragraph.blue {
    color: var(--gainsboro);
    margin-bottom: 30px;
  }

  .header-content {
    max-width: 600px;
  }

  .menu-dropdown, .nav-link.nav-contact, .dropdown-toggle {
    display: none;
  }

  .flex-nav-button {
    display: block;
  }

  .add-white-background {
    display: none;
  }

  .circle-absolute-main.top-right {
    opacity: .16;
    mix-blend-mode: overlay;
    display: inline-block;
  }

  .margin-with-line {
    margin-top: 96px;
  }

  .icon-small {
    color: var(--white);
  }

  .success-stories-grid {
    grid-template-columns: 1fr 1fr;
    place-content: stretch;
  }

  .result-wrapper {
    overflow: visible;
  }

  ._100-image {
    display: inline-block;
  }

  .main-overlay {
    display: none;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 60px;
    margin-bottom: 16px;
    margin-right: 16px;
    font-size: 20px;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .list-item, .list-item-2 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .container.center {
    max-width: 600px;
    margin-right: 0;
    padding-right: 8%;
  }

  .section._50px-top {
    background-color: var(--gray-light);
    padding-bottom: 50px;
    display: none;
  }

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

  .section.blue.home-section-team, .section.blue.ceo-home-section {
    padding-top: 100px;
  }

  .section.gray._80px {
    display: none;
  }

  .margin-50px {
    display: block;
  }

  .hero {
    min-height: 70vh;
  }

  .subhead.small.color {
    display: inline-block;
  }

  .subhead.small.color.principles, .margin-100px {
    display: none;
  }

  .paragraph.blue {
    color: var(--gainsboro);
    margin-bottom: 30px;
    padding-bottom: 3px;
    font-weight: 500;
  }

  .header-content {
    max-width: 500px;
    padding-right: 0;
  }

  .menu-dropdown {
    display: none;
  }

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

  .nav-link.nav-contact {
    display: none;
  }

  .flex-nav-button {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .button-flex {
    position: static;
  }

  .shape-full {
    background-position: 100%;
    background-size: cover;
  }

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

  .add-white-background {
    display: none;
  }

  .circle-absolute-main {
    display: inline-block;
  }

  .margin-with-line {
    margin-top: 96px;
  }

  .icon-small {
    color: var(--white);
  }

  ._100-image {
    background-color: #000;
    background-image: linear-gradient(#fff0 29%, #fff);
  }

  .bottom-part {
    color: var(--main);
    background-color: #0000;
  }

  .main-overlay {
    background-color: #d5d0d0;
    background-image: none;
  }

  .footer-2 {
    z-index: 2;
    padding-bottom: 30px;
    position: relative;
    top: auto;
    overflow: hidden;
  }

  .footer-main-grid-2 {
    place-items: start stretch;
  }

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

  .grid {
    width: 3em;
  }

  .collection-list-wrapper {
    -webkit-text-stroke-color: var(--main);
  }

  .image-2 {
    border-radius: 1px;
  }

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

  .div-block-2 {
    align-self: auto;
  }

  .div-block-3, .list-item, .list-item-2 {
    display: none;
  }

  .list-item-3, .list-item-4 {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 991px) {
  blockquote {
    font-size: 4vw;
  }

  .utility-page-wrap {
    padding-bottom: 6px;
  }

  .page-content {
    padding-left: 0;
  }

  .container.center {
    max-width: 93%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section, .section.gray._80px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .first-checkout {
    width: 100%;
    margin-right: 0;
  }

  .second-checkout {
    flex-basis: auto;
    width: 100%;
    position: relative;
    top: 0;
  }

  .checkout-container {
    flex-flow: column;
  }

  .display-1 {
    font-size: 58px;
  }

  .display-2 {
    font-size: 36px;
  }

  .display-2.for-fade {
    font-size: 24px;
  }

  .display-2.half {
    width: 100%;
    font-size: 40px;
  }

  .display-3 {
    font-size: 40px;
  }

  .sticky-left {
    position: relative;
    top: 0;
  }

  .components-grid, .components-grid-style {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .blog-link {
    max-width: 80%;
  }

  .blog-wrapper {
    max-width: 90%;
  }

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

  .card-container {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    min-width: 420px;
  }

  .hero {
    flex-flow: column-reverse;
    min-height: auto;
    display: flex;
  }

  .hero.for-inner {
    padding-top: 175px;
    padding-bottom: 61px;
  }

  .hero-grid {
    grid-row-gap: 60px;
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.for-team {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .footer-left-wrapper {
    max-width: 70%;
  }

  .contact-grid-main {
    grid-row-gap: 30px;
    grid-template-columns: 1.2fr;
  }

  .divider-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .contact-details-flex.vertical {
    grid-row-gap: 4px;
  }

  .legal-wrapper {
    width: 100%;
    max-width: 90%;
  }

  .hero-w-width {
    max-width: 100%;
  }

  .feautes-item._2 {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .ceo-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cover-image {
    display: none;
  }

  .max-w-width.space-betwwen {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .grid-2-columns.faq {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

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

  .toogle-max-w {
    max-width: 100%;
  }

  .qa-text {
    white-space: normal;
  }

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

  .right-pricing {
    align-items: flex-end;
    width: 100%;
    max-width: 100%;
  }

  .service-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-bottom: 100px;
  }

  .header-content {
    max-width: none;
    padding-left: 5%;
    padding-right: 5%;
  }

  .service-image-wrapper {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .service-image {
    width: 100%;
    height: auto;
    max-height: none;
  }

  .page-grid {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    display: flex;
  }

  .sidebar {
    position: relative;
    top: 0;
  }

  .service-page-wrapper, .pricing-rich-text {
    max-width: 100%;
  }

  .menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .nav-component {
    padding: 16px 10px;
  }

  .nav-container {
    grid-template-columns: .4fr 1fr;
  }

  .brand {
    border-right-style: none;
    padding-left: 0;
    padding-right: 0;
  }

  .brand.w--current {
    border-right-style: none;
  }

  .svg-icon {
    margin-top: 0;
    margin-bottom: 0;
    inset: auto 0% auto auto;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

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

  .nav-menu {
    background-color: var(--white);
    width: 100%;
  }

  .cart-main.mobile {
    display: flex;
  }

  .cart-main.desktop {
    margin-right: 1.3rem;
    display: none;
  }

  .dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-link:hover {
    background-color: #0000;
  }

  .navbar-drodpdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-drodpdown-list.w--open {
    box-shadow: none;
    border-style: none;
    border-color: #0000;
    width: auto;
    padding: 0;
  }

  .navbar-drodpdown-list.auto.w--open {
    margin-left: 0;
  }

  .dropdown-toggle {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 15px;
    display: flex;
  }

  .lines.second {
    right: 228px;
  }

  .lines.second.inner {
    right: 299px;
  }

  .cta-center {
    text-align: center;
    flex-flow: column;
  }

  .line-divider {
    display: none;
  }

  .number {
    font-size: 50px;
  }

  .hero-main {
    padding-top: 95px;
    padding-bottom: 95px;
    display: none;
  }

  .big-line-below {
    padding-bottom: 0;
  }

  .circle-absolute-main {
    top: 407px;
    left: -303px;
  }

  .margin-with-line {
    margin-top: 100px;
  }

  .main-grid {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .main-grid.reverse {
    flex-flow: column;
  }

  .grid-blue.white-background {
    padding-left: 48px;
    padding-right: 48px;
  }

  .success-stories-grid {
    grid-template-columns: 1fr 1fr;
  }

  .top-absolute-white {
    min-height: 32%;
  }

  .text-field-gray {
    min-width: auto;
  }

  .footer-main-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .dropdown-content {
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .dropdown-content.block {
    padding-left: 1rem;
  }

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

  .lp-hero-headline {
    font-size: 46px;
  }

  .lp-section-heading, .lp-section-heading-white {
    font-size: 36px;
  }

  .lp-feature-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-steps-grid {
    grid-template-columns: 1fr;
  }

  .lp-testimonials-grid {
    grid-template-columns: 1fr 1fr;
  }

  .lp-two-col {
    grid-template-columns: 1fr;
  }

  .lp-four-col {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  blockquote {
    font-size: 5vw;
  }

  .circle-plus {
    bottom: 20px;
    right: 20px;
  }

  .display-1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .display-1.white.small {
    font-size: 40px;
  }

  .display-2.for-fade {
    font-size: 27px;
  }

  .display-3 {
    margin-bottom: 0;
    font-size: 30px;
  }

  .style-guide-grid {
    grid-template-columns: 1fr 1fr;
  }

  .photo-animation {
    max-width: 100%;
  }

  .blog-link {
    max-width: 90%;
  }

  .blog-wrapper, .photo-a {
    max-width: 100%;
  }

  .card-container {
    min-width: auto;
    padding-top: 40px;
  }

  .relative-div {
    width: 100%;
  }

  .hero {
    padding-top: 77px;
    overflow: visible;
  }

  .hero.for-inner {
    padding: 145px 31px 47px;
  }

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

  .grid-3-columns.add-space {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .margin-100px.make-50px {
    margin-top: 50px;
  }

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

  .footer-left-wrapper {
    max-width: 90%;
  }

  .footer-logo-link {
    margin-bottom: 1.5rem;
    padding-left: 0;
  }

  .contact-grid-main {
    grid-template-columns: 1fr;
  }

  .divider-line {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .form-grid {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr;
  }

  .contact-form-right-side.second {
    padding-left: 40px;
    padding-right: 40px;
  }

  .legal-wrapper {
    max-width: 100%;
  }

  .hero-w-width {
    margin-left: 0;
  }

  .feautes-item._2 {
    padding-left: 53px;
    padding-right: 53px;
  }

  .features-title {
    font-size: 1.25rem;
  }

  .features-title.biger.more {
    font-size: 50px;
  }

  .margin-150px {
    margin-top: 100px;
  }

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

  .grid-2-columns {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .testimonials-wrapper {
    padding-left: 25px;
  }

  .toogle-max-w {
    max-width: 100%;
  }

  .label {
    max-width: 95%;
  }

  .blog-image-link {
    margin-bottom: 1.5rem;
  }

  .blog-image-link:hover {
    box-shadow: none;
  }

  .blog-meta-wrapper {
    font-size: .75rem;
  }

  .right-pricing {
    grid-row-gap: 40px;
    flex-direction: column;
    align-items: flex-start;
  }

  .left-pricing {
    width: 100%;
  }

  .service-grid {
    padding-bottom: 60px;
  }

  .header-content {
    max-width: 1200px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-field-select, .cart-quantity.white-line {
    height: 45px;
  }

  .nav-component {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cart-main {
    min-height: auto;
  }

  .navbar-drodpdown-list.auto.w--open {
    margin-left: 0;
    padding-left: 1.3rem;
  }

  .cart-container {
    max-width: 480px;
  }

  .cart-button-main {
    height: auto;
  }

  .lines {
    right: -331px;
  }

  .lines.second {
    top: -129px;
    right: 153px;
  }

  .hide {
    display: none;
  }

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

  .metrics-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .number {
    font-size: 50px;
  }

  .subhead-fun {
    font-size: 28px;
  }

  .hero-main {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .circle-absolute-main {
    top: 477px;
  }

  .margin-with-line {
    margin-top: 50px;
  }

  .grid-blue, .grid-blue.white-background {
    padding: 55px 40px;
  }

  .form-single {
    flex-direction: row;
  }

  .text-field-gray {
    text-align: left;
    border-right-style: none;
    margin-right: 0;
  }

  .footer-link-main:hover {
    color: #667085;
  }

  .footer-main-grid-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .footer-grid-2 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .dorpdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .dropdown-content {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .lp-nav-links {
    display: none;
  }

  .lp-label {
    margin-bottom: 16px;
  }

  .lp-section-dark, .lp-section-light, .lp-section-gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lp-hero-headline {
    margin-top: 20px;
    font-size: 34px;
  }

  .lp-hero-sub {
    font-size: 18px;
  }

  .lp-hero-para {
    max-width: 100%;
  }

  .lp-section-heading, .lp-section-heading-white {
    font-size: 28px;
  }

  .lp-stat-item {
    border-right-style: none;
    width: 50%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .lp-feature-grid, .lp-steps-grid {
    grid-template-columns: 1fr;
  }

  .lp-compare-cell, .lp-compare-header, .lp-compare-header-blue {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .lp-testimonials-grid {
    grid-template-columns: 1fr;
  }

  .lp-pricing-card {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .lp-final-cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lp-two-col {
    grid-template-columns: 1fr;
  }

  .lp-four-col {
    grid-template-columns: 1fr 1fr;
  }

  .lp-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lp-compare-table {
    grid-template-columns: 1fr 1fr 1fr;
    font-size: 13px;
  }

  .lp-hero-cta-row {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 15px;
  }

  blockquote {
    font-size: 7vw;
  }

  .container.center {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .section.info {
    padding-top: 120px;
  }

  .section.pricing-page {
    padding-top: 30px;
  }

  .product-title-sidebar {
    font-size: 16px;
  }

  .order-item {
    flex-direction: column;
  }

  .strange-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .circle-plus {
    bottom: 10px;
    right: 10px;
  }

  .display-1 {
    font-size: 38px;
  }

  .display-1.white.small {
    font-size: 27px;
  }

  .display-2 {
    font-size: 25px;
  }

  .display-2.for-fade {
    letter-spacing: 0;
    font-size: 23px;
  }

  .display-2.half {
    font-size: 32px;
  }

  .display-3 {
    margin-top: 15px;
    font-size: 24px;
  }

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

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

  .blog-link {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .button {
    padding: 11px 28px;
  }

  .pricing-grid {
    grid-row-gap: 80px;
  }

  .card-container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .pricing-title {
    font-size: 26px;
  }

  .margin-50px.make-15px {
    margin-top: 15px;
  }

  .button-arrow-link {
    align-self: stretch;
    padding-left: 30px;
    padding-right: 25px;
  }

  .button-arrow-link.transparent {
    padding-left: 2px;
    padding-right: 2px;
  }

  .label-button {
    font-size: 15px;
  }

  .hero {
    min-height: 650px;
  }

  .hero.for-inner {
    padding-top: 126px;
    padding-bottom: 40px;
  }

  .hero-grid {
    grid-row-gap: 40px;
  }

  .subhead {
    max-width: 100%;
    font-size: 19px;
  }

  .subhead.dark {
    font-size: 26px;
  }

  .button-line {
    font-size: 16px;
  }

  .social-wrapper {
    grid-column-gap: 15px;
  }

  .contact-form-left-side {
    padding-left: 0;
    padding-right: 0;
  }

  .divider-line {
    margin-top: 32px;
    margin-bottom: 32px;
  }

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

  .contact-link {
    font-size: 16px;
    line-height: 26px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
  }

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

  .contact-form-right-side {
    padding: 48px 24px;
  }

  .contact-form-right-side.second {
    padding: 36px 28px 33px;
  }

  .text-area {
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-area::placeholder {
    font-size: 16px;
    line-height: 24px;
  }

  .feautes-item._2 {
    padding: 20px 19px;
  }

  .features-title {
    font-size: 1.2rem;
  }

  .features-title.biger {
    line-height: 1.1;
  }

  .features-title.biger.more {
    font-size: 40px;
  }

  .ceo-grid {
    max-width: 100%;
  }

  .services-content {
    margin-top: 30px;
  }

  .services-bottom {
    grid-row-gap: 25px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-2-columns.faq {
    padding: 45px 15px 45px 25px;
  }

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

  .toogle-max-w {
    max-width: 100%;
  }

  .drodpwdown-toggle {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
  }

  .qa-text {
    white-space: break-spaces;
    font-size: 16px;
    line-height: 20px;
  }

  .label {
    font-size: 24px;
    line-height: 28px;
  }

  .blog-title-link {
    padding-right: 20px;
  }

  .blog-title-main {
    font-size: 24px;
  }

  .service-grid {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-bottom: 50px;
  }

  .text-field-select {
    height: 42px;
    margin-bottom: 10px;
  }

  .cart-quantity.white-line {
    width: 50px;
    height: 42px;
  }

  .cart-list {
    padding-left: 0;
    padding-right: 15px;
  }

  .nav-component {
    padding: 10px 0%;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: .6fr 1fr;
    place-items: center stretch;
  }

  .cart-header {
    padding-left: 15px;
    padding-right: 15px;
  }

  .button-arrow-link-2 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .remove-pop-up {
    top: 10px;
    right: 10px;
  }

  .menu-button {
    flex: none;
    justify-content: flex-end;
  }

  .cart-main.mobile {
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .dropdown-link {
    padding-left: 0;
  }

  .flex-nav-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
  }

  .product-price-main.in-sidebar {
    font-size: 17px;
  }

  .image-small-product {
    margin-bottom: 20px;
  }

  .product-title {
    font-size: 18px;
  }

  .cart-button-main {
    margin-top: 0;
  }

  .lines {
    top: -41px;
    right: -103px;
  }

  .lines.second {
    top: -35px;
    right: 93px;
  }

  .lines.second.inner {
    right: 91px;
  }

  .shape-full {
    background-position: 50% 150px;
  }

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

  .subhead-fun {
    max-width: 100%;
    font-size: 25px;
  }

  .hero-main {
    padding-top: 40px;
    padding-bottom: 40px;
    display: none;
  }

  .add-white-background {
    padding: 37px 22px 21px;
  }

  .grid-blue {
    padding: 41px 28px;
  }

  .grid-blue.white-background {
    padding: 31px 28px;
  }

  .success-stories-grid {
    grid-template-columns: 1fr;
  }

  .subhead-main {
    font-size: 22px;
  }

  .subhead-main.smaller {
    font-size: 19px;
  }

  .form-single {
    align-items: center;
  }

  .text-field-gray {
    text-align: left;
    border-right-style: none;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .subscribe-form {
    width: 100%;
  }

  .footer-title-2.white {
    color: var(--main);
  }

  .footer-2 {
    padding-top: 50px;
  }

  .footer-main-grid-2 {
    grid-row-gap: 48px;
  }

  .footer-grid-2 {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .dropdown-content {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lp-label {
    margin-bottom: 16px;
  }

  .lp-section-dark, .lp-section-light, .lp-section-gray {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lp-hero-headline {
    margin-top: 20px;
    font-size: 26px;
  }

  .lp-hero-sub {
    font-size: 16px;
  }

  .lp-section-heading, .lp-section-heading-white {
    font-size: 22px;
  }

  .lp-stat-item {
    border-right-style: none;
    width: 50%;
    padding: 20px 16px;
  }

  .lp-stat-number {
    font-size: 30px;
  }

  .lp-feature-card {
    padding: 24px 20px;
  }

  .lp-pricing-card {
    padding: 28px 20px;
  }

  .lp-price {
    font-size: 40px;
  }

  .lp-final-cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .lp-four-col {
    grid-template-columns: 1fr;
  }

  .lp-footer {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lp-compare-table {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

#w-node-_337a418b-8425-0f96-fbe0-8778b6b217dd-5c196d5c, #w-node-ed0322a1-aade-6634-805c-b4cb855662e9-5c196d5c, #w-node-ed0322a1-aade-6634-805c-b4cb855662ef-5c196d5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed0322a1-aade-6634-805c-b4cb85566301-5c196d5c, #w-node-ed0322a1-aade-6634-805c-b4cb85566307-5c196d5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8afe579a-e707-5d10-feca-56c8ff6d5404-5c196d5c, #w-node-_8afe579a-e707-5d10-feca-56c8ff6d5409-5c196d5c, #w-node-_8afe579a-e707-5d10-feca-56c8ff6d540e-5c196d5c {
  justify-self: center;
}

#w-node-_4d4533ba-141a-01f0-7573-ec3b788a4daf-5c196d5c, #w-node-_4d4533ba-141a-01f0-7573-ec3b788a4db4-5c196d5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ef021c23-b9ac-9115-7088-dd2237595691-5c196d5c, #w-node-ef021c23-b9ac-9115-7088-dd2237595697-5c196d5c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22c6a-16a22c68 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d616d537-2a16-44f8-5124-1b1df4b4db8f-16a22c68, #w-node-d616d537-2a16-44f8-5124-1b1df4b4db9b-16a22c68, #w-node-_275df412-a699-9895-79da-a2bfdbd2e920-dbd2e91e, #w-node-deb90fa0-8837-c630-80c1-3f50d8ecde92-5c196d62, #w-node-deb90fa0-8837-c630-80c1-3f50d8ecde97-5c196d62 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deb90fa0-8837-c630-80c1-3f50d8ecdebc-5c196d62, #w-node-deb90fa0-8837-c630-80c1-3f50d8ecdec2-5c196d62 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (min-width: 1920px) {
  #w-node-_8afe579a-e707-5d10-feca-56c8ff6d5404-5c196d5c {
    place-self: auto center;
  }

  #w-node-_8afe579a-e707-5d10-feca-56c8ff6d5409-5c196d5c, #w-node-_8afe579a-e707-5d10-feca-56c8ff6d540e-5c196d5c {
    justify-self: center;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_8afe579a-e707-5d10-feca-56c8ff6d5404-5c196d5c, #w-node-_8afe579a-e707-5d10-feca-56c8ff6d5409-5c196d5c, #w-node-_8afe579a-e707-5d10-feca-56c8ff6d540e-5c196d5c {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_0b5dce59-0aa8-c564-c2c2-b29b16a22cde-16a22c68 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ed0322a1-aade-6634-805c-b4cb85566301-5c196d5c {
    grid-column: span 1 / span 1;
  }

  #w-node-ed0322a1-aade-6634-805c-b4cb85566307-5c196d5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ef021c23-b9ac-9115-7088-dd2237595691-5c196d5c {
    grid-column: span 1 / span 1;
  }

  #w-node-ef021c23-b9ac-9115-7088-dd2237595697-5c196d5c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-deb90fa0-8837-c630-80c1-3f50d8ecdebc-5c196d62 {
    grid-column: span 1 / span 1;
  }

  #w-node-deb90fa0-8837-c630-80c1-3f50d8ecdec2-5c196d62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Bdogrotesk Vf';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}