/** Shopify CDN: Minification failed

Line 26:11 Unexpected "<"
Line 32:6 Unexpected "<"
Line 39:8 Unexpected "<"
Line 46:8 Unexpected "<"
Line 198:4 Expected identifier but found "\"Mulish\""

**/

@font-face {
    font-family: 'Billy Ohio';
    src: url('/cdn/shop/files/BillyOhio.woff2?v=1771568321') format('woff2'),
        url('/cdn/shop/files/BillyOhio.woff?v=1771568321') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.page-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 20px;
}

.work-sans-<uniquifier> {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.syne-<uniquifier> {
  font-family: "Syne", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.mulish-<uniquifier> {
  font-family: "Mulish", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.custom_rich_text h1 { 
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    text-align: center;
    position: absolute;
    bottom: 30px;
    color: #fff;
    z-index: 2;
}

.custom_rich_text {
    padding: 40px 0px;
}
.main_things_rich_text {
    position: relative;
}

.main_things_rich_text img {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* .main_things_rich_text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #00000085;
    z-index: 0;
    display: block;
    backdrop-filter: blur(0px);
    border-radius: 10px;
} */
.short_test_wrapper p {
   font-family: "Mulish", sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    letter-spacing: normal;
    color: #000;
}

.short_test_wrapper {
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.short_test_wrapper span {
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    background: #f7b200;
    padding: 10px 20px;
    font-size: 18px;
    letter-spacing: normal;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    color: #000;
    text-transform: uppercase;
}
.coaching-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
  align-items: stretch;
}

.coaching-left {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.coaching-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coaching-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background:#F53558;
  color: #fff;
  padding: 30px;
  width: 75%;
  border-top-right-radius: 20px;
}

.overlay-btn {
  display: inline-block;
  margin-top: 15px;
  color: #fff;
  text-decoration: underline;
}

.coaching-right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.service-card {
  padding: 30px;
  border-radius: 20px;
  transition: 0.3s ease;
}

.service-icon {
  width: 25px;
  margin-bottom: 15px;
}

.learn-more {
  display: inline-block;
  margin-top: 10px;
  color: #7c4dff;
  font-weight: 600;
  text-decoration: none;
}
.coaching-right h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: normal;
    margin: 0px;
}
.service-card {
    padding: 25px 15px;
}

.coaching-grid {
    padding-top: 40px;
}
.service-card {
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.service-card p {
    font-family: "Mulish", sans-serif;
    "Mulish", font-family: sans-serif;
    letter-spacing: normal;
    line-height: 1.3;
    font-size: 16px;
    color: #000;
}
.coaching-overlay h2 {
    text-transform: uppercase;
    font-size: 30px;
    letter-spacing: normal;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
}
.main_new_wrapper_new {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.main_new_wrapper_new img {
    max-width: 20px;
    margin: 0px;
}

.service-card p {
    margin: 2px;
}
p.overlay-subheading {
    font-family: "Oswald", sans-serif;
    display: flex;
    gap: 0px;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: normal;
    align-items: center;
}
span.cross_new {
    text-decoration: line-through;
    font-size: 20px;
}
section.masonry-gallery {
    padding-top: 40px;
}

section.masonry-gallery h2 {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #626262;
    letter-spacing: normal;
    font-size: 50px;
}
.masonry-wrapper {
    max-width: 860px;
    margin: 0 auto;
}
.masonry-wrapper {
  column-count: 2;
  column-gap: 20px;
}

.masonry-item {
  break-inside: avoid;
  margin-bottom: 20px;
}

.masonry-item img {
  width: 100%;
  height: auto; /* keeps original height */
  display: block;
  border-radius: 12px;
}
.floating_button a {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    background: #f7b200;
    left: 50%;
    transform: translateX(-50%);
    max-width: 690px;
    color: #000;
    padding: 10px 0px;
    text-align: center;
    font-weight: 800;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    font-family: "Oswald", sans-serif;
    font-size: 21px;
}
.template-page-heartcore-leadership .utilities {
    display: none;
}
section.masonry-gallery {
    padding-bottom: 70px;
}
.floating_button.scrolling-up {
    display: none;
}

.floating_button.scrolling-down {
    display: block;
}
.floating_button {
    transition: 1s all;
    display: none;
}

.floating_button.active {
    display: block;
}
div#shopify-section-template--24520055521473__short_testimonial_pgQbN7 .short_test_wrapper {
    background: #fff !important;
    box-shadow: unset;
    margin-top: 30px;
}
span.new_cross {
    padding: 0px;
    box-shadow: unset;
    text-decoration: line-through;
}

.custom_rich_text.free_webinar_new h1 {
    position: unset;
    color: #000;
    font-size: 30px;
    background: transparent;
    margin-top: 20px;
    text-transform: capitalize;
    font-family: "Mulish", sans-serif;
    line-height: 1.4;
    letter-spacing: normal;
}

.custom_rich_text.free_webinar_new .main_things_rich_text {
    background: transparent;
}

.custom_rich_text.free_webinar_new .main_things_rich_text:after {
    background: transparent;
}

.custom_rich_text.free_webinar_new img {
    height: 200px;
    object-fit: cover;
}
.new_custom_text .short_test_wrapper p {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
}
.free_rich_text .main_things_rich_text:after{
    content:unset;
}
.custom_class_blossom .coaching-overlay p {
    font-size: 15px;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    letter-spacing: normal;
}
.custom_class_blossom .coaching-overlay {
    background: linear-gradient(135deg, #ffd100, #e7dcafc4); 
    color: #000;
}
.custom_class_blossom .coaching-right {
    display: flex;
    flex-wrap: wrap;
}
.custom_class_blossom .service-card {
    width: 100%;
}
.webinar-section {
  padding: 40px 20px;
  background: #f8f6f2;
  text-align: center;
}

.webinar-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.webinar-heading {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.webinar-subheading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.webinar-highlight {
  font-size: 20px;
  font-style: italic;
  margin: 25px 0;
  padding: 20px;
  background: #ffffff;
  border-left: 4px solid #000;
}

.webinar-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.webinar-benefits {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.benefit-item {
  font-size: 18px;
  margin-bottom: 12px;
}

.webinar-button {
  display: inline-block;
  padding: 14px 30px;
  background: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
}

.webinar-button:hover {
  background: #333;
}
.custom_class_blossom .coaching-grid {
    padding-top: 10px;
    padding-bottom: 40px;
}
.webinar-heading {
    font-family: "Oswald", sans-serif;
}

.webinar-subheading p {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
}

.webinar-highlight {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    color: #000;
}
.webinar-description p {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
}
ul.webinar-benefits li {
    font-family: "Mulish", sans-serif;
    padding: 10px 0px;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    background: linear-gradient(135deg, #ffd100, #e7dcafc4);
}
section.webinar-section {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
a.webinar-button {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
}
.client-wins {
  padding: 50px 20px;
  background: ;
  text-align: center;
}

.client-wins-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 60px;
}

.client-wins-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

.testimonial-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  text-align: left;
  position: relative;
  transition: 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.quote-mark {
  font-size: 60px;
  line-height: 1;
  opacity: 0.1;
  position: absolute;
  top: 15px;
  left: 20px;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.testimonial-author {
  font-weight: 600;
  font-size: 16px;
}

.testimonial-role {
  font-size: 14px;
  opacity: 0.7;
  margin-top: 4px;
}
.testimonial-card {
    background: linear-gradient(135deg, #ffd100, #e7dcafc4);
}

.client-wins-heading {
    font-size: 38px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    margin-bottom: 30px;
}

.testimonial-text {
    color: #000;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    margin-top: 10px;
}
.new_section_wrappercall {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.testimonial-author {
    font-family: oswald;
}
.quote-mark {
    font-size: 10vw;
    line-height: 1;
    opacity: 0.1;
    position: absolute;
    top: 0px;
    left: 10px;
}
.new_custom_text .short_test_wrapper {
    background: linear-gradient(
359deg, #ffd100, #e7dcafc4) !important;
}
.new_custom_text .short_test_wrapper p {
    font-weight: 500;
}
.final-cta {
  padding: 50px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.final-cta-arrows {
  font-size: 26px;
  margin-bottom: 35px;
  animation: bounce 1.5s infinite;
}

.final-cta-button {
  display: inline-block;
  padding: 18px 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: all 0.3s ease;
  animation: pulseGlow 2s infinite;
      font-family: oswald;
}

.final-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}

.final-cta-subtext {
  margin-top: 20px;
  font-size: 15px;
  opacity: 0.8;
}

@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0.2);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0,0,0,0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0,0,0,0);
  }
}


@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}

h2.final-cta-heading {
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 30px;
}

.final-cta-subtext {
    font-family: "Mulish", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 18px;
}
section.final-cta {
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.closing-cta {
    position: relative;
    padding: 60px 20px;
    background: radial-gradient(circle at center, #1c1c1c 0%, #000 70%);
    color: #fff;
    text-align: center;
    max-width: 1160px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 39px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.closing-overlay {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.08) 0%, transparent 70%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: pulseLight 6s infinite ease-in-out;
}

.closing-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  z-index: 2;
  animation: fadeUp 1.2s ease forwards;
}

.closing-heading {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

.closing-content {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.closing-arrows {
  font-size: 28px;
  margin-bottom: 30px;
  animation: bounce 1.5s infinite;
}

.closing-button {
  display: inline-block;
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  border-radius: 50px;
  background: linear-gradient(90deg, #ff6a00, #ff0080, #ff6a00);
  background-size: 200% 200%;
  animation: gradientMove 3s ease infinite;
  transition: transform 0.3s ease;
}

.closing-button:hover {
  transform: scale(1.08);
}

.closing-footer {
  margin-top: 60px;
  font-size: 13px;
  opacity: 0.7;
  line-height: 1.6;
}

h2.closing-heading {
    font-family: oswald;
    text-transform: uppercase;
    letter-spacing: normal;
}

.closing-content {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    letter-spacing: normal;
}
@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulseLight {
  0%,100% { opacity: 0.6; transform: translate(-50%, -50%) scale(1); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.1); }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
  40% { transform: translateY(-8px); }
  60% { transform: translateY(-4px); }
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.closing-button {
    font-family: 'Oswald';
}
.template-page-free-webinar .utilities {
    display: none;
}
section.closing-cta {
    margin-bottom: 20px !important;
}
.invitation-optin {
  padding: 120px 20px;
  text-align: center;
}

.invitation-heading {
  font-size: 46px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: "Work Sans", sans-serif;
  letter-spacing:-2px;
}



.subheadline {
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 18px;
  line-height: 1.6;
  opacity: 0.85;
}

.optin-box {
  max-width: 500px;
  margin: 0 auto;
}

.optin-box input {
  width: 100%;
  padding: 14px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
}

.optin-box button {
  width: 100%;
  padding: 16px;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.optin-box button:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

.optin-box button:active {
  transform: translateY(0);
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(0,0,0,0.3); }
  70% { box-shadow: 0 0 0 12px rgba(0,0,0,0); }
  100% { box-shadow: 0 0 0 0 rgba(0,0,0,0); }
}

.optin-box button {
  animation: pulse 2.5s infinite;
}
.subheadline {
    font-weight: 700;
    color: #000;
    letter-spacing: normal;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    max-width: 500px;
    line-height: normal;
    margin-top: 20px;
}
.optin-box button:hover {
  opacity: 0.9;
}
.invitation-optin {
    padding-bottom: 0px;
}
.invitation-optin {
    padding-top: 80px;
}
.optin-box button {
    font-family: oswald;
    text-transform: uppercase;
}
.webinar-learn-section {
    padding: 40px 20px;
    text-align: center;
    background: radial-gradient(circle at top left, #f3f6ff, #ffffff 60%);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        margin-bottom: 30px;
}

.section-title {
    font-size: 40px;
    margin-bottom: 60px;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    letter-spacing: normal;
}

.learn-list {
  max-width: 820px;
  margin: 0 auto 40px;
}

.learn-item {
    position: relative;
    line-height: 1.6;
    margin-bottom: 25px;
    padding: 15px 25px;
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid #eee;
    transition: all 0.4s ease;
    opacity: 0;
    transform: translateY(40px);
    overflow: hidden;
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

/* Blue animated accent bar */
.learn-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #1e73ff;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s ease;
}

.learn-item.visible {
  opacity: 1;
  transform: translateY(0);
}

.learn-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.learn-item:hover::before {
  transform: scaleY(1);
}

.details-section {
  max-width: 720px;
  margin: 0 auto;
}

.details-heading {
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: 700;
    font-family: 'Oswald';
    font-size: 40px;
}

.details-content {
    font-size: 20px;
    line-height: 1.7;
    background: #0000D2;
    color: #fff;
    padding: 40px;
    border-radius: 14px;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    letter-spacing: normal;
} 
ul.webinar-benefits li {
    font-size: 22px;
}
.client-wins {
    margin: 30px 0px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.invitation-section {
  padding: 50px 20px;
  background: #ffffff;
}

.invitation-section .page-width {
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 40px 20px;
    text-align: center;
    background: radial-gradient(circle at top left, #f3f6ff, #ffffff 60%);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
   
}
.invite-heading {
  font-size: 32px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.invite-highlight {
  font-size: 36px;
  font-weight: 700;
  font-style: italic;
  color: #1e5bff;
  line-height: 1.4;
  margin-bottom: 30px;
}

.invite-image img {
    max-width: 50%;
    height: auto;
    border-radius: 12px;
    margin-top: 20px;
    margin: auto;
}
.template-page-legacy-maker .details-section {
    display: none;
}
.legacy-twocol-section {
    padding: 40px 20px;
    background: #ffffff;
    padding-bottom: 0;
}

.legacy-tqocon {
  display: flex;
  gap: 40px;
  margin: auto;
}

.legacy-col-heading {
    font-size: 28px;
    line-height: 38px;
    font-weight: 600;
    color: #111;
    font-family: 'Oswald';
    margin-bottom: 45px;
}
.lettwocon {
    padding: 30px;
    background: #f8f6f2;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.legacy-richtext {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}
.righttwpo .legacy-richtext strong {
    font-weight: 700;
    color: #1cb000;
}
.legacy-richtext p {
  margin-bottom: 12px;
}
.lettwocon, .righttwpo {
    width: 50%;
    padding: 30px;
    background:#e8f1f5;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.legacy-richtext strong {
  font-weight: 700;
}
.template-page-legacy-maker .webinar-heading {
    line-height: 50px;
}
.template-page-legacy-maker .webinar-description em {
    color: #1cb000 !important;
}
.legacy-lc-ri {
  padding: 0px 20px;
  padding-bottom:50px;
  background: #ffffff;
}

.legacy-lc-ri-wrap {
    display: flex;
    align-items: center;
    gap: 50px;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background: #f8f6f2;
    padding: 20px;
}

.legacy-lc-ri-wrap h2.legacy-heading {
    font-family: "Oswald", sans-serif;
    line-height: 37px;
}
.legacy-left-content {
  width: 55%;
}

.legacy-heading {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 18px;
  color: #111;
}

.legacy-richtext {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
}

.legacy-richtext p {
  margin-bottom: 14px;
}


.legacy-right-image {
  width: 45%;
}

.legacy-right-image img {
    width: 65%;
    height: 100%;
    /* max-height: 601px; */
    border-radius: 14px;
    display: block;
    object-fit: cover;
    margin: auto;
}
.legacy-center-section {
  padding: 0px 20px;
  padding-bottom:40px;
  background: #ffffff;
}

.legacy-center-section .page-width {
  margin: auto;
  text-align: center;
}
.legacy-center-section .page-width {
    margin: auto;
    text-align: center;
    background-color: #e8f1f5;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.legacy-text {
  font-size: 18px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}

.legacy-text p {
  margin-bottom: 12px;
}

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

.img_single img {
  max-width: 40%;
  height: auto;
  border-radius: 12px;
}
.template-page-legacy-maker p {
    font-family: 'Mulish';
}
.custom_rich_text.vipcon h1 {
    padding: 20px;
}
.template-page-miracle-walk-vip .webinar-section {

    margin-top: 40px;
}
.template-page-miracle-walk-vip ul.webinar-benefits li {
    font-size: 19px;
}
.custom_rich_text.vipcon {
    padding-bottom: 0;
}
.legacy-maker-table {
  padding: 50px 0;
  background: #ffffff;
  text-align: center;
}

h2.legacy-heading {
    font-family: "Oswald", sans-serif;
    line-height: 48px;
    font-size: 38px;
}
.final-cta-button {
    background: #000000;
}
.legacy-price, .legacy-split {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    margin: 0;
}

.legacy-table-wrap {
    max-width: 720px;
    margin: 30px auto;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.legacy-table-wrap tr {
  transition: background-color 0.3s ease;
}

.legacy-table-wrap tbody tr:hover {
  background-color: #f8f6f2;
}

.legacy-table-wrap tr.highlight:hover {
  background-color: #f4f4f4;
}

.legacy-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    background: radial-gradient(circle at top left, #f3f6ff, #ffffff 60%);
    border-radius: 10px;
     overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.legacy-table-wrap th, .legacy-table-wrap td {
    padding: 14px;
    border-bottom: 1px solid #ccc;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
}
.legacy-table-wrap th {
    background: #f4f4f4;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
    font-size: 22px;
}

.legacy-table-wrap tr.highlight {
    background: #f4f4f4;
    font-weight: 800;
    font-family: 'Oswald';
}

.legacy-cta {
  margin-top: 30px;
}

.legacy-btn {
  background: #f6b15a;
  color: #fff;
  padding: 14px 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.legacy-btn:hover {
  background: #e9a246;
}

.template-product-join-legacy-maker .webinar-section {
    margin-top: 50px;
}
.template-product-join-legacy-maker ul.webinar-benefits li {
    font-size: 19px;
}
.template-product-join-legacy-maker .invitation-section {
    padding-bottom: 0;
}
.template-product-join-legacy-maker .invite-highlight {
    font-size: 24px;
}
.template-product-join-legacy-maker .invite-heading {
    font-size: 42px;
    font-weight: 600;
    color: #111;
    margin-bottom: 30px;
    font-family: "Oswald", sans-serif;
}
.limited-bonus {
  padding: 0px 10px;
  background: #fff;
}

.bonus-heading {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  margin-bottom: 30px;
}

.bonus-list {
  max-width: 720px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.page-width.limites_sec {
    padding: 60px 20px !important;
    background: radial-gradient(circle at center, #1c1c1c 0%, #000 70%);
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 39px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    position: relative;
}
.template-product-join-legacy-maker .page-width {
    padding: 0px 0px;
}
.bonus-list li {
    font-family: "Mulish", sans-serif;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transform: translateX(-30px);
    animation: slideIn 0.6s ease forwards;
    justify-content: center;
}

.bonus-list .arrow {
  font-size: 22px;
  font-weight: 700;
} 
.template-product-join-legacy-maker .invitation-section .page-width {
    padding: 40px 20px !important;

}

span.yellow_bg {
    background: #ffd100;
    color: #000000;
    padding: 4px 10px;
}
body.template-page-free-webinar h1,
body.template-page-free-webinar h2,
body.template-page-free-webinar h3,
body.template-page-free-webinar h4,
body.template-page-free-webinar h5,
body.template-page-free-webinar h6 {
font-family: "Work Sans", sans-serif !important;
    letter-spacing: -2px !important;
}
.optin-box button {
    background: #f7b200;
    color: #000;
    font-family: "Work Sans", sans-serif !important;
    letter-spacing: 0px;
    font-weight: 700;
}
.banner-content h2 {
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #000;
}
.banner-content {
    width: 100%;
}
.custom_rich_text h1 {
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}
.details-content {
    font-size: 22px;
    color: #fff;
    padding: 40px;
    border-radius: 14px;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 600;
    letter-spacing: -1px;
}
a.webinar-button {
    text-transform: uppercase;
    background: #f7b200;
    color: #000;
    font-family: "Work Sans", sans-serif !important;
    letter-spacing: 0px;
    font-weight: 700;
}
.final-cta-button {
    background: #000000;
    text-transform: uppercase;
    background: #f7b200;
    color: #000;
    font-family: "Work Sans", sans-serif !important;
    letter-spacing: 0px;
    font-weight: 700;
}
.closing-cta {
    position: relative;
    padding: 60px 20px;
    background: radial-gradient(circle at center, #7d7def 0%, #0000d2 70%);
    color: #fff;
    text-align: center;
    max-width: 910px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 39px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.closing-content {
    font-size: 22px;
    color: #fff;
    padding: 40px;
    border-radius: 14px;
    font-family: "Work Sans", sans-serif !important;
    font-weight: 500;
    letter-spacing: -1px;
    padding: 10px;
}
.details-content {
    background: radial-gradient(circle at center, #7d7def 0%, #0000d2 70%);
}
a.final-cta-button {
    text-transform: uppercase;
    background: #f7b200;
    color: #000;
    font-family: "Work Sans", sans-serif !important;
    letter-spacing: 0px;
    font-weight: 700;
}
a.closing-button {
font-family: "Work Sans", sans-serif !important;
    letter-spacing: 0px;
    font-weight: 700;
}
.closing-footer-dis {
    padding-top: 10px;
}
section.webinar-learn-section {
    margin-top: 25px;
}
.free_webinar_klaviyo_form {
    max-width: 870px;
    margin: 0 auto;
}
h2.client-wins-heading {
    font-size: 46px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -2px;
}
h2.webinar-heading {
    font-size: 46px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -2px;
}
h3.webinar-text {
    font-size: 30px;
    line-height: 1.25;
    font-weight: 600;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -2px;
    margin: 0px;
}
section.webinar-cta {
    border-radius: 10px;
    margin-top: 10px;
}
span.blue-text br {
    display: none;
}
.webinar-button:hover {
    background: linear-gradient(135deg, #ffd100, #e7dcafc4);
}
.template-page-heartcore-leadership h1,
.template-page-heartcore-leadership h2,
.template-page-heartcore-leadership h3,
.template-page-heartcore-leadership h4,
.template-page-heartcore-leadership h5,
.template-page-heartcore-leadership h6 {
  font-family: "Work Sans", sans-serif !important;
    letter-spacing: -2px !important;
}
.template-page-heartcore-leadership p, .template-page-heartcore-leadership span, .template-page-heartcore-leadership a{
  font-family: "Work Sans", sans-serif;

}
.coaching-right h3{
  letter-spacing: normal !important;
}
/*********** Responsive CSS ***********/

@media(max-width: 990px) {
  .coaching-grid {
    grid-template-columns: 1fr; 
  }

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

  /* .coaching-overlay {
    position: relative;
    width: 100%;
    border-radius: 0;
  } */
}
@media (max-width: 768px) {
  .masonry-wrapper {
    column-count: 1;
  }
  .page-width {
    padding: 0px 10px;
}
.main_things_rich_text img {
    height: 40vh;
    object-fit: cover;
}
.custom_rich_text {
    padding-top: 10px;
    padding-bottom: 15px;
}
.custom_rich_text h1 {
    font-size: 40px;
}
.short_test_wrapper p {
    font-size: 15px;
}
.coaching-grid {
    padding-top: 15px;
}
.coaching-image {
    height: 40vh;
    object-fit: cover;
}
.coaching-overlay {
    padding: 10px;
}
p.overlay-subheading {
    font-size: 20px;
}
span.cross_new {
    text-decoration: line-through;
    font-size: 14px;
}
.coaching-overlay h2 {
    font-size: 25px;
}
.service-card {
    padding: 15px 10px;
}
.coaching-right {
    gap: 12px;
}
.coaching-right h3 {
    font-size: 14px;
}
.coaching-grid {
    gap: 20px;
}
section.masonry-gallery h2 {
    font-size: 30px;
}
.service-card p {
    font-size: 14px;
}
.short_test_wrapper span {
    font-size: 14px;
}
  .webinar-heading {
    font-size: 28px;
  }
    .client-wins-heading {
    font-size: 28px;
  }
    .final-cta-heading {
    font-size: 28px;
  }
    .closing-heading {
    font-size: 26px;
  }
  .closing-content {
    font-size: 17px;
  }
  .custom_rich_text.free_webinar_new h1 {
    font-size: 16px;
    font-weight: 700;
}
.new_custom_text .short_test_wrapper p {
    font-size: 14px;
}
.custom_rich_text h1 {
    font-size: 40px;
    padding: 0px 10px;
}
.coaching-overlay {
    width: 85%;
}
.webinar-highlight {
    font-size: 14px;
}
.testimonial-card {
    padding: 25px 20px;
    border-radius: 12px;
}
.closing-cta {
    margin: 8px;
    margin-top: 20px;
}
.utilities {
    display: none;
}
.testimonial-text {
    font-size: 13px;
}
  .invitation-heading {
    font-size: 28px;
  }

  .subheadline {
    font-size: 16px;
  }
    .section-title {
    font-size: 26px;
  }

  .learn-item {
    font-size: 16px;
    padding: 20px;
  }

  .details-content {
    font-size: 16px;
    padding: 25px;
  }
  .invite-heading {
    font-size: 32px;
    line-height:42px;
  }

  .invite-highlight {
    font-size: 26px;
  }
  .invite-image img {
    max-width: 100%;
}
.legacy-tqocon {
    flex-direction: column;
    gap: 30px;
  }

  .lettwocon,
  .righttwpo {
    width: 100%;
  }

  .legacy-col-heading {
    font-size: 22px;
  }

  .legacy-richtext {
    font-size: 17px;
  }
  .legacy-lc-ri-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .legacy-left-content,
  .legacy-right-image {
    width: 100%;
  }

  .legacy-heading {
    font-size: 24px;
  }
  .legacy-lc-ri-wrap {
   
    padding: 20px;
}
.img_single img {
    max-width: 100%;
    
}
.template-page-legacy-maker .webinar-heading {
    line-height: 39px;
}
.legacy-twocol-section {
    padding: 40px 0px;
}
.legacy-center-section {
    padding: 0px 10px;
    
}
.template-page-miracle-walk-vip ul.webinar-benefits li {
    font-size: 15px;
}
.template-page-miracle-walk-vip .closing-button {
    padding: 18px 8px;
}
.custom_rich_text.vipcon h1 {
    padding: 20px;
    font-size: 30px;
    line-height: 33px;
}
.template-product-join-legacy-maker .invite-heading {
    font-size: 30px;
}
.template-product-join-legacy-maker .invite-highlight {
    font-size: 19px;
}
.template-product-join-legacy-maker ul.webinar-benefits li {
    font-size: 16px;
}
.bonus-heading {
    font-size: 27px;
    margin-bottom: 15px;
}
.bonus-list li {
    font-size: 16px;
    line-height: 15px;
}
.template-product-join-legacy-maker .invitation-section {
    padding: 0px 10px;
    background: #ffffff;
}
h2.legacy-heading {
    line-height: 40px;
    font-size: 30px;
}
.legacy-price, .legacy-split {
    font-size: 16px;
}
.legacy-table-wrap th {
    font-size: 20px;
}
.faq-heading {
    font-size: 28px;
}
.faq-question {
    font-size: 18px;
}
.faq-answer {
    font-size: 15px;
    line-height: 20px;
}
.template-product-join-legacy-maker .closing-button {
    padding: 18px 35px;
}
.webinar-description p {
    font-size: 16px;
}
.template-product-join-legacy-maker .page-width {
    padding: 0px 10px;
}
.template-product-join-legacy-maker .invitation-section .page-width {
margin-top:10px;
}
.invitation-optin {
    padding-top: 30px;
}
h2.webinar-heading {
    font-size: 30px;
}
h3.webinar-text {
    font-size: 25px;
}
.webinar-highlight {
    font-size: 20px;
}
.webinar-text {
    font-size: 18px;
    color: #000000;
    margin-bottom: 16px;
    line-height: 1.5;
    font-weight: 500;
}
span.blue-text br {
    display: block;
}
}