:root {
  --color-link: #8fa6d0;
  --color-link-grey: #a7a9b8;
  --color-link-hover: #6da1ff;
  --blue: #377dff;
  --indigo: #2d1582;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ed4c78;
  --orange: #fd7e14;
  --yellow: #f5ca99;
  --green: #28a745;
  --teal: #00c9a7;
  --cyan: #09a5be;
  --white: #fff;
  --gray: #8F95A0;
  --gray-dark: #737373;
  --primary: #84B761;
  --secondary: #577CC0;
  --success: #28a745;
  --info: #007bff;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #F5F7FA;
  --dark: #1D1D1D;
  --light-2: #FBFBFB;
  --tertiary: #3E7FEA;
  --primary-master: #D0021B;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

::selection {
  color: #fff;
  background-color: #fc692d;
}

*.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;

  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none;
}

#hero-section a:not(.btn) {
  color: var(--color-link-grey);
}

#hero-section a:not(.btn):hover {
  color: var(--color-link-hover);
}

h2,
.h2 {
  font-size: 50px !important;
}

h1,
.h1 {
  font-size: 56px !important;
}

.icon-circle {
  background: #c0daf7;
  color: #87aed3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  vertical-align: middle;
  padding: 30px;
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 40px;
  padding: 2px 0 0 2px;
}

.icon-circle i {
  padding: 0;
  margin: 0;
}

.how-it-works-heading-num {
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #87a2db;
  color: #fff;
  font-size: 18px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.how-it-works-heading-dots {
  font-size: 38px;
  color: #c4d1ed;
  letter-spacing: -2.69px;
  line-height: .5;
  white-space: nowrap;
}

.how-it-works-heading strong {
  font-size: 24px;
}

.how-it-works-heading {
  position: relative;
  margin-bottom: 39px;
  display: flex;
  overflow: hidden;
}

.text-lh-xxs {
  line-height: 1.;
}

.text-lh-xs {
  line-height: 1.1;
}

.text-lh-xs2 {
  line-height: 1.2;
}

.text-lh-xxs:not(.heading-with-icon),
.text-lh-xs,
.text-lh-xs2 {
  text-wrap: balance !important;
}

.lead {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.font-size-1-15 {
  font-size: 1.15rem;
}

#hero-section {
  background-color: #f5f7fa;
  background-image: url(/assets/img/theme/bg-1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 35px !important;
  margin-bottom: 30px;
  padding-top: 130px;
}

#how-it-works,
#news_sites,
#packages,
#money-back-guarantee,
#benefits,
#case-studies,
#reviews,
#why-brand-push,
#results {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(245, 247, 250, 1) 80%, rgba(245, 247, 250, 1) 100%);
  position: relative;
}

.main-footer {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(245, 247, 250, 1) 0%, rgba(245, 247, 250, 1) 20%, rgba(255, 255, 255, 1) 100%);
  position: relative;
}

.main-nav .link-txt .txt {
  color: #737373;
}

body,
.lqd-column {
  z-index: 0;
  font-family: poppins, sans-serif;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.6;
  color: #737373;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: .5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #1d1d1d;
}

h2 {
  font-weight: 700;
}

.prepend {
  font-size: 30px;
  font-variant: small-caps;
  line-height: 1.5em !important;
  font-weight: 800;
  color: #a5a5a5;
  margin-top: 0;
  margin-bottom: -8px;
}

.main {
  line-height: 0.8em !important;
  font-size: 55px;
  font-weight: 800;
}

.append {
  font-size: 42px !important;
  position: relative;
  top: -10px;
  font-weight: 800;
}

.font-size-25 {
  font-size: 25px !important;
}

.main-nav>li>a {
  color: #a7a9b8;
}

.main-nav>li>a .link-ext {
  background: #ff798e !important;
}

.main-nav>li>a:hover {
  color: #ff798e;
}

.mega-menu-sub-link {
  font-size: 15px;
  /* background: #f5f7fa; */
  padding: 4px 0px;
  border-radius: 5px;
  margin-bottom: 0px !important;
}

.main-nav li a .link-txt .txt {
  font-size: 15px;
  color: #737373;
}

.mega-menu-sub-link::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  float: left;
  color: var(--color-link);
  font-weight: 700;
  font-size: 10px;
  position: relative;
  top: 6px;
}

.navbar-network-icon {
  max-height: 34px;
}

.nowrap {
  white-space: nowrap;
}

