@font-face {
  font-family: "Enchanted Land";
  src: url("../assets/fonts/enchanted_land-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html,
body {
  margin: 0;
  padding: 0;
  touch-action: manipulation;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

p {
  margin: 0;
  font-size: 17px;
  line-height: 26px;
}

img {
  max-width: 100%;
}

:focus {
  outline: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: table;
}

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

.as-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.ai-center {
  align-items: center;
}

.visible-xs {
  display: none;
}

.visible-sm {
  display: none;
}

.hidden-sm {
  display: block;
}

body {
  font-family: "Manrope", sans-serif;
  font-size: 17px;
  line-height: 26px;
}

p {
  letter-spacing: 0.021em;
}

h1,
h2,
h3,
h4,
h5,
p,
strong {
  color: #000000;
}

h2 {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
  letter-spacing: -0.054em;
  margin-top: 0;
}

.tagline {
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  color: #717e99;
}

.container {
  width: 1090px;
  max-width: 100%;
  margin: 0 auto;
}

#recommend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  height: 100vh;
  min-height: 300px;
  position: relative;
  z-index: 9999999999;
  background: #fff;
}

#section-1 {
  margin-bottom: 120px;
}

.tagline {
  margin-bottom: 52px;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 30px;
}

.grid.col-8 {
  -ms-grid-columns: (1fr) [8];
  grid-template-columns: repeat(8, 1fr);
}

.grid .col-md-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}

.grid .col-md-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid .col-md-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}

.grid .col-md-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}

.grid .col-md-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}

.grid .col-md-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}

.grid .col-md-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}

.grid .col-md-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}

.grid .col-md-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}

.grid .col-md-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}

.grid .col-md-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}

.grid .col-md-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}

.uppercase {
  text-transform: uppercase;
}

#logo {
  height: 36px;
}

#header-spacer {
  height: 100px;
}

#main-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 34px 20px;
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  z-index: 9999999999;
}

#main-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: initial;
}

#main-header .recommended-by {
  flex: 1;
  display: flex;
  align-items: center;
}

#main-header .recommended-by span {
  margin-right: 10px;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: black;
}

#main-header .recommended-by a {
  margin: 0 10px;
  display: inline-block;
  line-height: 0;
}

#main-header .logo {
  height: 30px;
  flex-shrink: 0;
  margin-right: 74px;
}

#main-header .logo a {
  display: inline-block;
  line-height: 0;
}

#main-header .language-switcher {
  margin-right: 52px;
}

@media (max-width: 1366px) {
  #main-header {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  #main-header {
    z-index: 999999999;
    padding: 14px 20px;
  }
  #main-header .language-switcher {
    margin-right: 6px;
  }
}

.social a {
  border: 3px solid rgba(69, 106, 188, 0.12);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 8px;
  text-align: center;
  line-height: 28px;
  color: #2b59c3;
  font-size: 16px;
}

.social a:hover {
  color: #3958a7;
}

.main-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-menu li {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 21px;
  padding: 10px 0;
  margin-bottom: 14px;
}

.main-menu li a {
  color: #3958a7;
}

#main-cta {
  grid-column: 1/7;
  grid-row: 1/2;
  padding-top: 330px;
  z-index: 100;
}

#intro {
  margin-top: 0;
}

.word-animation {
  background: #2b59c3;
  color: #fff;
  padding: 0 4px;
  border-radius: 4px;
  display: inline-block;
}

.tracking-out-contract {
  animation: tracking-out-contract 0.7s cubic-bezier(0.55, 0.085, 0.68, 0.53)
    both;
}
@keyframes tracking-out-contract {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
}

#hammock {
  grid-column: 5/-1;
  grid-row: 1/2;
  position: relative;
  width: 720px;
  height: 680px;
  background: url("../assets/images/hammock.svg") no-repeat center/contain;

  display: grid;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1250px) {
  #section-1 .grid {
    justify-items: center;
  }
  #main-cta {
    grid-row: 2/3;
    padding-top: 32px;
    grid-column: 1/-1;
    text-align: center;

    max-width: 720px;
  }
  .reviews {
    justify-content: center;
    flex-wrap: wrap;
  }
  #hammock {
    grid-column: 1/-1;
  }
}

@media (max-width: 767px) {
  #hammock {
    background: url("../assets/images/hammock-mobile.svg") no-repeat
      center/contain;
  }
}

#how-pago-helps {
  margin-top: 100px;
}

#main-footer .endorsements {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin-left: auto;
}

#main-footer .endorsements img {
  max-height: 80px;
}

body {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.7);
}

a {
  text-decoration: none;
  color: #0000dd;
  transition: color 0.15s ease;
}

a:hover {
  color: #0000ff;
}

.close {
  position: absolute;
  z-index: 2;
  top: 39px;
  right: 34px;
  width: 65px;
  height: 47px;
  line-height: 39px;
  font-size: 19px;
  border: 5px solid rgba(0, 0, 0, 0.12);
  border-radius: 22px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s linear;
}

.close i {
  color: black;
}

.close:hover {
  background-color: black;
}

.close:hover i {
  color: white;
}

.close.white {
  border-color: rgba(255, 255, 255, 0.12);
}

.close.white i {
  color: white;
}

.close.white:hover {
  background-color: white;
}

.close.white:hover i {
  color: black;
}

.highlight {
  color: #2b59c3;
}

.button {
  border-radius: 22px;
  padding: 9px 19px;
  border: 4px solid rgba(0, 0, 0, 0.12);
  font-size: 19px;
  cursor: pointer;
  transition: all 0.15s linear;
  background-color: transparent;
}

.button.fa-play {
  padding-left: 21px;
  padding-right: 17px;
}

.button.small {
  border-radius: 12px;
  border-width: 4px;
  padding: 12px 18px;
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0.055em;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.button.blue {
  color: #2b59c3;
  border-color: rgba(69, 106, 188, 0.12);
}

.button.blue:hover {
  background-color: #2b59c3;
  color: white;
}

.button.green {
  color: #67bb26;
  border-color: rgba(103, 187, 38, 0.12);
}

.button.green:hover {
  background-color: #67bb26;
  color: white;
}

.button.orange {
  color: #ffb100;
  border-color: rgba(255, 177, 0, 0.12);
}

.button.orange:hover {
  background-color: #ffb100;
  color: white;
}

.button.solid {
  color: #2b59c3;
  border: 4px solid rgba(43, 89, 195, 0.1);
  border-radius: 12px;
}

.button.solid:hover {
  background-color: #2b59c3;
  color: white;
}

.button[disabled] {
  color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.2);
  opacity: 0.3;
  cursor: not-allowed;
}

.button[disabled]:hover {
  opacity: 0.2;
  background-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.hide-on-scroll,
.hide-button {
  opacity: 0;
  transition: opacity 0.35s ease;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hide-on-scroll.show-top,
.scrollTop-btn.show-button {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}

/* mobile menu */

#mobile-menu-input {
  display: none;
}

#menu-trigger {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;
}

.trigger-icon {
  width: 18px;
  height: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;

  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.trigger-icon::before,
.trigger-icon::after {
  content: "";
  position: absolute;
  border-radius: 2px;
  height: 3px;
  width: 18px;
  left: 0;
}

.trigger-icon::before {
  background-color: rgba(0, 0, 0, 0.6);
  top: -9px;
}

.trigger-icon::after {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: -9px;
}

#main-sidebar {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2147483002;
  top: 0;
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  width: 310px;
  padding: 39px 34px 45px 45px;
  height: 100vh;
  min-height: 600px;
  background-color: #ffffff;
  box-shadow: -10px 0px 30px rgba(0, 0, 0, 0.02);
  transition: all 0.2s cubic-bezier(0.6, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#mobile-menu-input:checked ~ #main-sidebar {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#main-sidebar .action-title {
  font-size: 13px;
  line-height: 37px;
  font-weight: 900;
  font-family: "Manrope", sans-serif;
  color: #3958a7;
  text-transform: uppercase;
}

/* mobile menu END */

.hiring-link-navbar {
  margin-right: 52px;
  font-size: 14px;
  line-height: 28px;
  display: flex;
  gap: 4px;
}

.hiring-link-navbar > span {
  text-decoration: underline;
  color: #2b59c3;
}

#download-app {
  letter-spacing: 0.44px;
  height: 46px;
  padding: 9px 19px;
  display: flex;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 31px;
  font-family: "Manrope", sans-serif;
  margin-right: 52px;
}

