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

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

body, html {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  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: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  color: #1C253B;
  font-size: 0.9rem;
  line-height: 1.65em;
}

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

.btn {
  display: inline-block;
  position: relative;
  font-size: 15px;
  letter-spacing: 2.25px;
  font-weight: 400;
  color: #2E3F57;
  text-transform: uppercase;
  margin-right: 9px;
  transition: margin 0.25s ease;
}
.btn span {
  color: inherit;
  display: block;
  padding: 20px 50px 20px 30px;
  transition: padding 0.25s ease;
}
.btn span::after {
  content: "";
  width: 8px;
  height: 8px;
  right: 30px;
  top: calc(50% - 4px);
  display: block;
  position: absolute;
  background: #4D8CCA;
  transition: width 0.25s ease;
}
.btn::before {
  z-index: -1;
  content: "";
  top: 0;
  border-left: 1px solid #2E3F57;
  border-top: 1px solid #2E3F57;
  border-bottom: 1px solid #2E3F57;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  display: block;
  transition: width 0.25s ease;
}
.btn::after {
  z-index: -1;
  content: "";
  top: 0;
  border-right: 1px solid #2E3F57;
  border-top: 1px solid #2E3F57;
  border-bottom: 1px solid #2E3F57;
  position: absolute;
  right: 0;
  height: 100%;
  width: 5px;
  display: block;
  transition: width 0.25s ease;
}

.btn:hover {
  margin-right: 0;
}
.btn:hover::before {
  width: 50%;
}
.btn:hover::after {
  width: 50%;
}
.btn:hover span {
  padding: 20px 59px 20px 30px;
}
.btn:hover span::after {
  background: url(/i/square-arrow.svg) no-repeat center/17px auto;
  width: 17px;
}

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

.popup img {
  mix-blend-mode: multiply;
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
header .content {
  display: flex;
  flex-direction: row;
  padding: 20px 0;
  max-width: calc(100% - 2rem);
}
header ul {
  list-style: none;
}
header nav {
  margin-left: auto;
}
header .main-nav {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 400px;
  align-content: flex-start;
  gap: 10px 0;
}
header .main-nav li {
  width: 50%;
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 19px;
}
header .main-nav li:has(> ul) {
  background: url(/i/chevron.svg) no-repeat 85px 9px/10px auto;
  padding-bottom: 10px;
}
header .main-nav li:hover:has(> ul) {
  background-image: url(/i/chevron-up.svg);
}
header .main-nav li ul {
  display: none;
}
header .main-nav li.sectors {
  padding-left: 10px;
}
header .main-nav li:hover ul {
  display: block;
  position: absolute;
  left: -10px;
  top: 100%;
  background: #ECEFF9;
  border-radius: 20px;
  width: 270px;
  padding: 10px;
}
header .main-nav li ul li {
  color: #2E3F57;
  width: 100%;
  transition: background-color 0.25s ease;
  padding: 15px;
  border-radius: 10px;
}
header .main-nav p {
  color: #2E3F57;
  font-size: 13px;
  font-weight: 300;
  opacity: 0.75;
  letter-spacing: 1px;
  line-height: 1.2;
  padding-top: 4px;
}
header .main-nav li ul li:hover {
  background: #DFE6F5 url(/i/nav-arrow.svg) no-repeat calc(100% - 15px) 15px/7px auto;
}
header .main-nav a {
  color: inherit;
  position: relative;
  padding: 0 10px;
}
header .main-nav a:hover::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 1px solid #85AADA;
  border-bottom: 1px solid #85AADA;
  width: 5px;
  height: 5px;
}
header .main-nav a:hover::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #85AADA;
  border-top: 1px solid #85AADA;
  width: 5px;
  height: 5px;
}
header .main-nav li ul a {
  padding: 0;
}
header .main-nav li ul a:hover::before, header .main-nav li ul a:hover::after {
  display: none;
}
header .main-nav li.mobile {
  display: none;
}
header .investor-login {
  margin-top: 18px;
}
header .investor-login li {
  position: relative;
  font-size: 15px;
  letter-spacing: 2.25px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-right: 9px;
  transition: margin 0.25s ease;
}
header .investor-login a {
  color: inherit;
  display: block;
  padding: 20px 50px 20px 30px;
  transition: padding 0.25s ease;
}
header .investor-login a::after {
  content: "";
  width: 8px;
  height: 8px;
  right: 30px;
  top: calc(50% - 4px);
  display: block;
  position: absolute;
  background: #4D8CCA;
  transition: width 0.25s ease;
}
header .investor-login li::before {
  z-index: -1;
  content: "";
  top: 0;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 0;
  height: 100%;
  width: 5px;
  display: block;
  transition: width 0.25s ease;
}
header .investor-login li::after {
  z-index: -1;
  content: "";
  top: 0;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 0;
  height: 100%;
  width: 5px;
  display: block;
  transition: width 0.25s ease;
}
header .investor-login li:hover {
  margin-right: 0;
}
header .investor-login li:hover::before {
  width: 50%;
}
header .investor-login li:hover::after {
  width: 50%;
}
header .investor-login li:hover a {
  padding: 20px 59px 20px 30px;
}
header .investor-login li:hover a::after {
  background: url(/i/square-arrow.svg) no-repeat center/17px auto;
  width: 17px;
}
header .logo {
  display: block;
  width: 150px;
  height: 120px;
  background: url(/i/logo.svg) no-repeat center/cover;
}
header .menu_container {
  display: none;
  position: relative;
  width: 32px;
  height: 30px;
  z-index: 1000;
  cursor: pointer;
}
header .menu_container #menu_btn {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
header .menu_container #menu_btn i {
  transition: all 0.2s ease-out;
  height: 1px;
  width: 32px;
  background-color: #fff;
  position: absolute;
  border-radius: 2px;
  left: 0;
}
header .menu_container #menu_btn i:nth-child(1) {
  top: 5px;
}
header .menu_container #menu_btn i:nth-child(2) {
  top: 15px;
}
header .menu_container #menu_btn i:nth-child(3) {
  top: 25px;
}