.light-grey-border {
  border: 1px solid #ededed !important;
}


ul.main-nav li:hover .txt {
  color: #1d1d1d;
}

#hero-blob {
  position: absolute;
  width: 750px;
  left: -145px;
  top: -50px;
}

#hero-blob2 {
  position: absolute;
  left: -143px;
  top: -93px;
  width: 600px;
}

.news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.news-grid .contents {
  width: 100%;
}

.news-grid .contents a {
  text-align: center;
}

.news-grid .contents a img {
  height: 35px;
  max-width: 150px;
}



.bg-yellow-light {
  background: #f9fdf9;
}

.star-rating {
  color: #e2e242;
}

.blob3 {
  position: absolute;
  width: 500px;
  height: 500px;
  left: -50px;
  top: -37px;
  z-index: -1;
}

.underline-highlight {
  display: inline-block;
  line-height: 0em;
  padding-bottom: .8em;
  padding-top: 0em;
  color: inherit;
}

.bg-zircon-light {
  background: #fafbff;
}

.bg-header-blue {
  background-color: #231b66;
  background-image: url(/theme/ave/assets/demo/bg/bg-14.jpg);
}

.bg-gradient-dark-br {
  background: -webkit-gradient(linear, left top, right bottom, from(#000000), to(#00c6ff)) !important;
  background: linear-gradient(to bottom right, #000000 0, #00c6ff 100%) !important;
}

.inline-review-top-center {
  margin-top: -14px;
  width: 100%;
  max-width: 778px;
  text-align: center;
}

.inline-reviews a:last-child {
  margin-right: 15px;
}

.cta-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.custom-shape-divider-bottom-1621016099 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-bottom-1621016099 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 150px;
}

.custom-shape-divider-bottom-1621016099 .shape-fill {
  fill: #FFFFFF;
}


.custom-shape-divider-top-1621081063 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1621081063 svg {
  position: relative;
  display: block;
  width: calc(150% + 1.3px);
  height: 65px;
}

.custom-shape-divider-top-1621081063 .shape-fill {
  fill: #FFFFFF;
}

.pricing-table-colorful .pricing-table-header,
.bg-red {
  background-color: #fae2cc;
  opacity: 1;
}

.pricing-table-colorful.color-blue .pricing-table-header,
.bg-blue {
  background-color: #c0daf7;
}

.pricing-table-colorful.color-green .pricing-table-header,
.bg-green {
  background-color: #b3e2c5;
}

.pro-pricing-option::before {
  content: "";
  position: absolute;
  top: -49px;
  right: 7rem;
  width: 94px;
  height: 71px;
  background-image: url(/assets/img/most-popular-brandpush-press-release.png);
  z-index: 10;
}

.bg-pink {
  background-color: #f6ccdf;
}

.pricing-table-header small {
  font-weight: 600;
}

.pricing-table-colorful h5 small {
  font-size: 1.1em;
}

.pricing-table {
  border-radius: 8px;
  overflow: hidden;
}

.pricing-emoji {
  width: 42px;
  margin-right: 8px;
  margin-top: -6px;
}

.pricing-table-colorful.color-blue .featured-tag,
.pricing-table-colorful.color-green h5 small {
  color: #194929;
}

.pricing-table-colorful.color-blue .featured-tag,
.pricing-table-colorful.color-blue h5 small {
  color: #1B4367;
}

.pricing-table-colorful h5 small {
  color: #6F3C22;
}

.append2 {
  margin-top: -32px;
  margin-bottom: 32px;
  color: #575757;
}

.icon-blue {
  background-color: #c0daf7;
  color: #87aed3;
}

.icon-red {
  background-color: #fae2cc;
  color: #d29b6e;
}

.icon-green {
  background-color: #b3e2c5;
  color: #70a986;
}

.icon-pink {
  background-color: #f6ccdf;
  color: #d482a7;
}

.mobile-news-logo {
  border: 1px solid #ededed;
  background: #fff;
  box-shadow: 0 25px 30px rgba(0, 0, 0, .04);
  border-radius: 10px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
}

.mobile-news-logo img {
  padding: 5px 0;
  max-height: 50px;
}

.review-box {
  border-radius: 8px;
  box-shadow: 0 25px 70px rgba(0, 0, 0, .07);
  font-size: 15px;
  padding: 2.5rem 1.5rem 1.5rem 1.5rem;
  color: #737373 !important;
  text-decoration: none;
  position: relative;
  border: 1px solid #ededed;
  margin-bottom: 30px;
  background-color: #fff;
}

.review-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  bottom: 27px;
}

.review-box img.star-rating {
  width: 97px;
  top: 31px;
  right: 25px !important;
  position: absolute;
  border-radius: 0;
  left: auto;
}

.review-box span span {
  margin: 25px 0 15px 65px;
  display: block;
}

.review-box:before {
  display: block;
  width: 103px;
  height: 40px;
  content: "";
  background: url(/assets/img/TrustPilot-Logo.svg) no-repeat 0 0;
  background-size: 100%;
}

#reviews .carousel-item {
  margin-bottom: 45px;
}

