.body {
  font-family: Gtwalsheim, sans-serif;
  color: #0e0e0e;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 9999;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(78, 78, 78, 0.1);
  background-color: #fff;
}

.section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.paddingbottom-0 {
  padding-bottom: 0px;
}

.section.section-color {
  background-color: #f5f2ed;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1340px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nav-link {
  margin-right: 48px;
  padding: 8px 0px;
  font-family: Gtwalsheim, sans-serif;
  color: #0e0e0e;
  font-size: 16px;
  font-weight: 400;
}

.nav-link.w--current {
  border-style: none none solid;
  border-width: 0px 0px 4px;
  border-color: #0e0e0e #0e0e0e #5d92d4;
  font-family: Gtwalsheim, sans-serif;
  color: #0e0e0e;
  font-weight: 400;
}

.nav-link.marginright-0 {
  margin-right: 24px;
  font-family: Gtwalsheim, sans-serif;
}

.nav-link.dropdonw-link {
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-link.dropdonw-link.w--current {
  border-bottom-width: 0px;
}

.brand {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.button {
  display: block;
  padding: 12px 32px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-radius: 8px;
  background-color: #0e0e0e;
  color: #fff;
  font-weight: 400;
}

.button.margintop-4 {
  margin-top: 32px;
}

.container {
  max-width: 1200px;
}

.nav-menu {
  color: #0e0e0e;
}

.grid-x {
  margin-right: auto;
  margin-left: auto;
}

.grid-x.margintop-6 {
  margin-top: 64px;
}

.cell.paddingleft-5 {
  padding-left: 48px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 48px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  line-height: 36px;
  text-align: left;
  text-transform: uppercase;
}

.fees-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 1px solid #5d92d4;
  color: #4e4e4e;
  text-align: left;
  list-style-type: none;
}

.fees-list.borderbottom-0 {
  border-bottom-style: none;
  border-bottom-width: 0px;
}

.important-dates {
  margin-bottom: 0px;
  padding: 16px 32px;
  border-radius: 8px;
  background-color: rgba(93, 146, 212, 0.16);
  text-align: left;
}

.topic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  margin-right: 16px;
  margin-left: 16px;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: rgba(93, 146, 212, 0.2);
  color: #0e0e0e;
  font-size: 20px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  list-style-type: decimal;
}

.topic.marginbottom5 {
  margin-bottom: 48px;
  background-color: rgba(93, 146, 212, 0.24);
}

.scope {
  margin-bottom: 8px;
  padding-left: 0px;
  color: #4e4e4e;
  text-align: left;
  list-style-type: disc;
}

.topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 16px;
  list-style-type: decimal;
}

.scopes {
  margin-bottom: 48px;
  padding-left: 24px;
  list-style-type: disc;
}

.committees {
  margin-bottom: 48px;
  padding-left: 0px;
  color: #4e4e4e;
  text-align: left;
  list-style-type: none;
}

.person {
  margin-bottom: 8px;
}

.name {
  color: #0e0e0e;
  font-weight: 700;
}

.box-color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 32px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #0e0e0e;
  text-decoration: none;
  cursor: pointer;
}

