:root {
  --cc-color-black: #000000;
  --cc-color-white: #ffffff;
  --cc-color-grey: #b0b0b0;
  --cc-color-beige: #fcefcb;
  --cc-color-yellow: #fdb713;
  --cc-color-gold-dark: #d4ba8c;
  --cc-color-gold-light: #f5e0c0;
  --cc-color-royal-blue: #0b1438;
  --cc-color-blue-dark: #0b2d52;
  --cc-border-weight: 1px solid rgba(255, 255, 255, 0.4);
  --cc-border-weight2: 2px solid rgba(255, 255, 255, 0.4);
  --cc-spacing: 0.5rem;
  --cc-transition: all 300ms ease;
  --cc-height-footer: 5rem;
  --cc-font-size-1: 1rem;
  --cc-font-size-2: 1.5rem;
}
.cost__calculator {
  height: calc(100vh - var(--cc-height-footer));
  position: relative;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
}
.cost__calculator label {
  display: block;
  cursor: pointer;
}
.cost__calculator input[type="submit"] {
  border: none;
}
.cost__calculator input[type="radio"] {
  display: none;
}
.cost__calculator input[type="email"],
.cost__calculator input[type="email"]::-webkit-input-placeholder,
.cost__calculator input[type="text"],
.cost__calculator input[type="text"]::-webkit-input-placeholder {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  touch-action: manipulation;
  color: var(--cc-color-grey);
  text-align: left;
  width: 100%;
  outline: none;
}
.cost__calculator input[type="email"],
.cost__calculator input[type="email"]:-ms-input-placeholder,
.cost__calculator input[type="text"],
.cost__calculator input[type="text"]:-ms-input-placeholder {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: var(--cc-color-grey);
  text-align: left;
  width: 100%;
  outline: none;
}
.cost__calculator input[type="email"],
.cost__calculator input[type="email"]::-ms-input-placeholder,
.cost__calculator input[type="text"],
.cost__calculator input[type="text"]::-ms-input-placeholder {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: var(--cc-color-grey);
  text-align: left;
  width: 100%;
  outline: none;
}
.cost__calculator input[type="email"],
.cost__calculator input[type="email"]::placeholder,
.cost__calculator input[type="text"],
.cost__calculator input[type="text"]::placeholder {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: var(--cc-color-grey);
  text-align: left;
  width: 100%;
  outline: none;
}
.cost__calculator input[type="email"]::-webkit-input-placeholder,
.cost__calculator input[type="text"]::-webkit-input-placeholder {
  outline: none;
  border: none;
}
.cost__calculator input[type="email"]:-ms-input-placeholder,
.cost__calculator input[type="text"]:-ms-input-placeholder {
  outline: none;
  border: none;
}
.cost__calculator input[type="email"]::-ms-input-placeholder,
.cost__calculator input[type="text"]::-ms-input-placeholder {
  outline: none;
  border: none;
}
.cost__calculator input[type="email"]::placeholder,
.cost__calculator input[type="text"]::placeholder {
  outline: none;
  border: none;
}
.cost__calculator input::-webkit-input-placeholder {
  line-height: 1px !important;
}
.cost__calculator input[type="radio"]:checked + label {
  background: var(--cc-color-yellow);
  color: var(--cc-color-black);
}
.cost__calculator input[type="range"] {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 1.5rem;
  background: transparent;
  font: 1em/1 arial, sans-serif;
}
.cost__calculator input[type="range"],
.cost__calculator input[type="range"]:focus,
.cost__calculator input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  outline: none;
}
.cost__calculator input[type="range"]::-webkit-slider-runnable-track {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25rem;
  background: var(--cc-color-white);
  border-radius: 0.25rem;
  outline: none;
}
.cost__calculator input[type="range"]::-moz-range-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25rem;
  background: var(--cc-color-white);
  border-radius: 0.25rem;
  outline: none;
}
.cost__calculator input[type="range"]::-ms-track {
  box-sizing: border-box;
  border: none;
  width: 100%;
  height: 0.25rem;
  background: var(--cc-color-white);
  border-radius: 0.25rem;
  outline: none;
}
.cost__calculator input[type="range"]::-webkit-slider-thumb {
  margin-top: -0.99rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  width: 2.0rem;
  height: 2.0rem;
  border-radius: 50%;
  background: var(--cc-color-yellow);
  outline: none;
  cursor: pointer;
}
.cost__calculator input[type="range"]::-moz-range-thumb {
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--cc-color-gold-dark);
  outline: none;
  cursor: pointer;
}
.cost__calculator input[type="range"]::-ms-thumb {
  margin-top: 0;
  box-sizing: border-box;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: var(--cc-color-gold-dark);
  outline: none;
  cursor: pointer;
}
.cost__calculator input[type="range"]::-ms-tooltip {
  display: none;
}
.cost__calculator__slide__location {
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0.5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
@media only screen and (min-width: 681px) {
  .cost__calculator__slide__location {
    height: 150px;
  }
}
.cost__calculator__slide__location__indicator {
  width: 7px;
  height: 7px;
  border: var(--cc-border-weight);
  border-radius: 50%;
}
@media only screen and (min-width: 681px) {
  .cost__calculator__slide__location__indicator {
    width: 10px;
    height: 10px;
  }
}
.cost__calculator__slide__location__indicator--active {
  background: var(--cc-color-yellow);
  color: #f3f3f3;
}
.cost__calculator__form__slide {
  display: none;
  height: calc(100vh - var(--cc-height-footer));
}
.cost__calculator__form__slide--active {
  display: block;
}
.cost__calculator__form__slide__image {
  -o-object-fit: cover;
  object-fit: cover;
  height: calc(100vh - var(--cc-height-footer));
  opacity: 0.4;
}
@media only screen and (max-width: 680px) {
  .cost__calculator__form__slide__image--desktop {
    display: none;
  }
}
@media only screen and (min-width: 681px) {
  .cost__calculator__form__slide__image--mobile {
    display: none;
  }
}
.cost__calculator__form__slide__container {
  height: 65vh;
  min-width: 250px;
  max-width: 350px;
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cost__calculator__form__slide__container__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.cost__calculator__form__slide__container__header.cover__back {
  position: absolute;
  top: 0;
}
.cost__calculator__form__slide__container__header__heading {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-2);
  color: var(--cc-color-white);
  line-height: 1.3rem;
}
.cost__calculator__form__slide__container__header__paragraph {
  display: block;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: "Garamond";
  font-style: italic;
  font-weight: 100;
  color: var(--cc-color-beige);
  line-height: 1.15rem;
}
.cost__calculator__form__slide__container__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cost__calculator__form__slide__container__fieldset__legend {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-2);
  color: var(--cc-color-white);
  position: absolute;
  top: 0;
  line-height: 1.5rem;
}
.cost__calculator__form__slide__container__fieldset__legend__span {
  display: block;
  font-family: "Garamond";
  font-style: italic;
  font-weight: 100;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-beige);
  line-height: 1.15rem;
}
.cost__calculator__form__slide__container__fieldset__data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: var(--cc-spacing);
}
.cost__calculator__form__slide__container__fieldset__data output {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  color: var(--cc-color-yellow);
}
.cost__calculator__form__slide__container__fieldset__data__radio {
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: var(--cc-color-grey);
}
.cost__calculator__form__slide__container__fieldset__data.fees input {
  display: none;
}
.cost__calculator__form__slide__container__fieldset__data .fees__rendered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cost__calculator__form__slide__container__article__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: var(--cc-spacing);
  margin: 1rem 0;
  position: relative;
}
.cost__calculator__form__slide__container__article__list__link__item {
  position: relative;
  background: var(--cc-color-black);
  border: var(--cc-border-weight);
  border-radius: 0.25rem;
}
.cost__calculator__form__slide__container__article__list__link__item__image {
  border-radius: 0.25rem;
  opacity: 0.4;
  height: 10rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cost__calculator__form__slide__container__article__list__link__item:hover
  .cost__calculator__form__slide__container__article__list__link__item__image {
  opacity: 1;
}
.cost__calculator__form__slide__container__article__list__link__item__heading {
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-2);
  color: var(--cc-color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 1rem;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1.3rem;
}
.cost__calculator__form__slide__container__article__list__link__item:hover
  .cost__calculator__form__slide__container__article__list__link__item__heading {
  opacity: 0;
}
.cost__calculator__form__slide__container__button__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: var(--cc-spacing);
  width: 100%;
  position: absolute;
  bottom: 0;
}
.cost__calculator__form__slide__container__button__list__link {
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight2);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-family: "Garamond";
  font-style: italic;
  font-weight: 100;
  color: var(--cc-color-beige);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--cc-spacing);
}
.cost__calculator__form__slide__container__button__list__link img {
  width: 1.25rem;
  height: 1.25rem;
}
.cost__calculator__form__slide__container__button__list__link p {
  padding-bottom: 3px;
}
.cost__calculator__form__slide__container__button__list__link--btn {
  background: var(--cc-color-beige);
  color: var(--cc-color-black);
}
.cost__calculator__form__slide__container__button__list__nested {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--cc-spacing);
  width: 100%;
}
.cost__calculator__form__slide__container__button__list__nested > p {
  font-family: "Garamond";
  font-style: italic;
  font-weight: 100;
  color: var(--cc-color-beige);
  line-height: 0;
}
.cost__calculator__form__slide__container__button__list__nested__item {
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.cost__calculator__form__slide__container__button__list__nested__item--next,
.cost__calculator__form__slide__container__button__list__nested__item--submit,
.cost__calculator__form__slide__container__button__list__nested__item--skip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: var(--cc-spacing);
  background: var(--cc-color-beige);
  color: var(--cc-color-black);
}
.cost__calculator__form__slide__container__button__list__nested__item--next,
.cost__calculator__form__slide__container__button__list__nested__item--skip,
.cost__calculator__form__slide__container__button__list__nested__item--submit {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cost__calculator__form__slide__container__button__list__nested__item--start,
.cost__calculator__form__slide__container__button__list__nested__item--share {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cost__calculator__form__slide__container__button__list__nested__item--prev {
  background: var(--cc-color-beige);
  color: var(--cc-color-black);
}
.cost__calculator__form__slide__container__button__list__nested__item--prev--skip {
  background: var(--cc-color-beige);
  color: var(--cc-color-black);
}
.cost__calculator__form__slide__info,
.cost__calculator__form__slide__url {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: var(--cc-spacing);
  background: var(--cc-color-black);
  opacity: 0.9;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform;
  -webkit-transition: var(--cc-transition);
  transition: var(--cc-transition);
  z-index: 999;
}
.cost__calculator__form__slide__info__button,
.cost__calculator__form__slide__url__button {
  display: block;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--cc-color-white);
  font-size: var(--cc-font-size-2);
  position: fixed;
  top: 1rem;
  right: 1rem;
}
.cost__calculator__form__slide__info__copy,
.cost__calculator__form__slide__url__copy {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: var(--cc-spacing);
  min-width: 250px;
  max-width: 430px;
  width: 80%;
  text-transform: none;
  font-weight: 400;
}
.cost__calculator__form__slide__info__copy p span,
.cost__calculator__form__slide__url__copy p span {
  margin: 1rem 0;
  color: var(--cc-color-yellow);
}
.cost__calculator__form__slide__info--active,
.cost__calculator__form__slide__url--active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.cost__calculator__form__fees {
  display: none;
}
.cost__calculator__form__total {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  height: var(--cc-height-footer);
  border-top: var(--cc-border-weight);
  background: var(--cc-color-royal-blue);
}
.cost__calculator__form__total__container__fieldset__legend {
  font-size: var(--cc-font-size-1);
  font-weight: 600;
  width: 100%;
}
.cost__calculator__form__total__container__fieldset__data__output {
  font-size: var(--cc-font-size-2);
  color: var(--cc-color-yellow);
}
.cost__calculator__form__total__container__fieldset__data__input {
  display: none;
}
.toast-container {
  position: fixed;
  top: calc(var(--cc-spacing) * 2);
  right: calc(var(--cc-spacing) * 2);
  display: -ms-grid;
  display: grid;
  justify-items: end;
  gap: var(--cc-spacing);
  z-index: 1000;
}
.toast-container .toast {
  padding: 0.5rem;
  display: block;
  background: none;
  font-family: "museo-sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  font-size: var(--cc-font-size-1);
  color: var(--cc-color-white);
  border: var(--cc-border-weight);
  text-align: center;
  font-size: 1rem;
  border-radius: 0.25rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-animation: toastIt 3000ms cubic-bezier(0.785, 0.135, 0.15, 0.86)
    forwards;
  animation: toastIt 3000ms cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
}
@-webkit-keyframes toastIt {
  0%,
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
  }
  10%,
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes toastIt {
  0%,
  100% {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
  }
  10%,
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */
