@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?jnc56z");
  src: url("../fonts/icomoon.eot?jnc56z#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?jnc56z") format("truetype"),
    url("../fonts/icomoon.woff?jnc56z") format("woff"),
    url("../fonts/icomoon.svg?jnc56z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class*=" icon-"],
[class^="icon-"] {
  font-family: "icomoon" !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e902";
}
.icon-chevron-up:before {
  content: "\e903";
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap");

html {
  line-height: 1.15;
  /* -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
}
*,
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  margin: 0;
  font-weight: 400;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

body.noscroll {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}
.text-bold,
b,
strong {
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
img {
  height: auto;
  max-width: 100%;
  border-style: none;
}
a,
a:visited {
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:hover {
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
a:focus {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.bold,
strong {
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
a.red:hover {
  color: #454648;
}
.blue {
  color: #3b94d1;
}
.colour-red {
  color: #dc1a42;
}
.colour-red2 {
  color: #450024;
}
.colour-red:hover {
  opacity: 0.7;
}

a.colour-red2:hover {
  color: #dc1a42 !important;
}

.black,
.description-container h4,
.description-container h5 {
  color: #000000;
}
/* ::-webkit-input-placeholder {
}
::-moz-placeholder {
}
:-ms-input-placeholder {
}
:-moz-placeholder {
} */
h1,
h2,
h3,
h4,
h5 {
  font-family: "Inter", sans-serif;
  clear: both;
  font-weight: 600;
  line-height: 145%;
}
h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
h3 {
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
h4 {
  font-size: 18px;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
p {
  line-height: 145%;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #450024;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  z-index: 11;
}
header.active {
  position: fixed;
  top: 0;
  background-color: white;
  background-color: #450024;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 768px) {
  header.active {
    background-color: white;
    background-color: #450024;
  }
}
section.banner {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #ffe5e3;
  min-height: 65vh;
  min-height: 100vh;
  /* background-image: url("../img/Global100_coverweb.svg"); */
  background-repeat: no-repeat;
  /* background-size: auto 70%; */
  background-position: center;
  background-size: cover;

  /* background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
	background-size: 400% 400%;
    animation: gradient 15s ease infinite; */

  align-items: center;
  display: flex;
  /* background-image: url('../img/global-100-report-thumb.jpg'); */
  background-image: none;

  /* box-shadow: rgba(0,0,0,0.15) 0px 0px 0px 2000px inset; */
}

section.banner2 {
  min-height: 55vh;
}

section.banner .fade {
  background-image: url("../img/global100-banner-cover.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

section.banner .fade-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.banner .huge-intro {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 40px;
  z-index: 9;
  color: #ffffff !important;
}

@media only screen and (min-width: 768px) {
  .banner .huge-intro {
    font-size: 66px;
  }
}

section.banner.ned-banner {
  min-height: 75vh;
  background-image: url("../img/ned-group-logo.svg"),
    url("../img/banner-ned-no-logo.png");
  background-color: #00744c;
  background-repeat: no-repeat, no-repeat;
  background-size: auto 50%, cover;
  background-position: center, center;
}

section.banner.robeco-banner {
  min-height: 75vh;
  background-image: url("../img/robeco-logo.svg");
  background-color: #00a2bd;
  background-repeat: no-repeat;
  background-size: 350px auto;
  background-position: center;
}
@media only screen and (min-width: 768px) {
  section.banner {
    /* background-size: auto 85%; */
  }
}
header.active img.logo-red {
  display: block;
}
header.active img.logo-white {
  display: none;
}
header img.logo-red {
  display: none;
}
header img.logo-white {
  display: block;
}
footer {
  background-color: #450024;
}
footer .copy {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  footer .copy {
    font-size: 11px;
  }
}
footer a,
footer a:visited,
footer p {
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  footer a,
  footer a:visited,
  footer p {
    font-size: 12px;
  }
}
footer a:hover {
  color: #dc1a42;
}

footer ul.mobile-nav {
  width: 100%;
}

footer ul.mobile-nav li {
  display: inline-block;
}

footer ul.mobile-nav li a {
  padding: 10px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.bordered:before {
  background-color: #ffffff;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}
img.site-logo {
  max-width: 132px;
}
@media only screen and (min-width: 768px) {
  img.site-logo {
    max-width: 180px;
  }
}
@media only screen and (min-width: 1024px) {
  img.site-logo {
    max-width: 180px;
  }
}
footer .site-logo {
  max-width: 132px;
  width: 180px;
}
@media only screen and (min-width: 768px) {
  footer .site-logo {
    max-width: 150px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .site-logo {
    max-width: 160px;
  }
}
.bg-gray {
  background-color: #454648;
}
.bg-gray3 {
  background-color: #000000;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray2 {
  background-color: #f2f4f4;
}
.bg-red {
  background-color: #dc1a42;
}
.bg-green {
  background-color: #00744c;
}
nav.main-nav a,
nav.main-nav a.active,
nav.main-nav a:hover {
  color: #f7f6f3;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 12px;
  background-color: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 0;
  line-height: 100%;
  padding: 10px 15px;
}
nav.main-nav a.active,
nav.main-nav a:hover {
  color: #ffffff;
  border: 1px solid #dc1a42 !important;
  background-color: #dc1a42 !important;
}

.select-css {
  display: block;
  background-color: #ffffff;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  line-height: 145%;
  border-color: #979797;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  fill: red;
  background-repeat: no-repeat, repeat;
  background-position: right 13px top 58%, 0 0;
  cursor: pointer;
}
.graph1-selector,
.year1-selector,
.graph2-selector,
.year2-selector {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-size: 21px auto;
}

.graph1-selector,
.year1-selector {
  color: #dc1a42;
  border: 2px solid #dc1a42;
  background-image: url("../img/chev-down-red.svg");
}
.graph2-selector,
.year2-selector {
  color: #450024;
  border: 2px solid #450024;
  background-image: url("../img/chev-down-red2.svg");
}

.graph1-selector:disabled,
.year1-selector:disabled,
.graph2-selector:disabled,
.year2-selector:disabled {
  border: 2px solid #979797 !important;
  opacity: 0.5;
}

.select-css:focus {
  outline: none;
}
.select-css:hover {
  border-color: #979797;
}
.signupform {
  font-family: "Inter", sans-serif;
  color: #ffffff;
  line-height: 145%;
}
.signupform .hs-form-field {
  margin-bottom: 10px;
}
.signupform label {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  display: block;
  width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  position: relative;
  text-align: left;
}
.signupform input,
.signupform input:focus {
  border: 1px solid #ffffff;
  color: #4a4a4a;
  font-size: 14px !important;
  font-family: "Inter", sans-serif;
  line-height: 125%;
  margin: 5px 0 0 0;
  padding: 13px 15px !important;
  width: 100%;
  border-radius: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  text-align: left;
}
.signupform input.hs-button,
.signupform input.hs-button:focus,
a.hs-button,
a.hs-button:focus,
button.hs-button,
button.hs-button:focus {
  background-color: transparent !important;
  color: #ffffff !important;
  font-size: 12px;
  text-align: center !important;
}
a.hs-button.download-btn {
  margin-top: 20px !important;
  background-color: #dc1a42 !important;
  color: #ffffff !important;
}
a.hs-button.download-btn:hover {
  background-color: #450024 !important;
}
.signupform input.hs-button:hover,
a.hs-button:hover,
button.hs-button:hover {
  background-color: #dc1a42 !important;
  border-color: #dc1a42 !important;
}
a.hs-button,
button.hs-button {
  padding: 12px 40px 12px 20px !important;
}
.signupform .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: transparent;
  border: 0;
}
.signupform .hs-error-msgs li:before {
  display: none;
}
.signupform .hs-error-msgs li label,
.signupform label.error {
  margin: 0 0 18px 0;
  font-size: 12px;
  color: #f2545b !important;
  font-family: "Inter", sans-serif;
}
.signupform #response p {
  margin-top: 18px;
}
.form-holder .is_stuck {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: auto;
  left: auto !important;
  right: auto !important;
}
.form-section {
  position: absolute;
  z-index: 1001;
}
.legal-consent-container {
  font-size: 12px;
  line-height: 125%;
  text-align: left;
}
.hs-form-booleancheckbox-display input,
.hs-form-booleancheckbox-display input:focus {
  position: absolute;
  left: -15px;
  width: auto;
  top: 3px;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}
.legal-consent-container .field.hs-form-field {
  margin-bottom: 10px;
  margin-top: 5px;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 25px;
}
.legal-consent-container > div {
  margin-bottom: 12px;
}
.row {
  padding-left: 15px;
  padding-right: 15px;
}
.signupform .hs-form ul.inputs-list {
  list-style: none;
}
.signupform [type="checkbox"]:checked,
.signupform [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}
.signupform [type="checkbox"]:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
}
.signupform [type="checkbox"]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 1px solid #dc1a42;
  background-color: #dc1a42;
}
.signupform input.hs-button,
a.hs-button,
button.hs-button {
  text-transform: uppercase;
  font-size: 18px !important;
  margin-top: 20px;
  font-weight: 600;
  cursor: pointer;
}
button.hs-button,
button.hs-button:focus {
  padding: 16px 36px 17px 16px !important;
  background-color: #979797 !important;
  border: 1px solid #979797 !important;
  outline: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.container {
  width: 100%;
  max-width: 1280px;
}
ul.ul-list {
  list-style: none;
  margin: 0 0 20px 14px;
}
ul.ul-list li:before {
  content: "•";
  font-size: 100%;
  padding-right: 5px;
  margin-left: -14px;
}
.lightbox-container {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.lightbox-container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.lightbox-container .signupform {
  top: 0;
  -webkit-box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px -10px rgba(0, 0, 0, 0.25);
  background: #4c0024;
  padding-bottom: 100px;
}
@media only screen and (min-width: 768px) {
  .lightbox-container .signupform {
    /* top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); */
    /* top: 10px; */
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
button.hs-button.compare-btn,
button.hs-button.compare-btn:hover,
button.hs-button.compare-btn:focus {
  font-family: "Inter", sans-serif;
  background-color: #dc1a42 !important;
  opacity: 1;
  border: 0px solid #dc1a42 !important;
  cursor: pointer;
  border-radius: 0 !important;
}
button.hs-button.compare-btn:hover {
  background-color: #450024 !important;
  border: 0px solid #450024 !important;
}
button.hs-button.compare-btn:disabled,
button.hs-button.compare-btn:disabled:hover {
  background-color: #979797 !important;
  opacity: 0.5;
  border: 0px solid #979797 !important;
  cursor: not-allowed;
}
button.hs-button.compare-btn.mobile {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.clicks {
  color: #dc1a42;
}
.social-icon {
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.social-icon a:hover {
  opacity: 0.7;
}
.border-text-light {
  border-color: #979797;
}
a.get-in-touch {
  border: 1px solid;
}
a.get-in-touch:before {
  display: none;
}

.bubble,
.bubble2 {
  position: relative;
}
.bubble {
  background-color: #ffe5e3;
}
.bubble2 {
  background: #f2f4f4;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .bubble2 {
    padding: 50px 20px;
  }
}
.score-value {
  width: 84px;
  height: 84px;
  color: #ffffff;
  border-radius: 100%;
}
.score-value span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.score-left .score-value {
  background-color: #dc1a42;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.score-right .score-value {
  background-color: #450024;
  font-size: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.score-left .score-title h5,
.score-right .score-title h5 {
  line-height: 130%;
  font-size: 20px;
  width: 100%;
  font-family: "Inter", sans-serif;
}

span.year {
  position: relative;
  display: block;
  font-size: 14px !important;
}

/* .score-left .score-title span,
.score-right .score-title span {
    line-height: 130%;
    font-size: 20px;
    width: 100%;
    font-family: 'Inter', sans-serif;
} */

.text-m-s {
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .score-left .score-title h5,
  .score-right .score-title h5 {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
  }

  .text-m-s {
    font-size: 15px;
  }
}
.score-left .score-title {
  color: #dc1a42;
}
.score-right .score-title {
  color: #450024;
}
.icon-chev {
  font-size: 26px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.text-s {
  font-size: 15px;
}

.score-left:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  background-color: #000000;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .score-left:after {
    bottom: 0;
    height: 1px;
    width: 50%;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.score-heading:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #979797;
  top: calc(100% + 71px);
}
.score-heading:before {
  height: 71px;
  width: 1px;
  background-color: transparent;
  border-left: 1px dashed #979797;
  top: 100%;
}
#chartjs-tooltip {
  background-color: #ffffff;
  border: #ffffff solid 2px;
  border-radius: 8px;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  padding: 0;
  text-align: left;
}
#chartjs-tooltip table {
  padding: 10px 5px;
  display: block;
}
#chartjs-tooltip table tr th {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #354a60;
  margin-bottom: 5px;
  display: block;
}
#chartjs-tooltip table tr td {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  margin-bottom: 5px;
}

.cta-container,
.cta-container h2 {
  color: #000000 !important;
}

.cta-container p {
  color: #000 !important;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}

.floating {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 0;
  margin-top: 5px;
}

@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
  }
  to {
    transform: translate(0, -0px);
  }
}

.scroll-block {
  position: fixed;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  cursor: pointer;
}

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}

.icon-scroll {
  width: 30px;
  height: 50px;
  margin-left: -15px;
  top: 50%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 25px;
}

.icon-scroll:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  margin-left: -3px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}

@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(30px);
  }
}

#bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: transparent;
  max-width: none;
  max-height: none;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 768px) {
  #bgvid {
    display: none;
  }

  section.banner {
    background-image: url("../img/global100-banner-cover.jpg");
  }
}

.company-table {
  background-color: white;
}

.company-table tbody,
.company-table tr {
  width: 100%;
  display: table;
}

.company-table th,
.company-table td {
  font-size: 12px;
  padding: 8px 8px;
}

.company-table td {
  border-top: 1px solid #e2e8f0;
}

.company-table tr:hover {
  background-color: #fafafa;
  cursor: pointer;
}

.company-table thead tr:first-child {
  color: #ffffff;
  background-color: #000000 !important;
}

.company-table thead tr th {
  padding-right: 30px !important;
}

.company-table tbody {
  overflow-y: auto;
  max-height: 500px;
  display: block;
}

.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: 100%;
  height: 100%;
}

