.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

.container {
  height: 100%;
  max-width: 1400px;
  padding-left: 40px;
  padding-right: 40px;
}

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

.navigation {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-start;
  display: flex;
  position: absolute;
}

.hero-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero {
  height: 100vh;
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/Group-135.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 40px;
  padding-bottom: 60px;
}

.header {
  height: fit-content;
  background-image: none;
  padding-bottom: 40px;
}

.content_hidden{
  display: none;
}

.header .navigation {
  position: relative;
}
/* підібрати */
.container-page_content{ 
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
}

.popup_hidden {
  display: none;
}

.heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 192px;
}

.heading-description {
  color: rgba(255, 255, 255, .2);
  text-align: center;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 24px;
  line-height: 20px;
}

.paragraph {
  width: 540px;
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 28px;
}

.brand {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.circle-logo {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 20px;
}

#menu-header-menu li {
  list-style-type: none;
}

.text-block {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.little-number {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  
}

.text-block span {
  font-size: 15px;
}
.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
  list-style-type: none;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-decoration: none;
  display: flex;
}

.div-block-2 {
  margin-left: 17%;
}

.heading-2 {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 70px;
}

.heading-2.black {
  color: #000;
}

.heading-2.black.bordered {
  color: #fff;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  border: 0 solid #000;
  line-height: 70px;
}

.heading-2.cenetered {
  text-align: center;
  text-decoration: none;
}

.about-us {
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.image {
  width: 100%;
  border-radius: 15px;
}

.paragraph-left {
  width: auto;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 28px;
}

.paragraph-left.margin-left {
  width: 250px;
  margin-left: 110px;
}

.paragraph-left.black a{
  color: #000;
  text-decoration: none;
}

.paragraph-left.black.this {
  margin-top: 30px;
}

.link-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 10px;
  align-items: center;
  padding: 10px 35px;
  font-family: Bebas Neue, sans-serif;
  text-decoration: none;
  display: flex;
}

.link-block-2.btn2 {
  width: 20vw;
  height: 6vw;
  text-align: center;
  justify-content: center;
  align-self: center;
  font-size: 2vw;
}

.div-block-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.clearance {
  padding-top: 60px;
  padding-bottom: 60px;
}

.clearance-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.clerance-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.heading-standart {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 130px;
  font-weight: 400;
  line-height: 110px;
}

.heading-standart.right {
  text-align: left;
  margin-left: 120px;
}

.heading-standart.black {
  color: #000;
}

.image-2 {
  width: 86px;
  margin-right: 30px;
}

.clearance-head-desc {
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: 0;
}