.box-color.conference-venue {
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-x-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.hero-picture-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.image-2 {
  max-width: 90%;
  margin-left: 0px;
}

.heading1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gtwalsheim, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.heading1.marginbottom-5 {
  margin-bottom: 60px;
}

.heading-handraw {
  margin-top: 80px;
  margin-bottom: 0px;
  font-family: Holiday, sans-serif;
  color: #5d92d4;
  font-size: 40px;
  text-align: left;
}

.heading2-light {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gtwalsheim, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.heading2-light.marginbottom-4 {
  margin-bottom: 32px;
}

.heading2-light.marginbottom-4.margintop-6 {
  margin-top: 64px;
}

.text-picture-container {
  overflow: hidden;
  margin-left: 60px;
  border-radius: 16px;
}

.text-picture-container.marginbottom-2 {
  margin-bottom: 16px;
  margin-left: 0px;
}

.paragraph-xl {
  margin-bottom: 32px;
  font-family: Gtwalsheim, sans-serif;
  color: #4e4e4e;
  font-size: 18px;
  line-height: 26px;
}

.paragraph-xl.marginbottom-0 {
  margin-bottom: 0px;
}

.text-bold {
  color: #0e0e0e;
  font-weight: 600;
}

.text-url {
  display: inline-block;
  color: #0e0e0e;
  text-decoration: underline;
}

.paragraph-body {
  margin-bottom: 32px;
  color: #4e4e4e;
  list-style-type: none;
}

.paragraph-body.marginbottom-0 {
  margin-bottom: 0px;
}

.paragraph-body.margintop-2 {
  margin-top: 16px;
}

.card-title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
}

.card-icon {
  height: 48px;
  margin-bottom: 48px;
}

.topic-number {
  display: inline-block;
  margin-bottom: 32px;
  font-family: Gtwalsheim, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}

.conference-venue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  background-color: #f5f2ed;
}

.copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyright-text {
  color: #fff;
  font-size: 14px;
}

.copyright-text.margintop-3 {
  margin-top: 24px;
  color: #0e0e0e;
}

.logo {
  height: 48px;
  -webkit-transform: translate(0px, -8px);
  -ms-transform: translate(0px, -8px);
  transform: translate(0px, -8px);
}

.text-contacts {
  color: #0e0e0e;
  font-size: 16px;
  text-align: left;
}

.email-contacts {
  display: inline-block;
  margin-top: 16px;
  font-size: 18px;
  text-decoration: underline;
}

.institutions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.logo-medium {
  height: 60px;
}

.logo-large {
  height: 80px;
}

.heading3-light {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Gtwalsheim, sans-serif;
  color: #0e0e0e;
  font-size: 32px;
  line-height: 32px;
  font-weight: 400;
}

.heading3-light.margintop-5 {
  display: inline-block;
  margin-top: 48px;
}

.heading3-light.margintop-5.marginbottom-2 {
  display: block;
  margin-top: 48px;
  margin-bottom: 16px;
}

.heading3-light.marginbottom-4 {
  margin-bottom: 32px;
}

.heading3-light.marginbottom-2 {
  margin-bottom: 16px;
}

.heading3-light.marginbottom-2.margintop-5 {
  display: block;
  margin-top: 0px;
}

.heading4 {
  font-family: Gtwalsheim, sans-serif;
  color: #5d92d4;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  text-transform: none;
}

.heading4.marginbottom-3 {
  margin-bottom: 24px;
}

.heading4.marginbottom-3.margintop-4 {
  margin-top: 32px;
}

.heading4.margintop-5 {
  margin-top: 48px;
  margin-bottom: 0px;
}

.heading4.margintop-5.marginbottom-3 {
  margin-bottom: 24px;
}

.instructions {
  margin-bottom: 0px;
  padding-left: 24px;
}

.presentation-rules {
  margin-bottom: 16px;
  color: #4e4e4e;
  font-size: 14px;
}

.body-bold {
  font-weight: 700;
}

.opacity-0 {
  opacity: 0;
}