.bp_rating .fa-star {
  font-size: 19px;
  color: #fff;
}

.bp_rating .fa-square {
  color: #00b67a;
}

.bp_rating.fa-stack {
  width: 1.67em;
}

.bp_rating .fa-square.star5 {
  color: #00b67a;
}

.bp_rating .fa-square.star4 {
  color: #72cf10;
}

.bp_rating .fa-square.star3 {
  color: #fece00;
}

.bp_rating .fa-square.star2 {
  color: #ff8621;
}

.bp_rating .fa-square.star1 {
  color: #ff3315;
}

.bp_rating .fa-square.star-null {
  color: #dcdce6;
}


.accordion-expander {
  right: 13px;
}

.accordion-expander .fa-caret-down {
  color: #87a9c8;
}

.gdpr_checkbox {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 10px !important;
  float: left;
}


#news_sites .iconbox {
  min-height: 182px;
}

#money-back-guarantee img {
  max-width: 450px;
}

.news-network-heading-flex {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.news-network-pricing-label {
  background: #70a986;
  padding: 5px 12px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
}

.carousel-container {
  overflow: hidden;
}

.carousel-items:not(.flickity-enabled) {
  overflow-x: hidden !important;
}

#news-carousel .carousel-items:not(.flickity-enabled) {
  overflow-x: hidden !important;
}

.logo-default,
.logo-dark,
.logo-sticky,
.mobile-logo-default {
  width: 170px;
}

.heading-news-logo {
  height: 30px;
  margin-right: 0.90em;
  opacity: 0.45;
  /* filter: grayscale(100%);*/
}

.heading-news-logo:hover {
  opacity: 1;
}

.screenshot-arrow {
  position: absolute;
  left: -48px;
  bottom: -52px;
}

.shadowed {
  box-shadow: 0 18px 50px rgb(0 0 0 / 7%);
  -webkit-transition: box-shadow 0.3s;
}

.testimonial-footer-right {
  position: absolute;
  right: 35px;
}

.testimonial-footer-right img {
  height: 20px;
}

.testimonial-footer-right p {
  font-size: 11px;
  color: #a7a9b8;
}

.flickity-slider .fancy-box-tour {
  margin-bottom: 0px;
}

.browser-bar:before {
  content: '';
  display: inline-block;
  width: 100%;
  padding-top: 5.25%;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/theme/ave/assets/img/misc/browser-bar.jpg);
  background-position: center top;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.flickity-viewport {
  top: -7px;
}

.carousel-logos .flickity-slider {
  display: flex;
  align-items: center;
}



.fancy-box-offer-header h3 {
  text-transform: none !important;
}

.fancy-title h6 {
  color: var(--color-font);
}

.fancy-box-compare .fancy-box-offer {
  padding-bottom: 0px !important;
  margin-bottom: 20px !important;
}

.fancy-box-compare .fancy-box-offer .fancy-box-cell:last-child {
  align-items: flex-start !important;
}

.fancy-box-offer small.iconbox-tag {
  display: inline-block;
  margin-left: 5px;
}

@media screen and (min-width: 992px) {
  .fancy-box-compare .fancy-box-offer .fancy-box-cell:first-child {
    -webkit-box-flex: 1 !important;
    flex-grow: 1 !important;
  }
}

@media screen and (max-width: 991px) {
  .fancy-box-compare .fancy-box-offer .fancy-box-cell {
    margin-bottom: 0.5em !important;
  }

  .custom-shape-divider-bottom-1621016099 {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #fancy-box-news-networks {
    background-image: url(./assets/img/Brand-Push-News-Networks.png);
  }
}

@media only screen and (min-width: 992px) {
  #fancy-box-sample-report-pnn {
    background-image: url(./assets/img/BrandPush-Sample-Report-1-961.png);
  }
}

