[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-avatar:before {
  content: "\e91c";
}

.icon-phone-call:before {
  content: "\e900";
}

.icon-message:before {
  content: "\e901";
}

.icon-location:before {
  content: "\e902";
}

.icon-magnifying-glass:before {
  content: "\e903";
}

.icon-shopping-cart:before {
  content: "\e904";
}

.icon-volunteer:before {
  content: "\e905";
}

.icon-right-arrow:before {
  content: "\e906";
}

.icon-left-arrow:before {
  content: "\e907";
}

.icon-up-arrow:before {
  content: "\e908";
}

.icon-down-arrow:before {
  content: "\e909";
}

.icon-solidarity:before {
  content: "\e90a";
}

.icon-gift-box:before {
  content: "\e90b";
}

.icon-double-quotes:before {
  content: "\e90c";
}

.icon-apple:before {
  content: "\e90d";
}

.icon-health-insurance:before {
  content: "\e90e";
}

.icon-business-partnership:before {
  content: "\e90f";
}

.icon-target:before {
  content: "\e910";
}

.icon-solidarity-1:before {
  content: "\e911";
}

.icon-charity:before {
  content: "\e912";
}

.icon-generous:before {
  content: "\e913";
}

.icon-fundraiser:before {
  content: "\e914";
}

.icon-chat:before {
  content: "\e915";
}

.icon-bonus:before {
  content: "\e916";
}

.icon-fingerprint-scan:before {
  content: "\e917";
}

.icon-account:before {
  content: "\e918";
}

.icon-charity-1:before {
  content: "\e919";
}

.icon-target-1:before {
  content: "\e91a";
}

.icon-help:before {
  content: "\e91b";
}

.accordion-button:not(.collapsed) {
  color: var(--bs-gray-100);
  background-color: #00715d;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #246f48;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

a:hover {
  color: var(--oxpins-primary);
}

.dropdown-menu {
  --bs-dropdown-bg: rgb(255,255,255);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-dropdown-link-color: #212529;
  --bs-dropdown-link-hover-color: #1e2125;
  --bs-dropdown-link-hover-bg: #e9ecef;
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}

.dropdown-item:focus, .dropdown-item:hover {
  color: var(--bs-dropdown-link-active-color);
  background-color: var(--oxpins-base);
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #246f48;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #246f48;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #246f48;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

@media (min-width: 992px) {
  .video {
    width: 1012px!important;
  }
}

@media (min-width: 1200px) {
  .video {
    width: 1200px;
  }
}

.testi-moni {
  position: relative;
  display: block;
  background-color: var(--oxpins-extra);
  padding: 120px 0 160px;
  z-index: 1;
}

