body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.mobile-btns {
  display: none;
}

.main-hero-wrapper {
  width: 90%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.hero-split {
  width: 50%;
  max-width: 50%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.nav-left {
  height: 60px;
  align-items: stretch;
  display: flex;
}

.brand {
  cursor: pointer;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-heading-left {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shutterstock-351322337.webp');
  background-position: 50%;
  background-size: cover;
  border-bottom: 1px #e4ebf3;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.navbar-wrapper {
  width: 100%;
  height: 80px;
  max-width: none;
  flex: 0 auto;
  justify-content: space-between;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.shadow-two {
  width: 669px;
  height: auto;
  object-fit: cover;
  overflow: visible;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.cta-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.navbar {
  width: 100%;
  height: auto;
  opacity: 1;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px rgba(0, 0, 0, 0);
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navlink-copy {
  color: #1f1f1f;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-top: 4px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navlink-copy:hover {
  color: #08b69c;
}

.navlink-copy.two-copy {
  width: 136px;
  height: 57px;
  color: #3452f5;
  text-transform: capitalize;
  background-color: #fdfdfd;
  border-radius: 60px;
  margin-top: 5px;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 21px;
}

.navlink-copy.bold-copy {
  width: 120px;
  height: 57px;
  color: #023c40;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 60px;
  margin-top: 5px;
  margin-right: 8px;
  padding: 9px 15px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: color .2s;
}

.navlink-copy.bold-copy:hover {
  color: #08b69c;
}

.html-embed {
  height: 18px;
}

.hero-wrapper-2 {
  height: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary {
  width: 188px;
  height: 56px;
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #3452f5;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  transition: all .2s;
  display: flex;
}

.button-primary:hover {
  color: #fff;
  background-color: #3452f5;
}

.button-primary:active {
  background-color: #3452f5;
}

.nav-right {
  height: 60px;
  flex: none;
  justify-content: flex-end;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.nav-icon-wrapper {
  cursor: pointer;
  align-items: center;
  padding: 16px;
  display: flex;
}

.nav-icon-wrapper:hover {
  color: #08b69c;
}

.nav-icon-wrapper.bag, .nav-icon-wrapper.account {
  display: none;
}

.heading-6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 500;
  line-height: 57px;
}

.image {
  width: 375px;
  height: 30px;
}

.button-5 {
  width: 188px;
  height: 56px;
  color: #fff;
  text-transform: capitalize;
  white-space: nowrap;
  background-color: #3452f5;
  border-radius: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.home-lynx-left-arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 300px;
  bottom: 0%;
  left: auto;
  right: 13%;
}

.arrow-right-copy {
  width: 40px;
  height: 40px;
  min-height: auto;
  min-width: auto;
  color: #2b394f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-lynx-right-arrow {
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 300px;
  bottom: 0%;
  left: auto;
  right: 5%;
}

.home-lynx-reviews {
  height: auto;
}

.home-lynx-image {
  width: 512px;
  height: 516px;
  max-width: none;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  display: inline-block;
  overflow: visible;
}

.home-lynx-mask {
  height: auto;
}

.lynx-paragraph-slide {
  color: #2a3040;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.heading-7 {
  color: #3452f5;
  margin-top: 0;
  margin-bottom: 13px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}

.home-lynx-block-slide-reviews {
  height: auto;
  background-color: #dee2fd;
  border-radius: 0;
  flex-direction: row-reverse;
  display: flex;
}

.home-slider-wrapper {
  max-width: 90%;
}

.home-lynx-block-slide {
  width: auto;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 51px;
  display: flex;
}

.home-slider-section {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.lynx-slide-nav {
  display: none;
}

.home-lynx-slider {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  margin-top: 0;
}

.arrow-left-copy {
  width: 40px;
  height: 40px;
  min-height: 1.25rem;
  min-width: auto;
  color: #2b394f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 0;
  display: flex;
}

.connect-section {
  height: 637px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/shutterstock-351322337.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.connect-wrapper {
  max-width: 90%;
}

.connect-heading {
  width: 655px;
  height: 125px;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.connect-grid {
  grid-column-gap: 31px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: flex-start;
  align-items: flex-start;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.connect-content {
  color: #000;
}

.connect-img {
  width: 80px;
  height: 80px;
  max-height: 60px;
  text-align: left;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

.connect-title {
  width: 80%;
  height: auto;
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  align-items: flex-start;
  margin-top: 16px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.connect-text {
  width: auto;
  height: auto;
  color: #fff;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.fandoms-section {
  background-color: #120936;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 89px;
  padding-bottom: 97px;
  display: flex;
}

.fandoms-wrapper {
  height: auto;
  max-width: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fandoms-content {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.fandoms-heading {
  width: auto;
  height: 67px;
  color: #ffd2e2;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.fandoms-cta {
  width: 188px;
  height: 56px;
  color: #fff;
  background-color: #3452f5;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

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

.bar-card-text {
  width: 97%;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 21px;
}

.bar-card-header {
  height: 225px;
  background-color: #000;
  background-image: url('../images/hogwarts.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 568px;
}

.carousel-geek {
  width: 50%;
  overflow: visible;
}

.fandom-card-body {
  height: 149px;
  color: #000;
  background-color: #d4f4f7;
  padding: 15px;
}

.fandoms-selection {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.fandoms-selection.is_full-copy {
  height: auto;
  background-color: #120936;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.fandoms-selection-wrapper {
  width: 90%;
  max-width: none;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.bar-card-heading {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.fandom-card-header-2 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/star-wars.webp');
  background-position: 0 0;
  background-size: 568px;
}

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

.fandom-card-header-4 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/gamer-girl.webp');
  background-position: 0 0;
  background-size: 568px;
}

.fandom-slider {
  width: 568px;
}

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

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

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

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

.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;
  display: none;
}

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

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

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

.fandom-card-header {
  height: 225px;
  background-color: #000;
  background-image: url('../images/thor-hammer.webp');
  background-position: 0 0;
  background-size: 568px;
}

.fandom-card-header-3 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/dice.webp');
  background-position: 0 0;
  background-size: 568px;
}

.slide-nav {
  margin-top: 0;
}

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

.geeks-section {
  background-color: #3452f5;
  margin-top: 0;
  padding-top: 83px;
  padding-bottom: 87px;
}

.geeks-wrapper {
  height: 125px;
  max-width: 90%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.geeks-content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
}

.geeks-heading {
  width: 661px;
  height: 100%;
  color: #ffd2e2;
  white-space: nowrap;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 58px;
}

.geeks-cta {
  width: 188px;
  height: 56px;
  color: #3452f5;
  background-color: #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  margin-left: 270px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.vr-card-heading {
  margin-top: 0;
  font-size: 34px;
  font-weight: 600;
  line-height: 38px;
}

.geek-card-header-2 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/board-game.webp');
  background-position: 0 0;
  background-size: 568px;
}

.geeks-selection {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.geeks-selection.is_full-copy {
  height: auto;
  background-color: #3452f5;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.geeks-selection-wrapper {
  width: 90%;
  max-width: 1300px;
  flex: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.geek-sliders {
  width: 568px;
}

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

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

.geek-card-header {
  height: 225px;
  background-color: #000;
  background-image: url('../images/comic-book.webp');
  background-position: 0 0;
  background-size: 568px;
}

.geeks-card-body {
  height: 147px;
  color: #000;
  background-color: #d4f4f7;
  border-radius: 0;
  padding: 15px;
}

.carousel-mask-copy {
  width: 40%;
  overflow: visible;
}

.geek-card-header-3 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/fountain.webp');
  background-position: 0 0;
  background-size: 568px;
}

.geek-card-header-4 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/people.webp');
  background-position: 0 0;
  background-size: 568px;
}

.geek-card-header-5 {
  height: 225px;
  background-color: #000;
  background-image: url('../images/hand.webp');
  background-position: 0 0;
  background-size: 568px;
}

.section {
  height: 777px;
  background-image: url('../images/vr-group.webp');
  background-position: 50%;
  background-size: 1440px;
}

.container {
  height: 100%;
  max-width: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-8 {
  width: 90%;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  line-height: 45px;
}

.button-6 {
  width: 188px;
  height: 56px;
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 28px;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  display: flex;
}

.brix---paragraph-default {
  color: #fff;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.brix---btn-slider-arrow-left---testimonial-v6 {
  width: 40px;
  height: 40px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-left---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.brix---section {
  height: 658px;
  color: #fff;
  background-color: #120936;
  padding: 50px;
}

.brix---card-testimonial-v6 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 98px;
  display: flex;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.brix---inner-container-574px---center {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.brix---avatar-circle-05-border {
  width: 120px;
  height: 120px;
  max-height: 120px;
  max-width: 120px;
  border: 6px solid #fff;
  border-radius: 50%;
  overflow: hidden;
  transform: translate(0);
  box-shadow: 0 8px 28px rgba(20, 20, 43, .1);
}

.brix---slider-wrapper {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.brix---color-neutral-600 {
  color: #6e7191;
}

.brix---heading-h2-size {
  color: #ffd2e2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
}

.brix---hidden-desktop {
  display: none;
}

.brix---container-default {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---inner-container-800px---center {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-16px {
  margin-bottom: 16px;
}

.brix---color-neutral-800 {
  color: #211f54;
}

.brix---slider-item-pd {
  padding: 15px;
}

.brix---slider-mask {
  height: 100%;
}

.brix---mg-top-16px {
  margin-top: 16px;
}

.brix---mg-bottom-32px {
  margin-bottom: 32px;
}

.brix---mg-bottom-40px {
  margin-bottom: 40px;
}

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

.brix---heading-h3-size {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.brix---btn-slider-arrow-right---testimonial-v6 {
  width: 64px;
  height: 64px;
  min-height: 64px;
  min-width: 64px;
  color: #211f54;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  text-decoration: none;
  transition: transform .3s;
  display: flex;
  top: 50%;
  bottom: 0;
  right: 0;
  transform: translate(0, -50%);
  box-shadow: 0 2px 12px rgba(20, 20, 43, .08);
}

.brix---btn-slider-arrow-right---testimonial-v6:hover {
  transform: scale(.94)translate(0, -50%);
}

.testi-arrow {
  width: 40px;
  height: 40px;
  min-height: 1.25rem;
  min-width: auto;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sign-up-text {
  color: #3452f5;
  background-color: rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}

.footer-copyright {
  color: #999;
  position: relative;
}

.footer-block-two {
  color: #666;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 69px;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-block-two.page2 {
  margin-left: 20%;
}

.list {
  width: 150px;
  height: 151px;
  color: #0c0c0c;
  flex-direction: column;
  order: 1;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-text {
  width: 369px;
  height: 114px;
  text-align: left;
  object-fit: fill;
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 30px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: relative;
}

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

.text-span {
  color: #ffd2e2;
}

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

.footer-content.page2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

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

.footer-social-block-two.page2 {
  justify-content: center;
}

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

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  align-items: flex-start;
  padding: 80px 30px 40px;
  display: flex;
  position: relative;
}

.footer-light-2.page2 {
  width: 100%;
  height: 287px;
  background-color: #1c1c23;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
}

.image-14 {
  width: 375px;
  height: 30px;
  max-width: none;
}

.container-7 {
  max-width: none;
  min-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2 {
  width: 369px;
  height: auto;
  color: #666;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.footer_top {
  color: #666;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_top.page2 {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-brand {
  flex: none;
  text-decoration: none;
  display: block;
  position: relative;
}

.footer-title {
  width: 115px;
  height: 25px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  align-self: flex-start;
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
  position: relative;
}

.footer_link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #666;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  text-decoration: none;
  list-style-type: none;
  display: flex;
  position: relative;
}

.mobile-img {
  display: none;
}

.connect-img-2, .connect-img-3, .connect-img-4 {
  width: 80px;
  height: 80px;
  max-height: 60px;
  text-align: left;
  object-fit: contain;
  background-color: rgba(0, 0, 0, 0);
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .hero-wrapper-2 {
    overflow: hidden;
  }

  .home-lynx-left-arrow, .home-lynx-right-arrow {
    top: 320px;
    left: auto;
  }

  .home-lynx-block-slide {
    padding: 60px;
  }
}

@media screen and (min-width: 1440px) {
  .hero-split {
    max-width: 50%;
  }

  .hero-heading-left {
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .margin-bottom-24px {
    width: 90%;
  }

  .navbar-wrapper {
    align-items: center;
  }

  .shadow-two {
    height: 900px;
    object-fit: cover;
  }

  .navlink-copy.two-copy {
    text-transform: capitalize;
  }

  .navlink-copy.bold-copy {
    text-transform: capitalize;
    font-weight: 700;
  }

  .hero-wrapper-2 {
    align-items: center;
    overflow: hidden;
  }

  .button-primary {
    letter-spacing: 0;
  }

  .nav-right {
    height: auto;
    justify-content: space-between;
  }

  .button-5 {
    justify-content: center;
    margin-top: 0;
    font-family: Poppins, sans-serif;
  }

  .home-lynx-left-arrow {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    top: 300px;
    left: auto;
    right: 12%;
  }

  .home-lynx-right-arrow {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    top: 300px;
    left: auto;
  }

  .lynx-paragraph-slide {
    width: 90%;
    font-family: Poppins, sans-serif;
  }

  .heading-7 {
    text-transform: capitalize;
    font-family: Poppins, sans-serif;
  }

  .home-lynx-block-slide {
    padding: 90px;
  }

  .connect-section {
    background-color: rgba(0, 0, 0, 0);
    background-image: url('../images/shutterstock-351322337.webp');
    background-position: 0 0;
    background-size: 1440px;
  }

  .connect-wrapper {
    max-width: 90%;
    background-color: rgba(0, 0, 0, 0);
  }

  .connect-heading {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .connect-img {
    color: #000;
  }

  .connect-title {
    font-family: Poppins, sans-serif;
  }

  .connect-text {
    width: auto;
    font-family: Poppins, sans-serif;
    font-size: 16px;
  }

  .fandoms-wrapper {
    max-width: 90%;
    flex: 1;
  }

  .fandoms-content {
    width: 100%;
    justify-content: space-between;
  }

  .fandoms-heading {
    width: auto;
    font-family: Poppins, sans-serif;
  }

  .fandoms-cta {
    margin-left: 0;
    font-family: Poppins, sans-serif;
  }

  .bar-card-header {
    height: 225px;
    background-image: url('../images/hogwarts.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .fandom-card-body {
    height: 149px;
    color: #000;
  }

  .fandoms-selection-wrapper {
    max-width: none;
  }

  .bar-card-heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
  }

  .fandom-card-header-2 {
    height: 225px;
    background-image: url('../images/star-wars.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .fandom-card-header-4 {
    height: 225px;
    background-image: url('../images/gamer-girl.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .btn {
    display: none;
  }

  .fandom-card-header {
    height: 225px;
    background-image: url('../images/thor-hammer.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .fandom-card-header-3 {
    height: 225px;
    background-image: url('../images/dice.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .bar-card {
    background-color: rgba(0, 0, 0, 0);
  }

  .geeks-wrapper {
    height: auto;
  }

  .geeks-content {
    flex: 1;
    justify-content: space-between;
  }

  .geeks-heading {
    font-family: Poppins, sans-serif;
  }

  .geeks-cta {
    margin-left: 0;
  }

  .vr-card-heading {
    font-size: 34px;
    font-weight: 600;
    line-height: 38px;
  }

  .geek-card-header-2 {
    height: 225px;
    background-image: url('../images/board-game.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .geeks-selection-wrapper {
    max-width: none;
  }

  .geek-card-header {
    height: 225px;
    background-image: url('../images/comic-book.webp');
    background-position: 50%;
    background-size: 568px;
  }

  .geeks-card-body {
    height: 149px;
    color: #000;
  }

  .body {
    background-repeat: no-repeat;
  }

  .geek-card-header-3 {
    height: 225px;
    background-image: url('../images/fountain.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .geek-card-header-4 {
    height: 225px;
    background-image: url('../images/people.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .geek-card-header-5 {
    height: 225px;
    background-image: url('../images/hand.webp');
    background-position: 0 0;
    background-size: 568px;
  }

  .section {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .container {
    padding-top: 120px;
  }

  .brix---paragraph-default {
    color: #fff;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    background-color: rgba(0, 0, 0, 0);
  }

  .brix---card-testimonial-v6 {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---heading-h3-size {
    color: #fff;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    background-color: rgba(0, 0, 0, 0);
  }

  .connect-img-2, .connect-img-3, .connect-img-4 {
    color: #000;
  }
}

@media screen and (min-width: 1920px) {
  .main-hero-wrapper {
    width: auto;
    max-width: 1660px;
  }

  .navlink-copy.two-copy, .navlink-copy.bold-copy {
    width: 160px;
    padding: 0;
  }

  .hero-wrapper-2 {
    height: auto;
    justify-content: space-between;
  }

  .button-5 {
    margin-top: 42px;
  }

  .home-lynx-left-arrow {
    left: auto;
    right: 11%;
  }

  .home-lynx-right-arrow {
    background-image: none;
    left: auto;
  }

  .heading-7 {
    text-transform: capitalize;
  }

  .home-slider-wrapper {
    max-width: 1660px;
  }

  .home-lynx-slider {
    left: 0%;
  }

  .connect-section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .connect-wrapper {
    max-width: 1660px;
  }

  .fandoms-section {
    justify-content: space-between;
  }

  .fandoms-wrapper {
    max-width: 1660px;
    flex: 1;
    justify-content: space-between;
  }

  .fandoms-content {
    width: 100%;
  }

  .fandoms-heading {
    width: auto;
    flex: none;
  }

  .fandoms-cta {
    margin-left: 0;
  }

  .fandoms-selection-wrapper {
    width: auto;
    max-width: 1660px;
  }

  .geeks-wrapper {
    max-width: 1660px;
  }

  .geeks-selection-wrapper {
    width: auto;
    max-width: 1660px;
  }

  .container {
    max-width: 1660px;
  }

  .heading-8 {
    width: 75%;
  }

  .brix---container-default {
    max-width: 1660px;
  }

  .brix---heading-h3-size {
    font-size: 34px;
    line-height: 44px;
  }
}

@media screen and (max-width: 991px) {
  .main-hero-wrapper {
    width: 95%;
    max-width: none;
  }

  .hero-split {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .nav-left {
    height: auto;
    flex: 1;
  }

  .brand {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-heading-left {
    background-image: url('../images/shutterstock-351322337.webp');
    background-position: 50%;
    background-size: cover;
    overflow: hidden;
  }

  .margin-bottom-24px {
    width: 75%;
    font-size: 14px;
    line-height: 24px;
  }

  .navbar-wrapper {
    flex-flow: wrap;
    align-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-two {
    width: 600px;
    height: auto;
    object-fit: contain;
    flex: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .navlink-copy.two-copy {
    width: 158px;
    height: 46px;
    margin-top: 1vh;
    margin-right: 0;
    padding: 0;
  }

  .navlink-copy.bold-copy {
    width: 158px;
    height: 46px;
    margin-top: 1vh;
    padding: 0;
    text-decoration: none;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .button-primary {
    letter-spacing: 0;
    font-family: Poppins, sans-serif;
  }

  .nav-right {
    height: auto;
    padding-right: 15px;
  }

  .nav-icon-wrapper.bag, .nav-icon-wrapper.account {
    display: none;
  }

  .heading-6 {
    width: 80%;
    font-size: 38px;
    line-height: 47px;
  }

  .home-lynx-left-arrow {
    margin-top: 50px;
    top: auto;
    bottom: 4.5%;
    left: auto;
    right: 27%;
  }

  .home-lynx-right-arrow {
    margin-top: 50px;
    top: auto;
    bottom: 4.5%;
    left: auto;
    right: 13%;
  }

  .home-lynx-reviews {
    height: auto;
    background-color: rgba(0, 0, 0, 0);
  }

  .home-lynx-image {
    width: 100%;
    height: 50%;
    object-fit: cover;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    border-radius: 0;
    overflow: visible;
  }

  .lynx-paragraph-slide {
    font-size: 14px;
    line-height: 21px;
  }

  .heading-7 {
    font-size: 28px;
    line-height: 33px;
  }

  .home-lynx-block-slide-reviews {
    background-image: none;
    flex-direction: column-reverse;
  }

  .home-lynx-block-slide {
    height: auto;
    padding: 30px;
  }

  .home-slider-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .home-lynx-slider {
    height: 100%;
    flex-direction: row;
    margin-top: 0;
    display: block;
  }

  .connect-section {
    height: auto;
    background-image: url('../images/shutterstock-351322337.webp');
    background-position: 0 0;
    background-size: cover;
    align-items: flex-start;
  }

  .connect-wrapper {
    max-width: 90%;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0;
    display: flex;
  }

  .connect-heading {
    width: 75%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 38px;
    line-height: 47px;
  }

  .connect-grid {
    max-width: none;
    flex-direction: row;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .connect-content {
    height: auto;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-end;
    display: flex;
  }

  .connect-img {
    align-self: center;
    margin-right: auto;
  }

  .connect-title {
    width: auto;
    height: auto;
    text-align: left;
    font-size: 18px;
  }

  .connect-text {
    width: 100%;
    height: auto;
    text-align: left;
    align-items: flex-end;
    display: flex;
  }

  .fandoms-section {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .fandoms-wrapper {
    height: auto;
  }

  .fandoms-heading {
    width: auto;
    height: auto;
    font-size: 28px;
    line-height: 38px;
  }

  .fandoms-cta {
    width: 210px;
    white-space: nowrap;
  }

  .icon {
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .bar-card-header {
    background-size: cover;
  }

  .fandom-card-body {
    height: 149px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .fandoms-selection.is_full-copy {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fandoms-selection-wrapper {
    max-width: none;
    padding-bottom: 0;
  }

  .fandom-card-header-2, .fandom-card-header-4 {
    background-size: cover;
  }

  .fandoms-carousel.is_contained-copy {
    height: auto;
    padding-bottom: 100px;
  }

  .fandom-card-header, .fandom-card-header-3 {
    background-size: cover;
  }

  .slide-nav {
    margin-top: 0;
  }

  .bar-card {
    height: auto;
    box-shadow: none;
  }

  .geeks-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .geeks-wrapper {
    height: auto;
  }

  .geeks-content {
    flex: 1;
  }

  .geeks-heading {
    width: auto;
    font-size: 28px;
    line-height: 38px;
  }

  .geeks-cta {
    white-space: nowrap;
    margin-left: 0;
  }

  .geek-card-header-2 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .geeks-selection.is_full-copy {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .carousel-geeks.is_contained-copy {
    height: auto;
    padding-bottom: 100px;
  }

  .geek-card-header {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .geeks-card-body {
    height: 149px;
  }

  .body {
    background-image: none;
  }

  .geek-card-header-3, .geek-card-header-4, .geek-card-header-5 {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section {
    background-repeat: no-repeat;
    background-size: 1440px;
  }

  .heading-8 {
    font-size: 28px;
    line-height: 35px;
  }

  .brix---section {
    height: auto;
    padding: 20px 0;
  }

  .brix---card-testimonial-v6 {
    padding: 25px 65px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---container-default {
    max-width: 90%;
  }

  .brix---slider-item-pd {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .brix---slider-mask {
    position: static;
  }

  .brix---mg-bottom-32px {
    margin-bottom: 24px;
  }

  .brix---heading-h3-size {
    font-size: 22px;
    line-height: 32px;
  }

  .footer-block-two.page2 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 27px;
  }

  .footer-content {
    max-width: 728px;
  }

  .footer-social-block-two.page2 {
    margin-left: 0;
    margin-right: 34px;
  }

  .footer_top {
    flex-wrap: wrap;
  }

  .mobile-img {
    display: none;
  }

  .connect-img-2, .connect-img-3, .connect-img-4 {
    align-self: center;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .mobile-btns {
    height: auto;
    grid-column-gap: 5vw;
    grid-row-gap: 0vw;
    white-space: pre-wrap;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav-left {
    height: auto;
    flex-flow: row;
    flex: 1;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .brand {
    flex: 1;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-left {
    height: auto;
    padding: 20px 0 0;
  }

  .margin-bottom-24px {
    width: 90%;
    margin-bottom: 32px;
    line-height: 22px;
  }

  .navbar-wrapper {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-two {
    display: none;
  }

  .mobile-cta-2 {
    width: 144px;
    height: 40px;
    background-color: #3452f5;
    border-radius: 60px;
    position: relative;
  }

  .navbar {
    height: 100px;
    justify-content: center;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 0;
  }

  .navlink-copy {
    padding-top: 10px;
    padding-bottom: 12px;
  }

  .navlink-copy.bold-copy {
    display: none;
  }

  .hero-wrapper-2 {
    height: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 35px;
  }

  .button-primary {
    width: 122px;
    height: 41px;
    direction: ltr;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: transparent;
    white-space: nowrap;
    font-weight: 500;
    text-decoration: none;
  }

  .nav-right {
    display: none;
  }

  .nav-icon-wrapper {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-icon-wrapper.bag {
    padding-right: 20px;
    display: flex;
  }

  .nav-icon-wrapper.account {
    display: flex;
  }

  .mobile-cta-1 {
    width: 144px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 60px;
    position: relative;
  }

  .heading-6 {
    width: 85%;
    margin-bottom: 8px;
  }

  .image {
    margin-right: 0;
  }

  .button-5 {
    width: 100%;
    color: #fff;
    text-align: left;
    background-color: #3452f5;
    font-weight: 500;
    display: flex;
  }

  .home-lynx-left-arrow {
    width: 47px;
    height: 47px;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: #2a3040;
    top: auto;
    bottom: 3%;
    left: 36%;
    right: auto;
  }

  .arrow-right-copy {
    width: 30px;
    height: 30px;
    color: #2a3040;
  }

  .home-lynx-right-arrow {
    width: 47px;
    height: 47px;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: #2a3040;
    top: auto;
    bottom: 3%;
    left: auto;
    right: 36%;
  }

  .home-lynx-image {
    width: 100%;
    height: 347px;
    object-fit: fill;
    border-radius: 0;
  }

  .lynx-paragraph-slide {
    margin-bottom: 27px;
    font-size: 16px;
    line-height: 24px;
  }

  .home-lynx-block-slide-reviews {
    height: auto;
    background-image: none;
    flex-direction: column-reverse;
  }

  .home-lynx-block-slide {
    width: 100%;
    height: 475px;
    padding: 25px;
  }

  .home-lynx-slider {
    height: auto;
    box-shadow: none;
    flex-direction: row;
    display: flex;
  }

  .arrow-left-copy {
    width: 30px;
    height: 30px;
    color: #2a3040;
  }

  .lynx-client, .lynx-text-client {
    width: 100%;
  }

  .connect-section {
    justify-content: space-between;
    align-items: flex-start;
  }

  .connect-wrapper {
    max-width: 90%;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 25px 0;
  }

  .connect-heading {
    width: auto;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    font-size: 34px;
    line-height: 38px;
  }

  .connect-grid {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }

  .connect-content {
    height: auto;
  }

  .connect-img {
    width: 80px;
    height: 80px;
    max-height: none;
    max-width: none;
    object-fit: contain;
  }

  .connect-title {
    margin-top: 0;
    margin-bottom: 2px;
    font-size: 20px;
  }

  .fandoms-content {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .fandoms-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .fandoms-cta {
    width: 110px;
    height: 39px;
    justify-content: center;
    margin-left: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .bar-card-header {
    height: 210px;
    background-image: url('../images/mobile-hogwarts.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .carousel-geek {
    width: 60%;
  }

  .fandom-card-body {
    height: 303px;
    padding-left: 15px;
  }

  .bar-card-heading {
    margin-top: 0;
    margin-bottom: 11px;
  }

  .fandom-card-header-2 {
    height: 210px;
    background-image: url('../images/mobile-starwars.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .fandom-card-header-4 {
    height: 210px;
    background-image: url('../images/mobile-anime.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .fandom-slider {
    width: 312px;
  }

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

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

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

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

  .fandom-card-header {
    height: 210px;
    background-image: url('../images/mobile-thor.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .fandom-card-header-3 {
    height: 210px;
    background-image: url('../images/mobile-dice.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .geeks-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .geeks-heading {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 32px;
  }

  .geeks-cta {
    width: 110px;
    height: 39px;
    margin-left: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .vr-card-heading {
    margin-top: 11px;
    margin-bottom: 5px;
  }

  .geek-card-header-2 {
    height: 210px;
    background-image: url('../images/mobile-games.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .geek-sliders {
    width: 312px;
  }

  .geek-card-header {
    height: 210px;
    background-image: url('../images/mobile-book.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .geeks-card-body {
    height: 303px;
    padding-left: 15px;
  }

  .carousel-mask-copy {
    width: 60%;
  }

  .geek-card-header-3 {
    height: 210px;
    background-image: url('../images/mobile-fountains.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .geek-card-header-4 {
    height: 210px;
    background-image: url('../images/mobile-movies.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .geek-card-header-5 {
    height: 210px;
    background-image: url('../images/mobile-hands.webp');
    background-position: 0 0;
    background-size: 312px;
  }

  .section {
    background-size: 1440px;
  }

  .button-6 {
    width: 80%;
  }

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 21px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: 36%;
    right: auto;
  }

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

  .brix---card-testimonial-v6 {
    padding: 44px 32px;
  }

  .brix---avatar-circle-05-border {
    width: 80px;
    height: 80px;
    max-height: 80px;
    max-width: 80px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 50px;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 8px;
  }

  .brix---slider-item-pd {
    padding: 0;
  }

  .brix---mg-bottom-40px {
    margin-bottom: 24px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    width: 56px;
    height: 56px;
    min-height: 56px;
    min-width: 56px;
    font-size: 22px;
    line-height: 24px;
    top: auto;
    bottom: -86px;
    left: auto;
    right: 36%;
  }

  .testi-arrow {
    color: #fff;
  }

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

  .footer-block-two {
    margin-left: 5vw;
    display: block;
  }

  .footer-block-two.page2 {
    margin-right: 0;
  }

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

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

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

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

  .footer-light-2.page2 {
    height: 330px;
  }

  .container-7 {
    min-width: 95%;
  }

  .text-span-2 {
    width: 60vw;
    height: 15vh;
    font-size: 1.2em;
  }

  .footer_top.page2 {
    justify-content: space-between;
  }

  .footer-brand {
    width: 60vw;
  }

  .mobile-img {
    width: 382px;
    height: 273px;
    display: block;
  }

  .connect-img-2, .connect-img-3, .connect-img-4 {
    width: 80px;
    height: 80px;
    max-height: none;
    max-width: none;
    object-fit: contain;
  }
}

@media screen and (max-width: 479px) {
  .mobile-btns {
    height: auto;
    flex-direction: row;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .main-hero-wrapper {
    width: 90%;
    max-width: none;
  }

  .hero-split {
    justify-content: flex-start;
    margin-bottom: 0;
    padding-top: 0;
  }

  .nav-left {
    height: 50px;
  }

  .brand {
    padding-left: 8px;
    padding-right: 8px;
  }

  .hero-heading-left {
    height: auto;
  }

  .mobile-cta-2 {
    width: 146px;
    height: 50px;
    text-transform: uppercase;
    background-color: #3452f5;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    display: flex;
  }

  .navbar {
    height: 120px;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
  }

  .navlink-copy {
    padding-bottom: 10px;
  }

  .hero-wrapper-2 {
    justify-content: flex-start;
    padding-top: 25.5px;
  }

  .nav-right {
    height: 50px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .nav-icon-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-icon-wrapper.bag {
    padding-right: 16px;
  }

  .nav-icon-wrapper.account {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-cta-1 {
    width: 146px;
    height: 50px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    margin-right: 2vw;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    display: flex;
  }

  .heading-6 {
    width: 95%;
    font-size: 28px;
    line-height: 33px;
  }

  .button-5 {
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    background-color: #3452f5;
    border-radius: 28px;
    margin-top: 0;
    font-weight: 500;
  }

  .home-lynx-left-arrow {
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #2a3040;
    border-radius: 40px;
    bottom: 3%;
    left: 34%;
  }

  .arrow-right-copy {
    color: #2a3040;
  }

  .home-lynx-right-arrow {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 40px;
    bottom: 3%;
    right: 34%;
  }

  .home-lynx-reviews {
    height: 100%;
  }

  .home-lynx-image {
    width: auto;
    height: 347px;
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
  }

  .lynx-paragraph-slide {
    height: 230px;
    margin-bottom: 20px;
  }

  .heading-7 {
    text-transform: capitalize;
    flex: 0 auto;
    margin-bottom: 6px;
    font-size: 28px;
    line-height: 33px;
  }

  .home-lynx-block-slide-reviews {
    height: 100%;
    border-radius: 0;
    flex-direction: column-reverse;
  }

  .home-lynx-block-slide {
    height: 520px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 0;
    padding: 20px 15px 15px;
  }

  .home-lynx-slider {
    height: auto;
    flex-direction: column;
    margin-top: 0;
    display: flex;
  }

  .arrow-left-copy {
    color: #2a3040;
  }

  .connect-section {
    background-position: 50%;
    background-size: cover;
  }

  .connect-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .connect-grid {
    max-width: none;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .connect-content {
    height: auto;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .connect-img {
    width: 60px;
    height: 41px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .connect-title {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 20px;
  }

  .connect-text {
    font-size: 14px;
    line-height: 21px;
  }

  .fandoms-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .fandoms-heading {
    white-space: normal;
    margin-bottom: 16px;
  }

  .arrow-left, .icon {
    display: none;
  }

  .carousel-geek {
    width: 100%;
  }

  .fandom-card-body {
    padding: 11px 20px 20px 18px;
  }

  .fandoms-selection.is_full-copy {
    height: auto;
    padding-top: 10px;
    overflow: auto;
  }

  .bar-card-heading {
    margin-top: 0;
  }

  .arrow-right {
    display: none;
  }

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

  .fandom-slider._3, .fandom-slider._2, .fandom-slider._4, .fandom-slider._5 {
    right: 0%;
  }

  .fandoms-carousel.is_contained-copy {
    padding-bottom: 0;
  }

  .slide-nav {
    display: none;
  }

  .geeks-section {
    margin-bottom: 0;
  }

  .geeks-heading {
    white-space: normal;
    margin-bottom: 16px;
  }

  .vr-card-heading {
    margin-top: 0;
  }

  .geeks-selection.is_full-copy {
    height: auto;
    padding-top: 10px;
    padding-bottom: 30px;
    overflow: auto;
  }

  .geek-sliders {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel-geeks.is_contained-copy {
    padding-bottom: 0;
  }

  .geeks-card-body {
    padding: 11px 20px 20px 18px;
  }

  .carousel-mask-copy {
    width: 100%;
  }

  .section {
    height: auto;
    background-color: #120936;
    background-image: none;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-8 {
    width: auto;
    margin-bottom: 33px;
    font-size: 25px;
    line-height: 32px;
  }

  .button-6 {
    width: 100%;
  }

  .brix---paragraph-default {
    font-size: 14px;
    line-height: 21px;
  }

  .brix---btn-slider-arrow-left---testimonial-v6 {
    left: 26%;
  }

  .brix---card-testimonial-v6 {
    padding: 0;
  }

  .brix---avatar-circle-05-border {
    border-width: 3px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 50px;
  }

  .brix---container-default {
    padding-left: 0;
    padding-right: 0;
  }

  .brix---mg-bottom-16px {
    margin-bottom: 15px;
  }

  .brix---avatar-image {
    width: 100%;
  }

  .brix---mg-top-16px {
    margin-top: 12px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .brix---btn-slider-arrow-right---testimonial-v6 {
    right: 26%;
  }

  .testi-arrow {
    color: #fff;
  }

  .footer-block-two {
    margin-left: 0;
    display: block;
  }

  .footer-text {
    width: auto;
  }

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

  .footer-content {
    max-width: none;
  }

  .footer-content.page2 {
    width: auto;
    flex-direction: column;
    display: flex;
  }

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

  .footer-social-block-two.page2 {
    width: 100%;
    justify-content: space-around;
  }

  .footer-light-2.page2 {
    height: 530px;
    padding-top: 0;
  }

  .image-14 {
    max-width: 85%;
    margin-top: 28px;
  }

  .container-7 {
    max-width: 90%;
    min-width: auto;
    flex: 1;
  }

  .text-span-2 {
    width: 300px;
    text-align: left;
  }

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

  .footer-brand.page2 {
    width: auto;
  }

  .mobile-img {
    width: auto;
    height: 100%;
    object-fit: fill;
    flex: 1;
  }

  .icon-2, .slide-nav-2, .icon-3 {
    display: none;
  }

  .connect-img-2 {
    width: 62px;
    height: 31px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .connect-img-3 {
    width: 45px;
    height: 33px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .connect-img-4 {
    width: 53px;
    height: 49px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: auto;
    display: block;
    position: relative;
  }

  .icon-4 {
    display: none;
  }
}

#w-node-eb7d57b2-ba3c-f192-62a5-df744aedbadf-bbd6916f, #w-node-eb7d57b2-ba3c-f192-62a5-df744aedbae5-bbd6916f, #w-node-eb7d57b2-ba3c-f192-62a5-df744aedbaeb-bbd6916f, #w-node-eb7d57b2-ba3c-f192-62a5-df744aedbaf1-bbd6916f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


