/* Load vars first, because it's a dependency of other CSS */
/* Animations and transitions */
/* Font weights */
/* Breakpoints */
/* */
.wpfe-main {
  font-size: 16px; }

#fnl-campaign-container {
  background-color: #F8F8F8; }
  #fnl-campaign-container iframe {
    max-width: 100%; }

body {
  margin: 0; }
  body a {
    color: var(--color-secondary); }
    body a:hover {
      color: var(--color-secondary);
      text-decoration: underline; }
  body ul {
    padding: 0; }
  body.single-fnl_campaign {
    color: #1A1919; }

*[class*="wpfe-"] {
  font-family: 'Titillium Web', sans-serif; }

.wpfe-b__h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.375rem;
  margin-top: 0; }
  @media (max-width: 992px) {
    .wpfe-b__h1 {
      margin-top: 0.67em;
      font-size: 1.5rem;
      line-height: 1.75rem; } }

.wpfe-b__h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.75rem; }
  @media (max-width: 992px) {
    .wpfe-b__h2 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.wpfe-b__h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.625rem; }
  @media (max-width: 992px) {
    .wpfe-b__h3 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.wpfe-b__h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.625rem; }
  @media (max-width: 992px) {
    .wpfe-b__h4 {
      font-size: 1.25rem;
      line-height: 1.5rem; } }

.wpfe-b__medium {
  font-weight: 600; }

.wpfe-b__bold {
  font-weight: 700; }

.u-pointer-event-none {
  pointer-events: none; }

@media (min-width: 768px) {
  .u-md-40 {
    flex: 0 0 40%;
    max-width: 40%; } }

@media (min-width: 768px) {
  .u-md-60 {
    flex: 0 0 60%;
    max-width: 60%; } }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.mt-auto {
  margin-top: auto; }

.wpfe-b-text {
  padding-bottom: 3.125rem;
  position: relative;
  z-index: -1; }
  @media (min-width: 992px) {
    .wpfe-b-text {
      padding: 2rem 0; } }

.wpfe-b-text__content h2 {
  font-size: 2rem;
  line-height: 2.375rem;
  margin-bottom: .875rem; }

.wpfe-b-text__content a:hover {
  color: var(--wpfe-color-below-text); }

@media (max-width: 992px) {
  .wpfe-b-text__content h2 {
    font-size: 1.125rem;
    line-height: 1.375rem; }
  .wpfe-b-text__content p {
    font-size: 1rem; } }

.wpfe-b-centered-text__bg-image {
  opacity: 0.25;
  width: auto;
  height: 20rem;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto; }
  @media (max-width: 992px) {
    .wpfe-b-centered-text__bg-image {
      display: none; } }

.wpfe-b-form {
  background-color: #FAFAFA;
  padding: 3.125rem 0;
  font-size: 1.125rem;
  line-height: 1.875rem; }
  .wpfe-b-form label {
    color: #5E5A5A;
    font-size: 1rem;
    font-weight: 400; }
  @media (max-width: 992px) {
    .wpfe-b-form {
      padding: 1.875rem 0;
      font-size: 1rem;
      line-height: 1.375rem; } }
  .wpfe-b-form .different-shipping-address-toggle-section {
    margin: 1.125rem 0; }
    .wpfe-b-form .different-shipping-address-toggle-section .wpfe-b-form__field {
      margin-bottom: 0;
      display: block; }

select::-ms-expand {
  display: none; }

.wpfe-b-form__col:first-child {
  margin-right: auto; }

.wpfe-b-form__flex-field-container {
  display: flex;
  justify-content: space-between; }

.wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-input-text-container input.wpfe-b-form__field-input-text {
  background: white; }

.wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-input-text-container:after {
  opacity: 0; }

.wpfe-b-form__other-shipping-address {
  display: none; }

.wpfe-b-form__other-shipping-address--active {
  display: block; }

.wpfe-b-form__field {
  display: inline-block;
  width: 100%;
  margin-bottom: .25rem; }

.wpfe-b-form__field--small {
  width: calc( 33.333333% - 0.5rem); }

.wpfe-b-form__field--medium {
  width: calc(66.6666667% - 0.5rem); }

.wpfe-b-form__field--error label, .wpfe-b-form__address-section--invalid .wpfe-b-form__field label {
  color: #FF0000;
  font-weight: 700;
  opacity: 1; }

.wpfe-b-form__field--error .wpfe-b-form__field-input-text-container, .wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-input-text-container {
  position: relative; }
  .wpfe-b-form__field--error .wpfe-b-form__field-input-text-container:after, .wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-input-text-container:after {
    content: url(../img/exclamation-triangle-solid.svg);
    display: block;
    width: 1.125rem;
    height: 1.625rem;
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%); }

