:root {
  --red-1: #b6011e;
  --accessible-components-dark-grey: #9b9b9b;
  --black-bg: #030307;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.video {
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 40px;
}

.column-left {
  z-index: 999;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading {
  text-shadow: 1px 1px #000;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Organetto, sans-serif;
  font-size: 54px;
  font-weight: 400;
  line-height: 52px;
}

.heading.h1 {
  text-shadow: -2px 2px #000, 0 0 20px #000;
  margin-bottom: 20px;
  display: block;
}

.link-cta {
  background-color: var(--red-1);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-top: 60px;
  text-decoration: none;
  transition: all .125s;
  display: flex;
  box-shadow: 0 0 30px 7px #b6011e54;
}

.link-cta:hover {
  background-color: #e40025;
  box-shadow: 0 0 30px 7px #b6011e96;
}

.link-cta.cta-footer {
  z-index: 5;
  border: 3px solid var(--red-1);
  background-image: url('../images/bg-submit-btn-exitlag.jpg');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: scroll;
  border-radius: 20px;
  text-decoration: none;
  position: relative;
}

.link-cta.cta-footer:hover {
  color: #fff;
  border-color: #ff0029;
  text-decoration: none;
}

.heading-2 {
  color: #fff;
  text-shadow: 0 5px 1px #0000002b;
  margin: 0 20px;
  font-family: Organetto, sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.featured {
  padding: 10px 10px 40px;
}

.ai-route {
  margin-top: 0;
  padding: 0 10px;
}

.faq {
  padding: 60px 10px;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.fs_accordion-1_header:focus-visible, .fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_paragraph {
  color: #eee;
  margin-bottom: 0;
  font-weight: 300;
}

.fs_accordion-2_body {
  background-color: #363636;
  background-image: linear-gradient(#0000, #00000042);
  padding: 1rem 1.5rem;
}

.fs_accordion-2_content {
  transition: max-height .2s;
  overflow: hidden;
}

.fs_accordion-2_icon {
  margin-right: 0;
  font-size: 1.125rem;
  position: relative;
}

.fs_accordion-2_arrow-wrapper {
  transition: transform .2s;
}

.fs_accordion-2_arrow-wrapper.is-active-accordion {
  transform: rotate(180deg);
}

.fs_accordion-2_label {
  letter-spacing: 1px;
  font-family: Organetto, sans-serif;
  font-size: .9rem;
  font-weight: 400;
}

.fs_accordion-2_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #525252;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.2rem 1.5rem;
  display: flex;
}

.fs_accordion-2_header:hover {
  background-color: #636363;
}

.fs_accordion-2_header:focus-visible, .fs_accordion-2_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components-dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-2_item {
  background-color: var(--black-bg);
}

.fs_accordion-2_embed {
  margin-bottom: 0;
  display: none;
}

.fs_accordion-2_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs_checkbox-5_button {
  border-radius: 999rem;
  width: 85%;
  height: 85%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-5_button:focus-visible, .fs_checkbox-5_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-7_button {
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs_checkbox-7_button:focus-visible, .fs_checkbox-7_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_checkbox-6_button {
  width: 90%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: auto;
}

.fs_checkbox-6_button:focus-visible, .fs_checkbox-6_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.column-right {
  z-index: 999;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.text-link {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.text-link:hover {
  opacity: .66;
  color: #fff;
  text-decoration: underline;
}

.exitlag-on {
  z-index: 5;
  justify-content: center;
  align-items: center;
  max-width: 66px;
  position: absolute;
  top: 319px;
  right: 233px;
}

.columns {
  padding-top: 50px;
  padding-bottom: 70px;
}

.lottie-animation {
  z-index: 5;
  margin-top: -62px;
  position: relative;
}

.wrapper-main-info {
  max-width: 500px;
  padding-top: 28px;
  padding-left: 5px;
}

.body-trial {
  color: #fff;
  background-color: #030307;
  background-image: url('../images/bg-body-exitlag-trial3.webp');
  background-size: auto;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.video-bg {
  z-index: 0;
  height: 830px;
  position: absolute;
  inset: 0% 0% auto;
}

.text-span-17 {
  color: #ff143f;
  text-shadow: -3px 1px #000, 0 0 30px #c70020;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.div-block-31 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-59 {
  align-self: center;
  max-width: 60px;
  margin-right: 15px;
}

.heading-29 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Organetto, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 22px;
}

.hero-main-bullets {
  margin-top: 50px;
}

.hero-info {
  max-width: 380px;
  font-size: 13px;
  line-height: 17px;
  display: block;
}

.brand-exitlag {
  max-width: 110px;
  margin-bottom: 47px;
}

.container-xl {
  max-width: 1000px;
}

.videos-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.exitlagoff {
  z-index: 3;
  border: 8px solid #353435;
  border-radius: 20px;
  width: 100%;
  height: 350px;
}

.exitlagon {
  z-index: 2;
  border: 8px solid #d30000;
  border-radius: 20px;
  width: 100%;
  height: 350px;
  box-shadow: 0 2px 80px #d3160082;
}

.hitsperminute-off {
  z-index: 10;
  position: absolute;
  inset: auto auto 38px -26px;
}

.hitsperminute-off:hover {
  opacity: .8;
}

.off-wrapper, .on-wrapper {
  width: 100%;
  position: relative;
}

.hitsperminute-on {
  z-index: 10;
  position: absolute;
  inset: auto -26px 38px auto;
}

.hitsperminute-on:hover {
  opacity: .8;
}

.title {
  align-self: stretch;
  min-height: 45px;
  position: relative;
}

.heading-30 {
  color: #7b7c7c;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Organetto, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.bold-text-25 {
  font-size: 23px;
}

.image-60 {
  z-index: 1;
  mix-blend-mode: lighten;
  position: absolute;
  top: -69px;
  left: 224px;
}

.info-vid {
  z-index: 3;
  margin-top: 13px;
  position: relative;
}

.info-vid-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line-fade {
  background-image: linear-gradient(95deg, var(--black-bg) 10%, #6f6f6f);
  flex: 1;
  align-self: center;
  height: 2px;
}

.text-block-2 {
  color: #7c7c7c;
  margin-left: 13px;
  font-family: Organetto, sans-serif;
  font-size: 9px;
}

.misc-globe {
  float: right;
  opacity: .42;
  max-width: 40px;
  margin-top: 2px;
  margin-right: 3px;
}

.misc-left {
  z-index: 1;
  max-height: 230px;
  position: absolute;
  top: 885px;
  left: 8px;
}

.misc-right {
  z-index: 1;
  max-height: 230px;
  position: absolute;
  inset: 1322px 5px auto auto;
}

.games-and-apps {
  background-image: url('../images/bg-games-apps.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: column;
  min-height: 70vh;
  padding: 20px 10px;
}

.h2 {
  text-align: center;
  font-family: Organetto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.border-fade-red {
  background-image: linear-gradient(90deg, #0000 5%, var(--red-1) 50%, #0000 96%);
  align-self: center;
  width: 340px;
  height: 4px;
}

.title-wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 31px;
  display: flex;
  position: relative;
}

.games-apps-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template: ". . . . . . . ."
                 ". . . . . . . ."
                 ". . . . . . Area Area"
                 / 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  margin-top: 42px;
  display: grid;
}

.bold-text-27 {
  color: #8a8a8a;
}

._1700games-apps {
  mix-blend-mode: lighten;
}

.quick-stack {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  margin-top: 40px;
  padding: 0 0 40px;
}

.features-wrapper {
  background-image: linear-gradient(#03030742, #03030742), url('../images/blocks2.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px solid #1f1e1f;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  height: 577px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.features-wrapper:hover {
  background-image: url('../images/blocks2.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-color: #2c2c2c;
}

.heading-32 {
  align-self: stretch;
  font-family: Organetto, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.image-61 {
  mix-blend-mode: lighten;
  margin-bottom: -23px;
}

.paragraph-9 {
  opacity: .79;
  min-height: 60px;
  margin-bottom: 29px;
  font-size: 13px;
  line-height: 17px;
}

.features-wrapper-2 {
  background-image: linear-gradient(#03030742, #03030742), url('../images/blocks1.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px solid #1f1e1f;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  height: 577px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.features-wrapper-2:hover {
  background-image: url('../images/blocks1.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-color: #2c2c2c;
}

.features-wrapper-3 {
  background-image: linear-gradient(#03030742, #03030742), url('../images/blocks3.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px solid #1f1e1f;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  height: 577px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.features-wrapper-3:hover {
  background-image: url('../images/blocks3.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-color: #2c2c2c;
}

.features-wrapper-4 {
  background-image: linear-gradient(#03030742, #03030742), url('../images/blocks4.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  border: 5px solid #1f1e1f;
  border-radius: 20px;
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  height: 577px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  transition: all .15s;
  display: flex;
  position: relative;
}

.features-wrapper-4:hover {
  background-image: url('../images/blocks4.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-color: #2c2c2c;
}

.image-62, .image-63 {
  mix-blend-mode: luminosity;
}

.image-64 {
  max-width: 110px;
  margin-bottom: 5px;
}

.image-65 {
  max-width: 88px;
}

.testimonial {
  padding: 40px 10px;
}

.title-wrapper-b {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.paragraph-10 {
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  line-height: 17px;
}

.quick-stack-2 {
  background-image: radial-gradient(circle, #e4002530, #fff0 54%);
  margin-top: 50px;
  padding: 0;
}

.cell-2 {
  background-image: url('../images/bg-testimonials-xl.webp');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #464646;
  justify-content: flex-end;
  align-items: stretch;
}

.div-block-32 {
  background-color: #282828;
  background-image: linear-gradient(221deg, #1d1d1d, #464646);
  border-top: 1px solid #464646;
  min-height: 180px;
  padding: 25px 30px 25px 40px;
}

.heading-33 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Organetto, sans-serif;
  font-size: 23px;
  font-weight: 400;
  line-height: 22px;
}

.paragraph-11 {
  margin-top: 13px;
  margin-bottom: 17px;
  font-size: 17px;
  font-style: italic;
  line-height: 22px;
}

.link-10 {
  color: #b9b9b9;
  font-size: 12px;
  line-height: 13px;
  text-decoration: none;
}

.image-66 {
  max-width: 310px;
  margin-top: -72px;
  margin-left: 21px;
}

.div-block-33 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-3 {
  border-right: 3px solid var(--red-1);
  color: var(--red-1);
  text-align: right;
  padding-right: 8px;
  font-family: Organetto, sans-serif;
  line-height: 14px;
}

.bold-text-33 {
  text-shadow: 0 0 20px #ff3c5bd9;
}

.cell-3 {
  background-image: url('../images/bg-testimonials-m.webp');
  background-position: 0%;
  background-size: cover;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-34 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 14px 25px;
  display: flex;
}

.image-67 {
  max-width: 180px;
}

.text-block-4 {
  border-left: 3px solid var(--red-1);
  color: var(--red-1);
  text-align: left;
  margin-bottom: 10px;
  padding-left: 8px;
  font-family: Organetto, sans-serif;
  font-size: 13px;
  line-height: 14px;
}

.paragraph-12 {
  font-size: 15px;
  font-style: italic;
  line-height: 17px;
}

.heading-34 {
  margin-top: 0;
  font-family: Organetto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.quick-stack-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #464646;
  flex: 1;
  padding: 0;
}

.cell-4 {
  justify-content: flex-end;
  align-items: center;
  padding-top: 12px;
  display: flex;
}

.cell-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-18 {
  font-size: 13px;
}

.mockups {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mockups-wrapper {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--red-1), #fff0 61%);
  flex-flow: row;
  min-height: 570px;
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
}

.image-68 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-69 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-70 {
  opacity: .5;
  mix-blend-mode: lighten;
  border: 1px solid #8e8e90;
  border-radius: 6px;
  margin-right: 20px;
  position: absolute;
  inset: auto auto 104px 32px;
}

.image-71 {
  opacity: .5;
  mix-blend-mode: lighten;
  position: absolute;
  inset: auto auto 104px 138px;
}

.globe-right {
  z-index: 1;
  width: 150px;
  position: absolute;
  inset: 170px auto auto 0%;
}

.globe-left {
  z-index: 1;
  width: 170px;
  position: absolute;
  inset: 170px 0% auto auto;
}

.heading-28 {
  text-align: center;
  margin-top: 10px;
  font-family: Organetto, sans-serif;
  font-size: 14px;
  line-height: 19px;
}

.misc2 {
  z-index: 5;
  opacity: .73;
}

.checkbox {
  cursor: pointer;
  margin-top: 0;
  margin-right: 10px;
}

.checkbox-label {
  color: #9e9e9e;
  margin-bottom: 0;
  font-size: 12px;
}

.link-9 {
  color: #bbb;
}

.link-9:hover {
  color: #ececec;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 2px solid #595766;
  border-radius: 5px;
  min-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 400;
}

.text-field:hover {
  border-color: #787688;
}

.text-field:focus {
  background-color: #ffffff08;
  border-color: #fff;
}

.text-field::placeholder {
  color: #686868;
}

.error-message {
  background-color: #525252;
}

.paragraph-8 {
  text-align: center;
  margin-bottom: 21px;
}

.success-message {
  background-color: #179d0d;
}

.loader-img {
  mix-blend-mode: lighten;
  width: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-5 {
  color: #fff;
  text-align: center;
  background-color: #70c34f40;
  border: 1px solid #70c34f;
  border-radius: 6px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  display: block;
}

.link-block-5:hover {
  opacity: .66;
}

.form-wrapper {
  z-index: 5;
  background-color: #191d24f2;
  border: 3px solid #42404d;
  border-radius: 20px;
  min-width: 475px;
  min-height: 600px;
  margin-right: 5px;
  padding: 33px 47px 35px 45px;
  box-shadow: 0 0 110px -20px #e4540073;
}

.wrapper-form {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  padding-left: 20px;
  display: flex;
  position: relative;
}

.error-txt {
  text-align: center;
  flex: none;
  margin-bottom: 5px;
  font-size: 16px;
  display: none;
}

.heading-20 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.submit-button {
  letter-spacing: 1px;
  background-color: #b6011e;
  background-image: url('../images/bg-submit-btn-exitlag.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #e40001;
  width: 100%;
  margin-top: 19px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Organetto, sans-serif;
  font-size: 19px;
  font-weight: 700;
  display: block;
  box-shadow: 0 20px 50px -25px #ff2818;
}

.submit-button:hover {
  opacity: .7;
}

.submit-button.cta-form-hero {
  background-image: linear-gradient(#ec40463b, #ec40463b), url('../images/bg-submit-btn-exitlag.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #ec4046;
  border-radius: 7px;
  font-size: 18px;
  transition: all .15s;
}

.submit-button.cta-form-hero:hover {
  opacity: 1;
  border-color: #ff0001;
  box-shadow: 0 -1px 50px -7px #ff2818;
}

.errors {
  background-color: #645050;
  border: 1px solid #7f5757;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 15px 20px;
  display: none;
}

.loader {
  justify-content: center;
  align-items: center;
  display: none;
}

.field-label {
  margin-bottom: 4px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.registersuccess {
  background-color: #2d462361;
  border: 1px solid #70c34f;
  border-radius: 8px;
  max-width: 386px;
  padding: 12px;
  display: none;
}

.footer-3 {
  padding: 35px 40px;
}

.div-block-44 {
  display: flex;
}

.text-block-16 {
  color: #c9c9c9;
  margin-left: 26px;
  font-size: 11px;
}

.div-block-45 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-trial {
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.top-bar {
  z-index: 999;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 17px;
  display: flex;
  position: relative;
}

.ms {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.text-block-6 {
  color: #46bb91;
  margin-left: 5px;
}

.heading-36 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Organetto, sans-serif;
  font-size: 17px;
  font-weight: 400;
  position: relative;
}

.bold-text-35 {
  color: #1ee29b;
  font-size: 30px;
  text-decoration: underline;
}

.password-requirements-2 {
  color: #82818a;
  margin-top: -4px;
  margin-bottom: 11px;
  font-size: 10px;
  line-height: 13px;
}

@media screen and (min-width: 1280px) {
  .hero {
    display: block;
  }

  .video {
    padding-top: 78px;
    padding-bottom: 78px;
    display: block;
  }

  .heading {
    text-shadow: 4px 4px #43281996;
  }

  .heading.h1 {
    font-size: 50px;
  }

  .featured {
    display: block;
  }

  .ai-route {
    padding-top: 0;
    display: block;
  }

  .faq {
    display: block;
  }

  .fs_accordion-2_embed {
    display: none;
  }

  .column-right {
    padding-top: 20px;
  }

  .exitlag-on {
    top: 274px;
    right: 337px;
  }

  .wrapper-main-info {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 590px;
    padding-top: 30px;
  }

  .body-trial {
    background-color: #060307;
    background-image: url('../images/bg-body-exitlag-trial3.webp');
    background-size: auto;
  }

  .video-bg {
    border-bottom-style: none;
    height: 860px;
  }

  .text-span-17 {
    text-shadow: 0 0 30px #af001ced, 1px 1px #000;
  }

  .brand-exitlag {
    margin-bottom: 52px;
  }

  .container-xl {
    max-width: 1220px;
  }

  .image-60 {
    left: 278px;
  }

  .text-block-2 {
    font-size: 8px;
  }

  .games-and-apps {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .features-wrapper-2 {
    border-radius: 20px;
  }

  .image-67 {
    max-width: 200px;
  }

  .mockups-wrapper {
    background-image: radial-gradient(circle, #b6011e75, #fff0 45%);
    min-height: 600px;
  }

  .misc2 {
    z-index: 5;
    position: relative;
  }

  .paragraph-8 {
    padding-left: 11px;
    padding-right: 11px;
    font-size: 13px;
  }

  .form-wrapper {
    min-width: 570px;
  }

  .registersuccess {
    background-color: #2d462361;
    max-width: 470px;
  }

  .top-bar {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 17px;
    display: flex;
  }

  .ms {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    display: flex;
  }

  .text-block-6 {
    opacity: .9;
    color: #46bb91;
    margin-left: 5px;
  }
}

@media screen and (max-width: 991px) {
  .video {
    padding-left: 27px;
    padding-right: 27px;
  }

  .column-left {
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .heading {
    padding-right: 0;
    font-size: 41px;
    line-height: 43px;
  }

  .heading.h1 {
    text-align: center;
  }

  .heading-2 {
    font-size: 29px;
  }

  .ai-route {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-right {
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

  .exitlag-on {
    display: none;
    top: 207px;
    right: 128px;
  }

  .columns {
    padding-bottom: 40px;
  }

  .lottie-animation {
    margin-top: -47px;
  }

  .wrapper-main-info {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .hero-info {
    text-align: center;
    margin-bottom: 0;
  }

  .exitlagoff, .exitlagon {
    height: 260px;
  }

  .hitsperminute-off, .hitsperminute-on {
    overflow: hidden;
  }

  .image-60 {
    left: 149px;
    overflow: hidden;
  }

  .misc-left, .misc-right {
    display: none;
  }

  .games-and-apps {
    min-height: 64vh;
    padding: 0 15px;
  }

  .games-apps-wrapper {
    padding-left: 22px;
    padding-right: 22px;
  }

  .image-61 {
    margin-bottom: -15px;
  }

  .testimonial {
    padding-top: 10px;
  }

  .mockups {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-68 {
    max-width: 570px;
    left: 4%;
  }

  .image-69 {
    max-width: 570px;
  }

  .image-71 {
    bottom: 61px;
    left: 33px;
  }

  .globe-right, .globe-left {
    display: none;
  }

  .form-wrapper {
    background-color: #131313e3;
    width: 710px;
    margin-right: 0;
  }

  .wrapper-form {
    padding-left: 0;
  }

  .heading-20 {
    font-size: 24px;
    line-height: 29px;
  }

  .registersuccess {
    max-width: none;
  }

  .footer-3 {
    padding-left: 44px;
    padding-right: 44px;
  }

  .text-block-16 {
    opacity: .7;
  }

  .top-bar {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .password-requirements-2 {
    margin-bottom: 4px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-left: 13px;
    padding-right: 13px;
  }

  .video {
    padding: 20px 5px;
  }

  .column-left {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading {
    text-align: center;
    margin-right: 0;
  }

  .heading.h1 {
    font-size: 38px;
    line-height: 36px;
  }

  .link-cta {
    width: 98%;
  }

  .link-cta.cta-footer {
    width: auto;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2 {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
  }

  .featured {
    padding: 0 15px 40px;
  }

  .ai-route {
    padding-top: 37px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs_accordion-2_component {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lottie-animation {
    margin-top: -24px;
  }

  .text-span-17 {
    font-size: 40px;
    line-height: 44px;
  }

  .heading-29 {
    font-size: 16px;
    line-height: 19px;
  }

  .hitsperminute-off {
    max-width: 120px;
    bottom: 17px;
    left: 0;
    overflow: hidden;
  }

  .hitsperminute-on {
    max-width: 120px;
    bottom: 17px;
    right: 0;
    overflow: hidden;
  }

  .title {
    min-height: 30px;
  }

  .heading-30 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-25 {
    font-size: 18px;
    line-height: 20px;
  }

  .image-60 {
    display: none;
    top: -75px;
    left: 87px;
  }

  .info-vid {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 7px;
    line-height: 14px;
  }

  .misc-globe {
    max-width: 29px;
  }

  .games-and-apps {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .h2 {
    font-size: 17px;
    line-height: 21px;
  }

  .games-apps-wrapper {
    flex-flow: wrap;
    grid-template-rows: auto auto auto auto;
    padding-top: 5px;
    display: flex;
  }

  .quick-stack {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .quick-stack-2 {
    margin-top: 99px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mockups {
    padding-left: 11px;
    padding-right: 11px;
  }

  .mockups-wrapper {
    background-image: none;
    flex-flow: column;
    min-height: auto;
    padding-left: 18px;
    padding-right: 18px;
    display: flex;
  }

  .image-68 {
    width: 100%;
    max-width: none;
    margin-bottom: 13px;
    position: static;
  }

  .image-69 {
    position: static;
  }

  .image-70, .image-71 {
    display: none;
  }

  .form-wrapper {
    width: 100%;
    min-width: 40%;
    padding-left: 29px;
    padding-right: 29px;
  }

  .heading-20 {
    font-size: 21px;
    line-height: 28px;
  }

  .footer-3 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .text-block-16 {
    opacity: .78;
    max-width: 180px;
    font-size: 10px;
    line-height: 12px;
  }

  .background-video-trial {
    opacity: .9;
    height: 60%;
  }

  .heading-36 {
    font-size: 14px;
    line-height: 20px;
  }

  .bold-text-35 {
    color: #1ee29b;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 3px;
    padding-right: 3px;
  }

  .video {
    padding-left: 5px;
    padding-right: 5px;
  }

  .column-left {
    padding-top: 10px;
  }

  .heading {
    font-size: 34px;
    line-height: 36px;
  }

  .heading.h1 {
    margin-top: 15px;
    font-size: 33px;
    line-height: 33px;
  }

  .link-cta.cta-footer {
    height: 72px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .heading-2 {
    text-align: center;
    text-shadow: 0 3px 1px #0000002b;
    font-size: 18px;
    line-height: 22px;
  }

  .featured {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .ai-route {
    padding-top: 42px;
    display: none;
  }

  .faq {
    padding-top: 20px;
  }

  .fs_accordion-2_paragraph {
    font-size: 13px;
    line-height: 19px;
  }

  .fs_accordion-2_label {
    line-height: 17px;
  }

  .fs_accordion-2_component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-right {
    padding-left: 5px;
    padding-right: 5px;
  }

  .columns {
    padding-top: 40px;
  }

  .wrapper-main-info {
    padding-left: 9px;
    padding-right: 9px;
  }

  .body-trial {
    border-top-style: none;
  }

  .text-span-17 {
    font-size: 33px;
    line-height: 38px;
  }

  .hero-info {
    padding-left: 26px;
    padding-right: 26px;
    font-size: 11px;
    line-height: 17px;
  }

  .videos-wrapper {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .text-block-2 {
    font-size: 7px;
    line-height: 10px;
  }

  .misc-globe {
    display: none;
  }

  .games-and-apps {
    padding-bottom: 27px;
  }

  .games-apps-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .quick-stack {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-61 {
    display: none;
  }

  .testimonial {
    padding-top: 48px;
  }

  .div-block-32 {
    padding-left: 19px;
    padding-right: 19px;
  }

  .heading-33 {
    font-size: 20px;
  }

  .paragraph-11 {
    font-size: 14px;
    line-height: 19px;
  }

  .image-66 {
    max-width: 260px;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 13px;
  }

  .div-block-34 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .image-67 {
    max-width: 130px;
  }

  .image-67.blackoutz {
    max-height: 150px;
  }

  .text-block-4 {
    font-size: 12px;
    line-height: 13px;
  }

  .paragraph-12 {
    font-size: 12px;
    line-height: 14px;
  }

  .heading-34 {
    font-size: 16px;
  }

  .cell-4 {
    justify-content: flex-end;
    align-items: center;
  }

  .mockups-wrapper {
    min-height: auto;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 10px;
  }

  .checkbox {
    flex: none;
    width: 17px;
    height: 17px;
  }

  .checkbox-label {
    line-height: 15px;
  }

  .form-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-20 {
    font-size: 17px;
    line-height: 19px;
  }

  .submit-button.cta-form-hero {
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 12px;
    line-height: 20px;
  }

  .field-label {
    font-size: 13px;
    line-height: 19px;
  }

  .footer-3 {
    padding-bottom: 40px;
  }

  .text-block-16 {
    display: none;
  }

  .image-81 {
    max-width: 90%;
    margin-bottom: 28px;
  }

  .div-block-45 {
    flex-flow: column;
  }

  .password-requirements-2 {
    margin-bottom: 10px;
    line-height: 12px;
  }
}

#w-node-_987a9176-8e28-c39e-0893-d8707e37c089-abef5c38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_166a48c2-22c1-3c0e-e5f4-845e28c8c82e-abef5c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_70b22e2e-61fe-df2d-3f78-79f40c5784da-abef5c38 {
  grid-area: Area;
}

#w-node-e68dcde0-683e-be30-a3d1-31bb3d77742a-abef5c38 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fb33a4ef-bf9f-a066-e753-a688341b1e79-abef5c38 {
  grid-row: span 2 / span 2;
}

#w-node-_8ac2de7c-305c-026f-1378-b4e9644075b2-abef5c38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f81fab6b-ac9d-5efa-e2aa-f2bfd140c087-abef5c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55edcbe7-c0bd-343a-2a12-7abfb3729b84-abef5c38 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_55edcbe7-c0bd-343a-2a12-7abfb3729b88-abef5c38 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e68dcde0-683e-be30-a3d1-31bb3d77742a-abef5c38 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-fb33a4ef-bf9f-a066-e753-a688341b1e79-abef5c38 {
    grid-row: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_987a9176-8e28-c39e-0893-d8707e37c089-abef5c38 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Organetto';
  src: url('../fonts/Organetto-UltraBoldExt.ttf') format('truetype'), url('../fonts/Organetto-UltraBoldSemiExt.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Organetto';
  src: url('../fonts/Organetto-RegularExt.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}