#download-app i {
  font-size: 21px;
}

.language-switcher {
  width: 34px;
  height: 34px;
  border-radius: 17px;
  overflow: hidden;
  border: 2px solid rgba(0, 0, 0, 0.12);
  transition: all 0.15s ease;
}

.language-switcher:hover {
  background-color: #000;
  border-color: #000;
}

.language-switcher:hover .lang {
  color: #fff !important;
}

.language-switcher:hover .lang-wrapper {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.language-switcher .lang-wrapper {
  transition: all 0.3s ease;
  display: -ms-grid;
  display: grid;
}

.language-switcher .lang-wrapper-modal {
  display: -ms-grid;
  display: grid;
}

.language-switcher .lang-wrapper .lang,
.language-switcher .lang-wrapper-modal .lang {
  color: #000000;
  font-family: "Manrope", sans-serif;
  font-weight: 900;
  font-size: 11px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.55px;
}

.language-switcher .lang-wrapper .lang.active {
  order: -1;
}

@media (max-width: 1140px) {
  .hiring-link-navbar,
  .language-switcher,
  #download-app {
    margin-right: 18px !important;
  }
}

@media (max-width: 767px) {
  .hiring-link-navbar {
    display: none;
  }
}

.join-team-link {
  display: flex;
  justify-content: center;
  text-decoration: underline;
  margin: 22px auto;
  color: #2b59c3;
}

div#language-modal-trigger:hover {
  cursor: pointer;
}

.modal-language-text {
  font: normal normal bold 21px/40px Manrope;
  letter-spacing: -0.71px;
  color: #000;
  margin-bottom: 30px;
}

div#modal-language-selector {
  box-shadow: 10px 10px 30px #0000000f;
  border-radius: 10px;
  width: 280px;
  min-width: 280px;
  height: 350px;
  min-height: 350px;
}

.modal-language-select-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  border-radius: 28px;
  background: rgba(0, 0, 0, 0.02);
  width: 168px;
  height: 50px;
  margin: 4px 0;
}

.modal-language-country {
  color: #000;
  font: 11px/40px Manrope;
  letter-spacing: 0px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 27px;
}

img.modal-language-flag {
  margin-left: 11px;
}

.modal-language-country:hover {
  color: #000;
}

.modal-language-select-container:hover {
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.infografic-container {
  padding-top: 184px;
}

@media (min-width: 768px) {
  .infografic-mobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .language-switcher:hover .lang-wrapper {
    -webkit-transform: initial;
    transform: initial;
  }
  .language-switcher .lang-wrapper .lang.active {
    order: 2;
  }
  .infografic-container {
    padding-top: 124px !important;
  }
  .infografic-desktop {
    display: none;
  }
}

.reviews {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.store-download {
  border-radius: 8px;
  border: 3px solid #2b59c326;
  padding: 9px;
  cursor: pointer;
  transition: all 0.15s linear;
}

.store-download path,
.store-download .store,
.store-download .store-cta,
.store-download .store-name,
.store-download .store-rating {
  transition: all 0.15s linear;
}

.store-download:hover {
  background-color: black;
}

.store-download:hover.appstore .store-logo path {
  fill: white;
}

.store-download:hover .store {
  border-color: rgba(255, 255, 255, 0.2);
}

.store-download:hover .store-cta {
  color: rgba(255, 255, 255, 0.5);
}

.store-download:hover .store-name,
.store-download:hover .store-rating {
  color: white;
}

.store-download .store {
  clear: both;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
}

.store-download .store .store-logo {
  margin-right: 18px;
  margin-left: 4px;
}

.store-download .store span {
  display: block;
}

.store-download .store-cta {
  font-family: "Manrope", sans-serif;
  font-size: 7px;
  line-height: 9px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 800;
}

.store-download .store-name {
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.055em;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  white-space: nowrap;
  color: #000000;
}

.store-download .store-rating {
  font-size: 8px;
  line-height: 8px;
  margin-top: 4px;
  color: #000000;
  display: flex;
  justify-content: space-around;
  white-space: nowrap;
}

.store-download .store-rating .stars {
  color: #ffb100;
  margin-right: 3px;
}

.store-download .store-rating .ratings {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.hammock-cards {
  display: grid;
  align-items: start;
  margin-bottom: 55px;
}

.hammock-card {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #f7f8fb;
  border-radius: 5px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  padding: 17px 32px;
  transform-origin: top right;
}

.card-1 {
  z-index: 5;
  transform: rotate(2deg);
  transition: transform 300ms, opacity 250ms;
  transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
  opacity: 1;
}

.hammock-cards:hover .card-1 {
  transform: translatex(50px) translatey(-40px) scale(0.45) rotate(25deg);
  opacity: 0;
}

.card-2 {
  z-index: 3;
  transform: translatex(3px) translatey(30px) rotate(-8deg) scale(0.7);
  transition: transform 300ms, opacity 50ms;
  transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
  opacity: 0;
}

.hammock-cards:hover .card-2 {
  transform: translatex(0px) translatey(0px) scale(1) rotate(2deg) scale(1);
  opacity: 1;
}

.card-3 {
  z-index: 1;
  background-color: #dfe6f6;
  opacity: 0.2;
  width: 168px;
  height: 91px;
  transform: translatex(30px) translatey(18px) rotate(-8deg);
}

.hammock-card-number {
  color: #2b59c3;
  font-weight: 700;
}

.card-1 .hammock-card-number {
  font-size: 33px;
  line-height: 47px;
  letter-spacing: -1.12px;
}

.card-2 .hammock-card-number {
  font-size: 31px;
  line-height: 47px;
  letter-spacing: -1.05px;
}

.hammock-card-text {
  font-weight: 700;
  color: #000;
}

.card-1 .hammock-card-text {
  font-size: 16px;
  line-height: 20px;
}

.card-2 .hammock-card-text {
  font-size: 15px;
  line-height: 19px;
}

#how-it-works-video-trigger {
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  margin-top: 8px;
}

#how-it-works-video-trigger .button {
  font-size: 14px;
}

.icon.offset-15-sm {
  margin-left: 15px;
}

@media (min-width: 768px) {
  #section-2 {
    padding: 120px 0;
    background-color: rgba(43, 89, 195, 0.1);
    margin-bottom: 120px;
  }
  #counters {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px;
  }
}

.counter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter .icon {
  height: 80px;
  margin-bottom: 34px;
}

.counter .count {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 5px;
  color: #2b59c3;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.counter .title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}

.counter .details {
  text-align: center;
  font-size: 17px;
  line-height: 26px;
}

#time-saved-trigger {
  margin-top: 20px;
}

.rv-wrapper {
  margin-top: 50px;
}

.rv-wrapper strong {
  font-family: "Manrope", sans-serif;
}

#radio-ad {
  display: inline-block;
  padding: 10px 40px 9px;
  border-radius: 40px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  width: 435px;
  max-width: 100%;
  margin-left: 20px;
}

#radio-ad .plyr__controls {
  padding: 0;
}

#radio-ad .plyr__control {
  color: #2b59c3;
}

#radio-ad .plyr__control:hover {
  background-color: #fff;
  color: #2b59c3;
}

#radio-ad .plyr__control.plyr__tab-focus {
  background-color: #fff;
  box-shadow: none;
  color: #2b59c3;
}

#radio-ad .plyr__progress input[type="range"] {
  color: #ffb100;
}

#radio-ad .plyr__progress input[type="range"]::-webkit-slider-thumb {
  background-color: #ffb100;
  box-shadow: none;
}

#radio-ad .plyr__time--current {
  color: #2b59c3;
}

.main-features {
  list-style-type: none;
  padding: 0;
  padding-right: 10px;
}

.main-features li {
  position: relative;
  padding-left: 49px;
  margin-bottom: 8px;
  margin-top: 31px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-features li:first-child {
  margin-top: 26px;
}

.main-features li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  display: block;
  position: absolute;
  font-size: 19px;
  padding: 5px;
  left: 0;
  top: 0;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-radius: 30px;
  color: transparent;
  line-height: 1;
  transition: all 0.5s ease;
}

.main-features li:hover .feature-title {
  color: #67bb26;
}