.signupform .form-banner {
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}

.lightbox-container .signupform {
}

/* img.signup-img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
} */

@media only screen and (min-width: 768px) {
  .signupform .field.hs-form-field.hs-fieldtype-text {
    width: calc(50% - 20px);
    display: inline-grid;
    margin-right: 20px;
  }
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  max-width: 400px !important;
  width: calc(100% - 20px) !important;
  right: 10px !important;
  left: auto !important;
  top: auto !important;
  bottom: 10px !important;
  position: fixed !important;
  background-color: #450024 !important;
  color: #fff !important;
  font-family: "Inter", Arial, sans-serif !important;
  font-weight: 600 !important;
  box-shadow: none !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background-color: #450024 !important;
  padding: 20px !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  color: #fff !important;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button {
  display: block !important;
  margin: 0 !important;
  padding: 0.75em 1.2em !important;
  max-width: none !important;
  transition: all 0.25s ease-in-out;
  border-radius: 0 !important;
  position: relative;
  display: inline-block !important;
  text-transform: uppercase !important;
  color: #fff !important;
  border: 1px solid #fff !important;
  background-color: transparent !important;
  font-size: 11px !important;
}

body
  div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  a#hs-eu-confirmation-button:hover {
  color: #fff !important;
  border: 1px solid #dc1a42 !important;
  background-color: #dc1a42 !important;
}

