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

@font-face {
  font-family: Altone;
  src: url('../fonts/AltoneTrial-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

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

body {
  color: #333;
  font-family: Altone, Verdana, sans-serif;
  font-size: 24px;
  line-height: 20px;
}

.body {
  color: #434343;
  background-color: #7e838470;
}

.navigation {
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
}

.margin-left-right-80 {
  margin-left: 80px;
  margin-right: 80px;
}

.margin-left-right-80.max-width-100 {
  max-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link {
  text-align: center;
  font-family: Altone, Verdana, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

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

.section-banner {
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 44px;
  padding-left: 44px;
  padding-right: 44px;
}

.block-banner {
  background-image: url('../images/Frame-7.webp');
  background-position: 0 0;
  background-size: 1352px 633px;
  border-radius: 20px;
  padding: 140px 135px 140px 100px;
}

.banner-header {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 56px;
  line-height: 70px;
}

.banner-header.lemon-color {
  color: #e9ff53;
}

.banner-header.font-weight-500 {
  font-weight: 500;
}

.banner-header.font-weight-500.line-height-80 {
  line-height: 80px;
}

.banner-header.font-weight-500.line-height-80.text-align-left.margin-bottom-60 {
  margin-bottom: 60px;
}

.banner-header.font-weight-500.line-height-80.text-black {
  color: #434343;
}

.banner-header.font-weight-500.line-height-80.text-black.text-align-left {
  margin-bottom: 70px;
}

.banner-header.font-weight-500.line-height-80.text-blacky, .banner-header.font-weight-500.line-height-80.text-blacky.text-align-left {
  color: #434343;
}

.banner-header.font-weight-500.line-height-80-edit {
  line-height: 80px;
}

.banner-header.font-weight-500.line-height-80-edit.text-blacked {
  color: #434343;
}

.banner-header.font-weight-500.line-height-80-edit.text-blacked.text-align-left {
  color: #1e1e1e;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.banner-header.font-weight-700 {
  font-weight: 700;
}

.banner-header.font-weight-700.line-height-54 {
  line-height: 54px;
}

.banner-header.font-weight-700.line-height-54.font-32 {
  font-size: 22px;
}

.banner-header.font-weight-700.line-height-54.font-50 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 75px;
}

.banner-header.text-block {
  color: #1e1e1e;
  margin-bottom: 56px;
  margin-left: 100px;
  font-weight: 500;
}

.banner-header.let-know {
  color: #1e1e1e;
  font-weight: 500;
  line-height: 80px;
}

.banner-header.let-know.margin-top-bottom {
  margin-top: 24px;
  margin-bottom: 32px;
}

.banner-header.let-know.margin-top-bottom.center {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.banner-header.faq {
  color: #1e1e1e;
  margin-bottom: 56px;
  font-weight: 500;
}

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

.text-white.line-height-30 {
  line-height: 30px;
}

.text-white.line-height-30.margin-top-bottom-40 {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 20px;
}

.text-white.line-height-30.margin-bottom-40 {
  margin-bottom: 40px;
}

.text-white.line-height-30.margin-bottom-40.font-20, .text-white.line-height-30.font-20 {
  font-size: 20px;
}

.button {
  color: #00483d;
  background-color: #e9ff53;
  border: 1px solid #e9ff53;
  border-radius: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 4px 47px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.button:hover, .button:focus {
  background-color: #fff;
  border: 1px solid #fff;
}

.button.button-default {
  color: #e9ff53;
  background-color: #0000;
  border: 1px solid #e9ff53;
}

.button.button-default:hover, .button.button-default:focus {
  color: #00483d;
  background-color: #e9ff53;
  border-color: #e9ff53;
}

.button.button-green {
  color: #e9ff53;
  background-color: #00483d;
  border-color: #00483d;
}

.button.button-green:hover, .button.button-green:focus {
  color: #00483d;
  background-color: #0000;
  border-color: #00483d;
}

.button.submit {
  color: #e9ff53;
  background-color: #00483d;
  border-color: #00483d;
  margin-top: 60px;
  font-family: Altone, Verdana, sans-serif;
  font-weight: 400;
}

.button.submit:hover, .button.submit:focus {
  color: #00483d;
  background-color: #0000;
  border-color: #00483d;
}

.spacer {
  width: 18px;
  height: 18px;
  display: inline-block;
}

.flex-block {
  display: block;
}

.section-black {
  background-color: #010101;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
}

.brand-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}

.section-green {
  background-color: #00483d;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.section-green.transparent {
  background-color: #0000;
}

.block-green {
  padding: 100px 100px 50px;
}

.block-green.green {
  background-color: #00483d;
}

.text-lemon {
  color: #e9ff53;
}

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

.text-lemon.font-20.line-height-30 {
  line-height: 30px;
}

.text-lemon.font-20.line-height-30.margin-bottom-30 {
  margin-bottom: 30px;
}

.section-white {
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
}

.section-white.pos-rel {
  padding-top: 0;
  position: relative;
}

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

.section-lemon {
  background-color: #f4ffa9;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 180px;
}

.section-lemon.section-lemon-contact {
  padding: 60px 100px 120px;
}

.section-lemon.section-lemon-contact.pad-mobile {
  background-color: #f7ffc4;
}

.section-lemon.slider {
  padding-left: 0;
  padding-right: 0;
}

.section-lemon.blog {
  padding: 60px 100px;
}

.section-lemon.blog.pad-mobile {
  background-color: #f7ffc4;
}

.text-green {
  color: #00483d;
}

.text-green.line-height-36 {
  margin-left: 182px;
  margin-right: 182px;
  line-height: 36px;
}

.text-green.let-talk {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

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

.card {
  border: 1px solid #fffc;
  border-radius: 20px;
  padding: 32px 20px;
}

.text-grey-white {
  color: #fffcfccc;
}

.text-grey-white.font-20 {
  font-size: 20px;
}

.text-grey-white.font-20.line-height-30 {
  line-height: 30px;
}

.text-grey-white.font-20.line-height-30.font-poppins {
  font-family: Poppins, sans-serif;
}

.text-grey {
  color: #fffcfccc;
}

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

.text-grey.font-20.line-height-30 {
  line-height: 30px;
}

.text-grey.font-20.line-height-30.font-poppins {
  color: #434343;
  font-family: Poppins, sans-serif;
}

.text-grey.font-20.line-height-30.font-poppins.margin-bottom-100 {
  color: #696969;
  margin-bottom: 100px;
}

.text-grey.font-20.line-height-30.font-poppins.margin-top-bottom {
  margin-top: 20px;
  margin-bottom: 100px;
}

.text-grey.font-20.line-height-30.font-poppins.margin-top-bottom.margin-bottom-40 {
  margin-bottom: 40px;
}

.text-grey.font-20.line-height-30.font-poppins.margin-top-bottom.mb-50 {
  margin-bottom: 50px;
}

.text-greyissh {
  color: #fffcfccc;
}

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

.text-greyissh.font-20.line-height-30 {
  line-height: 30px;
}

.text-greyissh.font-20.line-height-30.font-poppins {
  color: #696969;
  font-family: Poppins, sans-serif;
}

.main-block {
  min-height: 274px;
  margin-left: 220px;
  margin-right: 100px;
  display: block;
  position: relative;
}

.main-block.no-height {
  min-height: 0;
}

.image-2 {
  max-height: 300px;
}

.child-block {
  z-index: -1;
  border-left: 1px dotted #8e8e8e;
  margin-left: 32px;
  padding-left: 100px;
  display: inline;
  position: absolute;
  inset: 0% auto auto 0%;
}

.child-block.no-border {
  z-index: 0;
  border: 1px #000;
}

.section-light-green {
  background-color: #f2f9f2;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-light-green.faq {
  padding-left: 100px;
  padding-right: 100px;
}

.card-block {
  background-color: #00483d;
  border-radius: 50px;
  padding: 140px 60px 140px 100px;
}

.flex-block-2 {
  justify-content: space-between;
  align-items: center;
}

.div-block-2 {
  width: 70%;
}

.nav-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-item {
  position: relative;
}

.dot {
  background-color: #00483d;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: block;
}

.dot-group {
  justify-content: center;
  display: none;
  position: relative;
  bottom: 20px;
}

.section-footer {
  background-color: #12191a;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.footer-link {
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 80px;
  text-decoration: none;
}

.footer-block {
  justify-content: space-between;
  align-items: center;
  padding: 40px 100px;
  display: flex;
}

.footer-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.banner-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 60px;
}

.contact-image {
  width: 100%;
  height: 100%;
}

.label {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.input {
  color: #8e8e8e;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 50px;
  height: 59px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 27px;
}

.input:focus {
  background-color: #fff;
}

.textarea {
  color: #8e8e8e;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 40px;
  width: 100%;
  max-width: 100%;
  min-height: 178px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 27px;
}

.textarea:focus {
  background-color: #fff;
  border-color: #000;
}

.text-block-2 {
  color: #2a665d;
  margin-left: 10px;
  font-size: 18px;
  line-height: 27px;
  display: inline-block;
}

.success-message {
  background-color: #fff;
  border-radius: 20px;
  width: 50%;
}

.port-text {
  margin-bottom: 100px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.port-text.no-margin {
  margin-bottom: 20px;
}

.badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  border: 1px solid #ecff6f;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 4px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  display: inline-flex;
}

.portfolio-title {
  color: #fff;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 70px;
}

.button-2 {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 5px 47px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.button-2:hover {
  color: #00483d;
  background-color: #e9ff53;
  border-color: #e9ff53;
}

.button-group {
  justify-content: flex-end;
}

.button-group._w-100 {
  width: 100%;
}

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

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

.collection-item {
  border-radius: 20px;
  padding: 60px 100px 60px 88px;
}

.collection-item.portfolio-blog {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 100px;
  padding: 86px 332px 188px 90px;
}

.collection-item.performance {
  padding: 0;
  position: relative;
}

.div-block-5 {
  background-color: #000;
  border-radius: 20px;
  margin-top: 64px;
  padding: 67px 90px;
}

.tech-header {
  color: #fff;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 40px;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  line-height: 70px;
}

.div-block-6 {
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 35px;
  display: flex;
}

.text-block-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

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

.link, .image-4 {
  display: inline;
}

.link-block {
  color: #e9ff53;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
}

.link-block.back-button {
  color: #1e1e1e;
  font-family: Poppins, sans-serif;
  line-height: 70px;
}

.div-block-7 {
  justify-content: flex-end;
  width: 250px;
  display: flex;
}

.div-block-8 {
  position: relative;
  bottom: 100px;
}

.grid-2 {
  grid-column-gap: 113px;
  grid-row-gap: 30px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 ". ."
                 / 1fr 2fr;
}

.blog-title {
  color: #1e1e1e;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 70px;
}

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

.blog-title.color-change {
  color: #fff;
}

.blog-title.mb-30 {
  margin-bottom: 31px;
}

.collection-list-4 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-text {
  color: #434343;
  margin-top: -7px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.blog-text.margin-bottom-30 {
  margin-bottom: 30px;
}

.box {
  padding: 40px;
}

.box.lemon-color {
  background-color: #f8ffd1;
}

.box.green-color {
  background-color: #e7f8e7;
}

.box.green-color.margin-left-right-box {
  border-radius: 20px;
  margin-left: 40px;
  margin-right: 40px;
}

.box.dark-green-box {
  background-color: #00483d;
  border-radius: 10px;
}

.box-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.collection-list-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3-copy {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

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

.result-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 35px;
  display: flex;
}

.rich-text-block {
  color: #00483d;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-5 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.rich-text-block-2 {
  color: #434343;
  margin-top: 15px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.div-block-13 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 60px 60px 90px;
  display: grid;
  position: relative;
}

.accordion-text-header-dark {
  white-space: break-spaces;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
}

.accordion-text-header-dark.white-head {
  color: #fff;
}

.accordion-text-header-dark.greeny-head {
  color: #1e1e1e;
}

.accordion-text-sub-header-dark {
  color: #696969;
  white-space: break-spaces;
  font-family: Poppins, sans-serif;
  line-height: 27px;
}

.accordion-text-sub-header-dark.white-head {
  color: #fff;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-item-header {
  color: #fff;
  margin-bottom: 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 30px;
  line-height: 42px;
}

.accordion-item-text {
  color: #fffc;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.accordion-text-sub-header-greeny {
  color: #434343;
  font-family: Poppins, sans-serif;
  line-height: 27px;
}

.bottom-carousel-container {
  display: flex;
  overflow: hidden;
}

.bottom-link-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  min-width: 1520px;
  display: flex;
}

.carousel-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
  position: static;
}

.slider-2 {
  background-color: #0000;
  flex-flow: column;
  height: 100%;
}

.circular-arrow {
  background-color: #00483d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.circular-arrow.arrow-left {
  margin-left: 64px;
}

.circular-arrow.arrow-right {
  margin-right: 64px;
}

.slide {
  padding-left: 182px;
  padding-right: 182px;
}

.slider-header {
  color: #00483d;
  margin-top: 80px;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.slider-text {
  color: #00483d;
  font-family: Space Grotesk, sans-serif;
  font-size: 32px;
  line-height: 50px;
}

.bottom-carousel-container-copy {
  display: flex;
  overflow: hidden;
}

.bottom-link-container-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-around;
  align-items: center;
  min-width: 1500px;
  display: flex;
}

.slide-nav-2 {
  inset: 0% auto auto 182px;
}

.slide-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.test-bio {
  color: #1e1e1e;
  font-family: Poppins, sans-serif;
  line-height: 54px;
}

.test-bio.bio-space {
  border-left: 1px solid #003c32;
  padding-left: 30px;
}

.bio-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.image-gif {
  max-height: 300px;
}

.pagination-block {
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 100px;
  display: flex;
}

.previous-link {
  color: #8e8e8e;
  font-family: Poppins, sans-serif;
  line-height: 50px;
  text-decoration: none;
  display: inline;
}

.previous-link:hover {
  color: #00483d;
}

.next-button {
  color: #e9ff53;
  background-color: #00483d;
  border: 1px solid #00483d;
  border-radius: 50px;
  padding: 4px 47px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 50px;
  text-decoration: none;
}

.next-button:hover {
  color: #00483d;
  background-color: #e9ff53;
  border: 1px solid #e9ff53;
  padding: 4px 47px;
}

.next-button:focus {
  color: #00483d;
  background-color: #e9ff53;
  border-color: #e9ff53;
  padding: 4px 47px;
}

.text-block-6 {
  display: inline;
}

.plus-wrapper {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
}

.horizontal-plus {
  background-color: #000;
  width: 100%;
  height: 2px;
}

.horizontal-plus.whiite-icon {
  background-color: #fff;
}

.vertical-plus {
  background-color: #000;
  width: 2px;
  height: 100%;
  position: absolute;
}

.vertical-plus.whiite-icon {
  background-color: #fff;
}

.image-5 {
  width: 76px;
  height: 41px;
}

.image-6 {
  width: 250px;
  height: 42px;
}

.image-7 {
  width: 152px;
  height: 43px;
}

.image-8 {
  width: 123px;
  height: 42px;
}

.image-9 {
  width: 255px;
  height: 41px;
}

.image-10 {
  width: 175px;
  height: 48px;
}

.image-11 {
  width: 126px;
  height: 38px;
}

.image-12 {
  width: 149px;
  height: 41px;
}

.image-13 {
  width: 91px;
  height: 52px;
}

.image-14 {
  width: 140px;
  height: 41px;
}

.image-15 {
  width: 190px;
  height: 44px;
}

.image-16 {
  width: 194px;
  height: 43px;
}

.image-17 {
  width: 188px;
  height: 41px;
}

.timeline {
  justify-content: center;
  margin-left: -100px;
  margin-right: -100px;
  display: flex;
}

.timeline-image-wrap {
  z-index: 1;
  display: inline;
  position: absolute;
}

.timeline-image-wrap.top-position {
  top: -16px;
}

.timeline-text-wrap {
  float: left;
  border-left: 1px dashed #8e8e8e;
  margin-top: 24px;
  margin-left: -68px;
  padding-left: 86px;
  position: relative;
  left: 100px;
}

.timeline-text-wrap.no-border {
  z-index: 0;
  border: 1px #000;
}

.timeline-text-wrap.margin-top-0 {
  margin-top: 0;
}

.timeline-wrap {
  position: relative;
}

.timeline-wrap-block {
  width: 50%;
}

.image-gif-compass {
  opacity: 0;
  width: 100px;
  transform: translate(-82px);
}

.image-note {
  max-height: 300px;
}

.image-note-gif {
  opacity: 0;
  width: 100px;
  transform: translate(-82px);
}

.image-micro {
  max-height: 300px;
}

.image-micro-gif {
  opacity: 0;
  width: 100px;
  transform: translate(-82px);
}

.button-timeline {
  color: #00483d;
  background-color: #e9ff53;
  border: 1px solid #e9ff53;
  border-radius: 50px;
  padding: 4px 47px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.button-timeline:hover, .button-timeline:focus {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 4px 47px;
}

.button-timeline.button-green {
  color: #e9ff53;
  background-color: #00483d;
  border-color: #00483d;
  margin-left: 90px;
}

.button-timeline.button-green:hover, .button-timeline.button-green:focus {
  color: #00483d;
  background-color: #0000;
  border-color: #00483d;
}

.section-footer-wrap {
  background-color: #fff;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  background-color: #7e838470;
}

.image-18 {
  margin-bottom: 43px;
}

.green-icon {
  display: none;
}

.schedule-gif {
  width: 265px;
  height: 336px;
}

.timeline-copy {
  justify-content: center;
  margin-left: -100px;
  margin-right: -100px;
}

.timeline-wrap-block-copy {
  justify-content: center;
  display: flex;
}

.timeline-wrap-copy {
  width: 50%;
  position: relative;
}

.timeline-button-wrap-copy {
  justify-content: center;
  display: flex;
}

.timeline-image-wrap-copy {
  z-index: 1;
  position: absolute;
}

.timeline-image-wrap-copy.top-position {
  top: -16px;
}

.gif-icon {
  width: 64px;
  display: none;
}

.button-timeline-copy {
  color: #00483d;
  background-color: #e9ff53;
  border: 1px solid #e9ff53;
  border-radius: 50px;
  padding: 4px 47px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  line-height: 50px;
}

.button-timeline-copy:hover, .button-timeline-copy:focus {
  background-color: #fff;
  border: 1px solid #fff;
}

.button-timeline-copy.button-green {
  color: #e9ff53;
  background-color: #00483d;
  border-color: #00483d;
}

.button-timeline-copy.button-green:hover, .button-timeline-copy.button-green:focus {
  color: #00483d;
  background-color: #0000;
  border-color: #00483d;
}

.accordion-gif {
  width: 46px;
}

.image-19, .image-20 {
  height: auto;
}

.image-22 {
  width: auto;
  height: auto;
}

.image-23, .image-24 {
  height: auto;
}

.accordion {
  cursor: pointer;
}

.accordion.faq {
  background-color: #fff;
  border: 1px solid #d6d9d8;
  border-radius: 10px;
  width: 100%;
  padding: 24px 38px;
}

.accordion-toggle {
  justify-content: space-around;
  align-items: flex-start;
  padding: 54px 54px 54px 63px;
  display: flex;
}

.accordion-toggle.lemon-color {
  background-color: #f4ffa9;
}

.accordion-toggle.green-color {
  background-color: #00483d;
}

.accordion-toggle.light-green {
  -webkit-text-fill-color: inherit;
  background-color: #a2d4a3;
  background-clip: border-box;
}

.accordion-toggle.faq {
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.accordion-list {
  float: left;
  background-image: url('../images/first.webp');
  background-position: 0 0;
  background-size: cover;
  min-height: 730px;
}

.accordion-list.second-bg {
  background-image: url('../images/sec_bg.webp');
  background-position: 0 0;
  background-size: cover;
}

.accordion-list.third-bg {
  background-image: url('../images/Frame-14020-1-min.webp');
}

.accordion-list.faq {
  background-image: none;
  min-height: auto;
}

.testifier {
  color: #1e1e1e;
  margin-top: 24px;
  font-family: Poppins, sans-serif;
  line-height: 54px;
}

.image-25, .image-26 {
  width: auto;
  height: auto;
}

.lottie-animation {
  width: 100px;
}

.invisible {
  opacity: 0;
}

.static-gif {
  width: 100%;
  height: auto;
}

.static-gif.mobile {
  display: none;
}

.banner {
  border-radius: 20px;
  position: relative;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.image-27 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.image-27-mobile {
  border-radius: 20px;
}

.image-28 {
  width: 100%;
  height: auto;
}

.performance {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 88px;
  padding-right: 100px;
  display: flex;
  position: absolute;
}

.image-29 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.collection-item-3 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.collection-item-3.blog {
  margin-bottom: 100px;
}

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

.image-30 {
  height: 100%;
}

.image-31 {
  width: 100%;
  height: auto;
}

.image-32 {
  width: 30%;
}

.image-33 {
  width: 100%;
  height: auto;
}

.content {
  margin-bottom: 100px;
  margin-left: 80px;
  margin-right: 80px;
}

.collection-list-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #434343;
  border: 1px solid #434343;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  /* height: 100%; */
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.link-block-2:hover {
  color: #00483d;
  border-color: #00483d;
}

.title {
  margin-bottom: 16px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.title.blog-ellipse {
  overflow: hidden;
}

.div-block-19 {
  border-radius: 11px;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.image-34 {
  object-fit: cover;
  border: 1px solid #bebbbb;
  border-radius: 11px;
  width: 100%;
  height: 100%;
  display: block;
}

.summary {
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
}

.flex-block-3 {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.rich-text-block-3 {
  margin-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}

.collection-list-wrapper-2 {
  margin-bottom: 100px;
}

.pagination {
  margin-top: 60px;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 500;
}

.text-block-7 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 160%;
  display: inline;
}

.text-block-7.time {
  margin-left: 10px;
}

.flex-block-4 {
  justify-content: space-between;
  align-items: center;
}

.recaptcha {
  margin-top: 60px;
}

.div-block-20 {
  width: 75%;
}

.div-block-21 {
  width: 25%;
}

.heading-3 {
  color: #006e5d;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 160%;
}

.heading-4 {
  color: #006e5d;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.heading-3-copy {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.text-block-8 {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
}

.paragraph {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.quick-stack {
  padding-top: 50px;
  padding-left: 0;
  padding-right: 0;
}

.rich-text-block-4 {
  background-color: #fafee3;
  border: 1px solid #f3f8d0;
  border-radius: 20px;
  width: 100%;
  padding: 27px 20px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 160%;
  position: sticky;
  top: 20px;
}

.rich-text-block-5 {
  color: #222;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 160%;
}

.div-block-22 {
  background-image: url('../images/61f7f0bc11f82815a16186e3a5531c3e85682d11.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 140px 135px 90px;
  position: relative;
}

.div-block-23 {
  z-index: 1;
  background-image: linear-gradient(#0009, #0009);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-24 {
  z-index: 2;
  position: relative;
}

.flex-block-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
}

.div-block-25 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 60px 60px 90px;
  display: grid;
  position: relative;
}

.div-block-26.faq {
  margin: 0;
  display: block;
}

.text-block-9 {
  color: #101828;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 45px;
}

.text-block-10 {
  color: #4a5565;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.portfolio {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: auto;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.text-block-12 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
}

.heading-6 {
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 60px;
}

.heading-7 {
  color: #777;
  font-weight: 400;
  line-height: 24px;
}

.link-2, .link-3, .link-4 {
  color: #000;
  text-decoration: none;
}

.blog-post {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.blog-sub-text {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.blog-sub-text.no-margin {
  margin-bottom: 20px;
}

.text-block-15 {
  color: #6d6969;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 160%;
}

.image-10-copy {
  width: 200px;
}

@media screen and (min-width: 1280px) {
  .banner-header {
    font-size: 65px;
  }

  .banner-header.font-weight-700.line-height-54.font-32 {
    font-size: 32px;
  }

  .banner-header.text-block {
    color: #1e1e1e;
    margin-left: 100px;
  }

  .spacer {
    display: inline-block;
  }

  .section-lemon.section-lemon-contact, .section-lemon.blog {
    background-color: #f7ffc4;
  }

  .card {
    padding: 60px 36px;
  }

  .main-block {
    min-height: 309px;
  }

  .main-block.h-227 {
    min-height: 277px;
  }

  .section-light-green {
    background-color: #f2f9f2;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 0;
  }

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

  .div-block-7 {
    width: auto;
  }

  .text-block-5 {
    color: #fff;
    margin-bottom: 53px;
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 1440px) {
  .button {
    margin-top: 0;
  }

  .next-button {
    line-height: 80px;
  }

  .utility-page-wrap {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .utility-page-content {
    width: 100%;
    max-width: 800px;
    margin: 100px auto;
  }

  .section {
    min-height: 60vh;
  }

  .list {
    float: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: center;
    align-items: stretch;
    margin-top: 40px;
    list-style-type: none;
    display: flex;
  }

  .text-block-11 {
    max-width: 600px;
  }

  .text-block-12 {
    margin: 10px auto 40px;
    font-size: 16px;
    line-height: 1.5em;
  }

  .body-4 {
    display: block;
  }

  .heading-5, .heading-6 {
    font-size: 64px;
    line-height: 64px;
  }

  .text-block-13, .text-block-14 {
    font-size: 32px;
    line-height: 32px;
  }

  .heading-7 {
    color: #777;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  .margin-left-right-80.max-width-100 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .nav-link.w--current {
    color: #e9ff53;
    background-color: #00483d;
    border-radius: 50px;
    padding: 5px 47px;
  }

  .section-banner {
    background-color: #eff2f7;
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-banner {
    padding: 80px 80px 80px 60px;
  }

  .banner-header {
    font-size: 30px;
    line-height: 45px;
  }

  .banner-header.font-weight-500.line-height-80 {
    line-height: 45px;
  }

  .banner-header.font-weight-500.line-height-80.text-black.text-align-left {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 80px;
  }

  .banner-header.font-weight-500.line-height-80.text-blacky.text-align-left {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 48px;
  }

  .banner-header.font-weight-500.line-height-80-edit {
    line-height: 45px;
  }

  .banner-header.font-weight-500.line-height-80-edit.text-blacked.text-align-left {
    font-size: 24px;
  }

  .banner-header.font-weight-700.line-height-54 {
    line-height: 45px;
  }

  .banner-header.font-weight-700.line-height-54.font-50 {
    font-size: 36px;
    line-height: 54px;
  }

  .banner-header.text-block {
    margin-bottom: 48px;
    margin-left: 16px;
    font-size: 24px;
    line-height: 32px;
  }

  .banner-header.let-know {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
  }

  .banner-header.faq {
    margin-bottom: 48px;
    font-size: 24px;
    line-height: 32px;
  }

  .text-white.line-height-30.margin-top-bottom-40 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 27px;
  }

  .text-white.line-height-30.margin-bottom-40.font-20 {
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 80px;
  }

  .button.submit {
    margin-top: 32px;
  }

  .spacer {
    display: inline-block;
  }

  .flex-block {
    display: block;
  }

  .section-black {
    padding: 35px 35px 40px;
  }

  .brand-logos {
    flex-flow: wrap;
    justify-content: center;
  }

  .block-green, .section-white {
    padding: 40px 16px;
  }

  .section-white.margin-gap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-lemon {
    padding: 40px 16px;
  }

  .section-lemon.section-lemon-contact {
    padding: 32px 16px;
  }

  .section-lemon.section-lemon-contact.pad-mobile.center {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .section-lemon.blog {
    padding: 32px 16px;
  }

  .section-lemon.blog.pad-mobile.center {
    padding-top: 60px;
    padding-bottom: 120px;
  }

  .text-green.line-height-36 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 100%;
  }

  .text-grey.font-20.line-height-30.font-poppins.margin-bottom-100 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .text-grey.font-20.line-height-30.font-poppins.margin-top-bottom {
    font-size: 16px;
    line-height: 24px;
  }

  .text-grey.font-20.line-height-30.font-poppins.margin-top-bottom.mb-mobile-40 {
    margin-bottom: 30px;
  }

  .text-greyissh.font-20.line-height-30.font-poppins {
    line-height: 27px;
  }

  .main-block {
    min-height: 310px;
    margin-left: 0;
    margin-right: 0;
  }

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

  .child-block {
    border-left-style: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .section-light-green {
    background-color: #f2f9f2;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-light-green.faq {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-block {
    padding: 40px 20px;
  }

  .card-block.hide {
    display: none;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: center;
  }

  .div-block-2 {
    text-align: center;
  }

  .nav-list {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .nav-menu {
    background-color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    top: -10px;
    left: 46%;
    right: 16px;
    box-shadow: 0 4px 40px #00000040;
  }

  .nav-item {
    border-bottom: 3px solid #f6f6f6;
    align-items: center;
    max-height: 70px;
    padding: 10px 20px;
    display: flex;
  }

  .dot {
    display: none;
  }

  .footer-link {
    font-size: 16px;
    line-height: 40px;
  }

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

  .banner-grid {
    grid-template-rows: auto auto;
    display: block;
  }

  .banner-grid.margin-bottom-32 {
    margin-bottom: 32px;
  }

  .contact-image {
    width: 100%;
  }

  .text-block-2 {
    margin-left: 0;
  }

  .success-message {
    width: auto;
  }

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

  .margin-bottom-32 {
    margin-bottom: 32px;
  }

  .badge {
    font-size: 12px;
  }

  .portfolio-title {
    font-size: 24px;
    line-height: 34px;
  }

  .button-2 {
    font-family: Altone, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .button-group {
    justify-content: flex-start;
    display: block;
  }

  .collection-list-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 100%;
  }

  .collection-item {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    padding-top: 40px;
  }

  .collection-item.portfolio-blog {
    margin-bottom: 32px;
    padding: 40px 32px;
  }

  .div-block-5 {
    margin-top: 24px;
  }

  .tech-header {
    font-size: 24px;
    line-height: 34px;
  }

  .div-block-6 {
    flex-flow: column;
    align-items: flex-start;
    padding: 16px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 21px;
  }

  .link-block {
    font-size: 12px;
  }

  .div-block-7 {
    justify-content: flex-end;
    width: 100%;
    display: flex;
  }

  .grid-2 {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .blog-title, .blog-title.font-change {
    font-size: 20px;
  }

  .blog-title.mb-30 {
    margin-left: 16px;
    margin-right: 16px;
    line-height: 32px;
  }

  .blog-title.mb-0 {
    margin-top: -22px;
  }

  .collection-list-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .blog-text {
    font-size: 14px;
    line-height: 21px;
  }

  .box.lemon-color {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .box.green-color {
    padding-top: 28px;
    padding-bottom: 28px;
    padding-right: 0;
  }

  .box.green-color.margin-left-right-box {
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .box.dark-green-box {
    padding: 34px 16px;
  }

  .box-wrapper {
    margin-top: 10px;
  }

  .text-block-3-copy {
    font-size: 14px;
    line-height: 21px;
  }

  .result-card {
    flex-flow: row;
    align-items: center;
    padding: 16px;
  }

  .div-block-10 {
    order: 1;
    width: 100%;
    position: relative;
  }

  .div-block-11 {
    margin-left: -16px;
    margin-right: -16px;
    position: relative;
  }

  .div-block-12 {
    margin-bottom: 0;
  }

  .rich-text-block {
    font-size: 14px;
    line-height: 21px;
  }

  .text-block-5 {
    font-size: 12px;
  }

  .rich-text-block-2 {
    font-size: 15px;
    line-height: 30px;
  }

  .div-block-13 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin: 28px 19px 41px;
  }

  .accordion-text-header-dark {
    font-size: 20px;
    line-height: 32px;
  }

  .accordion-text-sub-header-dark {
    font-size: 14px;
    line-height: 18px;
  }

  .accordion-item-header {
    margin-top: 16px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
  }

  .accordion-item-text {
    font-size: 16px;
    line-height: 27px;
  }

  .accordion-text-sub-header-greeny {
    font-size: 14px;
    line-height: 32px;
  }

  .bottom-link-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    min-width: 1024px;
  }

  .circular-arrow {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .circular-arrow.arrow-left {
    margin-left: 16px;
    inset: auto auto 0% 0%;
  }

  .circular-arrow.arrow-right {
    margin-right: 16px;
    inset: auto 0% 0% auto;
  }

  .slide {
    padding-left: 16px;
    padding-right: 16px;
  }

  .slider-header {
    font-size: 32px;
  }

  .slider-text {
    font-size: 20px;
    line-height: 30px;
  }

  .bottom-link-container-copy {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    min-width: 890px;
  }

  .slide-nav-2 {
    left: 16px;
  }

  .test-bio {
    font-size: 16px;
  }

  .bio-wrap {
    margin-bottom: 100px;
  }

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

  .pagination-block {
    order: 2;
    width: 100%;
    margin-bottom: 50px;
  }

  .image-5 {
    width: 38px;
    height: 20px;
  }

  .image-6 {
    width: 125px;
    height: 21px;
  }

  .image-7 {
    width: 76px;
    height: 21px;
  }

  .image-8 {
    width: 61px;
    height: 21px;
  }

  .image-9 {
    width: 127px;
    height: 20px;
  }

  .image-10 {
    width: 87px;
    height: 24px;
  }

  .image-11 {
    width: 63px;
    height: 19px;
  }

  .image-12 {
    width: 74px;
    height: 20px;
  }

  .image-13 {
    width: 45px;
    height: 26px;
  }

  .image-14 {
    width: 70px;
    height: 20px;
  }

  .image-15 {
    width: 95px;
    height: 22px;
  }

  .image-16 {
    width: 97px;
    height: 21px;
  }

  .image-17 {
    width: 94px;
    height: 20px;
  }

  .timeline {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .timeline-image-wrap {
    display: block;
    position: static;
  }

  .timeline-text-wrap {
    border-left-style: none;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: static;
  }

  .timeline-text-wrap.margin-top-0 {
    margin-top: 20px;
  }

  .timeline-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .timeline-wrap-block {
    width: auto;
  }

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

  .image-gif-compass {
    width: 64px;
    display: inline-block;
    transform: translate(-64px);
  }

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

  .image-note-gif {
    width: 64px;
    display: inline-block;
    transform: translate(-64px);
  }

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

  .image-micro-gif {
    width: 64px;
    display: inline-block;
    transform: translate(-64px);
  }

  .button-timeline.button-green {
    margin-left: 0;
  }

  .timeline-button-wrap {
    justify-content: center;
    display: flex;
  }

  .image-18 {
    margin-bottom: 20px;
  }

  .timeline-copy {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .timeline-wrap-block-copy {
    display: block;
  }

  .timeline-wrap-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: block;
    position: static;
  }

  .timeline-button-wrap-copy {
    justify-content: center;
    display: flex;
  }

  .timeline-image-wrap-copy {
    margin-top: 20px;
    display: block;
    position: static;
  }

  .gif-icon {
    width: 64px;
    display: inline-block;
  }

  .image-icon {
    display: none;
  }

  .accordion-gif {
    width: 32px;
  }

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

  .image-19 {
    width: 62px;
  }

  .image-20 {
    width: 78px;
  }

  .collection-item-2 {
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .collection-list-wrapper {
    margin-bottom: 16px;
  }

  .image-22 {
    width: 91px;
  }

  .image-23 {
    width: 139px;
  }

  .image-24 {
    width: 89px;
  }

  .accordion.faq {
    border-color: #1a7440;
    padding-left: 10px;
    padding-right: 10px;
  }

  .accordion-toggle {
    height: 100px;
    padding: 16px 14px 14px;
  }

  .testifier {
    margin-top: 18px;
    padding-left: 10px;
    font-size: 14px;
  }

  .menu-button {
    min-height: 76px;
  }

  .performance {
    padding-left: 16px;
    padding-right: 16px;
  }

  .collection-item-3.blog {
    margin-bottom: 32px;
  }

  .image-32 {
    order: -1;
    width: auto;
  }

  .content {
    margin-bottom: 40px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .collection-list-7 {
    grid-template-columns: 1fr 1fr;
  }

  .title, .summary {
    font-size: 24px;
    line-height: 34px;
  }

  .rich-text-block-3 {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .heading {
    margin-bottom: 0;
  }

  .collection-list-wrapper-2 {
    margin-bottom: 40px;
  }

  .pagination {
    margin-top: 40px;
  }

  .rich-text-block-5 {
    font-size: 14px;
    line-height: 22px;
  }

  .div-block-22 {
    padding: 60px 60px 40px;
  }

  .div-block-26 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin: 28px 19px 41px;
  }

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

  .image-10-copy {
    width: 87px;
    height: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-banner {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .block-banner {
    background-image: url('../images/Untitled-1.webp');
    background-size: cover;
    padding: 87px 0 69px;
  }

  .banner-header {
    text-align: center;
    font-size: 32px;
  }

  .banner-header.font-weight-500.line-height-80.text-align-left, .banner-header.font-weight-500.line-height-80-edit.text-align-left, .banner-header.font-weight-700.line-height-54.text-align-left, .banner-header.text-block {
    text-align: left;
  }

  .banner-header.let-know {
    text-align: left;
    line-height: 42px;
  }

  .banner-header.let-know.margin-top-bottom {
    margin-top: 16px;
  }

  .banner-header.hehght {
    min-height: 90px;
  }

  .banner-header.faq {
    text-align: left;
  }

  .text-white.line-height-30.margin-top-bottom-40 {
    text-align: center;
  }

  .text-white.line-height-30.margin-top-bottom-40.height {
    min-height: 54px;
  }

  .button.button-default.height, .button.hover-button.height {
    min-height: 60px;
  }

  .spacer {
    display: block;
  }

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

  .section-black {
    padding: 35px 35px 40px;
  }

  .brand-logos {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
  }

  .block-green {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-lemon.font-20.line-height-30.margin-bottom-30 {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .section-white {
    padding: 40px 16px;
  }

  .section-white.margin-gap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-lemon {
    padding: 40px 16px;
  }

  .section-lemon.section-lemon-contact {
    padding: 32px 16px;
  }

  .section-lemon.section-lemon-contact.pad-mobile {
    padding-bottom: 63px;
  }

  .section-lemon.section-lemon-contact.pad-mobile.center {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .section-lemon.blog {
    padding: 32px 16px;
  }

  .section-lemon.blog.pad-mobile {
    padding-bottom: 63px;
  }

  .section-lemon.blog.pad-mobile.center {
    padding-top: 32px;
    padding-bottom: 60px;
  }

  .text-grey.font-20.line-height-30.font-poppins.margin-top-bottom {
    margin-bottom: 40px;
  }

  .main-block {
    min-height: 0;
  }

  .nav-menu {
    left: 40%;
  }

  .footer-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .port-text {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .collection-item {
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-5 {
    padding: 40px 16px 100px;
  }

  .tech-header {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 5px;
  }

  .div-block-8 {
    bottom: 60px;
  }

  .collection-list-4 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-rows: auto;
    align-items: center;
    display: flex;
  }

  .box.lemon-color, .box.green-color {
    padding-left: 16px;
    padding-right: 16px;
  }

  .box-wrapper {
    margin-left: -16px;
    margin-right: -16px;
  }

  .bottom-carousel-container-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .pagination-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
  }

  .previous-link {
    order: 1;
  }

  .timeline-image-wrap-copy {
    margin-top: 0;
  }

  .static-gif.mobile {
    width: 100%;
    display: inline-block;
  }

  .banner.mobile {
    height: 493px;
  }

  .div-block-16.mobile {
    padding-left: 12px;
    padding-right: 12px;
  }

  .image-27 {
    object-fit: cover;
    height: 100%;
  }

  .image-27-mobile {
    width: 100%;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .performance {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-29 {
    height: 245px;
  }

  .collection-list-7 {
    grid-template-columns: 1fr;
  }

  .quick-stack {
    padding-top: 20px;
  }

  .rich-text-block-4 {
    padding-top: 0;
    padding-bottom: 10px;
    position: static;
  }

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

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

  .portfolio {
    margin-top: 20px;
  }

  .blog-sub-text {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    max-width: none;
  }

  .banner-header.font-weight-500.line-height-80.text-blacky.text-align-left {
    line-height: 36px;
  }

  .banner-header.font-weight-700.line-height-54.font-50 {
    font-size: 32px;
    line-height: 45px;
  }

  .button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-2 {
    width: 100%;
  }

  .nav-item, .footer-link {
    padding-left: 0;
    padding-right: 0;
  }

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

  .collection-list-4 {
    flex-flow: wrap;
  }

  .accordion-text-sub-header-dark.white-head {
    padding-right: 5px;
  }

  .div-block-14 {
    overflow-wrap: normal;
    order: 0;
  }

  .div-block-15 {
    overflow-wrap: normal;
  }

  .accordion-text-sub-header-greeny {
    white-space: break-spaces;
  }

  .bottom-link-container, .bottom-link-container-copy {
    min-width: 594px;
  }

  .test-bio {
    line-height: 30px;
  }

  .test-bio.bio-space {
    padding-left: 10px;
  }

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

  .next-button, .next-button:hover {
    padding-left: 35px;
    padding-right: 35px;
  }

  .home-client-image {
    width: 60px;
    height: auto;
  }

  .button-timeline-copy {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-toggle {
    height: auto;
  }

  .flex-block-4 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-block-copy {
    flex-flow: column;
  }

  .div-block-25 {
    overflow-wrap: normal;
    order: 0;
  }

  .div-block-27 {
    overflow-wrap: normal;
  }

  .list {
    flex-flow: column;
    align-items: center;
  }

  .heading-6._404-hero-title {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 32px;
  }

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

#w-node-b1a3d526-9024-4a30-87a5-986037bbae16-56175430, #w-node-eabc079b-5e10-0ed4-a842-4324cb778931-56175430, #w-node-_8739df0d-afec-64bf-fe04-ca25ac9668f6-56175430 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd4f22d4-a3f2-7599-47e6-73fe23cab5c0-31bc8df7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

@media screen and (max-width: 767px) {
  #w-node-dd4f22d4-a3f2-7599-47e6-73fe23cab5c0-31bc8df7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd4f22d4-a3f2-7599-47e6-73fe23cab5c2-31bc8df7 {
    order: -9999;
  }
}


@font-face {
  font-family: 'Altone';
  src: url('../fonts/AltoneTrial-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Altone';
  src: url('../fonts/AltoneTrial-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}