

.page-wrapper {
  overflow: unset;
}

.ads-library-listing .page-title {
  padding: 0 0 80px;
  border-bottom: 1px solid #D6D6D6;
}

.ads-library-listing .listing-wrapper {
  display: flex;
  flex-direction: row;
  gap: 80px;
  margin: 80px 0;
  align-items: flex-start;
  position: relative;
}

.ads-library-listing .listing-wrapper .categories {
  width: 250px;
  position: sticky;
  top: 85px;
}

body.embedded .ads-library-listing .listing-wrapper .categories{
  top: 0;
}

.ads-library-listing .listing-wrapper .ads {
  width: calc(100% - 330px);
} 

.tabs {
  justify-content: flex-start;
  margin: 0 0 80px;
}

.categories {
  padding: 20px 0;
}

.categories .wrapper {
  overflow: auto;
/*   max-height: 200px; */
  padding-left: 20px;
  position: relative;
}

.categories .wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 20px;
  width: 1px;
  height: 100%;
  background: #D6D6D6
}

.categories .category-wrapper {
  margin: 0 0 10px;
  padding-left: 20px;
  position: relative
}

.categories .category-wrapper:last-child {
  margin: 0
}

.categories a {
  transition: .2s ease;
  cursor: pointer;
  color: #000000;
  font-size: 
  
  
  
  
  
    
      15px
    
  
;
}

.categories .category-wrapper:hover a {
  color: #3B63F5;
}

.categories .category-wrapper:hover .ripple  {
  border: 1px solid #3B63F5;
}

.categories .active a {
  color: #3B63F5;
}

.categories .category-wrapper .ripple {
  position: absolute;
  top: 9px;
  left: -5px;
  border: 1px solid #D6D6D6;
  width: 11px;
  height: 11px;
  background: #FFFFFF;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  transition: .2s ease;
}

.categories .active .ripple {
  background: #3B63F5;
  border: 1px solid #3B63F5;
  animation: pulse 2s infinite
}


.ad-card {
  background: #FFFFFF;
  border-radius: 
  
  
    10px
  
;
  opacity: 1;
  padding: 20px;
  margin: 0 0 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.ad-wrapper:last-child .ad-card {
  margin: 0;
}

.ad-card .left-column {
  width: 140px;
}

.ad-card .right-column {
  width: 100%;
}

.ad-card .ad-banner {
  width: 140px;
  height: 140px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #D6D6D6;
  border-radius: 
  
  
    5px
  
;
}

.ad-card .title {
  margin: 20px 0 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.ad-card .title a {
  color: inherit;
  transition: .2s ease;
  text-decoration: none;
}

.ad-card .title a:hover {
  color: #3B63F5;
}

.audio-player {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
  justify-content: space-between;
}

.audio-player .time {
  font-size: 
  
  
  
  
  
    
      15px
    
  
;
  font-weight: 500;
}

.audio-player .progress-bar {
  background-color: #F2F2F2;
  cursor: pointer;
  height: 10px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  max-width: calc(100% - 190px);
}

.audio-player .progress {
  height: 100%;
  background-color: #3B63F5;
  width: 0%;
  border-radius: 5px;
}


.audio-player .player-button {
  display: inline-flex;
  width: 50px;
  height: 50px;
  position: relative;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  background: #000000;
  border-radius: 50%;
  transition: 0.2s ease;
}

.audio-player .player-button span {
  z-index: 3;
  font-size: 24px;
  color: #F2F2F2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.audio-player .player-button.is-playing {
  background: #3B63F5;
}



.ad-card .ad-desc {
  margin: 20px 0;
  font-size: 
  
  
  
  
  
    
      15px
    
  
;
}

/* .ad-card .secondary-button {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 30px;
}

.ad-card .secondary-button:hover {
  box-shadow: inset 0 0 0 1px #3B63F5;
  background: rgba(46, 127, 255, .08);
}
 */

/* Ad Modal */
.ad-modal-wrapper {
  position:absolute;
}

.ad-modal-wrapper .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  top: 0;
  left: 50%;
  z-index: -998;
  opacity: 0;
  transform: translateX(-50%);
}

.ad-modal-wrapper .modal.visible {
  opacity: 1;
  z-index: 998;
  display: block;
  transition:opacity .2s ease;
}

.ad-modal-wrapper .overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  z-index: -999;
  opacity: 0;
}

.ad-modal-wrapper .overlay.visible {
  z-index: 997;
  opacity: .85;
  display: block;
  transition: .2s ease;
}

