:root {
  --dark-slate: #141917;
  --graywhite: #efefef;
  --transparent: #fff0;
  --base-green: #40bb6b;
  --white: #fff;
  --electric-blue: #22a2f2;
  --stone-blue-overlay: #3e626fba;
  --black: black;
  --sage: #65866b;
  --light-blue: #93aebf;
  --gray: #333;
  --light-gray: #888;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

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

.navbar-logo-left {
  background-color: #40bb6b;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

.navbar-brand {
  width: 230px;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.contact-btn.footer-contact {
  color: var(--white);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--electric-blue);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 2px solid #0000;
  border-radius: 100px;
  padding: 12px 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 0 2px 5px -1px #00000057;
}

.button-primary:hover {
  background-color: var(--electric-blue);
  color: #fff;
  border: 2px solid #fff;
}

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

.hero-heading-left {
  background-color: #f5f7fa;
  background-image: url('../images/SAP08562.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

.margin-bottom-24px {
  color: #9b9b9b;
  margin-bottom: 24px;
  font-size: 17px;
}

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

.heading {
  color: #fff;
  font-size: 34px;
}

.text-block {
  float: right;
  clear: none;
  color: #000;
  margin-top: 27px;
  margin-left: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

.info-bar {
  background-color: #000;
}

.button {
  color: #000;
  letter-spacing: 2px;
  background-color: #40bb6b;
  border-radius: 20px;
  font-weight: 700;
}

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

.button:focus {
  background-color: #40bb6b;
}

.container-2 {
  padding: 20px 16px;
}

.info-bar-text-box {
  float: right;
  color: #b1b1b1;
  width: auto;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.div-block {
  float: none;
  width: 39%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.grid {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
}

.container-3 {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.quick-stack {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: auto;
}

.heading-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
}

.cell {
  text-align: center;
}

.paragraph {
  text-align: center;
  padding-top: 54px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.button-2 {
  font-weight: 700;
}

.button-3 {
  text-align: center;
  background-color: #40bb6b;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  font-size: 30px;
  font-weight: 700;
}

.welcome {
  background-color: #cbe0cc;
}

.small-business-leaders-podcst {
  background-color: #e0e0e0;
  background-image: url('../images/Small-Business-Leaders-Background.jpg');
  background-position: 50%;
  background-size: cover;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.footer-subscribe {
  background-color: #1a1a1a;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: static;
  inset: auto 0% 0%;
}

.container-4 {
  width: auto;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #cacaca;
  margin-bottom: 40px;
  padding: 64px;
}

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

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

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

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

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

.episode-guest-btn {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #40bb6b;
  border-radius: 20px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.episode-guest-btn:hover {
  color: #fff;
  background-color: #32343a;
}

.episode-guest-btn:active {
  background-color: #43464d;
}

.episode-guest-btn.footer-form-button {
  background-color: #40bb6b;
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

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

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

.footer-link-three:hover {
  color: #40bb6b;
}

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

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

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

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

.footer-copyright {
  color: #adadad;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.social-icons {
  width: 50px;
  height: auto;
}

.green-icon {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.info-bar-button {
  color: #000;
  letter-spacing: 2px;
  background-color: #40bb6b;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 700;
}

.info-bar-button:hover {
  background-color: var(--electric-blue);
  color: #fff;
}

.info-bar-button:focus {
  background-color: #40bb6b;
}

.container-5 {
  text-align: left;
  height: 100%;
}

.sblp-content-block {
  float: right;
  text-align: center;
  width: 571px;
  margin-top: 0;
  margin-left: 0;
  position: static;
  inset: 10% 14% auto auto;
}

.heading-3 {
  color: #fff;
}

.paragraph-2 {
  color: #c7c5c5;
  font-size: 18px;
  line-height: 23px;
}

.sblp-title-image {
  margin-left: auto;
  margin-right: auto;
}

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

.button-4 {
  border: 2px solid var(--electric-blue);
  background-color: var(--electric-blue);
  border-radius: 20px;
  font-weight: 700;
}

.button-4:hover {
  border: 2px solid #fff;
}

.featured-content {
  height: auto;
}

.slide {
  aspect-ratio: auto;
  text-align: center;
  background-color: #fff;
  width: 300px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-right: 0;
}

.slide.add-top-margin {
  padding-top: 109px;
}

.slide-2 {
  background-color: #343286;
}

.image {
  position: static;
  left: 50%;
  right: 50%;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 3px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

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

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

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.youtube {
  width: 420px;
  height: 170px;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 22px;
}

.container-6 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.section {
  background-color: #efefef;
  margin-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-2 {
  color: #3a61bb;
  font-size: 12px;
}

.pricing-comparison {
  background-color: var(--graywhite);
  background-image: none;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.pricing-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.pricing-card {
  background-color: #fff;
  border-radius: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px 24px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 130px #0000009e;
}

.pricing-card.featured-pricing {
  z-index: 2;
  min-height: 800px;
  box-shadow: 0 4px 130px #96a3b54d;
}

.pricing-card.mic-price, .pricing-card.show-price {
  min-height: 720px;
}

.pricing-image {
  background-color: var(--base-green);
  object-fit: cover;
  border-radius: 10020px;
  width: 100px;
  height: 100px;
  margin-bottom: 16px;
  padding: 16px;
}

.pricing-title {
  color: #40bb6b;
  background-color: #0000;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.pricing-subtitle {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 20px;
}

.pricing-price {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.paragraph-regular {
  font-size: 14px;
  line-height: 20px;
}

.paragraph-regular.margin-bottom-20 {
  text-align: center;
  margin-bottom: 20px;
}

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

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

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

.button-primary-2.outline-button {
  color: #1a1b1f;
  background-color: #0000;
  border: 1px solid #40bb6b;
}

.button-primary-2.outline-button:hover {
  color: #fff;
  background-color: #1a1b1f;
}

.pricing-divider {
  background-color: #76879d1a;
  align-self: stretch;
  height: 1px;
  margin: 56px -24px 16px;
}

.pricing-feature-list {
  align-self: stretch;
}

.pricing-feature {
  background-image: url('../images/');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  align-self: stretch;
  margin-top: 16px;
  padding-left: 32px;
  font-size: 14px;
  line-height: 24px;
}

.pricing-tag {
  color: #3a4554;
  background-color: #fff;
  border-radius: 24px;
  padding: 7px 16px;
  position: absolute;
  top: -19px;
  box-shadow: 0 3px 10px #96a3b533;
}

.section-2 {
  background-image: linear-gradient(360deg, #000, #fff0 75%), url('../images/SAP08556.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: 300px;
}

.heading-4 {
  color: #fff;
  width: 45%;
}

.div-block-2 {
  padding-top: 93px;
}

.container-8 {
  padding-top: 47px;
  padding-bottom: 58px;
}

.slider {
  display: none;
}

.my-carousel-container {
  justify-content: space-around;
  width: 100%;
  height: 220px;
  display: flex;
  overflow: hidden;
}

.my-logo-container {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding: 40px 0;
  display: flex;
}

.logo-image {
  width: 150px;
  height: auto;
  padding-left: 7px;
  padding-right: 7px;
}

.logo-slider {
  background-color: var(--white);
  width: 100%;
  max-width: 100%;
}

.sblp-hero {
  background-image: url('../images/Small-Business-Leaders-Background.jpg');
  background-position: 50%;
  background-size: cover;
  height: 360px;
  overflow: hidden;
}

.container-10 {
  width: 100%;
  max-width: none;
  height: 100%;
  position: relative;
}

.div-block-3 {
  width: 500px;
  position: absolute;
  inset: auto 9% 18% auto;
}

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

.body {
  font-size: 16px;
  line-height: 25px;
}

.paragraph-5 {
  font-size: 30px;
}

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

.sblp-list-item {
  margin-bottom: 15px;
}

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

.container-11 {
  padding-top: 75px;
  padding-bottom: 40px;
}

.image-2 {
  float: right;
  border-radius: 7px;
  margin-left: 33px;
}

.heading-5 {
  padding-top: 20px;
  padding-bottom: 40px;
}

.contact {
  background-color: var(--transparent);
  opacity: 1;
}

.container-12 {
  background-color: var(--transparent);
  width: auto;
  max-width: none;
  height: auto;
  padding: 76px 73px;
  position: static;
}

.body-2 {
  font-size: 16px;
  line-height: 24px;
}

.submit-button {
  background-color: var(--electric-blue);
  border-radius: 20px;
}

.textarea {
  border-radius: 7px;
  min-height: 140px;
}

.form {
  background-color: var(--graywhite);
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px;
  box-shadow: 0 2px 5px #0003;
}

.paragraph-7 {
  color: #fff;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
}

.heading-6 {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-banner {
  background-color: #771f1f;
}

.sponsor-flag {
  background-color: #e91515;
  width: 200px;
  height: 50px;
  position: absolute;
  inset: 75% 0% 0% auto;
}

.text-block-3 {
  color: #fff;
  text-align: right;
}

.pricing-icon {
  background-color: var(--base-green);
  border-radius: 100px;
  width: 100px;
  height: 100px;
}

.pricing-mic {
  text-align: center;
  width: 40%;
  margin: 18px auto auto;
  display: block;
}

.pricing-spot {
  text-align: center;
  width: 70%;
  margin: 29px auto auto;
  display: block;
}

.pricing-show {
  text-align: center;
  width: 57%;
  margin: 23px auto auto;
  display: block;
}

.paragraph-8 {
  text-align: center;
}

.contact-form-pop {
  z-index: 100;
  background-color: #000000a1;
  width: 100vw;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.container-13 {
  background-color: var(--base-green);
  border-radius: 20px;
  width: 70vw;
  height: 70vh;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  top: 15vh;
  left: auto;
}

.close-btn {
  background-color: var(--dark-slate);
  border-radius: 100px;
  width: 50px;
  height: 50px;
  text-decoration: none;
  position: absolute;
  inset: 2% 2% auto auto;
}

.close-btn-text {
  color: var(--base-green);
  text-align: center;
  padding: 13px 11px 11px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
}

.close-btn-text:hover {
  transform: rotate(34deg);
}

.container-14 {
  padding-top: 83px;
  padding-bottom: 83px;
}

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

.pricing-items {
  background-color: var(--graywhite);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-wrapper-two {
  flex-direction: column;
  margin-bottom: -40px;
  display: flex;
}

.pricing-card-two {
  background-color: var(--white);
  border-radius: 12px;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 40px 32px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pricing-image-two {
  max-width: 30%;
  margin-right: 40px;
}

.pricing-image-two.shadow-two {
  border-radius: 0;
  width: 15%;
  height: 100%;
}

.pricing-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 16px;
  display: flex;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.pricing-info {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.pricing-divider-two {
  background-color: #e4ebf3;
  height: 1px;
  margin: 9px -16px 16px;
}

.pricing-details {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.pricing-block {
  width: 100%;
  margin-bottom: -10px;
}

.pricing-details-text {
  margin-bottom: 8px;
}

.background-video {
  box-sizing: border-box;
  overflow: hidden;
}

.container-16 {
  height: 100%;
}

.image-3 {
  float: right;
  padding-top: 38px;
}

.background-video-2 {
  display: block;
}

.youtube-2 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.section-5 {
  background-color: var(--base-green);
  opacity: 1;
}

.email-list {
  background-color: var(--stone-blue-overlay);
  background-image: linear-gradient(to bottom, var(--stone-blue-overlay), var(--stone-blue-overlay)), url('../images/subscribe-newsletter.png');
  background-position: 0 0, 50% 69%;
  background-size: auto, auto;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container-17 {
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 40px;
}

.subscribe-form {
  background-color: var(--graywhite);
  text-align: center;
  border-radius: 20px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: var(--white);
  text-align: center;
}

.paragraph-9 {
  color: var(--white);
  text-align: center;
  padding-left: 70px;
  padding-right: 70px;
}

.field-label, .field-label-2 {
  color: var(--white);
}

.submit-button-2 {
  background-color: var(--base-green);
  border-radius: 20px;
}

.submit-button-2:hover {
  background-color: var(--electric-blue);
}

.text-field, .text-field-2, .text-field-3, .text-field-4, .text-field-5 {
  border-radius: 7px;
}

.title-hero {
  background-color: #dde0f1;
  background-image: url('../images/Group-Legacy.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  height: 460px;
}

.title-hero.podcasting {
  background-image: url('../images/SAP08556.jpg');
  background-position: 50%;
  background-size: cover;
}

.team-circles {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--graywhite);
  background-color: var(--transparent);
  border-radius: 0;
  width: 100%;
  max-width: 940px;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 16px 56px;
}

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

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

.team-grid {
  grid-column-gap: 64px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.team-card {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image {
  object-fit: cover;
  border-radius: 9%;
  width: 270px;
  height: 270px;
  margin-bottom: 24px;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-position {
  margin-bottom: 24px;
}

.testimonial-image-left {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding-top: 0;
  padding-right: 22px;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.testimonial-text-four {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 27px;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.button-5 {
  background-color: var(--base-green);
  border-radius: 20px;
}

.team-container {
  background-color: var(--transparent);
  width: 100%;
  max-width: 940px;
  margin-bottom: 59px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.title-container {
  height: 100%;
  padding-top: 271px;
}

.mobile-title {
  color: var(--white);
  text-shadow: 4px 1px 3px #0000008f;
  width: 60%;
}

.logo-slide {
  background-color: var(--white);
  vertical-align: sub;
  width: 300px;
  height: 300px;
  margin: 0 28px;
}

.logo-slide-image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.mask {
  background-color: var(--white);
  padding: 17px;
}

.title-text {
  background-color: var(--black);
}

.title-heading {
  color: var(--graywhite);
}

@media screen and (min-width: 1440px) {
  .team-member-image {
    width: 270px;
    height: 270px;
    max-height: none;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--graywhite);
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 0;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: var(--dark-slate);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link:hover {
    color: var(--base-green);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate);
    color: #fff;
    border-radius: 10px;
  }

  .hero-heading-left {
    background-image: linear-gradient(90deg, #000, #fff0), url('../images/SAP08562.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

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

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

  .heading {
    width: 440px;
  }

  .container-2 {
    padding-bottom: 39px;
  }

  .info-bar-text-box {
    float: none;
  }

  .div-block {
    text-align: center;
  }

  .container-4 {
    max-width: 728px;
  }

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

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

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

  .episode-guest-btn {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .footer-copyright {
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .youtube {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

  .episode-title {
    width: 100%;
  }

  .container-6 {
    padding-left: 35px;
    padding-right: 35px;
  }

  .pricing-wrapper {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .pricing-card {
    width: 350px;
  }

  .section-2 {
    background-size: auto, cover;
  }

  .my-carousel-container {
    grid-column-gap: 460px;
    grid-row-gap: 460px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .my-logo-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    width: auto;
    padding-left: 6px;
    padding-right: 6px;
  }

  .paragraph-6 {
    width: 480px;
    line-height: 33px;
  }

  .container-12 {
    padding-left: 27px;
    padding-right: 27px;
  }

  .container-14 {
    padding-left: 39px;
    padding-right: 39px;
  }

  .container-15 {
    max-width: 728px;
  }

  .pricing-card-two {
    align-items: center;
    padding: 24px;
  }

  .pricing-image-two {
    margin-right: 20px;
  }

  .image-3 {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .submit-button-2 {
    width: 100%;
    margin-top: 22px;
  }

  .title-hero {
    height: 410px;
  }

  .team-circles {
    padding: 0;
  }

  .container-18 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .team-member-image {
    width: 190px;
    height: 190px;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .team-container {
    max-width: 728px;
  }

  .title-container {
    max-width: none;
    padding-top: 207px;
    padding-left: 43px;
    padding-right: 43px;
  }

  .title-heading {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .title-text-container {
    text-align: center;
    padding: 0 29px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: var(--dark-slate);
    border-radius: 10px;
  }

  .hero-heading-left {
    padding: 80px 15px 35px 35px;
  }

  .div-block {
    width: 100%;
    height: auto;
  }

  .paragraph {
    padding-left: 36px;
    padding-right: 36px;
  }

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

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

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

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

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

  .footer-wrapper-three {
    text-align: center;
  }

  .footer-block-three {
    text-align: center;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .footer-link-three {
    clear: left;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

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

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

  .footer-copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .container-5 {
    padding-left: 38px;
    padding-right: 38px;
  }

  .sblp-content-block {
    width: auto;
    padding-top: 66px;
    position: static;
  }

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

  .sblp-title-image {
    width: 75%;
    max-width: none;
  }

  .sblp-text-block {
    text-align: center;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .youtube {
    width: 510px;
  }

  .container-7 {
    padding: 36px;
  }

  .pricing-comparison {
    padding: 60px 15px;
  }

  .pricing-wrapper {
    justify-items: stretch;
  }

  .pricing-card {
    width: auto;
  }

  .pricing-title {
    font-size: 34px;
    line-height: 42px;
  }

  .section-2 {
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
  }

  .heading-4 {
    padding-left: 40px;
  }

  .container-8 {
    padding-left: 34px;
    padding-right: 34px;
  }

  .my-logo-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .logo-image {
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .image-2 {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 29px;
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button {
    width: 100%;
    margin-top: 22px;
  }

  .list-item {
    width: 100%;
    margin-bottom: 10px;
  }

  .pricing-items {
    padding: 60px 15px;
  }

  .pricing-wrapper-two {
    padding-left: 23px;
    padding-right: 23px;
  }

  .pricing-card-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .pricing-image-two {
    max-width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .pricing-image-two.shadow-two {
    margin-left: auto;
    margin-right: auto;
  }

  .tagline {
    text-align: center;
  }

  .container-17 {
    padding-left: 66px;
    padding-right: 66px;
  }

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

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

  .title-hero {
    height: 330px;
  }

  .team-circles {
    padding: 0 15px 60px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-member-image {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .heading-small.margin-bottom-32px {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .button-5 {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .title-container {
    padding-top: 142px;
  }

  .mobile-title {
    width: 100%;
    padding-left: 0;
  }

  .logo-slide {
    width: 200px;
    height: 200px;
  }

  .slider-2 {
    height: 220px;
  }

  .title-heading {
    width: auto;
  }
}

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

  .nav-menu-wrapper {
    background-color: var(--dark-slate);
    display: none;
  }

  .nav-menu-two {
    background-color: var(--transparent);
    color: var(--graywhite);
    flex-direction: column;
    height: 100%;
    list-style-type: none;
  }

  .nav-link {
    color: var(--graywhite);
  }

  .nav-link.w--current {
    color: var(--base-green);
  }

  .menu-button {
    background-color: var(--transparent);
    top: -31px;
    right: -15px;
  }

  .margin-bottom-24px {
    width: 220px;
  }

  .heading {
    width: 280px;
  }

  .container-2 {
    height: 130px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .info-bar-text-box {
    width: 146px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph {
    text-align: center;
    padding-top: 20px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .small-business-leaders-podcst {
    background-position: 33%;
    height: auto;
    padding-top: 0;
  }

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

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

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

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

  .episode-guest-btn.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-block-three {
    display: none;
  }

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

  .footer-legal-block {
    display: none;
  }

  .info-bar-button {
    width: 147px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-5 {
    height: auto;
    margin-bottom: auto;
    padding-bottom: 30px;
  }

  .sblp-title-image {
    width: 100%;
  }

  .youtube {
    width: 290px;
  }

  .container-7 {
    padding: 10px;
  }

  .section-2 {
    padding-top: 62px;
  }

  .heading-4 {
    padding-left: 21px;
    font-size: 40px;
    line-height: 43px;
  }

  .div-block-2 {
    padding-top: 21px;
  }

  .my-logo-container {
    min-width: 100%;
    max-width: 100%;
    margin-right: 265px;
  }

  .logo-image {
    margin-left: -11px;
    margin-right: -11px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .sblp-hero {
    height: 230px;
  }

  .paragraph-6 {
    width: auto;
    line-height: 30px;
  }

  .container-12 {
    padding: 20px;
  }

  .textarea {
    border-radius: 7px;
  }

  .form {
    padding: 10px;
  }

  .contact-form-pop {
    display: none;
  }

  .container-13 {
    border-radius: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
    top: auto;
    left: auto;
    overflow: scroll;
  }

  .list-item {
    list-style-type: none;
    display: block;
  }

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

  .pricing-card-two {
    padding: 15px;
  }

  .pricing-image-two.shadow-two {
    width: 50%;
  }

  .pricing-info {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .pricing-details {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -10px;
  }

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

  .container-16 {
    height: 100%;
  }

  .youtube-2 {
    margin-bottom: 19px;
    bottom: auto;
  }

  .container-17 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .paragraph-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-10 {
    font-size: 21px;
    line-height: 28px;
  }

  .heading-8, .heading-9, .heading-10, .heading-11, .heading-12, .heading-13, .heading-14, .heading-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-field-4, .text-field-5 {
    border-radius: 7px;
  }

  .title-hero {
    background-size: cover;
    height: 270px;
  }

  .title-hero.podcasting {
    background-position: 50% 0;
    background-size: cover;
  }

  .container-18 {
    max-width: none;
    padding: 0;
  }

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

  .team-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-right {
    padding: 0;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .team-container {
    max-width: none;
    padding: 0;
  }

  .title-container {
    padding: 0;
    position: relative;
  }

  .mobile-title {
    background-color: var(--dark-slate);
    width: 100%;
    height: auto;
    padding: 20px;
    font-size: 30px;
    line-height: 37px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .title-heading {
    font-size: 30px;
  }
}

#w-node-_8ba9b54b-efad-e221-579d-00226c3fd998-ef922980 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-a4de34db-7ebf-7252-c2d1-fd973858d5af-ef922980 {
  grid-column: span 3 / span 3;
}

#w-node-e9c690e1-aec9-0665-7f72-021626c7cde8-9f288229, #w-node-e9c690e1-aec9-0665-7f72-021626c7ce08-9f288229, #w-node-e9c690e1-aec9-0665-7f72-021626c7ce30-9f288229 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
