﻿.c-offers-list .slick-track {
  display: flex !important; }

.c-offers-list .slick-slide {
  height: inherit !important; }

.c-offers-list h2 {
  font-size: 36px;
  margin-bottom: 20px; }

.c-offers-list h6 {
  text-transform: uppercase;
  font-family: "Montserrat";
  font-weight: bold; }

.c-offers-list h5.fst-italic {
  font-size: 20px; }

.c-offers-list .offers-list-inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }

.c-offers-list .pi-promo {
  background: #fff;
  height: 100%; }

.c-offers-list .offer-slide-item {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  max-width: 350px; }
  @media (min-width: 768px) {
    .c-offers-list .offer-slide-item {
      max-width: 450px; } }
  @media (min-width: 1200px) {
    .c-offers-list .offer-slide-item {
      max-width: none; } }
  .c-offers-list .offer-slide-item .stamp {
    z-index: 10;
    background: #fae4e2;
    color: black;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 115px;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase; }
  .c-offers-list .offer-slide-item .stamp p {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 11px; }
  .c-offers-list .offer-slide-item .stamp * {
    margin-bottom: 0;
    line-height: 1; }
  .c-offers-list .offer-slide-item .stamp .intro.lg {
    font-size: 40px;
    margin-bottom: 10px; }
  .c-offers-list .offer-slide-item h3 {
    font-size: 32px !important; }
    @media (min-width: 1200px) {
      .c-offers-list .offer-slide-item h3 {
        font-size: 32px; } }
  .c-offers-list .offer-slide-item .promo-header {
    position: relative; }
  .c-offers-list .offer-slide-item--simple .pi-text-image .text-image .text-image-content {
    justify-content: space-between; }
  .c-offers-list .offer-slide-item--simple .pi-text-image .text-image .text-image-content.has-stamp .heading-content {
    width: 75%; }
  .c-offers-list .offer-slide-item--detailed .promo-header {
    height: 375px; }
  .c-offers-list .offer-slide-item--detailed .promo-text {
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 0; }
    @media (min-width: 1200px) {
      .c-offers-list .offer-slide-item--detailed .promo-text {
        position: absolute;
        bottom: unset; } }
    .c-offers-list .offer-slide-item--detailed .promo-text h6 {
      font-weight: lighter; }
    .c-offers-list .offer-slide-item--detailed .promo-text h3 {
      font-size: 48px; }

.c-offers-list .from-price em {
  font-family: "Playfair Display";
  display: inline-block;
  text-transform: lowercase; }

.c-offers-list .from-price .intro.lg {
  line-height: 1;
  font-size: 32px;
  margin-bottom: 0; }

.c-offers-list .slick-arrow:before {
  display: none; }

.c-offers-list .slick-next.slick-arrow {
  background-image: url("/Assets/img/website/slider/right.svg");
  background-size: 77px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 77px;
  right: -10%;
  z-index: 10; }

.c-offers-list .slick-prev.slick-arrow {
  background-image: url("/Assets/img/website/slider/left.svg");
  background-size: 77px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  height: 10px;
  width: 77px;
  left: -10%;
  z-index: 10; }

.detail-item-container {
  margin-top: 40px; }

.c-offers-list .slick-prev.slick-arrow {
  left: -5%; }

.c-offers-list .slick-next.slick-arrow {
  right: -5%; }

.promo-body p {
  font-size: 14px;
  line-height: 1.7; }

.job-btn .btn {
  min-width: 200px; }

.detail-item {
  text-align: left;
  border: solid 1px #e8e3e1;
  padding: 20px 20px 20px 20px;
  border-radius: 5px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: 20px 25px;
  background-position: 20px center;
  font-size: 14px;
  font-weight: 300; }

.detail-item .i {
  margin-right: 10px; }
