@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes heartbeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.01);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.01);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes glowPulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse-glow {
  0% {
    filter: drop-shadow(0 0 20px rgba(253, 80, 3, 0.6));
  }
  50% {
    filter: drop-shadow(0 0 40px rgb(253, 80, 3));
  }
  100% {
    filter: drop-shadow(0 0 20px rgba(253, 80, 3, 0.6));
  }
}
.hero {
  height: 1350px;
  margin-inline: auto;
  background-color: #FD5003;
}
.hero .title-wrapper {
  height: 45%;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  max-width: 1440px;
  margin-inline: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.hero .title-wrapper img {
  width: 960px;
  margin-bottom: -5px;
  animation: heartbeat 1.2s infinite;
  transform-origin: center;
}
.hero .title-wrapper h2 {
  font-size: 72px;
  line-height: 90%;
  text-transform: uppercase;
  max-width: 500px;
  color: #000000;
  transform: translateY(50%);
  display: flex;
  flex-direction: column;
}
.hero .title-wrapper h2 span {
  padding: 10px;
  background-color: #FD5003;
  width: -moz-fit-content;
  width: fit-content;
}
.hero .hero-bg {
  max-width: 1920px;
  margin-inline: auto;
  height: 55%;
  overflow: hidden;
  position: relative;
}
.hero .hero-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(253, 80, 3, 0) 47.16%, #FD5003 137.84%);
}
.hero .hero-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.hero .hero-video {
  width: 324px;
  height: 182px;
}
.hero .hero-video-desktop {
  display: block;
  position: absolute;
  right: 0;
  top: 80px;
}
.hero .hero-video-mobile {
  display: none;
}
.hero .hero-video .video-thumbnail {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.hero .hero-video .video-thumbnail .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.hero .hero-video .video-thumbnail .play-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.hero .hero-video .video-thumbnail .play-button img {
  width: 24px;
  height: 24px;
}

.about {
  background-image: url("../images/union-purple.svg");
  background-position: center -500px;
  background-repeat: no-repeat;
  padding-inline: 32px;
}
.about .about-title {
  max-width: 1440px;
  margin-inline: auto;
  overflow: visible;
  position: relative;
  z-index: 1;
  padding-block: 208px 96px;
}
.about .about-title-wrapper {
  margin-inline: auto;
  max-width: 920px;
}
.about .about-title-wrapper > h2 {
  font-weight: 800;
  font-style: italic;
  font-size: 132px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.about .about-title-wrapper > h3 p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #C75EFF;
}
.about .about-title-wrapper > h3 p:not(:last-child) {
  margin-bottom: 16px;
}
.about .about-title-wrapper > h3 blockquote {
  margin-bottom: 16px;
}

.cta {
  background-image: url("../images/union-blue.svg");
  background-position: center bottom -500px;
  background-repeat: no-repeat;
}

.project {
  background-image: url("../images/group-elements.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 32px;
}
.project .project-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 96px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.project .project-title-wrapper {
  margin-bottom: 440px;
}
.project .project-title-wrapper > h2 {
  font-style: normal;
  color: #FFCF30;
  font-size: 220px;
  line-height: 80%;
  letter-spacing: -2%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.project .project-title-wrapper .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 495px;
}
.project .project-list-title {
  height: 64px;
  width: auto;
  margin-bottom: 32px;
}
.project .project-list {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 71px;
  line-height: 80%;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #FFCF30;
}

.collaborate {
  padding-block: 493px 105px;
  min-height: 1288px;
  padding-inline: 32px;
}
.collaborate .collaborate-wrapper {
  max-width: 750px;
  margin-inline: auto;
}
.collaborate .collaborate-title {
  font-weight: 800;
  font-style: italic;
  font-size: 132px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.collaborate .collaborate-text {
  margin-bottom: 32px;
}
.collaborate .collaborate-text p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #09F4FF;
}
.collaborate .collaborate-text p:last-child {
  margin-top: 16px;
}
.collaborate .collaborate-text blockquote p {
  margin: 0;
}
.collaborate .collaborate-button {
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.team {
  padding-inline: 32px;
}
.team .team-container {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 96px 192px;
}
.team .team-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.team .team-header .buttons-wrapper {
  display: none;
  width: 64px;
  height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease-in-out;
}
.team .team-header .buttons-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.team .team-title {
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
}
.team .team-title .qty {
  display: none;
  margin-left: 16px;
  opacity: 0.3;
}
.team .team-title-mobile {
  display: none;
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 72px;
  line-height: 90%;
  letter-spacing: normal;
  text-transform: uppercase;
  max-width: 350px;
  margin-bottom: 40px;
}
.team .team-wrapper {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  align-items: center;
  max-width: 1260px;
}
.team .team-wrapper-desktop {
  display: flex;
}
.team .team-wrapper-mobile {
  display: none;
}
.team .team-wrapper .new-line {
  width: 100%;
}
.team .team-wrapper .text {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 132px;
  line-height: 90%;
  text-transform: uppercase;
}
.team .team-wrapper .text span {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
}
.team .team-wrapper .text-purple {
  color: #C75EFF;
}
.team .team-wrapper .text-orange {
  color: #FD5003;
}
.team .team-wrapper .text-blue {
  color: #09F4FF;
}
.team .teammate-card {
  position: relative;
  width: 296px;
  height: 92px;
  border: 2px solid;
  display: flex;
  align-items: center;
}
.team .teammate-card .teammate-photo {
  flex-basis: 57%;
  overflow: hidden;
  height: 100%;
}
.team .teammate-card .teammate-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .teammate-card:hover .teammate-popup {
  opacity: 1;
  visibility: visible;
}
.team .teammate-card .teammate-position {
  flex-basis: 43%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.team .teammate-card-purple {
  border-color: #C75EFF;
}
.team .teammate-card-purple .teammate-position {
  color: #C75EFF;
  border-left: 2px solid #C75EFF;
}
.team .teammate-card-purple .teammate-popup {
  border-color: #C75EFF;
}
.team .teammate-card-purple .teammate-popup .popup-position {
  color: #C75EFF;
}
.team .teammate-card-orange {
  border-color: #FD5003;
}
.team .teammate-card-orange .teammate-position {
  color: #FD5003;
  border-left: 2px solid #FD5003;
}
.team .teammate-card-orange .teammate-popup {
  border-color: #FD5003;
}
.team .teammate-card-orange .teammate-popup .popup-position {
  color: #FD5003;
}
.team .teammate-card-blue {
  border-color: #09F4FF;
}
.team .teammate-card-blue .teammate-position {
  color: #09F4FF;
  border-left: 2px solid #09F4FF;
}
.team .teammate-card-blue .teammate-popup {
  border-color: #09F4FF;
}
.team .teammate-card-blue .teammate-popup .popup-position {
  color: #09F4FF;
}
.team .teammate-popup {
  position: absolute;
  top: -2px;
  left: -2px;
  border: 2px solid;
  overflow: hidden;
  width: calc(100% + 4px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 2;
}
.team .teammate-popup .popup-photo {
  width: 100%;
  height: 264px;
  position: relative;
  z-index: 2;
}
.team .teammate-popup .popup-photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
}
.team .teammate-popup .popup-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.team .teammate-popup .popup-content {
  padding: 16px;
  background: #000000;
  position: relative;
  z-index: 2;
}
.team .teammate-popup .popup-name {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 38px;
  text-transform: capitalize;
}
.team .teammate-popup .popup-position {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 13px;
}
.team .teammate-popup .popup-text {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 22px;
}

@media screen and (max-width: 1600px) {
  .hero {
    height: 1010px;
  }
  .hero .title-wrapper {
    height: 45%;
    max-width: 1280px;
  }
  .hero .title-wrapper img {
    width: 777px;
  }
  .hero .title-wrapper h2 {
    font-size: 60px;
  }
  .hero .hero-bg {
    height: 55%;
  }
  .about .about-title {
    max-width: 1280px;
  }
  .project {
    background-position: center bottom;
  }
  .project .project-wrapper {
    max-width: 1280px;
  }
  .project .project-title-wrapper {
    margin-bottom: 233px;
  }
  .project .project-title-wrapper > h2 {
    font-size: 220px;
    letter-spacing: -2px;
  }
  .team .team-container {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .hero {
    height: 768px;
  }
  .hero .title-wrapper {
    max-width: 100%;
    padding-inline: 32px;
  }
  .hero .title-wrapper img {
    width: 550px;
  }
  .hero .title-wrapper h2 {
    font-size: 52px;
  }
  .hero .hero-video {
    right: 32px;
  }
  .about .about-title {
    max-width: 100%;
  }
  .about .about-title-wrapper > h2 {
    font-size: 102px;
    max-width: 720px;
    margin-inline: auto;
    margin-bottom: 60px;
  }
  .project .project-wrapper {
    max-width: 100%;
  }
  .project .project-title-wrapper {
    margin-bottom: 200px;
  }
  .project .project-title-wrapper > h2 {
    font-size: 160px;
    letter-spacing: -2px;
  }
  .project .project-title-wrapper .button {
    width: 350px;
  }
  .team .team-container {
    max-width: 100%;
  }
  .team .team-wrapper {
    max-width: 980px;
  }
  .team .team-wrapper .text {
    font-size: 102px;
  }
  .team .teammate-card {
    width: 230px;
    height: 80px;
  }
  .team .teammate-card .teammate-position {
    font-size: 18px;
  }
  .team .teammate-popup .popup-photo {
    height: 150px;
  }
}
@media screen and (max-width: 1048px) {
  .team .team-wrapper {
    max-width: 890px;
  }
  .team .team-wrapper .text {
    font-size: 92px;
  }
  .team .teammate-card {
    width: 200px;
    height: 70px;
  }
}
@media screen and (max-width: 992px) {
  .hero .title-wrapper img {
    width: 350px;
  }
  .hero .title-wrapper h2 {
    font-size: 42px;
  }
  .hero .hero-video {
    width: 250px;
    height: auto;
    aspect-ratio: 16/9;
  }
  .about {
    background: none;
  }
  .about .about-title {
    padding-block: 120px 60px;
  }
  .cta {
    background: none;
  }
  .project {
    background-position: center center;
  }
  .project .project-wrapper {
    padding-block: 60px;
  }
  .project .project-title-wrapper > h2 {
    font-size: 122px;
    letter-spacing: -2px;
    text-align: center;
  }
  .project .project-title-wrapper .button {
    margin-inline: auto;
  }
  .project .project-list {
    text-align: center;
  }
  .project .project-list-title {
    margin-inline: auto;
  }
  .collaborate {
    padding-block: 60px;
    min-height: auto;
  }
  .collaborate .collaborate-title {
    font-size: 102px;
    max-width: 600px;
    margin-inline: auto;
    margin-bottom: 60px;
  }
  .team .team-container {
    padding-block: 60px;
  }
  .team .team-wrapper {
    max-width: 735px;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .team .team-wrapper .text {
    font-size: 76px;
  }
  .team .teammate-card {
    width: 170px;
    height: 60px;
  }
  .team .teammate-card .teammate-position {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    background: #000000;
    height: 690px;
  }
  .hero .title-wrapper {
    flex-direction: column;
    padding-top: 180px;
    padding-inline: 0;
    gap: 0;
    background: #FD5003;
  }
  .hero .title-wrapper img {
    order: 1;
    width: 100%;
    max-width: 390px;
    margin-inline: auto;
  }
  .hero .title-wrapper h2 {
    order: 2;
    transform: none;
  }
  .hero .hero-video-desktop {
    display: none;
  }
  .hero .hero-video-mobile {
    display: block;
    width: 360px;
    height: 188px;
    margin-inline: auto;
    margin-top: 16px;
    border-radius: 8px;
    overflow: hidden;
  }
  .about {
    padding-inline: 16px;
  }
  .about .about-title {
    padding-block: 100px 60px;
  }
  .about .about-title-wrapper > h2 {
    font-size: 82px;
    letter-spacing: -2px;
    max-width: 570px;
  }
  .project .project-title-wrapper {
    margin-bottom: 160px;
  }
  .project .project-title-wrapper > h2 {
    font-size: 82px;
  }
  .project .project-list {
    font-size: 52px;
  }
  .project .project-list-title {
    height: 44px;
  }
  .collaborate .collaborate-title {
    font-size: 82px;
    max-width: 500px;
  }
  .team .team-header .buttons-wrapper {
    display: flex;
  }
  .team .team-title .qty {
    display: inline;
  }
  .team .team-title-mobile {
    display: block;
    text-align: center;
    margin-inline: auto;
  }
  .team .team-wrapper-mobile {
    display: block;
  }
  .team .team-wrapper-desktop {
    display: none;
  }
  .team .team-wrapper .text {
    font-size: 92px;
  }
  .team .teammate-item {
    border: 3px solid;
  }
  .team .teammate-item.purple {
    border-color: #C75EFF;
  }
  .team .teammate-item.blue {
    border-color: #09F4FF;
  }
  .team .teammate-item.orange {
    border-color: #FD5003;
  }
  .team .teammate-photo {
    height: 265px;
    position: relative;
  }
  .team .teammate-photo:before {
    content: "";
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  .team .teammate-photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .team .teammate-content {
    padding: 16px;
  }
  .team .teammate-name {
    font-family: "Otoiwo Grotesk Compressed", sans-serif;
    font-weight: 800;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
  }
  .team .teammate-position {
    font-family: "Otoiwo Grotesk Compressed", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 13px;
  }
  .team .teammate-position.purple {
    color: #C75EFF;
  }
  .team .teammate-position.blue {
    color: #09F4FF;
  }
  .team .teammate-position.orange {
    color: #FD5003;
  }
  .team .teammate-text {
    font-family: "Otoiwo Grotesk Compressed", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 22px;
    height: 100%;
    max-height: 88px;
    margin-bottom: 13px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  .team .teammate-text.active ~ .teammate-button svg {
    transform: rotate(180deg);
  }
  .team .teammate-button {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .team .teammate-button.purple {
    color: #C75EFF;
  }
  .team .teammate-button.blue {
    color: #09F4FF;
  }
  .team .teammate-button.orange {
    color: #FD5003;
  }
  .team .teammate-button svg {
    transition: transform 0.3s ease-in-out;
  }
  .team .teammate-button svg.purple path {
    stroke: #C75EFF;
  }
  .team .teammate-button svg.blue path {
    stroke: #09F4FF;
  }
  .team .teammate-button svg.orange path {
    stroke: #FD5003;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    margin-bottom: 0;
  }
  .hero .title-wrapper h2 {
    font-size: 28px;
  }
  .hero .title-wrapper h2 span {
    padding-block: 8px;
  }
  .about {
    padding-inline: 0;
    padding-block: 0 40px;
    background-image: url("../images/union-purple-mobile.svg");
    background-size: 1300px;
    background-position: center -280px;
    background-repeat: no-repeat;
  }
  .about .about-title {
    padding-block: 70px 0;
    min-height: 790px;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .about .about-title-wrapper {
    max-width: 290px;
  }
  .about .about-title-wrapper > h2 {
    font-size: 52px;
    letter-spacing: normal;
    margin-bottom: 30px;
  }
  .about .about-title-wrapper h3 p {
    font-size: 14px;
    line-height: 20px;
  }
  .about .about-title-wrapper h3 blockquote {
    display: none;
  }
  .project {
    padding-inline: 16px;
    background-image: none;
    position: relative;
  }
  .project:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../images/group-elements-mobile.svg");
    background-position: center 60px;
    background-repeat: no-repeat;
    opacity: 0.3;
    pointer-events: none;
  }
  .project .project-wrapper {
    padding-block: 32px 48px;
  }
  .project .project-title-wrapper {
    margin-bottom: 144px;
  }
  .project .project-title-wrapper > h2 {
    font-size: 72px;
  }
  .project .project-title-wrapper .button {
    width: 300px;
  }
  .project .project-list-title {
    height: 24px;
  }
  .project .project-list {
    font-size: 46px;
  }
  .project .project-list span {
    display: block;
  }
  .collaborate {
    padding-block: 40px;
    padding-inline: 16px;
    background-image: url("../images/union-blue-mobile.svg");
    background-size: 900px;
    background-position: center -40px;
    background-repeat: no-repeat;
  }
  .collaborate .collaborate-wrapper {
    min-height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .collaborate .collaborate-title {
    font-size: 52px;
    letter-spacing: normal;
    margin-bottom: 30px;
    max-width: 300px;
  }
  .collaborate .collaborate-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .collaborate .collaborate-text blockquote {
    display: none;
  }
  .collaborate .collaborate-form {
    width: 100vw;
    height: 100dvh;
    overflow: scroll;
    top: 0;
    transform: none;
    left: 0;
  }
  .team {
    padding-inline: 16px;
  }
  .team .team-title {
    font-size: 18px;
    line-height: 20px;
  }
  .team .team-title .qty {
    margin-left: 12px;
  }
  .team .team-title-mobile {
    text-align: left;
    margin-inline: 0;
  }
  .team .team-container {
    padding-block: 0 40px;
  }
  .team .team-wrapper .text {
    font-size: 76px;
  }
  .team .teammate-card {
    width: 150px;
    height: 60px;
  }
  .team .teammate-card .teammate-position {
    font-size: 12px;
    line-height: 16px;
  }
  .team .teammate-popup {
    right: -2px;
    left: auto;
    width: calc(100% + 44px);
  }
  .team .teammate-popup .popup-photo {
    height: 100px;
  }
  .team .teammate-popup .popup-content {
    padding: 10px;
  }
  .team .teammate-popup .popup-name {
    font-size: 18px;
    line-height: 24px;
  }
  .team .teammate-popup .popup-position {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 8px;
  }
  .team .teammate-popup .popup-text {
    font-size: 14px;
    line-height: 20px;
  }
  .faq {
    padding-block: 40px;
    padding-inline: 16px;
  }
  .faq .faq-wrapper {
    gap: 24px;
  }
  .faq .faq-title h2 {
    font-size: 52px;
    letter-spacing: normal;
  }
  .faq .faq-item:not(:last-child) {
    padding-bottom: 24px;
  }
  .faq .faq-item-title h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .faq .faq-item-content p {
    font-size: 16px;
    line-height: 22px;
  }
}
.prop-hero {
  height: 812px;
  background-color: #FFCF30;
  padding: 104px 24px 24px 24px;
}
.prop-hero .prop-hero-video {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-inline: auto;
}
.prop-hero .prop-hero-video .video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prop-hero .prop-hero-title {
  max-width: 914px;
}
.prop-hero .prop-hero-title > img {
  width: 100%;
  max-width: 914px;
  margin-bottom: 16px;
}
.prop-hero .prop-hero-title .play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #FFCF30;
  margin-inline: auto;
  transition: color 0.3s ease-in-out;
}
.prop-hero .prop-hero-title .play-button:hover {
  color: #FD5003;
}
.prop-hero .prop-hero-title .play-button:hover svg path {
  fill: #FD5003;
}
.prop-hero .prop-hero-title .play-button svg {
  width: 20px;
  height: 20px;
}
.prop-hero .prop-hero-title .play-button svg path {
  transition: fill 0.3s ease-in-out;
}

.prop-about {
  background-color: #FFCF30;
  position: relative;
  padding-inline: 32px;
}
.prop-about:before {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-image: url("../images/man-stroke.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 32px;
  right: -32px;
  z-index: 1;
}
.prop-about .prop-about-descr {
  padding-block: 96px 216px;
  max-width: 1440px;
  margin-inline: auto;
}
.prop-about .prop-about-descr > h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 104px;
  line-height: 82%;
  letter-spacing: normal;
  text-transform: uppercase;
  max-width: 1050px;
  color: #000000;
  margin-bottom: 80px;
}
.prop-about .prop-about-descr > h2 > span {
  position: relative;
  color: transparent;
}
.prop-about .prop-about-descr > h2 > span > span {
  position: absolute;
  font-size: 96px;
  line-height: 67%;
  padding: 13px 9px;
  background-color: #ffffff;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -60%);
  z-index: 1;
}
.prop-about .prop-about-descr > p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: normal;
  max-width: 560px;
  color: #000000;
}
.prop-about .prop-about-artists {
  padding-block: 96px;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
.prop-about .prop-about-artists:before {
  content: "";
  display: block;
  height: 100%;
  width: 465px;
  background-image: url("../images/visual-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 176px;
  right: -215px;
  z-index: 1;
}
.prop-about .prop-about-artists:after {
  content: "";
  display: block;
  height: 245px;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 207, 48, 0) 0%, #FFCF30 100%);
  position: absolute;
  bottom: 128px;
  left: 0;
  z-index: 1;
}
.prop-about .prop-about-artists > h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 172px;
  line-height: 82%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 20px;
}
.prop-about .prop-about-artists > p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: normal;
  max-width: 730px;
  color: #000000;
  margin-bottom: 24px;
}
.prop-about .prop-about-artists .artists-list {
  margin-block: 32px;
  height: 656px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  overflow: hidden;
}
.prop-about .prop-about-artists .artists-list:not(.swiper) {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.prop-about .prop-about-artists .artists-list a.artist-link {
  cursor: pointer;
}
.prop-about .prop-about-artists .artists-list .artist-item {
  display: flex;
  align-items: center;
  height: 80px;
  gap: 48px;
  background-color: #000000;
  max-width: -moz-fit-content;
  max-width: fit-content;
  cursor: grab;
}
.prop-about .prop-about-artists .artists-list .artist-item > img {
  max-width: 176px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prop-about .prop-about-artists .artists-list .artist-item > h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 104px;
  line-height: 82%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
}

.prop-gallery {
  position: relative;
  padding-inline: 32px;
  overflow-y: visible;
  margin-bottom: 135px;
}
.prop-gallery .prop-gallery-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  margin-top: 96px;
  position: relative;
  max-height: 1100px;
  transition: max-height 0.6s ease-in-out;
  overflow: hidden;
}
.prop-gallery .prop-gallery-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 109.17%);
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.prop-gallery .prop-gallery-title {
  font-style: normal;
  font-weight: 800;
  font-size: 132px;
  line-height: 82%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.prop-gallery .prop-gallery-item {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}
.prop-gallery .prop-gallery-item[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
}
.prop-gallery .prop-gallery-item[style*="display: block"] {
  opacity: 1;
}
.prop-gallery .prop-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prop-gallery .show-more {
  position: absolute;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: unset;
  color: #FFCF30;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-inline: auto;
  transition: color 0.3s ease-in-out;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.prop-gallery .show-more svg {
  transition: transform 0.3s ease-in-out;
}
.prop-gallery .show-more svg path {
  transition: stroke 0.3s ease-in-out;
}
.prop-gallery .show-more.less svg {
  transform: rotate(180deg);
}
.prop-gallery .show-more:hover {
  color: #FD5003;
}
.prop-gallery .show-more:hover svg path {
  stroke: #FD5003;
}

.prop-collab {
  background-color: #FF7409;
  position: relative;
  padding-inline: 32px;
  overflow-y: visible;
}
.prop-collab:before {
  content: "";
  display: block;
  background-image: url("../images/eye.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 252px;
  height: 262px;
  position: absolute;
  left: 80px;
  top: -24px;
  z-index: 1;
}
.prop-collab:after {
  content: "";
  display: block;
  background-image: url("../images/note.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 320px;
  height: 275px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 1;
}
.prop-collab .prop-collab-wrapper {
  max-width: 805px;
  width: 100%;
  margin-inline: auto;
  padding-block: 88px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.prop-collab .prop-collab-wrapper .button-black {
  background-color: #000000;
  color: #FF7409;
}
.prop-collab .prop-collab-wrapper .button-black:hover {
  background-color: #FF7409;
  color: #000000;
}
.prop-collab .prop-collab-title {
  font-style: normal;
  font-weight: 800;
  font-size: 132px;
  line-height: 90%;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 60px;
}
.prop-collab .prop-collab-title > span {
  position: relative;
}
.prop-collab .prop-collab-title > span > span {
  position: absolute;
  font-size: 96px;
  line-height: 67%;
  padding: 13px 9px;
  background-color: #ffffff;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -60%);
  z-index: 1;
}
.prop-collab .prop-collab-descr {
  margin-bottom: 32px;
}
.prop-collab .prop-collab-descr p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}
.prop-collab .prop-collab-descr p:last-child {
  margin-top: 32px;
}

@media screen and (max-width: 1600px) {
  .prop-about .prop-about-descr {
    max-width: 1280px;
  }
  .prop-about .prop-about-artists {
    max-width: 1280px;
  }
  .prop-gallery .prop-gallery-wrapper {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .prop-about:before {
    width: 600px;
  }
  .prop-about .prop-about-descr {
    max-width: 100%;
    padding-block: 60px 160px;
  }
  .prop-about .prop-about-descr > h2 {
    font-size: 80px;
    line-height: 100%;
    max-width: 800px;
    margin-bottom: 40px;
  }
  .prop-about .prop-about-descr > h2 > span span {
    font-size: 72px;
  }
  .prop-about .prop-about-artists {
    max-width: 100%;
    padding-block: 60px;
  }
  .prop-about .prop-about-artists:before {
    width: 300px;
    background-image: url("../images/visual-bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 176px;
    right: -115px;
  }
  .prop-about .prop-about-artists:after {
    bottom: 92px;
  }
  .prop-about .prop-about-artists > h2 {
    font-size: 102px;
  }
  .prop-about .prop-about-artists > p {
    font-size: 24px;
    line-height: 32px;
    max-width: 560px;
  }
  .prop-gallery .prop-gallery-title {
    font-size: 102px;
    line-height: 100%;
  }
  .prop-collab:before {
    left: 30px;
    width: 152px;
    height: 162px;
  }
  .prop-collab:after {
    width: 200px;
    height: 175px;
    right: 20px;
    bottom: 20px;
  }
  .prop-collab .prop-collab-wrapper {
    padding-block: 60px;
    max-width: 605px;
  }
  .prop-collab .prop-collab-title {
    font-size: 102px;
  }
  .prop-collab .prop-collab-title > span span {
    font-size: 62px;
  }
  .prop-collab .prop-collab-descr {
    margin-bottom: 24px;
  }
  .prop-collab .prop-collab-descr p {
    font-size: 18px;
    line-height: 24px;
  }
  .prop-collab .prop-collab-descr p:last-child {
    margin-top: 24px;
  }
}
@media screen and (max-width: 992px) {
  .prop-hero {
    height: 612px;
  }
  .prop-hero .prop-hero-title {
    margin-top: 24px;
  }
  .prop-hero .prop-hero-title img {
    max-width: 600px;
  }
  .prop-about:before {
    width: 400px;
  }
  .prop-about .prop-about-descr {
    padding-block: 50px 140px;
  }
  .prop-about .prop-about-descr > h2 {
    font-size: 80px;
    line-height: 100%;
    max-width: 800px;
    margin-bottom: 40px;
  }
  .prop-about .prop-about-descr > h2 > span span {
    font-size: 72px;
  }
  .prop-about .prop-about-artists {
    max-width: 100%;
    padding-block: 60px;
  }
  .prop-about .prop-about-artists:after {
    height: 145px;
  }
  .prop-about .prop-about-artists > h2 {
    font-size: 102px;
  }
  .prop-about .prop-about-artists > p {
    font-size: 24px;
    line-height: 32px;
    max-width: 560px;
  }
  .prop-about .prop-about-artists .artists-list {
    height: 556px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item {
    gap: 32px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item > img {
    max-width: 150px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item > h3 {
    font-style: normal;
    font-weight: 800;
    font-size: 72px;
    line-height: 82%;
  }
}
@media screen and (max-width: 768px) {
  .prop-hero {
    height: 512px;
  }
  .prop-hero .prop-hero-title img {
    max-width: 550px;
  }
  .prop-about .prop-about-descr {
    padding-block: 50px 100px;
  }
  .prop-about .prop-about-descr > h2 {
    font-size: 52px;
    max-width: 520px;
    margin-bottom: 32px;
  }
  .prop-about .prop-about-descr > h2 > span span {
    font-size: 42px;
  }
  .prop-about .prop-about-descr > p {
    font-size: 24px;
    line-height: 33px;
  }
  .prop-about .prop-about-artists {
    max-width: 100%;
    padding-block: 50px;
  }
  .prop-about .prop-about-artists:after {
    bottom: 82px;
  }
  .prop-about .prop-about-artists > h2 {
    font-size: 72px;
  }
  .prop-about .prop-about-artists .artists-list {
    height: 500px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item {
    gap: 32px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item > img {
    max-width: 120px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item > h3 {
    font-size: 52px;
  }
  .prop-gallery .prop-gallery-title {
    font-size: 72px;
    max-width: 270px;
    margin-inline: auto;
  }
  .prop-gallery .prop-gallery-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
  .prop-gallery .prop-gallery-item {
    width: 100%;
    margin-bottom: 0;
  }
  .prop-collab:before {
    left: 10px;
    width: 102px;
    height: 112px;
  }
  .prop-collab:after {
    width: 130px;
    height: 125px;
    right: 10px;
    bottom: 10px;
  }
  .prop-collab .prop-collab-wrapper {
    padding-block: 50px;
    max-width: 605px;
  }
  .prop-collab .prop-collab-title {
    font-size: 72px;
    margin-bottom: 38px;
  }
  .prop-collab .prop-collab-title > span span {
    font-size: 52px;
    padding: 8px 6px;
  }
  .prop-collab .prop-collab-descr {
    margin-bottom: 24px;
  }
  .prop-collab .prop-collab-descr p {
    font-size: 18px;
    line-height: 24px;
  }
  .prop-collab .prop-collab-descr p:last-child {
    margin-top: 24px;
  }
}
@media screen and (max-width: 576px) {
  .prop-hero {
    height: 710px;
    padding: 86px 16px 16px 16px;
  }
  .prop-hero .prop-hero-title img {
    max-width: 270px;
  }
  .prop-hero .prop-hero-title p {
    font-size: 18px;
    line-height: 24px;
  }
  .prop-about {
    padding-inline: 16px;
  }
  .prop-about:before {
    content: none;
  }
  .prop-about .prop-about-descr {
    padding-block: 48px 40px;
  }
  .prop-about .prop-about-artists {
    padding-block: 48px 56px;
  }
  .prop-about .prop-about-artists:before, .prop-about .prop-about-artists:after {
    content: none;
  }
  .prop-about .prop-about-artists > h2 {
    font-size: 60px;
    line-height: 82%;
    margin-bottom: 20px;
  }
  .prop-about .prop-about-artists > p {
    margin-bottom: 40px;
  }
  .prop-about .prop-about-artists .artists-list {
    height: 100%;
    margin-block: 0;
  }
  .prop-about .prop-about-artists .artists-list .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item {
    gap: 12px;
    height: 48px;
    padding-right: 12px;
  }
  .prop-about .prop-about-artists .artists-list .artist-item > img {
    width: 48px;
    height: 48px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .prop-about .prop-about-artists .artists-list .artist-item > h3 {
    font-size: 42px;
    line-height: 82%;
  }
  .prop-gallery {
    padding-inline: 16px;
  }
  .prop-gallery .prop-gallery-title {
    font-size: 60px;
    line-height: 82%;
  }
  .prop-gallery .prop-gallery-wrapper {
    margin-top: 48px;
  }
  .prop-gallery .prop-gallery-list {
    grid-template-columns: 1fr;
    grid-auto-rows: 195px;
    grid-template-rows: unset;
  }
  .prop-collab {
    padding-inline: 16px;
  }
  .prop-collab:after {
    right: 20px;
    bottom: -40px;
  }
  .prop-collab .prop-collab-wrapper {
    padding-block: 56px 112px;
    max-width: 605px;
  }
  .prop-collab .prop-collab-title {
    font-size: 52px;
    font-style: italic;
    margin-bottom: 32px;
  }
  .prop-collab .prop-collab-title span {
    display: none;
  }
  .prop-collab .prop-collab-title > span span {
    font-size: 40px;
    padding: 8px 6px;
  }
  .prop-collab .prop-collab-descr {
    margin-bottom: 24px;
  }
  .prop-collab .prop-collab-descr p {
    font-size: 18px;
    line-height: 24px;
  }
  .prop-collab .prop-collab-descr p:last-child {
    margin-top: 24px;
  }
}
.single-artists .header {
  background: #FD5003;
}

.artist {
  background: #0A0D12;
  padding-inline: 32px;
}
.artist .artist-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 140px;
}
.artist .artist-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.artist .artist-header h3 {
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: normal;
}
.artist .artist-body {
  padding-block: 40px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.artist .artist-body > div {
  flex-basis: 50%;
}
.artist .artist-qualities h4 {
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: normal;
  opacity: 0.6;
}
.artist .artist-qualities .artist-name {
  font-style: normal;
  font-weight: 800;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2%;
  text-transform: uppercase;
  color: #FFCF30;
  margin-bottom: 24px;
}
.artist .artist-qualities-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.artist .artist-qualities-item {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.artist .artist-qualities-item .qualities-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
}
.artist .artist-qualities-item p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-right: 8px;
}
.artist .artist-photo {
  max-width: 500px;
}
.artist .artist-photo img {
  width: 100%;
}
.artist .artist-footer {
  padding-block: 32px 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
.artist .artist-footer > div {
  flex-basis: 50%;
}
.artist .artist-descr {
  max-width: 560px;
}
.artist .artist-descr p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: normal;
}
.artist .artist-video {
  max-width: 500px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.artist .artist-video-wrapper {
  width: 205px;
  height: 116px;
  flex-shrink: 0;
}
.artist .artist-video-wrapper .video-thumbnail {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
}
.artist .artist-video-wrapper .video-thumbnail .play-button {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.artist .artist-video-wrapper .video-thumbnail .play-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.artist .artist-video-wrapper .video-thumbnail .play-button img {
  width: 18px;
  height: 18px;
}
.artist .artist-video.no-video .video-thumbnail {
  background-color: #FFCF30;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
}
.artist .artist-video-title h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  text-transform: uppercase;
}
.artist .artist-video-title p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: normal;
  opacity: 0.6;
}

@media screen and (max-width: 992px) {
  .artist .artist-video {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .artist .artist-wrapper {
    padding-block: 120px;
  }
  .artist .artist-photo {
    aspect-ratio: 620/350;
    max-width: 100%;
  }
  .artist .artist-body {
    flex-direction: column;
    align-items: flex-start;
  }
  .artist .artist-body > div {
    flex-basis: 100%;
  }
  .artist .artist-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .artist .artist-footer > div {
    flex-basis: 100%;
  }
  .artist .artist-descr {
    max-width: 100%;
  }
}
.cms .cms-hero {
  padding-block: 176px 96px;
  padding-inline: 32px;
}
.cms-blue .cms .cms-hero {
  background-color: #09F4FF;
}
.cms-orange .cms .cms-hero {
  background-color: #FD5003;
}
.cms-yellow .cms .cms-hero {
  background-color: #FFCF30;
}
.cms-purple .cms .cms-hero {
  background-color: #C75EFF;
}
.cms .cms-hero-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.cms .cms-hero-title .title {
  font-size: 72px;
  line-height: 90%;
  text-transform: uppercase;
  padding: 16px 32px;
  background-color: #000000;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 24px;
}
.cms .cms-hero-title .subtitle {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
  margin-bottom: 32px;
  max-width: 540px;
}
.cms .cms-hero-title .date {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #000000;
}
.cms .cms-content {
  padding-block: 32px 96px;
  padding-inline: 32px;
}
.cms .cms-content-wrapper {
  max-width: 720px;
  margin-inline: auto;
}
.cms .cms-content-wrapper .paragraph {
  margin-bottom: 32px;
}
.cms .cms-content-wrapper .paragraph:first-child {
  margin-top: 32px;
}
.cms .cms-content-wrapper .paragraph h3.content-title {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.cms-blue .cms .cms-content-wrapper .paragraph h3.content-title {
  color: #09F4FF;
}
.cms-orange .cms .cms-content-wrapper .paragraph h3.content-title {
  color: #FD5003;
}
.cms-yellow .cms .cms-content-wrapper .paragraph h3.content-title {
  color: #FFCF30;
}
.cms-purple .cms .cms-content-wrapper .paragraph h3.content-title {
  color: #C75EFF;
}
.cms .cms-content-wrapper .paragraph .content-text p {
  font-family: "Otoiwo Grotesk Normal", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 16px;
}
.cms .cms-content-wrapper .paragraph .content-text ul {
  padding-left: 24px;
  list-style: disc;
}
.cms .cms-content-wrapper .paragraph .content-text ul li {
  margin-bottom: 16px;
  font-family: "Otoiwo Grotesk Normal", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
}

@media screen and (max-width: 768px) {
  .cms .cms-hero-title .title {
    font-size: 52px;
  }
}
@media screen and (max-width: 576px) {
  .cms .cms-hero {
    padding-block: 114px 48px;
    padding-inline: 18px;
  }
  .cms .cms-hero-title .title {
    font-size: 32px;
    padding: 16px 24px;
  }
  .cms .cms-hero-title .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .cms .cms-hero-title .date {
    font-size: 18px;
    line-height: 24px;
  }
  .cms .cms-content {
    padding-block: 24px 96px;
    padding-inline: 18px;
  }
  .cms .cms-content-wrapper .paragraph {
    margin-bottom: 24px;
  }
  .cms .cms-content-wrapper .paragraph:first-child {
    margin-top: 24px;
  }
  .cms .cms-content-wrapper .paragraph h3.content-title {
    font-size: 24px;
  }
  .cms .cms-content-wrapper .paragraph .content-text p {
    font-size: 16px;
    line-height: 24px;
  }
  .cms .cms-content-wrapper .paragraph .content-text ul {
    padding-left: 16px;
  }
  .cms .cms-content-wrapper .paragraph .content-text ul li {
    font-size: 16px;
    line-height: 24px;
  }
}
.error404 .header .header-wrapper .logo-wrapper img {
  filter: brightness(0) saturate(100%) invert(48%) sepia(84%) saturate(3206%) hue-rotate(246deg) brightness(103%) contrast(101%);
}
.error404 .header .header-menu > li > a {
  color: #C75EFF;
}
.error404 .header .header-menu > li > a:hover {
  color: #ffffff;
}
.error404 .header .header-contact {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.error404 .header .menu-wrapper .nav-menu {
  background-color: #000000;
}
.error404 .header .menu-open span.line {
  background-color: #C75EFF;
}
.error404 .footer {
  background: #000000;
}
.error404 .footer .button {
  opacity: 0;
  transition: opacity 0.2s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.error404 .footer .footer-wrapper-top .block-menu h3 {
  color: #C75EFF;
}

.page-404 {
  padding-block: 110px 0;
}
.page-404 .container {
  position: relative;
  width: 100%;
  height: 1024px;
  max-width: 1024px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 32px;
}
.page-404 .container > .image {
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-404 .container > .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.5;
  animation: glowPulse 3s ease-in-out infinite;
}
.page-404 .container > .title {
  font-style: normal;
  font-size: 132px;
  line-height: 82%;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
  max-width: 544px;
}
.page-404 .container > .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.page-404 .container > .buttons .button-black-purple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page-404 .container > .buttons .button-black-purple svg path {
  transition: stroke 0.3s ease-in-out;
}
.page-404 .container > .buttons .button-black-purple:hover svg path {
  stroke: #000000;
}

@media screen and (max-width: 576px) {
  .page-404 {
    padding-block: 72px 0;
  }
  .page-404 .container {
    height: 700px;
    max-width: 700px;
  }
  .page-404 .container > .title {
    font-size: 72px;
    max-width: 300px;
  }
}
.artists-template-sestry-feldman-installation .header {
  background-color: #000000;
}
.artists-template-sestry-feldman-installation .header .header-wrapper .logo-wrapper .header-logo {
  display: none;
}
.artists-template-sestry-feldman-installation .header .header-wrapper .logo-wrapper .header-logo-white {
  display: block;
}
.artists-template-sestry-feldman-installation .header .header-wrapper .button-black {
  background-color: #FD5003;
  border: 2px solid #FD5003;
  color: #000000;
}
.artists-template-sestry-feldman-installation .header .header-wrapper .button-black:hover {
  background-color: #000000;
  color: #FD5003;
}
.artists-template-sestry-feldman-installation .header .header-menu > li:hover > a {
  color: #475467;
}
.artists-template-sestry-feldman-installation .header .header-menu > li > a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .artists-template-sestry-feldman-installation .header .header-menu > li > a {
    color: #000000;
  }
}

.art-child-hero {
  height: 812px;
  padding: 104px 24px 24px 24px;
}
.art-child-hero .art-child-hero-video {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  margin-inline: auto;
}
.art-child-hero .art-child-hero-video .video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
}
.art-child-hero .art-child-hero-title {
  max-width: 914px;
}
.art-child-hero .art-child-hero-title > h1 {
  color: #ffffff;
  width: 100%;
  max-width: 914px;
  margin-bottom: 16px;
  font-weight: 800;
  font-size: 120px;
  line-height: 82%;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
}
.art-child-hero .art-child-hero-title .play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 800;
  font-style: italic;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #FD5003;
  margin-inline: auto;
  transition: color 0.3s ease-in-out;
}
.art-child-hero .art-child-hero-title .play-button:hover {
  color: #FFCF30;
}
.art-child-hero .art-child-hero-title .play-button:hover svg path {
  fill: #FFCF30;
}
.art-child-hero .art-child-hero-title .play-button svg {
  width: 20px;
  height: 20px;
}
.art-child-hero .art-child-hero-title .play-button svg path {
  transition: fill 0.3s ease-in-out;
  fill: #FD5003;
}

.art-child-eyes {
  padding-block: 96px 310px;
  padding-inline: 24px;
  position: relative;
  overflow: hidden;
}
.art-child-eyes .art-child-eyes-content {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.art-child-eyes .art-child-eyes-content h2 {
  color: #09F4FF;
  font-size: 104px;
  font-style: normal;
  font-weight: 800;
  line-height: 82%;
  text-transform: uppercase;
  margin-bottom: 80px;
  max-width: 992px;
}
.art-child-eyes .art-child-eyes-content h2 > span {
  position: relative;
}
.art-child-eyes .art-child-eyes-content h2 > span > span {
  font-size: 94px;
  line-height: 82%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #000000;
  background-color: #ffffff;
  padding: 8px 12px;
  transform: rotate(-5deg) translate(-50%, -65%);
}
.art-child-eyes .art-child-eyes-content > p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  color: #09F4FF;
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  max-width: 560px;
  background: #000000;
  background: linear-gradient(180deg, rgb(0, 0, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.art-child-eyes img {
  position: absolute;
  bottom: 0;
  opacity: 0;
  width: 710px;
  transition: none;
  left: 50%;
  transform: translateX(-50%) translateY(0);
}
.art-child-eyes img.left-eye {
  transform: translateX(-150%) translateY(0);
}
.art-child-eyes img.right-eye {
  transform: translateX(50%) translateY(0);
}

.art-child-works {
  padding-block: 96px;
}
.art-child-works .works-wrapper {
  max-width: 1440px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.art-child-works .works-wrapper h2 {
  padding: 0 80px 80px;
  font-weight: 800;
  font-style: normal;
  font-size: 132px;
  line-height: 90%;
  text-transform: uppercase;
}
.art-child-works .works-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
.art-child-works .works-gallery .works-item {
  padding: 40px;
  border: 1px solid #ffffff;
  border-collapse: collapse;
  cursor: pointer;
}
.art-child-works .works-gallery .works-item:not(:last-child) img {
  aspect-ratio: 1/1;
}
.art-child-works .works-gallery .works-item:last-child {
  grid-column: 3/5;
  grid-row: 2/3;
}
.art-child-works .works-gallery .works-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-gallery-popup {
  transform: scale(0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
  position: fixed;
  inset: 0;
  background-color: #000000;
  width: 100vw;
  height: 100dvh;
  z-index: 1;
}
.works-gallery-popup.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.works-gallery-popup .popup-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  z-index: 2;
}
.works-gallery-popup .popup-gallery-wrapper {
  display: flex;
}
.works-gallery-popup .works-gallery-navigation {
  width: 360px;
}
.works-gallery-popup .works-gallery-navigation .swiper-wrapper {
  height: 100dvh;
}
.works-gallery-popup .works-gallery-navigation .works-item {
  width: 360px;
  height: 360px;
  border: 1px solid #ffffff;
  border-collapse: collapse;
  padding: 40px;
  cursor: pointer;
}
.works-gallery-popup .works-gallery-navigation .works-item .media-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.works-gallery-popup .works-gallery-navigation .works-item .media-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.works-gallery-popup .works-gallery-navigation .works-item:hover .media-wrapper img {
  transform: scale(1.05);
}
.works-gallery-popup .works-gallery-slider {
  width: calc(100vw - 360px);
  height: 100dvh;
  position: relative;
}
.works-gallery-popup .works-gallery-slider .works-item {
  padding-inline: 115px;
  padding-block: 72px 104px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.works-gallery-popup .works-gallery-slider .works-item img {
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.works-gallery-popup .works-gallery-slider .works-item > p {
  text-align: center;
  max-width: 400px;
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 18px;
  line-height: 20px;
}
.works-gallery-popup .works-gallery-slider .swiper-navigation {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
}
.works-gallery-popup .works-gallery-slider .swiper-navigation > button {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.works-gallery-popup .works-gallery-slider .swiper-navigation > button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.works-gallery-popup .works-gallery-slider .swiper-navigation > button.swiper-prev {
  padding: 10px 4px 10px 8px;
  border-radius: 12px 0 0 12px;
}
.works-gallery-popup .works-gallery-slider .swiper-navigation > button.swiper-next {
  padding: 10px 8px 10px 4px;
  border-radius: 0 12px 12px 0;
}

.art-child-profile {
  overflow: hidden;
}
.art-child-profile .profile-wrapper {
  max-width: 1440px;
  width: 100%;
  height: 800px;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  padding: 80px;
  background-color: #FD5003;
}
.art-child-profile .profile-wrapper .block-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: 524px;
  color: #000000;
}
.art-child-profile .profile-wrapper .title-wrapper {
  position: relative;
}
.art-child-profile .profile-wrapper .title-wrapper h4 {
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 24px;
}
.art-child-profile .profile-wrapper .title-wrapper h2 {
  font-weight: 800;
  font-style: normal;
  font-size: 132px;
  line-height: 90%;
  text-transform: uppercase;
}
.art-child-profile .profile-wrapper .title-wrapper .profile-icon {
  position: absolute;
  top: 82px;
  right: 10px;
  width: 153px;
  height: auto;
}
.art-child-profile .profile-wrapper .text-wrapper p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  text-align: justify;
  margin-bottom: 16px;
}
.art-child-profile .profile-wrapper .text-wrapper a {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.art-child-profile .profile-wrapper .text-wrapper a:after {
  content: url("../icons/ArrowUpRight.svg");
  display: block;
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease-in-out;
}
.art-child-profile .profile-wrapper .text-wrapper a:hover:after {
  transform: rotate(45deg);
}
.art-child-profile .profile-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: -330px;
  top: -160px;
  width: 1190px;
  height: 1190px;
  background-image: url("../images/profile-union.svg");
  background-repeat: no-repeat;
  padding-right: 10px;
  z-index: 1;
  animation: pulse-glow 4s infinite ease-in-out;
}
.art-child-profile .profile-wrapper .block-image {
  position: absolute;
  top: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}

.art-child-gallery {
  position: relative;
  padding-inline: 32px;
  overflow-y: visible;
  margin-bottom: 135px;
}
.art-child-gallery .gallery-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  margin-top: 96px;
  position: relative;
}
.art-child-gallery .gallery-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 70%);
  background-size: 100%;
  z-index: 1;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.art-child-gallery h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 132px;
  line-height: 82%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 56px;
}
.art-child-gallery .gallery-item {
  width: calc((100% - 30px) / 3);
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}
.art-child-gallery .gallery-item[style*="display: none"] {
  opacity: 0;
  pointer-events: none;
}
.art-child-gallery .gallery-item[style*="display: block"] {
  opacity: 1;
}
.art-child-gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.art-child-gallery .show-more {
  position: absolute;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  text-transform: unset;
  color: #FFCF30;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-inline: auto;
  transition: color 0.3s ease-in-out;
  bottom: -96px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.art-child-gallery .show-more svg {
  transition: transform 0.3s ease-in-out;
}
.art-child-gallery .show-more svg path {
  transition: stroke 0.3s ease-in-out;
}
.art-child-gallery .show-more.less svg {
  transform: rotate(180deg);
}
.art-child-gallery .show-more:hover {
  color: #FD5003;
}
.art-child-gallery .show-more:hover svg path {
  stroke: #FD5003;
}

.art-child-collaborate {
  padding-block: 0 405px;
  min-height: 1288px;
  padding-inline: 32px;
  position: relative;
  margin-top: -300px;
  margin-bottom: -330px;
}
.art-child-collaborate:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1697px;
  height: 1697px;
  background-image: url("../images/union-purple-2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  animation: glowPulse 2s infinite ease-in-out;
}
.art-child-collaborate .collaborate-wrapper {
  max-width: 750px;
  margin-inline: auto;
  padding-top: 450px;
}
.art-child-collaborate h2 {
  color: #C75EFF;
  font-weight: 800;
  font-style: normal;
  font-size: 132px;
  line-height: 90%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.art-child-collaborate h2 > span {
  position: relative;
}
.art-child-collaborate h2 > span > span {
  font-size: 96px;
  line-height: 82%;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #C75EFF;
  background-color: #ffffff;
  padding: 8px 12px;
  transform: rotate(-5deg) translate(-50%, -50%);
}
.art-child-collaborate .collaborate-text {
  margin-bottom: 32px;
}
.art-child-collaborate .collaborate-text p {
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #C75EFF;
}
.art-child-collaborate .collaborate-text p:last-child {
  margin-top: 16px;
}
.art-child-collaborate .collaborate-text blockquote p {
  margin: 0;
}
.art-child-collaborate .collaborate-button {
  margin-inline: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 1600px) {
  .art-child-eyes .art-child-eyes-content {
    max-width: 1280px;
  }
  .art-child-gallery .gallery-wrapper {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .art-child-gallery h2 {
    font-size: 102px;
    line-height: 100%;
  }
}
@media screen and (max-width: 992px) {
  .art-child-hero {
    height: 612px;
  }
  .art-child-hero .art-child-hero-title {
    margin-top: 24px;
  }
  .art-child-hero .art-child-hero-title > h1 {
    font-size: 92px;
    max-width: 714px;
  }
  .art-child-hero .art-child-hero-title img {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .art-child-hero {
    height: 512px;
  }
  .art-child-hero .art-child-hero-title > h1 {
    font-size: 72px;
    max-width: 500px;
  }
  .art-child-hero .art-child-hero-title img {
    max-width: 550px;
  }
  .art-child-gallery .gallery-wrapper:before {
    content: none;
  }
  .art-child-gallery h2 {
    font-size: 72px;
    max-width: 270px;
    margin-inline: auto;
  }
  .art-child-gallery .gallery-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 10px;
  }
  .art-child-gallery .gallery-item {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 576px) {
  .art-child-hero {
    height: 710px;
    padding: 86px 16px 16px 16px;
  }
  .art-child-hero .art-child-hero-title > h1 {
    font-size: 52px;
    max-width: 350px;
  }
  .art-child-hero .art-child-hero-title p {
    font-size: 18px;
    line-height: 24px;
  }
}
.videos {
  position: relative;
}
.page-template-page-propaganda .videos {
  background-color: #000000;
}
.page-template-page-propaganda .videos:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/record-bg.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  pointer-events: none;
}
.videos .videos-wrapper {
  max-width: 1440px;
  margin-inline: auto;
  padding-block: 82px 96px;
}
.home .videos .videos-wrapper {
  padding-block: 142px 96px;
}
.videos .videos-title {
  max-width: 600px;
  font-style: normal;
  font-weight: 800;
  font-size: 172px;
  line-height: 82%;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #FFCF30;
  margin-bottom: 56px;
}
.videos .videos-title > span {
  position: relative;
}
.videos .videos-title > span > span {
  position: absolute;
  font-size: 96px;
  line-height: 67%;
  padding: 13px 9px;
  background-color: #ffffff;
  color: #000000;
  top: 50%;
  left: 50%;
  transform: rotate(-5deg) translate(-50%, -60%);
  z-index: 1;
}
.videos .videos-gallery-header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.videos .videos-gallery-header .buttons-wrapper {
  width: 64px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: background 0.3s ease-in-out;
}
.videos .videos-gallery-header .buttons-wrapper:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.videos .videos-gallery-title {
  font-weight: 500;
  font-style: italic;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: normal;
}
.videos .videos-gallery-title .qty {
  opacity: 0.3;
}
.videos .videos-list {
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
}
.videos .videos-item {
  cursor: grab;
  position: relative;
}
.videos .videos-item.is-hidden {
  pointer-events: none;
}
.videos .videos-item.is-hidden .is-hidden-text {
  position: absolute;
  background-color: #e7e6e6;
  padding: 10px 16px;
  top: 72px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "Otoiwo Grotesk Compressed", sans-serif;
  font-style: italic;
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #000000;
  white-space: nowrap;
}
.videos .videos-item.is-hidden .videos-video,
.videos .videos-item.is-hidden .artist-name,
.videos .videos-item.is-hidden .artist-descr,
.videos .videos-item.is-hidden .artist-link {
  opacity: 0.4;
}
.videos .videos-item .artist-name {
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: normal;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.videos .videos-item .artist-descr {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  margin-bottom: 8px;
  opacity: 0.8;
}
.videos .videos-item .artist-link {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #C75EFF;
  display: flex;
  align-items: center;
  gap: 4px;
}
.page-template-page-propaganda .videos .videos-item .artist-link {
  color: #FFCF30;
}
.page-template-page-propaganda .videos .videos-item .artist-link svg path {
  stroke: #FFCF30;
}
.videos .videos-item .artist-link svg {
  transition: transform 0.3s ease-in-out;
}
.videos .videos-item .artist-link svg path {
  stroke: #C75EFF;
}
.videos .videos-item .artist-link:hover svg {
  transform: rotate(45deg);
}
.videos .videos-video {
  width: 100%;
  height: 186px;
  margin-bottom: 16px;
}
.videos .videos-video .video-thumbnail {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
}
.videos .videos-video .video-thumbnail .play-button {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(9px);
          backdrop-filter: blur(9px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease-in-out;
}
.videos .videos-video .video-thumbnail .play-button:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.videos .videos-video .video-thumbnail .play-button img {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 1600px) {
  .videos .videos-wrapper {
    max-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .videos .videos-wrapper {
    max-width: 100%;
    padding-block: 60px;
  }
  .videos .videos-title {
    font-size: 102px;
    line-height: 100%;
    max-width: 500px;
  }
  .videos .videos-title > span span {
    font-size: 52px;
  }
}
@media screen and (max-width: 992px) {
  .videos .videos-wrapper {
    max-width: 100%;
    padding-block: 60px;
  }
  .videos .videos-title {
    font-size: 102px;
    line-height: 100%;
    max-width: 500px;
  }
  .videos .videos-title > span span {
    font-size: 52px;
  }
}
@media screen and (max-width: 768px) {
  .videos .videos-wrapper {
    padding-block: 50px;
  }
  .videos .videos-title {
    font-size: 72px;
    max-width: 300px;
    margin-bottom: 38px;
  }
  .videos .videos-title > span span {
    font-size: 72px;
    padding: 8px 6px;
  }
  .videos .videos-gallery-title {
    font-size: 24px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .videos {
    padding-inline: 16px;
  }
  .page-template-page-propaganda .videos:before {
    background-image: url("../images/record-bg-mobile.svg");
    background-size: auto;
    background-position-x: unset;
  }
  .videos .videos-wrapper {
    position: relative;
    z-index: 1;
  }
  .home .videos .videos-wrapper {
    padding-block: 48px 36px;
  }
  .videos .videos-gallery-title {
    font-size: 18px;
    line-height: 20px;
  }
}