/* ----- FONTS ----- */
/* 
 Articulat CF Regular
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
 
 Articulat CF Medium
  font-family: "articulat-cf", sans-serif;
  font-weight: 600;
  font-style: normal;

 Articulat CF Demi Bold
  font-family: "articulat-cf", sans-serif;
  font-weight: 700;
  font-style: normal;

 Articulat CF Bold
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: normal;

 Articulat CF Bold Oblique
  font-family: "articulat-cf", sans-serif;
  font-weight: 800;
  font-style: italic;

Articulat CF Extra Bold
  font-family: "articulat-cf", sans-serif;
  font-weight: 900;
  font-style: normal;
 */
/* ----- FONTS ----- */
h1,
h2,
h3 {
  text-transform: uppercase;
}

h1 {
  font-size: 3.125rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 0.9;
}

@media screen and (min-width: 769px) {
  h1 {
    font-size: 6.125rem;
    line-height: 1;
  }
}

h2 {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.026rem;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  h2 {
    font-size: 4.375rem;
  }
}

h3 {
  font-size: 1.438rem;
  font-weight: 800;
  letter-spacing: 0.029rem;
  line-height: 1.05;
}

@media screen and (min-width: 769px) {
  h3 {
    font-size: 3.375rem;
  }
}

h4 {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.023rem;
  line-height: 1.3333;
}

h5 {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.023rem;
  line-height: 1.05;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  h5 {
    font-size: 2.625rem;
    line-height: 1;
  }
}

p {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.018rem;
  line-height: 1.715;
}

@media screen and (min-width: 769px) {
  p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

label {
  font-size: 0.813rem;
  font-weight: 800;
  letter-spacing: 0.016rem;
  color: #7ec141;
  text-transform: uppercase;
}

@media screen and (min-width: 769px) {
  label {
    font-size: 1.375rem;
    line-height: 1;
  }
}

input,
textarea {
  display: block;
  position: relative;
  background: none;
  font-size: 0.9rem;
  font-weight: 600;
  border: none;
  outline: none;
  border-bottom: 1.5px solid #949494;
  padding: 0.813rem 0;
}

@media screen and (min-width: 769px) {
  input,
  textarea {
    font-size: 1.125rem;
    line-height: 1;
  }
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.688rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.014rem;
  color: #b7b7b7;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.688rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.014rem;
  color: #b7b7b7;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.688rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.014rem;
  color: #b7b7b7;
}

input::placeholder,
textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.688rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.014rem;
  color: #b7b7b7;
}

@media screen and (min-width: 769px) {
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1.125rem;
    line-height: 1;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    font-size: 1.125rem;
    line-height: 1;
  }
  input::-ms-input-placeholder,
  textarea::-ms-input-placeholder {
    font-size: 1.125rem;
    line-height: 1;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 1.125rem;
    line-height: 1;
  }
}

textarea {
  position: relative;
  height: 8.75rem;
  resize: vertical;
}

textarea::-webkit-input-placeholder {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

textarea:-ms-input-placeholder {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

textarea::-ms-input-placeholder {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

textarea::placeholder {
  position: absolute;
  left: 0;
  bottom: 0.75rem;
}

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
}

header .header-container {
  background: #edf1f6d9;
  -webkit-backdrop-filter: blur(0.375rem);
          backdrop-filter: blur(0.375rem);
  padding: 2.063rem 1.875rem 0 1.875rem;
  -webkit-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media screen and (min-width: 769px) {
  header .header-container {
    padding: 4.375rem 1.875rem 0 1.875rem;
  }
  header .header-container.shrink .header-container__logo {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  header .header-container.shrink .header-container__navbar-container ul {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

header .header-container__navbar-container ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.625rem;
  -webkit-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  header .header-container__navbar-container ul {
    gap: 1.5rem;
  }
}

header .header-container__navbar-container a {
  color: #212121;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  header .header-container__navbar-container a {
    font-size: 1.2rem;
  }
}

header .header-container__elements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

header .header-container.shrink {
  padding: 0.5rem 1.875rem;
}

header .header-container__logo {
  width: 3.75rem;
  height: auto;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media screen and (min-width: 769px) {
  header .header-container__logo {
    width: 7.5rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  header .header-container__logo {
    width: 6rem;
  }
}

header .header-container__menu-icon {
  cursor: pointer;
  width: 1.25rem;
  height: auto;
}

header .nav-menu__modal {
  opacity: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0.375rem);
          backdrop-filter: blur(0.375rem);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

header .nav-menu__modal.active {
  opacity: 1;
  pointer-events: auto;
}

header #navMenu {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 18.125rem;
  height: 31.875rem;
  padding: 2rem 1.625rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

header #navMenu::after {
  content: "";
  width: 100%;
  max-width: 18.125rem;
  height: 31.875rem;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
  border-radius: 0 0 0 1.875rem;
  background-color: #ffffff;
}

header #navMenu.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}

header #navMenu .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6.875rem;
}

header #navMenu .nav-header__logo {
  height: 1.875rem;
}

header #navMenu .nav-close img {
  width: 1.25rem;
}

header #navMenu ul {
  padding: 0 1rem;
  list-style: none;
}

header #navMenu li {
  text-align: right;
}

