* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

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

body, html {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  color: #1E1E1E;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body, html {
    font-size: 16px;
  }
}

#ce-highlight {
  z-index: 100;
}

@keyframes acolor {
  0% {
    background: #162A52;
  }
  100% {
    background: #C0DBFD;
  }
}
.page-cover {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(8, 12.5%);
  grid-template-rows: repeat(8, 12.5%);
  pointer-events: none;
  opacity: 0;
  background: transparent;
}

.page-cover.on {
  opacity: 1;
}

.page-cover.on.on2 {
  opacity: 1;
}

/*
.page-cover.on.on2{background:#C0DBFD;opacity:1}
.page-cover.on2{opacity:0;transition:opacity 0.01s ease;background:#C0DBFD}
*/
.page-cover.on > div {
  opacity: 1;
  animation-name: acolor;
  animation-duration: 0.25s;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.page-cover.on.on2 > div {
  opacity: 0;
  transition: opacity 0.25s linear;
  background: #C0DBFD;
}

.cookie-disclaimer {
  background: #fff !important;
  border-radius: 10px;
  bottom: 20px !important;
  color: #1E1E1E;
  width: 90% !important;
  max-width: 1320px !important;
  left: 50% !important;
  transform: translate(-50%, 0);
}
.cookie-disclaimer p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #1E1E1E;
}
.cookie-disclaimer .btn-close {
  background-image: url(/i/btn-close.png) !important;
}
.cookie-disclaimer .c-disclaimer.c-on {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.cookie-disclaimer .c-disclaimer.c-on .btn-agree {
  color: #fff;
  padding: 0.75em 1em !important;
  min-width: 200px;
  text-align: center;
  margin: 0 10px 0 0 !important;
  font-weight: 200;
  text-transform: none !important;
  font-size: 0.8em;
  background: #1c376c !important;
  border: 1px solid #1c376c;
}
.cookie-disclaimer .c-disclaimer.c-on .btn-preferences {
  padding: 0.75em 1em !important;
  min-width: 180px;
  text-align: center;
  margin: 0 !important;
  color: #403f41 !important;
  font-weight: 200;
  text-transform: none !important;
  font-size: 0.8em;
  background: transparent !important;
  border: 1px solid #1c376c;
}
.cookie-disclaimer .c-disclaimer.c-on .btn-agree:hover, .cookie-disclaimer .c-disclaimer.c-on .btn-preferences:hover {
  opacity: 1 !important;
}
.cookie-disclaimer .c-disclaimer.c-on p {
  margin: 0 20px 0 0;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.cookie-disclaimer .c-nav li.c-on {
  background-color: transparent !important;
}
.cookie-disclaimer .c-nav li.c-on a {
  color: #1c376c;
}
.cookie-disclaimer .c-nav li {
  background-color: transparent !important;
  border-bottom: 1px solid #D6D5D0;
}
.cookie-disclaimer .c-nav li a {
  color: #a9a9a9;
  font-size: 0.75em;
  padding: 0.75em 1em !important;
}
.cookie-disclaimer .c-nav li.btn-close-pref {
  background-color: transparent !important;
  border-bottom: 0;
}
.cookie-disclaimer .c-nav li.btn-close-pref a {
  margin-left: 1em;
  padding: 0.75em 1em !important;
  width: fit-content;
  color: #403f41;
  border: 1px solid #F8981C;
  background: transparent;
  text-transform: none;
  font-weight: 200;
  font-style: italic;
  font-size: 0.8em;
}
.cookie-disclaimer .c-nav li.btn-close-pref a:hover {
  opacity: 1;
}
.cookie-disclaimer .c-nav li.btn-close-pref:hover {
  background-color: transparent !important;
}
.cookie-disclaimer .c-content h2 {
  margin-bottom: 1.5em !important;
  color: #1E1E1E;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 20px;
  line-height: normal;
}
.cookie-disclaimer .c-content h3 {
  line-height: normal;
}
.cookie-disclaimer .c-content h3.c-on {
  display: inline-block !important;
  float: right;
  margin: 0 !important;
}
.cookie-disclaimer .c-content p {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.cookie-disclaimer .c-content a:nth-child(5), .cookie-disclaimer .c-content a:nth-child(6) {
  color: #403f41 !important;
  text-decoration: none;
  border: 1px solid #1c376c;
  background-color: transparent !important;
  text-transform: none !important;
}
.cookie-disclaimer .c-content .c-on div {
  color: #1E1E1E;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 200;
}
.cookie-disclaimer .c-content h3:nth-child(2) {
  letter-spacing: 0.1em;
  width: fit-content;
  padding: 0.5em 3em 0.5em 1em;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 0.75em;
  border-radius: 25px;
  background-color: #1c376c;
  position: relative;
}
.cookie-disclaimer .c-content h3:nth-child(2)::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 3px;
  background: #fff;
}
.cookie-disclaimer .c-content h3:nth-child(3) {
  letter-spacing: 0.1em;
  width: fit-content;
  padding: 0.5em 1em 0.5em 3em;
  text-transform: uppercase;
  color: #fff !important;
  font-size: 0.75em;
  border-radius: 25px;
  background-color: #403F41;
  position: relative;
}
.cookie-disclaimer .c-content h3:nth-child(3)::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 4px;
  top: 3px;
  background: #fff;
}
.cookie-disclaimer .c-content a:nth-child(5):hover, .cookie-disclaimer .c-content a:nth-child(6):hover {
  opacity: 1 !important;
}

a {
  text-decoration: none;
}

a, div {
  -webkit-tap-highlight-color: transparent;
}

a[href^=tel] {
  color: inherit;
}

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

p {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.5rem;
  color: #1E1E1E;
  font-weight: 200;
}

h2 {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 3.5rem;
  line-height: 4.65rem;
  color: #162A52;
}

h3 {
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 1.7rem;
  line-height: 2.3rem;
  text-transform: uppercase;
  letter-spacing: 0.054rem;
  color: #C0DBFD;
}

p.md {
  font-size: 1.4rem;
  line-height: 1.85rem;
}

p.lg {
  font-size: 1.8rem;
  line-height: 2.3rem;
}

.global-btn {
  display: inline-block;
  font-family: "commuters-sans";
  font-style: normal;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.27rem;
  color: #fff;
  position: relative;
  padding-left: 27px;
  transition: color 0.3s ease;
}

.global-btn::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #C0DBFD;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.global-btn:hover {
  color: #C0DBFD;
}