.wpfe-b-form__field--error .wpfe-b-form__field-input-text, .wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-input-text, .wpfe-b-form__field--error .wpfe-b-form__field-select, .wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-select {
  position: relative;
  border-color: #FF0000;
  background: #FFF4F4;
  padding-right: 2rem; }
  .wpfe-b-form__field--error .wpfe-b-form__field-input-text:focus, .wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-input-text:focus, .wpfe-b-form__field--error .wpfe-b-form__field-select:focus, .wpfe-b-form__address-section--invalid .wpfe-b-form__field .wpfe-b-form__field-select:focus {
    border-color: #FF0000; }

.wpfe-b-form__field-error-msg {
  color: #FF0000;
  font-size: .875rem;
  font-weight: 600;
  opacity: .8;
  margin: 0; }

.wpfe-b-form__field-label-asterisk {
  color: #FF0000; }

input[type=radio].wpfe-b-form__field-input-radio,
input[type=checkbox].wpfe-b-form__field-input-checkbox {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
  cursor: pointer;
  position: relative;
  border: 0; }
  input[type=radio].wpfe-b-form__field-input-radio:focus,
  input[type=checkbox].wpfe-b-form__field-input-checkbox:focus {
    outline: none; }

input[type=radio].wpfe-b-form__field-input-radio {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.25rem;
  position: relative;
  border: 1px solid #9B9B9B;
  border-radius: .625rem; }
  input[type=radio].wpfe-b-form__field-input-radio:checked {
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary); }
  input[type=radio].wpfe-b-form__field-input-radio:checked:after {
    content: '';
    display: block;
    background-color: #FFF;
    border-radius: .25rem;
    width: .5rem;
    height: .5rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  input[type=radio].wpfe-b-form__field-input-radio:hover:before {
    border-color: var(--color-primary); }

input[type=checkbox].wpfe-b-form__field-input-checkbox {
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .75rem; }
  input[type=checkbox].wpfe-b-form__field-input-checkbox:hover:before {
    border-color: var(--color-primary); }
  input[type=checkbox].wpfe-b-form__field-input-checkbox:before {
    content: '';
    transition: border 250ms ease-in-out;
    display: block;
    border: 1px solid #9B9B9B;
    border-radius: .125rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem; }
  input[type=checkbox].wpfe-b-form__field-input-checkbox:checked:before {
    content: '';
    display: block;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: .125rem;
    width: 1.125rem;
    height: 1.125rem;
    margin-right: .5rem; }
  input[type=checkbox].wpfe-b-form__field-input-checkbox:checked:after {
    content: url(../img/check-light.svg);
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }

.wpfe-b-form__field-input-text {
  border-radius: .25rem;
  border: 1px solid #DFDFDF;
  padding: .5rem 1.25rem;
  transition: border 250ms ease-in-out;
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  font-weight: 400; }
  .wpfe-b-form__field-input-text:focus {
    border: 1px solid #1A1919; }
  .wpfe-b-form__field-input-text::placeholder {
    color: #747474;
    font-style: italic; }

.wpfe-b-form__field-select {
  width: 100%;
  height: 3.5rem;
  font-size: 1rem;
  font-weight: 400;
  border: 1px solid #DFDFDF;
  background-color: #FFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 1.25rem;
  text-overflow: ''; }

.wpfe-b-form__field-select-arrow {
  position: relative;
  pointer-events: none; }
  .wpfe-b-form__field-select-arrow::after {
    content: url(../img/angle-down-light.svg);
    display: block;
    width: .75rem;
    height: .75rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: .75rem;
    margin: auto;
    transform: translate(-50%, -50%); }

.wpfe-b-form__submit {
  min-height: 3.5rem;
  background-color: var(--color-primary);
  color: #FFF;
  border: none;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-weight: 700;
  font-size: 1.125rem;
  position: relative;
  cursor: pointer; }
  .wpfe-b-form__submit--arrow {
    padding: .5rem 5rem .5rem 1rem; }
    .wpfe-b-form__submit--arrow::after {
      content: '';
      background-image: url(../img/arrow-right-light.svg);
      background-repeat: no-repeat;
      background-size: cover;
      display: block;
      width: .75rem;
      height: .75rem;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.25rem;
      margin: auto;
      transform: translate(-50%, 0);
      transition: all ease .1s; }
    .wpfe-b-form__submit--arrow:hover::after {
      right: .75rem; }

.wpfe-b-form__field-options {
  display: flex;
  align-items: center; }

.wpfe-b-form__field-option {
  margin-right: 1rem; }

.wpfe-b-steps {
  padding: 1.5rem 0 0; }

.wpfe-b-steps__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.wpfe-b-steps__step {
  opacity: .4;
  text-align: center;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: calc(3.75rem + 0.5rem * 2);
  position: relative;
  padding-bottom: calc(2rem + 0.5rem); }
  .wpfe-b-steps__step:last-child {
    margin-right: 0; }
    .wpfe-b-steps__step:last-child .wpfe-b-steps__step-number:after {
      display: none; }
  @media (max-width: 768px) {
    .wpfe-b-steps__step {
      margin-right: calc(2.75rem + 0.25rem * 2);
      padding-bottom: calc(2rem + 0.5rem); } }

.wpfe-b-steps__step--active {
  opacity: 1; }

.wpfe-b-steps__step--complete {
  opacity: 1; }
  .wpfe-b-steps__step--complete .wpfe-b-steps__step-number svg {
    width: 1.125rem;
    height: 1.125rem; }
    .wpfe-b-steps__step--complete .wpfe-b-steps__step-number svg path {
      fill: #FFF; }
  @media (max-width: 992px) {
    .wpfe-b-steps__step--complete .wpfe-b-steps__step-number svg {
      width: .875rem;
      height: .875rem; } }

.wpfe-b-steps__step-number {
  background-color: var(--color-secondary);
  color: #FFF;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  .wpfe-b-steps__step-number:after {
    content: '';
    width: 3.75rem;
    height: 1px;
    background-color: var(--color-secondary);
    position: absolute;
    right: calc(-0.5rem - 3.75rem); }
  @media (max-width: 768px) {
    .wpfe-b-steps__step-number {
      width: 2rem;
      height: 2rem; }
      .wpfe-b-steps__step-number:after {
        width: 2.75rem;
        right: calc(-0.25rem - 2.75rem); } }

.wpfe-b-steps__step-label {
  color: var(--color-secondary);
  position: absolute;
  top: calc(2rem + 0.5rem);
  left: 0; }
  .wpfe-b-steps__step-label a {
    text-decoration: none; }
  @media (max-width: 768px) {
    .wpfe-b-steps__step-label {
      top: calc(2rem + 0.5rem); } }

@media (max-width: 992px) {
  .wpfe-b-subscription-card__col {
    margin-bottom: 1.25rem; } }

.wpfe-b-subscription-card__outer-container {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  border-radius: .25rem;
  height: 100%; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__outer-container {
      box-shadow: none;
      border: 0.25rem solid var(--color-secondary--bg-light); } }

.wpfe-b-subscription-card__outer-container--preferred-choice {
  position: relative;
  border: 0.25rem solid var(--color-primary); }
  .wpfe-b-subscription-card__outer-container--preferred-choice:before {
    content: 'MEEST GEKOZEN';
    position: absolute;
    top: .25rem;
    right: .25rem;
    padding: 0 .5rem;
    background-color: var(--color-secondary);
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #FFF;
    border-radius: .125rem; }
  .wpfe-b-subscription-card__outer-container--preferred-choice > svg {
    width: 1.5rem;
    height: 1.875rem;
    position: absolute;
    left: 1rem;
    top: -.5rem; }
    .wpfe-b-subscription-card__outer-container--preferred-choice > svg polygon#p-label {
      fill: var(--color-secondary); }
  @media (min-width: 992px) {
    .wpfe-b-subscription-card__outer-container--preferred-choice {
      height: calc(100% + 1rem);
      bottom: .5rem;
      padding: 0.25rem 0; } }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__outer-container--preferred-choice {
      border-width: 0.125rem; }
      .wpfe-b-subscription-card__outer-container--preferred-choice > svg {
        top: -.25rem; }
      .wpfe-b-subscription-card__outer-container--preferred-choice .wpfe-b-subscription-card {
        padding-top: 2.25rem; } }

.wpfe-b-subscription-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.875rem 3.5rem;
  height: 100%; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card {
      flex-direction: row;
      align-items: start;
      padding: 1rem 1.25rem;
      text-align: left; } }

.wpfe-b-subscription-card--thin {
  padding: 1.75rem 1.25rem; }
  @media (max-width: 576px) {
    .wpfe-b-subscription-card--thin {
      padding: 1.25rem; } }

@media (max-width: 992px) {
  .wpfe-b-subscription-card__inner-container {
    width: calc(100% - 7rem); } }

@media (min-width: 992px) {
  .wpfe-b-subscription-card__inner-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column; } }