.opacity-0.grow {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.fees {
  padding: 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #5d92d4;
  border-radius: 16px;
}

.fees-box {
  width: 33%;
}

.fees-box.align-center {
  text-align: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.sponsors {
  color: #4e4e4e;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sponsors.marginbottom-3 {
  margin-bottom: 24px;
}

.sponsors.marginbottom-3.margintop-6 {
  margin-top: 64px;
}

.sponsor-table {
  border-style: solid;
  border-width: 1px;
  border-color: #5d92d4;
  border-radius: 16px;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #5d92d4;
}

.table-row.borderbottom-0 {
  border-bottom: 0px none transparent;
}

.grow {
  padding: 4px 8px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.dropdown {
  padding: 0px;
}

.icon {
  margin-top: 12px;
  margin-right: 0px;
}

.dropdown-list {
  background-color: #fff;
}

.dropdown-list.w--open {
  left: -16px;
  top: 48px;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 4px 0 8px 0 rgba(0, 0, 0, 0.1);
}

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

.hotels {
  margin-bottom: 0px;
  padding-left: 24px;
  list-style-type: square;
}

.marginbottom-1 {
  margin-bottom: 8px;
}

.body-picturecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.legend {
  color: #4e4e4e;
  font-size: 14px;
}

@media screen and (max-width: 991px) {
  .section.paddingmedium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .nav-container {
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-link {
    border-right: 1px none #000;
    border-bottom: 6px none #000;
    border-left: 1px none #000;
  }

  .nav-link.marginright-0 {
    display: block;
  }

  .brand {
    margin-right: auto;
  }

  .button {
    margin-left: 32px;
  }

  .container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cell {
    opacity: 1;
  }

  .cell.paddingleft-5 {
    padding-left: 0px;
  }

  .important-dates {
    padding-right: 16px;
    padding-left: 16px;
  }

  .topic {
    width: 30%;
  }

  .topic.marginbottom5 {
    position: relative;
    width: 28%;
  }

  .grid-x-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-picture-container.margintop-6 {
    margin-top: 64px;
  }

  .image-2 {
    max-width: 50%;
    margin-right: auto;
    margin-left: auto;
  }

  .heading1 {
    text-align: center;
  }

  .heading1.marginbottom-5 {
    text-align: left;
  }

  .heading1.margintop-7 {
    margin-top: 80px;
  }

  .heading-handraw {
    text-align: center;
  }

  .heading2-light {
    margin-top: 16px;
    text-align: center;
  }

  .heading2-light.marginbottom-4 {
    text-align: left;
  }

  .heading2-light.margintop-1 {
    margin-top: 8px;
    text-align: center;
  }

  .text-picture-container.marginbottom-2 {
    max-width: 80%;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
  }

  .logo.sponsors {
    margin-bottom: 16px;
  }

  .institutions {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .topic-text {
    position: relative;
    font-size: 16px;
  }

  .legend {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    color: #4e4e4e;
    font-size: 14px;
  }

  .dropdown-2 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.paddingbottom-0.paddingtop-8 {
    padding-top: 120px;
  }

  .button {
    display: none;
  }

  .cell {
    padding-right: 0px;
    padding-left: 0px;
  }

  .cell.paddingleft-5 {
    padding-left: 0px;
  }

  .topic {
    width: 44%;
  }

  .topic.marginbottom5 {
    width: 44%;
  }

  .topics {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .box-color {
    max-width: 50%;
    margin-right: auto;
    margin-bottom: 32px;
    margin-left: auto;
  }

  .box-color.conference-venue {
    max-width: 66%;
  }

  .heading1.marginbottom-5 {
    font-size: 48px;
    line-height: 48px;
  }

  .heading1.margintop-7 {
    font-size: 48px;
    line-height: 48px;
  }

  .heading2-light {
    font-size: 32px;
    line-height: 32px;
  }

  .heading2-light.marginbottom-4 {
    text-align: left;
  }

  .heading2-light.marginbottom-4.margintop-5 {
    margin-top: 48px;
  }

  .heading2-light.margintop-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .logo.sponsors {
    margin-bottom: 8px;
  }

  .institutions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }

  .heading3-light.marginbottom-2.margintop-5 {
    margin-top: 48px;
  }

  .menu-button {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .cell {
    padding-right: 0px;
    padding-left: 0px;
  }

  .topic {
    width: 100%;
  }

  .topic.marginbottom5 {
    width: 100%;
  }

  .box-color {
    max-width: 100%;
  }

  .box-color.conference-venue {
    max-width: 100%;
  }

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

  .heading1 {
    font-size: 48px;
    line-height: 48px;
  }

  .heading1.marginbottom-5 {
    margin-bottom: 48px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading1.margintop-7 {
    margin-top: 32px;
    font-size: 32px;
    line-height: 32px;
  }

  .heading-handraw {
    margin-top: 48px;
    font-size: 32px;
    line-height: 40px;
  }

  .heading2-light.marginbottom-4 {
    font-size: 24px;
    line-height: 24px;
    text-align: left;
  }

  .heading2-light.margintop-1 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-picture-container.marginbottom-2 {
    max-width: 100%;
  }

  .logo {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .logo.sponsors {
    margin-bottom: 24px;
  }

  .institutions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .logo-medium.sponsors {
    margin-bottom: 24px;
  }

  .legend {
    max-width: 100%;
  }
}

@font-face {
  font-family: 'Holiday';
  src: url('../fonts/HolidayRegular.eot') format('embedded-opentype'), url('../fonts/HolidayRegular.woff') format('woff'), url('../fonts/HolidayRegular.ttf') format('truetype'), url('../fonts/HolidayRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheim';
  src: url('../fonts/GTWalsheim-Regular.eot') format('embedded-opentype'), url('../fonts/GTWalsheim-Regular.woff') format('woff'), url('../fonts/GTWalsheim-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gtwalsheim';
  src: url('../fonts/GTWalsheim-Bold.eot') format('embedded-opentype'), url('../fonts/GTWalsheim-Bold.woff') format('woff'), url('../fonts/GTWalsheim-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

 
/* Custom code */
@media screen and (max-width: 1259px) {
  .nav-menu {
    display: none;
    background-color: #f5f2ed;
    padding: 24px 16px;
  }

  .w-nav-button {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    margin-left: auto;
    padding: 0;
  }
  .w-nav-button .hamburger-text {
    font-size: 14px;
    margin-right: 4px;
  }
  .w-nav-button .hamburger-icon {
    width: 48px;
    height: 48px;
    position: relative;
    display: inline-block;
  }
  .w-nav-button .hamburger-icon span.icon-line {
    width: 32px;
    height: 2px;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50%;
    right: auto;
    display: inline-block;
    background-color: #0e0e0e;
    transform: translateX(-50%) translateY(-50%);
    transition: background-color .3s;
  }
  .w-nav-button .hamburger-icon span.icon-line::before, 
  .w-nav-button .hamburger-icon span.icon-line::after {
    content: '';
    width: 66%;
    height: 100%;
    position: absolute;
    background-color: #0e0e0e;
    transition: all .3s linear;
  }
  .w-nav-button .hamburger-icon span.icon-line::before {
    top: -7px;
    right: 0;
  }
  .w-nav-button .hamburger-icon span.icon-line::after {
    top: 7px;
    left: 0;
  }

  .w-nav-button .hamburger-icon:hover span.icon-line::before, 
  .w-nav-button .hamburger-icon:hover span.icon-line::after {
      width: 100%;
  }

  .w-nav-button.w--open {
    background-color: transparent;
  }

  .w-nav-button.w--open .hamburger-icon span.icon-line {
    background-color: transparent;
  }

  .w-nav-button.w--open .hamburger-icon:hover span.icon-line::before, 
  .w-nav-button.w--open .hamburger-icon:hover span.icon-line::after {
    background-color: #0e0e0e;
  }

  .w-nav-button.w--open .hamburger-icon:hover span.icon-line::before {
    width: 100%;
    top: 0;
    transform: rotate(135deg);
  }

  .w-nav-button.w--open .hamburger-icon:hover span.icon-line::after {
    width: 100%;
    top: 0;
    transform: rotate(225deg);
  }

  .nav-link.w--current {
    border-width: 0 0 0;
    border-color: transparent;
  }

  .w-button {
    margin-left: 32px;
  }
}