@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,600,700,900&display=swap");
.backdrop {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1em;
  z-index: 9999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
  height: 100%;
  overflow-y: auto;
  text-align: center;
}
.backdrop h1 {
  color: #FFF !important;
  font-size: 2.25rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 1.5rem 0 2rem 0 !important;
  text-transform: uppercase !important;
  order: 1;
  flex-wrap: wrap;
}
.backdrop .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  order: 2;
}
.backdrop .boxes .box {
  flex-shrink: 1;
  background: #FFF;
  margin: 0.5rem;
  padding: 0 2rem 2rem 2rem;
  text-align: center;
  width: 380px;
}
.backdrop .boxes .box .img {
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.backdrop .boxes .box hr {
  border: 0;
  border-top: 2px solid #cccccc;
  margin: 0 0 30px 0;
}
.backdrop .boxes .box h2 {
  color: #000 !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  padding: 0 !important;
  margin: 0 0 1rem 0 !important;
}
.backdrop .boxes .box h2 span {
  font-size: 1rem !important;
  font-weight: 400 !important;
}
.backdrop .boxes .box a {
  background: #000;
  display: inline-block;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.5rem;
  text-transform: uppercase;
}
.backdrop .close_popup {
  color: #FFF;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin: 3rem 0 2.5rem 0;
  order: 3;
}
.backdrop .close_popup img {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .backdrop {
    position: absolute;
    height: 100%;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center !important;
    align-items: st !important;
  }
  .backdrop .boxes {
    flex-direction: column;
  }
  .backdrop .boxes .box {
    width: 315px;
  }
  .backdrop h1 {
    font-size: 1.5rem;
  }
}
@media screen and (max-height: 550px) {
  .backdrop {
    position: absolute;
    height: 100%;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -ms-flex-align: center !important;
    align-items: st !important;
  }
}

.modal-container {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-container .modal-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(151, 158, 161, 0.4);
  opacity: 0;
  transition: all ease-in-out 0.1s;
}
.modal-container .modal-popup {
  position: absolute;
  top: -150%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in-out 0.3s;
}
.modal-container .modal-popup img {
  max-width: 90vw;
}
.modal-container .modal-popup .modal-close {
  position: absolute;
  top: 50px;
  right: 70px;
  transform: translate(40%, -40%);
}
.modal-container .modal-popup .modal-close:hover {
  cursor: pointer;
}
.modal-container.animation-thyme .modal-overlay {
  opacity: 1;
}
.modal-container.animation-thyme .modal-popup {
  top: 50%;
}

@font-face {
  font-family: "FontAwesomeSolid";
  font-weight: bold;
  font-style: normal;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/webfonts/fa-solid-900.ttf") format("truetype");
}
#banner-cookies {
  padding: 0 200px 25px 150px;
  font-size: 13px;
  text-align: center;
  z-index: 10;
  position: fixed;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
#banner-cookies p {
  font-size: 13px;
  margin: 15px 0;
  color: #fff;
}
#banner-cookies #choices-cookie {
  display: flex;
  justify-content: center;
  column-gap: 50px;
}
#banner-cookies #choices-cookie a {
  color: #fff;
  text-decoration: underline !important;
}
#banner-cookies #x-cookie {
  color: white;
  position: absolute;
  cursor: pointer;
  right: 35px;
  top: 40%;
}
@media only screen and (max-width: 991px) {
  #banner-cookies {
    padding: 0 50px 25px;
  }
  #banner-cookies #x-cookie {
    right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #banner-cookies {
    padding: 0 25px 25px;
  }
  #banner-cookies #x-cookie {
    top: 5px;
    right: 10px;
  }
}

.cookie-modal-container {
  position: fixed;
  z-index: 1030;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cookie-modal-container::-webkit-scrollbar {
  width: 0 !important;
}
.cookie-modal-container .cookie-modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  height: 100vh;
}
.cookie-modal-container .cookie-modal-popup {
  position: relative;
  margin: auto;
  width: 60%;
  padding: 100px 100px 75px;
  background-color: #fff;
  box-shadow: 0 0 20px #000;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-header {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-header h1 {
  font-family: "CharlevoixPro", sans-serif;
  font-size: 50px;
  text-transform: uppercase;
  margin: 0;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-header img {
  margin-top: 15px;
  height: 100%;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt {
  padding: 0 100px 25px;
  margin: 0 -100px;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt h2 {
  font-family: "CharlevoixPro", sans-serif;
  line-height: initial;
  color: #000;
  font-size: 24px;
  margin: 0;
  padding: 25px 0 0;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt h3 {
  font-family: "CharlevoixPro", sans-serif;
  font-weight: bold;
  line-height: initial;
  color: #000;
  font-size: 18px;
  margin: 20px 0 -20px 0;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt p {
  font-family: "CharlevoixPro", sans-serif;
  color: #000;
  margin-top: 20px;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt a {
  font-family: "CharlevoixPro", sans-serif;
  color: #88919d;
  position: relative;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt a::after {
  content: " \f35d";
  font-family: "FontAwesomeSolid";
  color: #88919d;
  font-size: 11px;
  position: absolute;
  top: 1px;
  right: -15px;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt ul {
  list-style: inherit;
  margin-left: 35px;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt hr {
  border-color: #555;
  border-width: 2px;
  margin: 0;
  width: 80%;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-alt hr::before {
  content: "";
  padding: 6%;
  border-top: 3px black solid;
  position: absolute;
  margin-top: -2px;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-close {
  position: absolute;
  top: 5px;
  right: 15px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.cookie-modal-container .cookie-modal-popup .cookie-modal-close:hover {
  cursor: pointer;
}
@media only screen and (max-width: 1199px) {
  .cookie-modal-container .cookie-modal-popup {
    width: 75%;
    padding: 50px;
  }
  .cookie-modal-container .cookie-modal-popup .cookie-modal-header img {
    height: 100px;
  }
  .cookie-modal-container .cookie-modal-popup .cookie-modal-alt {
    padding: 0 50px 25px;
    margin: 0 -50px;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-modal-container .cookie-modal-popup {
    width: 100%;
  }
}
@media only screen and (max-width: 485px) {
  .cookie-modal-container .cookie-modal-popup .cookie-modal-header img {
    display: none;
  }
}

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