/*-----------------FONTS-----------------*/
@import url("https://use.typekit.net/mze4exc.css");
@font-face {
  font-family: "sharp";
  src: url(../asset/font/SharpGroteskBold25.otf) format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "sharp";
  src: url(../asset/font/SharpGroteskBook25.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
/*-----------------GLOBAL VARIABLES-----------------*/
:root {
  font-size: 100%;
  --sans: "sharp", "arial", "helvetica", sans-serif;
  --serif: "sole-serif-small-variable", "times new roman", serif;
}

::-moz-selection {
  background-color: rgba(0, 0, 0, 0.1450980392);
  color: #000;
}

::selection {
  background-color: rgba(0, 0, 0, 0.1450980392);
  color: #000;
}

/*-----------------MIXIN IMPORT-----------------*/
/*-----------------GLOBAL SETTINGS-----------------*/
html {
  -webkit-tap-highlight-color: transparent;
  overflow-y: scroll;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: #000;
  font-family: var(--serif);
  font-weight: 400;
  transition: color 0.4s ease, background-color 0.4s ease;
}

main {
  width: 100%;
}

section {
  scroll-margin-top: 100px;
}

button {
  background-color: #fff;
  border-radius: 100px;
  border: none;
  color: #000;
  font-size: 1.2rem;
}

a {
  -webkit-tap-highlight-color: transparent;
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.15;
  font-weight: 500;
}
h1.claim {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  font-family: var(--sans);
}
h1.tit {
  font-size: 1.25rem;
  line-height: 1.12;
  font-weight: 400;
  font-family: var(--sans);
}

h2 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
}

h3 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  font-family: var(--sans);
  text-transform: uppercase;
}
h3.year {
  font-weight: 400;
  line-height: 1.12;
}
h3.wtit {
  line-height: 1.12;
  font-weight: 400;
  text-transform: none;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  font-family: var(--sans);
}

p {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
}

