@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Protest+Riot&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free/css/all.min.css");
html, body {
  background: #fff;
  font-family: "Inter", Arial, sans-serif;
  color: #767279;
}

html[dir=rtl] .toolbar .graphic-col .step-text {
  float: none !important;
}

a.btn {
  border-radius: 6px;
  border: none;
}
a.btn:first-child {
  margin: 16px 0 0 10px !important;
}
a.btn.btn-primary {
  background: #2f469c;
  font-weight: 700;
  color: #fff !important;
}
a.btn.btn-primary:hover, a.btn.btn-primary.btn-outline-primary:hover {
  background: #1d3590;
  color: #fff !important;
}

a {
  font-weight: 700;
  color: #2f469c !important;
  text-decoration: none !important;
}
a:hover {
  color: #1d3590 !important;
}

.h1, h1, .h2, h2, .h3, h3, .h4, .h5, .h6, h4, h5, h6, strong {
  font-family: "Inter", Arial, sans-serif;
  font-weight: 700 !important;
  color: #02103f !important;
}

h1 {
  font-size: 48px !important;
}

h2 {
  font-size: 40px !important;
}

h4, .h4 {
  font-size: 24px !important;
}

h5, .h5 {
  font-size: 20px !important;
}

p {
  margin-bottom: 16px !important;
}

.lead {
  font-weight: 400 !important;
}

.fs-7 {
  font-size: 12px;
  color: #666;
}

.text-secondary {
  color: #1D7F76 !important;
}

.front .region-content p {
  letter-spacing: normal !important;
  line-height: 1.5 !important;
}

.pramien-region h2,
span.field.field--name-title.field--type-string.field--label-hidden.quickedit-field,
h1.text-left.page-title {
  display: none;
}

.panel {
  padding: 40px 0;
}
.panel.panel-primary {
  background: #fff;
  border: 1px solid #DEE2E6 !important;
  border-left: none;
  border-right: none;
}
@media (min-width: 992px) {
  .panel.panel-primary {
    border: none !important;
    border-radius: 0.5rem !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
}
.panel.panel-default.padding-md img {
  width: 175px;
  height: 175px;
}
.panel .panel-bg-primary-plus-2 {
  background: #f8f9ff !important;
}
.panel .panel-bg-primary-success-2 {
  background: #f4fffb !important;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.rewards, .logos {
  overflow: hidden;
  position: relative;
  white-space: nowrap;
  background: #fff;
}
.rewards:before, .rewards:after, .logos:before, .logos:after {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  content: "";
  z-index: 2;
}
@media (min-width: 768px) {
  .rewards:before, .rewards:after, .logos:before, .logos:after {
    width: 250px;
  }
}

.rewards {
  padding: 20px 0 40px 0;
}
.rewards:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.rewards:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.rewards:hover .rewards-slide {
  animation-play-state: paused;
}
.rewards .rewards-slide {
  display: inline-flex;
  animation: 55s slide infinite linear;
}

.card-reward {
  min-width: 180px;
  margin: 0 40px;
}

.logos {
  padding: 30px 0 60px 0;
  margin-bottom: 30px;
}
.logos:before {
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}
.logos:after {
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}
.logos .logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}
.logos .logos-slide img.logo-brand {
  opacity: 0.4 !important;
  height: initial !important;
  border: initial !important;
  display: initial !important;
  max-width: initial !important;
  margin: 0 40px !important;
  opacity: 0.4 !important;
}

.carousel {
  height: 424px;
  margin-bottom: 40px !important;
}
.carousel-control-prev, .carousel-control-next {
  bottom: 175px;
}
.carousel-control-prev {
  left: -10px !important;
}
.carousel-control-next {
  right: -10px !important;
}
.carousel-indicators {
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: -76px !important;
  display: block;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #84329b;
  border-radius: 50%;
}
.carousel img.carousel-icon {
  margin-bottom: 16px !important;
}

@media (min-width: 576px) and (max-width: 768px) {
  .carousel {
    height: 380px;
    margin-bottom: 110px !important;
  }
  .carousel-control-prev {
    left: -20px !important;
    bottom: 135px !important;
  }
  .carousel-control-next {
    right: -20px !important;
    bottom: 135px !important;
  }
  .carousel-indicators {
    margin-bottom: -110px !important;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .carousel {
    height: 200px;
    margin-bottom: 80px !important;
  }
  .carousel-indicators {
    margin-bottom: -60px !important;
  }
  .carousel-control-prev {
    left: -80px !important;
    bottom: 15px !important;
  }
  .carousel-control-next {
    right: -80px !important;
    bottom: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .carousel {
    height: 200px;
    margin-bottom: 80px !important;
  }
  .carousel-control-prev {
    left: -30px !important;
    bottom: -15px !important;
  }
  .carousel-control-next {
    right: -30px !important;
    bottom: -15px !important;
  }
  .carousel-indicators {
    margin-bottom: -80px !important;
  }
}
@media (min-width: 1200px) {
  .carousel {
    height: 220px;
    margin-bottom: 90px !important;
  }
  .carousel-control-prev, .carousel-control-next {
    bottom: -20px;
  }
  .carousel-indicators {
    margin-bottom: -92px !important;
  }
}

/*# sourceMappingURL=front-page.css.map */
