a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
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,
hgroup,
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,
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-family: inherit;
  vertical-align: baseline;
  font-weight: 400;
}

body {
  line-height: 1;
  background-color: #ececec;
  font-family: "Sofia Sans";
  font-weight: 400;
}

body,
strong {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #e10a0a;
  --secondary-color: #1f2947;
}

a {
  color: inherit;
}

strong {
  font-family: "Sofia Sans";
  font-weight: 700;
  font-style: normal;
}

.container {
  padding: 0 10px;
}

.top {
  width: 90%;
  margin: 0 auto;
}

.logo {
  position: relative;
  z-index: 3;
}

.logo img {
  max-width: 300px;
  width: 100%;
}

.page-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fdfdfd;
}

.page-top {
  padding-top: clamp(25px, 25px + 5 * (100vw - 320px)/980, 30px);
  background-image: url(img/pulseWebHeaderBg2.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 640px) {
  .page-top {
    background-image: url(img/pulseWebHeaderBgMob2.png);
    background-position: center;
  }
}

.page-top__gcr {
  width: 100%;
  max-width: clamp(200px, 200px + 300 * (100vw - 320px)/980, 500px);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}

.offer__headline {
  font-family: "Bebas Neue";
}

@media screen and (max-width: 640px) {
  .page-top__gcr {
    margin-bottom: 20px;
  }
}

.page-top__victor {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  max-width: 720px;
  top: clamp(50px, 50px + 100 * (100vw - 640px)/660, 150px);
  right: -310px;
}

@media screen and (max-width: 1100px) {
  .page-top__victor {
    max-width: 490px;
    right: -245px;
    top: inherit;
    bottom: -180px;
  }
}

@media screen and (max-width: 480px) {
  .page-top__victor {
    max-width: 420px;
    right: -205px;
  }
}
@media screen and (max-width: 400px) {
  .page-top__victor {
    max-width: 340px;
    right: -165px;
  }
}
.page-top__vince {
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
  transform: scaleX(-1);
  max-width: 850px;
  top: clamp(20px, 20px + 80 * (100vw - 640px)/660, 100px);
  left: -373px;
}

@media screen and (max-width: 1100px) {
  .page-top__vince {
    max-width: 490px;
    left: -218px;
    top: inherit;
    bottom: -180px;
  }
}

@media screen and (max-width: 480px) {
  .page-top__vince {
    max-width: 420px;
    left: -205px;
  }
}
@media screen and (max-width: 400px) {
  .page-top__vince {
    max-width: 340px;
    left: -165px;
  }
}

.center,
.offer__headline {
  display: flex;
  justify-content: center;
}

.offer__headline {
  color: #fff;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  margin: 0;
}

.offer__headline--1,
.offer__headline--2 {
  display: flex;
  font-family: "Bebas Neue";
  line-height: 0.9;
  font-size: clamp(110px, 110px + 5 * (100vw - 640px)/660, 115px);
  color: #fff;
}

.offer__headline--1-mob,
.offer__headline--2-mob {
  font-size: clamp(40px, 40px + 50 * (100vw - 640px)/660, 90px);
}

@media screen and (max-width: 680px) {
  .offer__headline--1,
  .offer__headline--2 {
    font-size: clamp(85px, 100px + 30 * (100vw - 320px)/320, 90px);

    line-height: 0.8;
  }

  .offer__headline--1-mob,
  .offer__headline--2-mob {
    font-size: clamp(25px, 25px + 15 * (100vw - 320px)/320, 40px);
  }
}
@media screen and (max-width: 640px) {
  .offer__headline--1,
  .offer__headline--2 {
    font-size: clamp(115px, 110px + 30 * (100vw - 320px) / 320, 120px);
  }
  .offer__headline--2.offer__headline--2-mob {
    font-size: clamp(65px, 30px + 30 * (100vw - 320px) / 320, 70px);
  }
  @media screen and (max-width: 400px) {
    .offer__headline--1,
    .offer__headline--2 {
      font-size: clamp(95px, 85px + 30 * (100vw - 320px) / 320, 85px);
    }

    .offer__headline--2.offer__headline--2-mob {
      font-size: clamp(45px, 30px + 30 * (100vw - 320px) / 320, 50px);
    }
  }
}
.offer__headline sup {
  font-size: 0.5em;
}

.offer__headline span {
  display: block;
  white-space: nowrap;
}

.offer__headline--3 {
  font-size: 0.68em;
}

.offer__headline--2 {
  color: var(--hite-color);
}

span.star {
  display: inline-block;
  font-size: 0.4em;
  vertical-align: top;
}

.page-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}

.offer__wrapper {
  padding: 25px 0 35px 55px;
  display: flex;
  flex-direction: column;
}

