@font-face {
  font-family: 'Neue Montreal';
  font-style: Italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("https://fonts.loby.io/1a0b7c58-80ea-4672-ac52-7e1d53cc747c.otf") format("opentype");
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("https://fonts.loby.io/7b611abd-236c-49ce-8497-ab7a62c945fa.ttf") format("truetype");
}

@font-face {
  font-family: 'PP Neue Montreal';
  font-style: Italic;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("https://fonts.loby.io/04a5b812-4be6-4f03-a81d-b0cf5117d418.ttf") format("truetype");
}

@font-face {
  font-family: 'Neue Montreal';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url("https://fonts.loby.io/cd1eedc6-07b9-406b-aaea-c44a66da04f6.otf") format("opentype");
}

body {
  font-family: "PP Neue Montreal";
}

input {
  font-family: "PP Neue Montreal";
}

textarea {
  font-family: "PP Neue Montreal";
}

.header__logo {

}

.front__description {
  overflow: hidden;
}

.front__description h1 {}

@media (min-width: 1400px) {
  .front__description h1 {}
}

.front__description .ui__rich-text__paragraph__text span {
  font-weight: 300;
}

.front__description a {
  font-weight: 400;
  font-size: 24px;
  font-style: italic;
}

@media (min-width: 460px) {
  .front__membership-types {
    column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 700px) {
  .front__membership-types {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 1050px) {
  .front__membership-types {
    column-gap: 24px;
    row-gap: 24px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.membership-type h1 {}

.membership-type__back-button {
  font-weight: 400;
  font-size: 20px;
  font-style: italic;
}

.footer {
  background-color: #FFF;
}

.ui__button {
  font-weight: 400;
  font-style: italic;
}

.ui__button--ghost {
  border-width: 1px;
}

.ui__membership-type-card {
  //   background-color: #F4C117;
  color: #000;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
  border-width: 0;
  min-width: 0;
  min-height: 0;
  height: 0;
  padding-bottom: 140%;
  position: relative;
}

.front__membership-type:nth-child(1) .ui__membership-type-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://membership-museum-assets.loby.io/610d9af6-38c4-48ab-9cad-5195b93ab316/Medlemskort.png);
}

.front__membership-type:nth-child(2) .ui__membership-type-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://membership-museum-assets.loby.io/610d9af6-38c4-48ab-9cad-5195b93ab316/Medlemskort2.png);
}

.front__membership-type:nth-child(3) .ui__membership-type-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://membership-museum-assets.loby.io/610d9af6-38c4-48ab-9cad-5195b93ab316/Medlemskort4.png);
}

.front__membership-type:nth-child(4) .ui__membership-type-card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(https://membership-museum-assets.loby.io/610d9af6-38c4-48ab-9cad-5195b93ab316/Medlemskort5.png);
}

.ui__membership-type-card__title {
  display: none;
}

.ui__membership-type-card__card-title {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  top: 16px;
  left: 16px;
  margin: 0;
  text-transform: none;
  display: none;
}

.ui__membership-type-card__sub-title {
  display: none;
}

.ui__membership-type-card__card-sub-title {
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 16px;
  left: 16px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  text-align: center;
  display: block;
  color: #000;
}

.ui__membership-type-card__price {
  font-size: 16px;
  font-weight: 400;
  flex: none;
  margin: 0;
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui__membership-type-card__more {
  display: none;
}

@media (min-width: 900px) {
  .checkout__info__secondary {
    padding-left: 88px;
  }
}