.showmobile {
  display: none;
}
@media screen and (max-width: 980px) {
  .showmobile {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .hidemobile {
    display: none;
  }
}

figure {
  margin: 0;
}
figure img,
figure video {
  position: relative;
  width: 100%;
  display: block;
}

.page-wipe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #0d0d0d;
  z-index: 9999;
  pointer-events: none;
  transform: translateY(100%); /* Di base sta sotto, nascosto */
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.page-wipe .loader {
  width: 150px;
}

body.is-loading .page-wipe {
  transform: translateY(0); /* Copre subito lo schermo */
  transition: none;
}

body.is-ready .page-wipe {
  transform: translateY(100%);
  transition: transform 0.6s ease;
}

body.is-ready .page-wipe.wipe-out {
  transform: translateY(0);
  transition: transform 0.4s ease;
}

.iub__us-widget.left {
  display: none !important;
}

.iubenda-cs-brand-badge {
  display: none !important;
}

/*-----------------OTHER IMPORTS-----------------*/
.img-appear {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.img-appear.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.contacts {
  padding: 120px 0;
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .contacts {
    width: 90vw;
  }
}
.contacts_inner {
  display: block;
  text-align: center;
}
.contacts_inner .huge {
  font-size: 10.6cqi;
  white-space: nowrap; /* Impedisce al testo di andare a capo */
  display: block;
}
@media screen and (max-width: 980px) {
  .contacts_inner .huge {
    font-size: 9.6cqi;
  }
}
.contacts_inner .huge-mob {
  font-size: 10.6cqi;
  white-space: nowrap; /* Impedisce al testo di andare a capo */
  display: block;
}
@media screen and (max-width: 980px) {
  .contacts_inner .huge-mob {
    font-size: 9.6cqi;
  }
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 32px;
  opacity: 0;
  transition: opacity 0.4s ease;
  box-sizing: border-box;
  transition: transform 0.4s ease;
}
.site-header.hide-up {
  transform: translateY(-130%);
}
@media screen and (max-width: 980px) {
  .site-header {
    padding: 30px 5vw 0 5vw;
  }
}
.site-header .clip-svg {
  pointer-events: none;
}
.site-header .logo-hero {
  position: fixed;
  top: 24px;
  left: 32px;
  width: 200px;
  transform: none;
}
.site-header .logo-hero .video-clip-wrapper {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  clip-path: url(#logo-clip);
  -webkit-clip-path: url(#logo-clip);
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.site-header .logo-hero .video-clip-wrapper .logo-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-header .logo-hero .logo-svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.site-header .navigation-desktop {
  box-sizing: border-box;
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .site-header .navigation-desktop {
    width: 90vw;
  }
}
@media screen and (max-width: 980px) {
  .site-header .navigation-desktop {
    display: none;
  }
}
.site-header .navigation-desktop ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 25px;
  padding-top: 24px;
}
.site-header .navigation-desktop ul li a {
  font-size: 1rem;
  font-family: var(--sans);
  font-weight: 400;
  text-transform: uppercase;
}
.site-header .navigation-mobile {
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.site-header .navigation-mobile button {
  font-size: 1.25rem;
  font-family: var(--sans);
  text-transform: uppercase;
  background-color: transparent;
  padding: 0;
}
.site-header .navigation-mobile button span.menu-icon-close {
  font-size: 1.875rem;
}
@media screen and (max-width: 980px) {
  .site-header .navigation-mobile {
    display: flex;
  }
}

.fullmenu-mob {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 98;
  background-color: #fff;
  transform: translateY(-100%);
  transition: transform 0.6s ease;
}
.fullmenu-mob.is-open {
  transform: translateY(0);
}
@media screen and (max-width: 980px) {
  .fullmenu-mob {
    display: block;
  }
}
.fullmenu-mob nav {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .fullmenu-mob nav {
    width: 90vw;
  }
}
.fullmenu-mob nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  padding-bottom: 20%;
  box-sizing: border-box;
}
.fullmenu-mob nav ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 90px;
}
.fullmenu-mob nav ul li a {
  font-size: 1.25rem;
  font-family: var(--sans);
  font-weight: 400;
  text-transform: uppercase;
}
.fullmenu-mob .contacts {
  padding: 60px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.footer_wrap {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .footer_wrap {
    width: 90vw;
  }
}
.footer_wrap {
  padding-top: 15px;
  border-top: 1px solid #000;
  padding-bottom: 30px;
  overflow: hidden;
}
.footer_wrap_top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .footer_wrap_top {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.footer_wrap_top {
  padding-bottom: 90px;
}
.footer_wrap_top .leftwrap {
  grid-column: 1/span 6;
  display: flex;
  flex-direction: row;
  gap: 5%;
  align-items: baseline;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .leftwrap {
    justify-content: space-between;
    padding-bottom: 60px;
  }
}
.footer_wrap_top .leftwrap ul {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
  justify-content: space-around;
  padding-right: 15%;
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .leftwrap ul {
    padding-right: 0;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    max-width: 45%;
    justify-content: flex-start;
  }
}
.footer_wrap_top .leftwrap ul li {
  width: -moz-max-content;
  width: max-content;
}
.footer_wrap_top .leftwrap ul li a {
  display: block;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .leftwrap ul li a {
    text-align: left;
  }
}
.footer_wrap_top .leftwrap ul li a:hover {
  text-decoration: underline;
}
.footer_wrap_top .rightwrap {
  grid-column: 8/span 5;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 30px;
}
@media screen and (max-width: 1660px) {
  .footer_wrap_top .rightwrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .rightwrap {
    grid-column: 1/span 6;
    justify-content: space-between;
  }
}
.footer_wrap_top .rightwrap ul {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
}
@media screen and (max-width: 1440px) {
  .footer_wrap_top .rightwrap ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .rightwrap ul {
    padding-right: 0;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    max-width: 45%;
    justify-content: flex-start;
  }
}
.footer_wrap_top .rightwrap ul li {
  width: 25%;
}
@media screen and (max-width: 1440px) {
  .footer_wrap_top .rightwrap ul li {
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .rightwrap ul li {
    width: -moz-max-content;
    width: max-content;
  }
}
.footer_wrap_top .rightwrap ul li a {
  display: block;
  width: 100%;
  word-break: break-word;
}
@media screen and (max-width: 980px) {
  .footer_wrap_top .rightwrap ul li a {
    word-break: none;
  }
}
.footer_wrap_top .rightwrap ul li a:hover {
  text-decoration: underline;
}
.footer_wrap_bot {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.footer_wrap_bot .rightwrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.home {
  transition: opacity 0.6s ease;
  opacity: 0;
}
.home_intro {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_intro {
    width: 90vw;
  }
}
.home_intro {
  padding-top: max(35vw, var(--initialheight));
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 180px;
}
@media screen and (max-width: 980px) {
  .home_intro {
    flex-direction: column;
    padding-bottom: 60px;
    padding-top: max(50vw, var(--initialheight));
  }
}
.home_intro h1 {
  width: 40%;
}
@media screen and (max-width: 980px) {
  .home_intro h1 {
    width: 100%;
    padding-bottom: 30px;
  }
}
.home_intro h2 {
  width: 29%;
}
@media screen and (max-width: 980px) {
  .home_intro h2 {
    width: 100%;
  }
}
.home_works {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_works {
    width: 90vw;
  }
}
.home_works {
  padding-top: 10px;
  padding-bottom: 120px;
  border-top: 1px solid #000;
  position: relative;
}
.home_works_top {
  position: relative;
  padding-bottom: 45px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .home_works_top {
    position: relative;
    top: 0;
    flex-direction: column;
    gap: 15px;
  }
}
.home_works_top .filtersection {
  display: flex;
  flex-direction: row;
  gap: 14px;
  flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .home_works_top .filtersection {
    gap: 5px;
  }
}
.home_works_top .filtersection li {
  width: -moz-max-content;
  width: max-content;
}
.home_works_top .filtersection li button {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  font-size: 1rem;
}
.home_works_top .filtersection li button::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 100%;
  border: 1px solid #000;
  transform: translateY(2px);
}
@media screen and (max-width: 980px) {
  .home_works_top .filtersection li button::before {
    margin-right: 3px;
  }
}
.home_works_top .filtersection li button.active::before {
  background: radial-gradient(circle, #000 0%, #000 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
.home_works ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 980px) {
  .home_works ul {
    gap: 30px;
  }
}
.home_works ul li {
  width: 100%;
}
.home_works ul li a {
  width: 100%;
}
.home_works ul li a:hover figure {
  opacity: 0.8;
}
.home_works ul li a figure {
  pointer-events: none;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 25px;
  overflow: hidden;
  transition: opacity 0.4s ease;
}
.home_works ul li a figure iframe {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_works ul li a figure img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home_works ul li a .info {
  padding-top: 15px;
}
.home_soundb {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_soundb {
    width: 90vw;
  }
}
.home_soundb {
  position: relative;
  border-top: 1px solid #000;
  padding-top: 10px;
}
.home_soundb h3 {
  position: relative;
  padding-bottom: 45px;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .home_soundb h3 {
    position: relative;
    top: 0;
  }
}
.home_soundb_intro {
  padding-bottom: 45px;
  position: relative;
}
.home_soundb_intro_top {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .home_soundb_intro_top {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.home_soundb_intro_top h4 {
  grid-column: 1/span 6;
}
.home_soundb_intro_top p {
  grid-column: 8/span 5;
}
@media screen and (max-width: 980px) {
  .home_soundb_intro_top p {
    grid-column: 1/span 6;
    padding-top: 30px;
  }
}
.home_soundb_bot {
  padding-top: 45px;
  padding-bottom: 90px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .home_soundb_bot {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.home_soundb_bot {
  border-top: 1px solid #000;
}
.home_soundb_bot .textwrap {
  grid-column: 1/span 12;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .home_soundb_bot .textwrap {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.home_soundb_bot .textwrap {
  padding-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .home_soundb_bot .textwrap {
    padding-bottom: 60px;
    grid-column: 1/span 6;
  }
}
.home_soundb_bot .textwrap h4 {
  grid-column: 1/span 6;
}
.home_soundb_bot .textwrap p {
  grid-column: 8/span 5;
}
@media screen and (max-width: 980px) {
  .home_soundb_bot .textwrap p {
    grid-column: 1/span 6;
    padding-top: 30px;
  }
}
.home_soundb_bot figure {
  grid-column: 2/span 10;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .home_soundb_bot figure {
    grid-column: 1/span 6;
  }
}
.home_soundb_bot .claim {
  text-align: center;
  grid-column: 1/span 12;
  padding: 60px 0;
}
@media screen and (max-width: 980px) {
  .home_soundb_bot .claim {
    grid-column: 1/span 6;
  }
}
.home_ws {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_ws {
    width: 90vw;
  }
}
.home_ws {
  padding-top: 10px;
  border-top: 1px solid #000;
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 980px) {
  .home_ws {
    padding-bottom: 60px;
  }
}
.home_ws h3 {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .home_ws h3 {
    position: relative;
    top: 0;
  }
}
.home_ws_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 60px;
}
@media screen and (max-width: 980px) {
  .home_ws_list {
    gap: 60px;
  }
}
.home_ws_list .wscard {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .home_ws_list .wscard {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.home_ws_list .wscard {
  align-items: flex-start;
}
.home_ws_list .wscard .textwrap {
  grid-column: 1/span 6;
}
.home_ws_list .wscard .textwrap h4 {
  padding-bottom: 30px;
}
.home_ws_list .wscard figure {
  grid-column: span 6;
}
@media screen and (max-width: 980px) {
  .home_ws_list .wscard figure {
    padding-top: 30px;
  }
}
.home_where {
  background-color: #aeaeae;
  color: #fff;
  padding: 19.8px 0 30px;
}
.home_where_inner {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .home_where_inner {
    width: 90vw;
  }
}
.home_where_inner h3 {
  padding-bottom: 60px;
}
.home_where_inner_content {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .home_where_inner_content {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.home_where_inner_content {
  align-items: center;
}
.home_where_inner_content .textwrap {
  grid-column: 1/span 4;
}
@media screen and (max-width: 980px) {
  .home_where_inner_content .textwrap {
    grid-column: 1/span 6;
    padding-bottom: 30px;
  }
}
.home_where_inner_content .textwrap h4 {
  padding-bottom: 30px;
}
.home_where_inner_content .embed {
  grid-column: 6/span 7;
}
@media screen and (max-width: 980px) {
  .home_where_inner_content .embed {
    grid-column: 1/span 6;
  }
}

.singlework {
  width: 96vw;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  .singlework {
    width: 90vw;
  }
}
.singlework_vid {
  padding-top: 120px;
}
.singlework_vid figure {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 25px;
  overflow: clip;
}
.singlework_vid figure iframe {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.singlework_vid.iframecontainer figure {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 25px;
  overflow: clip;
}
.singlework_vid.iframecontainer figure iframe {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.singlework_vid.spotifycontainer figure {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 25px;
  overflow: clip;
}
.singlework_vid.spotifycontainer figure img {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.singlework_vid.spotifycontainer .iframewrap {
  padding-top: 30px;
}
.singlework_vid.spotifycontainer .iframewrap iframe {
  position: relative;
  width: 30%;
  height: 152px;
}
@media screen and (max-width: 980px) {
  .singlework_vid.spotifycontainer .iframewrap iframe {
    width: calc(100% - 20px);
    height: 80px;
  }
}
.singlework_info {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .singlework_info {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.singlework_info {
  padding: 60px 0 90px 0;
}
@media screen and (max-width: 980px) {
  .singlework_info {
    row-gap: 20px;
  }
}
.singlework_info .leftwrap {
  grid-column: 1/span 3;
}
@media screen and (max-width: 980px) {
  .singlework_info .leftwrap {
    grid-column: 1/span 6;
  }
}
.singlework_info .rightwrap {
  grid-column: 4/span 9;
}
.singlework_info .rightwrap p,
.singlework_info .rightwrap h1,
.singlework_info .rightwrap h2,
.singlework_info .rightwrap h3,
.singlework_info .rightwrap h4 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 400;
  font-family: var(--serif);
  padding-bottom: 0;
  min-height: 16px;
}
.singlework_info .rightwrap p strong,
.singlework_info .rightwrap h1 strong,
.singlework_info .rightwrap h2 strong,
.singlework_info .rightwrap h3 strong,
.singlework_info .rightwrap h4 strong {
  font-weight: 400;
}
.singlework_info .rightwrap p a,
.singlework_info .rightwrap h1 a,
.singlework_info .rightwrap h2 a,
.singlework_info .rightwrap h3 a,
.singlework_info .rightwrap h4 a {
  text-decoration: underline;
  display: inline;
}
.singlework_info .rightwrap p a:hover,
.singlework_info .rightwrap h1 a:hover,
.singlework_info .rightwrap h2 a:hover,
.singlework_info .rightwrap h3 a:hover,
.singlework_info .rightwrap h4 a:hover {
  text-decoration: none;
}
.singlework_info .rightwrap ul {
  list-style-type: disc;
  list-style-position: inside;
}
@media screen and (max-width: 980px) {
  .singlework_info .rightwrap {
    grid-column: 1/span 6;
  }
}
.singlework_gallery {
  padding-bottom: 30px;
}
.singlework_gallery.morepadding {
  padding-bottom: 90px;
}
.singlework_gallery ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .singlework_gallery ul {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.singlework_gallery ul {
  row-gap: 40px;
}
.singlework_gallery ul li {
  grid-column: span 6;
}
.singlework_gallery ul li figure {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  border-radius: 25px;
  overflow: hidden;
}
.singlework_gallery ul li figure img {
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.singlework_gallery ul li:nth-of-type(4n + 2) img,
.singlework_gallery ul li:nth-of-type(4n + 4) img {
  transition-delay: 0.2s;
}
@media screen and (max-width: 980px) {
  .singlework_gallery ul li:nth-of-type(4n + 2) img,
  .singlework_gallery ul li:nth-of-type(4n + 4) img {
    transition-delay: 0;
  }
}
.singlework_collab {
  width: 100%;
  padding-bottom: 60px;
}
.singlework_rel .title {
  padding-top: 10px;
  border-top: 1px solid #000;
  padding-bottom: 60px;
}
.singlework_rel .rellist {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 40px;
}
@media screen and (max-width: 980px) {
  .singlework_rel .rellist {
    grid-template-columns: repeat(6, 1fr);
    grid-column-gap: 20px;
  }
}
.singlework_rel .rellist li {
  grid-column: span 4;
}
@media screen and (max-width: 980px) {
  .singlework_rel .rellist li {
    grid-column: span 6;
  }
}
.singlework_rel .rellist li a {
  display: block;
}
.singlework_rel .rellist li a figure {
  aspect-ratio: 1;
  border-radius: 25px;
  overflow: hidden;
}
.singlework_rel .rellist li a figure:hover img {
  opacity: 0.7;
}
.singlework_rel .rellist li a figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: opacity 0.4s ease;
}/*# sourceMappingURL=main.css.map */