.wpfe-b-subscription-card__title-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__title-container {
      order: 1;
      margin-bottom: 1rem; } }
  @media (max-width: 768px) {
    .wpfe-b-subscription-card__title-container {
      padding-right: 1rem; } }

.wpfe-b-subscription-card__title-inner {
  width: 100%; }

.wpfe-b-subscription-card__title {
  font-size: 1.75rem;
  font-weight: 600;
  height: 3.5rem;
  overflow: hidden;
  word-wrap: break-word;
  margin: 0; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__title {
      font-weight: 600;
      font-size: 1.125rem;
      height: auto;
      margin: 0; } }

.wpfe-b-subscription-card__title--bold {
  font-size: 1.375rem;
  font-weight: 700; }

.wpfe-b-subscription-card__title--no-subtitle {
  margin-bottom: calc(0.875rem + 1.125rem); }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__title--no-subtitle {
      margin-bottom: calc(0.5rem + 1.0625rem); } }

.wpfe-b-subscription-card__subtitle {
  font-size: 1.125rem;
  margin-top: 0.875rem;
  height: 1.5rem;
  margin-bottom: 0;
  overflow: hidden;
  word-wrap: break-word;
  font-weight: 500; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__subtitle {
      margin: 0;
      font-size: 1rem;
      font-weight: 400; } }