@media only screen and (min-width: 992px) {
  #fancy-box-sample-report-ann {
    background-image: url(./assets/img/BrandPush-Sample-Report-2-961.png);
  }
}

@media only screen and (min-width: 992px) {
  #fancy-box-case-study {
    background-image: url(./assets/img/BrandPush-Case-Study-Affiliate-Bay-961.png);
  }
}

@media only screen and (min-width: 992px) {
  #fancy-box-video-case-study {
    background-image: url(./assets/img/BrandPush-Case-Study-Video-740.png);
  }
}



.pricing-table-colorful {
  margin-left: 0px;
  margin-right: 0px;
}

.pricing-table-body img {
  height: 100%;
  max-height: 22px;
  margin-right: 6px;
}

.pricing-table-body img.google-news {
  max-height: 20px;
  margin-top: -6px;
  margin-left: 4px;
}



.pricing-table-colorful .pricing-table-body {
  padding: 10px 0;
}

.fancy-box-offer {
  border-bottom: 0px;
}

#ld-tab-pane-featured .iconbox .contents a img {
  max-height: 68px;
}

.iconbox .avatar img {
  max-width: 50px;
  border-radius: 50%;
}

.iconbox-round {
  /* border: 1px solid #ededed; */
}


.fancy-box-offer small {
  text-align: left;
}

.iconbox .fancy-box-offer:not(:first-child) .text-primary a.text-primary::before {
  content: "";
  border-left: 1px solid #ededed;
  height: 35px;
  top: 5px;
  position: absolute;
  left: -13px;
  color: #ededed;
}

.inline-circle img {
  width: 40px;
  border-radius: 50%;
  z-index: 10;
  border: 3px #fff solid;
  margin-right: -15px;
  margin-top: -5px;
  filter: grayscale(100%);
  background: #fff;
}

.inline-circle:hover img {
  z-index: 15;
  margin-top: -15px;
  margin-bottom: -10px;
  margin-left: -5px;
  width: 50px;
  position: relative;
  filter: grayscale(0%);
}

.inline-circle,
.inline-circle-color-nohover {
  padding-top: 00px;
  color: #808291;
}

.inline-circle-color-nohover img {
  width: 38px;
  border-radius: 50%;
  z-index: 10;
  border: 3px #fff solid;
  margin-right: 4px;
  margin-top: -1px;
  filter: grayscale(0%) !important;
  background: #fff;
}

.inline-circle:has(.inline-circle:hover) {
  top: -10px;
}

.modal-foot-nopadding {
  margin-left: -34px;
  margin-right: -34px;
  margin-bottom: -25px;
}

.main-footer a:not(.btn) {
  color: #a7a9b8;
}

.main-footer a:not(.btn):hover {
  color: #181b31;
}

.main-footer {
  color: #5b6674;
}

.header-youtube-button:hover i {
  color: var(--color-gradient-stop);
}

.header-youtube-button:hover span {
  color: var(--color-gradient-stop);
}

.iconbox .contents {
  overflow: visible !important;
}

.liquid-counter,
.btn-gradient-border {
  z-index: 0;
}

.liquid-img-group-browser {
  background-image: url(/theme/ave/assets/img/misc/browser-bar.jpg) !important;
  background-size: contain !important;
}



/* Custom Radio */

/* Remove default radio button styles */
.avatar-radio input[type="radio"] {
  display: none;
}

/* Style the container for radio buttons */
.radio-avatar-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Style the custom radio buttons */
.avatar-radio {
  display: inline-block;
  margin: 0 -5px;
  cursor: pointer;
}

/* Define the appearance of unselected radio buttons */
.avatar-radio {
  width: 60px;
  /* Adjust the size of the circle image */
  height: 60px;
  border: 4px solid #fff;
  /* Initial border color */
  border-radius: 50%;
  /* Create a circular shape */
  overflow: hidden;
}

/* Define the appearance of the selected radio button */
.avatar-radio:has(input[type="radio"]:checked) {
  border: 4px solid #0587ed;
  /* Blue border for the selected option */
  height: 60px;
  width: 60px;
  z-index: 50;
  position: relative;
}



/* Tooltip container */
.tooltip {
  position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;

  background-color: #fff;
  color: #5b6674;
  text-align: left;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 9999;

  width: 400px;
  bottom: 38px;
  left: 50%;
  margin-left: -198px;
  /* Use half of the width (120/2 = 60), to center the tooltip */
  padding: 25px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 15%);
}

