.video-container {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .control-btn {
  position: absolute;
  right: 85px;
  bottom: 48px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.video-container .control-btn:focus {
  outline: 1px solid #000;
  outline-offset: 1px;
}
.video-container .control-btn .pause,
.video-container .control-btn .play {
  display: none;
  width: 40px;
  height: 40px;
  pointer-events: none;
}
.video-container .control-btn .pause svg,
.video-container .control-btn .play svg {
  width: 40px;
  height: 40px;
  display: block;
}
.image-container img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .video-container {
    height: auto;
    padding-top: 56.25%;
  }
  .video-container .control-btn {
    display: none;
  }
  .image-container img {
    height: auto;
  }
}
.work-details section:not(:first-of-type) {
  margin: 6rem auto;
}
.work-details section:last-of-type {
  margin: 6rem auto 0;
}
.work-details p {
  margin: 0;
}
@media (max-width: 768px) {
  .work-details section:not(:first-of-type) {
    margin: 3rem auto;
  }
  .work-details section:last-of-type {
    margin: 3rem auto 0;
  }
}
.our-work .our-work-text {
  font-size: 24px;
  font-weight: 700;
}
.our-work .our-work-title {
  font-size: 96px;
  font-weight: 700;
  line-height: 102px;
  letter-spacing: -3.36px;
}
@media (max-width: 768px) {
  .our-work .our-work-title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.68px;
  }
}
.our-work .our-work-title:focus {
  outline: 2px solid #000;
}
.our-work .deliverables-text,
.our-work .overview-text {
  font-size: 18px;
  color: #747474;
}
.our-work .est-text {
  font-size: 18px;
  font-weight: 700;
}
.our-work .overview {
  font-size: 32px;
}
@media (max-width: 768px) {
  .our-work .overview {
    font-size: 18px;
  }
}
.our-work .overview:focus {
  outline: 2px solid #000;
}
.our-work .our-work-container {
  display: flex;
  width: 100%;
}
.our-work .our-work-container .left-column {
  flex: 0 0 60%;
  padding-right: 30px;
}
.our-work .our-work-container .right-column {
  flex: 0 0 40%;
}
@media (max-width: 768px) {
  .our-work .our-work-container {
    flex-direction: column;
  }
  .our-work .our-work-container .left-column,
  .our-work .our-work-container .right-column {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .our-work .our-work-container .right-column {
    margin-top: 24px;
  }
}
.our-work .deliverables-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 8px;
}
.our-work .deliverable-item {
  background-color: #e8e8e8;
  padding: 4px 8px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
}
.image-card img {
  width: 100%;
}
.image-card img:focus {
  outline: 2px solid #000;
}
.stats-card {
  display: flex;
  width: 100%;
}
.stats-card .left-column {
  flex: 0 0 75%;
  font-size: 72px;
  padding-right: 25%;
}
.stats-card .left-column h1 {
  font-size: 72px;
}
.stats-card .left-column h1:focus {
  outline: 2px solid #000;
}
.stats-card .left-column hr {
  width: 65px;
  height: 8px;
  background-color: #ffc627;
  margin: 0 0 16px;
}
.stats-card .right-column {
  flex: 0 0 25%;
}
.stats-card .right-column p,
.stats-card .right-column p span {
  font-size: 24px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-weight: 700;
}
.stats-card .right-column p span strong,
.stats-card .right-column p strong {
  font-size: 60px;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0;
}
.stats-card .secondary-stats {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  height: 100%;
}
.stats-card .secondary-stats > div:focus {
  outline: 2px solid #000;
}
@media (max-width: 768px) {
  .stats-card {
    flex-direction: column;
  }
  .stats-card .left-column,
  .stats-card .right-column {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .stats-card .left-column h1 {
    font-size: 48px;
  }
  .stats-card .right-column {
    margin-top: 48px;
  }
  .stats-card .right-column p,
  .stats-card .right-column p span {
    font-size: 18px;
  }
  .stats-card .right-column p span strong,
  .stats-card .right-column p strong {
    font-size: 36px;
  }
  .stats-card .secondary-stats {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
  }
}
.students-card {
  display: flex;
}
.students-card .left-column {
  flex: 0 0 40%;
}
.students-card .right-column {
  flex: 0 0 60%;
  padding-left: 30px;
}
.students-card img {
  width: 100%;
  display: block;
  height: 500px;
  object-fit: cover;
}
.students-card img:focus {
  outline: 2px solid #000;
}
@media (max-width: 768px) {
  .students-card {
    flex-direction: column;
  }
  .students-card .left-column,
  .students-card .right-column {
    flex: 0 0 100%;
  }
  .students-card .right-column {
    margin-top: 24px;
    padding-left: 0;
  }
  .students-card img {
    height: auto;
  }
}
.testimonial {
  flex-direction: column;
  text-align: center;
  padding-left: 110px !important;
  padding-right: 110px !important;
  position: relative;
}
.testimonial,
.testimonial .circle-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial .circle-icon {
  width: 72px;
  height: 72px;
  background-color: #ffc627;
  border-radius: 50%;
}
.testimonial .quoted-text {
  font-weight: 700;
  font-size: 36px;
  position: relative;
  letter-spacing: -1.26px;
  line-height: 1.2;
  padding-top: 32px;
  color: #191919;
}
.testimonial .quoted-text b,
.testimonial .quoted-text strong {
  display: inline;
  position: relative;
  z-index: 1;
  color: inherit;
  padding: 0 0.04em;
  background-image: linear-gradient(#ffc107, #ffc107);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 0 100%;
  transition:
    background-size 1.2s cubic-bezier(0.2, 0.9, 0.2, 1),
    color 0.2s ease;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.testimonial.animate .quoted-text b,
.testimonial.animate .quoted-text strong {
  background-size: 100% 100%;
}
.testimonial .quoted-text:focus {
  outline: 2px solid #000;
}
.testimonial img {
  width: 72px;
  height: 72px;
  margin-top: 32px;
  margin-bottom: 16px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonial .author {
  font-weight: 700;
  font-size: 24px;
}
.testimonial .author-details {
  font-size: 16px;
  color: #747474;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .testimonial {
    padding: 0 !important;
  }
  .testimonial .quoted-text {
    font-size: 24px;
  }
  .testimonial .author {
    font-size: 16px;
  }
  .testimonial .author-details {
    font-size: 14px;
  }
}
.content-card img:focus {
  outline: 2px solid #000;
}
.content-card .content-two-column {
  display: flex;
}
.content-card .content-two-column img {
  width: 100%;
  height: 500px;
  display: block;
  object-fit: cover;
}
@media (max-width: 768px) {
  .content-card .content-two-column {
    flex-direction: column;
  }
  .content-card .content-two-column img {
    height: auto;
  }
}
.content-card .content-image-card {
  display: flex;
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.content-card .content-image-card hr {
  width: 65px;
  height: 8px;
  background-color: #ffc627;
  margin: 0 0 16px;
}
.content-card .content-image-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.content-card .content-description {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.84px;
  line-height: 1.2;
}
.content-card .content-description a {
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  letter-spacing: 0;
}
.content-card .content-description:focus {
  outline: 2px solid #000;
}
.content-card .content-single-image img {
  width: 100%;
}
.content-card .left-column-small {
  flex: 0 0 40%;
}
.content-card .right-column-large {
  flex: 0 0 60%;
  padding-left: 30px;
}
.content-card .left-column-large {
  flex: 0 0 60%;
  padding-right: 30px;
}
.content-card .right-column-small {
  flex: 0 0 40%;
}
@media (max-width: 768px) {
  .content-card .content-image-card {
    flex-direction: column;
  }
  .content-card .left-column-small {
    flex: 0 0 100%;
  }
  .content-card .right-column-large {
    flex: 0 0 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .content-card .left-column-large {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .content-card .right-column-small {
    flex: 0 0 100%;
    margin-top: 30px;
  }
}
.highlight {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.font-weight-700 {
  font-weight: 700;
}
.related-work-container {
  background-color: #191919;
}
.related-work-container .related-work-inner {
  position: relative;
}
.related-work-container .related-work-header {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-top: 96px;
  margin-bottom: 60px;
}
.related-work-container .related-work-header a {
  color: #ffc627;
  text-decoration: underline;
}
.related-work-container .related-work-header a:focus {
  outline: 2px solid #fff;
}
@media (max-width: 768px) {
  .related-work-container .related-work-header {
    padding-top: 48px;
    margin-bottom: 32px;
  }
}
.related-work-container .related-work-grid {
  display: flex;
  gap: 32px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  padding-bottom: 96px;
}
.related-work-container .rw-card {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  overflow: visible;
  transition: none;
  flex: 0 0 calc(50% - 16px);
  max-width: 720px;
}
.related-work-container .rw-card .media-wrap {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
  display: block;
  background: #000;
}
.related-work-container .rw-card .rw-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center center;
  transition: transform 0.4s ease-out;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: block;
}
.related-work-container .rw-card .rw-title {
  position: relative;
  display: inline-block !important;
  width: fit-content !important;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: 16px 0 8px;
}
.related-work-container .rw-card .rw-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #fff;
  opacity: 0;
  transform: scaleX(0.6);
  transform-origin: left center;
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
.related-work-container .rw-card:focus-within .rw-title:after,
.related-work-container .rw-card:hover .rw-title:after {
  opacity: 1;
  transform: scaleX(1);
}
.related-work-container .rw-card:after {
  content: "View work";
  position: absolute;
  top: 12px;
  right: 12px;
  background: #191919;
  color: #fff;
  font-size: 12px;
  padding: 4px 8px;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease;
  z-index: 5;
  white-space: nowrap;
  border-radius: 0;
}
.related-work-container .rw-card:focus-within:after,
.related-work-container .rw-card:hover:after {
  opacity: 1;
  transform: translateY(0);
}
.related-work-container .rw-card .rw-category-list {
  padding: 0;
}
.related-work-container .rw-card .rw-category-row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.related-work-container .rw-card .rw-category-item {
  display: inline-block;
  white-space: nowrap;
  background-color: #e8e8e8;
  padding: 4px 8px;
  font-size: 12px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .related-work-container .rw-card {
    flex: none;
    width: 100%;
    max-width: none;
    margin-bottom: 32px;
  }
  .related-work-container .rw-card .media-wrap {
    height: auto;
  }
  .related-work-container .rw-card .rw-media {
    position: static;
    inset: auto;
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: none;
  }
  .related-work-container .rw-card .rw-category-row {
    gap: 6px;
  }
  .related-work-container .rw-card .rw-category-item {
    display: block;
  }
}
@media (max-width: 768px) {
  .related-work-container .related-work-grid {
    display: block;
    padding-bottom: 48px;
  }
}
.related-work-container .rw-card:focus {
  outline: 2px solid #fff;
}
#partner-with-us-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 96px;
  margin-bottom: 96px;
}
#partner-with-us-cta h1 {
  text-align: center;
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #partner-with-us-cta h1 {
    font-size: 48px;
  }
}
#partner-with-us-cta a {
  margin-top: 32px;
  padding: 16px 32px;
  background-color: #ffc627;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
@media (max-width: 1024px) {
  #partner-with-us-cta {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
/*# sourceMappingURL=/work-details.css.map */