body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 20px 0 !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  div#hs-en-cookie-confirmation-buttons-area {
  margin: 0 !important;
}

div#hs-eu-cookie-confirmation
  div#hs-eu-cookie-confirmation-inner
  div#hs-en-cookie-confirmation-buttons-area {
  justify-content: flex-start !important;
}

svg.chev-down {
  position: absolute;
  right: 20px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.compare-btn svg.chev-down {
  transform: translateY(-50%) rotate(-90deg);
}

a.hs-button,
button.hs-button,
button.hs-button:focus,
a.hs-button:focus {
  padding: 15px 50px 15px 30px !important;
}

/* width */
::-webkit-scrollbar {
  width: 6px;
  border-radius: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.025;
  border-radius: 4px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #450024;
  border-radius: 4px;
  cursor: pointer;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #450024;
  opacity: 0.75;
  transition: all 0.25s ease-in-out;
}

section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

section ul li {
  padding: 0 0 20px 24px;
  position: relative;
}

section ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #dc1a42;
  position: absolute;
  left: 0;
  top: 13px;
  border-radius: 10px;
}

section.point-section .fade-bg {
  background: rgba(69, 0, 36, 0.85);
}

section.point-section {
  background-image: url("../img/points-block-bg.jpg");
  background-size: cover;
  background-position: center bottom;
}

