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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: alverata, sans-serif;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 768px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.heroheader {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  min-height: 1200px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Background-only.jpg');
  background-position: 25% 50%;
  background-size: cover;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.5);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

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

.section.infostrip {
  overflow: visible;
  width: 100%;
  height: 290px;
  max-width: 100vw;
  min-height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/main-lofo-copy-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.faq {
  width: 100%;
  height: 290px;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 60px;
  background-image: url('../images/main-lofo-copy-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.findoutmore {
  overflow: hidden;
  height: auto;
  max-height: 800px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section.faq-header {
  overflow: hidden;
  width: 100vw;
  height: 50vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Background-only.jpg');
  background-position: 25% 50%;
  background-size: cover;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.5);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.faq-page {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.gallery-header {
  overflow: hidden;
  width: 100vw;
  height: 50vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Background-only-GAME.jpg');
  background-position: 50% 20%;
  background-size: cover;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.5);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.sign-up-header {
  overflow: hidden;
  width: 100vw;
  height: 50vh;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Background-only.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Background-only.jpg');
  background-position: 0px 0px, 25% 50%;
  background-size: auto, cover;
  box-shadow: 0 0 12px 5px rgba(0, 0, 0, 0.5);
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  -o-object-fit: fill;
  object-fit: fill;
}

.section.sign-up {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.card-gallery {
  overflow: hidden;
}

.mycontain {
  max-width: 1440px;
}

.mycontain.center {
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mycontain.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.infostrip {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 270px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.faq {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 270px;
  max-width: 900px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mycontain.findoutmore {
  position: absolute;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mycontain.faqholder {
  max-width: 840px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mycontain.card-gallery {
  display: -ms-grid;
  display: grid;
  width: auto;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.mycontain._50vh {
  position: absolute;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.body {
  overflow: visible;
  background-color: #cdcbc0;
  -o-object-fit: fill;
  object-fit: fill;
}

.logotypeimage {
  width: 448px;
  margin-top: 70px;
  margin-bottom: 0px;
}

.heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: alverata, sans-serif;
  color: #fff;
  text-align: center;
}

.heading.blue {
  min-width: 350px;
  color: #284c6c;
  line-height: 40px;
  text-align: left;
}

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

.heading.right {
  min-width: 600px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 32px;
  line-height: 40px;
  text-align: left;
}

.heading.faq-item {
  margin-top: auto;
  margin-bottom: auto;
  color: #284c6c;
  text-align: left;
}

.sunicon {
  width: 125px;
}

.textcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.textcontain.playicon {
  width: 600px;
  margin-right: 70px;
  margin-left: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.textcontain.faq {
  width: 300px;
  max-width: 300px;
  margin-right: 100px;
  margin-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.videoholder {
  width: 833px;
  height: 100%;
  max-height: 468px;
  max-width: 833px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
}

.playicon {
  width: 380px;
  margin-right: 0vw;
}

.card {
  position: relative;
  left: auto;
  top: auto;
  z-index: 3;
  width: 300px;
  min-width: 300px;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.card.leftone {
  top: 50px;
  right: -50px;
  z-index: 2;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.card.lefttwo {
  top: 125px;
  right: -100px;
  z-index: 1;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.card.rightone {
  left: -50px;
  top: 50px;
  z-index: 2;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.card.righttwo {
  left: -100px;
  top: 125px;
  z-index: 1;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.cardfancontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.centertextblock {
  width: 405px;
  margin-bottom: 25px;
  font-family: 'Gt america', sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  height: 69px;
  max-width: 100vw;
  background-color: #284c6c;
  background-image: url('../images/main-lofo-copy-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.25);
  font-family: alverata, sans-serif;
}

.nap {
  position: relative;
  bottom: 78px;
  width: 450px;
  min-width: 450px;
  margin-right: 0vw;
}

.hero {
  position: static;
  width: 900px;
  margin-right: 12vw;
  margin-left: 12vw;
  padding-right: 20px;
  padding-left: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.button {
  width: 300px;
  height: 44px;
  padding-top: 11px;
  border-radius: 2px;
  background-color: transparent;
  background-image: url('../images/Button-V1.png');
  background-position: 50% 50%;
  background-size: contain;
  box-shadow: inset 0 0 0 0 #fff, 1px 1px 12px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: alverata, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  -o-object-fit: fill;
  object-fit: fill;
}

.button:hover {
  box-shadow: inset 1px 1px 8px 5px rgba(251, 255, 217, 0.5), 1px 1px 17px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}

.button:active {
  box-shadow: inset 1px 1px 8px 5px rgba(251, 255, 217, 0.5), 0 0 6px 0 rgba(0, 0, 0, 0.24);
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.button.cardgallery {
  margin-top: 80px;
}

.herogeneral {
  position: relative;
  left: auto;
  right: -161px;
  bottom: 0px;
  z-index: 10;
  overflow: visible;
  width: 650px;
  max-width: 650px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.herogeneral.left1 {
  left: 431px;
  right: auto;
  bottom: 28px;
  z-index: 8;
  width: 500px;
}

.herogeneral.left2 {
  left: 834px;
  right: auto;
  bottom: -51px;
  z-index: 9;
  width: 1000px;
  max-width: 1000px;
}

.herogeneral.right1 {
  right: 78px;
  bottom: 3px;
  z-index: 8;
}

.herogeneral.right2 {
  right: 674px;
  bottom: -17px;
  z-index: 8;
  width: 900px;
  max-width: 900px;
}

.herogeneral.right3 {
  right: 1013px;
  bottom: 10px;
  z-index: 7;
  width: 450px;
}

.herogeneral.center {
  right: -202px;
  bottom: -42px;
  width: 450px;
  max-width: 450px;
}

.generalcontainer {
  position: static;
  top: 31.6vh;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1440px;
  height: 100%;
  max-width: 1440px;
  min-height: 1250px;
  margin-bottom: -407px;
  margin-left: -24px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.goldbar {
  position: static;
  left: auto;
  bottom: -787.891px;
  z-index: 0;
  width: 100vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.goldbar.bottom {
  position: static;
  bottom: -1082.891px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.gold-bar {
  width: 100vw;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.gold-bar.nav {
  position: static;
  top: 0px;
  z-index: 999;
}

.goldbarholder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.sociallinks {
  position: fixed;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 170px;
  padding: 10px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #284c6c;
  background-image: url('../images/logo-texture.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 6px 6px 11px 0 rgba(0, 0, 0, 0.25);
}

.faq-accordian-item {
  width: auto;
  margin-bottom: 30px;
}

.faq-accordian-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-accordian-item-content {
  overflow: hidden;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.paragraph {
  margin-top: auto;
  margin-bottom: auto;
  font-family: 'Gt america', sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.blue-line {
  width: auto;
  height: 2px;
  margin-top: auto;
  background-color: #284c6c;
}

.dropdown-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  margin-right: 30px;
  margin-left: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 2px;
  border-color: #284c6c;
  border-radius: 100%;
  cursor: pointer;
}

.dropdown-line {
  width: 17px;
  height: 2px;
  background-color: #284c6c;
}

.dropdown-changer {
  position: absolute;
  width: 17px;
  height: 2px;
  background-color: #284c6c;
}

.small-heading {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: 'Gt america', sans-serif;
  color: #284c6c;
  font-size: 22px;
  font-weight: 700;
}

.gallery-card-container {
  position: relative;
  overflow: hidden;
  width: 220px;
  height: auto;
  -webkit-perspective: 1510px;
  perspective: 1510px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.card-shine {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.15;
  -webkit-filter: blur(15px);
  filter: blur(15px);
}

.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon {
  width: 100%;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.social-icon:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.header-link {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-link:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.header-link:active {
  opacity: 0.85;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.header-link.w--current {
  color: hsla(0, 0%, 100%, 0.5);
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -18px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  padding-top: 39px;
  padding-bottom: 39px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1a1a1a;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: left;
}

.footer-logo-link {
  display: block;
  max-height: 60px;
  max-width: 150px;
  min-width: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  position: static;
  width: 100%;
  height: 100%;
  float: none;
  cursor: pointer;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.footer-image.ca {
  display: inline-block;
  float: none;
  cursor: pointer;
}

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

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

.footer-text {
  display: block;
  height: auto;
  max-width: 500px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: 'Gt america', sans-serif;
  color: #fff;
  font-size: 12px;
}

.footer-logo-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-link-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-container {
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
}

.list {
  padding-left: 0px;
}

.formholder {
  width: 100%;
  height: 100%;
  max-width: 840px;
  min-height: 500px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block {
  background-color: #1b3449;
}

.esrb {
  width: auto;
  height: 85px;
  margin: 21px;
}

.right-footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.playstore-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  min-width: 100vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq-nap-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 600px;
  max-width: 100vw;
  min-width: 100vw;
  margin-bottom: -154px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.youtube {
  height: 100%;
  cursor: pointer;
}

.div-block-2 {
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-top: 15px;
}

@media screen and (min-width: 1920px) {
  .section.heroheader {
    height: 100vh;
  }

  .section.faq {
    margin-bottom: 0px;
  }

  .section.faq-header {
    height: 50vh;
  }

  .section.faq-page {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.gallery-header {
    height: 50vh;
  }

  .section.sign-up-header {
    height: 50vh;
  }

  .section.sign-up {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mycontain.infostrip {
    z-index: 1;
  }

  .mycontain.cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mycontain.findoutmore {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .mycontain.faqholder {
    width: 100%;
    max-width: 840px;
    margin-top: 0px;
  }

  .logotypeimage {
    width: 448px;
  }

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

  .nap {
    bottom: 79px;
  }

  .goldbar {
    left: auto;
  }

  .faq-accordian-item {
    width: 100%;
  }

  .faq-accordian-trigger {
    cursor: pointer;
  }

  .faq-accordian-item-content {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  .section.heroheader {
    height: 100vh;
    min-height: 950px;
  }

  .section.video {
    min-height: auto;
    padding-top: 50px;
  }

  .section.infostrip {
    margin-top: 100px;
  }

  .section.faq {
    margin-top: 110px;
    margin-bottom: -70px;
  }

  .section.findoutmore {
    height: 650px;
    max-height: 8222.5vh;
    min-height: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .section.faq-header {
    height: 60vh;
  }

  .section.faq-page {
    padding-top: 50px;
    -webkit-perspective: 1020px;
    perspective: 1020px;
  }

  .section.gallery-header {
    height: 60vh;
  }

  .section.sign-up-header {
    height: 60vh;
  }

  .section.sign-up {
    padding-top: 50px;
    -webkit-perspective: 1020px;
    perspective: 1020px;
  }

  .section.card-gallery {
    overflow: hidden;
  }

  .mycontain.horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mycontain.infostrip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mycontain.cards {
    margin-top: 0px;
  }

  .mycontain.faq {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mycontain.findoutmore {
    margin-left: 4vw;
  }

  .mycontain.card-gallery {
    width: auto;
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
    -webkit-perspective: 0px;
    perspective: 0px;
  }

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

  .heading.blue {
    margin-top: 0px;
    text-align: center;
  }

  .heading.right {
    max-width: 450px;
    min-width: auto;
    margin-top: 10px;
    margin-left: 0px;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

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

  .heading.faq-item {
    text-align: left;
  }

  .textcontain {
    margin-right: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .textcontain.playicon {
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .videoholder {
    width: 100%;
    height: 100%;
  }

  .playicon {
    position: relative;
    bottom: 160px;
    width: 220px;
  }

  .card {
    width: 250px;
    min-width: 250px;
  }

  .card.leftone {
    right: -80px;
  }

  .card.lefttwo {
    right: -135px;
  }

  .card.rightone {
    left: -80px;
  }

  .card.righttwo {
    left: -135px;
  }

  .nap {
    bottom: 77px;
  }

  .hero {
    display: none;
  }

  .hero.two {
    display: block;
    margin-right: auto;
    margin-left: 41vw;
  }

  .herogeneral.left2 {
    display: none;
    overflow: visible;
  }

  .herogeneral.right2 {
    display: none;
    overflow: visible;
  }

  .herogeneral.right3 {
    display: none;
    overflow: visible;
  }

  .generalcontainer {
    top: 50vh;
    margin-bottom: -615px;
    margin-left: -269px;
  }

  .goldbar {
    bottom: -948.891px;
    width: 200vw;
  }

  .goldbar.bottom {
    bottom: -1238.891px;
  }

  .gold-bar {
    width: 100%;
    max-width: 2560px;
  }

  .gold-bar.nav {
    width: 200%;
  }

  .header-link {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 25px;
    font-size: 17px;
  }

  .nav-menu-dropdown {
    background-color: #1b3449;
  }

  .menu-button {
    color: #cdcbc0;
  }

  .menu-button.w--open {
    background-color: #1b3449;
  }

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

  .footer-logo-link {
    max-width: 120px;
  }

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

  .footer-logo-holder {
    max-height: 200px;
  }

  .footer-link-holder {
    margin-right: 20px;
  }

  .right-footer-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .playstore-holder {
    height: 600px;
    margin-bottom: -100px;
  }

  .faq-nap-holder {
    height: 600px;
    margin-top: -100px;
    margin-bottom: -100px;
  }

  .in-text-ink {
    color: #1b3449;
  }

  .in-text-ink:visited {
    color: #7399bb;
  }
}

@media screen and (max-width: 767px) {
  .section {
    overflow: visible;
  }

  .section.heroheader {
    min-height: 920px;
  }

  .section.video {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.infostrip {
    margin-bottom: 0px;
  }

  .section.faq {
    height: 170px;
    margin-top: 431px;
    margin-bottom: 0px;
  }

  .section.findoutmore {
    height: 600px;
    max-height: 600px;
    min-height: auto;
    margin-bottom: -68px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section.faq-header {
    height: 80vh;
  }

  .section.faq-page {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.gallery-header {
    height: 80vh;
  }

  .section.sign-up-header {
    height: 80vh;
  }

  .section.sign-up {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.card-gallery {
    overflow: hidden;
  }

  .mycontain.cards {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .mycontain.faq {
    height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .mycontain.findoutmore {
    margin-left: 0vw;
  }

  .mycontain.card-gallery {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  }

  .logotypeimage {
    width: 320px;
  }

  .heading.blue {
    margin-top: 5px;
    font-size: 22px;
    line-height: 22px;
  }

  .heading.right {
    margin-top: 0px;
  }

  .heading.faq-item {
    font-size: 22px;
  }

  .textcontain.playicon {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .textcontain.faq {
    margin-bottom: 26px;
  }

  .card {
    top: -5px;
    width: 250px;
  }

  .card.leftone {
    top: auto;
    right: -100px;
    bottom: 100px;
    z-index: 1;
  }

  .card.lefttwo {
    left: 320px;
    top: 130px;
    right: auto;
    z-index: 2;
    -webkit-transform: rotate(-11deg);
    -ms-transform: rotate(-11deg);
    transform: rotate(-11deg);
  }

  .card.rightone {
    left: -100px;
    top: auto;
    bottom: 100px;
  }

  .card.righttwo {
    left: -320px;
    top: 130px;
    z-index: 2;
    -webkit-transform: rotate(11deg);
    -ms-transform: rotate(11deg);
    transform: rotate(11deg);
  }

  .cardfancontain {
    margin-top: 130px;
  }

  .nap {
    position: relative;
    bottom: 28px;
  }

  .hero.two {
    display: none;
  }

  .button.cardgallery {
    margin-top: 143px;
  }

  .herogeneral {
    right: -49px;
  }

  .herogeneral.left1 {
    left: 358px;
  }

  .herogeneral.right1 {
    right: 276px;
  }

  .herogeneral.center {
    right: -82px;
  }

  .generalcontainer {
    top: 50vh;
    margin-bottom: -659px;
    margin-left: 1px;
  }

  .goldbar {
    bottom: -790.891px;
    width: 250vw;
  }

  .goldbar.bottom {
    bottom: -1077.891px;
  }

  .gold-bar.nav {
    width: 250%;
  }

  .sociallinks {
    width: 50px;
    height: 150px;
  }

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

  .social-link {
    width: 30px;
    height: 40px;
  }

  .header-link {
    margin-left: auto;
    text-align: center;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-logo-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .footer-logo-link.ca {
    max-width: 60px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

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

  .footer-text {
    max-width: 500px;
  }

  .footer-logo-holder {
    width: 100%;
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .footer-link-holder {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .playstore-holder {
    margin-top: -50px;
  }

  .faq-nap-holder {
    margin-top: 0px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .section.heroheader {
    min-height: 850px;
  }

  .section.video {
    overflow: hidden;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.findoutmore {
    max-height: 550px;
    min-height: auto;
    margin-top: 78px;
  }

  .section.faq-page {
    padding-right: 0px;
    padding-left: 0px;
  }

  .section.sign-up {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mycontain.cards {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .mycontain.card-gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  }

  .logotypeimage {
    width: 280px;
  }

  .heading.blue {
    font-size: 22px;
    line-height: 22px;
  }

  .heading.blue.center {
    overflow: visible;
    width: 300px;
    max-width: 300px;
    min-width: auto;
    margin-top: 44px;
    margin-bottom: 10px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .heading.right {
    width: 100%;
    max-width: 340px;
    min-width: 290px;
    margin: 30px 20px 0px;
    font-size: 18px;
    line-height: 20px;
  }

  .heading.large {
    font-size: 26px;
    line-height: 26px;
  }

  .heading.faq-item {
    line-height: 22px;
  }

  .textcontain.playicon {
    position: relative;
    margin-right: auto;
    margin-left: auto;
  }

  .playicon {
    bottom: 140px;
    width: 180px;
  }

  .card {
    top: 30px;
    width: 200px;
    min-width: 200px;
  }

  .card.leftone {
    right: -100px;
  }

  .card.lefttwo {
    left: 280px;
    top: 180px;
  }

  .card.rightone {
    left: -100px;
  }

  .card.righttwo {
    left: -280px;
    top: 180px;
  }

  .centertextblock {
    width: 300px;
    font-size: 18px;
    line-height: 20px;
  }

  .header {
    height: 65px;
  }

  .nap {
    bottom: 28px;
    width: 400px;
    min-width: 400px;
    margin-right: 0vw;
  }

  .button.cardgallery {
    margin-top: 223px;
  }

  .herogeneral {
    margin-left: -127px;
  }

  .herogeneral.left1 {
    display: none;
    overflow: visible;
  }

  .herogeneral.right1 {
    display: none;
    overflow: visible;
  }

  .herogeneral.center {
    right: auto;
  }

  .generalcontainer {
    top: 55vh;
    margin-left: 108px;
  }

  .goldbar {
    bottom: -661.891px;
    width: 400vw;
  }

  .goldbar.bottom {
    bottom: -949.891px;
  }

  .gold-bar.nav {
    width: 300%;
  }

  .header-link {
    margin-left: auto;
    text-align: center;
  }

  .menu-button {
    background-color: transparent;
  }

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

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .footer-text {
    max-width: 300px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
    line-height: 15px;
  }

  .footer-logo-holder {
    margin-bottom: 0px;
  }

  .footer-link-holder {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .div-block {
    background-color: #1b3449;
  }

  .playstore-holder {
    margin-top: -100px;
  }

  .faq-nap-holder {
    margin-bottom: -160px;
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 1920px) {
  #w-node-79f279b0c361-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-79381804225f-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-f9cecc251160-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b22f16945338-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-4a261e2fb22d-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-9fea149e52a1-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-a35de624e26d-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-004e511a82a2-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-093feb66ff00-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-366742df742f-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-b5a928336ac5-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-52c0980b0202-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-0fa5aa0f5629-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-7044a40387bf-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d754f58ecaf9-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-e9ddc74db166-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-6fa4e433366c-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-d0e615c7d1bb-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bb9d96b6fe5f-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-47b3ec7c49bb-177abbcc {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Bold.OTF') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Gt america';
  src: url('../fonts/GT-America-Regular.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}