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

.body {
  background-color: #000;
  font-family: Hanson, sans-serif;
  font-size: 1vw;
}

.navbar {
  padding-right: 4em;
  padding-left: 4em;
  background-color: transparent;
  color: #db0039;
}

._w-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5em;
  padding-left: 2px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: none;
}

.logo.inside-txt {
  width: 4.6em;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #db0039;
  font-size: 0.75em;
}

.nav-link:hover {
  color: #fece21;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 2.3em;
  padding: 0.5em 0.5em 0.5em 0em;
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
}

.header {
  position: relative;
  overflow: hidden;
  padding-right: 4em;
  padding-left: 4em;
}

._w-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/header-copy.jpg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.image-2 {
  max-width: 75%;
  margin-bottom: 0em;
  mix-blend-mode: screen;
}

.big-title {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
  margin-top: 0px;
  color: #db0039;
  font-size: 6.2em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -o-object-fit: fill;
  object-fit: fill;
}

.big-title.big-title--second {
  color: rgba(255, 255, 255, 0.34);
  font-size: 12em;
  white-space: nowrap;
}

.big-title.big-title--second.outline {
  z-index: 1;
  color: transparent;
  font-size: 8em;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
}

.big-title.big-title--second.outline.outline-two {
  position: static;
  z-index: 0;
  font-size: 8em;
  mix-blend-mode: normal;
}

