* {
  box-sizing: border-box;
}

body {
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  color: #202020;
  line-height: 150%;
  font-weight: 400;
  margin: 0;
  background-color: #f6f6f6;
  overflow-x: hidden;
}
body._stop {
  overflow: hidden;
}
body::-webkit-scrollbar {
  background: transparent;
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: #c2c2c2;
}
body::-webkit-scrollbar-thumb {
  background-color: #E3E2E7;
  border-radius: 100px;
}

.page {
  overflow-x: hidden;
}

._container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (max-width: 1439px) {
  ._container {
    max-width: 1200px;
  }
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1465FF;
}
#preloader img {
  display: flex;
  width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
}
#preloader._hide {
  display: none;
}

@keyframes bounce-custom {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.custom-select-wrapper::before {
  content: "";
  position: absolute;
  top: 21px;
  right: 24px;
  width: 10px;
  height: 10px;
  background-image: url("/wp-content/uploads/2024/06/iconoir_nav-arrow-down-1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
  transition: all 0.3s ease 0s;
}
.custom-select-wrapper._active::before {
  content: "";
  position: absolute;
  transform: rotate(180deg);
}
.custom-select-wrapper._active .custom-select {
  border-radius: 24px 24px 0 0;
}
.custom-select-wrapper .custom-select {
  display: block;
  position: relative;
  width: 100%;
  transition: all 0.3s ease 0s;
  border: 1px solid #e7e7e7;
  background-color: #F6F6F6;
  border-radius: 100px;
  padding: 11.5px 24px;
  color: #333333;
  font-size: 16px;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
}
.custom-select-wrapper .custom-select::-moz-placeholder {
  color: #333333;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
}
.custom-select-wrapper .custom-select::placeholder {
  color: #333333;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
}
.custom-select-wrapper .custom-select-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  border: 1px solid #cfcfcf;
  border-radius: 16px;
  max-height: 300px;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: auto;
  z-index: 20;
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.1);
}
.custom-select-wrapper .custom-select-options::-webkit-scrollbar {
  background: transparent !important;
  width: 12px !important;
  border-radius: 0 16px 16px 0;
}
.custom-select-wrapper .custom-select-options::-webkit-scrollbar-track {
  background: #cfcfcf !important;
  width: 12px !important;
  border-radius: 0 16px 16px 0;
}
.custom-select-wrapper .custom-select-options::-webkit-scrollbar-thumb {
  background-color: #767676 !important;
  width: 12px !important;
  border-radius: 0 16px 16px 0;
}
.custom-select-wrapper .custom-select-options .custom-option {
  padding: 10px 24px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  color: #333333;
  background-color: transparent;
}
.custom-select-wrapper .custom-select-options .custom-option:hover {
  background-color: #e1e8f7;
}

/* Marquee for home page */
.marquee-slider-first {
  height: 68px;
}
.marquee-slider-first .slick-track {
  height: 68px;
}
@media (max-width: 767px) {
  .marquee-slider-first .slick-track {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .marquee-slider-first {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .marquee-slider-first__item img {
    width: 100%;
    height: 30px;
  }
}

.marquee-slider-second {
  margin: 0 -8px;
}
.marquee-slider-second__item {
  padding: 0 8px;
}
.marquee-slider-second__item img {
  transform: rotate(-180deg);
  height: 40px;
}
@media (max-width: 767px) {
  .marquee-slider-second__item img {
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.marquee-slider-third {
  margin: 0 -8px;
}
.marquee-slider-third__item {
  padding: 0 8px;
}
.marquee-slider-third__item img {
  height: 40px;
}
@media (max-width: 767px) {
  .marquee-slider-third__item img {
    height: 30px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.marquee-slider-fourth__item img {
  transform: rotate(-180deg);
  height: 57px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .marquee-slider-fourth__item img {
    height: 30px;
  }
}

.marquee-slider-fifth__item img {
  height: 57px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .marquee-slider-fifth__item img {
    height: 30px;
  }
}/*# sourceMappingURL=base.css.map */