#garfield {
  line-height: 1.6;
  color: #5d5d5d;
}

#garfield * {
  box-sizing: border-box;
}

#garfield h2, #garfield h3 {
  font-weight: 600;
  line-height: 1.25;
  color: #000;
}

#garfield picture, #garfield img, #garfield video, #garfield svg {
  display: block;
  width: 100%;
}

#garfield svg {
  overflow: visible;
}

#garfield sup {
  font-size: .6em;
  cursor: pointer;
}

#garfield .nowrap {
  display: inline-block;
  white-space: nowrap;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .xs\:nowrap {
    display: inline-block;
    white-space: nowrap;
  }
}

#garfield .row {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

#garfield .mx-auto {
  margin-right: auto;
  margin-left: auto;
}

#garfield .items-center {
  align-items: center;
}

#garfield .text-center {
  text-align: center;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .xs\:text-left {
    text-align: left;
  }
}

#garfield .aspect-ratio {
  position: relative;
}

#garfield .aspect-ratio::before {
  display: block;
  content: '';
}

#garfield .aspect-ratio img, #garfield .aspect-ratio video {
  position: absolute;
  top: 0;
  left: 0;
}

#garfield .blur-up {
  transition: filter .4s;
  filter: blur(20px);
}

#garfield .blur-up.lazyloaded {
  filter: blur(0);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #garfield .blur-up {
    transition: opacity .3s;
    opacity: .001;
  }
  #garfield .blur-up.lazyloaded {
    opacity: 1;
  }
}

#garfield .hidden, #garfield .lg\:hidden {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .xs\:inline {
    display: inline;
  }
}

#garfield br.lg {
  display: block;
}

#garfield br.xs {
  display: none;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield br.lg {
    display: none;
  }
  #garfield br.xs {
    display: block;
  }
}

/* page common styles */
#garfield .section-content {
  position: relative;
  width: 72.916667vw;
  margin-right: auto;
  margin-left: auto;
}

#garfield .space-a {
  margin-top: 8.333333vw;
  padding-top: 2.083333vw;
}

#garfield .space-t {
  padding-top: 10.416667vw;
}

#garfield .space-b {
  padding-bottom: 10.416667vw;
}

#garfield .space-y {
  padding-top: 10.416667vw;
  padding-bottom: 10.416667vw;
}

#garfield .rounded {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 1.041667vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield {
    background-color: #fff;
  }
  #garfield .section-content {
    width: 83.333333vw;
  }
  #garfield .space-a {
    margin-top: 16.666667vw;
    padding-top: 5.555556vw;
  }
  #garfield .space-t {
    padding-top: 22.222222vw;
  }
  #garfield .space-b {
    padding-bottom: 22.222222vw;
  }
  #garfield .space-y {
    padding-top: 22.222222vw;
    padding-bottom: 22.222222vw;
  }
  #garfield .rounded {
    border-radius: 2.083333vw;
  }
}

#garfield .headline {
  font-size: 3.333333vw;
}

#garfield .headline.reduced {
  font-size: 2.5vw;
}

#garfield .headline + .intro {
  margin-top: 1.5625vw;
}

#garfield h3.headline {
  font-size: 1.666667vw;
}

#garfield p {
  font-size: 1.145833vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .headline {
    font-size: 6.666667vw;
  }
  #garfield .headline.reduced {
    font-size: 4.444444vw;
  }
  #garfield .headline + .intro {
    margin-top: 4.166667vw;
  }
  #garfield p {
    font-size: 3.611111vw;
  }
}

/* page section styles */
#garfield .section-hero {
  position: relative;
}

#garfield .section-hero .hero-content {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 3.125vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 31.770833vw;
  height: 100%;
}

#garfield .section-hero .hero-logo::before {
  padding-bottom: calc(100% / (609.793 / 45.512));
}

#garfield .section-hero .hero-ksp {
  width: 100%;
  margin-top: 1.041667vw;
  font-size: 1.197917vw;
  text-align: center;
  color: #000;
}

