@font-face {
  font-family: "SF Bold";
  src: url("../font/SF-Pro-Display-Bold.ttf") format("woff2");
}

@font-face {
  font-family: "SF Regular";
  src: url("../font/SF-Pro-Text-Regular.otf") format("woff2");
}

/* Start the use case */
.cart-drawer-push {
  overflow-x: hidden;
  position: relative;
  right: 0;
  z-index: 1;
  background-color: #1d1d1f;
}
.features-header {
  z-index: 1;
  position: absolute;
  left: 0%;
  right: 20%;
  bottom: 4%;
  width: 100%;
}

.features-header .feature-eyebrow,
.features-header .feature-header {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.features-header h6 {
  margin-top: 0;
  padding-top: 20px;
  color: #f60000;
}

.features-header h3 {
  font-size: 1.8rem;
  color: #f60000;
}

.feature-content h3 {
  font-size: 1.5rem;
  color: #f60000;
}

@media only screen and (max-width: 1068px) {
  .features-header h6 {
    padding-top: 22px;
  }
  .features-header {
    left: 0%;
    right: 12%;
  }
}

@media only screen and (max-width: 734px) {
  .features-header h6 {
    padding-top: 18px;
  }
}

.features-header .feature-header.with-eyebrow {
  padding-top: 6px;
}

@media only screen and (max-width: 1068px) {
  .features-header .feature-header.with-eyebrow {
    padding-top: 2px;
  }
}

@media only screen and (max-width: 734px) {
  .features-header .feature-header.with-eyebrow {
    padding-top: 5px;
  }
}

.features-header .feature-eyebrow {
  padding-top: 42px;
}

@media only screen and (max-width: 1068px) {
  .features-header .feature-eyebrow {
    padding-top: 18px;
  }
}

@media only screen and (max-width: 734px) {
  .features-header .feature-eyebrow {
    padding-top: 29px;
  }
}

.features-image-color-set {
  display: grid;
  transform: none;
  align-self: end;
  align-items: end;
  justify-items: center;
}

.features-image-color-set .feature-color-image {
  grid-row: 1;
  grid-column: 1;
  display: none;
}

@media only screen and (max-width: 734px) {
  .features-image-color-set .feature-color-image {
    overflow: hidden;
  }
}

.features-image-color-set .feature-color-image-1 {
  z-index: 1;
}

.features-image-color-set .feature-color-image-2 {
  z-index: 2;
}

.features-image-color-set .feature-color-image-3 {
  z-index: 3;
}

.features-image-color-set .feature-color-image-4 {
  z-index: 4;
}

:root .deep-purple .feature-color-image.deep-purple,
:root .gold .feature-color-image.gold,
:root .silver .feature-color-image.silver,
:root .space-black .feature-color-image.space-black {
  display: block;
}

:root {
  --grid-tile-border-radius: 25px;
  --grid-gutter: 20px;
}

@media only screen and (max-width: 1068px) {
  :root {
    --grid-tile-border-radius: 25px;
    --grid-tile-padding: 17px;
    --grid-gutter: 15px;
  }
}

@media only screen and (max-width: 734px) {
  :root {
    --grid-tile-border-radius: 25px;
    --grid-gutter: 25px;
  }
}

html.text-zoom :root {
  --grid-tile-border-radius: 0;
}

.grid-container {
  display: grid;
  grid-template-columns: 21.7647058824rem 11.7647058824rem 21.7647058824rem;
  grid-auto-rows: 18.8235294118rem;
  grid-column-gap: var(--grid-gutter);
  column-gap: var(--grid-gutter);
  grid-row-gap: var(--grid-gutter);
  row-gap: var(--grid-gutter);
}

@media only screen and (max-width: 1068px) {
  .grid-container {
    grid-template-columns: 15.3529411765rem 8.2352941176rem 15.3529411765rem;
    grid-auto-rows: 226px;
  }
}

@media only screen and (max-width: 734px) {
  .grid-container {
    grid-template-columns: auto;
    grid-auto-rows: auto;
  }
}

html.no-enhance-deep-dive .grid-container {
  display: block;
  width: auto;
  max-width: none;
}

.grid-tile {
  box-sizing: border-box;
  padding: 0;
  border-radius: var(--grid-tile-border-radius);
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}

@media only screen and (max-width: 734px) {
  .grid-tile {
    box-sizing: border-box;
    max-width: 390px;
  }
}

html.no-enhance-deep-dive .grid-tile {
  border-radius: initial;
  max-width: none;
  width: auto;
  height: auto;
  overflow: initial;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .grid-tile {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .grid-tile {
    border-bottom: 35px;
  }
}

@media only screen and (max-width: 374px) {
  html.no-enhance-deep-dive .grid-tile {
    width: 100%;
  }
}

@media only screen and (max-width: 734px) {
  .grid-tile-s-tall {
    height: 30.1176470588rem;
  }
}

.grid-tile-2-col-2-row {
  grid-column: auto/span 2;
  grid-row: auto/span 2;
}

@media only screen and (max-width: 734px) {
  .grid-tile-2-col-2-row {
    grid-column: auto;
    grid-row: auto;
  }
}

.grid-tile-1-col-1-row {
  grid-column: auto/span 1;
  grid-row: auto/span 1;
}

.grid-tile-2-col-1-row {
  grid-column: auto/span 2;
  grid-row: auto/span 1;
}

.grid-tile-3-col-1-row {
  grid-column: auto/span 3;
  grid-row: auto/span 1;
}

@media only screen and (max-width: 734px) {
  .grid-tile-2-col-1-row {
    grid-column: auto;
    grid-row: auto;
  }

  .grid-tile-3-col-1-row {
    grid-column: auto;
    grid-row: auto;
  }
}

.grid-tile-1-col-2-row {
  grid-column: auto/span 1;
  grid-row: auto/span 2;
}

@media only screen and (max-width: 734px) {
  .grid-tile-1-col-2-row {
    grid-column: auto;
    grid-row: auto;
  }
}

.grid-tile-content {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 734px) {
  .features-header {
    left: 0%;
    right: 16%;
    bottom: 4%;
  }
}

html.no-enhance-deep-dive .grid-tile-content {
  padding: 0;
  width: 980px;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .grid-tile-content {
    width: 692px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .grid-tile-content {
    margin-left: auto;
    margin-right: auto;
    width: 87.5%;
  }
}

.grid-tile-content .enhanced-xp {
  display: contents;
}

.section-hero {
  overflow: hidden;
  margin-top: -62px;
}

@media only screen and (max-width: 1068px) {
  .section-hero {
    margin-top: -51px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero {
    margin-top: 49px;
    margin-bottom: 44px;
  }
}

.section-hero .static-xp {
  display: none;
}

.section-hero .feature-headline {
  color: #cecece;
  max-width: 57.6470588235rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  pointer-events: none;
}

@media only screen and (max-width: 1068px) {
  @supports (padding: calc(max(0px))) {
    .section-hero .feature-headline {
      padding-left: calc(max(22px, env(safe-area-inset-left)));
      padding-right: calc(max(22px, env(safe-area-inset-right)));
    }
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .feature-headline {
    text-align: center;
  }
}

.section-hero ul.list-images {
  margin-left: 0;
  list-style-type: none;
}

.section-hero ul.list-images ul {
  list-style-type: disc;
}

.section-hero ul.list-images ul ul {
  list-style-type: circle;
}

.section-hero ul.list-images ul ul ul {
  list-style-type: square;
}

.section-hero .hardware-container {
  margin-top: 92px;
  display: grid;
  grid-template: 1fr/1fr;
  align-items: center;
  justify-items: center;
  place-items: center;
}

@media only screen and (max-width: 1068px) {
  .section-hero .hardware-container {
    margin-top: 68px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container {
    margin-top: 38px;
    margin-bottom: 80px;
    overflow: hidden;
    align-items: unset;
    justify-items: unset;
    place-items: unset;
  }
}

.section-hero .hardware-container .video-wrapper {
  position: relative;
  z-index: 3;
  opacity: 1;
  grid-row: 1/1;
  grid-column: 1/1;
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  height: 563px;
}

@media only screen and (max-width: 1068px) {
  .section-hero .hardware-container .video-wrapper {
    height: 452px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper {
    height: 268px;
  }
}

.section-hero
  .hardware-container
  .video-wrapper:not(.loaded):not(.loading-error):not(.loading-disabled)
  .hardware-group {
  opacity: 1;
  pointer-events: all;
}

.section-hero .hardware-container .video-wrapper .hardware-group {
  opacity: 0;
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  pointer-events: none;
}

.section-hero .hardware-container .video-wrapper.destroyed {
  opacity: 0;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper {
    width: 100%;
    align-items: center;
    justify-items: center;
    place-items: center;
  }
}

.section-hero .hardware-container .video-wrapper .video-container {
  transition: opacity 0.3s linear;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper .video-container {
    width: 1100px;
    height: 564px;
    margin: 0 auto;
    box-sizing: initial;
    position: relative;
  }
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
  .section-hero .hardware-container .video-wrapper .video-container {
    width: 784px;
    height: 452px;
  }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
  .section-hero .hardware-container .video-wrapper .video-container {
    width: 288px;
    height: 268px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container:not(.loaded):not(.loading-error):not(.loading-disabled)
    .hardware-group {
    opacity: 1;
    pointer-events: all;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    opacity: 0;
    pointer-events: all;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    pointer-events: none;
  }
}

.section-hero .hardware-container .video-wrapper .video-container.playing {
  opacity: 1;
}

.section-hero .hardware-container .video-wrapper .video-container.ended {
  opacity: 0;
}

.section-hero
  .hardware-container
  .video-wrapper
  .video-container.loading-disabled,
.section-hero
  .hardware-container
  .video-wrapper
  .video-container.media-timeout {
  display: none;
}

.section-hero
  .hardware-container
  .video-wrapper
  .video-container
  #hero-intro-video {
  position: relative;
  width: 1100px;
  height: 564px;
  z-index: 3;
}

@media only screen and (max-width: 1068px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    #hero-intro-video {
    width: 784px;
    height: 452px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    #hero-intro-video {
    width: 288px;
    height: 268px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    width: 1100px;
    height: 564px;
  }
}

@media only screen and (max-width: 734px) and (max-width: 1068px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    width: 784px;
    height: 452px;
  }
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
  .section-hero
    .hardware-container
    .video-wrapper
    .video-container
    .hardware-group {
    width: 288px;
    height: 268px;
  }
}

.section-hero .hardware-container .hero-gallery-container {
  height: 563px;
  overflow: hidden;
  grid-row: 1/1;
  grid-column: 1/1;
  opacity: 0;
  transition: opacity 1s ease-in;
}

@media only screen and (max-width: 1068px) {
  .section-hero .hardware-container .hero-gallery-container {
    height: 452px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .hero-gallery-container {
    height: 268px;
  }
}

.section-hero .hardware-container .hero-gallery-container.show {
  opacity: 1;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .hero-gallery-container {
    transition: none;
    height: auto;
  }
}

.section-hero .hardware-container .hero-gallery-container .list-images {
  display: grid;
  grid-template: 1fr/1fr;
  align-items: center;
  justify-items: center;
  place-items: center;
}

@media only screen and (max-width: 734px) {
  .section-hero .hardware-container .hero-gallery-container .list-images {
    height: auto;
  }
}

.section-hero
  .hardware-container
  .hero-gallery-container
  .list-images
  .gallery-item {
  opacity: 0;
  grid-column: 1/1;
  grid-row: 1/1;
  transition: opacity 0.5s ease-in 0.5s;
}

.section-hero
  .hardware-container
  .hero-gallery-container
  .list-images
  .gallery-item.current {
  opacity: 1 !important;
}

.section-hero
  .hardware-container
  .hero-gallery-container
  .list-images
  .gallery-item.hide {
  opacity: 0 !important;
  transition: opacity 0.5s ease-in 0s;
}

html.no-enhance-page-xp-media .section-hero .hero-gallery-container {
  opacity: 1;
}

html.aow .main {
  padding-top: unset;
}

@media only screen and (max-width: 1068px) {
  html.aow .main {
    padding-top: unset;
  }
}

@media only screen and (max-width: 734px) {
  html.aow .main {
    padding-top: unset;
  }
}

html.aow .section-hero {
  margin-top: 32px;
}

@media only screen and (max-width: 734px) {
  html.aow .section-hero {
    margin-top: 44px;
    margin-bottom: 0;
  }
}

html.aow .section-hero .static-xp {
  display: flex;
  justify-content: center;
  margin-top: 88px;
}

@media only screen and (max-width: 1068px) {
  html.aow .section-hero .static-xp {
    margin-top: 70px;
  }

  html.aow.touch .section-hero .static-xp {
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }
}

@media only screen and (max-width: 734px) {
  html.aow .section-hero .static-xp {
    margin-top: 43px;
  }
}

@media only screen and (min-width: 735px) and (max-width: 784px) {
  html.aow .section-hero .static-xp .hardware-static {
    width: 100%;
    display: inline-flex;
    height: -moz-fit-content;
    height: fit-content;
  }

  html.aow .section-hero .static-xp .hardware-static img {
    width: 100%;
  }
}

html.aow .section-hero .enhanced-xp {
  display: none;
}

.section-hero-intro {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 10px;
  text-align: center;
  background-color: var(--kf-background-alt);
}

@media only screen and (max-width: 1068px) {
  .section-hero-intro {
    margin-top: 0;
    padding-top: 58px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero-intro {
    margin-top: 25px;
    padding-top: 52px;
    padding-bottom: 5px;
  }
}

.section-hero-intro .hero-headline {
  color: #cecece;
}

.section-hero-intro .hero-copy {
  color: #86868b;
}

@media only screen and (max-width: 1068px) {
  .section-hero-intro .hero-copy,
  .section-hero-intro .hero-headline {
    margin-top: 0.9em;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero-intro .hero-copy,
  .section-hero-intro .hero-headline {
    margin: 0.24em auto;
    max-width: 235px;
  }
}

.section-hero-intro .hero-cta {
  margin-top: 36px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 1068px) {
  .section-hero-intro .hero-cta {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 734px) {
  .section-hero-intro .hero-cta {
    margin-top: 18px;
    margin-bottom: 16px;
  }
}

html.aow .section-hero-intro {
  margin-top: 0;
}

.section-features {
  color: #cecece;
  background-color: var(--kf-background-alt);
  margin-top: 50px;
  font-family: "SF Bold", Helvetica, Arial, sans-serif;
}

.section-features .features-container {
  margin: 0;
  padding: 0;
}

.section-features .grid-container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 57.6470588235rem;
  /* padding: 70px 0 122px; */
}

@media only screen and (max-width: 1068px) {
  .section-features .grid-container {
    max-width: 40.7058823529rem;
  }

  .features-header h3 {
    font-size: 24px;
  }

  .feature-content h3 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 734px) {
  .section-features .grid-container {
    max-width: 22.9411764706rem;
    /* padding: 50px 0 80px; */
  }
}

@media only screen and (max-width: 382px) {
  .section-features .grid-container {
    width: 100%;
    max-width: 96%;
  }
}

.deep-dive-action-mode .dd-layout-txt-device-img-h.dd-content-no-gimbal {
  width: auto;
}

.section-main-camera {
  padding: 0;
  overflow: hidden;
  grid-template: 1fr/1fr;
}

.section-main-camera .grid-tile-content {
  padding: 0;
  grid-row: 1/1;
  grid-column: 1/1;
}

.section-main-camera .grid-tile-content .features-image-color-set {
  height: 100%;
  position: relative;
}

.section-main-camera
  .grid-tile-content
  .features-image-color-set
  .feature-color-image {
  position: absolute;
  top: 0;
}

@media only screen and (max-width: 734px) {
  .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image
    picture,
  .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image
    picture
    img {
    width: 100%;
  }
}

html.reduce-motion
  .section-main-camera
  .grid-tile-content
  .features-image-color-set
  .feature-color-image {
  top: -50px;
}

@media only screen and (max-width: 1068px) {
  html.reduce-motion
    .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image {
    top: -37px;
  }
}

@media only screen and (max-width: 734px) {
  html.reduce-motion
    .section-main-camera
    .grid-tile-content
    .features-image-color-set
    .feature-color-image {
    top: 0px;
  }
}

.section-main-camera .grid-tile-content .gradient-overlay {
  width: 100%;
  height: 181px;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), black);
  z-index: 3;
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
  .section-main-camera .grid-tile-content .gradient-overlay {
    height: 123px;
  }
}

@media only screen and (max-width: 380px) {
  .section-main-camera .grid-tile-content .gradient-overlay {
    height: 300px;
  }
}

.section-main-camera .grid-tile-content .feature-content {
  text-align: center;
  grid-row: 1/1;
  grid-column: 1/1;
  margin-bottom: 24px;
  z-index: 4;
}

@media only screen and (max-width: 1068px) {
  .section-main-camera .grid-tile-content .feature-content {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 734px) {
  .section-main-camera .grid-tile-content .feature-content {
    margin-bottom: 38px;
  }
}

@media only screen and (max-width: 380px) {
  .section-main-camera .grid-tile-content .feature-content {
    text-align: center;
    justify-self: center;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

html.no-enhance-deep-dive
  .section-main-camera
  .grid-tile-content
  .feature-content {
  margin-inline-start: 0;
}

html.enhance-page-xp-parallax .section-main-camera .feature-color-image,
html.enhance-page-xp-parallax .section-main-camera .feature-headline {
  transition-duration: 1s;
  transition-timing-function: ease;
  opacity: 0;
}

html.enhance-page-xp-parallax
  .section-main-camera
  .features-image-color-set.fade-in
  .feature-color-image {
  transform: translateY(-50px);
  opacity: 1;
}

@media only screen and (max-width: 1068px) {
  html.enhance-page-xp-parallax
    .section-main-camera
    .features-image-color-set.fade-in
    .feature-color-image {
    transform: translateY(-37px);
  }
}

@media only screen and (max-width: 734px) {
  html.enhance-page-xp-parallax
    .section-main-camera
    .features-image-color-set.fade-in
    .feature-color-image {
    transform: scale(1);
  }
}

html.enhance-page-xp-parallax
  .section-main-camera
  .features-image-color-set.fade-in
  .feature-headline {
  opacity: 1;
}

@media only screen and (max-width: 734px) {
  html.enhance-page-xp-parallax .section-main-camera .feature-color-image {
    transform: scale(1.2);
  }
}

.section-sizes {
  text-align: center;
}

@media only screen and (max-width: 734px) {
  .section-sizes {
    order: 8;
  }
}

html.no-enhance-deep-dive .section-sizes {
  margin-bottom: 0;
  padding: 49px 0 133px;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .section-sizes {
    padding: 44px 0 71px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .section-sizes {
    padding: 77px 0 100px;
  }
}

html.no-enhance-deep-dive .section-sizes .enhanced-xp {
  display: block;
}

.section-sizes .grid-tile-content {
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 734px) {
  .section-sizes .grid-tile-content {
    align-content: center;
  }
}

.section-sizes .sizes-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 39px;
  column-gap: 39px;
  justify-content: center;
  align-items: end;
  transform: translateX(-1px);
}

@media only screen and (max-width: 1068px) {
  .section-sizes .sizes-grid {
    grid-column-gap: 20px;
    column-gap: 20px;
    transform: translateX(-6px);
  }
}

@media only screen and (max-width: 734px) {
  .section-sizes .sizes-grid {
    transform: none;
  }
}

html.no-enhance-deep-dive .section-sizes .sizes-grid {
  grid-column-gap: 97px;
}

@media only screen and (max-width: 1068px) {
  html.no-enhance-deep-dive .section-sizes .sizes-grid {
    grid-column-gap: 74px;
  }
}

@media only screen and (max-width: 734px) {
  html.no-enhance-deep-dive .section-sizes .sizes-grid {
    grid-template-columns: auto;
    grid-column-gap: 0;
    grid-row-gap: 50px;
  }

  html.no-enhance-deep-dive .section-sizes .sizes-grid .size {
    width: 320px;
  }
}

.section-sizes .fallback-hardware {
  display: none;
  transform: none;
  align-self: end;
  align-items: end;
  justify-items: center;
}

html.no-enhance-deep-dive .section-sizes .fallback-hardware {
  display: grid;
}

.section-sizes .feature-headline {
  text-align: center;
}

@media only screen and (max-width: 1068px) {
  .section-sizes .feature-headline {
    padding-bottom: 6px;
  }
}

/* End the use case */
