@media (max-width: 426px) {
  .deco-block-border:before {
    left: 10px;
  }
  .deco-block-border:after {
    right: 10px;
  }
}
.hero-banner {
  min-height: auto;
}
@media (max-width: 769px) {
  .hero-banner {
    min-height: auto;
  }
}
.hero-banner .hero-banner-title {
  font-size: 70px;
  line-height: 70px;
  font-family: IBMPlexMono;
  font-weight: 300;
  margin-bottom: 24px;
}
.hero-banner .hero-banner-title br {
  display: none;
}
@media (max-width: 426px) {
  .hero-banner .hero-banner-title br {
    display: block;
  }
}
.hero-banner .hero-banner-title span {
  font-weight: 500;
}
@media (max-width: 769px) {
  .hero-banner .hero-banner-title {
    font-size: 42px;
    line-height: 50px;
    margin-bottom: 16px;
    letter-spacing: -1.8px;
  }
}
.hero-banner .hero-banner-text {
  margin-top: unset;
}
@media (max-width: 1025px) {
  .quote-section {
    margin-top: -125px;
  }
}
@media (max-width: 426px) {
  .quote-section {
    margin-top: -65px;
  }
}
@media (max-width: 769px) {
  .revenue {
    width: 95%;
  }
}
@media (max-width: 426px) {
  .revenue .revenue-inner {
    border: 1px solid #6d2929;
    padding: 10px;
  }
}
.steps-ecom .steps-block {
  margin-bottom: 40px;
}
.steps-ecom .step-block-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 1150px) {
  .steps-ecom .step-block-inner {
    flex-direction: column;
    align-items: center;
  }
}
.steps-ecom .step {
  position: relative;
  border: 1px solid #6d2929;
}
@media (max-width: 1150px) {
  .steps-ecom .step {
    padding: 78px 18px 0 18px !important;
    border: unset;
    border-left: 1px solid #6d2929;
  }
}
.steps-ecom .step:nth-child(1) {
  padding: 101px 56px 0 67px;
  margin-bottom: unset;
}
.steps-ecom .step:nth-child(1) .step-block-image-mobile {
  display: none;
}
@media (max-width: 426px) {
  .steps-ecom .step:nth-child(1) .step-block-image-desktop {
    display: none;
  }
  .steps-ecom .step:nth-child(1) .step-block-image-mobile {
    display: inline-block;
    position: absolute;
    bottom: -170px;
    left: -13px;
  }
  .steps-ecom .step:nth-child(1) img {
    width: 356px;
    height: 172px;
  }
}
.steps-ecom .step:nth-child(3) {
  padding: 30px 56px 12px 95px;
  margin-bottom: unset;
}
@media (max-width: 426px) {
  .steps-ecom .step:nth-child(3) {
    margin-top: 158px;
  }
}
.steps-ecom .step:nth-child(3) .step-number {
  top: 0;
}
.steps-ecom .step:nth-child(3):before {
  content: "";
  display: none;
  width: 15px;
  height: 150px;
  background-color: #101223;
  position: absolute;
  bottom: 0;
  left: -9px;
}
.steps-ecom .step:nth-child(3) .step-block-inner {
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 1150px) {
  .steps-ecom .step:nth-child(3) .step-block-inner {
    flex-direction: column;
  }
}
.steps-ecom .step:nth-child(3) .step-block-image {
  justify-content: start;
}
@media (max-width: 1150px) {
  .steps-ecom .step:nth-child(3) .step-block-image {
    justify-content: center;
  }
}
@media (max-width: 426px) {
  .steps-ecom .step:nth-child(3) .step-block-image img {
    width: 251px;
    height: 251px;
  }
}
.steps-ecom .step:nth-child(3) .step-block-heading {
  max-width: 549px;
  margin-bottom: unset;
  margin-top: unset;
  letter-spacing: -2.1px;
}
.steps-ecom .step:nth-child(5) {
  padding: 32px 72px 0 67px;
  margin-bottom: unset;
}
.steps-ecom .step:nth-child(5) .step-block-inner {
  justify-content: space-evenly;
  align-items: center;
}
.steps-ecom .step:nth-child(5) .step-block-heading {
  min-width: 481px;
  margin-bottom: unset;
  margin-top: unset;
  margin-right: 120px;
}
@media (max-width: 1150px) {
  .steps-ecom .step:nth-child(5) .step-block-heading {
    min-width: unset;
    margin-right: unset;
  }
}
@media (max-width: 426px) {
  .steps-ecom .step:nth-child(5) img {
    width: 333px;
    height: 232px;
  }
}
.step-block-heading {
  width: 100%;
  margin-bottom: unset;
  margin-top: 51px;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .steps-ecom .step-block-heading {
    width: 100%;
    margin-bottom: 39px;
    margin-top: 0;
  }
}
.steps-ecom .step-block-image-wrapper {
  width: 50%;
}
@media (max-width: 1150px) {
  .steps-ecom .step-block-image-wrapper {
    width: 100%;
  }
}
.steps-ecom .step-block-image {
  width: 100%;
  height: 100%;
  border: unset;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: unset;
}
.steps-ecom .step-block-image img {
  width: initial;
}
@media (max-width: 1025px) {
  .steps-ecom .step-block-image img {
    width: 100%;
  }
}
.steps-ecom .separator {
  border-left: 1px solid #6d2929;
  height: 80px;
  width: 100%;
}
@media (max-width: 426px) {
  .steps-ecom .separator {
    height: 75px;
  }
}
@media (max-width: 769px) {
  .steps-ecom .deco-block-border {
    display: none;
  }
}
.quote-section-default.add-bottom-padding .quote-section-inner {
  padding-bottom: 64px;
}
@media (max-width: 769px) {
  .quote-section-default.add-bottom-padding .quote-section-inner {
    padding-bottom: 0;
  }
}
.quote-section-default-ecom {
  margin-top: 88px;
}
@media (max-width: 426px) {
  .quote-section-default-ecom {
    margin-top: 26px;
  }
  .quote-section-default-ecom.krystal .deco-block-border.only-mobile {
    margin-bottom: 90px;
  }
  .quote-section-default-ecom.krystal .deco-block-border {
    display: block;
    margin-top: 60px;
  }
}
.quote-section-default-ecom .deco-block-border {
  margin-top: 92px;
}
@media (max-width: 426px) {
  .quote-section-default-ecom .deco-block-border {
    display: none;
  }
}
@media (max-width: 426px) {
  .cta-section {
    margin-top: 25px;
  }
}
.cta-section .cta-section-inner-content {
  border: none;
  padding: 40px 0 0 0;
}
@media (max-width: 1367px) {
  .cta-section .cta-section-inner-content {
    padding: 40px 35px 0 35px;
  }
}
.cta-section .cta-section-heading {
  margin-bottom: 16px;
  letter-spacing: -2.1px;
}
.cta-section .cta-section-subheading {
  font-weight: 300;
}
.cta-section .step-block-inner-content-btns {
  margin-top: 24px;
  margin-bottom: unset;
}
@media (max-width: 426px) {
  .cta-section .step-block-inner-content-btns {
    margin-top: 16px;
  }
}
@media (max-width: 426px) {
  .cta-section .step-block-inner-content-btns .hero-banner-btn,
  .cta-section .step-block-inner-content-btns .hero-banner-btn-secondary {
    min-width: 50%;
  }
}
@media (max-width: 426px) {
  .cta-section.be-next .step-block-inner-content-btns {
    margin-top: 30px;
  }
}
.double-qouote-section-ecom .double-qouote-section-inner {
  align-items: start;
}
@media (max-width: 1025px) {
  .double-qouote-section-ecom .double-qouote-section-inner {
    align-items: center;
  }
}
@media (max-width: 426px) {
  .double-qouote-section-ecom .double-qouote-section-quote:first-child {
    margin-bottom: 96px;
  }
}
.double-qouote-section-ecom
  .double-qouote-section-quote:nth-child(2)
  .quote-text-32 {
  max-width: 393px;
}
@media (max-width: 426px) {
  .double-qouote-section-ecom .double-qouote-section-quote:nth-child(2) {
    margin-bottom: 54px;
  }
}
.double-qouote-section-ecom .quote-text-32 {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  max-width: 300px;
  letter-spacing: 0.5px;
}
@media (max-width: 769px) {
  .double-qouote-section-ecom .quote-text-32 {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1025px) {
  .double-qouote-section-ecom .quote-text-32 {
    font-size: 20px;
    line-height: normal;
    max-width: 370px;
  }
}
.double-qouote-section-ecom .deco-block-border {
  display: block;
}
@media (max-width: 514px) {
  .double-qouote-section-ecom .deco-block-border {
    display: block;
  }
}
.ask-section {
  padding-top: 40px;
}
.ask-section .container {
  max-width: 1364px;
}
.ask-section .ask-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  margin-bottom: 48px;
}
@media (max-width: 1025px) {
  .ask-section .ask-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .ask-section .ask-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.ask-section .item {
  display: flex;
  flex-wrap: wrap;
  color: #b8bbd3;
  border: 1px solid #6d2929;
}
.ask-section .item:not(:last-child) {
  border-bottom: 0;
}
.ask-section .item:nth-child(2n) {
  flex-direction: row-reverse;
}
.ask-section .item:nth-child(2n) .block:first-child {
  width: 55%;
  padding: 0 47px 0 64px;
}
.ask-section .item:nth-child(2n) .block:last-child {
  width: 45%;
  padding: 40px 0 0 40px;
}
.ask-section .item:nth-child(2n) .block:last-child img {
  margin: 0 auto 0 0;
}
@media (max-width: 1025px) {
  .ask-section .item:nth-child(2n) {
    flex-direction: row;
  }
  .ask-section .item:nth-child(2n) .block:first-child {
    width: 100%;
    padding: 70px 16px 0 16px;
  }
  .ask-section .item:nth-child(2n) .block:last-child {
    width: 100%;
    padding: 40px 16px 0 16px;
  }
  .ask-section .item:nth-child(2n) .block:last-child img {
    margin: 0 auto;
  }
}
.ask-section .item .block {
  width: 50%;
}
.ask-section .item .block:first-child {
  align-self: center;
  padding: 0 0 0 64px;
}
.ask-section .item .block:last-child {
  padding: 40px 40px 0 0;
}
.ask-section .item .block:last-child img {
  display: block;
  margin: 0 0 0 auto;
  max-width: 100%;
  height: auto;
}
@media (max-width: 1025px) {
  .ask-section .item .block {
    width: 100%;
  }
  .ask-section .item .block:first-child {
    padding: 70px 16px 0 16px;
  }
  .ask-section .item .block:last-child {
    padding: 40px 16px 0 16px;
  }
  .ask-section .item .block:last-child img {
    margin: 0 auto;
  }
}
@media (max-width: 514px) {
  .ask-section .item .block {
    width: 100%;
  }
}
.ask-section .item .text {
  position: relative;
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.72px;
  font-weight: 300;
  margin: 0 0 32px 0;
  max-width: 615px;
}
@media (max-width: 769px) {
  .ask-section .item .text {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1025px) {
  .ask-section .item .text {
    font-size: 24px;
    line-height: normal;
  }
}
.ask-section .item .text:before {
  content: "";
  width: 84px;
  height: 56px;
  background-image: url(../images/quote-gg-green.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  left: -36px;
  top: -34px;
}
@media (max-width: 1025px) {
  .ask-section .item .text:before {
    width: 68px;
    height: 45px;
    left: -8px;
    top: -26px;
  }
}
.ask-section .item .text:after {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: #b8bbd3;
  position: absolute;
  bottom: -16px;
  left: 1px;
}
.ask-section .item .author-title {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 32px;
  border-bottom: 1px solid #6d2929;
  margin-bottom: 32px;
}
@media (max-width: 769px) {
  .ask-section .item .author-title {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 1025px) {
  .ask-section .item .author-title {
    font-size: 24px;
    line-height: normal;
  }
}
.ask-section .item .author-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ask-section .item .author-wrap .author {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  font-weight: 700;
  margin: 0 12px;
}
.ask-section .item .long-text-title {
  font-size: 16px;
  line-height: 20.8px;
  font-family: IBMPlexMono;
  font-weight: 300;
  font-weight: 500;
  margin-bottom: 12px;
}
.ask-section .item .date,
.ask-section .item .long-text {
  font-size: 14px;
  line-height: 18.2px;
  font-family: IBMPlexMono;
  font-weight: 400;
  font-weight: 300;
}
.ask-section .item .long-text {
  margin-bottom: 24px;
}
.ask-section .rating-stars {
  width: 98px;
  height: 18px;
  background-image: url(../images/stars-5.svg);
  margin: 12px 0;
}
.min-table-section {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 426px) {
  .min-table-section {
    width: 95%;
  }
}
.min-table-section .big-table-section-inner-table {
  margin-top: 0;
}
@media (max-width: 426px) {
  .min-table-section .big-table-section-inner-table {
    margin-top: 11px;
  }
}
.min-table-section .big-table-section-inner-table-item {
  min-height: unset;
}
@media (max-width: 1150px) {
  .min-table-section .big-table-section-inner-table-item {
    border: 1px solid #6d2929;
    width: 100%;
  }
}
.min-table-section .big-table-section-inner-table-item-wrapper {
  align-items: center;
}
@media (max-width: 769px) {
  .min-table-section .big-table-section-inner-table-item-wrapper {
    flex-wrap: nowrap;
  }
}
.min-table-section .big-table-section-inner-table-heading {
  margin-bottom: unset;
}
@media (max-width: 426px) {
  .min-table-section .big-table-section-inner-table-heading {
    padding: unset;
  }
}
@media (max-width: 769px) {
  .min-table-section .big-table-section-inner-table-heading {
    display: block;
  }
}
.min-table-section .big-table-section-inner-table-item-texts {
  max-width: 410px;
  margin-left: 24px;
}
@media (max-width: 426px) {
  .min-table-section .big-table-section-inner-table-item-texts {
    margin-left: 16px;
  }
}
.min-table-section .big-table-section-inner-table-item-icon {
  width: 64px;
  height: 64px;
}
@media (max-width: 426px) {
  .min-table-section .big-table-section-inner-table-item-icon {
    width: 56px;
    height: 56px;
  }
}
.min-table-section .big-table-section-inner-table-item-icon img {
  max-width: 64px;
}
@media (max-width: 426px) {
  .min-table-section .big-table-section-inner-table-item-icon img {
    max-width: 56px;
  }
}
.big-table-section {
  padding-bottom: 40px;
}
.big-table-section .big-table-section-inner-table {
  margin-top: 0;
}
@media (max-width: 769px) {
  .big-table-section .big-table-section-inner-table-item-wrapper {
    flex-wrap: wrap;
  }
}
.big-table-section .big-table-section-inner-table-item-texts-desktop {
  margin-left: 24px;
}
.big-table-section .big-table-section-inner-table-heading-mobile {
  display: none;
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #fff;
  margin-bottom: 13px;
}
@media (max-width: 769px) {
  .big-table-section .big-table-section-inner-table-heading-mobile {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 426px) {
  .big-table-section .big-table-section-inner-table-heading-mobile {
    font-size: 16px;
    line-height: 20.8px;
    display: flex;
    align-items: center;
    max-width: 230px;
  }
}
.sales-section {
  margin-top: 40px;
}
.sales-section .sales-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.sales-section .sales-section-inner-items {
  padding: 40px 80px 0 40px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #6d2929;
}
@media (max-width: 769px) {
  .sales-section .sales-section-inner-items {
    padding: 16px 13px 0 10px;
  }
}
.sales-section .sales-section-inner-item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 498px;
}
.sales-section .sales-section-inner-item-icon {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #6d2929;
  background-color: #2b1414;
}
.sales-section .sales-section-inner-item-texts {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
  max-width: 410px;
  margin-bottom: unset;
}
@media (max-width: 769px) {
  .sales-section .sales-section-inner-item-texts {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 426px) {
  .sales-section .big-table-section-inner-table-heading {
    padding: unset;
    display: flex;
    align-items: center;
    margin-left: 16px;
    margin-bottom: unset;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .sales-section .big-table-section-inner-table-heading {
    display: block;
  }
}
.sales-section .sales-section-image img {
  width: 100%;
}
.trusted {
  padding-top: 40px;
}
@media (max-width: 426px) {
  .trusted {
    padding-top: unset;
  }
}
.trusted .deco-block-border {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .trusted .deco-block-border:before {
    left: 10px;
  }
  .trusted .deco-block-border:after {
    right: 10px;
  }
}
@media (max-width: 426px) {
  .stories {
    padding-top: unset;
  }
}
@media (max-width: 426px) {
  .double-qouote-section-two .deco-block-border:before {
    left: 10px;
  }
  .double-qouote-section-two .deco-block-border:after {
    right: 10px;
  }
}
.video-optimize-section {
  margin-top: 40px;
}
.video-optimize-section .video-optimize-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
}
.video-optimize-section .video-optimize-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  margin-bottom: 32px;
  max-width: 1142px;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .video-optimize-section .video-optimize-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .video-optimize-section .video-optimize-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 769px) {
  .video-optimize-section .video-optimize-heading {
    margin-bottom: 24px;
  }
}
.video-optimize-section .video-optimize-video {
  position: relative;
  width: 1094px;
  height: 619px;
  margin-bottom: 40px;
}
@media (max-width: 1150px) {
  .video-optimize-section .video-optimize-video {
    width: 98%;
    height: 500px;
  }
}
@media (max-width: 905px) {
  .video-optimize-section .video-optimize-video {
    height: 400px;
  }
}
@media (max-width: 769px) {
  .video-optimize-section .video-optimize-video {
    height: 300px;
  }
}
@media (max-width: 426px) {
  .video-optimize-section .video-optimize-video {
    height: 203px;
    margin-bottom: 60px;
  }
}
.video-optimize-section .video-optimize-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 426px) {
  .video-optimize-section .deco-block-border:before {
    left: 10px;
  }
  .video-optimize-section .deco-block-border:after {
    right: 10px;
  }
}
.text-section {
  margin-top: 40px;
  padding-top: 60px;
  padding-bottom: 48px;
}
@media (max-width: 426px) {
  .text-section {
    margin-top: unset;
    padding-bottom: unset;
  }
}
@media (max-width: 426px) {
  .text-section .text-section-paragr {
    display: none;
  }
}
.text-section .text-section-paragr-mobile {
  display: none;
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 18px;
  max-width: 1000px;
}
@media (max-width: 769px) {
  .text-section .text-section-paragr-mobile {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .text-section .text-section-paragr-mobile {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .text-section .text-section-paragr-mobile {
    display: block;
  }
}
.image-text-section-row {
  margin-top: 115px;
}
@media (max-width: 426px) {
  .image-text-section-row {
    padding-top: unset !important;
    margin-top: 60px;
  }
}
.image-text-section-row .image-text-section-row-inner {
  max-width: 1390px;
}
@media (max-width: 1150px) {
  .image-text-section-row .image-text-section-row-inner {
    flex-direction: column;
  }
}
.image-text-section-row .image-text-section-text {
  max-width: 674px;
}
.image-text-section-row .image-text-section-image {
  margin-left: 115px;
}
@media (max-width: 1150px) {
  .image-text-section-row .image-text-section-image {
    margin-left: unset;
    margin-bottom: 16px;
  }
}
.image-text-section-row-reveerse {
  padding-top: 45px;
  padding-bottom: unset;
}
@media (max-width: 426px) {
  .image-text-section-row-reveerse {
    padding-top: unset;
  }
}
.image-text-section-row-reveerse
  .image-text-section-row-inner
  .image-text-section-text {
  max-width: 674px;
}
.image-text-section-row-green {
  padding-top: 35px;
}
@media (max-width: 426px) {
  .image-text-section-row-green {
    padding-top: unset;
  }
}
.image-text-section-row-green .image-text-section-row-inner {
  max-width: 1270px;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .image-text-section-row-green .image-text-section-row-inner {
    margin-bottom: 60px;
  }
}
.image-text-section-row-green .image-text-section-heading-green,
.image-text-section-row-green .image-text-section-subheading-green {
  color: #e36659;
}
@media (max-width: 426px) {
  .image-text-section-row-green .image-text-section-heading-green {
    color: #b8bbd3;
  }
}
.image-text-section-row-green h3 {
  font-size: 24px;
  line-height: 31.2px;
  font-family: IBMPlexMono;
  font-weight: 500;
}
@media (max-width: 769px) {
  .image-text-section-row-green h3 {
    font-size: 20px;
    line-height: 26px;
  }
}
.image-text-section-row-green .image-text-section-subheading {
  margin-top: 16px;
}
.image-text-section-row-green .image-text-section-image {
  margin-left: unset;
  margin-right: 25px;
}
@media (max-width: 1150px) {
  .image-text-section-row-green .image-text-section-image {
    margin-right: unset;
  }
}
@media (max-width: 426px) {
  .image-text-section-row-green .deco-block-border:before {
    left: 10px;
  }
  .image-text-section-row-green .deco-block-border:after {
    right: 10px;
  }
}
.deep-section {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .deep-section {
    margin-top: 60px;
  }
}
.deep-section .deep-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.deep-section .deep-section-inner-content {
  position: relative;
  padding: 60px 0 67px 67px;
  border: 1px solid #6d2929;
}
@media (max-width: 1150px) {
  .deep-section .deep-section-inner-content {
    padding: 20px 15px;
  }
}
.deep-section .deep-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  color: #b8bbd3;
  margin-bottom: 43px;
}
@media (max-width: 1025px) {
  .deep-section .deep-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .deep-section .deep-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 426px) {
  .deep-section .deep-section-heading {
    margin-bottom: 20px;
  }
}
.deep-section .deep-section-image {
  max-width: 1320px;
  width: 100%;
  margin: 13px auto 0;
  position: relative;
}
@media (max-width: 1150px) {
  .deep-section .deep-section-image img {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .deep-section .deep-section-img1 img {
    width: 90%;
  }
}
.deep-section .deep-section-img2 {
  position: absolute;
  bottom: -10%;
  right: 0%;
  max-width: 379px;
}
@media (max-width: 1150px) {
  .deep-section .deep-section-img2 {
    right: 0;
    bottom: 0;
    max-width: 35vw;
  }
}
.deep-section .deep-section-subheading {
  font-size: 14px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #b8bbd3;
  margin-top: 44px;
  text-align: left;
}
@media (max-width: 1150px) {
  .deep-section .deep-section-subheading {
    width: 50%;
    margin-top: 16px;
    line-height: 20px;
  }
}
.deep-section .deep-section-paragraph {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  max-width: 674px;
  margin-top: 62px;
}
@media (max-width: 769px) {
  .deep-section .deep-section-paragraph {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .deep-section .deep-section-paragraph {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .deep-section .deep-section-paragraph {
    margin-top: 24px;
  }
}
.creative-section {
  margin-top: 40px;
}
.creative-section .creative-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.creative-section .creative-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 16px;
  color: #b8bbd3;
  max-width: 1077px;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .creative-section .creative-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .creative-section .creative-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
@media (max-width: 426px) {
  .creative-section .creative-section-heading {
    letter-spacing: -0.1px;
  }
}
.creative-section .creative-section-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 40px;
  max-width: 1077px;
}
@media (max-width: 769px) {
  .creative-section .creative-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .creative-section .creative-section-text {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .creative-section .creative-section-text {
    margin-bottom: 16px;
  }
}

.creative-section .creative-section-text-2 {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 40px;
  margin-top: 30px;
  max-width: 1077px;
}
@media (max-width: 769px) {
  .creative-section .creative-section-text-2 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .creative-section .creative-section-text-2 {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .creative-section .creative-section-text-2 {
    margin-bottom: 16px;
  }
}

@media (max-width: 1150px) {
  .creative-section .creative-section-img-desktop {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .creative-section .creative-section-img-desktop {
    display: none;
  }
}
.creative-section .creative-section-img-mobile {
  display: none;
}
@media (max-width: 426px) {
  .creative-section .creative-section-img-mobile {
    display: block;
    max-width: 100%;
  }
}
.profit-section {
  margin-top: 40px;
  margin-bottom: 100px;
}
.profit-section .profit-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.profit-section .profit-section-content {
  border: 1px solid #6d2929;
  padding: 60px 0 60px 67px;
}
@media (max-width: 1150px) {
  .profit-section .profit-section-content {
    padding: 16px 15px 10px 15px;
  }
}
.profit-section .profit-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 16px;
  color: #b8bbd3;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .profit-section .profit-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .profit-section .profit-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.profit-section .profit-section-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 114px;
  max-width: 908px;
}
@media (max-width: 769px) {
  .profit-section .profit-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .profit-section .profit-section-text {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .profit-section .profit-section-text {
    margin-bottom: 16px;
  }
}
@media (max-width: 1150px) {
  .profit-section .profit-section-image img {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .profit-section .deco-block-border:before {
    left: 10px;
  }
  .profit-section .deco-block-border:after {
    right: 10px;
  }
}
.image-text-section-row-fully {
  margin-top: unset;
}
@media (max-width: 426px) {
  .image-text-section-row-fully {
    margin-top: 60px;
  }
}
.image-text-section-row-fully .image-text-section-row-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  justify-content: flex-end;
  padding: 20px 15px;
}
@media (max-width: 426px) {
  .image-text-section-row-fully .image-text-section-row-inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 426px) {
  .image-text-section-row-fully .image-text-section-image {
    margin-bottom: unset;
    margin-top: 32px;
  }
}
.image-text-section-row-inside {
  margin-top: unset;
}
.image-text-section-row-inside .image-text-section-row-inner {
  padding: 89px 0 89px 67px;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .image-text-section-row-inside .image-text-section-row-inner {
    padding: 60px 15px;
    flex-direction: column-reverse;
    margin-bottom: unset;
  }
}
.image-text-section-row-inside .image-text-section-image {
  margin-left: unset;
}
@media (max-width: 426px) {
  .image-text-section-row-inside .image-text-section-image {
    margin-bottom: unset;
    margin-top: 44px;
  }
}
@media (max-width: 426px) {
  .image-text-section-row-inside .deco-block-border:before {
    left: 10px;
  }
  .image-text-section-row-inside .deco-block-border:after {
    right: 10px;
  }
}
.text-section-journey {
  padding-top: 40px;
  padding-bottom: 40px;
}
.text-section-journey .text-section-paragr {
  max-width: 1077px;
  margin-bottom: 85px;
  display: inline-block;
}
@media (max-width: 426px) {
  .text-section-journey .text-section-paragr {
    margin-bottom: 24px;
  }
}
@media (max-width: 1150px) {
  .text-section-journey .text-section-image img {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .text-section-journey .text-section-journey-image-desktop {
    display: none;
  }
}
.text-section-journey .text-section-journey-image-mobile {
  display: none;
}
@media (max-width: 426px) {
  .text-section-journey .text-section-journey-image-mobile {
    display: block;
    left: 15px;
    position: relative;
  }
}
.ai-section {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .ai-section {
    margin-top: 60px;
  }
}
.ai-section .ai-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  padding: 40px 31px;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .ai-section .ai-section-inner {
    padding: 60px 15px;
    margin-bottom: unset;
  }
}
.ai-section .ai-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 16px;
  color: #b8bbd3;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .ai-section .ai-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .ai-section .ai-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.ai-section .ai-section-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  margin-bottom: 62px;
  max-width: 1077px;
}
@media (max-width: 769px) {
  .ai-section .ai-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .ai-section .ai-section-text {
    line-height: 20.8px;
  }
}
@media (max-width: 426px) {
  .ai-section .ai-section-text {
    margin-bottom: 36px;
  }
}
.ai-section .ai-section-text-bottom {
  max-width: 834px;
}
@media (max-width: 426px) {
  .ai-section .ai-section-text-bottom {
    margin-bottom: unset;
  }
}
.ai-section .ai-section-image {
  margin-bottom: 32px;
  margin-top: 42px;
}
@media (max-width: 426px) {
  .ai-section .ai-section-image {
    margin-bottom: 36px;
  }
}
@media (max-width: 1150px) {
  .ai-section .ai-section-image img {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .ai-section .ai-section-image-desktop {
    display: none;
  }
}
.ai-section .ai-section-image-mobile {
  display: none;
}
@media (max-width: 426px) {
  .ai-section .ai-section-image-mobile {
    display: block;
  }
}
@media (max-width: 426px) {
  .ai-section .deco-block-border:before {
    left: 10px;
  }
  .ai-section .deco-block-border:after {
    right: 10px;
  }
}
.plug-section {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .plug-section {
    margin-top: 60px;
  }
}
.plug-section .plug-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .plug-section .plug-section-inner {
    margin-bottom: unset;
  }
}
.plug-section .plug-section-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 1px solid #6d2929;
}
@media (max-width: 1150px) {
  .plug-section .plug-section-content {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .plug-section .plug-section-content {
    padding: 18px 0 8px 0;
  }
}
.plug-section .plug-section-body {
  padding: 60px 0 0 67px;
}
@media (max-width: 1150px) {
  .plug-section .plug-section-body {
    padding: 0 15px;
  }
}
.plug-section .plug-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 16px;
  color: #b8bbd3;
}
@media (max-width: 1025px) {
  .plug-section .plug-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .plug-section .plug-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.plug-section .plug-section-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  max-width: 525px;
}
@media (max-width: 769px) {
  .plug-section .plug-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .plug-section .plug-section-text {
    line-height: 20.8px;
  }
}
.plug-section .plug-section-image {
  max-width: 696px;
}
@media (max-width: 426px) {
  .plug-section .plug-section-image {
    margin-top: 14px;
  }
}
.plug-section .plug-section-image img {
  width: 100%;
}
.image-text-section-row-concierge {
  margin-top: unset;
}
.image-text-section-row-concierge .image-text-section-row-inner {
  padding: 89px 0 89px 67px;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .image-text-section-row-concierge .image-text-section-row-inner {
    padding: 60px 15px 30px 15px;
    flex-direction: column-reverse;
    margin-bottom: unset;
  }
}
.image-text-section-row-concierge .image-text-section-image {
  margin-left: unset;
}
@media (max-width: 426px) {
  .image-text-section-row-concierge .image-text-section-image {
    margin-top: 49px;
    margin-bottom: unset;
  }
}
@media (max-width: 426px) {
  .image-text-section-row-concierge .image-text-section-image img {
    width: 270px;
    height: 211px;
  }
}
.text-section-long .text-section-inner {
  padding: 60px 0 40px 67px;
  border: 1px solid #6d2929;
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .text-section-long .text-section-inner {
    padding: 12px 20px 21px 16px;
    margin-bottom: unset;
    width: 95%;
  }
}
.text-section-long .text-section-heading {
  max-width: 1077px;
}
@media (max-width: 426px) {
  .text-section-long .text-section-heading {
    letter-spacing: unset;
  }
}
.text-section-long .text-section-paragr {
  max-width: 1077px;
  margin-bottom: 85px;
}
@media (max-width: 426px) {
  .text-section-long .text-section-paragr {
    display: block;
    margin-bottom: 16px;
  }
}
@media (max-width: 1150px) {
  .text-section-long .text-section-image img {
    width: 100%;
  }
}
@media (max-width: 426px) {
  .text-section-long .text-section-image .text-section-long-image-desktop {
    display: none;
  }
}
.text-section-long .text-section-image .text-section-long-image-mobile {
  display: none;
}
@media (max-width: 426px) {
  .text-section-long .text-section-image .text-section-long-image-mobile {
    display: block;
  }
}
@media (max-width: 426px) {
  .text-section-long .deco-block-border {
    display: none;
  }
  .text-section-long .deco-block-border:before {
    left: 10px;
  }
  .text-section-long .deco-block-border:after {
    right: 10px;
  }
}
.grow-section {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .grow-section {
    margin-top: 60px;
  }
}
.grow-section .grow-section-inner {
  width: 100%;
  max-width: 1374px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .grow-section .grow-section-inner {
    margin-bottom: 60px;
  }
}
.grow-section .grow-section-head {
  margin-bottom: 48px;
}
@media (max-width: 426px) {
  .grow-section .grow-section-head {
    margin-bottom: 16px;
  }
}
.grow-section .grow-section-bottom-heading,
.grow-section .grow-section-heading {
  font-size: 40px;
  line-height: 52px;
  font-family: IBMPlexMono;
  font-weight: 500;
  margin-bottom: 16px;
  color: #b8bbd3;
  letter-spacing: -1.1px;
}
@media (max-width: 1025px) {
  .grow-section .grow-section-bottom-heading,
  .grow-section .grow-section-heading {
    font-size: 28px;
    line-height: 34px;
  }
}
@media (max-width: 769px) {
  .grow-section .grow-section-bottom-heading,
  .grow-section .grow-section-heading {
    font-size: 34px;
    line-height: 44.2px;
  }
}
.grow-section .grow-section-bottom-text,
.grow-section .grow-section-text {
  font-size: 20px;
  line-height: 26px;
  font-family: IBMPlexMono;
  font-weight: 300;
  color: #b8bbd3;
  max-width: 664px;
}
@media (max-width: 769px) {
  .grow-section .grow-section-bottom-text,
  .grow-section .grow-section-text {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 426px) {
  .grow-section .grow-section-bottom-text,
  .grow-section .grow-section-text {
    line-height: 20.8px;
  }
}
.grow-section .grow-section-bottom {
  width: 100%;
  height: 100%;
  position: relative;
  background: #2b1414;
  border: 1px solid #6d2929;
  padding: 72px 67px 67px 67px;
  text-align: center;
}
@media (max-width: 426px) {
  .grow-section .grow-section-bottom {
    padding: 16px;
    text-align: start;
  }
}
.grow-section .grow-section-bottom-heading {
  margin-bottom: 24px;
  color: #edeff8;
}
@media (max-width: 426px) {
  .grow-section .grow-section-bottom-heading {
    margin-bottom: 16px;
  }
}
.grow-section .grow-section-bottom-text {
  max-width: unset;
  margin-bottom: 32px;
}
@media (max-width: 426px) {
  .grow-section .grow-section-bottom-text {
    margin-bottom: 16px;
    letter-spacing: 2.1px;
  }
}
.grow-section .grow-section-bottom-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grow-section .grow-section-bottom-btn {
  max-width: 50%;
  width: 50% !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #101223;
  background-color: #e36659;
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  padding: 15px 88px;
}
.grow-section .grow-section-bottom-btn:hover {
  background-color: #a43939;
  border: 1px solid #a43939;
  color: #fff;
}
.grow-section .grow-section-bottom-btn:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #101223;
  pointer-events: none;
}
@media (max-width: 1025px) {
  .grow-section .grow-section-bottom-btn {
    width: 50%;
    min-width: 50%;
    font-size: 16px;
    padding: 14px 3px;
  }
}
@media (max-width: 769px) {
  .grow-section .grow-section-bottom-btn-desktop {
    display: none;
  }
}
.grow-section .grow-section-bottom-btn-mobile {
  display: none;
}
@media (max-width: 769px) {
  .grow-section .grow-section-bottom-btn-mobile {
    display: flex;
  }
}
.grow-section .grow-section-bottom-btn-second {
  max-width: 50%;
  width: 50% !important;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 230px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: IBMPlexMono;
  font-weight: 400;
  color: #e36659;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  padding: 15px 36px;
  text-transform: uppercase;
  border: 1px solid #e36659;
  transition: 0.3s;
  cursor: pointer;
  padding: 15px 102px;
}
.grow-section .grow-section-bottom-btn-second:hover {
  background-color: #6d2929;
  color: #fff;
}
.grow-section .grow-section-bottom-btn-second:disabled {
  background-color: #2f3148;
  border: 1px solid #2f3148;
  color: #101223;
  pointer-events: none;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .grow-section .grow-section-bottom-btn-second {
    width: 50%;
    min-width: 50%;
    font-size: 16px;
    padding: 14px 3px;
  }
}
.grow-section .deco-block-border {
  display: none;
}
@media (max-width: 426px) {
  .grow-section .deco-block-border {
    display: block;
  }
  .grow-section .deco-block-border:before {
    left: 10px;
  }
  .grow-section .deco-block-border:after {
    right: 10px;
  }
}
.features-section {
  padding: 19px 0 82px 0;
}
@media (max-width: 426px) {
  .features-section {
    padding: unset;
    margin-top: 60px;
  }
}
.features-section .features-inner-heading {
  margin-bottom: unset;
}
@media (max-width: 426px) {
  .features-section .features-inner-cards-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.features-section .features-inner-cards-wrapper:after,
.features-section .features-inner-cards-wrapper:before {
  content: unset;
}
.features-section .features-inner-card {
  max-width: 449px;
  height: 324px;
}
@media (max-width: 426px) {
  .features-section .features-inner-card {
    max-width: 179px;
    height: 172px;
  }
}
.features-section .features-inner-card:nth-child(1):hover {
  background-image: url(../images/Info-Education-b.webp) !important;
}
.features-section .features-inner-card:nth-child(2):hover {
  background-image: url(../images/Call-Funnels-b.webp) !important;
}
.features-section .features-inner-card:nth-child(3):hover {
  background-image: url(../images/Local-Agency-b.webp) !important;
}
.revenue-inner-heading {
  max-width: 635px;
}
.image-text-section-heading-mw-600 {
  max-width: 600px;
}
.ai-section-heading-green {
  color: #e36659;
}
