@font-face {
  font-family: Proximanova;
  src: url('../fonts/ProximaNova-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Opensans;
  src: url('../fonts/OpenSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --matte-black: #131313;
  --green: #77b943;
  --clouds: #ecf0f1;
  --blue: #3187af;
  --dark-grey: #cacaca;
  --grey: #d9d9d9;
  --grey-text: #4e4e4e;
  --mid-gray: #acacac;
  --light-blue: #e0e9ec;
}

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

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

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

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

.body {
  border: 0px solid var(--matte-black);
  background-color: var(--matte-black);
}

.button-main-on-black {
  background-color: var(--green);
  color: var(--matte-black);
  text-transform: uppercase;
  flex: 0 auto;
  padding: 14px 40px;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.button-main-on-black:hover {
  background-color: var(--clouds);
  color: var(--matte-black);
}

.button-main-on-black.blue {
  background-color: var(--blue);
}

.div-block-2 {
  border-right: 1px none var(--dark-grey);
  order: 0;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-3 {
  border-right: 1px none var(--dark-grey);
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-4 {
  border-right: 0px solid var(--matte-black);
  align-self: stretch;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image {
  background-color: #0000;
  align-self: stretch;
  max-width: 70%;
  margin-top: -9px;
  padding-top: 0;
}

.section-2 {
  background-image: url('../images/Header-shape.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100vh;
  justify-content: flex-start;
  align-items: center;
  height: 94vh;
  padding: 150px 20px;
  display: flex;
}

.heading {
  color: var(--clouds);
  margin-top: 0;
  font-family: Proximanova, sans-serif;
  font-size: 150px;
  line-height: 100%;
  display: flex;
}

.description {
  color: var(--clouds);
  padding-bottom: 40px;
  font-family: Opensans, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.main-text {
  color: var(--clouds);
  font-family: Opensans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 157%;
  text-decoration: none;
}

.main-text.black {
  color: var(--matte-black);
  padding: 0;
  font-size: 16px;
  line-height: 140%;
  list-style-type: square;
  display: block;
}

.main-text.green {
  color: var(--green);
}

.container-4 {
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  max-width: none;
}

.container-6 {
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-2 {
  color: var(--clouds);
  text-transform: uppercase;
  align-items: stretch;
  margin-top: 0;
  font-family: Proximanova, sans-serif;
  font-size: 42px;
  line-height: 42px;
  display: block;
}

.heading-2.black {
  color: var(--matte-black);
}

.heading-2.green {
  color: var(--green);
}

.section-4 {
  background-color: var(--clouds);
  padding: 50px 20px 150px;
  display: block;
}

.container-7 {
  max-width: 1100px;
}

.container-8 {
  max-width: 1100px;
  padding-top: 0;
}

.section-5 {
  border-bottom: 1px solid var(--clouds);
  background-color: var(--grey);
  height: auto;
  margin-bottom: 0;
  padding: 0 20px 150px;
}

.heading-3 {
  color: var(--clouds);
  text-transform: uppercase;
  font-family: Proximanova, sans-serif;
  font-size: 26px;
  font-weight: 900;
}

.div-block-6 {
  background-color: var(--matte-black);
  color: var(--clouds);
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.agenda-day-block {
  border-right: 0px none var(--matte-black);
  border-left: 0px none var(--matte-black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  border-bottom: 1px solid var(--matte-black);
  background-color: var(--dark-grey);
  padding: 12px;
}

.slider-table-line-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: var(--grey) var(--grey) var(--grey-text);
  grid-template: "."
  / .5fr 2fr;
  width: 100%;
  margin-bottom: 0;
}

.slider-table-line {
  border: 0 #000;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-8 {
  padding: 0 20px 100px;
}

.grid-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
}

.div-block-15 {
  justify-content: flex-end;
  margin-top: -25px;
  display: flex;
}

.heading-4 {
  color: var(--clouds);
  font-family: Proximanova, sans-serif;
  font-size: 40px;
  line-height: 100%;
}

.div-block-16 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: block;
}

.image-3, .image-4 {
  width: auto;
  max-width: 100%;
  height: auto;
}

.container-13 {
  max-width: 1100px;
  padding-top: 50px;
}

.grid-13 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  padding-bottom: 0;
}

.grid-14, .grid-15 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  padding-bottom: 80px;
}

.grid-16 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  opacity: 1;
  grid-template-rows: auto;
  padding-bottom: 80px;
  padding-left: 0;
}

.linked-in-button {
  transition: all .2s;
  transform: translate(0);
}

.linked-in-button:hover {
  transform: scale(1.2);
}

.container-16 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  flex: 1;
  grid-template: "."
                 "."
                 / auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  place-items: center;
  max-width: 1100px;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.div-block-20 {
  border-right: 0px solid var(--clouds);
  border-left: 0px solid var(--clouds);
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-7 {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.image-7:hover {
  transform: scale(1.1);
}

.heading-5 {
  color: var(--green);
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  font-family: Proximanova, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.heading-5.black {
  color: var(--matte-black);
}

.heading-5.white {
  color: var(--clouds);
}

.section-12 {
  background-image: url('../images/Rectangle-71.png');
  background-position: 50%;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}

.link-block {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-25 {
  width: 70%;
}

.image-12 {
  max-width: 100%;
  transition: all .2s;
}

.image-12:hover {
  transform: scale(1.1);
}

.image-13 {
  max-width: 100%;
  transition: all .2s;
}

.image-13:hover {
  transform: scale(1.1);
}

.container-21 {
  max-width: 1100px;
  margin-top: 50px;
}

.tab-agenda-button {
  border: 1px solid var(--mid-gray);
  color: var(--dark-grey);
  text-transform: uppercase;
  background-color: #ddd0;
  margin: 10px 0 0;
  padding: 10px 40px;
  display: flex;
}

.tab-agenda-button.w--current {
  background-color: var(--mid-gray);
  color: var(--matte-black);
  padding-bottom: 0;
}

.tab-name-agenda-button {
  color: var(--grey-text);
  text-align: center;
  text-transform: uppercase;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
}

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto auto;
  grid-auto-columns: auto;
  justify-items: start;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.section-13 {
  background-color: var(--clouds);
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-16 {
  max-width: 80%;
}

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

.section-14 {
  padding-top: 150px;
  padding-bottom: 150px;
}

.container-22 {
  max-width: 1100px;
}

.grid-17 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.text-span {
  color: var(--green);
}

.container-5 {
  flex: 0 auto;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: 1100px;
  padding: 48px 0;
  display: flex;
}

.section-15 {
  background-image: url('../images/BG-shape-3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 150px;
  padding-bottom: 50px;
}

.container-23 {
  max-width: 1100px;
}

.grid-18 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.text-block-4 {
  color: var(--clouds);
  flex: 0 auto;
  align-self: auto;
  font-family: Proximanova, sans-serif;
  font-size: 113px;
  font-weight: 400;
  line-height: 100%;
}

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

.image-17 {
  padding-right: 24px;
}

.grid-19 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  padding-top: 48px;
}

.carousel-container {
  display: flex;
  overflow: hidden;
}

.photo-container {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 48px;
  padding-bottom: 150px;
  display: flex;
  position: static;
  left: auto;
}

.carousel-image {
  border-radius: 15px;
  min-width: auto;
  max-width: 17%;
}

.section-16 {
  background-image: url('../images/BG-greay--Agenda.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 150px;
  padding-bottom: 50px;
}

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

.container-24 {
  max-width: 1100px;
}

.div-block-30 {
  display: flex;
}

.div-block-31 {
  background-color: var(--grey);
  flex-flow: column;
  flex: 1;
  align-self: auto;
  padding: 24px;
  display: flex;
}

.heading-6 {
  color: var(--matte-black);
  text-transform: uppercase;
  height: auto;
  margin-top: 0;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.div-block-32 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  display: grid;
}

.grid-21 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

.container-25 {
  max-width: 1100px;
  margin-top: 50px;
}

.list-2 {
  padding-left: 12px;
  list-style-type: square;
}

.section-17 {
  padding-top: 150px;
}

.speaker {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 100%;
  padding-right: 48px;
  display: flex;
}

.speakers-text-content {
  background-color: var(--grey);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 0;
  padding: 24px;
  display: flex;
}

.linkedin-icon {
  flex: 1;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto auto 0% 0%;
}

.image-19 {
  width: 34px;
  min-width: 0;
  max-width: 100%;
}

.div-block-34 {
  padding-top: 12px;
}

.section-18 {
  justify-content: space-between;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  display: block;
}

.container-26 {
  width: 100vw;
  max-width: none;
  height: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.slider-2 {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.mask-2 {
  width: auto;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.slide-6 {
  width: 33%;
  height: 700px;
}

.slide-nav-2 {
  margin-top: 0;
  margin-bottom: auto;
  inset: auto 0% 0%;
}

.right-arrow-2 {
  object-fit: fill;
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: auto auto 0% 5%;
}

.left-arrow-2 {
  width: 45px;
  height: 45px;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  inset: auto auto 0% 0%;
}

.icon-3 {
  margin: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-4 {
  margin: 0;
  position: fixed;
  inset: auto 0% 0%;
}

.container-27 {
  max-width: 1100px;
}

.accordian-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 75%;
  min-width: auto;
  display: flex;
}

.faq-item {
  background-color: var(--dark-grey);
  cursor: pointer;
  padding: 24px;
}

.faq-question {
  color: #fff0;
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
}

.faq-answer {
  flex-flow: column;
  padding: 24px 0 0;
  display: flex;
}

.section-19 {
  background-color: var(--grey);
  color: var(--grey);
  padding-top: 150px;
  padding-bottom: 150px;
}

.arrow-accordian {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.div-block-35 {
  padding-bottom: 48px;
}

.list-3 {
  color: var(--matte-black);
  padding-left: 12px;
  list-style-type: square;
}

.div-block-36 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.list-4 {
  color: var(--matte-black);
  padding-left: 12px;
  list-style-type: square;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: grid;
}

.link-block-5 {
  flex: 0 auto;
  width: 60%;
}

.link-block-6, .link-block-7 {
  width: 60%;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-28 {
  flex: 1;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 1100px;
  min-width: 1100px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-38 {
  flex: 1;
  justify-content: flex-start;
  display: flex;
}

.button-main-on-white {
  background-color: var(--green);
  color: var(--matte-black);
  text-transform: uppercase;
  flex: 0 auto;
  padding: 14px 40px;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.button-main-on-white:hover {
  background-color: var(--matte-black);
  color: var(--clouds);
}

.div-block-40 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 48px;
  display: grid;
}

.agenda-grid-cell {
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  border-color: var(--grey) var(--grey) var(--grey) var(--mid-gray);
  background-color: #e9e9e900;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.agenda-button-cell {
  aspect-ratio: auto;
  border-style: none;
  border-width: 0 0 0 1px;
  border-color: var(--grey) var(--grey) var(--grey) var(--mid-gray);
  object-fit: fill;
  background-color: #e9e9e900;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 100%;
  padding: 12px;
  display: flex;
}

.slider-table-line-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-style: none solid solid;
  border-width: 0 1px 1px 0;
  border-color: var(--grey) var(--mid-gray) var(--mid-gray) var(--grey);
  grid-template: "."
  / .5fr 2fr 1fr;
  margin-bottom: 0;
}

.agenda-grid-cell-path {
  border-style: none none none solid;
  border-width: 1px 0 0 1px;
  border-color: var(--grey) var(--grey) var(--grey) var(--mid-gray);
  background-color: var(--light-blue);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.agenda-grid-cell-stroke {
  border-style: none none none solid;
  border-width: 0 1px 1px;
  border-color: var(--grey) var(--grey-text) var(--mid-gray) var(--mid-gray);
  background-color: #e9e9e900;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.div-block-47 {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-48 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.div-block-46-copy {
  border: 1px solid var(--mid-gray);
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  height: 100%;
  min-height: auto;
  padding: 24px;
  display: flex;
}

.div-block-49 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: 100%;
  height: auto;
  display: block;
}

.speaker-photo {
  min-width: 100%;
}

.div-block-51 {
  flex-flow: column;
  display: flex;
}

.container-9 {
  justify-content: flex-start;
  align-items: center;
  max-width: 1100px;
  margin-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-29 {
  max-width: 1100px;
  margin-top: 50px;
}

.div-block-52 {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 48px;
  display: flex;
}

.div-block-53 {
  background-image: url('../images/LPath1-image3.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 26%;
  min-width: auto;
  max-width: none;
  height: 26%;
  display: flex;
}

.div-block-54 {
  background-image: url('../images/LPath1-image-4.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  width: 26%;
  height: 26%;
}

.agenda-grid-cell-stroke-2 {
  border-style: none solid;
  border-width: 0 1px 1px;
  border-color: var(--grey) var(--grey-text) var(--mid-gray) var(--mid-gray);
  background-color: #e9e9e900;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.div-block-50 {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.body-2 {
  background-color: var(--matte-black);
}

.carousel-container-2 {
  display: flex;
  overflow: hidden;
}

.photo-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  margin-left: 0;
  padding-top: 48px;
  padding-bottom: 150px;
  padding-right: 25vw;
  display: flex;
  position: relative;
  left: -480px;
  overflow: visible;
}

@media screen and (max-width: 991px) {
  .section-2 {
    background-position: -240%;
  }

  .heading {
    white-space: nowrap;
  }

  .heading-2 {
    font-size: 50px;
  }

  .slider-table-line-grid {
    grid-template-columns: minmax(200px, .5fr) 2fr;
  }

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

  .grid-13, .grid-14, .grid-15, .grid-16 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .container-16 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .tab-name-agenda-button {
    white-space: nowrap;
  }

  .tabs-menu {
    margin-bottom: 20px;
    padding-bottom: 0;
    overflow: auto;
  }

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

  .section-14, .container-5, .section-15, .section-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .speaker {
    padding-right: 12px;
  }

  .container-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-2 {
    width: 100vw;
    overflow: visible;
  }

  .mask-2 {
    width: 100%;
    overflow: visible;
  }

  .slide-6 {
    width: 48%;
    height: 720px;
  }

  .accordian-wrapper {
    width: 100%;
  }

  .section-19 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .agenda-grid-cell {
    padding-right: 24px;
  }

  .slider-table-line-grid-2 {
    grid-template-columns: minmax(200px, 1fr) 2fr 1fr;
  }

  .agenda-grid-cell-stroke {
    padding-right: 24px;
  }

  .div-block-53, .div-block-54 {
    height: 18%;
  }

  .agenda-grid-cell-stroke-2 {
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section-2 {
    background-position: -50%;
  }

  .heading {
    white-space: normal;
  }

  .main-text {
    font-size: 14px;
  }

  .container-5 {
    justify-content: center;
    align-items: center;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .div-block-2, .div-block-3 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-4 {
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .image {
    opacity: 1;
    max-width: 50%;
  }

  .section-2 {
    background-position: -100% 0;
    background-size: 50vh;
    height: auto;
    padding-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading {
    white-space: normal;
    font-size: 82px;
  }

  .description {
    font-size: 33px;
  }

  .main-text {
    font-size: 16px;
  }

  .main-text.black {
    font-size: 15px;
  }

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

  .heading-2 {
    font-size: 38px;
  }

  .heading-2.black {
    line-height: 34px;
  }

  .heading-2.green {
    overflow-wrap: normal;
  }

  .section-4 {
    padding: 0 0 100px;
  }

  .container-8 {
    padding-top: 0;
  }

  .section-5 {
    padding-bottom: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .agenda-day-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .div-block-8 {
    margin-bottom: 24px;
  }

  .slider-table-line-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom-style: none;
    border-right-style: none;
    grid-template: "."
    / auto;
  }

  .slider-table-line {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    flex: 0 auto;
    display: flex;
  }

  .grid-12 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .div-block-15 {
    justify-content: center;
    align-items: center;
  }

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

  .image-3, .image-4 {
    max-width: 50%;
  }

  .grid-13, .grid-14, .grid-15, .grid-16 {
    grid-template-columns: 1fr;
  }

  .container-16 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 0;
    flex-flow: column;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: stretch stretch;
    height: auto;
    display: grid;
  }

  .div-block-20 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    border-left-width: 0;
    border-right-width: 0;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .heading-5 {
    font-size: 28px;
  }

  .heading-5.black {
    font-size: 29px;
    line-height: 100%;
  }

  .section-12 {
    background-size: cover;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bold-text {
    line-height: 100%;
  }

  .link-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .div-block-25 {
    align-self: flex-start;
    width: auto;
  }

  .tab-agenda-button {
    transition: all .2s;
  }

  .tab-name-agenda-button {
    white-space: nowrap;
  }

  .tabs-menu {
    display: flex;
    overflow: scroll;
  }

  .image-14 {
    max-width: 50%;
  }

  .section-14 {
    padding: 100px 16px;
  }

  .grid-17 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .container-5 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding: 50px 16px;
    display: flex;
    overflow: visible;
  }

  .section-15 {
    padding: 100px 16px 0;
  }

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

  .grid-19 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: auto;
  }

  .carousel-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    overflow: hidden;
  }

  .photo-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    justify-content: flex-start;
    min-width: 175%;
    padding: 50px 16px 100px;
    overflow: visible;
  }

  .carousel-image {
    width: 150px;
    max-width: none;
  }

  .section-16 {
    padding-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .div-block-30 {
    flex-flow: column;
  }

  .div-block-31 {
    padding-bottom: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .heading-6 {
    font-size: 22px;
  }

  .grid-21 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .container-25 {
    margin-top: 50px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-17 {
    padding-top: 100px;
  }

  .speaker {
    height: 93%;
    padding-right: 12px;
  }

  .speakers-text-content {
    padding: 12px;
  }

  .section-18 {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
  }

  .container-26 {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .slider-2 {
    width: 100vw;
    overflow: hidden;
  }

  .mask-2 {
    width: 100vw;
    overflow: visible;
  }

  .slide-6 {
    width: 100vw;
  }

  .slide-nav-2 {
    width: 100vw;
    margin-left: 0;
  }

  .right-arrow-2 {
    padding-left: 0;
    left: 8%;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
    overflow: visible;
  }

  .accordian-wrapper {
    width: 100%;
  }

  .faq-item {
    padding: 12px;
  }

  .faq-question {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-19 {
    padding: 100px 16px;
  }

  .arrow-accordian {
    width: 24px;
    height: 24px;
    padding: 2px;
    display: flex;
  }

  .div-block-37 {
    align-self: center;
  }

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

  .link-block-6, .link-block-7 {
    justify-content: center;
    align-items: center;
    width: 65%;
    display: flex;
  }

  .container-28 {
    min-width: auto;
  }

  .icon-5 {
    color: #fff;
  }

  .nav-menu {
    background-color: #131313f7;
  }

  .menu-button {
    background-color: var(--matte-black);
  }

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

  .agenda-grid-cell {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-style: none;
    border-width: 2px;
    border-bottom-color: var(--mid-gray);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
  }

  .agenda-button-cell {
    border-style: none;
    border-width: 0;
    flex: 0 auto;
    width: auto;
    height: auto;
    min-height: auto;
    padding: 12px;
    overflow: visible;
  }

  .slider-table-line-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 2px solid var(--dark-grey);
    flex-flow: column;
    flex: 0 auto;
    grid-template: "."
                   "."
                   / auto;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    padding: 0;
    display: flex;
  }

  .agenda-grid-cell-path {
    border-top-style: none;
    border-left-style: none;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    padding: 12px;
  }

  .div-block-46 {
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
  }

  .agenda-grid-cell-stroke {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-style: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 12px 0;
  }

  .div-block-47 {
    flex-flow: column;
  }

  .div-block-48 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-style: solid solid none;
    border-width: 2px 2px 1px;
    border-color: var(--dark-grey);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .div-block-46-copy {
    border-style: none solid solid;
    border-width: 1px 2px 2px;
    border-color: var(--dark-grey);
    justify-content: flex-start;
    align-items: flex-start;
    padding: 24px 12px 12px;
  }

  .div-block-53 {
    background-position: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    height: 120px;
  }

  .div-block-54 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: auto;
    height: 120px;
  }

  .list-item {
    padding-bottom: 8px;
  }

  .div-block-55 {
    padding-top: 120px;
  }

  .list-item-4 {
    padding-bottom: 4px;
  }

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

  .agenda-grid-cell-stroke-2 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    border-style: none;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-right-width: 1px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 12px 0;
  }

  .div-block-50 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border: 2px solid var(--dark-grey);
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .carousel-container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    overflow: hidden;
  }

  .photo-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    justify-content: flex-start;
    min-width: 175%;
    padding: 50px 16px 100px;
    overflow: visible;
  }
}

#w-node-f835ce3f-0dce-06e4-1d6a-b6b7b5f672d7-6e2c6fb3 {
  align-self: start;
}

#w-node-_06228f54-a38e-faad-0b33-52abd4ffb580-6e2c6fb3 {
  align-self: auto;
}

#w-node-b7288647-9f26-e033-1028-2371c62673b0-6e2c6fb3 {
  align-self: center;
}

#w-node-_07379806-84f3-0a40-a8fc-506dfa44bc35-6e2c6fb3 {
  align-self: auto;
}

#w-node-_07379806-84f3-0a40-a8fc-506dfa44bc39-6e2c6fb3 {
  align-self: center;
}

#w-node-_21d683ad-d454-466f-e513-ff09ff95cedb-6e2c6fb3 {
  align-self: auto;
}

#w-node-_21d683ad-d454-466f-e513-ff09ff95cedf-6e2c6fb3 {
  align-self: center;
}

#w-node-_380d622d-4953-8989-99cb-9d466aa5a7e2-6e2c6fb3 {
  align-self: auto;
}

#w-node-_380d622d-4953-8989-99cb-9d466aa5a7e6-6e2c6fb3 {
  align-self: center;
}

#tab.w-node-db1c488d-5132-1c5f-393c-e987d95c9a1e-6e2c6fb3 {
  justify-self: auto;
}

#w-node-ea1c801c-8281-e1e8-cfcf-896c1fd4c478-6e2c6fb3 {
  align-self: auto;
}

#w-node-_51737ae1-509a-f491-9a43-e480dd1a47ba-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c1d758b4-a904-fd6b-997d-248555e781cd-6e2c6fb3 {
  align-self: stretch;
}

#w-node-c1d758b4-a904-fd6b-997d-248555e781d1-6e2c6fb3, #w-node-fdb79295-c2f4-d656-6f1f-5977f2c13feb-6e2c6fb3, #w-node-e5431eb4-912d-e13c-b47a-188ae0309bce-6e2c6fb3, #w-node-_252f0c39-6f05-dc7e-acc7-c189c5e9f95a-6e2c6fb3, #w-node-_1a9b54de-8482-99d3-a00a-7cd7e35f2818-6e2c6fb3, #w-node-_0a29ebb7-2d2f-5f8f-0435-61bee983f96c-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_42ae162c-7077-f794-2cf6-132fb8c4f70a-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_8d85d154-8810-c930-a141-2de027553c6c-6e2c6fb3, #w-node-_8d85d154-8810-c930-a141-2de027553c86-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_8d85d154-8810-c930-a141-2de027553c94-6e2c6fb3, #w-node-_8c55175b-6916-a048-34ee-5801381b3d2d-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56a9-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56b6-6e2c6fb3, #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56c4-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbb5-6e2c6fb3, #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbbd-6e2c6fb3, #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbc1-6e2c6fb3, #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbcd-6e2c6fb3, #w-node-_6da5cf2d-113c-1806-fc2b-609a5aae0919-6e2c6fb3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b9b5dc38-e30f-312c-3964-bf00d19b0ee9-6e2c6fb3 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: stretch;
}

#w-node-_86506f82-b11b-f209-c056-95e053f5aaa7-6e2c6fb3 {
  justify-self: auto;
}

#w-node-e8630e20-0aca-243d-32f9-9357ce25ca79-c203dd35 {
  align-self: auto;
}

#w-node-_89502a3f-7728-1836-4a12-f7861ee69b71-c203dd35 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_42ae162c-7077-f794-2cf6-132fb8c4f702-6e2c6fb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ea1c801c-8281-e1e8-cfcf-896c1fd4c478-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51737ae1-509a-f491-9a43-e480dd1a47ba-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-c1d758b4-a904-fd6b-997d-248555e781cd-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c1d758b4-a904-fd6b-997d-248555e781d1-6e2c6fb3, #w-node-fdb79295-c2f4-d656-6f1f-5977f2c13feb-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-fdb79295-c2f4-d656-6f1f-5977f2c13fe7-6e2c6fb3, #w-node-e5431eb4-912d-e13c-b47a-188ae0309bca-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e5431eb4-912d-e13c-b47a-188ae0309bce-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_252f0c39-6f05-dc7e-acc7-c189c5e9f956-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_252f0c39-6f05-dc7e-acc7-c189c5e9f95a-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-df4aca29-fc41-fcce-3e60-1885ddb1af3f-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_1a9b54de-8482-99d3-a00a-7cd7e35f2818-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-e62c4fd0-de80-a7d9-2fb4-5a6bdeb647ec-6e2c6fb3, #w-node-_0a29ebb7-2d2f-5f8f-0435-61bee983f964-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_0a29ebb7-2d2f-5f8f-0435-61bee983f96c-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_0a29ebb7-2d2f-5f8f-0435-61bee983f968-6e2c6fb3, #w-node-_42ae162c-7077-f794-2cf6-132fb8c4f702-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_42ae162c-7077-f794-2cf6-132fb8c4f70a-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_8d85d154-8810-c930-a141-2de027553c64-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8d85d154-8810-c930-a141-2de027553c6c-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_8d85d154-8810-c930-a141-2de027553c68-6e2c6fb3, #w-node-_8d85d154-8810-c930-a141-2de027553c7e-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8d85d154-8810-c930-a141-2de027553c86-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_8d85d154-8810-c930-a141-2de027553c82-6e2c6fb3, #w-node-_8d85d154-8810-c930-a141-2de027553c90-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8d85d154-8810-c930-a141-2de027553c94-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_8c55175b-6916-a048-34ee-5801381b3d29-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_8c55175b-6916-a048-34ee-5801381b3d2d-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e5687-6e2c6fb3, #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e568b-6e2c6fb3, #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56a1-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56a9-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56a5-6e2c6fb3, #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56b2-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56b6-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56c0-6e2c6fb3 {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_65d3c2ff-5800-ea4e-0065-00248a6e56c4-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 6;
  }

  #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbb1-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbb5-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbb9-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbbd-6e2c6fb3, #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbc1-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbc4-6e2c6fb3, #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbc9-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_195a1d9f-a082-9063-7d1b-f79d3edbbbcd-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6da5cf2d-113c-1806-fc2b-609a5aae0915-6e2c6fb3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6da5cf2d-113c-1806-fc2b-609a5aae0919-6e2c6fb3 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_6c8ad36d-3280-a70c-238f-7588e394eb45-6e2c6fb3 {
    justify-self: end;
  }

  #w-node-e1d592ba-2a4d-ab10-8ab1-c86ca1499225-6e2c6fb3 {
    place-self: start end;
  }

  #w-node-_0e1da3d7-c22e-6f5f-37d5-73869cc43756-6e2c6fb3, #w-node-_157134cc-0bda-9096-f2b5-a0716746b6fa-6e2c6fb3 {
    justify-self: end;
  }

  #w-node-b9b5dc38-e30f-312c-3964-bf00d19b0ee9-6e2c6fb3 {
    place-self: stretch stretch;
  }

  #w-node-_86506f82-b11b-f209-c056-95e053f5aaa7-6e2c6fb3, #w-node-_86506f82-b11b-f209-c056-95e053f5aaa9-6e2c6fb3, #w-node-_86506f82-b11b-f209-c056-95e053f5aaab-6e2c6fb3, #w-node-_18cfe49a-69b3-46d0-4c74-602d0a529d58-6e2c6fb3 {
    place-self: center;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans';
  src: url('../fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}