@use "../../../plugins/bootstrap-5.1.3/scss/functions";
@use "../../../plugins/bootstrap-5.1.3/scss/variables";
@use "../../../plugins/bootstrap-5.1.3/scss/mixins";
@use "../../../plugins/bootstrap-5.1.3/scss/utilities";
@use "../../../plugins/bootstrap-5.1.3/scss/reboot";
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: auto !important;
  }
}

:root {
  --primary: #CD0511;
  --consumed-by-js: $primary;
  --bs-primary: #CD0511;
  --bs-primary-rgb: 205, 5, 17;
  --success: #179149;
  --consumed-by-js: $success;
  --bs-success: #179149;
  --bs-success-rgb: 23, 145, 73;
  --bs-dark: #161616;
  --bs-dark-rgb: 22, 22, 22;
  --bs-font-open-sans:'Open Sans', sans-serif;
  --bs-body-font-family: var(--bs-font-open-sans);
  --bs-body-color: #161616;
  --bs-link-color: $primary;
}

@use "../../../plugins/bootstrap-5.1.3/scss/bootstrap";
.headers {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
}

.partners-types ul li {
  list-style-type: none;
}

.partners-types ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  margin: 0 5px 0 -19px;
  font-weight: 900;
}

.border-top {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.border-right {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.border-left {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.types {
  background-size: cover !important;
  min-height: 460px;
}

.types-bgk-1 {
  background: url(/assets/hfappnew/websites/affiliates/images/partnerships-types/ib.webp) right white no-repeat;
}

.types-bgk-2 {
  background: url(/assets/hfappnew/websites/affiliates/images/partnerships-types/affilate.webp) center white no-repeat;
}

.types-bgk-3 {
  background: url(/assets/hfappnew/websites/affiliates/images/partnerships-types/white-label.webp) center white no-repeat;
}

.types-bgk-4 {
  background: url(/assets/hfappnew/websites/affiliates/images/partnerships-types/regional-offices.webp) center white no-repeat;
}

.types-bgk-5 {
  background: url(/assets/hfappnew/websites/affiliates/images/partnerships-types/affiliates-sa.webp) center white no-repeat;
}

.types-bgk-6 {
  background: url(/assets/hfappnew/websites/affiliates/images/partnerships-types/sub-affiliates.webp) center white no-repeat;
}

@media (max-width: 767.98px) {
  .bg-types {
    background: white;
  }
  .types {
    min-height: 860px;
  }
}