.ad-modal-wrapper .modal .modal-body {
  background: #FFFFFF;;
  border-radius: 
  
  
    15px
  
;
  overflow: hidden;
  margin: 80px auto;
  box-shadow: 
  
  
    3px 3px 20px #0000001c
  
;
  max-width: 1200px;
}

.ad-modal-wrapper .modal .modal-header {
  padding:60px 20px;
  position: relative;
}

.ad-modal-wrapper .modal .modal-header h2 {
  margin:0;
  font-size: 
  
  
  
  
  
    
      32px
    
  
;
  position:relative;
  z-index:1;
}
.ad-modal-wrapper .modal .modal-header span {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #000000;
  cursor:pointer;
  transition: .2s ease;
}

.ad-modal-wrapper .modal .modal-header span:hover {
  opacity: .7;
}

.ad-modal-wrapper .modal .modal-content {
  padding:10px 40px 70px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  gap: 70px;
}

.ad-modal-wrapper .modal .modal-content .left-column {
  width: 320px;
}

.ad-modal-wrapper .modal .modal-content .right-column {
  width: calc(100% - 390px);
}

.ad-modal-wrapper .modal .modal-content {
  padding:10px 40px 70px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}

/* .ad-modal-wrapper .modal .modal-content .icon {
  display: block;
  width: 80px;
  height: 80px;
  margin:0 auto 40px;
} */

.ad-modal-wrapper .right-column ol,
.ad-modal-wrapper .right-column ul {
  list-style:none;
  padding:0;
}

.ad-modal-wrapper .right-column ul ul {
  margin:0 0 5px;
  padding-left: 20px;
}

.ad-modal-wrapper .right-column ul div {
  margin:0;
}

.ad-modal-wrapper .right-column ol li,
.ad-modal-wrapper .right-column ul li {
  position:relative;
  padding-left:20px;
  margin:0 0 5px;
}

.ad-modal-wrapper .right-column ol li:last-child,
.ad-modal-wrapper .right-column ul li:last-child {
  margin:0;
}

.ad-modal-wrapper .right-column ol li {
  counter-increment: custom-counter;
}

.ad-modal-wrapper .right-column ol li:before {
  content: counter(custom-counter)".";
  color: #3B63F5;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  left: 0;
  line-height: 1;
  top: 4px;
}

