/*!**************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/gallery/gallery.scss ***!
  \**************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 13.6rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 10.8rem;
  }
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  background-color: rgb(22, 22, 22);
  position: relative !important;
  overflow-x: hidden;
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {
  0% {
    opacity: 0;
    transform: translateY(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-left {
  0% {
    opacity: 0;
    transform: translateX(-4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(-60px);
  }
  20%, 50%, 80%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  40% {
    transform: translateY(-45px);
  }
  60% {
    transform: translateY(-30px);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-out {
  0% {
    transform: scale(1.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes highlight-text {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes rock-in-shake {
  0% {
    opacity: 0;
    transform: translate(-200px, 200px) rotate(-15deg) scale(0.8);
  }
  60% {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1.05);
  }
  75% {
    transform: translate(2px, -2px) rotate(5deg);
  }
  85% {
    transform: translate(-2px, 2px) rotate(-5deg);
  }
  92% {
    transform: translate(1px, -1px) rotate(5deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes contact-subtitle-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(3.48deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(3.48deg) translateY(0);
  }
}
@keyframes contact-phone-fade-in-up {
  0% {
    opacity: 0;
    transform: rotate(-5.85deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-5.85deg) translateY(0);
  }
}
@keyframes swing {
  0% {
    transform: rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(0deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

@keyframes fade-in-up-odd {
  0% {
    opacity: 0;
    transform: rotate(13.4deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(13.4deg) translateY(0);
  }
}
@keyframes fade-in-up-even {
  0% {
    opacity: 0;
    transform: rotate(-13.4deg) translateY(4rem);
  }
  100% {
    opacity: 1;
    transform: rotate(-13.4deg) translateY(0);
  }
}
.gallery {
  position: relative;
}
.gallery__dirty-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(377982886aadf161096d.svg);
  background-size: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -10;
}
.gallery__text {
  text-wrap: wrap;
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  opacity: 0;
  background-color: rgb(169, 41, 41);
  color: rgb(244, 244, 244);
  padding-top: 0.8125rem;
}
.gallery__text:nth-of-type(1) {
  margin-right: 4rem;
}
@media screen and (max-width: 1600px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 3.5rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 3.125rem;
  }
}
@media screen and (max-width: 1400px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 2.6875rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 2.25rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 1.875rem;
  }
}
@media screen and (max-width: 576px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 1.5625rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__text:nth-of-type(1) {
    margin-right: 3.33333vw;
  }
}
.gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
  margin-right: 7.1875rem;
}
@media screen and (max-width: 1600px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 6.3125rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 5.625rem;
  }
}
@media screen and (max-width: 1400px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 4.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 4.125rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 3.4375rem;
  }
}
@media screen and (max-width: 576px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 2.8125rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__text:nth-of-type(2), .gallery__text:nth-of-type(3) {
    margin-right: 5.98958vw;
  }
}
.gallery__text:nth-of-type(odd) {
  transform: rotate(13.4deg);
}
.gallery__text:nth-of-type(even) {
  transform: rotate(-13.4deg);
}
@media screen and (max-width: 660px) {
  .gallery__text {
    margin-bottom: 3.125rem;
  }
}
.gallery__text-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: -5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 660px) {
  .gallery__text-container {
    flex-direction: column;
  }
}
.gallery__text-container.show .gallery__text:nth-of-type(odd) {
  animation: fade-in-up-odd 0.5s ease-out forwards 0.2s;
}
.gallery__text-container.show .gallery__text:nth-of-type(even) {
  animation: fade-in-up-even 0.5s ease-out forwards 0.2s;
}
.gallery__text-container.show .gallery__text:nth-of-type(1) {
  animation-delay: 0s;
}
.gallery__text-container.show .gallery__text:nth-of-type(2) {
  animation-delay: 0.1s;
}
.gallery__text-container.show .gallery__text:nth-of-type(3) {
  animation-delay: 0.2s;
}
.gallery__text-container.show .gallery__text:nth-of-type(4) {
  animation-delay: 0.3s;
}
.gallery__text-container.show .gallery__text:nth-of-type(5) {
  animation-delay: 0.4s;
}
.gallery__text-container.show .gallery__text:nth-of-type(6) {
  animation-delay: 0.5s;
}
.gallery__text-container.show .gallery__text:nth-of-type(7) {
  animation-delay: 0.6s;
}
.gallery__text-container.show .gallery__text:nth-of-type(8) {
  animation-delay: 0.7s;
}
.gallery__text-container.show .gallery__text:nth-of-type(9) {
  animation-delay: 0.8s;
}
.gallery__text-container.show .gallery__text:nth-of-type(10) {
  animation-delay: 0.9s;
}
.gallery__masonry {
  padding: 6.25rem 12.3125rem 31.25rem 11rem;
}
@media screen and (max-width: 1600px) {
  .gallery__masonry {
    padding: 5.5rem 9.5625rem 27.375rem 8.375rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__masonry {
    padding: 4.8125rem 8.1875rem 23.9375rem 7.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  .gallery__masonry {
    padding: 4.0625rem 6.6875rem 20.1875rem 5.875rem;
  }
}
@media screen and (max-width: 1200px) {
  .gallery__masonry {
    padding: 4.0625rem 5.3125rem 20.1875rem 4.625rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__masonry {
    padding: 3.375rem 2.8125rem 16.6875rem 2.75rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__masonry {
    padding: 2.8125rem 2.375rem 13.9375rem 2.375rem;
  }
}
@media screen and (max-width: 576px) {
  .gallery__masonry {
    padding: 2.25rem 1.25rem 11.125rem 1.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__masonry {
    padding: 5.20833vw 7.26042vw 26.04167vw 6.16667vw;
  }
}
.gallery__images {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
}
@media screen and (max-width: 1450px) {
  .gallery__images {
    grid-template-columns: repeat(auto-fit, minmax(21.875rem, 1fr));
  }
}
@media screen and (max-width: 1300px) {
  .gallery__images {
    grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  }
}
@media screen and (max-width: 1110px) {
  .gallery__images {
    grid-template-columns: repeat(auto-fit, minmax(17.375rem, 1fr));
  }
}
@media screen and (max-width: 992px) {
  .gallery__images {
    justify-items: center;
    align-items: center;
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .gallery__images {
    grid-template-columns: repeat(auto-fit, minmax(17.375rem, 1fr));
  }
}
@media screen and (min-width: 1921px) {
  .gallery__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.gallery__image-wrapper {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.gallery__image-wrapper:nth-of-type(12n + 1) {
  mask-image: url(a02534ae420aec7f34de.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 40.3125rem;
  width: 36.0625rem;
  margin-top: -3.4375rem;
  -webkit-mask-image: url(a02534ae420aec7f34de.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 35.4375rem;
    width: 31.6875rem;
    margin-top: -3.0625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 35.4375rem;
    width: 31.6875rem;
    margin-top: -3.0625rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 31.5625rem;
    width: 28.25rem;
    margin-top: -2.75rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 27.1875rem;
    width: 24.3125rem;
    margin-top: -2.375rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 23.5625rem;
    width: 21.0625rem;
    margin-top: -2.0625rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 20.0625rem;
    width: 17.9375rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 1) {
    height: 33.59375vw;
    width: 30.05208vw;
    margin-top: -2.86458vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 2) {
  mask-image: url(fd17f5e70411ddf4f49c.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 27.3125rem;
  width: 31.5rem;
  margin-left: 7.5rem;
  -webkit-mask-image: url(fd17f5e70411ddf4f49c.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 24rem;
    width: 27.6875rem;
    margin-left: 6.5625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 24rem;
    width: 27.6875rem;
    margin-left: 6.5625rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 21.4375rem;
    width: 24.75rem;
    margin-left: 5.9375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 18.5rem;
    width: 21.375rem;
    margin-left: 5.125rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 16rem;
    width: 18.5rem;
    margin-left: 4.4375rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 13.625rem;
    width: 15.8125rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 2) {
    height: 22.76042vw;
    width: 26.25vw;
    margin-left: 2.25vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 3) {
  mask-image: url(51bd618ca7276d9117cd.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 32.25rem;
  width: 34.1875rem;
  -webkit-mask-image: url(51bd618ca7276d9117cd.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 28.375rem;
    width: 30.0625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 28.375rem;
    width: 30.0625rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 25.3125rem;
    width: 26.8125rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 21.875rem;
    width: 23.1875rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 18.875rem;
    width: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 16.125rem;
    width: 17.125rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 3) {
    height: 26.875vw;
    width: 28.48958vw;
    margin-left: -4vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 4) {
  mask-image: url(149b352c0100c5127c77.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 43.75rem;
  width: 28.5625rem;
  margin-top: -6.875rem;
  -webkit-mask-image: url(149b352c0100c5127c77.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 38.5rem;
    width: 25.125rem;
    margin-top: -6.0625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 38.5rem;
    width: 25.125rem;
    margin-top: -6.0625rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 34.3125rem;
    width: 22.375rem;
    margin-top: -5.375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 29.625rem;
    width: 19.3125rem;
    margin-top: -4.625rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 25.5625rem;
    width: 16.6875rem;
    margin-top: -4rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 21.875rem;
    width: 14.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 4) {
    height: 36.45833vw;
    width: 23.80208vw;
    margin-top: -5.72917vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 5) {
  mask-image: url(49671c409a28f36be73d.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 27.8125rem;
  width: 37.625rem;
  margin-top: -7.5rem;
  margin-left: 2.5rem;
  -webkit-mask-image: url(49671c409a28f36be73d.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 24.5rem;
    width: 33.125rem;
    margin-top: -6.625rem;
    margin-left: 2.1875rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 24.5rem;
    width: 33.125rem;
    margin-top: -6.625rem;
    margin-left: 2.1875rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 21.8125rem;
    width: 29.5rem;
    margin-top: -5.875rem;
    margin-left: 1.9375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 18.8125rem;
    width: 25.4375rem;
    margin-top: -5.0625rem;
    margin-left: 1.6875rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 16.25rem;
    width: 22rem;
    margin-top: -4.375rem;
    margin-left: 1.4375rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    margin-top: 0rem;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 13.875rem;
    width: 18.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 5) {
    height: 23.17708vw;
    width: 31.35417vw;
    margin-top: -6.25vw;
    margin-left: -1.08333vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 6) {
  mask-image: url(7d0e14bf905bfcabedfb.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 38.9375rem;
  width: 26.8125rem;
  margin-right: -2.5rem;
  justify-self: end;
  -webkit-mask-image: url(7d0e14bf905bfcabedfb.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 34.25rem;
    width: 23.5625rem;
    margin-right: -2.1875rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 34.25rem;
    width: 23.5625rem;
    margin-right: -2.1875rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 30.5rem;
    width: 20.9375rem;
    margin-right: -1.9375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 26.3125rem;
    width: 18.0625rem;
    margin-right: -1.6875rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 22.6875rem;
    width: 15.5625rem;
    margin-right: -1.4375rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    margin-right: 0rem;
    justify-self: center;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 19.375rem;
    width: 13.25rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 6) {
    height: 32.44792vw;
    width: 22.34375vw;
    margin-right: -0.38333vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 7) {
  mask-image: url(118a8dfcc1a2044217d4.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 32.4375rem;
  width: 32.625rem;
  margin-left: 1.875rem;
  -webkit-mask-image: url(118a8dfcc1a2044217d4.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 28.4375rem;
    width: 28.5625rem;
    margin-left: 1.625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 28.4375rem;
    width: 28.5625rem;
    margin-left: 1.625rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 25.3125rem;
    width: 25.375rem;
    margin-left: 1.4375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 21.875rem;
    width: 21.9375rem;
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 18.875rem;
    width: 18.9375rem;
    margin-left: 1.0625rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    margin-left: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 16.125rem;
    width: 16.1875rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 7) {
    height: 27.03125vw;
    width: 27.1875vw;
    margin-left: 0.1625vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 8) {
  mask-image: url(7b898becdf6c61c7ab02.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 31.125rem;
  width: 31.6875rem;
  margin-top: -12.5rem;
  margin-left: 3.125rem;
  -webkit-mask-image: url(7b898becdf6c61c7ab02.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 27.3125rem;
    width: 27.8125rem;
    margin-top: -11rem;
    margin-left: 2.75rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 27.3125rem;
    width: 27.8125rem;
    margin-top: -11rem;
    margin-left: 2.75rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 24.3125rem;
    width: 24.75rem;
    margin-top: -9.75rem;
    margin-left: 2.4375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 21rem;
    width: 21.375rem;
    margin-top: -8.5rem;
    margin-left: 2.125rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 18.125rem;
    width: 18.4375rem;
    margin-top: -7.3125rem;
    margin-left: 1.875rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    margin-left: 0rem;
    margin-top: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 15.5rem;
    width: 15.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 8) {
    height: 25.9375vw;
    width: 26.40625vw;
    margin-top: -10.41667vw;
    margin-left: 0.10417vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 9) {
  mask-image: url(21e2c9ad16617e113475.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 36.0625rem;
  width: 26.25rem;
  margin-right: -2.5rem;
  justify-self: end;
  -webkit-mask-image: url(21e2c9ad16617e113475.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 31.75rem;
    width: 23.125rem;
    margin-right: -2.1875rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 31.75rem;
    width: 23.125rem;
    margin-right: -2.1875rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 28.25rem;
    width: 20.5625rem;
    margin-right: -1.9375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 24.4375rem;
    width: 17.8125rem;
    margin-right: -1.6875rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 21.125rem;
    width: 15.375rem;
    margin-right: -1.4375rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    margin-right: 0rem;
    justify-self: center;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 18.0625rem;
    width: 13.125rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 9) {
    height: 30.05208vw;
    width: 21.875vw;
    margin-right: -0.18333vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 10) {
  mask-image: url(08b1863d6b2524b1f079.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 26rem;
  width: 39.5625rem;
  margin-bottom: 3.125rem;
  -webkit-mask-image: url(08b1863d6b2524b1f079.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 22.875rem;
    width: 34.8125rem;
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 22.875rem;
    width: 34.8125rem;
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 20.375rem;
    width: 31rem;
    margin-bottom: 2.4375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 17.625rem;
    width: 26.8125rem;
    margin-bottom: 2.125rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 15.25rem;
    width: 23.1875rem;
    margin-bottom: 1.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 13rem;
    width: 19.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 10) {
    height: 21.66667vw;
    width: 32.96875vw;
    margin-bottom: 2.60417vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 11) {
  mask-image: url(0551457d5275e1229f34.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 40.4375rem;
  width: 29.25rem;
  margin-top: -11.25rem;
  margin-left: 5rem;
  margin-bottom: 3.125rem;
  -webkit-mask-image: url(0551457d5275e1229f34.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 35.625rem;
    width: 25.75rem;
    margin-top: -9.875rem;
    margin-left: 4.375rem;
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 35.625rem;
    width: 25.75rem;
    margin-top: -9.875rem;
    margin-left: 4.375rem;
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 31.6875rem;
    width: 22.9375rem;
    margin-top: -8.625rem;
    margin-left: 3.9375rem;
    margin-bottom: 2.4375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 27.4375rem;
    width: 19.875rem;
    margin-top: -7.5rem;
    margin-left: 3.4375rem;
    margin-bottom: 2.125rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 23.8125rem;
    width: 17.25rem;
    margin-top: -6.5rem;
    margin-left: 3.0625rem;
    margin-bottom: 1.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    margin-left: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 20.3125rem;
    width: 14.75rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 11) {
    height: 33.69792vw;
    width: 24.375vw;
    margin-top: -9.375vw;
    margin-left: 1.16667vw;
    margin-bottom: 2.60417vw;
  }
}
.gallery__image-wrapper:nth-of-type(12n + 12) {
  mask-image: url(b9d6c5bec5bad9265e08.svg);
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  height: 37.5rem;
  width: 25.3125rem;
  margin-right: -3.125rem;
  margin-top: -7.5rem;
  margin-bottom: 3.125rem;
  justify-self: end;
  -webkit-mask-image: url(b9d6c5bec5bad9265e08.svg);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
}
@media screen and (max-width: 1780px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 33.125rem;
    width: 22.375rem;
    margin-right: -2.75rem;
    margin-top: -6.625rem;
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 33.125rem;
    width: 22.375rem;
    margin-right: -2.75rem;
    margin-top: -6.625rem;
    margin-bottom: 2.75rem;
  }
}
@media screen and (max-width: 1520px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 29.4375rem;
    width: 19.875rem;
    margin-right: -2.4375rem;
    margin-top: -5.875rem;
    margin-bottom: 2.4375rem;
  }
}
@media screen and (max-width: 1350px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 25.5rem;
    width: 17.25rem;
    margin-right: -2.125rem;
    margin-top: -5.1875rem;
    margin-bottom: 2.125rem;
  }
}
@media screen and (max-width: 1160px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 22.1875rem;
    width: 15rem;
    margin-right: -1.8125rem;
    margin-top: -4.5625rem;
    margin-bottom: 1.8125rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    margin-right: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
    justify-self: center;
  }
}
@media screen and (max-width: 768px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 18.9375rem;
    width: 12.8125rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__image-wrapper:nth-of-type(12n + 12) {
    height: 31.25vw;
    width: 21.09375vw;
    margin-right: -0.00417vw;
    margin-top: -6.25vw;
    margin-bottom: 2.60417vw;
  }
}
.gallery__image-wrapper.show {
  animation: rotate 0.4s ease-out forwards;
}
.gallery__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__button {
  opacity: 0;
  color: rgb(245, 169, 28);
  margin-inline: auto;
  background-color: transparent;
  border: none;
  display: block;
  margin-top: 6.875rem;
  transition: all 0.4s;
}
@media screen and (max-width: 1600px) {
  .gallery__button {
    margin-top: 6.0625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__button {
    margin-top: 5.375rem;
  }
}
@media screen and (max-width: 1400px) {
  .gallery__button {
    margin-top: 4.625rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__button {
    margin-top: 4.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__button {
    margin-top: 3.5625rem;
  }
}
@media screen and (max-width: 576px) {
  .gallery__button {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__button {
    margin-top: 5.72917vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .gallery__button:hover {
    transform: scale(1.1);
  }
}
.gallery__button.show {
  animation: fade-in-up 0.5s ease-out forwards;
}
.gallery__wire1 {
  width: 100vw;
  height: auto;
  pointer-events: none;
  position: absolute;
  top: 9.375rem;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 1600px) {
  .gallery__wire1 {
    width: 110vw;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__wire1 {
    width: 120vw;
  }
}
@media screen and (max-width: 1400px) {
  .gallery__wire1 {
    width: 130vw;
  }
}
@media screen and (max-width: 992px) {
  .gallery__wire1 {
    width: 135vw;
  }
}
@media screen and (max-width: 768px) {
  .gallery__wire1 {
    width: 140vw;
  }
}
@media screen and (max-width: 576px) {
  .gallery__wire1 {
    width: 160vw;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__wire1 {
    width: 100vw;
  }
}
.gallery__wire1 svg {
  display: block;
  width: 100%;
  height: auto;
}
.gallery__button-wrapper {
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .gallery__button-wrapper:hover {
    transform: scale(1.1);
  }
}
.gallery__wire2 {
  width: 100vw;
  height: auto;
  pointer-events: none;
  position: absolute;
  bottom: 43.75rem;
  left: 0;
  z-index: -2;
}
@media screen and (max-width: 1600px) {
  .gallery__wire2 {
    width: 110vw;
    bottom: 38.5625rem;
  }
}
@media screen and (max-width: 1600px) {
  .gallery__wire2 {
    width: 120vw;
    bottom: 34.1875rem;
  }
}
@media screen and (max-width: 1400px) {
  .gallery__wire2 {
    width: 130vw;
    bottom: 29.4375rem;
  }
}
@media screen and (max-width: 992px) {
  .gallery__wire2 {
    width: 135vw;
    bottom: 25.6875rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery__wire2 {
    width: 140vw;
    bottom: 22.625rem;
  }
}
@media screen and (max-width: 576px) {
  .gallery__wire2 {
    width: 160vw;
    bottom: 20rem;
  }
}
@media screen and (min-width: 1921px) {
  .gallery__wire2 {
    width: 100vw;
    bottom: 36.45833vw;
  }
}
.gallery__wire2 svg {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes animate-rotate {
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.animate-rotate {
  animation: animate-rotate 0.4s ease-out forwards;
}

/*# sourceMappingURL=gallery.css.map*/