:root {
  --white: white;
  --black: black;
  --dark-grey: #999;
  --gainsboro: #e6e6e6;
  --pink: #fe12a8;
  --deep-pink: #ea5db6;
}

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

.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;
}

@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 {
  color: #000;
  font-family: Saira, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

a {
  font-weight: 500;
  text-decoration: underline;
}

ul, ol {
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-family: Poppins;
}

img {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  display: inline-block;
}

blockquote {
  color: #000;
  border-style: solid none none;
  border-top-width: 2px;
  border-top-color: #000;
  border-left-width: 5px;
  border-left-color: #e2e2e2;
  margin-top: 40px;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 0;
  padding-right: 0;
  font-family: Source Serif Pro;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  color: #666;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 30px;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.navigation-link {
  height: 90px;
  color: #000;
  align-content: space-between;
  padding: 34px 20px;
  font-family: Libre Franklin;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.body {
  font-family: Saira, sans-serif;
}

.container-cards-artiists {
  width: 100%;
  height: 100vh;
  max-width: 100%;
}

.grid-card-artists {
  width: 100%;
  height: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
}

.section {
  height: 100vh;
}

.link-block-card {
  width: 100%;
  height: 100%;
  font-weight: 400;
}

.div-card-artist {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.div-container-info {
  z-index: 3;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, .46));
  justify-content: space-between;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
}

.heading-1 {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
}

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

.div-qr-code {
  width: 70px;
  height: 70px;
}

.name-work {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-bg-4 {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Ibuki-Kuramochi_1Ibuki Kuramochi.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .2s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-bg-4:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Ibuki-Kuramochi_1Ibuki Kuramochi.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.05);
}

.div-bg-7 {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Ryan-Seslow_1Ryan Seslow.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .2s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-bg-7:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Ryan-Seslow_1Ryan Seslow.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.05);
}

.heading-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
}

.name-work-2 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div-bg-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Match-Zimmerman.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .2s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-bg-1:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Match-Zimmerman.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.05);
}

.heading-3 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
}

.div-bg-9 {
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: scale3d(1none, 1none, 1none);
  object-fit: cover;
  transform-style: preserve-3d;
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Denis-Rovinskiy_1Denis Rovinskiy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  transition: opacity .2s, transform .2s;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-bg-9:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Denis-Rovinskiy_1Denis Rovinskiy.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  transform: scale(1.05);
}

.heading-4 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Saira, sans-serif;
  font-size: 26px;
  font-weight: 800;
  line-height: 35px;
}

@media screen and (min-width: 1440px) {
  .div-container-info {
    align-items: center;
  }

  .heading-1 {
    font-size: 28px;
  }

  .div-qr-code {
    width: 80px;
    height: 80px;
  }

  .name-work {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .name-work-2 {
    font-size: 18px;
  }

  .heading-3, .heading-4 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .div-container-info {
    padding: 20px 30px;
  }

  .heading-1 {
    font-size: 35px;
  }

  .div-qr-code {
    width: 90px;
    height: 90px;
  }

  .name-work {
    font-size: 18px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .name-work-2 {
    font-size: 18px;
  }

  .heading-3, .heading-4 {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-link {
    height: 60px;
    background-color: #fff;
    justify-content: flex-end;
    padding-left: 30px;
    padding-right: 30px;
  }

  .container-cards-artiists {
    height: 100%;
  }

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

  .section {
    height: 100%;
  }

  .link-block-card {
    height: 400px;
  }

  .heading-1 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-qr-code {
    width: 60px;
    height: 60px;
  }

  .name-work {
    font-size: 16px;
    line-height: 15px;
  }

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

  .name-work-2 {
    font-size: 16px;
    line-height: 15px;
  }

  .heading-3, .heading-4 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .navigation-link {
    display: flex;
  }

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

@media screen and (max-width: 479px) {
  .grid-card-artists {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .link-block-card {
    height: 300px;
  }

  .heading-1 {
    font-size: 20px;
    line-height: 30px;
  }

  .div-qr-code {
    width: 50px;
    height: 50px;
  }

  .name-work {
    font-size: 14px;
    line-height: 15px;
  }

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

  .name-work-2 {
    font-size: 14px;
    line-height: 15px;
  }

  .heading-3, .heading-4 {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-_417e6bd1-8e83-f796-fe93-4c93016fc786-db3b2828, #w-node-_76dc7108-4a46-4d2c-6dca-ef19ef01c039-db3b2828, #w-node-_2ffb4fba-f9dd-f7c4-71c0-ca5188893cec-db3b2828 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_417e6bd1-8e83-f796-fe93-4c93016fc786-db3b2828, #w-node-_76dc7108-4a46-4d2c-6dca-ef19ef01c039-db3b2828, #w-node-_2ffb4fba-f9dd-f7c4-71c0-ca5188893cec-db3b2828 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


