.elementor-15106 .elementor-element.elementor-element-8a17d88{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2f5593a *//* ========================================================
   MARPE 101 WITH THE MASTERS
   Homepage Pre-Conference Feature
======================================================== */

.masters101 {

  --navy: #001b3f;
  --navy-deep: #00132e;
  --aqua: #58cbd3;
  --aqua-light: #77d9df;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.72);

  position: relative;

  width: 100%;
  margin: 0 auto;

  padding: 90px 45px 65px;

  overflow: hidden;

  background:
    linear-gradient(
      115deg,
      #00162f 0%,
      #00234c 58%,
      #003a5d 100%
    );

  border-radius: 20px;

  color: #ffffff;
}


.masters101 *,
.masters101 *::before,
.masters101 *::after {
  box-sizing: border-box;
}


/* ========================================================
   CONTAINER
======================================================== */

.masters101__inner {

  position: relative;
  z-index: 2;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;

}


/* ========================================================
   GIANT BACKGROUND 101
======================================================== */

.masters101__ghost {

  position: absolute;

  top: -95px;
  right: -20px;

  z-index: 0;

  color: rgba(255, 255, 255, 0.035);

  font-size: clamp(260px, 34vw, 570px);
  font-weight: 900;
  line-height: 1;

  letter-spacing: -32px;

  pointer-events: none;
  user-select: none;

}


/* ========================================================
   MAIN LAYOUT
======================================================== */

.masters101__layout {

  display: grid;

  grid-template-columns:
    minmax(0, 1.5fr)
    minmax(280px, 0.65fr);

  gap: 85px;

  align-items: end;

}


/* ========================================================
   EYEBROW / DATE
======================================================== */

.masters101__kicker {

  display: block;

  margin-bottom: 24px;

  color: var(--aqua);

  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;

  letter-spacing: 2.2px;

  text-transform: uppercase;

}


/* ========================================================
   MAIN TITLE
======================================================== */

.masters101 h2 {

  max-width: 760px;

  margin: 0 0 32px;

  color: #ffffff;

  font-size: clamp(62px, 8vw, 112px);
  font-weight: 800;
  line-height: 0.78;

  letter-spacing: -5px;

}


.masters101 h2 > span {

  color: var(--aqua);

}


.masters101 h2 small {

  display: block;

  margin-top: 26px;

  color: #ffffff;

  font-size: clamp(30px, 4vw, 54px);
  font-weight: 400;
  line-height: 1;

  letter-spacing: -1.5px;

}


/* ========================================================
   INTRO TEXT
======================================================== */

.masters101__lead {

  max-width: 700px;

  margin: 0 0 17px;

  color: #ffffff;

  font-size: clamp(19px, 2vw, 26px);
  font-weight: 500;
  line-height: 1.4;

}


.masters101__copy {

  max-width: 680px;

  margin: 0;

  color: var(--muted);

  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;

}


/* ========================================================
   SIX MASTERS STATEMENT
======================================================== */

.masters101__statement {

  position: relative;

  padding: 4px 0 8px 30px;

  border-left: 1px solid rgba(88, 203, 211, 0.55);

}


.masters101__statement-number {

  display: block;

  margin-bottom: 14px;

  color: var(--aqua);

  font-size: 76px;
  font-weight: 200;
  line-height: 0.85;

  letter-spacing: -5px;

}


.masters101__statement-copy {

  display: flex;
  flex-direction: column;

  margin-bottom: 20px;

}


.masters101__statement-copy strong {

  color: #ffffff;

  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;

}


.masters101__statement p {

  max-width: 265px;

  margin: 0;

  color: var(--muted);

  font-size: 14px;
  font-weight: 400;
  line-height: 1.65;

}


/* ========================================================
   TOPIC LIST
======================================================== */

.masters101__topics {

  display: flex;
  flex-wrap: wrap;

  gap: 0;

  margin-top: 55px;

  padding: 5px 0;

  border-top: 1px solid rgba(255, 255, 255, 0.14);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);

}


.masters101__topics span {

  position: relative;

  margin-right: 22px;

  padding: 14px 22px 14px 0;

  color: rgba(255, 255, 255, 0.78);

  font-size: 12px;
  font-weight: 700;
  line-height: 1;

  letter-spacing: 0.4px;

}


.masters101__topics span:not(:last-child)::after {

  content: "•";

  position: absolute;

  right: -2px;

  color: var(--aqua);

}


/* ========================================================
   REGISTRATION / TICKET STRIP
======================================================== */

.masters101__ticket {

  display: grid;

  grid-template-columns:
    auto
    1px
    auto
    1fr;

  gap: 32px;

  align-items: center;

  margin-top: 42px;

  padding: 28px 30px;

  background: #ffffff;

  border-radius: 10px;

  color: var(--navy);

  box-shadow:
    0 20px 45px rgba(0, 0, 0, 0.12);

}