.main-features li.active:before {
  color: #67bb26;
}

.main-features li.active .feature-title {
  color: #67bb26;
  margin-bottom: 21px;
}

.main-features li.active .feature-description {
  max-height: 200px;
  opacity: 1;
  transition: opacity 0.3s linear, max-height 0.5s ease;
}

.main-features .feature-title {
  color: #000000;
  transition: color 0.15s ease;
  font-size: 15px;
  font-weight: 600;
  display: block;
  padding-top: 3px;
}

.main-features .feature-description {
  max-height: 0;
  opacity: 0;
  margin-bottom: 10px;
  transition: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#features-trigger {
  cursor: pointer;
}

#features-trigger span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.055em;
  color: #67bb26;
  margin-left: 10px;
  border-bottom: 2px solid;
}

.testimonials-wrapper {
  position: relative;
}

.testimonials-wrapper #screen-main {
  margin-left: 250px;
  margin-top: 20px;
}

.testimonials {
  position: absolute;
  z-index: 2;
  left: -40px;
  top: 0;
  width: 317px;
  border-radius: 10px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 40px;
}

.testimonials .testimonial {
  background-color: #fff;
  width: 317px;
  padding: 34px;
}

.testimonials .testimonial .fa-quote-right {
  font-size: 19px;
  color: #2b59c3;
}

.testimonials .testimonial .content {
  font-weight: 600;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 18px;
}

.testimonials .testimonial .author {
  font-weight: 600;
  color: #000000;
}

.testimonials .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  text-align: left;
  padding: 0 34px;
}

.testimonials .slick-dots li {
  width: 21px;
  height: 21px;
  margin: 0 10.5px;
}

.testimonials .slick-dots li:first-child {
  margin-left: 0;
}

.testimonials .slick-dots li button {
  width: 21px;
  height: 21px;
  line-height: 1;
  padding: 0;
}

.testimonials .slick-dots li button:before {
  top: 9px;
  height: 3px;
  content: "";
  background-color: #2b59c3;
}

.suppliers-filters {
  display: flex;
  justify-content: center;
  list-style-type: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 0;
  margin-bottom: 52px;
  margin-top: 32px;
  gap: 24px;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .suppliers-filters {
    gap: 0;
  }
}

.suppliers-filters button {
  font-size: 17px;
  line-height: 26px;
  cursor: pointer;
  border-radius: 9px;
  padding: 14px 28px;
  font-family: "Manrope", sans-serif;
  font-weight: bold;
  color: black;
  background: transparent;
  border: none;

  display: flex;
  gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}

.suppliers-filters button.is-checked {
  background-color: #fff;
  box-shadow: 0px 3px 20px #dfe6f640;
}

.suppliers-filters button .count {
  color: rgba(0, 0, 0, 0.4);
}

.suppliers-filters button.is-checked .count {
  color: #2b59c3;
}

.suppliers-list {
  list-style-type: none;
  padding: 0;
  grid-column-gap: 20px;
  -ms-grid-columns: (1fr) [5] !important;
  grid-template-columns: repeat(5, 1fr) !important;
  min-height: 353px;
}

.suppliers-list.center-mode {
  margin: 0 auto;
  padding: 0 24px;
  max-width: 100%;
  width: 1104px;
}

.suppliers-list li:not(.featured-slide) {
  width: 110px;
  height: 86px;
  padding: 14px 18px;
  float: left;
  margin: 8px;
  text-align: center;
  border-radius: 14px;
  background-color: #fff;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.suppliers-list li .provider-name {
  opacity: 0;
  display: none;
}

.suppliers-list li:hover:not(.featured-slide) {
  border-color: rgba(112, 112, 112, 0.12);
  z-index: 2;
  background-color: #fff;
}

.suppliers-list li:hover .provider-name {
  display: block;
  opacity: 1;

  position: absolute;
  bottom: calc(100% + 10px);
  padding: 8px 3px;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
  left: 0;
  right: 0;
}

span.provider-name::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #000;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.insurance-features .feature {
  margin-bottom: 50px;
  display: flex;
}

.insurance-features .feature:last-child {
  margin-bottom: 0;
}

.insurance-features .details {
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0.48px;
}

.insurance-features .feature .icon {
  margin-right: 33px;
}

.topup-features .feature {
  margin-bottom: 52px;
  display: flex;
}

.topup-features .feature:last-child {
  margin-bottom: 0;
}

.topup-features .feature .icon {
  margin-right: 41px;
  width: auto;
  height: 54px;
}

.media-coverage {
  margin-top: 80px;
}

.media-coverage .slick-list {
  overflow: visible;
}

.media-coverage .media-logo {
  height: 60px;
}

.media-coverage .media-logo img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
}

.media-coverage .media-item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding-bottom: 20px;
}

.media-coverage .media-item:hover .tooltip {
  opacity: 1;
  visibility: visible;
}

.media-coverage .tooltip {
  position: absolute;
  top: 70px;
  left: 0;
  width: 250px;
  opacity: 0;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all 0.15s linear;
}

.media-coverage .tooltip span {
  color: white;
  background-color: #2b59c3;
  padding: 2px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.security-feature {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 45px;
}

.security-feature .icon {
  height: 144px;
  width: 144px;
  margin-bottom: 40px;
}

.security-feature .title {
  flex: 1;
  font-size: 20px;
  line-height: 28px;
  padding: 0 30px;
  margin-bottom: 25px;
}

#main-footer .links a {
  color: black;
}

#main-footer .links a:hover {
  color: #2b59c3;
}

.overlay {
  z-index: 99999999999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  justify-content: center;
  align-items: center;
  display: none;
  transition: all 0.25s ease;
  overflow: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.overlay.active {
  display: flex;
}

.overlay.visible {
  background-color: #3c3c3d;
}

.overlay.visible .modal {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: all 0.3s linear 0.5s;
}

.overlay.visible.white {
  background-color: #fff;
}

.overlay.visible.grey {
  background-color: rgba(0, 0, 0, 0.08);
}

.overlay .modal {
  min-width: 700px;
  width: 50%;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  margin: auto;
  background-color: white;
  border-radius: 9px;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.overlay .view-modal {
  max-width: 700px;
}

.overlay .modal.active {
  display: block;
}

.overlay .modal .content {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.overlay.white span.close.white {
  border-color: rgba(0, 0, 0, 0.12);
}

.overlay.white span.close.white:hover {
  background-color: #000;
}

.overlay.white span.close.white:hover i {
  color: white;
}

.overlay.white span.close.white i {
  color: black;
}

form label {
  color: #2b59c3;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 21px;
}

form select {
  width: 300px;
}

.select2-container {
  z-index: 9999999999;
  margin-bottom: 21px;
}

.select2-container:focus {
  outline: none;
}

.select2-container .select2-selection--single {
  border-radius: 20px;
  border-width: 2px;
  height: 40px;
  border-color: rgba(0, 0, 0, 0.12);
  padding-left: 20px;
}

.select2-container .select2-selection--single:focus {
  outline: none;
}

.select2-container .select2-selection--single.invalid-selection {
  border-color: rgba(213, 0, 0, 0.12);
}

.select2-container
  .select2-selection--single.invalid-selection
  .select2-selection__rendered {
  color: #d50000;
}

.select2-container
  .select2-selection--single.invalid-selection
  .select2-selection__arrow
  b {
  border-top-color: #d50000;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 38px;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  width: 40px;
  height: 40px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-top-color: #000;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3958a7;
  border: none;
  outline: none;
}

.select2-results__option {
  padding-left: 20px;
  padding-right: 20px;
}

.select2-container--default.select2-container--open
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-bottom-color: #000;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #2b59c3;
  color: white;
}

.select2-dropdown {
  border: 2px solid rgba(0, 0, 0, 0.12);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
}

#modal-how-it-works video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.get-pago-today {
  margin-top: 34px;
}

#modal-time-saved {
  text-align: center;
}

#modal-time-saved label {
  display: block;
}

#modal-time-saved button {
  outline: none;
}

#modal-time-saved #ts-slide-1 {
  display: block;
}

#modal-time-saved #ts-slide-2 {
  display: none;
  background-image: url("../assets/images/screen-modal-time-saved-left@2x.png"),
    url("../assets/images/screen-modal-time-saved-right@2x.png");
  background-position: top 40px left, top 0px right;
  background-repeat: no-repeat;
  background-size: 100px, 140px;
  padding: 90px 9.7vw;
  margin: 70px 30px;
  min-height: 450px;
}