header #navMenu li:not(:last-child) {
  padding-bottom: 3.125rem;
}

header #navMenu a {
  color: #212121;
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.125rem;
  cursor: pointer;
}

.section {
  background: #ffffff;
  position: relative;
  /* --- Hero --- */
  /* --- About Us--- */
  /* --- Features--- */
  /* --- Our Services --- */
  /* --- Contact--- */
  /* --- Footer --- */
}

@media screen and (min-width: 560px) {
  .section-content {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
  .section-content {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.section-hero {
  height: 100vh;
  min-height: unset;
}

@media screen and (min-width: 769px) {
  .section-hero {
    min-height: 915px;
    max-height: 1000px;
  }
}

@media screen and (max-width: 1100px) {
  .section-hero {
    min-height: 920px;
    max-height: 930px;
  }
}

@media screen and (max-width: 769px) {
  .section-hero {
    min-height: 920px;
    max-height: 930px;
  }
}

@media screen and (max-width: 560px) {
  .section-hero {
    min-height: 860px;
    max-height: 920px;
  }
}

@media screen and (max-width: 360px) {
  .section-hero {
    min-height: 790px;
    max-height: 800px;
  }
}

@media screen and (max-width: 310px) {
  .section-hero {
    min-height: 695px;
    max-height: 705px;
  }
}

@media screen and (max-width: 250px) {
  .section-hero {
    min-height: 600px;
    max-height: 610px;
  }
}

.section-hero__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -5.8rem;
  left: 0;
}

.section-hero__bg img {
  width: 100%;
  height: 100%;
}

.section-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8.625rem 2.5rem 0 2.5rem;
  padding-top: 8.625rem;
}

.section-hero__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #edf1f6;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section-hero__content-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
    margin-top: 2rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .section-hero__content-container {
    gap: 0;
  }
}

.section-hero__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.313rem;
  -webkit-transform: translateX(0.625rem);
          transform: translateX(0.625rem);
}

@media screen and (max-width: 280px) {
  .section-hero__content-box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}