#garfield .section-hero .appgallery-cta {
  position: absolute;
  z-index: 1;
  right: 3.125vw;
  bottom: 5.208333vw;
  display: block;
  width: 8.229167vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-hero .hero-content {
    top: 25.833333vw;
    right: 0;
    left: 0;
    width: 69.444444vw;
    height: auto;
    margin: 0 auto;
  }
  #garfield .section-hero .hero-ksp {
    margin-top: 1.388889vw;
    font-size: 2.777778vw;
  }
  #garfield .section-hero .appgallery-cta {
    right: 5vw;
    bottom: 8.888889vw;
    width: 16.388889vw;
  }
}

#garfield .section-top-features h2.headline {
  width: 75vw;
}

#garfield .section-top-features .section-content {
  justify-content: space-between;
  width: 75vw;
  margin-top: 3.125vw;
}

#garfield .section-top-features .item {
  position: relative;
  cursor: pointer;
  background-color: #edf8f8;
}

#garfield .section-top-features .item:hover .icon-arrow {
  transform: translateY(50%);
}

#garfield .section-top-features .item-1 {
  width: 30.104167vw;
  height: 37.5vw;
}

#garfield .section-top-features .item-placeholder-1 {
  display: none;
}

#garfield .section-top-features .item-2 {
  width: 43.229167vw;
  height: 16.666667vw;
}

#garfield .section-top-features .item-placeholder-2 {
  overflow: hidden;
  width: 30.104167vw;
  height: 0;
}

#garfield .section-top-features .item-3 {
  width: 43.229167vw;
  height: 19.270833vw;
  margin-top: -19.270833vw;
}

#garfield .section-top-features .item-4 {
  width: 43.229167vw;
  height: 19.270833vw;
  margin-top: 1.5625vw;
}

#garfield .section-top-features .item-5 {
  width: 30.208333vw;
  height: 19.270833vw;
  margin-top: 1.5625vw;
}

#garfield .section-top-features .picture {
  position: absolute;
  top: 0;
  left: 0;
}

#garfield .section-top-features .headline-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

#garfield .section-top-features .wrapper-2, #garfield .section-top-features .wrapper-3, #garfield .section-top-features .wrapper-4 {
  justify-content: flex-start;
  height: 100%;
}

#garfield .section-top-features h3.headline {
  position: relative;
  z-index: 1;
  font-size: 1.666667vw;
  color: #359a95;
}

#garfield .section-top-features h3.headline-1 {
  width: 100%;
  padding: 4.53125vw 3.125vw 0;
}

#garfield .section-top-features h3.headline-2 {
  width: 21.354167vw;
  padding-left: 2.604167vw;
}

#garfield .section-top-features h3.headline-3 {
  width: 16.666667vw;
  padding-left: 2.604167vw;
}

#garfield .section-top-features h3.headline-4 {
  width: 22.916667vw;
  padding-left: 3.125vw;
}

#garfield .section-top-features h3.headline-5 {
  width: 100%;
  padding-top: 2.083333vw;
  padding-left: 4.0625vw;
  padding-right: 4.0625vw;
}

#garfield .section-top-features .anchor-icon {
  position: absolute;
  right: 1.041667vw;
  bottom: 1.041667vw;
  overflow: hidden;
  width: 1.666667vw;
  height: 1.666667vw;
  pointer-events: none;
  border-radius: 50%;
  background-color: #fff;
}