.footer {
  background-color: #fff;
  background-image: url('../images/♫-contact-us-♫.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: auto;
}

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

.contact-with-email.black {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  
}

.contact-with-email a {
 
  text-decoration: underline;
}
.links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.links-titles {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  margin-top: 30px;
  display: flex;
  list-style-type: none;
}

.links-titles.processed {
  opacity: .33;
}

.heading-4 {
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 450px;
  font-weight: 400;
  line-height: 379px;
  position: absolute;
}

.music {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

.music-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.music-paragraph {
  align-items: flex-start;
  display: flex;
}

.music-paragraph p{
  color: #000;
  
}

.slider-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-text-stroke-width: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.left-arrow {
  z-index: 33;
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  left: -60px;
  right: 0;
}

.right-arrow {
  width: 30px;
  height: 30px;
  display: none;
  position: relative;
  top: -30px;
  left: 60px;
}

.slide {
  background-color: #fff;
  position: relative;
}

.slide-nav {
  height: 30px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: none;
  position: relative;
  top: -60px;
}

.icon {
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.image-3 {
  width: 20px;
  height: 28.5667px;
}

.image-4 {
  width: 20px;
}

.image-4.rotate {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.mask {
  height: auto;
  margin-bottom: 10px;
  position: static;
}

.originals {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  height: auto;
}

.privacy-policy {
  height: auto;
  padding-top: 40px;
  /* padding-bottom: 60px; */
}

.privacy-paragraph {
  margin-top: 40px ;
}

.privacy-paragraph.firts {
  margin-top: 140px;
}

.privacy-paragraph p {
  width: auto;
  color: #fff;
  text-align: left;
  letter-spacing: -1px;
  font-size: 24px;
  line-height: 28px;
}

.image-5 {
  width: 100px;
}

.hero-image {
  width: 700px;
  margin-top: 0;
  margin-bottom: 0;
}

.slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.pop-up {
  opacity: 1;
  background-color: rgba(0, 0, 0, .7);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.closer {
  width: 100%;
  height: 100%;
  position: absolute;
}

.pop-up-information {
  z-index: 2;
  width: 50%;
  height: 360px;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 40px;
  display: flex;
  position: relative;
  top: 25%;
  bottom: auto;
  left: auto;
  right: auto;
}

.image-6 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 5%;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  padding-top: 2vw;
  display: flex;
}

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

.div-block-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

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

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

.track {
  width: 100%;
  border-radius: .5vw;
  flex-direction: column;
  padding: 1vw;
  display: flex;
  box-shadow: 0 1px 13px -2px rgba(0, 0, 0, .2);
}

.track.track2 {
  background-color: #000;
  color: #fff;
}

.track-content {
  width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1vw;
  display: flex;
}



.track-content.black {
  color: #fff;
}

.image-7 {
  width: 80px;
  height: 80px;
  border-radius: .5vw;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5vw;
  line-height: 2vw;
}

.paragraph-2 {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 2vw;
}

.content-track {
  justify-content: space-between;
  display: flex;
}

.html-embed-4 {
  margin-top: 1vw;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.music2 {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
}

@media (max-width: 991px) {
  .heading {
    font-size: 160px;
    line-height: 150px;
  }

  .div-block-2 {
    margin-left: 4%;
  }

  .heading-2 {
    font-size: 56px;
    line-height: 58px;
  }

  .heading-2.black.bordered {
    line-height: 58px;
  }

  .paragraph-left.margin-left {
    margin-left: 70px;
  }

  .heading-standart {
    font-size: 100px;
    line-height: 90px;
  }

  .heading-standart.right {
    margin-left: 70px;
  }

  .image-2 {
    width: 60px;
    margin-right: 10px;
  }

  .pop-up-information {
    height: auto;
  }

  .image-7 {
    width: 40px;
    height: 40px;
  }

  .heading-6 {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .paragraph-2 {
    font-size: 1.7vw;
    line-height: 3vw;
  }
}

@media (max-width: 767px) {
  .hero-wrapper {
    width: 100%;
  }

  .hero-content {
    width: auto;
    flex-wrap: nowrap;
  }

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

  .paragraph {
    width: auto;
    font-size: 20px;
  }

  .circle-logo {
    width: 16px;
    height: 16px;
  }

  .text-block {
    font-size: 20px;
  }

  .heading-2 {
    font-size: 44px;
    line-height: 46px;
  }

  .heading-2.black.bordered {
    line-height: 46px;
  }

  .div-block-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .image {
    order: -1;
  }

  .paragraph-left {
    font-size: 20px;
  }

  .paragraph-left.margin-left {
    margin-left: 40px;
  }

  .link-block-2.btn2 {
    width: 35vw;
    height: 8vw;
    font-size: 4vw;
  }

  .clearance-wrapper {
    flex-direction: column;
    display: flex;
  }

  .clerance-right, .heading-standart.right {
    margin-left: 40px;
  }

  .image-2 {
    width: 30px;
  }

  .footer-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .music-wrapper {
    flex-direction: column;
    display: flex;
  }

  .div-block-7 {
    grid-template-rows: auto auto;
    grid-auto-flow: column;
    align-content: space-between;
    justify-items: center;
  }

  .track {
    padding: 2vw;
  }

  .heading-6 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-2 {
    margin-top: 2vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }
}

@media (max-width: 479px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-wrapper {
    height: auto;
    margin-top: 80px;
  }

  .navigation {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    position: static;
  }

  .hero-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .heading-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
  }

  .paragraph {
    width: auto;
    font-size: 16px;
  }

  .text-block {
    font-size: 16px;
  }

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

  .heading-2.black.bordered, .heading-2.black.this {
    font-size: 45px;
    line-height: 50px;
  }

  .paragraph-left {
    width: auto;
    font-size: 16px;
  }

  .paragraph-left.margin-left {
    width: auto;
  }

  .link-block-2.btn2 {
    width: 87vw;
    height: 15vw;
    font-size: 6vw;
  }

  .clerance-right {
    margin-left: 0;
  }

  .heading-standart {
    font-size: 42px;
    line-height: 40px;
  }

  .footer {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .footer-wrapper {
    grid-column-gap: 85px;
    grid-row-gap: 85px;
  }

  .heading-5 {
    font-size: 28px;
    font-weight: 400;
    line-height: 26px;
  }

  .music-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    display: flex;
  }

  .slider-wrapper {
    flex-direction: column;
    display: flex;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .hero-image {
    width: 250px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .pop-up-information {
    width: auto;
    margin-left: 40px;
    margin-right: 40px;
  }

  .track {
    padding: 3vw;
  }

  .track-content {
    padding-top: 1vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .image-7 {
    width: 50px;
    height: 50px;
  }

  .heading-6 {
    font-size: 5vw;
    line-height: 6vw;
  }

  .paragraph-2 {
    font-size: 4vw;
    line-height: 5vw;
  }

  .html-embed-4 {
    margin-top: 3vw;
  }

  .div-block-8 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
}

#w-node-_2deb1284-6eac-66f5-91d5-64f120f1bfb2-0c09b2c0, #w-node-b5ed04c2-1268-7030-4e65-79f8f8d909b4-0c09b2c0, #w-node-_238338fe-e790-2594-64a9-0aa439c26f4c-0c09b2c0, #w-node-_06e09981-b88a-779d-7030-f2e1b99136b3-0c09b2c0, #w-node-ae815028-5b32-eee1-e48f-d43a63c7d40c-0c09b2c0, #w-node-_4234aa32-38d1-bf3d-eb10-f6065b0178dd-0c09b2c0, #w-node-_76e16b81-14ae-1eb9-9044-9e251a084f0c-0c09b2c0, #w-node-_76e16b81-14ae-1eb9-9044-9e251a084f11-0c09b2c0, #w-node-_0b754d8e-1dfe-d589-a676-069eb9f03236-0c09b2c0, #w-node-_3bcb7f1d-fdc4-e7e6-1ba3-a9a509cfaaad-0c09b2c0, #w-node-a7f3b507-36ae-f1d5-1f0d-9d14d43935fe-0c09b2c0, #w-node-_5125276e-5e48-764c-41ab-872b53bc3ce6-0c09b2c0, #w-node-_662042b4-039c-b13f-f8c2-63335f842c6f-0c09b2c0, #w-node-cefc0648-9414-36be-80d0-ac8415860f45-0c09b2c0, #w-node-_725a6ed1-8338-137a-2446-31f065ee1ed7-0c09b2c8, #w-node-_725a6ed1-8338-137a-2446-31f065ee1edc-0c09b2c8, #w-node-_725a6ed1-8338-137a-2446-31f065ee1edd-0c09b2c8, #w-node-_725a6ed1-8338-137a-2446-31f065ee1ee9-0c09b2c8, #w-node-_2f7bcf92-b838-95c1-ca50-fe0a64f81f77-0c09b2cb, #w-node-_2f7bcf92-b838-95c1-ca50-fe0a64f81f7e-0c09b2cb, #w-node-_2f7bcf92-b838-95c1-ca50-fe0a64f81f88-0c09b2cb, #w-node-_2f7bcf92-b838-95c1-ca50-fe0a64f81f8d-0c09b2cb, #w-node-_2f7bcf92-b838-95c1-ca50-fe0a64f81f94-0c09b2cb, #w-node-_2f7bcf92-b838-95c1-ca50-fe0a64f81f99-0c09b2cb, #w-node-b55ee069-8e5e-744b-6471-1f993bc69b4b-0c09b2cb, #w-node-b55ee069-8e5e-744b-6471-1f993bc69b52-0c09b2cb, #w-node-b55ee069-8e5e-744b-6471-1f993bc69b57-0c09b2cb, #w-node-b55ee069-8e5e-744b-6471-1f993bc69b79-0c09b2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7dae5e32-0edf-f7f7-d292-de2c2e98e936-0c09b2cb, #w-node-d201b1b7-5db9-d866-eb8f-f3db20fb0d22-0c09b2cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a69e67f2-c765-0378-d3f5-7c925f29286c-0c09b2cb, #w-node-_59cbfdd2-ee7c-5b5f-9e49-9bded7cb6366-0c09b2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_722e6fdf-5eeb-f24e-0a46-de400413ca48-0c09b2cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c88748a7-6226-aacf-7530-1b5fe284f210-0c09b2cb, #w-node-a0136a7e-2076-9e79-5437-521cf8f23075-0c09b2cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_194625af-b454-be59-0a41-24510dc8f907-0c09b2cb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_194625af-b454-be59-0a41-24510dc8f908-0c09b2cb, #w-node-_194625af-b454-be59-0a41-24510dc8f912-0c09b2cb, #w-node-b55ee069-8e5e-744b-6471-1f993bc69b9d-0c09b2cb, #w-node-b55ee069-8e5e-744b-6471-1f993bc69ba2-0c09b2cb, #w-node-_2deb1284-6eac-66f5-91d5-64f120f1bfb2-4821a310, #w-node-b5ed04c2-1268-7030-4e65-79f8f8d909b4-4821a310, #w-node-_13d71bb2-860f-7ed6-293e-24e7f67aeb2b-4821a310, #w-node-_13d71bb2-860f-7ed6-293e-24e7f67aeb32-4821a310, #w-node-e272231b-d975-02c5-ed66-a682b20cec29-4821a310, #w-node-e272231b-d975-02c5-ed66-a682b20cec2c-4821a310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e272231b-d975-02c5-ed66-a682b20cec2f-4821a310, #w-node-e272231b-d975-02c5-ed66-a682b20cec46-4821a310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e272231b-d975-02c5-ed66-a682b20cec47-4821a310, #w-node-e272231b-d975-02c5-ed66-a682b20cec51-4821a310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e272231b-d975-02c5-ed66-a682b20cec5b-4821a310 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e272231b-d975-02c5-ed66-a682b20cec5c-4821a310, #w-node-e272231b-d975-02c5-ed66-a682b20cec66-4821a310, #w-node-_13d71bb2-860f-7ed6-293e-24e7f67aeb80-4821a310, #w-node-_13d71bb2-860f-7ed6-293e-24e7f67aeb85-4821a310, #w-node-_238338fe-e790-2594-64a9-0aa439c26f4c-4821a310, #w-node-_06e09981-b88a-779d-7030-f2e1b99136b3-4821a310, #w-node-_07a31eb2-114e-7225-d145-9d24561bc748-4821a310, #w-node-_07a31eb2-114e-7225-d145-9d24561bc768-4821a310, #w-node-_07a31eb2-114e-7225-d145-9d24561bc78a-4821a310, #w-node-_07a31eb2-114e-7225-d145-9d24561bc78f-4821a310, #w-node-_3bcb7f1d-fdc4-e7e6-1ba3-a9a509cfaaad-4821a310, #w-node-a7f3b507-36ae-f1d5-1f0d-9d14d43935fe-4821a310, #w-node-_5125276e-5e48-764c-41ab-872b53bc3ce6-4821a310, #w-node-_662042b4-039c-b13f-f8c2-63335f842c6f-4821a310, #w-node-cefc0648-9414-36be-80d0-ac8415860f45-4821a310 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
