#single-study .scrolltext .text {
  height: 236px;
}
#single-study .scrolltext .text-inner {
  font-size: 100px;
}
#single-study #projectd .inner {
  max-width: 963px;
  margin-top: 108px;
}
#single-study #projectd .left p {
  margin-bottom: 11px;
}
#single-study #projectd .left p:nth-child(2) {
  margin-bottom: 19px;
}
#single-study #projectd .left p:last-child {
  margin-bottom: 0;
}
#single-study #projectd .right {
  margin-top: 16px;
  line-height: 1.1764705882em;
}
#single-study #imagec {
  margin-top: 124px;
}
#single-study #imagec .text {
  height: 19px;
  align-items: flex-start;
  margin-bottom: 10px;
}
#single-study #imagec .text img {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
#single-study #imagec img,
#single-study #imagec .swiper-slide .image {
  border-radius: 10px;
}
#bottomtext {
  padding-bottom: 88px;
}
#bottomtext .title {
  margin-top: 89px;
}
#bottomtext .text {
  max-width: 768px;
}
#bottomtext .container > .text:nth-child(2) {
  max-width: 781px;
}
#single-study .scrolltext .text-inner {
  padding: 0;
}
#single-study .scrolltext .text-inner::after {
  content: " - ";
  white-space: pre;
}
#single-study #heroimage .marker {
  width: 44px;
  height: 44px;
  margin: -16px 0 0 -16px;
  padding: 16px;
  box-sizing: border-box;
  background-clip: content-box;
}
#single-study #heroimage .marker::before,
#single-study #heroimage .marker::after {
  content: "";
  display: block;
  position: absolute;
  inset: 16px;
  border: 1px solid var(--orange);
  border-radius: 50%;
  opacity: 0;
  transform: scale(1);
  animation: trew-pulsate 3s ease-out 0s infinite;
}
#single-study #heroimage .marker::before {
  animation-delay: 0.6s;
}
#single-study #heroimage .marker:hover::before,
#single-study #heroimage .marker:hover::after {
  display: none;
}
@keyframes trew-pulsate {
  0% { transform: scale(1); opacity: 0.8; }
  45% { transform: scale(3.2); opacity: 0; }
}
.tippy-box[data-theme~="image"] video {
  display: block;
  width: 270px;
  height: 203px;
  object-fit: cover;
  border-radius: 10px;
}
.tippy-box[data-theme~="default"] {
  padding: 24px 27px;
}
.case_study-template-default .pswp video,
.case_study-template-default .pswp__zoom-wrap {
  max-width: 768px;
  max-height: 432px;
}
#single-study #imagec a[data-pswp-type="video"] .image {
  position: relative;
}
#single-study #imagec a[data-pswp-type="video"] .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
#single-study #imagec a[data-pswp-type="video"] .image video.is-playing {
  opacity: 1;
}
#post-nav .swiper-button-prev,
#post-nav .swiper-button-next {
  filter: brightness(2.4);
}
@media screen and (min-width: 993px) {
  #single-study #projectd .inner .left {
    width: 375px;
    flex: 0 0 375px;
  }
  #single-study #projectd .inner .right {
    width: auto;
    flex: 1 1 auto;
  }
}
@media screen and (max-width: 992px) {
  #single-study #heroimage .marker {
    display: block;
  }
  #single-study .scrolltext .text {
    height: 195px;
  }
  #single-study .scrolltext .text-inner {
    font-size: 82px;
  }
  #single-study #projectd .inner {
    margin-top: 80px;
  }
  #single-study #imagec {
    margin-top: 90px;
  }
  .tippy-box[data-theme~="default"] {
    max-width: calc(100vw - 32px) !important;
    padding: 20px 22px;
  }
  .tippy-box[data-theme~="image"] video {
    width: 200px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  #single-study .scrolltext .text {
    height: 145px;
  }
  #single-study .scrolltext .text-inner {
    font-size: 70px;
  }
  #single-study #imagec {
    height: auto;
    margin-top: 50px !important;
  }
  #single-study #imagec .swiper-slide a {
    width: 72vw !important;
  }
  #single-study #imagec .image img {
    height: 69.13vw;
  }
  #bottomtext {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 567px) {
  #single-study .scrolltext .text {
    height: 115px;
  }
  #single-study .scrolltext .text-inner {
    font-size: 55px;
  }
}