.wpfe-b-subscription-card__image-container {
  height: 9.375rem;
  width: 11.375rem;
  margin: 1rem auto 2.375rem; }
  .wpfe-b-subscription-card__image-container--mobile {
    width: 5rem;
    height: auto;
    margin: 0 1rem 0 1rem; }

.wpfe-b-subscription-card__image {
  width: auto;
  height: auto;
  max-height: 9.375rem;
  max-width: 100%;
  object-fit: contain; }
  .wpfe-b-subscription-card__image--mobile {
    margin: 0;
    width: 5rem;
    height: auto; }

.wpfe-b-subscription-card__usp-list {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0 1rem .5rem; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__usp-list {
      order: 2;
      margin: 0 1rem 1.5rem; } }

.wpfe-b-subscription-card__usp-list-item {
  padding-left: calc(1rem + .75rem);
  display: flex;
  text-align: left;
  margin: 0 0 .5rem; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__usp-list-item {
      padding-left: calc(0.75rem + .5rem);
      margin: 0 0 .25rem;
      font-size: 1rem;
      font-weight: 400; } }

.wpfe-b-subscription-card__usp-list-item-icon {
  width: 1rem;
  height: 1rem;
  margin-top: .125rem;
  position: absolute;
  left: 0; }
  .wpfe-b-subscription-card__usp-list-item-icon path {
    fill: var(--color-tertiary); }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__usp-list-item-icon {
      width: 0.75rem;
      height: 0.75rem;
      margin-top: 0;
      margin-bottom: .125rem; } }

.wpfe-b-subscription-card__usp-list-item-content {
  font-size: 1rem;
  line-height: 1.1875rem;
  opacity: .75; }

.wpfe-b-subscription-card__button {
  margin-top: 0; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__button {
      order: 3; } }

.wpfe-b-subscription-card__price {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 0 auto;
  padding-bottom: 1.5rem; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__price {
      display: none; } }

.wpfe-b-subscription-card__price--type {
  font-size: 1.5rem; }

.wpfe-b-subscription-card__price--mobile {
  display: none; }
  @media (max-width: 992px) {
    .wpfe-b-subscription-card__price--mobile {
      display: inline;
      padding: 0;
      font-size: 1.125rem;
      font-weight: 600;
      color: var(--color-secondary);
      margin: 0 0 0 .25rem; } }

@media screen and (max-width: 992px) {
  .wpfe-b-subscription-card__collapse:not(.d-block) {
    display: none !important; } }

.wpfe-b-text__row {
  justify-content: center; }

.wpfe-b-text__content h2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  margin: 1.625rem 0; }

.wpfe-b-text__content p {
  font-size: 1.125rem;
  line-height: 1.75rem; }

@media (max-width: 992px) {
  .wpfe-b-text__content h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    margin: 1.625rem 0 .5rem; }
  .wpfe-b-text__content p {
    font-size: 1rem;
    line-height: 1.375rem; } }

.wpfe-b-form__payment-method {
  display: flex;
  flex-direction: row;
  border: 2px solid #C2C2C2;
  border-radius: 2px;
  padding: .625rem 1.125rem;
  position: relative;
  transition: all ease .2s;
  margin-bottom: .5rem;
  flex-wrap: wrap;
  background: white; }

.wpfe-b-form__payment-method-option {
  width: 3rem;
  margin-top: .25rem; }