#modal-time-saved #ts-slide-2 .reviews {
  justify-content: center;
  margin-top: 0;
}

#modal-time-saved.slide-2 #ts-slide-1 {
  display: none;
}

#modal-time-saved.slide-2 #ts-slide-2 {
  display: block;
}

.controls button {
  margin: 0 10px;
}

#modal-contact p {
  font-size: 21px;
}

form {
  margin-top: 34px;
}

form input {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  width: 300px;
  margin-bottom: 21px;
}

form input:-internal-autofill-selected {
  background-color: white !important;
}

form input:-webkit-autofill {
  -webkit-box-shadow: none !important;
  background-color: white !important;
}

form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form input:-webkit-autofill:active {
  -webkit-box-shadow: none !important;
}

form input.error {
  border-color: rgba(255, 177, 0, 0.12);
}

form input.error::-webkit-input-placeholder {
  color: #ffb100;
}

form input.error:-ms-input-placeholder {
  color: #ffb100;
}

form input.error::-ms-input-placeholder {
  color: #ffb100;
}

form input.error::placeholder {
  color: #ffb100;
}

form input.empty {
  border-color: rgba(213, 0, 0, 0.12);
}

form input.empty::-webkit-input-placeholder {
  color: #d50000;
}

form input.empty:-ms-input-placeholder {
  color: #d50000;
}

form input.empty::-ms-input-placeholder {
  color: #d50000;
}

form input.empty::placeholder {
  color: #d50000;
}

form label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

form label.error {
  color: #ffb100;
}

form .empty + label.error {
  color: #d50000;
}

form textarea {
  padding: 20px;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.12);
  width: 300px;
  height: 150px;
  resize: none;
}

form textarea.empty {
  border-color: rgba(213, 0, 0, 0.12);
}

form textarea.empty::-webkit-input-placeholder {
  color: #d50000;
}

form textarea.empty:-ms-input-placeholder {
  color: #d50000;
}

form textarea.empty::-ms-input-placeholder {
  color: #d50000;
}

form textarea.empty::placeholder {
  color: #d50000;
}

form textarea.error {
  border-color: rgba(255, 177, 0, 0.12);
  color: #ffb100;
}

.color__accent-one {
  color: #2b59c3;
}

/* JOBS PAGE */

#jobsPage {
  color: #000;
}

#jobsPage #section-1 .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#jobsPage #section-1 .title-text {
  font: normal normal bold 50px/62px Manrope;
  letter-spacing: -1.7px;
  margin-bottom: 24px;
}

#jobsPage #section-1 .title-description {
  font: normal normal normal 21px/34px Manrope;
  letter-spacing: 0.44px;
}

#jobsPage #section-1 .title-container {
  max-width: 510px;
}

#jobsPage #section-2,
#section-jobs {
  background: #eff2f7 0% 0% no-repeat padding-box;
  width: 100%;
  padding: 120px 0;
}

#jobsPage > section {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.title-container-s2 {
  margin-bottom: 80px;
}

.available-job-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 12px;
  height: 100px;
  padding-left: 34px;
  padding-right: 44px;
}

.job-name-container,
.available-job-description-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.job-name-text {
  font: normal normal bold 18px/26px Manrope;
  letter-spacing: 0px;
  color: #161f28;
  margin-left: 20px;
}

.available-job-description-container .job-description-text {
  margin-right: 34px;
  font: normal normal 500 18px/40px Manrope;
  letter-spacing: 0px;
  color: #161f28;
}

.available-job-description-container a.button.green i {
  margin-left: 10px;
}

#jobsPage #section-3 .container {
  display: flex;
  flex-direction: column;
}

.title-container-s3 {
  max-width: 640px;
  align-self: center;
  text-align: center;
}

.title-text-s3 {
  font: normal normal bold 34px/40px Manrope;
  letter-spacing: 0px;
  margin-bottom: 24px;
}

.title-description-s3 {
  font: normal normal normal 21px/34px Manrope;
  letter-spacing: 0.44px;
}

.emoji-text {
  font-size: 40px;
  line-height: 40px;
}

.reason-single-container {
  width: 100%;
}

.reason-text {
  font: normal normal bold 21px/34px Manrope;
  letter-spacing: 0.44px;
  margin: 20px 0;
}

.reason-description {
  font: normal normal normal 21px/34px Manrope;
  letter-spacing: 0.44px;
  max-width: 400px;
}

.reasons-container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 56px;
}

.reasons-container > div {
  flex: 0 50%;
  margin-bottom: 43px;
}

.button.grey-button {
  width: 156px;
  height: 40px;
  display: flex;
  border: 4px solid rgba(22, 31, 40, 0.1);
  justify-content: center;
  align-items: center;
  padding: 0;
  color: #161f28;
  text-transform: uppercase;
  font: normal normal 800 14px/46px Manrope;
}

.grey-button-container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.grey-button-container i {
  margin-left: 20px;
}

.button.grey-button:hover {
  color: #ffffff;
  background: #161f28 0% 0% no-repeat padding-box;
  border: none;
}

@media (min-width: 768px) {
  #jobsPage {
    margin-top: 80px;
  }
}

/* JOB PAGE */

#customer-support {
  color: #000000;
}

#customer-support #section-1 {
  margin-top: 100px;
  padding: 0 24px;
}

#customer-support #section-3 {
  padding: 0 24px;
}

@media (min-width: 768px) {
  #customer-support #section-3 {
    margin-bottom: 120px;
  }
}

.job-title-container {
  margin-bottom: 70px;
}

.job-title {
  font: normal normal bold 50px/62px Manrope;
  letter-spacing: -1.7px;
}

.job-site {
  font: normal normal bold 21px/34px Manrope;
  letter-spacing: 0.44px;
}

.job-title-text {
  font: normal normal bold 34px/40px Manrope;
  letter-spacing: 0px;
  margin-bottom: 24px;
}

.job-description-text {
  font: normal normal normal 18px/28px Manrope;
  letter-spacing: 0.38px;
}

.linebreak {
  margin-bottom: 28px !important;
}

.job-descriptions-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.job-description-container {
  flex: 0 50%;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 30px;
}

.job-description-container .job-description-text {
  margin-left: 24px;
  max-width: 390px;
}

i.far.fa-check-circle {
  color: #67bb26;
  font-size: 20px;
}

#customer-support #section-2 {
  background: #fff;
  padding: 0 24px;
}

#customer-support #section-2 .container {
  padding-top: 0;
  padding-bottom: 114px;
}

.contacts-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-container {
  flex: 0 45%;
  width: 100%;
}

form#job-contact-form label {
  font: normal normal 500 14px/24px Manrope;
  letter-spacing: 0.48px;
  color: #161f28;
  text-transform: none;
}

form#job-contact-form input {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: 100%;
  height: 67px;
  border: none;
  font: normal normal 500 18px/40px Manrope;
  border: 2px solid rgba(0, 0, 0, 0.12);
  letter-spacing: 0px;
  color: #98a5be;
}

form#job-contact-form input::placeholder {
  font: normal normal 500 18px/40px Manrope;
  letter-spacing: 0px;
  color: #98a5be;
}

.message-container {
  width: 100%;
}

form#job-contact-form textarea {
  width: 100%;
  border: none;
  font: normal normal 500 18px/40px Manrope;
  border: 2px solid rgba(0, 0, 0, 0.12);
  letter-spacing: 0px;
  color: #98a5be;
}

/* form#job-contact-form input[type=checkbox] {
    height: 26px;
    margin: 0;
    cursor: pointer;
    width: auto;
    margin-right: 12px;
} */

.submit-container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.terms-container {
  display: flex;
  flex-flow: row;
  align-items: center;
}

.terms-container label {
  margin: 0;
}

form#job-contact-form input#cv {
  opacity: 0;
  position: absolute;
  z-index: -1;
  width: 1px;
}

form#job-contact-form .cv-label {
  border-radius: 5px;
  width: 100%;
  height: 67px;
  font: normal normal 500 18px Manrope;
  letter-spacing: 0px;
  color: #98a5be;
  background: #2cc84d00 0% 0% no-repeat padding-box;
  border: 3px dashed #c1c8d7;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}

