:root {
  --medium-sea-green: #34c48b;
  --coral: #ff8735;
  --deep-sky-blue: #19aee9;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

p {
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
}

a {
  color: #19aee9;
  text-decoration: underline;
}

a:hover {
  color: #ff8735;
}

.navbar {
  background-color: #0000;
}

.text-logo {
  color: #fff;
  margin-top: -1px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  line-height: 37px;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  transition: color .2s, background-color .2s;
}

.nav-link:hover {
  color: #000239;
}

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

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

.nav-link.colored {
  color: #fff;
  background-color: #000239;
  border-radius: 32px;
  margin-left: 10px;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 700;
}

.nav-link.colored:hover {
  color: #000;
  background-color: #fff;
}

.nav-link.dropdown-nav-link {
  padding-right: 30px;
}

.nav-link.dropdown-nav-link:hover {
  color: #000239;
}

.nav-link.dropdown-nav-link.w--open {
  color: #999;
}

.hero-section {
  background-color: #000;
  background-image: url('../images/hero.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 87%;
  display: flex;
}

.body {
  background-color: #000;
  height: 100%;
  font-family: Lato, sans-serif;
}

.default-navbar-wrapper {
  padding-top: 35px;
  padding-bottom: 35px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.default-navbar-wrapper.subpage {
  padding-top: 80px;
}

.hero-slider {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.hero-slide {
  background-image: linear-gradient(#00000054, #00000054), url('../images/hero-copy1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hero-slide._2 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Photo-6.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-slide._3 {
  background-image: url('../images/Photo-7.jpg');
  background-size: cover;
}

.hero-slide._4 {
  background-image: linear-gradient(#00000054, #00000054), url('../images/Photo-7.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.hero-slide-overlay {
  background-color: #0003;
  width: 100%;
  height: 100%;
}

.hero-slide-container {
  margin-top: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.hero-slide-text-block {
  width: 70%;
}

.slide-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  line-height: 36px;
}

.slide-title.subtitle {
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 40px;
  margin-top: 10px;
  padding-left: 21px;
  padding-right: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 700;
  transition: background-color .2s;
  display: inline-block;
}

.button:hover, .button.slide-button {
  background-color: #ff8735;
}

.button.slide-button:hover {
  background-color: #000;
}

.button.pricing-button {
  background-color: #0000;
  border: 2px solid #fff;
  margin-top: 15px;
}

.button.pricing-button:hover {
  color: #000;
  background-color: #fff;
}

.button.pricing-button.dark {
  color: #004e7f;
  border-color: #004e7e;
}

.button.pricing-button.dark:hover {
  color: #ff8426;
  border-color: #fc7e25;
}

.button.pricing-button.dark.w--current {
  color: #004e7e;
  border-color: #004e7e;
}

.button.info-button {
  background-color: #34c48b;
  border-radius: 4px;
  padding-left: 7px;
  padding-right: 7px;
}

.button.info-button:hover {
  background-color: #000;
}

.button.blog-read-more-button {
  color: #fff;
  text-transform: uppercase;
  background-color: #34c48b;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 11px;
}

.button.blog-read-more-button:hover {
  background-color: #000;
}

.button.orange {
  background-color: #ff8735;
}

.button.orange:hover {
  background-color: #000239;
}

.hero-slide-arrow-button {
  background-color: #00000080;
  width: 50px;
  height: 100px;
  font-size: 13px;
  transition: background-color .2s;
}

.hero-slide-arrow-button:hover {
  background-color: #000;
}

.section {
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 80px;
}

.section.tint {
  background-color: #efefef;
}

.section.tint.last {
  overflow: visible;
}

.section.color {
  color: #fff;
  background-color: #004e7f;
  padding-bottom: 80px;
}

.section.color.team-page {
  background-color: #ebebeb;
  padding-bottom: 250px;
}

.section.download-section {
  background-color: #efefef;
  padding-top: 65px;
  padding-bottom: 65px;
  display: none;
}

.section.intro-section {
  background-color: #f5f5f5;
  background-image: linear-gradient(#f7f7f7e3, #f7f7f7e3), url('../images/tooth.png');
  background-position: 0 0, 150%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.intro-section.q {
  display: none;
}

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

.section.logo-section {
  background-color: #f7d7ce;
  padding-top: 45px;
  padding-bottom: 25px;
  display: none;
}

.section.contact-section {
  z-index: 10;
  background-color: #efefef;
  height: 580px;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0 4px 12px #0000001a;
}

.section.blog-post-page {
  padding-top: 65px;
  padding-bottom: 90px;
}

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

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container.home-intro-container {
  z-index: 10;
  position: relative;
  top: -50px;
}

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

.container.contact-container {
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.container.item-header {
  margin-top: 55px;
  margin-bottom: 65px;
}

.container.ver {
  justify-content: center;
  align-items: center;
}

.container.horizontal {
  flex-flow: row;
  display: none;
}

.home-intro-section {
  background-color: #000;
  height: 13%;
}

.home-intro-block {
  z-index: 5;
  background-color: #fff;
  border-radius: 3px;
  height: 105px;
  padding-right: 170px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 9px #00000029;
}

.intro-column {
  height: 100%;
}

.intro-info-block {
  z-index: 5;
  height: 100%;
  padding-top: 36px;
  padding-left: 110px;
  position: relative;
}

.intro-icon-wrapper {
  text-align: center;
  border: 3px solid #d0d0d0;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  padding-top: 13px;
  position: absolute;
  top: 25px;
  left: 30px;
}

.intro-info-title {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.intro-info-title.subtitle {
  color: #b5b5b5;
  font-size: 13px;
  font-weight: 400;
}

.intro-icon {
  height: 24px;
}

.intro-row {
  height: 100%;
}

.intro-button {
  z-index: 10;
  float: right;
  background-color: #0b0f74;
  width: auto;
  height: 100%;
  padding-top: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  transition: background-color .2s;
  position: absolute;
  top: 0;
  right: 0;
}

.intro-button:hover {
  background-color: #ff8735;
}

.intro-button-title {
  color: #fff;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
}

.intro-button-title.subtitle {
  font-size: 10px;
}

.section-title {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.section-title.subtitle {
  color: #333333ed;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 400;
  line-height: 30px;
}

.section-title.subtitle:hover {
  color: #333333ed;
}

.section-title.subtitle.mid {
  text-align: center;
  cursor: pointer;
}

.section-title.subtitle.mid:hover {
  color: #ff007bed;
}

.section-title.subtitle.paragraph {
  margin-top: 10px;
}

.section-title.subtitle.wht {
  color: #ffffffed;
}

.section-title.subtitle.italic {
  font-style: italic;
}

.section-title.small {
  font-size: 26px;
  line-height: 25px;
}

.section-title-wrapper {
  text-align: left;
  margin-bottom: 40px;
}

.section-title-wrapper.centered {
  text-align: center;
}

.section-title-wrapper.intro {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-title-wrapper.less-bottom-margin {
  margin-bottom: 20px;
}

.intro-section-row.bottom {
  margin-bottom: 25px;
}

.paragraph {
  direction: ltr;
  color: #6c6c6c;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.paragraph.program {
  overflow: hidden;
}

.paragraph.s {
  font-size: 12px;
  line-height: 20px;
}

.paragraph.wht {
  color: #fff;
}

.intro-column-title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.intro-section-column {
  text-align: center;
}

.icon-block {
  background-color: #000239;
  border: 3px solid #3b3e97;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  display: block;
}

.icon-block.color {
  background-color: #ff8735;
  border-color: #dd6e24;
}

.icon {
  height: 30px;
}

.section-divider {
  background-color: #000239;
  width: 70px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 15px;
  display: block;
}

.section-divider.dark {
  opacity: .2;
  background-color: #000;
  margin-top: 4px;
}

.section-divider.white {
  background-color: #fff;
}

.section-divider.speaker-divider {
  background-color: #ff8735;
  margin-top: -1px;
  margin-bottom: 1px;
}

.speaker-block {
  background-color: #000;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.speaker-overlay {
  z-index: 2;
  background-color: #0009;
  width: 100%;
  height: 100%;
  padding: 25px;
  font-size: 13px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.speaker-title {
  text-transform: uppercase;
  margin-bottom: 7px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
}

.speaker-name {
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
}

.speaker-social-icon {
  width: 20px;
  height: 20px;
}

.speaker-social-icon-block {
  opacity: .6;
  text-align: left;
  width: 30px;
  height: 30px;
  padding-top: 4px;
}

.speaker-social-icon-block:hover {
  opacity: 1;
}

.image-section {
  background-image: url('../images/Photo-4.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.image-section.venue {
  background-image: url('../images/Carousels_foto-05-min.jpg');
  background-size: cover;
  background-attachment: scroll;
}

.image-section.q {
  background-image: url('../images/Photo-9.jpg');
  display: none;
}

.image-section-overlay {
  color: #fff;
  background-color: #0006;
  padding-top: 155px;
  padding-bottom: 155px;
}

.image-section-overlay.dark {
  background-color: #0009;
}

.download-mockup {
  height: 380px;
  position: absolute;
  top: -103px;
  left: -5px;
}

.link {
  color: #19aee9;
  font-family: Lato, sans-serif;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #ff8735;
  text-decoration: underline;
}

.link.speaker-link {
  color: #fff;
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
}

.link.speaker-link:hover {
  text-decoration: underline;
}

.link.program-link {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.link.program-link:hover {
  color: #34c48b;
}

.link.footer-link {
  color: #fff;
  font-family: Lato, sans-serif;
  text-decoration: none;
  display: block;
}

.link.footer-link:hover {
  color: #34c48b;
}

.link.footer-link.hide, .link.footer-link.hide.w--current {
  display: none;
}

.link.blog-title-link {
  color: #000;
  text-transform: uppercase;
  width: 95%;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 25px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.link.blog-title-link:hover {
  color: #34c48b;
}

.link.bottom-footer-link {
  color: #a5a5a5;
}

.link.bottom-footer-link:hover {
  color: #fff;
}

.speaker-wrapper {
  background-color: #fff;
  height: 350px;
  margin-bottom: 20px;
  transition: box-shadow .2s;
}

.speaker-wrapper:hover {
  z-index: 20;
  position: relative;
}

.speaker-block-title {
  color: #000;
  margin-bottom: -6px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.speaker-block-title.subtitle {
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
}

.speaker-block-name-wrapper {
  padding: 25px;
}

.program-tabs-menu {
  background-color: #eaeaea;
  border: 1px #fff;
  border-radius: 3px;
  overflow: hidden;
}

.program-tabs-menu.white {
  background-color: #fff;
}

.program-tab-pane {
  padding-top: 45px;
  padding-left: 35px;
}

.program-list-item {
  border-left: 3px solid #34c48b;
  padding-bottom: 20px;
  padding-left: 80px;
  position: relative;
}

.program-list-item.last {
  border-left-width: 1px;
  border-left-color: #0000;
}

.program-time-block {
  color: #fff;
  background-color: #34c48b;
  border: 3px #fff;
  border-radius: 3px;
  padding: 8px 15px;
  position: absolute;
  top: 0;
  left: -38px;
}

.program-time-title {
  font-family: Montserrat, sans-serif;
}

.program-tabs-content {
  overflow: visible;
}

.program-tab-button {
  background-color: #fff0;
  border-right: 1px solid #0000001a;
  width: 25%;
  padding-top: 20px;
  padding-bottom: 15px;
  transition: background-color .2s, color .2s;
}

.program-tab-button:hover {
  color: #fff;
  background-color: #34c48b;
}

.program-tab-button.w--current {
  color: #fff;
  background-color: #ff8735;
}

.program-tab-button.w--current:hover {
  background-color: #34c48b;
}

.program-tab-button.last {
  border-right: 1px #000;
}

.tab-button-title {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.tab-button-title.subtitle {
  opacity: .6;
  font-size: 12px;
  font-weight: 400;
}

.program-speaker-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  overflow: hidden;
}

.program-speaker-image {
  float: left;
  border-radius: 6px;
  width: 50px;
  margin-right: 15px;
}

.program-speaker-title {
  margin-top: 11px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.program-speaker-title.subtitle {
  color: #34c48b;
  margin-top: 0;
  font-size: 14px;
}

.program-hidden-info {
  overflow: hidden;
}

.pricing-column {
  padding-left: 0;
  padding-right: 0;
}

.pricing-row {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.pricing-row.pricing-page {
  margin-bottom: 0;
}

.pricing-block {
  color: #fff;
  background-color: #3440c4;
  padding: 35px;
  position: relative;
}

.pricing-block:hover {
  z-index: 10;
}

.pricing-block._2 {
  background-color: #2525b7;
}

.pricing-block._3 {
  background-color: #27189b;
}

.pricing-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
}

.pricing-title.price {
  background-color: #5d065c;
  border-radius: 50px;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
  line-height: 50px;
  display: inline-block;
}

.pricing-list-item {
  border-bottom: 1px solid #ffffff29;
  padding-top: 5px;
}

.footer {
  color: #b8b8b8;
  background-color: #353535;
  padding-top: 90px;
}

.bottom-footer-block {
  background-color: #000;
  margin-top: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.bottom-footer-col-left {
  display: flex;
}

.bottom-footer-col-right {
  text-align: right;
  display: none;
}

.bottom-footer-text {
  color: #999;
  font-family: Lato, sans-serif;
  font-size: 13px;
}

.bottom-footer-text.divider {
  padding-left: 5px;
  padding-right: 5px;
}

.footer-column.first {
  padding-right: 45px;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.footer-list-item {
  margin-bottom: 7px;
}

.page-header {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.page-header.venue {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50%;
  background-size: cover;
}

.page-header-overlay {
  background-color: #00000080;
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.page-header-overlay.blog-post-header-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.page-header-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
}

.page-header-title.subtitle {
  color: #fff9;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.pricing-extra-row {
  margin-bottom: 20px;
}

.extra-pricing-block {
  color: #000;
  background-color: #fff;
  border: 0 solid #fff;
  border-radius: 3px;
  padding: 35px 35px 25px;
  font-size: 13px;
  line-height: 12px;
  transition: border .25s;
  box-shadow: 0 0 13px #0000000d;
}

.extra-pricing-block:hover {
  border-color: #919191;
}

.extra-pricing-block.highlight {
  color: #fff;
  background-color: #34c48b;
  border-color: #168055;
}

.pricing-wrapper {
  float: left;
  width: 40%;
}

.large-price-title {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size: 61px;
  font-weight: 700;
  line-height: 59px;
}

.large-price-title.subtitle {
  opacity: .4;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.price-info-block-wrapper {
  float: right;
  width: 60%;
}

.check-list.below-paragraph {
  margin-top: 20px;
}

.check-list-item {
  margin-bottom: 6px;
  padding-left: 30px;
  position: relative;
}

.check-list-icon {
  height: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.extra-pricing-block-title {
  text-transform: uppercase;
  border-bottom: 2px solid #00000021;
  margin-bottom: 19px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.column-intro-title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.column-intro-title.top-gap {
  margin-top: 60px;
  display: none;
}

.about-us-column {
  padding-right: 20px;
}

.about-us-column.last {
  padding-left: 0;
  padding-right: 10px;
}

.image-block {
  background-image: url('../images/Photo-6.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 100%;
  height: 270px;
}

.image-block.venue {
  background-image: url('../images/Photo-5.jpg');
  background-size: cover;
}

._2-column-left {
  padding-right: 25px;
}

._2-column-right {
  padding-left: 25px;
}

.venue-col-left {
  padding-right: 110px;
}

.venue-col-right {
  padding-top: 4px;
}

.stats-block {
  text-align: center;
  border: 2px solid #fff3;
  border-radius: 11px;
  padding: 25px 25px 15px;
  font-size: 13px;
  line-height: 19px;
  transition: border .2s;
}

.stats-block:hover {
  border-color: #fff;
}

.stats-title {
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
}

.stats-title.subtitle {
  opacity: .6;
  margin-bottom: 18px;
  font-size: 19px;
  font-weight: 400;
  line-height: 17px;
}

.logo-block {
  text-align: center;
  background-color: #fff;
  border: 2px #0000001a;
  border-radius: 3px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
  box-shadow: 0 0 7px #0000001a;
}

.logo-block:hover {
  box-shadow: 0 0 7px #0006;
}

.sponsor-logo {
  width: 60%;
}

.blog-post-thumb {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 200px;
  height: 170px;
  margin-right: 36px;
}

.blog-post-author-block {
  margin-top: 15px;
  margin-bottom: 14px;
  padding-bottom: 0;
}

.blog-author-title {
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.blog-author-title.name {
  color: #fff;
  background-color: #ff8735;
  border-radius: 2px;
  margin-left: 15px;
  padding-left: 7px;
  padding-right: 7px;
}

.single-blog-post-author-block {
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  margin-top: 35px;
  padding: 25px;
}

.blog-author-image {
  float: left;
  border-radius: 3px;
  width: 60px;
  margin-right: 20px;
}

.blog-author-name {
  float: none;
  margin-top: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.blog-author-name.subtitle {
  color: #34c48b;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.feed-column-left {
  padding-right: 25px;
}

.feed-column-right {
  padding-left: 25px;
}

.feed-link-block {
  border-bottom: 1px #ddd;
  text-decoration: none;
  display: block;
}

.feed-thumb {
  float: left;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  width: 100px;
  height: 100px;
  margin-right: 13px;
}

.feed-item-title {
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  transition: color .2s;
}

.feed-item-title:hover {
  color: #34c48b;
}

.feed-item-title.date {
  color: #858585;
  margin-top: 7px;
  font-size: 13px;
  font-weight: 400;
}

.feed-title {
  color: #cacaca;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.upcoming-event-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 3px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.dropdown-icon {
  margin-right: 10px;
}

.dropdown-link {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #000239;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 13px #0000004d;
}

.link-wrapper {
  border-top: 1px #dbdbdb;
  margin-top: 20px;
}

.event-overlay {
  z-index: 2;
  background-color: #0000001a;
  width: 100%;
  height: 100%;
  padding: 190px 35px 35px;
  transition: background-color .2s;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.event-overlay:hover {
  background-color: #00000080;
}

.event-overlay.upcoming {
  padding-bottom: 55px;
}

.event-overlay-title {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px 4px 4px 0;
  padding: 12px 15px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  transition: color .2s;
  display: inline-block;
}

.event-overlay-title:hover {
  color: #34c48b;
}

.event-overlay-title.large {
  font-size: 17px;
  line-height: 25px;
}

.event-overlay-title.single-page {
  width: 75%;
  font-size: 31px;
  line-height: 29px;
}

.event-overlay-title.single-page:hover {
  color: #000;
}

.event-overlay-info-block {
  background-color: #fff;
  border-top: 1px solid #cfcfcf;
  border-radius: 0 0 4px 4px;
  padding-left: 15px;
  padding-right: 15px;
  display: inline-block;
}

.event-overlay-info-title {
  color: #000;
  border-right: 1px solid #cfcfcf;
  margin-right: 9px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  display: inline-block;
}

.overall-content-col-left {
  padding-right: 65px;
}

.sidebar-content-block {
  border-bottom: 1px solid #dbdbdb;
  padding: 25px 25px 15px;
}

.sidebar-content-block.last {
  border-bottom: 1px #000;
}

.sidebar-title {
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.sidebar-title.subtitle {
  color: #ff8735;
  margin-bottom: 5px;
}

.contact-map {
  display: none;
}

.contact-form {
  height: 580px;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 90px;
  padding-left: 0;
}

.field {
  border: 2px solid #e7e7e7;
  height: 50px;
  margin-bottom: 3px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  transition: border .2s;
}

.field:hover {
  border-color: #bababa;
}

.field:focus {
  border-color: #34c48b;
}

.field.area {
  height: 170px;
  padding-top: 12px;
}

.contact-sidebar-block {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  height: 580px;
  padding-top: 94px;
  padding-bottom: 90px;
}

.success-bg {
  color: #fff;
  background-color: #34c48b;
  border-radius: 3px;
  padding-top: 27px;
  font-family: Montserrat, sans-serif;
}

.error-bg {
  color: #fff;
  background-color: #e21b1b;
  border-radius: 3px;
  padding-bottom: 1px;
  padding-left: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.program-info-title {
  color: #b5b5b5;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.event-overview-wrapper {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.event-top-price {
  color: #fff;
  background-color: #34c48b;
  border-radius: 3px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.event-top-price.orange {
  background-color: #ff8735;
}

.blog-post-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.blog-post-text-block {
  font-family: Lato, sans-serif;
}

.blog-page-header {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 26%;
  background-size: cover;
  height: 450px;
  position: relative;
  overflow: hidden;
}

.blog-post-date {
  color: #989898;
  margin-right: 10px;
  font-family: Lato, sans-serif;
  display: inline-block;
}

.blog-post-date-block {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.latest-blog-post-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 8px;
  padding-bottom: 8px;
  position: relative;
}

.sidebar-block {
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-top: -178px;
  position: relative;
  overflow: hidden;
}

.blog-post-image-link-block {
  float: left;
}

.speaker-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 250px;
}

.logo-container.w--current {
  max-width: 250px;
}

.image {
  max-width: 50%;
}

.container-2 {
  display: block;
}

.image-2 {
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.social-button-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-items: end;
}

.link-opacity {
  opacity: 1;
  margin-right: 10px;
  transition: opacity .2s;
}

.link-opacity:hover {
  opacity: .7;
}

.sidebar {
  z-index: 20;
  background-color: #618dea;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  width: 135px;
  height: 360px;
  padding-top: 16px;
  padding-bottom: 4px;
  display: none;
  position: fixed;
  top: 45px;
  left: auto;
  right: 45px;
  overflow: hidden;
  box-shadow: 0 0 24px #0000002e;
}

.link-2 {
  color: #ffffffb0;
  border-left: 3px solid #0000;
  margin-top: 8px;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: block;
}

.link-2.w--current {
  color: #fff;
  border-left-style: solid;
  border-left-color: #fff;
}

.flex {
  border-radius: 8px;
  margin-left: 4px;
  margin-right: 8px;
  padding: 6px 16px 6px 8px;
  display: flex;
}

.icon-2 {
  margin-right: 14px;
}

.hr {
  background-color: #507ce373;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.sign-out-link {
  color: #ffffffb0;
  border-left: 3px solid #0000;
  margin-top: 8px;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 15px;
  text-decoration: none;
  display: flex;
}

.sign-out-link.w--current {
  color: #fff;
  border-left-style: solid;
  border-left-color: #fff;
}

.sign-out-text {
  width: 65px;
}

.paragraph-2 {
  margin-bottom: 40px;
}

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

.faq-topic-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f9fa00;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding: 20px 40px 40px;
}

.accordion-wrapper {
  z-index: 3;
  cursor: pointer;
  border-bottom: 1px solid #d8e0e6;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.accordion-trigger {
  z-index: 2;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  transition: color .2s;
  display: flex;
  position: relative;
}

.accordion-title {
  width: 75%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.expand-icon {
  text-align: center;
  border: 1px solid #d8e0e6;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 31px;
  height: 31px;
  padding: 9px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.accordion-content {
  z-index: 2;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.accordion-text {
  margin-top: 20px;
}

.icon-15 {
  width: 15px;
  height: 15px;
}

.title-pricing-1 {
  letter-spacing: -.03em;
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.text-gray-1 {
  color: #c7c9ca;
}

.text-gray-1.text-small {
  color: #ddd;
}

.check-grid-large-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.1;
}

.check-grid-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

.button-white-outlined {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: box-shadow .6s;
  display: grid;
  position: relative;
  box-shadow: inset 0 0 0 1px #ffffff4d;
}

.button-white-outlined:hover {
  color: #fff;
  box-shadow: inset 0 0 0 2px #fff;
}

.bottom-padding-mini {
  padding-bottom: 20px;
}

.pricing-card-outline-left {
  text-align: center;
  border: 2px solid #ffffff4d;
  border-right-style: none;
  border-radius: 8px 0 0 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.container-3 {
  z-index: 5;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.caption {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.pricing-main-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 75%;
  min-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-outline {
  text-align: center;
  border: 2px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 40px;
  display: flex;
  position: relative;
}

.text-yellow {
  color: #fc0;
}

.pricing-card-outline-right {
  text-align: center;
  border: 2px solid #fff3;
  border-left-style: none;
  border-radius: 0 8px 8px 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.button-icon {
  z-index: 5;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #37b877;
  border-radius: 4px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 15px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .6s;
  display: grid;
  position: relative;
}

.button-icon:hover {
  color: #fff;
  background-color: #304351;
}

.gallery-stack-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lightbox-image {
  transition: transform .2s;
  position: relative;
  box-shadow: 0 4px 6px #0000;
}

.lightbox-image:hover {
  z-index: 2;
  transform: scale(1.05);
  box-shadow: 0 4px 6px #0000000d;
}

.bordered-image {
  border: 10px solid #fff;
}

.bordered-image.rotate-image-right {
  transform: rotate(2deg);
}

.text-span {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  -webkit-text-stroke-color: #000;
  font-weight: 500;
}

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

.div-block-2 {
  min-width: 350px;
  display: flex;
}

.partner-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-partner {
  opacity: .25;
  margin: 15px;
  transition: opacity .4s;
}

.logo-partner:hover {
  opacity: 1;
}

.logo-partner.fade-in-1st {
  opacity: 1;
  max-width: 100%;
}

.logo-partner.fade-in-3rd {
  opacity: 1;
}

.text-column-title {
  text-transform: uppercase;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.text-column-title.number {
  color: #1f6fff;
  margin-right: 10px;
}

.small-paragraph {
  color: #838383;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.process-tab-icon {
  height: 30px;
  margin-bottom: 6px;
}

.section-description {
  margin-top: 30px;
  font-size: 21px;
  font-weight: 300;
  line-height: 27px;
}

.process-tab-col-left {
  padding-right: 40px;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.text-column {
  padding-right: 20px;
}

.section-title-wrapper-2 {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.process-tab-menu {
  text-align: center;
  margin-top: -50px;
}

.process-tab-button {
  color: #c7c7c7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f5f5f5;
  border: 0 solid #0000;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 13px;
  font-weight: 700;
  transition: box-shadow .2s;
  box-shadow: 0 0 30px #0000;
}

.process-tab-button:hover {
  color: #1f6fff;
  box-shadow: 0 0 30px #0000001a;
}

.process-tab-button.w--current {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #0000001a;
  box-shadow: 0 0 30px #0000001a;
}

.process-tabs-line {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
  margin-top: 80px;
}

.section-2 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.tint {
  background-color: #f5f5f5;
  padding-top: 0;
}

.section-title-2 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.process-tab-pane {
  padding-top: 60px;
}

.container-4 {
  position: relative;
}

.text-span-6 {
  border: 1px solid #eb0d10;
}

.text-span-7 {
  color: #ee080c;
}

.hover-line {
  z-index: 5;
  opacity: .6;
  color: #74b72e;
  background-color: #37b877;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.card-1-large {
  z-index: 5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 80px;
  display: flex;
  position: relative;
}

.card-1-large.bg-white.link-outline.fade-in-1st {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  min-width: 25%;
  max-width: 25px;
  margin: 20px;
  padding: 40px 20px;
}

.card-1-large.bg-white.link-outline.fade-in-1st._100 {
  flex: 1;
  max-width: 93%;
}

.card-1-large.bg-white.link-outline.fade-in-1st._2 {
  display: flex;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.button-label {
  z-index: 5;
  color: #c50000;
  position: relative;
}

.text-block-3, .image-5 {
  margin-bottom: 20px;
}

.member-image {
  z-index: 0;
  object-fit: cover;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

.link-with-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #37b877;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.title-3 {
  letter-spacing: -.02em;
  max-width: 400px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

.div-block-3 {
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.paragraph-3 {
  max-width: none;
}

.tooltip-float-v3 {
  z-index: 1;
  min-width: 432px;
  min-height: 190px;
  margin-top: auto;
  margin-bottom: auto;
  display: none;
  position: absolute;
}

.tooltip-float-v3.bottom {
  z-index: 6;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  display: block;
  inset: auto auto 100px;
}

.tooltip-v3 {
  z-index: 99;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 432px;
  max-width: 432px;
  padding: 24px 32px;
  display: flex;
  position: absolute;
  top: -14px;
  left: 15%;
  box-shadow: 4px 4px 14px #080f340a, 1px 1px 1px #170f490a, 0 0 1px #170f4908;
}

.tooltip-content---brix {
  z-index: 99;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.text-200 {
  color: #170f49;
  font-size: 18px;
  line-height: 20px;
}

.text-200.bold {
  cursor: pointer;
  font-weight: 700;
}

.tooltip-arrow {
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 34% auto auto -8px;
}

.tooltip-arrow.v3 {
  inset: 0% auto 0% -8px;
}

.tooltip-arrow.v3.top {
  text-align: left;
  inset: -8px 0% auto 86%;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.paragraph-small.mg-bottom-12px {
  margin-bottom: 12px;
}

.text-50 {
  color: #170f49;
  font-size: 14px;
  line-height: 16px;
}

.text-50.bold {
  font-weight: 700;
}

.text-50.bold.mg-bottom-8px {
  margin-bottom: 8px;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #4a3aff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px 21px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: transform .3s, box-shadow .3s, background-color .3s;
  display: flex;
  box-shadow: 0 3px 12px #4a3aff1f;
}

.button-primary:hover {
  background-color: #3527d8;
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff26;
}

.button-primary.extra-small {
  padding: 10px 16px;
  font-size: 12px;
  line-height: 14px;
}

.card-1-exa {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.card-contact-link {
  width: 22.5px;
}

.about-title {
  margin-top: 25px;
}

.no-margin-top {
  margin-top: 0;
}

.about-p {
  margin-bottom: 25px;
}

.flex-col {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.flex-row-exa {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.expander-container {
  perspective: 1800px;
  max-width: 400px;
  margin: 10px;
  transition: transform .2s;
}

.expander-container:hover {
  transform: scale(1.03);
}

.contact-title {
  margin-top: 20px;
}

.card-3 {
  backface-visibility: hidden;
  transform-origin: 50% 0;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #242424;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  height: 0;
  overflow: hidden;
  transform: perspective(1800px)rotateX(-100deg)rotateY(0)rotateZ(0);
}

.card-2 {
  backface-visibility: hidden;
  perspective: none;
  perspective-origin: 50%;
  transform-origin: 50% 0;
  background-color: #fff;
  height: 0;
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
  transform: perspective(1761px)translate(0);
}

.team-member-shot {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.team-member-shot.caper {
  background-image: url('../images/foto-sushi-128246-1.jpg');
  background-position: 55% 43%;
  background-repeat: no-repeat;
  background-size: 308px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.flex-row {
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-left: 15%;
  margin-right: 15%;
  display: flex;
}

.card-1 {
  z-index: 999;
  cursor: pointer;
  background-color: #fff;
  border-radius: 2px;
  align-items: center;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.image-6 {
  border-radius: 100px;
  max-width: 150px;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.close-svg {
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-svg:hover {
  background-color: #fff;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.hide {
  display: none;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 50px;
  padding: 15px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
}

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

.upgrade-button.w--current {
  display: none;
}

.overlay {
  z-index: 8888;
  background-color: #000000bf;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.upgrade-container {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 460px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-wrap {
  margin-bottom: 0;
  position: static;
  overflow: visible;
}

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

.svg:hover {
  background-color: #fff;
}

.modal-component {
  display: block;
}

.button-2 {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: none;
}

.button-2.modal-open_btn {
  color: #101111;
  text-align: center;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.button-2.modal-open_btn:hover {
  color: #f80c57;
}

.modal-wrapper {
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper._1 {
  z-index: 60;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  z-index: 2000;
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.bio-header {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.bio-para {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.row {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.row.row-split-content {
  grid-column-gap: 36px;
  grid-row-gap: 48px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: center;
  display: grid;
}

.handwriting {
  letter-spacing: -.03em;
  font-size: 32px;
  line-height: 36px;
}

.container-5 {
  z-index: 1;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.section-3 {
  background-color: #fa22a0;
  background-image: url('../images/hero.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 96px;
  position: relative;
}

.content-width-small {
  direction: ltr;
  flex: none;
  width: 400px;
}

.content-width-medium {
  direction: ltr;
  width: 100%;
  max-width: 506px;
}

.content-width-medium.justify-content-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background {
  z-index: 0;
  opacity: .15;
  position: absolute;
  inset: 0%;
}

.background.bg-primary-2 {
  background-color: #aa6d6d;
}

.bold-text {
  color: #fff;
}

.marquee {
  grid-column-gap: 1rem;
  background-color: #fff;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  min-width: auto;
}

.marquee-image {
  max-height: 70px;
}

.html-embed {
  display: block;
}

.hero-form {
  background-color: #f8f2edf7;
  border-radius: 5px;
  width: 100%;
}

.form-3-input {
  color: #1b1b1b;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  background-image: url('../images/_1+.png');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 9px;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #b1c2dbcc;
  margin-bottom: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 29px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 10px;
  display: block;
}

.form-3-input.gender {
  margin-top: 10px;
  margin-right: 19px;
  padding-right: 29px;
  display: inline-block;
}

.radio-button-label-2 {
  color: #979797;
  font-family: Montserrat, sans-serif;
}

.error-message {
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.error-message.on-form-3 {
  text-align: center;
}

.mini-title-1 {
  color: #6045e0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
}

.mini-title-1.white {
  color: #fff;
}

.hero-form-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b0f74;
  border-radius: 3px;
  width: 100%;
  height: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 10px;
}

.form-3 {
  text-align: left;
  padding: 35px;
}

.success-message {
  background-color: #0000;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.hero-form-tab {
  background-color: #1b1b1b;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
  padding-top: 22px;
  padding-left: 30px;
}

.html-embed-2 {
  display: none;
}

.ms-input-label {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.ms-input-label.less-margin {
  margin-bottom: 3px;
}

.ms-header {
  padding-top: 6vh;
  padding-bottom: 4vh;
}

.ms-dropdown-svg {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 20px;
  display: flex;
}

.ms-switch-wrap {
  width: 100%;
  height: 42px;
  margin-bottom: 15px;
  position: relative;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #1c1d21;
  border: 1px solid #000;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-switch-select {
  z-index: 1;
  background-color: #323741;
  border: 1px solid #000;
  border-radius: 6px;
  width: 48.5%;
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 1.5%;
  box-shadow: 0 1px 5px #0003;
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-label {
  z-index: 2;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-left: 65px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.ms-toggle-label.no-label {
  padding-left: 50px;
}

.ms-toggle-label.row {
  width: 100%;
  padding-left: 55px;
}

.ms-toggle-row-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #323741;
  border: 1px solid #ffffff54;
  border-radius: 10px;
  flex-direction: column;
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
}

.ms-switch-option.dark {
  color: #d4d4d4;
  background-image: url('../images/nightlight_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.ms-checkbox-bold {
  margin-top: -2px;
  margin-bottom: -2px;
  display: block;
}

.ms-drawer-contain {
  border-top: 1px solid #ffffff40;
  padding: 10px 20px;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 2%;
}

.ms-container {
  max-width: 100%;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.ms-toggle-bg {
  z-index: 0;
  background-color: #ffffff54;
  border: 1px solid #ffffff54;
  border-radius: 100px;
  width: 50px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.ms-toggle-bg.small {
  width: 42px;
  height: 26px;
}

.ms-pill-label {
  z-index: 2;
  white-space: nowrap;
  background-color: #323741;
  border: 1px solid #ffffff54;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-top: 2px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 700;
  line-height: 2em;
  position: relative;
  inset: 0% auto 0% 0%;
}

.ms-pill-label:hover {
  border-color: #1e5eff;
}

.ms-space {
  width: 10px;
  height: 10px;
}

.ms-pill-wrap {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-wrap: wrap;
  padding-top: 5px;
  display: flex;
}

.ms-pill-checkbox, .ms-toggle-checkbox {
  display: none;
}

.ms-toggle-row {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.ms-checkbox {
  background-color: #323741;
  border-width: 1.5px;
  border-color: #ffffff54;
  border-radius: 33%;
  flex: none;
  width: 22px;
  height: 22px;
  margin-top: 0;
  margin-right: 10px;
}

.ms-checkbox:hover {
  background-image: linear-gradient(#ffffffe6, #ffffffe6), linear-gradient(#1e5eff, #1e5eff);
  border-color: #1e5eff;
}

.ms-checkbox.w--redirected-checked {
  background-color: #1e5eff;
  background-image: url('../images/smallcheck.svg');
  background-size: 70%;
  border-style: solid;
  border-color: #1e5eff;
  border-radius: 33%;
}

.ms-column {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  width: 30%;
  display: flex;
}

.ms-toggle-dot {
  z-index: 1;
  opacity: .6;
  background-color: #fff;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-top: 4px;
  transition: left .2s;
  position: absolute;
  left: 4px;
}

.ms-toggle-dot.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-toggle-dot.icon {
  background-image: url('../images/nightlight_black_24dp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
}

.ms-toggle-dot.small {
  width: 18px;
  height: 18px;
}

.ms-pill-item {
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.ms-toggle-row-divider {
  background-color: #1213311a;
  width: 100%;
  height: 1px;
}

.ms-column-wrap {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  flex-wrap: wrap;
  display: flex;
}

.ms-toggle-wrap {
  width: 50px;
  height: 34px;
  margin-bottom: 15px;
  position: relative;
}

.ms-toggle-wrap.row {
  width: 100%;
  height: 26px;
  margin-bottom: 0;
}

.ms-toggle-wrap.small {
  width: 42px;
  height: 26px;
}

.ms-embed {
  background-color: #000;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  margin-bottom: 10px;
  font-style: italic;
  display: flex;
}

.ms-help-text {
  opacity: .8;
  margin-top: -15px;
  margin-bottom: 15px;
  font-size: 90%;
  font-weight: 300;
}

.ms-help-text.less-margin {
  margin-top: -4px;
  margin-bottom: 4px;
}

.ms-light-text {
  font-size: 13px;
  font-weight: 300;
}

.ms-drawer-top {
  color: #d4d4d4;
  border-radius: 16px 16px 0 0;
  justify-content: space-between;
  align-items: center;
  padding: 11px 10px 10px;
  font-weight: 400;
  display: flex;
}

.ms-drawer-top:hover {
  background-color: #232429;
}

.ms-pill-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 30px;
  padding-left: 10px;
  padding-right: 5px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.ms-checkbox-wrap {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.ms-link {
  color: #fff;
  border-bottom: 1px dashed #c5c5c5;
}

.ms-how-drawer {
  background-color: #1c1d21;
  border: 1px solid #ffffff40;
  border-radius: 16px;
  width: 100%;
  margin-top: -10px;
  margin-bottom: 20px;
  overflow: hidden;
}

.ms-how-drawer.radio {
  margin-top: 10px;
}

.code-embed {
  display: block;
}

.bold-text-2 {
  color: #6c6c6c;
}

.bold-text-2.wht {
  color: #fff;
}

.bold-text-3 {
  color: #464646;
}

html.w-mod-js [data-ix="hide-speaker-overlay"] {
  opacity: 0;
  display: none;
}

html.w-mod-js [data-ix="hide-speaker-element"] {
  opacity: 0;
  transform: translate(0, 20px);
}

html.w-mod-js [data-ix="hide-program-info"] {
  opacity: 0;
  height: 0;
  display: none;
}

html.w-mod-js [data-ix="page-header-fade-in"], html.w-mod-js [data-ix="page-header-fade-in-2"], html.w-mod-js [data-ix="page-header-fade-in-3"], html.w-mod-js [data-ix="fade-in-on-scroll"], html.w-mod-js [data-ix="fade-in-on-scroll-2"], html.w-mod-js [data-ix="fade-in-on-scroll-divider"], html.w-mod-js [data-ix="fade-in-on-scroll-3"], html.w-mod-js [data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  transform: translate(0, 30px);
}

html.w-mod-js [data-ix="slider-title"], html.w-mod-js [data-ix="slider-title-2"], html.w-mod-js [data-ix="slider-title-3"] {
  opacity: 0;
  transform: translate(30px);
}

@media screen and (max-width: 991px) {
  p {
    font-size: 13px;
  }

  .navbar {
    padding-bottom: 10px;
  }

  .text-logo {
    margin-top: 7px;
  }

  .nav-link {
    border-bottom: 1px solid #2a2a2a;
    width: 100%;
    max-width: 1200px;
    padding-left: 35px;
  }

  .nav-link:hover {
    color: #fff;
    background-color: #34c48b;
  }

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

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

  .nav-link.colored {
    border-radius: 0;
    margin-left: 0;
    padding-left: 35px;
  }

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

  .nav-link.colored.w--current:hover {
    color: #000;
  }

  .hero-section {
    height: 630px;
  }

  .default-navbar-wrapper.subpage {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hero-slide-overlay {
    padding-right: 90px;
  }

  .hero-slide-container {
    padding-left: 20px;
  }

  .hero-slide-text-block {
    width: 100%;
  }

  .slide-title {
    font-size: 30px;
    line-height: 31px;
  }

  .slide-title.subtitle {
    font-size: 16px;
    line-height: 23px;
  }

  .nav-menu {
    background-color: #1d1b1a;
  }

  .section {
    padding: 45px;
  }

  .section.tint.last {
    padding-bottom: 55px;
  }

  .section.color {
    padding-bottom: 45px;
  }

  .section.download-section {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.intro-section {
    background-image: linear-gradient(#ffffffe6, #ffffffe6), url('../images/tooth.png');
    background-position: 0 0, 100%;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section.bottom-section {
    padding-bottom: 60px;
  }

  .section.contact-section {
    height: 500px;
  }

  .section.blog-post-page {
    padding-top: 45px;
    padding-bottom: 65px;
  }

  .section.last {
    padding-bottom: 75px;
  }

  .home-intro-section {
    height: 60px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .home-intro-block {
    height: 85px;
  }

  .intro-column {
    padding-right: 0;
  }

  .intro-info-block {
    padding-top: 21px;
    padding-left: 80px;
  }

  .intro-icon-wrapper {
    width: 50px;
    height: 50px;
    padding-top: 11px;
    top: 19px;
    left: 20px;
  }

  .intro-info-title {
    margin-top: 4px;
    font-size: 13px;
  }

  .intro-info-title.subtitle {
    margin-top: 0;
    font-size: 10px;
    line-height: 15px;
  }

  .intro-icon {
    height: 20px;
  }

  .intro-button {
    padding-top: 25px;
  }

  .section-title {
    font-size: 32px;
    line-height: 27px;
  }

  .section-title.subtitle {
    font-size: 14px;
    line-height: 23px;
  }

  .section-title-wrapper.centered {
    margin-bottom: 30px;
  }

  .intro-column-title {
    margin-bottom: 9px;
    font-size: 16px;
  }

  .section-divider {
    margin-top: 9px;
    margin-bottom: 8px;
  }

  .speaker-overlay {
    font-size: 12px;
    line-height: 17px;
  }

  .speaker-title {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .speaker-name {
    margin-bottom: 2px;
    font-size: 18px;
    line-height: 18px;
  }

  .image-section {
    background-attachment: scroll;
  }

  .image-section-overlay {
    padding: 90px 45px;
  }

  .download-mockup {
    height: 350px;
    top: -91px;
    left: -51px;
  }

  .link.blog-title-link {
    font-size: 25px;
    line-height: 23px;
  }

  .speaker-wrapper {
    height: 260px;
  }

  .speaker-block-title {
    font-size: 11px;
  }

  .speaker-block-title.subtitle {
    font-size: 10px;
  }

  .speaker-block-name-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .program-list-item {
    padding-left: 60px;
  }

  .pricing-block {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .footer {
    padding-top: 45px;
  }

  .bottom-footer-block {
    margin-top: 45px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-header-overlay {
    padding-top: 110px;
    padding-left: 45px;
    padding-right: 45px;
  }

  .page-header-overlay.with-text {
    padding-left: 45px;
    padding-right: 45px;
  }

  .page-header-overlay.blog-post-header-overlay {
    padding-top: 90px;
    padding-bottom: 40px;
    position: relative;
  }

  .column-intro-title {
    margin-bottom: 10px;
  }

  .image-block {
    height: 330px;
  }

  .stats-block {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .stats-title {
    margin-bottom: 2px;
    font-size: 22px;
  }

  .stats-title.subtitle {
    font-size: 16px;
  }

  .blog-post-thumb {
    height: 205px;
    margin-right: 26px;
  }

  .single-blog-post-author-block {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .feed-column-left {
    padding-left: 0;
    padding-right: 20px;
  }

  .feed-item-title {
    font-size: 13px;
    line-height: 14px;
  }

  .dropdown {
    width: 100%;
    max-width: 1200px;
  }

  .dropdown-icon {
    margin-right: 20px;
  }

  .dropdown-link {
    padding-left: 35px;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    border-radius: 0;
  }

  .event-overlay {
    padding-top: 130px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .event-overlay.upcoming {
    padding-top: 160px;
    padding-bottom: 75px;
  }

  .event-overlay-title {
    font-size: 12px;
  }

  .event-overlay-title.single-page {
    font-size: 24px;
    line-height: 25px;
  }

  .event-overlay-info-title {
    font-size: 10px;
  }

  .overall-content-col-left {
    padding-right: 45px;
  }

  .sidebar-content-block {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-map {
    height: 310px;
  }

  .contact-form, .contact-sidebar-block {
    height: 500px;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .menu-button {
    background-color: #fff;
    border-radius: 3px;
  }

  .menu-button:hover {
    background-color: #fffc;
  }

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

  .blog-page-header {
    height: auto;
  }

  .sidebar-block {
    margin-top: -150px;
  }

  .dynamic-team-item {
    padding-left: 5px;
    padding-right: 5px;
  }

  .speaker-image-block {
    height: 170px;
  }

  .event-map {
    height: 250px;
  }

  .logo-container {
    padding-left: 25px;
  }

  .slider-nav {
    text-align: left;
    height: 120px;
    padding-left: 45px;
    font-size: 7px;
  }

  .link-opacity:hover {
    opacity: 1;
  }

  .faq-topic-grid {
    width: 100%;
    padding: 20px 40px 40px;
  }

  .accordion-trigger {
    letter-spacing: 0;
    align-items: center;
  }

  .expand-icon {
    top: 0;
  }

  .accordion-content {
    padding-left: 0;
  }

  .button-white-outlined:hover {
    box-shadow: inset 0 0 0 1px #ffffff4d;
  }

  .pricing-card-outline-left {
    border-style: solid;
    border-radius: 8px;
  }

  .pricing-main-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    width: 100%;
    min-width: auto;
  }

  .pricing-card-outline {
    padding: 40px;
  }

  .pricing-card-outline-right {
    border-style: solid;
    border-color: #ffffff4d;
    border-radius: 8px;
  }

  .button-icon:hover {
    background-color: #37b877;
  }

  .logo-partner:hover {
    opacity: .25;
  }

  .text-column-title {
    font-size: 13px;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .process-tab-col-left {
    padding-right: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .section-title-wrapper-2 {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-2 {
    padding: 45px;
  }

  .section-title-2 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .hover-line {
    display: none;
  }

  .card-1-large {
    padding: 40px;
  }

  .card-1-large.bg-white.link-outline.fade-in-1st {
    align-items: center;
    max-width: 45%;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .tooltip-float-v3.bottom {
    inset: 187% 0% auto auto;
  }

  .tooltip-arrow.v3 {
    inset: -8px auto auto 20px;
    transform: rotate(90deg);
  }

  .tooltip-arrow.v3.top {
    inset: -8px 20px auto auto;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .row.row-split-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .ms-column {
    width: 47%;
  }
}

@media screen and (max-width: 767px) {
  .text-logo {
    margin-top: 13px;
    margin-left: 15px;
  }

  .hero-section {
    height: 590px;
  }

  .default-navbar-wrapper, .default-navbar-wrapper.subpage {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .hero-slide-overlay {
    padding-left: 25px;
    padding-right: 25px;
  }

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

  .hero-slide-text-block {
    width: 100%;
  }

  .slide-title {
    font-size: 22px;
    line-height: 25px;
  }

  .slide-title.subtitle {
    font-size: 13px;
    line-height: 20px;
  }

  .button.slide-button {
    margin-top: 0;
  }

  .hero-slide-arrow-button {
    width: 40px;
  }

  .section {
    padding: 25px;
  }

  .section.tint {
    padding-bottom: 45px;
  }

  .section.color {
    padding-bottom: 25px;
  }

  .section.color.team-page {
    padding-bottom: 65px;
  }

  .section.intro-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.bottom-section {
    padding-bottom: 70px;
  }

  .section.contact-section {
    height: auto;
    padding-bottom: 25px;
  }

  .section.blog-post-page {
    padding-top: 25px;
    padding-bottom: 75px;
  }

  .section.last {
    padding-bottom: 65px;
  }

  .container.home-intro-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container.item-header {
    margin-bottom: 0;
  }

  .home-intro-section {
    height: 90px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-intro-block {
    height: auto;
    padding-right: 0;
  }

  .intro-column {
    height: auto;
    padding-left: 0;
  }

  .intro-info-block {
    text-align: center;
    height: auto;
    padding: 15px;
  }

  .intro-icon-wrapper {
    display: inline-block;
    position: static;
  }

  .intro-info-title {
    font-size: 16px;
  }

  .intro-info-title.subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .intro-button {
    text-align: center;
    padding-top: 80px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .section-title {
    font-size: 22px;
    line-height: 17px;
  }

  .section-title.small {
    font-size: 21px;
    line-height: 21px;
  }

  .section-title-wrapper {
    margin-bottom: 20px;
  }

  .intro-column-title {
    font-size: 18px;
  }

  .intro-section-column {
    padding-bottom: 15px;
  }

  .image-section-overlay {
    padding: 55px 25px;
  }

  .download-mockup {
    top: -55px;
    left: -124px;
  }

  .link {
    font-size: 13px;
  }

  .link.blog-title-link {
    font-size: 15px;
    line-height: 18px;
  }

  .speaker-wrapper {
    height: auto;
    margin-bottom: 10px;
  }

  .speaker-block-title {
    font-size: 13px;
  }

  .program-tab-pane {
    padding-top: 25px;
  }

  .program-tab-button {
    padding-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-button-title {
    font-size: 13px;
  }

  .pricing-row {
    padding-left: 0;
    padding-right: 0;
  }

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

  .bottom-footer-block {
    margin-top: 25px;
    padding: 15px 25px;
  }

  .bottom-footer-col-left {
    padding-left: 0;
  }

  .bottom-footer-col-right {
    text-align: left;
    padding-left: 0;
  }

  .footer-row {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-column, .footer-column.first {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-header-overlay {
    padding: 90px 25px 10px;
  }

  .page-header-overlay.with-text {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-header-overlay.blog-post-header-overlay {
    padding-top: 70px;
    padding-bottom: 65px;
  }

  .page-header-title {
    margin-top: 20px;
  }

  .page-header-title.subtitle {
    margin-bottom: 10px;
  }

  .pricing-extra-row {
    margin-bottom: 0;
  }

  .pricing-extra-column-left, .pricing-extra-column-right {
    padding-left: 0;
    padding-right: 0;
  }

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

  .about-us-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .about-us-column.last {
    padding-bottom: 0;
    padding-right: 0;
  }

  ._2-column-left {
    padding-left: 0;
    padding-right: 0;
  }

  ._2-column-right {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .stats-block, .logo-block {
    margin-bottom: 10px;
  }

  .blog-post-author-block {
    margin-top: 9px;
    margin-bottom: 6px;
  }

  .single-blog-post-author-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .feed-column-left {
    padding-right: 0;
  }

  .feed-column-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
    line-height: 20px;
  }

  .feed-item-title {
    font-size: 15px;
    line-height: 16px;
  }

  .event-overlay {
    padding-top: 110px;
    padding-bottom: 25px;
  }

  .event-overlay.upcoming {
    padding-bottom: 25px;
  }

  .event-overlay-title {
    font-size: 14px;
  }

  .event-overlay-title.large {
    font-size: 16px;
    line-height: 20px;
  }

  .event-overlay-title.single-page {
    width: 81%;
    font-size: 19px;
    line-height: 21px;
  }

  .sidebar-col-right {
    padding-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .overall-content-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-content-block {
    border-top: 1px solid #dbdbdb;
    border-bottom-width: 0;
    border-bottom-color: #000;
  }

  .sidebar-content-block.contact-last {
    border-bottom-width: 1px;
    border-bottom-color: #dbdbdb;
  }

  .contact-form {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .contact-sidebar-block {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .program-info-title {
    font-size: 13px;
  }

  .menu-button {
    margin-right: 20px;
  }

  .image-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-item {
    font-size: 14px;
  }

  .sidebar-block {
    margin-top: 0;
  }

  .dynamic-team-item, .dynamic-sponsor-item {
    padding-left: 0;
    padding-right: 0;
  }

  .speaker-image-block {
    height: 210px;
  }

  .logo-container {
    padding-left: 10px;
  }

  .slider-nav {
    height: 100px;
    padding-left: 25px;
  }

  .faq-topic-grid {
    grid-auto-columns: auto;
    padding: 10px 20px 20px;
  }

  .accordion-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .accordion-title {
    font-size: 16px;
    font-weight: 600;
  }

  .expand-icon {
    width: 36px;
    height: 36px;
    padding: 12px;
  }

  .accordion-content {
    padding-left: 0;
    padding-right: 0;
  }

  .title-pricing-1 {
    letter-spacing: -.01em;
  }

  .check-grid-large-gap {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .bottom-padding-mini {
    padding-bottom: 10px;
  }

  .pricing-card-outline-left, .pricing-card-outline, .pricing-card-outline-right {
    padding: 25px;
  }

  .bordered-image {
    text-transform: capitalize;
  }

  .process-tab-icon {
    height: 23px;
  }

  .process-tab-col-left {
    padding-left: 0;
    padding-right: 0;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .process-tab-col-right {
    padding-left: 0;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-title-wrapper-2 {
    width: 95%;
    margin-bottom: 40px;
  }

  .process-tab-menu {
    margin-top: -39px;
  }

  .process-tab-button {
    width: 80px;
    height: 80px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 10px;
    line-height: 12px;
  }

  .section-2 {
    padding: 25px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .process-tab-pane {
    padding-top: 40px;
  }

  .card-1-large {
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-1-large.bg-white.link-outline.fade-in-1st {
    max-width: 100%;
  }

  .member-image {
    width: 50px;
    height: 50px;
  }

  .title-3 {
    letter-spacing: 0;
  }

  .tooltip-arrow.v3 {
    inset: -8px auto auto 15px;
    transform: rotate(90deg);
  }

  .button-primary {
    padding: 16px 34px;
    font-size: 16px;
    line-height: 18px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }

  .row.row-split-content {
    grid-row-gap: 36px;
  }

  .handwriting {
    font-size: 28px;
    line-height: 32px;
  }

  .content-width-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .content-width-medium {
    width: 100%;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .error-message {
    width: 80%;
  }

  .error-message.on-form-3 {
    width: 100%;
    padding-left: 35px;
  }

  .ms-column {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .text-logo {
    font-size: 22px;
    line-height: 23px;
  }

  .nav-link, .nav-link.colored {
    padding-left: 20px;
  }

  .hero-section {
    height: 680px;
  }

  .hero-slide-overlay {
    background-color: #0000004d;
    padding-top: 105px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slide-text-block {
    width: 100%;
  }

  .slide-title {
    margin-bottom: 14px;
    font-size: 18px;
    line-height: 17px;
  }

  .slide-title.subtitle {
    font-size: 12px;
    line-height: 17px;
  }

  .section {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
    line-height: 19px;
  }

  .section.color {
    padding-bottom: 20px;
  }

  .section.download-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.intro-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.bottom-section {
    padding-bottom: 60px;
  }

  .section.logo-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.blog-post-page {
    padding-top: 20px;
    padding-bottom: 60px;
  }

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

  .container.home-intro-container {
    padding-left: 20px;
    padding-right: 21px;
  }

  .home-intro-section {
    height: 70px;
  }

  .intro-info-block {
    padding-left: 4px;
    padding-right: 4px;
  }

  .intro-icon-wrapper {
    width: 40px;
    height: 40px;
    padding-top: 6px;
  }

  .intro-info-title {
    font-size: 11px;
    line-height: 17px;
  }

  .intro-info-title.subtitle {
    font-size: 9px;
    line-height: 13px;
  }

  .intro-icon {
    height: 16px;
  }

  .intro-button {
    width: 110px;
  }

  .intro-button-title.subtitle {
    margin-top: 2px;
    font-size: 14px;
    line-height: 13px;
  }

  .section-title {
    margin-bottom: 5px;
    font-size: 19px;
  }

  .section-title.subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .section-title.small {
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 17px;
  }

  .section-title-wrapper.centered {
    margin-bottom: 17px;
  }

  .intro-column-title {
    font-size: 16px;
  }

  .section-divider {
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .speaker-overlay {
    padding: 15px;
    font-size: 11px;
    line-height: 16px;
  }

  .speaker-name {
    font-size: 17px;
    line-height: 18px;
  }

  .image-section-overlay {
    padding: 20px;
  }

  .download-mockup {
    height: 250px;
    margin-bottom: -39px;
    position: static;
    top: -15px;
  }

  .download-col-right {
    padding-left: 0;
  }

  .link.program-link {
    font-size: 15px;
    line-height: 17px;
  }

  .link.blog-title-link {
    width: 101%;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 19px;
  }

  .link.bottom-footer-link {
    font-size: 10px;
  }

  .speaker-block-title {
    font-size: 12px;
  }

  .speaker-block-name-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .program-list-item {
    padding-left: 44px;
  }

  .program-tab-button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .program-speaker-title {
    margin-top: 9px;
    font-size: 14px;
  }

  .pricing-row {
    margin-bottom: 25px;
  }

  .pricing-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .footer {
    padding-top: 25px;
    font-size: 13px;
    line-height: 19px;
  }

  .bottom-footer-text {
    font-size: 10px;
  }

  .footer-column.first {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-header-overlay {
    padding: 70px 20px 10px;
  }

  .page-header-overlay.blog-post-header-overlay {
    padding: 45px 20px;
  }

  .page-header-title {
    font-size: 16px;
    line-height: 22px;
  }

  .page-header-title.subtitle {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .extra-pricing-block {
    padding: 25px 25px 15px;
  }

  .large-price-title {
    margin-top: 24px;
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 29px;
  }

  .large-price-title.subtitle {
    margin-top: 14px;
    font-size: 9px;
  }

  .check-list-item {
    padding-left: 25px;
  }

  .column-intro-title {
    margin-bottom: 9px;
    font-size: 17px;
    line-height: 19px;
  }

  .stats-column {
    padding-left: 0;
  }

  .venue-col-left {
    padding-left: 0;
    padding-right: 45px;
  }

  .venue-col-right {
    padding-top: 15px;
    padding-left: 0;
  }

  .stats-title {
    font-size: 19px;
    line-height: 20px;
  }

  .stats-title.subtitle {
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 9px;
  }

  .blog-post-thumb {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .blog-post-author-block {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .single-blog-post-author-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-author-image {
    width: 50px;
  }

  .blog-author-name {
    margin-top: 9px;
    font-size: 16px;
  }

  .blog-author-name.subtitle {
    line-height: 12px;
  }

  .feed-thumb {
    width: 80px;
  }

  .feed-item-title {
    font-size: 11px;
    line-height: 14px;
  }

  .feed-item-title.date {
    margin-bottom: -3px;
    font-size: 11px;
    line-height: 11px;
  }

  .feed-title {
    margin-bottom: 5px;
    font-size: 21px;
  }

  .dropdown-link {
    padding-left: 20px;
  }

  .link-wrapper {
    margin-top: 10px;
    padding-top: 5px;
  }

  .event-overlay {
    padding: 70px 20px 20px;
  }

  .event-overlay.upcoming {
    padding-bottom: 20px;
  }

  .event-overlay-title {
    padding: 9px;
    font-size: 11px;
    line-height: 13px;
  }

  .event-overlay-title.large {
    font-size: 11px;
    line-height: 14px;
  }

  .event-overlay-title.single-page {
    width: 90%;
    font-size: 13px;
    line-height: 14px;
  }

  .event-overlay-info-block {
    padding-left: 9px;
    padding-right: 9px;
  }

  .event-overlay-info-title {
    margin-right: 5px;
    padding-right: 5px;
    line-height: 9px;
  }

  .sidebar-col-right {
    padding-top: 15px;
  }

  .contact-map {
    height: 210px;
  }

  .event-top-price.orange {
    font-size: 13px;
  }

  .menu-button {
    text-align: center;
    width: 50px;
    height: 48px;
    margin-right: 10px;
    padding-top: 13px;
    padding-left: 0;
    padding-right: 0;
  }

  .blog-post-image-link-block {
    float: none;
    width: 100%;
    display: block;
  }

  .logo-container {
    padding-left: 0;
  }

  .accordion-title {
    width: 100%;
  }

  .expand-icon {
    display: none;
  }

  .lightbox-image.gallery-stack-link.gallery-stack-link-c {
    margin-top: -36px;
  }

  .bordered-image {
    border-width: 1.5vw;
  }

  .process-tab-icon {
    height: 13px;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .section-title-wrapper-2 {
    width: 100%;
    margin-bottom: 30px;
  }

  .process-tab-button {
    border-width: 1px;
    border-color: #0000001a;
    width: 60px;
    height: 60px;
    margin-top: 19px;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 9px;
    display: inline-block;
  }

  .section-2 {
    padding: 25px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .process-tab-pane {
    padding-top: 20px;
  }

  .member-image {
    width: 30px;
    height: 30px;
  }

  .tooltip-float-v3 {
    min-width: 300px;
  }

  .tooltip-float-v3.bottom {
    inset: 186% auto auto 0%;
  }

  .tooltip-v3 {
    min-width: 300px;
    max-width: 300px;
  }

  .tooltip-arrow.v3.top {
    inset: -8px auto auto 20px;
  }

  .button-primary {
    padding: 15px 34px 16px;
  }

  .card-1-exa {
    align-items: center;
  }

  .team-member-shot {
    align-self: stretch;
    height: auto;
  }

  .card-1 {
    align-items: center;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .button-2.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .row.row-split-content {
    grid-template-columns: minmax(0, 1fr);
  }

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

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .content-width-small, .hero-form {
    width: 100%;
  }
}

#w-node-_5b337e57-b0ba-944b-26ab-d4eff1e339ce-2644ed09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5b337e57-b0ba-944b-26ab-d4eff1e339d8-2644ed09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_934b6ec0-71dd-fee3-1290-60104d7babbd-2644ed09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_934b6ec0-71dd-fee3-1290-60104d7babc7-2644ed09 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-ffe302f4-671d-a8dd-b604-47a00a5ba243-2644ed09 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3db-2644ed0c {
  align-self: center;
}

#w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3e6-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3eb-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3f0-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3f5-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3fa-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3ff-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc404-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc409-2644ed0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-dd7117d8-d447-4ccc-e252-923b5d9cc413-2644ed0c {
  align-self: start;
}

#w-node-dd7117d8-d447-4ccc-e252-923b5d9cc41e-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc423-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc428-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc42d-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc432-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc437-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc43c-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc441-2644ed0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-dd7117d8-d447-4ccc-e252-923b5d9cc44b-2644ed0c {
  align-self: center;
}

#w-node-dd7117d8-d447-4ccc-e252-923b5d9cc456-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc45b-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc460-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc465-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc46a-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc46f-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc474-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc479-2644ed0c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-_61137bf2-2a15-4361-0e6e-8b8d80e658f1-2644ed0e, #w-node-_61137bf2-2a15-4361-0e6e-8b8d80e65916-2644ed0e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3db-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc413-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc44b-2644ed0c {
    align-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc3db-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc413-2644ed0c, #w-node-dd7117d8-d447-4ccc-e252-923b5d9cc44b-2644ed0c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