@media screen and (min-width: 769px) {
  .section-hero__content-box {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
}

.section-hero__content-icon.content-icon__top img {
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transform: translate(-2.5rem, 0.938rem);
          transform: translate(-2.5rem, 0.938rem);
}

@media screen and (min-width: 769px) {
  .section-hero__content-icon.content-icon__top img {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.section-hero__content-icon.content-icon__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.section-hero__content-icon.content-icon__bottom img {
  width: 2.25rem;
  height: 2.25rem;
  -webkit-transform: rotate(180deg) translate(-1.675rem, 1.038rem);
          transform: rotate(180deg) translate(-1.675rem, 1.038rem);
}

@media screen and (min-width: 769px) {
  .section-hero__content-icon.content-icon__bottom img {
    width: 4.125rem;
    height: 4.125rem;
  }
}

.section-hero__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  white-space: nowrap;
}

.section-hero__content-title__top {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 2.7rem;
  overflow: hidden;
  margin: 5px 0;
}

@media screen and (min-width: 769px) {
  .section-hero__content-title__top {
    height: 6rem;
  }
}

.section-hero__content-title__top-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  gap: 2rem;
  text-align: right;
  -webkit-animation-name: slide-up-mobile;
          animation-name: slide-up-mobile;
  -webkit-animation-duration: 25s;
          animation-duration: 25s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-timing-function: linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
          animation-timing-function: linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media screen and (min-width: 769px) {
  .section-hero__content-title__top-slide {
    -webkit-animation-name: slide-up-desktop;
            animation-name: slide-up-desktop;
    -webkit-animation-duration: 25s;
            animation-duration: 25s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
    -webkit-animation-timing-function: linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
            animation-timing-function: linear(0 0%, 0 1.8%, 0.01 3.6%, 0.03 6.35%, 0.07 9.1%, 0.13 11.4%, 0.19 13.4%, 0.27 15%, 0.34 16.1%, 0.54 18.35%, 0.66 20.6%, 0.72 22.4%, 0.77 24.6%, 0.81 27.3%, 0.85 30.4%, 0.88 35.1%, 0.92 40.6%, 0.94 47.2%, 0.96 55%, 0.98 64%, 0.99 74.4%, 1 86.4%, 1 100%);
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;
  }
}

.section-hero__content-title__top-slide span {
  line-height: 3rem;
}

@media screen and (min-width: 769px) {
  .section-hero__content-title__top-slide span {
    line-height: 1;
  }
}

.section-hero__content-title__top-slide span:nth-child(2) {
  font-family: "Tajawal", sans-serif;
  font-size: 2.62rem;
  direction: rtl;
}

.section-hero__content-title__top-slide span:nth-child(3) {
  font-size: 2.8rem;
}

.section-hero__content-title__top-slide span:nth-child(4) {
  font-size: 2.2rem;
}

.section-hero__content-title__top-slide span:nth-child(5) {
  font-size: 2.7rem;
}

.section-hero__content-title__top-slide span:nth-child(6) {
  font-size: 3.4rem;
}

.section-hero__content-title__top-slide span:nth-child(7) {
  font-size: 1.7rem;
}

.section-hero__content-title__top-slide span:nth-child(8) {
  font-size: 1.95rem;
}

.section-hero__content-title__top-slide span:nth-child(9) {
  font-size: 2.8rem;
}

.section-hero__content-title__top-slide span:nth-child(10) {
  font-size: 2.6rem;
}

@media screen and (min-width: 769px) {
  .section-hero__content-title__top-slide span:nth-child(1) {
    -webkit-transform: translateY(0.7rem);
            transform: translateY(0.7rem);
  }
  .section-hero__content-title__top-slide span:nth-child(2) {
    font-size: 4rem;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }
  .section-hero__content-title__top-slide span:nth-child(3) {
    font-size: 5.2rem;
  }
  .section-hero__content-title__top-slide span:nth-child(4) {
    font-size: 4.3rem;
  }
  .section-hero__content-title__top-slide span:nth-child(5) {
    font-size: 5.2rem;
  }
  .section-hero__content-title__top-slide span:nth-child(6) {
    font-size: 6.5rem;
  }
  .section-hero__content-title__top-slide span:nth-child(7) {
    font-size: 3.3rem;
  }
  .section-hero__content-title__top-slide span:nth-child(8) {
    font-size: 3.7rem;
  }
  .section-hero__content-title__top-slide span:nth-child(9) {
    font-size: 5.3rem;
  }
  .section-hero__content-title__top-slide span:nth-child(10) {
    font-size: 4.7rem;
  }
}

@-webkit-keyframes slide-up-mobile {
  0%,
  5% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10%,
  15% {
    -webkit-transform: translateY(-165%);
            transform: translateY(-165%);
  }
  20%,
  25% {
    -webkit-transform: translateY(-365%);
            transform: translateY(-365%);
  }
  30%,
  35% {
    -webkit-transform: translateY(-545%);
            transform: translateY(-545%);
  }
  40%,
  45% {
    -webkit-transform: translateY(-735%);
            transform: translateY(-735%);
  }
  50%,
  55% {
    -webkit-transform: translateY(-930%);
            transform: translateY(-930%);
  }
  60%,
  65% {
    -webkit-transform: translateY(-1100%);
            transform: translateY(-1100%);
  }
  70%,
  75% {
    -webkit-transform: translateY(-1300%);
            transform: translateY(-1300%);
  }
  80%,
  85% {
    -webkit-transform: translateY(-1485%);
            transform: translateY(-1485%);
  }
  90%,
  100% {
    -webkit-transform: translateY(-1670%);
            transform: translateY(-1670%);
  }
}

@keyframes slide-up-mobile {
  0%,
  5% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10%,
  15% {
    -webkit-transform: translateY(-165%);
            transform: translateY(-165%);
  }
  20%,
  25% {
    -webkit-transform: translateY(-365%);
            transform: translateY(-365%);
  }
  30%,
  35% {
    -webkit-transform: translateY(-545%);
            transform: translateY(-545%);
  }
  40%,
  45% {
    -webkit-transform: translateY(-735%);
            transform: translateY(-735%);
  }
  50%,
  55% {
    -webkit-transform: translateY(-930%);
            transform: translateY(-930%);
  }
  60%,
  65% {
    -webkit-transform: translateY(-1100%);
            transform: translateY(-1100%);
  }
  70%,
  75% {
    -webkit-transform: translateY(-1300%);
            transform: translateY(-1300%);
  }
  80%,
  85% {
    -webkit-transform: translateY(-1485%);
            transform: translateY(-1485%);
  }
  90%,
  100% {
    -webkit-transform: translateY(-1670%);
            transform: translateY(-1670%);
  }
}

@-webkit-keyframes slide-up-desktop {
  0%,
  5% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10%,
  15% {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
  20%,
  25% {
    -webkit-transform: translateY(-210%);
            transform: translateY(-210%);
  }
  30%,
  35% {
    -webkit-transform: translateY(-320%);
            transform: translateY(-320%);
  }
  40%,
  45% {
    -webkit-transform: translateY(-435%);
            transform: translateY(-435%);
  }
  50%,
  55% {
    -webkit-transform: translateY(-575%);
            transform: translateY(-575%);
  }
  60%,
  65% {
    -webkit-transform: translateY(-675%);
            transform: translateY(-675%);
  }
  70%,
  75% {
    -webkit-transform: translateY(-775%);
            transform: translateY(-775%);
  }
  80%,
  85% {
    -webkit-transform: translateY(-885%);
            transform: translateY(-885%);
  }
  90%,
  100% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
}

@keyframes slide-up-desktop {
  0%,
  5% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  10%,
  15% {
    -webkit-transform: translateY(-105%);
            transform: translateY(-105%);
  }
  20%,
  25% {
    -webkit-transform: translateY(-210%);
            transform: translateY(-210%);
  }
  30%,
  35% {
    -webkit-transform: translateY(-320%);
            transform: translateY(-320%);
  }
  40%,
  45% {
    -webkit-transform: translateY(-435%);
            transform: translateY(-435%);
  }
  50%,
  55% {
    -webkit-transform: translateY(-575%);
            transform: translateY(-575%);
  }
  60%,
  65% {
    -webkit-transform: translateY(-675%);
            transform: translateY(-675%);
  }
  70%,
  75% {
    -webkit-transform: translateY(-775%);
            transform: translateY(-775%);
  }
  80%,
  85% {
    -webkit-transform: translateY(-885%);
            transform: translateY(-885%);
  }
  90%,
  100% {
    -webkit-transform: translateY(-1000%);
            transform: translateY(-1000%);
  }
}

.section-hero__content-title__middle {
  font-size: 2.875rem;
}

@media screen and (min-width: 769px) {
  .section-hero__content-title__middle {
    font-size: 5.563rem;
    line-height: 1;
  }
}

.section-hero__content-title__middle span {
  color: #7dc142;
}

.section-hero__content-title__bottom {
  font-size: 3.813rem;
}

@media screen and (min-width: 769px) {
  .section-hero__content-title__bottom {
    font-size: 7.375rem;
    line-height: 0.8;
  }
}

.section-hero__content-subtitle__top {
  font-size: 1rem;
  font-weight: 500;
  text-transform: unset;
  text-align: right;
  line-height: 1.25;
  color: #7dc142;
  margin-top: 1.5rem;
}

@media screen and (min-width: 769px) {
  .section-hero__content-subtitle__top {
    font-size: 1.875rem;
    line-height: 0.8;
    margin-top: 3.5rem;
  }
  .section-hero__content-subtitle__top br {
    display: inline;
    content: " ";
    padding: 0 0.3rem;
  }
}

.section-hero__content-subtitle__bottom {
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: unset;
  text-align: right;
  line-height: 1.33;
  letter-spacing: 0.017rem;
  color: #212121;
  margin-top: 0.7rem;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .section-hero__content-subtitle__bottom {
    font-size: 2.375rem;
    line-height: 0.8;
  }
}

.section-hero__content-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section-hero__content-image img {
  width: 13.125rem;
  height: auto;
}

@media screen and (min-width: 769px) {
  .section-hero__content-image img {
    width: 100%;
  }
}

.section-hero__content-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-hero__content-footer__scroll-image {
  height: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-hero__content-footer__scroll-image a {
  z-index: 55;
  height: 0;
}

.section-hero__content-footer__scroll-image img {
  -webkit-transform: translateY(2.875rem);
          transform: translateY(2.875rem);
  height: 4rem;
}

.section-hero__content-footer .scroll {
  -webkit-animation-name: scroll;
          animation-name: scroll;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(2.875rem);
            transform: translateY(2.875rem);
  }
  50% {
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
  100% {
    -webkit-transform: translateY(2.875rem);
            transform: translateY(2.875rem);
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateY(2.875rem);
            transform: translateY(2.875rem);
  }
  50% {
    -webkit-transform: translateY(3.5rem);
            transform: translateY(3.5rem);
  }
  100% {
    -webkit-transform: translateY(2.875rem);
            transform: translateY(2.875rem);
  }
}

.section-hero__content-footer__wires {
  width: 170%;
}

.section-aboutus {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.75rem 2.5rem 1.875rem 2.5rem;
}

@media screen and (min-width: 769px) {
  .section-aboutus {
    padding: 9.75rem 2.5rem 2.5rem 2.5rem;
  }
  .section-aboutus .section-content.hidden-mobile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4rem;
  }
  .section-aboutus .section-content .section-aboutus__left {
    max-width: 45%;
  }
}

@media screen and (min-width: 1100px) {
  .section-aboutus .section-content.hidden-mobile {
    gap: 10rem;
  }
}

.section-aboutus__title {
  text-align: center;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 769px) {
  .section-aboutus__title {
    text-align: left;
  }
}

.section-aboutus__title span {
  color: #7dc142;
}

.section-aboutus__content {
  margin-top: 1.75rem;
}

@media screen and (min-width: 769px) {
  .section-aboutus__content {
    margin-top: 0;
    width: 100%;
  }
}

.section-aboutus__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .section-aboutus__image {
    width: 45%;
  }
}

.section-aboutus__image img {
  width: 9.625rem;
  height: auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section-aboutus__image img {
    width: 100%;
  }
}

.section-aboutus__vector {
  position: absolute;
  top: 3rem;
  right: -6.563rem;
  z-index: 5;
}

@media screen and (min-width: 560px) {
  .section-aboutus__vector {
    -webkit-transform: scale(1.9);
            transform: scale(1.9);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}

@media screen and (min-width: 769px) {
  .section-aboutus__vector {
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 140%;
    top: -26.25rem;
    right: -43.75rem;
  }
}

.section-aboutus__vector img {
  width: 24.938rem;
  height: auto;
}

@media screen and (min-width: 560px) and (max-width: 769px) {
  .section-aboutus__vector img {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .section-aboutus__vector img {
    width: 100%;
  }
}

.section-aboutus__text {
  position: relative;
  z-index: 10;
  margin-top: 3.125rem;
}

.section-features {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.75rem 2.5rem 1.875rem 2.5rem;
}

@media screen and (min-width: 769px) {
  .section-features {
    padding: 9.75rem 2.5rem 0 2.5rem;
  }
  .section-features .hidden-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15rem;
  }
}

@media screen and (min-width: 1100px) {
  .section-features .hidden-mobile {
    gap: 10rem;
  }
}

.section-features__title, .section-features__subtitle {
  position: relative;
  text-align: center;
  z-index: 10;
}

.section-features__title span, .section-features__subtitle span {
  color: #7dc142;
}

@media screen and (min-width: 769px) {
  .section-features__title {
    margin-bottom: 4.25rem;
  }
}

@media screen and (min-width: 769px) {
  .section-features__icon img {
    width: 8.125rem;
  }
  .section-features__icon .expertMobilePaymentVector {
    width: 4.813rem;
  }
  .section-features__icon .fullServiceMarketingVector {
    width: 3.375rem;
  }
}

.section-features__subtitle {
  margin: 1.375rem 0;
}

.section-features__content {
  position: relative;
  margin-top: 1.75rem;
}

@media screen and (min-width: 769px) {
  .section-features__content-container {
    width: 45%;
  }
}

.section-features__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .section-features__image {
    width: 50%;
  }
}

.section-features__image img {
  height: auto;
  z-index: 10;
  width: 75%;
}

@media screen and (min-width: 769px) {
  .section-features__image img {
    width: 100%;
  }
}

.section-features__image .googlePartner {
  width: 3.688rem;
}

.section-features__image .aroundWorld {
  width: 85%;
}

@media screen and (min-width: 769px) {
  .section-features__image .aroundWorld {
    width: 100%;
  }
}

.section-features__image .expertMobilePaymentVector,
.section-features__image .fullServiceMarketingVector {
  width: 2.938rem;
}

@media screen and (min-width: 769px) {
  .section-features__image .expertMobilePaymentVector,
  .section-features__image .fullServiceMarketingVector {
    width: 4.813rem;
  }
}

.section-features__image .expertMobilePayment {
  width: 58%;
}

@media screen and (min-width: 769px) {
  .section-features__image .expertMobilePayment {
    width: 100%;
    max-width: 35rem;
  }
}

.section-features__image .fullServiceMarketingImage {
  width: 75%;
}

@media screen and (min-width: 769px) {
  .section-features__image .fullServiceMarketingImage {
    width: 100%;
  }
}

.section-features__vector {
  position: absolute;
  top: 1.75rem;
  right: -10.313rem;
  width: 150%;
}

@media screen and (min-width: 560px) {
  .section-features__vector {
    -webkit-transform: scale(1) translateX(10.625rem);
            transform: scale(1) translateX(10.625rem);
  }
}

@media screen and (min-width: 769px) {
  .section-features__vector {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
    width: 100%;
    top: -8.125rem;
    right: -33.75rem;
  }
}

.section-features__vector img {
  width: 100%;
  height: auto;
}

.section-features .vector-revert {
  left: -9.375rem;
  right: unset;
  -webkit-transform: rotate(200deg);
          transform: rotate(200deg);
  width: 150%;
}

@media screen and (min-width: 560px) {
  .section-features .vector-revert {
    -webkit-transform: scale(1) translateX(-10.625rem) rotate(200deg);
            transform: scale(1) translateX(-10.625rem) rotate(200deg);
  }
}

@media screen and (min-width: 769px) {
  .section-features .vector-revert {
    -webkit-transform: scale(1) translateX(0) rotate(200deg);
            transform: scale(1) translateX(0) rotate(200deg);
    width: 100%;
    top: -12.125rem;
    left: -41.75rem;
  }
}

.section-features__text {
  position: relative;
  z-index: 10;
  margin-top: 1.563rem;
}

.section-features__text span {
  color: #7dc142;
  font-weight: 800;
}

.section-features #mobilePayments .section-features__text,
#fullServiceMarketing .section-features__text {
  margin-top: 2.375rem;
}

.section-ourservices {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.75rem 2.5rem 1.875rem 2.5rem;
}

@media screen and (min-width: 769px) {
  .section-ourservices {
    padding: 5.75rem 2.5rem 0 2.5rem;
  }
}

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

.section-ourservices__title span {
  color: #7dc142;
}

.section-ourservices__content {
  margin-top: 1.75rem;
}

@media screen and (min-width: 769px) {
  .section-ourservices__content {
    width: 100%;
    min-width: 0;
    margin-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .section-ourservices__content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-ourservices__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-ourservices__image img:first-child {
  width: 9.063rem;
  height: auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section-ourservices__image img:first-child {
    width: 100%;
    margin-top: 5.125rem;
  }
}

.section-ourservices__image .arrow-down {
  position: absolute;
  top: 0;
  -webkit-transform: translate(5rem, -1.25rem);
          transform: translate(5rem, -1.25rem);
  height: 3.938rem;
}

.section-ourservices__subtitle-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5rem;
  height: 6rem;
  background: no-repeat center url("../images/our-services-title-box.svg");
}

@media screen and (min-width: 769px) {
  .section-ourservices__subtitle-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: none;
  }
}

@media screen and (max-width: 360px) {
  .section-ourservices__subtitle-box {
    height: 7rem;
  }
}

@media screen and (max-width: 310px) {
  .section-ourservices__subtitle-box {
    height: 7.5rem;
  }
}

@media screen and (max-width: 310px) {
  .section-ourservices__subtitle-box {
    height: 8.5rem;
  }
}

.section-ourservices__subtitle-box h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4.875rem;
  color: #ffffff;
  text-align: center;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .section-ourservices__subtitle-box h4 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 769px) {
  .section-ourservices__subtitle-box h4 {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 1.3rem;
  }
}