.offer__button a {
  background: var(--secondary-color);
  display: inline-block;
  color: #fff;
  font-family: "Sofia Sans";
  font-size: clamp(15px, 15px + 15 * (100vw - 320px)/320, 30px);
  padding-block: clamp(8px, 8px + 4 * (100vw - 320px)/320, 12px);
  padding-inline: clamp(12px, 12px + 16 * (100vw - 320px)/320, 28px);
  border-radius: 5px;
  font-weight: 700;
}

.offer__key-tcs {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #f4f4f4;
  background-color: #b10000;
  padding: 10px 5px;
}

.offer__key-tcs p {
  margin: 5px 15px;
}

.offer__button {
  margin: 30px 0 0;
}

#legal-bar img {
  width: 24px;
  margin-left: 5px;
  vertical-align: middle;
}

.label {
  padding: 10px 0;
  background-color: #1f2947;
  text-align: center;
  width: 13em;
  border-radius: 3em;
  margin-bottom: 1em;
  font-weight: 700;
}

.mobile {
  display: none;
}

@media screen and (max-width: 640px) {
  .mobile {
    margin-bottom: 0;
  }
}

.desktop {
  display: block;
}

@media screen and (max-width: 640px) {
  .logo {
    width: 51%;
    position: absolute;
    top: 0;
    left: 0;
  }

  .page-top {
    flex-direction: column-reverse;
    position: relative;
  }

  .offer__headline {
    font-size: 15vw;
    text-align: center;
    line-height: 0.8;
    margin-bottom: clamp(15px, 15px + 15 * (100vw - 320px)/320, 30px);
  }

  .offer__headline span {
    display: inline-block;
  }

  .offer__headline--3 {
    display: block;
    font-size: 0.75em;
  }

  .offer__button {
    margin: 20px 0 0;
    text-align: center;
  }

  .offer__key-tcs {
    font-size: 12px;
  }

  .label {
    padding: 8px 0;
    margin: 0 auto 1.2em !important;
  }
}

.offer__button a {
  text-decoration: none;
}

@media screen and (max-width: 640px) {
  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }
}

.blocks__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  padding: 0 20px;
  padding-block: clamp(15px, 15px + 15 * (100vw - 320px)/980, 30px);
}

.block__item img {
  width: 100%;
  display: block;
}

.block__item {
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.block__copy,
.block__disclaimer {
  padding: 15px;
  color: var(--secondary-color);
}

.block__copy {
  font-size: clamp(14px, 14px + 3 * (100vw - 320px)/980, 17px);
  line-height: 1.6;
  margin: 0;
}

.block__disclaimer {
  font-size: 12px;
  line-height: 1.2;
  margin: auto 0 0;
}

@media screen and (max-width: 1024px) {
  .blocks__wrapper {
    grid-gap: 20px;
    padding: 0 10px;
    padding-block: clamp(15px, 15px + 15 * (100vw - 320px)/980, 30px);
  }
}

@media screen and (max-width: 640px) {
  .blocks__wrapper {
    grid-template-columns: 1fr;
  }
}

.payment__logos,
.regulatory__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.payment__logos img,
.regulatory__logos img {
  margin: 1em;
}

.regulatory__logos {
  padding: 40px 0;
}

.payment__logos {
  padding: 20px 0;
}

.footer__wrapper a {
  font-weight: 700;
  font-family: "Sofia Sans";
}

.footer__wrapper #terms-1 .marginDecrease ul,
.footer__wrapper #terms-2 .marginDecreaseTen ul,
.footer__wrapper #terms-3 li,
.footer__wrapper #terms-3 ol {
  margin-left: 10px;
}

.footer__wrapper #terms-1 .marginDecrease li,
.footer__wrapper #terms-2 .marginDecreaseTen li {
  margin-left: 20px;
}

.footer__wrapper #terms-1 li:not(:last-child),
.footer__wrapper #terms-2 li:not(:last-child),
.footer__wrapper #terms-3 li:not(:last-child) {
  margin-bottom: 3px;
}

@media screen and (max-width: 640px) {
  .mobile-sticky-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0) 0,
      #fff 90%,
      #fff 99%
    );
  }
}

.terms {
  margin-top: 0;
  margin-bottom: 0;
}