form#job-contact-form .label-button {
  font: normal normal bold 14px/46px Manrope;
  letter-spacing: 0.48px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 28px;
  line-height: unset;
  margin-bottom: unset;
  text-align: center;
  padding: 10px;
  cursor: pointer;
}

form#job-contact-form .label-button:hover {
  color: #ffffff;
  background-color: #000;
}

form#job-contact-form label#cv-placeholder {
  margin-bottom: unset;
  font: normal normal 500 18px/40px Manrope;
  letter-spacing: 0px;
  color: #98a5be;
}

.mail-text-small {
  font: normal normal bold 18px/26px Manrope;
  letter-spacing: 0px;
  color: #000;
  margin: 40px 0 16px;
  text-align: center;
}

.mail-text-big {
  font: normal normal bold 34px/40px Manrope;
  letter-spacing: -1.16px;
  color: #000000;
  text-align: center;
  max-width: 700px;
  margin-bottom: 30px;
}

form#job-contact-form input#name.valid,
form#job-contact-form input#email.valid,
form#job-contact-form input#phone.valid,
form#job-contact-form input#city.valid {
  border: 3px solid #2cc84d57;
}

form#job-contact-form input:invalid {
  border: 3px solid #ff515126;
}

/* CHECKBOX */

form#job-contact-form .checkbox {
  display: flex;
  cursor: pointer;
  position: relative;
  flex-flow: row;
  align-content: center;
}

form#job-contact-form .checkbox > span {
  padding: 0.2rem 0.25rem;
}

form#job-contact-form .checkbox > input {
  height: 25px;
  width: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 3px solid rgba(22, 31, 40, 0.15);
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  cursor: pointer;
  padding: 0;
}

form#job-contact-form .checkbox > input:checked {
  border: 3px solid rgba(44, 200, 77, 0.15);
}

form#job-contact-form .checkbox > input:checked + span::before {
  content: "\2713";
  display: block;
  text-align: center;
  color: #2cc84d;
  position: absolute;
  left: 0.6rem;
  top: 0.2rem;
  font-size: 20px;
}

form#job-contact-form .checkbox > input:active {
  border: 3px solid rgba(44, 200, 77, 0.15);
}

/* REDEEM FOR GAMING */

#steam {
  padding: 0 24px;
}

#steam a {
  color: #2b59c3;
}

#steam .header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  text-align: center;
}

.redeem-title {
  font: normal normal bold 34px/40px Manrope;
  letter-spacing: -1.16px;
  color: #000000;
}

.redeem-container {
  display: flex;
  flex-direction: row;
  margin-top: 40px;
  justify-content: space-between;
}

.redeem-subtitle {
  font: normal normal bold 21px/34px Manrope;
  letter-spacing: 0.44px;
  color: #000000;
  text-align: center;
}

ol.redeem-list-container {
  padding-inline-start: 17px;
  font: normal normal normal 18px/28px Manrope;
  letter-spacing: 0.38px;
  color: #000000;
  line-height: 28px;
  text-align: center;
  list-style-position: inside;
}

span.redeem-blue-text {
  font: normal normal bold 18px/28px Manrope;
  letter-spacing: 0.38px;
  color: #2b59c3;
}

.redeem-left {
  margin-right: 10px;
}

li.redeem-list {
  padding-bottom: 20px;
}

.redeem-left,
.redeem-right {
  max-width: 434px;
}

.redeem-tabs-btns {
  display: flex;
  flex-flow: row;
  justify-content: center;
  margin: 40px 0 25px;
}

.tab-btn {
  border: none;
  background: none;
  font: normal normal bold 13px/46px Manrope;
  letter-spacing: 0.44px;
  color: #161f28;
  text-transform: uppercase;
  padding: 0 28px;
  cursor: pointer;
}

.tab-btn:hover,
.tab-btn:active,
.tab-btn.active {
  background: #eff2f7 0% 0% no-repeat padding-box;
  border-radius: 28px;
}

.tab-btn:first-of-type {
  margin-right: 50px;
}

.tab-content {
  flex-direction: column;
  align-content: center;
  width: 100%;
}

.slider-container {
  position: relative;
}

#steam .prev,
#steam .next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 63px;
  height: 63px;
  opacity: 0.8;
  background: #000;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 31.5px);
  color: #fff;
  cursor: pointer;
}

.prev {
  left: 25px;
}

.next {
  right: 25px;
}

#steam .prev:hover,
#steam .next:hover {
  background: #eff2f7;
  color: #000;
}

.dots-container {
  display: flex;
  justify-content: center;
  margin: 25px 0 80px;
}

.mySlide1,
.mySlide2 {
  display: none;
  justify-content: center;
}

.dot1,
.dot2 {
  color: #c1c8d7;
  margin: 0 5px;
  cursor: pointer;
}

.dot1.active,
.dot2.active {
  color: #2cc84d;
}

.tc-text-small {
  font: normal normal normal 16px/26px Manrope;
  padding: 21px 0 44px 0;
}

.tc-agreement-text-small {
  font: normal normal normal 16px/26px Manrope;
  padding: 44px 0 21px 0;
}

.tc-text-big {
  text-align: center;
  padding: 14px 0 0 0;
  font: normal normal bold 34px/40px Manrope;
  color: #000000;
}

.button.green.consentButton {
  background-color: #2cc84d;
  color: #ffffff;
  text-align: center;
  font: normal normal 800 13px/46px Manrope;
  padding: 0 30px 0 30px;
}

.button.white.dissentButton {
  font: normal normal 800 13px/46px Manrope;
  padding: 0px 40px 0px 40px;
}

.divider {
  width: 16px;
  height: auto;
  display: inline-block;
}

.image-divider {
  padding: 0 0 0 20px;
  display: inline-block;
}

.pdf-changes > a {
  text-decoration: underline #2cc84d;
  color: #000000;
}

.pdf-changes > a:hover {
  color: #2cc84d;
}