.value {
  color: transparent;
  font-size: 4.75rem;
  font-weight: 600;
  letter-spacing: -4px;
  line-height: 100%;

  color: #5b1634;
  text-shadow: -1px -1px 0 #dc1a42, 1px -1px 0 #dc1a42, -1px 1px 0 #dc1a42,
    1px 1px 0 #dc1a42;
}

.value span {
  font-size: 40px;
  text-shadow: none;
  color: #dc1a42;
  margin-left: 4px;
}

.mid-value-block {
  position: relative;
}

.mid-value-block:before,
.mid-value-block:after {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.mid-value-block:before {
  left: 0;
  top: 0;
}

.mid-value-block:after {
  right: 0;
  top: 100%;
}

.separator-line {
  width: 100%;
  height: 2px;
  background-color: #450024;
  margin-top: 60px;
  margin-bottom: 30px;
}

.value-block {
  color: black;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 640px) {
  .mid-value-block:before {
    left: -1rem;
    top: 0;
  }
  .mid-value-block:after {
    right: -1rem;
    top: 0;
  }
  .mid-value-block:before,
  .mid-value-block:after {
    height: 100%;
    width: 1px;
  }
}

@media only screen and (min-width: 768px) {
  .value {
    font-size: 3.75rem;
  }
  .value-block {
    font-size: 18px;
    line-height: 32px;
  }
  .separator-line {
    width: 100%;
    height: 2px;
    background-color: #450024;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .value {
    font-size: 4.75rem;
  }
}

section.methodology-section {
  background-image: url("../img/methodology-bg.svg");
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: calc(100vw / 6);
  background-color: #ffe5e3;
}

.methodology-item {
  display: flex;
  flex-direction: column;
}

.methodology-item .methodology-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}

.methodology-item .methodology-title h4 {
  display: flex;
  align-items: center;
}

.methodology-item .methodology-title h4 svg {
  margin-left: 20px;
  transform: translateY(0);
  transition: 0.25s all ease-in;
  width: 14px;
}

.methodology-item .methodology-title:hover h4 svg,
.methodology-item .methodology-title.active h4 svg {
  transform: translateY(5px);
  transition: 0.25s all ease-in;
}

.methodology-item .methodology-info p {
  font-size: 14px;
}

.methodology-item .methodology-info {
  height: auto;
  overflow: hidden;
  transition: all 0.55s ease-in-out;
}

.methodology-item .methodology-info.hidden {
  height: 0 !important;
  overflow: hidden;
  transition: all 0.55s ease-in-out;
}

.close-btn {
  color: #ffffff;
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.close-btn:hover {
  color: #dc1a42;
}
