@charset "UTF-8";
/*
Theme Name: Match-Prop
Theme URI: http://match-prop.com/
Author: Match-Prop
Version: 1.0
*/

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: #090909;
  margin: 0;
  --wp--style--global--content-size: 1440px;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  position: relative;
}

::-webkit-scrollbar {
  width: 12px;
  height: 9px;
}

::-webkit-scrollbar-track {
  background: 0 0;
}

::-webkit-scrollbar-thumb {
  background: #39ff14;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

h1,
h2,
h3 {
  font-family: roc-grotesk, sans-serif;
}

h1 mark.has-inline-color.has-vivid-green-cyan-color {
  font-family: var(--wp--preset--font-family--playfair);
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 85px;
  font-style: italic;
  font-weight: 800;
  line-height: 77px;
  letter-spacing: -1.285px;
}

h2 mark.has-inline-color.has-vivid-green-cyan-color {
  font-family: var(--wp--preset--font-family--playfair);
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 70px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1.4px;
}

h3 mark.has-inline-color.has-vivid-green-cyan-color {
  font-family: var(--wp--preset--font-family--playfair);
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-style: italic;
  font-weight: 800;
  letter-spacing: -1.4px;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

a {
  text-decoration: none;
}

p.is-style-small-heading {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #3f3f3f;
  border-radius: 50px;
  padding: 7px 18px;
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: 26px;
}

p.has-text-align-center.is-style-small-heading {
  margin: 0 auto 26px !important;
  width: fit-content;
}

figure.wp-block-image.thicker {
  background-color: #fed031;
  display: flex;
  width: 39px;
  height: 39px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.wp-block-button.is-style-filled a,
.wp-block-button.is-style-outline a,
input.wpcf7-form-control.wpcf7-submit {
  font-family: roc-grotesk, sans-serif;
  transition: all 0.25s ease;
}
.wp-block-button.is-style-filled a {
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
}
.wp-block-button.is-style-filled a:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fed031;
}

.wp-block-button.is-style-outline a:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.wp-site-blocks {
  overflow-x: hidden;
  margin: 0 auto;
  transition: padding 0.25s ease;
  position: relative;
}

.wp-site-blocks.top-baner {
  padding-top: 83px;
}

.wp-block-group {
  margin-block-start: 0;
  margin-block-end: 0;
}

.entry-content {
  margin: 0;
  width: 100%;
  padding: 94px 40px;
}

.wp-block-group.is-style-full-wide {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.wp-block-group.is-style-full-wide > * {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.wp-block-group.is-style-full-wide.not-found {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: initial;
}

.wp-block-group.is-style-full-wide {
  padding: 0 50px;
  box-sizing: border-box;
}

.wp-block-group.is-style-full-wide .wp-block-cover {
  margin-left: -40px !important;
  width: calc(100% + 80px);
  max-width: initial !important;
}

input.wpcf7-form-control {
  border-radius: 15px;
  border: 1px solid rgba(231, 252, 227, 0.26);
  background: rgba(0, 0, 0, 0.32);
  padding: 12px 17px;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: 15px;
  margin-bottom: 17px;
  font-weight: 300;
  color: #97b286;
  width: 100%;
}

.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-form label.error {
  font-size: 10px !important;
  position: absolute;
  width: 100%;
  right: 13px;
  text-align: right;
  bottom: 12px;
  color: #fff !important;
  padding: 0;
  pointer-events: none;
}

span.wpcf7-form-control-wrap[data-name="message"] label.error {
  bottom: 17px;
}

input.hidden {
  display: none;
}

textarea.wpcf7-form-control {
  border-radius: 15px;
  border: 1px solid rgba(231, 252, 227, 0.26);
  background: rgba(0, 0, 0, 0.32);
  padding: 11px 17px;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: 15px;
  margin-bottom: 17px;
  font-weight: 300;
  color: #97b286;
  width: 100%;
  resize: none;
  height: 82px;
}

input.wpcf7-form-control.wpcf7-submit {
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  border: 1px solid #fed031;
  color: #1e1e1e;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08px;
  padding: 10px 20px;
  cursor: pointer;
  text-wrap: auto;
  max-width: 170px;
}

select.wpcf7-form-control.wpcf7-select.s-hidden {
  display: none;
}

.wp-block-contact-form-7-contact-form-selector .select {
  height: 70px;
}

.wp-block-contact-form-7-contact-form-selector .styledSelect {
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 0;
  border-radius: 15px;
  border: 1px solid rgba(231, 252, 227, 0.26);
  background: rgba(0, 0, 0, 0.32);
  padding: 12px 17px;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: 15px;
  font-weight: 300;
  color: #97b286;
  width: 100%;
  overflow: hidden;
}

.wp-block-contact-form-7-contact-form-selector .styledSelect:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6L0.669874 0.75L9.33013 0.749999L5 6Z' fill='%23202020'/%3E%3C/svg%3E%0A");
  width: 43px;
  height: 44px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  filter: brightness(0) invert(1);
}

.wp-block-contact-form-7-contact-form-selector.pageform .styledSelect:after {
  background-color: #fff;
}

.wp-block-contact-form-7-contact-form-selector ul.options {
  border-radius: 0;
  height: 173px;
  margin: 0 !important;
  position: relative;
  top: -45px;
  right: 0;
  list-style: none;
  line-height: 48px;
  border-radius: 15px;
  border: 1px solid rgba(231, 252, 227, 0.26);
  background: rgba(0, 0, 0, 0.32);
  padding: 8px 17px;
  font-family: var(--wp--preset--font-family--outfit);
  font-size: 15px;
  margin-bottom: 17px;
  font-weight: 300;
  width: 100%;
  background-color: #000;
  z-index: 10;
  display: none;
}

.wp-block-contact-form-7-contact-form-selector ul.options li {
  cursor: pointer;
  line-height: 26px;
  position: relative;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  color: #97b286;
  transition: all 0.25s ease;
  letter-spacing: 0.4px;
}

.wp-block-contact-form-7-contact-form-selector ul.options li:hover {
  margin-left: 5px;
}

.wp-block-contact-form-7-contact-form-selector ul.options li:first-child {
  display: none;
}

/* -------------------------------------------- Sections ------------------------------------------------- */
header.wp-block-template-part {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
  top: 0;
  background-color: #090909ba;
  backdrop-filter: blur(10px);
  padding: 7px 40px;
}

header.wp-block-template-part > .wp-block-group {
  max-width: 1280px;
  margin: 0 auto;
}

section.wp-block-group.lp-header {
  min-height: 1220px;
  padding-top: 65px;
}

section.wp-block-group.lp-header > * {
  position: relative;
  z-index: 1;
}

section.wp-block-group.lp-header figure.wp-block-image.hero-bg {
  max-width: 1935px;
  min-width: 1935px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate3d(-50%, 0, 0);
  z-index: 0;
  margin: 0 !important;
}

section.wp-block-group.lp-header figure.wp-block-image.hero-bg img {
  width: 100%;
  max-width: 100%;
  image-rendering: pixelated;
  pointer-events: none;
}

section.wp-block-group.lp-header figure.wp-block-image.hero-bg::before {
  content: "";
  position: absolute;
  background: #090909;
  background: linear-gradient(
    90deg,
    rgba(9, 9, 9, 1) 30%,
    rgba(9, 9, 9, 0) 100%
  );
  width: 223px;
  height: 100%;
  left: 0;
  top: 0;
}

section.wp-block-group.lp-header figure.wp-block-image.hero-bg::after {
  content: "";
  position: absolute;
  background: #090909;
  background: linear-gradient(
    270deg,
    rgba(9, 9, 9, 1) 30%,
    rgba(9, 9, 9, 0) 100%
  );
  width: 223px;
  height: 100%;
  right: 0;
  top: 0;
}

section.wp-block-group.lp-who-is-it-for .wp-block-columns {
  gap: 40px;
  max-width: 1295px;
}

section.wp-block-group.why-us .wp-block-columns {
  display: flex;
  justify-content: center;
  gap: 18px;
}

section.wp-block-group.why-us > .wp-block-columns > .wp-block-column {
  max-width: 644px;
}

section.wp-block-group.why-us .wp-block-group.why-us-boxes {
  max-width: 639px;
  margin-top: 15px;
}

section.wp-block-group.why-us .wp-block-group.why-us-boxes.right-side {
  margin-top: 0px;
}

section.wp-block-group.why-us .wp-block-group.why-us-boxes .wp-block-columns {
  gap: 22px;
}

section.wp-block-group.why-us
  .wp-block-group.why-us-boxes
  .wp-block-columns
  .wp-block-column {
  border: 1px solid #1e790d;
  border-radius: 15px;
  padding: 30px 30px 26px 30px;
}

section.wp-block-group.why-us
  .wp-block-group.why-us-boxes
  .wp-block-columns
  .wp-block-column
  p {
  font-family: roc-grotesk, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.322px;
}

section.wp-block-group.why-us .wp-block-group.launch-box {
  border: 1px solid #1e790d;
  border-radius: 15px;
  padding: 30px 22px 45px 22px;
  margin-top: 25px;
  height: 100%;
  max-height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

section.wp-block-group.why-us .wp-block-group.launch-box h3 {
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.wp-block-group.how-it-works .wp-block-columns {
  gap: 70px;
  justify-content: center;
}

section.wp-block-group.how-it-works .wp-block-columns .wp-block-column {
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 1px transparent !important;
  background-color: #000000f2 !important;
  margin-bottom: 60px;
  border-radius: 15px;
  flex: initial !important;
  width: 100%;
  max-width: 305px;
}

section.wp-block-group.how-it-works
  .wp-block-columns
  .wp-block-column
  figure.steps-box-bg {
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
}

section.wp-block-group.how-it-works
  .wp-block-columns
  .wp-block-column
  > .wp-block-group {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 22px 20px;
  box-sizing: border-box;
}

section.wp-block-group.how-it-works
  .wp-block-columns
  .wp-block-column
  > .wp-block-group
  h3 {
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.wp-block-group.respected-brands h2 {
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.wp-block-group.how-it-works .wp-block-columns .wp-block-column::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(
    0deg,
    #39ff145e 0%,
    #34fb224d 33.82%,
    #00d4aa57 60.89%,
    #090909 100%
  );
}

section.wp-block-group.cta {
  background-size: auto !important;
  background-repeat: no-repeat;
  background-position: center;
  padding: 42px 0;
}

section.wp-block-group.cta .wp-block-button.is-style-filled a {
  box-shadow: 0 28.256px 48.426px 0 rgba(0, 0, 0, 0.65);
}

section.wp-block-group.cta.prop-firms
  h2
  mark.has-inline-color.has-vivid-green-cyan-color {
  font-size: 56px;
}

.wp-block-group.swiper-respected-brands {
  display: flex;
  flex-direction: row;
  max-width: 100%;
  width: 100%;
  transition-timing-function: linear;
  flex-wrap: nowrap;
  padding: 67px 0 190px;
}

.wp-block-group.swiper-respected-brands figure {
  min-width: 180px;
  max-width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 40px !important;
}

.wp-block-accordion {
  max-width: 862px;
}

.wp-block-accordion-item {
  border-radius: 15px;
  margin-top: 12px;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 1px transparent !important;
  background-color: #000000f2 !important;
}

.wp-block-accordion-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(
    90deg,
    #39ff1429 0%,
    #34fb221a 33.82%,
    #00d4aa57 60.89%,
    #090909 100%
  );
}

.wp-block-accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("assets/images/faq-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 0;
  pointer-events: none;
  opacity: 0.5;
  border-radius: 15px;
}

.wp-block-accordion-item.is-open {
  background-image: url("assets/images/faq-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
  opacity: 1;
}

span.wp-block-accordion-heading__toggle-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 29px;
}

.wp-block-accordion-heading__toggle {
  padding: 10px 9px;
}

.wp-block-accordion-panel {
  margin-top: 0;
  padding: 0 10px;
  margin-bottom: 27px !important;
}

.wp-block-accordion-panel p {
  max-width: 785px;
}

section.wp-block-group.contact-section .wp-block-columns {
  max-width: 1156px;
  gap: 54px;
}

.wp-block-contact-form-7-contact-form-selector {
  background-image: url("assets/images/contact-bg.png");
  background-color: #090909;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 28px 57px 0 57px;
  border-radius: 25px;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 1px transparent !important;
  max-width: 532px;
}

.wp-block-contact-form-7-contact-form-selector::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(
    0deg,
    #39ff144a 0%,
    #34fb22 33.82%,
    #00d4aa 60.89%,
    #1a1a2e47 100%
  );
}

.wp-block-contact-form-7-contact-form-selector .row {
  position: relative;
  display: flex;
  flex-direction: column;
}

.wp-block-contact-form-7-contact-form-selector
  .row.select-expected-monthly-volume
  ul.options {
  height: 124px;
}

.wp-block-contact-form-7-contact-form-selector label {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.wp-block-contact-form-7-contact-form-selector .button-container.notranslate {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
}

.wp-block-contact-form-7-contact-form-selector
  .button-container.notranslate
  .wpcf7-spinner {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -79px;
}

section.wp-block-group.contact-section .wp-block-columns ol {
  padding: 0 0 0 19px;
}

.wp-block-group.technology-columns {
  max-width: 1056px;
}

.wp-block-group.technology-columns .wp-block-columns {
  gap: 8px;
  margin-top: 8px;
}

.wp-block-group.technology-columns
  .wp-block-columns
  .wp-block-column:first-child {
  flex: initial !important;
  width: 100%;
  max-width: 526px;
}

.wp-block-group.technology-columns p.number-speak {
  font-family: roc-grotesk, sans-serif;
}

.wp-block-group.technology-columns p.number-speak sup {
  font-size: 32px;
}

.wp-block-group.technology-columns
  .wp-block-columns
  .wp-block-column:first-child
  p.number-speak
  sup {
  font-size: 54px;
}

div#popmake-8425 {
  padding: 0;
  background: transparent;
  border: 0 none;
  border-radius: 25px;
  box-shadow: 8px 8px 65px 37px rgb(0 0 0 / 56%);
}

div#popmake-8425 .wp-block-contact-form-7-contact-form-selector {
  padding: 68px 30px 7px 30px;
}

.wp-block-group.achievements-columns {
  max-width: 431px;
}

.wp-block-group.achievements-columns .wp-block-columns {
  gap: 10px;
  margin-top: 10px;
}

.wp-block-group.achievements-columns .wp-block-columns:last-child {
  flex-wrap: wrap !important;
}

.wp-block-group.achievements-columns
  .wp-block-columns:last-child
  .wp-block-column {
  flex: initial !important;
  width: calc(50% - 5px);
}

section.wp-block-group.achievements > .wp-block-columns {
  max-width: 1280px;
}

section.wp-block-group.achievements
  > .wp-block-columns
  > .wp-block-column:last-child {
  justify-content: flex-end;
  display: flex;
}

button.pum-close.popmake-close,
button.pum-close.popmake-close:hover {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='27' height='27' rx='13.5' stroke='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.1652 7.83321C21.6254 8.29338 21.6254 9.03947 21.1652 9.49964L9.50027 21.1646C9.0401 21.6248 8.29402 21.6248 7.83385 21.1646C7.37368 20.7044 7.37368 19.9584 7.83385 19.4982L19.4988 7.83321C19.959 7.37304 20.7051 7.37304 21.1652 7.83321Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.83476 7.83321C8.29493 7.37304 9.04101 7.37304 9.50118 7.83321L21.1662 19.4982C21.6263 19.9584 21.6263 20.7044 21.1661 21.1646C20.706 21.6248 19.9599 21.6248 19.4997 21.1646L7.83476 9.49964C7.37459 9.03947 7.37459 8.29338 7.83476 7.83321Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-size: 100%;
  width: 22px !important;
  height: 22px !important;
  background-color: transparent !important;
  box-shadow: none !important;
  right: 16px !important;
  top: 14px !important;
  border: 0 none !important;
  text-indent: -99999999999px;
  transition: all 0.25s ease;
}

button.pum-close.popmake-close:hover {
  opacity: 0.5;
}

label#current-role-error,
label#expected-monthly-volume-error {
  bottom: 22px;
  z-index: 1;
  pointer-events: none;
}

.wp-block-group.clients-testimonials-inner-block {
  position: relative;
  padding: 10px 30px 40px 30px;
  border-radius: 15px;
  border: 1px solid #39ff144d;
  background: #090909;
  box-shadow:
    0 3.94px 3.94px 0 rgba(0, 0, 0, 0.25),
    0 0 226.866px 0 rgba(57, 255, 20, 0.18);
  width: 100%;
  overflow: hidden;
}

.wp-block-group.clients-testimonials-inner-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url("assets/images/testimonials-bg-1.png");
  opacity: 0.3;
  pointer-events: none;
}

.wp-block-group.clients-testimonials-swiper .wp-block-columns .wp-block-column {
  flex: initial !important;
  width: 100%;
  max-width: 456px;
}

.wp-block-group.clients-testimonials > .wp-block-group {
  position: relative;
}

.wp-block-group.clients-testimonials-swiper {
  max-width: 1055px;
  padding: 50px 0;
}

.wp-block-group.clients-testimonials-swiper .wp-block-columns {
  gap: 0;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.wp-block-group.clients-testimonials-swiper .wp-block-columns .wp-block-column {
  min-width: calc(33.333333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  transition: all 250ms ease-in-out;
}

.wp-block-group.clients-testimonials-swiper
  .wp-block-columns
  .wp-block-column.swiper-slide-active {
  scale: 1.2;
  z-index: 10;
  opacity: 1;
}

.wp-block-group.clients-testimonials-swiper
  .wp-block-columns
  .wp-block-column
  .wp-block-group.clients-testimonials-content {
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-group.clients-testimonials-inner-block
  .wp-block-group:last-child
  img {
  max-width: 80px;
}
.wp-block-group.clients-testimonials-inner-block .wp-block-group:last-child p {
  font-size: 12px !important;
  line-height: 1.3em !important;
}

.clients-testimonials-inner-block {
  height: 100%;
}

.wp-block-group.clients-testimonials-swiper
  .wp-block-columns
  .wp-block-column
  .wp-block-group.clients-testimonials-content
  p {
  font-size: 12px !important;
  line-height: 1.6em;
}

.clients-testimonials .swiper-button-prev {
  left: -30px;
}

.clients-testimonials .swiper-button-next {
  right: -30px;
}

.clients-testimonials .swiper-button-next:after,
.clients-testimonials .swiper-button-prev:after {
  font-size: 20px;
  font-weight: 700;
  color: #41c5e7;
}

.wp-block-group.clients-testimonials-swiper .wp-block-columns .wp-block-column {
  opacity: 0;
}

.wp-block-group.clients-testimonials-swiper
  .wp-block-columns
  .wp-block-column.swiper-slide-prev,
.wp-block-group.clients-testimonials-swiper
  .wp-block-columns
  .wp-block-column.swiper-slide-next {
  opacity: 0.3;
}

.wp-block-group.partners-testimonials-group .swiper-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='37' height='37' rx='8' fill='%2339FF14'/%3E%3Cpath d='M21 24.5L15.7071 19.2071C15.3166 18.8166 15.3166 18.1834 15.7071 17.7929L21 12.5' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}

.wp-block-group.partners-testimonials-group .swiper-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='37' height='37' viewBox='0 0 37 37' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='37' y='37' width='37' height='37' rx='8' transform='rotate(180 37 37)' fill='%2339FF14'/%3E%3Cpath d='M16 12.5L21.2929 17.7929C21.6834 18.1834 21.6834 18.8166 21.2929 19.2071L16 24.5' stroke='black' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
}

.wp-block-group.partners-testimonials-group .swiper-button-prev:after,
.wp-block-group.partners-testimonials-group
  .swiper-rtl
  .swiper-button-next:after,
.wp-block-group.partners-testimonials-group .swiper-button-next:after,
.wp-block-group.partners-testimonials-group
  .swiper-rtl
  .swiper-button-next:after {
  content: "" !important;
}

.wp-block-group.partners-testimonials-group {
  max-width: 1180px;
}

.wp-block-group.gross-sales {
  max-width: 1056px;
}

.wp-block-group.gross-sales .wp-block-columns {
  border-radius: 25px;
  padding: 90px 30px;
  position: relative;
  box-sizing: border-box;
  background-clip: padding-box;
  border: solid 1px transparent !important;
  background-color: #000000f2 !important;
}

.wp-block-group.gross-sales .wp-block-columns::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(
    0deg,
    #39ff145e 0%,
    #34fb224d 33.82%,
    #00d4aa57 60.89%,
    #090909 100%
  );
  filter: blur(71px);
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
}

.wp-block-group.gross-sales .wp-block-columns::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: inherit;
  background: linear-gradient(
    0deg,
    #39ff145e 0%,
    #34fb224d 33.82%,
    #00d4aa57 60.89%,
    #151515 100%
  );
  pointer-events: none;
}