@media screen and (max-width: 981px) {
  .overlay .modal {
    width: 100%;
  }
  .blink {
    -webkit-animation: blink 1.75s infinite;
    animation: blink 1.75s infinite;
  }
  @-webkit-keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  #main-header .container .logo {
    flex: 1;
  }
  .pulse {
    position: relative;
  }
  .pulse:after {
    background-color: rgba(57, 88, 167, 0.7);
    border-radius: 50px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-animation: pulse 1.75s infinite;
    animation: pulse 1.75s infinite;
    z-index: -1;
  }
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  @keyframes pulse {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.5);
      transform: scale(1.5);
    }
  }
  #modal-time-saved #ts-slide-2 {
    padding: 90px 20vw;
  }
  .visible-sm {
    display: block;
  }
  .hidden-sm {
    display: none;
  }
  #download-app {
    background-color: transparent;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    border: none;
  }
  #section-3 #download-app {
    letter-spacing: 0.55px;
    height: 34px;
    padding: 9px 19px;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    line-height: 31px;
    font-family: "Manrope", sans-serif;
    margin-right: 35px;
    background-color: #2b59c3;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  #steam .header-container {
    margin-top: 50px;
  }
  .redeem-container {
    flex-direction: column;
  }
  #customer-support #section-1 {
    margin-top: 50px;
  }
  form#job-contact-form .checkbox > input:checked + span::before {
    left: 0.45rem;
  }
  #customer-support #section-2 .container {
    padding: 100px 0 0;
  }
  .reason-text {
    text-align: center;
  }
  .title-img-container {
    display: flex;
    justify-content: center;
  }
  .title-img-container img {
    max-width: 75%;
  }
  .job-name-text {
    margin: 12px 0;
  }
  img.mail-modal-img {
    max-width: 35%;
  }
  .mail-text-big {
    font: normal normal bold 24px/30px Manrope;
  }
  .mail-text-small {
    font: normal normal bold 15px/20px Manrope;
  }
  #jobsPage #section-1 .container {
    flex-direction: column-reverse;
    justify-content: center;
  }
  #jobsPage #section-1 .title-text {
    font: normal normal bold 34px/46px Manrope;
    letter-spacing: -1.16px;
    text-align: center;
  }
  #jobsPage #section-1 .title-description {
    font: normal normal normal 21px/34px Manrope;
    letter-spacing: 0.44px;
    text-align: center;
  }
  .available-job-container {
    padding: 10px 30px;
    height: auto;
  }
  .available-job-container,
  .available-job-description-container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .job-name-container {
    flex-flow: column;
    align-items: flex-start;
  }
  .available-job-description-container .job-description-text {
    margin-bottom: 24px;
    line-height: normal;
  }
  .reasons-container {
    flex-flow: column;
  }
  .reason-single-container {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .reason-description {
    text-align: center;
  }
  section .container {
    max-width: 100%;
    padding: 0 24px;
  }
  #section-2 .container {
    padding: 0;
  }
  #section-1,
  #section-2 {
    margin-bottom: 90px;
  }
  #section-14 {
    padding: 110px 0 110px !important;
    margin-bottom: 0;
  }
  #section-5 {
    padding: 120px 0 !important;
  }
  .grid {
    grid-column-gap: 0;
  }
  #main-header .recommended-by {
    display: none;
  }
  #main-header .container {
    width: calc(100% - 76px);
    justify-content: flex-end;
  }
  #section-9 .col-md-4,
  .grid .col-md-5,
  .grid .col-md-6,
  .grid .col-md-7,
  .grid .col-md-8 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  #section-1 .container {
    padding: 0;
  }
  #main-cta {
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
  #main-cta h2,
  #main-cta p {
    text-align: center;
  }
  #main-cta span.color__accent-one {
    display: block;
  }

  #how-it-works-video-trigger {
    top: 50px;
  }
  #hammock {
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
    height: 520px;
    width: 100%;
    max-width: 100%;
  }
  #counters .col-md-4 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .icon.offset-15-sm {
    margin-left: 0;
  }
  .counter {
    border-radius: 16px;
    border: 2px solid #f8f7f8;
    padding: 20px 0;

    height: 410px;
    background: #f7f8fb;
    display: grid !important;
    align-content: start;
    justify-content: center;
    justify-items: center;
    padding: 60px 20px 20px;
  }
  .counter.active {
    background-color: #f8f7f8;
  }
  #counters-icons {
    margin-bottom: 21px;
    -ms-grid-columns: (1fr) [3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 21px;
  }
  #counters-icons .col-md-4 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  #section-2 .slick-slide {
    margin: 0 20px;
  }
  #section-2 .slider-next-prev {
    margin-top: 18px;
  }
  #section-2 .slider-next-prev > p:nth-child(1) {
    margin-bottom: 14px;
  }
  .rv-wrapper {
    display: block;
  }
  .rv-wrapper > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rv-wrapper #radio-ad {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #how-pago-helps {
    margin-top: 0;
  }
  .main-features .active .visible-xs {
    display: block;
  }
  #screen-main {
    display: none;
  }
  .testimonials-wrapper {
    margin-left: -38px;
    margin-right: -38px;
  }
  .testimonials {
    width: 100%;
    position: static;
    box-shadow: none;
    overflow: visible;
  }
  .testimonials .slick-slide {
    margin: 20px 10px;
  }
  .testimonials .testimonial {
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.06);
  }
  .slider-next-prev i {
    padding: 0 10px;
  }
  .slider-next-prev.visible-xs {
    display: grid;
    gap: 14px;
  }
  .slider-next-prev .fas {
    font-size: 18px;
  }
  .suppliers-filters {
    flex-flow: row wrap;
  }
  .suppliers-filters li {
    margin-left: 0;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  .suppliers-list.center-mode {
    padding: 0;
    margin: 0 12px;
  }
  .suppliers-list li:not(.featured) {
    width: 28%;
  }
  #section-6 .insurance-features {
    order: 2;
    padding: 0;
  }
  .topup-features {
    padding: 0;
  }
  #screen-topup {
    margin-bottom: 50px;
  }
  .media-coverage-wrapper {
    margin-left: -38px;
    margin-right: -38px;
    position: relative;
  }
  .media-coverage {
    width: 100%;
    position: static;
    overflow: visible;
  }
  .media-coverage .slick-list {
    overflow: hidden;
  }
  .media-coverage .slick-slide {
    margin: 20px 10px;
  }
  .media-coverage .media-item {
    justify-content: flex-start;
    border-radius: 10px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.06);
    padding: 34px;
  }
  .media-coverage .media-logo img {
    -o-object-position: left center;
    object-position: left center;
  }
  .media-coverage .tooltip {
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
  }
  .media-coverage .tooltip span {
    display: block;
    color: #2b59c3;
    background-color: initial;
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
  }
  .overlay .modal {
    width: 90%;
    min-width: auto;
    height: auto;
    min-height: 100px;
  }
  #modal-time-saved #ts-slide-2 {
    padding: 0;
    padding-top: 430px;
    background-position: top 40px left 130px, top 0px right 130px;
  }
  .job-descriptions-container,
  .contacts-container,
  .submit-container {
    flex-direction: column;
  }
  .terms-container {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 375px) {
  section .container {
    padding: 0 20px;
  }
  .store-download:first-child {
    margin-right: 10px;
  }
  #hammock {
    margin-right: -20px;
    margin-left: -20px;
  }
  .testimonials-wrapper,
  .media-coverage-wrapper {
    margin-left: -20px;
    margin-right: -20px;
  }
  #modal-time-saved #ts-slide-2 {
    padding: 0;
    padding-top: 330px;
    background-size: 80px, 112px;
    background-position: top 40px left 30px, top 0px right 30px;
  }
  #modal-time-saved #ts-slide-2 h2 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

div.details p:not(:nth-child(1)) {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  #section-11 .insurance-features,
  #section-3 .insurance-features {
    order: 2;
    padding: 0;
  }
  #section-3 .details {
    text-align: center;
  }
  .visa-regulation {
    font-size: 15px;
  }
}

a#donate {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

a#corona {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 195px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b59c3;
  background: white;
  border: 4px solid rgba(43, 89, 195, 0.1);
  border-radius: 28px;
}

a#corona:hover {
  background: #2b59c3;
  color: white;
}

#section-3 .tagline {
  margin-bottom: 10px;
}

#section-3 #download-app {
  height: 55px;
  width: 200px;
}

.visa-regulation {
  display: block;
  color: #3958a7;
  margin-bottom: 34px;
}

#coronavirus .corona-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

/*sidebar navigation*/
#sidebar-navigation {
  position: fixed;
  right: 30px;
  top: 183px;
  bottom: 0;
  display: grid;
  grid-template-rows: repeat(8, min-content) 1fr;
  z-index: 9999;
}

.nav-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  margin-bottom: 36px;
  margin-right: 5px;
}

:root {
  --scroll-top-btn: 60px;
}

.nav-item.scrollTop-btn {
  height: calc(var(--scroll-top-btn) + 10px);
  align-items: flex-end;
  margin-top: 56px;
  margin-right: 0;
  margin-bottom: 100px;
  align-self: end;
}

.nav-item-name {
  font-size: 17px;
  line-height: 22px;
  font-weight: 700;
  color: #161f28;
  margin-right: 20px;
  padding-left: 5px;

  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.nav-item.current > .nav-item-name,
.nav-item:hover > .nav-item-name {
  opacity: 1;
}

.scroll-top {
  width: 47px;
  height: var(--scroll-top-btn);
  border: 4px solid rgba(0, 0, 0, 0.15);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 56px;
}

.scroll-top:hover {
  background-color: #000;
  height: calc(var(--scroll-top-btn) + 10px);
}

.scroll-top:hover > i {
  color: #fff;
}

.scroll-top > i {
  font-size: 30px;
  color: #000;
}

.blue,
.blue-dark,
.blue-light,
.blue-light-100,
.yellow,
.yellow-dark,
.yellow-light {
  transition: all 0.3s ease-in;
}

.nav-item:hover .blue,
.nav-item.current .blue {
  fill: #2b59c3;
}

.nav-item:hover .blue-dark,
.nav-item.current .blue-dark {
  fill: #21409a;
}
.nav-item:hover .blue-light,
.nav-item.current .blue-light {
  fill: #e8eefb;
}
.nav-item:hover .blue-light-100,
.nav-item.current .blue-light-100 {
  fill: #8abaff;
}

.nav-item:hover .yellow,
.nav-item.current .yellow {
  fill: #ffc428;
}
.nav-item:hover .yellow-dark,
.nav-item.current .yellow-dark {
  fill: #ffb900;
}
.nav-item:hover .yellow-light,
.nav-item.current .yellow-light {
  fill: #ffd157;
}

@media (max-width: 1279px) {
  #sidebar-navigation {
    display: none;
  }
}