.tooltip.tooltip-plain .tooltiptext {
  font-size: 17px;
  font-family: poppins, sans-serif;
  font-weight: 500;
}

.tooltip:not(.tooltip-plain) .tooltiptext span {
  color: #000;
  display: block;
  margin-top: 10px;
}

.tooltip:not(.tooltip-plain) .tooltiptext:before {
  display: block;
  width: 103px;
  height: 40px;
  content: "";
  background: url(/assets/img/TrustPilot-Logo.svg) no-repeat 0 0;
  background-size: 100%;
}



.tooltip:not(.tooltip-plain) .tooltiptext span:after {
  content: "";
  display: block;
  width: 123px;
  height: 23px;
  background-image: url(https://www.brandpush.co/assets/img/Brand-Push-TrustPilot-Rating.svg);
  background-size: cover;
  float: right;
  margin-top: 2px;
}

.tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.ld-gradient-heading {
  background: -webkit-linear-gradient(300deg, rgb(250, 163, 97) 0.3184713375796178%, rgb(255, 135, 51) 1.910828025477707%, rgb(144, 69, 255) 99.36305732484075%);
  background: linear-gradient(300deg, rgb(250, 163, 97) 0.3184713375796178%, rgb(255, 135, 51) 1.910828025477707%, rgb(144, 69, 255) 99.36305732484075%);
}

.ld-gradient-heading {
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  text-fill-color: transparent !important;
}

.wrap {
  overflow: hidden;
}

.pointer {
  cursor: pointer;
}

.fancy-box-travel h3 {
  text-transform: none !important;
}

.fancy-box-overlay .fancy-box-contents {
  width: 100%;
  padding: 35px;
  margin: 0;
}

.badge {
  color: #fff;
  padding: 4px 8px;
  font-size: small;
  border-radius: 6px;
  font-weight: 600;
}

.emoji-icon {
  width: 20px;
  height: 20px;
  margin-right: 3px;
  display: inline-block;
  top: 4px;
  position: relative;
}

.emoji-check {
  background: url(https://www.brandpush.co/assets/img/emoji-check.png);
  background-size: contain;
}

.emoji-cross {
  background: url(https://www.brandpush.co/assets/img/emoji-cross.png);
  background-size: contain;
}

.nav.tabs-nav li.active a {
  border: 1px solid #ededed;
  border-radius: 100px;
}

.nav.tabs-nav li a {
  padding-right: 30px;
  padding-left: 30px;
}

#exit-popup {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#modal-join-newsletter {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-video-container {
  width: 424px;
  height: 524px;
  border-radius: 10px;
  box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
  overflow: hidden;
}

.hero-video {
  border-radius: 10px;
  background: #fff;
}

.screenshot-arrow a:hover+svg path {
  stroke: #ff798e;
}

.screenshot-arrow a:hover {
  color: #ff798e;
}

.lity-opened .lity-wrap .lity-container,
#modal-join-newsletter,
#exit-popup {
  border-radius: 18px;
  overflow: hidden;
}

.modal-inline-close {
  background: #ededed;
  border-radius: 50%;
  text-shadow: none;
  color: #8fa6d0;
}

.modal-position-close {
  position: absolute !important;
  top: -13px;
  right: -6px;
}

.modal-position-close:hover {
  position: absolute !important;
  top: -10px;
  right: -5px;
}

.modal-inline-close:hover {
  background: #6da1ff;
  color: #ffffff;
}

.lity-content+.lity-close {
  display: none;
}

.video-review {
  display: none;
  height: 100%;
  max-height: calc(100vh - 70px);
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.bottom-0 {
  bottom: 0% !important;
  top: inherit !important;
}

.bottom-05 {
  bottom: 5% !important;
  top: inherit !important;
}

.pricing-news-logo {
  max-height: 30px;
  max-width: 100px;
}

.pricing-news-icons-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.pricing-news-icons-container .pricing-news-logo {
  max-height: 25px;
  max-width: 100px;
}

#pricing-select-container button {
  background: #fff;
}

#pricing-select-container .btn-group label:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

#pricing-select-container .btn-group label:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#pricing-select-container .btn-group label {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 17px;
  border: 1px solid #0587ed;
  color: #0587ed;
  text-transform: uppercase !important;
  list-style-type: none;
}

#pricing-select-container .btn-group label+label {
  border-left: none;
}

