:root {
  --white: white;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

body {
  color: #333;
  background-color: #fcfcfc;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.hero {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 64px;
  padding-left: 71px;
  padding-right: 71px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.info-stack {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 560px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 202px;
  left: 660px;
}

.name {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 490px;
  text-decoration: none;
  display: flex;
}

.text {
  color: #fefefe;
  text-align: center;
  letter-spacing: .02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 152%;
  text-decoration: none;
}

.sub {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 152%;
  text-decoration: none;
}

.btn {
  grid-column-gap: 8px;
  background-color: #0000;
  border: 3px solid #a6cc39;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-top: 9px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: inline-flex;
}

.btn:hover {
  color: #1b1b1b;
  background-color: #a7cc38;
}

.btn.rev {
  color: #333;
  flex-flow: column;
  width: 100%;
  display: block;
}

.btn.another {
  color: #383838;
  justify-content: center;
  align-items: center;
  padding-top: 9px;
  display: inline-flex;
}

.text-2 {
  color: #fefefe;
  text-align: center;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.brand {
  height: 60px;
  padding-top: 8px;
  position: static;
}

.image {
  display: block;
}

.navbar {
  background-color: #f8f8f8;
  border-bottom: 1px solid #fff;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding-top: 0;
  display: flex;
  position: sticky;
  box-shadow: 0 6px 20px -1px #0000000d;
}

.spec {
  -webkit-text-stroke-width: 0px;
  text-decoration: none;
}

.text-span {
  border-bottom: 2px solid #a5ca2a;
  text-decoration: none;
}

.nav-link {
  font-size: 16px;
}

.nav-link:hover {
  outline-offset: 0px;
  background-color: #fdfdfd;
  border: 0 solid #eee;
  border-radius: 3px;
  outline: 1px solid #eee;
  box-shadow: -1px 1px 0 1px #fff;
}

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

.needahero {
  min-height: auto;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}

.slides {
  min-height: 400px;
  padding-bottom: 20px;
  position: relative;
}

.guests {
  background-color: #fbfbfb;
  border-top: 1px solid #0000000d;
  padding-top: 50px;
  padding-bottom: 50px;
}

.info {
  background-color: #136899;
  padding-top: 70px;
  padding-bottom: 62px;
}

.foot {
  background-color: #0e5f8d;
  padding-top: 24px;
  padding-bottom: 24px;
}

.agenda {
  background-color: #f6f6f6;
  padding-top: 84px;
  padding-bottom: 62px;
  position: relative;
}

.hbase {
  z-index: -1000;
  background-color: #136899;
  width: 95%;
  min-height: 100%;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.sliderorn {
  background-color: #5cc8df;
  width: auto;
  min-width: 370px;
  max-width: 0%;
  min-height: 220px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.container, .container-2 {
  position: relative;
}

.container-3 {
  padding-left: 0;
  position: relative;
}

.himage {
  background-image: url('../images/Frame-107.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  min-height: auto;
  margin-top: 0;
  padding-top: 84px;
  padding-bottom: 84px;
  display: block;
  position: relative;
}

.flex-block {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 0;
  margin-left: 48%;
  margin-right: 22px;
  position: relative;
  inset: 0% 0% auto auto;
}

.heroh1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.hlogo {
  margin-bottom: 30px;
}

.dude1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.div-block {
  width: 90%;
  max-width: 1224px;
  min-height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.div-block.subby {
  max-width: 1224px;
  padding-top: 50px;
  padding-bottom: 30px;
}

.div-block.agendasep {
  width: 90%;
  padding-top: 0;
}

.div-block.herodivvy {
  padding-top: 50px;
}

.slider {
  float: right;
  clear: both;
  background-color: #ddd0;
  width: 48%;
  margin-top: 10px;
  position: absolute;
  inset: 40px 5% auto auto;
}

.slide-nav {
  color: #5cc8df;
  border: 0 solid #20121200;
  font-size: 8px;
  inset: auto 0% -40px;
}

.flex-block-2 {
  clear: none;
  width: 45%;
  min-height: 150px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.halfy {
  float: none;
  clear: left;
  flex-flow: column;
  width: 48%;
  min-height: 100px;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 20px;
  padding-left: 40px;
  display: block;
}

.paragraph {
  line-height: 140%;
}

.heading {
  color: #136899;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-left: 0;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 72px;
  font-weight: 700;
  line-height: 100%;
}

.heading.speclab {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
}

.heading.extradd {
  margin-left: 0;
}

.slide {
  opacity: 1;
  background-color: #181818;
  background-image: url('../images/Frame-108.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 2px;
}

.icon, .icon-2 {
  display: none;
}

.slide-2 {
  background-image: url('../images/Frame-111.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 1px;
}

.slide-3 {
  background-image: url('../images/Frame-109.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.flex-block-3 {
  width: 33%;
}

.flexyspeak {
  justify-content: center;
  align-items: center;
  width: 31%;
  min-height: 100px;
  margin-bottom: 20px;
  margin-right: 3%;
  padding-left: 0;
  padding-right: 0;
  display: inline-flex;
}

.flexyspeak.thridcard {
  margin-right: 0%;
}

.heading-2 {
  color: #1b1b1b;
  margin-top: 10px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 130%;
}

.heading-2.agendaday {
  color: #fbfbfb;
  letter-spacing: 0;
  text-indent: 0;
  margin-bottom: 24px;
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 140%;
}

.heading-2.white {
  color: #fbfbfb;
  margin-bottom: 15px;
}

.div-block-2 {
  width: 95%;
}

.paragraph-2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 170%;
}

.paragraph-2.white {
  color: #fbfbfb;
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
}

.paragraph-2.white.gw {
  color: #cecece;
  letter-spacing: 0;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-2.white.gw.footpad {
  color: #7db3d3;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
}

.label {
  z-index: 1000;
  background-color: #136899;
  padding: 20px 24px 26px;
  position: absolute;
  top: -40px;
  left: 0;
}

.agendadiv {
  background-image: url('../images/Frame-112.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: auto;
  margin-left: 5%;
  padding: 40px;
  position: relative;
}

.div-block-3 {
  width: 40%;
  min-height: 100px;
  padding-top: 40px;
  padding-bottom: 34px;
}

.line-item {
  color: #ddd;
  margin-bottom: 18px;
  font-size: 15px;
}

.line-item.extra {
  margin-bottom: 24px;
}

.div-block-4 {
  width: 40%;
  min-height: 140px;
}

.image-2 {
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 20px;
}

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

.link {
  text-decoration: none;
}

.link:hover {
  color: #a7cc38;
}

.link-2 {
  text-decoration: none;
}

.linkyspec {
  border-bottom: 2px solid #a7cc38;
}

.linkyspec:hover {
  border-bottom-color: #368ec0;
}

.text-span-3 {
  border-bottom: 2px solid #a7cc38;
}

.quick-stack {
  padding-left: 0;
}

.slide-4 {
  background-color: #0000;
  margin-right: 1px;
}

.smartslide {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 10px 20px;
  display: flex;
}

.slidename {
  color: #474747;
  text-align: center;
  font-family: acumin-pro-condensed;
  font-size: 27px;
  font-weight: 500;
}

.smartyslideflex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}

._2nd {
  max-width: 160px;
}

.smartslidetitle {
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 30px 20px 10px 24px;
  font-size: 13px;
  font-weight: 600;
}

.image-6, .image-7, .image-8 {
  max-width: 160px;
}

.slide-5 {
  background-image: url('../images/image.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  background-color: #ebebeb;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .needahero {
    padding-top: 30px;
  }

  .agenda {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .sliderorn {
    z-index: -1000;
    min-width: 320px;
  }

  .himage {
    background-position: 100%;
  }

  .flex-block {
    width: 100%;
    margin-left: auto;
  }

  .div-block {
    width: 93%;
  }

  .div-block.subby {
    width: 93%;
    padding-top: 40px;
  }

  .div-block.agendasep {
    width: 93%;
  }

  .div-block.herodivvy {
    width: 93%;
    padding-top: 40px;
  }

  .slider {
    margin-top: 0;
  }

  .halfy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading {
    margin-bottom: 20px;
    font-size: 56px;
  }

  .flexyspeak {
    flex-flow: row;
    width: 100%;
  }

  .label {
    padding: 10px 20px 20px;
    top: -30px;
  }

  .agendadiv {
    margin-left: 3%;
  }

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

  .quick-stack {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .image-3, .image-4 {
    width: auto;
    max-width: 209px;
    margin-right: 30px;
  }

  .image-5 {
    width: auto;
    max-width: 209px;
    margin-right: 20px;
  }

  .cell {
    padding-right: 0;
  }

  .smartyslideflex {
    padding-top: 10px;
  }

  ._2nd {
    max-width: 140px;
  }

  .smartslidetitle {
    padding-top: 15px;
    padding-bottom: 20px;
  }

  .image-6 {
    max-width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .guests {
    padding-top: 40px;
  }

  .info.footdiv {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block.subby {
    padding-top: 40px;
  }

  .div-block.herodivvy {
    padding-top: 30px;
  }

  .slider {
    float: none;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    top: 0;
    right: auto;
  }

  .halfy {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .heading.extradd {
    margin-left: 0;
  }

  .div-block-3 {
    padding-bottom: 20px;
  }

  .div-block-4 {
    width: 80%;
  }

  .image-2 {
    position: absolute;
    inset: auto 0% 0%;
  }

  .quick-stack {
    margin-bottom: 120px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-5 {
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .btn {
    width: 100%;
    font-size: 18px;
  }

  .btn.another {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    display: block;
    position: relative;
  }

  .brand {
    margin-top: 7px;
  }

  .image {
    max-width: 80%;
    margin-top: 4px;
    margin-left: 10px;
  }

  .navbar {
    height: 72px;
    padding-top: 0;
  }

  .nav-link {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 18px;
  }

  .needahero {
    padding-top: 0;
  }

  .guests {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info {
    padding-top: 20px;
  }

  .info.footdiv {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hbase {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .sliderorn {
    width: 90%;
    min-width: 90%;
    min-height: 40px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 5%;
  }

  .himage {
    background-position: 80% 0;
    width: 100%;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .flex-block {
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heroh1 {
    font-size: 18px;
  }

  .hlogo {
    max-width: 86%;
  }

  .div-block.subby {
    text-align: left;
    width: 100%;
    padding-top: 0;
  }

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

  .div-block.herodivvy {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider {
    text-align: center;
    width: 100%;
    margin-bottom: 45px;
    position: relative;
    top: 30px;
    right: auto;
  }

  .slide-nav {
    text-align: center;
    position: relative;
    bottom: 0;
  }

  .halfy {
    clear: none;
    width: 100%;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    top: 20px;
  }

  .heading {
    margin-top: 30px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 10px;
    font-size: 47px;
    position: relative;
  }

  .heading.speclab {
    padding-top: 0;
    padding-right: 0;
    font-size: 43px;
  }

  .heading.extradd {
    margin-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 54px;
  }

  .flexyspeak {
    flex-flow: column;
    width: 100%;
    margin-right: 0%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .flexyspeak.thridcard {
    margin-bottom: 16px;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .paragraph-2 {
    font-size: 16px;
    line-height: 160%;
  }

  .paragraph-2.white.gw {
    text-align: center;
  }

  .label {
    width: auto;
    padding: 18px 20px 22px;
    display: inline-block;
    left: 5%;
  }

  .agendadiv {
    background-position: 1%;
    margin-left: 0%;
    padding-bottom: 20px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-3 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .line-item {
    font-size: 16px;
  }

  .div-block-4 {
    width: 90%;
    min-height: 100px;
  }

  .image-2 {
    float: none;
    max-width: 80%;
    margin-left: 0;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 0%;
  }

  .text-span-2.infoextra {
    font-size: 47px;
  }

  .icon-3 {
    font-size: 35px;
  }

  .quick-stack {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    margin-bottom: 120px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-3, .image-4, .image-5 {
    max-width: 240px;
    margin-bottom: -14px;
    margin-right: 0;
  }

  .div-block-5 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .nav-menu {
    background-color: #eee;
  }

  .menu-button {
    background-color: #f8f8f8;
  }

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

  .slidename {
    font-size: 21px;
  }

  .smartyslideflex {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 70%;
    padding-left: 0;
    padding-right: 0;
  }

  ._2nd {
    max-width: 100%;
  }

  .smartslidetitle {
    padding-top: 40px;
    padding-bottom: 10px;
  }

  .image-6, .image-7, .image-8 {
    max-width: 100%;
  }
}

#w-node-dabbb472-1dd7-b9ad-8e80-25ea131ad4c1-d8f496eb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 479px) {
  #w-node-dabbb472-1dd7-b9ad-8e80-25ea131ad4c1-d8f496eb {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