@media (max-height: 1000px) {
  .scrollTop-btn {
    display: none;
  }
}

@media (max-height: 920px) {
  #sidebar-navigation {
    top: 15%;
  }
  .nav-item {
    margin-bottom: 30px;
  }
}

@media (max-height: 810px) {
  .nav-item.scrollTop-btn {
    margin-top: 0;
  }
}

@media (max-height: 740px) {
  .nav-item {
    margin-bottom: 26px;
  }
}

@media (min-width: 1280px) and (max-height: 720px) {
  #sidebar-navigation {
    top: 10%;
  }
  .nav-item {
    margin-bottom: 20px;
  }
  .nav-item.scrollTop-btn {
    align-self: flex-start;
  }
}

/*sidebar navigation END*/

/* section 14  */
#section-14 {
  padding: 200px 0;
}

#section-14 .container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
  align-items: center;
}

#section-14 p {
  font-size: 36px;
  line-height: 48px;
  letter-spacing: -1.6px;
  font-weight: 700;
}

.video-label {
  color: #2b59c3;
  background: #fff;
  padding: 0 4px;
  border-radius: 4px;
  transition: all 0.1s ease-in;
  cursor: pointer;
}

.video-label:hover {
  background-color: rgba(43, 89, 195, 0.1);
}

.video-label.active {
  background: #2b59c3;
  color: #fff;
}

#videoSlider {
  overflow-x: hidden;
}

#section-14 .slick-list {
  padding: 0;
}

#section-14 .slick-slide video {
  border-radius: 14px;
}

@media (max-width: 1200px) {
  #section-14 .container {
    padding: 0 20px;
  }

  #section-14 .slick-vertical .slick-slide {
    max-width: 100%;
  }
}

@media (max-width: 1054px) {
  #section-14 .container {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
  #section-14 video {
    /* height: auto; */
    max-height: 100%;
    max-width: 100%;
  }
}

/* section 14  END */

/*section furnizori*/
#section-5 {
  padding: 200px 0;
  background-color: #f7f8fb;
}

#section-5 .container {
  width: 100%;
}

#suppliers > h2 {
  margin-top: 0;
}

.suppliers-wrapper {
  display: grid;
  grid-template-rows: repeat(2, max-content) 1fr;
}

.furnizori-title {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 12px;
  letter-spacing: -0.054em;
  margin-top: 0;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

.furnizori-title > span {
  color: #2b59c3;
}

.furnizori-subtitle {
  font-size: 21px;
  font-weight: 400;
  line-height: 34px;
  color: #717e99;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 52px;
}

.suppliers-search-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 536px;
}

.quicksearch {
  width: 100%;
  padding: 22px 24px;
  border-radius: 9px;
  border: none;
  font-size: 20px;
}

.suppliers-list {
  grid-column: 1/2;
  grid-row: 3/4;
}

.featured-slide {
  width: 100%;
  height: 354px;
  display: grid;
  overflow: hidden;
}

.suppliers-list.center-mode > .featured {
  display: none;
  height: 0;
}

#section-5 .slick-slide {
  padding-left: 20px;
}

.featured-box {
  width: 999999px;

  background-image: url("../assets/images/suppliers_featured.png");
  background-size: contain;

  animation: suppliers-slider 50000s linear infinite;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .featured-box {
    background-image: url("../assets/images/suppliers_featured@2x.png");
  }
}

@keyframes suppliers-slider {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-100%);
  }
}

#noResult {
  display: grid;
  justify-items: center;
  gap: 17px;
  grid-column: 1/2;
  grid-row: 3/4;
}

.no-result-text {
  margin-top: 15px;
  font-size: 21px;
  line-height: 34px;
  font-weight: 700;
}

.no-result-text-2 {
  font-size: 21px;
  line-height: 34px;
  color: #98a5be;
}

@media (max-width: 1100px) {
  .suppliers-list.center-mode {
    width: 100vw;
  }
}

@media (max-width: 767px) {
  #section-5 {
    margin-bottom: 0;
  }
  #section-5 .container {
    padding: 0;
  }

  #section-5 .container > *:not(.suppliers-wrapper) {
    padding: 0 20px;
  }

  .suppliers-search-wrap {
    margin: 0 20px;
    width: calc(100% - 40px);
  }

  #noResult {
    padding: 0 24px;
  }
}
/*section furnizori END*/

/* section RCA */
#section-6 {
  display: grid;
  overflow: hidden;
}

#section-6 > .container {
  padding: 200px 0;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 9;
}

.opacity-0 {
  opacity: 0;
}

.transition-opacity {
  transition: opacity 0.5s ease-in;
}

#section-6 h2 {
  margin-top: 0;
  margin-left: 20px;
  margin-right: 20px;
}

#section-6 .tagline {
  margin-left: 20px;
  margin-right: 20px;
}

.insurance-container {
  display: grid;
  grid-template-columns: 327px 1fr;
  gap: 64px;
  transition: opacity 0.5s;
}

.insurance-video-container {
  display: flex;
  align-items: start;
}

.insurance-video {
  margin-top: 35px;
}

.insurance-human {
  transform: translateX(-103px);
}

/* rain */
.rain-back,
.rain-front {
  grid-column: 1/2;
  grid-row: 1/2;
  overflow: hidden;
  z-index: 8;
  position: relative;
}
.rain__drop {
  -webkit-animation-delay: calc(var(--d) * 1s);
  animation-delay: calc(var(--d) * 1s);

  -webkit-animation-duration: calc(var(--a) * 1s);
  animation-duration: calc(var(--a) * 1s);

  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;

  -webkit-animation-name: drop;
  animation-name: drop;

  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;

  left: calc(var(--x) * 1%);

  position: absolute;
  top: 0;
}
.rain__drop path {
  opacity: var(--o);
  /* transform: scaleY(calc(var(--s) * 1.5)); */
}

@keyframes drop {
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateX(160px) translateY(400px);
  }
}

/* rain END */

.car-rca {
  grid-column: 1/2;
  grid-row: 1/2;
  align-self: center;
  transition: all 0.9s cubic-bezier(0.15, 0, 0, 0.15);
  transform: translateX(0);
  margin-top: 250px;
}

.car-rca.drive {
  transform: translateX(53vw);
}

@media (max-width: 1090px) {
  #section-6 > .container {
    width: 100%;
  }

  .insurance-container {
    margin-left: 20px;
  }
  .insurance-features .feature .icon {
    margin-right: 16px;
  }
}

@media (max-width: 1023px) {
  .insurance-features .feature .icon {
    margin-left: 0;
  }
  .insurance-video {
    width: 220px;
  }
  .insurance-human {
    width: 260px;
  }
}

@media (max-width: 767px) {
  #section-6 > .container {
    padding: 138px 0 115px;
  }
  .car-rca {
    margin-top: 100px;
    height: 220px;
    object-fit: cover;
    object-position: left;
  }
  .car-rca.drive {
    transform: translateX(35vw);
  }
  .insurance-container {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 75px;
  }
  .insurance-features {
    margin-left: 20px;
    margin-right: 20px;
  }
  .insurance-video-container {
    position: relative;
    margin-left: 20px;
  }
  .insurance-human {
    position: absolute;
    transform: translateX(49%);
  }
}

/* section RCA END */

/* section testimonials */
#section-12 {
  padding: 200px 0;
  background-color: rgba(193, 200, 215, 0.15);
  text-align: center;
  overflow: hidden;
}

.testimonials-title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin: 0 20px 65px 20px;
}

.testimonials-slider .slick-slide {
  height: 472px;
}

.testimonials-slider .slick-slide,
.testimonials-slider .slick-slide > div {
  display: grid;
}

.testimonials-slide {
  display: grid !important;
  gap: 32px;
  background-color: #fff;
  padding: 44px 49px 62px 39px;
  justify-items: center;
  box-shadow: 0px 3px 40px #2b59c312;
  border-radius: 16px;
  margin: 30px 0;
}

.testimonials-slider .swiper-slide {
  transform: scale(0.8);
  transition: all 0.3s ease-in;
  opacity: 0.6;
}

/* .testimonials-slider .swiper-slide > * {
  opacity: 0;
} */

.testimonials-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}