#garfield .section-top-features .icon-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform .8s ease;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-top-features h2.headline {
    width: 83.333333vw;
  }
  #garfield .section-top-features .section-content {
    width: 83.333333vw;
    margin-top: 8.333333vw;
  }
  #garfield .section-top-features .item-1 {
    order: 1;
    width: 43.055556vw;
    height: 75vw;
  }
  #garfield .section-top-features .item-placeholder-1 {
    display: block;
    order: 3;
    width: 43.055556vw;
  }
  #garfield .section-top-features .item-2 {
    order: 4;
    width: 37.5vw;
    height: 41.666667vw;
    margin-top: -41.666667vw;
  }
  #garfield .section-top-features .item-placeholder-2 {
    display: none;
  }
  #garfield .section-top-features .item-3 {
    order: 5;
    width: 100%;
    height: 27.777778vw;
    margin-top: 2.777778vw;
  }
  #garfield .section-top-features .item-4 {
    order: 6;
    width: 100%;
    height: 34.722222vw;
    margin-top: 2.777778vw;
  }
  #garfield .section-top-features .item-5 {
    order: 2;
    width: 37.5vw;
    height: 30.555556vw;
    margin-top: 0;
  }
  #garfield .section-top-features .picture {
    position: absolute;
    top: 0;
    left: 0;
  }
  #garfield .section-top-features .wrapper-2 {
    display: block;
    height: auto;
  }
  #garfield .section-top-features .wrapper-3 {
    width: 41.666667vw;
  }
  #garfield .section-top-features .wrapper-4 {
    width: 47.222222vw;
  }
  #garfield .section-top-features h3.headline {
    width: 100%;
    font-size: 3.611111vw;
    text-align: center;
  }
  #garfield .section-top-features h3.headline-1 {
    padding: 10.694444vw 1.388889vw 0;
  }
  #garfield .section-top-features h3.headline-2, #garfield .section-top-features h3.headline-5 {
    width: 100%;
    padding: 2.361111vw 1.388889vw 0;
  }
  #garfield .section-top-features h3.headline-3 {
    width: auto;
    padding-left: 6.944444vw;
  }
  #garfield .section-top-features h3.headline-4 {
    width: auto;
    padding-left: 4.444444vw;
  }
  #garfield .section-top-features .anchor-icon {
    right: 2.777778vw;
    bottom: 2.777778vw;
    width: 4.444444vw;
    height: 4.444444vw;
  }
}

#garfield .section-appearance .copy {
  position: absolute;
  z-index: 2;
  bottom: 26.5625vw;
  left: 0;
  width: 30.208333vw;
}

#garfield .section-appearance .color-text {
  transition: color .5s;
}

#garfield .section-appearance .swiper-slide {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

#garfield .section-appearance .picture-wrapper {
  background-color: #f8f8f8;
}

#garfield .section-appearance .wrapper-1 {
  width: 30.208333vw;
}

#garfield .section-appearance .wrapper-2 {
  width: 39.583333vw;
}

#garfield .section-appearance .swiper-content {
  display: flex;
  justify-content: space-between;
  margin-top: 1.5625vw;
}

#garfield .section-appearance .colour-wrapper {
  position: relative;
}

#garfield .section-appearance .colornav-list {
  position: relative;
  display: flex;
  justify-content: center;
}

#garfield .section-appearance .colornav {
  display: flex;
  align-items: center;
  cursor: pointer;
  outline: 0 !important;
}

#garfield .section-appearance .colornav + .colornav {
  margin-left: 3.645833vw;
}

#garfield .section-appearance .colornav-swatch {
  position: relative;
  display: flex;
  align-items: center;
  width: 2.083333vw;
  height: 2.083333vw;
}

#garfield .section-appearance .colornav-circle {
  transition: opacity .5s;
  opacity: 0;
}

#garfield .section-appearance .active .colornav-circle, #garfield .section-appearance .active .colornav-label {
  opacity: 1;
}

#garfield .section-appearance .colornav-label {
  margin-left: .520833vw;
  font-size: 1.25vw;
  transition: opacity .5s;
  opacity: .5;
  color: #000;
}

#garfield .section-appearance .caption-list {
  position: relative;
  display: flex;
  width: 39.583333vw;
  text-align: right;
}

#garfield .section-appearance .colornav-caption {
  position: relative;
  width: 100%;
  font-size: 1.25vw;
  transition: opacity .5s;
  opacity: .001;
}

#garfield .section-appearance .colornav-caption + .colornav-caption {
  margin-left: -100%;
}

#garfield .section-appearance [data-active='0'] .colornav-caption:nth-child(1), #garfield .section-appearance [data-active='1'] .colornav-caption:nth-child(2) {
  z-index: 1;
  opacity: 1;
}

#garfield .section-appearance [data-active='0'] .color-text {
  color: #31b2ab;
}

