body.modal-show .nav-wrapper {
  z-index: 998 !important;
}
.site-main {
  max-width: unset;
}
.sub-title-inline span{
  display: inline;
}
.home-banner {
  max-width: 1192px;
  margin: auto;
}
.home-banner .banner-content{
  display: flex;
  align-items: flex-end;
  margin-bottom: 96px;
  padding: 0;
}
.home-banner .btn {
  white-space: nowrap;
  position: relative;
}
.home-banner .btn:before{
    content: url(/assets/img/green-3-lines.svg?v=123422);
    position: absolute;
    left: -40px;
    bottom: -30px;
}
.home-banner h1 {
  text-align: left;
  margin-bottom: 0;
}
.home-banner h1 .text-italic {
  padding-bottom: 20px;
}
.banner-container {
  background: url('/assets/img/About Page.png');
  background-size: cover;
  padding: 80px 0px;
  height: 1062px;
}
.banner-images {
  position: relative;
}
.banner-images .line-1, .banner-images .line-2{
  position: absolute;
  width: 100%;
  
}
.banner-images .line-1 {
  z-index: 2;
  top: 0;
}
.banner-images .line-2 {
  bottom: 40px;
  z-index: 4;
}
.images-container {
  max-width: 1192px;
  margin: auto;
  display: flex;
  gap: 18px;
}
.images-container div{
  align-self: flex-start;
  position: relative;
}
.images-container .image-1 img, .images-container .image-4 img{
    z-index: 1;
    position: relative;
}
.images-container .image-1:before {
    content: url(/assets/img/3-lines.svg?v=123422);
    position: absolute;
    bottom: -40px;
    left: -40px;
}
.images-container .image-1:after {
    content: url(/assets/img/soft-yellow.svg?v=123422);
    position: absolute;
    top: 40px;
    right: -40px;
    z-index: 0;
}
.images-container .image-2, .images-container .image-4 {
    z-index: 3;
}
.images-container .image-3:after {
    content: url(/assets/img/8-line-star.svg?v=123422);
    position: absolute;
    top: 40px;
    right: -70px;
    z-index: 0;
}
.images-container .image-4:after {
    content: url(/assets/img/half-circle-brown.svg?v=123422);
    position: absolute;
    bottom: 40px;
    left: -120px;
    z-index: 0;
}
.images-container div:nth-child(even){
  margin-top: 170px;
}
.images-container d.image-2, .images-container .image-3, .images-container .image-4 {
  z-index: 3;
}
/* .banner-images:before {
  content: url("/assets/img/banner-line-1.svg?v=123422");
} */
 .wistia_responsive_wrapper {
  left:0;position:absolute;top:0;
 }

.awards-container {
  background-color: var(--black);
  background-image: url(/assets/img/vector-circle-background.svg?v=123422);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50% 100%; 
}

/* .awards-container .content-wrap{
  padding: 48px 0;
  display: flex;
  gap: 137.33px;
  max-width: 1192px;
  margin: auto; 
} */

.awards-container .media-pack-content-wrap  {
  padding: 48px 0;
  display: flex;
  gap: 137.33px;
  max-width: 1192px;
  margin: auto;
  align-items: center;
}

.awards-logo-grid {
  display: flex;
  gap: 24px;
  padding: 0 24px;
  flex-wrap: wrap;
  width: 700px;
  justify-content: center;
}


.h-119 {
  height: 119px;
}

@media (max-width: 600px) {

  .h-119 {
    width: 100%;
    height: auto !important;
    max-height: 119px;
    max-width: fit-content;
    object-fit: contain !important; /* helps images behave */
  }

  .small-h119 {
    width: 119px;
    max-width: 119px;
  }
}

/* .awards-container .media-pack-content-wrap div:first-of-type{
  width: 32%;
} */

/* .awards-container .content-wrap div:last-of-type{
  display: flex;
  gap: 24px;
  align-items: center;
}

.awards-container .content-wrap div:last-of-type img{
  width: 100%;
} */

.awards-container h3 { 
  margin: 0;
  color: var(--white);
  position: relative;
}

