.site-main {
  max-width: unset;
}

.mobile {
  display: none;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
}

h4, h5 {
  margin-top: 0;
}

.banner {
  background-color: var(--black);
  background-image: url("/assets/img/eclipse-banner-top-right.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 26%;
}

.banner h1 {
  color: var(--white);
  margin-bottom: 24px;
  font-size: 87px;
}

.banner p {
  color: var(--white);
  margin-bottom: 0;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.banner .col-group {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
  align-items: flex-end;
}

.text-primary-coral-gradient {
  padding-bottom: 18px;
  margin-bottom: -18px;
}

.banner a{
  white-space: nowrap;
}
.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;
}
.wistia_responsive_padding {
  position: absolute;
  top: 0;
}

.video-wrapper .since-img {
  position: absolute;
  top: 57px;
  right: 8px;
}
.video-wrapper:before {
  content: url("/assets/img/video-placeholder-left.svg");
  margin-right: 10px;
  margin-top: 30px;
}

.video-wrapper:after {
  content: url("/assets/img/video-placeholder-right.svg");
  margin-left: -70px;
  margin-top: -20px;
}
/* partners section */

/* .our-partners {
  background-color: var(--black);
} */

/* .our-partners .container {
  max-width: 1192px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 80px;
} */

/* .our-partners h5 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
} */

/* .our-partners .logos {
  display: flex;
  gap: 40px;
} */


/* .our-partners .logos a {
  padding: 4px 12px;
  background-color: #171E1D;
  border-radius: 12px;
} */

/* .our-partners .logos a:hover {
  background-color: var(--white);
} */

/* .our-partners .logos a:hover img{
  filter: brightness(0);
} */

.logo-partners .media-pack-content-wrap {
  padding-top: 48px;
  padding-bottom: 80px;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.logo-partners .group-logo-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 64px;
  justify-content: flex-start !important;
}

.partners-logo-item {
    height: 60px;
    width: auto;
    background: #171e1d;
    padding: 10px;
    border-radius: 12px;
}

.partners-logo-item.totango-logo {
  width: 180px;
}
.partners-logo-item.klue-logo {
  height: 35px;
}

.media-pack-content-wrap h5 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
}

/* end partners section */

.ltr-section .container{
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 119px;
  align-items: center;
}


.graph-section {
  background-color: var(--white);
  color: var(--black);
}

.graph-section .container{
  max-width: 1192px;
  margin: auto;
  padding: 0;
  padding-bottom: 80px;
}

.graph-section .header{
  display: flex;
  justify-content: space-between;
  gap: 126px;
  /* margin-bottom: 24px; */
  padding-bottom: 24px;
  border-bottom: 1px solid var(--coral);
}
.graph-section .header h3 {
  width: 480px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -2.24px;
}

.graph-section .header > div {
  width: 587px;
}

.graph-section .counter-inner-container {
  display: grid;
  /* margin-bottom: 40px; */
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 45px;
}

.courses-counter-box {
  padding: 0;
}

.graph-container {
  display: flex;
  gap: 48px;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}

/* .graph-section .header{
  display: flex;
  justify-content: space-between;
  gap: 126px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--coral);
} */

.graph-section .header p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.graph-section .header h2 {
  width: 480px;
  margin-bottom: 0;
}

.graph-section .header > div {
  width: 587px;
}

.graph-section .counter-inner-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
  row-gap: 45px;
}

.graph-image-container {
  /* width: 55%; */
}
.graph-image {
  width: 100%;
}

.audience-card-container .audience-card {
  background-color: transparent;
  border-radius: 12px;
  padding: 24px 16px;
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
  border: 1px solid #aeaeae;
}

.audience-card-container .audience-card p {
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.audience-card-container .audience-card h4 {
  margin: 0;
  color: var(--coral);
  width: 100%;
}
.audience-card-container .audience-card img {
  filter: invert(1);
}

.graph-container {
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.graph {
  width: 789px;
  box-shadow: 0px 4px 10px 0px #0000001A;
  padding: 32px 32px 64px 32px;
}

.line-group {
  display: flex;
  gap: 56.25px;
  height: 204px;
  align-items: flex-end;
}

.line-item {
  width: 100px;
  text-align:center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.line-item small {
  position: absolute;
  width: 100px;
  left: 0;
  bottom: -24px;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 300;
  line-height: 14px;
}

.line-item .two-line {
  bottom: -40px;
}

.graph-content {
  width: auto;
}

.graph-content small {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-align: left;
  margin-bottom: 8px;
}

.graph-content h4:not(:last-of-type) {
  margin-bottom: 48px;
}

.line-bar {
  width: 100%;
  display: block;
  background-color: #65C9BD;
  border-radius: 6px;
  height: 0;
  transition: height 1s ease-in-out;
}

.cta-section {
  background: var(--coral-gradient);
  padding: 80px 0;
}

.cta-section .cta-content {
  max-width: 1192px;
  margin: auto;
}

.cta-section .text-italic {
  display: block;
}

.cta-section h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 24px;
}

.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 .logos {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

.cta-section .cta-content img {
  margin-bottom: 24px;
}

.cta-section .btn.btn-secondary:hover {
  background: var(--white) !important;
  color: var(--black);
}

.cta-section .btn-outline:hover {
  border-color: var(--white);
  color: var(--white) !important;
}

.pricing-section {
  padding: 80px 0px;
  /* background-color: var(--black); */
}

.pricing-section.exec-plus .pricing-content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--coral);
}

.pricing-section .pricing-content {
    max-width: 1192px;
    margin: auto;
}

.pricing-content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  position: relative;
  color: var(--white);
}

