.public-section-source-src-https {
  background: linear-gradient(135deg, #171719, #36363b);
  border-radius: 16px;
  display: flex;
  margin: 0 18px;
  min-height: 225px;
  overflow: hidden;
  padding: 29px 24px;
}
.public-section-source-src-https:after {
  border: 1px solid hsla(0, 0%, 100%, 0.18);
  border-radius: 50%;
  bottom: -90px;
  box-shadow:
    0 0 0 30px hsla(0, 0%, 100%, 0.035),
    0 0 0 62px hsla(0, 0%, 100%, 0.025);
  content: "";
  height: 230px;
  position: absolute;
  right: -65px;
  width: 230px;
}
.public-section-source-src-https p {
  color: #909198;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.16em;
  margin: 0 0 9px;
}
.public-section-source-src-https h1 {
  font-size: 29px;
  letter-spacing: -0.045em;
  line-height: 1.03;
  margin: 0 0 25px;
}
.public-section-source-src-https a {
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  padding-bottom: 3px;
  position: relative;
  text-decoration: none;
  z-index: 1;
}
.public-section-source-src-https > span {
  color: #77777c;
  font-size: 10px;
  position: absolute;
  right: 18px;
  top: 16px;
}
.public-container-complimentary-delivery-on {
  background: #000;
  color: var(--public-light-color);
  font-size: 9px;
  font-weight: 650;
  letter-spacing: 0.07em;
  padding: 10px 16px;
  text-align: center;
}
.public-section-source-src-https
  + .public-container-complimentary-delivery-on {
  margin-top: -1px;
  position: relative;
  z-index: 3;
}
.public-section-source-src-https {
  background: #f2f0ed;
  border-radius: 0;
  color: #fff;
  display: block;
  margin: 0;
  min-height: 0;
  padding: 0;
  position: relative;
}
.public-section-source-src-https:after {
  display: none;
}
.public-section-source-src-https > :is(img, video) {
  display: block;
  filter: brightness(0.78);
  height: clamp(580px, 88vh, 720px);
  height: clamp(580px, 88svh, 720px);
  object-fit: cover;
  object-position: center center;
  width: 100%;
}
.public-section-source-src-https > video {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.public-section-source-src-https > video.hero-video--ready {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .public-section-source-src-https > video {
    transition: none;
  }
}
.public-section-source-src-https > div {
  inset: auto 0 48px;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55);
  z-index: 1;
}
.public-section-source-src-https p {
  color: #fff;
}
.public-section-source-src-https h1 {
  font-size: 25px;
  margin-bottom: 22px;
}
.public-section-source-src-https a {
  background: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.85);
  font-size: 10px;
  padding: 13px 25px;
}
.public-container-complimentary-delivery-on {
  padding-left: var(--page-horizontal-padding);
  padding-right: var(--page-horizontal-padding);
}
.public-section-source-src-https > div {
  transform: translateY(0);
  transition:
    opacity 0.45s ease,
    transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
@media (hover: hover) and (pointer: fine) {
  .public-section-source-src-https a {
    transition:
      opacity 0.2s ease,
      transform 0.2s ease;
  }
  .public-section-source-src-https a:hover {
    opacity: 0.82;
    transform: translateY(-1px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .public-section-source-src-https > div {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
.hero-video-control {
  align-items: center;
  background: hsla(0, 0%, 0%, 0.35);
  border: 1px solid hsla(0, 0%, 100%, 0.55);
  border-radius: 50%;
  bottom: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 34px;
  justify-content: center;
  position: absolute;
  width: 34px;
  z-index: 2;
}
.hero-video-control-play {
  left: 16px;
}
.hero-video-control-mute {
  right: 16px;
}
.hero-video-control svg {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .hero-video-control {
    transition: background 0.2s ease;
  }
  .hero-video-control:hover {
    background: hsla(0, 0%, 0%, 0.55);
  }
}