.big-title.big-title--second.outline.outline-two.ddd {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.big-title.big-title--second.outline.outline-two.second-copy-title {
  margin-left: 0.5em;
}

.big-title.red-title-snd {
  margin-left: 0.5em;
}

.text-block {
  color: #018e87;
  font-size: 2em;
  line-height: 1;
}

.list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._w-h1 {
  position: relative;
  margin-top: 0em;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.big-numbers {
  position: absolute;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 15em;
  line-height: 1;
}

.big-numbers.outline {
  z-index: 2;
  background-image: url('../images/noise.png'), -webkit-gradient(linear, left top, right top, color-stop(9%, transparent), color-stop(90%, hsla(0, 0%, 100%, 0.4)));
  background-image: url('../images/noise.png'), linear-gradient(90deg, transparent 9%, hsla(0, 0%, 100%, 0.4) 90%);
  background-position: 50% 50%, 0px 0px;
  background-size: auto, auto;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

._w-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 8em;
  padding-bottom: 8em;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
}

._w-section.section-02 {
  display: block;
  max-width: 100%;
  padding-top: 15em;
  padding-bottom: 15em;
  background-color: #5c5c5c;
  background-image: url('../images/paper-bottom.png'), url('../images/paper-top.png'), url('../images/noise.png');
  background-position: 50% 100%, 50% 0%, 0px 0px;
  background-size: contain, contain, auto;
  background-repeat: no-repeat, no-repeat, repeat;
  color: #5a5a5a;
}

._w-section._w-section-02 {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.small-numbers {
  font-size: 10em;
  line-height: 1;
}

.small-numbers.s-nb--yellow {
  margin-left: 0.7em;
  color: #db0039;
}

.small-numbers.s-nb--yellow.red {
  color: #db0039;
  text-align: left;
}

.small-numbers.s-nb--yellow.green {
  color: #018e87;
  text-align: left;
}

.small-numbers.s-nb--yellow {
  margin-left: 0.7em;
  color: #fece21;
}

.small-numbers.s-nb--green {
  margin-left: 0.7em;
  color: #018e87;
}

.small-numbers.s-nb--red {
  margin-left: 0.7em;
  color: #db0039;
}

.aside {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.25vw;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #db0039;
  font-size: 2em;
  line-height: 1;
  text-transform: uppercase;
}

.heading.h1-02 {
  color: #fece21;
  text-transform: uppercase;
}

.heading.h1-03 {
  color: #018e87;
}

.heading.h1-01.green {
  color: #018e87;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article {
  width: 60%;
}

.article.article-0 {
  text-align: right;
}

.paragraph {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  color: #838383;
  line-height: 1.25;
}

.paragraph.p-02 {
  color: #202020;
}

.paragraph.appear {
  color: #6e6e6e;
}

.paragraph.appear.txt-black {
  color: #202020;
}

.button {
  display: none;
  padding: 1em 5em;
  background-color: #db0039;
}

.button.btn-02 {
  background-color: #fece21;
  color: #202020;
}

.button.btn-03 {
  background-color: #018e87;
}

.div-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 10em;
  grid-row-gap: 10em;
}

.tagline {
  font-size: 10em;
  line-height: 1;
  white-space: nowrap;
}

.tagline.outline-2px {
  position: static;
  margin-left: 0.5em;
  color: transparent;
  font-size: 15em;
  mix-blend-mode: normal;
}

.tagline.outline-2px.o-2px-02 {
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-right: 4em;
  padding-left: 4em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.section-02 {
  padding-top: 10em;
  padding-bottom: 10em;
  background-color: #7e7e7e;
  background-image: url('../images/noise.png'), url('../images/paper-bottom.png'), url('../images/paper-top.png');
  background-position: 0px 0px, 50% 100%, 50% 0%;
  background-size: auto, contain, contain;
  background-repeat: repeat, no-repeat, no-repeat;
}

.title-animation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0.9;
  mix-blend-mode: normal;
}

.tagline-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.text-span {
  font-size: 3em;
  line-height: 1;
}

.text-block-2 {
  padding: 2em 14.2em;
  color: #0275c0;
  font-size: 1.5em;
  line-height: 1;
  text-align: center;
}

.text-span-2 {
  font-size: 1.5em;
}

.ig-gallery {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  margin-top: 5em;
}

.image-3 {
  position: absolute;
  z-index: 2;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.grid {
  max-width: 1440px;
  margin: 2em auto;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.brands {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  padding-top: 50%;
  padding-bottom: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.brand-logo {
  width: 6.1em;
  padding-top: 0em;
  padding-bottom: 0em;
}

.brand-logo.anna {
  height: 4em;
}

.brand-logo._9five {
  height: 1.8em;
}

.div-block-4 {
  height: 30em;
  background-color: #202020;
}

.div-block-5 {
  position: absolute;
}

._w-brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

._w-brand:hover {
  z-index: 5;
  border-style: none;
  border-radius: 100vw;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}

._w-brand.dalia {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

._w-brand.dalia:hover {
  border-color: transparent;
  border-radius: 100vw;
  background-image: url('../images/dalia.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.dita:hover {
  border-color: transparent;
  border-radius: 100vw;
  background-color: #fff;
  background-image: url('../images/dita.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.cazal:hover {
  border-color: transparent;
  border-radius: 100vw;
  background-image: url('../images/9five.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._w-brand.anna:hover {
  background-image: url('../images/anna.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.gucci:hover {
  background-image: url('../images/gucci.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.maybach:hover {
  background-image: url('../images/maybach.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.tomford:hover {
  background-image: url('../images/tomford.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.soclass:hover {
  background-image: url('../images/artboard-9.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

._w-brand.matsuda:hover {
  background-image: url('../images/matsuda.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.main {
  padding-right: 5em;
  padding-left: 5em;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 0.25em;
  grid-row-gap: 0.25em;
}

.list-item-2 {
  color: #f2daaa;
}

.list-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding: 0.5em 4em;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  position: relative;
  z-index: 3;
  padding-top: 0em;
  padding-bottom: 0em;
  background-color: #000;
}

.image-5 {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.text-span-3 {
  font-size: 1.6em;
}

.list-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.socials {
  color: #0574bf;
}

.link-2 {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #0574bf;
  font-size: 1.8em;
  text-decoration: none;
}

.link-2:hover {
  color: #fece21;
}

.rules-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.html-embed-2 {
  width: 5em;
  margin-right: auto;
  margin-left: auto;
}

.rules {
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
  color: #838383;
  line-height: 1.5;
}

.link-block {
  width: 100%;
  margin-top: 5em;
  margin-right: auto;
  margin-left: auto;
}

.scrollbar-item {
  overflow: auto;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5em;
  padding-left: 5em;
  color: #838383;
}

.footer-2 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  line-height: 1;
}

.paragraph-2 {
  margin-bottom: 0px;
  padding: 1em 3em;
  color: #838383;
  line-height: 1;
}

.logo-mobile {
  position: static;
  display: none;
  overflow: visible;
  width: 25em;
  margin: 5em auto;
}

.link-3 {
  color: #fed648;
  font-weight: 700;
  text-decoration: none;
}

.logo-desktop {
  width: 40em;
  margin-top: 5em;
  margin-bottom: 5em;
}

.bold {
  font-size: 1.25em;
  line-height: 2;
  font-weight: 700;
}

.bold.red {
  color: #ed2053;
}

.bold.yellow {
  color: #fed648;
}

.bold.blue {
  color: #008bcd;
}

.bold.orange {
  color: #f0672f;
}

.bold.blue-grey {
  color: #06a9a0;
}

.bold.violet {
  color: #8866ab;
}

.link-4 {
  color: #838383;
  text-decoration: none;
}

.div-block-7 {
  display: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.paragraph-3 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  line-height: 1.25;
}

.div-block-8 {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3em;
  padding-bottom: 3em;
}

.div-block-9 {
  display: none;
  padding-right: 8em;
  padding-left: 8em;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2em;
  padding-bottom: 2em;
  color: #db0039;
  font-size: 10vw;
  text-align: center;
}

.paragraph-4 {
  max-width: 960px;
  color: #6e6e6e;
  line-height: 1.25;
  letter-spacing: 0.02em;
}

.p-titles {
  display: inline-block;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  color: #018e87;
  font-size: 1.5vw;
  text-transform: uppercase;
}

.rules-title {
  position: relative;
  z-index: 1;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  color: #db0039;
  font-size: 10em;
  line-height: 1;
}

.rules-title.outline {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0px;
  z-index: 0;
  color: transparent;
  font-size: 12em;
  text-align: center;
}

.rules-title.outline.outline-2 {
  z-index: 2;
  mix-blend-mode: overlay;
}

._w-big-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 7em;
  margin-bottom: 7em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .nav-link {
    padding: 1.5em 1.5em 1.5em 2.5em;
    border-bottom: 1px solid #db0039;
    background-color: #181818;
    font-size: 2.3em;
  }

  .brand {
    height: 4.1em;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5em 1em 1em;
    color: #db0039;
    font-size: 0.75em;
    text-decoration: none;
  }

  ._w-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    padding-right: 6em;
    padding-left: 6em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-position: 100% 50%;
    background-size: cover;
  }

  .image-2 {
    width: 30%;
  }

  .big-title {
    font-size: 7.5em;
  }

  .big-title.big-title--second.outline.outline-two.ddd {
    font-size: 9em;
  }

  .text-block {
    font-size: 2.5em;
    white-space: nowrap;
  }

  .list {
    display: block;
    margin-bottom: 5em;
    text-align: center;
  }

  .list-item {
    margin-top: 4em;
  }

  ._w-section {
    width: 100%;
    font-size: 1.2vw;
  }

  .aside {
    font-size: 2vw;
  }

  .paragraph.appear {
    font-size: 1.75vw;
  }

  .button {
    font-size: 2vw;
  }

  .section {
    font-size: 2vw;
  }

  .text-block-2 {
    padding-right: 8.4em;
    padding-left: 8.4em;
  }

  .grid {
    max-width: 75vw;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .brand-logo {
    width: 10em;
  }

  .brand-logo.anna {
    height: 7em;
  }

  .menu-button {
    padding: 0em;
  }

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

  .list-item-2 {
    font-size: 1.25vw;
  }

  .image-5 {
    height: 6em;
  }

  .text-span-3 {
    font-size: 2em;
  }

  .list-3 {
    font-size: 1.5vw;
  }

  .rules {
    width: 75%;
  }

  .scrollbar-item {
    overflow: visible;
    width: 100%;
    height: auto;
    font-size: 2vw;
  }

  .footer-2 {
    position: static;
  }

  .logo-mobile {
    width: 75vw;
  }

  .logo-desktop {
    width: 60vw;
  }

  .div-block-8 {
    text-align: left;
  }

  .div-block-9 {
    font-size: 2vw;
  }

  .p-titles {
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .link {
    font-size: 0.6em;
  }

  ._w-header {
    height: auto;
    padding-top: 20em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .text-block {
    font-size: 3.5em;
  }

  ._w-section {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    font-size: 3vw;
  }

  ._w-section._w-section-02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .aside {
    text-align: right;
  }

  .heading.h1-02 {
    font-size: 1.4em;
  }

  .heading.h1-01 {
    font-size: 1.4em;
    text-transform: uppercase;
    white-space: normal;
  }

  .article {
    width: 100%;
  }

  .article.article-0 {
    text-align: left;
  }

  .paragraph.appear {
    font-size: 3vw;
  }

  .tagline.outline-2px.tagline-snd {
    font-size: 20.9em;
  }

  .text-block-2 {
    padding-right: 3.3em;
    padding-left: 3.3em;
    font-size: 2.4em;
  }

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

  .list-3 {
    font-size: 2vw;
  }

  .div-block-9 {
    padding-right: 6em;
    padding-left: 6em;
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    display: block;
    height: 6.8em;
  }

  .link {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }

  .big-title.big-title--second.outline.outline-two.ddd {
    font-size: 12.9em;
  }

  .tagline.outline-2px.tagline-snd {
    font-size: 40em;
  }

  .section {
    font-size: 2.5vw;
  }

  .text-block-2 {
    padding-right: 6.1em;
    padding-left: 6.1em;
  }

  .image-3 {
    width: 50%;
  }

  .grid {
    max-width: 50vw;
    margin-top: 10em;
    grid-auto-flow: row dense;
    grid-column-gap: 6em;
    grid-row-gap: 6em;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .brand-logo {
    width: 50%;
    height: 16.4em;
  }

  .brand-logo.anna {
    height: 20em;
  }

  .brand-logo._9five {
    height: auto;
  }

  .menu-button {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .image-4 {
    display: none;
  }

  .list-3 {
    display: block;
    font-size: 3vw;
    text-align: center;
  }

  .link-2 {
    display: inline-block;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }

  .rules {
    font-size: 14px;
  }

  .scrollbar-item {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 2.8em;
    padding-left: 3em;
    font-size: 14px;
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }

  .logo-mobile {
    display: block;
  }

  .logo-desktop {
    display: none;
  }

  .div-block-9 {
    font-size: 3vw;
  }

  .p-titles {
    font-size: 5vw;
  }
}

#w-node-f77725e4-d57d-d4a4-aeb1-c3d5391cd7ee-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ea5f02e5-ae46-21f9-77bd-d72134ead098-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_72223f53-55cd-06c3-41ef-ea65209f00cb-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e6777433-23be-c600-0de8-9ee33da5bf83-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_255005d2-e2e9-a2a9-347b-8f556e9aca72-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f831f083-b252-7ff4-249c-d6e1dc11f066-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3c06546e-507a-c78e-1726-b4a773f3d2da-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_86550e28-c08f-7408-1bd8-09d381abb77c-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_3c83395e-b59f-3a46-ad12-7f9d82315f83-e7ed8d22 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

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