/* ========================================================
   DATE
======================================================== */

.masters101__date {

  display: flex;
  flex-direction: column;

  min-width: 180px;

}


.masters101__date-label {

  margin-bottom: 5px;

  color: #6e7b89;

  font-size: 10px;
  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1.6px;

}


.masters101__date strong {

  color: var(--navy);

  font-size: 30px;
  font-weight: 800;
  line-height: 1;

}


.masters101__date > span:last-child {

  margin-top: 7px;

  color: #7c8793;

  font-size: 11px;
  font-weight: 500;

}


/* ========================================================
   DIVIDER
======================================================== */

.masters101__ticket-divider {

  width: 1px;
  height: 62px;

  background: #d8e0e5;

}


/* ========================================================
   PRICE
======================================================== */

.masters101__price {

  min-width: 135px;

}


.masters101__price > span {

  display: block;

  margin-bottom: 3px;

  color: #6e7b89;

  font-size: 10px;
  font-weight: 800;

  text-transform: uppercase;

  letter-spacing: 1.4px;

}


.masters101__price > div {

  display: flex;
  align-items: flex-start;

}


.masters101__price sup {

  margin-top: 7px;

  color: var(--aqua);

  font-size: 18px;
  font-weight: 800;

}


.masters101__price strong {

  color: var(--navy);

  font-size: 49px;
  font-weight: 800;
  line-height: 1;

  letter-spacing: -2px;

}


/* ========================================================
   CTA BUTTON
======================================================== */

.masters101__button {

  display: flex;

  align-items: center;
  justify-content: space-between;

  justify-self: end;

  width: min(100%, 375px);

  min-height: 58px;

  padding: 16px 20px 16px 25px;

  background: var(--aqua);

  border-radius: 4px;

  color: var(--navy) !important;

  text-decoration: none !important;

  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;

  transition:
    transform 0.2s ease,
    background 0.2s ease;

}


.masters101__button b {

  margin-left: 18px;

  font-size: 25px;
  font-weight: 400;
  line-height: 1;

}


.masters101__button:hover {

  background: var(--aqua-light);

  color: var(--navy) !important;

  transform: translateX(3px);

}


/* ========================================================
   NOTE
======================================================== */

.masters101__note {

  margin: 12px 5px 0;

  color: rgba(255, 255, 255, 0.48);

  text-align: right;

  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;

}


/* ========================================================
   TABLET
======================================================== */

@media (max-width: 950px) {

  .masters101 {

    padding:
      75px
      35px
      55px;

  }


  .masters101__layout {

    grid-template-columns: 1fr;

    gap: 45px;

  }


  .masters101__statement {

    max-width: 500px;

  }


  .masters101__ticket {

    grid-template-columns:
      1fr
      1px
      1fr;

  }


  .masters101__button {

    grid-column: 1 / -1;

    justify-self: stretch;

    width: 100%;

  }


  .masters101__note {

    text-align: center;

  }

}


/* ========================================================
   MOBILE
======================================================== */

@media (max-width: 600px) {

  .masters101 {

    padding:
      60px
      22px
      40px;

    border-radius: 20px;

  }


  /* Background 101 */

  .masters101__ghost {

    top: 10px;
    right: -45px;

    font-size: 220px;

    letter-spacing: -16px;

  }


  /* Kicker */

  .masters101__kicker {

    max-width: 280px;

    margin-bottom: 24px;

    font-size: 10px;
    line-height: 1.6;

    letter-spacing: 1.7px;

  }


  /* Title */

  .masters101 h2 {

    margin-bottom: 27px;

    font-size: 62px;

    line-height: 0.82;

    letter-spacing: -3px;

  }


  .masters101 h2 small {

    margin-top: 20px;

    font-size: 33px;

    line-height: 1;

  }


  /* Intro */

  .masters101__lead {

    font-size: 18px;

  }


  .masters101__copy {

    font-size: 15px;

    line-height: 1.65;

  }


  /* Masters */

  .masters101__statement {

    padding-left: 20px;

  }


  .masters101__statement-number {

    font-size: 65px;

  }


  /* Topics */

  .masters101__topics {

    margin-top: 40px;

    padding: 7px 0;

  }


  .masters101__topics span {

    margin-right: 15px;

    padding:
      9px
      15px
      9px
      0;

    font-size: 11px;

  }


  /* Ticket */

  .masters101__ticket {

    display: flex;
    flex-direction: column;

    align-items: stretch;

    gap: 23px;

    margin-top: 32px;

    padding: 26px 22px;

    border-radius: 10px;

  }


  .masters101__date {

    min-width: 0;

  }


  .masters101__ticket-divider {

    width: 100%;
    height: 1px;

  }


  .masters101__price {

    min-width: 0;

  }


  .masters101__button {

    width: 100%;

  }


  .masters101__note {

    margin-top: 12px;

    text-align: center;

  }

}/* End custom CSS */