.testimonials-slider .swiper-slide.swiper-slide-active > * {
  opacity: 1;
}

.testimonial-slide-name {
  font-size: 15px;
  line-height: 23px;
  font-weight: 700;
  color: #fcbc2c;
  margin-top: 20px;
}

.testimonials-arrows {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 60px;
}

.testimonials-arrows > span {
  width: 60px;
  height: 40px;
  border-radius: 43px;
  border: 4px solid rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.testimonials-arrows > span:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

@media (max-width: 767px) {
  #section-12 {
    padding: 100px 0;
  }
  .testimonials-arrows {
    margin-top: 40px;
  }
}

@media (max-width: 520px) {
  .testimonials-slide {
    padding: 32px 24px;
    gap: 20px;
  }
  .testimonial-slide-name {
    margin-top: 12px;
  }
}
/* section testimonials END */

/*mobile top up section*/
#section-7 {
  padding: 200px 20px;
  background-color: rgba(247, 248, 251, 0.5);
}

#section-7 h2 {
  margin-top: 0;
}

#section-7 .tagline {
  margin-bottom: 84px;
  color: #717e99;
}

.topup-media-container {
  display: flex;
  align-items: flex-end;
}

.topup-girl {
  transform: translateX(-62px);
}

.details-title {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}

.details-text {
  font-size: 17px;
  line-height: 26px;
  color: #717e99;
  letter-spacing: 0.48px;
}

@media (max-width: 1024px) {
  .topup-features .feature .icon {
    margin-right: 20px;
  }
  .topup-video {
    height: 460px;
  }
  .topup-girl {
    height: 350px;
    transform: translateX(-46px);
  }
}

@media (max-width: 767px) {
  #section-7 {
    padding: 100px 0;
  }
  #mobile-topups > .grid {
    row-gap: 57px;
  }
  .topup-features .feature .icon {
    margin-right: 24px;
  }
  .topup-media-container {
    justify-content: center;
    margin-left: 46px;
  }
}
@media (max-width: 375px) {
  .topup-video {
    height: 430px;
  }
  .topup-girl {
    height: 320px;
    transform: translateX(-43px);
  }
  .topup-media-container {
    margin-left: 55px;
  }
}
/*mobile top up section END*/

/*donate section*/
#section-11 {
  padding: 200px 0;
}

#donate-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  padding: 0 20px;
}

#donate-container .left {
  display: grid;
  justify-items: center;
}

#donate-container .left > h2 {
  max-width: 70%;
}

#donate-container .left > .tagline {
  color: #717e99;
  margin-bottom: 24px;
}

#donate-container .right {
  display: grid;
  gap: 50px;
  align-content: center;
}

#donate-container .right .feature {
  display: flex;
  gap: 50px;
}

#donate-container .right .details-subtitle {
  color: #717e99;
}

@media (max-width: 900px) {
  #donate-container .right .feature {
    gap: 25px;
  }
}

@media (max-width: 767px) {
  #section-11 {
    padding: 100px 0;
  }
  #donate-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  #donate-container .left > h2 {
    max-width: 100%;
  }
}
/*donate section END*/

/*blog section */
#section-15 {
  padding: 200px 20px;
  background-color: rgba(247, 248, 251, 0.5);
}

#section-15 .container {
  display: grid;
  justify-items: center;
}

#section-15 .tagline {
  margin-bottom: 24px;
}

.blog-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 112px;
}

.article-img {
  border-radius: 12px;
}

.article-subtitle {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 20px;
}

.article-title {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: 0.44px;
  color: #000;
}

.article-title:hover {
  color: #2b59c3;
}

@media (max-width: 1024px) {
  .blog-articles {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

@media (max-width: 767px) {
  #section-15 {
    padding: 100px 0;
  }
  .blog-articles {
    margin-top: 60px;
  }
}
/*blog section END*/

/*press section */
#section-8 {
  padding: 100px 0 64px;
  background-color: rgba(43, 89, 195, 0.15);
}

#section-8 .container {
  padding: 0 18px;
}

#press .media-swiper {
  overflow: hidden;
}

#press .swiper-slide {
  height: 460px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 50px;
  text-align: center;
}

#press .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

#press .slide-text {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
}

#press .swiper-slide .button {
  display: flex;
  align-items: center;
  gap: 12px;
}

#press .swiper-slide .button > i {
  font-size: 21px;
}

.media-images {
  display: grid;
  grid-template-columns: repeat(5, max-content);
  gap: 20px;
  justify-content: space-evenly;
  align-items: center;
}

.media-images > img {
  opacity: 0.4;
  cursor: pointer;
}

.media-images > img:hover,
.media-images > img.active {
  opacity: 1;
}

.slider-img {
  display: none;
}

@media (max-width: 1024px) {
  #press .swiper-slide {
    height: 320px;
  }
  .media-images {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    justify-items: center;
  }
}

@media (max-width: 767px) {
  #section-8 {
    padding: 125px 0;
  }
  #press .swiper-slide {
    height: auto;
    gap: 40px;
    align-content: flex-start;
  }
  .media-images {
    display: none;
  }
  .slider-img {
    display: block;
    height: 33px;
  }
  #press .slider-next-prev {
    margin-top: 64px;
  }
}

/*press section END*/

/* security section */
#section-9 {
  padding: 200px 24px;
}

@media (max-width: 767px) {
  #section-9 {
    padding: 100px 0;
  }
}
/* security section END */

/* jobs section */
#section-jobs {
  padding: 120px 24px;
  background-color: rgba(43, 89, 195, 0.1);
}

@media (max-width: 767px) {
  #section-jobs {
    padding: 100px 0;
  }
}

/* jobs available layout */
#jobs {
  display: grid;
  justify-items: center;
}

.available-jobs-container {
  width: 100%;
  display: grid;
  gap: 40px;
}

#jobs .jobs-title {
  margin-bottom: 20px;
}

#jobs .tagline {
  max-width: 650px;
  text-align: center;
  margin-bottom: 65px;
}

/* jobs available layout END */

/* no jobs available layout */
/* #jobs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr repeat(3, min-content) 1fr;
  column-gap: 30px;
}

.jobs-title {
  grid-row: 2/3;
}

#jobs > .tagline:nth-child(2) {
  grid-row: 3/4;
  margin-bottom: 32px;
}

#jobs > .tagline:nth-child(3) {
  grid-row: 4/5;
  margin-bottom: 0;
}

.jobs-img {
  grid-column: 2/3;
  grid-row: 1/-1;
}

@media (max-width: 767px) {
  #jobs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, min-content);
    text-align: center;
    justify-items: center;
  }

  .jobs-title {
    grid-row: 1/2;
    margin-bottom: 24px;
  }

  #jobs > .tagline:nth-child(2) {
    grid-row: 2/3;
    margin-bottom: 80px;
  }

  .jobs-img {
    grid-row: 3/4;
    grid-column: 1/2;
    margin-bottom: 63px;
  }
}*/
/* no jobs available layout */

/* jobs section END*/

/* footer */
#main-footer {
  padding: 0 24px;
}
#main-footer .container {
  padding: 40px 0;
  display: grid;
  justify-items: center;
  gap: 24px;
}

#main-footer .links {
  display: flex;
  gap: 24px;
}

#main-footer .links a {
  color: #161f28;
  font-size: 14px;
  text-decoration: underline;
}

.social-links {
  display: flex;
  gap: 24px;
}

.copy {
  color: #161f28;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.5;
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #f1f5ff;
}

.links {
  grid-row: 2/3;
  flex-wrap: wrap;
  justify-content: center;
}

#main-footer .endorsements {
  margin-left: 0;
  gap: 48px;
}
/* footer END */

/* money transfer section */
#section-18 {
  padding: 200px 20px;
}

#transfer {
  display: grid;
}

.transfer-grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 475px 1fr;
}

.transfer-left {
  display: grid;
  gap: 50px;
  align-content: center;
}

.transfer-box {
  display: flex;
  gap: 41px;
  align-items: center;
}

.transfer-grid > video {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .transfer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 767px) {
  #section-18 {
    padding: 100px 0;
  }
  .transfer-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 0;
  }
  .transfer-grid > img {
    grid-row: 1/2;
    margin-left: 0;
    justify-self: center;
  }
  .transfer-box {
    gap: 16px;
  }
}
/* money transfer section END */
