:root {
  --fil-blue: #0090ff;
  --ff-blue-6: #06094e;
}

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

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

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

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

@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: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  color: #fff;
  text-decoration: none;
}

img {
  display: inline-block;
}

.small-container {
  width: 50vw;
  max-width: 500px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  display: flex;
  position: static;
}

.content {
  z-index: 10;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.logos {
  grid-column-gap: 11.25px;
  grid-row-gap: 11.25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.columns {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.vectors-wrapper-6 {
  width: 180px;
  height: 55.7419px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.small-columns {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.column-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.content-2 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link {
  color: #fff;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.copyright {
  width: 100%;
  max-width: 940px;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.text-7 {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.link-2 {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-8 {
  color: #f9f2ec;
  text-align: center;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.index-2 {
  z-index: 0;
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.hero-no-image-2 {
  width: 100vw;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 128px 36px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-no-image-2.centered {
  color: #fff;
  text-align: center;
}

.vectors-wrapper-8 {
  width: 30vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: invert();
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-47426 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-47427 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-9 {
  width: 25px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #0090ff;
  object-fit: contain;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  width: 25.1429px;
  height: 32px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px solid #121417;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
  box-shadow: 8px -8px #037d4b;
}

.button-2.primary {
  box-shadow: none;
  text-transform: uppercase;
  border-width: 4px;
  border-color: #0090ff;
  position: static;
  top: 40px;
  right: 40px;
}

.button-2.primary.button-text {
  display: none;
}

.footer-2 {
  width: 100vw;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #06094e;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 64px 24px 8px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-2 {
  width: 30vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-2.gate {
  z-index: 0;
  width: 25vw;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.div-block-3 {
  z-index: 0;
  width: 40vw;
  height: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.div-block-4 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  display: flex;
}

.div-block-5 {
  height: auto;
  opacity: .1;
  background-color: #000;
  background-image: var(--image-i492c682f);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  background-color: #06094e;
}

.ffblock {
  width: 60%;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  display: none;
}

.link-block-5 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
}

.image-37 {
  width: 100%;
  float: none;
  clear: none;
  object-fit: fill;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: visible;
}

.image-38 {
  width: 100%;
  overflow: hidden;
}

.div-block-6 {
  width: 110vw;
  overflow: hidden;
}

.link-3 {
  color: #0090ff;
}

.div-block-7 {
  max-width: 1140px;
}

.schedule-container {
  justify-content: center;
  margin-bottom: 60px;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.details {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.details.hide {
  display: none;
}

.div-middle {
  max-width: 1140px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-texts.center {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-texts.center._100 {
  margin-bottom: 60px;
}

.div-texts.center._100.largemarginbottom {
  margin-bottom: 160px;
}

.div-detail-inside {
  height: auto;
  background-color: #06094e;
  border: 5px dashed #0090ff;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 30px 60px;
  display: flex;
}

.div-detail-inside.hidden {
  display: none;
}

.div-details-w-date {
  flex-direction: column;
  display: flex;
}

.schedule-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
  / .25fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: grid;
}

.schedule-location {
  color: #0090ff;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.button-text {
  color: #000;
  font-family: Sora, sans-serif;
  font-size: 23.04px;
  font-weight: 700;
  line-height: 36.25px;
}

.styles-guide-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.text-styles-wrapper-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

._16px-header {
  color: #fff;
  text-align: right;
  letter-spacing: 0;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

._16px-header.hide {
  display: none;
}

._16px-header.venue {
  color: #fff;
}

._16px-header.address {
  font-weight: 200;
}

._25px-header {
  min-width: 110px;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

._25px-header.date {
  color: #fff;
  flex: 1;
}

._76px-header {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 76px;
  font-weight: 700;
  line-height: 140%;
}

._76px-header.centered {
  text-align: center;
}

.style-guide-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.text-style-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

._39px-header {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 140%;
}

.styles-wrapper-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: flex;
}

.caption {
  color: #fff;
  letter-spacing: .03em;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.paragraph {
  color: #fff;
  text-align: left;
  letter-spacing: .03em;
  font-family: Archivo, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.paragraph.centered {
  text-align: center;
}

.button-text-2 {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Archivo, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 200%;
}

._31px-header {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 140%;
}

._31px-header.dark {
  color: #000;
}

._31px-header.dark.center {
  text-align: center;
}

._49px-header {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Archivo, sans-serif;
  font-size: 49px;
  font-weight: 600;
  line-height: 140%;
}

.style-guide-infotext-large {
  color: rgba(0, 0, 0, .3);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.style-guide-heading-2 {
  width: 100%;
  max-width: 340px;
  color: #fff;
  letter-spacing: -.02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.style-guide-info-text {
  color: #fff;
  font-family: Sora, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.body-3 {
  background-color: #000;
}

.paragraph-7 {
  color: #fff;
  letter-spacing: .03em;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
}

.ffblock-2 {
  width: 40%;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

._25px-header-2 {
  color: #fff;
  letter-spacing: 0;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 140%;
}

._25px-header-2.link {
  color: #0090ff;
}

.schedule-grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 / .3fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 20px;
  display: grid;
}

.schedule-container-2 {
  justify-content: center;
  padding: 36px;
  display: flex;
}

.schedule-location-2 {
  color: var(--fil-blue);
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.link-5, .link-6 {
  color: #0090ff;
}

.nav-menu-two {
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.list-item-3 {
  flex: 0 auto;
  margin-right: 50px;
}

.navbar-logo-left {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.list-item {
  cursor: pointer;
  flex: 0 auto;
  margin-right: 50px;
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 80px;
}

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

.nav-menu-wrapper {
  width: auto;
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

.nav-link {
  letter-spacing: .25px;
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 10px;
  font-family: Sora, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

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

.image-39 {
  margin-right: 25px;
}

.div-cards-speakers {
  height: auto;
  background-color: #fff;
  border: 4px solid #0090ff;
  flex-direction: column;
  align-items: center;
  padding-top: 130px;
  padding-bottom: 75px;
  display: flex;
  position: relative;
}

.div-cards-speakers.hide {
  display: none;
}

.main-div {
  width: 100%;
  max-width: 1140px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.main-div.networking {
  align-items: flex-start;
}

.main-div.networking.grid {
  height: auto;
}

.back-home {
  cursor: pointer;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 57px;
  bottom: auto;
  left: 28px;
  right: auto;
}

.back-home.speakers {
  text-align: center;
  justify-content: center;
  position: static;
}

.btn-load-more {
  width: 40px;
  height: 40px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
}

.btn-load-more:hover {
  box-shadow: none;
}

.div-block-12 {
  width: 100%;
  max-width: 1140px;
  justify-content: center;
  margin-top: 75px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.image-30 {
  width: 150px;
  height: 150px;
  object-fit: cover;
  object-position: 50% 0%;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: -73px;
  bottom: auto;
  left: auto;
  right: auto;
}

.grid-2 {
  width: 90vw;
  grid-column-gap: 50px;
  grid-row-gap: 150px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-self: center;
}

.image-31 {
  display: none;
  transform: rotate(-90deg);
}

.text-block-8 {
  width: 80%;
  color: #000;
  text-align: center;
  margin-top: 10px;
  font-family: Sora, sans-serif;
  font-size: 16px;
}

.section-p {
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
  padding-bottom: 170px;
  display: flex;
}

.section-p.networking {
  height: auto;
  padding: 54px 36px 100px;
}

.bluelink {
  color: #0090ff;
}

.link-7 {
  color: var(--fil-blue);
}

.div-block-18 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  align-items: center;
  justify-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.date._25px-header {
  color: var(--fil-blue);
}

.schedulesection {
  padding-left: 36px;
  padding-right: 36px;
}

.backtotop {
  color: var(--fil-blue);
}

.button-text-3 {
  color: #070637;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 200%;
}

.navbarcontainer-3 {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-49 {
  width: 150px;
}

.button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffad00;
  border: 3px solid #070637;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  text-decoration: none;
  transition: background-color .2s;
}

.button-3:hover {
  background-color: #ffad00;
  border-color: #e51a88;
}

.button-3.nav {
  margin-left: 24px;
}

.button-3.nav.hiddononmobile {
  background-color: #fff;
}

.button-3.nav.hiddononmobile:hover {
  border-color: var(--ff-blue-6);
}

.navbar-link-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: none;
}

.navbar-link-3.hidden {
  display: none;
}

.logos-5 {
  grid-column-gap: 10.5456px;
  grid-row-gap: 10.5456px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-logo-left-2 {
  width: 100vw;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--ff-blue-6);
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-menu-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-brand-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-50 {
  display: none;
}

.body-d-6 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.navbar-content-3 {
  width: 100%;
  height: 90px;
  max-width: 1200px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-110 {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.std-buttons {
  grid-column-gap: 24px;
  display: flex;
}

.button-text-4 {
  color: #070637;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 200%;
}

._39px-header-2 {
  color: #070637;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 39px;
  font-weight: 600;
  line-height: 140%;
}

._39px-header-2.thin {
  color: #fff;
  font-weight: 400;
}

._39px-header-2.hero {
  color: #fff;
  text-align: center;
  display: none;
}

.section-savethedate {
  border-top: 4px dashed #fff;
  justify-content: center;
  align-items: center;
  padding: 128px 24px 64px;
  display: flex;
  position: relative;
}

.infoicon {
  width: 30px;
  max-width: 30px;
  filter: invert();
  object-fit: contain;
}

.image-46 {
  width: 300px;
  margin-left: -10px;
}

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

.cell-6 {
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
}

._25px-header-3 {
  width: auto;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 140%;
}

._25px-header-3.centeredonmobile {
  color: #fff;
}

.button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 3px solid #000;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button-4:hover {
  background-color: #b1b1b1;
}

.button-4.std {
  border-color: #fff;
}

.button-4.std:hover {
  background-color: #0090ff;
}

.button-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 3px solid #070637;
  border-radius: 50px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 48px;
  text-decoration: none;
  transition: background-color .2s;
}

.cell-7 {
  grid-row-gap: 24px;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}

.std-container {
  width: 100%;
  height: auto;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.quick-stack {
  width: 75vw;
  grid-row-gap: 48px;
  align-self: auto;
}

.div-block-109 {
  grid-column-gap: 20px;
  display: flex;
}

.section {
  z-index: 1;
  position: relative;
}

.cell-8 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
}

.image-wrapper {
  width: 30vw;
  max-width: 400px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f2wf-columns-4 {
  width: 80vw;
  max-width: 1200px;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.section-header-2 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

._49px-header-3 {
  color: #fff;
  text-align: center;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 49px;
  font-weight: 700;
  line-height: 140%;
}

._49px-header-3.section-title {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
}

._49px-header-3.section-title.light {
  color: #ffad00;
}

._49px-header-3.section-title {
  color: #ffad00;
  white-space: nowrap;
  word-break: normal;
}

._49px-header-3.section-title.light {
  color: #ffad00;
}

._31px-header-3 {
  color: #fff;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 140%;
}

._31px-header-3.purple {
  color: #fff;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.small-container-2 {
  width: 80vw;
  max-width: 1200px;
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-faq {
  flex-direction: column;
  align-items: center;
  padding: 64px 24px;
  display: flex;
}

.section-faq.dark {
  border-bottom: 4px dashed #fff;
  position: relative;
}

.section-faq.dark.hidden {
  display: none;
}

.text-span-5 {
  color: #fff;
}

.frame-47444 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  z-index: 0;
  width: 80vw;
  height: 600px;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  filter: grayscale();
  background-image: var(--image-c11e0b9);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 3px solid #fff;
  border-radius: 32px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

._16px-header-2 {
  min-width: 100px;
  color: #070637;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
}

._16px-header-2.event-location {
  white-space: break-spaces;
  line-height: 150%;
}

.section-map {
  z-index: 1;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-top: 4px dashed #fff;
  border-bottom: 4px dashed #fff;
  flex-direction: column;
  align-items: center;
  padding: 64px 24px;
  display: none;
  position: relative;
}

.container-footer {
  width: 80vw;
  max-width: 1200px;
  align-items: center;
}

.text-14 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.footerlink {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.text-15 {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.content-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-9 {
  width: 100%;
  max-width: 320px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-8 {
  color: #fff;
  letter-spacing: 0;
  font-family: Lato, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.links-footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-end;
}

.vectors-wrapper-14 {
  width: 180px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-5 {
  width: 100%;
  max-width: 960px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-wrapper-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 16px;
  display: flex;
}

.footer-3 {
  width: 100%;
  height: auto;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 64px 24px 8px;
  display: flex;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-3.dark {
  background-color: var(--ff-blue-6);
  position: relative;
  top: 0;
  bottom: 0;
}

.image-10 {
  width: 180px;
  overflow: visible;
}

.bold-text-6 {
  display: none;
}

.section-2 {
  z-index: 0;
  opacity: .12;
  background-image: var(--image-i492c682f);
  background-position: 50%;
  background-size: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
  margin-top: 20px;
  padding-left: 0;
  display: block;
}

.div-faq {
  width: 100%;
  background-color: var(--ff-blue-6);
  border: 4px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 30px;
  display: flex;
}

.faq-title-block {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.plus {
  width: 30px;
  height: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-114 {
  width: 16px;
  height: 2px;
  background-color: #070637;
}

.div-block-114.plus {
  background-color: #070637;
  position: absolute;
  transform: rotate(90deg);
}

.vectors-wrapper-24 {
  width: 25vw;
  max-width: 300px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f2wf-columns-8 {
  width: 100%;
  max-width: 1200px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-registration {
  z-index: 1;
  min-height: 1000px;
  border-top: 4px dashed #fff;
  border-bottom: 4px dashed #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 64px 24px;
  display: flex;
  position: relative;
  overflow: visible;
}

._25px-header-4 {
  width: auto;
  color: #070637;
  text-align: left;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 140%;
}

._25px-header-4.registration {
  width: auto;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.html-embed-2 {
  width: 100%;
  height: 1400px;
  max-width: 1200px;
  object-fit: fill;
}

.text-span {
  font-weight: 800;
}

._2-columns-2 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: flex;
}

.div-block-115 {
  width: 100%;
  height: auto;
  max-width: 1200px;
  min-height: 1400px;
}

.section-about {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--ff-blue-6);
  border-top: 4px dashed #fff;
  border-bottom: 4px dashed #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.paragraph-8 {
  color: #070637;
  text-align: left;
  letter-spacing: .03em;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: block;
}

.paragraph-8.light {
  width: 50vw;
  color: #ffeed2;
}

.paragraph-8.light.centeredonmobile {
  width: 100%;
  color: #fff;
  font-style: normal;
}

.paragraph-8.light.bold {
  font-weight: 600;
}

.column-11 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  display: none;
}

.content-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

._31px-header-4 {
  color: #070637;
  letter-spacing: .01em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 31px;
  font-weight: 600;
  line-height: 140%;
}

._31px-header-4.purple {
  color: #c01df9;
}

.section-header {
  width: auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.italic-text {
  color: #fff;
  font-style: normal;
}

.italic-text-2 {
  color: #fff;
}

.link-9 {
  text-decoration: underline;
}

@media screen and (min-width: 1440px) {
  .div-block-7 {
    max-width: 1140px;
  }

  ._16px-header {
    text-align: left;
    font-family: Open Sans, sans-serif;
  }

  ._25px-header, ._76px-header, ._39px-header, .caption, .paragraph, .button-text-2, ._31px-header, ._49px-header {
    font-family: Open Sans, sans-serif;
  }

  .navbar-logo-left-container.shadow-three {
    padding-right: 60px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .grid-2 {
    align-self: center;
  }

  .section-savethedate {
    z-index: 1;
    background-position: -10%, 100% 110%, 50% 100%;
    background-size: 35vw, 25vw, cover;
    border-bottom: 4px dashed #fff;
    position: relative;
  }

  ._25px-header-3 {
    color: #fff;
  }

  .cell-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .f2wf-columns-4 {
    max-width: 1200px;
  }

  .section-faq.dark {
    position: relative;
  }

  .image-6 {
    border-color: #fff;
  }

  .links-footer {
    align-self: flex-end;
  }

  .div-faq {
    background-color: var(--ff-blue-6);
    cursor: pointer;
    border: 4px solid #fff;
  }

  .plus {
    cursor: pointer;
  }

  .div-block-114, .div-block-114.plus {
    background-color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .nav-menu-two {
    padding-right: 0;
  }

  .navbar-logo-left {
    z-index: 10;
  }

  .main-div.networking.grid {
    width: 90vw;
    max-width: none;
    padding-left: 100px;
    padding-right: 100px;
  }

  .div-block-12 {
    max-width: none;
  }

  .grid-2 {
    align-self: center;
    justify-items: stretch;
  }

  .section-p {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-savethedate {
    background-position: 0%, 100% 110%, 50% 100%;
    background-size: 25vw, 20vw, cover;
  }
}

@media screen and (max-width: 991px) {
  .f2wf-columns {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .column {
    align-items: center;
  }

  .logo-wrapper {
    align-items: center;
    padding-bottom: 60px;
  }

  .f2wf-small-columns {
    flex-direction: column;
    padding-top: 0;
  }

  .content-2, .footer-links {
    align-items: center;
  }

  .index-2 {
    z-index: 0;
    position: relative;
  }

  .hero-no-image-2 {
    position: relative;
  }

  .vectors-wrapper-8 {
    max-width: 100vw;
  }

  .button-2.primary, .button-2.primary.on-page, .button-2.primary.button-text {
    display: block;
  }

  .footer-2 {
    position: relative;
  }

  .div-block-2 {
    z-index: 0;
    width: 40%;
  }

  .div-block-2.gate {
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-5 {
    bottom: 0%;
  }

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

  .details {
    margin-left: 10px;
  }

  .div-detail-inside {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-guide-wrapper-2, .styles-wrapper-2 {
    flex-direction: column;
  }

  ._49px-header {
    text-align: center;
  }

  .nav-menu-two {
    z-index: 10;
    width: 100vw;
    object-fit: fill;
    background-color: #000;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .list-item-3 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .navbar-logo-left {
    z-index: 5;
  }

  .div-block-17 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .navbar-logo-left-container.shadow-three {
    width: 100vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .navbar-wrapper {
    z-index: 20;
  }

  .nav-menu-wrapper {
    background-color: #000;
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .container {
    max-width: 728px;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .icon {
    color: #fff;
  }

  .main-div.networking {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .button-text-3 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-3.nav.hiddononmobile {
    display: none;
  }

  .navbar-link-3 {
    justify-content: center;
  }

  .navbar-link-3.hidden {
    display: none;
  }

  .navbar-logo-left-2 {
    padding-right: 0;
    position: relative;
  }

  .navbar-menu-3 {
    z-index: 10;
    max-width: unset;
    background-color: #070637;
  }

  .body-d-6 {
    color: #fff;
  }

  .icon-2 {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 40px;
    font-weight: 300;
  }

  .button-text-4 {
    justify-content: center;
    align-items: center;
    display: inline-block;
  }

  ._39px-header-2.hero {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .section-savethedate {
    background-position: -25%, 115% 105%, 50% 100%;
    background-size: 45vw, 40vw, cover;
  }

  ._25px-header-3.centeredonmobile {
    text-align: center;
  }

  .quick-stack {
    width: 75vw;
  }

  .div-block-109 {
    align-items: center;
  }

  .image-wrapper {
    width: 30vw;
    display: flex;
  }

  .f2wf-columns-4 {
    width: 90vw;
    flex-direction: column-reverse;
    align-items: center;
  }

  .section-header-2 {
    align-items: center;
  }

  ._31px-header-3.centeredonmobile {
    text-align: center;
  }

  .small-container-2 {
    width: 90vw;
  }

  .text-span-5 {
    text-align: center;
  }

  .frame-47444.centeredonmobile {
    align-items: center;
  }

  .image-6 {
    width: 90vw;
    height: 400px;
    background-position: 50% 100%;
    align-self: center;
  }

  .container-footer {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .text-14, .footerlink, .text-15 {
    color: #fff;
  }

  .content-4, .column-9 {
    align-items: center;
  }

  .link-8 {
    color: #fff;
  }

  .links-footer {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
  }

  .logo-wrapper-3 {
    align-items: center;
    padding-bottom: 60px;
  }

  .footer-3 {
    background-color: #000;
    position: relative;
    top: auto;
  }

  .div-block-114, .div-block-114.plus {
    background-color: #fff;
  }

  .f2wf-columns-8 {
    flex-direction: column;
    align-items: center;
  }

  .section-about {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .paragraph-8.light {
    width: 80vw;
  }

  .paragraph-8.light.centeredonmobile, .paragraph-8.light.bold.centeredonmobile {
    text-align: center;
  }

  .column-11 {
    display: none;
  }

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

  .section-header {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .logo-wrapper {
    align-items: center;
  }

  .f2wf-small-columns {
    flex-direction: column;
    align-items: center;
  }

  .hero-no-image-2.centered {
    padding-top: 64px;
  }

  .vectors-wrapper-8 {
    width: 80vw;
    height: 140px;
    object-fit: scale-down;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    position: static;
  }

  .div-block-5 {
    bottom: 0%;
  }

  .details {
    width: 100%;
  }

  .div-detail-inside {
    border-width: 3px;
    flex-direction: column;
    align-self: auto;
    align-items: center;
    padding-top: 36px;
  }

  .schedule-grid {
    margin-top: 36px;
    margin-left: 0;
  }

  ._25px-header {
    font-size: 20px;
  }

  ._25px-header.date {
    text-align: center;
  }

  ._76px-header {
    font-size: 49px;
  }

  ._39px-header {
    font-size: 31px;
  }

  .paragraph {
    font-size: 16px;
  }

  ._31px-header {
    font-size: 25px;
  }

  ._49px-header {
    font-size: 39px;
  }

  .paragraph-7 {
    font-size: 16px;
  }

  ._25px-header-2 {
    font-size: 20px;
  }

  .schedule-grid-2 {
    margin-top: 36px;
    margin-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .back-home {
    top: 30px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
  }

  .section-p {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-110 {
    justify-content: center;
  }

  ._39px-header-2 {
    font-size: 31px;
  }

  .section-savethedate {
    background-position: -25%, 115% 105%, 50% 100%;
  }

  .infoicon {
    height: 30px;
  }

  ._25px-header-3 {
    font-size: 20px;
  }

  ._25px-header-3.centeredonmobile {
    width: 90%;
    text-align: left;
  }

  ._49px-header-3 {
    font-size: 39px;
  }

  ._31px-header-3 {
    font-size: 25px;
  }

  .image-6 {
    height: 300px;
  }

  ._16px-header-2.event-location {
    text-align: center;
  }

  .links-footer {
    flex-direction: column;
    align-items: center;
  }

  .logo-wrapper-3 {
    align-items: center;
  }

  .vectors-wrapper-24 {
    width: 40vw;
  }

  ._25px-header-4 {
    font-size: 20px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  ._31px-header-4 {
    font-size: 25px;
  }
}

@media screen and (max-width: 479px) {
  .index-2 {
    z-index: 0;
    height: auto;
    position: relative;
  }

  .hero-no-image-2 {
    width: 100vw;
    padding-bottom: 25px;
  }

  .hero-no-image-2.centered {
    z-index: auto;
    padding-top: 64px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .vectors-wrapper-8 {
    width: 70vw;
    height: auto;
    max-width: 80vw;
  }

  .frame-47426 {
    align-self: auto;
  }

  .vectors-wrapper-9 {
    width: auto;
    height: 20px;
  }

  .vectors-wrapper-10 {
    width: auto;
    height: 24px;
  }

  .div-block-2.gate {
    width: 40vw;
    height: auto;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .div-block-5 {
    top: 0%;
  }

  .ffblock {
    width: 80%;
    margin-top: 26px;
  }

  .link-block-5 {
    width: 80%;
  }

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

  .schedule-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .details {
    width: auto;
    align-items: flex-start;
  }

  .div-texts.center._100 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .div-detail-inside {
    height: auto;
    border-width: 3px;
    flex-direction: column;
    justify-content: flex-start;
    padding-left: 15px;
    padding-right: 15px;
  }

  .schedule-grid {
    grid-template-columns: .5fr 1fr;
    grid-auto-flow: row;
  }

  .schedule-location {
    font-size: 12.8px;
    line-height: 16.25px;
  }

  .button-text {
    font-size: 18.432px;
  }

  ._16px-header {
    white-space: normal;
    font-size: 12.8px;
  }

  ._25px-header {
    text-align: left;
    font-size: 20px;
  }

  ._25px-header.date {
    width: auto;
  }

  ._76px-header {
    text-align: left;
    font-size: 49px;
  }

  ._39px-header {
    font-size: 31px;
  }

  .paragraph {
    text-align: left;
    padding-top: 10px;
    font-size: 16px;
  }

  .paragraph.centered {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._31px-header {
    white-space: nowrap;
    font-size: 25px;
  }

  ._49px-header {
    font-size: 39px;
  }

  .style-guide-info-text {
    color: #fff;
  }

  .paragraph-7 {
    padding-top: 10px;
    font-size: 12px;
  }

  .ffblock-2 {
    width: 80%;
    margin-top: 26px;
  }

  ._25px-header-2 {
    font-size: 20px;
  }

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

  .schedule-container-2 {
    padding: 0 12px;
  }

  .schedule-location-2 {
    font-size: 12.8px;
    line-height: 16.25px;
  }

  .nav-menu-two {
    width: 100vw;
    flex-direction: column;
    overflow: visible;
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 10;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-wrapper {
    z-index: 100;
    position: absolute;
  }

  .container {
    max-width: none;
  }

  .main-div {
    margin-top: 15px;
  }

  .back-home {
    top: 25px;
    left: 11px;
  }

  .grid-2 {
    grid-row-gap: 100px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-31 {
    display: block;
  }

  .section-p.networking {
    padding-left: 12px;
    padding-right: 12px;
  }

  .div-block-18 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .schedulesection.mon, .schedulesection.tue, .schedulesection.wed, .schedulesection.other {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-49 {
    display: block;
  }

  .button-3 {
    flex: 0 auto;
    display: flex;
  }

  .logos-5.desktop {
    display: block;
  }

  .image-50 {
    width: 250px;
    margin-top: 0;
    display: none;
  }

  .body-d-6 {
    color: #fff;
  }

  .std-buttons {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  ._39px-header-2 {
    font-size: 31px;
  }

  .section-savethedate {
    background-position: -15% 100%, 110% 105%, 50% 100%;
    padding-top: 128px;
    padding-bottom: 64px;
  }

  .infoicon {
    height: 30px;
  }

  .image-46 {
    display: block;
  }

  .cell-5 {
    display: none;
  }

  ._25px-header-3 {
    font-size: 20px;
  }

  ._25px-header-3.centeredonmobile {
    width: 65%;
    text-align: left;
  }

  .button-4.std {
    text-align: center;
  }

  .button-5 {
    flex: 0 auto;
    display: flex;
  }

  .quick-stack {
    width: 80vw;
    grid-row-gap: 48px;
  }

  .div-block-109 {
    justify-content: center;
  }

  .f2wf-columns-4 {
    flex-direction: column-reverse;
  }

  ._49px-header-3 {
    font-size: 39px;
  }

  ._49px-header-3.section-title {
    text-align: center;
    text-align: center;
    white-space: pre-wrap;
  }

  ._31px-header-3 {
    font-size: 25px;
  }

  ._31px-header-3.centeredonmobile {
    text-align: center;
  }

  .section-faq.dark {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-6 {
    height: 200px;
    background-position: 50% 40%;
    background-size: cover;
  }

  ._16px-header-2.event-location {
    max-width: none;
    text-align: center;
  }

  .f2wf-columns-8 {
    width: 95vw;
  }

  ._25px-header-4 {
    font-size: 20px;
  }

  .paragraph-8 {
    width: auto;
    font-size: 16px;
  }

  .content-5 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
  }

  ._31px-header-4 {
    font-size: 25px;
  }
}

#w-node-_436a0a79-14a7-d1b5-efb1-c41b3fa6e85c-10628a33, #w-node-_69f2010c-cb02-3dcd-077a-2722e003b94e-10628a33, #w-node-bc352aa4-9b54-798e-62d4-3a66540e5e63-10628a33, #w-node-_4e64afca-c08c-54af-89a4-c7e767abcebc-1c0f1c5c, #w-node-cd7c6b09-75aa-d3b3-3e04-5c04410292de-1c0f1c5c, #w-node-_84c27d13-c09f-b3f8-72d9-fbd9061a63ea-1c0f1c5c, #w-node-_6bacec4a-6bee-2b2a-3962-616dacc2c4ad-1c0f1c5c, #w-node-_84c27d13-c09f-b3f8-72d9-fbd9061a63f2-1c0f1c5c, #w-node-_84c27d13-c09f-b3f8-72d9-fbd9061a63e2-1c0f1c5c, #w-node-_8732179e-6c3a-6fa9-f68f-885e6b081c71-1c0f1c5c, #w-node-_165dda8d-1a6d-0337-251f-9e9193f713e7-1c0f1c5c, #w-node-_6ecf26d8-6197-2dbf-4f45-e4571244213f-1c0f1c5c, #w-node-_55738473-71d6-3c5b-d064-4f4563f4a58f-1c0f1c5c, #w-node-_7618cfea-f89f-0f60-f2a1-bdeb497f9617-1c0f1c5c, #w-node-_35fb94cc-8cf9-dbc9-9983-374b05df6af1-1c0f1c5c, #w-node-f7ba4c3d-6dd8-edee-f26b-8e3f40b7e1b9-1c0f1c5c, #w-node-a08fa081-4344-c467-8444-5aaaad171171-1c0f1c5c, #w-node-_80c229da-2dd8-2699-2eb4-419c856df508-1c0f1c5c, #w-node-_1e6c662b-32c9-5350-5bd6-43262fcedf77-1c0f1c5c, #w-node-_02378923-adf8-b48a-81a5-3b5f8c2add53-1c0f1c5c, #w-node-_761d6a15-e4f3-1d67-46fe-eba3938e36ba-1c0f1c5c, #w-node-_4dd65e08-b3cb-a83e-e248-736391137cf0-1c0f1c5c, #w-node-_37f91f87-faa5-7013-89b3-7ff59567582b-1c0f1c5c, #w-node-_5fc3c48d-444c-cfbc-84f9-3a1c6a3774e1-1c0f1c5c, #w-node-_93acf8dd-5a17-d0f4-b516-cb2b12a1a56e-1c0f1c5c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8083f0ca-4587-10d4-d671-43c2a41c5334-e4613b93, #w-node-ae52ae63-6bfd-8136-0685-04c38a20530f-e4613b93, #w-node-_466ce091-02e9-e097-8b73-f3459b3ee9d2-e4613b93, #w-node-_34079213-47da-8f5a-02fd-cf772e43c578-e4613b93 {
  align-self: center;
  justify-self: center;
}

#w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d5c4-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d5ce-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d5d8-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d5e2-e4613b93, #w-node-c3d48517-e37f-bb7c-987d-e61b93975797-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d5ec-e4613b93, #w-node-c1edca21-e490-9298-980b-42f7f8755938-e4613b93, #w-node-_415f26a6-ddb9-47ae-dae9-c1f861831732-e4613b93, #w-node-_8572e3cd-08f8-f12e-016b-054e6087cfcd-e4613b93, #w-node-f8c75819-fdb4-d214-2734-7400409571d0-e4613b93, #w-node-_7a4d947e-f4fa-2d25-9cce-6253130ce68c-e4613b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a8bc47fe-162e-b9ca-3da5-3a45a34dcc4a-e4613b93 {
  align-self: center;
  justify-self: center;
}

#w-node-ca76eacf-1e4f-d5eb-27be-eb3c377630d9-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d5fa-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d604-e4613b93, #w-node-_150051ae-4562-dbee-7fdb-c3066723f687-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d617-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d639-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d643-e4613b93, #w-node-_83790776-5507-38c1-9fe3-02621be9a0fd-e4613b93, #w-node-_8e4d65af-eccd-4b82-4a3a-967d174738d7-e4613b93, #w-node-b0f1b30e-edc7-5963-2c2d-e9dfb6a3037b-e4613b93, #w-node-bf649608-5928-dcc3-878e-054e890dbadd-e4613b93, #w-node-b285c1da-b49c-9fe7-edeb-ab40f754dce5-e4613b93, #w-node-_76c9df1a-704a-a655-7cfb-aeaa6e458561-e4613b93, #w-node-edc5fdce-84c5-47ca-d394-c09a5962b29c-e4613b93, #w-node-b815a792-e5d6-2f98-2111-ef7f075b297e-e4613b93, #w-node-f723d55b-c145-7c18-498c-29654afdf887-e4613b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c632977-0f2c-26b4-a46d-4131224aa1fe-e4613b93 {
  align-self: center;
  justify-self: center;
}

#w-node-_7c632977-0f2c-26b4-a46d-4131224aa1ff-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d64e-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d658-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d662-e4613b93, #w-node-_84483c35-610e-1272-f7cb-ad3f92f9bf0e-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d66b-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d674-e4613b93, #w-node-_619d98d8-ed72-0307-5816-5e2511b432f9-e4613b93, #w-node-e666204f-83f6-2063-8465-b4d9dd204439-e4613b93, #w-node-ff1c436c-6b61-cbc7-8ff0-89aa40d2d67e-e4613b93, #w-node-_1c2b6c1b-3369-40d4-d896-cd7a9f09ff25-e4613b93, #w-node-_2e457ac5-2059-a346-aa33-a2d631396aac-e4613b93, #w-node-_8c963304-b39c-9da6-b0a3-adc8f9afdc41-e4613b93, #w-node-_3efea066-ac9f-f80d-4d3e-ceb7ccfa7012-e4613b93, #w-node-_953ae303-0b6f-9c60-b8aa-78ab33a6db4f-e4613b93, #w-node-_58c5a507-00c8-bf5b-d70c-255e60853d57-e4613b93, #w-node-bdaf7b7c-b60a-c053-ff60-00c4e880f183-e4613b93, #w-node-_2a633381-b9fe-ecfd-5b3b-6f6803e1d50b-e4613b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b71a799-e57e-1720-5f7a-54b483dd9f95-e4613b93 {
  align-self: center;
  justify-self: center;
}

#w-node-_9b71a799-e57e-1720-5f7a-54b483dd9f96-e4613b93, #w-node-e837e73c-2bca-5402-05df-228a03e49588-e4613b93, #w-node-_0fe19c1c-0852-d6ad-b415-0ee378d66761-e4613b93, #w-node-d0479303-c735-065b-95e0-71aec6993027-e4613b93, #w-node-_822df512-d2e1-42bf-70c5-398ee3af46bd-e4613b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bee09119-0002-56a8-f509-0c0d078ed564-e4613b93 {
  align-self: center;
  justify-self: center;
}

#w-node-bee09119-0002-56a8-f509-0c0d078ed565-e4613b93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_177f7a65-c72d-23fc-c0b5-e2e25a8b5ec9-bad2bf67 {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
}