header.scroll, .inner header {
  background: #fff;
}
header.scroll .logo, .inner header .logo {
  background-image: url(/i/logo2.svg);
}
header.scroll .main-nav li, .inner header .main-nav li {
  color: #1E2859;
}
header.scroll .main-nav li:has(> ul), .inner header .main-nav li:has(> ul) {
  background-image: url(/i/chevron2.svg);
}
header.scroll .main-nav li:hover:has(> ul), .inner header .main-nav li:hover:has(> ul) {
  background-image: url(/i/chevron-up2.svg);
}
header.scroll .investor-login li, .inner header .investor-login li {
  color: #1E2859;
}
header.scroll .investor-login li::before, .inner header .investor-login li::before {
  border-color: #1E2859;
}
header.scroll .investor-login li::after, .inner header .investor-login li::after {
  border-color: #1E2859;
}
header.scroll .menu_container #menu_btn i, .inner header .menu_container #menu_btn i {
  background-color: #1E2859 !important;
}

footer {
  background: #0F1B47;
  position: relative;
  z-index: 1;
}
footer .content {
  display: flex;
  flex-direction: row;
  max-width: calc(100% - 2rem);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
}
footer p, footer a {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.75);
}
footer .content > div {
  border-right: 1px solid #33426A;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .content > div:nth-child(1) {
  width: 85%;
  padding-left: 0;
}
footer .content > div:nth-child(2) {
  min-width: 370px;
}
footer .content > div:nth-child(3) {
  min-width: 164px;
}
footer .content > div:last-child {
  border-right: none;
  padding-right: 20px;
  min-width: 160px;
}

.menu-open header .logo {
  background-image: url(/i/logo2.svg);
}
.menu-open header .logo, .menu-open header .menu_container {
  z-index: 2;
}
.menu-open header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.menu-open header .main-nav {
  display: flex;
  max-width: 100%;
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}
.menu-open header .main-nav li {
  color: #1E2859;
  width: 100%;
  padding: 12px 0;
  font-size: 25px;
}
.menu-open header .main-nav li:nth-child(1) {
  order: 1;
}
.menu-open header .main-nav li:nth-child(2) {
  order: 4;
}
.menu-open header .main-nav li:nth-child(3) {
  order: 2;
}
.menu-open header .main-nav li:nth-child(4) {
  order: 5;
}
.menu-open header .main-nav li:nth-child(5) {
  order: 3;
}
.menu-open header .main-nav li:nth-child(6) {
  order: 6;
}
.menu-open header .main-nav li.mobile {
  display: block;
}
.menu-open header .main-nav li.sectors {
  text-indent: -9999px;
  padding: 0;
  font-size: 0;
  background: none;
}
.menu-open header .main-nav li.sectors ul {
  display: block;
  text-indent: 0;
}
.menu-open header .main-nav li ul li {
  padding: 10px 0;
}
.menu-open header .main-nav li ul li p {
  display: none;
}
.menu-open header .main-nav li:hover ul {
  display: block;
  position: relative;
  left: 0;
  top: 0;
  background: transparent;
  border-radius: 0;
  width: 100%;
  padding: 0;
}
.menu-open header .main-nav li:hover {
  background: transparent !important;
}
.menu-open header .main-nav li ul li:hover {
  background: transparent;
}
.menu-open header .menu_container #menu_btn i {
  width: 90%;
  top: 50% !important;
  left: 50%;
  background-color: #1E2859 !important;
}
.menu-open header .menu_container #menu_btn i:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.menu-open header .menu_container #menu_btn i:nth-child(2) {
  opacity: 0;
}
.menu-open header .menu_container #menu_btn i:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/***** 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;
}