@media screen and (max-width: 360px) {
  .section-ourservices__subtitle-box h4 {
    height: 6rem;
  }
}

@media screen and (max-width: 310px) {
  .section-ourservices__subtitle-box h4 {
    height: 7.5rem;
  }
}

@media screen and (min-width: 769px) {
  .section-ourservices__subtitle-box img {
    max-width: 100%;
  }
}

.section-ourservices__vector {
  position: absolute;
  top: -5rem;
  right: -6.563rem;
  z-index: 5;
}

.section-ourservices__vector img {
  width: 24.938rem;
  height: auto;
}

.section-ourservices__text {
  position: inherit;
  z-index: 10;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .section-ourservices__text {
    font-size: 1.125rem;
    line-height: 1.44;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  .section-ourservices__text {
    font-size: 1rem;
  }
}

.section-contact {
  padding: 3.75rem 1.375rem 1.875rem 1.375rem;
}

@media screen and (min-width: 769px) {
  .section-contact {
    padding: 7.75rem 1.375rem 1.875rem 1.375rem;
  }
}

.section-contact__title {
  text-align: center;
  position: inherit;
  z-index: 10;
}

.section-contact__title span {
  color: #7dc142;
}

.section-contact__content {
  position: relative;
  margin-top: 1.75rem;
}

@media screen and (min-width: 769px) {
  .section-contact__content {
    position: static;
  }
}

@media screen and (min-width: 769px) {
  .section-contact__content {
    margin-top: 4.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.section-contact__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 769px) {
  .section-contact__image {
    width: 50%;
  }
}

.section-contact__image img {
  width: 75%;
  height: auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section-contact__image img {
    width: 70%;
  }
}

.section-contact__vector {
  position: absolute;
  top: -0.625rem;
  left: -9.063rem;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .section-contact__vector {
    top: 22.375rem;
  }
}

.section-contact__vector img {
  width: 130%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .section-contact__vector img {
    width: 180%;
  }
}

.section-contact__text {
  margin-top: 3.125rem;
  position: inherit;
  z-index: 10;
}

.section-contact__form-wrapper {
  position: relative;
  z-index: 10;
  margin-top: 2.25rem;
  padding: 0.813rem 0.75rem;
  background: #ffffff;
  border: 0.125rem dashed #7ec141;
  border-radius: 1.438rem;
}

@media screen and (min-width: 769px) {
  .section-contact__form-wrapper {
    width: 50%;
  }
}

.section-contact__form-wrapper form {
  background: #f5f8f2;
  border-radius: 1.438rem;
  padding: 1.875rem 1.688rem;
}

.section-contact__form-wrapper form h5 {
  text-align: center;
  margin-bottom: 2.875rem;
}

@media screen and (min-width: 769px) {
  .section-contact__form-wrapper form h5 {
    text-align: left;
  }
}

.section-contact__form-wrapper form #successMessage,
.section-contact__form-wrapper form #errorMessage {
  display: none;
  color: #7ec141;
  background: white;
  font-size: 0.688rem;
  margin: 1rem 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.section-contact__form-wrapper form #successMessage {
  color: #7ec141;
}

.section-contact__form-wrapper form #errorMessage {
  color: #ec2222;
}