#pricing-select-container .btn-group label input {
  display: none;
}

.btn-group label.btn input[type="radio"]:checked+label,
.btn-group label.btn input[type="radio"]:checked {
  background: #0587ed !important;
  color: #fff !important;
}

#pricing-select-container label.btn:has(> input:checked),
#pricing-select-container label:hover {
  background: #0587ed !important;
  color: #fff !important;
  transform: none;
  box-shadow: none;
}

#pricing-select-container .btn-group label:selected,
#pricing-select-container .btn-group label:hover {
  background: #0587ed !important;
  color: #fff= !important;
}

#pricing-select {
  padding: 10px 17px;
  border: 1px solid #0587ed;
  color: #0587ed;
  border-radius: 6px;
}


.btn-group .btn+.btn {
  margin-left: -5px;
}

.btn-white-blue {
  background: #fff;
  color: rgb(115, 115, 115);
  border: 1px solid #ededed;
}

.btn-white-blue:hover {
  background: #0287ed;
  color: #fff;
}


.list-no-icon {
  list-style-type: none;
}

.list-no-icon li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  align-content: center;
  margin-bottom: 15px;
}

.pricing-table {
  border-collapse: collapse;
  /* This hides the inner borders */
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #ededed !important;
  table-layout: fixed;
  overflow: visible;
}

.pricing-table thead {
  position: sticky;
  top: -5px;
  /* Stick to the top of the table */
  z-index: 1;
  /* Ensure it appears above the table content */
  background: #fff
}

.pricing-table tbody tr td .fa-times-circle,
.pricing-table tbody tr td .fa-check-circle,
.pricing-table tbody tr td .fa-minus-circle {
  font-size: 1.6em;
}

.pricing-table tbody tr td {
  padding: 10px 0;
}

.pricing-table thead tr th {
  text-align: center !important;
}

.pricing-table-green-col {
  background: #f3f7f5;
}

th.pricing-table-green-col:after {
  content: "";
  display: block;
  width: 100%;
  height: 30px !important;
  background-color: #f3f7f5 !important;
  border-top-left-radius: 15px !important;
  top: -222px;
  border-top-right-radius: 15px !important;
  position: relative;
  margin-bottom: -13px;
}

.pricing-table td,
.pricing-table th,
.pricing-table tr {
  border: none !important;
}

.pricing-table tbody tr td:first-child {
  text-align: left;
}

.pricing-table tbody tr td:nth-child(2) {
  text-align: left;
  padding-right: 10px;
}

.pricing-table tbody tr:last-of-type td {
  padding-bottom: 30px;
}

.pricing-table thead tr th {
  padding: 40px 0 0 0;
}

.text-green {
  color: #70a986;
}

.text-red {
  color: #fc692e;
}

/*
.pricing-table-green-col .text-green, .pricing-table-green-col .text-red, .pricing-table-green-col h4{
  color: #fff;
}
*/
.pricing-select {
  height: 46px;
  font-size: 16px;
  padding: 0 10px 0 14px;
  border: 1px solid #f8f8f8;
  border-radius: 6px;
}

.pricing-select option span {
  display: none;
}

.d-block {
  display: block;
}

.btn-icon-circle.btn-icon-ripple .btn-icon:before {
  color: #ff798e;
}


.case-study-picture {
  display: inline-block;
  overflow: hidden;
}

.liquid-img-group-single[data-shadow-style="4"] .liquid-img-container-inner {
  box-shadow: 0 30px 30px rgba(0, 0, 0, .17);
}

/* INTERCOM FACADE */
.intercom-faceade {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  border: 0;
  background-color: #0287ed;
  border-radius: 50%;
  cursor: pointer;
  z-index: 99999;
}

.intercom-faceade div {
  margin: 15px;
  color: #fff;
}