#garfield .section-appearance [data-active='1'] .color-text {
  color: #ce942e;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-appearance .copy {
    position: static;
    width: 100%;
  }
  #garfield .section-appearance .swiper-container {
    margin-top: 8.333333vw;
  }
  #garfield .section-appearance .wrapper-1 {
    width: 34.722222vw;
  }
  #garfield .section-appearance .wrapper-2 {
    width: 44.444444vw;
  }
  #garfield .section-appearance .swiper-content {
    display: block;
    margin-top: 4.166667vw;
  }
  #garfield .section-appearance .colornav-list {
    justify-content: flex-start;
  }
  #garfield .section-appearance .colornav + .colornav {
    margin-left: 8.333333vw;
  }
  #garfield .section-appearance .colornav-swatch {
    width: 4.166667vw;
    height: 4.166667vw;
  }
  #garfield .section-appearance .colornav-label {
    margin-left: 1.388889vw;
    font-size: 2.777778vw;
  }
  #garfield .section-appearance .caption-list {
    width: 100%;
    margin-top: 4.166667vw;
    text-align: left;
  }
  #garfield .section-appearance .colornav-caption {
    font-size: 3.333333vw;
  }
}

#garfield .section-x-button {
  background-color: rgba(186, 230, 228, 0.25);
}

#garfield .section-x-button .space-anchor {
  height: 4.166667vw;
}

#garfield .section-x-button .section-content {
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-right: 15.625vw;
  padding-left: 13.541667vw;
}

#garfield .section-x-button .copy {
  width: 36.458333vw;
  margin-top: -2.604167vw;
}

#garfield .section-x-button .picture-wrapper {
  position: relative;
  align-self: flex-end;
  width: 23.854167vw;
  margin-bottom: -1px;
}

#garfield .section-x-button .picture-screen {
  position: absolute;
  top: 0;
  left: 0;
  opacity: .001;
}

#garfield .section-x-button .circle-wrapper {
  position: absolute;
  bottom: 24.21875vw;
  left: -.104167vw;
  width: 4.479167vw;
  height: 4.479167vw;
  transform: rotateY(-50deg);
  transform-origin: left center;
}

#garfield .section-x-button .circle {
  width: 100%;
  height: 100%;
  opacity: .001;
  border-radius: 100%;
  background-image: linear-gradient(to right, #bae6e4, #31b2ab);
}

#garfield .section-x-button .circle-1 {
  position: relative;
  z-index: 3;
  border: 2px solid #f5f5f5;
}

#garfield .section-x-button .circle-2, #garfield .section-x-button .circle-3 {
  position: absolute;
  top: 0;
  left: 0;
}

#garfield .section-x-button .circle-2 {
  z-index: 2;
}

#garfield .section-x-button .circle-3 {
  z-index: 1;
}

#garfield .section-x-button .animated .circle-1 {
  animation: circle-1 5s infinite;
}

#garfield .section-x-button .animated .circle-2 {
  animation: circle-2 5s infinite linear;
}

#garfield .section-x-button .animated .circle-3 {
  animation: circle-3 5s infinite linear;
}

#garfield .section-x-button .animated .picture-screen {
  animation: picture-screen 5s infinite;
}

@keyframes circle-1 {
  10%, 40% {
    opacity: .5;
  }
  50% {
    opacity: .001;
  }
}

@keyframes circle-2 {
  15% {
    transform: scale(1);
  }
  20% {
    opacity: .5;
  }
  25% {
    opacity: .3;
  }
  30% {
    transform: scale(3.25);
    opacity: .001;
  }
}

@keyframes circle-3 {
  25% {
    transform: scale(1);
  }
  30% {
    opacity: .5;
  }
  35% {
    opacity: .3;
  }
  40% {
    transform: scale(3.25);
    opacity: .001;
  }
}

@keyframes picture-screen {
  40%, 100% {
    opacity: .001;
  }
  50%, 90% {
    opacity: 1;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-x-button {
    padding-top: 11.111111vw;
  }
  #garfield .section-x-button .space-anchor {
    height: 5.555556vw;
  }
  #garfield .section-x-button .section-content {
    display: block;
    width: 83.333333vw;
    padding: 0;
  }
  #garfield .section-x-button .copy {
    width: 100%;
    margin-top: 0;
  }
  #garfield .section-x-button .picture-wrapper {
    width: 47.222222vw;
    margin: 8.333333vw auto 0;
  }
  #garfield .section-x-button .circle-wrapper {
    bottom: 48.055556vw;
    left: -.277778vw;
    width: 8.888889vw;
    height: 8.888889vw;
  }
}