.section-contact__form-wrapper__message {
  margin-top: 1.25rem;
}

.section-contact__form-wrapper__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-contact__form-wrapper__button-field {
  margin-top: 1.25rem;
  padding: 0 1rem;
}

@media screen and (min-width: 769px) {
  .section-contact__form-wrapper__button-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.section-contact__form-wrapper__modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 1.438rem;
}

.section-contact__form-wrapper__modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}

.section-contact__response {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.875rem 1.688rem;
}

.section-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3.75rem 1.375rem 1.875rem 1.375rem;
}

@media screen and (min-width: 769px) {
  .section-footer {
    padding: 5.75rem 1.375rem 1.875rem 1.375rem;
  }
}

.section-footer__title {
  text-align: center;
  position: relative;
  font-size: 1.375rem;
  letter-spacing: 0.028rem;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section-footer__title {
    font-size: 3.375rem;
    line-height: 1;
  }
}

.section-footer__title span {
  color: #7dc142;
}

.section-footer__content {
  position: relative;
  margin-top: 1.75rem;
}

@media screen and (min-width: 769px) {
  .section-footer__content {
    position: static;
    margin-top: 0;
  }
}

.section-footer__content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-footer__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
}

@media screen and (min-width: 769px) {
  .section-footer__image {
    margin-top: 0;
    width: 44%;
  }
}

