@font-face {
  font-family: Druk;
  src: url('../fonts/DrukWideBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Namaku;
  src: url('../fonts/Namaku.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --border: #9a52524d;
  --light-slate-grey: #878f9a;
  --grad-1: #400000;
  --black: black;
  --medium-spring-green: #52f3b0;
  --slate-blue: #3b4afb;
  --black-2: #1d2228;
  --firebrick: #c11822;
}

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

body {
  color: var(--white);
  background-color: #1d2228;
  font-family: Neue Machina;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 98px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1em;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.main {
  background-image: none;
  background-size: auto;
  position: relative;
  overflow: hidden;
}

.footer {
  z-index: 0;
  border-top: 1px solid var(--border);
  padding: 96px 32px 24px;
  position: relative;
  overflow: hidden;
}

.content {
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--footer {
  max-width: 1080px;
}

.content.mod--audio {
  position: static;
}

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

.section {
  padding: 80px;
  position: relative;
}

.section.section--hero {
  z-index: 3;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  padding-top: 240px;
  padding-bottom: 136px;
  overflow: hidden;
}

.section.hidden {
  display: none;
}

.hero__content {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 50%;
  padding-left: 90px;
  display: flex;
  position: relative;
}

.footer__columns {
  justify-content: space-between;
  margin-bottom: 54px;
  display: flex;
}

.header__logo {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.header__nav-link {
  color: #878f9a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-left: 24px;
  margin-right: 24px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.header__nav-link:hover {
  color: var(--white);
}

.footer__col.col--1 {
  flex: 1;
}

.footer__col.col--3 {
  margin-left: 50px;
}

.header__col.col--3 {
  display: flex;
}

.logo-img {
  opacity: 0;
  height: 30px;
}

.logo-img.header-logo {
  opacity: 1;
  height: 60px;
}

.header-absolute {
  z-index: 90;
  padding-left: 80px;
  padding-right: 80px;
  position: absolute;
  inset: 50px 0% auto;
}

.header__login {
  color: var(--white);
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn {
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  min-width: 176px;
  padding: 25px 30px 22px;
  font-weight: 700;
  transition: all .2s;
}

.btn:hover {
  border-color: #fff;
}

.btn.btn--hero {
  text-align: left;
  justify-content: space-between;
  align-items: center;
  min-width: 280px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn.btn--hero:hover {
  color: #000;
}

.btn.btn--slim {
  padding-top: 17px;
  padding-bottom: 14px;
}

.btn.btn--slim.footer-button {
  display: block;
}

.btn.btn--slim.footer-button.top {
  margin-bottom: 20px;
}

.btn.c2c-3 {
  justify-content: center;
  align-items: center;
}

.btn.twitter-link {
  padding: 0;
}

.hero__h1-span2 {
  background-color: var(--white);
  width: 200px;
  height: 12px;
  margin-left: -89px;
  margin-right: 54px;
  display: inline-block;
  position: relative;
  top: 44px;
}

.hero__heading {
  letter-spacing: -.01em;
  white-space: nowrap;
  margin-bottom: 70px;
  font-weight: 400;
}

.hero__over-heading {
  color: var(--light-slate-grey);
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-size: 18px;
}

.hero__elements {
  z-index: 0;
  width: 484px;
  height: 532px;
  position: relative;
}

.hero__elements-wrap {
  z-index: 0;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  margin-right: 48px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.hero__elem {
  z-index: 0;
  position: absolute;
  overflow: hidden;
}

.hero__elem.mod--1 {
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 200px;
  display: flex;
  inset: auto auto 327px 0%;
}

.hero__elem.mod--2 {
  z-index: 1;
  inset: auto auto 0 26px;
}

.hero__elem.mod--3 {
  z-index: 2;
  background-color: var(--white);
  width: 120px;
  height: 35px;
  inset: 250px auto auto 0;
}

.hero__elem.mod--4 {
  background-image: url('../images/hero_elem-03.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 204px;
  height: 204px;
  inset: auto auto 3px 0%;
}

.hero__elem.mod--5 {
  width: 171px;
  height: 85px;
  inset: 0 0 auto auto;
}

.hero__elem.mod--6 {
  background-color: var(--white);
  width: 35px;
  height: 35px;
  inset: 50px auto auto 245px;
}

.hero__elem.mod--7 {
  inset: 120px auto auto 245px;
}

.hero__elem.mod--8 {
  width: 69px;
  height: 137px;
  inset: auto 169px 70px auto;
}

.hero__elem.mod--9 {
  background-color: var(--white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: auto auto 0 245px;
}

.hero__elem.mod--10 {
  inset: auto 6px 0 auto;
}

.hero__elem.mod--11 {
  z-index: 1;
  background-image: url('../images/hero_elem-04.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 140px;
  height: 34px;
  inset: auto 0 0 auto;
}

.hero__elem.mod--12 {
  background-color: var(--white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 243px auto auto 160px;
}

.hero__elem.mod--13 {
  background-color: var(--white);
  width: 35px;
  height: 35px;
  inset: 120px 0 auto auto;
}

.hero__elem.mod--14 {
  background-color: var(--white);
  border-radius: 50%;
  width: 44px;
  height: 44px;
  inset: 190px 0 auto auto;
}

.hero__elem.mod--1 {
  width: 200px;
  height: 199px;
  top: 0;
  bottom: auto;
}

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

.visit__content.hidden {
  display: none;
}

.visit__cards {
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.visit__card {
  border: 1px solid var(--border);
  text-align: center;
  border-radius: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 230px;
  margin-left: 48px;
  padding: 30px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.visit__card:hover {
  border-color: #9a5261b3;
}

.visit__card.mod--first {
  background-image: radial-gradient(circle farthest-corner at 90% -60%, var(--grad-1), #c1182200 68%);
  text-align: center;
  cursor: pointer;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 0;
  padding-left: 32px;
  padding-right: 32px;
}

.visit__card.mod--first:hover {
  background-image: radial-gradient(circle at 20% 120%, #c1182233, #c1182200 50%), radial-gradient(circle at 90% -60%, #c1182299, #c1182200 68%);
}

.visit__card-label {
  color: #ffef99;
  letter-spacing: .09em;
  text-transform: uppercase;
  background-color: #e79248;
  border-radius: 20px;
  margin-bottom: 68px;
  padding: 5px 12px 4px;
  display: inline-block;
}

.visit__card-label.mod--blue {
  color: #b6f2ff;
  background-color: #48a5d4;
}

.visit__card-title {
  text-align: center;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.visit__card-title-over {
  color: #b86a6a;
  letter-spacing: .09em;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.visit__card-play-wrap {
  letter-spacing: .02em;
  align-items: center;
  margin-bottom: 32px;
  font-family: english-grotesque;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

.visit__card-play {
  border-radius: 100px;
  flex: none;
  margin-left: 12px;
  box-shadow: 0 5px 10px -3px #000000e6;
}

.media__content {
  border-radius: 10px;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 560px;
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading--size-98 {
  z-index: 2;
  font-size: 98px;
  position: relative;
}

.heading--size-98.resize {
  font-size: 60px;
}

.media__img {
  opacity: .78;
  max-width: none;
  position: relative;
}

.meida__img-wrap {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.media__desc-wrap {
  z-index: 2;
  width: 100%;
  max-width: 250px;
  margin-top: auto;
  margin-bottom: auto;
  transition: all .8s;
  position: relative;
}

.media__desc {
  letter-spacing: .02em;
  margin-bottom: 60px;
  font-size: 5vw;
  font-weight: 700;
  line-height: 1.4em;
}

.media__desc.contract {
  margin-top: 20px;
  font-size: 14px;
}

.media__elem1 {
  width: 83px;
  height: 166px;
  position: absolute;
  inset: auto auto -26px 178px;
  overflow: hidden;
}

.media__elem2 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 173px;
  height: 58px;
  display: flex;
  position: absolute;
  inset: auto 355px 0 auto;
  transform: rotate(45deg);
}

.audio__list {
  padding-left: 0;
  list-style-type: none;
}

.audio__list-item {
  color: #ffffff80;
  background-image: url('../images/dash_1dash.png');
  background-position: 50% 100%;
  background-repeat: repeat-x;
  background-size: auto;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
  position: relative;
}

.audio__list-item.mod--first {
  background-image: url('../images/dash_1dash.png'), url('../images/dash_1dash.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat-x, repeat-x;
  background-size: auto, auto;
}

.audio__heading-wrap {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 42px;
  display: flex;
}

.audio__heading {
  margin-bottom: 0;
}

.audio__heading.small {
  margin-top: 20px;
  font-size: 26px;
}

.audio__subheading {
  color: #878f9a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.audio__col {
  flex: 1;
}

.audio__col.col--1 {
  max-width: 260px;
  position: relative;
}

.audio__col.col--2 {
  max-width: 395px;
  padding-left: 50px;
  padding-right: 64px;
}

.audio__col.col--3 {
  margin-right: 56px;
  transition: all .2s;
}

.audio__col.col--3.active {
  color: var(--white);
}

.audio__col.col--4 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.audio__type-wrap {
  color: #ffffff4d;
  letter-spacing: .02em;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  transition: all .2s;
  display: flex;
}

.audio__type-img {
  margin-right: 10px;
  display: none;
}

.audio__param-wrap {
  color: #fff6;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.audio__param-txt {
  text-transform: uppercase;
  margin-right: 36px;
}

.audio__list-title {
  color: #f1f5fb;
  line-height: 1.1em;
}

.audio__txt {
  margin-top: 2px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 100;
  line-height: 1.5em;
}

.audio__play {
  border: 1px solid var(--black);
  opacity: 0;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico_rectangle.svg');
  background-position: 55%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .2s;
  display: flex;
}

.audio__play.active {
  border-color: var(--white);
  background-color: var(--white);
  opacity: 0;
  filter: none;
  box-shadow: 0 3px 13px -4px #300d11cc;
}

.audio__img-wrap {
  z-index: -1;
  opacity: 0;
  align-items: center;
  margin-top: -40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% auto 0% -20px;
}

.audio__img-wrap.active {
  z-index: 1;
  opacity: 1;
}

.audio__img {
  max-width: none;
  transition: all .5s;
  transform: scale(.9);
}

.audio__img.active {
  transform: none;
}

.audio__more {
  text-align: center;
  margin-top: 48px;
  margin-bottom: 60px;
  position: relative;
}

.footer__logo {
  margin-bottom: 40px;
}

.footer__desc {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 300;
  line-height: 1.2em;
}

.footer__elem {
  z-index: 0;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.footer__elem.mod--1 {
  inset: auto auto 0% 0%;
}

.footer__elem.mod--2 {
  inset: auto -95px -85px auto;
  inset: auto -10% -20% auto;
}

.footer__copyright {
  color: #ffffff80;
  letter-spacing: .02em;
  text-transform: uppercase;
  align-items: center;
  margin-left: -6px;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}

.footer__copyright.cont {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer__nav {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer__nav-link {
  color: #878f9a;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-decoration: none;
  position: relative;
}

.footer__nav-link:hover {
  color: var(--white);
}

.footer__social {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.footer__social.mod--mob {
  display: none;
}

.footer__soc-link {
  opacity: .5;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
  display: flex;
}

.footer__soc-link:hover {
  opacity: 1;
  border-color: #ffffffb3;
}

.footer__form-title {
  text-transform: uppercase;
  margin-bottom: 60px;
  line-height: 1.5em;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #fff3;
  border-radius: 0;
  height: 52px;
  margin-bottom: 24px;
  padding-left: 0;
  padding-right: 0;
  transition: all .2s;
}

.input:focus {
  border-bottom-color: #fff;
}

.footer__form-block {
  width: 100%;
  min-width: 240px;
  max-width: 300px;
  margin-bottom: 0;
}

.form__succes {
  background-color: #0000;
  background-image: linear-gradient(146deg, var(--medium-spring-green), var(--slate-blue));
  text-align: left;
  padding: 16px 24px;
  font-weight: 700;
}

.visit__card-desc {
  color: #fff9;
  letter-spacing: .02em;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.4em;
}

.footer__copyright-logo {
  margin-right: 6px;
}

.footer__copyright-txt {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: relative;
}

.hero__elem-circle1 {
  background-image: url('../images/hero_elem-circle2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0;
}

.hero__elem-circle1.mod--1 {
  background-image: url('../images/hero_elem-circle1.svg');
  background-position: 50% 0;
  top: 1px;
  bottom: auto;
}

.hero__elem-circle1.mod--2 {
  bottom: 1px;
}

.hero__elem-cube {
  border: 35px solid var(--white);
  flex: none;
  width: 158px;
  height: 158px;
}

.hero__h1-span1 {
  text-align: center;
  white-space: pre-wrap;
  width: 9ch;
  font-size: 8vw;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}

.hero__h1-span3 {
  display: inline-block;
  position: relative;
}

.visit__card-elements {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 190px;
  display: flex;
  position: relative;
}

.visit__card-elem-01 {
  transition: all 1s;
  position: absolute;
}

.visit__card-elem-01.active {
  transform: scale(1.1);
}

.visit__card-elem-02 {
  transition: all 1s;
  position: absolute;
  inset: 50px auto auto 0%;
}

.visit__card-elem-02.active {
  transform: scale(.9);
}

.visit__elem-03 {
  background-image: linear-gradient(140deg, var(--medium-spring-green), var(--slate-blue));
  width: 38px;
  height: 38px;
  transition: all 1s;
  position: absolute;
  inset: 5px 15px auto auto;
}

.visit__elem-03.active {
  transform: scale(.9);
}

.footer__elements {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer__elem.mod--2 {
  display: none;
  inset: auto -90px -100px auto;
}

.footer__elem.mod--1 {
  display: none;
}

.footer__elem.mod--3 {
  transform-style: preserve-3d;
}

.menu {
  display: none;
}

.menu__nav-link-old {
  color: #1e1e2f;
  text-align: center;
  margin-right: 40px;
  text-decoration: none;
  display: inline-block;
  box-shadow: inset 0 0 #97c680;
}

.menu__nav-link-old:hover {
  box-shadow: inset 0 -9px #97c680;
}

.header__humburger, .header__humburger-old {
  display: none;
}

.heading__span {
  transition: all .8s;
  display: inline-block;
  position: relative;
}

.heading__span.mod--1.size {
  width: 6ch;
}

.hero__elem-circle3 {
  background-image: url('../images/hero_elem-08.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170px;
  transform: rotate(0);
}

.hero__elem-circle1-wrap {
  width: 100%;
  height: 100px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero__elem-circle1-wrap.mod--2 {
  top: auto;
}

.hero__elem-circle2 {
  background-image: url('../images/hero_elem-10.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 138px;
  height: 100%;
  position: absolute;
  right: 0;
  transform: rotate(0);
}

.media__border {
  z-index: -1;
  border: 1px solid var(--border);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.media__elem1-into {
  background-image: url('../images/media_elem.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 166px;
  height: 100%;
  transition: all .8s;
  display: none;
}

.media__elem2-into {
  background-color: #ffc75a;
  width: 100%;
  height: 100%;
  transition: all .8s;
  display: none;
}

.footer__elem1 {
  z-index: 1;
  width: 170px;
  height: 85px;
  padding-top: 1px;
  position: absolute;
  inset: auto auto -211px 366px;
  overflow: hidden;
  transform: rotate(150deg);
}

.footer__elem1-into {
  background-image: url('../images/hero_elem-08.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  display: none;
  position: absolute;
}

.header__humburger-wrap {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.visit__shine-wrap {
  z-index: -1;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 1300px;
  display: flex;
  position: absolute;
  inset: -500px 0 auto auto;
  overflow: hidden;
}

.audio__shine-wrap {
  z-index: -1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer__elem-mob {
  display: none;
}

.btn__ico {
  filter: none;
  background-image: url('../images/ico_btn-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 24px;
  height: 24px;
  margin-top: -20px;
  margin-bottom: -20px;
  transition: all .2s;
  display: inline-block;
}

.audio__shine-img {
  position: relative;
  left: -300px;
}

.visit__shine-img {
  max-height: 100%;
  position: relative;
  right: -550px;
}

.visit__shine-mob-wrap {
  z-index: -1;
  display: block;
}

.visit__shine-mob-img {
  max-width: none;
}

.script {
  display: none;
}

.heading {
  font-family: Varela Round, sans-serif;
}

.body {
  background-color: #000;
  font-family: Namaku, Impact, sans-serif;
}

.bg {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.bg-cont {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg-darken {
  z-index: 5;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.bg-img {
  z-index: 3;
  background-image: url('../images/vtrfd_flipped.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 40%;
  position: absolute;
  inset: 0%;
}

.bg-img.hidden {
  display: none;
}

.bg-vid {
  z-index: 4;
  opacity: .75;
  filter: blur(5px) hue-rotate(186deg);
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.summary-1 {
  text-align: center;
  margin-bottom: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1.4;
}

.text-logo {
  color: #fff;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  text-decoration: none;
}

.css {
  display: none;
}

.particle-wrapper {
  z-index: 4;
  pointer-events: none;
  display: block;
  position: fixed;
  inset: 0%;
}

.icon-img {
  height: 70px;
}

.summary-2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 26px;
  line-height: 1.4;
}

.c2c-3 {
  border-radius: 15px;
  align-items: center;
  display: flex;
}

.c2c-3.v2 {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #28e5ff4f;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 10px 5px;
  transition: border-color .2s;
  position: relative;
}

.c2c-3.v2:hover {
  border: 1px solid #28e5ff;
}

.c2c-3-text {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.c2c-txt {
  text-align: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.25rem;
}

.c2c-txt.tablet {
  display: none;
}

.hidden-to-keep-width {
  opacity: 0;
  color: #eef0f6;
  height: 0;
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 1.25rem;
  font-weight: 400;
}

.code {
  display: none;
}

.dexscreener-iframe {
  border-radius: 1rem;
  width: 100%;
  height: 800px;
}

.section-2 {
  border-top: 5px #000;
  position: relative;
}

.f-gallery-three-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-gallery-lightbox {
  border: 5px solid #fff0;
  border-radius: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-image-s {
  aspect-ratio: 1;
}

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

.image {
  width: 70px;
}

.home-options-items-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home-options-item-2 {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  padding: 0%;
  transition: transform .2s;
  display: flex;
}

.home-options-item-2:hover {
  transform: scale(1.1);
}

.home-options-link-2 {
  text-decoration: none;
}

.nav-button-cont {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta40_image-wrapper {
  justify-content: center;
  align-items: center;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.cta40_image-wrapper.mpd {
  align-items: flex-end;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #027bc8;
  border: 1px solid #afddfa;
  border-radius: 2rem;
  padding: .75rem 1.5rem;
}

.button.submit {
  color: #027bc8;
  background-color: #fff;
  border: 3px solid #fff;
  transition: border-color .2s;
}

.button.submit:hover {
  border-color: #027bc8;
}

.button.submit.telegram-link {
  margin-left: 10px;
}

.cta40_image {
  position: absolute;
}

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

.margin-top-6 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.cta40_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.cta40_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.buttons-cta {
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.buttons-cta.center {
  justify-content: center;
  align-items: center;
}

.p-2 {
  text-align: center;
  font-size: 2.5rem;
}

.cta40_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #afddfa;
  border: 1px #000;
  border-radius: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.cta40_card.edit-size {
  grid-template-columns: 2fr 1fr;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-weight-bold.step-title {
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
}

.fancy {
  color: #027bc8;
  -webkit-text-stroke-color: #afddfa;
  background-color: #afddfa;
  border-radius: 1rem;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.heading-2.followers {
  margin-bottom: 60px;
  font-size: 10vw;
}

.bg-vid-collage {
  z-index: 1;
  opacity: .91;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-darken-2 {
  z-index: 2;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.code-embed {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.tiktok-button {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 1.2rem;
  display: flex;
}

.tiktok-icon {
  width: 40px;
}

.tt-btn-txt {
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.section-title.center {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 5rem;
}

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

.faq11_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 100%;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.htb-txt {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}

.htb-item {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 1.25rem;
  display: flex;
}

.htb-item:hover {
  color: #000;
  background-color: #fff;
}

.htb-item.cen {
  justify-content: center;
  align-items: center;
}

.icon-tokenomics {
  max-height: 100px;
}

.icon-tokenomics.sol {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 20px;
  padding: 25px;
}

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

.padding-section-large-2.flex {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.tiktok-cta {
  margin-top: 40px;
}

@media screen and (min-width: 1920px) {
  .f-gallery-three-column {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    border-top-color: var(--border);
    background-image: url('../images/Noise_1Noise.png');
    background-position: 0 0;
    background-size: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .section {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section.section--media {
    overflow: hidden;
  }

  .hero__content {
    padding-left: 0;
  }

  .footer__columns {
    flex-wrap: wrap;
  }

  .header__col.col--2 {
    display: none;
  }

  .footer__col.col--1 {
    flex: 0 auto;
    align-items: center;
    width: 100%;
    margin-bottom: 40px;
    display: flex;
  }

  .header-absolute {
    padding-left: 32px;
    padding-right: 32px;
    top: 20px;
  }

  .header__login {
    text-align: center;
    margin-right: 72px;
  }

  .hero__heading {
    transform: translate(0);
  }

  .hero__elements-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .hero__elem.mod--2 {
    bottom: 200px;
  }

  .visit__content {
    display: block;
  }

  .visit__card {
    margin-left: 20px;
  }

  .visit__card.mod--first {
    margin-left: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .visit__card-title-over {
    margin-bottom: 16px;
  }

  .media__content {
    flex-direction: column;
    align-items: stretch;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .meida__img-wrap {
    margin-bottom: -150px;
    position: relative;
  }

  .media__desc-wrap {
    max-width: 600px;
    margin-top: -20px;
  }

  .media__desc {
    margin-bottom: 40px;
  }

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

  .media__elem1 {
    inset: 0% auto auto 0%;
  }

  .media__elem2 {
    inset: 0% 0% auto auto;
  }

  .audio__list-item {
    flex-wrap: wrap;
  }

  .audio__col.col--1 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
  }

  .audio__col.col--2 {
    max-width: 260px;
    padding-left: 0;
  }

  .audio__type-wrap {
    margin-bottom: 16px;
  }

  .audio__txt {
    margin-top: 0;
  }

  .audio__img-wrap {
    display: none;
  }

  .audio__more {
    position: static;
  }

  .footer__logo {
    margin-bottom: 0;
  }

  .footer__desc {
    margin-top: -12px;
    margin-left: 20px;
    font-size: 26px;
  }

  .footer__copyright.cont {
    flex-direction: column;
  }

  .footer__elem.mod--2, .footer__elem.mod--1 {
    display: none;
  }

  .footer__elem.mod--3 {
    width: 82px;
    display: none;
    position: relative;
    transform: rotateX(0)rotateY(-180deg)rotateZ(0);
  }

  .menu {
    z-index: 89;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0% 0% 0;
    overflow: hidden;
  }

  .menu.open {
    display: flex;
  }

  .menu__content {
    z-index: 1;
    background-color: #000;
    background-image: radial-gradient(circle farthest-side at -30% 140%, var(--border), #c1182200 64%), radial-gradient(circle farthest-side at 130% -40%, var(--border), #c1182200 64%), url('../images/Noise_1Noise.png');
    background-position: 0 0, 0 0, 0 0;
    background-size: auto, auto, auto;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 125px 32px 80px;
    display: flex;
    position: relative;
  }

  .menu__nav {
    flex-direction: column;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .menu__nav-link-old {
    text-align: left;
    width: 50%;
    margin-right: 0;
    padding-top: 26px;
    padding-bottom: 25px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .menu__nav-link-old:hover {
    box-shadow: none;
  }

  .header__humburger {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
    display: flex;
    position: relative;
  }

  .header__humburger-old {
    z-index: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    display: block;
    position: relative;
  }

  .header__humburger-close {
    z-index: 2;
    padding: 0;
    position: absolute;
    inset: 0%;
  }

  .heading__span.mod--1.size {
    width: auto;
  }

  .footer__elem1 {
    bottom: -70px;
    left: auto;
    right: 0;
  }

  .header__humburger-line {
    background-color: var(--white);
    flex: none;
    width: 100%;
    height: 2px;
    min-height: 2px;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
  }

  .header__humburger-line.mod--1 {
    top: 0;
  }

  .header__humburger-line.mod--2 {
    width: 70%;
    left: auto;
  }

  .header__humburger-line.mod--3 {
    bottom: 0;
  }

  .menu__nav-link {
    color: var(--white);
    text-transform: uppercase;
    background-image: url('../images/dash_1dash.png');
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: auto;
    padding-top: 25px;
    padding-bottom: 25px;
    text-decoration: none;
  }

  .menu__nav-link.mod--last {
    margin-bottom: -1px;
  }

  .menu__btns-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header__humburger-wrap {
    cursor: pointer;
    margin-right: -5px;
    display: block;
    position: relative;
  }

  .visit__shine-wrap {
    height: 600px;
    top: -300px;
  }

  .audio__shine-wrap {
    overflow: hidden;
  }

  .footer__elem-mob {
    display: block;
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .visit__shine-img {
    right: -250px;
  }

  .hidden-to-keep-width {
    display: none;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .home-options-items-2 {
    grid-column-gap: 0px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: column dense;
    place-content: space-around space-between;
    place-items: stretch stretch;
    overflow: hidden;
  }

  .home-options-link-2 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .home-options-icon-2 {
    width: 80px;
  }

  .home-options-icon-2.testing {
    width: 70px;
  }

  .cta40_image-wrapper.mpd {
    justify-content: center;
    padding-right: 0%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .button.submit.telegram-link {
    margin-left: 0;
  }

  .button.submit.buy-link {
    margin-bottom: 5px;
  }

  .cta40_image {
    position: static;
  }

  .margin-top-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta40_card-content {
    padding: 3rem;
  }

  .buttons-cta {
    flex-direction: column;
  }

  .cta40_card {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta40_card.edit-size {
    grid-template-columns: 1fr;
  }

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

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

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

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .footer {
    padding-top: 32px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.section--hero {
    padding-top: 130px;
    padding-bottom: 40px;
  }

  .hero__content {
    align-items: center;
    max-width: 100%;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col.col--1 {
    margin-bottom: 64px;
  }

  .footer__col.col--3 {
    margin-left: 0;
  }

  .logo-img {
    max-width: 52px;
  }

  .logo-img.header-logo {
    max-width: 100%;
  }

  .btn {
    font-weight: 400;
  }

  .btn.btn--slim.footer-button.top {
    margin-bottom: 16px;
  }

  .hero__h1-span2 {
    width: 120px;
    height: 8px;
    margin-left: -16px;
    margin-right: 28px;
    top: 25px;
  }

  .hero__heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: 42px;
  }

  .hero__over-heading {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .hero__elements {
    width: 100%;
    height: auto;
    margin-right: 0;
    display: flex;
  }

  .hero__elements-wrap {
    justify-content: flex-start;
    margin-bottom: 64px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .hero__elem.mod--2 {
    display: block;
    position: static;
    bottom: 0;
  }

  .hero__elem.mod--3 {
    width: 64px;
    height: 17px;
    top: 142px;
  }

  .hero__elem.mod--4 {
    width: 110px;
    height: 110px;
  }

  .hero__elem.mod--5 {
    width: 110px;
    height: 55px;
  }

  .hero__elem.mod--6 {
    width: 20px;
    height: 20px;
    top: 35px;
    left: 139px;
  }

  .hero__elem.mod--7 {
    top: 68px;
    left: 140px;
  }

  .hero__elem.mod--8 {
    width: 40px;
    height: 80px;
    bottom: 35px;
    right: 100px;
  }

  .hero__elem.mod--9 {
    width: 22px;
    height: 22px;
    left: 140px;
  }

  .hero__elem.mod--10 {
    max-width: 75px;
    right: 13px;
  }

  .hero__elem.mod--11 {
    width: 100px;
    height: 22px;
  }

  .hero__elem.mod--12 {
    width: 22px;
    height: 22px;
    top: 140px;
    left: 88px;
  }

  .hero__elem.mod--13 {
    width: 20px;
    height: 20px;
    top: 68px;
  }

  .hero__elem.mod--14 {
    width: 22px;
    height: 22px;
    top: 140px;
  }

  .hero__elem.mod--1 {
    width: 110px;
    height: 110px;
    bottom: 163px;
  }

  .visit__cards {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .visit__card {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 16px;
  }

  .visit__card.mod--first {
    text-align: left;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
    padding: 20px;
  }

  .visit__card-label {
    margin-bottom: 32px;
    padding-top: 2px;
    padding-bottom: 1px;
    font-size: 10px;
  }

  .visit__card-title {
    font-size: 20px;
  }

  .visit__card-title-over {
    margin-bottom: 0;
    font-size: 13px;
  }

  .visit__card-play-wrap {
    order: -1;
    margin-bottom: 10px;
    font-size: 18px;
  }

  .visit__card-play {
    width: 45px;
    height: 45px;
    position: absolute;
    inset: 20px 20px auto auto;
    box-shadow: 0 5px 10px -3px #00000080;
  }

  .media__content {
    padding: 0;
  }

  .heading--size-98 {
    font-size: 52px;
  }

  .heading--size-98.resize {
    font-size: 45px;
  }

  .media__img {
    max-width: 100%;
  }

  .meida__img-wrap {
    margin-bottom: -75px;
  }

  .media__elem1 {
    width: 40px;
    height: 80px;
    top: 0;
    left: 71px;
    transform: rotate(-120deg);
  }

  .media__elem2 {
    width: 50px;
    height: 16px;
    top: 379px;
    transform: rotate(-45deg);
  }

  .audio__heading-wrap {
    margin-bottom: 34px;
  }

  .audio__heading {
    font-size: 45px;
  }

  .audio__subheading {
    display: none;
  }

  .audio__col.col--2 {
    flex: 0 auto;
    width: 100%;
    max-width: none;
    padding-right: 0;
  }

  .audio__col.col--3 {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .audio__col.col--4 {
    z-index: 2;
    position: absolute;
    inset: 25px 0% auto auto;
  }

  .audio__type-wrap {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .audio__param-wrap {
    margin-top: 16px;
  }

  .audio__list-title {
    margin-bottom: 32px;
    font-size: 20px;
  }

  .audio__txt {
    font-size: 15px;
  }

  .audio__play {
    width: 45px;
    height: 45px;
  }

  .audio__more {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer__desc {
    font-size: 20px;
  }

  .footer__nav {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer__nav-link {
    text-align: center;
    width: 50%;
  }

  .footer__social {
    display: none;
  }

  .footer__social.mod--mob {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
  }

  .footer__form-title {
    margin-bottom: 16px;
  }

  .visit__card-desc {
    font-size: 12px;
  }

  .hero__elem-circle1 {
    width: 110px;
    height: 110px;
  }

  .hero__elem-cube {
    border-width: 20px;
    width: 92px;
    height: 92px;
  }

  .hero__h1-span1 {
    width: 100%;
    font-size: 15vw;
  }

  .visit__card-elements {
    margin-top: 40px;
  }

  .menu__content {
    padding-top: 105px;
  }

  .menu__nav-link-old:hover, .menu__nav-link-old:focus {
    background-image: linear-gradient(to right, #20c8bf, #f8e07c);
  }

  .hero__elem-circle3 {
    height: 110px;
  }

  .hero__elem-circle1-wrap {
    height: 55px;
  }

  .hero__elem-circle2 {
    width: 80px;
  }

  .media__border {
    display: none;
  }

  .media__elem1-into {
    width: 80px;
  }

  .footer__elem1 {
    width: 40px;
    height: 20px;
    bottom: -15px;
    right: 20px;
    transform: rotate(140deg);
  }

  .footer__elem1-into {
    width: 40px;
    height: 40px;
  }

  .menu__btns-wrap {
    margin-bottom: 50px;
  }

  .visit__shine-wrap {
    top: -500px;
  }

  .audio__shine-wrap {
    justify-content: flex-end;
    height: 500px;
    inset: -122px 0 0;
    overflow: hidden;
  }

  .audio__shine-img {
    width: 600px;
    max-width: none;
    left: auto;
    right: -350px;
    transform: rotate(60deg);
  }

  .visit__shine-img {
    right: -200px;
  }

  .visit__shine-mob-wrap {
    opacity: .8;
    align-items: center;
    display: flex;
    position: absolute;
    bottom: 0;
    left: -32px;
  }

  .visit__shine-mob-img {
    width: 400px;
    position: relative;
    left: -150px;
  }

  .c2c-txt {
    display: none;
  }

  .c2c-txt.tablet {
    display: block;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cta40_card-content {
    padding: 2rem;
  }

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

  .p-2 {
    font-size: 2rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

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

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

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

@media screen and (max-width: 479px) {
  .footer {
    padding-bottom: 20px;
  }

  .header__columns {
    display: block;
  }

  .section {
    max-width: 100%;
  }

  .hero__content {
    max-width: none;
  }

  .footer__columns {
    margin-bottom: 64px;
  }

  .header__logo {
    justify-content: center;
    align-items: center;
  }

  .header__col {
    margin-left: auto;
    margin-right: auto;
    display: none;
  }

  .header__col.col--3 {
    justify-content: center;
    align-items: center;
  }

  .header__login {
    margin-right: 20px;
  }

  .btn {
    font-size: 13px;
  }

  .btn.btn--hero {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 19px;
  }

  .btn.btn--slim {
    min-width: 150px;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .btn.c2c-3 {
    justify-content: center;
    align-items: center;
  }

  .hero__heading {
    font-size: 42px;
  }

  .hero__elements-wrap {
    justify-content: center;
  }

  .visit__card-title-over {
    max-width: 150px;
  }

  .hero__btn-wrap {
    width: 100%;
  }

  .heading--size-98.resize {
    font-size: 25px;
  }

  .media__desc {
    font-size: 10vw;
  }

  .media__elem1 {
    left: 30px;
  }

  .media__elem2 {
    top: 305px;
    right: -10px;
  }

  .audio__heading {
    font-size: 25px;
  }

  .audio__col.col--2 {
    padding-right: 50px;
  }

  .audio__param-wrap {
    font-size: 13px;
  }

  .audio__param-txt {
    margin-right: 16px;
  }

  .footer__copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer__nav {
    flex-flow: wrap;
    max-width: 240px;
  }

  .footer__nav-link {
    width: 50%;
    margin-bottom: 30px;
  }

  .footer__social.mod--mob {
    justify-content: space-between;
  }

  .footer__soc-link {
    margin-right: 0;
  }

  .input {
    margin-bottom: 30px;
  }

  .visit__card-elem-01 {
    max-width: 145px;
  }

  .visit__card-elem-02 {
    width: 50px;
  }

  .visit__card-elem-02.active {
    transform: scale(.8);
  }

  .visit__elem-03 {
    width: 22px;
    height: 22px;
  }

  .visit__elem-03.active {
    transform: scale(.8);
  }

  .menu__nav-link {
    color: #fff9;
    background-image: url('../images/ico_arrow-hover.svg'), url('../images/dash_1dash.png');
    background-position: 100%, 0 100%;
    background-repeat: no-repeat, repeat-x;
    background-size: auto, auto;
  }

  .menu__nav-link:hover {
    color: var(--white);
    background-image: url('../images/ico_arrow.svg'), url('../images/dash_1dash.png');
  }

  .menu__btns-wrap {
    justify-content: space-between;
    padding-left: 30px;
  }

  .footer__elem-mob {
    bottom: 420px;
  }

  .visit__shine-img {
    max-width: 120%;
  }

  .visit__shine-mob-wrap {
    max-width: 100%;
    bottom: -20px;
  }

  .visit__shine-mob-img {
    left: -150px;
  }

  .summary-1 {
    font-size: 18px;
  }

  .text-logo {
    font-size: 1rem;
  }

  .icon-img {
    display: none;
  }

  .summary-2 {
    font-size: 18px;
  }

  .hidden-to-keep-width {
    text-align: center;
    font-size: .5rem;
  }

  .divider-1 {
    transform: scale(1.3);
  }

  .home-options-items-2 {
    grid-auto-columns: 1fr;
  }

  .home-options-item-2 {
    width: 40px;
  }

  .home-options-icon-2.testing {
    width: 55px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top-6 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .tt-btn-txt {
    font-size: 1rem;
  }

  .section-title.center {
    font-size: 2rem;
  }
}

#w-node-dde62d5c-ba67-4c16-bc0f-25415d26748e-eabe35e4, #w-node-_8834784c-456c-f884-06fa-4ff3d7818a0b-eabe35e4, #w-node-a08e897a-5ce4-2954-d8db-62c91ca69bf0-eabe35e4, #w-node-_0f3af33a-dd2c-3cb5-2c4a-5f161296fea7-eabe35e4, #w-node-dde62d5c-ba67-4c16-bc0f-25415d267491-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac361547-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac36154a-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac36154d-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac361550-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac361553-eabe35e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-dde62d5c-ba67-4c16-bc0f-25415d26748e-eabe35e4, #w-node-_8834784c-456c-f884-06fa-4ff3d7818a0b-eabe35e4, #w-node-a08e897a-5ce4-2954-d8db-62c91ca69bf0-eabe35e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f3af33a-dd2c-3cb5-2c4a-5f161296fea7-eabe35e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-dde62d5c-ba67-4c16-bc0f-25415d267491-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac361547-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac36154a-eabe35e4, #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac36154d-eabe35e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac361550-eabe35e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_56eff1f2-6c7a-fec7-25cf-4585ac361553-eabe35e4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Druk';
  src: url('../fonts/DrukWideBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Namaku';
  src: url('../fonts/Namaku.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}