@font-face {
  font-family: "Goldenbook 1";
  src: url('../fonts/Goldenbook-Bold-1.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Font;
  src: url('../fonts/font.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gandhisans;
  src: url('../fonts/GandhiSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gandhisans;
  src: url('../fonts/GandhiSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Gandhisans;
  src: url('../fonts/GandhiSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Fonnts;
  src: url('../fonts/fonnts.com-Area_Normal_Bold.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #002f42;
  --black: #0f1319;
  --biege: #f7efe3;
  --white: #fff;
  --grey: grey;
  --light-grey-bg: #f6f6f6;
  --body: Gandhisans, Arial, sans-serif;
}

.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;
}

body {
  color: var(--dark-blue);
  flex-flow: column;
  font-family: Font, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  overflow: visible;
}

h1 {
  z-index: 1;
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  max-width: 60vw;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  position: static;
}

h2 {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 54px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h4 {
  color: var(--dark-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--dark-blue);
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-family: Font, Arial, sans-serif;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

strong {
  font-weight: 700;
}

.navbar-logo-center {
  z-index: 9999999;
  background-color: var(--biege);
  position: sticky;
  top: 0;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  padding: 0;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 0 2px 10px #0f13191a;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: static;
}

.nav-menu-wrapper-three {
  background-color: var(--biege);
  width: 100%;
  position: relative;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--dark-blue);
  letter-spacing: .25px;
  text-transform: uppercase;
  padding: 5px 10px 15px;
  font-family: Fonnts, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
}

.nav-dropdown-toggle:hover {
  border-top: 3px none var(--dark-blue);
  color: #002f42cc;
}

.nav-dropdown-toggle.w--open {
  text-transform: uppercase;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  flex-flow: column;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  border: 2px solid var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffe6;
  border-radius: 0;
  width: 250px;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-dropdown-link {
  border-bottom: 2px solid var(--white);
  color: var(--dark-blue);
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Fonnts, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-dropdown-link:hover {
  color: #002f42cc;
}

.nav-dropdown-link:visited {
  color: var(--dark-blue);
}

.nav-dropdown-link.w--current {
  color: var(--black);
}

.nav-dropdown-link.w--current:visited {
  color: var(--dark-blue);
}

.nav-dropdown-link.bottom {
  border-bottom-style: none;
}

.hero-section-35vh {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 35vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-section-35vh.locations {
  height: 50vh;
}

.hero-image-100 {
  max-width: 100%;
}

.paragraph-center-50vw {
  text-align: center;
  max-width: 60vw;
  margin-bottom: 20px;
}

.body {
  font-size: 16px;
  line-height: 24px;
}

.button {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  text-transform: uppercase;
  background-color: #0f131900;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Font, Arial, sans-serif;
  font-weight: 700;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: var(--dark-blue);
  color: var(--white);
}

.default-sectiion {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  display: flex;
}

.default-sectiion.light-grey-bg {
  background-color: #f6f6f6;
}

.default-sectiion.bottom {
  padding-bottom: 0;
}

.default-sectiion.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.default-sectiion.no-bottom-padding {
  padding-bottom: 0;
}

.default-sectiion._60-gap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.card {
  grid-row-gap: 10px;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.numbers-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.counter {
  color: var(--dark-blue);
  text-align: center;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 60px;
  line-height: 60px;
  display: flex;
}

.number {
  border: 1px solid var(--dark-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
}

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

.quick-stack {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/numbercounter-bg-image_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  align-self: stretch;
}

.quick-stack.wwo {
  background-image: linear-gradient(#ffffffbf, #ffffffbf), url('../images/strand_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.image {
  max-width: 100px;
}

.nav-top {
  border: 1px solid #e4e4e4;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--biege);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 60px 40px 20px;
  display: flex;
}

.footer-text-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 100%;
  display: flex;
}

.link {
  color: var(--grey);
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: var(--dark-blue);
}

.social-icon-div {
  color: var(--grey);
  justify-content: center;
  align-items: center;
  padding: 4px;
  transition: color .2s;
  display: flex;
}

.social-icon-div:hover {
  color: var(--dark-blue);
}

.social-icon-div.top:hover {
  color: var(--white);
}

.social-icons {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  width: 100%;
  display: flex;
}

.social-icons.top {
  width: auto;
}

.footer-button-div {
  display: flex;
}

.heading-1 {
  color: var(--dark-blue);
  margin-bottom: 20px;
  position: static;
}

.heading-1.black {
  color: var(--black);
  margin-bottom: 20px;
  position: static;
}

.heading-1.black.left {
  color: var(--dark-blue);
  text-align: left;
  overflow-wrap: break-word;
}

.heading-1.left {
  text-align: left;
}

.heading-1.left.smaller {
  color: var(--dark-blue);
  font-size: 40px;
  line-height: 54px;
}

.paragraph-left-50vw {
  text-align: left;
  max-width: 60vw;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-left-50vw._60-padding {
  margin-bottom: 60px;
}

.text-container.left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  max-height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 30vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.date-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

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

.caps-20px-text {
  color: var(--black);
  text-transform: uppercase;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 20px;
}

.date-square-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--grey);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 10%;
  min-height: 10%;
  padding: 10px 30px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
}

.date-24px {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.divider {
  background-color: var(--white);
  width: 60%;
  height: 1px;
}

.rext-16px {
  color: var(--white);
  font-family: "Goldenbook 1", Arial, sans-serif;
}

.accordion-wrapper {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.accordion {
  cursor: pointer;
  flex-flow: column;
  margin-bottom: 2px;
  display: flex;
}

.accordion-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-blue);
  color: var(--white);
  text-transform: uppercase;
  padding: 16px;
  font-family: "Goldenbook 1", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.accordion-content {
  flex-flow: column;
  padding: 10px 16px;
  display: none;
}

.arrow-accordian {
  transform-style: preserve-3d;
  width: 24px;
  height: 24px;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

._2-columns {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  margin-bottom: 60px;
  padding: 0;
}

._2-columns.no-bottom-padding, ._2-columns.bottom {
  margin-bottom: 0;
}

.image-div {
  background-image: url('../images/kompass-right-image_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
}

.image-div.wwo-right {
  background-image: url('../images/Luerssen-20240830-1542cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 50%;
  height: 100%;
}

.link-block {
  color: var(--dark-blue);
  text-transform: uppercase;
  padding: 5px 10px 15px;
  font-family: Fonnts, Arial, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.link-block:hover {
  color: #002f42cc;
}

.page-wrapper {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
  overflow: clip;
}

.icon-120 {
  width: 120px;
}

.text-black {
  color: var(--black);
  text-align: left;
  position: static;
}

.locations-quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light-grey-bg);
  align-self: stretch;
  padding: 0;
}

.cell-left-center {
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
}

.parters-quick-stack {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
}

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

.image-2 {
  height: 20vh;
}

.div-block {
  background-color: var(--dark-blue);
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  padding: 6px 40px;
  display: flex;
}

.scroll-into-view {
  height: 0;
  position: absolute;
}

.hero-images {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 100%;
  height: 100%;
  padding: 0;
}

.hero-images._1 {
  background-image: url('../images/hero-image-1.webp');
  background-position: 50%;
  background-size: cover;
}

.hero-images._2 {
  background-image: url('../images/hero-image-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.hero-images._3 {
  background-image: url('../images/Luerssen-20240829-2120-bcTimo_Lutz_Team_fuer-Industriefotografie.avif');
  background-position: 0%;
  background-size: cover;
}

.hero-images._4 {
  background-image: url('../images/DSC_9429-bcTimo_Lutz_Team_fuer_Industriefotografie-min_1.avif');
  background-position: 0%;
  background-size: cover;
}

.hero-images._5 {
  background-image: url('../images/Luerssen-20240829-3551cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-images._6 {
  background-image: url('../images/Luerssen-20240830-1839cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 100%;
  background-size: cover;
}

.hero-images._7 {
  background-image: url('../images/DSC_0633cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 0%;
  background-size: cover;
}

.hero-images._8 {
  background-image: url('../images/DSC_9917-bcTimo_Lutz_Team_fuer_Industriefotografie-min_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-images._9 {
  background-image: url('../images/DSC_1475cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 100%;
  background-size: cover;
}

.hero-images._10 {
  background-image: url('../images/DSC_9536-bcTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-size: cover;
}

.hero-images._11 {
  background-image: url('../images/DSC_8976-bcTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-images._12 {
  background-image: url('../images/DSC_0809cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 50%;
  background-size: cover;
}

.hero-images._13 {
  background-image: url('../images/DSC_0520cTimo_Lutz_Team_fuer-Industriefotografie_1.avif');
  background-position: 100%;
  background-size: cover;
}

.hero-images._14 {
  background-image: url('../images/DSC_8878-bcTimo_Lutz_Team_fuer_Industriefotografie-min_1.avif');
  background-position: 100%;
  background-size: cover;
}

.icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.icon.btt {
  color: var(--white);
  width: 24px;
  height: 24px;
}

.heading-4 {
  color: var(--dark-blue);
}

.text-span {
  text-decoration: underline;
}

.locales-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.locale {
  background-color: #002f4200;
  text-decoration: none;
}

.link-2 {
  background-color: var(--white);
  color: var(--dark-blue);
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-2.w--current {
  background-color: var(--dark-blue);
  color: var(--white);
  padding: 10px 20px;
  text-decoration: none;
  display: flex;
}

.link-3 {
  color: var(--black);
}

.back-to-top {
  z-index: 999;
  background-color: var(--dark-blue);
  border-radius: 10000000px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 0 2px 5px #0f13191a;
}

.dropdown-toggle {
  color: var(--white);
  width: 100%;
  padding: 0;
  display: flex;
}

.icon-121 {
  margin-left: 0;
  position: static;
}

.code-embed {
  width: 100%;
}

.card-div {
  justify-content: center;
  align-items: center;
  min-width: 30vw;
  max-width: 100%;
  height: 30vh;
  display: flex;
  overflow: hidden;
}

.card-div.berufsfahrene {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.card-div.schuler {
  background-image: url('../images/Schüler_1.webp');
}

.card-div.berufseinsteiger {
  background-image: url('../images/Berufseinsteiger_1.webp');
}

.h-image {
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.h-image.left-align {
  justify-content: flex-start;
  align-items: center;
}

.h-image.right-align {
  justify-content: flex-end;
  align-items: center;
}

.h-img {
  max-width: none;
  height: 35vh;
}

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

@media screen and (min-width: 1920px) {
  .default-sectiion.no-vertical-padding {
    justify-content: center;
    align-items: center;
    padding-left: 220px;
    padding-right: 220px;
  }

  .default-sectiion.no-bottom-padding {
    margin-left: 220px;
    margin-right: 220px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 44px;
    line-height: 48px;
  }

  h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .container {
    max-width: 100vw;
    position: static;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding-top: 0;
    position: relative;
    inset: 0% 0% auto;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #f7efe300;
    position: absolute;
  }

  .nav-menu-three {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 0;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    flex-flow: column;
  }

  .nav-dropdown {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffe6;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-dropdown-toggle {
    border-bottom: 2px solid var(--white);
    width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    background-color: #fff0;
    border: 1px #000;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    border-style: none;
    width: 100vw;
    position: static;
  }

  .nav-dropdown-link {
    border-left: 1px #000;
    border-right: 1px #000;
    width: 100vw;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 12px;
    display: flex;
    position: absolute;
    inset: auto 0% auto auto;
  }

  .menu-button.w--open {
    background-color: var(--biege);
    color: var(--black);
  }

  .hero-section-35vh {
    height: 30vh;
  }

  .paragraph-center-50vw {
    max-width: 100%;
  }

  .default-sectiion._60-gap.bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 20px;
  }

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

  .quick-stack.wwo {
    grid-column-gap: 20px;
  }

  .image {
    max-width: 80px;
  }

  .nav-top {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
  }

  .heading-1 {
    max-width: 100%;
    font-size: 50px;
    line-height: 50px;
  }

  .heading-1.black.left, .heading-1.left {
    max-width: 100%;
  }

  .heading-1.left.smaller {
    max-width: 100%;
    margin-top: 0;
  }

  .paragraph-left-50vw {
    max-width: 100%;
  }

  .paragraph-left-50vw._60-padding {
    margin-bottom: 40px;
  }

  .text-container.left {
    width: 100%;
  }

  ._2-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .image-div.wwo-right {
    height: 400px;
  }

  .link-block {
    border-bottom: 2px solid var(--white);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffffe6;
    width: 100vw;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    display: flex;
  }

  .icon-120 {
    width: 100px;
  }

  .div-block {
    display: none;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 48px;
  }

  .list-item {
    width: 100vw;
    display: flex;
  }

  .back-to-top {
    margin-bottom: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    max-width: 100%;
    font-size: 28px;
    line-height: 32px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .hero-section-35vh.locations {
    height: 180px;
  }

  .paragraph-center-50vw {
    max-width: 100%;
  }

  .default-sectiion, .default-sectiion.light-grey-bg {
    padding: 30px 20px;
  }

  .counter {
    font-size: 40px;
  }

  .number {
    width: 120px;
    height: 120px;
  }

  .quick-stack.wwo {
    grid-column-gap: 20px;
  }

  .footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 30px 20px 40px;
  }

  .footer-text-div {
    flex-flow: wrap;
  }

  .heading-1 {
    max-width: 100%;
    font-size: 32px;
    line-height: 38px;
  }

  .heading-1.left.smaller {
    line-height: 48px;
  }

  ._2-columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 20px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 32px;
  }

  .back-to-top {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    overflow-wrap: anywhere;
  }

  .container {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .hero-section-35vh {
    height: 20vh;
  }

  .hero-section-35vh.locations {
    height: 120px;
  }

  .paragraph-center-50vw {
    overflow-wrap: anywhere;
  }

  .default-sectiion {
    max-width: 100vw;
  }

  .heading-1.black.left, .heading-1.left.smaller {
    overflow-wrap: anywhere;
  }

  .date-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-3 {
    font-size: 24px;
    line-height: 28px;
  }

  .accordion-content, .parters-quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .parters-cell.empty {
    display: none;
  }

  .quick-stack-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 0;
  }
}

#w-node-b6d2a83a-8542-f36e-cd61-2a263074aba4-3e806c23 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 20%) minmax(auto, 20%) minmax(auto, 20%) minmax(auto, 20%) minmax(auto, 20%);
}

#w-node-_4201e192-c212-5035-f33b-4bc9254f00ed-3e806c23, #w-node-aabf9c31-fa08-efa2-5e7a-6060e9ff50fa-3e806c23 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_8197bd46-ad5d-0ff3-252f-4457fd16623a-9bf112f3, #w-node-_14d43151-a146-3d32-f98a-8078bef55e6d-7ec556c5, #w-node-_0b490877-5a8e-9c3f-84a8-8e9be4c36ddc-020d0ad4 {
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 20%) minmax(auto, 20%) minmax(auto, 20%) minmax(auto, 20%) minmax(auto, 20%);
}

#w-node-d77b3566-6648-ade2-1eca-d135d9169c91-df71226d, #w-node-_0dbb9c33-d332-2abd-c891-f8716945a51c-df71226d, #w-node-_0dbb9c33-d332-2abd-c891-f8716945a51c-df7a0073 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-af9164bd-2254-ebbe-3e14-1d516413c077-df7a0073 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9e349be4-4910-095c-941e-bb226a2e436d-1eb9f147 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_9fc43f57-53cb-6908-9488-a93de5f1c72c-8f33f84c {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-d77b3566-6648-ade2-1eca-d135d9169c91-df71226d, #w-node-_0dbb9c33-d332-2abd-c891-f8716945a51c-df71226d, #w-node-_0dbb9c33-d332-2abd-c891-f8716945a51c-df7a0073, #w-node-af9164bd-2254-ebbe-3e14-1d516413c077-df7a0073 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e349be4-4910-095c-941e-bb226a2e436d-1eb9f147 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9e349be4-4910-095c-941e-bb226a2e436e-1eb9f147 {
    order: 1;
  }

  #w-node-_9e349be4-4910-095c-941e-bb226a2e436f-1eb9f147 {
    order: 2;
  }

  #w-node-_46f15aad-4ff9-195f-647a-ac20f2105fde-1eb9f147 {
    order: 4;
  }

  #w-node-a9bea80e-ac0f-bb39-4104-ea35fd29ea5c-1eb9f147 {
    order: 3;
  }

  #w-node-_2f3994e8-0d85-2b14-0902-1a6434b78abf-1eb9f147 {
    order: 5;
  }

  #w-node-c4e78ad6-566f-6dc3-77a2-05cc7316e149-1eb9f147 {
    order: 6;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4201e192-c212-5035-f33b-4bc9254f00ed-3e806c23, #w-node-af9164bd-2254-ebbe-3e14-1d516413c077-df7a0073 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4201e192-c212-5035-f33b-4bc9254f00ed-3e806c23, #w-node-aabf9c31-fa08-efa2-5e7a-6060e9ff50fa-3e806c23 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_9fc43f57-53cb-6908-9488-a93de5f1c72c-8f33f84c {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Goldenbook 1';
  src: url('../fonts/Goldenbook-Bold-1.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Font';
  src: url('../fonts/font.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gandhisans';
  src: url('../fonts/GandhiSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Gandhisans';
  src: url('../fonts/GandhiSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gandhisans';
  src: url('../fonts/GandhiSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gandhisans';
  src: url('../fonts/GandhiSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Fonnts';
  src: url('../fonts/fonnts.com-Area_Normal_Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}