.pricing-section.exec-plus .pricing-description {
  width: 587px;
}

.pricing-section p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  color: var(--white);
}

.pricing-section.exec-plus .package-details {
  max-width: 1192px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.pricing-section.exec-plus .package-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 486px;
}

.pricing-section.exec-plus .package-menu .menu-item {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: var(--white);
  padding: 16px 0 16px 32px;
  border-bottom: 1px solid #AEAEAE;
  text-decoration: none;
  cursor: pointer;
}

.pricing-section.exec-plus .package-menu .menu-item.active {
  color: var(--coral);
}

.pricing-section.exec-plus .package-menu .menu-item:after {
  content: url(/assets/img/arrow-right-coral.svg);
  float: right;
  filter: invert(58%) sepia(85%) saturate(0%) hue-rotate(160deg) brightness(104%) contrast(85%);
  transform: translate3d(-0.5rem, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transition: all .28s;
}

.pricing-section.exec-plus .package-menu .menu-item.active:after {
  content: url(/assets/img/arrow-right-coral.svg);
  float: right;
  opacity: 1;
  transform: translate3d(0, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  filter: none;
}

.pricing-section.exec-plus .package-descriptions {
  width: 587px;
}

.package-detail {
  display: none;
}

.package-detail.active {
  display: block;
}

.pricing-section.exec-plus .package-detail {
  padding-top: 16px;
}

.pricing-section.exec-plus .package-details-mobile {
  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: 0;
  color: var(--white);
}

.pricing-section.exec-plus .package-menu .menu-item:hover {
  color: var(--coral);
}

.insider-section {
  /* background-color: var(--black); */
}

.insider-section .insider-content {
  padding: 80px 0;
  max-width: 1192px;
  margin: auto;
}

.insider-content h2 {
  margin-top: 0;
  color: var(--white);
  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;
}

.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;
}

.insider-card p {
  margin-bottom: 0;
}

.case-study .container {
  max-width: 1192px;
  margin: auto;
  padding: 80px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.case-study .container .content {
  width: 586px;
}

.case-study .tag {
  display: inline-block;
  border-radius: 40px;
  border: 1px solid #09100F;
  padding: 8px 12px;
  margin-bottom: 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.case-study p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ltr-section.bg-black {
  background-color: var(--black);
}

.ltr-section {
  padding: 80px 0;
  background-color: var(--white);
  /* background-image: url(/assets/img/eclipse-left-bottom-light.svg); */
  background-position: left bottom;
  background-repeat: no-repeat;
}

.ltr-section .ltr-content {
  max-width: 1188px;
  margin: auto;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}


.ltr-section .ltr-content .image {
  width: 588px;
  display: flex;
  align-items: center;
}
#bookCall .ltr-content {
  align-items: center;
}

.ltr-section .ltr-content .content {
  width: 587px;
}

.ltr-section .ltr-content .content h2 {
  margin-top: 0;
  margin-bottom: 24px;
  color: var(--white);
}
.ltr-section.bg-white .ltr-content .content h2 {
  color: var(--black);
}
.ltr-section .ltr-content .content p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}

.ltr-section.bg-black .ltr-content .content p {
  color: var(--white);
}

.ltr-section .ltr-content .content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.ltr-section .ltr-content .content ul li {
  margin: 0;
  padding-left: 24px;
  background: url(/assets/img/bullet-point.svg) no-repeat;
  background-position-y: 2px;
}

.ltr-section .ltr-content .content ul li {
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.ltr-section.bg-black .ltr-content .content ul li {
  color: var(--white);
}

.ltr-section .ltr-content iframe {
  border-radius: 32px;
}

.ltr-section p {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.courses-counter-box p{
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.courses-counter {
  font-family: Poppins, sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -0.04em;
  color: transparent;
}

.merge-section {
  background-color: var(--black);
  background-image: url("/assets/img/bg-bottom-right.svg?v=123342");
  background-position: bottom right;
  background-repeat: no-repeat;
}

button.accordion {
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  padding: 16px 0;
  color: var(--white);
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #AEAEAE;
}

button.accordion:before {
  /* content: " ";
  border: 2px solid var(--white);
  width: 8px;
  display: block; */
  /* transform: rotate(90deg); */
  /* transition: transform .2s ease-in-out; */
}

button.accordion.is-open {
  color: var(--coral);
}

button.accordion.is-open:before {
  /* transform: rotate(0);
  border-color: var(--coral); */
  content: url("/assets/img/arrow-right-coral.svg");
}

.accordion-content {
  background-color: transparent;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out, padding 0.2s ease-in-out;
}

.accordion-content p {
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.accordion-content p:last-of-type {
  margin-bottom: 0;
}
@media all and (max-width:1024px) {
  .video-section {
    padding: 0;
  }
  .video-wrapper:before {
    display: none;
  }
  
  .video-wrapper:after {
    display: none;
  }
  .wistia_responsive_padding iframe{
    border-radius: 0;
  }
  .wistia_responsive_padding {
    position: relative;
    top: unset;
  }
  
}
@media (min-width: 601px) and (max-width: 1200px) {
  .insider-section .insider-content .insider-cards {
    flex-wrap: wrap;
  }
  .banner {
    background-size: 56%;
  }
  .banner .col-group {
    padding: 80px 56px;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner h1 .text-italic {
    display: inline;
  }
  .banner h1 {
    margin-bottom: 24px;
  }
  .banner p {
    margin-bottom: 24px;
  }

  .our-partners {
    margin-top: -2px;
  }
  .our-partners .container {
    padding-left: 56px;
    padding-right: 56px;
  }
  .our-partners .logos {
    flex-wrap: wrap;
  }

  .ltr-section {
    padding: 80px 56px;
  }
  .ltr-section .container {
    gap: 32px;
    flex-direction: column;
  }

  .graph-section .container {
    padding: 80px 56px;
  }
  .graph-section .counter-inner-container {
    column-gap: 100px;
    flex-wrap: wrap;
  }

  .cta-section {
    padding: 80px 56px;
  }

  .pricing-section {
    padding: 80px 56px;
  }
  .pricing-section.exec-plus .pricing-content {
    gap: 54px;
  }
  .pricing-section.exec-plus .package-details {
    gap: 64px;
  }

  .insider-section .insider-content {
    padding: 80px 56px;
  }

  .case-study .container {
    padding: 80px 56px;
  }

  .ltr-section .ltr-content {
    gap: 32px;
    flex-direction: column;
  }

  .line-group {
    height: 80%;
  }
  .graph {
    width: 700px;
  }
  .line-item small {
    width: 80px;
  }
  .line-item .two-line {
    bottom: -50px;
  }
}
@media (min-width: 450px) and (max-width: 600px) {
.graph-section {
    margin-top: 100px;
  }
}

@media (max-width: 600px) {

  .banner h1 {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .graph-section .header h3 {
    font-size: 38px;
    line-height: 1;
  }
  .graph-section {
    /* margin-top: 150px; */
  }
  .banner h1 span {
    display: inline;
  }
  .banner .col-group{
    padding: 56px 32px;
    align-items: unset;
  }
  .banner {
    background-size: unset;
    background-image: none;
  }
  .banner p {
    margin-bottom: 24px;
  }
  .banner .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .our-partners {
    margin-top: -1px;
  }
  .our-partners .container {
    padding: 56px 32px;
  }
  .our-partners .logos {
    flex-wrap: wrap;
    gap: 32px;
  }

  .ltr-section {
    padding: 56px 32px;
  }
  .ltr-section.no-bg {
    padding-bottom: 28px;
  }
  .ltr-section .container {
    gap: 48px;
    flex-direction: column-reverse;
  }
  .ltr-section h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .ltr-section img {
    width: 100%;
  }

  .graph-section .container {
    padding: 56px 0;
    padding-top: 28px;
  }
  .graph-section .header {
    flex-direction: column;
    gap: 24px;
    padding-bottom: 24px;
  }
  .graph-section .header h2 {
    font-family: Poppins, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
    width: unset;
  }
  .graph-section .header h2 span{
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .graph-section .header > div {
    width: unset;
  }
  .graph-section .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }
  .graph-section .counter-inner-container {
    flex-direction: column;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
  .courses-counter {
    font-size: 56px;
    font-weight: 400;
    line-height: 58px;
    letter-spacing: -0.04em;
  }
  .graph {
    width: 100%;
    height: 100%;
    padding: 33px 32px 88px 32px;
  }
  .graph-container {
    flex-direction: column;
    gap: 24px;
  }
  .line-group {
    gap: 16px;
    height: 164px;
  }
  .line-item {
    width: 43px;
  }
  .line-item small {
    width: 43px;
    bottom: -30px;
  }
  .line-item .two-line {
    bottom: -74px;
  }
  .graph-content {
    width: unset;
    padding: 0;
  }
  .graph-content h4:not(:last-of-type) {
    margin-bottom: 32px;
  }
  
  .graph-section .courses-counter-box p {
    margin-bottom: 0;
  }

  .cta-section {
    padding: 56px 32px;
  }
  .cta-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .cta-section .cta-content > img {
    width: 100%;
  }
  .cta-section .logos {
    column-gap: 24px;
    row-gap: 0;
  }
  .cta-section .cta-content .logos {
    margin-bottom: 31px;
  }
  .cta-section .cta-content .logos > img {
    margin-bottom: 0;
  }
  .cta-section .cta-content p {
    width: unset;
  }
  .btn-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-section {
    padding: 56px 32px;
  }
  .pricing-section .package-details {
    display: none !important;
  }
  .pricing-section.exec-plus .pricing-content {
    flex-direction: column;
  }
  .pricing-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
  }
  .pricing-section.exec-plus .pricing-description {
    width: unset;
  }
  .package-details-mobile {
    display: block !important;
  }
  .video-wrapper {
    width: 100vw;
    margin-left: -32px;
  }

  .video-wrapper .since-img {
    display: none;
  }
  .video-wrapper:before {
    display: none;
  }
  
  .video-wrapper:after {
    display: none;
  }

  .video-section .video {
    height: auto;
  }

  .wistia_responsive_padding iframe {
    border-radius: 0;
  }

  .video-wrapper .wistia-video {
    height: unset;
    display: block;
    width: 100%;
  }

  .video-section {
    padding: 56px 32px;
  }

  .video-section .content {
    display: block;
    margin-bottom: 56px;
  }
  .video-section .content h2 span {
    padding-bottom: 0;
  }
  .video-section .content p {
    width: unset;
  }
  .video-section h2 {
    margin-bottom: 24px;
  }

  .merge-section {
    display: flex;
    flex-direction: column-reverse;
  }
  .insider-section .insider-content {
    padding: 56px 32px;
  }
  .insider-section h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
  }
  .insider-section .insider-content .insider-cards {
    flex-direction: column;
  }

  .case-study .container {
    flex-direction: column;
    padding: 56px 32px;
  }
  .case-study .container .content {
    width: unset;
    margin-bottom: 24px;
  }
  .case-study .image img {
    width: 100%;
  }

  .ltr-section .ltr-content {
    flex-direction: column-reverse;
    gap: 24px;
  }
  .ltr-section .ltr-content .image {
    width: unset;
  }
  .ltr-section .ltr-content .content {
    width: unset;
  }

  h1 .text-italic, h2 .text-italic {
    line-height: 42px !important;
  }
}

/* floating header */

.media-pack-content-wrap {
  max-width: 1192px;
  margin: 0 auto;
}


#custom-float-navigation {
  overflow: hidden;
  transition: top 0.3s ease-in-out;
  position: fixed;
  top: -91px;
  width: 100%;
  z-index: 9999;
  background-color: var(--black);
}

#custom-float-navigation.show {
  top: 0;
}

.float-header .site-logo {
  height: 48px;
  width: auto;
}
.custom-float-container {
  padding: 24px 0px;
  background-color: var(--black)
}

.float-header {
  max-width: 1192px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.float-cta {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

/* end floating header */

@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;
  }
}
@media all and (max-width: 992px) {
  /* .video-wrapper:after, .video-wrapper:before {
    width: 0;
    margin-left: 0;
    margin-right: 0;
  } */
   .graph-section .header {
    flex-direction: column;
    gap: 20px;
   }
   .graph-section .header > div {
    width: 100%;
   }
}

@media screen and (max-width: 1000px) {
  .float-cta .btn {
    padding: 10px 10px;
    font-size: 12px;
}
.float-cta {
  gap: 9px;
}
.float-header .site-logo {
  height: 27px;
}
}

@media screen and (max-width: 500px) {
  .float-cta .btn {
    font-size: 11px;
  }
  .custom-float-container {
    padding: 20px;
}
  .custom-float-container .float-header {
      gap: 10px;
  }
  .float-header .site-logo {
    height: 27px;
    width: 27px;
    object-fit: cover;
    object-position: left;
  }
  .graph-image-container {
    width: 100%;
  }
  .audience-card-container {
    margin-top: 24px;
  }
  .logo-partners .media-pack-content-wrap {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .media-pack-content-wrap h5 {
    margin-bottom: 0;
  }
  .partners-logo-item {
    height: 56px;
    width: 45%;
  }
  .logo-partners .group-logo-grid {
    gap: 24px;
  }
}