.wp-block-group.gross-sales .wp-block-columns .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.wp-block-group.gross-sales .wp-block-columns .wp-block-column:first-child h2 {
  font-family: var(--wp--preset--font-family--inter);
  font-size: 30px;
  font-weight: 700;
  line-height: 38.688px;
  background: linear-gradient(
    90deg,
    #39ff14 0%,
    #34fb22 38.94%,
    #00d4aa 94.23%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

section.wp-block-group.pricing {
  position: relative;
}

section.wp-block-group.pricing > * {
  z-index: 1;
  max-width: 1056px;
  border-radius: 25px;
  box-shadow: 0 27.534px 293.477px -291.534px rgba(57, 255, 20, 0.16);
  margin-bottom: 102px;
}

section.wp-block-group.pricing::before {
  content: "";
  background-image: url("assets/images/pricing-bg.jpg");
  position: absolute;
  width: 1438px;
  height: 1813px;
  top: -93px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

h2#h-no-fluff-just-edge-everything-included
  mark.has-inline-color.has-vivid-green-cyan-color {
  font-size: 49px;
}

/* ------------------------------------------------------------------------------------------------------------------------ */
/* FOOTER */

figure.wp-block-image.footer-bg {
  max-width: 1935px;
  min-width: 1935px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translate3d(-50%, 0, 0);
  z-index: -1;
  margin: 0 !important;
  pointer-events: none;
}

figure.wp-block-image.footer-bg::before {
  content: "";
  position: absolute;
  background: #090909;
  background: linear-gradient(
    90deg,
    rgba(9, 9, 9, 1) 30%,
    rgba(9, 9, 9, 0) 100%
  );
  width: 223px;
  height: 100%;
  left: -10px;
  top: 0;
}

figure.wp-block-image.footer-bg::after {
  content: "";
  position: absolute;
  background: #090909;
  background: linear-gradient(
    270deg,
    rgba(9, 9, 9, 1) 30%,
    rgba(9, 9, 9, 0) 100%
  );
  width: 223px;
  height: 100%;
  right: -10px;
  top: 0;
}

footer.wp-block-template-part {
  position: relative;
  margin-top: 150px;
}

footer.wp-block-template-part a {
  transition: all 0.25s ease;
}

footer.wp-block-template-part a:hover {
  color: #fff;
}

footer.wp-block-template-part::before {
  content: "";
  position: absolute;
  background: #090909;
  background: linear-gradient(
    180deg,
    rgba(9, 9, 9, 1) 30%,
    rgba(9, 9, 9, 0) 100%
  );
  width: 100%;
  height: 223px;
  left: 0;
  top: -230px;
  z-index: 3;
}

footer.wp-block-template-part > * {
  position: relative;
  z-index: 2;
}
