body {
  font-family: "Sora", sans-serif !important;
  color: rgb(30, 41, 59) !important;
  font-size: 1.125rem;
}
body a {
  text-decoration: none;
}

::placeholder {
  color: #ABB0BB !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #ABB0BB !important;
}

ul {
  list-style-type: none;
}

svg {
  margin-bottom: -10px;
  fill: #FFFFFF;
}

.hoverable {
  z-index: 1;
  position: relative;
}

.bg-cover-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.bg-highlight {
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .bg-highlight {
    padding-bottom: 5px;
  }
}
@media (min-width: 1025px) {
  .bg-highlight {
    padding-bottom: 5px;
  }
}

.section-heading {
  font-size: 1.625rem;
  font-weight: 700;
  color: #2E558C;
}
@media (min-width: 768px) {
  .section-heading {
    font-size: 1.875rem;
  }
}
@media (min-width: 1025px) {
  .section-heading {
    font-size: 2.188rem;
  }
}

.blue-sub-heading {
  color: #00CCFF;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .blue-sub-heading {
    color: #00CCFF;
    font-size: 1.25rem;
    font-weight: 700;
  }
}
@media (min-width: 1200px) {
  .blue-sub-heading {
    color: #00CCFF;
    font-size: 1.5rem;
    font-weight: 700;
  }
}

.highlight--agency {
  background-size: cover;
  background-repeat: no-repeat;
}
.highlight--agency br {
  display: block !important;
}
@media (min-width: 1244px) {
  .highlight--agency br {
    display: none !important;
  }
}

.ts-n-cs {
  font-size: 18px;
}
.ts-n-cs span {
  font-size: 16px;
}

.cancel-message {
  display: block;
  font-size: 12px;
}

.centered {
  font-size: 32px;
  font-weight: 700;
  color: white;
  line-height: 48px;
  padding-top: 5%;
}

.copy-\&-paste {
  font-size: 24px;
  font-weight: 300;
  color: white;
  line-height: 35px;
}

.tooltip-info {
  width: 17px;
  margin-top: -2px;
}

.split-svg {
  top: -1px;
}