.PopIn {
  position: fixed;
  -webkit-animation: popin 0.5s;
  animation: popin 0.5s;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes popin {
  100% {
    -webkit-transform: scale(1, 1);
  }
}

@keyframes popin {
  100% {
    transform: scale(1, 1);
  }
}



/*PILLS*/
.pill-container {

  display: flex;
  align-items: center;
  justify-content: center;
}

.pill-tabs {
  display: flex;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(#185ee0, 0.15), 0 6px 12px 0 rgba(#185ee0, 0.15);
  padding: 0.75rem;
  border-radius: 99px;

  * {
    z-index: 2;
  }
}

.pill-container input[type="radio"] {
  display: none;
}

.pill-container label {
  margin-bottom: 0px;
}

.pill-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  width: 200px;
  font-size: 1.25rem;
  font-weight: 500;
  border-radius: 99px;
  cursor: pointer;
  transition: color 0.15s ease-in;
  z-index: 3;
}

.pill-notification {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  border-radius: 50%;
  background-color: var(--secondary);
  transition: 0.15s ease-in;
}

.pill-glider {
  position: absolute;
  display: flex;
  height: 54px;
  width: 200px;
  background-color: #0587ed;
  z-index: 1;
  border-radius: 99px;
  transition: 0.25s ease-out;
}

#pill-container-1 input[type="radio"]:checked+label {
  color: #fff;
}

#pill-container-1 input[type="radio"]:checked+label>.pill-notification {
  background-color: var(--primary);
  color: #fff;
}

#pill-container-1 input[id="radio-network-21"]:checked~.pill-glider {
  transform: translateX(0);
}

#pill-container-1 input[id="radio-network-7"]:checked~.pill-glider {
  transform: translateX(100%);
}

#pill-container-1 input[id="radio-network-8"]:checked~.pill-glider {
  transform: translateX(100%);
}

#pill-container-1 input[id="radio-network-9"]:checked~.pill-glider {
  transform: translateX(200%);
}

#pill-container-1 input[id="radio-network-10"]:checked~.pill-glider {
  transform: translateX(300%);
}

#pill-container-2 input[type="radio"]:checked+label {
  color: #fff;
}

#pill-container-2 input[type="radio"]:checked+label>.pill-notification {
  background-color: var(--primary);
  color: #fff;
}

#pill-container-2 input[id="radio-1-2"]:checked~.pill-glider {
  transform: translateX(0);
}

#pill-container-2 input[id="radio-2-2"]:checked~.pill-glider {
  transform: translateX(100%);
}



.horizontal-divided-list li {
  display: inline-block;
  position: relative;
  padding: 0 17px;
  line-height: 2;
}

.horizontal-divided-list li:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: -4px;
  color: #ededed;
}

.network-select {
  width: 100%;
  font-size: 22px;
  padding: 0 14px;
  height: 60px;
  color: #737373;
  border: 1px solid #f2f2f2;
  border-radius: 8px;
}


.fcc-logo {
  width: 13px;
  margin: -1px 5px 0 5px !important;
  padding: 0px;
}

.news-list-table,
.news-list-table thead,
.news-list-table tbody,
.news-list-table tr,
.news-list-table th,
.news-list-table td {
  border: 1px solid #f1f1f1;
}

.news-grid a:has(> img[src$=".svg"]) {
  display: flex;
  align-items: center;
  justify-content: flex-start;

}

.liquid-overlay-link {
  z-index: 1000;
}

.email-field {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ededed;
  border-radius: 6px;
  outline: none;
}

.loading-spinner {
  width: 27px;
  height: 27px;
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-top: 6px solid #f2b7ab;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
  margin-bottom: -7px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.search-form {
  display: flex;
  flex-direction: row;
  border: 1px solid #ededed;
  border-radius: 30px;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search-field {
  width: 100%;
  padding: 10px 35px 10px 24px;
  border: none;
  border-radius: 100px;
  outline: none;
}

.search-button {
  background: transparent;
  border: none;
  outline: none;
  margin-left: -33px;
  padding: 0 24px;
  text-wrap: nowrap;
  border-radius: 30px;
}

.search-button:hover {
  background-color: var(--color-secondary);
  color: #fff;
}

.megamenu .submenu-expander {
  display: none !important;
}

.mini-review-link {
  color: #737373;
}

.grecaptcha-badge,
.grecaptcha-logo {
  display: none !important;
}

.news-card-summary-icon {
  margin-left: -5px;
  margin-top: -2px;
}

/* Pricing Table animation */
.fade-in {
  animation: fadeIn 1s ease-in-out;
}

/* Keyframes for the fade-in animation */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 700px) {
  .pill-tabs {
    flex-direction: column;
    border: none !important;
  }

  #pill-container-1 input[id="radio-network-7"]:checked~.pill-glider {
    transform: translateX(0);
    transform: translateY(0);
  }

  #pill-container-1 input[id="radio-network-8"]:checked~.pill-glider {
    transform: translateX(0);
    transform: translateY(100%);
  }

  #pill-container-1 input[id="radio-network-9"]:checked~.pill-glider {
    transform: translateX(0);
    transform: translateY(200%);
  }

  #pill-container-1 input[id="radio-network-10"]:checked~.pill-glider {
    transform: translateX(0);
    transform: translateY(300%);
  }
}


