:root {
  --color: #8fa1f2;
  --color-3: #e8e0ff;
  --color-4: #d5e2bc;
  --color-2: #fff;
  --color-7: #b9d9d7;
  --black-14: #323232;
  --color-5: #eff1ea;
  --color-6: #f8faf3;
  --color-8: #e4a599;
  --color-9: #702715;
  --color-10: #5f9e9a;
  --color-11: #fff3;
  --color-12: #0644294d;
  --color-13: #ffffff1a;
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.35em;
}

h2 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 18px;
  font-family: Thicccboi, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.33em;
}

h3 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.33em;
}

h4 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Thicccboi, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.22em;
}

h5 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33em;
}

h6 {
  color: var(--color);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

p {
  opacity: .8;
  color: var(--color);
  margin-bottom: 10px;
  font-family: Hando, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.444em;
}

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

li {
  color: var(--color);
  margin-bottom: 4px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.56em;
}

blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px 4px;
  border-color: black black black var(--color-3);
  background-color: var(--color);
  color: var(--color-4);
  border-radius: 2px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 80px 60px;
  font-family: Thicccboi, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.65em;
}

.grid-drop-down-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
}

.dropdown-icon {
  background-color: var(--color);
  border-radius: 2px;
  width: 100%;
  height: 100%;
}

