.secondary-background {
  background: #F2F4F9;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  .secondary-background {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
.secondary-background .tab-content {
  margin-top: 0;
}

#footer-references {
  background: #F2F4F9;
  padding-top: 0;
}

#popular {
  margin: 72px 0 0;
  display: block !important;
  background: #F2F4F9;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 992px) {
  #popular {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
#popular > .container {
  position: relative;
}
#popular > .container .popular-slide {
  height: 100%;
}

#popular .owl-stage,
#reviews-wrapper-inner .owl-stage {
  display: flex;
}
#popular .owl-next,
#popular .owl-prev,
#reviews-wrapper-inner .owl-next,
#reviews-wrapper-inner .owl-prev {
  position: absolute;
  top: 50%;
  height: 36px;
  z-index: 5;
  width: 20px;
  transition: 200ms ease all;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (prefers-reduced-motion: reduce) {
  #popular .owl-next,
  #popular .owl-prev,
  #reviews-wrapper-inner .owl-next,
  #reviews-wrapper-inner .owl-prev {
    transition: none;
  }
}
#popular .owl-next:before,
#popular .owl-prev:before,
#reviews-wrapper-inner .owl-next:before,
#reviews-wrapper-inner .owl-prev:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 36px;
  background-image: url("/assets/images/icons/chevron-gray.png");
  background-image: url("/assets/images/icons/chevron-gray.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: 200ms ease all;
}
@media (prefers-reduced-motion: reduce) {
  #popular .owl-next:before,
  #popular .owl-prev:before,
  #reviews-wrapper-inner .owl-next:before,
  #reviews-wrapper-inner .owl-prev:before {
    transition: none;
  }
}
#popular .owl-next:hover,
#popular .owl-prev:hover,
#reviews-wrapper-inner .owl-next:hover,
#reviews-wrapper-inner .owl-prev:hover {
  color: rgba(27, 108, 249, 0.6);
}
#popular .owl-next.disabled,
#popular .owl-prev.disabled,
#reviews-wrapper-inner .owl-next.disabled,
#reviews-wrapper-inner .owl-prev.disabled {
  display: none;
}
#popular .owl-next,
#reviews-wrapper-inner .owl-next {
  right: -48px;
}
#popular .owl-prev,
#reviews-wrapper-inner .owl-prev {
  left: -48px;
}
#popular .owl-prev:before,
#reviews-wrapper-inner .owl-prev:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#popular .owl-dots,
#reviews-wrapper-inner .owl-dots {
  display: none;
}

.header-references {
  text-align: center;
  margin-top: 16px;
}
.header-references img {
  max-width: 100%;
}

#reviews-wrapper {
  margin-top: 0;
}

.popular-titles {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .popular-titles {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
  }
}
.popular-titles .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}
.popular-titles .view-all {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
}
.popular-titles .view-all:hover {
  opacity: 0.5;
}

.tab-heading {
  padding: 72px 0;
}
.tab-heading .tab-content-inner {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tab-heading .tab-content-inner {
    flex-direction: row;
  }
}
.tab-heading .tab-content-inner > .tab-content-text {
  min-width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .tab-heading .tab-content-inner > .tab-content-text {
    min-width: 50%;
    max-width: 50%;
    padding-right: 48px;
    flex-basis: 50%;
  }
}
.tab-heading .tab-content-inner > .tab-content-text .tab-text .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 24px;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 68px;
  line-height: 80px;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-text .lead {
  font-family: var(--default-font-family);
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 16px;
  line-height: 32px;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-text .btn {
  margin-top: 48px;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-text ul {
  margin-bottom: 0;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-text ul li {
  padding-left: 32px;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-text ul li:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 13px;
  background-image: url("/assets/images/icons/check-white.png");
  background-image: url("/assets/images/icons/check-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-content-image {
  min-width: 100%;
  max-width: 100%;
  margin-top: 16px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .tab-heading .tab-content-inner > .tab-content-text .tab-content-image {
    display: none;
  }
}
.tab-heading .tab-content-inner > .tab-content-text .tab-content-image picture {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab-heading .tab-content-inner > .tab-content-text .tab-content-image img {
  max-width: 100%;
}
.tab-heading .tab-content-inner > .tab-content-text .rate {
  margin-top: 0;
  color: #0A152E;
}
@media (min-width: 768px) {
  .tab-heading .tab-content-inner > .tab-content-text .rate {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.tab-heading .tab-content-inner > .tab-content-text .rate > .rate-score > .rate-star {
  width: 20px;
  height: 20px;
  max-width: 20px;
}
.tab-heading .tab-content-inner > .tab-content-text .rate > .rate-link {
  margin: 0;
}
.tab-heading .tab-content-inner > .tab-content-image {
  min-width: 100%;
  max-width: 100%;
  margin-top: 16px;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .tab-heading .tab-content-inner > .tab-content-image {
    display: none;
  }
}
@media (min-width: 768px) {
  .tab-heading .tab-content-inner > .tab-content-image {
    min-width: 50%;
    max-width: 50%;
    margin-top: 0;
    flex-basis: 50%;
  }
}
.tab-heading .tab-content-inner > .tab-content-image picture {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.tab-heading .tab-content-inner > .tab-content-image img {
  max-width: 100%;
}

#landing-logos {
  padding: 48px 0;
}
#landing-logos .title {
  text-align: center;
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  margin-bottom: 16px;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 28px;
  line-height: 40px;
}

#about-us-wrapper {
  padding: 0;
  background: transparent;
  display: block !important;
}

#about-us-wrapper > .container > #about-us-inner > .about-us {
  display: block !important;
}

#about-us-wrapper {
  margin-top: 72px;
}

#newsletter-wrapper {
  padding: 16px 0;
}
@media (min-width: 768px) {
  #newsletter-wrapper {
    padding: 32px 0;
  }
}
#newsletter-wrapper #newsletter-form {
  background: #fff;
  position: relative;
  padding: 48px;
  border-radius: 16px;
  transition: 200ms ease all;
  box-shadow: inset 0 0 0 1px #E7E9EE;
}
@media (prefers-reduced-motion: reduce) {
  #newsletter-wrapper #newsletter-form {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  #newsletter-wrapper #newsletter-form {
    padding: 32px;
  }
}
#newsletter-wrapper #newsletter-form > .title {
  font-family: "silkamedium", Helvetica, Arial, sans-serif;
  color: #0A152E;
  font-weight: 400;
  letter-spacing: var(--default-letter-spacing);
  text-decoration: none;
  font-size: 44px;
  line-height: 56px;
}
#newsletter-wrapper #newsletter-form > .subtitle {
  margin: 5px 0 15px;
}