.section-footer__image img {
  width: 75%;
  height: auto;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .section-footer__image img {
    height: 28.125rem;
  }
}

.section-footer__vector {
  position: absolute;
  top: -2.5rem;
  right: 0;
  -webkit-transform: scale(2.3);
          transform: scale(2.3);
}

@media screen and (min-width: 769px) {
  .section-footer__vector {
    top: 12.5rem;
    right: 17rem;
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}

.section-footer__vector img {
  width: 100%;
  height: auto;
}

.section-footer__text {
  margin-top: 3.125rem;
  position: inherit;
  z-index: 10;
}

.section-footer__social {
  position: inherit;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.313rem;
  margin-top: 4.375rem;
}

@media screen and (min-width: 769px) {
  .section-footer__social {
    margin-top: 2.375rem;
  }
}

.section-footer__social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 800;
  color: #212121;
  z-index: 10;
}

.section-footer__social img {
  height: 1.875rem;
}

.section-footer__logo-container {
  z-index: 10;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.25rem;
}

.section-footer__logo-container img {
  width: 7rem;
}

@media screen and (max-width: 560px) {
  .section-footer__logo-container img {
    width: 5rem;
  }
}

.section-footer__address {
  z-index: 10;
  position: relative;
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1rem;
}

.section-footer__seperator {
  border-bottom: 0.5px dashed #777777;
  width: 100vw;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  margin-top: 4.375rem;
}