.btn-blue {
  --bs-btn-color: #fff;
  --bs-btn-bg: #00CCFF;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2E558C;
  --bs-btn-hover-border-color: none;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00CCFF;
  --bs-btn-active-border-color: #00CCFF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #00CCFF;
  --bs-btn-disabled-border-color: #00CCFF;
  font-size: 1rem;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  padding: 0.625rem 1.5rem;
  border-radius: 0.625rem;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.btn-nav {
  font-size: 1rem;
  padding: 0.625rem 1.5rem;
  border-radius: 0.625rem;
}

.btn-outline-secondary {
  --bs-btn-color: #23314C;
  --bs-btn-border-color: #23314C;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #23314C;
  --bs-btn-hover-border-color: #23314C;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #23314C;
  --bs-btn-active-border-color: #23314C;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #23314C;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #23314C;
  --bs-gradient: none;
}

.tp-reviews-container {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
  border-color: hsl(0, 0%, 90%);
  border-radius: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1rem !important;
  margin-left: 10px;
  margin-right: 10px;
}

.tp-logo {
  width: 195px;
  height: auto;
}

.tp-rating {
  font-weight: 700;
}

.tp-stars {
  width: 175px;
  height: auto;
}

.tp-reviews-cta-card {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: nowrap;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 500;
}
header nav {
  margin-bottom: 0 !important;
}

body > header .add-border {
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
}
body > header nav {
  padding: 0;
}
@media (min-width: 768px) {
  body > header nav {
    padding: 0 75px 10px 75px;
  }
}
body > header button.navbar-toggler {
  border: none;
  background: transparent;
  margin-right: 0;
}
@media (min-width: 366px) {
  body > header button.navbar-toggler {
    margin-right: 10px;
  }
}
@media (min-width: 821px) and (max-width: 991px) {
  body > header button.navbar-toggler {
    margin-right: -10px;
    margin-left: 30px;
  }
}

.site-logo {
  width: 140px;
  height: auto;
}
@media (min-width: 500px) {
  .site-logo {
    width: inherit;
  }
}

.navbar-nav * {
  font-family: "Sora", sans-serif;
  font-weight: 500;
}

header ul.navbar-nav li.nav-item a {
  margin-right: 0.5rem;
  text-transform: none;
  color: #1E293B;
  font-size: 1.125rem;
}

header ul.navbar-nav li.nav-item a:hover {
  color: #00CCFF;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}

.tn-slider {
  position: relative;
  max-width: 788px;
  margin: 25px auto 0;
}
@media (min-width: 768px) {
  .tn-slider {
    margin: 60px auto 45px;
    max-width: 900px;
  }
}
.tn-slider .tns-nav {
  display: none;
}
.tn-slider #tns1 > .tns-item {
  padding: 0 70px;
}
@media (min-width: 769px) {
  .tn-slider #tns1 > .tns-item {
    padding: 0;
  }
}
.tn-slider .control {
  list-style-type: none;
}
.tn-slider .control li {
  position: absolute;
  z-index: 99;
  top: 62%;
  transform: translateY(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tn-slider .control li:hover {
  background-color: #000;
}
.tn-slider .control li.prev {
  left: 3px;
}
@media (min-width: 375px) {
  .tn-slider .control li.prev {
    left: 8px;
  }
}
@media (min-width: 455px) {
  .tn-slider .control li.prev {
    left: 20px;
  }
}
.tn-slider .control li.next {
  right: 3px;
}
@media (min-width: 375px) {
  .tn-slider .control li.next {
    right: 8px;
  }
}
@media (min-width: 455px) {
  .tn-slider .control li.next {
    right: 20px;
  }
}
.tn-slider .tns-nav {
  text-align: center;
  padding-bottom: 30px;
}
.tn-slider .tns-nav button {
  height: 8px;
  width: 8px;
  background-color: #FFFFFF;
  border: none;
  margin-left: 7px;
  border-radius: 500px;
}
.tn-slider .tns-nav .tns-nav-active {
  opacity: 0.53;
  height: 12px;
  width: 12px;
}
.icon-nav-dropdown {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 6px 13px;
  width: 300px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(229, 229, 229);
  border-image: initial;
  padding: 23px 0px 20px 20px;
}

footer .footer {
  background-image: linear-gradient(45deg, rgb(245, 59, 59) 24%, rgb(59, 118, 239) 51%, rgb(255, 255, 255) 100%);
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
footer .footer .container {
  padding: 7rem 1rem 5rem 1rem;
}
footer .footer span {
  font-size: 16px;
}
footer .container > .row {
  text-align: left;
  color: white;
  display: flex;
  justify-content: center;
}
footer .GDPR-compliant-badge {
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .GDPR-compliant-badge {
    justify-content: flex-end;
  }
}
footer .row.hoverable {
  display: flex;
  flex-direction: column;
  align-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  footer .row.hoverable {
    flex-direction: row;
    text-align: left;
  }
}
footer .container > .parag {
  width: 100%;
}
footer .footer-wrap .container {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media (min-width: 768px) {
  footer .footer-wrap .container {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
footer .footer-2 h1 {
  font-size: 32px !important;
}
@media (min-width: 768px) {
  footer .footer-2 h1 {
    font-size: 40px !important;
  }
}
footer a {
  color: white;
}
footer a:hover {
  color: #00CCFF;
  text-decoration: none;
}
footer .footer-svg-1 {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url(/images/tn-landing-background-gradient.webp);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
footer .footer-wrap > .container > .row > div > h2 {
  font-size: 40px;
}

.tn-footer__cta {
  font-size: 29px;
  font-weight: 700;
}

.the-video {
  padding: 50px 20px 50px 20px;
}
@media (min-width: 768px) {
  .the-video {
    padding: 100px 20px 100px 20px;
  }
}
@media (min-width: 1025px) {
  .the-video {
    padding: 165px 20px 220px 20px;
  }
}

.tn-banner-fold-wave {
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  aspect-ratio: 1600/107;
}

.tn-bottom-fold-wave {
  width: 100%;
  margin-top: -13px;
  aspect-ratio: 1600/70;
}
@media (min-width: 768px) {
  .tn-bottom-fold-wave {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tn-bottom-fold-wave {
    width: 100%;
    margin-top: 0;
  }
}

.tn-top-fold-wave {
  width: 100%;
  margin-top: -13px;
  aspect-ratio: 1600/70;
}
@media (min-width: 768px) {
  .tn-top-fold-wave {
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .tn-top-fold-wave {
    width: 100%;
    margin-top: 0;
  }
}

.rmb-above-the-fold {
  width: 100%;
  top: -2px;
  position: relative;
  background-repeat: no-repeat;
}

.tn-section-split {
  display: block;
  margin: 0 auto;
  background: #FFF;
  text-align: center;
  z-index: 1;
}
.tn-section-split svg {
  width: 100px;
}

.tn-section-split--absolute {
  background: transparent;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.tn-app-hero__text {
  padding-right: 0;
}
@media (min-width: 1025px) {
  .tn-app-hero__text {
    padding-right: 135px;
  }
}

p.apps-text {
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  p.apps-text {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  p.apps-text {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  p.apps-text {
    text-align: left;
  }
}

.view-packages-btn {
  text-align: center;
}
@media (min-width: 768px) {
  .view-packages-btn {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .view-packages-btn {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .view-packages-btn {
    text-align: left;
  }
}

img.tn-apps-image {
  width: 100%;
}
@media (min-width: 768px) {
  img.tn-apps-image {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  img.tn-apps-image {
    width: 100%;
  }
}

img.tn-business-image {
  width: 100%;
}
@media (min-width: 768px) {
  img.tn-business-image {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  img.tn-business-image {
    width: 100%;
  }
}

.tn-agency-hero {
  background-position: bottom center;
  padding-top: 75px;
}
@media (min-width: 1025px) {
  .tn-agency-hero {
    padding-top: 100px;
  }
}
.tn-agency-hero--ltd h3 br {
  display: block !important;
}
@media (min-width: 680px) {
  .tn-agency-hero--ltd .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .tn-agency-hero--ltd .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero h1 {
    font-size: 52px;
  }
}
.tn-agency-hero h2 {
  font-size: 24px;
  margin: 1.5rem 0;
  text-align: center;
}
@media (min-width: 1025px) {
  .tn-agency-hero h2 {
    font-size: 40px;
    margin: 2.5rem 0;
    text-align: left;
  }
}
.tn-agency-hero h2 .highlight {
  position: relative;
  background-position: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 680px) {
  .tn-agency-hero h2 .highlight {
    display: inline;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero h2 .highlight {
    line-height: 1.7em;
  }
}
.tn-agency-hero h3 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .tn-agency-hero h3 {
    font-size: 31px;
  }
}
.tn-agency-hero h3 br {
  display: none;
}
@media (min-width: 1400px) {
  .tn-agency-hero h3 br {
    display: unset;
  }
}
.tn-agency-hero .tn-agency-mockup--phone {
  position: relative;
}
.tn-agency-hero .tn-agency-mockup__image--phone {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(0);
  left: 0;
}
@media (min-width: 680px) {
  .tn-agency-hero .tn-agency-mockup__image--phone {
    width: 640px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
  }
}
@media (min-width: 820px) {
  .tn-agency-hero .tn-agency-mockup__image--phone {
    left: -21px;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero .tn-agency-mockup__image--phone {
    width: 880px;
    top: 66%;
    left: unset;
  }
}
.tn-agency-hero .tn-agency-mockup__image--phone--dp {
  display: none;
}
@media (min-width: 680px) {
  .tn-agency-hero .tn-agency-mockup__image--phone--dp {
    display: block;
  }
}
.tn-agency-hero .tn-agency-mockup__image--phone--mb {
  display: block;
}
@media (min-width: 680px) {
  .tn-agency-hero .tn-agency-mockup__image--phone--mb {
    display: none;
  }
}
.tn-agency-hero .tn-agency-ltd-image__container {
  position: relative;
  text-align: center;
}
@media (min-width: 1025px) {
  .tn-agency-hero .tn-agency-ltd-image__container {
    text-align: left;
  }
}
.tn-agency-hero .tn-agency-ltd-image {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(0);
  left: 0;
}
@media (min-width: 680px) {
  .tn-agency-hero .tn-agency-ltd-image {
    width: 148%;
    top: 54%;
    transform: translateY(-50%);
    left: -90px;
  }
}
@media (min-width: 820px) {
  .tn-agency-hero .tn-agency-ltd-image {
    width: 120%;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero .tn-agency-ltd-image.business {
    width: 154%;
    top: 64%;
    left: -20px;
  }
}
.tn-agency-hero__cta-buttons {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
}
@media (min-width: 991px) {
  .tn-agency-hero__cta-buttons {
    grid-template-columns: 1fr 1fr;
  }
}

.tn-agency-hero__content {
  display: block;
  grid-template-rows: max-content;
  grid-gap: 3rem;
  position: relative;
  padding: 30% 0 5% 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tn-agency-hero__content {
    display: grid;
    grid-template-columns: none;
    grid-template-rows: 1fr;
    grid-gap: 0;
    padding: 20% 0 5% 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero__content {
    display: grid;
    grid-template-columns: 64% 36%;
    grid-template-rows: 1fr;
    grid-gap: 0;
    padding: 10% 0 8% 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .tn-agency-hero__content {
    display: grid;
    grid-template-columns: 64% 36%;
    grid-template-rows: 2fr;
    grid-gap: 0;
    padding: 10% 0 8% 0;
    text-align: left;
  }
}
.tn-agency-hero__content .tn-agency-hero__text {
  font-size: 1.875rem;
  padding-right: 0;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 768px) {
  .tn-agency-hero__content .tn-agency-hero__text {
    font-size: 2.188rem;
    padding-right: 0;
    font-weight: 700;
    text-align: center;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero__content .tn-agency-hero__text {
    font-size: 2.188rem;
    padding-right: 0;
    font-weight: 700;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .tn-agency-hero__content .tn-agency-hero__text {
    font-size: 2.188rem;
    font-weight: 700;
    text-align: left;
  }
}

.tn-agency-hero__text {
  font-size: 30px;
  padding-right: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .tn-agency-hero__text {
    font-size: 35px;
  }
}
@media (min-width: 991px) {
  .tn-agency-hero__text {
    padding-right: 40px;
  }
}
@media (min-width: 1025px) {
  .tn-agency-hero__text {
    font-size: 42px;
    text-align: left;
  }
}

.tn-agency-ltd-image__container {
  position: relative;
  text-align: center;
}
@media (min-width: 1025px) {
  .tn-agency-ltd-image__container {
    text-align: left;
  }
}

.tn-agency-ltd-image {
  width: 100%;
  position: absolute;
  top: 0;
  transform: translateY(0);
  left: 0;
}
@media (min-width: 680px) {
  .tn-agency-ltd-image {
    width: 148%;
    top: 54%;
    transform: translateY(-50%);
    left: -90px;
  }
}
@media (min-width: 820px) {
  .tn-agency-ltd-image {
    width: 120%;
    left: 0;
  }
}
@media (min-width: 1025px) {
  .tn-agency-ltd-image.business {
    width: 154%;
    top: 64%;
    left: -20px;
  }
}

.tn-agency-mockup__image--laptop {
  width: 100%;
  position: relative;
  top: 0;
  transform: translateY(0);
}
@media (min-width: 680px) {
  .tn-agency-mockup__image--laptop {
    width: 984px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.tn-appsumo-hero h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .tn-appsumo-hero h1 {
    font-size: 32px;
  }
}
@media (min-width: 1025px) {
  .tn-appsumo-hero h1 {
    font-size: 42px;
  }
}
.tn-appsumo-hero h2 {
  font-size: 26px;
  margin: 2.5rem 0;
}
@media (min-width: 768px) {
  .tn-appsumo-hero h2 {
    font-size: 28px;
  }
}
@media (min-width: 1025px) {
  .tn-appsumo-hero h2 {
    font-size: 35px;
    margin: 1.5rem 0;
  }
}
.tn-appsumo-hero h2 h3 {
  font-size: 18px;
}
@media (min-width: 1025px) {
  .tn-appsumo-hero h2 h3 {
    font-size: 20px;
  }
}
.tn-appsumo-hero h2 .highlight {
  font-size: 28px;
  position: relative;
  background-position: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0.5rem;
  display: block;
}
@media (min-width: 680px) {
  .tn-appsumo-hero h2 .highlight {
    display: inline;
  }
}
@media (min-width: 1025px) {
  .tn-appsumo-hero h2 .highlight {
    font-size: 42px;
  }
}
.tn-appsumo-hero h3 {
  font-size: 20px;
  margin-bottom: 2rem;
}
@media (min-width: 1025px) {
  .tn-appsumo-hero h3 {
    font-size: 24px;
  }
}
.tn-appsumo-hero h3 br {
  display: none;
}
@media (min-width: 1400px) {
  .tn-appsumo-hero h3 br {
    display: unset;
  }
}
.tn-appsumo-hero .tn-appsumo-mockup--phone {
  position: relative;
}
.tn-appsumo-hero .tn-appsumo-mockup__image--phone {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(0);
}
@media (min-width: 680px) {
  .tn-appsumo-hero .tn-appsumo-mockup__image--phone {
    width: 640px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
  }
}
@media (min-width: 820px) {
  .tn-appsumo-hero .tn-appsumo-mockup__image--phone {
    left: -21px;
  }
}
@media (min-width: 1025px) {
  .tn-appsumo-hero .tn-appsumo-mockup__image--phone {
    width: 880px;
    top: 66%;
    left: unset;
  }
}
.tn-appsumo-hero .tn-appsumo-mockup__image--phone--dp {
  display: none;
}
@media (min-width: 680px) {
  .tn-appsumo-hero .tn-appsumo-mockup__image--phone--dp {
    display: block;
  }
}
.tn-appsumo-hero .tn-appsumo-mockup__image--phone--mb {
  display: block;
}
@media (min-width: 680px) {
  .tn-appsumo-hero .tn-appsumo-mockup__image--phone--mb {
    display: none;
  }
}

.tn-appsumo-hero__content {
  display: block;
  grid-template-rows: max-content;
  grid-gap: 3rem;
  position: relative;
  padding: 10% 0 105% 0;
  text-align: center;
}
@media (min-width: 680px) {
  .tn-appsumo-hero__content {
    display: grid;
    grid-template-columns: 60% 40%;
    grid-template-rows: 1fr;
    grid-gap: 0;
    padding: 10% 0 25% 0;
    text-align: left;
  }
}
@media (min-width: 820px) {
  .tn-appsumo-hero__content {
    grid-template-columns: 50% 50%;
  }
}
@media (min-width: 1025px) {
  .tn-appsumo-hero__content {
    grid-template-columns: 60% 40%;
  }
}

.tn-appsumo-mockup--phone {
  position: relative;
}

.tn-appsumo-mockup__image--phone {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(0);
}
@media (min-width: 680px) {
  .tn-appsumo-mockup__image--phone {
    width: 640px;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
  }
}
@media (min-width: 820px) {
  .tn-appsumo-mockup__image--phone {
    left: -21px;
  }
}
@media (min-width: 1025px) {
  .tn-appsumo-mockup__image--phone {
    width: 880px;
    top: 66%;
    left: unset;
  }
}
.tn-appsumo-mockup__image--phone--dp {
  display: none;
}
@media (min-width: 680px) {
  .tn-appsumo-mockup__image--phone--dp {
    display: block;
  }
}
.tn-appsumo-mockup__image--phone--mb {
  display: block;
}
@media (min-width: 680px) {
  .tn-appsumo-mockup__image--phone--mb {
    display: none;
  }
}

#welcome-message {
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #welcome-message {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #welcome-message {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

h1.welcome-message {
  font-size: 2.188rem;
  padding: calc(0% + 77px) 10px 0 10px;
  text-align: center;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (min-width: 768px) {
  h1.welcome-message {
    font-size: 3.25rem;
    font-weight: 700;
    padding: 15% 0 0 0;
  }
  h1.welcome-message span.message.bigger {
    font-size: 56px !important;
  }
}
@media (min-width: 1200px) {
  h1.welcome-message {
    font-size: 4.688rem;
    font-weight: 700;
  }
}
h1.welcome-message .p-ratings {
  margin: 50px 0 50px 0;
  width: 100%;
}
h1.welcome-message p {
  text-transform: none;
  font-weight: 300;
  font-size: 27px;
}
@media (min-width: 768px) {
  h1.welcome-message p {
    font-size: inherit;
  }
}
h1.welcome-message span.message {
  text-transform: none;
  font-weight: 700;
}
h1.welcome-message span {
  display: inline;
}
h1.welcome-message p.small {
  font-size: 32px !important;
  width: 100% !important;
  margin: 0 auto;
  font-weight: inherit;
  margin-top: 10px;
}
h1.welcome-message p.small span {
  display: inline !important;
}
h1.welcome-message .yellow-highlight {
  background-image: url("/images/tn-yellow-bg.svg");
}

h3.welcome-message-sub {
  font-size: 1.25rem;
  max-width: 700px;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 768px) {
  h3.welcome-message-sub {
    font-size: 1.563rem;
    max-width: 700px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  h3.welcome-message-sub {
    font-size: 1.875rem;
    max-width: 965px;
    margin: auto;
  }
}

.yellow-highlight-sub-heading {
  background-image: url("/images/tn-yellow-bg.svg");
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .yellow-highlight-sub-heading {
    padding-bottom: 5px;
  }
}
@media (min-width: 1200px) {
  .yellow-highlight-sub-heading {
    padding-bottom: 5px;
  }
}

.section-2 {
  text-align: center;
  padding: 4% 20px;
  padding-top: 0;
}
.section-2 .item-1 div:nth-child(2) > span {
  font-size: 12px;
}
.section-2 .row .item-2 {
  margin: 50px 0 39px 0;
}
.section-2 .item-2 > img {
  width: 100%;
}
.section-2 .inner-row {
  max-width: 440px;
  margin: 0 auto;
}
@media (min-width: 481px) and (max-width: 767px) {
  .section-2 .inner-row {
    max-width: none;
    margin: 0;
  }
  .section-2 .inner-row .item-2 {
    margin-left: 15%;
    margin-right: 15%;
  }
}
@media (min-width: 768px) {
  .section-2 .inner-row {
    max-width: none;
    margin: 0;
  }
}

.tn-slides {
  display: flex;
}

.trustpilot-logo {
  height: 36.57px; /* Set your desired uniform height */
  width: auto; /* Maintain aspect ratio */
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0; /* prevents shrinking/cutting */
}

.yelp-logo {
  height: 37.49px; /* Set your desired uniform height */
  width: auto; /* Maintain aspect ratio */
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0; /* prevents shrinking/cutting */
}

.tripadvisor-logo {
  height: 22px; /* Set your desired uniform height */
  width: auto; /* Maintain aspect ratio */
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0; /* prevents shrinking/cutting */
}

.google-logo {
  height: 32.92px; /* Set your desired uniform height */
  width: auto; /* Maintain aspect ratio */
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0; /* prevents shrinking/cutting */
}

.booking-logo {
  height: 29.83px; /* Set your desired uniform height */
  width: auto; /* Maintain aspect ratio */
  object-fit: contain;
  display: inline-block;
  flex-shrink: 0; /* prevents shrinking/cutting */
}

.ratings, .clients-voice {
  padding: 4% 20px;
}

#home-who-is-this-for {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #home-who-is-this-for {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #home-who-is-this-for {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tn-idea-for-box {
  display: block;
  background: #F5F5F5 !important;
  border-radius: 8px;
  padding: 22px;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 768px) {
  .tn-idea-for-box {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 100px;
    align-items: center;
  }
}

.step-text {
  max-width: 322px;
  margin: 0 auto;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .step-text {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .step-text {
    font-size: 1rem;
  }
}

ul {
  list-style-type: disc;
}

.tn-bullet-list-box li::marker {
  color: #00CCFF;
}

.container.how-it-works {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .container.how-it-works {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .container.how-it-works {
    padding-top: 100px;
  }
}

section.get-more-reviews {
  background-color: #F7F7F7;
  position: relative;
  padding-bottom: 50px;
  margin-top: -250px;
  padding-top: 275px;
}
@media (min-width: 768px) {
  section.get-more-reviews {
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  section.get-more-reviews {
    padding-bottom: 100px;
  }
}

h3.icon-info-heading {
  font-weight: 700;
}
@media (min-width: 768px) {
  h3.icon-info-heading {
    font-size: 1.563rem;
  }
}
@media (min-width: 1200px) {
  h3.icon-info-heading {
    font-size: 1.75rem;
  }
}

.container.pad-container {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 350px;
}
@media (min-width: 768px) {
  .container.pad-container {
    padding-top: 75px;
    padding-bottom: 75px;
    max-width: 700px;
  }
}
@media (min-width: 1200px) {
  .container.pad-container {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 850px;
  }
}

.container.benefits-of-tn {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .container.benefits-of-tn {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .container.benefits-of-tn {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#trustpilot-reviews {
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #trustpilot-reviews {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #trustpilot-reviews {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.cta-container {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .cta-container {
    padding-top: 75px;
    padding-bottom: 75px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .cta-container {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

img.cta-tn-mascot {
  max-width: 275px;
  height: auto;
}
@media (min-width: 768px) {
  img.cta-tn-mascot {
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  img.cta-tn-mascot {
    max-width: 400px;
  }
}

.img-ratings {
  border-radius: 50%;
}

.checked {
  color: gold;
}

.ratings-img, .ratings-client {
  display: inline-block;
}

.ratings-img {
  margin-right: 15px;
}

.ratings {
  font-weight: 400;
  font-size: 20px;
  color: rgb(72, 67, 67);
  padding-left: 15px !important;
  padding-right: 15px !important;
}
@media (min-width: 768px) {
  .ratings {
    padding-left: inherit !important;
    padding-right: inherit !important;
  }
}
.ratings .img-ratings {
  height: 100px;
  width: 100px;
}
.ratings .rating-wrapper .inner-wrap .ratings-item:nth-child(1) span {
  fill: rgb(245, 166, 35);
}
.ratings .inner-wrap {
  padding: 25px;
  border-radius: 12px;
  background-color: #FFFFFF;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
}
.ratings .ratings-container .row {
  padding: 10px 35px;
  background: #FFFFFF;
}
.ratings .ratings-item {
  margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ratings .rating-wrapper:nth-child(1) .rating-body:last-child .ratings-item:last-child {
    margin-bottom: 134px !important;
  }
  .ratings .rating-wrapper:last-child .rating-body:last-child .ratings-item:last-child {
    margin-bottom: 220px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ratings .container {
    padding: 4% 20px;
  }
  .ratings .rating-wrapper:nth-child(1) .rating-body:last-child .ratings-item:last-child {
    margin-bottom: 76px !important;
  }
  .ratings .rating-wrapper:last-child .rating-body:last-child .ratings-item:last-child {
    margin-bottom: 191px !important;
  }
}
@media (min-width: 1200px) {
  .ratings .container {
    padding: 4% 20px;
  }
  .ratings .rating-wrapper:nth-child(1) .rating-body:last-child .ratings-item:last-child {
    margin-bottom: 77px !important;
  }
  .ratings .rating-wrapper:last-child .rating-body:last-child .ratings-item:last-child {
    margin-bottom: 106px !important;
  }
}

.ratings-img-svg {
  width: 30%;
  top: 8%;
  right: 6%;
  position: absolute;
}

.ratings-img-svg-mobile {
  width: 90%;
  top: 7%;
  right: 5%;
  position: absolute;
}

.svg-item-2 {
  width: 86px;
  height: 86px;
  margin: 0 auto;
  border-radius: 50%;
  background: white;
  padding: 20px 20px;
}

.clients-voice {
  text-align: center;
  background: #f5f6f8;
  position: relative;
}
.clients-voice .svg-item {
  fill: #ffffff;
  margin-top: 90px;
}
.clients-voice .div-head h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
}
.clients-voice .div-head-mini p {
  font-size: 13px;
  color: #FE0056;
  font-weight: 600;
}
.clients-voice .heading-item p {
  font-size: 30px;
  font-weight: 600;
}
.clients-voice .parag-item {
  font-size: 20px;
  padding: 0 13px;
  line-height: 1.7em;
}
.clients-voice .parag-item p:nth-child(1) {
  color: rgb(72, 67, 67);
  font-weight: 400;
}
.clients-voice .parag-item p:nth-child(2) {
  font-style: italic;
}
.clients-voice .container > .row:nth-child(1) {
  margin-bottom: 45px;
}
.clients-voice .col-md-4:nth-child(1), .clients-voice .col-md-4:nth-child(2) {
  margin: 0 0 45px;
}
@media (min-width: 768px) {
  .clients-voice .col-md-4:nth-child(1), .clients-voice .col-md-4:nth-child(2) {
    margin: 0;
  }
}

.svg-item-2 > svg {
  fill: #1b86f1;
}

.div-head-mini {
  margin-top: 50px;
}

.svg-item {
  height: 100px;
  top: 0;
  line-height: 0;
  pointer-events: none;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.using-tn {
  padding-bottom: 0 !important;
  background-color: #f5f6f8;
}
.using-tn .my-tn-item {
  padding: 21% 0;
}
@media (min-width: 600px) {
  .using-tn .my-tn-item {
    padding: 7% 0;
  }
}
.using-tn .my-tn-item > .container:nth-child(1) {
  margin-top: 0;
}
.using-tn .my-tn-item:nth-child(3), .using-tn .my-tn-item:nth-child(5), .using-tn .my-tn-item:nth-child(7), .using-tn .my-tn-item:nth-child(9) {
  background: #FFFFFF;
}
.using-tn ul {
  padding-left: unset;
}
.using-tn .row:nth-child(1) h1 {
  font-size: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .using-tn .row:nth-child(1) h1 {
    font-size: 56px;
  }
}
.using-tn div div h3 {
  font-size: 28px;
  letter-spacing: -0.83px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .using-tn div div h3 {
    font-size: 36px;
  }
}
.using-tn div div p, .using-tn li, .using-tn button {
  font-size: 16px;
  color: rgb(72, 67, 67);
}
.using-tn li {
  font-weight: 600;
}
.using-tn div div button {
  background-color: #FE0056;
  border: 1px solid #FE0056;
  border-radius: 3px;
  color: white;
  width: 170px;
  height: 50px;
  font-weight: 600;
  transition: 0.3s;
}
.using-tn button:hover {
  background-color: transparent;
  color: #FE0056;
}
.using-tn div div p, .using-tn ul, .using-tn button {
  margin: 20px 0;
}
.using-tn .row h3, .using-tn ul, .using-tn p, .using-tn button {
  margin: 10px 0;
}
.using-tn img {
  box-shadow: 0 5px 50px rgba(0, 0, 0, 0.12), 0 5px 20px rgba(0, 0, 0, 0.1);
}
.using-tn .tn-images-2, .using-tn .tn-images-4, .using-tn .tn-images-6 {
  margin: 0 0 45px;
}
@media (min-width: 768px) {
  .using-tn .tn-images-2, .using-tn .tn-images-4, .using-tn .tn-images-6 {
    margin: 0;
  }
}

.tn-images {
  position: relative;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
}

.tn-images-4 {
  display: flex;
  justify-content: center;
}
.tn-images-4 img {
  width: 100%;
}

.tn-images-1 img, .tn-images-2 img, .tn-images-3 img, .tn-images-5 img, .tn-images-6 img {
  width: 100%;
  height: 100%;
}

.using-tn .my-tn-item:nth-child(2) > .svg-item > svg > polygon, .my-tn-item:nth-child(4) > .svg-item > svg > polygon, .my-tn-item:nth-child(6) > .svg-item > svg > polygon, .my-tn-item:nth-child(8) > .svg-item > svg > polygon, .my-tn-item:nth-child(10) > .svg-item > svg > polygon {
  fill: #ffffff;
}

.using-tn .my-tn-item:nth-child(3) > .svg-item > svg > polygon, .my-tn-item:nth-child(5) > .svg-item > svg > polygon, .my-tn-item:nth-child(7) > .svg-item > svg > polygon, .my-tn-item:nth-child(9) > .svg-item > svg > polygon {
  fill: #f5f6f8;
}

div#\33 -steps {
  font-size: 16px;
  font-weight: 700;
  max-width: 1430px;
}

img.steps-mockup {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  img.steps-mockup {
    width: 100%;
  }
}

.steps-container {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .steps-container {
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-auto-rows: 2fr;
  }
}
@media (min-width: 1200px) {
  .steps-container {
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-auto-rows: 1fr;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .my-tn-item > .container, .clients-voice .container {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.tn-agency-cta-buttons-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 580px) {
  .tn-agency-cta-buttons-container {
    flex-direction: row;
  }
}

.tn-agency-cta-buttons {
  flex: 1;
}

.num-staff {
  margin-top: 1.7rem;
}

.agency-pricing-card {
  border-color: #2E558C;
  border-width: 2px;
}
.agency-pricing-card.agency-pricing-card--popular {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.agency-pricing-card .list-group-item {
  padding: 24px 20px 24px 20px;
  border-top: none;
  border-bottom: none;
}

.agency-pricing-card.card > .list-group {
  border-top: none;
  border-bottom: none;
}

.actual-price {
  font-size: 2.875rem;
  font-weight: bold;
  color: #00CCFF;
  line-height: 1;
}

.small-text {
  color: #1E293B;
  font-size: 16px;
  font-weight: 400;
}

.agency-bundle-name, .agency-bundle-details-heading {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1E293B;
  margin-bottom: 0;
}

h5.staff-members {
  color: #1E293B;
  font-weight: normal;
  font-size: 1rem;
}

.agency-fine-print {
  cursor: pointer;
}

.staff-member-account {
  border: 2px solid #00CCFF;
  border-radius: 55px;
  color: #00CCFF;
  font-weight: bold;
  font-size: 1.313rem;
  padding: 3px 12px;
  line-height: 1;
  margin-bottom: 0;
  width: max-content;
  display: inline-block;
}

.inclusive {
  border-color: #00CCFF;
  border-width: 2px;
  padding: 24px;
  padding-top: 14px;
  gap: 10px;
}

.starter-bundles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}
@media (min-width: 1288px) {
  .starter-bundles li {
    margin-bottom: 0;
  }
}

p.bullet-text {
  color: #1E293B;
}

.striked-feature {
  text-decoration: line-through;
  opacity: 0.45;
}

.price-plan-item {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .price-plan-item:nth-child(1) .num-staff, .price-plan-item:nth-child(3) .num-staff, .price-plan-item:nth-child(4) .num-staff {
    margin-top: 1.7rem;
  }
  .price-plan-item:nth-child(2) .num-staff:nth-child(2) {
    margin-top: -18px;
  }
}

.tn-pricing-table {
  display: none;
}
@media (min-width: 620px) {
  .tn-pricing-table {
    display: table;
    width: 100%;
    background: #FFF;
    border-radius: 9px;
    border: 2px solid #FE0056;
  }
}
.tn-pricing-table .tn-pricing-table-row {
  display: table-row;
  border-bottom: 1px solid #EBEBEB;
}
.tn-pricing-table .tn-pricing-table-heading {
  background-color: #EEE;
  display: table-header-group;
}
.tn-pricing-table .tn-pricing-table-cell,
.tn-pricing-table .tn-pricing-table-head {
  display: table-cell;
  padding: 6px 12px;
  font-size: 18px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 1025px) {
  .tn-pricing-table .tn-pricing-table-cell,
  .tn-pricing-table .tn-pricing-table-head {
    font-size: 20px;
  }
}
.tn-pricing-table .tn-pricing-table-heading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.tn-pricing-table .tn-pricing-table-foot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.tn-pricing-table .tn-pricing-table-body {
  display: table-row-group;
}
.tn-pricing-table .table-header {
  color: #FFF;
  background: #FE0056;
}
.tn-pricing-table .table-price {
  color: #FE0056;
  font-weight: 700;
  background: #FAFAFA;
  text-align: center;
}
.tn-pricing-table .tn-pricing-table-cell--top-left {
  border-top-left-radius: 8px;
}
.tn-pricing-table .tn-pricing-table-cell--top-right {
  border-top-right-radius: 8px;
}
.tn-pricing-table .tn-pricing-table-cell--bottom-left {
  border-bottom-left-radius: 8px;
}
.tn-pricing-table .tn-pricing-table-cell--bottom-right {
  border-bottom-right-radius: 8px;
}

.tn-mobile-pricing-accordion {
  display: block;
}
@media (min-width: 620px) {
  .tn-mobile-pricing-accordion {
    display: none;
  }
}
.tn-mobile-pricing-accordion .accordion-button {
  background: #FE0056;
  color: #fff;
  justify-content: space-between;
  padding: 10px 18px 10px 40px;
}
.tn-mobile-pricing-accordion .accordion-button:after {
  position: absolute;
  left: 14px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMS41OCA3LjIiPjxwYXRoIGQ9Ik0xMC41OCAxIDUuNzkgNS43OSAxIDEiIHN0eWxlPSJmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLXdpZHRoOjJweCIvPjwvc3ZnPg==");
  height: 12px;
  width: 15px;
  background-size: contain;
}
.tn-mobile-pricing-accordion .accordion-button:not(.collapsed)::after {
  top: 18px;
}
.tn-mobile-pricing-accordion .accordion-button span {
  display: block;
}
.tn-mobile-pricing-accordion .accordion-button:focus {
  box-shadow: none;
}
.tn-mobile-pricing-accordion .tn-bundle-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  grid-gap: 1rem;
}
.tn-mobile-pricing-accordion .tn-bundle-info:last-child {
  margin-top: 10px;
}
.tn-mobile-pricing-accordion .tn-bundle-price-bigger {
  font-size: 20px;
}
.tn-mobile-pricing-accordion .tn-enterprise-cost {
  font-weight: 900;
  color: #FE0056;
  font-size: 20px;
}

.tn-bundle-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  grid-gap: 1rem;
}
.tn-bundle-info:last-child {
  margin-top: 10px;
}

.tn-bundle-price-bigger {
  font-size: 20px;
}

.tn-profits-addition {
  display: grid;
  grid-template-columns: 60px 1fr;
  grid-gap: 22px;
  align-items: center;
  background: #F5F6F8;
  border-radius: 8px;
  padding: 22px;
  max-width: 565px;
}
.tn-profits-addition p {
  font-size: 20px;
  font-weight: 600;
}

.tn-landing-header {
  position: sticky;
  top: 0;
}

.tn-white-label__content {
  display: grid;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-gap: 0;
  position: relative;
}
@media (min-width: 680px) {
  .tn-white-label__content {
    grid-template-rows: 1fr;
    grid-template-columns: 5fr 4fr;
  }
}
.tn-white-label__content .tn-agency-mockup__image--laptop {
  width: 100%;
  position: relative;
  top: 0;
  transform: translateY(0);
}
@media (min-width: 680px) {
  .tn-white-label__content .tn-agency-mockup__image--laptop {
    width: 830px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.tn-idea-for-box-grey {
  display: block;
  background: #F5F6F8;
  border-radius: 8px;
  padding: 20px;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 768px) {
  .tn-idea-for-box-grey {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-gap: 45px;
    align-items: center;
  }
}

.tn-idea-for-apps-box-grey {
  display: block;
  background: #F5F6F8;
  border-radius: 8px;
  padding: 20px;
  font-weight: 400;
  width: 100%;
}
@media (min-width: 768px) {
  .tn-idea-for-apps-box-grey {
    display: flex;
    grid-template-columns: 60px 1fr;
    grid-gap: 20px;
    align-items: center;
  }
}

#email-signature-widget {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #email-signature-widget {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #email-signature-widget {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#qr-code-app {
  background-color: #F7F7F7;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #qr-code-app {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #qr-code-app {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#social-media-automation {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #social-media-automation {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1200px) {
  #social-media-automation {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.tn-who-is-this-for-graphic {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tn-who-is-this-for-graphic {
    max-width: 350px;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .tn-who-is-this-for-graphic {
    max-width: 450px;
    width: 100%;
  }
}

.tn-how-agencies-make-money-graphic {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .tn-how-agencies-make-money-graphic {
    width: 75%;
  }
}
@media (min-width: 1025px) {
  .tn-how-agencies-make-money-graphic {
    width: 85%;
  }
}

.tn-bullet-list {
  list-style: disc;
}

.terms-of-service, .terms-and-conditions, .cookie-policy, .contact-us, .frequently-asked-questions, .privacy-policy, .dpa {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.7em;
  padding: 1rem;
}
.terms-of-service ul, .terms-and-conditions ul, .cookie-policy ul, .contact-us ul, .frequently-asked-questions ul, .privacy-policy ul, .dpa ul {
  list-style: unset;
}
.terms-of-service strong, .terms-and-conditions strong, .cookie-policy strong, .contact-us strong, .frequently-asked-questions strong, .privacy-policy strong, .dpa strong {
  font-weight: 600;
}
.terms-of-service a, .terms-and-conditions a, .cookie-policy a, .contact-us a, .frequently-asked-questions a, .privacy-policy a, .dpa a {
  color: #00CCFF;
  text-decoration: underline;
}
.terms-of-service .page-title, .terms-and-conditions .page-title, .cookie-policy .page-title, .contact-us .page-title, .frequently-asked-questions .page-title, .privacy-policy .page-title, .dpa .page-title {
  text-align: center;
  margin-bottom: 50px;
}
.terms-of-service ol, .terms-and-conditions ol, .cookie-policy ol, .contact-us ol, .frequently-asked-questions ol, .privacy-policy ol, .dpa ol {
  counter-reset: item;
}
.terms-of-service ol li, .terms-and-conditions ol li, .cookie-policy ol li, .contact-us ol li, .frequently-asked-questions ol li, .privacy-policy ol li, .dpa ol li {
  display: block;
}
.terms-of-service ol li h5, .terms-and-conditions ol li h5, .cookie-policy ol li h5, .contact-us ol li h5, .frequently-asked-questions ol li h5, .privacy-policy ol li h5, .dpa ol li h5 {
  display: inline-block;
}
.terms-of-service ol li::before, .terms-and-conditions ol li::before, .cookie-policy ol li::before, .contact-us ol li::before, .frequently-asked-questions ol li::before, .privacy-policy ol li::before, .dpa ol li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  font-weight: bold;
}
.terms-of-service ol[type=a], .terms-and-conditions ol[type=a], .cookie-policy ol[type=a], .contact-us ol[type=a], .frequently-asked-questions ol[type=a], .privacy-policy ol[type=a], .dpa ol[type=a] {
  counter-reset: list;
}
.terms-of-service ol[type=a] li, .terms-and-conditions ol[type=a] li, .cookie-policy ol[type=a] li, .contact-us ol[type=a] li, .frequently-asked-questions ol[type=a] li, .privacy-policy ol[type=a] li, .dpa ol[type=a] li {
  display: block;
  list-style: none;
}
.terms-of-service ol[type=a] li::before, .terms-and-conditions ol[type=a] li::before, .cookie-policy ol[type=a] li::before, .contact-us ol[type=a] li::before, .frequently-asked-questions ol[type=a] li::before, .privacy-policy ol[type=a] li::before, .dpa ol[type=a] li::before {
  content: "( " counter(list, lower-alpha) ") ";
  counter-increment: list;
}
.terms-of-service ol[type=i], .terms-and-conditions ol[type=i], .cookie-policy ol[type=i], .contact-us ol[type=i], .frequently-asked-questions ol[type=i], .privacy-policy ol[type=i], .dpa ol[type=i] {
  counter-reset: list;
}
.terms-of-service ol[type=i] li, .terms-and-conditions ol[type=i] li, .cookie-policy ol[type=i] li, .contact-us ol[type=i] li, .frequently-asked-questions ol[type=i] li, .privacy-policy ol[type=i] li, .dpa ol[type=i] li {
  display: block;
  list-style: none;
}
.terms-of-service ol[type=i] li::before, .terms-and-conditions ol[type=i] li::before, .cookie-policy ol[type=i] li::before, .contact-us ol[type=i] li::before, .frequently-asked-questions ol[type=i] li::before, .privacy-policy ol[type=i] li::before, .dpa ol[type=i] li::before {
  content: "( " counter(list, lower-roman) ") ";
  counter-increment: list;
}

.frequently-asked-questions ol > li > ul > li {
  list-style-type: square;
  text-indent: 10px;
}

.error-page {
  background-image: url(/images/tn-landing-background-gradient.webp);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page .error-box {
  background-color: #FFFFFF;
  height: auto;
  width: 800px;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  margin-top: 4rem;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
}

.error-page .error-code {
  color: #00CCFF;
  font-size: 120px;
  font-weight: 700;
}

.error-page .error-text {
  color: #666666;
  font-size: 18px;
}

.error-page .error-reason {
  background-color: #F8F9FA;
  padding: 0.5rem;
  color: #00CCFF;
  border-radius: 8px;
}

#contact-us {
  padding-top: 100px;
  padding-bottom: 50px;
  background-color: #F7F7F7;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #contact-us {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1025px) {
  #contact-us {
    padding-top: 125px;
    padding-bottom: 100px;
  }
}

#contact-us label {
  line-height: 1;
  font-size: 16px;
}

#contact-us label.error {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#contact-us label:empty {
  display: none;
}

.radio-group .form-check-input {
  top: 3px;
  position: relative;
}

.contact-us .contact-us-but {
  font-family: "Sora", sans-serif;
  background-color: #FE0056;
  border: 1px solid #FE0056;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  height: 53px;
  font-size: 16px;
  padding: 7px 30px;
  display: inline-block;
  width: 211px;
}
.contact-us .contact-us-but:hover {
  background-color: #c90606;
}
.contact-us .message-textarea {
  resize: none;
  height: 142px;
}
.contact-us label {
  font-weight: normal;
}

label.error:empty {
  display: none;
}

.contact-section {
  padding: 20px;
}
.contact-section h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #2E558C;
  padding-bottom: 20px;
  text-align: center;
}
@media (min-width: 681px) {
  .contact-section h1 {
    font-size: 2.188rem;
    text-align: left;
  }
}
.contact-section .contact-info {
  margin-bottom: 15px;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 681px) {
  .contact-section .contact-info {
    flex-direction: row;
    text-align: left;
  }
}
.contact-section .col-2 {
  width: 100%;
}
@media (min-width: 681px) {
  .contact-section .col-2 {
    width: auto;
  }
}
.contact-section .col-2 img {
  max-width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 681px) {
  .contact-section .col-2 img {
    margin-bottom: 0;
  }
}
.contact-section .col-10 {
  width: 100%;
}
@media (min-width: 681px) {
  .contact-section .col-10 {
    width: auto;
  }
}
.contact-section p {
  color: #00CCFF;
  line-height: normal;
  font-weight: bold;
  margin: 0;
}
.contact-section a {
  display: inline-block;
  color: #1E293B;
  line-height: normal;
  font-weight: bold;
  text-decoration: none;
}
.contact-section .btn {
  display: inline-flex;
  align-items: center;
}
.contact-section .btn img {
  margin-left: 10px;
}

@media (min-width: 768px) {
  .contact-us-container {
    max-width: 90%;
    font-size: 18px;
  }
}

.trustpilot-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .trustpilot-container {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1025px) {
  .trustpilot-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

#pricing {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  #pricing {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1025px) {
  #pricing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.features-box {
  border: 1px solid #E2E8F0;
  border-radius: 10px;
}

.cky-btn-revisit-wrapper {
  background-color: #00CCFF !important;
}

.cky-consent-bar {
  background-color: #ffffff !important;
  border-color: #e5e5e5 !important;
}

.cky-preference-center {
  color: rgb(30, 41, 59) !important;
  background-color: #ffffff !important;
  border-color: #e5e5e5 !important;
}
.cky-preference-center .cky-preference-title {
  color: rgb(30, 41, 59) !important;
}
.cky-preference-center .cky-preference-content-wrapper {
  color: rgb(30, 41, 59) !important;
}
.cky-preference-center .cky-preference-content-wrapper .cky-show-desc-btn {
  color: #00CCFF !important;
}
.cky-preference-center .cky-accordion-btn {
  color: rgb(30, 41, 59) !important;
}
.cky-preference-center .cky-accordion-header-des {
  color: rgb(30, 41, 59) !important;
}
.cky-preference-center .cky-always-active {
  color: #1BCCDC !important;
}
.cky-preference-center .cky-audit-table {
  color: rgb(30, 41, 59) !important;
  background-color: #ffffff !important;
  border-color: #e5e5e5 !important;
}
.cky-preference-center .cky-footer-shadow {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%) !important;
}

.cky-notice .cky-title {
  color: rgb(30, 41, 59) !important;
}
.cky-notice .cky-notice-des {
  color: rgb(30, 41, 59) !important;
}

.cky-btn.cky-btn-customize {
  color: rgb(30, 41, 59) !important;
  border-color: rgb(30, 41, 59) !important;
  background-color: transparent !important;
}
.cky-btn.cky-btn-reject, .cky-btn.cky-btn-accept, .cky-btn.cky-btn-preferences {
  color: #ffffff !important;
  background-color: #00CCFF !important;
  border-color: #00CCFF !important;
}

[data-cky-tag=detail-powered-by] {
  color: rgb(30, 41, 59) !important;
  background-color: #ffffff !important;
}