@font-face {
  font-family: DrukMedium;
  src: url("/assets/fonts/Druk-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: Work Sans;
  src: url("/assets/fonts/WorkSans.woff2") format("woff2");
  font-display: swap;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Work Sans", sans-serif;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  margin: 0;
  top: 0 !important;
}
body.modalOpen {
  overflow: hidden;
}
body div.main-content {
  margin-top: -1em;
  width: 100%;
}
@media (min-width: 768px) {
  body div.main-content {
    margin: 0 auto;
    width: 84vw;
    max-width: 1420px;
    min-width: min(100% - 30px, 992px);
  }
}
.goog-te-banner-frame {
  display: none !important;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  background-color: #ff2e29;
  position: relative;
  min-height: 100vh;
}
* {
  box-sizing: border-box;
}
body.deferred-css {
  display: block !important;
}
.social-links {
  text-align: center;
}
.social-links a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 20px;
}
.social-links a.facebook {
  background: url("/images/icons/fb-icon.png") no-repeat center center;
}
.social-links a.instagram {
  background: url("/images/icons/ig-icon.png") no-repeat center center;
}
.social-links a.linkedin {
  background: url("/images/icons/linkedin-icon.png") no-repeat center center;
}
.social-links a.youtube {
  background: url("/images/icons/youtube-icon.png") no-repeat center center;
  filter: invert(1);
  background-size: contain;
}
.social-links a.tiktok {
  background: url("/images/icons/tiktok-icon.png") no-repeat center center;
  filter: invert(1);
  background-size: contain;
}
.pp-tc-links {
  text-align: center;
  padding: 20px 0;
}
.pp-tc-links a {
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.42px;
  letter-spacing: -0.002em;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
.pp-tc-links a:first-of-type:after {
  content: "";
  display: inline-block;
  background-color: red;
  width: 6px;
  height: 6px;
  margin: 0 8px 0 10px;
  border-radius: 5px;
}
.druk {
  font-family: DrukMedium, sans-serif !important;
}
.text-center {
  text-align: center !important;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.red-btn {
  display: inline-block;
  background: #ff2e29;
  color: #fff;
  text-decoration: none;
}
a {
  color: inherit;
}
.overlay-loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.overlay-loading .spinner-loading {
  width: 32px;
  height: 32px;
  background: url("/images/new_loading.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
@font-face {
  font-family: Gabarito;
  src: url("Gabarito-Variable.ttf") format("ttf");
  font-display: swap;
}
@font-face {
  font-family: DrukCond;
  src: url("DrukCond.otf") format("otf");
  font-display: swap;
}
@font-face {
  font-family: Digital;
  src: url("digital-7.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: Anton;
  src: url("Anton-Regular.ttf") format("truetype");
  font-display: swap;
}
html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.anton {
  font-family: Anton, sans-serif !important;
}
.gabarito {
  font-family: Gabarito, sans-serif !important;
}
.druk-cond {
  font-family: DrukCond, sans-serif !important;
}
.digital {
  font-family: Digital, monospace !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.text-white {
  color: #fff !important;
}
.text-center {
  text-align: center !important;
}
body footer h3 {
  font-weight: 500;
  letter-spacing: -0.5px;
}
body footer h3 span {
  font-size: 51px;
  letter-spacing: 0.5px;
}
.menu-open-overlay {
  display: none;
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 890;
  top: 70px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-x: hidden;
}
div.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  color: #000;
}
div.header svg {
  display: none;
  position: absolute;
  bottom: -29px;
  width: calc(100% - 30px);
  height: 30px;
  border-radius: 0 35px 0 0;
  transform: rotate(180deg);
  transition: bottom 0.3s ease 0s;
}
@media (min-width: 768px) {
  div.header svg {
    display: block;
  }
}
div.header .content {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 100%;
  z-index: 2;
  margin: 0 auto;
  width: 84vw;
  max-width: 1420px;
  min-width: min(100% - 8px, 992px);
  padding: 0 10px;
}
@media (max-width: 768px) {
  div.header .content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
  }
  div.header .content div.logo {
    width: 120px;
    height: 60px;
    margin: 0 15px;
  }
}
div.header .content #menu {
  display: none;
  position: relative;
  top: 0;
  float: right;
  width: 80%;
  padding: 0;
  background: 0 0;
  overflow: visible;
  text-align: right;
}
@media (min-width: 768px) {
  div.header .content #menu {
    display: block;
  }
}
div.header .content #menu ul {
  margin-top: 1em;
}
div.header .content #menu ul#resource-nav {
  display: none;
}
div.header .content #menu ul#resource-nav:has(li) {
  display: flex;
}
div.header .content #menu ul#resource-nav:has(li) li {
  color: #000;
  font-weight: 500;
}
div.header .content #menu ul li {
  font-size: 1.1em;
  color: #9ea0a5;
  line-height: 1em;
  display: inline-block;
  margin-left: 0;
  cursor: pointer;
  padding: 0 20px;
  height: 100%;
}
div.header .content #menu ul li.header-cta {
  color: #000;
}
div.header .content #menu ul li.header-cta.startSignup {
  border: 2px solid #000;
  border-radius: 15px;
  height: 36px;
  line-height: 36px;
}
@media only screen and (min-width: 768px) {
  div.header .content #menu ul li.border {
    border-radius: 20px;
    border: 2px solid #000;
  }
}
div.header .content #menu ul > span {
  display: none;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.6392156863);
  text-transform: uppercase;
  font-size: 1.1em;
}
div.header .content #menu .menu-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-size: contain !important;
  margin-right: 0.7em;
}
div.header .content #menu .dropbtn {
  display: inline-block;
}
div.header .content #menu .dropdown-icon {
  background: url("/images/icons/expand_menu.png") no-repeat center center;
  background-size: contain !important;
  width: 0.6em;
  height: 0.6em;
  margin: 0.3em 0 0 0.5em;
}
div.header .content #menu .drop-open .dropdown-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
div.header .content #menu .drop-open .dropdown-content {
  max-height: 20em;
}
div.header .content #menu .dropdown-content {
  -webkit-transition: max-height 0.7s;
  -moz-transition: max-height 0.7s;
  -ms-transition: max-height 0.7s;
  -o-transition: max-height 0.7s;
  transition: max-height 0.7s;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
}
div.header .content #menu .dropdown-content a {
  display: block;
  text-decoration: none;
  color: #1e2432;
  margin: 1.5em 0 0 3.5em;
  font-size: 1.2em;
}
div.header .content #menu .dropdown-content a:first-of-type {
  margin: 0.5em 0 0 3.5em;
}
div.header .content #menu .dropdown-content a:last-of-type {
  margin: 1.5em 0 0.5em 3.5em;
}
div.header .content #menu .copyright,
div.header .content #menu .pp-tc-links,
div.header .content #menu .social-links {
  display: none;
}
@media only screen and (min-width: 768px) {
  div.header .content #menu ul#resource-nav {
    display: none;
  }
  div.header .content #menu ul li {
    line-height: 40px;
    cursor: pointer;
  }
  div.header .content #menu ul li.dropdown:hover {
    border-bottom: 0 !important;
  }
  div.header .content #menu ul li.dropdown:hover div.dropdown-content {
    max-height: 400px;
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    color: #db3416;
    display: block;
    width: 10em;
    text-align: left;
    padding-left: 1em;
  }
  div.header .content #menu .dropdown-icon {
    display: none;
  }
  div.header .content #menu .following-ai {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  div.header .content #menu .following-ai {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  div.header .content #menu div.dropdown-content {
    display: none;
    max-height: 0;
    text-align: left;
  }
  div.header .content #menu div.dropdown-content a {
    margin: 0 !important;
    font-size: 0.9em;
    line-height: 3em;
    text-align: left;
  }
  div.header .content #menu div.dropdown-content a:hover {
    text-decoration: underline !important;
  }
}
div.header .content .logo {
  background: url("/images/new_logo_mobile.png") no-repeat center center;
  background-size: contain;
  margin: 0 auto;
  height: 92%;
  width: 55%;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 768px) {
  div.header .content .logo {
    width: 10em;
    margin: 1em 0;
    height: 2.3em;
  }
}
div.header .content div#mobileMenuButton {
  color: #ff2e29;
  padding: 15px 6px 15px 15px;
  position: relative;
  text-transform: capitalize;
}
div.header .content div#mobileMenuButton:after {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  background: url("/images/icons/mobile-menu.svg") no-repeat center center;
  width: 18px;
  height: 18px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  div.header .content div#mobileMenuButton {
    display: none;
  }
}
div.header .mobile-btns {
  display: flex;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  div.header .mobile-btns {
    display: none;
  }
}
div.header .following-ai {
  display: inline-block;
  position: relative;
  color: #ff2e29 !important;
  padding: 0.5em 0.3em !important;
  border: 1px solid #ff2e29;
  border-radius: 0.5em;
  line-height: normal !important;
}
div.header .following-ai:before {
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url("/images/new-ai-icon.svg") no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -1em;
  left: -1em;
}
div.header .following-ai:hover {
  background-color: #ff2e29;
  color: #fff !important;
}
@media (max-width: 375px) {
  div.header .following-ai {
    display: none;
  }
}
.menuOpen {
  overflow: hidden;
}
.menuOpen div.header {
  border-radius: 0;
}
.menuOpen div.header #menu {
  display: flex;
  flex-direction: column;
  justify-content: safe flex-end;
  padding-bottom: 2em;
  gap: 1.5em;
  position: fixed;
  width: 100%;
  top: 70px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  background-color: #fff;
  overflow-y: scroll;
}
.menuOpen div.header #menu ul {
  display: flex;
  flex-direction: column-reverse;
  gap: 1em;
  margin-top: 0;
}
.menuOpen div.header #menu ul li.main-link.dropdown .dropbtn,
.menuOpen div.header #menu ul li.main-link:not(.dropdown) {
  font-family: DrukMedium, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.02em;
  color: #000;
}
.menuOpen div.header #menu ul > span {
  display: block;
}
.menuOpen div.header #menu ul .dropdown-icon {
  display: none;
}
.menuOpen div.header #menu ul.language-nav .dropbtn {
  display: none;
}
.menuOpen div.header #menu ul.language-nav .dropdown-content {
  max-height: unset;
  display: flex;
  align-items: center;
  justify-content: space-around;
  font-size: 0.8em;
  font-weight: 600;
}
.menuOpen div.header #menu ul.language-nav .dropdown-content a {
  margin: 0;
}
.menuOpen div.header #menu .copyright,
.menuOpen div.header #menu .pp-tc-links,
.menuOpen div.header #menu .social-links {
  display: block;
}
.menuOpen div.header #menu .pp-tc-links {
  padding: 0;
}
.menuOpen div.header #menu .social-links a {
  margin: 0 1em;
}
.menuOpen div.header #menu .social-links a.tiktok,
.menuOpen div.header #menu .social-links a.youtube {
  filter: invert(0);
}
.menuOpen div.header #menu .social-links a.facebook,
.menuOpen div.header #menu .social-links a.instagram {
  filter: invert(1);
}
.menuOpen div.header #menu .copyright {
  text-align: center;
}
footer {
  background-color: #000;
  color: #fff;
  padding: 90px 41px 20px 41px;
  gap: 30px;
  border-radius: 40px 40px 0 0;
}
footer img.footer-logo {
  display: block;
  margin: 0 auto;
  max-width: 14em;
  width: 100%;
}
footer a {
  color: #fff;
}
footer h3 {
  font-family: DrukMedium, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 56.64px;
  text-align: center;
  text-transform: uppercase;
  color: #ff2e29;
}
footer h3 span {
  font-family: DrukMedium, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 59.74px;
}
footer span.copyright {
  display: block;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.08px;
  letter-spacing: -0.0015em;
  text-align: center;
  margin: 20px 0;
}
footer .languages {
  font-family:
    Work Sans,
    sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16.42px;
  letter-spacing: -0.003em;
  text-align: center;
  text-transform: none;
  padding: 20px 0;
}
footer .languages a {
  text-decoration: none;
  color: #24262b;
  margin: 10px;
}
footer .languages a:hover {
  color: #fff;
}
footer .footer-links-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 20px 0;
}
footer .footer-links-container .main-links,
footer .footer-links-container .resource-links {
  display: flex;
  flex-direction: column;
  text-align: center;
}
footer .footer-links-container .main-links > *,
footer .footer-links-container .resource-links > * {
  margin-bottom: 20px;
}
footer .footer-links-container .main-links span,
footer .footer-links-container .resource-links span {
  text-transform: uppercase;
  font-family:
    Work Sans,
    sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.11px;
  letter-spacing: 0.1em;
  text-align: center;
  color: rgba(255, 255, 255, 0.64);
}
footer .footer-links-container .main-links a,
footer .footer-links-container .resource-links a {
  font-family:
    Work Sans,
    sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 23.46px;
  letter-spacing: -0.005em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 768px) {
  footer .footer-links-container {
    flex-direction: column;
  }
}
.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: 0 0;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 900;
}
.modal-overlay .modal-background {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 980;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-overlay .modal-content {
  margin: -1em auto 0 auto;
  padding: 2em 5% 1em;
  width: 80%;
  z-index: 999;
  position: relative;
  max-height: 35em;
  top: 50%;
  transform: translate(0, -55%);
  text-align: center;
  line-height: 1.3em;
  max-width: 768px;
  background-color: #000;
  border-radius: 4em;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .modal-overlay .modal-content {
    padding-top: 3em;
  }
}
.modal-overlay .modal-content:has(h2.title) {
  padding: 1em 5%;
}
.modal-overlay .modal-content:has(h2.title) div.top-icon {
  margin: -2em auto 0;
}
.modal-overlay .modal-content div.top-icon {
  position: relative;
  width: 2em;
  height: 2em;
  background: url("/images/icons/modal/success.png") no-repeat center center;
  background-size: contain !important;
  margin: -2em auto 2em;
  display: block;
  z-index: 1;
}
.modal-overlay .modal-content h2.title {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.02em;
  text-align: center;
  font-family: DrukMedium, sans-serif;
}
.modal-overlay .modal-content .form-container {
  background-color: #ff2e29;
  position: relative;
}
.modal-overlay .modal-content .form-container:after,
.modal-overlay .modal-content .form-container:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2em;
  background-color: inherit;
}
.modal-overlay .modal-content .form-container:before {
  border-radius: 4em 4em 0 0;
  top: calc(1% - 2em);
}
.modal-overlay .modal-content .form-container:after {
  bottom: calc(1% - 2em);
  border-radius: 0 0 4em 4em;
}
.modal-overlay .modal-content h2.title ~ .form-container {
  transform: translateY(8%);
}
.modal-overlay .modal-content #modals-buttons-container {
  padding: 0 10%;
}
.modal-overlay .modal-content p {
  text-align: center;
  font-weight: 500;
  margin: 1em 0.5em;
  line-height: 1.3em;
}
.modal-overlay .modal-content div.btn {
  text-align: center;
  background-color: #fff;
  height: 2.8em;
  line-height: 2.8em;
  margin-bottom: 0.6em;
  cursor: pointer;
  color: #000;
  border-radius: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 0.8em;
  font-weight: 600;
  letter-spacing: -0.004em;
}
@media only screen and (min-width: 768px) {
  .modal-overlay .modal-content div.btn {
    font-size: 1.1em;
  }
}
.modal-overlay .modal-content div.btn.green-color {
  background-color: #7ed321;
  color: #fff;
}
.modal-overlay .modal-content div.btn.dark-blue-color {
  background-color: #00008b;
  color: #d3d3d3;
}
.modal-overlay .modal-content div.btn.blue-color {
  background-color: #0067bd;
}
.modal-overlay .modal-content div.btn.pink-color {
  background-color: #ff5bf9;
}
.modal-overlay .modal-content div.btn.red-color {
  background-color: #e0350c;
}
.modal-overlay .modal-content div.btn.yellow-color {
  background-color: #f7a700;
}
.modal-overlay .modal-content div.btn.dark-gray-color {
  background-color: #40444c;
}
.modal-overlay .modal-content div.btn.custom-card {
  background: #fff url("/images/payment/credit-card.svg") no-repeat 0.5em center;
}
.modal-overlay .modal-content div.btn.paypal {
  background: #fff url("/images/payment/new-paypal-icon.png") no-repeat 1em
    center;
  background-size: 1.4em;
  background-blend-mode: difference;
}
.modal-overlay .modal-content a.more-info {
  text-align: center;
  color: #000;
  display: block;
  line-height: 2.4em;
}
.modal-overlay .modal-content b {
  font-weight: 700;
}
.modal-overlay .modal-content .modal-close {
  position: absolute;
  font-size: 2em;
  top: -0.6em;
  right: 0.5em;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-overlay.login-modal #modal-form {
  display: flex;
  flex-direction: column;
}
.modal-overlay.login-modal #modal-form label {
  order: -2;
  margin-bottom: 1.3em;
}
.modal-overlay.login-modal #modal-form label[for="ftsu"] {
  order: 10;
  margin: 1em 0 0.5em;
}
.modal-overlay.login-modal #modal-form label input {
  margin-bottom: 0;
}
.modal-overlay.login-modal #modal-form a.more-info {
  order: -1;
  color: #fff;
  font-weight: 600;
  margin: -0.4em 0 0.6em;
  line-height: 1.6em;
}
.modal-overlay.login-modal #modals-buttons-container {
  order: 9;
}
.modal-overlay.login-modal #modals-buttons-container .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.11px;
  letter-spacing: -0.004em;
}
.modal-overlay.login-modal #modals-buttons-container .btn.disabled {
  background-color: #d3d3d3;
  color: #a9a9a9;
}
.modal-overlay.login-modal #modals-buttons-container .btn:after {
  content: "";
  width: 22px;
  height: 22px;
  background: url("/images/icons/arrow-right.png") no-repeat center center;
  filter: invert(1);
  background-size: contain;
}
.modal-overlay.login-modal #modals-buttons-container .btn.disabled:after {
  display: none;
}
.modal-overlay.type-payments
  .modal-content
  .form-container
  #modals-buttons-container {
  padding-bottom: 1px;
}
.modal-overlay.type-payments.powered-by-paypal
  .modal-content
  .form-container
  #modals-buttons-container:after {
  content: "";
  background: url("/images/payment/powered_by_paypal.png") no-repeat center
    center;
  width: 6em;
  height: 2em;
  display: block;
  background-size: contain;
  margin: 0 auto;
}
.modal-overlay.type-payments .modal-content #modal-form {
  text-align: center;
}
.modal-overlay.type-payments
  .modal-content
  #modal-form
  label:has(.short-input) {
  display: inline-block;
  width: calc(50% - 0.5em);
}
.modal-overlay.type-payments
  .modal-content
  #modal-form
  label:has(.short-input)
  input.short-input {
  padding: 0 12%;
}
.modal-overlay.type-payments .modal-content #modal-form label:has(.mr-1) {
  margin-right: 1em;
}
@media only screen and (min-width: 748px) {
  .modal-overlay.type-payments .modal-content #modal-form {
    text-align: left;
  }
  .modal-overlay.type-payments
    .modal-content
    #modal-form
    label:has(.short-input)
    input.short-input {
    padding: 0 17%;
  }
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"]) {
  font-size: 0.85em;
  color: #000;
  padding: 0.8em 1.8em 0.8em 3em;
  margin-bottom: 0.5em;
  text-transform: unset;
  font-weight: 600;
  border-radius: 1em;
  cursor: pointer;
  background: #fff url("/images/payment/credit-card.svg") no-repeat 0.1em center;
  background-size: 2.7em;
  margin-right: 1em;
}
@media only screen and (min-width: 768px) {
  .modal-overlay.type-payments-sc
    .modal-content
    #modal-form
    label:has(input[type="radio"]) {
    font-size: 1.1em;
  }
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"])
  .btn-remove-card {
  position: absolute;
  right: -1em;
  top: 50%;
  font-size: 2em;
  transform: rotate(45deg) translateX(-50%);
  color: #000;
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].VISA),
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].visa) {
  background: #fff url("/images/payment/visa.png") no-repeat 0.5em center;
  background-size: 2em;
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].MASTERCARD),
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].mastercard) {
  background: #fff url("/images/payment/mc.png") no-repeat 0.5em center;
  background-size: 2em;
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].DISCOVER),
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].discover) {
  background: #fff url("/images/payment/discover.png") no-repeat 0.5em center;
  background-size: 2em;
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].AMEX),
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"].amex) {
  background: #fff url("/images/payment/amex.png") no-repeat 0.5em center;
  background-size: 2em;
}
.modal-overlay.type-payments-sc .modal-content #modal-form input[type="radio"] {
  display: none;
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"]:checked) {
  background-color: #000 !important;
  color: #fff;
}
.modal-overlay.type-payments-sc
  .modal-content
  #modal-form
  label:has(input[type="radio"]:checked):before {
  background: #000 url("/images/hp_checkmark.png") no-repeat center center;
  background-size: 64% !important;
  content: " ";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  position: absolute;
  right: 0.5em;
  border-radius: 0.4em;
  top: 50%;
  transform: translateY(-50%);
  filter: invert(1);
}
.modal-overlay.type-error .modal-content div.top-icon {
  background: url("/images/icons/modal/error.png") no-repeat center center;
}
.modal-overlay.type-warning .modal-content div.top-icon {
  background: url("/images/icons/modal/warning.png") no-repeat center center;
}
.modal-overlay.type-weekly-super .modal-content div.top-icon,
.modal-overlay.weekly-regular .modal-content div.top-icon {
  background: url("/images/icons/modal/weekly_regular.png") no-repeat center
    center;
}
.modal-overlay.type-account .modal-content div.top-icon {
  background: #000 url("/images/icons/hp-profile.png") no-repeat center center;
  border-radius: 1em;
  background-size: 24px !important;
  width: 3em;
  height: 3em;
}
.modal-overlay.type-facebook .modal-content div.top-icon {
  background: url("/images/icons/modal/facebook.png") no-repeat center center;
}
.modal-overlay.type-insta-update .modal-content div.top-icon {
  background: url("/images/icons/modal/insta_update.png") no-repeat center
    center;
}
.modal-overlay.type-recently-active .modal-content div.top-icon,
.modal-overlay.type-super-update .modal-content div.top-icon {
  background: url("/images/icons/modal/super_update.png") no-repeat center
    center;
}
.modal-overlay.type-profile-update .modal-content div.top-icon,
.modal-overlay.type-regular-update .modal-content div.top-icon {
  background: url("/images/icons/modal/regular_update.png") no-repeat center
    center;
}
#modal-form {
  padding: 0 10%;
}
#modal-form input {
  display: block;
  width: 100%;
  padding: 0 5%;
  font-size: 1em;
  color: #d7d8d9;
  background-image: none;
  background-color: #24262b;
  border: none;
  height: 3em;
  border-radius: 1em;
  margin-top: 0.5em;
  margin-bottom: 1.3em;
}
#modal-form input.hiddenSubmit {
  display: none;
  visibility: hidden;
}
#modal-form input.email {
  background: #24262b url("/images/icons/email.png") no-repeat 10px;
  background-size: 20px;
  padding: 0 34px;
}
#modal-form input.password {
  background: #24262b url("/images/icons/lock.png") no-repeat 10px;
  background-size: 20px;
  padding: 0 34px;
}
#modal-form input[type="checkbox"] {
  display: inline-block;
  height: 1.6em;
  width: 1.6em;
  padding: 0;
  order: -1;
  margin: 0;
}
#modal-form label {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  position: relative;
  vertical-align: top;
}
#modal-form label[for="ftsa"],
#modal-form label[for="ftsu"] {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2em 0.5em 1em 0;
  gap: 1em;
}
#modal-form label span.email {
  background: url("/images/icons/pencil.png") no-repeat center center;
  background-size: 20px !important;
  width: 20px;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#modal-form label span.confirmPassword,
