.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #000814;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.container-large {
  background-color: #ffc30059;
  border-radius: 20px;
  width: 100%;
  max-width: 80rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 10px;
}

.container-large.hero-section-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000004a;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0 69px;
  display: flex;
}

.navba {
  z-index: 1000;
  background-color: #fff;
  border-radius: 0;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: sticky;
  top: 0;
  box-shadow: 0 0 4px 10px #0003;
}

.brand {
  text-decoration: none;
}

.brand.w--current {
  justify-content: center;
  display: block;
}

.background-video {
  height: 100vh;
  box-shadow: 0 0 4px 10px #0003;
}

.body-paragraphy {
  line-height: 24px;
}

.body-paragraphy.light {
  color: #e0e7f0;
}

.body-paragraphy.light.hero-subhead {
  color: #ffc300;
  width: 60%;
  margin: 0 auto 20px;
  font-size: 22px;
  font-weight: 500;
}

.white-heading {
  text-align: center;
  text-shadow: none;
  margin: 0 0 20px;
  font-size: 72px;
  font-weight: 900;
  line-height: 82px;
}

.white-heading.home-centred {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.content-holder {
  flex: none;
  align-self: center;
  width: 50%;
  margin-left: 10%;
  margin-right: 0%;
}

.content-holder.home {
  text-align: center;
  flex: none;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.image {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body-3 {
  font-family: Exo, sans-serif;
}

.hero-section {
  display: block;
}

.eventpartners-section {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.container-4.container-large {
  background-color: #ffc30000;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: visible;
}

.clients-image {
  width: auto;
  max-width: none;
  height: 55px;
}

.clients-image.global-shaper-logo {
  height: 80px;
}

.link {
  color: #ffc300;
  text-decoration: none;
}

.container-5 {
  background-color: #00000061;
  width: 100%;
  max-width: 940px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 1em;
}

.corecomponents {
  color: #fff;
  background-color: #001d3d;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-description {
  color: #fff;
  text-align: center;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-span, .heading, .heading.core-components {
  color: #ffc300;
}

.container-7 {
  width: 100%;
  max-width: 90em;
  margin-left: auto;
  margin-right: auto;
}

.is-h2 {
  color: #ffc300;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 4em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1;
}

.timeline_grid-wrap {
  position: relative;
}

.timeline_inner {
  grid-row-gap: 6em;
  flex-direction: column;
  display: flex;
}

.timeline_track-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.page-padding-m {
  background-color: #00000078;
  border-radius: 25px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 4em 14.72%;
}

.timeline_track-2 {
  background-color: #948142;
  flex-direction: column;
  align-items: center;
  width: 2px;
  height: 100%;
}

.timeline_grid-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 0em;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr .25fr 1fr;
  width: 100%;
}

.timeline_progress-overlay-bottom-2 {
  background-image: linear-gradient(#0a227d00, #0a227d);
  width: 6px;
  height: 4em;
  position: absolute;
  inset: auto 0% 0 47%;
}

.timeline_progress-overlay-top-2 {
  z-index: 0;
  background-image: linear-gradient(#001d3d, #0a227d00);
  width: 6px;
  height: 2em;
  position: absolute;
  inset: 0% 0% auto -2px;
}

.is-h4-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 1.75em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.is-h4-3.gaba-link-header {
  color: #000;
  font-family: Exo, sans-serif;
}

.is-txt-small-3 {
  color: #fff;
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.is-txt-small-3.gaba-link-txt-small {
  color: #000;
}

.timeline_dot-4 {
  z-index: 1;
  background-color: #ffc300;
  border: 4px solid #001d3d;
  border-radius: 99px;
  width: 24px;
  height: 24px;
  position: relative;
}

.timeline_progress-3 {
  z-index: 1;
  background-color: #ffc300;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 3px;
  height: 5%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.agendasection {
  background-image: url('../images/3409297.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: -5px;
  font-family: Exo, sans-serif;
  position: relative;
}

.timeline_item-3 {
  grid-row-gap: 1em;
  background-color: #001d3d;
  border-radius: .5em;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.9em;
  margin-bottom: 1.9em;
  padding: 2em;
  display: flex;
  box-shadow: 6px 6px #ffc300;
}

.timeline_item-3.gaba-link-item {
  background-color: #ffc300;
  box-shadow: 6px 6px #001d3d;
}

.timeline_heading-wrap-3 {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sponsors {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-tag {
  color: #000;
  text-align: center;
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  height: 55px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.clients-image-three.frauenhofer-logo {
  height: 40px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.footer {
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 0;
  padding: 50px 30px 40px;
  position: relative;
}

.footer:focus {
  border: 1px solid #0000009c;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
  font-size: 10px;
}

.footer-legal-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link-2 {
  color: #3a4554;
  margin-left: 24px;
  font-size: 11px;
}

.footer-legal-link-2:hover {
  color: #3a4554;
}

.container-form {
  width: 90%;
  padding-left: 2rem;
  padding-right: 2rem;
}

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

.submit-button {
  color: #000;
  background-color: #ffc300;
  border-radius: 10px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 16px;
  display: inline-block;
}

.form-wrapper-container {
  border: 0 solid #7e7e7e;
  border-radius: 18px;
  width: 60%;
}

.speaker {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 23%;
  margin-right: 2%;
}

.team-block-2 {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two-2 {
  background-color: #fff;
  background-image: linear-gradient(#b97272, #b97272);
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.team-slider-arrow-2 {
  display: none;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.label {
  font-weight: 700;
}

.fields {
  color: #001d3d;
  background-color: #e9e9e9;
  border: 1px solid #0000;
}

.fields:focus {
  background-color: #cdcdce;
  border-color: #000;
}

.fields.message-field {
  height: 120px;
}

.cookiedisclaimer {
  margin-top: 40px;
  font-size: 10px;
}

.paragraph {
  color: #fff;
}

.pricing-items {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: #f5f7fa;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.button-primary {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #ffc300;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #bbac7d;
}

.button-primary:active {
  background-color: #43464d;
}

@media screen and (max-width: 991px) {
  .container-large.hero-section-container {
    max-width: 650px;
    padding-right: 65px;
  }

  .body-paragraphy {
    font-size: 18px;
    line-height: 23px;
  }

  .body-paragraphy.light.hero-subhead {
    width: 85%;
  }

  .white-heading.home-centred {
    width: 100%;
    font-size: 50px;
  }

  .content-holder {
    width: 100%;
    margin-left: 0%;
  }

  .content-holder.home {
    margin-left: 2%;
    margin-right: 2%;
  }

  .container-4 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .clients-wrapper {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }

  .clients-image {
    width: auto;
    height: 50px;
    max-height: 100px;
  }

  .container-5 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .container-8 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .form-wrapper-container {
    width: 85%;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .container {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .container-large.hero-section-container {
    max-width: 500px;
    padding: 39px;
  }

  .body-paragraphy.light.hero-subhead {
    width: 88%;
  }

  .white-heading {
    font-size: 58px;
    line-height: 66px;
  }

  .eventpartners-section {
    padding: 60px 15px;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .corecomponents {
    padding: 60px 15px;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .page-padding-m {
    padding-left: 3.5%;
    padding-right: 3.5%;
  }

  .timeline_item-wrap.is-hidden-mobile {
    display: none;
  }

  .timeline_grid-2 {
    grid-template-columns: 5em 1fr;
  }

  .timeline_progress-overlay-bottom-2 {
    background-image: linear-gradient(#0a227d00, #0a227d 59%);
    height: 4em;
  }

  .timeline_progress-overlay-top-2 {
    background-image: linear-gradient(#0a227d 18%, #0a227d00);
  }

  .is-h4-3 {
    font-size: 1.5rem;
  }

  .timeline_dot-4 {
    width: 20px;
    height: 20px;
  }

  .timeline_progress-3 {
    inset: 0% auto auto 2.5em;
  }

  .sponsors {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 10px;
    line-height: 20px;
  }

  .footer-legal-block-2 {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-form {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker, .pricing-items {
    padding: 60px 15px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container-large.hero-section-container {
    max-width: 300px;
    padding: 21px;
  }

  .body-paragraphy, .body-paragraphy.light {
    margin-left: 0;
    margin-right: 0;
  }

  .body-paragraphy.light.hero-subhead {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: 19px;
  }

  .white-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .white-heading.home-centred {
    font-size: 34px;
  }

  .content-holder.home {
    margin-left: auto;
    margin-right: auto;
  }

  .container-4 {
    max-width: none;
  }

  .clients-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .clients-image {
    width: auto;
    max-width: 333.333px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-5 {
    max-width: none;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .is-h2 {
    font-size: 2rem;
  }

  .page-padding-m {
    padding-left: 4%;
    padding-right: 4%;
  }

  .timeline_grid-2 {
    grid-column-gap: 1em;
    grid-template-columns: 4em 1fr;
  }

  .is-h4-3 {
    font-size: 1.5rem;
  }

  .timeline_dot-4 {
    width: 1.2rem;
    height: 1.2rem;
  }

  .timeline_progress-3 {
    left: 2em;
  }

  .agendasection {
    min-height: 120em;
    overflow: hidden;
  }

  .container-8 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    max-width: none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image-three.frauenhofer-logo {
    width: auto;
    max-width: none;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 10px;
  }

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

  .submit-button {
    margin-top: 20px;
  }

  .form-wrapper-container {
    width: 95%;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .link-block {
    display: block;
  }

  .container {
    max-width: none;
  }

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

  .pricing-block {
    margin-bottom: 10px;
  }
}

#w-node-_80f23c37-598f-cfdb-8cc7-74b7ba8c6684-9c26e80a, #w-node-_80f23c37-598f-cfdb-8cc7-74b7ba8c668e-9c26e80a, #w-node-_80f23c37-598f-cfdb-8cc7-74b7ba8c6698-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d92007-9c26e80a, #w-node-ac6a8ae6-e8bd-96ea-3e72-3e8bfdbf8456-9c26e80a, #w-node-eed7f396-b234-f953-b7ce-ff6d5edd6db8-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d92010-9c26e80a, #w-node-_87869166-38a4-b69b-7ed9-5b343b3d9a16-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d92018-9c26e80a, #w-node-_2984070f-f624-820e-a78d-57d31eb62027-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d92008-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d9200a-9c26e80a, #w-node-_6b53b2b8-c67c-65e3-4205-45d25a9e9724-9c26e80a, #w-node-e3742a0f-c55f-0a40-2313-1e74ffd3339e-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d92019-9c26e80a, #w-node-_7f678a91-9dce-c6e5-fe22-e7eb37714672-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d92016-9c26e80a, #w-node-_09f294ed-d952-6d79-9e21-603ecb2907af-9c26e80a, #w-node-_0827ae16-debc-8c22-adbe-3ea1ba323d5f-9c26e80a, #w-node-b058a617-2110-4f46-fc53-be24b2527a36-9c26e80a, #w-node-_557023e3-d322-0b59-e1e4-013e6a3c2003-9c26e80a, #w-node-_6585208a-94ac-1671-6f94-43868d9e84a5-9c26e80a, #w-node-_28f0c2e5-7e74-695a-a063-036d8e20e5b3-9c26e80a, #w-node-_7ee5269f-7e0c-eb23-7558-a3ad0928c0f2-9c26e80a, #w-node-_2dc952cb-a513-d345-f7b9-0d7808dbfd81-9c26e80a, #w-node-_700e75f9-a3e6-da97-41d6-795fe5e726f7-9c26e80a, #w-node-d4a904c3-997e-f44a-3dd6-1033dff6701c-9c26e80a, #w-node-_19309551-e6ba-730f-2d4a-e1ced51997ff-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d9201a-9c26e80a, #w-node-_5033ca00-0c71-f306-32c4-7409a4d9201d-9c26e80a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_5033ca00-0c71-f306-32c4-7409a4d92010-9c26e80a {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_6b53b2b8-c67c-65e3-4205-45d25a9e9724-9c26e80a {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0827ae16-debc-8c22-adbe-3ea1ba323d5f-9c26e80a {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_5033ca00-0c71-f306-32c4-7409a4d9201d-9c26e80a {
    grid-area: 8 / 2 / 9 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6b53b2b8-c67c-65e3-4205-45d25a9e9724-9c26e80a {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_0827ae16-debc-8c22-adbe-3ea1ba323d5f-9c26e80a {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_28f0c2e5-7e74-695a-a063-036d8e20e5b3-9c26e80a {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_7ee5269f-7e0c-eb23-7558-a3ad0928c0f2-9c26e80a {
    grid-area: 8 / 2 / 9 / 3;
  }

  #w-node-_700e75f9-a3e6-da97-41d6-795fe5e726f7-9c26e80a {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-d4a904c3-997e-f44a-3dd6-1033dff6701c-9c26e80a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_19309551-e6ba-730f-2d4a-e1ced51997ff-9c26e80a {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_5033ca00-0c71-f306-32c4-7409a4d9201d-9c26e80a {
    grid-row: 10 / 11;
  }
}