.wrapper {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.btnHolder {
  display: flex;
  justify-content: center;
  width: auto;
    padding: 0px;
}

.btnHolder a {
  text-decoration: none;
}

.btn {
  padding: 12px 28px;
  padding-block: clamp(12px, 12px + 0 * (100vw - 320px)/980, 12px);
  padding-inline: clamp(8px, 8px + 20 * (100vw - 320px)/980, 28px);
  background: var(--secondary-color);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  font-family: "Sofia Sans";
  font-weight: 700;
  font-size: clamp(25px, 25px + 13 * (100vw - 320px)/980, 38px);
  margin-top: clamp(7px, 7px + 8 * (100vw - 320px)/980, 15px);
}

.logoHeader {
  padding-top: clamp(20px, 20px + 20 * (100vw - 320px)/980, 40px);
  padding-bottom: clamp(20px, 20px + 0 * (100vw - 320px)/980, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

@media screen and (max-width: 480px) {
  .logoHeader {
    padding-top: clamp(10px, 20px + 20 * (100vw - 320px) / 980, 10px);
    padding-bottom: clamp(10px, 20px + 0 * (100vw - 320px) / 980, 10px);
  }
}
.logoHeader img {
  max-width: clamp(165px, 165px + 205 * (100vw - 320px)/980, 370px);
}

.footer__wrapper {
  text-align: center;
  padding: 20px 0;
  font-family: "Sofia Sans";
}

.footer-content {
  text-align: left;
  padding: 0 25px;
  display: block !important;
}

.blueBox {
  position: relative;
  width: 60%;
  margin: 40px auto 30px;
  background-image: linear-gradient(to top, #1f2948 0, #2e4068 60%);
  border-radius: 16px;
  padding: 25px 15px 20px;
  text-align: center;
}

@media (max-width: 640px) {
  .blueBox {
    width: 70%;
    padding: 20px 7px;
    margin: 25px auto 30px;
  }
}

.plus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: clamp(30px, 30px + 10 * (100vw - 320px)/980, 40px);
}
@media (max-width: 640px) {
  .plus {
    width: clamp(25px, 20px + 10 * (100vw - 320px) / 980, 20px);
  }
  .blueBox {
    width: 69%;
    padding: 15px 7px;
    margin: 25px auto 30px;
  }
}
.offer__headline--4 {
  font-size: clamp(28px, 28px + 32 * (100vw - 640px)/660, 60px);
  line-height: 1.1;
  color: #fff;
}

.offer__headline--3 span,
.offer__headline--4 span {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
}

@media (max-width: 640px) {
  .offer__headline--4 {
    font-size: clamp(27px, 27px + 28 * (100vw - 320px)/320, 35px);
    line-height: 1;
  }
}

.offer__headline--4-1 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  font-size: clamp(60px, 60px + 0 * (100vw - 640px)/660, 60px);
}

@media (max-width: 640px) {
  .offer__headline--4-1 {
    line-height: 1;
    font-size: clamp(27px, 27px + 23 * (100vw - 320px)/320, 30px);
  }

  .offer__headline--4-1-d {
    display: block;
    color: #fff;
    font-family: "Sofia Sans", sans-serif;
    font-weight: 900;
    font-size: clamp(60px, 60px + 20 * (100vw - 320px)/860, 80px);
  }
}
@media (max-width: 400px) {
  .offer__headline--4 {
    font-size: clamp(20px, 22px + 28 * (100vw - 320px) / 320, 35px);
    line-height: 1;
  }
  .offer__headline--4-1 {
    line-height: 1;
    font-size: clamp(20px, 22px + 28 * (100vw - 320px) / 320, 35px);
  }
}
.offer__headline--5 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  font-size: clamp(18px, 18px + 20 * (100vw - 640px)/660, 38px);
  line-height: 1.1;
  color: #fff;
}

@media (max-width: 640px) {
  .offer__headline--5 {
    line-height: 1;
    font-size: clamp(17px, 17px + 13 * (100vw - 320px)/320, 30px);
  }
}

.offer__headline--3 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-size: clamp(12px, 12px + 12 * (100vw - 640px)/660, 24px);
  line-height: 1.1;
  color: #fff;
  margin-top: 5px;
}

@media (max-width: 640px) {
  .offer__headline--3 {
    font-size: clamp(12px, 12px + 8 * (100vw - 320px)/320, 20px);
  }
}

.offer__headline--3 span {
  font-weight: 700;
}

.footer__wrapper ol,
.footer__wrapper p {
  margin: 0 0 1em;
  font-size: 14px;
}

u {
  cursor: pointer;
}

header {
  position: relative;
  text-align: center;
}

header .page-top__nmo {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  max-width: 350px;
  max-width: clamp(150px, 150px + 200 * (100vw - 320px)/980, 350px);
}

@media (max-width: 640px) {
  .inv {
    visibility: hidden;
    display: none;
  }
}

@media screen and (max-width: 640px) {
    .offer__button {
        margin: 20px 0 0;
        padding: 0;
    }
}

@media screen and (max-width: 640px) {
    .offer__headline--2 {
        padding-top: 0px;
    }
}

@media screen and (max-width: 640px) {
    .mobile-sticky-button {
        position: fixed;
        bottom: 0;
        width: 100%;
        padding: 20px 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 90%, #fff 99%);
    }
}

.logoHeader {
  width: auto;
}