@font-face {
  font-family: "vivant";
  src: url("/f/bw-vivant-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

*, a {
  -webkit-tap-highlight-color: transparent !important;
}

body, html {
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}
@media screen and (max-width: 980px) {
  body, html {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

p {
  text-align: left;
  font-family: "avenir-lt-pro";
  font-style: normal;
  font-weight: 400;
  color: #1C253B;
  font-size: 0.9rem;
  line-height: 1.65em;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/***SECTION + CONTAINS***/
section.padSml {
  padding: 4.5rem 0;
}
section.padMed {
  padding: 6rem 0;
}
section.padLrg {
  padding: 8rem 0;
}

.contain, .container {
  width: calc(100% - 2rem);
  max-width: 1300px;
  margin: 0 auto;
}

.flex_wrapper {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
}
.flex_wrapper.--space_between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_wrapper.--item_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/***** FORM *****/
form input, form textarea {
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
}
form input:focus, form textarea:focus, form button:focus, form select:focus {
  outline: none;
}
form input:-webkit-autofill,
form input:-webkit-autofill:hover,
form input:-webkit-autofill:focus,
form textarea:-webkit-autofill,
form textarea:-webkit-autofill:hover,
form textarea:-webkit-autofill:focus {
  -webkit-text-fill-color: #fff;
  transition: background-color 5000s ease-in-out 0s;
}

/***** COOKIE DISCLAIMER ******/
.btn-cookie-preferences {
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
  transition: color 0.3s ease;
  margin-left: 0;
  color: #000 !important;
}

.btn-cookie-preferences:hover {
  color: #C4AB6E !important;
}

.cookie-disclaimer {
  color: #1C253B;
}
.cookie-disclaimer p {
  color: #1C253B;
}

body .cookie-disclaimer {
  background-color: #F4F4F4;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  bottom: 20px !important;
  z-index: 1000;
  left: 50%;
  transform: translateX(-50%);
}
body .cookie-disclaimer * {
  text-transform: none !important;
}
body .cookie-disclaimer .btn-agree {
  color: #1C253B;
}
body .cookie-disclaimer .btn-preferences {
  background: #1C253B;
  color: #fff;
}
body .cookie-disclaimer .c-disclaimer.c-on {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
body .cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 1rem 0 0;
}
body .cookie-disclaimer .c-disclaimer.c-on > a, body .cookie-disclaimer .c-disclaimer.c-on button {
  min-width: 175px;
  margin: 0 !important;
  background: #1C253B;
  color: #fff;
}
body .cookie-disclaimer .c-content a:nth-child(5), body .cookie-disclaimer .c-content button:nth-child(5) {
  color: #fff;
  background-color: #d13e3e !important;
}
body .cookie-disclaimer .c-on > button {
  background: #1C253B;
  color: #fff;
}
body .cookie-disclaimer .c-content a:nth-child(6), body .cookie-disclaimer .c-content button:nth-child(6) {
  color: #fff;
  background-color: #93aac5 !important;
}
body .cookie-disclaimer p, body .cookie-disclaimer div {
  font-size: 0.8rem;
  line-height: 1.33em;
}
body .cookie-disclaimer a, body .cookie-disclaimer button {
  text-decoration: none;
}
body .cookie-disclaimer ul {
  list-style-type: none;
}
body .cookie-disclaimer .c-content h2 {
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}
body .cookie-disclaimer h3 {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #fff;
}
body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
body .cookie-disclaimer .c-nav .btn-close-pref button {
  text-align: left;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer .btn-preferences {
  border-radius: 3.5rem;
  padding: 0.5rem 1rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  .btn-cookie-preferences {
    font-size: 14px !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    flex-direction: column;
  }
}

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