.btn-cookie-preferences {
  font-size: inherit;
  font-family: inherit;
  transition: color 0.3s ease;
}

body .cookie-disclaimer {
  background-color: #fff;
  border-radius: 10px;
  width: 90% !important;
  max-width: 1320px !important;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px !important;
  z-index: 1000;
}
body .cookie-disclaimer * {
  color: #1C253B;
  text-transform: none !important;
}
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;
}
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-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-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  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-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.2em;
  letter-spacing: normal;
}
body .cookie-disclaimer h2 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
}
body .cookie-disclaimer h3 {
  font-family: "neue-haas-grotesk-display";
  font-style: normal;
  font-weight: 300;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2em;
}
body .cookie-disclaimer h3.c-on {
  color: #A5C4D4 !important;
}
body .cookie-disclaimer .btn-agree, body .cookie-disclaimer li > a, body .cookie-disclaimer li > button {
  background-color: #4D8CCA;
  color: #fff;
}
body .cookie-disclaimer li > button {
  width: 100%;
  text-align: left;
  text-decoration: none !important;
}
body .cookie-disclaimer .btn-preferences, body .cookie-disclaimer .c-nav .btn-close-pref a, body .cookie-disclaimer .c-nav .btn-close-pref button {
  background-color: #4D8CCA;
  color: #fff;
}
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;
}
body .cookie-disclaimer .btn-close {
  background-image: url(/i/close.svg);
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
}

@media screen and (max-height: 800px) {
  #container .popup {
    max-height: 96vh;
  }
  #container .popup img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-height: 700px) {
  #container .popup p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1300px) {
  body .cookie-disclaimer {
    left: 0 !important;
    width: 100% !important;
    transform: none !important;
    bottom: 0 !important;
  }
  body .cookie-disclaimer .btn-close {
    width: 40px;
    height: 40px;
  }
  body .cookie-disclaimer .c-preferences {
    padding-top: 50px;
  }
  body .cookie-disclaimer .c-disclaimer.c-on {
    display: block !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > p {
    margin-bottom: 1.5rem;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > a {
    margin-bottom: 0.5rem !important;
  }
  body .cookie-disclaimer .c-disclaimer.c-on > .btn-agree {
    margin-right: 0.75rem !important;
  }
}
@media screen and (max-width: 1279px) {
  .inner .hero h1 {
    font-size: 100px !important;
    line-height: 1.1 !important;
  }
  .inner .hero h2 {
    font-size: 30px !important;
  }
  footer .content > div {
    padding: 40px 30px;
  }
  footer .content > div:nth-child(1) {
    width: 40%;
  }
}
@media screen and (max-width: 979px) {
  #container .popup p.description {
    line-height: 1.4;
  }
  .inner .hero .content {
    margin-top: 200px !important;
  }
  .inner .hero h1 {
    font-size: 100px !important;
  }
  .inner .hero h2 {
    font-size: 30px !important;
  }
  header .logo {
    height: 80px;
    width: 100px;
  }
  header .content {
    justify-content: space-between;
    align-items: center;
  }
  header .menu_container {
    display: block;
  }
  header .main-nav, header .investor-login {
    display: none;
  }
  footer .content {
    flex-wrap: wrap;
  }
  footer .content > div:nth-child(1) {
    width: 100%;
    border-right: none;
  }
  footer .content > div:nth-child(2) {
    width: 100%;
    padding: 0;
    border-right: none;
    padding-bottom: 30px;
  }
  footer .content > div:nth-child(3) {
    width: 50%;
    border-top: 1px solid #33426A;
    text-align: center;
    padding: 30px 0;
  }
  footer .content > div:nth-child(4) {
    width: 50%;
    border-top: 1px solid #33426A;
    text-align: center;
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  body, html {
    -webkit-text-size-adjust: 100%;
  }
  .inner .hero .content {
    flex-direction: column !important;
    margin-top: 175px !important;
    margin-bottom: 100px !important;
  }
  .inner .hero .content > div {
    width: 100% !important;
  }
  .inner .hero h1 {
    font-size: 50px !important;
  }
  .inner .hero h1:last-child {
    margin-bottom: 20px;
  }
  .inner .hero h2 {
    font-size: 25px !important;
  }
  footer .content > div:nth-child(3) {
    min-width: 1px;
  }
  footer .content > div:last-child {
    min-width: 1px;
  }
}

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