.work-card__image-container {
  position: relative;
  width: 100%;
  display: block;
}
.work-card__image-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work-card__image-container:before {
  content: "";
  display: block;
  padding-top: 76%;
}
.work-card [class*=col-] {
  margin-bottom: 100px;
}
.work-card [class*=col-]:nth-child(4n-2), .work-card [class*=col-]:nth-child(4n-1) {
  display: flex;
  align-items: center;
}
.work-card [class*=col-]:nth-child(4n-2) .work-card__card, .work-card [class*=col-]:nth-child(4n-1) .work-card__card {
  width: 84%;
}
.work-card [class*=col-]:nth-child(4n-2) .work-card__card {
  margin-left: auto;
}
.work-card [class*=col-]:nth-child(4n-1) .work-card__card {
  margin-right: auto;
}
.work-card .swiper-slide-prev .work-card__multiple-image,
.work-card .swiper-slide-next .work-card__multiple-image {
  transform: scale(1.2);
}
.work-card__card {
  position: relative;
  display: block;
}
.work-card__card .swiper-slide {
  overflow: hidden;
}
.work-card__card .swiper-slide-active .work-card__multiple-image,
.work-card__card .swiper-slide-duplicate-active .work-card__multiple-image {
  transform: scale(1);
}
.work-card__card::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: 0.6s ease;
}
.work-card__card:hover::before {
  opacity: 1;
}
.work-card__card:hover .work-card__caption {
  opacity: 1;
}
.work-card__card:hover .work-card__image {
  transform: scale(1.1);
}
.work-card__image-container {
  overflow: hidden;
  background-color: #666666;
}
.work-card__image {
  transition: 0.6s ease-in-out;
}
.work-card__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background: transparent;
  padding: 2.083vw;
  opacity: 0;
  transition: 0.6s ease;
}
.work-card__caption span {
  display: block;
}
.work-card__caption-category {
  font-size: 0.83vw;
  text-transform: uppercase;
}
.work-card__name {
  margin-top: 0;
  font-size: 2.396vw;
  font-family: "analogueregular";
}
.work-card__multiple {
  display: inline-block;
  white-space: nowrap;
  width: auto;
}
.work-card__multiple-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: inline-block;
  transition: 0.8s ease;
}
@media (max-width: 991px) {
  .work-card [class*=col-] {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .work-card [class*=col-]:nth-child(4n-2) .work-card__card, .work-card [class*=col-]:nth-child(4n-1) .work-card__card {
    width: 100%;
  }
  .work-card__card:before {
    opacity: 1;
  }
  .work-card__caption {
    padding: 20px;
    opacity: 1;
  }
  .work-card__caption-category {
    font-size: 18px;
  }
  .work-card__name {
    font-size: 30px;
  }
}
@media (max-width: 575px) {
  .work-card [class*=col-] {
    margin-bottom: 30px;
  }
}

.jumbotron-title-button {
  display: flex;
  align-items: center;
  height: 100vh;
}
.jumbotron-title-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}
.jumbotron-title-button__title {
  width: 50%;
  margin: 25px 0px 30px;
  font-size: 4.2vw;
  line-height: 5.6vw;
}
.jumbotron-title-button__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .jumbotron-title-button__title {
    width: 75%;
    font-size: 48px;
    line-height: 65px;
  }
}
@media (max-width: 575px) {
  .jumbotron-title-button__title {
    width: 100%;
  }
}

.has-scroll-scrolling iframe {
  pointer-events: none;
}

.work-header {
  padding: 14.4vw 0 8.4vw;
  height: auto;
}
@media (max-width: 991px) {
  .work-header {
    padding: 200px 0 90px;
  }
}

.work-card .active {
  background-color: #ffffff;
  color: #000000;
}
.work-card .swiper-slide {
  width: auto;
}
.work-card__category {
  padding-left: 0px;
  margin-bottom: 3vw !important;
  padding-left: 0;
  list-style: none;
}
.work-card__category-link {
  display: inline-block;
  padding: 0.6vw 1.6vw;
  border: 1px solid #828282;
  border-radius: 70px;
  color: #E0E0E0;
  font-size: 1vw;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: ease 0.6s;
}
.work-card__category-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.work-card__spinner-wrapper {
  position: absolute;
  z-index: 1;
  top: 150px;
  width: 100%;
  text-align: center;
  display: none;
}
.work-card__spinner {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  border-radius: 50%;
  background: conic-gradient(#0000 10%, #ffffff58);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 9px), #000 0);
  animation: spinner-zp9dbg 1s infinite linear;
}
@keyframes spinner-zp9dbg {
  to {
    transform: rotate(1turn);
  }
}
@media (max-width: 991px) {
  .work-card__category {
    margin-bottom: 56px !important;
  }
  .work-card__category-link {
    padding: 8px 18px;
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .work-card__category {
    margin-bottom: 42px !important;
  }
  .work-card__category-link {
    padding: 7px 14px;
    font-size: 14px;
  }
  .work-card__spinner-wrapper {
    top: 100px;
  }
}

.work-detail-header {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
}
.work-detail-header picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.work-detail-header picture > * {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.work-detail-header__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.work-detail-header__title-wrapper {
  position: relative;
  padding-left: 12px !important;
}
@media (max-width: 575px) {
  .work-detail-header {
    height: auto;
  }
  .work-detail-header::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 40%;
    background: linear-gradient(180deg, rgba(3, 3, 3, 0) 0%, #030303 100%);
  }
  .work-detail-header picture {
    position: relative;
    width: 100%;
    height: auto;
  }
  .work-detail-header__image {
    position: unset;
    height: 100vh;
  }
  .work-detail-header__title-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.work-detail-info__title {
  margin-bottom: 18px;
  font-size: 1vw;
}
.work-detail-info__service {
  margin-top: 0.9vw;
  margin-bottom: 46px;
}
.work-detail-info__service-list {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.work-detail-info__service-list li {
  margin-bottom: 15px;
}
.work-detail-info__service-list li:last-child {
  margin-bottom: 0px;
}
.work-detail-info__service-list, .work-detail-info__year-text {
  font-size: 1.1vw;
}
@media (max-width: 991px) {
  .work-detail-info__title {
    font-size: 15px;
  }
  .work-detail-info__service-list, .work-detail-info__year-text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .work-detail-info__content {
    margin-top: 50px;
  }
}

.work-other-info {
  padding: 8.5vw 0;
}
.work-other-info .single-image:first-child {
  padding-top: 0;
}
.work-other-info .multiple-image {
  background-color: #070707;
}
.work-other-info .multiple-image [class*=col-] {
  padding-right: 1.5vw;
  padding-left: 1.5vw;
}
.work-other-info .multiple-image [class*=col-]:nth-child(1) {
  margin-top: 2.2vw;
}
.work-other-info .multiple-image [class*=col-]:nth-child(2) {
  margin-top: 6.4vw;
}
.work-other-info__image, .work-other-info__multiple-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.work-other-info .single-video {
  position: relative;
}
@media (max-width: 767px) {
  .work-other-info {
    padding: 60px 0;
  }
  .work-other-info .single-image:first-child {
    padding-top: 60px;
  }
  .work-other-info [class*=col-] {
    padding-right: 12px !important;
    padding-left: 12px !important;
    margin: 15px 0 !important;
  }
}

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