#garfield .section-display .intro {
  width: 53.125vw;
}

#garfield .section-display .picture {
  width: 51.041667vw;
  margin: 3.125vw auto 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-display .intro {
    width: 100%;
  }
  #garfield .section-display .picture {
    width: 100%;
    margin-top: 8.333333vw;
  }
}

#garfield .section-battery .intro {
  width: 53.125vw;
}

#garfield .section-battery .badges {
  justify-content: center;
  width: 100%;
  margin-top: 3.125vw;
}

#garfield .section-battery .badge {
  display: flex;
  align-items: center;
}

#garfield .section-battery .badge + .badge {
  margin-left: 7.8125vw;
}

#garfield .section-battery .icon-1 {
  width: 1.822917vw;
}

#garfield .section-battery .icon-2 {
  width: 2.447917vw;
}

#garfield .section-battery .icon-3 {
  width: 2.1875vw;
}

#garfield .section-battery .badge-caption {
  margin-left: 1.041667vw;
  font-size: .833333vw;
  line-height: 1.25;
  color: #000;
}

#garfield .section-battery .badge-value {
  display: block;
  font-size: 2.083333vw;
  font-weight: 700;
  color: #4cbe84;
}

#garfield .section-battery .picture {
  width: 46.875vw;
  margin: 3.125vw auto 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-battery .intro {
    width: 100%;
  }
  #garfield .section-battery .badges {
    justify-content: flex-start;
    margin-top: 8.333333vw;
  }
  #garfield .section-battery .badge + .badge {
    margin-left: 9.722222vw;
  }
  #garfield .section-battery .badge:last-child {
    margin-top: 6.944444vw;
    margin-left: 0;
  }
  #garfield .section-battery .icon-1 {
    width: 4.861111vw;
  }
  #garfield .section-battery .icon-2 {
    width: 6.527778vw;
  }
  #garfield .section-battery .icon-3 {
    width: 5.833333vw;
  }
  #garfield .section-battery .badge-caption {
    margin-left: 2.777778vw;
    font-size: 2.222222vw;
  }
  #garfield .section-battery .badge-value {
    font-size: 5.555556vw;
  }
  #garfield .section-battery .picture {
    width: 100%;
    margin: 6.944444vw auto 0;
  }
}

#garfield .fadeup {
  transform: translateY(120px);
  opacity: .001;
}

#garfield .fadeup.animated {
  transition: opacity 0.5s ease-in, transform 0.5s cubic-bezier(0.26, 0.67, 0.48, 0.91);
  transform: translateY(0);
  opacity: 1;
}

#garfield .section-camera {
  position: relative;
  padding-top: 5.729167vw;
  background-color: rgba(186, 230, 228, 0.25);
}

#garfield .section-camera h2.headline {
  width: 72.916667vw;
}

#garfield .section-camera .picture {
  width: 41.145833vw;
  margin-top: 4.166667vw;
  margin-left: 30.520833vw;
}

#garfield .section-camera .badge {
  position: absolute;
  display: flex;
  text-align: right;
}

#garfield .section-camera .badge-1 {
  top: 17.604167vw;
  right: 62.083333vw;
}

#garfield .section-camera .badge-2 {
  top: 25.833333vw;
  right: 59.010417vw;
}

#garfield .section-camera .badge-3 {
  bottom: 25.833333vw;
  left: 56.40625vw;
  flex-direction: row-reverse;
  text-align: left;
}

#garfield .section-camera .badge-caption {
  color: #434343;
}

#garfield .section-camera .badge-value {
  display: block;
  font-size: 2.083333vw;
  line-height: 1.25;
  color: #2fafa8;
}

#garfield .section-camera .mt {
  margin-top: .208333vw;
}

#garfield .section-camera .pin {
  margin: 0 1.5625vw;
  border-top: 1px dashed #434343;
}

#garfield .section-camera .pin-1 {
  width: 12.916667vw;
  margin-top: 1.458333vw;
}