.ad-modal-wrapper .right-column ul li:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: -webkit-linear-gradient(90deg,#3B63F5,#1fa0ff);
  background: -o-linear-gradient(90deg,#3B63F5,#1fa0ff);
  background: -moz-linear-gradient(90deg,#3B63F5,#1fa0ff);
  background: linear-gradient(90deg,#3B63F5,#1fa0ff);
  /* box-shadow: 0 3px 4px rgb(0 143 255 / 31%); */
  position: absolute;
  top: 9px;
  left: 0;
}

.ad-modal-wrapper .right-column  ul ul li:before {
  background: transparent;
  border: 1px solid #3B63F5;
}


.ad-modal-wrapper .right-column ul,
.ad-modal-wrapper .right-column ol,
.ad-modal-wrapper .right-column pre,
.ad-modal-wrapper .right-column p,
.ad-modal-wrapper .right-column em {
  margin:0 0 40px;
  font-size: 16px;
  line-height: 24px;
}

.ad-modal-wrapper .right-column h1,
.ad-modal-wrapper .right-column h2,
.ad-modal-wrapper .right-column h3,
.ad-modal-wrapper .right-column h4,
.ad-modal-wrapper .right-column h5,
.ad-modal-wrapper .right-column h6 {
  margin:0 0 40px;
  font-weight:600;
}

.ad-modal-wrapper .right-column h6 {
  font-size:18px;
}
.ad-modal-wrapper .right-column h5 {
  font-size:20px;
}
.ad-modal-wrapper .right-column h4 {
  font-size:22px;
}
.ad-modal-wrapper .right-column h3 {
  font-size:24px;
}
.ad-modal-wrapper .right-column h2 {
  font-size:26px;
}
.ad-modal-wrapper .right-column h1 {
  font-size:28px;
}

.ad-modal-wrapper .right-column a {
  text-decoration: underline;
  color: #3B63F5;
  transition: .2s ease;
}

.ad-modal-wrapper .right-column a:hover {
  opacity: .6;
}

.ad-modal-wrapper .right-column blockquote {
  margin:0 0 40px;
  text-align:center;
}

.ad-modal-wrapper .right-column blockquote > *{
  font-size:16px;
  font-family: 'Lora', serif;
  color:#008FFF;
}

.ad-modal-wrapper .right-column .hs_cos_wrapper_type_inline_rich_text br {
  display:none;
}

.ad-modal-wrapper .right-column table {
  width: 100%;
}

.ad-modal-wrapper .section {
  margin: 0 0 60px;
  font-size: 
  
  
  
  
  
    
      15px
    
  
;
}

.ad-modal-wrapper .section:last-child {
  margin: 0;
}

.ad-modal-wrapper .section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 20px;
}

.ad-modal-wrapper .section-title h2 {
  margin: 0;
  font-size: 
  
  
  
  
  
    
      22px
    
  
;
}

.ad-modal-wrapper .section-title span {
  font-size: 30px;
  opacity: .4;
}

.ad-modal-wrapper .stats {
  display: flex;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.ad-modal-wrapper .stat {
  width: 150px;
}

.ad-modal-wrapper .stat .large-text {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.ad-modal-wrapper .stat .label {
  margin: 0;
}

.ad-modal-wrapper .text-green p {
  color: #00AAD8;
}

.ad-modal-wrapper .text-orange p {
  color: #F69333;
}

.ad-modal-wrapper .text-purple p {
  color: #835AD6;
}

.phone {
  display:inline-block;
  height: 690px;
  width: 320px;
  border: 10px solid #FFFFFF;
  box-shadow: 
  
  
    3px 3px 20px #0000001c
  
;
  border-radius: 52px;
  position: relative;
  overflow: hidden;
  background: -webkit-linear-gradient(135deg,#2B557D 10% ,#2B3D7F 90%);
  background: -o-linear-gradient(135deg,#2B557D 10% ,#2B3D7F 90%);
  background: -moz-linear-gradient(135deg,#2B557D 10% ,#2B3D7F 90%);
  background: linear-gradient(135deg,#2B557D 10% ,#2B3D7F 90%);
  padding: 35px 15px;
  color: #FFFFFF;
  text-align: center; 
}

.phone:before {
  content: '';
  width: 110px;
  height: 12px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -55px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  top: 0;
}

.phone:after {
  content: '';
  width: 130px;
  height: 7px;
  background: #FFFFFF;
  position: absolute;
  left: 50%;
  margin-left: -65px;
  border-radius: 20px;
  bottom: 10px;
}

.phone .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone .top p {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.phone .top .back {
  font-size: 22px;
}

.phone .top .thumb-up {
  font-size: 16px;
}

.phone .label {
  font-size: 12px;
  margin: 25px 0;
  font-weight: 600;
}

.phone .banner {
  width: 270px;
  height: 270px;
  background-color: rgba(255,255,255,.1);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.phone .banner-name {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 30px 0 0;
}

.phone .banner-name .line {
  background: #FFFFFF;
  width: 100%;
  height: 1px;
}

.phone .banner-name p {
  margin: 0 10px;
}

.phone audio {
  display: none;
}

.phone .play-button {
  z-index:2;
  width:50px;
  height:50px;
  font-size:50px;
  line-height:1;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 40px auto;
  position: relative;
}

.phone .material-icons {
  color: #FFFFFF;
}

.phone .play-button span {
  color:inherit;
  font-size:inherit;
  position:relative;
  text-shadow: 0 0 10px rgba(0,0,0, .2);
  transition:.2s ease;
  z-index: 2;
  cursor: pointer;
}

.phone .play-button:hover span {
  transform: scale(1.2);
}

.phone .play-button:hover:after,
.phone .play-button:hover:before {
  background-color:rgba(255,255,255, .3);
  transform:translate(-50%, -50%) scale(1.2);
}

.phone .play-button:after {
  width:110%;
  height:110%;
}

.phone .play-button:before {
  width:135%;
  height:135%;
}

.phone .play-button:after,
.phone .play-button:before {
  content:'';
  position:absolute;
  background-color:rgba(255,255,255,.4);
  border-radius:50%;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0,0,0, .2);
  transition: .2s ease;
}

.phone .play-button .pause {
  display: none;
}

.progress-wrapper {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 30px 0 0;
}

.phone .progress-bar {
  height: 3px;
  background: #16235A;
  margin: 0 10px;
  width: 100%;
  position: relative;
}

.phone .progress-bar .progress {
  height: 3px;
  position: absolute;
  top:0;
  left:0;
  background: #FFFFFF;
}

.targeting {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-start;
}

.targeting .item {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 0 0 20px;
  border-bottom: 1px solid #D6D6D6;
}

.targeting .item .title {
  font-size: 
  
  
  
  
  
    
      18px
    
  
;
  margin: 0 0 10px;
  font-weight: 500;
}

.targeting .item .description {
  font-size: 
  
  
  
  
  
    
      15px
    
  
;
  margin: 0;
}

.targeting .item .material-icons {
  font-size: 28px;
  width: 28px;
  height: 28px;
}

.testimonial-wrapper {
  padding: 60px 0 0;
  border-top: 1px solid #E6EBF2;
}

.testimonial-wrapper .testimonial {
  margin: 0;
}

.testimonial-wrapper .testimonial:before {
  content: '“';
  color: #a3acbf;
  font-size: 24px;
  line-height: 1;
  margin-right: 5px;
}

.testimonial-wrapper .testimonial:after {
  content: '”';
  color: #a3acbf;
  font-size: 24px;
  line-height: 1;
  margin-left: 5px;
}

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

.testimonial-wrapper .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-wrapper .stars {
  display: inline-block;
  text-align: left;
  font-size: 0;
  width: 120px;
  height: 24px;
}

.testimonial-wrapper .grey-stars {
  position:relative;
  z-index: 1;
}

.testimonial-wrapper .grey-stars span {
  color: rgba(0,0,0,.2);
}

.testimonial-wrapper .yellow-stars {
  position:relative;
  z-index: 2;
  margin-top: -24px;
}

.testimonial-wrapper .yellow-stars span {
  color: #FFCE00;
}

.ad-modal-wrapper .right-column .testimonial-wrapper .name {
  margin: 0 0 5px;
}

.ad-modal-wrapper .right-column .testimonial-wrapper .position {
  color: #a3acbf;
  margin: 0 0 10px;
  font-size: 14px;
}

#ad-modal-page {
  position: relative;
}

#ad-modal-page .modal {
  position: relative;
  z-index: 1;
  transform: none;
  opacity: 1;
  left: auto;
  top: 0;
}

#ad-modal-page .modal .modal-body {
  max-width: 1280px;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

#ad-modal-page .modal .modal-header {
  padding: 0 20px;
}

#ad-modal-page .modal .modal-content {
  padding: 0 20px;
}

#ad-modal-page h1 {
  margin: 0 0 80px;
}

.breadcrumb {
  padding: 0 20px;
}


@media (max-width: 992px) {
  .ads-library-listing .listing-wrapper {
    flex-direction: column;
    gap: 0;
  }
  body.embedded .ads-library-listing .listing-wrapper .categories,
  .ads-library-listing .listing-wrapper .categories {
    position: relative;
    top: auto;
    width: 100%;
    padding: 0;
  }
  .categories .wrapper:before {
    display: none;
  }
  .categories .ripple {
    display: none;
  }
  .categories .wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
    max-height: none;
    padding: 0;
    overflow: visible;
  }
  .categories .category-wrapper {
    padding: 0;
    margin: 0;
    display: flex;
  }
  .tags {
    display: none;
  }
  .ad-modal-wrapper .modal .modal-content {
    flex-direction: column;
  }

  .ad-modal-wrapper .modal .modal-content .left-column {
    order: 2;
    margin: 0 auto;
  }
  .ad-modal-wrapper .modal .modal-content .right-column {
    order: 1;
    width: 100%;
  }
  .ads-library-listing .listing-wrapper .ads {
    width: 100%;
  }
  .categories .active a {
    #FFFFFF
  }
}

@media (max-width: 767px) {
  .ad-card {
    flex-direction: column;
    gap: 0;
  }
  .ad-card .left-column {
    width: auto;
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .ad-card .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    max-width: calc(100% - 160px);
  }
  .audio-player {
    gap: 15px;
    justify-content: space-between;
  }
  .audio-player .time {
    font-size: 14px;
  }
  .audio-player .progress-bar {
    max-width: calc(100% - 170px);
  }
  .ad-modal-wrapper .modal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 1240px) {
  .ad-modal-wrapper .modal .modal-body {
    max-width: calc(100% - 20px);
  }
}

@media (max-width: 380px) {
  .phone .banner,
  .ad-modal-wrapper .modal .modal-content .left-column,
  .phone {
    width: 100%;
  } 
}

body.embedded {
  background: #F7F9FA;
}

body.embedded .body-wrapper {
  padding: 0!important;
}

body.embedded .breadcrumb,
body.embedded .section-mt,
body.embedded .ads-library-listing .page-title,
body.embedded #hs_cos_wrapper_top-ripple,
body.embedded .footer-ripple-effect,
body.embedded .footer,
body.embedded header.header {
  display: none;
}

body.embedded .ads-library-listing .listing-wrapper {
  margin: 40px 0 0;
}

body.embedded #ad-modal-page .modal .modal-body {
  margin-top: 40px;
  margin-bottom: 40px;
}

.embedded .back-button {
  padding: 0 20px;
}

.embedded .back-button a {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 20px;
  color: #000000;
}
.embedded .back-button a:hover {
  opacity: .6;
}