:root {
  --goldenrod: #f7c563;
}

a {
  text-decoration: underline;
  transition: all .2s;
}

a:hover {
  transform: scale(1.2);
}

.body {
  background-color: #ffba76;
  font-family: Simpsonfont Demo, sans-serif;
  line-height: 100%;
}

.navbar {
  z-index: 2;
  color: #f7c563;
  background-color: #03282c00;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-height: 5vw;
  display: flex;
}

.div-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 4.16667vw;
  padding-right: 4.16667vw;
  display: flex;
}

.nav-link {
  color: #fff;
  text-transform: uppercase;
  margin-right: 3.125vw;
  padding: 0;
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 110%;
  transition: all .2s;
}

.nav-link:hover {
  font-weight: 900;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link._1 {
  margin-right: 20vw;
}

.nav-link.last {
  margin-right: 6vw;
}

.nav-menu {
  align-items: center;
  min-height: 4vw;
  display: flex;
}

.image {
  width: 5vw;
}

.image._2 {
  width: 7.2vw;
}

._1 {
  margin-top: 2vw;
  transition: all .2s;
}

._1:hover {
  transform: scale(1.1);
}

._1._2 {
  margin-left: 3vw;
}

.image-2 {
  width: 21vw;
  margin-top: 1vw;
}

.section {
  background-color: #120f5c;
  justify-content: space-between;
  align-items: flex-start;
  width: 100vw;
  min-height: auto;
  margin-top: -10vw;
  padding: 13vw 0 0 12.1667vw;
  display: flex;
  overflow: hidden;
}

.image-3 {
  width: 80vw;
  margin-top: 5vw;
}

.div-block-2 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70vw;
  min-height: 30vw;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.text-block {
  color: #fff;
  text-transform: none;
  width: 37.6042vw;
  font-family: Droid Sans, sans-serif;
  font-size: 3vw;
  font-weight: 700;
  line-height: 160%;
}

.text-block._2 {
  color: #fff;
  text-align: left;
  text-transform: none;
  width: auto;
  margin-top: 2vw;
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
}

.text-block._2._3 {
  text-align: center;
  width: 30vw;
  margin-top: 2vw;
  font-family: Inconsolata, monospace;
}

.image-4 {
  width: 18.3333vw;
}

.link-block {
  background-color: var(--goldenrod);
  color: #1b0a04;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 16.0938vw;
  height: 5.625vw;
  margin-top: 1.8vw;
  margin-left: 2vw;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 3px #66532e;
}

.link-block:hover {
  filter: sepia();
}

.link-block._1 {
  background-color: #fff;
  border: 4px solid #411c1c;
  border-radius: 20px;
  margin-left: 0;
  box-shadow: 0 3px #2b1935;
}

.link-block._1._2 {
  margin-left: 2vw;
}

.div-block-3 {
  align-items: center;
  margin-top: 2vw;
  display: flex;
}

.text-block-2 {
  color: #790003;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.6vw;
  line-height: 100%;
  position: static;
}

.link-block-2 {
  margin-left: -.6vw;
  transition: all .2s;
}

.link-block-2:hover {
  filter: sepia();
}

.image-5 {
  z-index: 2;
  width: 50vw;
  margin: -5vw 0 -15vw 5vw;
  position: relative;
}

.image-5._2 {
  width: 30vw;
  position: absolute;
  inset: auto 0% 16% auto;
}

.section-2 {
  width: auto;
  min-width: 0;
  min-height: 14.4271vw;
  overflow: hidden;
}

.div-block-4 {
  background-color: var(--goldenrod);
  justify-content: flex-start;
  align-items: center;
  width: 228vw;
  height: 14.4271vw;
  display: flex;
}

.text-block-3 {
  letter-spacing: 26px;
  margin-left: 11vw;
  font-size: 7vw;
  line-height: 101%;
}

.text-block-3._2 {
  margin-left: 2vw;
}

.text-block-3._1 {
  margin-top: 0;
  margin-left: 0;
}

.text-block-3._1:hover {
  transform: none;
}

.text-block-4 {
  margin-left: 2vw;
  font-size: 2.70833vw;
  line-height: 100%;
}

.section-3 {
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  min-height: 53.6979vw;
  padding: 8vw 4.16667vw;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-block-5 {
  color: var(--goldenrod);
  letter-spacing: 4px;
  font-size: 3.22917vw;
  line-height: 110%;
}

.text-block-5._2 {
  margin-top: 3vw;
}

.text-block-6 {
  color: #f7c563ad;
  text-transform: uppercase;
  width: 56.25vw;
  margin-top: 2vw;
  font-family: Roboto, sans-serif;
  font-size: 1.35417vw;
  font-weight: 400;
  line-height: 140%;
}

.div-block-6 {
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  display: flex;
}

.div-block-6._2 {
  margin-top: 4vw;
}

.lottie-animation {
  width: 20vw;
}

.section-4 {
  z-index: 2;
  background-color: #1f2241;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 40vw;
  padding: 5vw 4.16667vw 11vw 8.16667vw;
  display: flex;
  position: relative;
}

.section-4._2 {
  flex-direction: row-reverse;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 0 14.1667vw;
}

.image-6 {
  width: 42.3958vw;
}

.image-7 {
  width: 44.5833vw;
}

.div-block-8 {
  opacity: 1;
  background-color: #e7e3e0;
  border: 1px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 5vw;
  padding-left: 2vw;
  display: flex;
}

.text-block-7 {
  color: #472708;
  font-family: Changa One, Impact, sans-serif;
  font-size: 1.5vw;
}

.link {
  color: #fff;
  margin-right: 2vw;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.2vw;
}

.div-block-9 {
  background-color: #8fbe1a00;
  background-image: url('../images/Vector-200.svg');
  background-position: 50%;
  background-size: cover;
  border: 5px #643200;
  border-radius: 50px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70vw;
  height: 30vw;
  margin-top: 5vw;
  padding: 5vw 6vw;
  display: flex;
}

.div-block-9._2 {
  width: 49vw;
}

.div-block-9._888 {
  border-radius: 0;
  width: 60vw;
  height: 39vw;
  display: none;
}

.text-block-8 {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 100%;
}

.text-block-8._2vw {
  margin-top: 0;
  margin-left: 9vw;
  font-size: 3vw;
}

.div-block-10 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vw;
  font-family: Simpsonfont Demo, sans-serif;
  display: flex;
}

.div-block-10._2 {
  justify-content: center;
}

.div-block-10._3 {
  margin-top: 10vw;
  margin-bottom: 0;
}

.image-8 {
  width: 23vw;
}

.image-9 {
  border: 9px solid #fff;
  border-radius: 20px;
  width: 37vw;
  display: none;
}

.div-block-11 {
  background-color: #270747;
  border: 2px solid #fff;
  border-radius: 14px;
  flex-direction: column;
  align-items: flex-start;
  width: 50vw;
  margin-left: 8vw;
  margin-right: 1vw;
  padding: 4vw 2vw 4vw 1vw;
  display: flex;
  box-shadow: -5px 7px #fff;
}

.div-block-12 {
  border: 5px solid #fff;
  border-radius: 20px;
  width: 40vw;
  overflow: hidden;
}

.section-5 {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 110vw;
  padding-top: 0;
  padding-bottom: 3vw;
  display: flex;
}

.image-10 {
  z-index: 2;
  border: 4px solid #85bcff;
  border-radius: 18px;
  width: 30vw;
  margin-top: 3vw;
  position: relative;
  box-shadow: 5px 11px 10px 4px #3ca5ff1c;
}

.background-video {
  z-index: 0;
  opacity: .37;
  width: 100%;
  height: 146vw;
  margin-top: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-11 {
  z-index: 3;
  width: 60vw;
  position: relative;
}

.image-12 {
  z-index: 2;
  width: 90vw;
  margin-top: 70vw;
  position: relative;
}

.div-block-13 {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 50vw;
  height: 9vw;
  margin-top: 7vw;
  display: flex;
  position: relative;
}

.image-13 {
  width: 7vw;
}

.image-13._2 {
  width: 9vw;
}

.link-block-3 {
  z-index: 2;
  background-color: #fff;
  border: 4px solid #0074ff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 7vw;
  margin-top: 3vw;
  display: flex;
  position: relative;
}

.text-block-9 {
  color: #12061c;
  -webkit-text-stroke-color: #030303;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  text-decoration: underline;
}

.image-14 {
  z-index: 1;
  width: 37vw;
  margin-top: 6vw;
  position: relative;
}

.image-15 {
  z-index: 2;
  width: 60vw;
  margin-top: 5vw;
  position: relative;
}

.image-16 {
  z-index: 3;
  width: 50vw;
  margin-top: 5vw;
  margin-left: 0;
  position: relative;
}

.image-17 {
  z-index: 2;
  width: 47vw;
  margin-top: 9vw;
  position: relative;
}

.text-block-10 {
  z-index: 3;
  color: #fff;
  margin-top: 7vw;
  font-family: Schneidlerlatein, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 100%;
  position: relative;
}

.html-embed {
  z-index: 2;
  margin-bottom: -8px;
  display: block;
  position: relative;
}

.div-block-14 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-video-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.play-button2 {
  z-index: 3;
  position: relative;
}

.image-18 {
  width: 40vw;
  margin-top: -4vw;
}

.html-embed-2 {
  display: none;
}

.section-6 {
  width: 100vw;
  height: 20vw;
}

.html-embed-3 {
  z-index: 4;
  opacity: 1;
  position: static;
}

.html-embed-3:active {
  opacity: 1;
}

.div-block-15 {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 33vw;
  min-height: 0;
  margin-top: -33px;
  margin-left: -7vw;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.div-block-15:active {
  opacity: 1;
  border-radius: 20px;
  display: none;
  position: static;
  inset: 0% auto auto 41%;
}

.youtube {
  z-index: 5;
  opacity: 0;
  height: 8vw;
  margin-left: 0;
  display: flex;
}

.text-block-11 {
  z-index: 3;
  color: #f5f5f5;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 6vw;
  line-height: 100%;
  position: relative;
}

.image-19 {
  z-index: 0;
  width: 78vw;
  margin-top: 2vw;
  position: relative;
}

.div-block-16 {
  z-index: 3;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 51vw;
  height: 4vw;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.text-block-12 {
  color: #fff;
  font-family: Schneidlerlatein, sans-serif;
  font-size: 2vw;
}

.div-block-17 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.nav-link-2 {
  color: #ffdf70;
  margin-left: 2vw;
  padding: 0;
  font-size: 1.3vw;
}

.image-20 {
  width: 5.83333vw;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.link-block-4 {
  background-image: linear-gradient(#ffe76b, #ff7c02 65%, #ff9a02);
  border-radius: 1.04167vw;
  justify-content: center;
  align-items: center;
  width: 14.2708vw;
  height: 4.375vw;
  margin-left: 7vw;
  text-decoration: none;
  display: flex;
}

.text-block-13 {
  color: #fff;
  font-size: 1.09375vw;
  text-decoration: none;
}

.navbar-2 {
  background-color: #0000;
  align-items: center;
  width: 100vw;
  min-height: 6.25vw;
  padding-left: 9.89583vw;
  padding-right: 9.89583vw;
  display: none;
}

.body-2 {
  background-color: #0a0a0a;
  font-family: Hidayatullah Demo, sans-serif;
}

.text-span {
  color: #fff066;
}

.div-block-18 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 11vw;
  display: flex;
  position: relative;
}

.div-block-19 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-7 {
  background-image: url('../images/Group-81.png');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  min-height: 66vw;
  position: relative;
}

.nav-link-3 {
  color: #ffdf70;
  margin-left: 2vw;
  padding: 0;
  font-size: 1.3vw;
}

.text-block-14 {
  color: #fff;
  text-align: center;
  width: 46.4583vw;
  margin-top: -2vw;
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 150%;
}

.link-block-5 {
  margin-left: 2vw;
}

.div-block-20 {
  filter: blur(60px);
  mix-blend-mode: screen;
  background-color: #ffd335b5;
  border-radius: 50%;
  width: 4vw;
  height: 27vw;
  position: absolute;
  inset: 16% auto auto 33%;
}

.image-21 {
  width: 5.83333vw;
}

.div-block-21 {
  margin-top: 2vw;
}

.link-block-6 {
  background-image: linear-gradient(#ffe76b, #ff7c02 65%, #ff9a02);
  border-radius: 1.04167vw;
  justify-content: center;
  align-items: center;
  width: 14.2708vw;
  height: 4.375vw;
  margin-left: 7vw;
  text-decoration: none;
  display: flex;
}

.link-block-6._2 {
  margin-top: 4vw;
  margin-left: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2vw;
  font-weight: 700;
}

.heading {
  color: #fff;
  text-align: center;
  width: 40vw;
  font-size: 8.95833vw;
  line-height: 100%;
}

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

.text-block-15 {
  color: #fff;
  font-size: 1.09375vw;
  text-decoration: none;
}

.image-22 {
  width: 7.55208vw;
}

.image-23 {
  width: 80vw;
}

.section-8 {
  opacity: 1;
  background-color: #3f1b09;
  background-image: url('../images/2074-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 0;
  display: flex;
}

.image-24 {
  width: 100vw;
  margin-top: -6vw;
  position: relative;
}

.div-block-22 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4vw;
  margin-top: -9vw;
  padding-top: 11vw;
  padding-bottom: 5vw;
  padding-right: 9.375vw;
  display: flex;
}

.image-25 {
  border-radius: 40px;
  width: 51vw;
  height: 30vw;
  box-shadow: -8px -4px 0 1px #f7f563;
}

.div-block-23 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 3vw;
  display: flex;
}

.text-block-16 {
  color: #fef166;
  flex-direction: column;
  font-size: 8.95833vw;
  line-height: 100%;
  display: flex;
}

.text-block-17 {
  color: #fff;
  text-align: center;
  width: 46.4583vw;
  font-family: Varela, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 150%;
}

.text-block-17._2 {
  text-align: left;
  width: 35.3646vw;
  margin-top: 1vw;
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
}

.section-9 {
  background-color: #3b1f0e;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  min-height: 50vw;
  padding-top: 4vw;
  display: flex;
}

.text-block-18 {
  color: #fef166;
  flex-direction: column;
  font-size: 8.95833vw;
  line-height: 100%;
  display: flex;
}

.text-block-18._2 {
  font-size: 6vw;
}

.grid-2 {
  grid-column-gap: 1.04167vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3vw;
}

.image-26 {
  width: 26.4063vw;
}

.div-block-24 {
  background-color: #7d3b18;
  border: .0520833vw solid #ffcb14b3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 13vw;
  margin-top: 1.04167vw;
  display: flex;
}

.text-block-19 {
  color: #ffc42c;
  font-family: Exo, sans-serif;
  font-size: 3.75vw;
  line-height: 100%;
}

.text-block-20 {
  color: #fef166;
  margin-top: 1vw;
  font-size: 3vw;
  line-height: 100%;
}

.image-27 {
  width: 50vw;
}

.div-block-25 {
  flex-direction: column;
  align-items: flex-start;
  width: 38.9583vw;
  display: flex;
}

.section-10 {
  background-image: url('../images/side-view-traditional-rug-being-woven-carpet-vertical-loom-oriental-wall-1.png');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 56.25vw;
  padding-left: 8vw;
  padding-right: 9.375vw;
  display: flex;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  width: 46.4583vw;
  font-family: Varela, sans-serif;
  font-size: 1.5vw;
  font-weight: 400;
  line-height: 150%;
}

.text-block-21._2 {
  text-align: left;
  width: 35.3646vw;
  margin-top: 1vw;
  font-size: 1.5vw;
}

.div-block-26 {
  margin-top: 2vw;
}

.image-28 {
  width: 7.55208vw;
}

.image-28._2 {
  width: 10vw;
}

.text-span-2 {
  color: #ffa900;
}

.image-30 {
  width: 100vw;
  display: none;
}

.link-block-7 {
  z-index: 3;
  background-color: #8eb699;
  border: 2px solid #2c3d31;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 17vw;
  min-height: 5vw;
  margin-left: 2vw;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 2vw;
  text-decoration: none;
  transition: all .4s;
  display: flex;
  position: static;
  inset: 34vw auto auto 6.4vw;
}

.link-block-7:hover {
  filter: invert();
  mix-blend-mode: normal;
}

.link-block-7._2 {
  margin-top: 3vw;
  position: static;
}

.link-block-7._3 {
  margin-left: 0;
}

.text-block-22 {
  color: #090e0a;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  text-decoration: none;
}

.heading-2 {
  color: #8eb699;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 9vw;
  line-height: 100%;
  position: absolute;
  inset: 9.1vw auto auto 7vw;
}

.image-31 {
  z-index: 3;
  border: 5px solid #696742;
  border-radius: 60px;
  width: 50vw;
  margin-top: 0;
  position: relative;
}

.div-block-27 {
  z-index: 2;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.text-block-23 {
  z-index: 2;
  color: #8eb699;
  margin-top: 3vw;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 10vw;
  line-height: 100%;
  position: relative;
}

.image-32 {
  width: 10vw;
  position: absolute;
  inset: auto auto 55% 30.4%;
}

.image-33 {
  z-index: 1;
  width: 6vw;
  position: absolute;
  inset: 8.5% 8% auto auto;
}

.image-34 {
  z-index: 1;
  width: 3vw;
  position: absolute;
  inset: 39.5% 55% auto auto;
}

.section-11 {
  background-color: #472707;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 60vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-11._3 {
  background-color: #241200;
  min-height: auto;
  padding-top: 4vw;
}

.image-35 {
  width: 58vw;
}

.text-block-24 {
  color: #fff;
  text-align: center;
  width: 69vw;
  margin-top: 2vw;
  font-family: Inconsolata, monospace;
  font-size: 1.5vw;
  line-height: 120%;
}

.text-block-24._2 {
  color: #472708;
  margin-top: 0;
  font-size: 1.8vw;
  font-weight: 700;
}

.text-block-24._3 {
  color: #ffffff87;
}

.div-block-28 {
  text-align: center;
  background-color: #552b0075;
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 49vw;
  min-height: 4vw;
  margin-top: 2vw;
  padding-left: 2vw;
  display: flex;
}

.text-block-25 {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 1.7vw;
  line-height: 130%;
}

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

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 3vw;
}

.div-block-30 {
  background-color: #fafafae3;
  border: 1px solid #5d2500;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 26vw;
  height: 18vw;
  padding-left: 4vw;
  padding-right: 4vw;
  transition: all .2s;
  display: flex;
  box-shadow: 0 6px #000;
}

.div-block-30:hover {
  transform: scale(1.1);
}

.image-36 {
  width: 30vw;
}

.image-37 {
  display: none;
}

.image-38 {
  width: 20vw;
}

.section-12 {
  background-image: url('../images/2024-02-01-01.36-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-31 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 50vw;
  min-height: 25vw;
  padding: 2vw 2vw 0;
  display: flex;
}

.lottie-animation-3 {
  z-index: -1;
  width: 30vw;
  margin-top: -2vw;
  display: none;
  position: relative;
}

.text-block-26 {
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 4vw;
  line-height: 100%;
}

.text-block-26._2 {
  text-align: center;
  width: 60vw;
  margin-top: 2vw;
  font-size: 1.6vw;
  line-height: 150%;
}

.text-block-26._3 {
  margin-bottom: 3vw;
}

.image-39 {
  width: 60vw;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-40 {
  width: 20vw;
  position: absolute;
  inset: auto 1% 67% auto;
}

.image-41 {
  width: 6vw;
}

.link-block-8 {
  margin-left: 2vw;
}

.image-42 {
  width: 30vw;
}

.image-43 {
  width: 20vw;
  position: absolute;
  inset: auto auto 15% 4%;
}

.image-44 {
  width: 20vw;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-45 {
  width: 45vw;
  margin-top: 4vw;
}

.image-46 {
  width: 20vw;
  display: none;
  position: absolute;
  inset: 42% 7% auto auto;
}

.image-47 {
  z-index: -1;
  width: 20vw;
  position: absolute;
  inset: 74% auto auto 84%;
}

.image-48 {
  z-index: 2;
  width: 20vw;
  position: absolute;
  inset: 0% auto auto 9%;
}

.image-49 {
  width: 20vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-32 {
  margin-top: 20px;
}

.image-50 {
  width: 15vw;
  position: absolute;
  inset: 56% 15% auto auto;
}

.image-51 {
  width: 15vw;
  position: static;
}

.link-block-9 {
  position: absolute;
  inset: 49% 18% auto auto;
}

.link-block-9._223 {
  top: 18%;
  right: 13%;
}

.link-block-9._223._44 {
  right: 73%;
}

.link-block-9._223._44._55 {
  top: 39%;
  right: 71%;
}

.section-13 {
  background-color: #3f2111;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 50vw;
  padding-top: 2vw;
  display: flex;
}

.image-52 {
  width: 35vw;
}

.grid-4 {
  grid-column-gap: 1.04167vw;
  grid-row-gap: 1.04167vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 4vw;
}

.image-53 {
  width: 30vw;
}

.text-block-27 {
  color: #fff;
  font-family: Inconsolata, monospace;
  font-size: 2vw;
}

.section-14 {
  background-image: url('../images/Frame-2147223302.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  padding-top: 5vw;
  padding-left: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-54 {
  width: 5vw;
}

.link-block-10 {
  margin-left: 2vw;
}

.image-55 {
  z-index: 0;
  width: 40vw;
  position: relative;
}

.div-block-33 {
  margin-left: 4vw;
}

.div-block-34 {
  margin-top: 2vw;
  position: relative;
}

.link-block-11 {
  z-index: 1;
  position: absolute;
  inset: auto auto 18% 16%;
}

.image-56 {
  width: 27vw;
}

.image-57 {
  width: 20vw;
  position: absolute;
  inset: 6% 2% auto auto;
}

.image-57._3232 {
  width: 17vw;
  top: 43%;
  right: -1%;
}

.image-57._3232._444 {
  width: 13vw;
  top: 72%;
  right: 10%;
}

.image-58 {
  z-index: 34;
  mix-blend-mode: normal;
  width: 20vw;
  position: absolute;
  inset: auto -5% -8% auto;
}

.image-59 {
  width: 4vw;
}

.image-60 {
  width: 15vw;
}

.image-60._3 {
  width: 6vw;
}

.link-block-12 {
  margin-left: 2vw;
}

.text-block-28 {
  color: #fff;
  background-color: #a100ff;
  border: 5px solid #fff;
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 4vw;
  line-height: 150%;
}

.text-block-28._777 {
  color: #fff;
  border-color: #fff;
  font-size: 2.5vw;
}

.text-block-28._777._88 {
  color: #fff;
  border-color: #fff;
  font-size: 4vw;
}

.div-block-35 {
  background-image: url('../images/Vector-199.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 40vw;
  height: 5vw;
  margin-top: 2vw;
  display: none;
}

.text-span-3 {
  font-family: Lato, sans-serif;
}

.image-61 {
  width: 20vw;
  margin-right: 2vw;
}

.image-61._6666 {
  margin-right: 2vw;
}

.image-61._6666._444 {
  width: 12vw;
}

.image-61._6666._777 {
  margin-right: 0;
}

.image-61._2 {
  width: 16vw;
}

.image-61._09 {
  width: 29vw;
}

.div-block-36 {
  margin-top: 7vw;
}

.section-15 {
  background-color: #3e47a1;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 12vw;
  display: flex;
}

.section-16 {
  background-color: #120f5c;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 50vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.image-62 {
  width: 50vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-63 {
  z-index: 0;
  width: 30vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-64 {
  width: 60vw;
  margin-top: 2vw;
}

.image-65 {
  z-index: 0;
  width: 25vw;
  height: 40vw;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-65._22 {
  left: 28%;
}

.image-65._22._33 {
  left: 54%;
}

.text-block-30 {
  color: #fff;
  width: 40vw;
  margin-top: 2vw;
  font-size: 1.2vw;
  line-height: 150%;
}

.text-block-30._2222 {
  text-align: center;
  width: 60vw;
}

.div-block-37 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-66 {
  width: 7vw;
  margin-left: 2vw;
}

.section-17 {
  opacity: .86;
  cursor: none;
  background-image: url('../images/Frame-52.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: row;
  justify-content: space-around;
  align-items: flex-end;
  width: 100vw;
  height: 60vw;
  min-height: auto;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.image-67 {
  z-index: 2;
  width: 45vw;
  position: relative;
}

.body-3 {
  background-color: #4c3b04;
}

.image-68 {
  transform-style: preserve-3d;
  width: 40vw;
  transform: rotateX(-1deg)rotateY(1deg)rotateZ(7deg);
}

.image-69 {
  z-index: 2;
  width: 100vw;
  margin-top: -9vw;
  position: relative;
}

.section-18 {
  cursor: none;
  background-color: #9dc2dd;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
  position: relative;
}

.image-70 {
  width: 40vw;
}

.image-71 {
  z-index: 0;
  width: 50vw;
  margin-top: 7vw;
  position: relative;
}

.text-block-31 {
  color: #fff;
  text-align: center;
  width: 70vw;
  margin-top: 1vw;
  font-family: Inconsolata, monospace;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 150%;
}

.text-block-31._2323 {
  width: 90vw;
  margin-top: 4vw;
}

.image-72 {
  width: 8vw;
}

.image-72._222 {
  width: 5vw;
  margin-left: 4vw;
}

.link-block-13 {
  cursor: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 3vw;
  display: flex;
  position: static;
  inset: 46% 24% auto auto;
}

.link-block-13._22 {
  right: 68%;
}

.link-block-13._22._323 {
  cursor: none;
  margin-right: 2vw;
}

.link-block-13._55 {
  margin-right: 0;
}

.text-block-32 {
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-73 {
  width: 4vw;
  position: absolute;
  inset: 36% auto auto 32%;
}

.image-74 {
  width: 16vw;
}

.section-19 {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  mix-blend-mode: normal;
  background-color: #a4ec7942;
  justify-content: flex-start;
  align-items: center;
  width: 130vw;
  height: 6vw;
  display: flex;
}

.section-19._222 {
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  background-color: #a4ec79;
}

.section-19._4 {
  background-color: #705437;
  border-top: 5px solid #000;
  border-bottom: 5px solid #000;
  border-radius: 0;
}

.div-block-38 {
  z-index: 122;
  width: auto;
  margin-bottom: -7vw;
  position: relative;
  overflow: hidden;
}

.image-75 {
  width: 7vw;
  margin-left: 3vw;
}

.link-block-14 {
  z-index: 88;
  cursor: none;
  background-color: #51723d;
  border: 3px solid #000;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 14vw;
  height: 4vw;
  margin-top: 2vw;
  text-decoration: none;
  display: flex;
  position: relative;
  box-shadow: -4px 4px #000;
}

.link-block-14:hover {
  z-index: 5;
  position: relative;
}

.text-block-33 {
  color: #fff;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2vw;
  text-decoration: none;
}

.image-76 {
  z-index: 2;
  width: 100vw;
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-77 {
  z-index: 1;
  width: 45vw;
  position: absolute;
  top: 13.3vw;
}

.image-78 {
  z-index: 1;
  width: 40vw;
  position: absolute;
  inset: 2% auto auto 7%;
}

.image-78._22 {
  top: -5%;
  left: 45%;
}

.image-78._22._323 {
  width: 45vw;
  top: -5%;
  left: 68%;
}

.image-79 {
  z-index: 30;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-80 {
  z-index: 4;
  opacity: 1;
  mix-blend-mode: screen;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-39 {
  z-index: 0;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: -15vw;
  padding-bottom: 0;
  padding-left: 9vw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-81 {
  width: 50vw;
}

.div-block-40 {
  z-index: 55;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.image-82 {
  z-index: 2;
  opacity: 1;
  margin-top: -8vw;
  position: relative;
}

.section-20 {
  z-index: 3;
  cursor: none;
  background-color: #4c3b02;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 0;
  padding-bottom: 2vw;
  display: flex;
  position: relative;
}

.image-83 {
  width: 25vw;
  margin-top: -6vw;
}

.div-block-41 {
  z-index: 4545;
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.cursor-wrapper {
  z-index: 2323;
  pointer-events: auto;
  cursor: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.image-84 {
  width: 3vw;
}

.image-85 {
  width: 20vw;
  position: absolute;
  inset: -52% 22% auto auto;
}

.section-21 {
  cursor: none;
  background-color: #4c3b04;
  flex-flow: row;
  justify-content: flex-start;
  width: 200vw;
  height: auto;
  display: flex;
}

.section-21._232 {
  flex-flow: row;
  justify-content: flex-start;
}

.image-86 {
  width: 60vw;
}

.div-block-42 {
  background-color: #4c3b04;
  margin-top: 49px;
  overflow: hidden;
  transform: rotate(-7deg);
}

.section-22 {
  cursor: none;
  background-color: #4c3b04;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 60vw;
  margin-top: 6vw;
  padding-left: 0;
  padding-right: 6vw;
  display: flex;
  position: relative;
}

.image-87 {
  width: 50vw;
  margin-top: -8vw;
  display: none;
}

.image-88 {
  width: 50vw;
  margin-top: -9vw;
}

.image-89 {
  width: 40vw;
  position: absolute;
  inset: 64% auto auto 14%;
}

.image-89._22 {
  top: 43%;
  left: 13%;
}

.image-89._33 {
  z-index: 0;
  top: 45%;
  left: 54%;
}

.image-89._323 {
  top: 73%;
}

.image-89._78 {
  inset: 76% 8% auto auto;
}

.image-90 {
  z-index: 2;
  opacity: 1;
  mix-blend-mode: normal;
  width: 20%;
  height: 100%;
  position: absolute;
  inset: -36% auto auto 0%;
}

.image-90._22 {
  top: -42%;
  left: 21%;
}

.image-90._22._33 {
  left: 42%;
}

.image-90._22._33._55 {
  left: 62%;
}

.image-90._22._33._55._66 {
  top: -25%;
  left: 80%;
}

._2323 {
  width: 10vw;
}

.section-23 {
  z-index: 2;
  width: 100vw;
  height: 200vw;
  position: relative;
}

.spline-scene {
  width: 100vw;
  height: 100vh;
  position: fixed;
}

.image-91 {
  width: 20vw;
  position: absolute;
  inset: 45% 5% auto auto;
}

.text-block-34 {
  color: #fff;
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 2vw;
}

.div-block-43 {
  width: 35vw;
  height: 20vw;
  margin-top: 6vw;
}

.text-block-35 {
  color: #000;
  font-family: Simpsonfont Demo, sans-serif;
  font-size: 4vw;
  line-height: 100%;
}

.text-block-35._22 {
  margin-top: 2vw;
  font-size: 1vw;
  line-height: 200%;
}

.section-24 {
  cursor: none;
  width: 100vw;
  height: 40vw;
}

.image-92 {
  width: 100vw;
  margin-top: 83px;
}

.text-span-4 {
  font-family: Merriweather, serif;
}

.section-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 50vw;
  padding-top: 6vw;
  padding-bottom: 6vw;
  display: flex;
  position: relative;
}

.content-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: -16vw;
  display: flex;
}

.background-video-3 {
  border: 7px solid #ea94ff;
  border-radius: 40px;
  width: 100vw;
  height: 50vw;
  box-shadow: 0 11px #eef805, 0 20px #00b30cfc;
}

.body-4 {
  color: #fff;
  background-color: #fff;
  font-family: Jua, sans-serif;
  font-size: 18px;
}

.image-93 {
  z-index: 2;
  margin-top: -6vw;
  display: none;
  position: relative;
}

.image-94 {
  width: 30vw;
  margin-top: -41vw;
  display: none;
}

.image-95 {
  width: 100vw;
  margin-top: -15vw;
  display: none;
}

.section-26 {
  background-color: #00b3ff;
  border-bottom: 5px solid #ffa8ee;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-height: 20vw;
  padding-top: 4vw;
  padding-bottom: 4vw;
  display: none;
}

.image-96 {
  width: 45vw;
  position: absolute;
  inset: 45% auto auto -3%;
}

.text-block-36 {
  -webkit-text-stroke-color: #fff;
  text-shadow: 5px 7px #ff4dd8, 15px 20px #6c78ff;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 8vw;
  line-height: 100%;
  position: absolute;
  inset: auto auto 63.9vw 7.2vw;
}

.text-block-36._22 {
  left: 73.8vw;
}

.text-block-36.gt {
  position: static;
}

.text-block-36.gt.m {
  display: none;
  position: absolute;
  inset: 25.4vw 13.9vw auto auto;
}

.text-block-37 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-color: #1ffe83;
  width: 70vw;
  margin-top: 2vw;
  font-family: Inconsolata, monospace;
  font-size: 1.3vw;
  line-height: 150%;
}

.text-block-37.ll {
  background-color: #fff;
  border-radius: 50px;
  width: auto;
  padding: 2vw 4vw;
  font-family: Inconsolata, monospace;
  font-size: 1.4vw;
  font-weight: 700;
}

.div-block-44 {
  margin-top: 2vw;
  display: flex;
}

.link-block-15 {
  background-color: #923fef;
  border: 3px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 8vw;
  height: 8vw;
  margin-right: 2vw;
  transition: all .5s, opacity .3s;
  display: flex;
  box-shadow: -4px 4px #000;
}

.link-block-15:hover {
  box-shadow: 0 0 #000;
}

.link-block-15._3 {
  margin-right: 0;
}

.link-block-15._3._5 {
  margin-right: 2vw;
}

.link-block-15._3._5._666 {
  background-color: #e0ef3f;
}

.link-block-15._3._555 {
  background-color: #000;
}

.image-97 {
  width: 3vw;
}

.image-97._22 {
  width: 4vw;
}

.image-97.tt {
  border-radius: 20px;
}

.image-98 {
  opacity: 1;
  mix-blend-mode: difference;
  width: 100vw;
}

.navigation-side-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary:hover {
  background-color: #734573;
}

.button-primary.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary.icon-right {
  padding-right: 12px;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.banner {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #0e4220;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  display: flex;
  position: relative;
}

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  background-color: #ffa537;
  border-bottom: 2px solid #000;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-weight-medium {
  font-size: 24px;
  font-weight: 500;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #f0ebf0;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: flex;
}

.navigation-link {
  color: #000;
  padding: 12px 15px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #734573;
}

.navigation-link.w--current {
  color: #642eff;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-card {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 24px;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.icon-regular {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-logo-image.qfav {
  margin-right: 28px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  color: #fff;
  border-width: 3px;
  border-radius: 10000px;
  padding-left: 54px;
  padding-right: 54px;
  font-size: 20px;
  font-style: normal;
}

.button-outline.icon-left:hover {
  background-color: #0c3012;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  overflow: hidden;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.navigation-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-27 {
  background-image: url('../images/2303.w015.n003.1213B.p15.1213-3.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 8px solid #000;
  padding: 0 10% 130px;
}

.section-27.safasfv {
  background-image: none;
}

.section-27.safasfv.z-vljnzv {
  background-image: url('../images/Frame-47-2.svg');
  background-position: 100% 100%;
  background-size: cover;
  padding-top: 91px;
  padding-bottom: 114px;
}

.section-27.safasfv.z-vljnzv.advzbz {
  background-image: none;
}

.section-27.safasfv.z-vljnzv.advzbz.wfaxvx, .div-block-45 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-46 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 21px;
  padding-right: 79px;
  display: flex;
}

.image-99 {
  width: 80%;
  padding-bottom: 39px;
}

.paragraph {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  padding-bottom: 13px;
  font-size: 96px;
  line-height: 84px;
}

.paragraph-2 {
  font-size: 34px;
  line-height: 42px;
}

.div-block-47 {
  text-align: center;
  margin-top: 26px;
}

.link-block-16 {
  margin-right: 17px;
}

.paragraph-3 {
  text-align: center;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 57px;
  font-size: 96px;
  line-height: 96px;
}

.div-block-48 {
  background-color: #274a20;
  border: 3px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding-top: 53px;
  padding-bottom: 53px;
  padding-left: 56px;
  display: flex;
}

.div-block-48.axzbzb {
  margin-bottom: 40px;
}

.div-block-48.axzbzb.xcbxb-cxbcxb {
  padding-top: 17px;
  padding-bottom: 17px;
}

.div-block-48.axzbzb.xcbxb-cxbcxb.asxv {
  padding-top: 39px;
  padding-bottom: 39px;
}

.div-block-48.axzbzb.xcbxb-cxbcxb.asxv.sdbzb {
  margin-left: 32px;
  margin-right: 32px;
  padding-left: 102px;
  padding-right: 102px;
}

.paragraph-4 {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #000;
  padding-bottom: 7px;
  padding-left: 0;
  padding-right: 104px;
  font-size: 40px;
  line-height: 34px;
}

.div-block-49 {
  padding-left: 37px;
}

.div-block-49.as, .div-block-49.qwewqd {
  padding-left: 0;
}

.paragraph-5 {
  text-align: left;
  padding-right: 46px;
  font-size: 24px;
  line-height: 36px;
}

.paragraph-5.qwfaxv {
  margin-bottom: 0;
  padding-right: 0;
}

.bold-text-2, .bold-text-3 {
  -webkit-text-stroke-width: .5px;
}

.div-block-50 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-100 {
  margin-left: 55px;
}

.image-100.jn {
  margin-left: 0;
}

.paragraph-6 {
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin-bottom: 31px;
  font-size: 48px;
  line-height: 46px;
}

.paragraph-7 {
  text-align: center;
  width: 800px;
}

.paragraph-7.dgdsbcxb {
  font-size: 30px;
  line-height: 35px;
}

.link-block-17 {
  margin-left: -4px;
  margin-right: 20px;
}

.paragraph-8 {
  color: #000;
  font-size: 24px;
}

.button {
  color: #000;
  background-color: #3898ec00;
  border: 3px solid #000;
  border-radius: 1000px;
  margin-left: 42px;
  padding: 15px 77px;
  font-size: 24px;
  box-shadow: 0 8px #000;
}

.button:hover {
  color: #fff;
  background-color: #000;
  transform: none;
}

.button.qweasd {
  margin-top: 35px;
  margin-left: 0;
}

.section-28 {
  background-color: #000;
  border-radius: 0;
  padding: 69px 9%;
}

.section-28.a-sjs {
  padding-top: 158px;
  padding-bottom: 158px;
}

.section-28.asfasf {
  background-color: #4d0203;
  background-image: url('../images/Frame-80.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 8px solid #000;
  padding-top: 35px;
  padding-bottom: 35px;
}

.div-block-51 {
  width: 50%;
  padding-top: 112px;
  padding-bottom: 112px;
}

.div-block-52 {
  text-align: center;
  width: 50%;
  padding-top: 103px;
  padding-bottom: 103px;
}

.div-block-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-53.dsgdsg {
  flex-flow: row;
}

.div-block-53.dsgdsg.adoifgaf {
  justify-content: center;
  align-items: flex-start;
}

.paragraph-9 {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 13px;
  font-family: Sriracha, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.paragraph-10 {
  color: #fff;
  font-family: Jua, sans-serif;
  font-size: 28px;
  line-height: 42px;
}

.section-29 {
  background-image: url('../images/2301.w062.n005.7A.p1.7-1-1.jpg');
  background-position: 50%;
  background-size: cover;
  padding: 142px 20%;
}

.section-29.agag {
  background-image: url('../images/Frame-62.jpg');
}

.paragraph-11 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 19px;
  font-size: 72px;
  line-height: 72px;
}

.paragraph-11.k-jb {
  padding-bottom: 45px;
}

.paragraph-11.av {
  color: #000;
  text-align: left;
}

.paragraph-12 {
  color: #fff;
  text-align: left;
  padding-bottom: 12px;
  font-size: 48px;
  line-height: 64px;
}

.paragraph-12.agdzcbl {
  text-align: center;
}

.paragraph-12.zxjvn {
  color: #000;
}

.div-block-54 {
  text-align: center;
  border: 5px solid #000;
  border-radius: 30px;
  padding: 52px 50px;
}

.paragraph-13 {
  color: #000;
  padding-bottom: 29px;
  font-size: 36px;
}

.paragraph-14 {
  color: #000;
  text-align: center;
  font-size: 24px;
  line-height: 28px;
}

.link-block-18 {
  margin-right: 16px;
}

.link-block-18.wswgsdb {
  margin-left: -6px;
}

.image-105 {
  margin-left: -8px;
}

.image-106 {
  margin-left: -2px;
}

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

.section-30 {
  background-color: #000;
  padding: 42px 9%;
}

.paragraph-15 {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Comico, Impact, sans-serif;
  font-size: 24px;
}

.image-107, .image-108 {
  border-radius: 10px;
}

.header-gradient-overlay {
  background-image: linear-gradient(4deg, #e9746240, #fff0);
  position: absolute;
  inset: 0%;
}

.title-center-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 840px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-image-wrapper-large {
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.column-regular.column-center {
  justify-content: flex-start;
  align-items: center;
}

.container-regular {
  z-index: 5;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  max-width: 450px;
}

.paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.h1-heading {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-color-primary {
  color: #ea7462;
}

.header-image-card {
  background-color: #f5f5f5;
  border-radius: 24px;
  margin-top: 64px;
  padding: 12px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 28px #0000000f;
}

.div-block-56 {
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 84px;
  margin-right: 21px;
  display: flex;
}

.paragraph-16 {
  text-shadow: 0 1px 20px #000;
  padding-bottom: 23px;
  padding-right: 37px;
  font-family: Geo, sans-serif;
  font-size: 48px;
  line-height: 48px;
}

.paragraph-16.qwrwq {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  padding-right: 0;
  font-family: Sriracha, sans-serif;
  font-size: 32px;
}

.link-block-19 {
  margin-right: 19px;
}

.image-109 {
  margin-left: -7px;
}

.image-110 {
  border-radius: 15px;
}

.image-111 {
  margin-bottom: -196px;
}

.image-112 {
  padding-bottom: 29px;
}

.image-113 {
  width: 100%;
  padding-left: 52px;
  padding-right: 52px;
}

.image-115 {
  width: 15vw;
}

.image-115._22 {
  width: 12vw;
}

.menu-button-4 {
  cursor: none;
}

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

.nav-menu-3 {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-top: 0;
  display: flex;
}

.navbar-3 {
  z-index: 20000;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  pointer-events: auto;
  cursor: none;
  background-color: #0000;
  border-bottom: 2px solid #f4e093;
  align-items: center;
  width: 100vw;
  height: 5vw;
  padding: 3vw 5vw 3vw 9vw;
  display: flex;
  position: fixed;
}

.link-block-20 {
  color: #ffd596;
  text-transform: uppercase;
  background-color: #57472b;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 4vw;
  margin-left: 2vw;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-20._2 {
  text-transform: uppercase;
  cursor: none;
  background-color: #57472b00;
  width: auto;
  height: auto;
  margin-left: 0;
  transition: all .2s;
}

.link-block-20._2:hover {
  background-color: #7e6843;
  transform: scale(1.1);
}

.nav-link-4 {
  color: #fff;
  letter-spacing: 1px;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  text-shadow: 0 4px #000;
  cursor: none;
  background-color: #fbd06500;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 1vw;
  padding: 10px;
  font-family: Jua, sans-serif;
  font-size: 28px;
  font-weight: 700;
  transition: all .2s;
}

.nav-link-4:hover {
  transform: scale(1.3);
}

.nav-link-4.w--current {
  color: #f4e093;
  font-weight: 700;
}

.nav-link-4._2 {
  cursor: none;
  margin-right: 3vw;
  font-size: 1vw;
}

.image-116 {
  width: 200px;
}

.div-block-58 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.image-117 {
  width: 15vw;
}

.div-block-59 {
  z-index: 2;
  margin-top: 2vw;
  display: flex;
  position: relative;
}

.image-118 {
  text-align: center;
  width: 35vw;
}

.section-31 {
  cursor: none;
  mix-blend-mode: normal;
  background-image: url('../images/Frame-79.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-bottom: 8px solid #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding: 243px 14vw 139px 6vw;
  display: flex;
  position: relative;
}

.image-119 {
  opacity: .14;
  mix-blend-mode: exclusion;
  width: 100vw;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-60 {
  z-index: 1;
  border: 2px solid #ffe8ac;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40vw;
  min-height: 5vw;
  margin-top: 2vw;
  padding-left: 0;
  display: flex;
  position: relative;
}

.div-block-60._22 {
  cursor: none;
  width: 100%;
  min-height: auto;
  padding: 1vw 3vw;
}

.div-block-61 {
  z-index: 2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  display: flex;
  position: relative;
}

.link-block-21 {
  color: #ffd596;
  text-transform: uppercase;
  background-color: #57472b;
  border-radius: 1vw;
  justify-content: center;
  align-items: center;
  width: 15vw;
  height: 4vw;
  margin-left: 2vw;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.link-block-21._2 {
  text-transform: uppercase;
  cursor: none;
  background-color: #57472b00;
  width: auto;
  height: auto;
  margin-left: 0;
  transition: all .2s;
}

.link-block-21._2:hover {
  background-color: #7e6843;
  transform: scale(1.1);
}

.link-block-21._3 {
  color: #404c63;
  text-transform: uppercase;
  cursor: none;
  background-color: #14100a;
  border: 2px solid #e9c36d;
  border-radius: 0;
  height: 5vw;
  font-family: Merriweather, serif;
  transition: all .2s;
  position: static;
}

.link-block-21._3:hover {
  background-color: #ffc600;
}

.text-block-38 {
  color: #ff5252;
  text-align: center;
  width: 35vw;
  font-size: 1.4vw;
  font-weight: 300;
  line-height: 140%;
}

.text-block-38._3 {
  color: #fff;
  text-align: center;
  margin-top: 2vw;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.text-block-39 {
  margin-top: 6vw;
  font-family: PT Sans, sans-serif;
  font-size: 1.3vw;
}

.text-block-39._1 {
  color: #ffe8ac;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1vw;
  font-weight: 600;
}

.text-block-40 {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.6vw;
  font-weight: 700;
}

.text-block-40._2 {
  color: #fff;
  text-transform: uppercase;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 1.4vw;
}

.image-120 {
  z-index: 2;
  width: 80%;
  margin-top: 0;
  padding-bottom: 21px;
  position: relative;
}

.nav-menu-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
  position: static;
}

.banner-wrapper, .nav-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.banner-2 {
  color: #fff;
  text-align: center;
  background-color: #080808;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.nav-icon-l {
  padding: 8px;
}

.nav-dropdown {
  height: 100%;
  position: static;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.nav-link-text {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.button-secondary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #5167f6;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #cbd0f6;
  border-radius: 99px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
}

.button-secondary-s:hover {
  background-color: #eceefe;
}

.button-secondary-s:active {
  background-color: #d8ddfd;
}

.button-primary-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #6173e5;
  border-radius: 99px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .5s cubic-bezier(.6, .6, 0, 1);
}

.button-primary-s:hover {
  background-color: #8492eb;
}

.button-primary-s:active {
  background-color: #8b99f9;
}

.nav-link-5 {
  color: #080808;
  letter-spacing: -.02em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-5:hover {
  color: #6173e5;
  background-color: #eeeffc;
}

.nav-link-5.w--current {
  color: #642eff;
}

.nav-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.navigation-2 {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
}

.nav-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #080808;
  letter-spacing: -.02em;
  border-radius: 32px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 8px 12px 8px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.nav-toggle:hover, .nav-toggle.w--open {
  color: #6173e5;
  background-color: #eeeffc;
}

.span-yellow {
  color: #e5cb61;
}

.nav-link-arrow-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.caption {
  letter-spacing: -.02em;
  font-size: 14px;
  line-height: 1.8;
}

.nav-feature-icon {
  background-color: #f8f9fa;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-list-dropdown {
  z-index: 99;
}

.nav-list-dropdown.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  max-width: 284px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  position: absolute;
  top: 72px;
  bottom: auto;
  overflow: visible;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.nav-dropdown-base-a {
  z-index: 99;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #eaedf0;
  border-radius: 8px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
  box-shadow: 0 24px 64px #e0e0e07a;
}

.nav-dropdown-base-a.w--open {
  background-color: #0000;
  width: 100%;
  min-width: auto;
  padding: 24px 5%;
  position: absolute;
  inset: 90px auto auto 0;
  overflow: hidden;
}

.nav-link-feature {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link-s {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  width: 100%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav-link-s:hover {
  color: #6173e5;
}

.nav-wrapper {
  grid-column-gap: 62px;
  align-items: center;
  display: flex;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-line-break {
  background-color: #eaedf0;
  width: 100%;
  height: 1px;
}

.paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-2.text-weight-bold {
  font-weight: 700;
}

.paragraph-small-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.nav-link-6 {
  color: #080808;
  letter-spacing: -.02em;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 32px;
  padding: 8px 16px;
  font-family: Jua, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.nav-link-6:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
  background-color: #95d43c;
}

.nav-link-6.w--current {
  color: #642eff;
}

.navigation-3 {
  z-index: 999;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 96px;
  padding: 24px 5%;
  display: flex;
  position: fixed;
}

.paragraph-regular-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.paragraph-regular-3.text-weight-bold {
  font-weight: 700;
}

.paragraph-small-3 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.image-121 {
  width: 200px;
}

.navigation-wrapper-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: none;
}

.navigation-4 {
  z-index: 1000;
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 12px 5%;
  display: flex;
  position: fixed;
}

.navigation-link-wrapper {
  align-items: center;
  display: flex;
}

.logo-link-large {
  margin-right: 24px;
}

.navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-button:hover {
  background-color: #282556;
}

.logo {
  width: 150px;
}

.navigation-menu-2 {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-link-2 {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 12px 24px;
  font-family: Comico, Impact, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link-2:hover {
  color: #3fa300;
  background-color: #f3f5fb00;
}

.navigation-link-2.w--current {
  color: #642eff;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.content-image-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.content-feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.h2-heading {
  color: #030711;
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.paragraph-large {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.content-grid {
  grid-column-gap: 30px;
  grid-row-gap: 44px;
  grid-template-rows: auto;
  grid-template-columns: minmax(auto, 1.25fr) 1fr;
}

.paragraph-small-4 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
}

.subheading-regular {
  color: #030711;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
}

.icon-wrapper {
  color: #b95bb4;
  background-color: #f4dcf4;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.icon-wrapper.blue {
  color: #4250d1;
  background-color: #e1e7f9;
}

.column-tiny-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.section-x-large {
  background-image: url('../images/Frame-88-2.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 30px solid #fff;
  border-radius: 30px;
  padding: 116px 5% 144px;
}

.section-x-large.asg {
  background-image: url('../images/Frame-88-1.jpg');
}

.section-x-large.asgasg {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.section-32 {
  background-image: url('../images/web-1-1.jpg');
  background-position: 50% 0;
  background-size: cover;
  border: 0 solid #000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  height: 100vh;
  padding: 0 9%;
  position: relative;
}

.section-32.qweoiqwe {
  background-image: url('../images/web-2-1.jpg');
}

.image-122 {
  width: 45%;
  margin-right: 35px;
}

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

.div-block-63 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.image-123 {
  width: 100%;
  padding-bottom: 46px;
}

.image-124 {
  padding-bottom: 17px;
}

.paragraph-17 {
  text-shadow: 0 1px 8px #000000e3;
  font-family: Comico, Impact, sans-serif;
  font-size: 26px;
  line-height: 35px;
}

.background-video-4 {
  border-left: 30px solid #fff;
  border-right: 30px solid #fff;
  padding-top: 504px;
  padding-bottom: 504px;
}

.image-125 {
  margin-top: 37px;
}

.div-block-64 {
  padding: 44px 62px;
  position: absolute;
  inset: 3% auto auto 10%;
}

.link-block-22 {
  margin-right: 14px;
}

.paragraph-18 {
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 1px 20px #000;
  margin-top: 12px;
  font-size: 1.3vw;
}

@media screen and (max-width: 991px) {
  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navigation-dropdown-row {
    flex-flow: column;
    grid-template-columns: 2fr;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding: 12px 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .title-center-large {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-4 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .nav-menu-4.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .nav-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-dropdown {
    width: 100%;
  }

  .button-secondary-s, .button-primary-s {
    display: none;
  }

  .nav-link-5 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-2 {
    position: relative;
  }

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

  .nav-list-dropdown.w--open {
    max-width: none;
    padding: 0;
    position: relative;
    top: 8px;
  }

  .nav-dropdown-base-a {
    box-shadow: none;
  }

  .nav-dropdown-base-a.w--open {
    box-shadow: none;
    height: 500px;
    margin-left: 0;
    margin-right: 0%;
    padding: 16px;
    position: static;
    overflow: auto;
  }

  .nav-wrapper {
    align-items: center;
    width: auto;
    display: flex;
  }

  .nav-logo-link {
    margin-right: 0;
  }

  .nav-menu-button {
    color: #6173e5;
    background-color: #eeeffc;
    border-radius: 100px;
    padding: 12px;
  }

  .nav-menu-button.w--open {
    background-color: #6173e5;
    border-color: #fff;
  }

  .nav-link-6 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .navigation-3 {
    position: relative;
  }

  .navigation-wrapper-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-4 {
    position: relative;
  }

  .logo-link-large {
    margin-right: 0;
  }

  .menu-button-5 {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button-5.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu-2 {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link-2 {
    width: 100%;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .banner-2 {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

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

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

@media screen and (max-width: 479px) {
  .navbar {
    min-height: 23vw;
    display: none;
  }

  .div-block {
    display: none;
  }

  .nav-link {
    text-align: center;
    margin-top: 7vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 6vw;
    line-height: 160%;
  }

  .nav-link.last {
    margin-right: auto;
  }

  .nav-menu {
    text-align: center;
    background-color: #093364;
    height: 100vh;
  }

  .image {
    width: 15vw;
  }

  .image._2 {
    width: 21vw;
  }

  ._1 {
    margin-top: 14vw;
  }

  ._1._2 {
    margin-left: 13vw;
  }

  .image-2 {
    width: 50vw;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 130vw;
    margin-top: -23vw;
    padding-top: 33vw;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .image-3 {
    width: 90vw;
    margin-top: 8vw;
    display: none;
  }

  .div-block-2 {
    z-index: 66;
    text-align: center;
    align-items: center;
    margin-right: 16vw;
  }

  .text-block {
    text-align: center;
    width: 90vw;
    font-size: 4vw;
  }

  .text-block._2 {
    text-align: center;
    margin-top: 6vw;
    font-size: 3vw;
  }

  .image-4 {
    width: 50vw;
  }

  .link-block {
    display: none;
  }

  .div-block-3 {
    flex-direction: column;
  }

  .div-block-3._77 {
    flex-flow: row;
    margin-top: 8vw;
  }

  .image-5 {
    width: 90vw;
    margin-bottom: 0;
    margin-left: 0;
    display: block;
  }

  .image-5._2 {
    width: 59vw;
    margin-bottom: 0;
    display: block;
    inset: auto 0% 0% auto;
  }

  .section-2 {
    overflow: hidden;
  }

  .div-block-4 {
    height: 24vw;
  }

  .text-block-3, .text-block-3._1 {
    letter-spacing: 12px;
    font-size: 8vw;
  }

  .section-3 {
    justify-content: center;
    min-height: 130vw;
    padding: 24vw 0;
  }

  .text-block-5 {
    font-size: 8vw;
  }

  .text-block-6 {
    width: 89vw;
    font-size: 3vw;
  }

  .div-block-6 {
    text-align: center;
    flex-direction: column-reverse;
  }

  .lottie-animation {
    width: 60vw;
  }

  .section-4 {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 17vw 0 5vw;
    overflow: hidden;
  }

  .section-4._2 {
    flex-direction: column;
    height: auto;
    padding: 8vw 0 12vw;
  }

  .image-6 {
    width: 87vw;
  }

  .image-7 {
    width: 80vw;
  }

  .div-block-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-button {
    background-color: #21212100;
    padding: 0;
  }

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

  .lottie-animation-2 {
    width: 22vw;
  }

  .div-block-8 {
    justify-content: center;
    width: 70vw;
    height: 7vw;
  }

  .text-block-7 {
    font-size: 3vw;
  }

  .link {
    margin-top: 10vw;
    font-size: 6vw;
    display: block;
  }

  .div-block-9 {
    justify-content: space-between;
    align-items: flex-start;
    width: 90vw;
    height: auto;
    padding: 13vw;
  }

  .div-block-9._2 {
    align-items: center;
    width: 90vw;
    height: auto;
  }

  .div-block-9._888 {
    width: 90vw;
    height: 57vw;
  }

  .text-block-8 {
    text-align: center;
    font-size: 8vw;
  }

  .text-block-8._2vw {
    font-size: 6vw;
  }

  .div-block-10 {
    align-items: center;
  }

  .image-8 {
    width: 65vw;
  }

  .image-9 {
    width: 90vw;
    margin-top: 10vw;
  }

  .div-block-11 {
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    width: 88vw;
    height: auto;
    padding: 12vw 2vw 12vw 3vw;
    display: flex;
  }

  .section-5 {
    background-color: #2c2c27;
    min-height: 280vw;
    padding-top: 16vw;
    padding-bottom: 8vw;
  }

  .image-10 {
    width: 80vw;
  }

  .background-video {
    height: 170vw;
    margin-top: 110vw;
    display: none;
  }

  .image-11 {
    width: 90vw;
  }

  .div-block-13 {
    width: 63vw;
    margin-top: 17vw;
  }

  .image-13 {
    width: 11vw;
  }

  .image-13._2 {
    width: 15vw;
  }

  .link-block-3 {
    border-width: 3px;
    border-radius: 20px;
    width: 40vw;
    height: 13vw;
  }

  .image-14 {
    width: 80vw;
  }

  .image-15 {
    width: 90vw;
    margin-top: 15vw;
  }

  .image-17 {
    width: 90vw;
  }

  .text-block-10 {
    font-size: 8vw;
  }

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

  .div-block-15 {
    width: 60vw;
  }

  .image-19 {
    width: 95vw;
    margin-top: 6vw;
  }

  .div-block-16 {
    border-radius: 6px;
    width: 80vw;
    height: 9vw;
    margin-top: 6vw;
  }

  .text-block-12 {
    font-size: 3vw;
  }

  .icon {
    color: #ffe606;
  }

  .nav-link-2 {
    justify-content: center;
    align-items: center;
    margin-top: 9vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 5vw;
    display: flex;
  }

  .image-20 {
    width: 19vw;
  }

  .nav-menu-2 {
    z-index: 2;
    background-color: #95530b;
    justify-content: center;
    height: 100vh;
    margin-top: -2vw;
  }

  .link-block-4 {
    border-radius: 4vw;
    width: 48vw;
    height: 18vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .text-block-13 {
    font-size: 3vw;
  }

  .navbar-2 {
    min-height: 9vw;
    padding-left: 3.89583vw;
    padding-right: 3.89583vw;
  }

  .div-block-18 {
    padding-top: 45vw;
  }

  .section-7 {
    min-height: 166vw;
  }

  .nav-link-3 {
    justify-content: center;
    align-items: center;
    margin-top: 9vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1vw;
    padding-bottom: 1vw;
    font-size: 5vw;
    display: flex;
  }

  .text-block-14 {
    width: 80vw;
    font-size: 5vw;
  }

  .image-21 {
    width: 19vw;
  }

  .div-block-21 {
    margin-top: 8vw;
  }

  .link-block-6 {
    border-radius: 4vw;
    width: 48vw;
    height: 18vw;
    margin-top: 5vw;
    margin-left: auto;
    margin-right: auto;
  }

  .link-block-6._2 {
    border-radius: 4vw;
    width: 40vw;
    height: 17vw;
    margin-left: auto;
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: #0000;
  }

  .heading {
    width: 80vw;
    font-size: 24vw;
  }

  .heading._2 {
    text-align: center;
    width: 90vw;
    font-size: 18vw;
  }

  .text-block-15 {
    font-size: 3vw;
  }

  .image-22 {
    width: 24vw;
  }

  .image-23 {
    width: 100vw;
  }

  .section-8 {
    min-height: 100vw;
    padding-bottom: 15vw;
  }

  .div-block-22 {
    flex-direction: column;
    padding-top: 17vw;
    padding-right: 0;
  }

  .image-25 {
    width: 70vw;
    box-shadow: -1px -2px 0 1px #f7f563;
  }

  .div-block-23 {
    text-align: center;
    align-items: center;
    margin-left: 0;
  }

  .text-block-16 {
    font-size: 18vw;
  }

  .text-block-17 {
    width: 80vw;
    font-size: 5vw;
  }

  .text-block-17._2 {
    text-align: center;
    width: 70vw;
    margin-top: 4vw;
    font-size: 3vw;
  }

  .section-9 {
    padding-top: 18vw;
    padding-bottom: 18vw;
  }

  .text-block-18 {
    font-size: 18vw;
  }

  .text-block-18._2 {
    font-size: 14vw;
  }

  .grid-2 {
    flex-direction: column;
    margin-top: 11vw;
    display: flex;
  }

  .image-26 {
    width: 70vw;
  }

  .div-block-24 {
    width: 90vw;
    height: 40vw;
    margin-top: 6.04167vw;
  }

  .text-block-19 {
    font-size: 11vw;
  }

  .text-block-20 {
    margin-top: 4vw;
    font-size: 7vw;
  }

  .image-27 {
    width: 90vw;
  }

  .div-block-25 {
    text-align: center;
    align-items: center;
    width: auto;
  }

  .section-10 {
    flex-direction: column;
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .text-block-21 {
    width: 80vw;
    font-size: 5vw;
  }

  .text-block-21._2 {
    text-align: center;
    width: 70vw;
    margin-top: 4vw;
    font-size: 3vw;
  }

  .text-block-21._2._3 {
    text-align: center;
    width: 80vw;
    font-size: 4vw;
  }

  .div-block-26 {
    margin-top: 8vw;
  }

  .image-28 {
    width: 24vw;
  }

  .image-28._2 {
    width: 21vw;
  }

  .image-29 {
    width: 90vw;
    margin-top: 5vw;
  }

  .link-block-7 {
    width: 40vw;
    min-height: 12vw;
    margin-top: 1vw;
    margin-left: 0;
    font-size: 4vw;
    inset: auto auto 47% 29%;
  }

  .heading-2 {
    font-size: 21vw;
    top: 60vw;
    left: 8.1vw;
  }

  .image-31 {
    width: 90vw;
    margin-top: 3vw;
  }

  .div-block-27 {
    flex-direction: column;
  }

  .text-block-23 {
    margin-top: -2vw;
    font-size: 15vw;
  }

  .image-32 {
    width: 24vw;
    bottom: 50%;
  }

  .image-34 {
    width: 8vw;
    top: 46.5%;
    right: 35%;
  }

  .section-11 {
    min-height: 250vw;
  }

  .section-11._3 {
    padding-top: 11vw;
    padding-bottom: 4vw;
  }

  .image-35 {
    width: 100vw;
  }

  .text-block-24 {
    width: 80vw;
    font-size: 3vw;
  }

  .text-block-24._2 {
    font-size: 4vw;
  }

  .grid-3 {
    flex-direction: column;
    display: flex;
  }

  .div-block-30 {
    width: 80vw;
    height: 30vw;
  }

  .image-36 {
    width: 80vw;
    margin-top: 10vw;
  }

  .image-37 {
    width: 90vw;
    display: block;
  }

  .image-38 {
    width: 50vw;
  }

  .section-12 {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 19vw;
  }

  .lottie-animation-3 {
    width: 70vw;
  }

  .text-block-26 {
    text-align: center;
    margin-top: 5vw;
    font-size: 8vw;
    line-height: 150%;
  }

  .text-block-26._2 {
    width: 80vw;
    margin-top: 7vw;
    font-size: 4vw;
  }

  .image-39 {
    display: block;
    position: static;
  }

  .image-40 {
    z-index: -1;
    width: 40vw;
  }

  .image-41 {
    width: 15vw;
  }

  .link-block-8 {
    margin-left: 11vw;
  }

  .image-42 {
    width: 90vw;
  }

  .image-43 {
    width: 40vw;
    bottom: -6%;
  }

  .image-44 {
    width: 35vw;
  }

  .image-45 {
    display: none;
  }

  .image-46 {
    top: 90%;
  }

  .image-48 {
    width: 40vw;
    left: 65%;
  }

  .image-49 {
    top: 85%;
  }

  .image-51 {
    width: 30vw;
  }

  .link-block-9._223._44 {
    top: 82%;
    right: 49%;
  }

  .link-block-9._223._44._55 {
    right: 57%;
  }

  .section-13 {
    height: auto;
    padding: 11vw;
  }

  .image-52 {
    width: 90vw;
  }

  .grid-4 {
    flex-direction: column;
    display: flex;
  }

  .image-53 {
    width: 70vw;
  }

  .text-block-27 {
    text-align: center;
    font-size: 6vw;
    line-height: 200%;
  }

  .section-14 {
    padding-top: 79vw;
  }

  .image-54 {
    width: 20vw;
  }

  .link-block-10 {
    margin-left: 6vw;
  }

  .image-55 {
    width: 90vw;
  }

  .div-block-33 {
    margin-left: 8vw;
  }

  .div-block-34 {
    margin-top: 12vw;
  }

  .image-56 {
    width: 70vw;
  }

  .image-57 {
    width: 60vw;
  }

  .image-57._3232 {
    width: 20vw;
    inset: 0% auto auto 0%;
  }

  .image-57._3232._444 {
    width: 45vw;
    top: 76%;
  }

  .image-60 {
    width: 35vw;
  }

  .image-60._3 {
    width: 13vw;
  }

  .text-block-28 {
    font-size: 10vw;
  }

  .text-block-28._777 {
    font-size: 7vw;
  }

  .text-block-28._777._88 {
    font-size: 10vw;
  }

  .div-block-35 {
    width: 96vw;
    height: 11vw;
  }

  .text-block-29 {
    font-size: 3vw;
  }

  .image-61 {
    width: 80vw;
  }

  .image-61._6666 {
    margin-top: 8vw;
  }

  .image-61._6666._444, .image-61._2 {
    width: 80vw;
  }

  .image-61._09 {
    width: 80vw;
    margin-top: 8vw;
  }

  .div-block-36 {
    flex-flow: column;
    display: flex;
  }

  .section-15 {
    min-height: 14vw;
  }

  .image-64 {
    width: 90vw;
    margin-top: -6vw;
  }

  .image-65 {
    width: 100%;
    height: 160vw;
  }

  .text-block-30 {
    width: 90vw;
    margin-top: 10vw;
    font-size: 4vw;
  }

  .text-block-30._2222 {
    width: 90vw;
    margin-top: 8vw;
    font-size: 3vw;
  }

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

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

  .image-66 {
    width: 18vw;
    margin-top: 5vw;
    margin-left: 0;
  }

  .section-17 {
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    min-height: 150vw;
    position: relative;
  }

  .image-67 {
    width: 90vw;
    margin-top: -20vw;
    position: static;
  }

  .image-68 {
    width: 90vw;
    transform: none;
  }

  .section-18 {
    height: auto;
    overflow: visible;
  }

  .image-70 {
    width: 90vw;
  }

  .image-71 {
    width: 90vw;
    margin-top: -3vw;
  }

  .text-block-31 {
    width: 90vw;
    margin-top: 5vw;
    font-size: 4vw;
  }

  .image-72 {
    width: 30vw;
  }

  .link-block-13 {
    top: 29%;
    right: 2%;
  }

  .link-block-13._22 {
    top: 28%;
  }

  .image-73 {
    width: 10vw;
    top: 35%;
    left: 28%;
  }

  .image-74 {
    width: 30vw;
    position: absolute;
  }

  .image-75 {
    width: 15vw;
  }

  .link-block-14 {
    width: 40vw;
    height: 10vw;
    margin-top: 8vw;
  }

  .text-block-33 {
    font-size: 5vw;
  }

  .image-76 {
    inset: auto auto 0% 0%;
  }

  .image-77 {
    width: 100vw;
    inset: auto auto -8% 0%;
  }

  .image-78 {
    width: 90vw;
    inset: 0% 0% auto auto;
  }

  .image-78._22 {
    width: 80vw;
    inset: 0% auto auto 0%;
  }

  .div-block-39 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    overflow: hidden;
  }

  .image-81 {
    z-index: 0;
    width: 40vw;
    position: absolute;
    inset: 85% auto auto 31%;
  }

  .div-block-40 {
    margin-top: 7vw;
  }

  .image-83 {
    width: 80vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .div-block-42 {
    overflow: hidden;
  }

  .section-22 {
    padding-top: 4vw;
    padding-bottom: 7vw;
  }

  .image-88 {
    width: 90vw;
    margin-top: -5vw;
  }

  .image-89._22, .image-89._33, .image-89._323, .image-89._78 {
    width: 90vw;
    position: static;
  }

  .image-90 {
    display: none;
  }

  ._2323 {
    width: 30vw;
  }

  .image-91 {
    width: 80vw;
    top: 3%;
  }

  .div-block-43 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90vw;
    height: auto;
    margin-top: 28vw;
    display: flex;
  }

  .text-block-35 {
    font-size: 9vw;
  }

  .text-block-35._22 {
    text-align: center;
    font-size: 3vw;
  }

  .image-92 {
    margin-top: 0;
  }

  .background-video-3 {
    height: 200vw;
  }

  .image-94 {
    width: 90vw;
    margin-top: -122vw;
  }

  .text-block-36 {
    text-shadow: 5px -16px #ff4dd8, 15px 20px #6c78ff;
    bottom: 145.3vw;
    left: 2.2vw;
  }

  .text-block-36._22 {
    left: 76.5vw;
  }

  .text-block-36.gt {
    font-size: 15vw;
  }

  .text-block-36.gt.m {
    font-size: 30vw;
    display: flex;
    top: 46.4vw;
    right: 12.1vw;
  }

  .text-block-37, .text-block-37.ll {
    font-size: 4vw;
  }

  .div-block-44 {
    margin-top: 6vw;
  }

  .link-block-15 {
    width: 15vw;
    height: 20vw;
    margin-right: 3vw;
  }

  .link-block-15._3._5 {
    margin-right: 3vw;
  }

  .image-97 {
    width: 10vw;
  }

  .image-97._22 {
    width: 15vw;
  }

  .image-98 {
    height: 100%;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-button-wrapper {
    display: none;
  }

  .navigation-menu {
    background-color: #cebbab;
    border-bottom: 1px solid #e6e6e6;
  }

  .paragraph-x-small.text-weight-medium {
    line-height: 24px;
  }

  .navigation-link:hover {
    color: #9f9f9f;
    transform: scale(1);
  }

  .navigation-logo-image {
    max-width: 50%;
  }

  .navigation-logo-image.qfav {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .navigation-menu-button {
    border-width: 3px;
    border-color: #000;
    border-radius: 1000px;
  }

  .navigation-menu-button.w--open {
    background-color: #c2af9c;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .section-27 {
    background-position: 0 0;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .section-27.safasfv.z-vljnzv {
    padding-top: 76px;
  }

  .section-27.safasfv.z-vljnzv.advzbz.wfaxvx {
    padding-bottom: 61px;
  }

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

  .div-block-46 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-99 {
    width: 100%;
    padding-bottom: 20px;
  }

  .paragraph {
    font-size: 64px;
  }

  .paragraph-2 {
    font-size: 28px;
  }

  .div-block-47 {
    margin-bottom: 14px;
    display: flex;
  }

  .div-block-47.oihio {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .link-block-16 {
    margin-bottom: 16px;
  }

  .paragraph-3 {
    font-size: 64px;
  }

  .paragraph-3.asfpasf {
    margin-bottom: 15px;
    margin-left: -12px;
    font-size: 48px;
  }

  .paragraph-3.asfzxvzxv {
    margin-bottom: 14px;
    font-size: 55px;
  }

  .div-block-48.axzbzb {
    flex-flow: column;
    padding-left: 0;
  }

  .div-block-48.axzbzb.xcbxb-cxbcxb.asxv.sdbzb.qwfsvczv {
    margin-bottom: -2px;
    padding-bottom: 20px;
    padding-left: 55px;
    padding-right: 55px;
  }

  .paragraph-4 {
    padding-right: 0;
    font-size: 35px;
  }

  .paragraph-5.asfosaf {
    padding-left: 37px;
    padding-right: 37px;
  }

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

  .image-100 {
    margin-bottom: 19px;
  }

  .image-100.k-xcv {
    margin-left: 0;
  }

  .paragraph-6 {
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-7.dgdsbcxb {
    width: auto;
  }

  .icon-2 {
    color: #000;
  }

  .image-101, .image-102, .image-103, .image-104 {
    padding-bottom: 41px;
  }

  .code-embed {
    margin-left: -21px;
  }

  .paragraph-8 {
    font-size: 14px;
  }

  .button {
    margin-left: 0;
    margin-right: 22px;
    padding-left: 39px;
    padding-right: 39px;
  }

  .section-28 {
    padding-top: 0;
  }

  .section-28.a-sjs {
    padding-top: 87px;
    padding-bottom: 87px;
  }

  .div-block-51 {
    width: 100%;
    padding-top: 33px;
    padding-bottom: 3px;
  }

  .div-block-52 {
    width: 100%;
    margin-top: -49px;
    margin-bottom: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-53.dsgdsg {
    flex-flow: column;
  }

  .paragraph-9 {
    font-size: 56px;
    line-height: 64px;
  }

  .section-29 {
    padding: 52px 5%;
  }

  .paragraph-11 {
    font-size: 64px;
  }

  .paragraph-11.k-jb {
    padding-bottom: 22px;
  }

  .paragraph-11.av {
    font-size: 48px;
    line-height: 56px;
  }

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

  .div-block-54 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-13 {
    font-size: 32px;
    line-height: 32px;
  }

  .paragraph-15 {
    line-height: 32px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

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

  .div-block-56 {
    margin-top: 151px;
  }

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

  .paragraph-16.qwrwq {
    padding-right: 0;
    font-size: 16px;
  }

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

  .image-111 {
    max-width: 200%;
    margin-top: 38px;
  }

  .image-113 {
    width: 100%;
    max-width: 130%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-114 {
    max-width: 90%;
    margin-top: 76px;
  }

  .image-115 {
    width: 100vw;
  }

  .menu-button-4, .navbar-3 {
    display: none;
  }

  .link-block-20._2 {
    width: 45vw;
    height: 12vw;
  }

  .div-block-58 {
    display: none;
  }

  .image-117 {
    width: 100vw;
  }

  .div-block-59 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin-top: 9vw;
  }

  .image-118 {
    width: 70vw;
  }

  .section-31 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding: 13vw 0;
  }

  .image-119 {
    width: 140vw;
    min-height: 80vw;
    display: none;
  }

  .div-block-60 {
    justify-content: center;
    align-items: center;
    width: 80vw;
    margin-top: 4vw;
  }

  .div-block-60._22 {
    width: 80vw;
  }

  .div-block-61 {
    align-items: center;
    width: 100vw;
    margin-top: 2vw;
  }

  .link-block-21._2 {
    width: 45vw;
    height: 12vw;
  }

  .link-block-21._3 {
    width: 40vw;
    height: 12vw;
    margin-top: 0;
    margin-left: 6vw;
  }

  .text-block-38 {
    width: 100%;
    font-size: 4vw;
  }

  .text-block-38._3 {
    text-align: left;
    width: 70vw;
    font-size: 3vw;
  }

  .text-block-39, .text-block-39._1 {
    font-size: 3vw;
  }

  .text-block-40 {
    font-size: 5vw;
  }

  .text-block-40._2 {
    font-size: 4vw;
  }

  .image-120 {
    width: 93vw;
    margin-top: 0;
  }

  .nav-menu-4 {
    display: flex;
  }

  .button-primary-s {
    width: 100%;
  }

  .nav-dropdown-base-a.w--open {
    padding: 14px;
  }

  .navigation-wrapper-2 {
    display: block;
  }

  .navigation-button {
    display: none;
  }

  .section-x-large.asg {
    border-width: 5px;
  }

  .section-32 {
    border-bottom-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    padding-top: 109px;
    padding-bottom: 109px;
  }

  .image-122 {
    width: 100%;
    padding-bottom: 13px;
  }

  .div-block-62 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-63, .image-124 {
    width: 100%;
  }

  .background-video-4 {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .div-block-64 {
    padding: 3px 0;
  }

  .paragraph-18 {
    font-size: 10vw;
    line-height: 40px;
  }
}


@font-face {
  font-family: 'Go 3 V 2';
  src: url('../fonts/go3v2.ttf') format('truetype'), url('../fonts/go3v2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Schneidlerlatein';
  src: url('../fonts/SchneidlerLatein-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Schneidlerlatein';
  src: url('../fonts/SchneidlerLatein-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hidayatullah Demo';
  src: url('../fonts/hidayatullah_DEMO.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Simpsonfont Demo';
  src: url('../fonts/Simpsonfont-DEMO.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comico';
  src: url('../fonts/Comico-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}