@media screen and (min-width: 1200px) {
  .liquid-img-group-browser {
    /*
      margin-left: 0px !important;
    */
  }
}

@media screen and (min-width: 992px) {
  .stretch-to-right {
    margin-right: -23vw !important;
  }

  .case-study-picture {
    height: 236px;
  }

}

@media screen and (max-width: 991px) {
  .screenshot-arrow {
    display: none;
  }

  #hero-section {
    padding-top: 30px !important;
    padding-bottom: 0px !important;
    margin-top: 0px;
  }

  .how-it-works-heading {
    margin-bottom: 20px;
  }

  .pro-pricing-option::before {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .flickity-page-dots {
    top: 9px;
    bottom: unset;
  }

  #header-carousel {
    margin-bottom: -35%;
  }

  .btn-xs-block {
    width: 100%;
    white-space: normal;
    margin-left: 0 !important;
    top: 0 !important;
    margin-bottom: 5px;
  }

  .btn-xs-block>span {
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .container {
    /*margin-bottom: 150px;*/
  }

  .pro-pricing-option::before {
    background-image: none !important;
  }

  .hide-on-mobile,
  .d-flex.hide-on-mobile {
    display: none !important;
  }

  h1,
  h2 {
    font-size: 30px !important;
  }

  .news-grid-shrink .iconbox {
    padding: 10px 10px !important;
    margin: 0 0 15px 0;
    min-height: 85px !important;
  }

  .news-grid-shrink .contents a img {
    height: auto;
    max-width: 100%;
    max-height: 62px;
  }

  .liquid-counter-element.counter-animated {
    font-size: 25px !important;
  }

  .liquid-counter-text.liquid-text-bottom {
    font-size: 15px !important;
  }

  .liquid-counter {
    margin-bottom: 0px;
  }

  .fs-xs-16 {
    font-size: 18px;
  }

  .append2 {
    display: none;
  }

  .how-it-works-content p {
    text-align: left !important;
  }

  .btn-mobile-block {
    display: block;
  }
}

@media screen and (max-width: 475px) {
  .main {
    /*font-size: 11.9vw !important;*/
    font-size: 10.8vw !important;
  }

  .append {
    font-size: 8.9vw !important;
  }

  .btn-mobile-block {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0 !important;
  }

  .btn-mobile-block .btn-txt {
    text-align: center;
  }

  .btn-mobile-block span {
    width: 100%;
    display: block;
  }

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

  #pill-container-2 {
    scale: 1.2;
  }

}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  #hero-section {
    padding-top: 30px !important;
  }
}

@media screen and (max-width: 767px) {
  [data-mobile-header-scheme=gray] .main-header .navbar-header {
    background-color: #f0f3f5;
  }

  #homepage-video img {
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
  .block-center-414 {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    margin-left: 0px !important;
  }

  .block-center-414 span,
  .block-center-414 h6 {
    margin-left: 0 !important;
  }

}

@media screen and (min-width: 768px) {
  .benefits-image-tablet {
    transform: translateY(0px);
    opacity: 1;
    float: left;
    width: 40%;
    margin-right: 27px;
    position: relative;
    margin-bottom: 115px !important;
  }
}

@media screen and (min-width: 550px) {
  .mobile-news-logo {
    padding: 2em !important;
  }
}


@media screen and (max-width: 1199px) {
  [data-mobile-header-scheme=gray] .main-header .navbar-header {
    background-color: #f5f7fa;
  }

  [data-mobile-nav-style=classic] .navbar-collapse,
  [data-mobile-nav-style=minimal] .navbar-collapse {
    max-height: 100vh;
  }

  #pricing-select-container .btn-group .btn {
    width: 100%;
    border-radius: 6px;
    margin-left: 0px;
    border-left: 1px solid #0587ed;
  }
}


@media screen and (min-width: 1200px) {
  .is-stuck {
    background-color: rgb(245 247 250);
    box-shadow: none;
    -webkit-backdrop-filter: unset;
    backdrop-filter: blur(20px) saturate(180%);
  }
}

@media print {

  .no-print,
  .inline-nav,
  .logo-default,
  .logo-dark {
    display: none !important;
  }
}