:root {
  --primary-white: white;
  --primary-dark: #080e2a;
  --accent-purple: #5420f7;
  --hover-blue: #471ec9;
  --primary-light: #f1f1f8;
  --accent-orange: #ff6426;
  --secondaryl-blue: #a2abc8;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  background-color: var(--primary-white);
  color: var(--primary-dark);
  flex-direction: column;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

h1 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.25em;
}

h2 {
  letter-spacing: -1.85px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.25em;
}

h3 {
  letter-spacing: -1.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h4 {
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
}

h5 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--accent-purple);
  text-decoration: none;
  transition: color .3s ease-in-out;
}

a:hover {
  color: var(--hover-blue);
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 28px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 12px;
  font-size: 16px;
  line-height: 26px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.section {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section.background-dark {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

.section.background-light {
  background-color: var(--primary-light);
}

.section.hero {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  background-image: url('../images/Simon_Website_hero_3_draft_edited.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 1440px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 1000px;
  padding-top: 210px;
  padding-bottom: 80px;
  display: flex;
}

.section.hero.hero-training {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/evening-social.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  min-height: 0;
}

.section.section-overlap {
  padding-top: 0;
  padding-bottom: 140px;
}

.section.padding-bottom-none {
  padding-bottom: 0;
  display: none;
}

.footer {
  align-items: center;
  margin-top: auto;
  padding-top: 100px;
  padding-bottom: 40px;
  display: block;
}

.footer.background-dark {
  background-color: var(--primary-dark);
  color: var(--primary-white);
}

.navigation-bar-left {
  z-index: 3;
}

.navigation-bar-center {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: 0% 33%;
}

.navigation-bar-right {
  display: flex;
}

.navigation-bar-row {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-bar-menu {
  align-items: center;
  display: flex;
}

.navigation-bar-social {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.navbar-link {
  text-transform: capitalize;
  margin-left: 25px;
  margin-right: 25px;
  text-decoration: none;
}

.navbar-link.text-white {
  color: var(--primary-white);
  flex: 0 auto;
  min-width: 0;
  overflow: visible;
}

.navbar-link.text-white.navbar-link-long {
  min-width: 140px;
}

.navbar-link.text-dark {
  color: var(--primary-dark);
}

.navbar-link.navbar-link-long {
  min-width: 140px;
}

.navbar-social-links {
  margin-left: 14px;
  margin-right: 14px;
}

.display-heading-one {
  font-family: Playfair Display, sans-serif;
  font-size: 72px;
  line-height: 1.14em;
}

.display-heading-one.hero-title {
  letter-spacing: -1px;
  max-width: 600px;
  margin-bottom: 30px;
  font-family: Playfair Display, sans-serif;
}

.display-heading-one.hero-title.hero-title-wide {
  min-width: 800px;
  max-width: 1200px;
}

.small-caps-text {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.small-caps-text.blog-post-category {
  color: #080e2a99;
  height: 22px;
  max-height: 22px;
  margin-bottom: 18px;
  overflow: hidden;
}

.small-caps-text.episode-number-intro {
  margin-bottom: 30px;
}

.small-caps-text.contact-info-text {
  width: 80px;
  margin-right: 60px;
  padding-top: 2px;
}

.small-caps-text.date-overhead {
  color: #080e2a99;
  height: 22px;
  max-height: 22px;
  margin-bottom: 22px;
  overflow: hidden;
}

.small-caps-text.sidebar-platforms-header {
  border-bottom: 1.5px solid #000;
  margin-bottom: 22px;
  padding-bottom: 10px;
}

.style-guide-header {
  margin-bottom: 40px;
}

.guide-column {
  background-color: var(--primary-white);
  margin-right: 0;
  padding: 35px;
}

.element-column {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-body {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.style-guide-wrapper {
  flex-direction: column;
  display: flex;
}

.color {
  height: 80px;
  margin-bottom: 12px;
}

.color.primary-dark {
  background-color: var(--primary-dark);
}

.color.accent-purple {
  background-color: var(--accent-purple);
}

.color.accent-orange {
  background-color: var(--accent-orange);
}

.color.secondary-blue {
  background-color: var(--secondaryl-blue);
}

.color.primary-light {
  background-color: var(--primary-light);
}

.color.primary-white {
  background-color: var(--primary-white);
}

.small-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.typography-grid {
  grid-row-gap: 20px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.large-text {
  letter-spacing: -.5px;
  font-size: 18px;
  line-height: 28px;
}

.large-text.hero-text {
  font-weight: 300;
}

.large-text.hero-text.margin-none {
  margin-bottom: 0;
}

.large-text.article-summary {
  color: #080e2a99;
  margin-top: 60px;
  margin-bottom: 10px;
}

.button-links-wrapper {
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-button {
  background-color: var(--accent-purple);
  color: var(--primary-white);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 18px 30px;
  font-weight: 500;
  transition: background-color .3s ease-in-out;
}

.main-button:hover {
  background-color: var(--hover-blue);
  color: var(--primary-white);
}

.main-button.button-primary {
  background-color: var(--accent-purple);
  color: var(--primary-white);
  border: 1px #000;
}

.main-button.button-outline {
  border: 1.5px solid var(--accent-purple);
  color: var(--accent-purple);
  background-color: #0000;
}

.main-button.button-outline:hover {
  background-color: var(--hover-blue);
  color: var(--primary-white);
}

.main-button.button-primary-small {
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22px;
}

.main-button.button-outline-small {
  border: 1.5px solid var(--accent-purple);
  color: var(--accent-purple);
  background-color: #0000;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 22px;
}

.main-button.margin-right-sm {
  margin-right: 30px;
}

.button-link {
  letter-spacing: 1.75px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 24px;
  display: inline;
}

.button-link.button-link-small {
  font-size: 14px;
  line-height: 22px;
}

.button-link.platform-link {
  margin-bottom: 22px;
}

.link-arrow {
  margin-left: 5px;
  position: relative;
  top: -1px;
}

.link-arrow.small {
  height: 11px;
  margin-left: 5px;
  top: -1.5px;
}

.button-link-text {
  letter-spacing: 1.5px;
  display: inline;
}

.button-link-text.platform-link-text {
  color: var(--primary-dark);
  letter-spacing: -.5px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.book-card {
  flex-direction: row;
  height: 300px;
  display: flex;
}

.episode-card-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.episode-card-content {
  background-color: var(--primary-white);
  border: 1px solid #080e2a1a;
  border-top-width: 0;
  padding: 25px;
}

.episode-card {
  width: 100%;
}

.episode-card-title {
  color: var(--primary-dark);
  height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.episode-card-info {
  margin-bottom: 30px;
}

.blog-card {
  border: 1px solid #080e2a1a;
}

.blog-post-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 210px;
  display: flex;
}

.blog-post-card-content {
  background-color: var(--primary-white);
  padding: 24px;
}

.blog-post-title {
  height: 56px;
  max-height: 56px;
  overflow: hidden;
}

.book-card-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.book-card-thumbnail.book-one {
  background-image: url('../images/YourHeartIsTheSea.jpg');
}

.book-card-thumbnail.book-two {
  background-image: url('../images/psycology.jpg');
}

.book-card-content {
  background-color: var(--primary-white);
  border: 1px solid #080e2a1a;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding: 30px;
  display: flex;
}

.book-card-title {
  color: var(--primary-dark);
  max-height: 60px;
  margin-bottom: 14px;
  overflow: hidden;
}

.book-card-summary {
  color: #080e2ab3;
  max-height: 71px;
  font-size: 15px;
  line-height: 23px;
  overflow: hidden;
}

.blog-card-info {
  margin-bottom: 30px;
}

.episode-card-timestamp {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  text-transform: uppercase;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 12px;
  position: absolute;
  inset: auto 15px 15px auto;
}

.footer-top-row {
  border-bottom: 0px solid var(--primary-light);
  margin-bottom: 20px;
  padding-bottom: 40px;
  display: flex;
}

.footer-bottom-row {
  justify-content: space-between;
  display: flex;
}

.footer-logo-column {
  width: 35%;
}

.footer-links-column {
  width: 100%;
  display: flex;
}

.footer-links-column-child {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.footer-links-header {
  margin-bottom: 20px;
  font-weight: 600;
}

.footer-links-main {
  color: var(--primary-light);
  margin-bottom: 13px;
}

.footer-address {
  margin-bottom: 25px;
}

.footer-link-email {
  color: var(--primary-white);
  display: inline-block;
}

.footer-social-links {
  align-self: stretch;
  align-items: center;
  display: flex;
}

.footer-social-link {
  margin-left: 14px;
  margin-right: 14px;
}

.footer-social-link.first-child {
  margin-left: 0;
}

.footer-links-phone-email {
  margin-bottom: 20px;
}

.section-intro {
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-intro.background-dark {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

.section-intro.background-dark.background-image {
  background-image: linear-gradient(to right, var(--primary-dark), transparent 70%), linear-gradient(to bottom, #080e2a66, #080e2a66), url('../images/SimonSmall-May-28-05-2021-106.jpg');
  background-position: 0 0, 0 0, 100% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
}

.section-intro.background-dark.about-me-background-image {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  mix-blend-mode: normal;
  object-fit: fill;
  background-image: url('../images/SimonSmall-May14th2021-231.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: static;
  overflow: visible;
}

.section-intro.background-dark.speaking-background {
  object-fit: cover;
  background-image: linear-gradient(#080e2aa6, #080e2aa6), url('../images/SimonSmall-May-28-05-2021-175.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  min-height: 0;
}

.section-intro.background-dark.sales-background {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(#080e2a80, #080e2a80), url('../images/clinic.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-clip: border-box;
}

.section-intro.content-background {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  background-image: linear-gradient(#080e2a80, #080e2a80), url('../images/mic.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro.content-background.card-margin {
  margin-bottom: -100px;
  padding-top: 140px;
}

.section-intro.blog-background {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  background-image: linear-gradient(#080e2a99, #080e2a99), url('../images/blog.jpg');
  background-position: 0 0, 50% 70%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section-intro.blog-background.card-margin {
  background-image: url('../images/SimonSmall-1stSeptember2022-36.jpg');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: -80px;
  padding-top: 140px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-image, .utility-page-header {
  margin-bottom: 15px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.main-row {
  flex-wrap: wrap;
  display: flex;
}

.backdrop-image {
  background-image: url('../images/SimonSmall-May14th2021-51.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 506px;
}

.section-content.align-center {
  margin-left: auto;
  margin-right: auto;
}

.section-content.content-info {
  margin-bottom: 80px;
}

.section-title {
  margin-bottom: 22px;
  font-size: 45px;
  line-height: 1em;
}

.section-title.blog-header-title {
  margin-bottom: 0;
}

.section-overhead {
  color: var(--accent-orange);
  margin-bottom: 26px;
}

.section-text {
  margin-bottom: 40px;
}

.section-text.margin-none {
  margin-bottom: 0;
}

.hero-text {
  margin-bottom: 45px;
  font-size: 20px;
  line-height: 32px;
}

.hero-title {
  margin-bottom: 20px;
}

.store-header {
  width: 100%;
}

.margin-bottom-xl {
  margin-bottom: 80px;
}

.section-platforms {
  z-index: 4;
  background-color: var(--primary-light);
  margin-right: -350px;
  padding: 50px;
  position: relative;
}

.section-platforms-title {
  color: var(--primary-dark);
  max-width: 360px;
  margin-bottom: 50px;
}

.section-platforms-row {
  display: flex;
}

.platforms {
  margin-left: 15px;
  margin-right: 15px;
}

.platforms.first-child {
  margin-left: 0;
}

.platforms.last-child {
  margin-right: 0;
}

.badge.spotify {
  margin-top: 20px;
}

.hero-content {
  max-width: 500px;
}

.hero-featured-row {
  justify-content: space-around;
  align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.hero-featured {
  margin-left: 35px;
  margin-right: 35px;
}

.hero-featured.first-child {
  margin-left: 0;
}

.hero-featured.last-child {
  margin-right: 0;
}

.hero-row {
  background-color: #0000;
  flex-flow: column wrap;
  margin-top: 120px;
  margin-bottom: 40px;
  display: flex;
}

.hero-row.row-margin-bottom {
  margin-bottom: 80px;
}

.hero-row.hero-info {
  background-color: #0000;
  background-image: none;
}

.blog-card-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card-link {
  color: var(--primary-dark);
  flex-direction: column;
  display: flex;
}

.spotlight-episode-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.episode-card-wrapper {
  flex: 1;
}

.navbar-transparent {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.navbar-transparent.navbar-fixed {
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-transparent.navbar-fixed.nav-background {
  background-color: var(--primary-white);
  box-shadow: 0 1px 8px #080e2a0d;
}

.navbar-transparent.navbar-fixed.navbar-solid {
  background-color: var(--accent-orange);
}

.intro-content {
  max-width: 840px;
}

.intro-content.align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.platform-content {
  max-width: 630px;
}

.hero-platform-header {
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
}

.hero-platform-header.large-text {
  margin-bottom: 40px;
}

.header-wrapper {
  text-align: center;
  max-width: 600px;
}

.video-content {
  width: 1100px;
  max-height: 618px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.margin-bottom-md {
  margin-bottom: 40px;
}

.section-list {
  margin-bottom: 25px;
}

.episode-play-card {
  background-color: #fafafa;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-card-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 340px;
  height: 340px;
}

.play-card-content {
  flex: 1;
  padding: 30px 35px;
  display: flex;
  position: relative;
}

.play-card-buttons, .play-card-info, .episode-number-intro {
  display: flex;
}

.margin-right-xs {
  margin-right: 5px;
}

.margin-right-xl {
  margin-right: 40px;
}

.play-card-title {
  max-height: 80px;
  margin-bottom: 22px;
  overflow: hidden;
}

.episode-summary-wrapper {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-card-content-inner {
  flex-direction: column;
  justify-content: space-between;
  min-width: 430px;
  max-width: 600px;
  display: flex;
}

.episode-card-stamp {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  text-transform: uppercase;
  border-radius: 3px;
  padding: 2px 8px;
  font-size: 12px;
  position: absolute;
  inset: 30px 30px auto auto;
}

.episode-summary-content {
  flex: 1;
  padding-right: 10%;
}

.episode-sidebar-content {
  width: 250px;
}

.margin-bottom-sm {
  margin-bottom: 20px;
}

.featured-block {
  grid-column-gap: 0px;
  grid-row-gap: 70px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  height: 100%;
  display: grid;
}

.section-image {
  flex-direction: column;
  min-height: 585px;
  display: flex;
  overflow: hidden;
}

.section-image.entrepreneur-image {
  background-image: url('../images/SimonSmall-May14th2021-140.jpg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.entrepreneur-podcast-show {
  background-image: url('../images/IMG_2828.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 400px;
  min-height: 428px;
}

.section-image.speaking-live {
  background-image: url('../images/SimonSmall-May14th2021-90.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 525px;
}

.section-image.books-courses-image {
  background-image: url('../images/HomePage-About-Section-SimonSmall-June-02-2021-109.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 440px;
}

.section-image.about-speaking {
  background-image: url('../images/SimonSmall-May-28-05-2021-95.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
}

.section-image.speaking-on-stage {
  background-image: url('../images/SimonSmall-May14th2021-90.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 490px;
}

.section-image.about-me {
  background-image: url('../images/SimonSmall-June-02-2021-87.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-image.workshop {
  background-image: url('../images/Blog-Post-PAUL-TO-EDIT-THIS-SimonSmall-May-28-05-2021-44.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
}

.section-image.keynote {
  background-image: url('../images/talk-lady.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 420px;
}

.section-image.bio-image {
  background-image: url('../images/Copy-of-C-SimonSmall-14-05-2021-14.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.grid-halves {
  grid-column-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-halves.reverse-direction {
  direction: rtl;
}

.container-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 470px;
  display: flex;
}

.container-content.center {
  margin-left: auto;
  margin-right: auto;
}

.container-content.space-between {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.container-content.flip-pull {
  direction: ltr;
  max-width: 470px;
  margin-right: auto;
}

.container-image {
  width: 100%;
}

.container-image.center {
  margin-left: auto;
  margin-right: auto;
}

.grid-store {
  grid-column-gap: 30px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header-row {
  justify-content: space-between;
  display: flex;
}

.header-row.align-center {
  justify-content: center;
}

.button-block {
  align-self: flex-end;
}

.episode-card-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.episode-card-grid.quaters {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.margin-bottom-l {
  margin-bottom: 60px;
}

.blog-post-card-first {
  background-color: #fafafa;
  margin-bottom: 80px;
  display: flex;
}

.blog-card-thumbnail-first {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  width: 800px;
  height: 400px;
  display: flex;
  overflow: hidden;
}

.blog-card-content-inner {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.blog-card-title {
  color: var(--primary-dark);
  height: 83px;
  margin-bottom: 22px;
  overflow: hidden;
}

.blog-card-excerpt {
  height: 78px;
  overflow: hidden;
}

.blog-card-content-first {
  width: 580px;
  padding: 30px 35px;
}

.divider {
  border-bottom: 1px solid #080e2a1a;
  height: 0;
  margin-top: 100px;
  margin-bottom: 100px;
}

.blog-post-content {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post-image-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  margin-bottom: 40px;
  overflow: hidden;
}

.blog-article {
  margin-left: auto;
  margin-right: auto;
}

.blog-article p {
  margin-top: 16px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.blog-article h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.blog-article h4 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.blog-article h3 {
  margin-top: 30px;
  margin-bottom: 16px;
}

.blog-article h5 {
  margin-top: 40px;
  margin-bottom: 16px;
}

.blog-article h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}

.blog-article strong {
  font-weight: 700;
}

.blog-article blockquote {
  color: var(--accent-purple);
  border: 1px #000;
  padding: 30px 80px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.6em;
}

.blog-article img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-article a {
  border-bottom: 1.5px solid var(--accent-purple);
  line-height: 22px;
  display: inline-block;
}

.blog-article li {
  font-size: 18px;
  line-height: 28px;
  list-style-type: disc;
}

.blog-article ul {
  margin-bottom: 30px;
  padding-left: 40px;
}

.blog-article ol {
  margin-bottom: 30px;
}

.blog-article h1 {
  margin-top: 35px;
}

.article-header {
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.article-container {
  max-width: 700px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-form {
  width: 100%;
  max-width: 570px;
}

.form-block {
  background-color: var(--primary-light);
  padding: 40px;
}

.form-header {
  margin-bottom: 45px;
}

.form-title {
  margin-bottom: 12px;
}

.form-field {
  border: 1px solid #080e2a0d;
  border-radius: 0;
  height: 55px;
  margin-bottom: 32px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  font-weight: 300;
  box-shadow: inset 0 0 #0000;
}

.form-field::placeholder {
  color: #080e2a99;
}

.form-field.utility-page-text-field {
  margin-bottom: 20px;
}

.textarea._w-input {
  border: 1px solid #080e2a1a;
  border-radius: 0;
  height: 120px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: inset 0 0 #0000;
}

.textarea._w-input::placeholder {
  color: #080e2a99;
  font-size: 16px;
  font-weight: 300;
  line-height: 28px;
}

.contact-info-wrapper-inner {
  margin-bottom: 40px;
  display: flex;
}

.contact-info-wrapper-inner.last-child {
  margin-bottom: 0;
}

.contact-info-wrapper {
  margin-top: 55px;
}

.contact-info-text {
  width: 80px;
  margin-right: 60px;
  padding-top: 2px;
}

.contact-info-text.small-caps-text.small-caps-faded {
  color: #080e2a99;
}

.form-block-fields {
  margin-bottom: 0;
}

.divider-two {
  border-bottom: 1px solid #080e2a1a;
  height: 0;
  margin-top: 140px;
  margin-bottom: 80px;
}

.sidebar-platforms {
  flex-direction: column;
  margin-bottom: 55px;
  display: flex;
}

.blog-post-row {
  margin-top: 60px;
}

.featured {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-style-guide {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section-style-guide.background-light {
  background-color: var(--primary-light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.gueast-name-block {
  display: flex;
}

.bar {
  background-color: var(--primary-light);
  border-radius: 50px;
  width: 26px;
  height: 2px;
  margin-bottom: 10px;
  position: relative;
}

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

.menu-button {
  flex-direction: column;
  justify-content: center;
  width: 55px;
  margin-left: 25px;
  padding: 16px;
  display: none;
  position: relative;
}

.mobile-menu {
  display: none;
}

.navbar-button {
  margin-left: 20px;
}

.license-header {
  border-bottom: 1px solid #0000000d;
  padding-top: 25px;
  padding-bottom: 25px;
}

.license-table-header {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 18px;
  font-weight: 500;
  display: block;
}

.license-table-header-assets, .license-table-header-source, .table-header-license {
  text-align: center;
}

.license-body {
  border-bottom: 1px solid #0000000d;
  padding-top: 30px;
  padding-bottom: 30px;
}

.license-table-body {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.license-table-asset {
  height: 220px;
}

.license-table-asset.asset-one {
  background-image: url('../images/Set-One.png');
  background-position: 50%;
  background-size: cover;
}

.license-table-asset.asset-two {
  background-image: url('../images/Set-Two.png');
  background-position: 50%;
  background-size: cover;
}

.bold-text {
  display: none;
}

.license-table {
  text-decoration: none;
}

.footer-telephone {
  margin-bottom: 8px;
}

.success-message {
  color: var(--primary-dark);
}

.error-message {
  background-color: #d34141;
  padding: 20px;
}

.icon-white {
  color: var(--primary-white);
}

.navbar-dropdown {
  padding-left: 20px;
  padding-right: 20px;
}

.multi-level-dropdown-list.w--open {
  width: 320px;
  inset: 20px 0% 0% 100%;
  overflow: visible;
}

.multi-level-dropdown-toggle, .multi-level-dropdown-toggle.w--open {
  width: 100%;
}

.dropdown {
  width: 10px;
}

.dropdown.drop-parent-menu {
  width: 100%;
}

.dropdown-link {
  background-color: var(--primary-white);
}

.drop-link-child {
  background-color: var(--primary-light);
  object-fit: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  min-width: 345px;
  min-height: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 25px;
  display: inline-block;
}

.point-right {
  transform: rotate(-90deg);
}

.testimonial-quote {
  margin-bottom: 20px;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 1.5em;
}

.image {
  min-width: 130px;
  max-width: 200px;
}

.div-block-3 {
  margin-top: 20px;
  padding: 10px;
}

.div-block-4 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.text-block {
  text-align: left;
}

.previous {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.previous:hover {
  opacity: 1;
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.text-block-2 {
  color: #5b3acc;
  font-weight: 500;
}

.field-input {
  color: #000037bf;
  background-color: #0000;
  border: 1.5px solid #4b4a6338;
  border-radius: 3px;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
}

.field-input:focus {
  border-color: #0064fe;
}

.field-input::placeholder {
  color: #0000371a;
  font-family: Varela Round, sans-serif;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.error-message-2 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.success-message-2 {
  letter-spacing: 1px;
  padding: 50px;
}

.counter-image {
  width: 16px;
  margin-right: 5px;
}

.slider-content-wrap {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 90px 0 75px;
  display: flex;
  position: relative;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.field-title {
  color: #000037;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.field-title.form-multi-title {
  text-align: left;
}

.slider {
  background-color: #0000;
  max-width: 700px;
  height: 100%;
  position: relative;
}

.form-content {
  width: 100%;
  margin-bottom: -20px;
}

.form-content.final {
  margin-bottom: 0;
}

.checkbox_wrap {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.checkbox_wrap.checkbox_centre {
  justify-content: center;
}

.submit-button {
  background-color: var(--accent-purple);
  box-shadow: none;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 260px;
  height: auto;
  margin-bottom: -60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  transition: background-color .2s ease-in, box-shadow .2s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.submit-button.main-button {
  border-radius: 0;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  width: 24%;
  min-width: 150px;
  height: 140px;
  margin-left: 6px;
  margin-right: 6px;
  display: flex;
}

.line-bottom {
  background-color: #c5c7ca;
  height: 1px;
}

.mobile-nav-bottom {
  display: none;
}

.checkbox-image {
  width: 45px;
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.paragraph {
  color: #5b617c;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 23px;
}

.checkbox {
  z-index: 5;
  opacity: 0;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.checkbox:active {
  border: 1px solid #000;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid #3e34c81a;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  width: 140px;
  height: 120px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 35px 22px 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px #c6d3ff47;
}

.slide {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.text-counter {
  color: #5b617c73;
  font-size: 14px;
}

.form-section-title {
  color: #0a1f44;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
}

.form07_legal {
  color: #101c2e8a;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-top: 90px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.checkbox-title {
  color: #5b3acc;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.form-wrapper {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

.rich-text-block, .html-embed {
  text-align: center;
}

.heading {
  text-align: center;
  margin-bottom: 40px;
}

.heading-2 {
  text-align: center;
}

.heading-2.prev-talk-header {
  margin-bottom: 20px;
}

.heading-3, .heading-4 {
  text-align: center;
}

.address-flag {
  max-width: 60px;
}

.link {
  color: var(--primary-white);
}

.social-footer-icon {
  max-width: 30px;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1.75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-2 {
  max-width: 100px;
}

.columns {
  border-bottom: 1px solid var(--primary-white);
  border-radius: 1px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-bottom: 40px;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7 {
  font-size: 45px;
}

.dropdown-2 {
  display: none;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  padding-right: 90px;
  display: block;
}

.social-footer-icon-twitter {
  max-width: 33px;
  margin-left: 0;
  padding-left: 0;
}

.footer-links-main-events {
  color: var(--primary-light);
  margin-bottom: 36px;
}

.section-about {
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section-about.background-dark {
  background-color: var(--primary-dark);
  color: var(--primary-light);
}

.section-about.background-light {
  background-color: var(--primary-light);
}

.section-about.hero {
  background-color: var(--primary-dark);
  color: var(--primary-light);
  background-image: url('../images/Simon_Website_hero_3_draft_edited.png');
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: auto 1440px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 1000px;
  padding-top: 210px;
  padding-bottom: 80px;
  display: flex;
}

.section-about.hero.hero-training {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/evening-social.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: border-box;
  min-height: 0;
}

.section-about.section-overlap {
  padding-top: 0;
  padding-bottom: 140px;
}

.section-about.padding-bottom-none {
  padding-bottom: 0;
  display: none;
}

.paragraph-2 {
  font-size: 16px;
  font-weight: 400;
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 30px;
  }

  img {
    object-fit: cover;
  }

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

  .section.hero {
    background-position: 50% 20%;
    background-size: auto 1100px;
    min-height: 940px;
  }

  .navigation-bar-center, .navigation-bar-social {
    display: none;
  }

  .display-heading-one {
    font-size: 66px;
  }

  .display-heading-one.hero-title {
    max-width: 500px;
  }

  .small-caps-text.blog-post-category {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .element-column {
    grid-template-rows: auto;
  }

  .style-guide-body {
    grid-row-gap: 30px;
    grid-template-columns: auto;
  }

  .main-button {
    padding: 16px 25px;
    font-size: 14px;
  }

  .main-button.button-primary-small.mobile-menu-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }

  .blog-post-thumbnail {
    min-height: 150px;
  }

  .blog-post-card-content {
    padding: 20px;
  }

  .blog-post-title {
    font-size: 18px;
    line-height: 26px;
  }

  .book-card-content {
    max-height: 100%;
  }

  .book-card-title {
    max-height: 50px;
    font-size: 18px;
    line-height: 26px;
  }

  .book-card-summary {
    max-height: 72px;
  }

  .footer-logo-column {
    width: 30%;
  }

  .footer-links-column {
    width: 70%;
  }

  .utility-page-image {
    object-fit: fill;
  }

  .backdrop-image {
    min-height: 485px;
  }

  .section-title {
    font-size: 36px;
    line-height: 1.14em;
  }

  .section-text {
    max-height: 205px;
    overflow: hidden;
  }

  .hero-text.large-text {
    font-size: 18px;
    line-height: 30px;
  }

  .section-platforms {
    margin-right: -384px;
    padding: 40px;
  }

  .hero-content {
    max-width: 440px;
  }

  .hero-featured-row {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hero-row {
    margin-top: 80px;
  }

  .blog-card-list {
    grid-template-columns: 1fr 1fr;
  }

  .spotlight-episode-grid {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .navbar-transparent.navbar-fixed.nav-background {
    background-color: var(--primary-white);
  }

  .intro-content {
    max-width: 460px;
  }

  .episode-summary-content {
    padding-right: 8%;
  }

  .episode-sidebar-content {
    width: 190px;
  }

  .featured-block {
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr;
  }

  .section-image {
    height: 100%;
  }

  .section-image.entrepreneur-image {
    min-height: 440px;
  }

  .section-image.entrepreneur-podcast-show {
    background-position: 50%;
    height: 100%;
  }

  .section-image.books-courses-image {
    background-position: 0%;
  }

  .section-image.about-speaking {
    min-height: 420px;
  }

  .section-image.about-me {
    min-height: 440px;
  }

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

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .grid-halves {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .container-content {
    max-width: 400px;
  }

  .grid-store {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .episode-card-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .episode-card-grid.quaters {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-thumbnail-first {
    width: 525.797px;
    height: 380px;
  }

  .blog-post-image-block {
    height: 450px;
  }

  .blog-article blockquote {
    padding: 20px 60px;
    font-size: 20px;
    line-height: 1.6em;
  }

  .article-header {
    margin-bottom: 50px;
  }

  .container-form {
    max-width: none;
  }

  .blog-post-row {
    margin-top: 70px;
  }

  .style-guide-text {
    width: 70%;
  }

  .section-style-guide {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bar.top.dark, .bar.bottom.dark {
    background-color: var(--primary-dark);
    height: 3px;
  }

  .menu-button {
    cursor: pointer;
    display: block;
  }

  .mobile-menu {
    z-index: 9000;
    background-color: var(--primary-dark);
    opacity: 0;
    flex-direction: column;
    justify-content: center;
    padding: 0 30px 30px;
    position: fixed;
    inset: 0 0% 0%;
  }

  .mobile-menu-link {
    color: var(--primary-light);
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
  }

  .mobile-menu-link:hover {
    color: var(--primary-white);
  }

  .mobile-menu-wrapper {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navbar-button {
    display: none;
  }

  .license-table-asset {
    height: 150px;
  }

  .div-block-2 {
    opacity: 1;
    display: flex;
  }

  .image-3 {
    padding-right: 0;
  }

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

  .section-about.hero {
    background-position: 50% 20%;
    background-size: auto 1100px;
    min-height: 940px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

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

  .section.hero {
    background-position: 30% -40%;
    background-size: auto 540px;
    min-height: 480px;
    padding-top: 170px;
  }

  .display-heading-one {
    font-size: 45px;
  }

  .display-heading-one.hero-title {
    max-width: 350px;
  }

  .element-column {
    grid-template-columns: 1fr 1fr;
  }

  .small-text {
    margin-bottom: 15px;
  }

  .large-text.article-summary {
    font-size: 16px;
    line-height: 24px;
  }

  .button-links-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .main-button.button-outline-small.read-more {
    display: block;
  }

  .blog-post-thumbnail {
    min-height: 210px;
  }

  .footer-top-row {
    flex-direction: column;
  }

  .footer-bottom-row {
    flex-direction: column;
    align-items: center;
  }

  .footer-logo-column {
    order: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
  }

  .footer-links-column {
    flex-direction: row;
    width: auto;
    display: block;
  }

  .footer-links-column-child {
    flex: 1;
    align-items: center;
    margin-bottom: 40px;
  }

  .footer-address {
    text-align: center;
    align-self: center;
  }

  .footer-social-links {
    align-self: center;
  }

  .footer-links-phone-email {
    text-align: center;
    flex-direction: column;
    align-self: center;
    margin-bottom: 30px;
    display: flex;
  }

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

  .backdrop-image {
    display: none;
  }

  .section-content.content-info {
    max-width: 460px;
    margin-bottom: 50px;
  }

  .hero-text.large-text {
    font-size: 16px;
  }

  .section-platforms {
    margin-right: 0;
    padding: 30px 25px;
  }

  .platform-title {
    font-size: 28px;
    line-height: 34px;
  }

  .platforms {
    margin-left: 0;
  }

  .hero-content {
    max-width: 340px;
  }

  .hero-featured-row {
    display: none;
  }

  .hero-row {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-card-list {
    grid-template-columns: 1fr;
  }

  .spotlight-episode-grid {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
  }

  .intro-content {
    max-width: 380px;
  }

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

  .episode-play-card.margin-bottom-xl {
    flex-wrap: wrap;
  }

  .play-card-thumbnail {
    width: 100%;
    height: 330px;
  }

  .play-card-content {
    height: 290px;
  }

  .play-card-info {
    display: none;
  }

  .play-card-content-inner {
    min-width: 100%;
  }

  .episode-sidebar-content {
    display: none;
  }

  .section-image.entrepreneur-image {
    min-height: 300px;
  }

  .section-image.entrepreneur-podcast-show {
    background-position: 50% 30%;
    min-height: 350px;
  }

  .section-image.speaking-live {
    min-height: 300px;
  }

  .section-image.books-courses-image {
    background-position: 0 0;
    min-height: 300px;
  }

  .section-image.about-speaking, .section-image.speaking-on-stage {
    background-position: 50% 20%;
    min-height: 300px;
  }

  .section-image.workshop, .section-image.keynote {
    min-height: 320px;
  }

  .grid-halves {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-halves.margin-bottom-xl {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .container-content {
    max-width: 460px;
  }

  .container-content.center {
    margin-left: 0;
  }

  .container-content.flip-pull {
    max-width: none;
  }

  .header-row.margin-bottom-xl {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .button-block {
    align-self: auto;
    margin-top: 20px;
  }

  .episode-card-grid {
    grid-column-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

  .episode-card-grid.quaters {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post-card-first {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .blog-card-thumbnail-first {
    width: 100%;
    height: 280px;
  }

  .blog-card-excerpt {
    margin-bottom: 30px;
  }

  .blog-card-content-first {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .divider {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .blog-post-image-block {
    height: 300px;
  }

  .blog-article p {
    font-size: 15px;
    line-height: 24px;
  }

  .blog-article blockquote {
    letter-spacing: -.6px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    line-height: 1.6em;
  }

  .article-header {
    margin-bottom: 40px;
  }

  .form-block {
    padding: 25px;
  }

  .form-field {
    height: 48px;
  }

  .form-field::placeholder, .textarea._w-input::placeholder {
    font-size: 14px;
  }

  .blog-post-row {
    margin-top: 80px;
  }

  .featured {
    grid-column-gap: 0px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .style-guide-text {
    width: 90%;
  }

  .section-style-guide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .license-table-asset {
    height: 120px;
  }

  .navbar-logo {
    height: 45px;
  }

  .footer-logo {
    height: 90px;
  }

  .footer-telephone {
    text-align: center;
    align-self: center;
  }

  .previous {
    z-index: 6;
    position: fixed;
  }

  .form-content {
    width: 90%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    border-top: 1px solid #8395b126;
    height: 100px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .form12_checkbox_field {
    width: 48%;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }

  .form-wrapper {
    width: 100%;
  }

  .image-3 {
    padding-right: 0;
  }

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

  .section-about.hero {
    background-position: 30% -40%;
    background-size: auto 540px;
    min-height: 480px;
    padding-top: 170px;
  }
}

@media screen and (max-width: 479px) {
  body {
    line-height: 24px;
  }

  h2 {
    line-height: 1.14em;
  }

  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .section.background-white {
    padding-bottom: 80px;
  }

  .section.hero {
    background-position: 65% 0;
    background-size: auto 620px;
    min-height: 550px;
    padding-top: 270px;
  }

  .navigation-bar-center {
    display: none;
  }

  .display-heading-one {
    font-size: 45px;
  }

  .display-heading-one.hero-title {
    text-align: center;
    max-width: 380px;
  }

  .small-caps-text.episode-number-intro {
    margin-bottom: 15px;
  }

  .main-button.button-outline {
    display: none;
  }

  .book-card {
    height: 270px;
  }

  .book-card-title {
    max-height: 83px;
    margin-bottom: 0;
  }

  .book-card-summary {
    display: none;
  }

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

  .section-intro.background-dark.background-image {
    background-image: linear-gradient(#080e2a99, #080e2a99), url('../images/podcast-room.jpg');
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section-text {
    max-height: 215px;
  }

  .hero-text {
    text-align: center;
  }

  .hero-text.large-text {
    line-height: 26px;
  }

  .section-platforms-row {
    flex-wrap: wrap;
    width: 160px;
  }

  .platforms {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .platforms.last-child {
    margin-bottom: 0;
  }

  .hero-content {
    max-width: 320px;
  }

  .hero-row {
    align-items: center;
    margin-top: 30px;
  }

  .intro-content {
    flex-direction: column;
    align-items: center;
    max-width: 340px;
    display: flex;
  }

  .intro-content.margin-bottom-xl {
    margin-bottom: 40px;
  }

  .platform-content.center {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .play-card-thumbnail {
    height: 280px;
  }

  .play-card-content {
    height: 270px;
    padding: 25px;
  }

  .play-card-info {
    display: none;
  }

  .play-card-title {
    max-height: 95px;
  }

  .episode-card-stamp.small-caps-text {
    display: none;
  }

  .episode-summary-content {
    padding-right: 0%;
  }

  .featured-block {
    grid-column-gap: 70px;
    grid-template-columns: .5fr .5fr;
  }

  .section-image.entrepreneur-image {
    background-position: 50% 20%;
    min-height: 250px;
  }

  .section-image.entrepreneur-podcast-show {
    background-position: 50% 10%;
    min-height: 300px;
  }

  .section-image.speaking-live, .section-image.books-courses-image {
    min-height: 250px;
  }

  .section-image.about-me {
    background-position: 50% 20%;
    min-height: 300px;
  }

  .section-image.workshop, .section-image.keynote {
    min-height: 230px;
  }

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

  .grid-store {
    grid-row-gap: 30px;
  }

  .episode-card-grid, .episode-card-grid.quaters {
    grid-template-columns: 1fr;
  }

  .blog-card-thumbnail-first {
    height: 230px;
  }

  .blog-card-title {
    height: 97px;
  }

  .blog-post-image-block {
    height: 240px;
  }

  .blog-article blockquote {
    padding-left: 30px;
    padding-right: 30px;
  }

  .style-guide-text {
    width: auto;
  }

  .mobile-menu, .mobile-menu-wrapper {
    display: flex;
  }

  .license-header.no-padding {
    padding-top: 0;
  }

  .license-table-header {
    grid-template-columns: 1fr;
  }

  .license-table-header-assets {
    letter-spacing: -.6px;
    font-size: 24px;
  }

  .license-table-header-source, .table-header-license {
    display: none;
  }

  .license-table-body {
    grid-row-gap: 5px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .license-table-asset {
    height: 180px;
    margin-bottom: 15px;
  }

  .bold-text {
    display: inline;
  }

  .previous {
    max-width: 75px;
    display: flex;
  }

  .mask {
    height: 100%;
    position: static;
  }

  .slider-content-wrap {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 50px 10px;
  }

  .slider {
    height: auto;
  }

  .form-content {
    width: 100%;
  }

  .checkbox_wrap {
    flex-wrap: wrap;
  }

  .submit-button {
    margin-bottom: -85px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .form12_checkbox_field {
    width: 49%;
    min-width: auto;
    height: 130px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .form-section-title {
    font-size: 2em;
    line-height: 1.3em;
  }

  .image-3 {
    object-fit: cover;
    padding-right: 0;
    position: static;
    overflow: visible;
  }

  .section-about.background-white {
    padding-bottom: 0;
  }

  .section-about.hero {
    background-position: 65% 0;
    background-size: auto 620px;
    min-height: 550px;
    padding-top: 270px;
  }
}

#w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba6-01784a18 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba9-01784a18 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-f4b717c3-3878-3a8a-8f71-bc1d95616ed9-83784a1f, #w-node-_0ee64254-9287-6239-60de-d1dd54a48963-83784a1f {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_1571b0aa-5289-8900-0db4-844b0fb6c71e-83784a1f, #w-node-e1dbf858-e5bf-106a-9c8a-41baa9e1aea9-83784a1f, #w-node-_6f144ad7-25da-194d-7e12-550d33a9d7d0-83784a1f, #w-node-d6d54dbf-3fbc-dc55-a36e-c0447d12a59d-83784a1f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5d5bd00f-ef2d-2407-1df8-ec65226a72ba-83784a1f, #w-node-_7b75a0d6-38c3-b358-2e9f-48fcc11e3702-83784a1f {
  place-self: center;
}

#w-node-_35abbdab-bb1a-1cc9-e11b-6cd4b665a361-18784a21, #w-node-c52a86d7-fb5a-e213-9662-d0c0f5eceb15-18784a21 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_818a74f9-e716-779d-57d4-806ae44c033e-02784a22 {
  place-self: center;
}

#w-node-_000865aa-fd47-1851-e504-6ef28912192b-02784a22, #w-node-_8000d806-0724-9da8-3394-77fa0782f788-02784a22, #w-node-ebc149c7-7063-d20d-4e69-2e859bf24ed9-02784a22, #w-node-_4d90ca58-faeb-145c-006d-06c6cd16e582-02784a22, #w-node-f62aa827-a2a7-2c6b-b567-333b5bb9c51d-02784a22 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_4df18b93-a322-cc96-5ac8-1c2870061165-9f784a24 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4df18b93-a322-cc96-5ac8-1c2870061168-9f784a24 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9899c75d-cb36-a42e-8553-1e729bb61a68-50f5f5f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f4b717c3-3878-3a8a-8f71-bc1d95616ed9-83784a1f, #w-node-_0ee64254-9287-6239-60de-d1dd54a48963-83784a1f {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_4df18b93-a322-cc96-5ac8-1c2870061165-9f784a24 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba6-01784a18 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_724099ae-892e-3e17-d4f4-3f0cc8914ba9-01784a18 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-de0e9087-cdde-ab50-0bc6-5e7217d2f1db-01784a18 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-de0e9087-cdde-ab50-0bc6-5e7217d2f1de-01784a18 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_296a613e-858f-6460-47f6-3770b3789b5f-01784a18 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_296a613e-858f-6460-47f6-3770b3789b62-01784a18 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-de0e9087-cdde-ab50-0bc6-5e7217d2f1db-50f5f5f8 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-de0e9087-cdde-ab50-0bc6-5e7217d2f1de-50f5f5f8 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_296a613e-858f-6460-47f6-3770b3789b5f-50f5f5f8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_296a613e-858f-6460-47f6-3770b3789b62-50f5f5f8 {
    grid-area: 2 / 1 / 3 / 3;
  }
}