#modal-form label span.password {
  background: url("/images/icons/eye_pw.png") no-repeat center center;
  background-size: 20px;
  width: 20px;
  display: inline-block;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
#modal-form label input[type="text"] ~ span.password {
  filter: invert(1);
}
#modal-form label:has(input[style="display: none;"]) {
  display: none !important;
}
.modal-overlay.type-weekly-super .modal-content p {
  font-size: 0.9em;
}
.modal-overlay.type-weekly-super .modal-content p span {
  display: block;
}
.modal-overlay.type-weekly-super .modal-content p span.price-holder {
  margin: 0.4em;
}
.modal-overlay.type-weekly-super .modal-content p span.price {
  font-size: 1.8em;
  margin: 0.2em;
}
.modal-overlay.type-weekly-super .modal-content p span.sub-text {
  font-size: 0.8em;
}
.modalOpen .modal-overlay {
  display: block;
}
.modal-overlay.type-profile-update .modal-content p {
  margin: 1em 0.5em 0.2em 0.5em;
}
.profile-update-modal-list {
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
}
.profile-update-modal-list .modal-checkmark {
  display: inline-block;
  content: "";
  transform: rotate(45deg);
  height: 0.6em;
  width: 0.3em;
  margin-right: 0.6em;
  border-bottom: 0.2em solid #e44500;
  border-right: 0.2em solid #e44500;
}
.modal-overlay.type-recently-active .modal-content p,
.modal-overlay.type-super-update .modal-content p {
  text-align: center;
  font-weight: 300;
  margin: 0.5em 1em 0.6em;
  line-height: 1.2em;
}
.modal-overlay.type-super-update .modal-content p br {
  content: "";
  height: 0.5em;
  display: block;
}
@media only screen and (max-height: 620px) {
  .modal-overlay.type-recently-active .modal-content p,
  .modal-overlay.type-super-update .modal-content p {
    line-height: 1.1em;
    font-size: 0.9em;
  }
  .modal-overlay .modal-content a.more-info {
    height: 1.8em;
    line-height: 1.8em;
  }
}
div.cf-turnstile-holder {
  min-width: 300px;
  min-height: 70px;
  margin-bottom: 0.6em;
}
div.cf-turnstile {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ap-steps-overlay {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  z-index: 10000;
}
.ap-steps-overlay #autofilledSteps {
  display: block;
  position: fixed;
  border-radius: 1rem;
  height: 90%;
  width: 90%;
  max-width: 768px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ff2e29;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.ap-steps-overlay #autofilledSteps #closeSteps {
  width: 1em;
  height: 1em;
  background: url("/images/icons/red-x.svg") no-repeat center center;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container {
  display: block;
  text-align: center;
  top: 50%;
  position: relative;
  font-size: 1.5em;
  transform: translateY(-50%);
  height: 90%;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container p {
  margin-bottom: 1em;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .get-help {
  width: fit-content;
  padding: 0.2em 1.5em;
  position: relative;
  background-color: #0c1114;
  border-radius: 5px;
  margin: 0 auto 1em;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .get-help:after,
.ap-steps-overlay #autofilledSteps .ap-steps-container .get-help:before {
  content: "";
  background: url("/images/icons/red-arrow.svg") no-repeat center center;
  width: 1em;
  height: 1em;
  display: inline-block;
  position: absolute;
  left: 6px;
  top: 8px;
  background-size: contain;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .get-help:after {
  left: unset;
  right: 6px;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .red-text {
  color: #ff2e29;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container span.italic {
  font-style: italic;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container span.bold {
  font-weight: 700;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .browsers-container {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.ap-steps-overlay
  #autofilledSteps
  .ap-steps-container
  .browsers-container
  .safari-steps {
  background: url("/images/icons/safari.svg") no-repeat center center;
  width: 4em;
  height: 4em;
  background-size: contain;
  cursor: pointer;
}
.ap-steps-overlay
  #autofilledSteps
  .ap-steps-container
  .browsers-container
  .chrome-steps {
  background: url("/images/icons/chrome.svg") no-repeat center center;
  width: 4em;
  height: 4em;
  background-size: contain;
  cursor: pointer;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .steps-gif {
  height: 95%;
  position: relative;
  margin: 1em;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .steps-gif.safari {
  background: url("/images/safari.gif") no-repeat center center;
  background-size: contain;
}
.ap-steps-overlay #autofilledSteps .ap-steps-container .steps-gif.chrome {
  background: url("/images/chrome.gif") no-repeat center center;
  background-size: contain;
}
body.lang-fr .modal-overlay.login-modal {
  overflow-y: scroll;
}
body.lang-fr .modal-overlay.login-modal .form-container {
  transform: translateY(3%);
}
body.lang-fr
  .modal-overlay.login-modal
  .form-container
  #modal-form
  label[for="ftsu"] {
  margin: 0.4em 0 1.3em;
}
:root {
  --main-color: 255, 0, 0;
  --header-image: url("/images/cbp/v2/blurred-eye.png");
}
body.fai-lp {
  --main-color: 237, 175, 73;
  --header-image: url("/images/cbp/v2/blurred-fire.png");
}
body.facetrace-lp {
  --main-color: 30, 144, 255;
  --header-image: url("/images/cbp/v2/blurred-face.png");
}
body.loyaltytest-lp {
  --main-color: 101, 119, 134;
  --header-image: url("/images/cbp/v2/blurred-x.png");
}
body.datesafe-lp {
  --main-color: 88, 88, 88;
  --header-image: url("/images/cbp/v2/blurred-phone.png");
}
body.datesafe-lp.name-lp {
  --header-image: url("/images/cbp/v2/blurred-profile.png");
}
body.datesafe-lp.address-lp {
  --header-image: url("/images/cbp/v2/blurred-home.png");
}
body.datesafe-lp .marquee {
  background-color: #000 !important;
}
html {
  background: linear-gradient(0deg, #0b0c0d, #0b0c0d);
}
@media only screen and (min-width: 768px) {
  .d-flex {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
  }
  .d-flex.centered {
    align-items: center;
  }
  .d-flex .f-100 {
    flex: 0 0 100% !important;
  }
  .d-flex .f-66 {
    flex: 0 0 calc(66.66% - 0.3333333333em) !important;
  }
  .d-flex .f-33 {
    flex: 0 0 calc(33.33% - 0.6666666667em) !important;
  }
  .d-flex .f-50 {
    flex: 0 0 calc(50% - 0.5em) !important;
  }
}
.d-block {
  display: block;
}
body.cb-hp {
  background: linear-gradient(
    360deg,
    rgba(255, 0, 0, 0) 63.91%,
    rgba(var(--main-color), 0.6) 97.79%
  );
}
body.cb-hp .marquee {
  background: rgb(var(--main-color));
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  padding: 0.5em 0;
}
body.cb-hp .marquee .marquee-container {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 12s linear infinite;
}
@media only screen and (min-width: 768px) {
  body.cb-hp .marquee .marquee-container {
    animation: marquee 18s linear infinite;
  }
}
body.cb-hp .marquee .marquee-container .marquee-text {
  display: inline-block;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1.5px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
body.cb-hp main {
  display: flex;
}
body.cb-hp main div.title-holder {
  display: inline-block;
  position: relative;
  padding: 0 1em;
  box-sizing: border-box;
  margin-top: 0;
  width: 100%;
}
body.cb-hp main div.title-holder .title-content {
  position: relative;
  color: #fff;
  z-index: 1;
  padding: 20px 0;
}
body.cb-hp main div.title-holder .title-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 1em;
  background: var(--header-image) no-repeat top center;
  background-size: contain;
  width: 7em;
  height: 6em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp main div.title-holder .title-content:before {
    top: 0;
    width: 13em;
    height: 11em;
  }
}
body.cb-hp main div.title-holder .title-content .page-title {
  font-size: 1.8em;
  letter-spacing: -0.02em;
  line-height: 1.5em;
}
body.cb-hp main div.title-holder .title-content .page-title .fs-big {
  display: block;
  font-size: 1.3em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp main div.title-holder .title-content .page-title .fs-big {
    font-size: 2em;
  }
}
body.cb-hp main div.title-holder .title-content .page-title .fs-big > span {
  margin-right: 0.1em;
}
body.cb-hp main div.title-holder .title-content .page-title .d-block {
  display: block;
}
body.cb-hp main div.title-holder .title-content .page-title .italic {
  font-style: italic;
}
body.cb-hp main div.title-holder .title-content p {
  font-size: 1em;
  line-height: 1.26em;
  letter-spacing: -0.02em;
  margin: 1em 0 0;
  background-image: linear-gradient(
    90deg,
    #fff 36.04%,
    rgba(255, 255, 255, 0) 131.65%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.cb-hp main div.title-holder .forms-container .form-tabs {
  display: flex;
}
body.cb-hp main div.title-holder .forms-container .form-tabs .form-tab {
  background: rgba(255, 255, 255, 0.1);
  flex: 1 1 50%;
  font-weight: 600;
  font-size: 1.2em;
  line-height: 100%;
  letter-spacing: -0.05em;
  padding: 0.5em;
  border-radius: 1em 1em 0 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.2em;
  cursor: pointer;
}
body.cb-hp main div.title-holder .forms-container .form-tabs .form-tab span {
  display: none;
  font-size: 0.5em;
  line-height: 1em;
  letter-spacing: 0;
  color: #aab8c2;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-tabs
  .form-tab.tab-selected {
  background-color: #fff;
  color: #000;
  flex-basis: 70%;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .form-tabs
    .form-tab.tab-selected
    span {
    display: block;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-tabs:has(.bust-cheater.tab-selected) {
  margin-right: 1em;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-tabs:has(.date-safe.tab-selected) {
  margin-left: 1em;
}
body.cb-hp
  main
  div.title-holder
  .forms-container:has(.form-tabs)
  #bust-cheater {
  border-top-left-radius: 0;
}
body.cb-hp main div.title-holder .forms-container .form-container {
  background: #fff;
  padding: 1em;
  border-radius: 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp main div.title-holder .forms-container .form-container {
    padding: 1em 2em;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  font-size: 0.5em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .form-container
    .tools-container {
    font-size: 0.65em;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool {
  justify-content: start;
  gap: 0;
  border: 1px solid;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 25%;
  line-height: 100%;
  letter-spacing: 0.1em;
  cursor: pointer;
  padding: 20px 4px;
  font-size: 1.5em;
  border-radius: 24px;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .form-container
    .tools-container
    .tool {
    justify-content: center;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool
  img.tool-logo {
  width: 60%;
  display: block;
  max-width: 50px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .form-container
    .tools-container
    .tool
    img.tool-logo {
    width: 4em;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool
  img.tool-logo.black {
  border-radius: 50%;
  padding: 0.3em;
  background-color: #fff;
  filter: invert(1);
  width: 2em;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool
  img.tool-logo.black.pr {
  padding-right: 0.4em;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool
  span {
  font-size: 0.85em;
  font-weight: 600;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool.selected {
  border: 2px solid;
  box-shadow: 0 7px 0 0;
  cursor: default;
}
@media (min-width: 400px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .form-container
    .tools-container
    .tool.selected {
    border: 3px solid;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container
  .tools-container
  .tool.followingai {
  font-size: 1.35em;
}
body.cb-hp main div.title-holder .forms-container .form-container#date-safe {
  border-top-right-radius: 0;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container#date-safe
  .tools-container {
  cursor: pointer;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .form-container#date-safe
  .tools-container
  input {
  display: none;
  visibility: hidden;
}
body.cb-hp main div.title-holder .forms-container .tools-included {
  display: flex;
  gap: 1em;
  margin-top: 1em;
  border-top: 1px solid #000;
  padding-top: 1em;
}
@media (max-width: 768px) {
  body.cb-hp main div.title-holder .forms-container .tools-included {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .tools-included
    .subproduct-holder {
    display: flex;
    gap: 0.5em;
    align-items: center;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included
  .subproduct-holder
  img {
  width: 8em;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included
  .subproduct-holder
  p {
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .tools-included
    .subproduct-holder
    img {
    width: 13em;
  }
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .tools-included
    .subproduct-holder
    p {
    font-size: 0.7em;
    height: fit-content;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included
  .tags-container {
  display: flex;
  flex: 1 1 100%;
  gap: 0.5em;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .tools-included
    .tags-container {
    justify-content: space-between;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included
  .tags-container
  .tool-tag {
  display: flex;
  align-items: center;
  font-size: 0.7em;
  padding: 0.7em;
  border: 1px solid;
  height: fit-content;
  border-radius: 10px;
  gap: 0.5em;
  justify-content: center;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .tools-included
    .tags-container
    .tool-tag {
    flex: 1 1 auto;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included
  .tags-container
  .tool-tag
  img {
  width: 1.5em;
  height: 1.5em;
}
@media (max-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    .forms-container
    .tools-included
    .tags-container
    .tool-tag
    span {
    display: none;
  }
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included
  .tags-container
  .tool-tag[data-href] {
  cursor: pointer;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included.datesafe
  .subproduct-holder {
  display: flex;
  gap: 0.5em;
  align-items: center;
  max-width: 100%;
  flex-wrap: wrap;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included.datesafe
  .subproduct-holder
  img.product-name {
  width: 15em;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included.datesafe
  .subproduct-holder
  p {
  width: max-content;
}
body.cb-hp
  main
  div.title-holder
  .forms-container
  .tools-included.datesafe
  .tags-container {
  flex: none;
  max-width: 100%;
}
body.cb-hp main div.title-holder form.form-horizontal {
  z-index: 1;
  position: relative;
}
body.cb-hp main div.title-holder form.form-horizontal h2 {
  margin: 1.5em 0;
}
@media (max-width: 768px) {
  body.cb-hp main div.title-holder form.form-horizontal h2 {
    font-size: 0.85em;
  }
  body.cb-hp main div.title-holder form.form-horizontal h2 span {
    display: block;
    font-size: 1.1em;
    margin-bottom: 0.5em;
  }
}
body.cb-hp main div.title-holder form.form-horizontal .phase-1 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  body.cb-hp main div.title-holder form.form-horizontal .phase-1 {
    flex-direction: row;
  }
}
body.cb-hp main div.title-holder form.form-horizontal .phase-1.img-uploaded {
  flex-direction: column;
  align-items: center;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1.img-uploaded
  label.placeholder {
  display: none;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1.img-uploaded
  div.image {
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 5em;
  width: 5em;
  position: relative;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1.img-uploaded
  button {
  width: 100%;
  flex: unset !important;
}
body.cb-hp main div.title-holder form.form-horizontal .phase-1 > * {
  font-size: 1em;
  height: 3.5em;
}
@media (max-width: 768px) {
  body.cb-hp main div.title-holder form.form-horizontal .phase-1 > * {
    width: 100%;
  }
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  input:not([type="file"]),
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  label.placeholder {
  display: block;
  position: relative;
  border-radius: 1em;
  letter-spacing: -0.004em;
  padding: 16px;
  box-sizing: border-box;
  border: 3px solid #000;
  color: #657786;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    form.form-horizontal
    .phase-1
    input:not([type="file"]),
  body.cb-hp
    main
    div.title-holder
    form.form-horizontal
    .phase-1
    label.placeholder {
    flex: 1 1 100%;
  }
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  label.placeholder {
  cursor: pointer;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  label.placeholder
  span {
  position: relative;
  padding-left: 1.1em;
  color: #000;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  label.placeholder
  span:before {
  content: "";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
  background: url("upload-icon.png") no-repeat center center;
  background-size: contain;
}
body.cb-hp main div.title-holder form.form-horizontal .phase-1 div.image {
  display: none;
  position: relative;
}
body.cb-hp main div.title-holder form.form-horizontal .phase-1 div.image span {
  position: absolute;
  right: -1em;
  top: -1em;
  padding: 4px 5px;
  border-radius: 1em;
  background-color: #fff;
  color: #6a6a6a;
  border: 1px solid #6a6a6a;
  font-size: 0.7em;
  cursor: pointer;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  div.image
  span:hover {
  background-color: #000;
  color: #fff;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  input[type="file"] {
  display: none;
  visibility: hidden;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  button.display-complete-form {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  border: 0;
  border-radius: 10px;
  background: red;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    main
    div.title-holder
    form.form-horizontal
    .phase-1
    button.display-complete-form {
    flex: 1 1 40%;
  }
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  button.display-complete-form:after {
  content: "";
  background: url("arrow-right.png") no-repeat center center;
  width: 1.3em;
  height: 1.3em;
  display: block;
  background-size: cover;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  .location-container {
  flex: 1 1 100%;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  .location-container
  input {
  width: 100%;
  height: 100%;
  font-size: 1em !important;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  .location-container
  .mapboxgl-ctrl-geocoder {
  font-size: 1em !important;
  width: 100%;
  max-width: unset;
  box-shadow: none;
  background-color: unset;
  margin-bottom: 20px;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  .location-container
  .mapboxgl-ctrl-geocoder
  > svg {
  display: none;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  .location-container
  #geocoder.mapLoaded
  .mapboxgl-ctrl-geocoder--input {
  display: block !important;
  font-weight: 600;
}
body.cb-hp
  main
  div.title-holder
  form.form-horizontal
  .phase-1
  .location-container
  #geocoder.mapLoaded
  .mapboxgl-ctrl-geocoder--pin-right
  > * {
  top: 15px;
}
@media (min-width: 768px) {
  body.cb-hp main div.title-holder {
    margin: 0 auto;
    width: 84vw;
    max-width: 1420px;
    padding: 0;
  }
}
body.cb-hp .as-seen {
  width: 100%;
  height: 26px;
  background: url("spritesheet.png") repeat-x;
  animation: scrollSprite 12s linear infinite;
  background-size: 1000px;
  margin-bottom: 20px;
}
@keyframes scrollSprite {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
body.cb-hp div.main-content {
  margin-top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  body.cb-hp div.main-content {
    margin: 0 auto;
    width: 84vw;
    max-width: 1420px;
  }
}
body.cb-hp div.main-content .twitter-container {
  padding: 1em 0;
  color: #fff;
  margin: 2em 1em 0;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .twitter-container {
    margin: 2em 0;
  }
}
body.cb-hp div.main-content .twitter-container .section-title-holder {
  display: flex;
  gap: 1em;
  justify-content: space-between;
}
body.cb-hp div.main-content .twitter-container .section-title-holder p.title {
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  body.cb-hp div.main-content .twitter-container .section-title-holder p.title {
    max-width: 13em;
  }
  body.cb-hp
    div.main-content
    .twitter-container
    .section-title-holder
    .trustpilot {
    font-size: 0.7em;
  }
}
body.cb-hp div.main-content .twitter-container .tweets-container {
  font-size: 0.8em;
  display: flex;
  overflow-x: scroll;
  gap: 1em;
  margin-top: 1em;
}
body.cb-hp div.main-content .twitter-container .tweets-container .tweet {
  background: rgba(36, 38, 43, 0.6);
  border: 1px solid #393c42;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1019607843);
  backdrop-filter: blur(37px);
  border-radius: 1em;
  flex: 0 0 24.5em;
  height: fit-content;
  padding: 1em;
  cursor: pointer;
}
body.cb-hp div.main-content .twitter-container .tweets-container .tweet:before {
  content: "";
  background: url("/images/cbp/x-logo.svg") no-repeat center center;
  background-size: contain;
  width: 1.3em;
  height: 1.3em;
  position: absolute;
  right: 1.5em;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-header {
  display: flex;
  padding-right: 3em;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-header
  img {
  width: 2.5em;
  border-radius: 100%;
  height: 2.5em;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-header
  p {
  position: relative;
  padding: 0 2em 0 1em;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-header
  p
  .a-svg {
  background: url("/images/cbp/x/a.svg") no-repeat center center;
  width: 1.3em;
  height: 1.4em;
  margin-bottom: -0.3em;
  display: inline-block;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-header
  p
  .verified {
  background: url("/images/cbp/Badge.png") no-repeat center center;
  background-size: contain;
  width: 1.1em;
  height: 1.1em;
  display: inline-block;
  position: absolute;
  right: 0.6em;
  top: 0;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-header
  p
  .needle {
  display: block;
  font-weight: 400;
  color: #a3a1a1;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-content {
  margin: 1em 0;
  font-size: 1.1em;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-content
  .link {
  color: #1e90ff;
}
body.cb-hp
  div.main-content
  .twitter-container
  .tweets-container
  .tweet
  .tweet-footer {
  color: #aab8c2;
  margin: 0.5em 0;
}
body.cb-hp div.main-content .twitter-container .tweets-container .tweet hr {
  border: 0.5px solid #657786;
}
body.cb-hp div.main-content .twitter-container .trustpilot {
  width: fit-content;
  box-shadow: 14px 10px 29px 0 rgba(0, 0, 0, 0.08);
  background: rgba(255, 255, 255, 0.2);
  padding: 0.5em 1.5em;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.6em;
}
body.cb-hp div.main-content .twitter-container .trustpilot span {
  background: url("/images/cbp/star.png") no-repeat center center;
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background-size: contain;
}
body.cb-hp div.main-content .catch-title {
  font-size: 1em;
  line-height: 100%;
  letter-spacing: 0.12em;
  margin: 2em 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .catch-title {
    margin: 0 0 2em 0;
  }
}
body.cb-hp div.main-content .main-product-specs-container .main-product-title {
  max-width: 12.1em;
  font-size: 3em;
  margin-bottom: 0.3em;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  img
  ~ .main-product-title {
  margin-top: 0.2em;
}
body.cb-hp div.main-content .main-product-specs-container p {
  font-size: 0.9em;
  line-height: 1.5em;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.8);
}
body.cb-hp div.main-content .main-product-specs-container .spec-box {
  display: flex;
  flex-direction: column;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  .spec-box
  :first-child {
  align-self: flex-start;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  .spec-box
  :nth-child(2) {
  margin-top: auto;
}
body.cb-hp div.main-content .main-product-specs-container .spec-box.centered {
  justify-content: center;
}
body.cb-hp div.main-content .main-product-specs-container .spec-box.centered p {
  margin-top: 0;
}
body.cb-hp div.main-content .main-product-specs-container .list-w-icons li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
body.cb-hp div.main-content .main-product-specs-container .list-w-icons li img {
  width: 17px;
  height: fit-content;
  aspect-ratio: 1/1;
}
body.cb-hp div.main-content .main-product-specs-container .ai-test-container {
  align-self: center;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  .ai-test-container
  .ai-test-title {
  text-align: right;
  font-weight: 600;
  font-size: 1em !important;
  line-height: 100%;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  .key-features
  .key-title {
  font-size: 2.6em;
  margin-bottom: 0.1em;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  .key-features
  .f-50
  .key-title {
  margin-bottom: 1em;
}
body.cb-hp
  div.main-content
  .main-product-specs-container
  .key-features
  .f-50
  > img {
  max-height: 35em;
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
body.cb-hp div.main-content .main-product-specs-container .ds-list li {
  margin-bottom: 1.6em;
  gap: 12px;
}
body.cb-hp div.main-content .main-product-specs-container .ds-list li img {
  width: 3.5em;
  align-self: flex-start;
}
body.cb-hp div.main-content .main-product-specs-container .ds-list li h3 {
  font-size: 1.25em !important;
  margin-bottom: 5px;
}
body.cb-hp div.main-content .floating-shadow {
  position: relative;
  overflow: hidden;
  border-radius: 2em;
  padding: 2em 2.5em;
  border: 1px solid #393c42;
  background: linear-gradient(
    135deg,
    rgba(36, 38, 43, 0.8) 0,
    rgba(26, 27, 30, 0.6) 100%
  );
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1019607843);
  margin-bottom: 1em;
}
@media only screen and (min-width: 570px) {
  body.cb-hp div.main-content .floating-shadow {
    margin-bottom: 0;
  }
}
body.cb-hp div.main-content .floating-shadow.bg-shadow {
  background: linear-gradient(
    135deg,
    rgba(var(--main-color), 0.1) 0,
    rgba(36, 38, 43, 0.6) 40%,
    rgba(26, 27, 30, 0.6) 100%
  );
}
body.cb-hp div.main-content .floating-shadow.logos-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.cb-hp div.main-content .floating-shadow.logos-container > div {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1em;
}
body.cb-hp div.main-content .floating-shadow.logos-container .img-holder {
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  padding: 16px;
  display: inline-block;
}
body.cb-hp div.main-content .floating-shadow.logos-container .img-holder img {
  width: 30px;
}
body.cb-hp
  div.main-content
  .floating-shadow.logos-container
  .img-holder
  img.white-img {
  filter: invert(1);
}
body.cb-hp div.main-content .floating-shadow.ft-bg-img:before {
  content: "";
  background: url(/images/cbp/v2/info-card-6.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: -10px;
  right: 40px;
  width: 100px;
  height: 125px;
}
@media only screen and (min-width: 570px) {
  body.cb-hp div.main-content .floating-shadow.ft-bg-img:before {
    bottom: -27px;
    right: 60px;
    width: 250px;
    height: 100%;
  }
}
body.cb-hp div.main-content .floating-shadow h3.icon {
  display: flex;
  gap: 10px;
  align-items: center;
}
body.cb-hp div.main-content .floating-shadow h3.icon img {
  width: 18px;
}
body.cb-hp div.main-content .floating-shadow.ds-custom {
  padding-right: 0;
}
body.cb-hp div.main-content .floating-shadow.ds-custom .f-50 .spec-icon {
  margin-right: 0;
  max-height: 250px;
}
body.cb-hp div.main-content p.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
body.cb-hp div.main-content .spec-icon {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 568px) {
  body.cb-hp div.main-content .spec-icon.xl-icon {
    width: 80%;
    max-height: unset !important;
  }
}
@media (min-width: 568px) {
  body.cb-hp div.main-content .spec-icon {
    width: 95%;
    max-height: 200px;
    max-width: fit-content;
  }
}
body.cb-hp div.main-content .pt-0 {
  padding-top: 0 !important;
}
body.cb-hp div.main-content .mb-1 {
  margin-bottom: 1em !important;
}
body.cb-hp div.main-content .subtitle-holder {
  position: relative;
  color: #fff;
  min-height: 3em;
}
body.cb-hp div.main-content .subtitle-holder h2 {
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0.2em;
}
body.cb-hp div.main-content .subtitle-holder h2.lh-2 {
  line-height: 2em;
}
body.cb-hp div.main-content .subtitle-holder h2 span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
body.cb-hp div.main-content .subtitle-holder p {
  font-size: 1em;
  line-height: 1.26em;
  letter-spacing: -0.02em;
}
body.cb-hp div.main-content #dsCta {
  display: flex;
  flex: 100%;
  padding: 1em;
  border-radius: 10px;
  cursor: pointer;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em;
}
body.cb-hp div.main-content #dsCta:after {
  content: "";
  background: url("/images/icons/arrow-right.png") no-repeat center center;
  width: 1.3em;
  height: 1.3em;
  display: block;
  background-size: cover;
}
body.cb-hp div.main-content .products-container {
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
body.cb-hp div.main-content .products-container .product-container {
  position: relative;
  overflow: hidden;
  border-radius: 2em;
  padding: 2em 2.5em;
  border: 1px solid #393c42;
  background: rgba(36, 38, 43, 0.5);
}
body.cb-hp div.main-content .products-container .product-container.main {
  width: 100%;
  flex-basis: 100%;
}
body.cb-hp div.main-content .products-container .product-container.main .flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main
    .flex {
    flex-direction: row;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .text-container {
  flex-basis: 35%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .text-container
  > p.mx-1 {
  margin: 1em 0;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .text-container
  > p.product-desc {
  line-height: 1.1em;
  letter-spacing: 0.02em;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .text-container
  ul {
  margin: 1em 0;
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 102%;
  margin-left: -1%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .text-container
  ul
  li {
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 1em;
  border-radius: 1.5em;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .text-container
  ul
  li
  span {
  display: block;
  font-size: 1.3em;
  letter-spacing: 0.08em;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main
  .flex
  .info-cards-container {
  flex-basis: 62%;
  margin: 0;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.main.catfish-check
  .info-cards-container
  .desktop-img {
  display: none;
  position: absolute;
  width: min(300px, 30%);
  left: 70%;
  bottom: -3em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.catfish-check
    .info-cards-container
    p.product-desc {
    max-width: 460px;
  }
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.catfish-check
    .info-cards-container
    .desktop-img {
    display: block;
  }
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.catfish-check
    .info-cards-container
    .mobile-img {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.ai-test {
    padding-right: 0;
  }
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.ai-test
    .text-container {
    min-width: 300px;
  }
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.ai-test
    .t-06 {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.datesafe {
    background: url(/images/cbp/v2/info-card-7.png) no-repeat 94% 22px;
    background-size: auto 90%;
  }
  body.cb-hp
    div.main-content
    .products-container
    .product-container.main.datesafe
    .info-card-7 {
    display: none;
  }
}
body.cb-hp div.main-content .products-container .product-container > * {
  position: relative;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .product-title {
  font-size: 1.6em;
  line-height: 100%;
  letter-spacing: 0;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
  position: relative;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .product-title:before {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container {
  display: flex;
  margin: 1em 0;
  justify-content: space-between;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img {
  object-fit: contain;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-1 {
  width: 30%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-2 {
  width: 32%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-3 {
  width: 32%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-4 {
  width: 52%;
  margin-left: -0.1em;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-5 {
  width: 45%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-6 {
  margin: 0 auto;
  max-height: 260px;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container
    .info-cards-container
    img.info-card-6 {
    width: 50%;
    margin: -0.5em 0 0 auto;
    max-height: unset;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .info-cards-container
  img.info-card-7 {
  width: 100%;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container
    .info-cards-container
    img.info-card-7 {
    width: 80%;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .product-desc {
  line-height: 100%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container
  .subproduct-desc {
  line-height: 100%;
  letter-spacing: 0.03em;
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container
    .subproduct-desc {
    margin-top: 0;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.da-search:before {
  content: "";
  background: radial-gradient(
    circle,
    rgba(255, 46, 41, 0.5) 0,
    rgba(0, 0, 0, 0) 46%
  );
  width: 150%;
  height: 175%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .product-container.da-search:before {
    right: 10%;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.da-search.d-flex:before {
  background: radial-gradient(
    circle,
    rgba(255, 46, 41, 0.5) 0,
    rgba(0, 0, 0, 0) 30%
  );
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.da-search
  h2:before {
  background: url("/images/cbp/v2/dating-app-icon.png") no-repeat center center;
  background-size: 100%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.profile-analysis:before {
  content: "";
  background: radial-gradient(
    circle,
    rgba(237, 175, 73, 0.5) 0,
    rgba(0, 0, 0, 0) 60%
  );
  width: 150%;
  height: 175%;
  position: absolute;
  bottom: 0;
  right: -16%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.profile-analysis.d-flex:before {
  background: radial-gradient(
    circle,
    rgba(237, 175, 73, 0.5) 0,
    rgba(0, 0, 0, 0) 30%
  );
  right: 10%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.profile-analysis
  h2:before {
  background: url("/images/cbp/v2/fai-icon.png") no-repeat center center;
  background-size: 90%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.ai-test:before {
  content: "";
  background: radial-gradient(
    circle,
    rgba(101, 119, 134, 0.5) 0,
    rgba(0, 0, 0, 0) 60%
  );
  width: 150%;
  height: 175%;
  position: absolute;
  bottom: -20%;
  right: -5%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.ai-test.d-flex:before {
  background: radial-gradient(
    circle,
    rgba(101, 119, 134, 0.5) 0,
    rgba(0, 0, 0, 0) 30%
  );
  right: 10%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.ai-test
  h2:before {
  background: url("/images/cbp/v2/loyalty-icon.png") no-repeat center center;
  background-size: 90%;
  top: -2px;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.ai-test
  .product-desc {
  margin: 1em 0 2em 0;
  max-width: 365px;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.catfish-check:before {
  content: "";
  background: radial-gradient(
    circle,
    rgba(30, 144, 255, 0.5) 0,
    rgba(0, 0, 0, 0) 75%
  );
  width: 150%;
  height: 175%;
  position: absolute;
  bottom: 0;
  right: -10%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.catfish-check.d-flex:before {
  background: radial-gradient(
    circle,
    rgba(30, 144, 255, 0.5) 0,
    rgba(0, 0, 0, 0) 30%
  );
  right: 10%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.catfish-check
  h2:before {
  background: url("/images/cbp/v2/facetrace-icon.png") no-repeat center center;
  background-size: 100%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.catfish-check
  .info-cards-container {
  flex-direction: column;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.catfish-check
  .info-cards-container
  .product-desc {
  max-width: 360px;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.datesafe:before {
  content: "";
  background: radial-gradient(
    circle,
    rgba(88, 88, 88, 0.3) 0,
    rgba(0, 0, 0, 0) 75%
  );
  width: 150%;
  height: 175%;
  position: absolute;
  bottom: 0;
  right: -10%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.datesafe.d-flex:before {
  background: radial-gradient(
    circle,
    rgba(88, 88, 88, 0.3) 0,
    rgba(0, 0, 0, 0) 30%
  );
  right: 10%;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.datesafe
  .img-title {
  filter: invert(100%);
  width: min(12em, 100%);
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.datesafe
  .product-subtitle {
  margin: 1em 0;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.datesafe
  .product-desc {
  max-width: 360px;
}
body.cb-hp
  div.main-content
  .products-container
  .product-container.datesafe
  .info-cards-container {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .products-container {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    row-gap: 1.5em;
  }
  body.cb-hp div.main-content .products-container .subtitle-holder {
    flex: 1 1 100%;
  }
  body.cb-hp div.main-content .products-container .product-container {
    flex: 0 1 49%;
    width: 49%;
  }
}
body.cb-hp div.main-content .products-container .ai-test-container {
  overflow: hidden;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .ai-test-title {
  font-size: 0.8em;
  margin-bottom: 1em;
  position: relative;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .ai-test-title
  span {
  display: inline-block;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .ai-test-title
  span.bubblechat {
  padding: 0.5em;
  background: #2e9dfb;
  width: fit-content;
  border-radius: 2em;
  position: relative;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .ai-test-title
  span.bubblechat:after {
  content: "";
  background: url("/images/cbp/bubbletail.svg") no-repeat center center;
  width: 1em;
  height: 1em;
  position: absolute;
  right: -6px;
  bottom: 0;
  background-size: contain;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container {
  display: flex;
  overflow: scroll;
  gap: 1em;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .ai-test-container
    .images-container {
    font-size: 1.6em;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester {
  height: 5em;
  aspect-ratio: 1/1;
  background-size: cover !important;
  position: relative;
  border-radius: 10px;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester.t-01 {
  background: url("/images/cbp/tester/tester-01.jpeg") no-repeat center center;
  background-position-y: 20%;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester.t-02 {
  background: url("/images/cbp/tester/tester-02.jpeg") no-repeat center center;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester.t-03 {
  background: url("/images/cbp/tester/tester-03.jpeg") no-repeat center center;
  background-size: 150% !important;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester.t-04 {
  background: url("/images/cbp/tester/tester-04.jpeg") no-repeat center center;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester.t-05 {
  background: url("/images/cbp/tester/tester-05.jpeg") no-repeat center center;
  background-size: 190% !important;
  background-position-y: 0;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .images-container
  div.tester.t-06 {
  background: url("/images/cbp/tester/tester-06.jpeg") no-repeat center center;
}
@media only screen and (min-width: 768px) {
  body.cb-hp
    div.main-content
    .products-container
    .ai-test-container
    .ai-test-title
    span.bubblechat {
    border-radius: 1em;
  }
  body.cb-hp
    div.main-content
    .products-container
    .ai-test-container
    .images-container {
    gap: 0.5em;
  }
  body.cb-hp
    div.main-content
    .products-container
    .ai-test-container
    .images-container
    div.tester {
    height: 3.5em;
  }
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .ai-test-title {
  padding-right: 1em;
}
body.cb-hp div.main-content .products-container .ai-test-container .shadow {
  position: relative;
}
body.cb-hp
  div.main-content
  .products-container
  .ai-test-container
  .shadow:after {
  content: "";
  background: linear-gradient(90deg, rgba(23, 25, 28, 0.2) 0, #24262b 100%);
  display: block;
  position: absolute;
  width: 1.5em;
  bottom: 0;
  top: 0;
  right: -1px;
  z-index: 1;
}
body.cb-hp div.main-content .cheaters-busted {
  font-size: 2em;
  margin: 1em auto;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .cheaters-busted {
    font-size: 3em;
  }
}
body.cb-hp div.main-content .cheaters-busted.w-cta {
  margin-bottom: 0.3em;
}
body.cb-hp div.main-content .feature-on-section {
  display: flex;
  flex-direction: column;
  padding: 2em 1em;
  margin: 1em 0;
  background: #24262b;
  border-radius: 10px;
  gap: 1em;
  align-items: center;
}
body.cb-hp div.main-content .feature-on-section .feature-on-list {
  display: flex;
  gap: 1em;
  max-width: 100%;
  overflow-x: scroll;
  padding: 0.3em;
}
body.cb-hp div.main-content .feature-on-section .feature-on-list > * {
  max-width: 200px;
  max-height: 120px;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 2px 0 6px #000;
}
body.cb-hp div.main-content .feature-on-section #feature-video-container {
  position: relative;
  cursor: pointer;
  max-width: 53em;
  width: 100%;
}
body.cb-hp
  div.main-content
  .feature-on-section
  #feature-video-container
  #feature-video {
  aspect-ratio: 6/4;
  border-radius: 5px;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  body.cb-hp
    div.main-content
    .feature-on-section
    #feature-video-container
    #feature-video {
    aspect-ratio: 7/4;
  }
}
body.cb-hp
  div.main-content
  .feature-on-section
  #feature-video-container
  div#feature-video {
  position: relative;
  background: #000 url("/images/hp-gma-video.webp") no-repeat center center;
  background-size: cover;
  max-width: 100%;
}
body.cb-hp
  div.main-content
  .feature-on-section
  #feature-video-container
  iframe#feature-video {
  background-color: #000;
  width: 100%;
  height: 100%;
}
body.cb-hp div.main-content .feature-on-section p {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .feature-on-section p {
    font-size: 1.4em;
  }
}
body.cb-hp div.main-content .container {
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .container {
    padding: 1em 0;
  }
}
body.cb-hp div.main-content .cb-info {
  background: rgba(36, 38, 43, 0.5019607843);
  border: 1px solid #393c42;
  padding: 2em 2em 1em 2em;
  border-radius: 10px;
  box-sizing: border-box;
  color: #fff;
}
body.cb-hp div.main-content .cb-info .whats-cb {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.003em;
}
body.cb-hp div.main-content .cb-info .info {
  background: #24262b;
  width: 100%;
  color: #fff;
  margin-top: 1em;
  padding: 1.3em 1em;
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  border-radius: 10px;
}
body.cb-hp div.main-content .cb-info .info > span.check-mark {
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.003em;
}
body.cb-hp div.main-content .cb-info .info > p {
  line-height: 1.5em;
  letter-spacing: -0.003em;
  font-size: 14px;
}
body.cb-hp div.main-content ul.collapsed-list > li {
  position: relative;
  margin-bottom: 1em;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 0.27px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 1em;
  border-radius: 0;
}
body.cb-hp div.main-content ul.collapsed-list > li:after {
  content: "";
  background: url("/images/icons/arrow-right.png") no-repeat center center;
  background-size: 60%;
  position: absolute;
  top: 0.1em;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  aspect-ratio: 1/1;
  height: 2em;
  right: 0;
  transform: rotate(90deg);
}
body.cb-hp div.main-content ul.collapsed-list > li > * {
  display: none;
  padding: 0 1em 1em;
  font-size: 14px;
}
body.cb-hp div.main-content ul.collapsed-list > li > * img {
  max-width: 15em;
  float: left;
  max-height: 15em;
  margin: 0 1em 1em 0;
}
body.cb-hp div.main-content ul.collapsed-list > li .hidden-heading {
  position: relative;
  padding: 0.5em 2em 0.5em 0.5em;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.004em;
}
body.cb-hp div.main-content ul.collapsed-list > li:nth-child(2n) p img {
  float: right;
  margin: 0 0 0 1em;
}
body.cb-hp div.main-content ul.collapsed-list > li.opened:after {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
body.cb-hp div.main-content ul.collapsed-list > li.opened > * {
  display: block;
}
body.cb-hp div.main-content .FYI-section {
  color: #fff;
  margin-bottom: 1em;
  padding: 1em;
}
body.cb-hp div.main-content .FYI-section h4 {
  padding: 1.5em;
  border-radius: 10px;
  color: #fff;
  line-height: 1.2em;
  background: linear-gradient(0deg, rgba(255, 0, 0, 0.5), rgba(255, 0, 0, 0.5));
  border: 1px solid red;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .FYI-section h4 {
    text-align: center;
  }
}
body.cb-hp div.main-content .FYI-section.FYI-faqs .collapsed-list > li {
  padding: 1em 0 1em 1em;
  position: relative;
  border-radius: 10px;
  border: 0;
  background: rgba(36, 38, 43, 0.6);
}
body.cb-hp div.main-content .FYI-section.FYI-faqs .collapsed-list > li:after {
  top: 1em;
  background-size: 65%;
  right: 0.5em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .FYI-section.FYI-faqs .collapsed-list > li:after {
    top: 1em;
  }
}
body.cb-hp div.main-content .FYI-section.FYI-facts {
  background: rgba(36, 38, 43, 0.5019607843);
  margin: 1em;
  border: 1px solid #393c42;
  border-radius: 1em;
  padding: 2em 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .FYI-section.FYI-facts {
    padding: 2em;
    margin: 1em 0 2em 0;
  }
  body.cb-hp div.main-content .FYI-section.FYI-facts .collapsed-list {
    display: flex;
    gap: 1em;
    flex-wrap: wrap;
  }
  body.cb-hp div.main-content .FYI-section.FYI-facts .collapsed-list > li {
    flex: 1 1 49%;
  }
}
body.cb-hp div.main-content .about-us-container .subtitle {
  font-size: 1.4em;
  line-height: 100%;
  letter-spacing: 0.12em;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp div.main-content .about-us-container {
    display: flex;
    justify-content: space-between;
  }
  body.cb-hp div.main-content .about-us-container > * {
    flex: 0 1 46%;
  }
}
body.cb-hp footer {
  padding-bottom: 12em;
  border-radius: 0;
}
body.cb-hp.tbuster-lp
  main
  div.title-holder
  .forms-container
  .form-tabs:has(.bust-cheater.tab-selected) {
  margin-right: 0;
}
body.cb-hp.tbuster-lp
  main
  div.title-holder
  .forms-container
  .form-tabs:has(.date-safe.tab-selected) {
  margin-left: 0;
}
body.cb-hp.tbuster-lp
  main
  div.title-holder
  .forms-container:has(.form-tabs)
  #bust-cheater {
  border-top-left-radius: 1em;
}
body.cb-hp.tbuster-lp
  main
  div.title-holder
  .forms-container
  .form-container#date-safe {
  border-top-right-radius: 1em;
}
@media only screen and (min-width: 768px) {
  body.cb-hp.tbuster-lp div.main-content .catch-title {
    margin: 2em 0 2em 0;
  }
}
@media only screen and (min-width: 768px) {
  body.cb-hp.tbuster-lp
    div.main-content
    div.products-container.container.social-media-search
    .da-search {
    flex-basis: 48%;
  }
  body.cb-hp.tbuster-lp
    div.main-content
    div.products-container.container.social-media-search
    .da-search
    .info-cards-container {
    flex-basis: 50%;
  }
  body.cb-hp.tbuster-lp
    div.main-content
    div.products-container.container.social-media-search
    .da-search
    .info-cards-container
    img {
    width: 100%;
  }
  body.cb-hp.tbuster-lp
    div.main-content
    div.products-container.container.social-media-search
    .date-safe-container {
    flex-basis: 48%;
  }
  body.cb-hp.tbuster-lp
    div.main-content
    div.products-container.container.social-media-search
    .date-safe-container
    .product-container.datesafe {
    width: auto;
  }
}
body.cb-hp.tbuster-lp div.main-content .date-safe-container .subtitle-holder {
  margin-bottom: 1em;
}
body.base-term {
  background-color: #111214;
}
body.base-term .title-holder {
  width: 100%;
  margin: 0 auto 1em;
  background-color: #000;
}
@media only screen and (min-width: 768px) {
  body.base-term .title-holder {
    width: 80%;
    max-width: 1420px;
  }
}
body.base-term .title-holder #gma-video-container {
  position: relative;
  cursor: pointer;
}
body.base-term .title-holder #gma-video-container div#cheaterbuster-gma {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  background: url("/images/hp-gma-video.webp") no-repeat center center;
  background-size: cover;
  aspect-ratio: 7/3;
  border-radius: 0 0 40px 40px;
  max-width: 100%;
  border: 4px solid #000;
}
body.base-term .title-holder #gma-video-container div#cheaterbuster-gma:after {
  content: "";
  display: inline-block;
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6) url("/images/icons/hp-play-video-icon.png")
    no-repeat center center;
  background-size: 12px;
  aspect-ratio: 1/1;
  border-radius: 12px;
  width: 10%;
}
@media (min-width: 768px) {
  body.base-term
    .title-holder
    #gma-video-container
    div#cheaterbuster-gma:after {
    background-size: 35%;
    border-radius: 35%;
  }
}
body.base-term
  .title-holder
  #gma-video-container
  div#cheaterbuster-gma
  .content {
  position: relative;
  z-index: 1;
  color: #fff;
  right: 0;
}
body.base-term
  .title-holder
  #gma-video-container
  div#cheaterbuster-gma
  .content
  > h1 {
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  font-size: min(6vw, 4em);
  max-width: 8em;
}
@media (min-width: 768px) {
  body.base-term
    .title-holder
    #gma-video-container
    div#cheaterbuster-gma
    .content
    > h1 {
    line-height: 1.15em;
    font-size: min(6vw, 4em);
  }
}
body.base-term
  .title-holder
  #gma-video-container
  div#cheaterbuster-gma
  .overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, #000 100%);
  border-radius: 0 0 34px 34px;
  z-index: 0;
}
body.base-term
  .title-holder
  #gma-video-container
  div#cheaterbuster-gma
  .overlay:after {
  content: none;
}
body.base-term .title-holder #gma-video-container iframe#cheaterbuster-gma {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
  border-radius: 40px;
}
@media (min-width: 768px) {
  body.base-term .title-holder #gma-video-container iframe#cheaterbuster-gma {
    aspect-ratio: 6/3;
  }
}
body.base-term .title-holder form.form-horizontal {
  z-index: 1;
  bottom: -25%;
  transition: bottom 0.3s ease-out;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 1.25em;
  border-radius: 32px;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  h5 {
  text-transform: uppercase;
  font-family: DrukMedium, sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.015em;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1 {
  font-size: max(112%, 14px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  margin-top: 10px;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1
  label {
  text-transform: uppercase;
  font-weight: 700;
  max-width: 73%;
  font-size: 1em;
  letter-spacing: 0.003em;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1
  input[type="text"] {
  font-size: 1em;
  display: block;
  position: relative;
  border: 1px solid #ff2e29;
  background-color: rgba(158, 160, 165, 0.2);
  font-weight: 600;
  letter-spacing: -0.004em;
  margin-top: 10px;
  padding: 16px;
  border-radius: 19px;
  box-sizing: border-box;
  max-width: 100%;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1
  input[type="text"]:focus,
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1
  input[type="text"]:hover {
  box-shadow: 0 0 0 4px rgba(255, 46, 41, 0.2509803922);
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1
  button {
  font-size: inherit;
  border-radius: 1.1em;
  width: 4.4em;
  height: 3.2em;
  background: #ff2e29 url("/images/icons/arrow-right.png") no-repeat center
    center;
  border: none;
  cursor: pointer;
  max-width: 22%;
}
body.base-term
  .title-holder
  form.form-horizontal
  .search-steps-container.search-icon
  .phase-1
  button:hover {
  box-shadow: 0 0 0 4px rgba(255, 46, 41, 0.2509803922);
}
@media (min-width: 768px) {
  body.base-term
    .title-holder
    form.form-horizontal
    .search-steps-container.search-icon
    h5 {
    font-size: 4em;
  }
  body.base-term
    .title-holder
    form.form-horizontal
    .search-steps-container.search-icon
    .phase-1 {
    align-items: center;
  }
  body.base-term
    .title-holder
    form.form-horizontal
    .search-steps-container.search-icon
    .phase-1
    input[type="text"] {
    display: inline-block;
    border-radius: 1.1em;
    margin: 0 0 0 10px;
    padding: 1em;
  }
}
body.base-term .title-holder form.form-horizontal.popUp {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
body.base-term
  .title-holder
  form.form-horizontal.popUp
  .search-steps-container {
  border-radius: 32px 32px 0 0;
}
body.base-term div.main-content {
  background-color: #24262b;
  width: 80%;
  margin: 3em auto;
  padding: 2em;
  border-radius: 48px;
  color: #fff;
  min-width: unset;
}
body.base-term div.main-content .content > * {
  font-family: "Work Sans", sans-serif;
}
body.base-term div.main-content .content h2 {
  color: inherit;
}
body.base-term div.main-content .content .feature-section {
  margin: 2em 0;
  max-width: unset;
}
@media only screen and (min-width: 768px) {
  body.base-term
    div.main-content
    .content
    .feature-section
    .feature-container
    .feature {
    max-width: 24%;
  }
}
body.base-term
  div.main-content
  .content
  .feature-section
  .feature-container
  .feature
  .icon {
  margin: 0 auto 5%;
}
body.base-term div.main-content .content .entry {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  body.base-term div.main-content .content .entry {
    flex-direction: row;
  }
}
body.base-term div.main-content .content .entry img {
  width: 35em;
}
body.base-term .terms > img {
  max-width: 768px;
  margin: 1em auto;
}
body.base-term .btn {
  color: #000;
  max-width: 696px;
  width: 100%;
  height: 64px;
  padding: 16px 32px;
  border-radius: 21px;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.11px;
  letter-spacing: -0.004em;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  cursor: pointer;
  margin: 1em auto;
}
body.base-term .btn a {
  text-decoration: none !important;
}
body.base-term .btn span {
  background: url("/images/icons/arrow-right.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
  filter: invert(1);
}
body.info-page div.main-content {
  width: 95%;
  padding: 1em;
}
@media only screen and (min-width: 768px) {
  body.info-page div.main-content {
    max-width: 80%;
  }
}
body.info-page div.main-content #sb-gma-video-box {
  margin: 0 auto 1em;
  padding-top: 2em;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma {
  width: 100%;
  max-width: 640px;
  display: block;
  margin: 0 auto;
  z-index: 10;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #sb-gma-container {
  position: relative;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #sb-gma-box-title {
  font-size: 0.9em;
  color: #858585;
  margin-bottom: 0.4em;
  line-height: 1.3em;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma
  .ytLoader {
  width: 100%;
  background: url("/images/video_bg.webp") no-repeat center center;
  background-size: contain;
  max-width: 640px;
  margin: 0 auto;
  cursor: pointer;
  height: 45vw;
  max-height: 320px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  color: #40444c;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma
  .ytLoader
  .ytContent {
  width: 70%;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma
  .ytLoader
  .ytContent
  p.video-title {
  font-size: 140%;
  line-height: 120%;
  text-align: center;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma
  .ytLoader
  .ytContent
  .yt-play-container {
  text-align: center;
  margin: 0.5em auto 0 auto;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma
  .ytLoader
  .ytContent
  p.video-desc {
  font-size: 80%;
  line-height: 120%;
  display: inline-block;
}
body.info-page
  div.main-content
  #sb-gma-video-box
  #sb-gma-container
  #cheaterbuster-gma
  .ytLoader
  .ytContent
  .ytPlay {
  background: url("/images/video_play_btn.png") no-repeat center center;
  background-size: contain;
  width: 2em;
  height: 1.5em;
  display: inline-block;
}
body.info-page div.main-content iframe#cheaterbuster-gma {
  width: 100%;
  height: 100%;
  aspect-ratio: 5/3;
}
@media (min-width: 768px) {
  body.info-page div.main-content iframe#cheaterbuster-gma {
    aspect-ratio: 6/3;
  }
}
.overlay-loading {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
}
.overlay-loading .spinner-loading {
  width: 32px;
  height: 32px;
  background: url("/images/new_loading.gif");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -16px;
  margin-top: -16px;
}
.fw-600 {
  font-weight: 600 !important;
}
.text-red {
  color: #ff2e29;
}
.text-ylw {
  color: #edaf49;
}
.text-blue {
  color: #1e90ff;
}
.text-gray {
  color: #657786;
}
::-webkit-input-placeholder {
  color: inherit;
}
:-moz-placeholder {
  color: inherit;
  opacity: 1;
}
::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder {
  color: inherit;
}
::-ms-input-placeholder {
  color: inherit;
}
::placeholder {
  color: inherit;
}

      /* Shiny button styles */
  .shiny-button {
    /*! position: relative; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 22px 40px;
    background-color: #f84e12;
    border: none;
    border-radius: 8px !important;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
    font-family: "Inter", sans-serif !important;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: -0.04em;
    font-size: 25px;
    width: 450px;
    border-radius: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }

  #shiny-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 7%;
    height: 100%;
    background: white;
    opacity: 0.6;
    transform: skewX(-20deg);
    animation: shine 3s infinite;
  }

  @keyframes shine {
    0% {
      left: -75%;
    }
    100% {
      left: 125%;
    }
  }

  .shiny-button:hover,
  .shiny-button:focus {
    background-color: #f84e12;
    color: #fff;
  }
  
  #shiny-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
