:root {
  --cod-gray-2: #0c0c0c;
  --white: white;
  --canary: #e1f958;
  --baltic-sea: #2f2e33;
  --mountain-mist: #939199;
  --athens-gray: #f0f2f5;
  --cod-gray-1: #1a1a1a;
  --portage: #9476f6;
  --mid-gray: #6a6973;
  --electric-violet: #7040ff;
  --ship-gray: #3b3a40;
}

body {
  background-color: var(--cod-gray-2);
  color: var(--white);
  font-family: Fixel Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

h1 {
  letter-spacing: -2.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}

h2 {
  letter-spacing: -.92px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--canary);
  text-decoration: none;
}

a:hover {
  color: #f2ffa6;
}

.padding-global {
  padding-left: 40px;
  padding-right: 40px;
}

.container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-section-large {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.section_hero {
  margin-top: 4rem;
}

.footer_component {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.global_styles {
  width: 0;
}

.navbar_component {
  width: 100%;
  flex-direction: row;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
}

.form {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.hero_content {
  min-width: 600px;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  flex: none;
  display: flex;
}

.footer-wrapper {
  width: 100%;
  border-top: 1px solid #232326;
  justify-content: space-between;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.navbar_container {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-credits {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.social-item {
  width: 3rem;
  height: 3rem;
  border: 1px solid #232326;
  border-radius: 100px;
  padding: 14px;
  transition: all .3s;
  display: flex;
}

.social-item:hover {
  background-color: #232326;
}

.social_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.button {
  z-index: 1;
  height: 50px;
  background-color: var(--canary);
  color: var(--cod-gray-2);
  text-align: center;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 1px 1.5rem 0;
  font-family: Fixel Text, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button:hover {
  color: var(--cod-gray-2);
  background-color: #eeff8c;
}

.span-text-canary {
  color: var(--canary);
}

.text-field {
  width: 100%;
  height: 60px;
  border: 1px solid var(--baltic-sea);
  background-color: var(--baltic-sea);
  border-radius: 5px;
  flex: 1;
  margin-bottom: 0;
  padding: 8px 20px;
  font-size: 16px;
}

.home-hero_wrapper {
  width: 100%;
  min-height: 45vh;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  margin-bottom: 2rem;
  display: flex;
}

.hero_content-heading {
  max-width: 400px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.statistics-caption {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--canary);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.statistics-caption.is-hero {
  max-height: 60px;
  max-width: 100px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.text-style-muted {
  color: var(--mountain-mist);
}

.hero_image {
  min-width: 480px;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.blurred-shape {
  z-index: -2;
  filter: blur(70px);
  display: block;
  position: absolute;
  top: -16%;
  bottom: 0%;
  left: auto;
  right: -5%;
}

.form_wrapper {
  width: 100%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.form-block {
  min-width: 480px;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.section_logos {
  height: 88px;
  overflow: hidden;
}

.card-1 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: -28%;
  transform: rotate(-10deg);
}

.card-2 {
  z-index: -1;
  position: absolute;
  top: 15%;
  bottom: auto;
  left: auto;
  right: 60%;
  transform: rotate(20deg);
}

.phone {
  width: 241px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 40px;
}

.phone-wrapper {
  width: 280px;
  height: 540px;
  align-items: flex-end;
  position: relative;
}

.form-success-message {
  max-height: 60px;
  background-color: rgba(255, 255, 255, .1);
  border: .5px solid rgba(255, 255, 255, .25);
  border-radius: 5px;
  flex: 1;
  padding: 4px;
  font-weight: 600;
}

.form-success-message_wrapper {
  height: 100%;
  min-height: 48px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #2f2e33;
  border: .5px solid rgba(255, 255, 255, .25);
  border-radius: 4px;
  align-items: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.error-message {
  z-index: 3;
  width: 100%;
  height: 50px;
  background-color: var(--cod-gray-2);
  color: #f03636;
  border-radius: 5px;
  margin-top: 0;
  padding: 16px;
  font-size: 15px;
  line-height: 1.2;
  position: absolute;
  top: 70px;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.benefits_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  display: flex;
}

.benefit-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  line-height: 1;
  display: flex;
}

.logos_component {
  display: flex;
}

.logos-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.logo_wrapper {
  width: 200px;
  height: 88px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo_b {
  height: 38px;
}

.glowing-wrapper {
  border-radius: 5px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active {
  cursor: pointer;
  background-color: rgba(255, 255, 255, .1);
}

.glowing-wrapper-animations {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-borders-masker {
  width: 100%;
  opacity: 0;
  border-radius: 5px;
  padding: .5px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders {
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.styles---glowing-button {
  display: none;
}

.glowing-wrapper-button {
  z-index: 1;
  color: var(--cod-gray-2);
  text-align: center;
  border: .5px solid rgba(255, 216, 216, .25);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  font-family: Fixel Text, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.glowing-wrapper-glow {
  opacity: 1;
  filter: blur(8px);
}

.glowing-wrapper-mask-wrapper, .glowing-wrapper-mask {
  opacity: 1;
}

.just-a-card_grid-item-wrapper {
  max-width: 800px;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.just-a-card_grid-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--athens-gray);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.just-a-card_grid-item.last {
  flex: 0 auto;
}

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

.just-a-card_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  color: var(--cod-gray-2);
  border-radius: 16px;
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 10rem;
  display: flex;
}

.cta_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--cod-gray-1);
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 3.5rem 1rem;
  display: flex;
}

.just-a-card_icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: var(--cod-gray-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
  display: flex;
}

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.span-text-portage {
  color: var(--portage);
}

.avatar_item {
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  background-color: #c7c7c7;
  border: 1px solid #252426;
  border-radius: 100%;
  margin-right: -8px;
  position: relative;
  overflow: hidden;
}

.avatar_item-wrapper {
  flex-direction: row-reverse;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column dense;
  justify-content: center;
  align-items: center;
  margin-left: -8px;
  display: flex;
  position: relative;
}

.padding-section-none {
  padding-top: 0;
  padding-bottom: 0;
}

.just-a-card_tag {
  height: 1.25rem;
  background-color: #d7d9db;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: flex;
}

.just-a-card_badge-label {
  opacity: .3;
  text-align: center;
  letter-spacing: .55px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.trusted_item-wrapper {
  width: 100%;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted_item {
  min-height: 10.5rem;
  background-color: var(--cod-gray-1);
  border-radius: 8px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.trusted_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.just-a-card_grid-last_wrapper {
  flex: 1;
  align-items: flex-end;
  padding: 1.5rem;
  display: flex;
}

.trusted_heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.max-width-400 {
  max-width: 400px;
}

.cta_footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider {
  width: 800px;
  height: 360px;
  max-width: 800px;
  background-color: var(--athens-gray);
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}

.slider_arrow-left {
  width: 56px;
  height: 56px;
  background-color: var(--cod-gray-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: -28px;
  right: auto;
}

.slider_nav {
  opacity: 1;
  font-size: 6px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.slider_arrow-right {
  width: 3.5rem;
  height: 3.5rem;
  background-color: var(--cod-gray-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -28px;
}

.slider_slide-content {
  height: 100%;
  max-width: 50%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.advantage-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#9476f6, #6646cf);
  border-radius: 6px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  padding: 1rem 1.5rem;
  line-height: 1.4;
  display: flex;
}

.container-fluid {
  max-width: 100%;
}

.score-points_heading {
  max-width: 50rem;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.advantages-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.icon-1x1-medium {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.score-points_header {
  max-width: 40rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-style-subtitle {
  color: var(--mid-gray);
}

.just-a-card_figure {
  z-index: 0;
  width: 96px;
  position: absolute;
  top: 8px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.just-a-card_figure.is-mentions {
  width: auto;
  height: 80%;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.just-a-card_title {
  z-index: 4;
  max-width: 80%;
  position: relative;
}

.just-a-card_heading {
  max-width: 50rem;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.play-more_heading {
  max-width: 400px;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.play-more_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.slider_slide-content-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--mountain-mist);
  justify-content: center;
  align-items: center;
  display: flex;
}

.dot {
  width: 4px;
  height: 4px;
  background-color: var(--portage);
  border-radius: 100%;
}

.slide_avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
}

.slider_slide-content-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.slider_slide-content-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-weight-bold {
  font-weight: 700;
}

.icon-height-small {
  height: 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.text-weight-normal {
  font-weight: 400;
}

.text-align-right {
  text-align: right;
}

.fs-styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.text-weight-medium {
  font-weight: 500;
}

.fs-styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.icon-height-large {
  height: 1.5rem;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--baltic-sea);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.heading-style-h6 {
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}

.icon-height-medium {
  height: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-size-13 {
  font-size: 13px;
  line-height: 1.3;
}

.heading-style-h2 {
  letter-spacing: -.92px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.text-size-16 {
  font-size: 16px;
  line-height: 1.2;
}

.text-style-italic {
  font-style: italic;
}

.text-size-17 {
  font-size: 17px;
  line-height: 1.6;
}

.fs-styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.text-align-left {
  text-align: left;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem .25rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.icon-1x1-large {
  width: 1.5rem;
  height: 1.4rem;
}

.fs-styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.form_component {
  margin-bottom: 0;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h4 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.text-size-14 {
  font-size: .875rem;
  line-height: 1.2;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.heading-style-h5 {
  letter-spacing: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.6;
}

.fs-styleguide_header {
  background-color: var(--electric-violet);
}

.heading-style-h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.fs-styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(54, 120, 185, .1);
  border: 1px dashed #0073e6;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -.92px;
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}

.text-size-15 {
  font-size: 15px;
  line-height: 1.2;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.cta_heading {
  max-width: 400px;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.score-points_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--white);
  color: var(--cod-gray-2);
  border-radius: 16px;
  flex-direction: column;
  padding-top: 7rem;
  padding-bottom: 10rem;
  display: flex;
  overflow: hidden;
}

.card_common-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  margin-left: -80px;
  display: flex;
}

.card-common {
  width: 320px;
  height: 360px;
  background-color: var(--athens-gray);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-top: 16px;
  display: flex;
  position: relative;
}

.card-common_bottom {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-common_tag {
  height: 1.25rem;
  background-color: var(--canary);
  color: var(--cod-gray-1);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.common-card_tag-label {
  text-align: center;
  letter-spacing: .55px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.card-rows_wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 5rem;
  display: flex;
}

.card_games-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  margin-left: -240px;
  display: flex;
}

.card-game {
  width: 320px;
  height: 360px;
  background-color: var(--electric-violet);
  background-image: linear-gradient(#9476f6, #6646cf);
  border-radius: 6px;
  flex-direction: column;
  flex: none;
  align-items: center;
  padding-top: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-game_bottom {
  z-index: 2;
  width: 100%;
  height: 10rem;
  background-image: linear-gradient(rgba(101, 69, 207, 0), #6545cf 100%, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-game_bg-wrapper {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-game_bg {
  object-fit: cover;
}

.card-game_bottom-logo-wrapper {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bottom_label {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 4.5rem;
  left: 0%;
  right: 0%;
}

.bottom_label.is-black {
  color: var(--cod-gray-1);
}

.bottom_label-caption {
  color: var(--mid-gray);
  font-size: 13px;
  font-weight: 400;
}

.bottom_label-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom_label-wrapper.is-vertical {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
}

.bottom_label-dot {
  width: 4px;
  height: 4px;
  background-color: var(--mid-gray);
  opacity: .3;
  border-radius: 100%;
}

.top_label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  top: 56px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bottom_label-flight-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bottom_label-flight-left {
  text-align: left;
}

.bottom_label-flight-right {
  text-align: right;
}

.card_common-stack, .card_games-stack {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.f-card_side {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: var(--white);
  background-image: linear-gradient(#9476f6, #6646cf);
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-card_side.is-back {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--cod-gray-1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-image: none;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.f-card-wrapper {
  width: 280px;
  height: 360px;
  color: var(--cod-gray-2);
  position: relative;
}

.f-card_side_bottom {
  width: 100%;
  height: 56px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-card_side_content {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.card-element_icon {
  width: 2rem;
  height: 2rem;
  background-color: rgba(255, 255, 255, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 16px;
  bottom: auto;
  left: auto;
  right: 16px;
}

.play-more_card-cell.margin-80 {
  margin-top: -80px;
}

.play-more_card-cell.margin--80 {
  margin-top: 80px;
}

.play-more_card-row {
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hero_content {
    align-items: center;
  }

  .home-hero_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    display: flex;
  }

  .hero_content-heading {
    max-width: 100%;
    text-align: center;
  }

  .hero_image {
    justify-content: center;
  }

  .blurred-shape {
    filter: blur(50px);
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: auto;
    left: 0;
    right: 0%;
  }

  .phone {
    right: 0;
  }

  .phone-wrapper {
    width: 260px;
    height: 610px;
  }

  .form-success-message {
    max-height: 80px;
  }

  .form-success-message_wrapper {
    justify-content: center;
  }

  .just-a-card_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider {
    width: 90%;
  }

  .slider_slide-content {
    max-width: 70%;
  }

  .play-more_heading {
    order: -1;
  }

  .play-more_component {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .score-points_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .play-more_card-row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  .padding-global {
    padding-left: 16px;
    padding-right: 16px;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer_component {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .form {
    flex-direction: column;
    align-items: stretch;
  }

  .hero_content {
    min-width: 100%;
  }

  .footer-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .navbar_container {
    justify-content: center;
  }

  .footer-credits {
    align-items: center;
  }

  .button {
    width: 100%;
    height: 47px;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 15px;
  }

  .text-field {
    padding: 16px;
    font-size: 15px;
  }

  .hero_content-heading {
    max-width: 100%;
    text-align: center;
  }

  .statistics-caption, .statistics-caption.is-hero {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .form-block {
    width: 100%;
    min-width: auto;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .phone {
    right: 0;
  }

  .phone-wrapper {
    width: 180px;
    height: 450px;
  }

  .form-success-message {
    max-height: 120px;
  }

  .form-success-message_wrapper {
    height: auto;
    flex-direction: column;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 16px;
  }

  .benefits_wrapper {
    max-width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .benefit-item {
    font-size: 14px;
  }

  .glowing-wrapper-button {
    font-size: 15px;
  }

  .just-a-card_grid-item-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .just-a-card_component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .trusted_item-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .trusted_item {
    width: 100%;
    max-width: 75vw;
    min-height: 7.5rem;
  }

  .just-a-card_grid-last_wrapper {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .slider {
    width: 100%;
    height: 320px;
  }

  .slider_arrow-left {
    display: none;
  }

  .slider_nav {
    top: auto;
    bottom: -48px;
    left: 0%;
    right: 0%;
  }

  .slider_arrow-right {
    display: none;
  }

  .slider_slide-content {
    max-width: 90%;
  }

  .advantages-wrapper {
    flex-direction: column;
  }

  .play-more_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .text-size-17 {
    font-size: 1.25rem;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .score-points_component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .card-common {
    width: 240px;
    height: 270px;
  }

  .card-common_tag {
    padding-left: .5rem;
  }

  .common-card_tag-label {
    font-size: 8px;
  }

  .card-game {
    width: 240px;
    height: 270px;
  }

  .play-more_card-cell {
    width: 100%;
    justify-content: space-around;
    align-items: center;
    display: flex;
  }

  .play-more_card-cell.margin-80 {
    order: 5;
    justify-content: center;
    margin-top: 0;
  }

  .play-more_card-cell.margin--80 {
    justify-content: center;
    align-self: center;
    margin-top: 0;
  }

  .play-more_card-row {
    width: 100%;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    margin-top: 0;
  }

  .card-common_img {
    width: 160px;
  }
}

@media screen and (max-width: 479px) {
  .section_hero {
    overflow: hidden;
  }

  .hero_image {
    min-width: 100%;
  }

  .form-success-message_wrapper {
    flex-direction: column;
    font-size: 14px;
    line-height: 140%;
  }

  .error-message {
    height: 100px;
  }

  .benefits_wrapper {
    flex-direction: row;
    align-items: center;
    padding-left: 8px;
    padding-right: 8px;
  }

  .card-common_img {
    width: 150px;
  }
}

#wf-form-Email-Form-Hero.w-node-c0796c73-a7d4-f13d-4baf-f442cec93f5e-1fc8c155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_91d44f93-41eb-12f0-850b-38d44d3d5956-1fc8c155, #w-node-_6781ec91-1d2b-05b3-ddb1-5817e8146648-1fc8c155, #w-node-_7b71d42c-ece7-2b0e-0d12-209adf760fde-1fc8c155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_948e0dfa-7ad9-437c-027e-359367979796-1fc8c155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
  justify-self: stretch;
}

#w-node-_5a2d073e-714f-2a4a-64d5-cb59cd926cdd-1fc8c155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
  justify-self: end;
}

#w-node-_94919382-10a0-b756-7eaf-feef9a08a5c7-1fc8c155 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0eea4c72-4a9d-041c-9fcc-ea4856d536ad-1fc8c155 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dea29fe1-881e-7674-a34c-df0f3f531aa5-1fc8c155 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dea29fe1-881e-7674-a34c-df0f3f531ab4-1fc8c155 {
  grid-area: 1 / 2 / 4 / 3;
}

#wf-form-Email-Form-Footer-2.w-node-f60cf072-7920-ce98-a3d6-ee72f39c68ca-1fc8c155 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e593-1fc8c157, #w-node-c59a0661-2771-10a5-6ecc-5609e160e59d-1fc8c157, #w-node-c59a0661-2771-10a5-6ecc-5609e160e5a2-1fc8c157 {
  justify-self: start;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e5b2-1fc8c157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e5b4-1fc8c157, #w-node-a619fece-0796-b5b0-e78b-6badb40d64bc-1fc8c157 {
  justify-self: start;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e6c1-1fc8c157, #w-node-c59a0661-2771-10a5-6ecc-5609e160e6da-1fc8c157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e6dd-1fc8c157 {
  justify-self: start;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e6df-1fc8c157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c59a0661-2771-10a5-6ecc-5609e160e6e2-1fc8c157, #w-node-c59a0661-2771-10a5-6ecc-5609e160e976-1fc8c157 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_6e0b859e-a126-dfe1-b46e-15bd31bdee6a-1fc8c155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_5a2d073e-714f-2a4a-64d5-cb59cd926cdd-1fc8c155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
    justify-self: end;
  }

  #w-node-_94919382-10a0-b756-7eaf-feef9a08a5c7-1fc8c155 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c0796c73-a7d4-f13d-4baf-f442cec93f66-1fc8c155, #w-node-_52b1aa0a-67dd-60e0-5bd3-cbcf47ab04a8-1fc8c155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_948e0dfa-7ad9-437c-027e-359367979796-1fc8c155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
    justify-self: stretch;
  }

  #w-node-_5a2d073e-714f-2a4a-64d5-cb59cd926cdd-1fc8c155 {
    justify-self: center;
  }

  #w-node-dea29fe1-881e-7674-a34c-df0f3f531aa5-1fc8c155 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-dea29fe1-881e-7674-a34c-df0f3f531aad-1fc8c155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dea29fe1-881e-7674-a34c-df0f3f531ab4-1fc8c155 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-dea29fe1-881e-7674-a34c-df0f3f531abb-1fc8c155 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-f60cf072-7920-ce98-a3d6-ee72f39c68d5-1fc8c155 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fixel Text';
  src: url('../fonts/FixelText-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}