.nav-link {
  color: var(--color-2);
  text-transform: none;
  white-space: nowrap;
  border-radius: 100px;
  padding: 6px 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link:hover {
  color: var(--color-7);
  border-radius: 100px;
  text-decoration: none;
}

.nav-link.w--current {
  color: var(--black-14);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
}

.nav-link.w--current:hover {
  color: var(--color-3);
  font-weight: 500;
}

.link-dropdown {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: #21404b;
  border-radius: 4px;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.333em;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.link-dropdown:hover {
  color: #21404b;
  background-color: #f8f7f7;
  border-radius: 4px;
  text-decoration: none;
}

.dropdown-title-link {
  color: #21404b;
  letter-spacing: -.25px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.333em;
}

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

.dropdown-toggle {
  color: #07301e;
  font-size: 16px;
  font-weight: 500;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  margin-left: 20px;
  display: flex;
  position: static;
}

.dropdown-switch {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 0;
  align-items: center;
  padding: 6px 12px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-switch:hover {
  color: var(--color-3);
}

.dropdown-switch.w--current {
  color: #642eff;
}

.dropdown-switch.w--open {
  border-radius: 0;
}

.options-menu.w--open {
  color: #000;
  background-color: #fff;
  border-radius: 10px;
  width: 220px;
  margin-top: 0;
  padding: 10px;
  box-shadow: 0 5px 30px #0000001a;
}

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

.nav-logo-link {
  color: #003f41;
  margin-top: 16px;
  margin-right: 20px;
  text-decoration: none;
}

.nav-logo-link.w--current {
  margin-top: 0;
}

.navigation {
  z-index: 999;
  color: #003f41;
  background-color: #ddd0;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  display: flex;
  position: absolute;
  top: 0;
}

.dropdown-icon-circle {
  color: #f0f0f0;
  background-color: #f3f3f3;
  border-radius: 4px;
  width: 14px;
  max-width: none;
  height: 14px;
  margin-bottom: 0;
  margin-left: 6px;
  padding: 4px;
  transition: padding .4s;
  position: static;
}

.dropdown-icon-circle:hover {
  padding: 0;
}

.nav-container {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
  position: relative;
}

.header-right-side {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-wrapper {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8px;
  display: flex;
}

.title-dropdown {
  text-transform: none;
}

.title-dropdown:hover {
  font-weight: 500;
}

.logo-brand {
  color: #07301e;
  letter-spacing: -.03em;
  width: 500px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}

.logo-brand.header {
  width: 300px;
}

.small-text-data {
  color: var(--black-14);
  font-family: Hando, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.4em;
}

.mg-bottom-16px {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-bottom: 16px;
  font-weight: 400;
  display: flex;
}

.mg-bottom-40px {
  color: #21404b;
  width: 100%;
  margin-bottom: 40px;
}

.hero-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.hero-grid.solution {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.top-headline {
  text-align: left;
  margin-top: 0;
}

.container {
  z-index: 5;
  color: #eaefe8;
  border-radius: 1px;
  flex: 1;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 8em 2.5em;
  display: block;
  position: relative;
}

.container.footer {
  padding-top: 6em;
  padding-bottom: 2em;
}

.container.hero {
  padding-top: 12em;
}

.container.subpages {
  padding-top: 16em;
}

.container.user {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.container.post {
  padding-top: 12em;
  padding-bottom: 0;
}

.hero-content-wrapper {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 550px;
  margin-top: 0;
  display: flex;
}

.div-image {
  background-image: url('../images/image-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 14px;
  width: 100%;
  height: 100%;
}

.hero-section {
  background-color: var(--color);
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section.subpages {
  background-color: var(--color);
  height: auto;
}

.hero-section.seamless-payment-integration {
  background-color: var(--color);
  background-image: url('../images/Solution-1.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.hero-section.multi-currency-transactions {
  background-color: var(--color);
  background-image: url('../images/Solution-2.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
}

.hero-section.real-time-payment-tracking {
  background-color: var(--color);
  background-image: url('../images/Solution-3.jpg');
  background-position: 0%;
  background-size: cover;
}

.display-2 {
  color: var(--color);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Hando, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.222;
}

.display-2.white {
  color: var(--color-2);
  margin-bottom: 0;
  font-weight: 500;
}

.display-2.center-white {
  color: var(--color-2);
}

.display-2.services {
  color: var(--black-14);
}

.hero-video {
  z-index: 2;
  background-image: linear-gradient(#02221480, #02221480);
  border-radius: 14px;
  height: 500px;
}

.sponsor-bar {
  background-color: var(--color);
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sponsor-bar.testimonails {
  padding-top: 0;
  padding-bottom: 0;
}

.sponsor-flex {
  flex: none;
  width: auto;
  display: flex;
}

.sponsor-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-right: 16px;
  display: grid;
}

.sponsor-grid.no-padding {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-right: 0;
}

.img-sponsor {
  background-color: var(--color-5);
  border-radius: 6px;
  height: 100px;
  padding: 20px;
}

.image-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

.grid-block-item-pn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0f0f0f;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  padding: 20px;
  display: flex;
}

.grid-block-item-pn._2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.lightbox-link {
  background-color: #ffffff2e;
  border: 1px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  padding: 25px;
  transition: transform .3s;
  display: flex;
}

.lightbox-link:hover {
  transform: scale(.96);
}

.primary-button-pn {
  border: 1px solid var(--color);
  background-color: var(--color);
  color: #fff;
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 16px 32px;
  font-family: Thicccboi, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button-pn:hover {
  background-color: var(--color);
  box-shadow: none;
  color: #fff;
  border-color: #0f0f0f;
  text-decoration: none;
  transform: scale(1.05);
}

.primary-button-pn._3 {
  color: #21404b;
  background-color: #fff0;
  border: 1px solid #21404b;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-button-pn._3:hover {
  border-color: var(--color-8);
  background-color: var(--color-8);
  color: #702715;
}

.primary-button-pn._2 {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: var(--color);
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-weight: 600;
}

.primary-button-pn._2:hover {
  border-color: var(--color-3);
  background-color: var(--color-3);
  color: var(--color);
}

.primary-button-pn._4 {
  color: #fff;
  background-color: #fff0;
  border-color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
}

.primary-button-pn._4:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.service-components-pn {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.service-components-pn.icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
}

.service-imeage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.service-imeage._2 {
  background-image: url('../images/Paynest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.service-imeage._3 {
  background-image: url('../images/Paynest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.service-imeage._1 {
  background-image: url('../images/Paynest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.service-imeage._4 {
  background-image: url('../images/Paynest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
}

.bg-overlay {
  z-index: 1;
  background-color: #0013311a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg-overlay.solutions {
  background-color: #0013315e;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.inner-content._850px {
  max-width: 650px;
}

.contect-text-image-wrapper {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 42px #14142b24;
}

.section {
  z-index: 5;
  background-color: var(--color-6);
  padding: 0;
  position: relative;
}

.section.dark {
  background-color: var(--color);
  border-bottom: 1px solid #ffffff1a;
}

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

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

.position-relative {
  height: 700px;
  position: relative;
  overflow: hidden;
}

.mg-bottom-80px {
  margin-bottom: 80px;
}

.service-name {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.service-name.white {
  color: #fff;
}

.template-grid-2-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 80px;
}

.template-grid-2-column.title-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  grid-template-columns: 1fr auto;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 80px;
}

.features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: flex-start center;
  width: 100%;
  font-size: 16px;
  line-height: 160%;
  display: grid;
}

.section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.center {
  text-align: center;
  max-width: 800px;
  margin-bottom: 0;
}

.section-title.no-padding {
  margin-bottom: 0;
}

.white {
  color: #fff;
  font-size: 18px;
}

.text-small {
  color: #000;
  line-height: 150%;
}

.divider-line {
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold {
  color: var(--color);
  font-weight: 600;
}

.display-4 {
  color: var(--color);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Hando, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.333;
}

.display-4.white {
  color: var(--color-2);
}

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

.paragraph-big {
  color: var(--black-14);
  letter-spacing: -.02em;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.583em;
}

.paragraph-big.white {
  color: var(--color-2);
  font-family: Thicccboi, sans-serif;
}

.card-component {
  text-align: center;
  background-color: #0000;
  border: 1px solid #f1f1f1;
  border-radius: 8px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px 5px #0000000d;
}

.grid-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.button-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 40px 0;
  display: flex;
}

.button-wrapper.dark {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.button-wrapper.left {
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 0;
}

.button-wrapper.cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding: 0;
}

.style-guide-buttons {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.undeline {
  text-decoration: underline;
}

.color-shade-card {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  flex: 1;
  padding: 10px;
  display: flex;
}

.display-3 {
  color: var(--black-14);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Hando, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.222;
}

.elements-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.display-1 {
  color: var(--color);
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-family: Hando, Arial, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.133em;
}

.display-1.white {
  color: var(--color-2);
  font-size: 50px;
}

.color-block {
  background-color: #bcebff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 100px;
  padding: 20px;
  display: flex;
}

.color-block.primary-3 {
  background-color: var(--color-4);
}

.color-block.primary-4 {
  background-color: var(--color-5);
}

.color-block.primary-1 {
  background-color: var(--color);
}

.color-block.primary-2 {
  background-color: var(--color-3);
}

.color-block.primary-5 {
  background-color: var(--color-6);
}

.color-block.primary-6 {
  background-color: var(--color-2);
}

.color-block.primary-7 {
  background-color: var(--color-7);
}

.color-block.primary-9 {
  background-color: var(--color-9);
}

.color-block.primary-8 {
  background-color: var(--color-8);
}

.color-block.primary10 {
  background-color: var(--color-10);
}

.color-block.primary11 {
  background-color: var(--color-11);
}

.color-block.primary12 {
  background-color: var(--color-12);
}

.uppercase {
  color: var(--color);
  text-transform: uppercase;
}

.paragraph-small {
  color: var(--black-14);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.714;
}

.font-grid {
  grid-template-rows: auto;
}

.component-wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.footer-section {
  background-color: var(--color-5);
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-column {
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: 20%;
  margin-bottom: 20px;
  padding-right: 20px;
}

.footer-flex-container {
  z-index: 2;
  color: #666;
  text-align: left;
  flex-flow: column;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer-title-block {
  color: var(--black-14);
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}

.footer-link {
  color: var(--color);
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.111;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--color);
  border-radius: 0;
  text-decoration: underline;
}

.footer-link-text {
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text:hover {
  color: #4fa34f;
  text-decoration: underline;
}

.footer-links {
  color: #6d6875;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-bottom {
  z-index: 2;
  background-color: var(--color-6);
  color: #000;
  border: 1px #000;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.footer-side {
  color: #f8ffd9;
  padding-top: 0;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side {
  border-style: solid none none;
  border-width: 1px;
  border-color: var(--color-12) black black;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.footer-copyright {
  color: var(--color);
  font-family: Thicccboi, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.wrapper-fixed-width-800px {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.wrapper-fixed-width-800px.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

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

.solution-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 500px;
  padding: 40px;
  display: flex;
}

.solution-card._1 {
  background-image: linear-gradient(180deg, #fff0 24%, var(--color)), url('../images/01-alineados.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
}

.solution-card._2 {
  background-image: linear-gradient(180deg, #fff0 43%, var(--color)), url('../images/02-acelera.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border-radius: 12px;
}

.solution-card._3 {
  background-image: linear-gradient(180deg, #fff0 21%, var(--color)), url('../images/03-alamedida.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 12px;
}

.grid-info-compassion {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center start;
  width: 100%;
  display: flex;
}

.content-width-500px {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  direction: ltr;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-info-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  margin-top: 40px;
  padding-top: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

._100-cover-img {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  inset: auto;
  overflow: visible;
}

.text-block-18px {
  color: var(--black-14);
  font-family: Hando, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.img-block {
  background-color: var(--color);
  border-radius: 20px;
  width: 540px;
  padding: 60px;
  position: relative;
  overflow: visible;
}

.img-block._3 {
  background-color: var(--color);
  padding-bottom: 60px;
  padding-left: 60px;
}

.img-block._2 {
  background-color: var(--color);
  background-image: none;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.img-block.hero {
  background-color: var(--color-13);
}

.contact-list-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  font-size: 16px;
  display: flex;
}

.content-block {
  direction: ltr;
  border-radius: 16px;
  width: 100%;
  max-width: 540px;
  position: relative;
  overflow: hidden;
}

.content-block.logo {
  background-color: var(--color);
  justify-content: center;
  align-items: center;
  height: 550px;
  display: flex;
}

.mg-bottom-100px {
  margin-bottom: 100px;
}

.insight-top-wrapper {
  padding-right: 0;
}

.insights-card {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-left: 1px solid var(--color-12);
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  min-height: 449px;
  padding: 36px;
  display: flex;
}

.insights-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-top: 1px solid var(--color-12);
  border-bottom: 1px solid var(--color-12);
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.insights-tittle {
  color: #252525;
  letter-spacing: -.02em;
  font-family: Thicccboi, sans-serif;
  font-size: 82px;
  font-weight: 500;
  line-height: 1.2em;
}

.img-block-paynest {
  border-radius: 12px;
  height: 321.969px;
  overflow: hidden;
}

.img-block-paynest.customer-stories {
  height: 400px;
  overflow: hidden;
}

.bottom-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.tab-pane-tab-3 {
  width: 100%;
  overflow: visible;
}

.tab-img-wrapper {
  border-radius: 30px;
  width: 100%;
}

.tabs-testimonials {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  flex-flow: column-reverse;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  inset: 40px 0 0;
}

.tab-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e9e9e9 #e9e9e9 var(--color-12);
  color: #0f0f0f;
  background-color: #ddd0;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.456em;
  display: flex;
}

.tab-link.w--current {
  background-color: var(--color);
  color: #fff;
  border-style: none;
  border-color: #0063ff;
  border-radius: 6px;
  width: 33%;
}

.tabs-content {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: visible;
}

._100-cover-img-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.display-10 {
  color: #0f0f0f;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.45em;
}

.grid-info-paynest {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.text-block-3 {
  font-family: Thicccboi, sans-serif;
  font-weight: 600;
}

.grid-info-compassion-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template: "."
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch start;
  display: flex;
}

.content-width-500px-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  direction: ltr;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-block-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0f0f0f;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  display: flex;
}

.toggle-name {
  color: #0f0f0f;
  text-transform: none;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2em;
}

.toggle-name.white {
  color: var(--color-2);
}

.toggle-wrapper-div {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.toggle-wrapper-div:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.img-block-video {
  border-radius: 16px;
  overflow: hidden;
}

.img-block-video.hero {
  background-color: var(--color-13);
  border-radius: 14px;
  padding: 60px;
}

.toggle-info {
  background-color: #0000;
  border-bottom: 1px #000;
  width: 100%;
  height: auto;
  padding: 30px 20px;
}

.toggle-info:hover {
  background-color: #0000;
  border: 1px #000;
}

.toggle-column-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.toggle-questions-faq {
  border-style: none none solid;
  border-width: 1px;
  border-color: #e3e4eb #e3e4eb var(--color-12);
  color: #fff;
  cursor: pointer;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1px;
  padding: 20px 0;
  font-weight: 400;
  display: flex;
}

.toggle-questions-faq.white-line {
  border-bottom-color: var(--color-11);
}

.horizontal-plus-line {
  color: #000;
  background-color: #21404b;
  width: 20px;
  height: 2px;
  position: absolute;
}

.horizontal-plus-line.white {
  background-color: var(--color-7);
}

.toggle-answer {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.vertical-plus-line {
  color: #000;
  background-color: #21404b;
  width: 20px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.vertical-plus-line.white {
  background-color: var(--color-7);
}

.display-11 {
  color: #0f0f0f;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.222;
}

.toggle-icon {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  padding: 6px;
  display: flex;
}

.button-link-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: none;
}

.learn-more {
  color: #272b28;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33em;
}

.arrow-img {
  background-image: url('../images/icons8-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  margin-top: 0;
  margin-left: 0;
  position: relative;
}

.features-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffffff26;
  border: 1px #000;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch end;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.features-block.transparent {
  background-color: #fff0;
  border-style: solid;
  border-color: #fff3;
}

.description-copy {
  margin-bottom: 16px;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.features-wrapper {
  display: flex;
}

.comparison-copy {
  text-align: left;
  width: 100%;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4em;
}

.features-comparison {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  height: 90.8572%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 6% 0;
  display: flex;
}

.features-comparison.line {
  border-left: 1px solid #ffffff26;
  margin-top: 0;
  margin-bottom: 0;
}

.name-competion-block.white {
  color: var(--color-7);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-weight: 500;
}

.icon-list-box-comparison {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 0;
  display: flex;
}

.button-wrapper-2 {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.button-col-left {
  margin-right: 24px;
}

.components-card {
  background-color: #f8f7f7;
  border: 1px #d6d6d6;
  border-radius: 10px;
  flex-flow: column;
  padding: 20px;
}

.mg-bottom-24px {
  margin-bottom: 24px;
  display: none;
}

.top-testimonials-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.top-testimonials-block.row-align-center {
  justify-content: space-between;
  align-items: center;
}

.star {
  width: 14px;
  margin-left: 1px;
  margin-right: 1px;
}

.testimonails-name {
  color: var(--color);
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.testimonials-left-block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonilas-rating {
  background-color: #fff9ec;
  border: 0 #fff0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.testimonilas-rating.white {
  border: 1px solid var(--color-4);
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
}

.card {
  color: #003f41;
  background-color: #fff;
  border: 1px solid #ecebea;
  border-radius: 10px;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card._1 {
  background-color: var(--color-5);
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.card._2 {
  background-color: var(--color-2);
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.card._3 {
  background-color: #e4a59940;
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
  font-family: Thicccboi, sans-serif;
}

.card._4 {
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.card._5 {
  background-color: #b9d9d78a;
  border-radius: 0;
  width: 400px;
  padding-left: 0;
  padding-right: 0;
}

.top-testimonial-block {
  border-bottom: 1px solid #0000001a;
  padding: 16px 32px;
  font-weight: 500;
}

.testimonials-content-block {
  color: #003f41;
  flex: 1;
  padding: 32px;
  font-weight: 500;
  line-height: 1.475;
}

.testimonials-avatar {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.social-footer-link {
  background-color: var(--color-2);
  opacity: 1;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.social-footer-link:hover {
  background-color: #fff;
  border-style: none;
}

.social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: flex-end;
  margin-top: 0;
  display: flex;
}

.social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.newsletter-form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.form-input {
  color: #003f41;
  background-color: #fff;
  border: 1px solid #cedad6;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: border-color .2s;
}

.form-input:focus {
  border-color: #068466;
}

.form-input::placeholder {
  color: #003f41;
}

.form-input.newsletter {
  background-color: var(--color-2);
  color: #000;
  border-style: none;
  height: 60px;
  margin-bottom: 0;
  line-height: 26px;
}

.form-feedback {
  text-align: center;
  border-radius: 5px;
  margin-top: 12px;
  padding: 12px;
}

.form-feedback.success {
  color: #000;
  background-color: #41eb4c;
  border-radius: 0;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.2;
}

.form-feedback.error {
  background-color: red;
  border-radius: 0;
  margin-top: 10px;
  padding: 20px;
  font-size: 16px;
  line-height: 1.4;
}

.newsletterl-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.display-14 {
  color: #07301e;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.222;
}

.section-title-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-wrapper {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.toggle-wrapper:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.grid-4-row {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.post-tittle {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.22em;
}

.info-wrapper {
  z-index: 20;
  text-align: left;
  background-color: #f7f8fc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  height: 400px;
  margin-top: 0;
  margin-left: -110px;
  margin-right: auto;
  padding: 55px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 20px #0000000f;
}

.info-wrapper.post {
  box-shadow: none;
  background-color: #f7f8fc00;
  border: 1px #000;
  border-radius: 20px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 0;
}

.work-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 650px;
  padding: 12px;
  display: flex;
  position: relative;
}

.work-post.post {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 220px;
}

.top-info-tittle {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.top-info-tittle.white {
  color: #fff9;
  font-weight: 300;
}

.work-image-wrapper {
  border-radius: 10px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.work-post-link {
  z-index: 1;
  color: #333;
  text-transform: capitalize;
  background-color: #0000;
  border: 1px #e9e9e9;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 180px;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: visible;
}

.work-post-link.w--current {
  margin-bottom: 20px;
}

.work-post-link.blog {
  margin-bottom: 0;
}

.paragraph {
  opacity: .7;
}

.display-15 {
  color: #07301e;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.222;
}

.logo-icon {
  width: 150px;
}

.team-grid-content {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-flow: column;
  place-items: center stretch;
  width: 100%;
}

.team-absolut-img {
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.soc-footer-link {
  opacity: 1;
  background-color: #eff1ea66;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.soc-footer-link:hover {
  background-color: #fff;
  border-style: none;
}

.soc-footer-link.color {
  background-color: var(--color-7);
}

.soc-footer-link.color:hover {
  background-color: #d5e2bc;
}

.team-info-div {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.team-name {
  color: #000;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.335em;
}

.team-name.white {
  color: var(--color-2);
  margin-bottom: 4px;
}

.tem-image-wrapper {
  height: 300px;
  position: relative;
}

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

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

.mendosa-social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

._100-cover-image-team {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.team-card {
  flex-direction: column;
  align-items: center;
  line-height: 22px;
}

.flex-h {
  align-items: center;
  display: flex;
}

.flex-h.bottom-border {
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0;
}

.cms-link {
  margin-bottom: 30px;
  text-decoration: none;
}

.top-info-post-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--color);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  display: flex;
}

.label-text {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #d5e2bc;
  border-radius: 6px;
  margin-bottom: 0;
  padding: 5px 10px;
  font-family: Thicccboi, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  position: relative;
  top: 0;
  left: auto;
  right: 0;
}

.separator {
  background-color: #909090;
  width: 20px;
  height: 1px;
}

.categorie-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-end;
  font-family: Thicccboi, sans-serif;
  display: flex;
}

.primary-button {
  color: #f7fdf8;
  text-align: center;
  background-color: #07301e;
  border: 1px solid #0f0f0f;
  border-radius: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: transform .4s, border-color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button:hover {
  box-shadow: none;
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  text-decoration: none;
  transform: scale(1.05);
}

.primary-button._3 {
  color: #07301e;
  background-color: #fff;
  border-color: #d5e2bc;
  border-radius: 6px;
  display: flex;
}

.primary-button._3.w--current {
  color: #bad477;
  background-color: #07301e;
}

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

.cta-dark-background {
  background-color: var(--color);
  border-radius: 12px;
  padding: 80px 62px 100px;
}

.white-bold {
  color: #fff;
  font-weight: 600;
}

.info-testimonails-wrapper {
  background-color: #ffffff1a;
  border-radius: 100px;
  padding: 5px 10px;
}

.testimonials-group-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 24px;
  display: flex;
}

.testimonials-group-card.center {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
}

.big-paragraph {
  color: #0f0f0f;
  font-size: 20px;
  line-height: 170%;
}

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

.testimonials-wrapper {
  align-items: center;
  display: flex;
}

.text-span {
  color: #849aff;
  font-weight: 300;
}

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

.testimonails-image-wrapper {
  border: 4px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
  overflow: hidden;
}

.testimonails-image-wrapper.blue {
  background-color: var(--color-8);
  border-style: none;
  width: 42px;
  min-width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 8px;
}

.testimonials-small-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.service-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 32px;
  display: flex;
}

.icon-wrapper-contact {
  color: #1a2b4c;
  border-radius: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.contact-grid-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  float: none;
  border: 1px solid var(--color-4);
  color: var(--color);
  background-color: #fff;
  border-radius: 6px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.text-field::placeholder {
  color: #1a2b4c;
}

.text-field.message {
  border-radius: 6px;
  height: 150px;
  margin-bottom: 0;
}

.component-info-left {
  background-color: #fff0;
  border-radius: 20px;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.contact-tittle {
  margin-bottom: 8px;
  font-size: 22px;
}

.form {
  border-radius: 0;
  width: 100%;
  padding: 0;
}

.success-message {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #21404b;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.divider {
  background-color: #dae1e9;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.dark {
  background-color: #d6d6d6;
  margin-top: 40px;
  margin-bottom: 40px;
}

.contact-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.card-form-contact {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.contact-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-info-box._20pxtop-bottm-padding {
  color: #fff;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-info-block {
  border: 1px #000;
  padding: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: red;
  border-radius: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.555em;
}

.mg-10px-right {
  margin-right: 20px;
}

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

.checkbox {
  border: 1px #000;
  border-radius: 0;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label {
  color: var(--color);
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
}

.link-flex-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 0;
  display: flex;
}

.link-flex-wrapper:hover {
  background-color: var(--color-6);
}

.link-flex-wrapper.last {
  border: 1px #000;
}

.service-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
}

.service-image.about {
  background-image: url('../images/Icon-14.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.style {
  background-image: url('../images/Icon-9.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.licenses {
  background-image: url('../images/Icon-8.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.changelog {
  background-image: url('../images/Icon-10.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.sign-up {
  background-image: url('../images/Icon-5.svg');
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.login {
  background-image: url('../images/Icon-11.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.resset-pass {
  background-image: url('../images/Icon-12.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.user-account {
  background-image: url('../images/Icon-13.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image._404 {
  background-image: url('../images/Icon-7.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.pass-page {
  background-image: url('../images/Icon-6.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.privacy {
  background-image: url('../images/Icon-15.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.contact {
  background-image: url('../images/Icon-16.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.blog {
  background-image: url('../images/blog.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.customers-stories {
  background-image: url('../images/Customers-Story.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.seamless-payment {
  background-image: url('../images/Seamless-Payment-.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.multi-currency {
  background-image: url('../images/multi-currency.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.real-time-payment {
  background-image: url('../images/real-time-payment.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

.service-image.prices {
  background-image: url('../images/Prices.svg');
  width: 20px;
  height: 20px;
  margin-bottom: 0;
}

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

.img-block-pn {
  background-color: #eff1ea;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: visible;
}

.flex-block-case-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px #000;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.flex-block-case-info.legal-info {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

.horizontal-separator {
  background-color: #fff;
  width: 75px;
  height: 1px;
}

.horizontal-separator.gray {
  background-color: #d6d6d6;
  width: 30px;
}

.created-on {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.created-on._16px {
  font-size: 16px;
}

.wrapper-fixed-width-800px-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.post-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 800px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.post-image.no-rounded-edges {
  border-radius: 0;
}

.sticky-side-box {
  position: sticky;
  top: 40px;
}

.sticky-side-box.white {
  border-radius: 0;
  padding: 0;
}

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

.rich-text-info-label {
  color: #07301e;
  font-weight: 600;
}

.qs-cause {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  padding: 0;
}

.user {
  background-color: var(--color-6);
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-block-form {
  border: 1px solid var(--color-3);
  background-color: var(--color-5);
  color: var(--color);
  border-radius: 6px;
  flex-flow: column;
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  font-family: Thicccboi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.footer-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper.user {
  margin-top: 30px;
  font-family: Thicccboi, sans-serif;
  font-weight: 500;
}

.footer-copyright-compassion {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-copyright-compassion.black {
  color: #21404b;
  font-weight: 500;
}

.footer-link-text-green {
  color: #07301e;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text-green:hover {
  color: var(--color);
  text-decoration: underline;
}

.block-header {
  text-align: center;
  background-color: #fff0;
  border-style: none;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

.block-content {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
}

.user-account-form, .user-account-form-block {
  border: 1px #000;
}

.my-account {
  margin-left: auto;
  margin-right: auto;
}

.image-utilities-page {
  background-color: var(--color-2);
  border-radius: 6px;
  width: 50px;
  max-width: none;
  padding: 6px;
}

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

.dot {
  background-color: var(--color);
  border-radius: 100px;
  width: 8px;
  height: 8px;
}

.logo-costumner {
  z-index: 2;
  background-color: var(--color-11);
  filter: invert();
  background-image: url('../images/client-logo-fox.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 140px;
  border-radius: 10px;
  width: 160px;
  height: 60px;
  margin-top: 40px;
  margin-left: 40px;
  padding-left: 10px;
  padding-right: 10px;
  position: absolute;
}

.testimonials-copy {
  opacity: .8;
  color: var(--color);
  font-family: Thicccboi, sans-serif;
}

._800-px-width-container {
  width: 800px;
}

.licenses--grid-img {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0;
}

.logotypes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brands-logo {
  opacity: 1;
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: auto;
}

.component-wrapper-block {
  color: #000;
  text-align: left;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 0 0 140px;
}

.component-wrapper-block.last {
  padding-bottom: 0;
}

.icons-card {
  background-color: #f8f7f7;
  border-radius: 14px;
  width: auto;
  height: 200px;
  margin-right: 0;
}

.icons-card._3 {
  background-color: var(--color);
  background-image: url('../images/Paynest2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._2 {
  background-color: var(--color);
  background-image: url('../images/Paynest3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  border-radius: 14px;
  padding: 23px;
  overflow: hidden;
}

.icons-card._1 {
  background-color: var(--color);
  background-image: url('../images/Paynest.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.icons-card._4 {
  background-color: var(--color);
  background-image: url('../images/Paynest4.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
}

.component-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 100%;
  height: 200px;
}

.component-image._3 {
  background-color: #92c4ff;
  background-image: url('../images/Image-CS7.jpg');
  background-position: 50% 0;
}

.component-image._5 {
  background-image: url('../images/Team-1.jpg');
}

.component-image._4 {
  background-image: url('../images/Image-CS5.jpg');
}

.component-image._6 {
  background-image: url('../images/Image-CS6.jpg');
}

.component-image._2 {
  background-color: #caf0f8;
  background-image: url('../images/Image-26.jpg');
  background-position: 50% 0;
}

.component-image._1 {
  background-image: url('../images/Team-4.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
}

.licenses-paragraph-monexa {
  color: #40465c;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.solution-link {
  text-decoration: none;
  transition: transform .4s;
}

.solution-link:hover {
  transform: scale(1.03);
}

.img-block-3 {
  background-color: #eff1ea;
  border-radius: 20px;
  padding: 40px;
  position: relative;
  overflow: visible;
}

.grig-hero-image-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.paragraph-2 {
  color: var(--black-14);
}

.heading, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  font-family: Hando, Arial, sans-serif;
  font-weight: 400;
}

.paragraph-3, .paragraph-service {
  color: var(--black-14);
}

.datos-paragraph {
  opacity: 100;
  color: var(--color);
  font-size: 18px;
}

.bold-text-4, .bold-text-5 {
  font-family: Hando, Arial, sans-serif;
}

.text-dot-footer {
  color: var(--color);
}

.code-embed {
  width: 100%;
}

.language-selection {
  justify-content: flex-start;
  align-items: center;
  height: 53px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .options-menu.w--open {
    margin-top: 0;
  }

  .navigation {
    position: absolute;
  }

  .mg-bottom-16px {
    width: auto;
  }

  .hero-grid.solution {
    place-items: center stretch;
  }

  .top-headline {
    margin-top: 0;
  }

  .container {
    padding-top: 8em;
  }

  .container.hero {
    padding-top: 12em;
  }

  .container.user {
    justify-content: center;
    align-items: center;
  }

  .hero-content-wrapper {
    margin-top: 0;
  }

  .div-image {
    height: 450px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.seamless-payment-integration {
    height: auto;
  }

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

  .display-2.center-white {
    width: 100%;
  }

  .sponsor-bar {
    background-color: var(--color);
  }

  .primary-button-pn {
    border-width: 1px;
    border-color: #3a3129;
    transition: color .4s, border-color .4s, background-color .4s;
  }

  .primary-button-pn._2:hover {
    color: #21404b;
  }

  .service-components-pn.name {
    font-family: Hando, Arial, sans-serif;
  }

  .service-imeage._2, .service-imeage._3, .service-imeage._4 {
    width: 40px;
    height: 40px;
  }

  .service-name {
    font-family: Hando, Arial, sans-serif;
    font-weight: 400;
  }

  .service-name.white {
    color: var(--color-6);
    font-family: Hando, Arial, sans-serif;
    font-weight: 400;
  }

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

  .section-title {
    max-width: 100%;
  }

  .white {
    color: var(--color-6);
    font-family: Hando, Arial, sans-serif;
    font-weight: 400;
  }

  .divider-line {
    background-size: 9px;
  }

  .display-4 {
    font-size: 60px;
  }

  .display-4.white {
    font-size: 32px;
  }

  .paragraph-big {
    font-weight: 400;
  }

  .button-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .grid-info-compassion {
    justify-content: space-around;
    align-items: center;
    width: 100%;
  }

  .content-width-500px {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .text-block-18px {
    color: var(--black-14);
    font-family: Hando, Arial, sans-serif;
    font-weight: 400;
  }

  .img-block, .img-block._3 {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .img-block._2 {
    padding-bottom: 60px;
    padding-right: 60px;
  }

  .contact-list-wrapper {
    font-family: Hando, Arial, sans-serif;
  }

  .tab-link.w--current {
    background-color: var(--color);
  }

  .grid-info-compassion-2 {
    justify-content: center;
    align-items: stretch;
  }

  .content-width-500px-3 {
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .display-11 {
    font-size: 44px;
  }

  .arrow-img {
    filter: none;
    width: 24px;
    height: 24px;
    margin-top: 4px;
  }

  .button-wrapper-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .display-14 {
    font-size: 44px;
  }

  .work-post.post {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .paragraph {
    opacity: 1;
    color: var(--black-14);
  }

  .display-15 {
    font-size: 44px;
  }

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

  .team-name {
    margin-bottom: 16px;
  }

  .flex-h.bottom-border {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .label-text {
    color: var(--color);
    text-transform: uppercase;
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 12px;
    top: auto;
    right: auto;
  }

  .categorie-wrapper {
    justify-content: center;
    align-items: center;
  }

  .primary-button {
    border-width: 1px;
    border-color: #3a3129;
    transition: color .4s, border-color .4s, background-color .4s;
  }

  .primary-button._3 {
    border-color: #e4e4e4;
    border-radius: 8px;
  }

  .testimonails-image-wrapper {
    border-color: #000;
    line-height: 24px;
  }

  .testimonials-small-image {
    line-height: 24px;
  }

  .text-field {
    border: 1px solid var(--color-4);
  }

  .text-field.message {
    border-radius: 10px;
  }

  .logo-costumner {
    background-image: url('../images/client-logo-fox.png');
  }

  .licenses-paragraph-monexa, .bold-text, .bold-text-2, .bold-text-3 {
    font-weight: 400;
  }

  .paragraph-service, .paragraph-5 {
    color: var(--black-14);
  }
}

@media screen and (min-width: 1440px) {
  .nav-link.w--current:hover {
    color: #d6d6d6;
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .navigation {
    position: absolute;
  }

  .nav-container {
    max-width: 1400px;
  }

  .logo-brand {
    width: 600px;
    margin-bottom: 10px;
  }

  .logo-brand.header {
    width: 200px;
  }

  .small-text-data {
    font-family: Hando, Arial, sans-serif;
  }

  .mg-bottom-16px {
    width: auto;
  }

  .hero-grid {
    grid-column-gap: 90px;
  }

  .hero-grid.solution {
    place-items: center stretch;
  }

  .top-headline {
    margin-top: 0;
  }

  .container {
    background-color: #fff0;
    padding-top: 8em;
    padding-bottom: 2em;
  }

  .hero-content-wrapper {
    height: 600px;
  }

  .div-image {
    height: 500px;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.seamless-payment-integration, .hero-section.real-time-payment-tracking {
    height: auto;
  }

  .display-2 {
    line-height: 1.111;
  }

  .hero-video {
    height: 500px;
  }

  .image-wrapper {
    z-index: 2;
    position: relative;
  }

  .primary-button-pn {
    border-width: 1px;
    border-color: var(--black-14);
    color: var(--color-6);
    transition: transform .4s, background-color .4s;
  }

  .primary-button-pn:hover {
    color: var(--color-6);
  }

  .primary-button-pn._3 {
    border-color: var(--black-14);
    color: var(--black-14);
  }

  .primary-button-pn._2 {
    border-color: var(--color-6);
    background-color: var(--color-6);
    transition: transform .4s, color .4s;
  }

  .primary-button-pn._2:hover {
    background-color: var(--color-3);
    color: #8fa1f2;
  }

  .primary-button-pn._4 {
    border-color: var(--color-6);
    color: var(--color-6);
  }

  .primary-button-pn._4:hover {
    border-color: var(--color-6);
    background-color: var(--color-6);
    color: #8fa1f2;
  }

  .service-imeage._2 {
    background-image: url('../images/communication.svg');
  }

  .service-imeage._3 {
    background-image: url('../images/sensor_occupied.svg');
  }

  .service-imeage._1 {
    background-image: url('../images/diversity_3.svg');
  }

  .service-imeage._4 {
    background-image: url('../images/auto_graph.svg');
  }

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

  .service-name.white {
    font-size: 18px;
  }

  .section-title {
    max-width: 100%;
  }

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

  .divider-line {
    background-color: #d6d6d6;
    height: 1px;
  }

  .display-4 {
    line-height: 1.111;
  }

  .paragraph-big {
    color: var(--black-14);
    font-size: 22px;
    font-weight: 400;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 0;
  }

  .button-wrapper.dark {
    margin-top: 0;
  }

  .style-guide-buttons {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .display-3 {
    color: var(--black-14);
    line-height: 1.111;
  }

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

  .display-1.white {
    color: var(--color-6);
  }

  .component-wrapper {
    background-image: none;
    border-style: none;
  }

  .footer-side.flex-side {
    display: none;
  }

  .wrapper-fixed-width-800px {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-card._1 {
    background-image: linear-gradient(180deg, #fff0 24%, var(--color)), url('../images/01-alineados.jpg');
    background-position: 0 0, 50%;
  }

  .solution-card._2 {
    background-image: linear-gradient(180deg, #fff0 43%, var(--color)), url('../images/02-acelera.jpg');
    background-position: 0 0, 50%;
  }

  .solution-card._3 {
    background-image: linear-gradient(180deg, #fff0 21%, var(--color)), url('../images/03-alamedida.jpg');
    background-position: 0 0, 100%;
  }

  .grid-info-compassion {
    width: 100%;
  }

  .img-block {
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .img-block._2 {
    padding-right: 60px;
  }

  .mg-bottom-100px {
    margin-bottom: 0;
  }

  .insights-tittle {
    font-family: Hando, Arial, sans-serif;
    font-weight: 400;
  }

  .toggle-info {
    border: 1px #000;
  }

  .toggle-info:hover {
    background-color: #0000;
  }

  .horizontal-plus-line, .vertical-plus-line {
    width: 15px;
  }

  .display-11 {
    line-height: 1.111;
  }

  .toggle-icon {
    color: #000;
  }

  .arrow-img {
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

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

  .button-wrapper-2 {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0;
  }

  .mg-bottom-24px {
    overflow: hidden;
  }

  .mg-bottom-24px.center {
    display: flex;
  }

  .social-footer-link {
    width: 40px;
    height: 40px;
  }

  .display-14, .display-15 {
    line-height: 1.111;
  }

  .team-grid-content {
    grid-row-gap: 0px;
  }

  .soc-footer-link {
    width: 40px;
    height: 40px;
  }

  .team-name {
    color: #000;
    margin-bottom: 16px;
    font-size: 24px;
  }

  .flex-h.bottom-border {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .label-text {
    color: #565858;
  }

  .primary-button {
    border-width: 1px;
    border-color: #1b253d;
    transition: transform .4s, background-color .4s;
  }

  .white-bold {
    color: var(--color-6);
  }

  .testimonails-image-wrapper {
    border-color: #f7f8fc;
  }

  .text-field {
    border-style: solid;
    border-color: var(--color-4);
  }

  .success-message {
    background-color: #42d542;
    border: 1px solid #f8f7f7;
    font-weight: 500;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .wrapper-fixed-width-800px-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .post-image {
    height: 1000px;
  }

  .logo-costumner {
    filter: invert();
    background-image: url('../images/client-logo-fox.png');
  }

  .block-quote {
    color: var(--color-6);
  }

  .text-block-4, .text-block-5, .text-block-6 {
    font-family: Hando, Arial, sans-serif;
  }

  .datos-paragraph {
    height: 50px;
    font-size: 19px;
  }

  .paragraph-7, .paragraph-8 {
    height: 48px;
  }

  .text-dot-footer {
    color: var(--color);
  }
}

@media screen and (min-width: 1920px) {
  p {
    font-weight: 500;
  }

  .dropdown-icon {
    background-color: #07301e;
  }

  .nav-link {
    text-transform: none;
    font-size: 18px;
  }

  .nav-link:hover {
    background-color: #fff0;
  }

  .nav-link.w--current {
    font-size: 18px;
  }

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

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

  .link-dropdown {
    padding: 10px;
  }

  .dropdown-toggle {
    font-size: 18px;
  }

  .dropdown-switch:hover {
    color: var(--color-3);
  }

  .options-menu.w--open {
    margin-top: 0;
  }

  .nav-logo-link {
    color: #0f0f0f;
  }

  .navigation {
    position: absolute;
  }

  .nav-container {
    max-width: 1400px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .header-right-side {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
  }

  .nav-wrapper {
    padding-top: 8px;
  }

  .small-text-data.white {
    margin-left: auto;
    margin-right: auto;
  }

  .mg-bottom-16px {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1.5fr;
  }

  .hero-grid.solution {
    place-items: center stretch;
  }

  .top-headline {
    margin-top: 0;
  }

  .container {
    box-shadow: none;
    color: #000;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container.footer {
    padding-top: 0;
  }

  .container.hero {
    padding-top: 10em;
  }

  .container.subpages {
    padding-top: 16em;
  }

  .container.user {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .hero-content-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 700px;
    margin-top: 0;
    display: flex;
  }

  .div-image {
    background-image: url('../images/image-2.jpg');
    background-position: 50%;
    border-radius: 18px;
    height: 100%;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .hero-section.seamless-payment-integration {
    height: auto;
  }

  .hero-section.real-time-payment-tracking {
    background-position: 0%;
    background-size: cover;
    height: auto;
  }

  .display-2 {
    color: var(--black-14);
    font-size: 60px;
    line-height: 1.111;
  }

  .display-2.white {
    margin-left: auto;
  }

  .display-2.center-white {
    color: var(--color-2);
  }

  .hero-video {
    z-index: 2;
    width: NaN% ;
    border-radius: 14px;
    height: 550px;
    position: relative;
  }

  .sponsor-bar {
    padding-bottom: 16px;
  }

  .sponsor-bar.testimonails {
    margin-left: auto;
    margin-right: auto;
  }

  .sponsor-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sponsor-grid.no-padding {
    border: 1px #000;
  }

  .grid-block-item-pn {
    border: 1px #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 20px;
  }

  .grid-block-item-pn._2 {
    border-style: none;
    border-color: #000;
    height: auto;
  }

  .lightbox-link {
    background-color: #ffffff2e;
    border: 1px solid #fff;
  }

  .primary-button-pn {
    border-color: var(--color);
    padding-top: 20px;
    padding-bottom: 20px;
    transition: transform .4s, background-color .4s;
  }

  .primary-button-pn._2 {
    border-color: var(--color-2);
    color: var(--color);
    transition: transform .4s, color .4s;
  }

  .primary-button-pn._2:hover {
    background-color: var(--color-3);
  }

  .primary-button-pn._4 {
    color: #fff;
  }

  .service-components-pn.name {
    width: auto;
  }

  .service-imeage._4 {
    background-image: url('../images/Paynest2.svg');
  }

  .inner-content._850px {
    max-width: 850px;
  }

  .section.gray {
    box-shadow: none;
    font-family: Thicccboi, sans-serif;
    font-weight: 500;
  }

  .position-relative {
    height: 700px;
  }

  .template-grid-2-column {
    grid-template-columns: .75fr 1fr;
    margin-bottom: 60px;
  }

  .template-grid-2-column.title-section-grid {
    place-items: center stretch;
    margin-bottom: 60px;
  }

  .features {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #000;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    display: grid;
  }

  .section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 100%;
    margin-top: 0;
  }

  .section-title.center {
    text-align: center;
  }

  .section-title.no-padding {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .white {
    margin-left: 0;
    margin-right: auto;
  }

  .divider-line {
    background-color: #d6d6d6;
    background-image: none;
    height: 1px;
  }

  .display-4 {
    font-size: 32px;
    line-height: 1.111;
  }

  .display-4.white {
    margin-left: auto;
  }

  .paragraph-big {
    color: var(--black-14);
    font-weight: 400;
  }

  .paragraph-big.white {
    margin-left: auto;
  }

  .card-component {
    border: 0 #fff;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

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

  .display-3 {
    font-size: 44px;
    line-height: 1.222;
  }

  .display-1 {
    margin-bottom: 16px;
    font-size: 80px;
  }

  .display-1.white {
    margin-left: auto;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .component-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-section {
    color: #2a9d8f;
    padding-top: 8em;
  }

  .footer-link {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.111;
  }

  .footer-link-text {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
  }

  .footer-link-text:hover {
    text-decoration: underline;
  }

  .footer-bottom {
    border-style: none;
    border-color: #000;
    padding: 20px;
  }

  .footer-side {
    padding-top: 80px;
  }

  .footer-side.flex-side {
    padding-top: 60px;
    padding-left: 0;
  }

  .footer-copyright {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .wrapper-fixed-width-800px {
    margin-left: auto;
    margin-right: auto;
  }

  .wrapper-fixed-width-800px.center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: block;
  }

  .grid-info-compassion {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 0;
  }

  .content-width-500px {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  ._100-cover-img {
    margin-right: 0;
  }

  .img-block {
    background-color: var(--color-7);
    background-image: none;
    padding: 60px;
    overflow: visible;
  }

  .img-block._3 {
    background-color: var(--color-8);
    padding: 60px;
  }

  .img-block._2 {
    background-image: none;
    padding-right: 60px;
  }

  .contact-list-wrapper {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .content-block {
    border-radius: 12px;
    max-width: 600px;
  }

  .content-block.logo {
    height: 550px;
  }

  .mg-bottom-100px {
    margin-bottom: 100px;
  }

  .insights-wrapper {
    border-top: 1px solid var(--color-12);
    border-bottom: 1px solid var(--color-12);
    margin-top: 0;
    margin-bottom: 0;
  }

  .tabs-testimonials {
    border-radius: 30px;
    margin-top: 0;
    padding: 40px;
  }

  .grid-info-paynest {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr .75fr;
  }

  .grid-info-compassion-2 {
    height: 78%;
  }

  .content-width-500px-3 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-block-item {
    border: 1px #000;
    border-bottom: 1px solid #d6d6d6;
    width: 100%;
    padding-bottom: 20px;
  }

  .toggle-name {
    color: #000;
  }

  .toggle-wrapper-div {
    width: 100%;
    margin-bottom: 2px;
  }

  .img-block-video.hero {
    background-color: var(--color-13);
    border-radius: 14px;
    padding: 60px;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-column-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .toggle-questions-faq {
    border-color: #e3e4eb #e3e4eb var(--color-12);
    background-color: #fff0;
    margin-bottom: 1px;
  }

  .horizontal-plus-line {
    background-color: #21404b;
    width: 15px;
  }

  .vertical-plus-line {
    width: 15px;
  }

  .display-11 {
    font-size: 44px;
    line-height: 1.222;
  }

  .toggle-icon {
    padding: 6px;
  }

  .button-link-text {
    font-size: 18px;
  }

  .learn-more {
    color: #07301e;
    font-family: Thicccboi, sans-serif;
    font-weight: 500;
    line-height: 1.111em;
  }

  .arrow-img {
    filter: none;
    width: 24px;
    height: 24px;
    margin-top: 0;
  }

  .features-wrapper {
    margin-top: 0;
  }

  .features-comparison {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    color: #fff;
    border: 1px #000;
  }

  .features-comparison.line {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-bottom: 0;
  }

  .icon-list-box-comparison {
    width: 24px;
  }

  .button-wrapper-2 {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .components-card {
    border-radius: 10px;
    width: auto;
  }

  .mg-bottom-24px {
    display: none;
  }

  .card._2 {
    background-color: var(--color-6);
  }

  .top-testimonial-block {
    border-bottom-style: solid;
  }

  .social-footer-link {
    background-color: var(--color-2);
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

  .social-footer-link:hover {
    background-color: #fff;
  }

  .newsletter-form {
    width: 70%;
  }

  .display-14 {
    font-size: 32px;
    line-height: 1.222;
  }

  .section-title-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 900px;
    margin-top: 0;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .grid-4-row {
    grid-row-gap: 48px;
  }

  .post-tittle {
    font-size: 24px;
  }

  .info-wrapper {
    height: auto;
  }

  .work-image-wrapper {
    border-radius: 14px;
  }

  .display-15 {
    font-size: 44px;
    line-height: 1.222;
  }

  .team-grid-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    display: grid;
  }

  .soc-footer-link {
    background-color: #eff1ea66;
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

  .soc-footer-link:hover {
    background-color: #fff;
  }

  .team-name {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .team-name.white {
    margin-bottom: 0;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .flex-h.bottom-border {
    border: 1px #000;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .cms-link {
    margin-bottom: 30px;
    text-decoration: none;
  }

  .label-text {
    color: #000;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: Thicccboi, sans-serif;
  }

  .separator {
    color: #07301e;
  }

  .primary-button {
    box-shadow: none;
    border-color: #0f0f0f;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: transform .4s, background-color .4s;
  }

  .cta-dark-background {
    background-color: var(--color);
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .testimonials-group-card {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .testimonails-image-wrapper {
    border-color: #000;
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .icon-wrapper-contact {
    border-radius: 0;
    height: 40px;
  }

  .contact-grid-wrapper {
    grid-template-rows: auto;
  }

  .text-field {
    border-style: solid;
    border-color: var(--color-4);
    margin-bottom: 10px;
  }

  .text-field.message {
    margin-bottom: 10px;
  }

  .form {
    padding: 0;
  }

  .card-form-contact {
    border-radius: 20px;
  }

  .contact-info-box {
    width: 100%;
  }

  .contact-info-block {
    border-style: none;
    padding: 0;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .img-block-pn {
    background-image: none;
    padding-top: 40px;
    overflow: visible;
  }

  .flex-block-case-info {
    align-items: flex-start;
    margin-top: 20px;
  }

  .horizontal-separator.gray {
    background-color: #d6d6d6;
  }

  .wrapper-fixed-width-800px-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .post-image {
    width: auto;
    height: 1000px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    left: auto;
    right: auto;
  }

  .mg-bottom-32px {
    text-align: center;
  }

  .qs-cause.blog {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .wrapper-fixed-width-1000px {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }

  .user {
    background-color: var(--color-6);
  }

  .user-block-form {
    width: 460px;
  }

  .footer-copyright-compassion {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-link-text-green {
    margin-bottom: 0;
    font-size: 18px;
    text-decoration: none;
  }

  .footer-link-text-green:hover {
    text-decoration: underline;
  }

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

  .logo-costumner {
    background-image: url('../images/client-logo-fox.png');
  }

  ._800-px-width-container {
    width: 800px;
  }

  .licenses--grid-img {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .brands-logo {
    opacity: 1;
  }

  .component-wrapper-block {
    border-style: none;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 49px 0;
  }

  .icons-card {
    background-color: #f8f7f7;
    background-image: none;
    border-radius: 8px;
    width: auto;
  }

  .icons-card._2 {
    background-color: var(--color);
  }

  .icons-card._1 {
    background-image: url('../images/Paynest.svg');
  }

  .component-image, .component-image._1 {
    border-radius: 20px;
  }

  .solution-link:hover {
    transform: scale(1.03);
  }

  .img-block-3 {
    background-image: none;
    padding-top: 40px;
    overflow: visible;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #0f0f0f;
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

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

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

  .nav-link.w--current:hover {
    color: #2a9d8f;
  }

  .nav-menu {
    color: #21404b;
    background-color: #fff;
    border: 1px solid #ffffff14;
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-left: 0;
    padding: 12px;
    position: absolute;
    left: 10px;
    right: 10px;
    box-shadow: 0 2px 5px #0003;
  }

  .nav-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .dropdown-switch {
    color: #0f0f0f;
    justify-content: space-between;
    width: 100%;
  }

  .dropdown-switch:hover {
    color: #2a9d8f;
  }

  .options-menu.w--open {
    border-radius: 10px;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-top: 0;
    margin-right: 0;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .icon-hamburger {
    color: #21404b;
  }

  .nav-menu-button {
    background-color: #fff;
    border-radius: 8px;
    margin-left: 20px;
    padding: 15px;
  }

  .nav-menu-button:hover {
    background-color: #d5e2bc;
  }

  .nav-menu-button.w--open {
    color: #909090;
    background-color: #fff;
  }

  .nav-container {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

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

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

  .mg-bottom-16px {
    width: auto;
  }

  .hero-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-grid.solution {
    grid-template-columns: 1fr;
    margin-top: 40px;
    margin-bottom: 0;
  }

  .container {
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .container.hero {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .container.subpages {
    padding-bottom: 8em;
  }

  .hero-content-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
  }

  .div-image {
    border-radius: 18px;
  }

  .hero-section {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.subpages {
    padding-bottom: 0;
  }

  .hero-section.seamless-payment-integration {
    padding-bottom: 60px;
  }

  .hero-section.multi-currency-transactions {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section.real-time-payment-tracking {
    padding-bottom: 60px;
  }

  .hero-video {
    height: 600px;
  }

  .lightbox-link {
    width: 100px;
    height: 100px;
  }

  .position-relative {
    height: 500px;
  }

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

  .template-grid-2-column.title-section-grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: flex-start stretch;
    display: flex;
  }

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

  .section-title {
    margin-bottom: 60px;
  }

  .paragraph-big.white {
    font-size: 20px;
  }

  .card-component {
    padding: 0;
  }

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

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

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

  .display-1 {
    line-height: 120%;
  }

  .component-wrapper {
    padding-bottom: 40px;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-right: 0;
    display: grid;
  }

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

  .wrapper-fixed-width-800px {
    width: auto;
  }

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

  .grid-info-compassion {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .content-width-500px {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
  }

  .img-block {
    width: auto;
  }

  .content-block {
    order: -1;
    max-width: none;
  }

  .insights-card {
    border-bottom: 1px solid var(--color-12);
    min-height: 349px;
  }

  .insights-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .insights-tittle {
    letter-spacing: -.01em;
    font-size: 30px;
    line-height: 1.25em;
  }

  .tab-img-wrapper {
    border-radius: 0;
  }

  .tabs-testimonials {
    flex-flow: column;
    padding: 0;
  }

  .tab-link {
    font-size: 16px;
  }

  .tabs-content {
    margin-top: 100px;
    margin-left: 0;
  }

  .grid-info-paynest {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .grid-info-compassion-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .content-width-500px-3 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    width: auto;
  }

  .toggle-wrapper-div {
    width: 100%;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-column-1 {
    width: 100%;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .features-block {
    grid-template-columns: 2.5fr 1fr 1fr;
    width: 70%;
  }

  .description-copy {
    font-weight: 400;
  }

  .features-wrapper {
    flex-flow: column;
  }

  .features-comparison {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10vw 7%;
    box-shadow: 0 1px #ffffff40;
  }

  .features-comparison.line {
    border-bottom: 1px #000;
    border-left-style: none;
  }

  .mg-bottom-24px {
    margin-bottom: 24px;
  }

  .top-testimonials-block.row-align-center {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .top-testimonial-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials-content-block {
    padding: 20px;
  }

  .testimonials-avatar {
    width: 72px;
    height: 72px;
  }

  .social-icons-wrapper {
    margin-left: 0;
  }

  .form-input {
    box-shadow: 1px 1px 3px #0000;
  }

  .form-feedback {
    margin-top: 12px;
  }

  .section-title-4 {
    margin-bottom: 60px;
  }

  .toggle-wrapper {
    width: 100%;
  }

  .grid-4-row {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .info-wrapper {
    z-index: 2;
    margin-top: -100px;
    margin-left: auto;
  }

  .work-post.post {
    min-height: 300px;
  }

  .work-post-link {
    margin-bottom: 120px;
    padding-right: 0;
  }

  .work-post-link.blog {
    margin-bottom: 0;
  }

  .team-grid-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .tem-image-wrapper {
    height: 500px;
    position: relative;
  }

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

  .pricing-grid._2 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-h.bottom-border {
    width: 100%;
  }

  .cms-link {
    margin-bottom: 30px;
  }

  .cta-dark-background {
    padding-left: 40px;
    padding-right: 40px;
    font-family: Thicccboi, sans-serif;
  }

  .testimonials-group-card {
    margin-top: 0;
  }

  .testimonials-group-card.center {
    margin-bottom: 0;
  }

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

  .card-form-contact {
    padding: 0;
  }

  .contact-info-block {
    border: 0 #000;
    width: 100%;
    padding: 0;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .wrapper-fixed-width-800px-2 {
    width: auto;
  }

  .post-image {
    height: 600px;
  }

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

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

  .logo-costumner {
    background-image: url('../images/client-logo-fox.png');
  }

  .licenses--grid-img {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
    width: auto;
  }

  .component-wrapper-block {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .component-wrapper-block.last {
    padding-left: 0;
    padding-right: 0;
  }

  .icons-card {
    width: 100%;
  }

  .dropdown {
    margin-bottom: 14px;
  }
}

@media screen and (max-width: 767px) {
  .grid-drop-down-links {
    grid-template-columns: 1fr;
  }

  .nav-menu {
    background-color: #fff;
  }

  .options-menu.w--open {
    width: auto;
  }

  .navigation {
    padding-top: 20px;
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .container {
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .container.hero {
    padding-top: 8em;
    padding-bottom: 6em;
  }

  .container.subpages {
    padding-top: 12em;
  }

  .hero-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-section.seamless-payment-integration {
    padding-bottom: 40px;
  }

  .hero-section.multi-currency-transactions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section.real-time-payment-tracking {
    padding-bottom: 40px;
  }

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

  .img-sponsor {
    height: 80px;
  }

  .grid-block-item-pn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .lightbox-link {
    width: 90px;
    height: 90px;
  }

  .primary-button-pn {
    font-size: 16px;
  }

  .service-components-pn {
    width: 100%;
  }

  .position-relative {
    height: 340px;
  }

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

  .section-title {
    margin-bottom: 48px;
  }

  .display-4 {
    font-size: 32px;
  }

  .card-component {
    padding: 0;
  }

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

  .color-shade-card {
    padding: 16px;
  }

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

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

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

  .component-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-links {
    margin-bottom: 0;
  }

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

  .footer-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: grid;
  }

  .footer-side.flex-side {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-left-style: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0;
    display: none;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .wrapper-fixed-width-800px {
    width: auto;
  }

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

  .grid-info-compassion {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .content-width-500px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .text-block-18px {
    font-family: Thicccboi, sans-serif;
  }

  .img-block {
    width: auto;
  }

  .content-block {
    width: 100%;
  }

  .insights-card {
    border-bottom: 1px solid var(--color-12);
    border-radius: 0;
    min-height: auto;
    padding: 24px;
  }

  .insights-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .insights-tittle {
    font-size: 24px;
    line-height: 1.35em;
  }

  .tab-img-wrapper {
    border-radius: 0;
  }

  .tabs-testimonials {
    padding: 0;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .tab-link, .tab-link.w--current {
    width: 100%;
  }

  .grid-info-paynest {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: start;
  }

  .grid-info-compassion-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-items: start;
  }

  .content-width-500px-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .grid-block-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .img-block-video.hero {
    background-color: var(--color-13);
  }

  .toggle-questions-faq {
    text-align: left;
  }

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

  .arrow-img {
    margin-top: 0;
  }

  .features-block {
    align-items: center;
    width: 95%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .description-copy {
    font-size: 15px;
    line-height: 24px;
  }

  .star {
    width: 15px;
  }

  .testimonilas-rating {
    padding: 9px 12px;
  }

  .card._1 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
  }

  .card._2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
  }

  .card._4, .card._5 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .top-testimonial-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-content-block {
    padding: 16px;
  }

  .testimonials-avatar {
    width: 60px;
    height: 60px;
  }

  .newsletter-form {
    width: 95%;
  }

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

  .section-title-4 {
    margin-bottom: 48px;
  }

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

  .info-wrapper {
    margin-right: auto;
  }

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

  .team-grid-content {
    justify-items: start;
  }

  .team-info-div {
    justify-content: space-between;
    align-items: flex-start;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr;
  }

  .categorie-wrapper {
    flex-flow: row;
    width: 100%;
  }

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

  .testimonials-group-card {
    margin-top: 0;
  }

  .testimonials-group-card.center {
    margin-bottom: 0;
  }

  .icon-wrapper-contact {
    width: 52px;
    height: 52px;
  }

  .form {
    padding: 0;
  }

  .card-form-contact {
    width: 100%;
    min-height: 560px;
    padding: 0;
  }

  .contact-info-block {
    padding: 0;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .flex-block-case-info.legal-info {
    justify-content: center;
    align-items: center;
  }

  .post-image {
    height: 400px;
  }

  .footer-copyright-compassion {
    font-size: 14px;
    line-height: 20px;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .logo-costumner {
    background-image: url('../images/client-logo-fox.png');
  }

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

  .logotypes {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-top: 0;
  }

  .brands-logo {
    align-self: auto;
    height: auto;
  }

  .component-wrapper-block {
    padding-left: 0;
    padding-right: 0;
  }

  .icons-card, .icons-card._2 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    line-height: 1.22em;
  }

  .nav-menu {
    margin-top: 17px;
    margin-left: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .nav-menu-button {
    margin-left: 0;
    padding: 8px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

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

  .logo-brand {
    width: 300px;
  }

  .hero-grid {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .hero-grid.solution {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container {
    padding: 7em 1.6em;
  }

  .container.hero {
    padding-top: 6em;
  }

  .container.subpages {
    padding-top: 10em;
    padding-bottom: 6em;
  }

  .div-image {
    height: 350px;
  }

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

  .hero-section.multi-currency-transactions {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-section.real-time-payment-tracking {
    padding-top: 40px;
  }

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

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

  .hero-video {
    height: 300px;
  }

  .img-sponsor {
    height: 70px;
  }

  .grid-block-item-pn {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .lightbox-link {
    width: 60px;
    height: 60px;
    padding: 17px;
  }

  .primary-button-pn {
    font-size: 16px;
  }

  .service-components-pn, .service-components-pn.name {
    width: auto;
  }

  .position-relative {
    height: 200px;
  }

  .template-grid-2-column {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .template-grid-2-column.title-section-grid {
    grid-template-columns: auto;
  }

  .section-title {
    margin-bottom: 36px;
  }

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

  .display-4 {
    font-size: 32px;
  }

  .paragraph-big {
    font-size: 1rem;
  }

  .card-component {
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .button-wrapper.left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .button-wrapper.cta {
    flex-flow: column;
  }

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

  .color-shade-card {
    padding: 12px;
  }

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

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

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

  .component-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .footer-section {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .grid-info-compassion {
    flex-flow: column;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .content-width-500px {
    width: 100%;
  }

  .img-block, .img-block._3, .img-block._2 {
    padding: 40px;
  }

  .insights-card {
    border-bottom-color: var(--color-12);
    border-left-style: none;
    padding: 24px;
  }

  .insights-wrapper {
    grid-template-columns: 1fr;
  }

  .insights-tittle {
    letter-spacing: -.01em;
    font-size: 42px;
  }

  .img-block-paynest.customer-stories {
    height: 300px;
  }

  .tab-img-wrapper {
    border-radius: 0;
  }

  .tabs-testimonials {
    padding: 0;
  }

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

  .tab-link.w--current {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .grid-info-paynest, .grid-info-compassion-2 {
    flex-flow: column;
    justify-content: flex-start;
    place-items: center start;
    display: flex;
  }

  .content-width-500px-3 {
    width: 100%;
  }

  .grid-block-item {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .toggle-name {
    font-size: 18px;
  }

  .img-block-video.hero {
    padding: 30px;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .toggle-questions-faq {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .display-11 {
    font-size: 32px;
  }

  .toggle-icon {
    margin-right: 0;
  }

  .button-link-text {
    align-items: center;
  }

  .learn-more {
    font-size: 16px;
    line-height: 24.96px;
  }

  .arrow-img {
    width: 16px;
    height: 16px;
    margin-top: 0;
  }

  .features-comparison {
    padding-left: 0%;
    padding-right: 0%;
  }

  .icon-list-box-comparison {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .button-wrapper-2 {
    flex-flow: column;
  }

  .button-col-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .top-testimonials-block {
    flex-flow: column;
  }

  .testimonilas-rating {
    border-style: none;
    margin-bottom: -4px;
  }

  .testimonials-content-block {
    padding: 12px;
  }

  .social-footer-link {
    width: 30px;
    height: 30px;
  }

  .social-icon {
    width: 16px;
  }

  .newsletter-form {
    width: 100%;
  }

  .form-input {
    padding-left: 16px;
    padding-right: 16px;
  }

  .newsletterl-form {
    flex-direction: column;
  }

  .display-14 {
    font-size: 32px;
  }

  .section-title-4 {
    max-width: 100%;
    margin-bottom: 36px;
  }

  .post-tittle {
    font-size: 20px;
  }

  .info-wrapper {
    width: 100%;
    height: auto;
    margin-right: auto;
    padding: 20px;
  }

  .work-post {
    width: 100%;
    min-height: 400px;
  }

  .work-post.post {
    min-height: 200px;
  }

  .work-post-link {
    flex-direction: column;
    padding-right: 0;
  }

  .work-post-link.blog {
    margin-bottom: 0;
  }

  .display-15 {
    font-size: 32px;
  }

  .soc-footer-link {
    width: 30px;
    height: 30px;
  }

  .team-info-div {
    flex-direction: column;
  }

  .tem-image-wrapper {
    height: 300px;
  }

  .pricing-grid._2 {
    grid-template-columns: 1fr;
  }

  .mendosa-social-icon {
    width: 16px;
  }

  .top-info-post-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .separator {
    width: 20px;
  }

  .categorie-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .cta-dark-background {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .testimonials-group-card {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .big-paragraph {
    font-size: 16px;
    line-height: 160%;
  }

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

  .component-info-left {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .form {
    padding: 0;
  }

  .card-form-contact {
    min-height: auto;
    padding: 0;
  }

  .contact-info-block {
    border-right-style: none;
    width: auto;
  }

  .mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .checkbox-field {
    display: none;
  }

  .img-block-pn {
    padding: 30px;
  }

  .flex-block-case-info {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .flex-block-case-info.legal-info {
    flex-flow: column;
  }

  .horizontal-separator.gray {
    width: 30px;
  }

  .post-image {
    height: 300px;
  }

  .user-block-form {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .user-account-form, .user-account-form-block {
    width: 99.9999%;
  }

  .logo-costumner {
    background-image: url('../images/client-logo-fox.png');
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .block-quote {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-footer {
    flex-flow: column;
  }

  .licenses--grid-img {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .brands-logo {
    height: auto;
  }

  .component-wrapper-block {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .licenses-paragraph-monexa {
    font-size: 1rem;
  }

  .img-block-3 {
    padding: 30px;
  }
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-250f7f6b, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-250f7f6b, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-250f7f6b, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-250f7f6b {
  align-self: center;
}

#w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e63-250f7fa6, #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e69-250f7fa6, #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e6f-250f7fa6, #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e9d-250f7fa6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6b9fe32e-600c-498e-c342-658e55916c3e-250f7fc6 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-250f7fe7, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-250f7fe7, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-250f7fe7, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-250f7fe7 {
  align-self: center;
}

#w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b8a-250f7fe7, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b98-250f7fe7, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5ba6-250f7fe7, #w-node-e80e3bdb-164f-e0a8-a335-645afd95e226-250f7fe7 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-250f7ffc, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-250f7ffc, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-250f7ffc, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-250f7ffc {
  align-self: center;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547d-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547f-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5481-250f7fff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5483-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5485-250f7fff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5487-250f7fff, #w-node-_542d2e9e-ab1e-cdf1-a562-982cc59989d4-250f7fff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5489-250f7fff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-250f8002, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-250f8002, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-250f8002, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-250f8002, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-250f8003, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-250f8003, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-250f8003, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-250f8003 {
  align-self: center;
}

#w-node-_6d2dbe02-c966-032f-e45e-f721e0da986b-250f8018, #w-node-_6d2dbe02-c966-032f-e45e-f721e0da986c-250f8018 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-1d4e86f0, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-1d4e86f0, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-1d4e86f0, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-1d4e86f0, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f77-1214e0e2, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f83-1214e0e2, #w-node-e9aadfe5-e219-98c9-2e23-4792bb212f8f-1214e0e2, #w-node-_0d5d1977-2218-60eb-34f0-7870e8f8f7ed-1214e0e2 {
  align-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-250f7f6b {
    justify-self: end;
  }

  #w-node-_806ca3a1-9a8a-2f4e-5704-10bd817e0e9d-250f7fa6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6b9fe32e-600c-498e-c342-658e55916c3e-250f7fc6 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b8a-250f7fe7, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b98-250f7fe7, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5ba6-250f7fe7, #w-node-e80e3bdb-164f-e0a8-a335-645afd95e226-250f7fe7, #w-node-_542d2e9e-ab1e-cdf1-a562-982cc59989d4-250f7fff {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5489-250f7fff {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-250f8002, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-250f8003, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-250f8005, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-1d4e86f0, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-1214e0e2 {
    justify-self: end;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b8a-250f7fe7, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5b98-250f7fe7, #w-node-c2419282-eae0-fb7b-58e7-fc3d20ba5ba6-250f7fe7, #w-node-e80e3bdb-164f-e0a8-a335-645afd95e226-250f7fe7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-250f7f6b, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-250f8002, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-250f8003, #w-node-c3f56394-7680-9d1a-db76-6998f83f04b5-250f8005, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-1d4e86f0, #w-node-_7c01fdfa-834d-9a30-2897-802c4b672522-1214e0e2 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_6b9fe32e-600c-498e-c342-658e55916c3e-250f7fc6 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5453-250f7fff {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547d-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae547f-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5481-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5483-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5485-250f7fff, #w-node-_0d9f210c-b15d-687b-8c02-c74b8dae5487-250f7fff {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype'), url('../fonts/THICCCBOI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi Thicccaf';
  src: url('../fonts/THICCCBOI-ThicccAF.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Oblique.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-LightOblique.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-BoldOblique.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hando';
  src: url('../fonts/HandoTrial-BlackOblique.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}