#garfield .section-camera .pin-2 {
  width: 11.354167vw;
  margin-top: .9375vw;
}

#garfield .section-camera .pin-3 {
  width: 15.3125vw;
  height: 3.020833vw;
  margin-top: 3.385417vw;
  border-left: 1px dashed #434343;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-camera {
    padding-top: 15.277778vw;
  }
  #garfield .section-camera h2.headline {
    width: 83.333333vw;
  }
  #garfield .section-camera .picture {
    width: 44.861111vw;
    margin-top: 11.111111vw;
    margin-left: 32.5vw;
  }
  #garfield .section-camera .badge {
    align-items: flex-end;
    flex-direction: column-reverse;
  }
  #garfield .section-camera .badge-1 {
    top: 48.888889vw;
    right: 61.527778vw;
    align-items: flex-start;
    flex-direction: row;
  }
  #garfield .section-camera .badge-2 {
    top: 57.222222vw;
    right: 61.527778vw;
  }
  #garfield .section-camera .badge-3 {
    top: 45.833333vw;
    bottom: auto;
    left: 62.777778vw;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  #garfield .section-camera .badge-caption {
    margin-right: 9.166667vw;
    font-size: 2.222222vw;
  }
  #garfield .section-camera .caption-1 {
    margin-right: 2.5vw;
    transform: translateY(-50%);
  }
  #garfield .section-camera .caption-3 {
    margin-right: 0;
    margin-left: 1.388889vw;
  }
  #garfield .section-camera .badge-value {
    font-size: 3.055556vw;
  }
  #garfield .section-camera .pin {
    margin: 0;
  }
  #garfield .section-camera .pin-1 {
    width: 11.111111vw;
  }
  #garfield .section-camera .pin-2 {
    width: 19.444444vw;
    margin-bottom: .833333vw;
  }
  #garfield .section-camera .pin-3 {
    width: 15vw;
    height: 4.166667vw;
    margin-top: 1.944444vw;
  }
}

#garfield .section-rear-camera {
  padding-top: 8.333333vw;
  background-color: rgba(162, 222, 219, 0.1);
}

#garfield .section-rear-camera .section-content {
  justify-content: space-between;
  padding-top: 2.083333vw;
}

#garfield .section-rear-camera .item {
  width: 34.895833vw;
}

#garfield .section-rear-camera .item-3, #garfield .section-rear-camera .item-4 {
  margin-top: 3.125vw;
}

#garfield .section-rear-camera .picture {
  position: relative;
}

#garfield .section-rear-camera .picture-1 {
  z-index: 4;
  transform: translate(10.41667vw, 10.41667vw);
}

#garfield .section-rear-camera .picture-2 {
  z-index: 2;
  transform: translate(-10.41667vw, 8.33333vw);
}

#garfield .section-rear-camera .picture-3 {
  z-index: 3;
  transform: translate(14.58333vw, -12.5vw);
}

#garfield .section-rear-camera .picture-4 {
  z-index: 1;
  transform: translate(-6.25vw, -14.58333vw);
}

#garfield .section-rear-camera .copy {
  margin-top: 1.5625vw;
  opacity: .001;
}

#garfield .section-rear-camera .animated .picture {
  transition: transform .8s;
  transform: translate(0, 0) rotate(0.001deg);
}

#garfield .section-rear-camera .animated .copy {
  transition: opacity .3s .8s;
  opacity: 1;
}

#garfield .section-rear-camera .icon {
  width: 1.875vw;
}

#garfield .section-rear-camera .headline {
  margin-left: .78125vw;
}

#garfield .section-rear-camera .intro {
  margin-top: .78125vw;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-rear-camera {
    padding-top: 16.666667vw;
  }
  #garfield .section-rear-camera .section-content {
    padding-top: 5.555556vw;
  }
  #garfield .section-rear-camera .item {
    width: 100%;
  }
  #garfield .section-rear-camera .item + .item {
    margin-top: 8.333333vw;
  }
  #garfield .section-rear-camera .picture {
    transform: none;
  }
  #garfield .section-rear-camera .copy {
    margin-top: 4.166667vw;
    opacity: 1;
  }
  #garfield .section-rear-camera .icon {
    width: 5vw;
  }
  #garfield .section-rear-camera .headline {
    margin-left: 1.388889vw;
    font-size: 4.722222vw;
  }
  #garfield .section-rear-camera .intro {
    margin-top: 2.083333vw;
  }
}

