:root {
  --ring: #e8b4ff8c;
  --accent: #e8b4ff;
  --accent2: #9be8ff;
  --button-text: #041016;
  --heading-text: white;
  --muted-text: #c9d1e3;
  --text: #f4f7ff;
  --link-text: #9be8ff;
  --accent-text: #e8b4ff;
  --heading-grad-a: white;
  --heading-grad-b: #d9ccff;
}

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

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

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

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

body {
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.hero-heading-left {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  text-align: left;
  flex-flow: row;
  width: 100%;
  max-width: 1100px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container.cta-container {
  text-align: left;
  justify-content: flex-start;
  display: flex;
}

.container.footer-container, .hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-size: 18px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.button-primary.footer-form-button.btn {
  border: 1px solid var(--ring);
  background-image: linear-gradient(180deg, var(--accent), var(--accent2));
  color: var(--button-text);
  border-radius: 12px;
  font-weight: 700;
  box-shadow: 0 6px 15px #e8b4ff59;
}

.button-primary.footer-form-button.btn:hover {
  transform: translate(0, -1px);
  box-shadow: 0 10px 9px #e8b4ff73;
}

.button-primary.btn {
  background-image: linear-gradient(180deg, var(--accent), var(--accent2));
  color: var(--button-text);
  cursor: pointer;
  border: 1px solid #fff3;
  border-radius: 12px;
  padding: 8px 12px;
  font-weight: 700;
  box-shadow: 0 6px 24px #e8b4ff59;
}

.button-primary.btn:hover {
  transform: translate(0, -1px);
  box-shadow: 0 10px 32px #e8b4ff73;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.team-slider {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  color: var(--heading-text);
  text-align: left;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.centered-subheading {
  text-align: left;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  background-image: radial-gradient(circle at 15% -10%, #e8b4ff1a, #0000 60%), linear-gradient(#0a0e189e, #0a0e18c7);
  border: 1px solid #ffffff24;
  border-radius: 16px;
  width: 30%;
  margin-right: 5%;
  padding: 24px 20px;
  box-shadow: 0 1px #ffffff14;
}

.team-slide-wrapper:hover {
  background-image: radial-gradient(circle at 15% -10%, #e8b4ff1a, #0000 60%), linear-gradient(#0a0e188f, #0a0e18c7);
  transform: translate(0, -2px);
  box-shadow: 0 1px #a78bfa47;
}

.team-block {
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 24px;
  display: flex;
}

.team-member-image-two {
  vertical-align: baseline;
  object-fit: cover;
  object-position: 50% 0%;
  flex: none;
  width: 100%;
  height: 100%;
  margin-bottom: 18px;
  position: static;
  overflow: hidden;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  color: var(--muted-text);
  margin-bottom: 20px;
  font-size: 14px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 20px;
  position: relative;
}

.comparison-table {
  flex-direction: column;
  margin-top: 50px;
  display: flex;
}

.comparison-row-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-title {
  margin-bottom: 0;
  margin-left: 24px;
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.comparison-negative {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.comparison-positive {
  background-image: url('../images/');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 24px;
  padding-left: 40px;
}

.hero-without-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  padding: 20px 10px;
  display: grid;
  position: relative;
}

.hero-wrapper-two {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-subscribe {
  background-color: #fff9;
  border: 1px solid #ffffff40;
  border-radius: 12px;
  padding: 5px 30px;
  line-height: 16px;
  position: sticky;
  bottom: 0;
  box-shadow: inset 0 0 16px 2px #e8b4ff2e, 0 6px 24px #0003;
}

.footer-form-two {
  background-color: #0000;
  margin-bottom: 0;
  padding: 5px 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  color: var(--heading-text);
  font-size: 20px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.div-block {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.flex-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  margin: 20px auto;
}

.e-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.e-text.is--width-400 {
  width: 385px;
  position: relative;
}

.e-text.is--max-width {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.e-ux__text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
}

.e-ux__text.clipme {
  background-image: linear-gradient(90deg, #f4e1d2, #987284 45%, #c1a3c9 81%);
  font-size: 40px;
  line-height: 40px;
  position: absolute;
}

.body {
  color: var(--text);
  background-color: #0000;
  background-image: none;
}

.div-block-2 {
  background-image: linear-gradient(135deg, #f4e1d2b3, #9872848c 57%, #c1a3c973), url('../images/serenity.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.link {
  color: #000;
  border-bottom: 2px solid #0000;
  padding-bottom: 3px;
  text-decoration: none;
  transition: border .2s;
}

.link:hover {
  color: #000;
  border-bottom: 2px solid #000;
  text-decoration: none;
}

.link.white {
  outline-offset: 0px;
  color: var(--link-text);
  cursor: pointer;
  background-color: #ffffff0f;
  border: 1px #000;
  border-radius: 8px;
  outline: 3px #9be8ff;
  font-weight: 600;
  text-decoration: none;
}

.link.white:hover {
  color: var(--accent-text);
  border-bottom-color: #fff;
}

.b-hero__grid {
  grid-column-gap: 56px;
  grid-row-gap: 32px;
  grid-template-columns: minmax(0, .65fr);
  grid-auto-columns: minmax(0, .35fr);
  height: 100%;
  overflow: hidden;
}

.b-hero__title-wrapper {
  border-bottom: 1px solid #fff;
  align-self: end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  display: flex;
}

.e-logo {
  align-self: end;
  margin-right: 15px;
}

.e-h2 {
  color: #fff;
  align-self: end;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 27px;
  line-height: 27px;
}

.e-register-button {
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  align-self: start;
  width: 300px;
  margin-top: 70px;
  margin-bottom: -30px;
  padding: 26px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  text-decoration: none;
  transition: background-color .2s;
}

.e-register-button:hover {
  background-color: #ffffff30;
  align-self: start;
}

.e-register-button.is--small {
  color: #fff;
  border-width: 2px;
  border-color: #fff;
  align-self: start;
  width: auto;
  padding: 8px 40px;
  font-size: 16px;
  font-weight: 600;
}

.e-register-button.is--small:hover {
  color: #fff;
  background-color: #ffffff4d;
  align-self: start;
}

.e-register-button.is--small.is--hero {
  color: var(--heading-text);
  cursor: pointer;
  background-color: #0000;
  border-color: #ffffffd9;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 6px 18px #0000002e;
}

.e-register-button.is--small.is--hero:hover {
  background-color: #ffffff1f;
  border-color: #fff;
  box-shadow: 0 10px 24px #00000038;
}

.e-h1 {
  color: #fff;
  text-shadow: 0 1px 1px #00000040;
  max-width: 28ch;
  margin: 0 auto;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
}

.b-menu {
  z-index: 1;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #fff;
  justify-content: space-between;
  align-self: end;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
}

.e-date {
  color: #ffffff2b;
  text-align: center;
  padding-top: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 200px;
  font-weight: 700;
  line-height: 160px;
}

.e-h3 {
  color: #fff;
  align-self: end;
  margin: 0 auto 10px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
}

.paragraph {
  font-family: Montserrat, sans-serif;
}

.agenda-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: flex;
}

.slot {
  grid-column-gap: 15px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: saturate(120%) blur(6px);
  backdrop-filter: saturate(120%) blur(6px);
  text-align: left;
  background-color: #040816b8;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 160px 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch start;
  display: grid;
  box-shadow: 0 6px 16px #00000047;
}

.time-pill {
  color: #e8ecff;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 14px;
  font-weight: 700;
  display: block;
}

.h4-session-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 4px;
  padding-top: 10px;
}

.p-session-desc {
  color: #d6d9e6e6;
}

.heading-2 {
  color: #e8ecff;
  font-size: 20px;
}

.hero-overlay {
  background-image: radial-gradient(circle at 30% 45%, #0b0f1a59, #0000);
}

.section {
  height: 3000px;
}

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

.faq-item-glass-card {
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  background-image: linear-gradient(#0a0e189e, #0a0e18c7), radial-gradient(circle at 15% 10%, #e8b4ff1a, #0000);
  border: 1px solid #ffffff24;
  border-radius: 16px;
  padding: 20px 16px;
  box-shadow: inset 0 0 22px #a78bfa2e, 0 10px 24px #0000004d;
}

.faq-summary {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: left;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 6px;
  display: flex;
}

.faq-q {
  color: var(--heading-text);
  font-size: 16px;
  font-weight: 700;
}

.faq-chev {
  font-size: 19px;
  transition: transform .2s;
}

.faq-body {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.faq-body-inner {
  padding-top: 8px;
}

.faq-a {
  color: var(--muted-text);
}

.accordion {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  border-radius: .25rem;
  width: 100%;
  margin-bottom: .5rem;
}

.accordion:hover {
  background-color: color-mix(in srgb, currentColor 8%, transparent);
}

.accordion.is-transparent {
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  background-color: #0000;
  background-image: linear-gradient(#0a0e189e, #0a0e18c7), radial-gradient(circle at 15% 10%, #e8b4ff1a, #0000 60%);
  border: 1px solid #ffffff24;
  border-radius: 16px;
  width: 90%;
  margin-bottom: 0;
  padding: 0 16px;
  overflow: hidden;
}

.accordion_content {
  background-color: #0000;
  padding: 0;
  position: static;
  overflow: hidden;
}

.accordion_content.w--open {
  position: relative;
}

.rich-text {
  color: var(--muted-text);
}

.padding_xsmall {
  padding: 1rem;
}

.padding_xsmall.padding-horizontal_none {
  padding-top: 0;
}

.paragraph_large {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: 1.13rem;
  line-height: 1.6em;
}

.paragraph_large.margin-bottom_none {
  object-fit: fill;
  max-width: 100%;
  font-weight: 700;
}

.accordion_toggle-transparent {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 5px 4px;
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.accordion_toggle-transparent.w--open {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion_icon {
  order: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.flex_vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex_vertical.faq-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-bottom: 0;
}

.div-block-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.div-block-3.coaches-tabs {
  grid-template-columns: 1fr 1fr;
}

.speaker-card-glass-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: saturate(120%) blur(8px);
  backdrop-filter: saturate(120%) blur(8px);
  background-image: linear-gradient(#0a0e189e, #0a0e18c7), radial-gradient(circle at 15% -10%, #e8b4ff1a, #0000 60%);
  border: 1px solid #ffffff24;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  max-width: 300px;
  padding: 22px 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 22px #a78bfa2e, 0 10px 24px #0000004d;
}

.speaker-card-glass-card:hover {
  transform: translate(0, -2px);
  box-shadow: 0 0 22px #a78bfa47, 0 10px 24px #0000004d;
}

.speaker-card-glass-card.host-card {
  flex-flow: row;
  align-items: center;
  max-width: 300px;
}

.speaker-media {
  border-radius: 12px;
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.about-card.faq-item-glass-card {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 28px;
}

.about-body {
  color: #e9eef7;
  margin-bottom: 16px;
}

.about-values {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row-reverse wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.chip {
  color: #d7ccff;
  cursor: auto;
  background-color: #a78bfa26;
  border: 1px solid #a78bfa59;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 6px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
}

.chip.chip-hero {
  -webkit-backdrop-filter: saturate(120%) blur(6px);
  backdrop-filter: saturate(120%) blur(6px);
  color: #fff;
  cursor: auto;
  background-color: #0c101c8c;
  font-size: 14px;
  display: inline-flex;
}

.chip.chip-hero:hover {
  background-color: #0c101cb3;
}

.chip.chip-hero-link {
  -webkit-backdrop-filter: saturate(120%) blur(6px);
  backdrop-filter: saturate(120%) blur(6px);
  color: #fff;
  cursor: pointer;
  background-color: #0c101c8c;
}

.chip.chip-hero-link:hover {
  background-color: #0c101cb3;
}

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

.paragraph-2 {
  white-space: normal;
  word-break: normal;
  max-width: 65ch;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block {
  color: #e9eef7;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block.about-rich {
  max-width: 80ch;
}

.paragraph-3, .paragraph-4 {
  font-size: 16px;
}

.hero-bubble {
  position: static;
  inset: auto 14px 14px 0%;
}

.hero-meta {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 50px;
  margin-right: 50px;
  display: flex;
}

.link-2 {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

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

.bold-text.linktext {
  color: var(--heading-text);
  -webkit-text-stroke-color: var(--text);
  border-radius: 8px;
  text-decoration: none;
}

.bold-text.linktext:hover {
  color: #aeebff;
  box-shadow: 0 11px 14px #aeebff59;
}

.bold-text.linktext:focus-visible, .bold-text.linktext[data-wf-focus-visible] {
  color: #aeebff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  box-shadow: 0 2px 14px #aeebff59;
}

.section-3 {
  border-top: 1px solid #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}

.paragraph-5 {
  font-weight: 400;
}

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

.text-block {
  text-transform: uppercase;
  padding-bottom: 20px;
  font-weight: 700;
}

.text-block.underheader {
  text-transform: none;
  font-size: 16px;
}

.div-block-5 {
  font-size: 20px;
}

.margin_top-auto {
  justify-content: center;
  align-items: center;
  max-width: 300px;
  max-height: 75px;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: flex;
}

.margin_top-auto.padding-top_small {
  padding-top: .5rem;
}

.heading_h4 {
  text-align: center;
  letter-spacing: -.01em;
  margin-bottom: .35em;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3em;
}

.paragraph_small {
  letter-spacing: 0;
  margin-bottom: .7em;
  font-size: .88rem;
  line-height: 1.6em;
}

.tabs_content {
  overflow: visible;
}

.text-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #ff2214;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-flex;
}

.text-button:hover {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  color: #ff767a;
}

.text-button.is-secondary {
  color: inherit;
  transition-property: opacity, color;
  transition-duration: .3s, .3s;
  transition-timing-function: ease-in-out, ease-in-out;
}

.text-button.is-secondary:hover {
  opacity: .6;
}

.icon {
  color: #ff5a5f;
  vertical-align: middle;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.grid_3-col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.tabs_nav {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.tabs_nav.gap-xxsmall {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.card-link {
  opacity: 1;
  color: #2b2b2b;
  background-color: #f5f5f5;
  background-image: none;
  border: 0 solid #2b2b2b33;
  border-radius: 1rem;
  flex-flow: column;
  margin-bottom: 0;
  text-decoration: none;
  list-style-type: none;
  transition: all .16s linear;
  display: flex;
  overflow: clip;
  transform: translateY(0);
  box-shadow: inset 0 0 0 1px #2b2b2b33, 0 2px 4px #0000001a, 0 8px 14px #00000026;
}

.card-link:hover {
  opacity: 1;
  color: #2b2b2b;
  background-color: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px #2b2b2b33, 0 4px 6px #0000001a, 0 10px 20px #00000026;
}

.button_icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: inline-flex;
}

.card_body {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100%;
  padding: 3rem 3rem 10px;
  display: flex;
  position: relative;
}

.tab_menu-button {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #ffffffd9;
  background-color: #0000;
  border: 1.5px solid #ffffff73;
  border-radius: 999px;
  padding: 1em 1.5em;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.3;
  transition: border-color .2s, background-color .2s;
  box-shadow: 0 6px 20px #00000040;
}

.tab_menu-button:hover {
  color: inherit;
  background-color: #ffffff14;
  border-color: #ffffffa6;
}

.tab_menu-button.w--current {
  color: #fff;
  background-color: #0c101c8c;
  border-color: #ffffffe6;
}

.div-block-6 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-top: 60px;
  margin-left: 50px;
  display: flex;
}

.div-block-8 {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 420px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .div-block-2.bg-div {
    background-position: 0 0, 50%;
  }

  .b-hero__grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: minmax(0, 700px);
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-hero__title-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .e-h2 {
    align-self: start;
    margin-top: 25px;
  }

  .e-register-button.is--small.is--hero {
    margin-bottom: 0;
  }

  .e-h1 {
    max-width: 90%;
    margin-left: auto;
  }

  .b-menu {
    padding-top: 40px;
  }

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

  .div-block-4 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    max-width: 90%;
  }

  .tabs_nav {
    flex-flow: wrap;
  }

  .card_body {
    padding: 2rem;
  }

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

  .div-block-7 {
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-heading-left, .team-slider, .features-table, .hero-without-image {
    padding: 60px 15px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-two {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .e-text.is--max-width {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-2.bg-div {
    background-position: 0 0, 50%;
  }

  .b-hero__grid {
    grid-column-gap: 56px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: .5fr .25fr .5fr;
    grid-template-columns: minmax(200px, 1fr);
    grid-auto-columns: minmax(0, .35fr);
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .b-hero__title-wrapper {
    align-self: end;
    margin-top: 75px;
  }

  .e-h1 {
    text-align: center;
  }

  .b-menu {
    align-self: start;
    padding: 40px 0 0;
  }

  .div-block-3 {
    grid-template-columns: 1fr 1fr;
  }

  .chip {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .hero-meta {
    text-align: center;
    display: block;
  }

  .div-block-4 {
    flex-flow: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-5 {
    padding-top: 20px;
  }

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

  .tabs_nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .card_body {
    padding: 1.5rem;
  }

  .div-block-7 {
    text-align: center;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .button-primary.footer-form-button.btn {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .team-slider {
    margin-left: auto;
    margin-right: auto;
  }

  .centered-heading {
    margin-bottom: 24px;
    padding-left: 0;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .comparison-row-main {
    grid-column-gap: 20px;
  }

  .comparison-title {
    margin-left: 10px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .comparison-negative {
    background-position: 0 5px;
    background-size: 14px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .comparison-positive {
    background-position: 0 4px;
    background-size: 16px;
    margin-left: 10px;
    padding-left: 20px;
  }

  .footer-form-two {
    padding: 0 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .e-text.is--width-400 {
    width: auto;
    padding: 16px 0;
  }

  .e-text.is--max-width {
    text-align: center;
    max-width: 80%;
  }

  .div-block-2.bg-div {
    background-position: 0 0, 0 100%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .b-hero__grid {
    grid-row-gap: 52px;
    grid-template: "."
                   "." minmax(auto, 205px)
                   "." minmax(auto, 303px)
                   / 1fr;
    grid-auto-flow: row;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .e-logo {
    align-self: end;
    max-width: 100%;
  }

  .e-h2 {
    margin-top: 0;
    padding-top: 0;
    font-size: 22px;
  }

  .e-register-button.is--small {
    align-self: start;
    margin-top: 15px;
  }

  .e-register-button.is--small.is--hero {
    align-self: start;
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .e-h1 {
    box-sizing: border-box;
    text-align: center;
    object-fit: fill;
    flex-flow: column;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
    display: block;
    overflow: visible;
  }

  .b-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-self: start;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0 20px;
  }

  .e-date {
    padding-top: 40px;
    font-size: 100px;
    line-height: 120px;
    position: static;
  }

  .e-h3 {
    margin-top: 20px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .h4-session-title.empty {
    padding-right: 0;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
  }

  .div-block-3.coaches-tabs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .speaker-card-glass-card {
    width: 100%;
  }

  .chip {
    margin-top: 10px;
  }

  .chip.chip-hero {
    text-align: left;
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .section-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-meta {
    text-align: center;
    flex-flow: column;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: auto 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-6 {
    text-align: center;
    overflow-wrap: normal;
    max-width: 90%;
    margin: 20px auto 40px;
    padding-left: 10px;
    padding-right: 0;
    display: block;
  }

  .text-block {
    text-align: center;
    max-width: 90%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .text-block.underheader {
    margin-top: 0;
  }

  .div-block-5 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tabs_nav.gap-xxsmall {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card_body {
    padding: 1.5rem;
  }

  .div-block-6 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
  }

  .text-block-2 {
    padding-top: 0;
  }

  .div-block-7 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-8 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }
}

#w-node-_67d221da-37cd-924a-f29b-4b29ac6c9740-c76cf7f1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-c0f9038f-c638-ffd7-4bb7-50bdb7f72817-c76cf7f1 {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center;
}

#w-node-_5429790e-e509-4b6d-fda4-162909cc19f9-c76cf7f1 {
  grid-area: 1 / 2 / 2 / 5;
  align-self: end;
}

#w-node-_8f5df959-bdc3-6688-8479-823c162892d1-c76cf7f1 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_5429790e-e509-4b6d-fda4-162909cc19f7-c76cf7f1, #w-node-_5429790e-e509-4b6d-fda4-162909cc19f5-c76cf7f1 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: end start;
}

#w-node-_5429790e-e509-4b6d-fda4-162909cc19f0-c76cf7f1 {
  grid-area: 2 / 5 / 3 / 6;
}

#w-node-_5429790e-e509-4b6d-fda4-162909cc19f2-c76cf7f1 {
  grid-area: 2 / 5 / 3 / 6;
  place-self: start;
}

#w-node-_5429790e-e509-4b6d-fda4-162909cc1a04-c76cf7f1 {
  grid-area: 1 / 1 / 3 / 2;
  justify-self: center;
}

#w-node-ed728b26-3ee8-a638-bb09-cb32467bd386-c76cf7f1 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-_5429790e-e509-4b6d-fda4-162909cc19fd-c76cf7f1 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: end;
}

#w-node-_66c3e7e4-6a11-e27c-fd37-f0d5fe8131e1-c76cf7f1 {
  place-self: auto;
}

#w-node-_728fa10e-060b-56cc-f219-5d6af35e8f3a-c76cf7f1, #w-node-ba179bc5-c40d-3cf5-60b4-29d5d90c36d0-c76cf7f1 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f9-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 4;
    align-self: end;
  }

  #w-node-_8f5df959-bdc3-6688-8479-823c162892d1-c76cf7f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f7-c76cf7f1, #w-node-_5429790e-e509-4b6d-fda4-162909cc19f5-c76cf7f1 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: start;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f0-c76cf7f1, #w-node-_5429790e-e509-4b6d-fda4-162909cc19f2-c76cf7f1 {
    grid-area: 2 / 3 / 3 / 4;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc1a04-c76cf7f1 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: end;
  }

  #w-node-ed728b26-3ee8-a638-bb09-cb32467bd386-c76cf7f1 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19fd-c76cf7f1 {
    grid-area: 3 / 1 / 4 / 4;
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_67d221da-37cd-924a-f29b-4b29ac6c9740-c76cf7f1 {
    justify-self: auto;
  }

  #w-node-c0f9038f-c638-ffd7-4bb7-50bdb7f72817-c76cf7f1 {
    grid-column: 1 / 2;
    align-self: start;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f9-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: end center;
  }

  #w-node-_8f5df959-bdc3-6688-8479-823c162892d1-c76cf7f1 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f7-c76cf7f1, #w-node-_5429790e-e509-4b6d-fda4-162909cc19f5-c76cf7f1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f0-c76cf7f1 {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f2-c76cf7f1 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: start center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc1a04-c76cf7f1 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ed728b26-3ee8-a638-bb09-cb32467bd386-c76cf7f1 {
    grid-area: 3 / 1 / 4 / 2;
    align-self: end;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19fd-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start stretch;
  }

  #w-node-c2aface2-e666-1938-43e3-790fb4d624da-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c0f9038f-c638-ffd7-4bb7-50bdb7f72817-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f9-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center;
  }

  #w-node-_8f5df959-bdc3-6688-8479-823c162892d1-c76cf7f1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: end start;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f7-c76cf7f1 {
    grid-row: 3 / 4;
    align-self: start;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f5-c76cf7f1 {
    grid-row: 3 / 4;
    align-self: center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f0-c76cf7f1 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19f2-c76cf7f1 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc1a04-c76cf7f1 {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-ed728b26-3ee8-a638-bb09-cb32467bd386-c76cf7f1 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: end center;
  }

  #w-node-_5429790e-e509-4b6d-fda4-162909cc19fd-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 2;
    align-self: start;
  }

  #w-node-c2aface2-e666-1938-43e3-790fb4d624da-c76cf7f1 {
    grid-area: 1 / 1 / 2 / 3;
  }
}


