@charset "UTF-8";

/*
@mixin font-style-3 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 600;}
@mixin font-style-4 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 700;}
@mixin font-style-5 { font-family: 'neue-haas-grotesk-display', sans-serif; font-weight: 900;}*/

/* UPPERCASE TRANSFORMS - Need to include these in text styles that are uppercase */

/* The original mixins which had them are: buttondarkL, buttonlightL, buttondarkL-hover, datadates */

/* Symbols */
@import url("https://use.typekit.net/fcj4aly.css");
@-webkit-keyframes fadeInUp {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; transform: translate3d(0, 5px, 0); }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; transform: translate3d(0, 0, 0); }
}
@keyframes fadeInUp {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; transform: translate3d(0, 5px, 0); }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; transform: translate3d(0, 0, 0); }
}
@-webkit-keyframes fadeIn {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; }
}
@keyframes fadeIn {
  0% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 0; }
  100% { -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; opacity: 1; }
}
* { box-sizing: border-box; -webkit-font-smoothing: antialiased; }
body { background-color: #ffffff; }
body *::-moz-selection { color: #ffffff; background-color: #3667B2; }
body *::selection { color: #ffffff; background-color: #3667B2; }
a { text-decoration: none;  /*color: $color-group-4;*/ transition: all 0.2s ease-in-out; }
input, textarea, select, button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0; }
input:focus, textarea:focus, select:focus, button:focus { outline: 0; }
input[type=text], input[type=email], section select { border: 0; border-bottom: 1px solid #323332; background-color: transparent; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
@media screen and (max-width:850px) {
  input[type=text], input[type=email], section select { font-size: 14px; }
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
@media screen and (max-width:850px) {
  input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, section select::-moz-placeholder { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
  input[type=text]::placeholder, input[type=email]::placeholder, section select::placeholder { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
.btn { height: 60px; line-height: 60px; padding: 0 60px; border-radius: 30px; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-align: center; display: inline-flex; align-items: center; background-color: #3667B2; transition: all 0.2s ease-in-out; color: #ffffff; border: 0 !important; }
@media screen and (max-width:850px) {
  .btn { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; height: 42px; line-height: 42px; padding: 0 40px; }
}
.btn:hover { color: #ffffff; background-color: #00B55A; }
.btn:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
.btn-2 { height: 60px; line-height: 60px; padding: 0 60px; border-radius: 30px; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-align: center; display: inline-flex; align-items: center; background-color: #3667B2; transition: all 0.2s ease-in-out; color: #ffffff; border: 0 !important; text-transform: uppercase; }
@media screen and (max-width:850px) {
  .btn-2 { height: 42px; line-height: 42px; padding: 0 40px; }
}
.btn-2:hover { color: #ffffff; background-color: #00B55A; }
.hide { display: none !important; }
.container { max-width: 1600px; margin: 0 auto; }
@media screen and (max-width:1920px) {
  .container { max-width: 1200px; }
}
@media screen and (max-width:1366px) {
  .container { max-width: 100%; width: calc(100% - 120px); }
}
@media screen and (max-width:1024px) {
  .container { width: calc(100% - 60px); }
}
@media screen and (max-width:850px) {
  .container { width: calc(100% - 50px); }
}
.container.full { padding: 0 60px; max-width: 100%; }
@media screen and (max-width:1366px) {
  .container.full { width: 100%; }
}
@media screen and (max-width:1024px) {
  .container.full { padding: 0 30px; }
}
@media screen and (max-width:850px) {
  .container.full { padding: 0 25px; }
}
.more { display: inline-block; font-size: 14.8px; font-weight: bold; font-stretch: normal; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
.more::after { content: ""; display: inline-block; width: 19px; height: 12px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/small-arrow.svg); mask-image: url(../../../../_resources/svgs/small-arrow.svg); transition: all ease-in-out 0.25s; margin-left: 10px; }
.more:hover::after { background-color: #3667B2; }
.more:hover { color: #3667B2; }

.grecaptcha-badge { display: none !important; }
.grecaptcha-badge.show { display: block !important; visibility: visible !important; }
body { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
@media screen and (max-width:850px) {
  body { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
h1, .h1 { margin: 0; font-size: 80px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.1; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:850px) {
  h1, .h1 { font-size: 38px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.11; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
h2, .h2 { margin: 0; font-size: 38.6px; font-stretch: normal; font-style: normal; line-height: 1.24; letter-spacing: normal; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-decoration: underline; text-decoration-color: #3667B2; text-decoration-thickness: 6px; }
@media screen and (max-width:850px) {
  h2, .h2 { font-size: 24px; line-height: normal; text-decoration-thickness: 4px; }
}
h3, .h3 { font-size: 30px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.2; letter-spacing: normal; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin: 0; }
/* h3 span { color: #00B55A; } */
/* h2 span { color: #00B55A; } */
@media screen and (max-width:850px) {
  h3, .h3 { font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
h4, .h4 { font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin: 0; }
@media screen and (max-width:850px) {
  h4, .h4 { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #686873; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
h5, .h5 { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin: 0; }
@media screen and (max-width:850px) {
  h5, .h5 { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1.2px; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
p, a, li { margin: 0; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
p.lg, a.lg, li.lg { font-size: 22px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.55; letter-spacing: normal; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:850px) {
  p, a, li { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
  p.lg, a.lg, li.lg { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
}
.top-bar { background-color: #3667B2; height: 39px; width: 100%; position: fixed; top: 0; z-index: 2; }
@media screen and (max-width:1024px) {
  .top-bar { display: none; }
}

.top-bar-mobile { display:none; }
@media screen and (max-width:1128px) {
.top-bar-mobile { display:block;background-color: #3667B2; height: 39px; width: 100%; position: fixed; top: 0; z-index: 2; }
}
.top-bar .container, .top-bar-mobile .container { height: 39px; display: flex; justify-content: space-between; align-items: center; }
.top-bar .container > div, .top-bar-mobile .container > div { display: flex; justify-content: flex-end; align-items: center; font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
.top-bar .container > div.carbon-price, .top-bar-mobile .container > div.carbon-price , .top-bar .container > div.carbon-price, .top-bar-mobile .container > div.zefi-price { letter-spacing: normal; }
.top-bar .container .ticker span, .top-bar-mobile .container .ticker span  { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.13; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin-left: 5px; }
.top-bar .container .social, .top-bar-mobile .container .social { list-style: none; padding-left: 0; }
.top-bar .container .social li, .top-bar-mobile .container .social li { display: inline-block; margin-left: 25px; }
.top-bar .container .social li a, .top-bar-mobile .container .social li a { font-size: 20px; color: #FFFFFF; }
.top-bar .container .social li a:hover, .top-bar-mobile .container .social li a:hover { color: #FFFFFF; }
@media screen and (max-width:350px) {
  .top-bar-mobile .container .social li { display: inline-block; margin-left: 9px; }
}
header.header { padding-bottom: 20px !important; display: flex; justify-content: space-between; position: relative; align-items: flex-end; height: 100px; background-color: #ffffff; transition: all 0.2s ease-in-out; position: fixed; width: 100%; top: 39px; z-index: 10; }
@media screen and (max-width:1128px) {
  header.header { height: 60px; z-index: 1109; top: 39px; align-items: center; padding-bottom: 0 !important; }
  header.header:before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; background-color: #ffffff; z-index: 1110; }
}
header.header .logo { width: 194px; flex-basis: 194px; max-width: 194px; line-height: 0; position: relative; z-index: 1111; }
header.header .logo img { height: 63px; width: 194px; transition: all 0.2s ease-in-out; }
@media screen and (max-width:1128px) {
  header.header .logo img { width: 106.7px; }
}
header.header .logo #logo-body { fill: #3667B2; transition: all 0.2s ease-in-out; }
header.header .logo #logo-head { fill: #3667B2; transition: all 0.2s ease-in-out; }
header.header .logo:hover #logo-head { fill: #3667B2; }
header.header .logo:hover #logo-body { fill: #3667B2; }
header.header nav { text-align: right; margin-right: 45px; flex-grow: 1; }
@media screen and (max-width:1128px) {

  header.header nav { display: block; position: fixed; background-color: #3667B2; width: 100%; top: 0; right: 0; left: 0; height: auto; max-height: 100vh; transform: translateY(-120%); transition: all 0.4s ease-in-out; z-index: 999; overflow: hidden; text-align: left; }
  header.header nav.open { padding-top: 50px; transform: translateY(0px); overflow-y: scroll !important; box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11); padding-bottom: 0; }
}
header.header nav > ul { list-style: none; position: relative; top: 100px; margin: 0 auto; display: inline-block; padding: 0; top: initial; display: flex; justify-content: flex-end; padding-left: 60px; width: 100%; }
@media screen and (max-width:1128px) {
  header.header nav > ul { display: inline-block; padding-left: 0px; top: 0; text-align: left; padding: 40px 0 0 0; }
}
header.header nav > ul > li { margin: 0 50px; display: inline-block; line-height: 0; padding: 40px 0 100px 0; float: left; margin-left: 15px; position: relative; float: none; padding: 0px; }
@media screen and (max-width:1920px) {
  header.header nav > ul > li { margin: 0 20px; }
}
@media screen and (max-width:1366px) {
  header.header nav > ul > li { margin: 0 10px; }
}

@media screen and (max-width:1128px) {
  header.header nav > ul > li { margin: 0px 25px; width: calc(100% - 50px); display: block; margin: 0 25px; padding: 0; width: 100%; }
}
header.header nav > ul > li a { line-height: 0; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative; z-index: 101;  min-width: 24px;min-height: 24px;}
@media screen and (max-width: 1440px) {
    header.header nav > ul > li a { font-size: 16px !important;}
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li a { display: block; padding: 0px 0; width: 100%; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; text-align: left; }
  header.header nav > ul > li a.top-level.has-submenu::after { content: "+"; margin-left: 10px; }
  header.header nav > ul > li a.top-level.has-submenu.active::after { content: "–"; }
}
header.header nav > ul > li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li a.active { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav { opacity: 0; visibility: hidden; text-align: left; position: absolute; left: 50%; margin-left: -160px; z-index: 100; width: 320px; padding: 15px 40px; pointer-events: none; top: 100px; border-radius: 10px; background-color: #ffffff; box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11); transition: all 0.2s ease-in-out; transform: translateY(-15px); padding-top: 115px; top: 0px; border-radius: 0px; background-color: transparent; box-shadow: none; }
@media screen and (max-width:1920px) {
  header.header nav > ul > li .sub_nav { width: 230px; padding: 115px 25px 15px 25px; margin-left: -100px; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav { display: none; transform: none; width: 100%; padding: 13px 0px 18px 0px; margin: 12px 0px 1px 0px; transition: none; position: static; opacity: 1; box-shadow: none; background-color: transparent; text-align: left; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; border-radius: 0; opacity: 1; pointer-events: all; transform: translateY(0); visibility: visible; padding: 13px 0px 18px 0px; }
}
header.header nav > ul > li .sub_nav::before { content: ""; position: absolute; top: -12px; margin: auto; right: 0; left: 0; width: 0; height: 0; border-style: solid; border-width: 0 15px 20px 15px; border-width: 0 10px 12px 10px; border-color: transparent transparent #ffffff transparent; top: 88px; z-index: 1; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav::before { display: none; }
}
header.header nav > ul > li .sub_nav::after { content: ""; border-radius: 10px; background-color: #f9f8f6; box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.11); position: absolute; left: 0px; right: 0px; bottom: 0px; top: 100px; z-index: 0; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav::after { display: none; }
}
header.header nav > ul > li .sub_nav > li { display: block; margin: 0 auto; padding: 0; width: 230px;  /*border-bottom: 1px solid $border-color;*/ }
@media screen and (max-width:1920px) {
  header.header nav > ul > li .sub_nav > li { width: 220px; padding: 10px 0; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li { width: 100%; padding: 0; border-bottom: 0; }
}
header.header nav > ul > li .sub_nav > li:last-of-type { border-bottom: 0; }
header.header nav > ul > li .sub_nav > li a { display: inline;  /*padding: 30px 0 40px 0;*/ margin: 0 auto; width: auto; position: relative; z-index: 3; transition: all 0.2s ease-in-out; position: relative; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: 0.3px; color: #736868; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 0; }
}
header.header nav > ul > li .sub_nav > li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a:hover { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li a::before { content: attr(title); font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; display: block; font-weight: bold; height: 0; overflow: hidden; visibility: hidden; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a::before { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li a.open { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li a.open { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li:hover { background-color: transparent; }
header.header nav > ul > li .sub_nav > li .subsub_nav { padding: 5px 0px; position: relative; list-style: none; border-top: 1px solid #cecece; border-bottom: 1px solid #cecece; display: none; margin: 16px 0px -5px 0px; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav { border-top: none; border-bottom: none; margin: 0px 0px 0px 25px; }
}
header.header nav > ul > li .sub_nav > li .subsub_nav li { margin: 0; padding: 5px 0px; }
header.header nav > ul > li .sub_nav > li .subsub_nav li a { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.33; letter-spacing: 0.3px; color: #736868; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
header.header nav > ul > li .sub_nav > li .subsub_nav li a:hover { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav li a:hover { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav li a { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 0px; }
}
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li .subsub_nav li { padding: 0px; }
}
header.header nav > ul > li .sub_nav > li .subsub_nav:hover { display: block; height: 100%; pointer-events: all; }
header.header nav > ul > li .sub_nav > li.has-submenu > a::after {  /*position: absolute; top: 0px; right: -17px;*/
margin-left: 10px; content: "+"; font-size: 17px; font-weight: 600; transition: all 0.1s ease-in-out; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li .sub_nav > li.has-submenu > a::after { font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 2.4; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
header.header nav > ul > li .sub_nav > li.has-submenu > a.open::after { content: "–"; }
header.header nav > ul > li:hover .sub_nav { opacity: 1; pointer-events: all; transform: translateY(0); visibility: visible; }
header.header nav > ul > li:hover > a { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (max-width:1128px) {
  header.header nav > ul > li:hover > a { color: #231f20; }
}

@media screen and (max-width:1104px) {
  header.header nav > ul > li { margin:0 9px; }
}
header.header .search-open { position: absolute; right: 60px; bottom: 20px; transition: all 0.2s ease-in-out; cursor: pointer; font-size: 20px; z-index: 1001; transition: all 0.2s ease-in-out; }
header.header .search-open::after { content: ""; display: inline-block; width: 20px; height: 20px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/search.svg); mask-image: url(../../../../_resources/svgs/search.svg); transition: all ease-in-out 0.25s; }
header.header .search-open:hover::after { background-color: #00B55A; }
@media screen and (max-width:1128px) {
  header.header .search-open { display: none; }
}
header.header .search-open:hover { color: #3667B2; }
header.header .search-open:hover::after { transition: background-color ease-in-out 0s; }
header.header .search-open.active::after { font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; content: "\f00d"; position: relative; right: 30px; background-color: transparent; -webkit-mask-image: initial; mask-image: initial; }
header.header #search_form { display: none; position: absolute; right: 190px; top: 25px; z-index: 1000; }
header.header #search_form:before { font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; content: "\f002"; position: absolute; left: 30px; top: 24px; font-size: 21px; }
header.header #search_form input { transition: all 0.2s ease-in-out; height: 75px; border: 0; width: 100%; padding: 0 65px; line-height: 75px; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
header.header #search_form input::-moz-placeholder { line-height: 75px; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
header.header #search_form input::placeholder { line-height: 75px; font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
header.header #search_form.show { display: block; }
header.header .nav-mob { display: none; position: fixed; /*top: 22px;*/ right: 30px; width: 30px; height: 25px; z-index: 1112; transition: all 0.2s ease-in-out; cursor: pointer; }
@media screen and (max-width:1128px) {
  header.header .nav-mob { display: block; }
}
header.header .nav-mob span { width: 30px; height: 3px; border-radius: 100px; background-color: #3667B2; display: block; position: absolute; transition: all 0.2s ease-in-out; }
header.header .nav-mob span:nth-of-type(1) { top: 0; right: 0; }
header.header .nav-mob span:nth-of-type(2) { top: 8px; }
header.header .nav-mob span:nth-of-type(3) { top: 16px; }
header.header .nav-mob.open span { background-color: #3667B2; }
header.header .nav-mob.open span:nth-of-type(1) { display: none; }
header.header .nav-mob.open span:nth-of-type(2) { transform: rotate(45deg); top: 8px; }
header.header .nav-mob.open span:nth-of-type(3) { transform: rotate(-45deg); top: 8px; }
header.header.fixed { z-index: 11; box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2); top: 0; }
header.header.fixed .search-open { bottom: 15px; }
header.header.fixed #search_form { top: 0; }
header.header.fixed #search_form input { height: 70px; }
.mob-nav-bottom { display: none; }
@media screen and (max-width:1128px) {
  .mob-nav-bottom { display: flex; height: 68px; background-color: #323332; margin-top: 150px; padding: 0 25px; justify-content: space-between; align-items: center; }
  .mob-nav-bottom .ticker { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.54; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
  .mob-nav-bottom .ticker span { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; margin-left: 5px; }
  .mob-nav-bottom ul.social { list-style: none; margin: 0; }
  .mob-nav-bottom ul.social li { margin: 0 0 0 10px; display: inline-block; }
  .mob-nav-bottom ul.social li a { color: #FFFFFF; font-size: 20px; }
}
@media screen and (max-width:330px) {
  .mob-nav-bottom ul.social { padding: 0; }
}
@media screen and (max-width:1128px) and (orientation:landscape) {
  .mob-nav-bottom { margin-top: 50px; }
}
.bottom { padding: 85px 0; display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width:850px) {
  .bottom { display: block; border-bottom: 0; padding: 35px 0; }
}
.bottom h2 { margin-bottom: 40px; }
@media screen and (max-width:1024px) {
  .bottom h2 { margin-bottom: 20px; }
}
.bottom .news { flex-basis: 50%; width: 50%; max-width: 50%; display: flex; justify-content: space-between; flex-wrap: wrap; }
@media screen and (max-width:850px) {
  .bottom .news { width: 100%; max-width: 100%; margin-bottom: 65px; display: block; }
}
.bottom .news h2 { flex-basis: 100%; width: 100%; max-width: 100%; }
.bottom .news > .news-item { flex-basis: calc(50% - 15px); width: calc(50% - 15px); max-width: calc(50% - 15px); }
@media screen and (max-width:850px) {
  .bottom .news > .news-item { width: 100%; max-width: 100%; margin-bottom: 20px; }
}
.bottom .news > .news-item .news-date { font-size: 12.7px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; text-transform: uppercase; margin-bottom: 10px; }
@media screen and (max-width:850px) {
  .bottom .news > .news-item .news-date { font-size: 12px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1.97px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; }
}
.bottom .news > .news-item .news-title { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }

.bottom .news > .news-item .news-title:hover { font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; text-decoration: underline; }
@media screen and (max-width:1024px) {
  .bottom .news > .news-item .news-title { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.5; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
  .bottom .news > .news-item .news-title:hover { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.86; letter-spacing: normal; color: #3667B2; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
}
.bottom .news .more { margin-top: 70px; }
@media screen and (max-width:850px) {
  .bottom .news .more { margin-top: 20px; }
}
.bottom .signup-outter { background-color: #3667B2; flex-basis: 41.6666666667%; width: 41.6666666667%; max-width: 41.6666666667%; padding: 75px 135px; }
.bottom .signup-outter h3 { font-size: 28.8px; font-weight: 700; font-stretch: normal; font-style: normal; line-height: 1.25; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; margin-bottom: 8px; }
.bottom .signup-outter h4 { font-size: 21.1px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.61; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 500; }
.bottom .signup-outter input[type=text] { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; border-color: #fff}
.bottom .signup-outter input[type=text]::-webkit-input-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter input[type=text]:-moz-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter input[type=text]::-moz-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter input[type=text]:-ms-input-placeholder { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", serif; font-weight: 600; }
.bottom .signup-outter button { height: 60px; line-height: 60px; padding: 0 60px; border-radius: 30px; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; text-align: center; display: inline-flex; align-items: center; background-color: #ffffff; transition: all 0.2s ease-in-out; color: #323332; border: 0 !important; }
.bottom .signup-outter .consent{color:#fff;}
.bottom .signup-outter .consent input{border:1px solid #fff;}
.bottom .signup-outter .consent input::before{content:"";width:1em;height:1em;transform:scale(0);transition:120ms transform ease-in-out;box-shadow:inset 1em 1em #fff;transform-origin:bottom left;-webkit-clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);}

@media screen and (max-width:850px) {
  .bottom .signup-outter button { font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; text-align: center; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 700; height: 42px; line-height: 42px; padding: 0 40px; }
}
.bottom .signup-outter button:hover { color: #323332; background-color: #00B55A; }
@media screen and (max-width:1024px) {
  .bottom .signup-outter h3 { font-size: 20px; }
  .bottom .signup-outter h4 { font-size: 16px; }
  .bottom .signup-outter input[type=text] { font-size: 14px; line-height: 1.5; }
  .bottom .signup-outter input[type=text]::-webkit-input-placeholder { font-size: 14px; line-height: 1.5; }
  .bottom .signup-outter input[type=text]:-moz-placeholder { font-size: 14px; line-height: 1.5; }
  .bottom .signup-outter input[type=text]::-moz-placeholder { font-size: 14px; line-height: 1.5; }
  .bottom .signup-outter input[type=text]:-ms-input-placeholder { font-size: 14px; line-height: 1.5; }
}
@media screen and (max-width:850px) {
  .bottom .signup-outter { width: 100%; max-width: 100%; }
}
@media screen and (max-width:1920px) {
  .bottom .signup-outter { padding: 60px 100px; }
}
@media screen and (max-width:1366px) {
  .bottom .signup-outter { padding: 50px 70px; }
}
@media screen and (max-width:850px) {
  .bottom .signup-outter { padding: 45px 35px; }
}
.bottom .signup-outter h4 { text-transform: none; margin: 10px 0 15px 0; }
@media screen and (max-width:1920px) {
  .bottom .signup-outter h4 { margin: 0px 0 15px 0; }
}
@media screen and (max-width:850px) {
  .bottom .signup-outter .signup { text-align: center; }
}
.bottom .signup-outter .signup input { width: 100%; margin-top: 20px; background-color: transparent; }
.bottom .signup-outter .signup .btn { margin-top: 40px; }
.bottom .signup-message { margin: 20px 0; text-align: center; color:#fff;}
.bottom .recaptcha { margin: 0; opacity: 0; height: 0; width: 0; transition: all 0.3s ease-in-out; display: block; pointer-events: none; }
.bottom .recaptcha.show { opacity: 1; height: 78px; width: auto; pointer-events: all; margin: 10px 0; }
@media screen and (max-width:1366px) {
  .recaptcha { transform-origin: top left; transform: scale(0.8); }
}
@media screen and (max-width:500px) {
  .recaptcha { transform: scale(0.605); }
}
footer { background-color: #323332; }
footer > div { min-height: 228px; display: flex; justify-content: space-between; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; padding: 40px 0; flex-wrap: wrap; }
footer > div > div { flex-basis: 30%; max-width: 30%; width: 30%; align-items: flex-end; }
@media screen and (max-width:1366px) {
  footer > div > div { flex-basis: 100%; max-width: 100%; width: 100%; }
}
footer > div > div ul { margin: 0; padding: 0; list-style: none; }
footer > div > div ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; opacity: 1; transition: all 0.25s ease-in-out; }
footer > div > div ul li a:hover { opacity: 0.6; }
footer > div > div:first-of-type { display: flex; }
@media screen and (max-width:1366px) {
  footer > div > div:first-of-type { margin-bottom: 30px; }
}
@media screen and (max-width:1024px) {
  footer > div > div:first-of-type { display: none; }
}
footer > div > div:first-of-type ul { width: 100%; -moz-column-count: 2; column-count: 2; -moz-column-fill: balance; column-fill: balance; }
footer > div > div:first-of-type ul li { margin-bottom: 15px; }
footer > div > div:first-of-type ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; opacity: 1; transition: all 0.25s ease-in-out; }
footer > div > div:first-of-type ul li a:hover { opacity: 0.6; }
footer > div > div:last-of-type { flex-basis: 70%; max-width: 70%; width: 70%; }
footer > div > div:last-of-type ul { display: flex; align-items: flex-end; height: 100%; justify-content: flex-end; }
@media screen and (max-width:1366px) {
  footer > div > div:last-of-type { flex-basis: 100%; max-width: 100%;  width: 100%; }
}
@media screen and (max-width:1024px) {
  footer > div > div:last-of-type ul { display: block; text-align: center; }
}
@media screen and (max-width:500px) {
  footer > div > div:last-of-type ul { text-align: right; }
}
footer > div > div:last-of-type ul li { display: inline-block; border-right: 1px solid #ffffff; padding: 0 15px; font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
@media screen and (min-width:1025px) {
  footer > div > div:last-of-type ul li { padding: 0 7px; }
}
@media screen and (max-width:850px) {
  footer > div > div:last-of-type ul li { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.86; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; padding: 0 7px; }
}
footer > div > div:last-of-type ul li:last-of-type { border-right: 0; padding-right: 0; }
footer > div > div:last-of-type ul li a { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: normal; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; transition: all 0.25s ease-in-out; }
footer > div > div:last-of-type ul li a:hover { opacity: 0.6; }
@media screen and (max-width:850px) {
  footer > div > div:last-of-type ul li a { font-size: 14px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.86; letter-spacing: normal; text-align: center; color: #f9f8f6; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
footer > div > div:last-of-type ul li a.blender { font-size: 16px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.63; letter-spacing: 0.69px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; line-height: 0; }
footer > div > div:last-of-type ul li a.blender:hover { opacity: 0.6; }
@media screen and (max-width:1024px) {
  footer > div > div:last-of-type { flex-basis: 100%; max-width: 100%; width: 100%; }
}
@media screen and (max-width:1024px) {
  footer > div { min-height: 128px; }
  footer > div > div:last-of-type ul { text-align: right; }
  footer > div > div:last-of-type ul li:nth-last-of-type(2) { border-right: none; }
  footer > div > div:last-of-type ul li:last-of-type { width: 100%; text-align: right; }
}
.cc-window { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
.cc-window .cc-link, .cc-window .cc-btn { font-size: 18px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.44; letter-spacing: normal; color: #231f20; font-family: "neue-haas-grotesk-display", serif; font-weight: 500; }
#width-check { position: relative; z-index: 0; }
@media screen and (max-width:1024px) {
  #width-check { z-index: 1; }
}
section h2, section h3 { margin-bottom: 40px; }
@media screen and (max-width:850px) {
  section h2, section h3 { margin-bottom: 15px; }
}

/*
section#hero {
  height: 568px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  padding: 0px 110px 0 110px;
  margin: 139px 60px 0 60px;
  // @media screen and (max-width: $break-xl) { 
  //  height: 500px;
  //  padding: 80px 80px 0 80px;
  // }
  @media screen and (max-width: $break-l) { 
    margin: 0 auto;
    margin-top: 70px;
    width: calc(100% - 120px);
  }
  @media screen and (max-width: $break-m) { 
    width: calc(100% - 60px);
    height: 500px;
  }
  @media screen and (max-width: $break-s) { 
    width: calc(100% - 50px);
    height: 360px;
    padding: 0px 20px 0 20px;
  }
  .inner {
    h1 {
        @include h1L;
        margin-bottom: 40px;
        @media screen and (max-width: $break-s) { 
          @include h1XS;
        }
    }
  }
}*/
section.links { display: flex; padding-left: 0 !important; padding-right: 0 !important; }
@media screen and (max-width:850px) {
  section.links { display: block; margin-top: 10px; }
}
section.links > a { background-color: #efefef; max-width: 33.3333333333%; width: 33.3333333333%; flex-basis: 33.3333333333%; font-size: 15px; height: 140px; margin-top: 15px; margin-right: 14.6px; transition: all 0.2s ease-in-out; display: flex; align-items: center; text-align: center; justify-content: center; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; text-transform: uppercase; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: bold; margin-top: 0; margin-right: 5px; text-transform: uppercase; letter-spacing: 1px; }
section.links > a::after { content: ""; display: inline-block; width: 24px; height: 15px; background-color: #3667B2; -webkit-mask-image: url(../../../../_resources/svgs/large-arrow.svg); mask-image: url(../../../../_resources/svgs/large-arrow.svg); transition: all ease-in-out 0.25s; margin-left: 10px; }
section.links > a:hover::after { background-color: #FFFFFF; }
@media screen and (max-width:1024px) {
  section.links > a { height: 67px; }
}
@media screen and (max-width:850px) {
  section.links > a { width: 100%; max-width: 100%; margin: 5px 0; font-size: 13px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; color: #231f20; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
section.links > a i { color: #3667B2; transition: all 0.2s ease-in-out; margin-left: 25px; }
section.links > a:hover { background-color: #3667B2; color: #FFFFFF; }
@media screen and (max-width:1024px) {
  section.links > a:hover { background-color: #efefef; font-size: 15px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: 1px; text-align: center; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
}
section.links > a:hover i { color: #FFFFFF; }
@media screen and (max-width:1024px) {
  section.links > a:hover i { color: #3667B2; }
}
section.links > a:last-of-type { margin-right: 0; }
section.overview { padding: 85px 0 100px 0; display: flex; }
@media screen and (max-width:850px) {
  section.overview { display: block; border-bottom: 0; padding-bottom: 0; }
}
section.overview div { flex-basis: 50%; width: 50%; max-width: 50%; }
@media screen and (max-width:850px) {
  section.overview div { width: 100%; max-width: 100%; }
}
section.overview div:first-of-type { padding-right: 130px; }
@media screen and (max-width:850px) {
  section.overview div:first-of-type { padding-right: 0; margin-bottom: 65px; }
}
section.overview div a.more { margin-top: 50px; }
@media screen and (max-width:850px) {
  section.overview div a.more { margin-top: 20px; }
}
section.overview div.investors table { width: 100%; }
section.overview div.investors table tr { width: 100%; }
section.overview div.investors table tr td, section.overview div.investors table tr th { width: 50%; text-align: left; padding: 20px 10px; }
section.overview div.investors table tr th { border-bottom: 2.4px solid #cecece; padding: 0 10px 20px 10px; font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
section.overview div.investors table tr th i { margin-right: 5px; }
section.overview div.investors table tr td { text-transform: uppercase; border-bottom: 1px solid #cecece; font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: 1px; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
section.overview div.investors table tr td strong { margin-right: 5px; font-size: 19px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: 1px; color: #323332; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
section.content-image-split { display: flex; margin: 0 auto; background: #3667B2; }

section.content-image-split h2 { text-decoration: none; }

section.content-image-split > * { flex-basis: 50%; }
@media screen and (max-width:850px) {
  section.content-image-split > * { flex-basis: 100%; }
}
section.content-image-split .content { padding: 70px 70px 70px 0; margin-left: calc(50% - 800px); }
section.content-image-split .content *{color:#fff;}
@media screen and (max-width:1920px) {
  section.content-image-split .content { margin-left: calc(50% - 600px); }
}
@media screen and (max-width:1366px) {
  section.content-image-split .content { margin-left: 0; padding: 70px 60px; }
}
@media screen and (max-width:1024px) {
  section.content-image-split .content { padding: 70px 30px; }
}
@media screen and (max-width:850px) {
  section.content-image-split .content { padding: 50px 25px; }
}
section.content-image-split .content p { margin-bottom: 40px; }
section.content-image-split .content p:last-of-type { margin-bottom: 0; }
section.content-image-split .image { background-repeat: no-repeat; background-size: cover; background-position: center; min-height: 500px; }
@media screen and (max-width:500px) {
  section.content-image-split .image { min-height: 250px; }
}
@media screen and (max-width:850px) {
  section.content-image-split { flex-direction: column-reverse; }
}
section.products .container { padding: 80px 0 0 0; display: flex; }
@media screen and (max-width:850px) {
  section.products .container { display: block; border-bottom: 0; padding: 65px 0 0 0; }
}
section.products.products-features .container.highlights { padding: 0 0 80px 0; flex-wrap: wrap; justify-content: space-around; border-bottom: 1px solid #cecece; }
section.products.products-features .container.highlights h2 { flex-basis: 100%; max-width: 100%; width: 100%; margin: 0 auto 40px auto; text-align: center; }
section.products.products-features .container.highlights > div { display: flex; flex-basis: calc(33.3333333333% - 30px); max-width: calc(33.3333333333% - 30px); width: calc(33.3333333333% - 30px); margin-right: 45px; position: relative; padding-top: 80px; }
section.products.products-features .container.highlights > div:nth-of-type(3n) { margin-right: 0; }
section.products.products-features .container.highlights > div:nth-of-type(-n+3) { padding-top: 30px; }
@media screen and (max-width:850px) {
  section.products.products-features .container.highlights > div { width: 100%; max-width: 100%; margin-bottom: 0; margin-right: 0; padding-top: 30px; }
}
section.products.products-features .container.highlights > div:last-of-type { margin-right: 0; }
section.products.products-features .container.highlights > div::before { content: ""; -webkit-font-smoothing: antialiased; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1; color: #00B55A; font-size: 38px; min-width: 38px; width: 40px; flex-basis: 40px; margin-right: 35px; font-family: "Font Awesome 5 Pro"; font-weight: 900; font-style: normal; }
section.products.products-features .container.highlights > div.chart::before { content: "\f201"; }
section.products.products-features .container.highlights > div.globe::before { content: "\f0ac"; }
section.products.products-features .container.highlights > div.gem::before { content: "\f3a5"; }
section.products.products-features .container.highlights > div.leaf::before { content: "\f06c"; }
section.products.products-features .container.highlights > div.jpmorgan::before {  content: "\f1ad"; }
/* section.products.products-features .container.highlights > div.jpmorgan::before {background: url(../img/jpmorgan.svg); background-size: contain; background-repeat: no-repeat; min-height: 38px; } */
section.products.products-features .container.highlights > div.team::before { content: "\f0c0"; font-size: 34px; }
section.products.products-features .container.highlights > div h5 { margin-bottom: 20px; font-size: 20px; font-weight: normal; font-stretch: normal; font-style: normal; line-height: normal; letter-spacing: normal; color: #00B55A; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; }
section.products .img { overflow: hidden; position: relative; }
section.products .img a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; z-index: 2; }
section.products .img img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; transform: scale(1); transition: all 0.2s ease-in-out; }
section.products .img:hover img { transform: scale(1.05, 1.05); }
section.products .img:hover + h4 a::after { background-color: #3667B2 !important; }
#hero { background-image: url(../../../../_resources/banners/hero2.jpg); background-size: cover; background-position: center; background-repeat: no-repeat; height: calc(100vh - 60px); margin-top: 60px; position: relative; }
#hero .hero-layer-1 { background-image: url(../../../../_resources/banners/hero1.jpg?v1); background-size: cover; background-position: center; background-repeat: no-repeat; position: absolute; top: 0; bottom: 0; right: 0; left: 0; z-index: 2; }
#hero .hero { align-items: flex-start; display: flex; height: 100%; padding-top: 200px; }
@media screen and (max-width:1024px) {
  #hero .hero { padding-top: 100px; }
}
#hero .hero__content { position: relative; z-index: 3; }
#hero .hero__content h1 { filter: drop-shadow(5px 5px 20px #444); }

html.modal { pointer-events: none; touch-action: none; -webkit-overflow-scrolling: auto; overflow-y: hidden;}
#signup-popup { position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px; z-index: 10000;  display: none; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: rgba(0, 0, 0, 0.4); padding: 10px;}
#signup-popup.show { display: -webkit-box; display: -ms-flexbox; display: flex; }
#signup-popup > div { position: relative; pointer-events: all; touch-action: auto; background: #EDEFF2; overflow: auto; max-height: 98vh; padding: 50px 90px; min-width: 480px; max-width: 600px; }
#signup-popup > div .close { position: absolute; z-index: 1; top: 0px; right: 0px; width: 40px; height: 40px; color: #1d355f; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 24px; line-height: 24px; cursor: pointer; margin-top:0 !important; border: none;}
#signup-popup > div .close:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}
#signup-popup > div h3 { margin-bottom: 10px; }
#signup-popup > div h4 { color: #323232; font-weight: 400; font-size: 22px; margin-bottom: 30px; }
#signup-popup > div .input  label{display: none;}
#signup-popup > div input[type=text] { width: 100%; margin-bottom: 25px; }
#signup-popup > div button { text-transform: uppercase; margin-top: 20px; color: #fff; }
@media screen and (max-width:768px) {
  #hero { background-image: url(../../../../_resources/banners/hero2_mobile.jpg?v1);  }
  #signup-popup > div {padding: 30px 35px; min-width: 100%;}
}

.sub-nr-btn{
/*  height: 60px; for one button*/
    height: 40px;
    line-height: 60px;
/*    padding: 0 60px; for one button*/
    padding: 0 40px;
    border-radius: 30px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    font-family: "neue-haas-grotesk-display", sans-serif;
    font-weight: 600;
    text-align: center;
    display: inline-flex;
    align-items: center;
    background-color: #3667B2;
    transition: all 0.2s ease-in-out;
    color: #ffffff;
    border: 0 !important;
/*  margin-top:15px; for one button*/
  margin-top:10px;
}
.subscribe-image {
  height:140px;
  padding-right: 5px;
}

.subscribe-text{
  width:250px;
  display:inline-block;
  /*margin-left:15px;*/
  text-align:center;
  font-size:14px;
  vertical-align:top;
}

@media screen and (max-width:500px) {
  .subscribe-text{
  width:150px;
  
}
.sub-nr-btn{
  height: 42px;
  font-size:13px;
/*  margin-bottom:15px; for one button*/
  margin-bottom:0px;
   
}
}

.twitter-x {
  height:20px;
  width:20px;
  position: relative;
top: 2px;
}

@media screen and (max-width:920px) { .hero__content h1 { font-size: 70px; } }
@media screen and (max-width:768px) { .hero__content h1 { font-size: 54px; line-height: 1.4;} }
@media screen and (max-width:425px) { .hero__content h1 { font-size: 26px; } }
@media screen and (max-width:375px) { .hero__content h1 { font-size: 24px; } }
@media screen and (max-width:360px) { .hero__content h1 { font-size: 21.5px; } }

/* Nov 2023 */
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 65%; height: 66%; }

@media screen and (max-width: 700px) {
  .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 80%; height: 80%; }
 }


.signup .consent {
  font-size: 16px;
  line-height: 1.33;
  position: relative;
  padding-left: 40px;
}

.signup .consent input {
  cursor: pointer;
  border: 1px solid #231f20;
  border-radius: 0;
  padding: 8px;
  margin: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0; 
  appearance: none;
  -webkit-appearance: none;
  display: grid;
  place-content: center;
  background: #fff;
}

.signup .consent input::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #231f20;
  transform-origin: bottom left;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}

.signup .consent input:checked::before {
  transform: scale(1);
}

.signup .consent input:focus-visible {
  outline: 3px solid #005fcc;
  outline-offset: 3px;
}


.signup .consent label {
  cursor: pointer;
}

#signup-info .signup .consent {
  margin-top: 24px;
}

#signup-info .signup .consent input {
  width: 24px;
  height: 24px;
  margin: 0;
}

/* STOCK TICKER - 3 PLACES (Desktop, Tablet, Mobile Menu) */
.carbon-price {max-height: 39px;}
.zefi-price {max-height: 39px;}
.top-bar .full .zefi-price .ticker {display: flex; align-items: center;}
.top-bar .container.full .zefi-price .ticker span {font-size: 14px !important; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative;}
.top-bar .container.full .zefi-price .ticker span.tickerSymbol {margin-left: 0px; margin-right: 8px;}
.top-bar .container.full .zefi-price .ticker span.tickerChange { margin-left: 10px; }
.top-bar .container.full .zefi-price .ticker span.separator{margin-left:4px; margin-right:4px;}
.top-bar .container.full .zefi-price .ticker span.tickerChange > span { margin-left: 0; }
.top-bar .container.full .zefi-price .ticker span.tickerChange > span::before {content:''; position: relative; font-family: "Font Awesome 5 Pro"; padding-right: 0; position: relative; font-weight: 400; font-size: 14px; font-color: 14px; padding-right: 3px;}
.top-bar .container.full .zefi-price .ticker span.tickerChange > span.up::before {content: '\f106'; font-weight: 400;}
.top-bar .container.full .zefi-price .ticker span.tickerChange > span.down::before {content: '\f107'; font-weight: 400;}

.header.container.full.open {top: 0;}
/*.top-bar-mobile .container.full {max-height: 39px;}*/
.top-bar-mobile .container.full .zefi-price .ticker {align-items: center; display: flex; flex-wrap: wrap;}
.top-bar-mobile .container.full .zefi-price .ticker span {font-size: 14px !important; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerSymbol {margin-left:0px; margin-right: 8px;}
.top-bar-mobile .container.full .zefi-price .ticker span.separator{margin-left:4px; margin-right:4px;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange { margin-left: 10px; }
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span { margin-left: 0; }
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span::before {content:''; position: relative; font-family: "Font Awesome 5 Pro"; padding-right: 0; position: relative; font-weight: 400; font-size: 14px; font-color: 14px; padding-right: 3px;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.up::before {content: '\f106'; font-weight: 400;}
.top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.down::before {content: '\f107'; font-weight: 400;}
.top-bar-mobile .container.full .zefi-price ul.social{display: flex;}

.mob-nav-bottom .ticker {display: flex; align-items: center;}
.mob-nav-bottom .ticker span {font-size: 14px !important; font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.29; letter-spacing: normal; color: #fff; font-family: "neue-haas-grotesk-display", sans-serif; font-weight: 600; position: relative;}
.mob-nav-bottom .ticker span.tickerSymbol {margin-left: 0px; margin-right: 8px;}
.mob-nav-bottom .ticker span.separator{margin-left:4px; margin-right:4px;}
.mob-nav-bottom .ticker span.tickerChange { margin-left: 10px; }
.mob-nav-bottom .ticker span.tickerChange > span { margin-left: 0; }
.mob-nav-bottom .ticker span.tickerChange > span::before {content:''; position: relative; font-family: "Font Awesome 5 Pro"; padding-right: 0; position: relative; font-weight: 400; font-size: 14px; font-color: 14px; padding-right: 3px;}
.mob-nav-bottom .ticker span.tickerChange > span.up::before {content: '\f106'; font-weight: 400;}
.mob-nav-bottom .ticker span.tickerChange > span.down::before {content: '\f107'; font-weight: 400;}

.tickerUp { color: #88fc6d !important; } 
.tickerDown { color: white !important; }

@media (max-width: 640px) {
  .top-bar-mobile .container.full .zefi-price .ticker {margin-right: 6px;}
  .top-bar .container .social li, .top-bar-mobile .container .social li {margin-left: 9px;}
  .mob-nav-bottom ul.social {padding-left: 0;}
}

@media (max-width: 500px) {
  header.header .nav-mob {right: 16px;}
  .header.container.full,
  .top-bar-mobile > .container,
  .mob-nav-bottom {padding: 0 16px;width: 100%;flex-wrap: wrap;}
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange,
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerPrice,
  .top-bar-mobile .container.full .zefi-price .ticker span, 
  .mob-nav-bottom .ticker span,
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.down::before,
  .mob-nav-bottom .ticker span.tickerChange > span.down::before{ font-size:11px !important; text-align: left;}
  .mob-nav-bottom .ticker{align-items: flex-start;}
  .mob-nav-bottom ul.social li a {font-size: 16px;}
  footer > .container {width: calc(100% - 32px);}
 .mob-nav-bottom{flex-wrap: wrap;}
}

@media (max-width: 400px) {
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange,
  .mob-nav-bottom .ticker .ticker-price-element {margin-left: 8px;}
  .twitter-x{width:17px; height:17px;}
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerSymbol{margin-left:0px; margin-right:0px;}
  .mob-nav-bottom .ticker span.tickerSymbol {margin-right: 0px; text-align: left;}

    .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange,
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerPrice,
  .top-bar-mobile .container.full .zefi-price .ticker span, 
  .mob-nav-bottom .ticker span,
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange > span.down::before,
  .mob-nav-bottom .ticker span.tickerChange > span.down::before{ font-size:11px !important; text-align: left;}
}

.subscribe-video-container {
  text-align: center;
  margin-bottom: 40px;
  display: inline-flex;
}

.subscribe-video-container-2 {
  display: none;
}

@media screen and (max-width: 585px) {
  .subscribe-video-container {
    display: none;
  }
  .subscribe-video-container-2 {
    display: inline-flex;
    margin-bottom: 30px;
    max-width: 400px; /*for two buttons*/
  }
  /*.subscribe-video-container-2 .subscribe-text {
    width: 100%;
  }*/
  .subscribe-video-container-2 .sub-nr-btn {
    padding: 0 20px;
  }
}

@media screen and (max-width: 425px) {
  .subscribe-video-container-2 .subscribe-image {
    width: 125px;
    height: 100%;
  }
}

/* Adding third stock feed - OTC (August 6th, 2024) */
.mob-nav-bottom {justify-content: flex-start;}
.mob-nav-bottom .ticker span.tickerSymbol {white-space: nowrap;}
.mob-nav-bottom ul.social {margin-left: auto; white-space: nowrap;}
.mob-nav-bottom .ticker span.separator {margin: 0 8px;}
.mob-nav-bottom .ticker-wrapper {display: flex; align-items: center;}


@media screen and (max-width: 850px) {
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerChange {display: none;}
  .mob-nav-bottom .ticker-wrapper {display: block;}
  .mob-nav-bottom .ticker span.separator {display: none;}
}

@media screen and (max-width: 615px) {
  .top-bar-mobile .container.full .zefi-price .ticker {display: block;}
  .top-bar-mobile .container.full .zefi-price .ticker span {line-height: 1.1; margin-left: 0; display: block; text-align: left;}
  .top-bar-mobile .container.full .zefi-price .ticker span.truncate {display: inline-block;}
  .top-bar-mobile .container.full .zefi-price .ticker span.tickerSymbol {margin-left: 0;}
  .top-bar-mobile .container.full .zefi-price .ticker span.separator {display: none;}
  .top-bar .container > div, .top-bar-mobile .container > div {justify-content: space-between; width: 100%;}
  .top-bar-mobile .container > div.carbon-price {display: none;}
}

@media screen and (max-width: 375px) {
  .top-bar-mobile .container.full .zefi-price .ticker span.truncate {display: none;}
}
.content-image-split .image { background-image:url(../img/project.jpg?v2); background-position: top right; }
.fs { font-size:16px; }


.skip-to-content{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;opacity:0;}
.skip-to-content:focus{display:flex;justify-content:center;position:absolute;top:0;right:0;width:100%;height:40px;left:50%;transform:translateX(-50%);opacity:1;align-items:center;z-index:20;padding:0 24px;border:0;margin:0;font-size:18px;clip:inherit;background-color:#fff;color:#231f20;outline:0;border-bottom:4px solid #00B55A;}


/* TermsFeed Cookie Consent */
.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject {
  background-color: #3667B2 !important;
  color: #ffffff !important;
}
/* TermsFeed Cookie Consent */
.termsfeed-com---pc-dialog .cc-cp-foot-button .cc-cp-foot-save:hover,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-okagree:hover,
.termsfeed-com---reset .cc-nb-buttons-container .cc-nb-reject:hover {
  background-color: #3667B2 !important;
  color: #ffffff !important;
  opacity: 0.7;
}