:root {
  --white: white;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-white: white;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --systemflow-lite-primary--60: #2f54eb;
  --systemflow-lite-neutral--10: white;
  --systemflow-lite-primary--50: #597ef7;
  --systemflow-lite-primary--70: #1d39c4;
  --systemflow-lite-primary--80: #10239e;
  --systemflow-lite-primary--10: #f2f6ff;
  --systemflow-lite-primary--20: #e5eeff;
  --systemflow-lite-neutral--80: #636b75;
  --systemflow-lite-neutral--100: #0e0f11;
  --black: black;
  --systemflow-lite-neutral--50: #d0d4d9;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  height: 1px;
  background-color: #eee;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-store-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

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

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: var(--white);
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  background-color: red;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: red;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: rgba(255, 255, 255, .8);
}

.button.cc-white-button:active {
  background-color: rgba(255, 255, 255, .9);
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  float: none;
  clear: none;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 50px;
  line-height: 80px;
  display: block;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  height: 460px;
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

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

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding: 30px 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

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

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  height: 620px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: center;
  object-fit: fill;
  background-color: #f4f4f4;
  background-image: url('../images/header_with_effects4.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0%;
  display: block;
  overflow: visible;
}

.intro-header.cc-subpage {
  height: 480px;
  color: #fff;
  background-color: #000;
  background-image: none;
}

.intro-content {
  width: 70%;
  max-width: 1140px;
  text-align: center;
}

.intro-content.cc-homepage {
  width: 100%;
  max-width: none;
  text-align: center;
  margin-bottom: 20px;
}

.motto-wrap {
  width: 80%;
  text-align: center;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  width: 80%;
  text-align: center;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

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

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, .4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  height: 150px;
  background-color: #f4f4f4;
  margin-bottom: 30px;
}

.team-pic {
  width: 100%;
  height: 420px;
  background-color: #f4f4f4;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  height: 620px;
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  width: 100%;
  height: 620px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  width: 70%;
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-wrap {
  width: 100%;
  height: 100%;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 100%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.cards-grid-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image-mask {
  width: 100%;
  border-radius: 0%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.cards-image {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.body {
  border: 1px #000;
  display: block;
}

.container-2 {
  flex: 1;
}

.div-block {
  width: 60%;
  float: none;
  clear: both;
  text-align: center;
  flex: 1;
  align-self: flex-start;
  padding-left: 0;
  display: block;
  position: static;
}

.div-block-2 {
  width: 100%;
  float: none;
  clear: none;
  text-align: center;
  white-space: normal;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 20%;
  float: none;
  clear: none;
  text-align: left;
  display: block;
  position: relative;
}

.hero-overlay {
  height: auto;
  max-height: 780px;
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/header_with_effects4.png');
  background-position: 0 0, 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 41px;
  display: block;
}

.heading {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.button-2 {
  color: #fff;
  background-color: red;
  border-radius: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.text-span {
  font-size: 30px;
}

.hero {
  width: auto;
  clear: none;
  text-align: center;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  overflow: visible;
}

.flex-container {
  clear: none;
  flex-direction: row;
  flex: 1;
  align-items: center;
  display: block;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  flex: 0 .5 auto;
}

.div-block-4 {
  width: auto;
  position: static;
}

.video {
  width: 70vw;
  min-width: auto;
  object-fit: fill;
  display: block;
  overflow: visible;
}

.gamefools-logo {
  width: 250px;
  text-align: left;
  object-fit: fill;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
  overflow: auto;
}

.div-block-5 {
  width: auto;
  float: none;
  text-align: center;
  display: block;
}

.section-2 {
  text-align: center;
  display: block;
}

.body-2 {
  text-align: left;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  overflow: visible;
}

.container-3 {
  text-align: center;
  display: none;
}

.block-quote {
  font-size: 15px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
}

.button-3 {
  background-color: #ec3838;
  border: 5px solid #dd1919;
  border-radius: 9px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 35px;
}

.submit-button {
  background-color: red;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.text-field-2 {
  width: 500px;
  text-align: center;
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 25px;
  display: none;
}

.div-block-6 {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#cecece 100%, #fff 100%, #fff);
}

.container-4 {
  max-width: 100vw;
  clear: none;
  padding-top: 40px;
  display: block;
}

.sticky-nav {
  z-index: 1;
  background-color: #373a49;
  padding: 0 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nav-grid {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 10px 0 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: block;
}

.nav-logo {
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

.form {
  padding-top: 20px;
}

.button-4 {
  background-color: red;
  border-radius: 20px;
}

.container-5 {
  text-align: center;
  padding-bottom: 40px;
}

.footer {
  text-align: center;
  background-color: #373a49;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  color: #fff;
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: block;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-7, .text-block {
  color: #fff;
}

.link {
  color: #fff;
  text-align: left;
}

.link-2, .link-3 {
  color: #fff;
}

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

.grid-2 {
  grid-template-rows: auto;
}

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

.text-field-3 {
  width: 50%;
  height: 5ch;
  text-align: left;
  display: inline-block;
}

.form-2 {
  text-align: center;
  display: block;
}

.submit-button-2 {
  float: none;
  clear: none;
  background-color: red;
  border-radius: 20px;
  padding: 15px 22px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.imghappypeople {
  max-width: 550px;
  text-align: center;
  margin-top: -38px;
  display: inline-block;
}

.conthappypeople {
  text-align: center;
}

.image-3 {
  padding-left: 40px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

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

.carousel {
  width: 100vw;
  height: 400px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: flex-end;
  align-items: center;
}

.carousel.is_contained {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 0;
}

.card {
  width: 100%;
  height: 100%;
  color: #b8b9c2;
  background-color: #3f4046;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  box-shadow: 0 5px 2rem rgba(0, 0, 0, .3);
}

.arrow-left {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.arrow-right {
  width: 50px;
  height: 50px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.card-body {
  height: 100%;
  padding: 30px;
}

.carousel-slider._6 {
  right: -105%;
}

.carousel-slider._2 {
  right: -21%;
}

.carousel-slider._4 {
  right: -63%;
}

.carousel-slider._3 {
  right: -42%;
}

.carousel-slider._7 {
  right: -126%;
}

.carousel-slider._5 {
  right: -84%;
}

.carousel-slider._8 {
  right: -147%;
}

.btn {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3862ec;
  border-radius: 5px;
  padding: 15px 25px;
  font-size: 1rem;
  transition: background-color .3s ease-out;
}

.btn:hover {
  background-color: #213ea0;
}

.carousel-mask {
  width: 40%;
  height: 279px;
  overflow: visible;
}

.card-header {
  height: auto;
  background-image: url('../images/david-lundgren-1677087-unsplash.jpg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide {
  width: 100%;
  object-fit: fill;
  padding-left: 3px;
  padding-right: 3px;
  overflow: visible;
}

.slider {
  background-color: #fff;
}

.slide-2 {
  width: 33%;
  padding-bottom: 0;
  padding-right: 0;
}

.mask {
  position: static;
}

.slider-2 {
  height: 200px;
  background-color: #939393;
}

.image-4 {
  border-radius: 5px;
}

.image-5 {
  border-radius: 13px;
}

.slider-image {
  border-radius: 20px;
}

.game-slider {
  height: 180px;
  background-color: #fff;
  overflow: hidden;
}

.slide-nav {
  position: relative;
}

.icon {
  margin-top: 70px;
  margin-bottom: 70px;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.mask-2 {
  width: 33.3333%;
  object-fit: fill;
  overflow: visible;
}

.container-6 {
  padding-bottom: 20px;
  overflow: hidden;
}

.review-slide {
  width: 31.5%;
  height: 300px;
  object-fit: fill;
  border: 1px solid #bfbfbf;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: visible;
}

.block-quote-2 {
  width: auto;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}

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

.rich-text-block {
  font-size: 14px;
  line-height: 16px;
}

.block-quote-3 {
  font-size: 14px;
  line-height: 18px;
}

.slide-nav-2, .text-block-5 {
  text-align: center;
}

.review-quote {
  height: auto;
  text-align: center;
  object-fit: fill;
  border-left-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  display: inline-block;
  position: static;
  top: 0;
  overflow: visible;
}

.review-name {
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 900;
}

.review-game {
  color: #888;
  text-align: center;
  text-transform: uppercase;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}

.review-section {
  background-color: #eee;
  padding-top: 20px;
  padding-bottom: 40px;
}

.slider-3 {
  margin-bottom: 0;
}

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

.container-7 {
  padding-bottom: 0;
}

.review-div {
  position: relative;
  top: auto;
}

.bold-text {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.game-container, .category-section {
  padding-bottom: 20px;
}

.image-6 {
  width: 600px;
  text-align: center;
  display: inline-block;
}

.container-8 {
  text-align: center;
  display: block;
}

.category-container {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.heading-4 {
  color: #898989;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.section-3 {
  background-color: #eee;
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-7 {
  display: inline-block;
}

.column {
  text-align: center;
}

.text-block-6 {
  text-align: center;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.submit-button-3 {
  background-color: red;
  border-radius: 20px;
  padding: 15px 30px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.text-field-4 {
  max-width: 400px;
  min-height: 45px;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
}

.section-4 {
  background-color: #a7a7a7;
}

.footer-section {
  background-color: #a7a7a7;
  background-image: url('../images/header_with_effects4.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block-7 {
  color: var(--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
}

.container-9 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 60px;
}

.link-5 {
  color: #fff;
}

.text-block-8 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.link-6, .link-7 {
  color: #fff;
  font-size: 14px;
  display: inline-block;
}

.bold-text-2 {
  padding-bottom: 10px;
  display: inline-block;
}

.modal-wrapper {
  z-index: 9999;
  opacity: 1;
  object-fit: fill;
  background-color: rgba(55, 58, 73, .84);
  border: 1px solid #ac3900;
  border-width: 0 1px 1px 0;
  border-radius: 0;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 3px 3px 3px #000;
}

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

.form-block.email-form {
  width: 450px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin: auto;
  padding: 20px;
}

.div-block-8 {
  height: 325px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.image-8 {
  width: 200px;
  background-color: rgba(0, 0, 0, 0);
  display: inline-block;
}

.columns {
  width: 650px;
  height: 350px;
  background-color: #fff;
  background-image: linear-gradient(171deg, #202953, #7b7d87 51%, #fff);
  border: 3px solid #6065a0;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

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

.column-3 {
  flex: 0 auto;
  overflow: hidden;
}

.heading-5 {
  color: #c9c9c9;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.submit-button-4 {
  background-color: #f50;
  border: 1px solid #903000;
  border-width: 0 1px 1px 0;
  margin-top: 15px;
  font-weight: 600;
}

.link-8 {
  color: #c2c2c2;
  text-align: right;
  background-color: rgba(0, 0, 0, 0);
}

.button-5 {
  background-color: red;
  font-weight: 600;
  box-shadow: 1px 1px 3px #000;
}

.download-button {
  background-color: #f50;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.download-button.small {
  border-radius: 15px;
  padding-top: 10px;
  padding-bottom: 7px;
  font-size: 16px;
}

.div-block-9 {
  text-align: center;
  margin-bottom: 40px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-9 {
  font-weight: 600;
}

.error-message {
  color: red;
  background-color: rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
}

.heading-6 {
  color: #000;
  font-family: Changa One, Impact, sans-serif;
}

.image-9 {
  clear: none;
  display: inline-block;
}

.paragraph-2 {
  width: 80vw;
}

.uui-heroheader03_arrow-image {
  position: absolute;
  bottom: 5rem;
  left: -12rem;
}

.uui-heroheader03_arrow-image.hide-tablet {
  color: #3a4c97;
}

.uui-heroheader03_image {
  width: 100%;
  height: 40rem;
  object-fit: cover;
  border-top-right-radius: 4rem;
  border-bottom-left-radius: 4rem;
}

.uui-heroheader03_image-wrapper {
  position: relative;
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-icon {
  width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  min-width: 1.25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-button-icon.is-icon-large {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, .05), 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.is-button-large {
  grid-column-gap: .75rem;
  padding: 1rem 1.75rem;
  font-size: 1.125rem;
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-space-large {
  width: 100%;
  min-height: 3rem;
}

.uui-text-size-xlarge {
  color: var(--untitled-ui-gray600);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.uui-heading-xlarge {
  color: var(--untitled-ui-gray900);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.uui-heroheader03_content {
  z-index: 1;
  margin-right: -6rem;
  position: relative;
}

.uui-heroheader03_component {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.uui-section_heroheader03 {
  overflow: hidden;
}

.sysf-button-text {
  font-weight: 500;
  display: inline-block;
}

.sysf-button {
  background-color: var(--systemflow-lite-primary--60);
  color: var(--systemflow-lite-neutral--10);
  text-align: center;
  align-items: center;
  text-decoration: none;
  transition: background-color .25s;
  position: relative;
}

.sysf-button:hover {
  background-color: var(--systemflow-lite-primary--50);
}

.sysf-button:active {
  background-color: var(--systemflow-lite-primary--70);
}

.sysf-button:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite-neutral--10), 0 0 0 5px var(--systemflow-lite-primary--60);
}

.sysf-button.sysf-medium {
  border-radius: 6px;
  padding: 8px 12px;
}

.sysf-button.sysf-medium:hover {
  background-color: var(--systemflow-lite-primary--70);
}

.sysf-button.sysf-medium:active {
  background-color: var(--systemflow-lite-primary--80);
}

.sysf-button.sysf-medium:focus {
  background-color: var(--systemflow-lite-primary--70);
}

.sysf-button.sysf-medium.sysf-secondary {
  background-color: var(--systemflow-lite-neutral--10);
  box-shadow: none;
  color: var(--systemflow-lite-primary--60);
}

.sysf-button.sysf-medium.sysf-secondary:hover {
  background-color: var(--systemflow-lite-primary--10);
}

.sysf-button.sysf-medium.sysf-secondary:active {
  background-color: var(--systemflow-lite-primary--20);
}

.sysf-button.sysf-medium.sysf-secondary:focus {
  box-shadow: 0 0 0 2px var(--systemflow-lite-neutral--10), 0 0 0 5px var(--systemflow-lite-primary--60);
}

.sysf-button.sysf-secondary {
  color: #2f54eb;
  background-color: #f0f5ff;
  transition: box-shadow .25s, color .25s, background-color .25s;
  box-shadow: inset 0 0 0 1px #adc6ff;
}

.sysf-button.sysf-secondary:hover {
  color: #1d39c4;
  box-shadow: inset 0 0 0 1px #2f54eb;
}

.sysf-ctas-wrapper {
  margin-top: 1.5rem;
}

.sysf-body-text {
  color: var(--systemflow-lite-neutral--80);
  margin-top: 0;
}

.sysf-body-text.sysf-m {
  letter-spacing: -.011em;
}

.sysf-c-t-primary-60 {
  color: var(--systemflow-lite-primary--60);
}

.sysf-heading {
  color: var(--systemflow-lite-neutral--100);
}

.sysf-heading.sysf-xl {
  letter-spacing: -.022em;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-heading.sysf-xl.sysf-c-t-neutral-10 {
  color: #fff;
}

.sysf-heading.sysf-l {
  letter-spacing: -.021em;
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.25;
}

.sysf-tagline {
  background-color: var(--systemflow-lite-primary--10);
  color: var(--systemflow-lite-primary--60);
  letter-spacing: -.006em;
  border-radius: 6px;
  margin-bottom: 1.25rem;
  padding-left: 8px;
  padding-right: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.sysf-hero-title-centered {
  width: 60%;
  text-align: center;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
}

.sysf-hero-title-centered.sysf-s-m-b-0, .sysf-s-m-b-0 {
  margin-bottom: 0;
}

.sysf-wrapper-m {
  padding-top: 64px;
  padding-bottom: 64px;
}

.sysf-container {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.sysf-hero-section {
  position: relative;
  overflow: hidden;
}

.sysf-hero-section.sysf-hero-big {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Image-Placeholder-2.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sysf-c-t-neutral-10 {
  color: var(--systemflow-lite-neutral--10);
}

.sysf-wrapper-l {
  padding-top: 128px;
  padding-bottom: 128px;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.sysf-hero-image {
  border-radius: 20px;
}

.sysf-button-separator {
  width: 8px;
  height: 8px;
  display: inline-block;
}

.sysf-text-wrapper-l {
  padding-right: 64px;
}

.sysf-hero-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: center;
}

.sysf-faq-question {
  margin-bottom: 8px;
  font-weight: 600;
}

.sysf-faq-item-wrapper {
  margin-bottom: 24px;
}

.sysf-l-g-2-col {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sysf-section-title {
  width: 50%;
  margin-bottom: 48px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-brand {
  max-width: 25vw;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  width: 460px;
  height: 48px;
  border: 1px #000;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
}

.footer-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.b-promo {
  z-index: 999;
  height: 32px;
  background-color: #f0c042;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.b-promo__text {
  color: #161616;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
}

.b-promo__wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.c-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
}

.c-title.c-title__black {
  color: #161616;
}

.c-title.c-title__white {
  color: #fff;
}

.b-header {
  z-index: 999;
  height: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 32px;
}

.l-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1180px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.l-wrapper.l-wrapper__center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.b-hero__logo {
  margin-bottom: 0;
}

.c-button {
  color: #fff;
  background-color: #2064c9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
}

.c-button:hover {
  color: #fff;
}

.c-button.c-button__header {
  height: 40px;
  padding-left: 24px;
  padding-right: 24px;
}

.b-hero {
  min-height: 410px;
  background-color: #161616;
}

.b-hero__wrapper {
  height: 100%;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-hero__content {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.b-hero__img {
  width: 100%;
  height: 100%;
}

.b-hero__stars {
  grid-column-gap: 12px;
  align-items: center;
  display: flex;
}

.c-text {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.b-hero__stars-text {
  color: #fff;
  margin-bottom: 0;
  line-height: 130%;
  text-decoration: underline;
}

.b-hero__content-wrapper {
  max-width: 530px;
}

.b-what__title {
  color: #fff;
  margin-top: 12px;
  margin-bottom: 16px;
}

.b-what__title.c-title.c-title__black {
  margin-top: 0;
  margin-bottom: 56px;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 40px;
  line-height: 140%;
}

.form-4 {
  grid-column-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-field-5 {
  width: 100%;
  height: 48px;
  color: #c2c2c2;
  background-color: #1c1c1c;
  border: 1px solid #c2c2c2;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 0 24px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}

.submit-button-5 {
  width: 100%;
}

.submit-button-5.c-button.c-button__primary {
  height: 48px;
}

.form-block-2 {
  margin-bottom: 0;
}

.image-10 {
  object-fit: cover;
}

.b-type {
  background-color: #ddeaf9;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.b-type__wrapper {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-type__wrapper-cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 8px;
  display: flex;
  box-shadow: 4px 4px 20px rgba(38, 60, 117, .25);
}

.paragraph-4 {
  margin-bottom: 0;
}

.paragraph-4.c-text {
  color: #161616;
  text-align: center;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 130%;
}

.b-usp {
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.b-usp__wrapper {
  width: 100%;
  max-width: 1140px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-10 {
  width: 100%;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-11 {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 130%;
}

.paragraph-5.c-text {
  font-weight: 600;
}

.div-block-12 {
  width: 100%;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-6 {
  color: #161616;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 130%;
}

.b-explore {
  background-color: #ddeaf9;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-13 {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.b-explore__title.c-title.c-title__black {
  margin-bottom: 32px;
}

.tabs {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.explore-tab {
  background-color: rgba(221, 221, 221, 0);
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 16px;
}

.explore-tab.w--current {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #161616;
  background-color: #161616;
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 16px;
  text-decoration: none;
}

.mob-only__img {
  display: none;
}

.text-block-10 {
  color: #161616;
  text-align: center;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  line-height: 150%;
}

.text-block-11 {
  color: #161616;
}

.text-block-12 {
  color: #fff;
}

.tab {
  color: #161616;
  text-transform: capitalize;
  background-color: rgba(221, 221, 221, 0);
  border: 1px solid #000;
  border-radius: 100px;
  padding: 4px 16px;
  font-family: Inter, sans-serif;
  line-height: 150%;
  text-decoration: none;
}

.tab.w--current {
  color: #fff;
  background-color: #161616;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 150%;
}

.tabs-menu-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 56px;
  display: flex;
}

.tabs-2 {
  width: 100%;
}

.tab-text {
  color: #161616;
  text-transform: capitalize;
  font-family: Inter, sans-serif;
  line-height: 150%;
  text-decoration: none;
}

.text-block-13 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 150%;
}

.text-block-14 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.div-block-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-15 {
  max-width: 267px;
  min-height: 396px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  box-shadow: 2px 2px 8px rgba(33, 33, 33, .2);
}

.youtube {
  border-radius: 8px;
}

.paragraph-7 {
  width: 100%;
  color: #161616;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 130%;
}

.paragraph-8 {
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.paragraph-9 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 150%;
}

.slider-4 {
  display: none;
}

.tab-pane-tab-2, .tabs-content {
  overflow: visible;
}

.paragraph-10 {
  color: #2064c9;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: underline;
}

.link-9 {
  color: #2064c9;
}

.b-join {
  background-image: url('../images/join-bg.png');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 56px;
  display: flex;
  overflow: hidden;
}

.div-block-16 {
  width: 100%;
  max-width: 1022px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.b-join__title {
  margin-top: 0;
  margin-bottom: 16px;
}

.b-join__title.c-title.c-title__white {
  text-align: center;
  margin-bottom: 40px;
}

.div-block-17 {
  width: 100%;
  max-width: 546px;
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.image-11, .image-12 {
  display: none;
}

.b-review {
  background-color: #f0f0f0;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.div-block-20 {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.b-rev__title {
  margin-top: 0;
  margin-bottom: 0;
}

.b-rev__title.c-title.c-title__black {
  text-align: center;
  margin-bottom: 120px;
}

.slider-5 {
  width: 100%;
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.slider-5.tablet-rev {
  display: none;
}

.div-block-21 {
  width: 100%;
}

.b-marquee {
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 80px;
  overflow: hidden;
}

.div-block-22 {
  width: 100%;
}

.cf-bottom-line-2 {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
}

.cf-faq-content-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.cf-faq-answer-wrap-2 {
  color: #121212;
  margin-bottom: 0;
  padding-bottom: 16px;
  padding-right: 0%;
}

.cf-faq-line-vertical {
  width: 2px;
  height: 10px;
  background-color: #121212;
  border-radius: 100px;
  position: absolute;
}

.cf-faq-line {
  width: 10px;
  height: 2px;
  background-color: #121212;
  border-radius: 100px;
}

.cf-faq-icon-contain {
  width: 24px;
  height: 24px;
  border: 2px solid #121212;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-faq-questions-2 {
  color: #0d0e10;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-faq-question-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-faq-question-container-3 {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.cf-faq-question-container-3.first {
  -webkit-text-stroke-color: rgba(24, 24, 24, 0);
  padding-top: 16px;
  padding-bottom: 16px;
}

.cf-faq-plus-card {
  width: 100%;
  max-width: 704px;
  color: #181818;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.cf-faqs-container {
  z-index: 2;
  width: 100%;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
  position: relative;
}

.b-faq__title {
  width: 100%;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 56px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.b-faq__title.c-title {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.b-faq {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.b-footer {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-block-23 {
  width: 100%;
  max-width: 1180px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.paragraph-12 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 19px;
  text-decoration: underline;
}

.div-block-24 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-wrapper {
  width: 100%;
  max-width: 704px;
  margin-top: 0;
}

.accordion-item {
  background-color: #fff;
  border-top: 1px solid #bbb;
  margin-bottom: 0;
}

.accordion-item.first-acc {
  border-top-style: none;
}

.accordion-item.last-item {
  border-bottom: 1px solid #bbb;
}

.accordion-item-trigger {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: rgba(0, 0, 0, .6);
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  padding-bottom: 0;
  overflow: hidden;
}

.bold-text-5 {
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.paragraph-13 {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  line-height: 150%;
}

.div-block-25 {
  width: 100%;
  max-width: 1180px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.code-block {
  height: 100%;
}

.div-block-26 {
  width: 100%;
  height: 100%;
  max-width: 364px;
  min-height: 372px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding: 102px 24px 24px;
  display: flex;
  position: relative;
  box-shadow: 4px 4px 25px rgba(38, 60, 117, .25);
}

.slide-3 {
  height: auto;
}

.mask-4 {
  height: auto;
  overflow: visible;
}

.paragraph-14 {
  text-align: center;
  margin-bottom: auto;
  font-family: Inter, sans-serif;
  font-weight: 400;
  line-height: 140%;
}

.paragraph-14.user-text {
  font-weight: 600;
  line-height: 150%;
}

.paragraph-14.verified-text {
  font-size: 14px;
  line-height: 150%;
}

.paragraph-14.rev-copy {
  letter-spacing: 0;
  text-indent: 0;
  font-size: 15px;
}

.slide-nav-4 {
  margin-top: 52px;
  position: relative;
}

.div-block-27 {
  width: 100%;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -70px;
  left: 0;
  right: 0;
}

.div-block-30 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.marquee {
  width: 100%;
  grid-column-gap: 24px;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.marquee-content.scroll.reverse {
  grid-column-gap: 24px;
  justify-content: center;
}

.sticky-cta {
  display: none;
}

.image-15 {
  margin-top: auto;
}

.left-arrow-3 {
  width: 32px;
  height: 32px;
  aspect-ratio: auto;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
  position: absolute;
  top: auto;
  left: 430px;
}

.right-arrow-3 {
  width: 32px;
  height: 32px;
  border: 2px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
  display: flex;
  top: auto;
  right: 430px;
}

.image-16 {
  transform: rotate(180deg);
}

.html-embed {
  width: 100%;
  height: 130px;
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    width: 80%;
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    width: 80%;
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    width: 80%;
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    width: 80%;
    text-align: center;
    padding-right: 15px;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .div-block-4 {
    display: inline-block;
  }

  .video {
    width: 80vw;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: block;
  }

  .container-4 {
    display: block;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-slide {
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .review-quote {
    padding-left: 0;
    line-height: 16px;
  }

  .slider-3 {
    min-height: 400px;
    float: none;
    clear: none;
    margin-top: auto;
    margin-bottom: auto;
    overflow: hidden;
  }

  .container-7 {
    max-height: none;
    min-height: auto;
    object-fit: fill;
    overflow: visible;
  }

  .heading-4 {
    font-size: 40px;
  }

  .bold-text-2 {
    line-height: 19px;
  }

  .mask-3 {
    min-height: 0;
    min-width: 0;
    float: none;
    object-fit: fill;
    overflow: visible;
  }

  .hide-tablet {
    display: none;
  }

  .uui-space-large {
    min-height: 2.5rem;
  }

  .uui-heading-xlarge {
    font-size: 3.25rem;
  }

  .uui-heroheader03_content {
    margin-right: 0;
  }

  .uui-heroheader03_component {
    min-height: auto;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sysf-button.sysf-medium {
    font-size: 16px;
  }

  .sysf-ctas-wrapper {
    margin-top: 1rem;
  }

  .sysf-hero-title-centered {
    width: 100%;
  }

  .sysf-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .sysf-text-wrapper-l {
    padding-right: 0;
  }

  .sysf-hero-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    text-align: center;
    grid-template-columns: 1.25fr;
  }

  .sysf-faq-question {
    line-height: 1.5;
  }

  .sysf-l-g-2-col {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .sysf-section-title {
    width: 100%;
    margin-bottom: 32px;
  }

  .container-10 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-11 {
    max-width: 728px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .b-hero__wrapper {
    flex-direction: column;
  }

  .b-hero__content {
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .b-hero__content-wrapper {
    padding-left: 0;
  }

  .b-what__title.c-title.c-title__black {
    text-align: center;
  }

  .form-4 {
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .image-10 {
    width: 100%;
  }

  .b-type {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .b-type__wrapper {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .b-usp {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .b-usp__wrapper {
    flex-direction: column;
  }

  .div-block-10 {
    max-width: 530px;
  }

  .tabs-menu-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .div-block-14 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .div-block-15 {
    height: 100%;
  }

  .slider-5 {
    display: none;
    overflow: visible;
  }

  .slider-5.tablet-rev {
    display: block;
  }

  .slider-5.tablet-rev.mobile-rev {
    display: none;
  }

  .cf-faq-content-2 {
    padding-bottom: 24px;
  }

  .cf-faq-answer-wrap-2 {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .cf-faqs-container {
    width: 90%;
    padding-top: 0;
  }

  .b-faq__title {
    text-align: center;
    font-size: 30px;
  }

  .left-arrow-4 {
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    display: flex;
    top: auto;
    left: 230px;
  }

  .right-arrow-4 {
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    display: flex;
    top: auto;
    right: 230px;
  }

  .image-17 {
    transform: rotate(180deg);
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

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

  .blog-detail-header-wrap {
    width: 90%;
    max-width: 470px;
    text-align: left;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-self: stretch;
  }

  .hero-overlay, .hero {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .hero-image-mask {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }

  .sticky-nav {
    position: relative;
  }

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

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .text-field-3 {
    width: 80vw;
    height: 5ch;
  }

  .carousel-slider._6 {
    right: -45%;
  }

  .carousel-slider._2 {
    right: -9%;
  }

  .carousel-slider._4 {
    right: -27%;
  }

  .carousel-slider._3 {
    right: -18%;
  }

  .carousel-slider._7 {
    right: -54%;
  }

  .carousel-slider._5 {
    right: -36%;
  }

  .carousel-slider._8 {
    right: -63%;
  }

  .carousel-mask {
    width: 60%;
  }

  .review-slide {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .review-quote {
    padding-left: 0;
    padding-right: 0;
  }

  .review-section {
    max-height: none;
    min-height: auto;
  }

  .slider-3 {
    height: auto;
    min-height: auto;
    position: relative;
  }

  .container-7 {
    min-height: auto;
  }

  .category-section {
    object-fit: fill;
  }

  .heading-4 {
    font-size: 30px;
  }

  .image-7 {
    display: none;
  }

  .mask-3 {
    object-fit: fill;
    overflow: visible;
  }

  .uui-heroheader03_image {
    height: 22rem;
    border-top-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-wrapper.max-width-full-mobile-landscape {
    width: 100%;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .uui-button-icon.is-icon-large {
    width: 1.25rem;
    height: 1.25rem;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-button-secondary-gray.is-button-large {
    grid-column-gap: .5rem;
    padding: .75rem 1.25rem;
    font-size: 1rem;
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-button-row.is-reverse-mobile-landscape {
    flex-direction: column-reverse;
  }

  .uui-space-large {
    min-height: 2rem;
  }

  .uui-text-size-xlarge {
    font-size: 1.125rem;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .uui-heading-xlarge {
    font-size: 2.25rem;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sysf-heading.sysf-xl {
    margin-bottom: 12px;
  }

  .sysf-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sysf-faq-item-wrapper {
    margin-bottom: 16px;
  }

  .sysf-l-g-2-col {
    grid-template-columns: 1fr;
  }

  .sysf-l-g-2-col.sysf-faq {
    grid-row-gap: 0px;
  }

  .sysf-section-title {
    width: 100%;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .slider-5.tablet-rev {
    display: none;
  }

  .slider-5.tablet-rev.mobile-rev {
    display: block;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 22px;
  }

  .b-faq__title {
    font-size: 28px;
  }

  .b-faq {
    margin-bottom: 0;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .marquee-image.hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

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

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

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

  .cards-grid-container {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .heading {
    text-align: center;
    line-height: 36px;
  }

  .paragraph {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
  }

  .div-block-3 {
    text-align: center;
  }

  .text-span {
    text-align: center;
    letter-spacing: 0;
    font-size: 25px;
    line-height: 20px;
  }

  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .text-field-3 {
    width: 80vw;
  }

  .image-3 {
    width: 30vw;
    padding-left: 0;
  }

  .card-body {
    padding: 20px;
  }

  .carousel-slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-slider._6, .carousel-slider._2, .carousel-slider._4, .carousel-slider._3, .carousel-slider._7, .carousel-slider._5, .carousel-slider._8 {
    right: 0%;
  }

  .carousel-mask {
    width: 100%;
  }

  .game-slider {
    height: auto;
  }

  .mask-2 {
    width: 80%;
  }

  .review-slide {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  .game-container {
    padding-bottom: 0;
  }

  .heading-4 {
    line-height: 35px;
  }

  .bold-text-3 {
    font-size: 20px;
    line-height: 0;
  }

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

  .mask-3 {
    text-align: left;
    padding-bottom: 20px;
  }

  .uui-heroheader03_image {
    height: 15rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 2rem;
  }

  .uui-heroheader03_component {
    grid-template-columns: 1fr;
  }

  .sysf-button.sysf-medium {
    align-self: stretch;
  }

  .sysf-ctas-wrapper {
    flex-direction: column;
    margin-top: 1rem;
    display: flex;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .sysf-l-g-2-col {
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-10 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-11 {
    max-width: none;
  }

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .l-wrapper {
    justify-content: center;
  }

  .b-hero__logo {
    margin-bottom: 0;
  }

  .c-button.c-button__header {
    display: none;
  }

  .b-hero__content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-what__title.c-title {
    font-size: 28px;
  }

  .b-what__title.c-title.c-title__black {
    margin-bottom: 32px;
  }

  .paragraph-3.c-text {
    margin-bottom: 24px;
  }

  .image-10 {
    height: 218px;
  }

  .b-type__wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .b-type__wrapper-cell {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 8px;
  }

  .paragraph-4.c-text {
    font-size: 14px;
  }

  .b-usp {
    padding-bottom: 0;
  }

  .b-usp__wrapper {
    flex-direction: column-reverse;
  }

  .b-explore {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .b-explore__title.c-title.c-title__black {
    text-align: center;
    font-size: 28px;
  }

  .mob-only__img {
    object-fit: contain;
    object-position: 50% 100%;
    display: block;
  }

  .desk-only__img {
    display: none;
  }

  .tab {
    flex: none;
  }

  .tab.w--current {
    flex: none;
    margin-left: 0;
  }

  .tabs-menu-2 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 32px;
    margin-left: 20px;
    overflow: auto;
  }

  .div-block-14 {
    display: block;
  }

  .div-block-15 {
    display: none;
  }

  .div-block-15.tab-visible-mob {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .slide-nav-3 {
    margin-top: 32px;
    position: relative;
  }

  .slider-4 {
    height: auto;
    background-color: rgba(221, 221, 221, 0);
    display: block;
    overflow: visible;
  }

  .tabs-content {
    width: 287px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-10 {
    margin-top: 32px;
  }

  .b-join {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .div-block-16 {
    justify-content: center;
    position: relative;
  }

  .b-join__title.c-title.c-title__white {
    font-size: 28px;
  }

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

  .div-block-18 {
    position: absolute;
    top: -48px;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .div-block-19 {
    position: absolute;
    top: 40px;
    right: -25px;
  }

  .image-11, .image-12 {
    display: block;
  }

  .image-13, .image-14 {
    display: none;
  }

  .b-review {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .b-rev__title.c-title.c-title__black {
    margin-bottom: 100px;
    font-size: 28px;
  }

  .b-marquee {
    padding-top: 24px;
    padding-bottom: 48px;
  }

  .cf-faq-content-2 {
    font-size: 16px;
  }

  .cf-faq-answer-wrap-2 {
    padding-right: 7%;
  }

  .cf-faq-questions-2 {
    font-size: 18px;
    line-height: 140%;
  }

  .b-faq__title {
    text-align: center;
    margin-bottom: 60px;
    font-size: 24px;
  }

  .b-faq__title.c-title {
    margin-bottom: 56px;
    font-size: 32px;
    line-height: 130%;
  }

  .b-faq {
    margin-bottom: 0;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .accordion-heading {
    font-size: 18px;
    line-height: 130%;
  }

  .div-block-26 {
    padding-left: 13px;
    padding-right: 13px;
  }

  .paragraph-14.user-text, .paragraph-14.rev-copy {
    font-size: 14px;
  }

  .left-arrow-2 {
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-bottom: 7px;
    display: flex;
    top: auto;
    left: 46px;
  }

  .icon-3 {
    width: 16px;
    height: 16px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .right-arrow-2 {
    width: 32px;
    height: 32px;
    border: 2px solid #000;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 7px;
    display: flex;
    top: auto;
    right: 46px;
    transform: rotate(180deg);
  }

  .marquee-image {
    height: 120px;
  }

  .sticky-cta {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #999;
    justify-content: center;
    align-items: center;
    padding: 12px 8px 8px;
    display: flex;
    position: fixed;
    bottom: -65px;
  }

  .button-6 {
    width: 100%;
    height: 40px;
    background-color: #2064c9;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
}

#w-node-_2c2043d6-fc2f-718b-1984-baea38c5e74c-a577c0ff, #w-node-_2c2043d6-fc2f-718b-1984-baea38c5e74c-3b3d2903 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_2c2043d6-fc2f-718b-1984-baea38c5e74c-a577c0ff, #w-node-_2c2043d6-fc2f-718b-1984-baea38c5e74c-3b3d2903 {
    justify-self: center;
  }
}