#transition-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: grid;
  pointer-events: none;
  z-index: 9999;
}

#transition-container div {
  background-color: #162A52;
  width: 100%;
  height: 100%;
  transform: scale(0) translate(50px, 50px);
}

/***** HEADER *****/
header {
  /* Navigation */
}
header {
  width: 100%;
  position: fixed;
  z-index: 101;
  padding: 14px 0;
  top: 0;
}
header .container {
  display: -webkit-flexbox;
  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;
  position: relative;
  z-index: 1;
}
header .logo-wrap {
  margin: 0 auto;
}
header .logo {
  display: block;
  width: 172px;
  height: 172px;
  background: url(/i/logo-wh.png) no-repeat center/cover;
  transition: width 0.3s ease, height 0.3s ease;
}
header .right {
  /* Mobile */
}
header .right {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
}
header .right a {
  display: block;
  font-size: 15px;
  line-height: 18px;
  margin-right: 1.7rem;
  color: #fff;
  transition: color 0.3s ease;
}
header .right a:hover {
  color: #C0DBFD;
}
header .right #menu_btn.hamburger-menu {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  width: 37px;
  height: 20px;
  position: relative;
}
header .right #menu_btn.hamburger-menu i {
  transition-delay: 0.6s;
  transition: all 0.2s ease-out;
  height: 3px;
  width: 37px;
  background-color: #fff;
  position: absolute;
  left: 0;
}
header .right #menu_btn.hamburger-menu i:nth-child(1) {
  top: 0;
}
header .right #menu_btn.hamburger-menu i:nth-child(2) {
  top: 10px;
}
header .right #menu_btn.hamburger-menu i:nth-child(3) {
  top: 20px;
}
header nav {
  opacity: 0;
  visibility: hidden;
  width: 35vw;
  height: 100vh;
  position: fixed;
  top: 0;
  right: -100vw;
  background: #1C376C;
  transition: all 0.6s ease;
  overflow: auto;
}
header nav .wrap {
  padding: 200px 0 40px;
}
header nav::-webkit-scrollbar {
  width: 8px;
}
header nav::-webkit-scrollbar-track {
  background: #162A52;
}
header nav::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #C0DBFD;
}
header nav::-webkit-scrollbar-thumb:hover {
  background: rgba(192, 219, 253, 0.8);
}
header nav .topNav {
  list-style-type: none;
  border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}
header nav .topNav li a {
  display: block;
  font-size: 0.9rem;
  line-height: 1.5rem;
  letter-spacing: 0.45rem;
  text-transform: uppercase;
  color: #fff;
  padding: 1.7rem 3.65rem;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
  transition: background-color 0.3s ease;
}
header nav .topNav .selNav a, header nav .topNav li a:hover {
  background-color: #162A52;
}
header nav .contact-info {
  padding-left: 3.65rem;
}
header nav .contact-info > div {
  margin-top: 1.7rem;
}
header nav .contact-info > div p, header nav .contact-info > div a {
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
header nav .contact-info > div a {
  transition: color 0.3s ease;
}
header nav .contact-info > div a:hover {
  color: #C0DBFD;
}
header nav .contact-info > div p {
  margin-bottom: 5px;
}
header nav .contact-info > div .email {
  text-decoration: underline;
}
header nav .contact-info > div .location {
  text-transform: uppercase;
}

header.scroll {
  background-color: #0F1E3A;
}
header.scroll .logo {
  width: 100px;
  height: 100px;
}

header.active .right #menu_btn.hamburger-menu i:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
header.active .right #menu_btn.hamburger-menu i:nth-child(2) {
  transform: rotate(0);
  top: 10px;
  opacity: 0;
  transition: opacity 0.1s ease;
}
header.active .right #menu_btn.hamburger-menu i:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}
header.active nav {
  opacity: 1;
  visibility: visible;
  right: 0;
}

