@media screen and (min-width: 0px) {
  .position-relative {
    position: relative;
  }
  .position-fixed {
    position: fixed;
  }
  .start-50 {
    left: 50%;
  }
  .top-50 {
    top: 50%;
  }
  .translate-middle {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 576px) {
  .position-sm-relative {
    position: relative;
  }
  .position-sm-fixed {
    position: fixed;
  }
  .start-sm-50 {
    left: 50%;
  }
  .top-sm-50 {
    top: 50%;
  }
  .translate-sm-middle {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 768px) {
  .position-md-relative {
    position: relative;
  }
  .position-md-fixed {
    position: fixed;
  }
  .start-md-50 {
    left: 50%;
  }
  .top-md-50 {
    top: 50%;
  }
  .translate-md-middle {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 992px) {
  .position-lg-relative {
    position: relative;
  }
  .position-lg-fixed {
    position: fixed;
  }
  .start-lg-50 {
    left: 50%;
  }
  .top-lg-50 {
    top: 50%;
  }
  .translate-lg-middle {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 1200px) {
  .position-xl-relative {
    position: relative;
  }
  .position-xl-fixed {
    position: fixed;
  }
  .start-xl-50 {
    left: 50%;
  }
  .top-xl-50 {
    top: 50%;
  }
  .translate-xl-middle {
    transform: translate(-50%, -50%) !important;
  }
}
@media screen and (min-width: 1400px) {
  .position-xxl-relative {
    position: relative;
  }
  .position-xxl-fixed {
    position: fixed;
  }
  .start-xxl-50 {
    left: 50%;
  }
  .top-xxl-50 {
    top: 50%;
  }
  .translate-xxl-middle {
    transform: translate(-50%, -50%) !important;
  }
}
body {
  min-height: 100vh;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: #e6e6e6;
}

.promotion-landing-page .logo,
.promotion-thank-you-page .logo {
  max-height: 100px;
}
.promotion-landing-page .featured-image,
.promotion-thank-you-page .featured-image {
  max-height: 600px;
}
.promotion-landing-page p,
.promotion-thank-you-page p {
  margin-bottom: 5px;
}

.toggle-psw {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: transparent;
  border: none;
  outline: none;
  padding: 0 12px;
}
.toggle-psw:not(.show) > i:last-child {
  display: none;
}
.toggle-psw.show > i:first-child {
  display: none;
}

.privacy-cookie-manager {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 140.5px;
  z-index: 0;
}
.privacy-cookie-manager > button {
  width: 48px;
  height: 48px;
  padding: 0;
  margin: 0;
  border: 0;
  background: #0d6efd;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: 0;
  bottom: 16px;
  transition: background 0.15s ease-in-out, bottom 0.1s ease-in-out;
}
.privacy-cookie-manager > button:hover {
  background: #0b5ed7;
}
.privacy-cookie-manager > button > img:first-child {
  display: inline;
}
.privacy-cookie-manager > button > img:last-child {
  display: none;
}
.privacy-cookie-manager > div {
  background: #ffffff;
  padding: 12px 16px;
  border-top: 2px solid #0d6efd;
  border-right: 2px solid #0d6efd;
  border-radius: 0 4px 0 0;
  position: absolute;
  left: -240px;
  bottom: 0;
  transition: left 0.15s ease-in-out;
}
.privacy-cookie-manager > div > a {
  text-decoration: none;
  display: block;
  font-size: 13px;
}
.privacy-cookie-manager > div > a:not(:last-child) {
  margin-bottom: 4px;
}
.privacy-cookie-manager.open {
  z-index: 2;
}
.privacy-cookie-manager.open > button {
  border-radius: 0 4px 0 0;
  bottom: 92.5px;
}
.privacy-cookie-manager.open > button > img:first-child {
  display: none;
}
.privacy-cookie-manager.open > button > img:last-child {
  display: inline;
}
.privacy-cookie-manager.open > div {
  left: 0;
}

/*# sourceMappingURL=style.css.map */
