.upper-list-offers + .layout,
.upper-list-offers + .layout + .layout {
  margin-top: 20px;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .upper-list-offers + .layout,
  .upper-list-offers + .layout + .layout {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .upper-list-offers + .layout,
  .upper-list-offers + .layout + .layout {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .upper-list-offers + .layout,
  .upper-list-offers + .layout + .layout {
    margin-top: 40px;
  }
}
@media (min-width: 768px) {
  .upper-list-offers + .layout,
  .upper-list-offers + .layout + .layout {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .upper-list-offers + .layout,
  .upper-list-offers + .layout + .layout {
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .upper-list-offers + .layout,
  .upper-list-offers + .layout + .layout {
    margin-bottom: 40px;
  }
}
.upper-list-offers + .layout.afterNotification {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 110px;
  }
}
@media (min-width: 992px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 110px;
  }
}
@media (min-width: 1200px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 1200px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 45px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 90px;
  }
}
@media (max-width: 991px) and (min-width: 992px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 90px;
  }
}
@media (max-width: 991px) and (min-width: 1200px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 80px;
  }
}
@media (max-width: 767px) and (min-width: 768px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 160px;
  }
}
@media (max-width: 767px) and (min-width: 992px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 160px;
  }
}
@media (max-width: 767px) and (min-width: 1200px) {
  .upper-list-offers + .layout.afterNotification {
    margin-top: 160px;
  }
}
.extra-bold {
  font-weight: 600 !important;
}
.text-center {
  text-align: center;
}
.pill.pill-1.colour-background--primary {
  background: #32465F;
  color: #ffffff;
}
.pill.pill-1.colour-background--secondary {
  background: #00E187;
  color: #ffffff;
}
.pill.pill-1.colour-background--tertiary {
  background: #E9E3DC;
}
.pill.pill-1.colour-background--quaternary {
  background: #D6DADF;
}
.pill.pill-1.color-background--quinary {
  background: #e9e3dc;
}
.pill.pill-1.color-background--neutral {
  background: #FFF;
}
.pill.pill-1.colour-background--danger {
  background: #C40D30;
  color: #ffffff;
}
.checklist {
  list-style: none;
  padding-left: 0;
}
.checklist li {
  position: relative;
  text-align: center;
}
.checklist li + li {
  margin-top: 20px;
}
.notification-holder-3 {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 25px;
  background: #000;
  color: #FFF;
  -moz-box-shadow: #CCCCCC 0 3px 20px;
  -webkit-box-shadow: #CCCCCC 0 3px 20px;
  box-shadow: #CCCCCC 0 3px 20px;
  text-align: left;
}
.notification-holder-3 > div:first-child {
  -webkit-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}