/***** FOOTER *****/
footer {
  background: #09152C;
  position: relative;
  z-index: 3;
}
footer h3 {
  font-weight: 200;
}
footer .top {
  padding: 5.7rem 1rem 4.9rem 1rem;
  text-align: center;
}
footer .top h3 {
  text-transform: none;
  margin-bottom: 1.85rem;
}
footer .top img {
  display: block;
  max-width: 218px;
  margin: 0 auto 3.3rem auto;
}
footer .bottom {
  border-top: solid 1px #1C376C;
  padding: 1.85rem 0;
  text-align: center;
}
footer .bottom p {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
}
footer .bottom a, footer .bottom .btn-cookie-preferences {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  border-right: solid 1px #fff;
  padding-right: 12px;
  transition: color 0.3s ease;
}
footer .bottom > div {
  margin-top: 10px;
}
footer .bottom a:hover, footer .bottom .btn-cookie-preferences:hover {
  color: #C0DBFD;
}
footer .bottom .btn-cookie-preferences {
  border-right: none;
  padding: 0;
}

#disclaimer .s1 {
  padding: 15rem 0 8rem 0;
}
#disclaimer .s1 div {
  margin-bottom: 2rem;
}
#disclaimer .s1 div:last-of-type {
  margin-bottom: 0;
}
#disclaimer .s1 h2 {
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 3rem;
}
#disclaimer .s1 h3 {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
#disclaimer .s1 p {
  margin-bottom: 0.8rem;
}

/***** MEDIA *****/
@media screen and (max-width: 1300px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  header nav {
    width: 100vw;
  }
  header.active .logo {
    width: 172px;
    height: 172px;
  }
}
@media screen and (max-width: 980px) {
  h2 {
    font-size: 3rem;
    line-height: 3.65rem;
  }
  #disclaimer .s1 {
    padding-top: 13rem;
  }
  .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  .cookie-disclaimer p, .cookie-disclaimer .c-content .c-on div {
    font-size: 0.75rem;
    line-height: 1.35em;
  }
  .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  .cookie-disclaimer .c-disclaimer.c-on p {
    margin-bottom: 1em;
  }
  .cookie-disclaimer .c-disclaimer.c-on a.btn-agree, .cookie-disclaimer .c-disclaimer.c-on a.btn-preferences {
    margin: 1em 0 0 0 !important;
  }
  .cookie-disclaimer .c-nav li.btn-close-pref a {
    margin-left: 0 !important;
  }
  .cookie-disclaimer .c-content h3:nth-child(2)::after {
    top: 1px;
  }
  .cookie-disclaimer .c-content {
    padding: 20px 0 40px 0 !important;
  }
}
@media screen and (max-width: 1023px), (max-height: 980px) {
  header .logo {
    width: 100px;
    height: 100px;
  }
  header nav .wrap {
    padding: 158px 0 40px;
  }
  header nav .topNav li a {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: 0.25rem;
    padding: 1rem 3rem;
  }
  header nav .contact-info {
    padding-left: 3rem;
  }
  header nav .contact-info > div {
    margin-top: 1.5rem;
  }
  header.active .logo {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
  }
  p.md {
    font-size: 1.2rem;
    line-height: 1.65rem;
  }
  .global-btn {
    padding-left: 20px;
  }
  .global-btn::before {
    width: 10px;
    height: 10px;
  }
  header.scroll .logo {
    width: 60px;
    height: 60px;
  }
  header .right a {
    display: none;
  }
  header nav .wrap {
    padding: 128px 0 30px;
  }
  header nav .topNav li a {
    padding: 1.1rem 1rem;
  }
  header nav .topNav li:last-of-type {
    display: block;
  }
  header nav .contact-info {
    padding-left: 1rem;
  }
  header nav .contact-info > div p, header nav .contact-info > div a {
    font-size: 13px;
    line-height: 16px;
  }
  footer .top {
    padding: 5rem 0;
  }
  footer .top img {
    max-width: 180px;
  }
  footer .bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .bottom p {
    font-size: 14px;
    line-height: 18px;
  }
  #disclaimer .s1 {
    padding: 13rem 0 5rem 0;
  }
  #disclaimer .s1 h2 {
    font-size: 1.8rem;
    line-height: 2.3rem;
    margin-bottom: 2rem;
  }
  #disclaimer .s1 h3 {
    font-size: 1.1rem;
  }
}
@media screen and (max-height: 500px) {
  header nav {
    max-height: 100vh;
    overflow-y: auto;
  }
  header nav .topNav, header nav .topNav li a {
    border: none;
  }
}

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