#garfield .section-front-facing-camera {
  padding-bottom: 6.25vw;
  background-color: rgba(162, 222, 219, 0.1);
}

#garfield .section-front-facing-camera .intro {
  width: 53.125vw;
}

#garfield .section-front-facing-camera .item-list {
  justify-content: space-between;
  margin-top: 3.125vw;
}

#garfield .section-front-facing-camera .item {
  width: 34.895833vw;
}

#garfield .section-front-facing-camera .badge {
  justify-content: center;
  margin-top: 1.5625vw;
}

#garfield .section-front-facing-camera .badge-icon {
  width: 2.708333vw;
}

#garfield .section-front-facing-camera .badge-caption {
  margin-left: 1.302083vw;
  color: #000;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-front-facing-camera {
    padding-bottom: 16.666667vw;
  }
  #garfield .section-front-facing-camera .intro {
    width: 100%;
  }
  #garfield .section-front-facing-camera .item-list {
    margin-top: 0;
  }
  #garfield .section-front-facing-camera .item {
    width: 100%;
    margin-top: 8.333333vw;
  }
  #garfield .section-front-facing-camera .badge {
    margin-top: 4.166667vw;
  }
  #garfield .section-front-facing-camera .badge-icon {
    width: 6.944444vw;
  }
  #garfield .section-front-facing-camera .badge-caption {
    margin-left: 3.472222vw;
  }
}

#garfield .section-emui {
  margin-top: 8.333333vw;
  padding-top: 2.083333vw;
}

#garfield .section-emui .headline-picture {
  width: 17.447917vw;
}

#garfield .section-emui h2.headline {
  margin-top: .520833vw;
  text-align: center;
}

#garfield .section-emui .section-content {
  width: 82.1875vw;
}

#garfield .section-emui .item {
  position: relative;
  margin-top: 1.5625vw;
  background-color: #f8f8f8;
}

#garfield .section-emui .item-super-device {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4.947917vw;
  padding-left: 6.25vw;
}

#garfield .section-emui .copy {
  width: 26.041667vw;
}

#garfield .section-emui .picture-super-device {
  width: 44.53125vw;
}

#garfield .section-emui .item-group {
  justify-content: space-between;
}

#garfield .section-emui .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40.3125vw;
}

#garfield .section-emui .copy-block {
  padding: 3.645833vw 3.125vw 0;
}

#garfield .section-emui .item-meetime {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 15.104167vw;
  padding-left: 3.125vw;
}

#garfield .section-emui .picture-meetime-wrapper {
  margin-top: 3.645833vw;
  margin-bottom: 2.5vw;
  text-align: center;
}

#garfield .section-emui .picture-meetime {
  width: 8.958333vw;
}

#garfield .section-emui .copy-meetime {
  width: 30.208333vw;
}

#garfield .section-emui .meetime-cta {
  display: inline-block;
  margin-top: 1.5625vw;
  font-size: 1.145833vw;
  color: #2fafa8;
}

#garfield .section-emui .caption {
  margin-top: 1.25vw;
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.25;
  color: #000;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-emui {
    margin-top: 16.666667vw;
    padding-top: 5.555556vw;
  }
  #garfield .section-emui .headline-picture {
    width: 26.25vw;
  }
  #garfield .section-emui h2.headline {
    margin-top: 1.944444vw;
  }
  #garfield .section-emui .item {
    flex-direction: column;
    margin-top: 16.666667vw;
    padding-right: 0;
    padding-left: 0;
  }
  #garfield .section-emui .picture-super-device {
    width: 100%;
  }
  #garfield .section-emui .item-meetime, #garfield .section-emui .item-group {
    display: block;
  }
  #garfield .section-emui .item-content {
    width: 100%;
  }
  #garfield .section-emui .copy, #garfield .section-emui .copy-block {
    width: 100%;
    padding: 10.277778vw 6.944444vw 0 8.333333vw;
  }
  #garfield .section-emui .copy-meetime {
    position: static;
  }
  #garfield .section-emui .headline {
    font-size: 6.666667vw;
  }
  #garfield .section-emui .picture-meetime-wrapper {
    margin: 0;
    padding-top: 15.277778vw;
    padding-bottom: 18.888889vw;
  }
  #garfield .section-emui .picture-meetime {
    width: 23.888889vw;
  }
  #garfield .section-emui .meetime-cta {
    margin-top: 4.166667vw;
    font-size: 3.055556vw;
  }
  #garfield .section-emui .caption {
    margin-top: 3.333333vw;
    font-size: 6.666667vw;
  }
}