.notification-holder-3 > div + div {
  margin-left: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.notification-holder-3__icon {
  width: 60px;
  height: 60px;
  background: #ffffff;
  color: #000;
  border-radius: 99px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 32px;
}
.notification-holder-3.colour-background--primary .notification-holder-3__icon,
.notification-holder-3.colour-background--secondary .notification-holder-3__icon {
  background: #ffffff;
}
.notification-holder-3.colour-background--primary .notification-holder-3__icon {
  color: #32465F;
}
.notification-holder-3.colour-background--secondary .notification-holder-3__icon {
  color: #00E187;
}
.notification-holder-3.colour-background--tertiary,
.notification-holder-3.colour-background--quaternary {
  color: #32465F;
}
.notification-holder-3.colour-background--tertiary .notification-holder-3__icon,
.notification-holder-3.colour-background--quaternary .notification-holder-3__icon {
  color: #32465F;
}
.notification-holder-3.colour-background--danger .notification-holder-3__icon {
  color: #C40D30;
}
.offer-list-1 {
  margin-top: -30px;
}
.offer-list-1 > div {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .offer-list-1 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .offer-list-1 > div {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .offer-list-1 .offer {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .offer-list-1 .offer > div:last-child {
    justify-self: flex-end;
  }
}
@media (min-width: 992px) {
  .offer-list-1 > div {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.offer-2 {
  border-radius: 25px;
  background: #ffffff;
  -moz-box-shadow: #CCCCCC 0 3px 20px;
  -webkit-box-shadow: #CCCCCC 0 3px 20px;
  box-shadow: #CCCCCC 0 3px 20px;
  padding: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .offer-2 {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  .offer-2 {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .offer-2 {
    padding: 40px;
  }
}
.offer-2__title {
  box-shadow: #CCCCCC 0 0px 20px;
  position: relative;
  padding-bottom: 20px;
}
.offer-2__title > div {
  position: relative;
  z-index: 1;
}
.offer-2__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  right: -20px;
  top: -20px;
  background: #ffffff;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.offer-2__price {
  display: -webkit-flex;
  display: flex;
  flex-direction: column-reverse;
}
.offer-2__price > div span {
  font-size: 14px;
  font-size: 1.4rem;
}
.offer-2__price > div + div {
  text-decoration: line-through;
}
.offer-2__price > div.subscriptionPrice {
  color: #32465F;
}
.offer-2__price > div.subscriptionPrice.alt {
  color: #C40D30;
}
.offer-2 > .pill {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 1.6rem;
}
.offer-2 > div:not(.pill) + div {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .offer-2 > div:not(.pill) + div {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .offer-2 > div:not(.pill) + div {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  .offer-2 > div:not(.pill) + div {
    margin-top: 40px;
  }
}
.offer-2 .button-container {
  height: 58px;
}
.offer-2 .button {
  bottom: 40px;
  position: absolute;
  width: calc(100% - 45px);
  text-align: center;
}
@media (min-width: 768px) {
  .offer-2 .button {
    width: 250px;
  }
}
@media (min-width: 992px) {
  .offer-2 .button {
    width: 125px;
  }
}
@media (min-width: 1200px) {
  .offer-2 .button {
    width: 175px;
  }
}
@media (min-width: 768px) {
  .offer-2__title:after {
    left: -40px;
    right: -40px;
    top: -40px;
  }
}
@media (min-width: 992px) {
  .offer-2__title:after {
    left: -40px;
    right: -40px;
    top: -40px;
  }
}
.pill-1 {
  border-radius: 99px;
  background: #000;
  color: #ffffff;
  padding: 5px 10px;
  text-align: center;
}
.pill-1.colour-background--tertiary {
  color: #32465F;
}
.pill-1.colour-background--quaternary {
  color: #32465F;
}
.colour-background--primary {
  background: #32465F;
  color: #ffffff;
}
.colour-background--secondary {
  background: #00E187;
  color: #ffffff;
}
.colour-background--tertiary {
  background: #E9E3DC;
}
.colour-background--quaternary {
  background: #D6DADF;
}
.color-background--quinary {
  background: #e9e3dc;
}
.color-background--neutral {
  background: #FFF;
}
.colour-background--danger {
  background: #C40D30;
  color: #ffffff;
}
.pill.pill-1.pill-40-wide {
  width: 40%;
}
.pill.pill-1.pill-45-wide {
  width: 45%;
}
.pill.pill-1.pill-50-wide {
  width: 50%;
}
.pill.pill-1.pill-55-wide {
  width: 55%;
}
.pill.pill-1.pill-60-wide {
  width: 60%;
}
.pill.pill-1.pill-65-wide {
  width: 65%;
}
.pill.pill-1.pill-70-wide {
  width: 70%;
}
.pill.pill-1.pill-75-wide {
  width: 75%;
}
.pill.pill-1.pill-80-wide {
  width: 80%;
}
.pill.pill-1.pill-85-wide {
  width: 85%;
}
.pill.pill-1.pill-90-wide {
  width: 90%;
}
.pill.pill-1.pill-95-wide {
  width: 95%;
}
.pill.pill-1.pill-100-wide {
  width: 100%;
}
.pill.pill-1.pill-13-size {
  font-size: 13px;
}
.pill.pill-1.pill-13-5-size {
  font-size: 13.5px;
}
.pill.pill-1.pill-14-size {
  font-size: 14px;
}
.pill.pill-1.pill-14-5-size {
  font-size: 14.5px;
}
.pill.pill-1.pill-15-size {
  font-size: 15px;
}
.pill.pill-1.pill-15-5-size {
  font-size: 15.5px;
}
.pill.pill-1.pill-16-size {
  font-size: 16px;
}
.pill.pill-1.pill-16-5-size {
  font-size: 16.5px;
}
.pill.pill-1.pill-17-size {
  font-size: 17px;
}
.offer-2.color-border-primary {
  border: 1px solid #32465f;
}
.offer-2.color-border-secondary {
  border: 1px solid #00e187;
}
.offer-2.color-border-tertiary {
  border: 1px solid #e9e3dc;
}
.offer-2.color-border-quaternary {
  border: 1px solid #d6dadf;
}
.offer-2.color-border-five {
  border: 1px solid #f4f1ed;
}
.offer-2.color-border-neutral {
  border: 1px solid #ffffff;
}
.offer-2.color-bg-primary {
  background-color: #32465f;
}
.offer-2.color-bg-primary .offer-2__title:after {
  background: #32465f;
}
.offer-2.color-bg-secondary {
  background-color: #00e187;
}
.offer-2.color-bg-secondary.color-text-primary {
  color: #fff;
}
.offer-2.color-bg-secondary .offer-2__title:after {
  background: #00e187;
}
.offer-2.color-bg-tertiary {
  background-color: #e9e3dc;
}
.offer-2.color-bg-tertiary .offer-2__title:after {
  background: #e9e3dc;
}
.offer-2.color-bg-quaternary {
  background-color: #d6dadf;
}
.offer-2.color-bg-quaternary .offer-2__title:after {
  background: #d6dadf;
}
.offer-2.color-bg-neutral {
  background-color: #ffffff;
}
.offer-2.color-bg-neutral .offer-2__title:after {
  background: #ffffff;
}
.offer-2.color-bg-five {
  background-color: #f4f1ed;
}
.offer-2.color-bg-five .offer-2__title:after {
  background: #f4f1ed;
}
.offer-2 .title.heading-13-size,
.offer-2 .sub-title.heading-13-size {
  font-size: 13px;
}
.offer-2 .title.heading-13-5-size,
.offer-2 .sub-title.heading-13-5-size {
  font-size: 13.5px;
}
.offer-2 .title.heading-14-size,
.offer-2 .sub-title.heading-14-size {
  font-size: 14px;
}
.offer-2 .title.heading-14-5-size,
.offer-2 .sub-title.heading-14-5-size {
  font-size: 14.5px;
}
.offer-2 .title.heading-15-size,
.offer-2 .sub-title.heading-15-size {
  font-size: 15px;
}
.offer-2 .title.heading-15-5-size,
.offer-2 .sub-title.heading-15-5-size {
  font-size: 15.5px;
}
.offer-2 .title.heading-16-size,
.offer-2 .sub-title.heading-16-size {
  font-size: 16px;
}
.offer-2 .title.heading-16-5-size,
.offer-2 .sub-title.heading-16-5-size {
  font-size: 16.5px;
}
.offer-2 .title.heading-17-size,
.offer-2 .sub-title.heading-17-size {
  font-size: 17px;
}
.offer-2.color-text-neutral .offer-2__price > div.subscriptionPrice {
  color: #ffffff;
}