.wpfe-b-form__payment-method-logo {
  width: 3.5rem;
  height: 2.5rem;
  margin: 0 1rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .wpfe-b-form__payment-method-logo img {
    max-width: 100%;
    max-height: 100%; }

.wpfe-b-form__payment-method-info {
  width: calc(100% - 8rem); }

.wpfe-b-form__payment-method-actions {
  width: 100%; }
  @media (min-width: 576px) {
    .wpfe-b-form__payment-method-actions {
      padding-left: 7.5rem; } }

.wpfe-b-form__payment-method-select {
  cursor: pointer; }

.wpfe-b-form__payment-method-description {
  font-size: 1rem;
  font-weight: 400;
  color: #555555; }

.wpfe-b-form__payment-method-title {
  font-size: 1.0625rem; }

.wpfe-b-form__payment-method-sub-title {
  font-size: 1.125rem;
  font-weight: 400; }

.wpfe-b-form__payment-method-collapse-icon {
  position: absolute;
  right: 0.5rem;
  top: 1.25rem;
  width: 24px;
  height: 24px;
  transition: all ease .2s; }
  .wpfe-b-form__payment-method-collapse-icon::after {
    position: absolute;
    content: '';
    background: url(../img/angle-down-light.svg) no-repeat center;
    width: 100%;
    height: 100%; }

.wpfe-b-form__payment-method.wpfe-b-form__payment-method--active {
  padding: 1.25rem 1.125rem;
  background-color: #FFF; }
  .wpfe-b-form__payment-method.wpfe-b-form__payment-method--active .wpfe-b-form__payment-method-collapse-icon::after {
    transform: rotate(180deg); }

.wpfe-b-form__payment-method:not(.wpfe-b-form__payment-method--active) {
  align-items: center; }
  .wpfe-b-form__payment-method:not(.wpfe-b-form__payment-method--active) .wpfe-b-form__payment-method-title {
    font-weight: 600; }
  .wpfe-b-form__payment-method:not(.wpfe-b-form__payment-method--active) .wpfe-b-form__payment-method-collapse-icon {
    top: 0;
    bottom: 0;
    margin: auto; }
  .wpfe-b-form__payment-method:not(.wpfe-b-form__payment-method--active) .wpfe-b-form__payment-method-hide {
    display: none; }

.wpfe-b-form__table {
  width: 100%;
  border: none; }
  .wpfe-b-form__table tr, .wpfe-b-form__table td, .wpfe-b-form__table th {
    border: none; }
  .wpfe-b-form__table td {
    padding: .125rem; }
  .wpfe-b-form__table td:first-child {
    padding-left: 0; }
  .wpfe-b-form__table td:last-child {
    padding-right: 0; }

.wpfe-b-form__table-divider {
  width: 100%;
  height: 1px;
  background-color: #1A1919;
  margin: 1rem 0; }

.wpfe-b-form__address-section .zipCode-validity__info {
  display: none; }

.wpfe-b-form__address-section--invalid .zipCode-validity__info {
  display: block; }

.zipCode-validity {
  position: relative; }
  .zipCode-validity .zipCode-validity__loading {
    display: none;
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 8px;
    content: url(../img/loading.svg);
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }
    .zipCode-validity .zipCode-validity__loading--show {
      display: block; }
  .zipCode-validity .zipCode-validity__info {
    font-size: 1rem;
    opacity: .8;
    margin-top: .5rem; }
    .zipCode-validity .zipCode-validity__info .zipCode-validity__info-icon {
      content: url(../img/exclamation-triangle-solid.svg);
      height: 18px;
      margin-right: .25rem; }

@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.wpfe-b-card {
  padding: 0 1.375rem;
  height: 100%;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(0, 0, 0, 0.15);
  background-color: #FFF;
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
    .wpfe-b-card {
      flex-direction: row;
      align-items: start;
      padding: 0 1.25rem;
      text-align: left; } }

.wpfe-b-card__header, .wpfe-b-card__body {
  padding: 1.1875rem 0; }
  @media (max-width: 992px) {
    .wpfe-b-card__header, .wpfe-b-card__body {
      padding: 1.25rem 0; } }

@media (min-width: 768px) {
  .wpfe-b-card__body {
    padding: 1.75rem 0; } }

.wpfe-b-card__header + .wpfe-b-card__body, .wpfe-b-card__body--with-border {
  border-top: 1px rgba(26, 25, 25, 0.1) solid; }

.wpfe-b-card__header {
  margin: 0;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold; }
  @media (max-width: 992px) {
    .wpfe-b-card__header {
      font-size: 1rem; } }

.wpfe-b-card__header-collapsible--toggle {
  display: none; }

.wpfe-b-card__header-collapsible--toggle:not(:checked) ~ .wpfe-b-card__body-collapsible {
  display: none; }

.wpfe-b-card__header-collapsible {
  display: block; }

.wpfe-b-card__header-collapsible:hover {
  cursor: pointer; }

.wpfe-b-card__header-collapsible:after {
  position: absolute;
  content: '';
  background-image: url(../img/angle-down-light.svg);
  background-size: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: calc(50% - 0.5rem); }

.wpfe-b-card__header-collapsible--toggle:checked + .wpfe-b-card__header-collapsible:after {
  transform: rotate(180deg); }

@media (min-width: 768px) {
  .wpfe-c-product-card {
    display: flex;
    flex-direction: row; } }

.wpfe-c-product-card__info-container {
  position: relative; }
  @media (min-width: 768px) {
    .wpfe-c-product-card__info-container {
      width: 16rem; } }

.wpfe-c-product-card__title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0; }
  @media (max-width: 992px) {
    .wpfe-c-product-card__title {
      font-weight: 600;
      font-size: 1.125rem;
      margin: 0; } }

.wpfe-c-product-card__title--bold {
  font-size: 1.375rem;
  font-weight: 700; }

.wpfe-c-product-card__subtitle {
  font-size: 1.125rem;
  margin-top: 0.875rem;
  height: 1.375rem;
  margin-bottom: 0;
  overflow: hidden; }
  @media (max-width: 992px) {
    .wpfe-c-product-card__subtitle {
      margin: 0;
      font-size: 1rem;
      font-weight: 400; } }

.wpfe-c-product-card__image-container {
  width: 11.375rem;
  text-align: center;
  height: 9.375rem;
  margin-top: 1rem; }

.wpfe-c-product-card__image {
  width: auto;
  height: auto;
  max-height: 9.375rem;
  max-width: 100%;
  object-fit: contain; }

@media (max-width: 768px) {
  .wpfe-c-product-card__title-container {
    width: calc(100% - 5rem); } }

.wpfe-c-product-card__price {
  font-size: 1.5rem;
  font-weight: 700;
  position: absolute;
  right: 0; }
  @media (max-width: 768px) {
    .wpfe-c-product-card__price {
      width: 5rem;
      line-height: 1;
      text-align: right; } }
  @media (min-width: 768px) {
    .wpfe-c-product-card__price {
      font-size: 2.125rem;
      right: -5rem; } }
  @media (min-width: 992px) {
    .wpfe-c-product-card__price {
      right: -4rem; } }
  @media (min-width: 1200px) {
    .wpfe-c-product-card__price {
      right: -2rem; } }

.wpfe-c-product-card__usp-list {
  list-style: none;
  margin: 0 auto;
  padding: 1rem 0; }

.wpfe-c-product-card__usp-list-item {
  display: block; }

.wpfe-c-product-card__usp-check {
  padding-right: 0.75rem;
  color: #5FA36F;
  line-height: 1.5rem; }
  .wpfe-c-product-card__usp-check path {
    fill: var(--color-tertiary); }
  .wpfe-c-product-card__usp-check svg {
    width: 0.875rem;
    height: 0.875rem;
    vertical-align: middle; }

.wpfe-c-product-card__usp-check, .wpfe-c-product-card__usp-list-item__text {
  display: table-cell; }

.wpfe-c-product-card__button {
  margin-top: 0;
  padding-top: 2rem;
  max-width: 100%; }

.wpfe-s-testimonial__container {
  padding: 1rem 0; }

.wpfe-s-testimonial__header {
  padding: 0 0 2.125rem;
  font-size: 1.5rem;
  margin: 0; }
  @media (max-width: 992px) {
    .wpfe-s-testimonial__header {
      padding: 0 0 1rem; } }

.wpfe-s-testimonial__list-wrapper {
  position: relative; }

.wpfe-s-testimonial__list {
  display: flex;
  flex-direction: row; }

.wpfe-s-testimonial__list-item {
  padding-bottom: 1.125rem;
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (max-width: 992px) {
    .wpfe-s-testimonial__list-item {
      padding-left: 2rem;
      padding-right: 2rem; } }

.wpfe-s-testimonial__stars {
  padding: 1rem 0; }
  .wpfe-s-testimonial__stars svg {
    height: .875rem;
    width: .875rem; }

.wpfe-s-testimonial__quote {
  word-wrap: break-word; }

.wpfe-s-testimonial__author {
  padding: 1rem 0; }

.wpfe-s-testimonial__header, .wpfe-s-testimonial__stars, .wpfe-s-testimonial__quote, .wpfe-s-testimonial__author {
  display: block;
  text-align: center; }

.wpfe-s-testimonial__nav-prev-arrow {
  left: .5rem;
  transform: rotate(90deg); }
  @media (min-width: 576px) {
    .wpfe-s-testimonial__nav-prev-arrow {
      left: -1rem; } }

.wpfe-s-testimonial__nav-next-arrow {
  right: .5rem;
  transform: rotate(-90deg); }
  @media (min-width: 576px) {
    .wpfe-s-testimonial__nav-next-arrow {
      right: -1rem; } }

.wpfe-s-testimonial__nav-prev-arrow, .wpfe-s-testimonial__nav-next-arrow {
  position: absolute;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem; }

.issuuembed {
  margin: 0 auto;
  max-width: 100%; }

.wpfe-c-button {
  display: block;
  position: relative;
  border-radius: .25rem;
  text-align: center;
  font-weight: 700;
  padding: 1rem 1.125rem;
  border: 0; }
  @media (max-width: 992px) {
    .wpfe-c-button {
      padding: .5rem .75rem; } }

.wpfe-c-button--primary {
  transition: background-color 250ms ease-in-out, color 250ms ease-in-out;
  background-color: var(--color-primary);
  color: #FFF;
  width: 100%;
  max-width: 21rem;
  text-decoration: none;
  position: relative; }
  .wpfe-c-button--primary:hover {
    text-decoration: none;
    background-color: var(--color-primary--dark);
    color: #FFF; }
  .wpfe-c-button--primary:active {
    top: 2px; }

.wpfe-c-button--disabled {
  width: 100%;
  max-width: 21rem;
  text-decoration: none;
  position: relative;
  color: #FFF;
  background-color: #555555; }

.wpfe-s-header__top {
  padding: .25rem 1rem;
  display: flex;
  justify-content: flex-end;
  max-width: 1536px;
  border-bottom: 1px #DFDFDF solid;
  height: 3.5rem; }
  @media (max-width: 768px) {
    .wpfe-s-header__top {
      justify-content: space-between;
      padding: .75rem 1rem; } }

@media (min-width: 768px) {
  .wpfe-s-header__title, .wpfe-s-header__cta {
    width: 33%; } }

.wpfe-s-header__cta {
  text-align: right; }

.wpfe-s-header__cta-top-row {
  line-height: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end; }
  @media (max-width: 992px) {
    .wpfe-s-header__cta-top-row {
      flex-wrap: wrap; }
      .wpfe-s-header__cta-top-row svg {
        order: 2; } }

.wpfe-s-header__cta-help {
  font-weight: 700; }
  @media (min-width: 992px) {
    .wpfe-s-header__cta-help {
      margin-right: .5rem; } }
  @media (max-width: 992px) {
    .wpfe-s-header__cta-help {
      order: 1;
      width: 100%; } }

@media (min-width: 992px) {
  .wpfe-s-header__cta-phone-number {
    margin-left: .5rem; } }

@media (max-width: 992px) {
  .wpfe-s-header__cta-phone-number {
    order: 3; } }

.wpfe-s-header__title {
  height: 100%;
  width: 33%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (min-width: 992px) {
    .wpfe-s-header__title {
      text-align: center; } }
  @media (max-width: 992px) {
    .wpfe-s-header__title {
      width: 40%; } }

.wpfe-s-header__logo {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%; }

.wpfe-s-header__logo-image {
  width: 32rem;
  max-width: 100%; }
  .wpfe-s-header__logo-image img, .wpfe-s-header__logo-image svg {
    max-width: 100%;
    max-height: 3rem;
    width: auto;
    height: auto;
    display: block; }
    @media (min-width: 992px) {
      .wpfe-s-header__logo-image img, .wpfe-s-header__logo-image svg {
        margin: 0 auto; } }

.wpfe-s-header__cta-opening-hours {
  font-size: 0.875rem; }
  @media (max-width: 992px) {
    .wpfe-s-header__cta-opening-hours {
      display: none; } }

.wpfe-s-header__hero {
  height: 250px;
  position: relative;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.wpfe-s-header__hero-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

.wpfe-s-header__usp-list-wrapper {
  background: #F8F8F8; }

.wpfe-s-header__usp-list {
  list-style: none;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px #CDDED6 solid;
  padding: 1rem 0; }

.wpfe-s-header__usp-list-item {
  display: flex;
  justify-content: center; }

.wpfe-s-header__usp-check {
  margin-right: 0.75rem;
  background-color: #5FA36F;
  height: 1.75rem;
  width: 1.75rem;
  border-radius: 50%;
  padding: .3rem; }
  .wpfe-s-header__usp-check svg {
    width: 1.125rem;
    height: 1.125rem; }

.s-footer {
  margin: 0 auto;
  border-top: 1px #CDDED6 solid;
  padding: 1rem 0; }

.s-footer__bar {
  font-size: .875rem; }

.s-footer__text {
  opacity: .5; }

.footer__logo {
  margin-right: 1.125rem; }

.c-footer-links {
  flex-wrap: wrap;
  justify-content: left; }
  @media (max-width: 992px) {
    .c-footer-links {
      order: 1;
      justify-content: center; } }

.c-footer-links__item {
  text-decoration: none;
  color: var(--color-secondary);
  opacity: .5;
  margin: 0 0 0 1.5rem;
  font-weight: bold; }
  .c-footer-links__item:first-child {
    margin-left: 0; }
  @media (max-width: 992px) {
    .c-footer-links__item {
      margin: 1rem .5rem; } }

.wpfe-p-subscriptions {
  z-index: 1;
  position: relative; }

.wpfe-p-subscriptions__text-container {
  margin-bottom: 1.5rem; }

.wpfe-p-subscriptions__content p {
  font-size: 1rem;
  line-height: 1.375rem; }
  .wpfe-p-subscriptions__content p:first-child {
    margin-top: 0; }

.wpfe-p-subscriptions__content img {
  max-width: 100%;
  height: auto; }

.wpfe-p-subscriptions__cards {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
  z-index: 2; }
  @media (max-width: 992px) {
    .wpfe-p-subscriptions__cards {
      margin-top: 0; } }

.wpfe-p-subscriptions__cards--align-left {
  justify-content: left; }

.wpfe-b-chosen-product-summary, .wpfe-b-chosen-product-summary-bordered {
  padding: .5rem 1.25rem;
  transition: border 250ms ease-in-out;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  flex-direction: row; }
  .wpfe-b-chosen-product-summary img, .wpfe-b-chosen-product-summary-bordered img {
    max-width: 25%;
    max-height: 8rem;
    height: auto;
    width: auto; }

.wpfe-b-chosen-product-summary {
  padding: 1rem 0;
  border-bottom: 2px solid #F8F8F8; }

.wpfe-b-chosen-product-summary-bordered {
  border: 1px solid #DFDFDF;
  background: white;
  border-radius: .25rem; }
  @media (min-width: 992px) {
    .wpfe-b-chosen-product-summary-bordered {
      display: none; } }

.wpfe-b-checkout-products-overview {
  padding-top: 2rem; }
  .wpfe-b-checkout-products-overview hr {
    color: var(--color-secondary);
    background: var(--color-secondary);
    margin: 0;
    height: 1px;
    padding: 0;
    border: 0 none; }
  @media (min-width: 992px) {
    .wpfe-b-checkout-products-overview {
      position: sticky;
      top: 0; } }

.wpfe-b-checkout-product-usp-list {
  list-style-type: none;
  font-size: .875rem;
  opacity: .8;
  margin-left: 1rem; }

.wpfe-b-checkout-product-usp-item {
  position: relative;
  padding: .25rem 0 .25rem 1.5rem;
  display: block;
  color: black; }
  .wpfe-b-checkout-product-usp-item::before {
    content: '';
    background-image: url("../img/check-green-light.svg");
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    width: 16px;
    height: 20px;
    left: -1rem;
    top: 0;
    bottom: 0;
    margin: auto; }

.wpfe-b-checkout-costs-section {
  display: none; }

.wpfe-costs-wrapper {
  display: block;
  text-align: right;
  padding: .25rem 0; }

@media (min-width: 992px) {
  .wpfe-b-form-shipping-info-wrapper {
    background: white;
    padding: 2rem;
    border-radius: .25rem; } }

.wpfe-b-form__chosen-products {
  padding: 2rem;
  background-color: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 4px; }

.wpfe-b-form__price-item {
  float: right; }

.wpfe-b-form__price-total {
  display: block;
  text-align: right; }

.wpfe-b-form__chosen-type {
  font-size: 1.125rem;
  font-weight: 400; }

.wpfe-b-form__chosen-product-disclaimer {
  width: 75%; }

.wpfe-b-form__chosen-product-disclaimer {
  font-size: .75rem;
  display: block;
  line-height: normal; }

.wpfe-b__chosen-product-deeplink-container {
  padding: 1rem;
  background-color: rgba(var(--color-secondary-rgb), 0.1);
  border-radius: 4px; }
  .wpfe-b__chosen-product-deeplink-container ul {
    padding: 1rem; }

.wpfe-error-page {
  background-color: #FFF;
  min-height: 10rem; }

.campaign-error-container {
  text-align: center; }

.alert {
  margin: 2rem auto;
  padding: 1rem;
  color: #da2939;
  background-color: #f8d7da;
  border: 1px #da2939 solid;
  display: block;
  max-width: 1140px; }