#garfield .section-footnote {
  padding: 10.416667vw 0;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-footnote {
    padding: 16.666667vw 0;
  }
}

#garfield .section-footnote .footnote-list {
  width: 82.1875vw;
  margin: 0 auto;
  padding-left: 1.5em;
  font-size: .625vw;
}

@media (max-width: 1920px) {
  #garfield .section-footnote .footnote-list {
    font-size: 12px;
  }
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .section-footnote .footnote-list {
    width: 83.333333vw;
    font-size: 3.333333vw;
  }
}

#garfield .section-footnote li {
  font-size: inherit;
  list-style-type: decimal;
  color: #86868b;
}

#garfield .section-footnote li.current {
  color: #000;
}

#garfield .section-footnote li.asterisk {
  list-style-type: '* ';
}

/* aspect ratio */
#garfield .lg\:1920\/960::before {
  padding-bottom: calc(100% / (1920 / 960));
}

#garfield .lg\:1920\/665::before {
  padding-bottom: calc(100% / (1920 / 665));
}

#garfield .lg\:980\/475::before {
  padding-bottom: calc(100% / (980 / 475));
}

#garfield .lg\:900\/720::before {
  padding-bottom: calc(100% / (900 / 720));
}

#garfield .lg\:790\/655::before {
  padding-bottom: calc(100% / (790 / 655));
}

#garfield .lg\:760\/800::before {
  padding-bottom: calc(100% / (760 / 800));
}

#garfield .lg\:774\/686::before {
  padding-bottom: calc(100% / (774 / 686));
}

#garfield .lg\:670\/600::before {
  padding-bottom: calc(100% / (670 / 600));
}

#garfield .lg\:670\/425::before {
  padding-bottom: calc(100% / (670 / 425));
}

#garfield .lg\:580\/380::before {
  padding-bottom: calc(100% / (580 / 380));
}

#garfield .lg\:458\/850::before {
  padding-bottom: calc(100% / (458 / 850));
}

#garfield .lg\:855\/622::before {
  padding-bottom: calc(100% / (855 / 622));
}

#garfield .ratio\:1\/1::before {
  padding-bottom: 100%;
}

@media (max-aspect-ratio: 11 / 10) {
  #garfield .xs\:720\/1080::before {
    padding-bottom: calc(100% / (720 / 1080));
  }
  #garfield .xs\:720\/310::before {
    padding-bottom: calc(100% / (720 / 310));
  }
  #garfield .xs\:600\/550::before {
    padding-bottom: calc(100% / (600 / 550));
  }
  #garfield .xs\:600\/538::before {
    padding-bottom: calc(100% / (600 / 538));
  }
  #garfield .xs\:600\/510::before {
    padding-bottom: calc(100% / (600 / 510));
  }
  #garfield .xs\:600\/420::before {
    padding-bottom: calc(100% / (600 / 420));
  }
  #garfield .xs\:600\/380::before {
    padding-bottom: calc(100% / (600 / 380));
  }
  #garfield .xs\:600\/264::before {
    padding-bottom: calc(100% / (600 / 264));
  }
  #garfield .xs\:316\/586::before {
    padding-bottom: calc(100% / (316 / 586));
  }
  #garfield .xs\:323\/346::before {
    padding-bottom: calc(100% / (323 / 346));
  }
  #garfield .xs\:320\/347::before {
    padding-bottom: calc(100% / (320 / 347));
  }
  #garfield .xs\:250\/175::before {
    padding-bottom: calc(100% / (250 / 175));
  }
}
