@font-face {
  font-family: Helvetica Neue Cyr;
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Cyr;
  src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica Neue Cyr;
  src: url('../fonts/HelveticaNeueCyr-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --gpaphite: #1e1f1e;
  --accent: #ff4f1d;
  --white: #fbfbfb;
  --nav-bar: #c2cdc2;
  --accessible-components-dark-grey: #9b9b9b;
  --accessible-components-dodger-blue: #1378d1;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.hero-section {
  background-color: #1e1f1e;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  display: flex;
}

.brand {
  flex: 0 auto;
  align-self: center;
  padding: 12px 0 15px;
}

.brand.w--current {
  margin-left: 15px;
  margin-right: 15px;
}

.button {
  color: var(--gpaphite);
  mix-blend-mode: normal;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Helvetica Neue Cyr, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

.button:hover, .button:active {
  text-decoration: underline;
}

.button.w--current {
  color: var(--accent);
  padding-left: 10px;
  padding-right: 10px;
}

.button.cta {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  max-height: 41px;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 16px;
  padding: 8px 16px;
  display: flex;
}

.button.cta:hover {
  color: var(--gpaphite);
  background-color: #0000;
  border: 2px solid #000;
  text-decoration: none;
}

.button.primary {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  width: 221px;
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
}

.button.primary:hover {
  border-width: 3px;
  border-color: var(--gpaphite);
  width: 221px;
  color: var(--gpaphite);
  background-color: #0000;
  border-radius: 0;
}

.button.primary.cta {
  width: 252px;
  max-height: none;
  padding-top: 9px;
  padding-bottom: 9px;
  display: inline-block;
}

.button.primary.cta-line {
  width: 182px;
  margin-right: 0;
  padding: 6px 24px;
}

.button.primary.agenda {
  width: 290px;
  margin-right: 0;
  display: none;
}

.button.primary.agenda.mob {
  display: none;
}

.button.secondary {
  text-align: center;
  background-color: #0000;
  border: 3px solid #000;
  border-radius: 0;
  flex: 0 auto;
  width: 220px;
  padding-left: 52px;
  padding-right: 52px;
  text-decoration: none;
}

.button.secondary:hover {
  border-color: var(--accent);
  background-color: var(--accent);
  color: var(--white);
}

.body {
  color: var(--gpaphite);
  background-color: #fbfbfb;
  font-family: Helvetica Neue Cyr, sans-serif;
}

.navbar {
  z-index: 9999;
  background-color: var(--nav-bar);
  justify-content: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.container {
  color: #1e1f1e;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.hero-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.h1 {
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-left: -4px;
  font-size: 112px;
  line-height: 100px;
}

.nav-menu {
  flex: 0 auto;
  align-self: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.div-block {
  flex: 1;
  order: 0;
  align-self: center;
  max-width: 1200px;
  margin-left: 32px;
  margin-right: 32px;
}

.subtitle {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 28px;
}

.subtitle.hero {
  text-transform: uppercase;
  font-weight: 500;
}

.subtitle.hero.mob {
  display: none;
}

.button-wrapper {
  z-index: 20;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.h4 {
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
}

.h4.herp {
  margin-bottom: -146px;
  margin-right: 6px;
}

.hero-headings {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 8px;
  display: flex;
}

.hero-partner {
  grid-column-gap: 16px;
  flex: 0 auto;
  align-self: baseline;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 164px;
  display: flex;
}

.paragraph {
  align-self: auto;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 150%;
}

.paragraph.content {
  color: var(--gpaphite);
  margin-top: 10px;
}

.paragraph.content.manifest {
  color: var(--nav-bar);
}

.about-section {
  color: var(--gpaphite);
  background-color: #1e1f1e;
  background-image: url('../images/dark_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.about-wrapper {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.about-column-1 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 16px;
}

.about-column-2 {
  flex: 1;
  padding-left: 16px;
  padding-right: 0;
}

.h2 {
  color: var(--accent);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 24px;
  line-height: 110%;
}

.h2.about {
  z-index: 5;
  max-width: 20%;
  color: var(--gpaphite);
  background-color: #0000;
  margin-top: -30px;
  margin-bottom: 35px;
  margin-left: 145px;
  position: relative;
}

.h2.about.mob, .h2.venue.mob {
  display: none;
}

.h2.agenda {
  color: var(--nav-bar);
  margin-top: -29px;
  margin-left: 100px;
  position: static;
}

.h2.speakers {
  z-index: 999;
  max-width: 20%;
  color: var(--gpaphite);
  margin-top: -93px;
  margin-left: 80px;
  position: relative;
}

.h2.speakers.mob {
  display: none;
}

.slide-nav {
  margin-bottom: -40px;
}

.agenda-section {
  background-color: #0000;
  background-image: url('../images/light_background.jpg');
  background-position: 50%;
  background-size: contain;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 64px 32px;
}

.agenda-wrapper {
  display: flex;
}

.agenda-column-1 {
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  margin-right: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.agenda-column-2 {
  margin-left: 15px;
}

.agenda-content {
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.agenda-content.last {
  margin-bottom: 0;
}

.h5 {
  color: #1e1f1e;
  align-self: auto;
  margin-top: 2px;
  margin-bottom: 4px;
  padding-right: 20px;
  font-size: 18px;
  line-height: 145%;
}

.circle {
  background-color: var(--gpaphite);
  border-radius: 20px;
  align-self: auto;
  width: 16px;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  min-height: 16px;
  max-height: 16px;
  margin-top: 7px;
  margin-right: 20px;
}

.agenda-line {
  background-color: var(--gpaphite);
  width: 4px;
  margin: 10px -25px 12px 16px;
  padding-right: 0;
}

.speakers-section {
  justify-content: center;
  margin-bottom: 64px;
  margin-left: 0;
  margin-right: 0;
  padding: 64px 32px 0;
  display: flex;
}

.frame {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  margin-top: 16px;
  display: flex;
}

.speakers-column-2 {
  align-self: center;
  margin-right: 24px;
}

.speakers-social-wrapper {
  display: none;
}

.speaker-link {
  margin-right: 16px;
}

.speaker-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  max-width: 430px;
  max-height: 331px;
}

.speaker-column-1 {
  margin-left: 16px;
  margin-right: 24px;
}

.h3 {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 32px;
  line-height: 110%;
}

.div-block-2 {
  background-color: var(--nav-bar);
  flex: 1;
  margin: 0;
  padding: 16px 0;
  display: flex;
}

.tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  display: block;
}

.tabs-menu {
  z-index: 999;
  margin-top: 8px;
}

.image {
  z-index: -500;
  display: inline-block;
  position: absolute;
  inset: -17% auto auto -193px;
}

.image-2 {
  z-index: -500;
  display: inline-block;
  position: absolute;
  inset: 44% 2% auto auto;
}

.image-3 {
  z-index: -500;
  display: inline-block;
  position: absolute;
  inset: 71% 40% auto auto;
}

.image-4 {
  z-index: -500;
  display: inline-block;
  position: absolute;
  inset: 14% 359px auto auto;
}

.image-5 {
  z-index: -500;
  display: inline-block;
  position: absolute;
  inset: 26% 239px auto auto;
}

.slider {
  width: 320px;
  height: 240px;
}

.image-6 {
  z-index: -500;
  position: absolute;
  inset: 188% 1% auto auto;
}

.image-7 {
  z-index: -500;
  position: absolute;
  inset: 1176px 17% auto auto;
}

.partners-section {
  margin-top: 64px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 64px;
  padding-bottom: 64px;
  display: none;
}

.parners-wrapper {
  display: block;
}

.partners-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: grid;
}

.venue-section {
  margin-top: 64px;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 0;
  padding-bottom: 128px;
}

.venue-wrapper {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.venue-column-1 {
  flex: 0 auto;
  padding-left: 0;
  padding-right: 16px;
}

.venue-column-2 {
  flex: 1;
  padding-left: 16px;
  padding-right: 0;
}

.image-9 {
  z-index: -500;
  position: absolute;
  right: 5px;
}

.image-10 {
  z-index: -500;
  position: absolute;
  right: 259px;
}

.cta-section {
  background-color: var(--nav-bar);
  padding-top: 32px;
  padding-bottom: 32px;
}

.cta-wrapper {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.cta-column-1 {
  flex: 0 auto;
  max-width: 586px;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 16px;
}

.cta-column-2 {
  flex: 1;
  align-self: center;
  padding-left: 16px;
  padding-right: 0;
}

.footer-section {
  background-color: var(--gpaphite);
  color: var(--white);
}

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.caption {
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}

.logo-footer {
  grid-column-gap: 16px;
  display: flex;
}

.dev-section {
  color: var(--white);
  background-color: #343434;
  padding-bottom: 8vh;
  display: none;
}

.dev-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cta-line-section {
  z-index: 9999;
  background-color: var(--nav-bar);
  height: 8vh;
  display: flex;
  position: sticky;
  top: 92vh;
}

.cta-line-wrapper {
  text-align: center;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.cta-wrapper-top {
  margin-left: 32px;
  margin-right: 32px;
}

.footer-wrapper-top {
  margin-left: 32px;
  margin-right: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cta-line-wrapper-top {
  margin-left: 32px;
  margin-right: 32px;
}

.scrolling-list {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
}

.h5-mob {
  align-self: auto;
  margin-top: 2px;
  margin-bottom: 0;
  padding-right: 20px;
  font-size: 18px;
  line-height: 145%;
  display: none;
}

.image-13 {
  color: var(--white);
}

.speakers-mobile-section {
  margin-left: 32px;
  margin-right: 32px;
  display: none;
}

.speakers-mob-wrapper {
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.fs_accordion-1_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-1_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

.fs_accordion-1_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.scrolling-list-venue {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  overflow: scroll;
}

.card-venue-1 {
  color: #f5f5f5;
  background-color: #2b2b2b;
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 40vh;
  margin-left: .8rem;
  margin-right: .8rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tab-link-speakers {
  color: var(--nav-bar);
  background-color: #0000;
  padding-left: 0;
  padding-right: 36px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.tab-link-speakers.w--current {
  color: var(--accent);
  background-color: #0000;
  padding-left: 0;
  font-size: 24px;
  line-height: 24px;
  text-decoration: underline;
}

.location-slide-1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 20%;
  background-size: cover;
}

.location-slide-3 {
  background-image: url('../images/4.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.card-venue-4 {
  color: #f5f5f5;
  background-color: #2b2b2b;
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 40vh;
  margin-left: .8rem;
  margin-right: .8rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
}

.speakers-link-block {
  background-image: url('../images/dark_background.jpg');
  background-position: 50%;
  background-size: contain;
  margin-bottom: 0;
  padding-bottom: 64px;
}

.speaker-desktop, .speaker-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.speaker-10, .speaker-11, .speaker-12 {
  justify-content: center;
  align-items: center;
  display: none;
}

.speaker-13, .speaker-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.speaker-15, .speaker-16 {
  justify-content: center;
  align-items: center;
  display: none;
}

.speaker-mob {
  color: #f5f5f5;
  background-color: #2b2b2b;
  border: 1px solid #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 30vw;
  height: 40vh;
  margin-left: .8rem;
  margin-right: .8rem;
  padding-left: 1.9rem;
  padding-right: 1.9rem;
  display: flex;
}

.image-14 {
  max-width: 460px;
  margin-top: -45px;
}

.link, .link-2 {
  color: var(--gpaphite);
}

.partners-content-main {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.partners-content-main.top-padding {
  margin-top: 32px;
  margin-bottom: 16px;
}

.image-15 {
  max-width: 300px;
}

.image-16, .image-17, .image-18, .image-19 {
  max-width: 180px;
}

.fs_accordion-1_header-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header-2:focus-visible, .fs_accordion-1_header-2[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_message {
  color: var(--accessible-components-dark-grey);
}

.fs_accordion-2_paragraph {
  margin-bottom: 0;
}

.fs_accordion-2_body {
  background-color: #fff;
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  font-size: 1.25rem;
  font-weight: 500;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_embed {
  margin-bottom: 0;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  margin-top: 30px;
  margin-left: -90px;
  display: flex;
}

.main-partners-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-15-copy {
  max-width: 190px;
}

.image-20 {
  max-width: 300px;
  margin-top: 12px;
}

.section {
  margin-top: -28px;
  margin-bottom: 32px;
}

.image-21 {
  z-index: 1;
  box-sizing: border-box;
  aspect-ratio: auto;
  object-position: 50% 50%;
  max-width: 80%;
  margin-top: 4%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.image-22 {
  z-index: 5;
  max-width: 33%;
  margin-bottom: -135px;
  position: relative;
  top: -65px;
  left: 560px;
}

.main-container {
  color: #1e1f1e;
  flex: none;
  align-self: flex-start;
  max-width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.image-23 {
  z-index: 5;
  position: relative;
}

.div-block-4 {
  margin-top: 87px;
  margin-bottom: 22px;
}

.image-24 {
  z-index: 5;
  flex: 1;
  align-self: flex-start;
  max-width: 100%;
  margin-top: 0;
  margin-left: 40px;
  position: relative;
}

.div {
  justify-content: flex-end;
  max-width: 75%;
  margin: 0;
  display: flex;
}

.div-blocks {
  justify-content: space-between;
  max-width: 100%;
  margin-top: 42px;
  display: flex;
}

.button-2 {
  color: #171717;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Helvetica Neue Cyr, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.button-2:hover, .button-2:active {
  text-decoration: underline;
}

.button-2.w--current {
  color: #d72a0d;
}

.button-2.primary {
  color: #fbfbfb;
  text-align: center;
  background-color: #ff4f1d;
  border: 2px solid #ff4f1d;
  width: 221px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
}

.button-2.primary:hover {
  color: #ff4f1d;
  background-color: #0000;
  border-width: 3px;
  border-color: #ff4f1d;
  border-radius: 0;
  width: 221px;
}

.button-2.secondary {
  color: #ff4f1d;
  text-align: center;
  background-color: #0000;
  border: 3px solid #ff4f1d;
  border-radius: 0;
  flex: 0 auto;
  width: 220px;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 52px;
  padding-right: 52px;
  text-decoration: none;
}

.button-2.secondary:hover {
  color: #fbfbfb;
  background-color: #ff4f1d;
  border-color: #ff4f1d;
}

.image-25 {
  max-width: 100%;
  display: none;
}

.div-block-6 {
  max-width: 100%;
  display: flex;
}

.div-block-7 {
  margin-top: 60px;
}

.image-27 {
  z-index: 2;
  position: relative;
}

.image-28 {
  display: none;
}

.image-29 {
  flex: none;
  justify-content: space-between;
  align-items: center;
  max-width: 227px;
  margin-top: -95px;
  margin-bottom: -110px;
  display: block;
  position: relative;
}

.nato {
  margin-top: 18px;
  margin-left: 10px;
  margin-right: -45px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-30 {
  max-width: 639px;
}

.image-31 {
  z-index: 0;
  max-width: 315px;
  margin-top: 64px;
  position: relative;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.image-32 {
  max-width: none;
  height: 100%;
  margin-top: -143px;
  position: absolute;
}

.text-span {
  color: var(--accent);
  font-weight: 700;
}

.image-33 {
  max-width: 70%;
}

.image-34 {
  max-width: 315px;
  margin-left: -32px;
}

.text-block, .text-block-2, .text-block-3 {
  color: var(--nav-bar);
  font-size: 24px;
  line-height: 24px;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    max-width: 100%;
    height: 14%;
  }

  .h2.speakers {
    position: relative;
  }

  .partners-section {
    display: none;
  }

  .image-21 {
    max-width: 61%;
  }

  .image-22 {
    max-width: 31%;
    margin-bottom: -100px;
    top: -83px;
    left: 676px;
  }

  .main-container {
    align-self: center;
    max-width: 100%;
  }

  .image-23 {
    vertical-align: baseline;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    display: block;
    overflow: clip;
  }

  .div-block-4 {
    max-width: 100%;
  }

  .image-24 {
    max-width: 100%;
    margin-top: auto;
    margin-left: 40px;
  }

  .div {
    flex: none;
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .div-blocks {
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .image-25 {
    justify-content: flex-start;
    align-items: center;
    max-width: 601px;
    display: block;
    position: static;
    top: 0;
  }

  .div-block-6 {
    max-width: 50%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .image-26, .image-27 {
    display: none;
  }

  .image-28 {
    display: inline-flex;
  }

  .image-29 {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    height: 100%;
    margin-top: 67px;
  }

  .brand.w--current {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button {
    color: var(--gpaphite);
  }

  .button:hover {
    color: var(--accent);
  }

  .button-wrapper {
    margin-top: 30px;
    margin-bottom: 18px;
  }

  .about-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .h2.speakers {
    left: -95px;
  }

  .partners-section {
    display: none;
  }

  .tab-link-speakers.w--current {
    color: #ff4f1d;
    text-decoration: underline;
  }

  .image-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 1200px;
    max-width: 100%;
    margin-top: 2%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-22 {
    width: 53%;
    max-width: 30%;
    display: block;
    left: 933px;
  }

  .main-container {
    flex: 0 auto;
    margin-top: 60px;
  }

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

  .div-block-4 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-top: 2px;
  }

  .image-24 {
    flex: 1;
    align-self: center;
    margin-top: 0;
    margin-left: 100px;
  }

  .div {
    justify-content: flex-end;
    align-items: flex-end;
    max-width: 50%;
    margin-top: 21px;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .div-blocks {
    max-width: 100%;
    margin-bottom: 0;
  }

  .image-25 {
    max-width: 69%;
    margin-top: 57px;
  }

  .div-block-6 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .div-block-7 {
    max-width: 100%;
  }

  .image-29 {
    display: none;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    width: 100%;
    height: auto;
    min-height: 72rem;
    max-height: 100vw;
    margin-top: 45px;
  }

  .brand.w--current {
    margin-left: 15px;
    margin-right: 15px;
  }

  .button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 32px;
    display: flex;
  }

  .about-section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .partners-section {
    display: none;
  }

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

  .image-21 {
    width: 65vw;
  }

  .image-22 {
    width: 27vw;
    max-width: none;
    top: -6.7vw;
    left: 52.4vw;
  }

  .main-container {
    flex: 1;
    min-width: auto;
    max-width: 100%;
  }

  .image-23 {
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    overflow: auto;
  }

  .div-block-4 {
    margin-top: 0;
    margin-bottom: 3vw;
  }

  .image-24 {
    flex: 1;
    width: 100%;
    margin-left: 94px;
  }

  .div {
    flex: 1;
    order: 0;
    align-self: auto;
    max-width: 73%;
    position: static;
  }

  .div-blocks {
    justify-content: space-between;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .button-2.primary {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 15vw;
    height: 2.5vw;
    font-size: 1vw;
    line-height: 26px;
    display: flex;
  }

  .button-2.primary:hover {
    width: 15vw;
  }

  .button-2.secondary {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 15vw;
    height: 2.5vw;
    font-size: 1vw;
    display: flex;
    position: static;
  }

  .image-25 {
    flex-flow: row;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    margin-top: 46px;
    margin-bottom: -171px;
    display: inline-flex;
    overflow: visible;
  }

  .div-block-6 {
    flex: 1;
    justify-content: space-around;
    max-width: 50%;
  }

  .div-block-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: stretch;
    max-width: 100%;
    display: flex;
  }

  .image-28 {
    display: inline-flex;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 100%;
  }

  .brand {
    padding-bottom: 12px;
  }

  .button.cta {
    max-width: 161px;
  }

  .button.primary {
    text-decoration: none;
  }

  .button.primary.cta {
    max-width: 252px;
    margin-left: 0;
  }

  .button.secondary {
    text-decoration: none;
  }

  .navbar {
    max-height: 88px;
    display: block;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .h1 {
    font-size: 80px;
    line-height: 90%;
  }

  .nav-menu {
    background-color: var(--nav-bar);
  }

  .subtitle {
    max-width: 355px;
    font-size: 24px;
    line-height: 140%;
  }

  .subtitle.hero {
    max-width: 390px;
  }

  .button-wrapper {
    margin-top: 82px;
  }

  .h4.herp {
    margin-bottom: -120px;
  }

  .h4.speakers {
    margin: 12px 32px 4px;
    font-size: 20px;
    font-weight: 500;
  }

  .paragraph.content {
    margin-left: 32px;
    margin-right: 32px;
  }

  .paragraph.cards {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.agenda {
    margin-left: 16px;
    margin-right: 0;
  }

  .paragraph.location {
    margin-left: 32px;
    margin-right: 32px;
  }

  .about-section {
    background-repeat: repeat-y;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
  }

  .about-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .about-column-1 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .about-column-2 {
    padding-left: 0;
  }

  .h2.about {
    display: none;
  }

  .h2.about.mob {
    align-self: flex-start;
    max-width: 131px;
    margin-left: 80px;
    margin-right: 0;
    display: block;
  }

  .h2.venue {
    display: none;
  }

  .h2.venue.mob {
    margin-left: 32px;
    margin-right: 32px;
    display: block;
  }

  .h2.agenda {
    margin-left: 30px;
  }

  .h2.cta {
    margin-left: 32px;
    margin-right: 32px;
  }

  .h2.speakers {
    display: none;
  }

  .h2.speakers.mob {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .h2.speakers.mob.margin {
    margin-top: -30px;
    margin-left: 32px;
    padding-left: 78px;
  }

  .agenda-section {
    margin-top: 0;
    padding-left: 100px;
  }

  .agenda-column-1 {
    margin-right: 11px;
  }

  .h5 {
    padding-right: 0;
  }

  .agenda-line {
    margin-bottom: 13px;
  }

  .speakers-section {
    margin-right: 32px;
    padding-bottom: 0;
    display: none;
  }

  .frame {
    align-items: flex-start;
    display: flex;
  }

  .speakers-column-2 {
    grid-row-gap: 4px;
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
    max-width: 364px;
    margin-top: 12px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .speakers-social-wrapper {
    margin-top: 4px;
  }

  .speaker-photo {
    max-width: 366px;
  }

  .speaker-column-1 {
    align-self: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .h3.speakers {
    margin-bottom: 0;
  }

  .div-block-2 {
    flex-direction: column;
    flex: 0 auto;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    max-width: 381px;
    max-height: 361px;
    top: 4%;
    left: -51px;
  }

  .image-2 {
    max-width: 169px;
  }

  .image-3 {
    right: 22%;
  }

  .image-4 {
    right: 60px;
  }

  .image-5 {
    top: 17%;
    right: 189px;
  }

  .slider {
    width: 60%;
    height: 325px;
    display: none;
  }

  .partners-section {
    margin-top: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .partners-content {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .venue-section {
    margin-left: 0;
    margin-right: 0;
  }

  .venue-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .venue-column-1 {
    padding-right: 0;
  }

  .venue-column-2 {
    padding-left: 0;
  }

  .cta-wrapper {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .cta-column-2 {
    align-self: stretch;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
  }

  .footer-wrapper {
    grid-row-gap: 16px;
    text-align: center;
    flex-direction: column;
  }

  .cta-line-section {
    display: none;
  }

  .cta-wrapper-top {
    margin-left: 0;
    margin-right: 0;
  }

  .menu-button {
    padding: 25px 4px;
  }

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

  .image-menu-close {
    display: none;
  }

  .scrolling-list {
    align-items: stretch;
    display: flex;
    overflow: scroll;
  }

  .h5-mob {
    display: none;
  }

  .speakers-mobile-section {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .speakers-mob-wrapper {
    grid-row-gap: 8px;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    display: flex;
  }

  .fs_accordion-1_body {
    background-color: #0000;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_accordion-1_label {
    font-size: 24px;
    font-weight: 500;
  }

  .fs_accordion-1_header {
    background-color: var(--nav-bar);
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .fs_accordion-1_item {
    overflow: scroll;
  }

  .scrolling-list-venue {
    display: flex;
    overflow: scroll;
  }

  .card-venue-1 {
    background-image: url('../images/1.jpg');
    background-position: 50%;
    background-size: cover;
    width: 80vw;
    height: 60vh;
    margin-left: 32px;
  }

  .card-venue-1.last {
    width: 50vw;
    height: 38vh;
    margin-right: 32px;
  }

  .card-venue-4 {
    width: 80vw;
    height: 60vh;
    margin-left: 32px;
  }

  .card-venue-4.last {
    background-image: url('../images/4.jpg');
    background-position: 50%;
    background-size: cover;
    width: 50vw;
    height: 38vh;
  }

  .speakers-link-block {
    margin-top: 0;
    margin-bottom: 0;
  }

  .speaker-desktop, .speaker-9, .speaker-10, .speaker-11, .speaker-12, .speaker-13, .speaker-14, .speaker-15, .speaker-16 {
    flex: 0 auto;
    padding: 0;
  }

  .speaker-mob {
    width: 80vw;
    height: 60vh;
  }

  .speaker-mob.first {
    background-color: var(--nav-bar);
    width: auto;
    height: auto;
    color: var(--gpaphite);
    border-width: 0;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    margin-top: 12px;
    margin-left: 32px;
    padding: 16px;
  }

  .speaker-mob.first.last {
    margin-right: 32px;
  }

  .image-14 {
    align-self: center;
  }

  .fs_accordion-2_body {
    background-color: #0000;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs_accordion-2_label {
    color: var(--gpaphite);
    font-size: 24px;
    font-weight: 500;
  }

  .fs_accordion-2_header {
    background-color: var(--nav-bar);
    margin-left: 32px;
    margin-right: 32px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
  }

  .fs_accordion-2_item {
    overflow: scroll;
  }

  .section {
    margin-top: 0;
    padding-top: 64px;
  }

  .image-22 {
    left: 435px;
  }

  .main-container {
    max-width: 100%;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .main-container.alt {
    max-width: none;
  }

  .image-24 {
    order: -9999;
    align-self: flex-start;
    margin-left: 30px;
  }

  .div {
    max-width: 100%;
  }

  .div-blocks {
    display: flex;
  }

  .button-2.primary, .button-2.secondary {
    text-decoration: none;
  }

  .div-block-6 {
    max-width: 50%;
  }

  .image-29 {
    flex: 1;
    order: 9999;
    align-self: stretch;
    max-width: 100%;
    display: block;
  }

  .image-34 {
    margin-left: -101px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    height: 6%;
  }

  .button.primary {
    border-width: 3px;
    flex: 0 auto;
    width: auto;
    min-width: 220px;
    margin-right: 0;
    text-decoration: none;
  }

  .button.primary:hover {
    width: auto;
  }

  .button.primary.cta-line {
    font-size: 16px;
  }

  .button.primary.agenda {
    width: auto;
    display: block;
  }

  .button.primary.agenda.mob {
    margin-top: 24px;
    display: none;
  }

  .button.secondary {
    flex: 1;
    min-width: 220px;
    text-decoration: none;
    display: block;
  }

  .container {
    display: flex;
  }

  .button-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-wrap: wrap;
    margin-top: 41px;
  }

  .paragraph.location {
    color: #1e1f1e;
  }

  .about-section {
    background-image: url('../images/Frame-1212555.png');
    background-repeat: repeat;
    background-size: contain;
  }

  .about-column-1 {
    align-self: center;
  }

  .h2 {
    margin-bottom: 16px;
  }

  .h2.about {
    display: block;
  }

  .h2.about.mob {
    align-self: flex-start;
    margin-left: 10px;
    display: none;
  }

  .h2.venue.mob {
    margin-bottom: 16px;
  }

  .h2.agenda {
    margin-top: -32px;
    margin-left: 60px;
  }

  .agenda-wrapper {
    grid-row-gap: 32px;
    flex-direction: column;
  }

  .agenda-column-1 {
    flex: 1;
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .agenda-column-2 {
    margin-left: auto;
  }

  .h5 {
    font-size: 16px;
  }

  .agenda-line {
    height: auto;
    margin-left: -12px;
    margin-right: -9px;
    position: relative;
  }

  .speakers-column-2, .speaker-photo {
    max-width: 240px;
  }

  .h3.speakers {
    font-size: 24px;
  }

  .image {
    max-width: 260px;
  }

  .image-2 {
    display: none;
    top: 29%;
    right: 0%;
  }

  .image-3 {
    max-width: 50px;
    top: 56%;
    right: 13%;
  }

  .slider {
    width: 100%;
    height: 387px;
  }

  .image-6 {
    max-width: 75px;
    top: 201%;
  }

  .image-7 {
    max-width: 55px;
    top: 1380px;
    right: 24%;
  }

  .partners-section {
    padding-bottom: 32px;
  }

  .partners-content {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    place-content: space-around space-between;
  }

  .image-10 {
    max-width: 47px;
    right: 263px;
  }

  .footer-section {
    padding-bottom: 10vh;
  }

  .footer-wrapper {
    margin-bottom: 0;
  }

  .dev-section {
    padding-bottom: 10vh;
  }

  .cta-line-section {
    height: 10vh;
    top: 90vh;
  }

  .cta-line-wrapper {
    text-align: left;
  }

  .scrolling-list {
    align-items: stretch;
  }

  .h5-mob {
    font-size: 16px;
  }

  .card-venue-1 {
    width: 60vw;
    height: 40vh;
  }

  .card-venue-1.last {
    height: 32vh;
    margin-right: 32px;
  }

  .card-venue-4 {
    width: 60vw;
    height: 40vh;
  }

  .card-venue-4.last {
    height: 32vh;
    margin-right: .8rem;
  }

  .speakers-link-block {
    margin-bottom: 0;
  }

  .speaker-mob {
    width: 60vw;
    height: 40vh;
  }

  .image-14 {
    flex-flow: wrap;
    justify-content: center;
    display: inline-flex;
  }

  .partners-content-main {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .image-15 {
    flex: 1;
    max-width: 240px;
    max-height: 140px;
  }

  .div-block-3 {
    flex: 1;
    margin-left: 25px;
  }

  .main-partners-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: row;
  }

  .image-15-copy {
    flex: 1;
    max-width: 140px;
    max-height: 140px;
  }

  .image-20 {
    flex: 1;
    max-width: 240px;
    max-height: 140px;
  }

  .image-21 {
    max-width: 90%;
  }

  .image-22 {
    max-width: 36%;
    left: 48vw;
  }

  .image-24 {
    z-index: 5;
    max-width: 111%;
    margin-top: -20px;
    position: relative;
  }

  .button-2.primary {
    border-width: 3px;
    flex: 0 auto;
    width: auto;
    min-width: 200px;
    margin-right: 0;
    text-decoration: none;
  }

  .button-2.primary:hover {
    width: auto;
  }

  .button-2.secondary {
    flex: 0 auto;
    width: auto;
    min-width: 200px;
    text-decoration: none;
    display: block;
  }

  .image-29 {
    z-index: 1;
    max-width: 150%;
    margin-bottom: -100px;
  }

  .link-3, .link-4 {
    color: #1e1f1e;
  }

  .link-4:hover {
    color: #333;
  }

  .nato {
    margin-right: -55px;
  }

  .image-34 {
    max-width: 389px;
  }

  .div-block-8 {
    flex: 0 auto;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 100%;
  }

  .button {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button.cta {
    text-align: center;
    max-width: 100%;
    margin-right: 16px;
    display: none;
  }

  .button.primary {
    flex: 1;
  }

  .button.primary.cta {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .button.primary.cta-line {
    min-width: 165px;
  }

  .container {
    max-width: none;
    padding-right: 20px;
  }

  .h1 {
    margin-top: 8px;
    font-size: 52px;
  }

  .nav-menu, .nav-menu:active {
    margin-top: 0;
    padding-top: 10px;
  }

  .div-block {
    margin-left: 16px;
    margin-right: 16px;
  }

  .subtitle.hero {
    display: none;
  }

  .subtitle.hero.mob {
    display: block;
  }

  .button-wrapper {
    flex-flow: wrap;
    margin-top: 78px;
  }

  .h4.herp {
    margin-bottom: 0;
    font-size: 24px;
  }

  .h4.speakers {
    margin-bottom: 0;
    margin-left: 16px;
    margin-right: 16px;
  }

  .hero-headings {
    align-items: flex-start;
  }

  .hero-partner {
    margin-bottom: 64px;
  }

  .paragraph {
    margin-left: 16px;
    margin-right: 16px;
    font-size: 16px;
  }

  .paragraph.content {
    margin-left: 16px;
    margin-right: 16px;
  }

  .paragraph.cards {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.agenda {
    margin-bottom: 0;
    margin-left: 4px;
    margin-right: 0;
  }

  .paragraph.location {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.hero {
    margin-left: 0;
  }

  .about-section {
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .about-wrapper {
    grid-row-gap: 16px;
  }

  .about-column-1 {
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .h2.about {
    margin-top: -30px;
    margin-left: 145px;
  }

  .h2.about.mob {
    max-width: 40%;
    margin-top: -37px;
    margin-left: 33px;
  }

  .h2.venue.mob {
    margin-left: 16px;
    margin-right: 16px;
  }

  .h2.agenda {
    margin-top: -28px;
    margin-bottom: 0;
    margin-left: 60px;
  }

  .h2.partners {
    margin-bottom: 0;
  }

  .h2.cta {
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .h2.speakers.mob {
    margin-left: 16px;
    margin-right: 16px;
  }

  .h2.speakers.mob.margin {
    margin-top: -33px;
    margin-bottom: 0;
    padding-left: 97px;
  }

  .agenda-section {
    background-repeat: repeat;
    background-size: contain;
    margin-left: 0;
    margin-right: 0;
  }

  .agenda-wrapper {
    grid-row-gap: 16px;
  }

  .agenda-column-2 {
    margin-left: -77px;
  }

  .agenda-content.last {
    align-items: center;
  }

  .h5 {
    order: -1;
    align-self: flex-start;
    margin-bottom: 0;
    display: block;
  }

  .h5.cta-line {
    display: none;
  }

  .circle {
    align-self: flex-start;
    width: 12px;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    min-height: 12px;
    max-height: 12px;
    margin-top: 0;
    margin-left: 21px;
    margin-right: 16px;
  }

  .agenda-line {
    align-self: stretch;
    width: 4px;
    height: auto;
    margin-bottom: 18px;
    margin-left: 64px;
    margin-right: 9px;
    padding-right: 0;
    display: block;
  }

  .frame {
    align-self: stretch;
    margin-top: 0;
  }

  .speakers-column-2 {
    max-width: 214px;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .speaker-photo {
    max-width: 215px;
  }

  .speaker-column-1 {
    align-self: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    grid-row-gap: 10px;
    flex: 1;
    justify-content: space-between;
    align-self: stretch;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .image-3 {
    top: 51%;
    right: 2%;
  }

  .image-4 {
    display: none;
  }

  .partners-section {
    margin-left: 16px;
    margin-right: 16px;
  }

  .partners-content {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .venue-section {
    margin-left: 0;
    margin-right: 0;
  }

  .venue-column-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .cta-column-1 {
    padding-right: 0;
  }

  .cta-column-2 {
    margin-left: 16px;
    margin-right: 16px;
  }

  .footer-wrapper {
    margin-bottom: 0;
  }

  .dev-wrapper {
    margin-left: 24px;
    margin-right: 24px;
  }

  .cta-line-section {
    flex-direction: column;
    justify-content: center;
  }

  .cta-wrapper-top {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-wrapper-top {
    margin-left: 24px;
    margin-right: 24px;
  }

  .cta-line-wrapper-top {
    margin-left: 16px;
    margin-right: 16px;
  }

  .scrolling-list {
    min-height: 330px;
    margin-top: 4px;
    overflow: scroll;
  }

  .image-12 {
    max-width: 76px;
    max-height: 42px;
  }

  .h5-mob {
    font-weight: 500;
    display: block;
  }

  .h5-mob.cta2 {
    padding-right: 8px;
    font-weight: 400;
    line-height: 110%;
  }

  .image-13 {
    min-width: 225px;
  }

  .speakers-mobile-section {
    margin-left: 0;
    margin-right: 0;
  }

  .fs_accordion-1_header {
    margin-left: 16px;
    margin-right: 16px;
  }

  .scrolling-list-venue {
    overflow: scroll;
  }

  .card-venue-1 {
    width: 75vw;
    height: 30vh;
    margin-left: 16px;
  }

  .card-venue-1.last {
    width: 60vw;
    height: 24vh;
    margin-right: 16px;
  }

  .card-venue-4 {
    width: 75vw;
    height: 30vh;
    margin-left: 16px;
  }

  .card-venue-4.last {
    width: 70vw;
    height: 24vh;
    margin-right: 16px;
  }

  .speaker-desktop, .speaker-9, .speaker-10, .speaker-11, .speaker-12, .speaker-13, .speaker-14, .speaker-15, .speaker-16 {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    margin-left: 2px;
  }

  .speaker-mob {
    width: 75vw;
    height: 30vh;
  }

  .speaker-mob.first {
    background-color: var(--nav-bar);
    flex-direction: column;
    margin-left: 16px;
    margin-right: 3px;
    padding-top: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .speaker-mob.first.last {
    margin-right: 16px;
  }

  .image-14 {
    align-self: center;
    max-width: 250px;
    display: block;
  }

  .partners-content-main {
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    margin-top: 24px;
  }

  .image-15 {
    align-self: center;
    max-width: 240px;
    max-height: 300px;
    margin-left: 0;
  }

  .image-16, .image-17, .image-18, .image-19 {
    max-width: 120px;
  }

  .fs_accordion-2_header {
    margin-left: 16px;
    margin-right: 16px;
  }

  .div-block-3 {
    flex: 1;
    margin-left: -40px;
    display: flex;
  }

  .main-partners-wrapper {
    flex-flow: wrap;
    place-content: space-between center;
    align-self: stretch;
    margin-top: 16px;
  }

  .image-15-copy {
    align-self: center;
    max-width: 200px;
    max-height: 200px;
    margin-left: 0;
  }

  .image-20 {
    align-self: center;
    max-width: 240px;
    max-height: 300px;
    margin-left: 0;
  }

  .main-container {
    max-width: 100%;
  }

  .image-24 {
    z-index: 5;
    align-self: flex-end;
    max-width: 66vh;
    position: relative;
    overflow: clip;
  }

  .div {
    max-width: 79%;
    display: none;
  }

  .button-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .button-2.primary {
    flex: 1;
    min-width: 200px;
    max-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    display: block;
  }

  .button-2.primary.cta {
    display: block;
  }

  .button-2.secondary {
    flex: 1;
    align-self: auto;
    min-width: 200px;
    max-width: 240px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }

  .image-29 {
    z-index: 3;
    float: none;
    justify-content: flex-start;
    align-items: center;
    max-width: 200px;
    position: static;
  }

  .nato {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-right: -137px;
    display: block;
  }

  .image-31 {
    position: relative;
    left: auto;
  }

  .image-33 {
    max-width: 66%;
  }

  .image-34 {
    max-width: 300px;
  }

  .div-block-8 {
    flex: 1;
    align-self: center;
  }
}


@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Cyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}