@font-face {
  font-family: Helveticaneueltcom ex;
  src: url('../fonts/HelveticaNeueLTCom-Ex.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticaneueltcom ltex;
  src: url('../fonts/HelveticaNeueLTCom-LtEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticaneueltcom mdex;
  src: url('../fonts/HelveticaNeueLTCom-MdEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Helveticaneueltcom thex;
  src: url('../fonts/HelveticaNeueLTCom-ThEx.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Breeserif;
  src: url('../fonts/BreeSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-ExtraLightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-BoldExtended.otf') format("opentype"), url('../fonts/AkzidenzGrotesk-BoldCond.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-ExtendedItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-LightExtended.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-LightExtendedItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-MediumExtended.otf') format("opentype"), url('../fonts/S.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Akzidenzgrotesk;
  src: url('../fonts/AkzidenzGrotesk-MediumExtendedItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: S;
  src: url('../fonts/S.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-top: 6px;
}

.div-block-2 {
  background-color: #fff;
  width: 50px;
  height: 1px;
  margin-top: 7px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 900px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.nav-menu {
  opacity: 0;
  background-color: #fdfdfd;
  width: 100%;
  display: none;
  transform: translate(0, 50px);
}

.div-block-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  background-color: #fdfdfd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  padding-top: 0;
  display: grid;
  transform: translate(0, 70px);
}

.image {
  width: 280px;
  margin-top: 0;
  position: relative;
  transform: translate(0, 300px);
}

.image-2 {
  opacity: 1;
}

.div-block-17 {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 0;
  overflow: hidden;
}

.div-block-18 {
  padding-left: 0;
}

.text-block-8 {
  color: #d49018;
  text-transform: none;
  margin-left: 0;
  font-family: Helveticaneueltcom mdex, sans-serif;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.column {
  padding-left: 0;
}

.heading-2 {
  color: #143144;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Breeserif, Verdana, sans-serif;
  line-height: 34px;
}

.heading-2.titel-unterseite {
  margin-top: 65px;
  margin-bottom: 10px;
}

.paragraph {
  color: #555;
  width: 580px;
  padding-top: 0;
  padding-left: 28px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.paragraph.infowhite {
  color: #d0d0d1;
  margin-top: 10px;
  font-size: 14px;
  line-height: 21px;
}

.div-block-27 {
  background-color: #143144;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.button-6 {
  background-color: #3898ec00;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 52px;
  font-family: Gotham book, sans-serif;
  display: block;
}

.button-6.w--current {
  color: #d49018;
  background-color: #3898ec00;
  font-family: Gotham book, sans-serif;
}

.image-4 {
  width: 230px;
  max-width: 100%;
  margin-left: 0;
  padding-top: 10px;
}

.div-block-29 {
  opacity: 1;
}

.abstand {
  background-color: #e3e2db;
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.abstand.datenschutz {
  margin-top: 0;
}

.hero-scroll {
  background-image: url('../images/hero-scroll-base.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 96px;
  justify-content: center;
  align-items: flex-start;
  width: 96px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 11px;
  display: flex;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
}

.accordion-item {
  background-color: #fff;
  border-bottom-width: 1px;
  border-bottom-color: #e8edee;
  border-radius: 10px;
  margin-bottom: 16px;
  padding: 24px;
}

.counter {
  display: flex;
}

.primary-btn-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0d0d0f;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #604cc3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.button-7 {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #efe5d7;
  background-color: #171411;
  border-radius: .4rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
}

.smaller-h1 {
  font-size: 27px;
  line-height: 27px;
}

.button-8 {
  z-index: 5;
  color: #151515;
  -webkit-text-stroke-color: #151515;
  text-transform: none;
  background-color: #15151500;
  border: 1px solid #151515;
  margin-bottom: 8px;
  margin-right: 10px;
  padding: 1rem 2rem;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.home-about-img {
  z-index: 2;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: relative;
}

.sub-title {
  color: #757474;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 150%;
}

.nav-bar {
  z-index: 100;
  background-color: #ffffffb5;
  padding: 15px 40px 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.image-7 {
  padding-top: 0;
}

.nav-link-4 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  padding: 14px 12px 16px;
  font-size: 15px;
  text-decoration: none;
}

.nav-link-4:hover {
  text-decoration: underline;
}

.nav-link-4.w--current {
  color: #627e62;
  text-shadow: none;
}

.nav-link-4.fixed-nav-link {
  color: #111;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Gotham book, sans-serif;
  font-size: 16px;
}

.nav-link-4.fixed-nav-link.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #d49018;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-3 {
  height: 500px;
}

.section-3.leistungen {
  background-image: url('../images/Sun-Electric-Power-Deutschland-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-3.technologie {
  background-image: url('../images/Sun-Electric-Power-Deutschland-7.jpg');
  background-position: 0 0;
  background-size: cover;
}

.section-3.investoren {
  background-image: url('../images/Sun-Electric-Power-Deutschland-5.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-3.kontakt {
  background-image: url('../images/Sun-Electric-Power-Deutschland-1.jpg');
  background-position: 50% 24%;
  background-size: cover;
}

.untertitel-orange {
  color: #d49018;
  margin-top: 0;
  font-family: Breeserif, Verdana, sans-serif;
  font-size: 19px;
}

.textlink {
  color: #d49018;
}

.quick-stack {
  margin-left: 60px;
  margin-right: 60px;
}

.section-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-4.beige {
  background-color: #e3e2db;
}

.cell-2 {
  flex-flow: row;
}

.picture-1 {
  background-image: url('../images/Sun-Electric-Power-Deutschland-5.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 320px;
}

.cell-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
}

.picture-2 {
  background-image: url('../images/Sun-Electric-Power-Deutschland-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
}

.picture-3 {
  background-image: url('../images/Sun-Electric-Power-Deutschland-7.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 320px;
}

.picture-4 {
  background-image: url('../images/Sun-Electric-Power-Deutschland-6.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 320px;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #707070;
  vertical-align: top;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-left: 4rem;
  padding-right: 4rem;
  display: flex;
}

.header {
  color: #707070;
  border-bottom: 1px solid #e6e6e6;
  justify-content: center;
  align-items: center;
  display: block;
}

.grid-2-column {
  grid-column-gap: 3rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  display: grid;
}

.link-02_underline {
  z-index: 10;
  color: #fff;
  cursor: none;
  background-color: #151515;
  width: 100%;
  height: 1.5px;
  position: absolute;
  inset: auto 0% 10%;
}

.link-text {
  z-index: 99;
  color: #131313;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: perspective(725px);
}

.link-text:hover {
  text-transform: none;
  align-self: center;
  padding-top: 0;
  padding-bottom: 0;
  transform: perspective(725px);
}

.link-text.style-2 {
  color: #151515;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Gotham book, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
}

.link-text.style-2.is-hidden {
  position: absolute;
  inset: auto 0% -100%;
}

.nav-menu-7 {
  grid-column-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar-4 {
  color: #707070;
  background-color: #ffffffcf;
  justify-content: space-between;
  align-items: center;
  height: 10vh;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-link {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.columns-4, .columns-5, .columns-6 {
  padding-bottom: 40px;
}

.background-video-4 {
  height: 100vh;
}

html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 0;
  transform: translate(0, 75px);
}

html.w-mod-js [data-ix="left"] {
  opacity: 0;
  transform: translate(-360px);
}

html.w-mod-js [data-ix="letter-1"] {
  opacity: 0;
  transform: translate(-93px);
}

html.w-mod-js [data-ix="line"] {
  opacity: 0;
  transform: translate(-93px)scale(.01);
}

html.w-mod-js [data-ix="letter-2"] {
  opacity: 0;
  transform: translate(-133px);
}

html.w-mod-js [data-ix="new-interaction-7"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="paragraph-up"], html.w-mod-js [data-ix="paragraph-up-2"] {
  opacity: 0;
  transform: translate(0, 210px);
}

@media screen and (min-width: 1280px) {
  .div-block-27 {
    margin-top: 0;
  }

  .nav-menu-7 {
    grid-column-gap: 2rem;
  }
}

@media screen and (min-width: 1440px) {
  .quick-stack-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .cell-2 {
    flex-flow: row;
  }
}

@media screen and (min-width: 1920px) {
  .sub-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  .div-block-3 {
    max-width: 100%;
  }

  .nav-menu {
    opacity: 1;
  }

  .image {
    position: relative;
    right: 54px;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph, .button-6 {
    padding-left: 0;
  }

  .column-4, .hero-scroll {
    display: none;
  }

  .button-8 {
    font-size: 1rem;
    bottom: -10%;
  }

  .sub-title {
    font-size: 14px;
    line-height: 142.857%;
  }

  .nav-bar {
    padding-left: 16px;
    padding-right: 0;
  }

  .nav-link-4 {
    color: #111;
    text-align: center;
    background-color: #fff;
    margin-top: -1px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-right: 20px;
    box-shadow: inset 0 1px #e3e3e3, 0 1px #e3e3e3;
  }

  .nav-link-4.w--current {
    color: #dfa25f;
  }

  .cell {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .cell-4 {
    padding-top: 60px;
  }

  .navbar-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .grid-2-column {
    grid-template-columns: 1fr 1fr;
  }

  .link-02_underline {
    background-color: #fff;
    width: 10%;
    display: none;
  }

  .link-text {
    flex: none;
    width: 100%;
  }

  .link-text.style-2 {
    color: #fff;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
  }

  .icon-2 {
    filter: invert();
    display: none;
  }

  .nav-menu-7 {
    background-color: #d49018;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    padding-top: 2rem;
    padding-bottom: 1rem;
    padding-left: 3rem;
  }

  .menu-button-3 {
    padding-right: 0;
  }

  .menu-button-3.w--open {
    background-color: #c8c8c800;
  }

  .menu-link {
    flex: 0 auto;
    align-self: center;
    align-items: center;
    width: auto;
    margin-bottom: 1rem;
    padding-bottom: 0;
    display: flex;
  }

  .column-18, .column-19, .column-20, .column-21 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .div-block-9 {
    grid-auto-flow: row;
  }

  .image-2 {
    margin-top: -91px;
  }

  .column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-4 {
    display: none;
  }

  .button-8 {
    padding: 1rem 2.3rem;
    font-size: .875rem;
    inset: auto auto -20% 0%;
  }

  .home-about-img {
    max-height: 375px;
    position: sticky;
    top: 80px;
  }

  .nav-bar {
    padding-right: 0;
  }

  .navbar-4 {
    height: 6vh;
  }

  .column-17 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .div-block, .div-block-2 {
    width: 30px;
    height: 1px;
  }

  .div-block-3 {
    margin-top: -12px;
  }

  .image-2 {
    margin-top: -121px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-17 {
    padding-top: 73px;
    padding-bottom: 101px;
  }

  .text-block-8 {
    margin-bottom: 14px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
    font-size: 24px;
    line-height: 31px;
  }

  .heading-2.titel-unterseite {
    font-size: 24px;
  }

  .paragraph {
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .div-block-27 {
    height: auto;
    padding-top: 79px;
  }

  .button-6 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-6.w--current {
    padding-left: 0;
  }

  .image-4 {
    width: 170px;
    margin-bottom: 74px;
    margin-left: 0;
  }

  .body {
    height: 100%;
  }

  .column-4 {
    display: none;
  }

  .hero-scroll {
    padding-top: 9px;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-btn-wrap {
    margin-left: 0;
    padding: 16px 32px;
    font-size: 16px;
  }

  .smaller-h1 {
    font-size: 22px;
    line-height: 17px;
  }

  .button-8 {
    left: 0%;
    right: auto;
  }

  .nav-bar {
    padding-left: 8px;
  }

  .untertitel-orange {
    margin-top: 20px;
  }

  .quick-stack {
    margin-left: 20px;
    margin-right: 20px;
    padding: 0;
  }

  .cell {
    justify-content: center;
    align-items: flex-start;
  }

  .navbar-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .link-text {
    white-space: nowrap;
    flex: 0 auto;
  }

  .navbar-4 {
    height: 6vh;
  }

  .bold-text {
    font-size: 24px;
  }

  .list {
    padding-left: 20px;
  }
}

#w-node-_7ed776a6-c9cc-fb08-1bdc-a3f54286d79e-ea82dabd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_7aa5a855-78b8-f06c-ad36-faeee9d6408e-ea82dabd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-ebc55c28-959e-27fd-8716-248ea93baa4d-ea82dabd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_00f124ef-6558-adac-f74d-408a0caf1672-0caf1671 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

#w-node-_7a94ef35-3e7d-30b2-b411-70402e5dd6b7-2e5dd6b4 {
  order: 0;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7a94ef35-3e7d-30b2-b411-70402e5dd6b9-2e5dd6b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: auto;
}

@media screen and (max-width: 991px) {
  #w-node-_7ed776a6-c9cc-fb08-1bdc-a3f54286d79e-ea82dabd {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_7aa5a855-78b8-f06c-ad36-faeee9d6408e-ea82dabd {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-ebc55c28-959e-27fd-8716-248ea93baa4d-ea82dabd {
    grid-template-rows: auto;
    grid-template-columns: 2fr;
  }

  #w-node-_00f124ef-6558-adac-f74d-408a0caf1672-0caf1671 {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }

  #w-node-_00f124ef-6558-adac-f74d-408a0caf1673-0caf1671 {
    grid-row: span 2 / span 2;
  }

  #w-node-_7a94ef35-3e7d-30b2-b411-70402e5dd6d8-2e5dd6b4 {
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7aa5a855-78b8-f06c-ad36-faeee9d6408e-ea82dabd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Helveticaneueltcom ex';
  src: url('../fonts/HelveticaNeueLTCom-Ex.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom ltex';
  src: url('../fonts/HelveticaNeueLTCom-LtEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom mdex';
  src: url('../fonts/HelveticaNeueLTCom-MdEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Helveticaneueltcom thex';
  src: url('../fonts/HelveticaNeueLTCom-ThEx.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Breeserif';
  src: url('../fonts/BreeSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ExtraLightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-BoldExtended.otf') format('opentype'), url('../fonts/AkzidenzGrotesk-BoldCond.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-ExtendedItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-LightExtended.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-LightExtendedItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumExtended.otf') format('opentype'), url('../fonts/S.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Akzidenzgrotesk';
  src: url('../fonts/AkzidenzGrotesk-MediumExtendedItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: auto;
}
@font-face {
  font-family: 'S';
  src: url('../fonts/S.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}