.awards-container h3:after { 
  content: url(/assets/img/vector-arrow-right.svg?v=123422);
  position: absolute;
  top: 36px;
  right: -110px;
}

@media screen and (max-width: 1366px) {
  .media-pack-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .media-pack-content-wrap {
    padding-left: 32px;
    padding-right: 32px;
  }

  /* .awards-container .media-pack-content-wrap {
    padding: 48px 32px;
  } */

  .awards-logo-grid {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 10px 24px;
  }
  .awards-container .media-pack-content-wrap {
    align-items: center;
  }
}

@media screen and (max-width: 1000px) {
  .awards-container .media-pack-content-wrap {
    flex-direction: column;
  }

  .awards-logo-grid {
    width: 100%;
    padding: 0px;
    gap: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .awards-container .media-pack-content-wrap {
    flex-direction: column;
    gap: 24px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  
  .awards-container .content-wrap div:first-of-type{
    width: unset;
  }
  /* .awards-container .content-wrap{
    flex-direction: column;
    gap: 40px;
    padding: 0;
  } */
  .awards-container {
    background-color: var(--black);
    background-image: url("/assets/img/awards-mobile-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 56px 32px;
   }
  /* .awards-container .content-wrap div:last-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 24px;
    justify-items: center;
  }
  .awards-container .content-wrap div:last-of-type img:nth-last-of-type(-n+2){
    grid-column: span 2;
  } */

  .awards-container h3:after {
    display: none;
    /* content: url(/assets/img/vector-arrow-down.svg?v=123422);
    position: absolute;
    right: -21px;
    bottom: -42px;
    top: unset; */
  }
}



/* Modal */
.modal {
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: flex-start; /* or center */
  overflow: auto; /* enable scrolling if needed - although this is not really necessary since we are going take care of overflow in modal-content */
  background-color: rgba(0,0,0,0.8);
  z-index: 999;
  opacity: 0;               /* start hidden */
  transition: all 0.3s ease;
}
.modal.modal-show {
  display: flex;
  opacity: 1;
}
.modal p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.modal.modal-show {
  animation: fadeIn 0.1s ease-in-out forwards;
}
.modal.modal-hide {
  animation: fadeOut 0.1s ease-in-out 0.1s forwards;
}
.modal-content {
  position: relative;
  top: 5%;
  display: grid;
  grid-template-columns: 535px 385px; /* Two equal columns */
  grid-template-rows: auto auto;
  background-color: #fff;
  padding: 80px 124px;
  border-radius: 12px;
  width: 100%;
  max-width: 1192px;
  overflow: auto;
  box-shadow: 0 4px 20px rgba(0,0,0,0.4);
  align-items: start;
  row-gap: 40px;
  column-gap: 24px;
  transform: translateY(-50px);  /* start above */
  opacity: 0;                    /* start transparent */
  transition: all 0.3s ease;
}
.modal.modal-show .modal-content {
  transform: translateY(0);      /* slide to center */
  opacity: 1;                    /* fade in */
  /* overflow: scroll; */
  /* height: 100svh; */
}
.modal-content .profile-picture {
  width: 185px;
  height: 164px;
  border-radius: 12px;
}
.modal-content .instructor-name {
  margin-top: 0;
  margin-bottom: 16px;
}
.modal-content .instructor-job_title {
  margin-bottom: 0;
}
.modal-content .instructor-linkedin img{
  margin-left: -5px;
}
.modal-content .col-group {
  gap: 16px;
  align-items: flex-end;
  margin-bottom: 24px;
}
.modal-content .company-logo{
  height: 48px;
}
.modal-content h3, .modal-content h5 {
  margin-top: 0;
}
.modal.modal-show .modal-content {
  animation: fadeInDown 0.3s ease-in-out forwards;
}
.modal.modal-hide .modal-content {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}

.modal-close {
  position: absolute;
  top: 29px;
  right: 27px;
  cursor: pointer;
}
.modal-close:before {
  content: url("/assets/img/close.svg?v=123422");
}

.modal .top-panel {
  grid-column: span 2; /* First row spans across two columns */
}

.modal .left-panel {
  grid-column: span 1; /* Second row, first column */
}

.modal .right-panel {
  grid-column: span 1; /* Second row, second column */
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0); 
  }
}
@keyframes fadeOutUp {
  0% { 
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}

@media (min-width: 501px) and (max-width: 1200px) {
  .awards-container .content-wrap div:first-of-type {
    width: unset;
  }
  .awards-container {
    background-size: 120%;
    background-position: unset;
  }
  .awards-container .content-wrap {
    padding: 48px 32px;
    gap: 24px;
    flex-direction: column;
  }
  .awards-container .content-wrap > div:first-of-type{
    text-align: center;
  }
  .awards-container .content-wrap > div:last-of-type{
    text-align: center;
    justify-content: center;
  }
   .wistia_responsive_wrapper {
  left:0;position:unset;top:0;
 }
}


.courses-counter-inner-container {
  grid-template-columns: repeat(4, 1fr);
}

.our-stats-section .courses-counter-up-container{
  max-width: 1192px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.our-stats-section .courses-counter-up-container-title {
  flex: unset;
  min-width: unset;
  margin: unset;
  white-space: nowrap;
}

.courses-counter-box p{
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.courses-counter {
    font-family: Poppins, sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 72.8px;
    letter-spacing: -0.06em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--coral);
}
.courses-counter small {
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0px;
}
.image-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.image-content .content-wrap {
  max-width: 1192px;
  margin: auto;
}

.image-content .content-container > .image-section:first-of-type {
  margin-bottom: 80px;
}

.image-content .image-tag {
  padding: 8px 12px;
  border-radius: 40px;
  display: inline-block;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
}

.image-content.dark .image-tag {
  border: 1px solid var(--white);
  color: var(--white);
}

.image-content .image-section > div:last-of-type{
  width: 558px;
  position: relative;
}

.image-content .image-section {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.image-content.dark{
  background-image: url("/assets/img/top-right.svg?v=123422");
  background-color: var(--black);
  background-repeat: no-repeat;
  background-position: top right;
}

.image-content.dark .btn {
  background: var(--coral-gradient);
  color: var(--white);
}
.image-content.dark .btn:hover {
  background: var(--white);
  color: var(--black);
}

.image-content h2 {
  margin: 24px 0;
  font-family: Poppins !important;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
}

.image-content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 160% */
  margin-bottom: 0;
  width: 75%;
}

.image-content .btn {
  display: inline-block;
  margin-top: 24px;
}

.image-content.dark p, .image-content.dark h2 {
  color: var(--white);
}

.logo-partners .content-wrap {
  padding: 48px 0;
  margin: auto;
  text-align: center;
}

.logo-partners .content-wrap > div > .group-logo:first-of-type {
  margin-bottom: 24px;
}

.logo-partners img {
  height: 44px;
}

.logo-partners .content{
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo-partners .content h2{
  margin-top: 0;
}

.logo-partners .content p{
  width: 689px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.logo-partners h2 .text-italic {
  padding-bottom: 9px;
  margin-bottom: -9px;
}

.group-logo {
  display: flex;
  gap: 64px;
  justify-content: center;
}

.cta-section {
  background: var(--coral-gradient);
  padding: 80px 0;
}

.cta-section .cta-content {
  max-width: 1192px;
  margin: auto;
}

.cta-section h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
}

.cta-section .cta-content img {
  margin-bottom: 24px;
  /* width: 100%; */
}

.cta-section .cta-content p {
  color: var(--black);
  width: 631px;
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.cta-section .cta-content .btn {
  display: inline-block;
}

.cta-section.dark .text-italic {
  display: inline;
  color: var(--peach, #ffa274);
}

.cta-section .text-italic {
  color: var(--white);
  display: block;
  font-family: IvyJournal !important;
  font-style: italic;
}
.insider-section {
    background-image: url(/assets/img/banner-line-3.svg?v=123422);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.insider-section .insider-content {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.insider-content h2 {
  margin-top: 0;
  color: var(--black);
  display: inline-block;
  margin-bottom: 40px;
}

.insider-section .insider-content .insider-cards {
  display: flex;
  gap: 24px;
}

.insider-section .insider-content .insider-card {
  background-color: var(--white);
  border-radius: 12px;
  padding: 40px 32px;
  /* flex: 1; */
  box-shadow: 0px 4px 10px 0px #0000001A;
}

.insider-card h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.05em;
}

.insider-section .insider-card p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.about-membership-section {
  background-image: url("/assets/img/eclipse-left-2.svg?v=123422");
  background-repeat: no-repeat;
  background-position: left;
}

.about-membership-section .col-content {
  display: flex;
  gap: 87px;
  padding-bottom: 80px;
}

.about-membership-section .container {
  max-width: 1192px;
  margin: auto;
}

.about-membership-section h2{
  margin-top: 0;
  position: relative;
}

.about-membership-section h2:after{
  content: url("/assets/img/curly-arrow-right-2.svg?v=123422");
  position: absolute;
  right: -60px;
}


table, th, td {
  border: none;
  border-collapse: collapse;
  text-align: left;
}

table.about-membership-table {
  width: 890px;
}

table.about-membership-table td p {
  padding-top: 16px;
  padding-left: 48px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

table.about-membership-table tr {
  border-bottom: 1px solid #D4D4D4;
}

table.about-membership-table tr td:first-of-type {
  padding-left: 0 !important;
  padding-right: 24px;
}

table tr td {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

table tr td h5 {
  margin: 0;
}

table.about-membership-table small {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.video-section {
  padding: 80px 0;
}

.video-section .content-wrap {
  max-width: 1192px;
  margin: auto;
}

.video-section h2 {
  margin-top: 0;
}

.video-section .content {
  display:flex;
  gap: 60px;
  justify-content: space-between;
  margin-bottom: 80px;
}

.video-section .content p {
  width: 603px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.video-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
}

/* .video-wrapper .wistia-video {
  height: 400px;
} */

.wistia_responsive_padding iframe{
  border-radius: 12px;
}

.video-wrapper .since-img {
  position: absolute;
  top: 57px;
  right: 8px;
}
.video-wrapper:before {
  content: url("/assets/img/video-placeholder-left.svg?v=123422");
  margin-right: 10px;
  margin-top: 30px;
}

.video-wrapper:after {
  content: url("/assets/img/video-placeholder-right.svg?v=123422");
  margin-left: -70px;
  margin-top: -20px;
}

.marketers-section h5{
  margin-top: 0;
  margin-bottom: 0;
}

.cta-section.dark{
  background-color: var(--black);
  background-image: url("/assets/img/bg-bottom-right-2.svg?v=123422");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.cta-section.dark h2 {
  color: var(--white);
}

.cta-section.dark p {
  color: var(--white);
}
.cta-section .btn-secondary:hover {
  background: var(--white);
  color: var(--black);
}

.cta-section .btn-outline:hover {
  border-color: var(--white);
  color: var(--white) !important;
}

.pearl-aqua {
  color: var(--peach) !important;
}

.company-chart-section {
  padding: 80px 0;
}

.company-chart-section .content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.company-chart-section .content-wrap {
  max-width: 1192px;
  margin: auto;
}

.company-chart-section .content-wrap .content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 32px;
  border-bottom: 1px solid #09100F;
  margin-bottom: 48px;
}

.company-chart-section .content-wrap .content .btn {
  display: inline-block;
}

.company-chart-section .content-wrap .content > div {
  width: 667px;
}

.company-chart-section h2 {
  margin-top: 0;
  margin-bottom: 0;
}





.alliance-brand-logo {
  background-color: var(--black);
  border-radius: 16px;
  padding: .6rem 1rem;
}

.c-suite-box {
  border: 1px solid #aeaeae;
  border-radius: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.w-embed:before, .w-embed:after {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-embed:after {
  clear: both;
}

.c-suite-tag-text {
  position: absolute;
  left: -5px;
  transform: rotate(-90deg);
}

.c-suite-tag-svg {
  width: 65px;
  height: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

.c-suite-tag-container {
  z-index: 1;
  color: var(--white);
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 100%;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -35px;
}

.c-suite-list-container {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12px;
  flex-flow: row;
  flex: 1;
  margin-left: 0;
  padding: 25px;
  display: flex;
  position: relative;
}

.c-suite-grouped {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.c-suite-subgroup {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.c-suite-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 134px;
  padding: 9px 12px;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
}

.c-suite-item:hover {
  background-color: var(--black);
}

.w-inline-block {
  max-width: 100%;
  /* display: inline-block; */
}

.c-suite-item-image.for-dark {
  display: none;
}

.c-suite-item:hover .c-suite-item-image {
  display: none;
}

.c-suite-item:hover .c-suite-item-image.for-dark {
  display: block;
}

.function-list-container {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 12px;
  flex-flow: row;
  flex: 1;
  margin-left: 0;
  padding: 5px 25px 25px;
  display: flex;
  position: relative;
}

.function-grouped {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.c-suite-secondary-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 134px;
  padding: 9px 12px;
  text-decoration: none !important;
  display: flex;
  box-shadow: 0 4px 10px #0000001a;
  color: var(--black);
}

.c-suite-secondary-item:hover {
  background-color: var(--black);
  color: var(--white);
}

.function-subgroup {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.c-suite-secondary-title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.1;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.function-grouped.stretch {
  min-width: 290px;
}

a:active, a:hover {
  outline: 0;
}

.marketers-content p.text-white {
  width: 60%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.marketers-list.limit-logo-display .marketer-card:nth-child(n+7) {
  display: none;
}

.key-takeaway > ul > li {
  font-family: Poppins, sans-serif !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 24px !important;
  background-position-y: 0px;
}

.key-takeaway li:not(:last-of-type) {
  margin-bottom: 16px;
}

.brands-hierarchy-tree {
  text-align: center;
}

.alliance-brand-logo {
  text-align: center;
  display: inline-block;
  background-color: var(--black);
  padding: 13px 24px;
  border-radius: 12px;
}

.top-connector {
  position: relative;
}

.absolute {
  position: absolute;
}

.lf-lg {
  margin-right: -2px;
}

.lf-md {
  left: 287px;
}

.lf-sm {
  left: 490px;
}

.lr-lg {
  margin-left: -2px;
}

.lr-md {
  right: 287px;
}

.lr-sm {
  right: 287px;
}

.mobile-img {
  display: none;
}

.brands-slider {
  display: none;
}

.marketers-list .marketer-card p h2 {
  display: block;
  margin-bottom: 8px;
}
.marketers-list .marketer-card p span:last-of-type {
  display: block;
  width: 91%;
}
.marketers-list .marketer-card .basic-info {
  position: relative;
}
.marketers-list .marketer-card .basic-info h5 {
  margin-bottom: 8px;
}
.marketers-list .marketer-card:hover .basic-info:after {
  right: -8px;
  filter: invert(51%) sepia(33%) saturate(5958%) hue-rotate(329deg) brightness(101%) contrast(100%);
}
.marketers-list .marketer-card .basic-info:after {
  position: absolute;
  top: 30%;
  right: 0;
  content: url(/assets/img/arrow-right-coral.svg?v=123422);
  filter: invert(78%) sepia(9%) saturate(17%) hue-rotate(358deg) brightness(88%) contrast(91%);
}

.cta-section.questions .cta-content {
  display: flex;
}
.cta-section.questions .cta-content .arrow {
  margin-top: 20px;
  transform: rotate(12deg);
}
@media all and (max-width: 768px){
    .cta-section .cta-content img {
        width: 100%;
    }
    .insider-section {
        background-position: center 80px;
    }
    .home-banner .btn:before{
        display: none;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
  .banner-container {
    padding: 80px 56px;
    height: 965px;
  }
  .images-container div {
    width: 23%;
  }
  .images-container div img{
    width: 100%;
  }
  .banner-images .line-1, .banner-images .line-2 {
    width: 100%;
    left: -56px;
  }

  .video-wrapper {
    /* width: 100vw;
    margin-left: -56px; */
  }

  .video-wrapper .since-img {
    display: none;
  }
  .video-wrapper:before {
    display: none;
  }
  
  .video-wrapper:after {
    display: none;
  }

  .video-wrapper .wistia-video {
    height: unset;
  }

  .wistia_responsive_padding iframe {
    border-radius: 0;
  }

  .cta-section.questions .cta-content .arrow {
    margin-top: 0;
  }

  .our-stats-section .courses-counter-up-container {
    padding: 80px 56px;
  }
  .courses-counter-inner-container {
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }

  .video-section {
    padding: 80px 0 0;
  }
  .video-section .content-wrap {
    margin: 0;
  }
  .video-section .content {
    gap: 24px;
    flex-direction: column;
    margin-bottom: 24px;
    padding: 0 32px;
  }
  .video-section .content h2, .video-section .content h2 span{
    margin-bottom: -10px;
    padding-bottom: 10px;
  }
  .video-section .wistia-video {
    width: 100%;
  }
  .video-section .content p {
    width: 100%;
  }
  .video-section .video {
    /* height: 461px; */
  }

  .image-content {
    padding: 80px 56px;
  }
  .image-content .image-section {
    flex-direction: column;
  }
  .image-section img {
    width: 100%;
  }
  .image-content .image-section > div:last-of-type {
    width: 100%;
  }

  .insider-section .insider-content {
    padding: 80px 56px;
  }
  .insider-section .insider-content .insider-cards {
    flex-wrap: wrap;
  }

  .about-membership-section {
    background-image: unset;
  }

  .about-membership-section .col-content {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
  .about-membership-section .col-content .content {
    border-bottom: 1px solid var(--coral);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .about-membership-section h2:after {
    display: none;
  }
  .about-membership-section h2 {
    margin-bottom: 0;
  }
  .about-membership-section h2 .text-italic{
    display: block;
    padding-bottom: 0;
  }
  .about-membership-section .container {
    padding: 80px 56px;
  }
  table.about-membership-table {
    width: 100%;
  }
  table.about-membership-table tr {
    display: grid;
    grid-template-columns: 5% 95%;
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: center;
  }
  table.about-membership-table tr td:not(:last-of-type) {
    grid-column: span 1;
  }
  table.about-membership-table tr td:last-of-type {
    grid-column: span 2;
  }
  table.about-membership-table h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  table.about-membership-table td p {
    padding-left: 0;
  }
  table.about-membership-table tr:not(:first-of-type) h5 {
    padding-top: 24px;
  }
  table.about-membership-table tr:not(:first-of-type) small {
    padding-top: 24px;
    display: block;
  }

  .marketers-section {
    padding: 80px 56px;
  }
  .marketers-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .modal-content {
    display: flex;
    grid-template-columns: 360px 324px;
    padding: 80px 56px;
    width: 91%;
    flex-direction: column;
  }
  .marketers-list .marketer-card .instructor-profile {
    /* height: 233px; */
    height: auto;
  }
  .logo-partners .content {
    padding-left: 56px;
    padding-right: 56px;
    align-items: flex-start;
    flex-direction: column;
  }
  .logo-partners .group-logo {
    gap: 20px;
  }

  .cta-section {
    padding: 80px 56px;
  }
  .cta-section.questions .cta-content {
    align-items: center;
  }
  .cta-section .cta-content p {
    width: unset;
  }
  .cta-section.questions {
    padding-bottom: 70px;
  }

  .cta-section .arrow {
    transform: rotate(36deg);
    width: 75%;
  }

  .company-chart-section {
    padding: 80px 56px;
    overflow: hidden;
  }

  .awards-container h3:after {
    display: none;
  }

  .column-reverse {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 600px) {
    .courses-counter-inner-container {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
  .banner-container {
    padding: 56px 32px;
    height: unset;
    background: url("/assets/img/Frame-929742303.png");
    background-size: cover;
  }
  .home-banner .banner-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 0;
  }
  .home-banner {
    margin-bottom: 27px;
  }
  .home-banner h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .home-banner h1 span { 
    line-height: 52px;
  }
  
  .awards-container .content-wrap div:first-of-type{
    width: unset;
  }
  .awards-container .content-wrap{
    flex-direction: column;
    gap: 40px;
    padding: 0;
  }
  .awards-container {
    background-color: var(--black);
    background-image: url("/assets/img/awards-mobile-background.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 56px 32px;
  }
  .awards-container .content-wrap div:last-of-type {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns in the first row */
    grid-template-rows: auto auto;
    column-gap: 0;
    row-gap: 24px;
    justify-items: center;
  }
  .awards-container .content-wrap div:last-of-type img:nth-last-of-type(-n+2){
    grid-column: span 2;
  }
  .awards-container h3:after {
    content: url(/assets/img/vector-arrow-down.svg?v=123422);
    position: absolute;
    right: -21px;
    bottom: -42px;
    top: unset;
  }

  .video-wrapper {
    width: 100%;
    /* margin-left: -32px; */
  }

  .video-wrapper .since-img {
    display: none;
  }
  .video-wrapper:before {
    display: none;
  }
  
  .video-wrapper:after {
    display: none;
  }


  .video-section .video {
    /* height: 218px; */
  }

  .wistia_responsive_padding iframe {
    border-radius: 0;
  }

  /* .video-wrapper .wistia-video {
    height: unset;
    display: block;
    width: 100%;
  } */

  .wistia_responsive_wrapper {
  left:0;position:unset;top:0;
 }

  .mobile-img {
    display: block;
  }
  .mobile-img.banner-img {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .images-container .image-1, .images-container .image-2, .images-container .image-3, .images-container .image-4, .line-1, .line-2 {
    display: none;
  }

  .our-stats-section .courses-counter-up-container {
    flex-direction: column;
  }
  .our-stats-section .courses-counter-up-container-title {
    text-align: center;
  }
  .our-stats-section .courses-counter-up-container {
    padding: 56px 32px;
  }
  .courses-counter {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }

  .video-section {
    padding: 56px 0 0 0;
  }
  .video-section .content {
    display: block;
    margin-bottom: 24px;
    padding: 0 32px;
  }
  .video-section .content h2 span {
    padding-bottom: 0;
  }
  .video-section .content p {
    width: unset;
  }
  .video-section h2 {
    margin-bottom: 24px;
  }

  .image-content {
    padding: 56px 32px;
  }
  .image-content .image-section {
    flex-direction: column;
  }
  .image-section img {
    width: 100%;
  }
  .image-content .image-section > div:last-of-type {
    width: 100%;
  }
  .image-content.dark {
    background-image: unset;
  }
  
  .wistia-video {
    display: none;
  }
  .mobile-img {
    display: block;
  }

  h2 {
    font-size: 42px !important;
    font-weight: 400 !important;
    line-height: 40px !important;
    letter-spacing: -0.02em !important;
  }

  h2 .text-italic {
    line-height: 40px !important;
    display: inline;
  }

  .insider-section .insider-content {
    padding: 56px 32px;
  }
  .insider-section .insider-content .insider-cards {
    flex-direction: column;
  }
  
  .about-membership-section {
    background-image: unset;
  }
  .about-membership-section .col-content {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
  .about-membership-section .col-content .content {
    border-bottom: 1px solid var(--coral);
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .about-membership-section h2:after {
    display: none;
  }
  .about-membership-section h2 {
    margin-bottom: 0;
  }
  .about-membership-section h2 .text-italic{
    display: block;
    padding-bottom: 0;
  }
  .about-membership-section .container {
    padding: 56px 32px 20px;
  }
  table.about-membership-table {
    width: 100%;
  }
  table.about-membership-table tr {
    display: grid;
    grid-template-columns: 5% 95%;
    grid-template-rows: auto auto;
    column-gap: 16px;
    align-items: center;
  }
  table.about-membership-table tr td:not(:last-of-type) {
    grid-column: span 1;
  }
  table.about-membership-table tr td:last-of-type {
    grid-column: span 2;
  }
  table.about-membership-table h5 {
    margin-top: 0;
    margin-bottom: 0;
  }
  table.about-membership-table td p {
    padding-left: 0;
  }
  table.about-membership-table tr:not(:first-of-type) h5 {
    padding-top: 24px;
  }
  table.about-membership-table tr:not(:first-of-type) small {
    padding-top: 24px;
    display: block;
  }

  .logo-partners {
    padding: 20px 32px 56px 32px;
  }
  .logo-partners .content {
    flex-direction: column;
  }
  .logo-partners .content .group-logo {
    flex-direction: column;
  }
  .logo-partners .content p {
    width: 100%;
    margin-bottom: 0;
  }
  .logo-partners .content-wrap {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .logo-partners .content-wrap > div {
    display: flex;
    justify-content: center;
    gap: 24px;
    align-items: flex-start;
  }
  .logo-partners .content-wrap .group-logo {
    flex-direction: column;
    gap: 29px;
  }
  .logo-partners .content-wrap .group-logo img { 
    height: 40px;
  }
  
  .marketers-section {
    padding: 56px 32px;
  }
  .marketers-content p.text-white {
    width: 100%;
  }
  .marketers-list {
    display: flex;
    flex-direction: column;
  }

  .modal-content {
    padding: 72px 32px;
    display: block;
    width: 90%;
    margin-bottom: 100px;
  }
  .modal-content .col-group {
    align-items: unset;
  }
  .modal-content .instructor-linkedin {
    display: block;
    margin-bottom: 30px;
  }
  .modal-content .profile-picture {
    width: 100%;
    height: unset;
  }

  .cta-section {
    padding: 56px 32px;
  }
  .cta-section.questions .cta-content {
    flex-direction: column;
    gap: 16px;
  }
  .cta-section.questions .cta-content .arrow {
    transform: rotate(22deg);
    width: 60%;
    margin-top: 0;
  }
  .cta-section .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-section .cta-content p, .cta-section .cta-content img {
    width: 100%;
  }
  .cta-section.get-involved {
    padding: 20px 32px 56px 32px;
  }

  .company-chart-section {
    padding: 56px 32px;
  }
  .company-chart-section .content-wrap .content {
    gap: 24px;
    flex-direction: column;
  }
  .company-chart-section .content-wrap .content > div {
    width: 100%;
  }
  .column-reverse {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 1200px) {
  .w-slide {
    vertical-align: top;
    white-space: normal;
    text-align: left;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
  }
  .c-suite-item {
    padding: 15px;
  }
  .c-suite-secondary-item {
    padding: 20px;
  }
  .mask {
    width: 100%;
  }
  .c-suite-item-image {
    /* height: 30px; */
  }
  .brands-slider {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 130px;
    display: flex;
    position: relative;
    overflow: hidden;
  }
  .w-slider-mask {
    z-index: 1;
    white-space: nowrap;
    /* height: 100%; */
    display: block;
    position: relative;
    left: 0;
    right: 0;
    /* overflow: hidden; */
  }
  .brands-mobile {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }
  .c-suite-box-mobile {
    border: 1px solid var(--dark-grey);
    border-radius: 12px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    margin-right: -25px;
    display: flex;
    position: relative;
  }
  .c-suite-box-mobile {
    margin-right: 0;
  }
  .c-suite-tag-container {
    left: -35px;
  }
  .c-suite-tag-svg {
    height: 100%;
  }
  .c-suite-tag-text {
    font-weight: 600;
    position: absolute;
    left: -5px;
    transform: rotate(-90deg);
  }
  .c-suite-list-container {
    background-color: var(--white);
  }
  .c-suite-subgroup {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }
  .c-suite-item, .c-suite-secondary-item {
    width: 170px;
  }
  .w-slider-arrow-left, .w-slider-arrow-right {
    cursor: pointer;
    color: #fff;
    -webkit-tap-highlight-color: #0000;
    tap-highlight-color: #0000;
    -webkit-user-select: none;
    user-select: none;
    width: 80px;
    margin: auto;
    font-size: 40px;
    position: absolute;
    inset: 0;
    overflow: hidden;
  }
  .w-slider-arrow-right {
      z-index: 4;
  }
  .brands-slider-left-arrow {
    color: var(--black);
    width: 44px;
    /* height: 45px; */
    display: flex;
    inset: 20px 60px auto auto;
  }
  .brands-arrow-right-arrow {
    color: var(--black);
    width: 44px;
    /* height: 45px; */
    display: flex;
    inset: 20px 0% auto auto;
  }
  .power-gradient-bg, .leaders-gradient-bg, .brands-gradient-bg {
    display: none;
  }
  .brands-desktop {
    display: none;
  }
}