.section-footer__links {
  margin: 1.25rem 0 0.375rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.813rem;
}

@media screen and (min-width: 769px) {
  .section-footer__links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}

.section-footer__links a::before {
  height: 0.125rem;
  bottom: -0.188rem;
}

.section-footer__copyright {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-footer__copyright span {
  font-size: 0.813rem;
}

.section-footer__divider {
  position: relative;
  content: "";
  width: 0.063rem;
  height: 1.25rem;
  background: #212121;
}

button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}

.btn {
  font-size: 1.125rem;
  font-weight: 800;
  letter-spacing: 0.023rem;
  border-radius: 2.688rem;
  width: 100%;
  height: 3.313rem;
  border: none;
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.btn:hover {
  -webkit-filter: brightness(1.05);
          filter: brightness(1.05);
}

.btn:active {
  -webkit-transform: scale(0.99);
          transform: scale(0.99);
}

.btn-primary {
  background: #7ec141;
  color: #ffffff;
}

.btn-icon {
  height: 2.3rem;
  padding-left: 1rem;
}

@media screen and (min-width: 769px) {
  .btn {
    max-width: 15.5rem;
  }
}

.qr .contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem;
}

.qr .contact-header img {
  width: 5rem;
}

.qr .section-contact {
  padding: 2.75rem 1.375rem 5.875rem 1.375rem;
}

