/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./assets/styles/sections.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.hero-section {
  margin-top: 0 !important;
  background-image: url(../images/hero_background.9e5e79fe.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.hero-section__container {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 80rem;
  align-items: center;
}
@media only screen and (min-width: 959px) {
  .hero-section__container {
    flex-direction: row;
  }
}
.hero-section__column {
  display: flex;
  flex-direction: column;
}
.hero-section__column.left {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 959px) {
  .hero-section__column.left {
    width: 45%;
  }
}
.hero-section__column.right {
  position: relative;
  height: 52rem;
}
@media only screen and (min-width: 959px) {
  .hero-section__column.right {
    width: 55%;
  }
}
.hero-section__elements-top {
  position: absolute;
  top: 0;
  left: 6rem;
  z-index: 3;
}
.hero-section__heading {
  font-size: 3.6rem;
  line-height: 11rem;
  font-weight: 600;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .hero-section__heading {
    font-size: 7.2rem;
    line-height: 6rem;
  }
}
.hero-section__content {
  width: 50%;
}
.hero-section__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .hero-section__description {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 3rem;
  }
}
.hero-section__button-container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

.technology {
  background-color: var(--payeye-blue);
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .technology {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .technology {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.technology__heading {
  font-size: 18vw;
  text-align: center;
  color: var(--payeye-blue);
  animation-name: glow;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@media only screen and (min-width: 639px) {
  .technology__heading {
    font-size: 15vw;
  }
}
@media only screen and (min-width: 1279px) {
  .technology__heading {
    font-size: 21.6rem;
  }
}
.technology__items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
  width: 100%;
  margin-top: -2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media only screen and (min-width: 479px) {
  .technology__items {
    row-gap: 3rem;
  }
}
@media only screen and (min-width: 959px) {
  .technology__items {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
    margin-top: -5rem;
  }
}
@media only screen and (min-width: 1279px) {
  .technology__items {
    margin-top: -7rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.technology__item {
  background: linear-gradient(180deg, rgba(233, 233, 236, 0.25) 0%, rgba(233, 233, 236, 0) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  padding: 2rem;
  width: 100%;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.3s ease-in-out;
}
.technology__item:hover {
  box-shadow: 0px 0px 18px rgba(233, 233, 236, 0.7);
}
@media only screen and (min-width: 959px) {
  .technology__item {
    width: calc(33.33% - 2.2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .technology__item {
    width: calc(33% - 2.3rem);
    padding: 6rem 4rem;
  }
}
.technology__item-heading-container {
  display: flex;
  align-items: center;
  -moz-column-gap: 3.4rem;
       column-gap: 3.4rem;
  margin-bottom: 1rem;
  min-height: 5rem;
}
@media only screen and (min-width: 639px) {
  .technology__item-heading-container {
    margin-bottom: 4rem;
  }
}
.technology__item-heading {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  margin: 0;
}
@media only screen and (min-width: 1279px) {
  .technology__item-heading {
    font-size: 2.4rem;
  }
}
.technology__item-content {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media only screen and (min-width: 1279px) {
  .technology__item-content {
    row-gap: 4rem;
  }
}
.technology__item-content-heading {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
  font-family: "Plus Jakarta Sans", sans-serif;
  margin: 0 0 0.8rem !important;
}
.technology__item-content-text {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  color: var(--white);
}
.technology__icon img {
  max-width: 10.8rem;
  max-height: 6.7rem;
  flex-shrink: 0;
}
@keyframes glow {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #614ad3;
  }
  to {
    text-shadow: 0px 0px 15px #fff, 0px 0px 15px #614ad3;
  }
}

.features {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #fdfdfd;
}
@media only screen and (min-width: 959px) {
  .features {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
.features__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .features__items {
    row-gap: 2rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .features__items {
    row-gap: 4rem;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
.features__item {
  padding: 2rem;
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(233, 233, 236, 0) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border: 2px solid #e9e9ec;
  border-radius: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.features__item img {
  mix-blend-mode: darken;
}
@media only screen and (min-width: 479px) {
  .features__item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 959px) {
  .features__item {
    padding: 3.4rem 4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .features__item {
    width: calc(33% - 2.3rem);
  }
}
.features__item:hover {
  border: 2px solid var(--white);
  box-shadow: 0px 0px 28px rgba(11, 174, 159, 0.4);
}
.features__icon {
  width: 3.2rem;
  height: 3.2rem;
}
@media only screen and (min-width: 639px) {
  .features__icon {
    width: 6.9rem;
    height: 6.9rem;
  }
}
.features__item-heading {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--payeye);
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .features__item-heading {
    font-size: 2.4rem;
  }
}
.features__item-text {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (min-width: 959px) {
  .features__item-text {
    font-size: 1.6rem;
  }
}

.next-wave {
  background-color: var(--payeye-blue);
  padding-bottom: 12rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIwMCIgaGVpZ2h0PSIxNTQ3IiB2aWV3Qm94PSIwIDAgMTIwMCAxNTQ3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIzNF80NTYpIj4KPGNpcmNsZSBjeD0iMTM2MSIgY3k9IjEzNjEiIHI9Ijg5MyIgZmlsbD0iIzU4NEJDOCIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMjM0XzQ1NiIgeD0iMCIgeT0iMCIgd2lkdGg9IjI3MjIiIGhlaWdodD0iMjcyMiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMzRfNDU2Ii8+CjwvZmlsdGVyPgo8L2RlZnM+Cjwvc3ZnPgo=);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 90rem 80rem;
}
.next-wave__heading {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}
@media only screen and (min-width: 959px) {
  .next-wave__heading {
    font-size: 9.6rem;
  }
}
.next-wave__heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.next-wave__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 4rem;
  width: 100%;
  margin-top: 5rem;
  justify-content: center;
}
@media only screen and (min-width: 1279px) {
  .next-wave__items {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    margin-top: 15rem;
  }
}
.next-wave__item {
  width: calc(50% - 3.2rem);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 959px) {
  .next-wave__item {
    width: calc(20% - 4.3rem);
  }
}
.next-wave__item-heading {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  margin-top: 3rem;
  margin-bottom: 2rem;
  font-family: "Outfit", sans-serif;
}
.next-wave__item-text {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  color: var(--white);
  text-align: center;
}
.next-wave__icon img {
  max-width: 8.2rem;
  max-height: 8.2rem;
}
.next-wave__button {
  background-color: #584BC8;
  border: 1px solid #584BC8;
}
.next-wave__button:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.front-page-hero {
  position: relative;
  margin-top: 0;
}
.front-page-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: flex-end;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__container {
    align-items: center;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__container {
    height: 100vh;
  }
}
@media only screen and (min-width: 1439px) {
  .front-page-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.front-page-hero__background {
  display: flex;
  width: 100%;
  height: 56rem;
  background-position: left;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background--mobile {
    display: none;
  }
}
.front-page-hero__background--desktop {
  display: none;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background--desktop {
    display: flex;
  }
}
@media only screen and (min-width: 639px) {
  .front-page-hero__background {
    height: 65rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__background {
    height: 65rem;
  }
}
@media only screen and (min-width: 1279px) {
  .front-page-hero__background {
    height: 100vh;
  }
}
.front-page-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.front-page-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
    width: 50%;
  }
}
.front-page-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (min-width: 639px) {
  .front-page-hero__headline {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__headline {
    font-size: 7.2rem;
    line-height: 6rem;
    margin-bottom: 4rem;
    text-align: left;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.front-page-hero__description {
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.2rem;
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 639px) {
  .front-page-hero__description {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 4rem;
    padding-right: 8rem;
    text-align: left;
  }
}
.front-page-hero__description-mobile {
  font-size: 2rem;
  line-height: 1.12;
  color: var(--black);
  font-weight: 500;
  width: 80%;
  margin: 0;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 639px) {
  .front-page-hero__description-mobile {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .front-page-hero__description-mobile {
    display: none;
  }
}
.front-page-hero__button {
  animation: slide-down 1s ease 500ms backwards;
  margin: 0 auto;
}
@media only screen and (min-width: 959px) {
  .front-page-hero__button {
    margin: 0;
  }
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.global-standards {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--white);
}
@media only screen and (min-width: 959px) {
  .global-standards {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.global-standards__container {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media only screen and (min-width: 1279px) {
  .global-standards__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .global-standards__column.left {
    max-width: 57rem;
  }
}
.global-standards__column.right {
  width: 100%;
  position: relative;
  height: 56rem;
}
@media only screen and (min-width: 639px) {
  .global-standards__column.right {
    height: 65rem;
  }
}
.global-standards__heading {
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 959px) {
  .global-standards__heading {
    font-size: 6.4rem;
  }
}
.global-standards__text {
  text-align: left;
  margin-top: 4rem !important;
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 4rem;
}
.global-standards__image {
  position: absolute;
  width: 8rem;
  height: 8rem;
  background-color: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 4px rgba(32, 29, 63, 0.1);
  transition: all 0.3s ease;
}
.global-standards__image img {
  mix-blend-mode: darken;
}
@media only screen and (min-width: 639px) {
  .global-standards__image {
    width: 12.8rem;
    height: 12.8rem;
  }
}
.global-standards__image:hover {
  box-shadow: 0px 3px 20px rgba(32, 29, 63, 0.4);
}
.global-standards__image img {
  mix-blend-mode: darken;
}
.global-standards__image.one {
  top: 0;
  left: 0;
}
.global-standards__image.one img {
  width: 6rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.one img {
    width: 10.4rem;
  }
}
.global-standards__image.two {
  top: 0;
  left: 45%;
  transform: translateX(-50%);
}
.global-standards__image.two img {
  width: 6rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.two img {
    width: 8rem;
  }
}
.global-standards__image.three {
  top: 0;
  right: 0;
}
.global-standards__image.three img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.three img {
    width: 9.8rem;
  }
}
.global-standards__image.four {
  top: 10rem;
  left: 25%;
  transform: translateX(-50%);
}
.global-standards__image.four img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.four img {
    width: 12rem;
  }
}
.global-standards__image.five {
  top: 10rem;
  left: 65%;
  transform: translateX(-50%);
}
.global-standards__image.five img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.five img {
    width: 11.2rem;
  }
}
@media only screen and (min-width: 639px) {
  .global-standards__image.five {
    top: 11rem;
  }
}
.global-standards__image.six {
  top: 20rem;
  left: 0;
}
.global-standards__image.six img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.six img {
    width: 11.2rem;
  }
}
.global-standards__image.seven {
  top: 22rem;
  left: 40%;
  transform: translateX(-50%);
}
.global-standards__image.seven img {
  width: 5.6rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.seven img {
    width: 5.6rem;
  }
}
@media only screen and (min-width: 959px) {
  .global-standards__image.seven {
    top: 20rem;
    left: 45%;
  }
}
.global-standards__image.eight {
  top: 20rem;
  right: 1rem;
}
.global-standards__image.eight img {
  width: 6rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.eight img {
    width: 7.7rem;
  }
}
@media only screen and (min-width: 639px) {
  .global-standards__image.eight {
    top: 22rem;
  }
}
@media only screen and (min-width: 959px) {
  .global-standards__image.eight {
    right: 1rem;
  }
}
@media only screen and (min-width: 1279px) {
  .global-standards__image.eight {
    right: -4rem;
  }
}
.global-standards__image.nine {
  bottom: 2rem;
  left: 0;
}
.global-standards__image.nine img {
  width: 6rem;
  height: auto;
}
@media only screen and (min-width: 959px) {
  .global-standards__image.nine img {
    width: 8.3rem;
  }
}
.global-standards__image.ten {
  bottom: 15rem;
  left: 25%;
  transform: translateX(-50%);
}
.global-standards__image.ten img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.ten img {
    width: 11.4rem;
  }
}
@media only screen and (min-width: 639px) {
  .global-standards__image.ten {
    bottom: 12rem;
  }
}
.global-standards__image.eleven {
  bottom: 4rem;
  left: 40%;
  transform: translateX(-50%);
}
.global-standards__image.eleven img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.eleven img {
    width: 10.3rem;
  }
}
@media only screen and (min-width: 639px) {
  .global-standards__image.eleven {
    left: 50%;
  }
}
.global-standards__image.twelve {
  bottom: 16rem;
  left: 70%;
  transform: translateX(-50%);
}
.global-standards__image.twelve img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.twelve img {
    width: 11.4rem;
  }
}
.global-standards__image.thirteen {
  bottom: 0rem;
  right: 2rem;
}
.global-standards__image.thirteen img {
  width: 7rem;
  height: auto;
}
@media only screen and (min-width: 639px) {
  .global-standards__image.thirteen img {
    width: 10.8rem;
  }
}

.section-slider {
  background-color: var(--white);
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1279px) {
  .section-slider::after {
    content: "";
    width: 100%;
    height: 16.2rem;
    background: linear-gradient(180deg, rgb(234, 234, 237) 0%, rgb(253, 253, 253) 100%);
    box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
    border: 2px solid #e9e9ec;
    background-color: #2a2a2a;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 1439px) {
  .section-slider::after {
    content: "";
    height: 18.2rem;
  }
}

.panel-section {
  background-color: var(--white);
  padding-bottom: 18rem;
  background-image: url(../images/panel-section-bg.18d72cd8.png);
  background-position: center top;
  background-repeat: no-repeat;
}

.panels__container {
  min-width: 15rem;
  height: 37rem;
  margin: auto;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  align-items: stretch;
}
@media only screen and (min-width: 639px) {
  .panels__container {
    min-width: 20rem;
    height: 39rem;
  }
}
@media only screen and (min-width: 959px) {
  .panels__container {
    min-width: 30rem;
    height: 39rem;
  }
}
@media only screen and (min-width: 639px) {
  .panels__container {
    min-width: 39rem;
    height: 39rem;
  }
}
.panels__content {
  height: 100%;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 3.6rem;
  flex-direction: column !important;
  justify-content: space-between;
}
.panels__description {
  font-size: 1.2rem;
}
@media only screen and (min-width: 959px) {
  .panels__description {
    font-size: 1.6rem;
  }
}
.panels .grow {
  flex-grow: 1;
}
.panels .grow .panel__heading {
  color: var(--payeye-blue);
}
.panels .shrink {
  flex-shrink: 1;
}
.panels__item {
  min-width: 15rem;
  border-radius: 4rem;
  transition: all 0.7s ease-out;
}
@media only screen and (min-width: 639px) {
  .panels__item {
    min-width: 20rem;
  }
}
@media only screen and (min-width: 639px) {
  .panels__item {
    min-width: 30rem;
  }
}
.panels__text {
  font-size: 18px;
  cursor: text;
  color: var(--payeye-blue);
  display: none;
}
.panels__heading {
  font-size: 2.4rem;
  line-height: 1.2;
  text-align: center;
  color: var(--white);
}
@media only screen and (min-width: 959px) {
  .panels__heading {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .panels__heading {
    font-size: 6.4rem;
  }
}
.panels__image-paying {
  width: 12rem;
  height: 12rem;
  padding-left: 2rem;
  margin-right: auto;
}
@media only screen and (min-width: 479px) {
  .panels__image-paying {
    width: 20rem;
    height: 20rem;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1279px) {
  .panels__image-paying {
    display: block;
    width: 29rem;
    height: 29rem;
  }
}
.panels__image-eye {
  width: 9rem;
  height: 9rem;
  margin-top: 1rem;
  margin-right: auto;
  margin-left: 1rem;
}
@media only screen and (min-width: 479px) {
  .panels__image-eye {
    width: 14rem;
    height: 14rem;
  }
}
@media only screen and (min-width: 1279px) {
  .panels__image-eye {
    display: block;
    width: 22rem;
    height: 22rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 3rem;
    margin-bottom: 2rem;
  }
}
.panels__content-inner {
  display: flex;
  overflow: hidden;
  height: 100%;
  align-items: center;
}
.panels__inner-box {
  padding-left: 2rem;
  padding-top: 2rem;
  padding-bottom: 0rem;
  padding-right: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (min-width: 1279px) {
  .panels__inner-box {
    padding-left: 6.67vw;
    height: 100%;
    padding-bottom: 2rem;
  }
}
.panels__icon {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.panels__heading-inner {
  font-size: 2.8rem;
}
@media only screen and (min-width: 639px) {
  .panels__heading-inner {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .panels__heading-inner {
    font-size: 6.4rem;
  }
}
.panels__arrow-back {
  display: flex;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  bottom: 3.4rem;
  right: 3.4rem;
}
.panels__arrow-back--rotate {
  transform: rotate(180deg);
}

.section-1 {
  background-color: var(--payeye-blue);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
}

.section-2 {
  background-color: var(--payeye-blue);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
}

.grow {
  flex: 5;
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(245, 245, 246, 0.3) 100%);
  box-shadow: 2px 2px 4px rgba(181, 181, 181, 0.25);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border: 2px solid rgb(255, 255, 255);
}

.shrink {
  min-width: 12rem;
  flex: 0.1;
  border: 2px solid rgb(255, 255, 255);
}
@media only screen and (min-width: 639px) {
  .shrink {
    min-width: 20rem;
  }
}
@media only screen and (min-width: 959px) {
  .shrink {
    min-width: 30rem;
  }
}
@media only screen and (min-width: 1279px) {
  .shrink {
    min-width: 39rem;
  }
}

@keyframes slide {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
.show {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .show {
    flex-direction: row;
  }
}

.hide {
  display: none;
}

.animate {
  animation: slide 0.5s ease;
}

.page-hero {
  position: relative;
  margin-top: 0;
  height: 64rem;
}
@media only screen and (min-width: 959px) {
  .page-hero {
    height: 100vh;
  }
}
.page-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.page-hero__background {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: left;
  position: relative;
}
.page-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.page-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .page-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.page-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  line-height: 11rem;
  font-weight: 600;
  margin-bottom: 4rem;
  text-align: center;
  color: var(--payeye-blue);
}
@media only screen and (min-width: 639px) {
  .page-hero__headline {
    font-size: 7.2rem;
    line-height: 6rem;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.page-hero__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4rem;
  color: var(--payeye-blue);
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .page-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
.page-hero__description-mobile {
  font-size: 2rem;
  line-height: 1.12;
  color: var(--black);
  font-weight: 500;
  width: 80%;
  margin: 0;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 639px) {
  .page-hero__description-mobile {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .page-hero__description-mobile {
    display: none;
  }
}
.page-hero__button {
  animation: slide-down 1s ease 500ms backwards;
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.build-future {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: var(--payeye-blue);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkyMCIgaGVpZ2h0PSI1NzUiIHZpZXdCb3g9IjAgMCAxOTIwIDU3NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl85NjJfMzQ2MSkiPgo8Y2lyY2xlIGN4PSI5NjAiIGN5PSIxMDM2IiByPSI1OTIiIGZpbGw9IiNGREZERkQiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk2Ml8zNDYxIiB4PSItNzYiIHk9IjAiIHdpZHRoPSIyMDcyIiBoZWlnaHQ9IjIwNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMjIyIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfOTYyXzM0NjEiLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 959px) {
  .build-future {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.build-future__heading {
  text-align: center;
  color: var(--white);
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .build-future__heading {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .build-future__heading {
    font-size: 9.6rem;
    margin-bottom: 4rem;
  }
}
.build-future__heading strong {
  color: var(--green);
}
.build-future__subheading {
  text-align: center;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  width: 80%;
  margin: 0 auto 4.6rem;
}
@media only screen and (min-width: 959px) {
  .build-future__subheading {
    font-size: 2.4rem;
    font-weight: 800;
    width: 65%;
  }
}
.build-future__subheading strong {
  color: var(--green);
  font-weight: 800;
}
@media only screen and (min-width: 959px) {
  .build-future__subheading strong {
    font-weight: 800;
  }
}

.our-culture {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .our-culture {
    padding-top: 12rem;
  }
}
.our-culture__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 4rem;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .our-culture__container {
    flex-direction: row;
    width: unset;
    padding-left: 3.864vw;
    padding-right: 3.864vw;
  }
}
@media only screen and (min-width: 1439px) {
  .our-culture__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.our-culture__column {
  display: flex;
  flex-direction: column;
}
.our-culture__column.left {
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .our-culture__column.left {
    width: calc(50% - 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.our-culture__column.right {
  padding-left: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .our-culture__column.right {
    width: calc(50% - 4rem);
    padding-left: 0;
  }
}
.our-culture__column-heading {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: var(--payeye-blue);
}
.our-culture__column-heading.color {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 959px) {
  .our-culture__column-heading {
    font-size: 6.4rem;
    margin-bottom: 3.2rem;
  }
}
.our-culture__column-text {
  font-size: 1.6rem;
  margin-bottom: 2.4rem;
}
.our-culture__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.our-culture__item {
  display: flex;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0.3) 100%);
  border-top-left-radius: 12rem;
  border-bottom-left-radius: 12rem;
  padding: 1.6rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  align-items: center;
  height: 12rem;
}
@media only screen and (min-width: 959px) {
  .our-culture__item {
    padding: 3rem;
    height: 14rem;
    background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
  }
}
.our-culture__column-container {
  padding: 2rem 5rem;
  background: linear-gradient(227deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
  display: flex;
  justify-content: center;
  box-shadow: 0px 2px 2px rgba(181, 181, 181, 0.25);
  border: 2px solid #e9e9ec;
  border-radius: 1.6rem;
}
.our-culture__column-container-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}
.our-culture__column-container-text strong {
  color: var(--green);
}
.our-culture__content-container {
  margin-bottom: 4rem;
}
.our-culture__content-container:last-of-type {
  margin-bottom: 0;
}
.our-culture__content {
  display: flex;
  flex-direction: column;
}
.our-culture__item-image img {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 959px) {
  .our-culture__item-image img {
    width: 8rem;
    height: 8rem;
  }
}
.our-culture__content-heading {
  font-size: 1.6rem;
  margin-top: 0;
  margin-top: 2rem;
}
@media only screen and (min-width: 959px) {
  .our-culture__content-heading {
    font-size: 2.4rem;
  }
}
.our-culture__content-text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.2rem;
}
@media only screen and (min-width: 959px) {
  .our-culture__content-text {
    width: 75%;
    font-size: 1.6rem;
  }
}

.we-offer {
  padding-top: 6rem;
  padding-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .we-offer {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.we-offer__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .we-offer__container {
    flex-direction: row;
  }
}
.we-offer__column {
  display: flex;
  flex-direction: column;
}
.we-offer__column.left {
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  order: 2;
}
@media only screen and (min-width: 959px) {
  .we-offer__column.left {
    order: 1;
    width: calc(50% - 4rem);
    padding-left: 0;
    padding-right: 0;
  }
}
.we-offer__column.right {
  order: 1;
  padding-left: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .we-offer__column.right {
    order: 2;
    width: calc(50% - 4rem);
    padding-left: 0;
  }
}
.we-offer__heading-container {
  margin-bottom: 4rem;
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .we-offer__heading-container {
    margin-bottom: 8rem;
  }
}
.we-offer__heading {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
.we-offer__heading strong {
  color: var(--green);
}
@media only screen and (min-width: 959px) {
  .we-offer__heading {
    font-size: 6.4rem;
  }
}
.we-offer__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.we-offer__item {
  display: flex;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0.3) 100%);
  border-top-left-radius: 12rem;
  border-bottom-left-radius: 12rem;
  padding: 1.6rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  align-items: center;
  height: 12rem;
}
@media only screen and (min-width: 959px) {
  .we-offer__item {
    height: 14rem;
    padding: 3rem;
    background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
  }
}
.we-offer__item-image img {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 959px) {
  .we-offer__item-image img {
    width: 8rem;
    height: 8rem;
  }
}
.we-offer__image-container {
  position: relative;
  border-radius: 1.6rem;
}
.we-offer__image-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(52, 48, 86) 0%, rgba(52, 48, 86, 0) 100%);
  z-index: 1;
  border-radius: 1.6rem;
}
.we-offer__image-text {
  position: absolute;
  bottom: 3rem;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  z-index: 2;
  line-height: 1.5;
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 479px) {
  .we-offer__image-text {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 639px) {
  .we-offer__image-text {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 959px) {
  .we-offer__image-text {
    font-size: 2.4rem;
    bottom: 4rem;
  }
}
.we-offer__image-text strong {
  font-weight: 800;
}
.we-offer__content-text {
  font-size: 1.6rem;
  font-weight: 600;
}
.we-offer__image img {
  border-radius: 1.6rem;
}

.pointer__container {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4rem;
}

.pointer {
  border: 1px solid var(--payeye-blue);
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 1.6rem;
  height: 4rem;
  padding: 0.3rem 6.5rem 0 3rem;
  font-size: 1.6rem;
  color: --payeye-blue;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjExMzMgMTEuNTgzNEwyNi45NDY2IDI3LjQxNjdNMjYuOTQ2NiAyNy40MTY3VjExLjU4MzRNMjYuOTQ2NiAyNy40MTY3SDExLjExMzMiIHN0cm9rZT0iIzM0MzA1NiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 3.8rem 3.8rem;
  background-position: top 0 right 10px;
  background-repeat: no-repeat;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}

.impact-hero {
  position: relative;
  margin-top: 0;
  height: 64rem;
}
@media only screen and (min-width: 959px) {
  .impact-hero {
    height: 100vh;
  }
}
.impact-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.impact-hero__background {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: left;
  position: relative;
}
.impact-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.impact-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .impact-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.impact-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .impact-hero__headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .impact-hero__headline {
    font-size: 9.6rem;
  }
}
.impact-hero__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  color: var(--white);
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .impact-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 55%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1279px) {
  .impact-hero__description {
    width: 43%;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.ethical-innovation {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .ethical-innovation {
    padding-top: 12rem;
  }
}
.ethical-innovation__heading-container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .ethical-innovation__heading-container {
    flex-direction: row;
    margin-bottom: 4rem;
    row-gap: 4rem;
  }
}
.ethical-innovation__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .ethical-innovation__column.left {
    width: calc(50% - 4rem);
  }
}
.ethical-innovation__column.right {
  justify-content: center;
}
@media only screen and (min-width: 959px) {
  .ethical-innovation__column.right {
    width: calc(50% - 4rem);
  }
}
.ethical-innovation__image-container {
  margin-bottom: 12rem;
}
.ethical-innovation__image-container img {
  border-radius: 1.6rem;
  height: 40rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.ethical-innovation__column-heading {
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 959px) {
  .ethical-innovation__column-heading {
    font-size: 6.4rem;
  }
}
.ethical-innovation__column-heading.green, .ethical-innovation__column-heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ethical-innovation__column-text strong {
  font-weight: 800;
}
.ethical-innovation__text-container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .ethical-innovation__text-container {
    flex-direction: row;
    margin-bottom: 4rem;
  }
}
.ethical-innovation__text-container.margin-bottom {
  margin-bottom: 12rem;
}

.our-commitment {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: var(--payeye-blue);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkxOSIgaGVpZ2h0PSI1NzUiIHZpZXdCb3g9IjAgMCAxOTE5IDU3NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl85NjJfNDAyNykiPgo8Y2lyY2xlIGN4PSI5NjAiIGN5PSIxMDM2IiByPSI1OTIiIGZpbGw9IiMwQkFFOUYiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk2Ml80MDI3IiB4PSItNzYiIHk9IjAiIHdpZHRoPSIyMDcyIiBoZWlnaHQ9IjIwNzIiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMjIyIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfOTYyXzQwMjciLz4KPC9maWx0ZXI+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media only screen and (min-width: 959px) {
  .our-commitment {
    padding-top: 8rem;
    padding-bottom: 12rem;
  }
}
.our-commitment__image {
  margin: 0 auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
.our-commitment__image img {
  width: 25.3rem;
  height: auto;
}
.our-commitment__heading {
  text-align: center;
  color: var(--white);
  font-size: 4rem;
  font-weight: 600;
  margin-top: 0;
}
@media only screen and (min-width: 959px) {
  .our-commitment__heading {
    font-size: 7.2rem;
    margin-top: 0;
    margin-bottom: 3.2rem;
  }
}
.our-commitment__text {
  text-align: center;
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 auto 3.2rem;
}
@media only screen and (min-width: 959px) {
  .our-commitment__text {
    font-size: 2.4rem;
    font-weight: 800;
    margin: 0 auto 4.6rem;
    width: 50%;
    font-size: 1.8rem;
  }
}
.our-commitment__text strong {
  color: var(--green);
  font-weight: 800;
}
@media only screen and (min-width: 959px) {
  .our-commitment__text strong {
    font-weight: 800;
  }
}

.pillars-section {
  padding-top: 2rem;
  padding-bottom: 12rem;
}
.pillars-section__heading {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .pillars-section__heading {
    margin-bottom: 8rem;
    font-size: 6.4rem;
  }
}
.pillars-section__heading strong {
  color: var(--green);
}
.pillars-section__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .pillars-section__items {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .pillars-section__items {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.pillars-section__item {
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(233, 233, 236, 0) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border: 2px solid #e9e9ec;
  border-radius: 1.6rem;
  width: calc(50% - 0.8rem);
  padding: 2.2rem 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.pillars-section__item.gradient {
  background: linear-gradient(215deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
}
@media only screen and (min-width: 959px) {
  .pillars-section__item {
    width: calc(25% - 1.5rem);
    padding: 1.2rem 3.2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .pillars-section__item {
    width: calc(25% - 6rem);
  }
}
.pillars-section__item-counter {
  display: block;
  width: 14.6rem;
  height: 14.6rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.pillars-section__item-heading {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.pillars-section__item-subheading {
  margin-top: 2rem !important;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 4rem;
}
.pillars-section__item-subheading strong {
  color: var(--green);
}
.pillars-section__item-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}
.pillars-section__item-number {
  font-size: 7.2rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.about-hero {
  position: relative;
  margin-top: 0;
  height: 64rem;
}
@media only screen and (min-width: 959px) {
  .about-hero {
    height: 100vh;
  }
}
.about-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.about-hero__background {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: left;
  position: relative;
}
.about-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.about-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .about-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.about-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--payeye-blue);
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .about-hero__headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .about-hero__headline {
    font-size: 9.6rem;
  }
}
.about-hero__subtitle {
  animation: slide-down 1s forwards;
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  color: var(--payeye-blue);
  text-align: center;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 639px) {
  .about-hero__subtitle {
    font-size: 2.4rem;
  }
}
.about-hero__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  color: var(--payeye-blue);
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .about-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 55%;
    margin: 0 auto;
  }
}
.about-hero__button-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 4rem;
  animation: slide-up 1s ease 300ms backwards;
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slide-up {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.about-section {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .about-section {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
.about-section__text-container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  margin-bottom: 8rem;
}
.about-section__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .about-section__column.left {
    width: calc(50% - 4rem);
  }
}
.about-section__column.right {
  justify-content: center;
}
@media only screen and (min-width: 959px) {
  .about-section__column.right {
    width: calc(50% - 4rem);
  }
}
.about-section__image-container {
  margin-bottom: 12rem;
}
.about-section__image-container img {
  border-radius: 1.6rem;
}
.about-section__column-heading {
  font-size: 3.2rem;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  text-align: left;
}
@media only screen and (min-width: 959px) {
  .about-section__column-heading {
    font-size: 6.4rem;
  }
}
.about-section__column-heading.green, .about-section__column-heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-section__column-text strong {
  font-weight: 800;
}

.mission-section {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background: #002B3E;
}
@media only screen and (min-width: 959px) {
  .mission-section {
    background: #000F1C;
    background: linear-gradient(90deg, rgb(0, 15, 28) 0%, rgb(0, 27, 43) 37%, rgb(0, 43, 63) 71%, rgb(0, 43, 63) 100%);
  }
}
@media only screen and (min-width: 959px) {
  .mission-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.mission-section__container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .mission-section__container {
    flex-direction: row;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.mission-section__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .mission-section__column {
    width: calc(50% - 4rem);
  }
}
.mission-section__icon {
  width: 6.4rem;
  height: 6.4rem;
  display: block;
}
@media only screen and (min-width: 959px) {
  .mission-section__icon {
    width: 11.8rem;
    height: 11.8rem;
  }
}
.mission-section__heading {
  color: var(--white);
  font-weight: 600;
  font-size: 3.6rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .mission-section__heading {
    font-size: 6.4rem;
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
  }
}
.mission-section__description {
  color: var(--white);
  line-height: 1.5;
  font-weight: 500;
  font-size: 1.2rem;
}
@media only screen and (min-width: 959px) {
  .mission-section__description {
    font-size: 1.6rem;
  }
}

.mediahub-section {
  padding-top: 0;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .mediahub-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media only screen and (min-width: 1279px) {
  .mediahub-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.mediahub-section__container {
  padding-left: 3.846vw;
  padding-right: 3.846vw;
}
@media only screen and (min-width: 1439px) {
  .mediahub-section__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mediahub-section__content {
  width: 100%;
  max-width: 140rem;
  padding: 4rem 3rem;
  background-color: #343056;
  background-image: url(../images/media_hub_mobile.cf4520e5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2rem;
  background-repeat: no-repeat;
  height: 60rem;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 639px) {
  .mediahub-section__content {
    padding: 4rem 2rem;
    background-image: url(../images/media_hub_banner.8658dcff.png);
  }
}
@media only screen and (min-width: 959px) {
  .mediahub-section__content {
    padding: 9rem 4rem;
  }
}
.mediahub-section__heading {
  font-size: 3.2rem;
  color: var(--white);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .mediahub-section__heading {
    font-size: 6.4rem;
  }
}
.mediahub-section__description {
  color: var(--white);
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 1279px) {
  .mediahub-section__description {
    width: 48%;
    font-size: 1.6rem;
  }
}
.mediahub-section__button {
  background: #584BC8;
  border: 1px solid #584BC8;
}
.mediahub-section__button:hover {
  background: transparent;
  border: 1px solid var(--white);
}

.image-right {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .image-right {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .image-right {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.image-right__container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .image-right__container {
    flex-direction: row;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .image-right__container {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.image-right__column.left {
  order: 2;
}
@media only screen and (min-width: 959px) {
  .image-right__column.left {
    width: calc(50% - 2rem);
    order: 1;
  }
}
@media only screen and (min-width: 1279px) {
  .image-right__column.left {
    width: calc(50% - 4rem);
  }
}
.image-right__column.right {
  order: 1;
}
@media only screen and (min-width: 959px) {
  .image-right__column.right {
    width: calc(50% - 2rem);
    order: 2;
  }
}
@media only screen and (min-width: 1279px) {
  .image-right__column.right {
    width: calc(50% - 4rem);
  }
}
.image-right__heading {
  font-size: 3.2rem;
  color: var(--payeye-blue);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .image-right__heading {
    font-size: 6.4rem;
  }
}
.image-right__text {
  color: var(--payeye-blue);
  margin-bottom: 4rem;
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 639px) {
  .image-right__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .image-right__text {
    font-size: 1.6rem;
  }
}

.image-left {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .image-left {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .image-left {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.image-left__container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .image-left__container {
    flex-direction: row;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .image-left__container {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.image-left__column.left {
  order: 1;
}
@media only screen and (min-width: 959px) {
  .image-left__column.left {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .image-left__column.left {
    width: calc(50% - 4rem);
  }
}
.image-left__column.right {
  order: 2;
}
@media only screen and (min-width: 959px) {
  .image-left__column.right {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .image-left__column.right {
    width: calc(50% - 4rem);
  }
}
.image-left__heading {
  font-size: 3.2rem;
  color: var(--payeye-blue);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .image-left__heading {
    font-size: 6.4rem;
  }
}
.image-left__text {
  color: var(--payeye-blue);
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .image-left__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .image-left__text {
    font-size: 1.6rem;
  }
}

.section-image {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .section-image {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-image__container {
  background-image: url(../images/payeye_phone.2a2301e0.png);
  height: 40rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .section-image__container {
    background-position: center;
  }
}
.section-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.technology-safe {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .technology-safe {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.technology-safe__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 2rem;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .technology-safe__container {
    flex-direction: row;
    width: unset;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .technology-safe__container {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.technology-safe__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .technology-safe__column.left {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1279px) {
  .technology-safe__column.left {
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 959px) {
  .technology-safe__column.right {
    width: calc(50% - 1rem);
  }
}
@media only screen and (min-width: 1279px) {
  .technology-safe__column.right {
    width: calc(50% - 4rem);
  }
}
.technology-safe__heading {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: var(--payeye-blue);
}
@media only screen and (min-width: 959px) {
  .technology-safe__heading {
    font-size: 6.4rem;
  }
}
.technology-safe__text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 2.8rem;
  color: var(--payeye-blue);
}
@media only screen and (min-width: 959px) {
  .technology-safe__text {
    font-size: 2.4rem;
    width: 60%;
    margin: 0 auto 6.8rem;
    font-weight: 800;
  }
}
.technology-safe__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  padding-left: 1.6rem;
}
.technology-safe__item {
  display: flex;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0.3) 100%);
  border-top-left-radius: 12rem;
  border-bottom-left-radius: 12rem;
  padding: 1.6rem;
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  align-items: center;
  height: 12rem;
}
@media only screen and (min-width: 959px) {
  .technology-safe__item {
    padding: 3rem;
    background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
    height: auto;
    height: 14rem;
  }
}
.technology-safe__column-container {
  padding: 2rem 5rem;
  background: linear-gradient(227deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
  display: flex;
  justify-content: center;
  box-shadow: 0px 2px 2px rgba(181, 181, 181, 0.25);
  border: 2px solid #e9e9ec;
  border-radius: 1.6rem;
}
.technology-safe__column-container-text {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 600;
}
.technology-safe__column-container-text strong {
  color: var(--green);
}
.technology-safe__content-container {
  margin-bottom: 4.8rem;
}
.technology-safe__content {
  display: flex;
  flex-direction: column;
}
.technology-safe__item-image img {
  width: 6rem;
  height: 6rem;
}
@media only screen and (min-width: 959px) {
  .technology-safe__item-image img {
    width: 8rem;
    height: 8rem;
  }
}
.technology-safe__content-heading {
  font-size: 1.6rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 959px) {
  .technology-safe__content-heading {
    font-size: 2.4rem;
  }
}
.technology-safe__content-text {
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.2rem;
}
@media only screen and (min-width: 959px) {
  .technology-safe__content-text {
    width: 75%;
    font-size: 1.6rem;
  }
}

.eye-image {
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .eye-image {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.eye-image__container {
  background-image: url(../images/biometric_eye.5aec7913.png);
  height: 40rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .eye-image__container {
    background-position: center;
  }
}
.eye-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.awards-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 959px) {
  .awards-section {
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1MyIgaGVpZ2h0PSIxMDMxIiB2aWV3Qm94PSIwIDAgMTE1MyAxMDMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzk4MV82MTM0KSI+CjxjaXJjbGUgY3g9IjEwNDIuMDIiIGN5PSIxMDQyIiByPSI1NzQiIGZpbGw9IiM1ODRCQzgiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk4MV82MTM0IiB4PSIwLjAxNTYyNSIgeT0iMCIgd2lkdGg9IjIwODQiIGhlaWdodD0iMjA4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl85ODFfNjEzNCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80rem 80rem;
  }
}
.awards-section__heading {
  font-size: 3.6rem;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .awards-section__heading {
    font-size: 6.4rem;
  }
}
.awards-section__text {
  font-size: 1.6rem;
  margin-bottom: 4rem;
  text-align: center;
  line-height: 1.2;
  margin-top: 0;
}
.awards-section__text strong {
  color: var(--green);
}
@media only screen and (min-width: 959px) {
  .awards-section__text {
    font-size: 2.4rem;
    width: 65%;
    margin: 0 auto 9.6rem;
  }
}
.awards-section__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 4rem;
  justify-content: center;
}
@media only screen and (min-width: 959px) {
  .awards-section__items {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    row-gap: 6rem;
  }
}
.awards-section__item {
  width: calc(50% - 0.8rem);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (min-width: 959px) {
  .awards-section__item {
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 1279px) {
  .awards-section__item {
    width: calc(25% - 6rem);
  }
}
.awards-section__item-image {
  width: 12.7rem;
  height: 12.7rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .awards-section__item-image {
    margin-bottom: 4rem;
  }
}
.awards-section__item-text {
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
}
.awards-section__item-text strong {
  font-weight: 700;
}
@media only screen and (min-width: 959px) {
  .awards-section__item-text {
    font-size: 1.6rem;
  }
}

.phone-section {
  padding-top: 2rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .phone-section {
    padding-top: 6rem;
  }
}
.phone-section__container {
  background-image: url(../images/ethical_innovation_image.7a7c486d.png);
  height: 40rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .phone-section__container {
    background-position: center;
  }
}
.phone-section__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.ocean-image {
  padding-top: 2rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .ocean-image {
    padding-top: 6rem;
  }
}
.ocean-image__container {
  background-image: url(../images/ocean_image_bg.a05bd0d2.png);
  height: 40rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .ocean-image__container {
    background-position: center;
  }
}
.ocean-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.owner-image {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
}
@media only screen and (min-width: 959px) {
  .owner-image {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.owner-image__container {
  background-image: url(../images/owner_image.ad3a7bf6.png);
  height: 40rem;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .owner-image__container {
    background-position: center;
  }
}
.owner-image__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.media-hero {
  position: relative;
  margin-top: 0;
  height: 64rem;
}
@media only screen and (min-width: 959px) {
  .media-hero {
    height: 100vh;
  }
}
.media-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.media-hero__background {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: left;
  position: relative;
}
.media-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.media-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .media-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.media-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .media-hero__headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .media-hero__headline {
    font-size: 9.6rem;
  }
}
.media-hero__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
  color: var(--white);
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .media-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 55%;
    margin: 0 auto;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.partnerships-hero {
  position: relative;
  margin-top: 0;
  height: 64rem;
}
@media only screen and (min-width: 959px) {
  .partnerships-hero {
    height: 100vh;
  }
}
.partnerships-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.partnerships-hero__background {
  display: flex;
  width: 100%;
  height: 100%;
  background-position: left;
  position: relative;
}
.partnerships-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.partnerships-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .partnerships-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
.partnerships-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 639px) {
  .partnerships-hero__headline {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .partnerships-hero__headline {
    font-size: 9.6rem;
  }
}
.partnerships-hero__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
  text-align: center;
  color: var(--white);
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .partnerships-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    width: 76%;
    margin: 0 auto;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.partnerships-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .partnerships-section {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .partnerships-section {
    padding-top: 12rem;
  }
}
.partnerships-section__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .partnerships-section__container {
    flex-direction: row;
  }
}
.partnerships-section__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .partnerships-section__column.left {
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 959px) {
  .partnerships-section__column.right {
    width: calc(50% - 4rem);
  }
}
.partnerships-section__column-image {
  max-width: 11rem;
}
@media only screen and (min-width: 639px) {
  .partnerships-section__column-image {
    max-width: 16rem;
  }
}
.partnerships-section__column-worldline {
  max-width: 11rem;
}
@media only screen and (min-width: 639px) {
  .partnerships-section__column-worldline {
    max-width: 26rem;
  }
}
.partnerships-section__column-heading {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: var(--payeye-blue);
}
.partnerships-section__column-heading.color {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 959px) {
  .partnerships-section__column-heading {
    font-size: 6.4rem;
  }
}
.partnerships-section__column-text {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 959px) {
  .partnerships-section__column-text {
    font-size: 1.6rem;
  }
}

.partnerships-reverse {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .partnerships-reverse {
    padding-top: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .partnerships-reverse {
    padding-top: 12rem;
  }
}
.partnerships-reverse__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .partnerships-reverse__container {
    flex-direction: row;
  }
}
.partnerships-reverse__column {
  display: flex;
  flex-direction: column;
}
.partnerships-reverse__column.left {
  order: 2;
}
@media only screen and (min-width: 959px) {
  .partnerships-reverse__column.left {
    width: calc(50% - 4rem);
    order: 1;
  }
}
.partnerships-reverse__column.right {
  order: 1;
}
@media only screen and (min-width: 959px) {
  .partnerships-reverse__column.right {
    width: calc(50% - 4rem);
    order: 2;
  }
}
.partnerships-reverse__column-image {
  max-width: 11rem;
}
@media only screen and (min-width: 639px) {
  .partnerships-reverse__column-image {
    max-width: 16rem;
  }
}
.partnerships-reverse__column-worldline {
  max-width: 11rem;
}
@media only screen and (min-width: 639px) {
  .partnerships-reverse__column-worldline {
    max-width: 26rem;
  }
}
.partnerships-reverse__column-heading {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2rem;
  color: var(--payeye-blue);
}
.partnerships-reverse__column-heading.color {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 959px) {
  .partnerships-reverse__column-heading {
    font-size: 6.4rem;
  }
}
.partnerships-reverse__column-text {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 959px) {
  .partnerships-reverse__column-text {
    font-size: 1.6rem;
  }
}

.partnerships-image {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .partnerships-image {
    padding-top: 6rem;
  }
}
.partnerships-image.last {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 959px) {
  .partnerships-image.last {
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1MyIgaGVpZ2h0PSIxMDMxIiB2aWV3Qm94PSIwIDAgMTE1MyAxMDMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzk4MV82MTM0KSI+CjxjaXJjbGUgY3g9IjEwNDIuMDIiIGN5PSIxMDQyIiByPSI1NzQiIGZpbGw9IiM1ODRCQzgiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk4MV82MTM0IiB4PSIwLjAxNTYyNSIgeT0iMCIgd2lkdGg9IjIwODQiIGhlaWdodD0iMjA4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl85ODFfNjEzNCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80rem 80rem;
  }
}
.partnerships-image__container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 2rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .partnerships-image__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .partnerships-image__container {
    flex-direction: row;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.partnerships-image__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .partnerships-image__column.left {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .partnerships-image__column.left {
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 959px) {
  .partnerships-image__column.right {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .partnerships-image__column.right {
    width: calc(50% - 4rem);
  }
}
.investor-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  background: #000F1C;
  background: linear-gradient(90deg, rgb(0, 15, 28) 0%, rgb(0, 27, 43) 37%, rgb(0, 43, 63) 71%, rgb(0, 43, 63) 100%);
  position: relative;
}
.investor-banner::after {
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  content: "";
  background: var(--white);
  bottom: 0;
  left: 0;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 1.6rem;
}
@media only screen and (min-width: 959px) {
  .investor-banner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.investor-banner.investor-zone .investor-banner__image-container {
  background-image: url(../images/investor_zone_banner_bg.85514203.png);
}
.investor-banner__image-container {
  background-image: url(../images/biometric_revolution_bg.38a36479.png);
  height: 36rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 1.6rem;
  position: relative;
  padding: 2.4rem 2rem;
}
@media only screen and (min-width: 639px) {
  .investor-banner__image-container {
    padding: 3rem 4.2rem;
  }
}
@media only screen and (min-width: 959px) {
  .investor-banner__image-container {
    background-position: center;
  }
}
.investor-banner .pointer-green {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 1.6rem;
  height: 4rem;
  padding: 0.3rem 5rem 0 1rem;
  font-size: 1.6rem;
  background-color: var(--green);
  color: var(--white);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU2NzQgMTEuODI3MUwyNy40MDA3IDI3LjY2MDVNMjcuNDAwNyAyNy42NjA1VjExLjgyNzFNMjcuNDAwNyAyNy42NjA1SDExLjU2NzQiIHN0cm9rZT0iI0ZERkRGRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 3.8rem 3.8rem;
  background-position: top 0 right 10px;
  background-repeat: no-repeat;
  display: flex;
  width: 23.5rem;
  margin: 0;
}
.investor-banner .pointer-green .text {
  color: var(--white);
  line-height: 1;
}
.investor-banner__inner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  align-items: center;
  margin-top: 4rem;
}
.investor-banner__image-heading {
  color: var(--white);
  font-size: 2.4rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 639px) {
  .investor-banner__image-heading {
    text-align: center;
  }
}
@media only screen and (min-width: 959px) {
  .investor-banner__image-heading {
    font-size: 3.2rem;
  }
}
.investor-banner__image-text {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 639px) {
  .investor-banner__image-text {
    font-size: 1.6rem;
    text-align: center;
  }
}
.investor-banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.biometric-revolution {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #002B3E;
}
@media only screen and (min-width: 959px) {
  .biometric-revolution {
    background: #000F1C;
    background: linear-gradient(90deg, rgb(0, 15, 28) 0%, rgb(0, 27, 43) 37%, rgb(0, 43, 63) 71%, rgb(0, 43, 63) 100%);
  }
}
.biometric-revolution__heading {
  font-size: 3.6rem;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 639px) {
  .biometric-revolution__heading {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 959px) {
  .biometric-revolution__heading {
    font-size: 9.6rem;
  }
}
.biometric-revolution__heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.biometric-revolution__text {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
  color: var(--white);
}
@media only screen and (min-width: 959px) {
  .biometric-revolution__text {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto;
  }
}

.key-sectors {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: var(--white);
}
@media only screen and (min-width: 959px) {
  .key-sectors {
    padding-top: 2rem;
    padding-bottom: 12rem;
  }
}
.key-sectors__heading {
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 4rem;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .key-sectors__heading {
    margin-bottom: 8rem;
    font-size: 6.4rem;
  }
}
.key-sectors__heading strong {
  color: var(--green);
}
.key-sectors__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  row-gap: 1.6rem;
  width: 100%;
}
@media only screen and (min-width: 959px) {
  .key-sectors__items {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .key-sectors__items {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    row-gap: 8rem;
  }
}
.key-sectors__item {
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(233, 233, 236, 0) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border: 2px solid #e9e9ec;
  border-radius: 1.6rem;
  width: calc(50% - 0.8rem);
  padding: 2.2rem 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.key-sectors__item.gradient {
  background: linear-gradient(215deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
}
.key-sectors__item:hover {
  box-shadow: 2px 2px 28px rgba(11, 174, 159, 0.4);
  border: 2px solid var(--white);
}
@media only screen and (min-width: 959px) {
  .key-sectors__item {
    width: calc(25% - 1.5rem);
    padding: 2.1rem 2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .key-sectors__item {
    width: calc(25% - 6rem);
  }
}
.key-sectors__item-image {
  display: block;
  width: 14.6rem;
  height: 14.6rem;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.key-sectors__item-image img {
  width: 8.5rem;
  height: 8.5rem;
}
.key-sectors__item-image.bigger img {
  width: 9.5rem;
  height: 9.5rem;
}
.key-sectors__item-heading {
  font-size: 2.4rem;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
}
.key-sectors__item-text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
}

.intro-heading {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: var(--white);
}
@media only screen and (min-width: 959px) {
  .intro-heading {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.intro-heading__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .intro-heading__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 959px) {
  .intro-heading__column.left {
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 959px) {
  .intro-heading__column.right {
    width: calc(50% - 4rem);
  }
}
.intro-heading__column-heading {
  font-size: 3.6rem;
  margin: 0;
}
@media only screen and (min-width: 959px) {
  .intro-heading__column-heading {
    font-size: 6.4rem;
  }
}
.intro-heading__text {
  font-size: 1.2rem;
  margin: 0;
}
@media only screen and (min-width: 639px) {
  .intro-heading__text {
    font-size: 1.6rem;
  }
}

.contact-baner {
  padding-bottom: 6rem;
  background-color: var(--white);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1MyIgaGVpZ2h0PSIxMDMxIiB2aWV3Qm94PSIwIDAgMTE1MyAxMDMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzk4MV82MTM0KSI+CjxjaXJjbGUgY3g9IjEwNDIuMDIiIGN5PSIxMDQyIiByPSI1NzQiIGZpbGw9IiM1ODRCQzgiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk4MV82MTM0IiB4PSIwLjAxNTYyNSIgeT0iMCIgd2lkdGg9IjIwODQiIGhlaWdodD0iMjA4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl85ODFfNjEzNCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30rem 30rem;
}
@media only screen and (min-width: 959px) {
  .contact-baner {
    padding-top: 12rem;
    padding-bottom: 12rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1MyIgaGVpZ2h0PSIxMDMxIiB2aWV3Qm94PSIwIDAgMTE1MyAxMDMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzk4MV82MTM0KSI+CjxjaXJjbGUgY3g9IjEwNDIuMDIiIGN5PSIxMDQyIiByPSI1NzQiIGZpbGw9IiM1ODRCQzgiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk4MV82MTM0IiB4PSIwLjAxNTYyNSIgeT0iMCIgd2lkdGg9IjIwODQiIGhlaWdodD0iMjA4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl85ODFfNjEzNCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80rem 80rem;
  }
}
.contact-baner__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(246, 247, 251, 0.4) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  padding: 1.6rem;
  transition: all 0.3s ease;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .contact-baner__container {
    flex-direction: row;
    padding: 4rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgb(246, 247, 251) 100%);
    border: 2px solid #e9e9ec;
  }
}
@media only screen and (min-width: 959px) {
  .contact-baner__column.left {
    font-size: 6.4rem;
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 959px) {
  .contact-baner__column.right {
    font-size: 6.4rem;
    width: calc(50% - 4rem);
  }
}
.contact-baner__contact-image {
  width: 8.6rem;
  height: 8.6rem;
}
@media only screen and (min-width: 959px) {
  .contact-baner__contact-image {
    width: 16rem;
    height: 16rem;
  }
}
.contact-baner__contact-wrapper {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  align-items: center;
}
@media only screen and (min-width: 639px) {
  .contact-baner__contact-wrapper {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
}
.contact-baner__heading {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.contact-baner__heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 639px) {
  .contact-baner__heading {
    font-size: 6.4rem;
  }
}
.contact-baner__subheading {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
  font-weight: 600;
}
@media only screen and (min-width: 639px) {
  .contact-baner__subheading {
    font-size: 2.4rem;
  }
}
.contact-baner__hands-image {
  max-width: 51rem;
  margin: 0 auto;
}
.contact-baner__info-text {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (min-width: 639px) {
  .contact-baner__info-text {
    font-size: 2.4rem;
    width: 70%;
  }
}
.contact-baner__cta-text {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  text-align: right;
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 639px) {
  .contact-baner__cta-text {
    font-size: 6.4rem;
  }
}
.contact-baner__contact-name {
  color: var(--green);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 639px) {
  .contact-baner__contact-name {
    font-size: 2.4rem;
  }
}
.contact-baner__email {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .contact-baner__email {
    font-size: 1.6rem;
  }
}
.contact-baner__email strong {
  font-weight: 800;
}
.contact-baner__email a {
  font-weight: 400;
  text-decoration: none;
  color: var(--payeye-blue);
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .contact-baner__email a {
    font-size: 1.6rem;
  }
}
.contact-baner__phone {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .contact-baner__phone {
    font-size: 1.6rem;
  }
}
.contact-baner__phone strong {
  font-weight: 800;
}
.contact-baner__phone a {
  font-weight: 400;
  text-decoration: none;
  color: var(--payeye-blue);
  margin-bottom: 0;
}

.press-contact-baner {
  padding-bottom: 6rem;
  background-color: var(--white);
}
@media only screen and (min-width: 959px) {
  .press-contact-baner {
    padding-top: 6rem;
  }
}
.press-contact-baner__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgba(246, 247, 251, 0.4) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  padding: 1.6rem;
  transition: all 0.3s ease;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .press-contact-baner__container {
    flex-direction: row;
    padding: 4rem;
    -moz-column-gap: 8rem;
         column-gap: 8rem;
    background: linear-gradient(180deg, rgb(233, 233, 236) 0%, rgb(246, 247, 251) 100%);
    border: 2px solid #e9e9ec;
  }
}
.press-contact-baner__column.left {
  display: flex;
  height: 100%;
}
@media only screen and (min-width: 959px) {
  .press-contact-baner__column.left {
    justify-content: center;
    font-size: 6.4rem;
    width: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 959px) {
  .press-contact-baner__column.right {
    font-size: 6.4rem;
    width: calc(50% - 4rem);
  }
}
.press-contact-baner__column-content {
  padding-top: 2rem;
}
@media only screen and (min-width: 1279px) {
  .press-contact-baner__column-content {
    padding-top: 10rem;
  }
}
.press-contact-baner__contact-image {
  width: 8.6rem;
  height: 8.6rem;
}
@media only screen and (min-width: 959px) {
  .press-contact-baner__contact-image {
    width: 16rem;
    height: 16rem;
  }
}
.press-contact-baner__contact-wrapper {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  flex-direction: column;
  row-gap: 2.4rem;
}
.press-contact-baner__heading {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}
.press-contact-baner__heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__heading {
    font-size: 6.4rem;
  }
}
.press-contact-baner__subheading {
  font-size: 1.4rem;
  margin-top: 0.8rem;
  margin-bottom: 4rem;
  font-weight: 600;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__subheading {
    font-size: 2.4rem;
  }
}
.press-contact-baner__hands-image {
  max-width: 51rem;
  margin: 0 auto;
}
.press-contact-baner__info-text {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.2;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__info-text {
    font-size: 2.4rem;
    width: 70%;
  }
}
.press-contact-baner__cta-text {
  font-size: 3.2rem;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 800;
  text-align: right;
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__cta-text {
    font-size: 6.4rem;
  }
}
.press-contact-baner__contact-name {
  color: var(--green);
  font-weight: 800;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__contact-name {
    font-size: 2.4rem;
  }
}
.press-contact-baner__email {
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
  background: linear-gradient(180deg, rgb(181, 226, 222) 0%, rgb(212, 236, 235) 100%);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  border-radius: 1.6rem;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__email {
    font-size: 1.6rem;
  }
}
.press-contact-baner__email strong {
  font-weight: 800;
}
.press-contact-baner__email a {
  font-weight: 400;
  text-decoration: none;
  color: var(--payeye-blue);
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__email a {
    font-size: 1.6rem;
  }
}
.press-contact-baner__phone {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 2rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgb(181, 226, 222) 0%, rgb(212, 236, 235) 100%);
}
@media only screen and (min-width: 639px) {
  .press-contact-baner__phone {
    font-size: 1.6rem;
  }
}
.press-contact-baner__phone strong {
  font-weight: 800;
}
.press-contact-baner__phone a {
  font-weight: 400;
  text-decoration: none;
  color: var(--payeye-blue);
  margin-bottom: 0;
}

.media-downloads {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: var(--white);
}
@media only screen and (min-width: 959px) {
  .media-downloads {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
.media-downloads__heading {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
  color: var(--green);
}
@media only screen and (min-width: 959px) {
  .media-downloads__heading {
    font-size: 6.4rem;
    color: var(--green);
  }
}
.media-downloads__text {
  font-size: 1.6rem;
  margin: 0 auto;
  font-weight: 800;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .media-downloads__text {
    font-size: 2.4rem;
    width: 75%;
  }
}
.media-downloads__heading-container {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 959px) {
  .media-downloads__heading-container {
    margin-bottom: 8rem;
  }
}

.statement-section {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: var(--white);
}
@media only screen and (min-width: 959px) {
  .statement-section {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}
.statement-section__heading {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .statement-section__heading {
    font-size: 6.4rem;
  }
}
.statement-section__heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.statement-section__heading-container {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 959px) {
  .statement-section__heading-container {
    margin-bottom: 8rem;
  }
}

.media-section {
  background-color: var(--white);
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media only screen and (min-width: 959px) {
  .media-section {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1MyIgaGVpZ2h0PSIxMDMxIiB2aWV3Qm94PSIwIDAgMTE1MyAxMDMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzk4MV82MTM0KSI+CjxjaXJjbGUgY3g9IjEwNDIuMDIiIGN5PSIxMDQyIiByPSI1NzQiIGZpbGw9IiM1ODRCQzgiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk4MV82MTM0IiB4PSIwLjAxNTYyNSIgeT0iMCIgd2lkdGg9IjIwODQiIGhlaWdodD0iMjA4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl85ODFfNjEzNCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 80rem 80rem;
  }
}
.media-section__heading {
  font-size: 3.6rem;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .media-section__heading {
    font-size: 6.4rem;
  }
}

.partners-downloads {
  background-color: var(--white);
  padding-top: 6rem;
  padding-bottom: 2rem;
}
.partners-downloads__heading {
  font-size: 3.6rem;
  line-height: 1.2;
  color: var(--green);
}
@media only screen and (min-width: 959px) {
  .partners-downloads__heading {
    font-size: 6.4rem;
  }
}

.payeye-technology {
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .payeye-technology {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.payeye-technology__container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1279px) {
  .payeye-technology__container {
    flex-direction: row;
    align-items: center;
  }
}
.payeye-technology__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1279px) {
  .payeye-technology__column.left {
    width: calc(50% - 2rem);
  }
}
.payeye-technology__column.right {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 1279px) {
  .payeye-technology__column.right {
    width: calc(50% - 2rem);
  }
}
.payeye-technology__heading {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 959px) {
  .payeye-technology__heading {
    font-size: 6.4rem;
  }
}
.payeye-technology__text {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 959px) {
  .payeye-technology__text {
    font-size: 1.6rem;
  }
}
.payeye-technology__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
.payeye-technology__item {
  background-color: var(--green);
  display: flex;
  align-items: center;
  padding: 3rem;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0.3) 100%);
  border-top-left-radius: 12rem;
  border-bottom-left-radius: 12rem;
  padding: 1.6rem;
  align-items: center;
  height: 12rem;
}
@media only screen and (min-width: 959px) {
  .payeye-technology__item {
    padding: 3rem;
    height: 16rem;
    background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgba(181, 226, 222, 0) 100%);
  }
}
.payeye-technology__item-image {
  width: 10rem;
  height: 10rem;
  flex-shrink: 0;
  margin-right: 3rem;
  display: none;
}
@media only screen and (min-width: 959px) {
  .payeye-technology__item-image {
    display: block;
  }
}
.payeye-technology__item-heading {
  margin: 0;
  font-size: 1.6rem;
  max-width: 8rem;
  margin-right: 1rem;
  margin-left: 2rem;
}
@media only screen and (min-width: 959px) {
  .payeye-technology__item-heading {
    font-size: 2.4rem;
    margin-left: 0;
    max-width: 14rem;
  }
}
.payeye-technology__item-text {
  font-size: 1.2rem;
}
@media only screen and (min-width: 959px) {
  .payeye-technology__item-text {
    font-size: 1.6rem;
  }
}
.payeye-technology__elements {
  position: relative;
  width: 100%;
  height: 35rem;
}
@media only screen and (min-width: 639px) {
  .payeye-technology__elements {
    height: 45rem;
  }
}
@media only screen and (min-width: 959px) {
  .payeye-technology__elements {
    height: 65rem;
  }
}
.payeye-technology__element-one {
  position: absolute;
  width: 16rem;
  height: 16rem;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 639px) {
  .payeye-technology__element-one {
    width: 21rem;
    height: 21rem;
  }
}
@media only screen and (min-width: 959px) {
  .payeye-technology__element-one {
    width: 30.9rem;
    height: 30.9rem;
  }
}
.payeye-technology__element-two {
  position: absolute;
  width: 12rem;
  height: 12rem;
  top: 4rem;
  right: 2rem;
}
@media only screen and (min-width: 639px) {
  .payeye-technology__element-two {
    width: 18rem;
    height: 18rem;
  }
}
@media only screen and (min-width: 959px) {
  .payeye-technology__element-two {
    width: 23.2rem;
    height: 23.2rem;
  }
}
.payeye-technology__element-three {
  position: absolute;
  width: 17.4rem;
  height: 17.4rem;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 639px) {
  .payeye-technology__element-three {
    width: 26rem;
    height: 26rem;
  }
}
@media only screen and (min-width: 959px) {
  .payeye-technology__element-three {
    width: 36.4rem;
    height: 37.5rem;
  }
}
.milestones {
  background-color: var(--white);
  padding-top: 6rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .milestones {
    padding-top: 6rem;
    padding-bottom: 12rem;
  }
}
.milestones__container {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 4rem;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .milestones__container {
    flex-direction: row;
    align-items: center;
  }
}
.milestones__column {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 959px) {
  .milestones__column.left {
    width: calc(50% - 2rem);
  }
}
.milestones__column.right {
  display: flex;
  height: 100%;
  align-items: center;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .milestones__column.right {
    width: calc(50% - 2rem);
  }
}
.milestones__heading {
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 0;
}
@media only screen and (min-width: 959px) {
  .milestones__heading {
    font-size: 6.4rem;
  }
}
.milestones__text {
  font-size: 1.2rem;
  margin-bottom: 2.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 959px) {
  .milestones__text {
    font-size: 1.6rem;
  }
}
.milestones__items {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  row-gap: 6rem;
}
@media only screen and (min-width: 639px) {
  .milestones__item {
    width: calc(50% - 4rem);
  }
}
.milestones__item-heading {
  font-size: 2.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.milestones__item-text {
  font-size: 1.6rem;
  font-weight: 500;
}
.milestones__content {
  background: #B5E2DE;
  background: linear-gradient(180deg, rgb(181, 226, 222) 0%, rgb(245, 250, 249) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  border-radius: 1.6rem;
  padding: 2.5rem 6rem;
}
.milestones__content-heading {
  font-size: 1.8rem;
  color: var(--green);
  text-align: center;
  font-weight: 800;
  margin-bottom: 1rem;
}
.milestones__content-text {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 800;
  margin-bottom: 2rem;
}
.milestones__inner-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  padding: 1rem 2rem;
  background: linear-gradient(270deg, rgb(181, 226, 222) 0%, rgb(245, 250, 249) 100%);
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  margin: 0 auto;
  border-radius: 2rem;
  width: -moz-fit-content;
  width: fit-content;
}
.milestones__inner-image {
  width: 5.3rem;
  height: 2.3rem;
  flex-shrink: 0;
}
.milestones__inner-heading {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
}
.milestones__inner-heading strong {
  font-weight: 800;
}
.milestones__column-heading {
  font-size: 3.8rem;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 959px) {
  .milestones__column-heading {
    font-size: 6.4rem;
  }
}
.milestones__column-heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.login-section {
  padding-bottom: 6rem;
  padding-top: 6rem;
  background: var(--white);
}
@media only screen and (min-width: 959px) {
  .login-section {
    padding-top: 6rem;
    padding-bottom: 12rem;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE1MyIgaGVpZ2h0PSIxMDMxIiB2aWV3Qm94PSIwIDAgMTE1MyAxMDMxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzk4MV82MTM0KSI+CjxjaXJjbGUgY3g9IjEwNDIuMDIiIGN5PSIxMDQyIiByPSI1NzQiIGZpbGw9IiM1ODRCQzgiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzk4MV82MTM0IiB4PSIwLjAxNTYyNSIgeT0iMCIgd2lkdGg9IjIwODQiIGhlaWdodD0iMjA4NCIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIyMzQiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl85ODFfNjEzNCIvPgo8L2ZpbHRlcj4KPC9kZWZzPgo8L3N2Zz4K);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 65rem 65rem;
  }
}
.login-section__image {
  max-width: 20rem;
  margin: 0 auto 4rem;
}
@media only screen and (min-width: 959px) {
  .login-section__image {
    max-width: 30rem;
  }
}
@media only screen and (min-width: 959px) {
  .login-section__image {
    max-width: 43rem;
  }
}
.login-section__heading {
  font-size: 3.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
@media only screen and (min-width: 959px) {
  .login-section__heading {
    font-size: 6.4rem;
    width: 75%;
    margin: 0 auto 3rem;
  }
}
.login-section__heading strong {
  background: #B5E2DE;
  background: linear-gradient(90deg, rgb(181, 226, 222) 0%, rgb(11, 174, 159) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.login-section__text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}
@media only screen and (min-width: 959px) {
  .login-section__text {
    font-size: 2.4rem;
    margin: 0 auto 8rem;
    width: 50%;
  }
}
.login-section__login-container {
  max-width: 70rem;
  background: #E9E9EC;
  background: linear-gradient(227deg, rgb(233, 233, 236) 0%, rgb(251, 251, 251) 100%);
  border: 2px solid #E9E9EC;
  margin: 0 auto;
  padding: 6rem;
  border-radius: 1.6rem;
}
.login-section .login-username {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.login-section .login-password {
  display: flex;
  flex-direction: column;
  row-gap: 0.7rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}
.login-section .login-remember {
  display: flex;
  align-items: center;
  row-gap: 0.7rem;
}
.login-section .login-submit {
  text-align: center;
}
.login-section input {
  background-color: var(--white);
  height: 4rem;
  border-color: var(--white);
  border: none;
  outline: none;
  padding: 0.3rem 2rem;
  border-radius: 1.6rem;
  font-size: 1.6rem;
}
.login-section input[type=checkbox] {
  height: auto;
  margin-right: 1rem;
}
.login-section input[type=submit] {
  margin: 0 auto;
  background-color: #584BC8;
  color: var(--white);
  width: 15rem;
}

.stakeholder-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 3.864vw;
  padding-right: 3.864vw;
  position: relative;
  background: #002B3E;
}
@media only screen and (min-width: 959px) {
  .stakeholder-banner {
    background: #000F1C;
    background: linear-gradient(90deg, rgb(0, 15, 28) 0%, rgb(0, 27, 43) 37%, rgb(0, 43, 63) 71%, rgb(0, 43, 63) 100%);
  }
}
@media only screen and (min-width: 959px) {
  .stakeholder-banner {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .stakeholder-banner::after {
    position: absolute;
    width: 100%;
    height: 50%;
    display: block;
    content: "";
    background: var(--white);
    bottom: 0;
    left: 0;
    border-top-left-radius: 1.6rem;
    border-top-right-radius: 1.6rem;
  }
}
.stakeholder-banner__container {
  display: flex;
  -moz-column-gap: 8rem;
       column-gap: 8rem;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 1279px) {
  .stakeholder-banner__container {
    flex-direction: row;
  }
}
.stakeholder-banner__link {
  box-shadow: 2px 2px 2px rgba(181, 181, 181, 0.25);
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  border-radius: 1.6rem;
}
.stakeholder-banner__link:hover {
  box-shadow: 0px 0px 28px rgba(11, 174, 159, 0.4);
}
.stakeholder-banner__link:hover .pointer-green {
  background-color: var(--green);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTQiIGhlaWdodD0iNTUiIHZpZXdCb3g9IjAgMCA1NCA1NSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjgwNDIgMjcuNzQzOUgzOC4xOTU5TTM4LjE5NTkgMjcuNzQzOUwyNy4wMDAxIDE2LjU0OE0zOC4xOTU5IDI3Ljc0MzlMMjcuMDAwMSAzOC45Mzk4IiBzdHJva2U9IiNGREZERkQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}
.stakeholder-banner__image-container {
  background-image: url(../images/biometric_revolution_bg.38a36479.png);
  height: 36rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 30%;
  border-radius: 1.6rem;
  position: relative;
  padding: 2.4rem 2rem;
}
.stakeholder-banner__image-container.investor-zone {
  background-image: url(../images/investor_zone_banner_bg.85514203.png);
}
@media only screen and (min-width: 639px) {
  .stakeholder-banner__image-container {
    padding: 3rem 4.2rem;
  }
}
@media only screen and (min-width: 959px) {
  .stakeholder-banner__image-container {
    background-position: center;
  }
}
.stakeholder-banner .pointer-green {
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 1.6rem;
  height: 4rem;
  padding: 0.3rem 5rem 0 1rem;
  font-size: 1.6rem;
  background-color: #584BC8;
  color: var(--white);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHZpZXdCb3g9IjAgMCAzOSAzOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU2NzQgMTEuODI3MUwyNy40MDA3IDI3LjY2MDVNMjcuNDAwNyAyNy42NjA1VjExLjgyNzFNMjcuNDAwNyAyNy42NjA1SDExLjU2NzQiIHN0cm9rZT0iI0ZERkRGRCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-size: 3.8rem 3.8rem;
  background-position: top 0 right 10px;
  background-repeat: no-repeat;
  display: flex;
  width: 23.5rem;
  margin: 0;
  transition: all 0.3 ease;
}
.stakeholder-banner .pointer-green .text {
  color: var(--white);
  line-height: 1;
}
.stakeholder-banner__inner-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
  align-items: center;
  margin-top: 4rem;
}
.stakeholder-banner__image-heading {
  color: var(--white);
  font-size: 2.4rem;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  margin-bottom: 2.4rem;
}
@media only screen and (min-width: 639px) {
  .stakeholder-banner__image-heading {
    text-align: center;
  }
}
@media only screen and (min-width: 959px) {
  .stakeholder-banner__image-heading {
    font-size: 3.2rem;
  }
}
.stakeholder-banner__image-text {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
}
@media only screen and (min-width: 639px) {
  .stakeholder-banner__image-text {
    font-size: 1.6rem;
  }
}
.stakeholder-banner__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.partners-hero {
  position: relative;
  margin-top: 0;
}
.partners-hero__container {
  width: 100%;
  max-width: 136rem;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (min-width: 1279px) {
  .partners-hero__container {
    height: 100vh;
  }
}
@media only screen and (min-width: 1439px) {
  .partners-hero__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.partners-hero__background {
  display: flex;
  width: 100%;
  height: 56rem;
  background-position: left;
  position: relative;
}
@media only screen and (min-width: 639px) {
  .partners-hero__background {
    height: 65rem;
  }
}
@media only screen and (min-width: 959px) {
  .partners-hero__background {
    height: 65rem;
  }
}
@media only screen and (min-width: 1279px) {
  .partners-hero__background {
    height: 100vh;
  }
}
@media only screen and (min-width: 959px) {
  .partners-hero__background--mobile {
    display: none;
  }
}
.partners-hero__background--desktop {
  display: none;
}
@media only screen and (min-width: 959px) {
  .partners-hero__background--desktop {
    display: flex;
  }
}
.partners-hero__background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.partners-hero__headline-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 9;
}
@media only screen and (min-width: 959px) {
  .partners-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1279px) {
  .partners-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
    width: 65%;
  }
}
@media only screen and (min-width: 1439px) {
  .partners-hero__headline-wrapper {
    display: flex;
    flex-direction: column;
    width: 60%;
  }
}
.partners-hero__headline {
  animation: slide-down 1s forwards;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white);
}
@media only screen and (min-width: 959px) {
  .partners-hero__headline {
    font-size: 6.4rem;
    line-height: 6rem;
    margin-bottom: 3.2rem;
  }
}
@media only screen and (min-width: 1279px) {
  .partners-hero__headline {
    font-size: 9.6rem;
    line-height: 6rem;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.partners-hero__subheadline {
  animation: slide-down 1s forwards;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--white);
}
@media only screen and (min-width: 959px) {
  .partners-hero__subheadline {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.partners-hero__description {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 4rem;
  color: var(--white);
  animation: slide-down 1s ease 300ms backwards;
}
@media only screen and (min-width: 959px) {
  .partners-hero__description {
    font-size: 1.6rem;
    line-height: 1.5;
    padding-right: 8rem;
  }
}
.partners-hero__description-mobile {
  font-size: 2rem;
  line-height: 1.12;
  color: var(--black);
  font-weight: 500;
  width: 80%;
  margin: 0;
  padding-bottom: 3rem;
}
@media only screen and (min-width: 639px) {
  .partners-hero__description-mobile {
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 4rem;
  }
}
@media only screen and (min-width: 959px) {
  .partners-hero__description-mobile {
    display: none;
  }
}
.partners-hero__button {
  animation: slide-down 1s ease 500ms backwards;
}

@keyframes slide-down {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.invest {
  background-color: var(--white);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .invest {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
@media only screen and (min-width: 1279px) {
  .invest {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.invest__container {
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}
@media only screen and (min-width: 959px) {
  .invest__container {
    flex-direction: row;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .invest__container {
    -moz-column-gap: 8rem;
         column-gap: 8rem;
  }
}
.invest__column.left {
  order: 1;
  display: none;
}
@media only screen and (min-width: 959px) {
  .invest__column.left {
    width: calc(50% - 2rem);
  }
}
@media only screen and (min-width: 1279px) {
  .invest__column.left {
    width: calc(50% - 4rem);
    display: flex;
  }
}
.invest__column.right {
  order: 2;
}
@media only screen and (min-width: 1279px) {
  .invest__column.right {
    display: flex;
    flex-direction: column;
    width: calc(50% - 4rem);
    padding-left: 12rem;
  }
}
@media only screen and (min-width: 1439px) {
  .invest__column.right {
    padding-left: 10rem;
  }
}
.invest__heading {
  font-size: 3.2rem;
  color: var(--payeye-blue);
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .invest__heading {
    font-size: 6.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .invest__heading {
    text-align: right;
  }
}
.invest__text {
  color: var(--payeye-blue);
  margin-bottom: 4rem;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .invest__text {
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 1279px) {
  .invest__text {
    font-size: 1.6rem;
  }
}

.section-privacy {
  padding-top: 10rem;
  padding-bottom: 6rem;
}
.section-privacy__heading-container {
  padding-top: 4rem;
}
.section-privacy__heading {
  font-size: 3.6rem;
  margin-top: 0;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 959px) {
  .section-privacy__heading {
    font-size: 6.4rem;
  }
}
.section-privacy__subheading {
  font-size: 3rem;
  margin-top: 0;
}
.section-privacy .list {
  list-style-type: none;
  padding-left: 2rem;
}
.section-privacy .list li {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 1.2rem;
}
@media only screen and (min-width: 639px) {
  .section-privacy .list li {
    font-size: 1.6rem;
  }
}
.section-privacy .wp-block-list {
  list-style-type: none;
  padding-left: 2rem;
}
.section-privacy .wp-block-list li {
  word-break: break-word;
  overflow-wrap: break-word;
  font-size: 1.2rem;
  margin-top: 0.25em;
}
@media only screen and (min-width: 639px) {
  .section-privacy .wp-block-list li {
    font-size: 1.6rem;
  }
}
.section-privacy .wp-block-table {
  overflow-x: scroll;
}
.section-privacy table {
  margin-top: 2rem;
}
.section-privacy table td {
  border: 1px solid var(--payeye-blue);
}

.not-found {
  position: relative;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: var(--payeye-blue);
}
.not-found__container {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 959px) {
  .not-found__container {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1279px) {
  .not-found__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.not-found__inner-heading {
  font-size: 4rem;
  color: var(--white);
  font-weight: 700;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 639px) {
  .not-found__inner-heading {
    font-size: 20rem;
  }
}
.not-found__content {
  padding-top: 4rem;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  max-width: 78rem;
  margin: 0 auto;
}
.not-found__image {
  max-width: 78rem;
  margin: 0 auto;
}
.not-found__inner-text {
  margin-top: 0;
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--white);
  text-align: center;
  max-width: 75%;
  margin: 0 auto 3rem;
}
.not-found__inner-subheading {
  font-size: 4rem;
  color: var(--white);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (min-width: 639px) {
  .not-found__inner-subheading {
    font-size: 6.4rem;
  }
}
.not-found__button {
  margin: 0 auto;
}
.not-found__button:hover {
  border: 1px solid var(--white);
}

/*# sourceMappingURL=sections.css.map*/