.module__hero-section { overflow: hidden; }

.module__hero-section .module__wrapper {
  padding-top: 72px;
  padding-bottom: 72px;
}

.module__hero-section .module__hero-company-logo-invert {
  filter: invert();
}

.module__hero-section .module__hero-logos {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 48px;
}

.module__hero-section .module__heading {
  margin-top: 0;
  font-size: 88px;
  font-family: 'proxima-black';
  text-transform: uppercase;
  line-height: normal;
}

.module__hero-section .module__heading--marquee {
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 114px;
  min-height: calc(114px * 1.25); 
  /* 1.25 is some kind of line-height: normal */
}

.module__hero-section .module__content {
  transition: margin-top 0.3s linear;
}

.module__hero-section .module__heading .placeholder {
 visibility: hidden;
}

.module__hero-section .module__heading--marquee br {
  display: none !important;
}

.module__hero-additional-description {
  margin-top: 48px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: normal;
}

.module__hero-section .module__hero-logos--predefined {
  align-items: flex-end;
}

.module__hero-section .module__hero-company-logo {
  max-width: 150px !important;
  object-fit: contain;
}

.module__hero-section .module__hero-partner-logo {
  object-fit: contain;
}

.module__hero-section .module__hero-logos--predefined .module__hero-partner-aws {
  width: 67px !important;
  height: 40px !important;
  margin-bottom: -20px !important;
}

.module__hero-section .module__hero-logos--predefined .module__hero-partner-nvidia {
  width: 143px !important;
  height: 29px !important;
  margin-bottom: -4px !important;
}

.module__hero-section .module__hero-logos--predefined .module__hero-partner-prudential {
  width: 173px !important;
  height: 72px !important;
  margin-bottom: 0 !important;
}

.module__hero-section .module__hero-logos--predefined .module__hero-partner-kpmg {
  width: 95px !important;
  height: 53px !important;
  margin-bottom: -10px !important;
}

.module__hero-section .module__hero-logos--predefined .module__hero-partner-celonis {
  width: 110px !important;
  height: 46px !important;
  margin-bottom: -10px !important;
}

.module__hero-section .module__hero-logos--predefined .module__hero-partner-google-cloud {
  width: 184px !important;
  height: 32px !important;
  margin-bottom: -7px;
}

.module__hero-section .module__heading { margin-bottom: 48px; }
.module__hero-section--with-banner .module__heading { margin-bottom: 32px; }

.module__hero-section .module__hero-description {
  font-family: 'proxima-black';
}

.module__hero-section .module__hero-description a,
.module__hero-section .module__hero-additional-description a {
  color: inherit;
  text-decoration: underline;
}

.module__hero-description--h3 {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1;
}

.module__hero-description--h4 {
  font-size: 24px;
  line-height: 1.25;
}

.module__hero-section .module__hero-button {
  display: flex;
  align-items: center;
  justify-content: center;  
  width: 100%;
  max-width: 322px !important;
  height: 64px !important;
  margin: 0;
  padding: 0 ;
  font-size: 14px !important;
  font-family: 'proxima-black', sans-serif;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid #000;
  background: #000;  
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
}

.module__hero-section .module__hero-button:hover {
  background: #fff;
  color: #000;
}

/* banner styles */

.hero-banner {
  position: fixed;
  top: 165px;
  width: 100%;
  height: 85px;
  transition: top 0.35s linear;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,.25);
  z-index: 1001;
}

.hero-banner .section-wrapper {
  position: relative;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
}

.hero-banner__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.hero-banner__content-left {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 100%;
}

.hero-banner__image-wrapper {
  position: relative;
  height: 100% !important;
}

.hero-banner__image {
  position: absolute;
  top: -18px;
}

.hero-banner__text {
  font-family: 'proxima-black';
  font-size: 24px;
  line-height: 1;
}

.hero-banner__cta {
  padding: 14px 20px;
  height: fit-content;
  background: #000 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: 'proxima-black';
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
}

.hero-banner__cta:hover {
  background: #fff !important;
  color: #000 !important;
}

.hero-banner__image-wrapper {
  min-width: 120px;
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.hero-banner__close-control {
  position: absolute;
  top: 50%;
  right: -128px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 4px 8px;
  min-width: unset !important;
  max-width: fit-content;
  color: #fff;
  background: none;
  text-align: center;
  border: none;
  transform: translate(0, -50%);
}

.hero-banner__close-control:hover {
  scale: 1.1;
}

.module__hero__lang-switcher {
  margin: 24px 0 48px;
  font-size: 20px;
  
  a {
    color: #1485C4;
    line-height: 32px; /* 114.286% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: from-font;
    text-underline-offset: auto;
    text-underline-position: from-font;
    
    &:hover {
      color: #459FDD;
    }
    
    &:active, &:focus-visible {
      color: #0E5E8B;
    }
}

@media screen and (max-width: 1380px) {
  .hero-banner__close-control { right: 32px; }
  .hero-banner__content { margin-right: 96px; }
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .hero-banner .section-wrapper { padding-left: 20px !important; }
}

@media screen and (max-width: 820px) {
  .module__hero-section .module__heading { margin-bottom: 24px; font-size: 44px; }
  .module__hero-section .module__heading--marquee { min-height: calc(64px * 1.25); font-size: 54px; }
  .hero-banner__text { font-size: 18px; }
}

@media screen and (max-width: 640px) {
  .hero-banner__text { display: none; }
}

@media screen and (max-width: 540px) {
  .hero-banner__image-wrapper { min-width: 65px; width: 100px; }
  .module__hero-section .module__wrapper { padding: 0 16px 48px; }
  .module__hero-section .module__hero-logos { flex-wrap: nowrap; min-height: 85px; align-items: center; margin-bottom: 0; }
  .hero-banner__content { margin-right: 64px; }
  .hero-banner__close-control { right: 24px; }
}