#privacy {
  font-family: "articulat-cf", sans-serif;
  color: #212121;
  background-color: #edf1f6;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

#privacy .header-container__logo {
  width: 5rem;
}

a {
  color: #7ec141;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #ffffff;
}

.header {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #7dc142;
}

.header h1 {
  margin: 0;
  font-size: 2.5em;
  color: #212121;
}

.header p {
  margin-top: 10px;
  color: black;
}

.content section {
  margin-top: 30px;
}

.content section h2 {
  color: #7dc142;
  border-bottom: 1px solid #7ec141;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.content section h3,
.content section h4 {
  color: #7dc142;
  margin-top: 20px;
}

.content section p,
.content section address {
  margin-bottom: 15px;
  line-height: 1.8;
}

.content section address {
  font-style: normal;
  line-height: 1.5;
}

.content section .sub-section {
  margin-left: 20px;
}

.content section .sub-section h4 {
  font-size: 1.4em;
}

.footer {
  text-align: center;
  padding: 20px 0;
  border-top: 2px solid #7dc142;
  margin-top: 40px;
  color: black;
  font-size: 0.9em;
}

@media (max-width: 360px) {
  .container {
    max-width: 100%;
    padding: 15px;
  }
  .header h1 {
    font-size: 2em;
  }
  .content section h2 {
    font-size: 1.6em;
  }
  .content section h3,
  .content section h4 {
    font-size: 1.2em;
  }
  .content section .sub-section {
    margin-left: 15px;
  }
  .footer {
    font-size: 0.8em;
  }
}

@media (max-width: 560px) {
  .container {
    max-width: 500px;
    padding: 30px;
  }
  .header h1 {
    font-size: 2.2em;
  }
  .content section h2 {
    font-size: 1.7em;
  }
  .content section h3,
  .content section h4 {
    font-size: 1.3em;
  }
}

@media (min-width: 769px) {
  .container {
    max-width: 1200px;
    padding: 60px;
  }
  .header h1 {
    font-size: 2.5em;
  }
  .content section h2 {
    font-size: 1.8em;
  }
  .content section h3,
  .content section h4 {
    font-size: 1.4em;
  }
}

/* Reset some default browser styles */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote {
  margin: 0;
  padding: 0;
}

/* A box-sizing border-box model to all elements */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
  overflow-x: clip;
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 90%;
  }
}

@media screen and (max-width: 310px) {
  html {
    font-size: 80%;
  }
}

@media screen and (max-width: 250px) {
  html {
    font-size: 70%;
  }
}

/* A basic font stack */
body {
  font-family: "articulat-cf", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #212121;
  background: #edf1f6;
  overflow: clip;
}

.link {
  position: relative;
  text-decoration: none;
  color: #7ec141;
}

.link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  bottom: -6px;
  left: 0;
  background-color: #7dc142;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.link:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

button,
input,
select,
textarea {
  font-family: inherit;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bg-secondary {
  background: #edf1f6;
}

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

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

.triangle-vector__left {
  position: absolute;
  left: -17rem;
  z-index: 10;
}

.triangle-vector__left-rotated {
  position: absolute;
  left: -3rem;
  top: 1rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.triangle-vector__right {
  position: absolute;
  right: -16rem;
}

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .hidden-desktop {
    display: none;
  }
}

.hidden {
  display: none;
}

/* Styles for the loader */
.loader {
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top: 4px solid #7dc142;
  width: 40px;
  height: 40px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*# sourceMappingURL=main.css.map */