.tabnav-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 5;
  overflow: hidden;
  width: 100%;
}
@supports (
  (-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))
) {
  .tabnav-wrapper {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: saturate(1.8) blur(20px);
    backdrop-filter: saturate(1.8) blur(20px);
  }
}
.tabnav-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.1);
}
.tabnav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: center;
  position: relative;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.tabnav-items {
  padding-bottom: 0;
  display: inline-block;
  margin: 0 auto;
}
.tabnav-item {
  padding: 0 20px;
  border-bottom: none;
  display: inline-block;
  list-style: none;
  outline: none;
}
.tabnav-link {
  font-size: 14px;
  line-height: 1.42859;
  font-weight: 400;
  letter-spacing: -0.016em;
  font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
    "Arial", sans-serif;
  margin: 0;
  padding: 20px 0 19px;
  line-height: 1;
  color: #111;
  transition: color 0.3s ease-out;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500 !important;
  text-align: left;
  display: block;
  position: relative;
  z-index: 0;
}

.tabnav-link:after {
  transform: translateX(0);
  transition: transform 0.3s ease-out;
}
.tabnav-link:hover {
  color: #0070c9;
  text-decoration: none !important;
}
.tabnav-link:hover .icon-copy {
  text-decoration: none !important;
}
.tabnav-link.current:after {
  bottom: 0;
}

.no-switchers-is-active .tabnav-link-why-switch {
  pointer-events: none;
  color: #333;
  text-decoration: none;
  cursor: default;
  z-index: 10;
}
.no-switchers-is-active .tabnav-link-why-switch:after {
  border-bottom: 1px solid #666;
  border-color: #333;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
}
.switchers-is-active .tabnav-link-why-switch:after {
  border-bottom: 1px solid #666;
  border-color: #333;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 155px;
  content: "";
  transform: translateX(130px);
}
@media only screen and (max-width: 1068px) {
  .switchers-is-active .tabnav-link-why-switch:after {
    transform: translateX(130px);
  }
}
@media only screen and (max-width: 734px) {
  .switchers-is-active .tabnav-link-why-switch:after {
    transform: translateX(130px);
  }
}
.switchers-is-active .tabnav-link-buy-iphone {
  pointer-events: none;
  color: #333;
  text-decoration: none;
  cursor: default;
  z-index: 10;
}
.switchers-is-active .tabnav-link-buy-iphone:after {
  border-bottom: none;
  border-color: #333;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  content: "";
}
.main .playback-control-container {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: left;
  z-index: 1;
  top: 557px;
}
@media only screen and (max-width: 1068px) {
  .main .playback-control-container {
    top: 383px;
  }
}
@media only screen and (max-width: 734px) {
  .main .playback-control-container {
    top: auto;
    bottom: 30px;
  }
}
.main .playback-control-container {
  position: absolute;
  left: 0;
  right: auto;
  margin: 0;
  width: 100%;
  text-align: center;
  top: 557px;
}
@media only screen and (max-width: 1068px) {
  .main .playback-control-container {
    top: 383px;
  }
}
@media only screen and (max-width: 734px) {
  .main .playback-control-container {
    top: auto;
    bottom: 30px;
  }
}
.main .playback-control {
  display: block;
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  margin: 0 0 0 50px;
}
html.no-js .main .playback-control {
  display: none;
}
.main .playback-control.is-paused {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-image: url("/v/privacy/m/images/overview/button_play_2__ciu8vkz233ma_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .main .playback-control.is-paused {
    background-image: url("/v/privacy/m/images/overview/button_play_2__ciu8vkz233ma_large_2x.png");
  }
}
@media only screen and (max-width: 1068px) {
  .main .playback-control.is-paused {
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-image: url("/v/privacy/m/images/overview/button_play_2__ciu8vkz233ma_medium.png");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main .playback-control.is-paused {
    background-image: url("/v/privacy/m/images/overview/button_play_2__ciu8vkz233ma_medium_2x.png");
  }
}
.main .playback-control.is-paused:hover {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-image: url("/v/privacy/m/images/overview/button_play_1__f5kstp3e9aem_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .main .playback-control.is-paused:hover {
    background-image: url("/v/privacy/m/images/overview/button_play_1__f5kstp3e9aem_large_2x.png");
  }
}
@media only screen and (max-width: 1068px) {
  .main .playback-control.is-paused:hover {
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-image: url("/v/privacy/m/images/overview/button_play_1__f5kstp3e9aem_medium.png");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main .playback-control.is-paused:hover {
    background-image: url("/v/privacy/m/images/overview/button_play_1__f5kstp3e9aem_medium_2x.png");
  }
}
.main .playback-control.is-playing {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-image: url("/v/privacy/m/images/overview/button_stop_2__b4ywbsdnb4uu_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .main .playback-control.is-playing {
    background-image: url("/v/privacy/m/images/overview/button_stop_2__b4ywbsdnb4uu_large_2x.png");
  }
}
@media only screen and (max-width: 1068px) {
  .main .playback-control.is-playing {
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-image: url("/v/privacy/m/images/overview/button_stop_2__b4ywbsdnb4uu_medium.png");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main .playback-control.is-playing {
    background-image: url("/v/privacy/m/images/overview/button_stop_2__b4ywbsdnb4uu_medium_2x.png");
  }
}
.main .playback-control.is-playing:hover {
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-repeat: no-repeat;
  background-image: url("/v/privacy/m/images/overview/button_stop_1__b5yrn8rilfle_large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .main .playback-control.is-playing:hover {
    background-image: url("/v/privacy/m/images/overview/button_stop_1__b5yrn8rilfle_large_2x.png");
  }
}
@media only screen and (max-width: 1068px) {
  .main .playback-control.is-playing:hover {
    width: 31px;
    height: 31px;
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-image: url("/v/privacy/m/images/overview/button_stop_1__b5yrn8rilfle_medium.png");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main .playback-control.is-playing:hover {
    background-image: url("/v/privacy/m/images/overview/button_stop_1__b5yrn8rilfle_medium_2x.png");
  }
}
.main .playback-control:focus {
  box-shadow: 0 0 0 4px rgba(0, 125, 250, 0.6);
  outline: none;
}
.main
  .playback-control:focus[data-focus-method="mouse"]:not(input):not(textarea):not(select),
.main
  .playback-control:focus[data-focus-method="touch"]:not(input):not(textarea):not(select) {
  box-shadow: none;
}
.main .playback-control.is-loading {
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-name: clockwise;
}
.main .playback-control.is-playing,
.main .playback-control.is-paused {
  animation: none;
}
.section-hero {
  --nav-height: 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  background-color: #fff;
  overflow-x: hidden;
  width: 100%;
}
html.reduced-enhanced .section-hero {
  display: block;
  min-height: auto;
}
@media only screen and (max-width: 374px) {
  .section-hero .typography-site-headline {
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: 0.004em;
    font-family: "SF Pro Display", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
    font-weight: 700;
  }

  .section-hero .typography-site-intro {
    font-size: 14px;
    line-height: 1.42859;
    font-weight: 400;
    letter-spacing: -0.016em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica",
      "Arial", sans-serif;
  }
}
html.text-zoom .section-hero {
  height: auto;
  opacity: 1;
  padding-top: 0;
  position: relative;
}
@media only screen and (max-width: 734px) {
  .section-hero .section-content {
    width: 90%;
  }
}
.section-hero .hero-headline {
  margin-top: 1em;
}
@media only screen and (max-width: 1068px) and (max-height: 768px) {
  .section-hero .hero-headline {
    margin-top: 57px;
  }
}
@media only screen and (max-width: 734px) {
  .section-hero .hero-headline {
    margin-top: 43px;
  }
}
@media only screen and (max-width: 374px) {
  .section-hero .hero-headline {
    margin-top: 24px;
  }
}
.section-hero .hero-intro {
  margin-top: 20px;
  margin-bottom: 29px;
  font-weight: 600;
}
@media only screen and (max-width: 1068px) {
  .section-hero .hero-intro {
    margin-top: 15px;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 734px) {
  .section-hero .hero-intro {
    margin-top: 28px;
  }
}
.section-hero .flex-hero {
  margin-top: 26px;
  overflow-y: hidden;
}
@media only screen and (max-width: 734px) {
  .section-hero .flex-hero {
    margin-top: 30px;
  }
}
.section-hero .image-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}
@media only screen and (max-width: 734px) {
  .section-hero .image-wrapper {
    height: 225px;
  }
}
@media only screen and (max-width: 374px) {
  .section-hero .image-wrapper {
    height: 225px;
    margin-bottom: -46px;
  }
}

@media only screen and (max-width: 1068px) {
  .section-hero .image-hero {
    left: 50%;
    margin-left: -485px;
  }
}
@media only screen and (max-width: 734px) {
  .section-hero .image-hero {
    left: 50%;
    margin-left: -298px;
  }
}
@media only screen and (max-width: 374px) {
  .section-hero .image-hero {
    transform: scale(0.8);
    transform-origin: top center;
  }
}
@media only screen and (max-width: 734px) {
  .section-hero.iphone-12 .image-wrapper {
    height: 343px;
  }
}
@media only screen and (max-width: 374px) {
  .section-hero.iphone-12 .image-wrapper {
    height: 343px;
  }
}
.section-hero.iphone-12 .image-hero {
  width: 866px;
  height: 786px;
  background-size: 866px 786px;
  background-repeat: no-repeat;
  background-image: url("/v/iphone/switch/d/images/overview/iphone-12/hero__dzxw1t573z42_large.jpg");
  position: relative;
  left: 50%;
  margin-left: -433px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .section-hero.iphone-12 .image-hero {
    background-image: url("/v/iphone/switch/d/images/overview/iphone-12/hero__dzxw1t573z42_large_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  .section-hero.iphone-12 .image-hero {
    width: 509px;
    height: 587px;
    background-size: 509px 587px;
    background-repeat: no-repeat;
    background-image: url("/v/iphone/switch/d/images/overview/iphone-12/hero__dzxw1t573z42_medium.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .section-hero.iphone-12 .image-hero {
    background-image: url("/v/iphone/switch/d/images/overview/iphone-12/hero__dzxw1t573z42_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .section-hero.iphone-12 .image-hero {
    width: 298px;
    height: 343px;
    background-size: 298px 343px;
    background-repeat: no-repeat;
    background-image: url("/v/iphone/switch/d/images/overview/iphone-12/hero__dzxw1t573z42_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .section-hero.iphone-12 .image-hero {
    background-image: url("/v/iphone/switch/d/images/overview/iphone-12/hero__dzxw1t573z42_small_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  .section-hero.iphone-12 .image-hero {
    left: 50%;
    margin-left: -254.5px;
  }
}
@media only screen and (max-width: 734px) {
  .section-hero.iphone-12 .image-hero {
    left: 50%;
    margin-left: -149px;
  }
}
.ac-gn-noscroll .section-hero {
  position: relative;
}
.section-features {
  --header-height: 0px;
  --panel-anim-offset: 0px;
}
.section-features.show {
  opacity: 1;
}
html.reduced-motion .section-features,
html.no-js .section-features,
html.reduced-enhanced .section-features,
html.reduced-motion .section-features,
html.no-js .section-features,
html.reduced-enhanced .section-features,
html.reduced-motion .section-features,
html.no-js .section-features,
html.reduced-enhanced .section-features {
  margin-top: 0;
  opacity: 1;
  padding-top: 55px;
  transform: none;
}
@media only screen and (max-width: 1068px) {
  html.reduced-motion .section-features,
  html.no-js .section-features,
  html.reduced-enhanced .section-features,
  html.reduced-motion .section-features,
  html.no-js .section-features,
  html.reduced-enhanced .section-features,
  html.reduced-motion .section-features,
  html.no-js .section-features,
  html.reduced-enhanced .section-features {
    padding-top: 58px;
  }
}
@media only screen and (max-width: 734px) {
  html.reduced-motion .section-features,
  html.no-js .section-features,
  html.reduced-enhanced .section-features,
  html.reduced-motion .section-features,
  html.no-js .section-features,
  html.reduced-enhanced .section-features,
  html.reduced-motion .section-features,
  html.no-js .section-features,
  html.reduced-enhanced .section-features {
    padding-top: 35px;
  }
}
.section-features .tile-heading {
  margin-bottom: 28px;
  opacity: 0;
}
html.reduced-motion .section-features .tile-heading,
html.no-js .section-features .tile-heading,
html.reduced-enhanced .section-features .tile-heading,
html.reduced-motion .section-features .tile-heading,
html.no-js .section-features .tile-heading,
html.reduced-enhanced .section-features .tile-heading,
html.reduced-motion .section-features .tile-heading,
html.no-js .section-features .tile-heading,
html.reduced-enhanced .section-features .tile-heading {
  opacity: 1;
}
@media only screen and (max-width: 734px) {
  .main .section-switchers {
    padding: 0 10px;
  }
}
.main .section-switchers .section-headline {
  margin-top: 55px;
  margin-bottom: 50px;
}
.main .section-testimonies-tiles {
  background-color: transparent;
  overflow: hidden;
  padding-top: 55px;
}
.main .section-testimonies-tiles .tile-heading {
  text-align: center;
}
.main #switchers .section-testimony {
  margin: 0 auto 20px;
}
@media only screen and (max-width: 1068px) {
  .main #switchers .section-testimony {
    width: auto;
    max-width: none;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .section-testimony {
    padding: 0;
  }
}
.main #switchers .section-testimony .section-content {
  max-width: none;
  min-height: 550px;
  grid-template-columns: 422px 978px;
  grid-template-rows: none;
  width: 1400px;
  z-index: 4;
}
@media only screen and (max-width: 1410px) {
  .main #switchers .section-testimony .section-content {
    width: calc(100vw - 40px);
    grid-template-columns: 30% 70%;
    min-height: auto;
    height: calc(40vw - 23px);
  }
}
@media only screen and (max-width: 1068px) {
  .main #switchers .section-testimony .section-content {
    grid-template-columns: 50% 50%;
    min-height: 363px;
    width: 726px;
    height: auto;
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .section-testimony .section-content {
    padding-top: 0;
    width: auto;
    max-width: 415px;
  }
}
@media only screen and (max-width: 350px) {
  .main #switchers .section-testimony .section-content {
    width: 300px;
  }
}
.main #switchers .section-testimony .section-content .feature-copy {
  padding: 35px 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 450px;
}
@media only screen and (max-width: 1400px) {
  .main #switchers .section-testimony .section-content .feature-copy {
    min-height: auto;
  }
}
.main
  #switchers
  .section-testimony
  .section-content
  .feature-copy
  .copy-center {
  width: 320px;
}
.main
  #switchers
  .section-testimony
  .section-content
  .feature-copy
  .copy-center
  p {
  font-size: 21px;
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .section-testimony
    .section-content
    .feature-copy
    .copy-center
    p {
    font-size: 17px;
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .section-testimony
    .section-content
    .feature-copy
    .copy-center
    p {
    font-size: 15px;
  }
}
.main
  #switchers
  .section-testimony
  .section-content
  .feature-copy
  .feature-excerpt {
  margin: 0;
  padding: 0;
  max-width: none;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-column: excerpt-start/excerpt-end;
  grid-row: excerpt-start/excerpt-end;
  color: #fff;
  max-width: 17em;
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .section-testimony
    .section-content
    .feature-copy
    .feature-excerpt {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .section-testimony
    .section-content
    .feature-copy
    .feature-excerpt {
    max-width: 100%;
  }
}
.main
  #switchers
  .section-testimony
  .section-content
  .feature-copy
  .feature-headline,
.main
  #switchers
  .section-testimony
  .section-content
  .feature-copy
  .feature-excerpt {
  color: #000;
}
.main #switchers .section-testimony .section-content .feature-copy h3 {
  padding: 0;
  font-size: 40px;
}
@media only screen and (max-width: 1400px) {
  .main #switchers .section-testimony .section-content .feature-copy h3 {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1068px) {
  .main #switchers .section-testimony .section-content .feature-copy {
    padding: 40px;
  }
  .main #switchers .section-testimony .section-content .feature-copy h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .section-testimony .section-content .feature-copy h3 {
    font-size: 28px;
  }
}
.main #switchers .section-testimony .section-content .feature-media-object {
  grid-column: unset;
  grid-row: unset;
}
.main #switchers .feature-media-object .video-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 1;
  transition: opacity 0.2s;
}
.main #switchers .feature-media-object .video-wrapper video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper video {
    width: calc(100vw - 19px);
    height: calc(100vw - 19px);
    max-width: 414px;
    max-height: 414px;
    position: relative;
  }
}
.main #switchers .feature-media-object .video-wrapper .image-tilt-startframe {
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper .image-tilt-startframe {
    width: 100% !important;
    height: auto !important;
  }
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-container {
  top: auto;
  left: 0%;
  bottom: 0%;
  right: auto;
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-container
  .playback-control {
  background-size: 136px 136px;
  background-position: center center;
  width: 980px;
  height: 550px;
  margin: 0;
  transition: opacity 1s;
  opacity: 1;
}
@media only screen and (max-width: 1410px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control {
    width: calc(70vw - 40px);
    height: calc(40vw - 23px);
  }
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control {
    width: 363px;
    height: 363px;
    background-size: 80px 80px;
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control {
    width: 100%;
    min-height: auto;
    width: calc(100vw - 19px);
    height: calc(100vw - 19px);
    max-height: 415px;
    max-width: 415px;
    background-size: 75px 75px;
    margin-left: 0px;
  }
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-container
  .playback-control.is-paused {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/play_icon_active_large.png");
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control.is-paused {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/play_icon_active_medium.png");
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control.is-paused {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/play_icon_active_small.png");
  }
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-container
  .playback-control.is-playing {
  opacity: 0;
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/pause_icon_active_large.png");
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control.is-playing {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/pause_icon_active_medium.png");
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-container
    .playback-control.is-playing {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/pause_icon_active_small.png");
    opacity: 0;
  }
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-sound
  .playback-control {
  bottom: 25px;
  right: 25px;
  position: absolute;
  z-index: 1;
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/speaker-mute.svg");
  width: 30px;
  height: 30px;
  display: inline-block;
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-sound
  .playback-control:hover {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/mute-hover.svg");
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-sound
    .playback-control {
    bottom: 15px;
    right: 10px;
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    .playback-control-sound
    .playback-control {
    bottom: 20px;
    right: 15px;
  }
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-sound
  .playback-control.is-unmute {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/speaker-active.svg");
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-sound
  .playback-control.is-unmute:hover {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/speaker-hover.svg");
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-sound
  .playback-control
  span {
  display: none;
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .playback-control-sound.hidden {
  display: none;
}
.main #switchers .feature-media-object .video-wrapper .video-startframe {
  width: 980px;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
}
@media only screen and (max-width: 1410px) {
  .main #switchers .feature-media-object .video-wrapper .video-startframe {
    width: calc(70vw - 28px);
    height: calc(40vw - 23px);
    background-size: contain;
  }
}
@media only screen and (max-width: 1068px) {
  .main #switchers .feature-media-object .video-wrapper .video-startframe {
    width: 363px;
    height: 363px;
    background-size: 363px 363px;
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper .video-startframe {
    min-height: auto;
    width: calc(100vw - 19px);
    height: calc(100vw - 19px);
    max-width: 415px;
    max-height: 415px;
    top: auto;
    bottom: 0;
    background-position: center center;
  }
}
@media only screen and (max-width: 380px) {
  .main #switchers .feature-media-object .video-wrapper .video-startframe {
    min-height: auto;
    height: 355px;
  }
}
@media only screen and (max-width: 325px) {
  .main #switchers .feature-media-object .video-wrapper .video-startframe {
    height: 300px;
  }
}
.main
  #switchers
  .feature-media-object
  .video-wrapper
  .video-startframe.startframe-hide {
  display: none;
}
.main #switchers .feature-media-object .video-wrapper #one-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_nadia_fallback_large.jpg");
}
@media only screen and (max-width: 1068px) {
  .main #switchers .feature-media-object .video-wrapper #one-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_nadia_fallback_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #one-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_nadia_fallback_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper #one-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_nadia_fallback_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #one-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_nadia_fallback_small_2x.jpg");
  }
}
.main #switchers .feature-media-object .video-wrapper #two-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_ezon_fallback_large.jpg");
}
@media only screen and (max-width: 1068px) {
  .main #switchers .feature-media-object .video-wrapper #two-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_ezon_fallback_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #two-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_ezon_fallback_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper #two-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_ezon_fallback_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #two-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_ezon_fallback_small_2x.jpg");
  }
}
.main #switchers .feature-media-object .video-wrapper #three-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_jessica_fallback_large.jpg");
}
@media only screen and (max-width: 1068px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    #three-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_jessica_fallback_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    #three-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_jessica_fallback_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    #three-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_jessica_fallback_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main
    #switchers
    .feature-media-object
    .video-wrapper
    #three-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_jessica_fallback_small_2x.jpg");
  }
}
.main #switchers .feature-media-object .video-wrapper #four-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_large.jpg");
}
@media only screen and (max-width: 1068px) {
  .main #switchers .feature-media-object .video-wrapper #four-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #four-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper #four-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #four-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small_2x.jpg");
  }
}

.main #switchers .feature-media-object .video-wrapper #five-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_large.jpg");
}
@media only screen and (max-width: 1068px) {
  .main #switchers .feature-media-object .video-wrapper #five-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #five-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper #five-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #five-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small_2x.jpg");
  }
}

.main #switchers .feature-media-object .video-wrapper #six-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_large.jpg");
}
@media only screen and (max-width: 1068px) {
  .main #switchers .feature-media-object .video-wrapper #six-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #six-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .feature-media-object .video-wrapper #six-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main #switchers .feature-media-object .video-wrapper #six-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/why_switch_alif_fallback_small_2x.jpg");
  }
}

.main #switchers .video-duration {
  position: absolute;
  top: 30px;
  right: 4%;
  z-index: 0;
}
@media only screen and (max-width: 1400px) {
  .main #switchers .video-duration {
    top: 20px;
  }
}
@media only screen and (max-width: 1068px) {
  .main #switchers .video-duration {
    top: 13px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 734px) {
  .main #switchers .video-duration {
    top: 22px;
  }
}
html.text-zoom .main .feature .section-content .image-tilt-startframe {
  border-radius: 20px 20px 0 0;
}
.main .feature .section-content .image-tilt-startframe {
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 1068px) {
  .main .feature .section-content .image-tilt-startframe {
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature .section-content .image-tilt-startframe {
    border-radius: 0 0 20px 20px;
  }
}
.main .feature.section-testimony .image-tilt-startframe {
  width: 532px;
  height: 650px;
  background-size: 532px 650px;
  background-repeat: no-repeat;
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_large.jpg");
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_large_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  .main .feature.section-testimony .image-tilt-startframe {
    width: 368px;
    height: 450px;
    background-size: 368px 450px;
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_medium.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main .feature.section-testimony .image-tilt-startframe {
    width: 320px;
    height: 390px;
    background-size: 320px 390px;
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_large.jpg");
    background-size: cover;
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_large_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .main .feature.section-testimony .image-tilt-startframe::after {
    content: "";
    display: block;
    padding-bottom: 122.18045%;
  }
}
@media only screen and (max-width: 734px) and (max-width: 1068px) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_medium.jpg");
    background-size: cover;
  }
}
@media only screen and (max-width: 734px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (max-width: 1068px) and (min-resolution: 144dpi) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) and (max-width: 1068px) {
  .main .feature.section-testimony .image-tilt-startframe::after {
    content: "";
    display: block;
    padding-bottom: 122.28261%;
  }
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_small.jpg");
    background-size: cover;
  }
}
@media only screen and (max-width: 734px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (max-width: 734px) and (min-resolution: 144dpi) {
  .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) and (max-width: 734px) {
  .main .feature.section-testimony .image-tilt-startframe::after {
    content: "";
    display: block;
    padding-bottom: 121.875%;
  }
}
html.text-zoom .main .feature.section-testimony .image-tilt-startframe {
  background-repeat: no-repeat;
  background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_large.jpg");
  background-size: cover;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  html.text-zoom .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_large_2x.jpg");
  }
}
html.text-zoom .main .feature.section-testimony .image-tilt-startframe::after {
  content: "";
  display: block;
  padding-bottom: 122.18045%;
}
@media only screen and (max-width: 1068px) {
  html.text-zoom .main .feature.section-testimony .image-tilt-startframe {
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_medium.jpg");
    background-size: cover;
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  html.text-zoom .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_medium_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  html.text-zoom
    .main
    .feature.section-testimony
    .image-tilt-startframe::after {
    content: "";
    display: block;
    padding-bottom: 122.28261%;
  }
}
@media only screen and (max-width: 734px) {
  html.text-zoom .main .feature.section-testimony .image-tilt-startframe {
    background-repeat: no-repeat;
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_small.jpg");
    background-size: cover;
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  html.text-zoom .main .feature.section-testimony .image-tilt-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/testimonies/author_one__bab3e7z4k3si_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  html.text-zoom
    .main
    .feature.section-testimony
    .image-tilt-startframe::after {
    content: "";
    display: block;
    padding-bottom: 121.875%;
  }
}
html.text-zoom .main .feature .section-content {
  display: block;
  min-height: auto;
  max-width: 702px;
  padding-bottom: 60px;
}
html.text-zoom .main .feature .section-content video {
  border-radius: 20px 20px 0 0;
}
.main .feature {
  margin-top: 0;
  margin-bottom: 150px;
}
@media only screen and (max-width: 1068px) {
  .main .feature {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature {
    margin-bottom: 10px;
  }
}
.main .feature .section-content {
  display: grid;
  grid-template-columns: [margin-start] 70px [violator-start headline-start excerpt-start cta-start] 1fr [media-start headline-end violator-end excerpt-end cta-end copy-start] 1fr [margin-end media-end];
  grid-template-rows: [margin-start media-start] 143px [violator-start headline-start copy-start] -webkit-max-content [violator-end headline-end excerpt-start] auto [excerpt-end copy-end cta-start] -webkit-max-content [cta-end] 64px [margin-end media-end];
  grid-template-rows: [margin-start media-start] 143px [violator-start headline-start copy-start] max-content [violator-end headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 64px [margin-end media-end];
}
@media only screen and (max-width: 1068px) {
  .main .feature .section-content {
    grid-template-columns: [margin-start] 38px [violator-start headline-start excerpt-start cta-start] 1fr [media-start violator-end headline-end excerpt-end cta-end copy-start] 1fr [margin-end media-end];
    grid-template-rows: [margin-start media-start] 96px [violator-start headline-start copy-start] -webkit-max-content [violator-end headline-end excerpt-start] auto [excerpt-end copy-end cta-start] -webkit-max-content [cta-end] 40px [margin-end media-end];
    grid-template-rows: [margin-start media-start] 96px [violator-start headline-start copy-start] max-content [violator-end headline-end excerpt-start] auto [excerpt-end copy-end cta-start] max-content [cta-end] 40px [margin-end media-end];
  }
}
@media only screen and (max-width: 734px) {
  .main .feature .section-content {
    display: block;
  }
}
.main .feature.section-testimony .section-content {
  background: #fff;
}
.main .feature .section-content {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  width: 100%;
  min-height: 650px;
  max-width: 1068px;
}
@media only screen and (max-width: 1068px) {
  .main .feature .section-content {
    min-height: 450px;
    max-width: 736px;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature .section-content {
    min-height: auto;
    max-width: 702px;
  }
}
@media only screen and (max-width: 1068px) {
  .main .feature .section-content {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature .section-content {
    padding-top: 60px;
  }
}
.main .feature .section-content video {
  border-radius: 0 30px 30px 0;
}
@media only screen and (max-width: 1068px) {
  .main .feature .section-content video {
    border-radius: 0 20px 20px 0;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature .section-content video {
    border-radius: 0 0 20px 20px;
  }
}
.main .feature-media-object {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 5;
  grid-column: media-start/media-end;
  grid-row: media-start/media-end;
  margin-top: 0;
}
@media only screen and (max-width: 1068px) {
  .main .feature-media-object {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 5;
  }
}
@media only screen and (min-width: 1069px) {
  .main .feature.section-testimony .feature-copy {
    max-height: 434px;
  }
}
.main .feature-toggle {
  position: absolute;
  display: none;
}
.main .feature-toggle ~ .feature-cta .close-copy {
  display: none;
}
.main .feature-toggle:checked ~ .feature-media-object .video-wrapper {
  opacity: 0;
}
@media only screen and (max-width: 1068px) {
  .main .feature-toggle:checked ~ .feature-media-object .video-wrapper {
    opacity: 0.2;
  }
}
@media only screen and (min-width: 1069px) {
  .main .feature-toggle:checked ~ .feature-cta .icon {
    transform: rotate(45deg);
  }
  .main .feature-toggle:checked ~ .feature-cta .feature-cta-text {
    transform: translateX(5px);
    opacity: 0;
  }
  .main .feature-toggle:checked ~ .feature-cta .close-copy {
    display: block;
  }
  .main .feature-toggle:checked ~ .feature-copy {
    opacity: 1;
    visibility: visible;
    z-index: 3;
  }
}
.main .feature-headline {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-column: headline-start/headline-end;
  grid-row: headline-start/headline-end;
}
@media only screen and (max-width: 1068px) {
  .main .feature-headline {
    -ms-grid-column-span: 1;
    -ms-grid-row-span: 1;
  }
}
.main .feature-headline,
.main .feature-excerpt,
.main .feature-cta {
  padding-right: 1em;
}
html.text-zoom .main .feature-excerpt {
  max-width: 100%;
  margin-bottom: 1.33em;
}
html.text-zoom .main .feature-headline,
html.text-zoom .main .feature-excerpt,
html.text-zoom .main .feature-cta,
html.text-zoom .main .feature-copy {
  padding: 0 30px;
}
html.text-zoom .main .feature-excerpt {
  padding-right: 50px;
}
.main .feature-headline {
  margin-bottom: 0.5em;
  color: #fff;
}
@media only screen and (max-width: 1068px) {
  .main .feature-headline {
    margin-bottom: 0.45em;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature-headline {
    margin-bottom: 0.625em;
  }
}
@media only screen and (max-width: 734px) {
  .main .feature-headline,
  .main .feature-excerpt,
  .main .feature-cta,
  .main .feature-copy {
    padding: 0 30px;
  }
  .main .feature-excerpt {
    padding-right: 50px;
  }
  .main .feature-media-object {
    z-index: 2;
  }
}

/* switchers */

/* AE */
:lang(en-AE)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #nadia-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/mark_fran_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/mark_fran_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/mark_fran_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/mark_fran_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/mark_fran_small_2x.jpg");
  }
}

:lang(en-AE)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #ezon-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/amandeep_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/amandeep_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/amandeep_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/amandeep_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/amandeep_small_2x.jpg");
  }
}

:lang(en-AE)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #jessica-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/zdrauko_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/zdrauko_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/zdrauko_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/zdrauko_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/zdrauko_small_2x.jpg");
  }
}

:lang(en-AE)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #alif-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/luz_s_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/luz_s_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/luz_s_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/luz_s_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/luz_s_small_2x.jpg");
  }
}

:lang(en-AE)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #francesca_s-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/francesca_s_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #francesca_s-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/francesca_s_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #francesca_s-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/francesca_s_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #francesca_s-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/francesca_s_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #francesca_s-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/ae/francesca_s_small_2x.jpg");
  }
}

/* SA */
:lang(en-SA)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #nadia-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raed_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raed_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raed_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raed_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raed_small_2x.jpg");
  }
}

:lang(en-SA)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #ezon-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/zain_b_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/zain_b_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/zain_b_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/zain_b_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #ezon-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/zain_b_small_2x.jpg");
  }
}

:lang(en-SA)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #jessica-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raghad_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raghad_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raghad_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raghad_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #jessica-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/raghad_small_2x.jpg");
  }
}

:lang(en-SA)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #alif-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/faysal_h_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/faysal_h_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/faysal_h_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/faysal_h_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #alif-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/faysal_h_small_2x.jpg");
  }
}

:lang(en-SA)
  .main
  #switchers
  .feature-media-object
  .video-wrapper
  #sarah_h-video-startframe {
  background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/sarah_h_large.jpg");
}
@media only screen and (max-width: 1068px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #sarah_h-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/sarah_h_small.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #sarah_h-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/sarah_h_small_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #sarah_h-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/sarah_h_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  :lang(en-SA)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #sarah_h-video-startframe {
    background-image: url("/mideast/iphone/switch/h/switchers/images/switchers/sa/sarah_h_small_2x.jpg");
  }
}

.no-video .playback-control {
  display: none !important;
  pointer-events: none;
}

.main
  #switchers
  .no-video
  .feature-media-object
  .video-wrapper
  .playback-control-sound.hidden,
.main #switchers .no-video .feature-media-object .video-wrapper video {
  display: none !important;
  z-index: -1;
}

.main
  #switchers
  .no-video
  .feature-media-object
  .video-wrapper
  .video-startframe {
  display: block;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 1068px) {
  .tile-applecare .image-wrapper .applecare-image {
    margin-right: 55px;
  }

  .tile-applecare .flex-copy-wrapper {
    margin-left: -53px;
  }
}

@media only screen and (max-width: 735px) {
  .tile-half .image-battery-life {
    margin-left: 22px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 1068px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #francesca_s-video-startframe,
  .main #switchers .testimony-5 .feature-media-object .video-wrapper {
    background-color: rgba(193, 238, 195);
  }
}

@media only screen and (max-width: 735px) {
  :lang(en-AE)
    .main
    #switchers
    .feature-media-object
    .video-wrapper
    #nadia-video-startframe {
    background-position: 10px;
  }
}

#ac-localnav .ac-ln-background:after {
  margin-left: 0;
  left: 0;
  width: 100%;
}

.tile-apple-store .tile-headline {
  margin-left: 0;
}

@media only screen and (max-width: 734px) {
  .tile-apple-store .tile-headline {
    margin-left: 0;
  }
}

.footnote-number {
  position: relative;
  vertical-align: baseline;
  font-feature-settings: "numr";
  font-size: 1em;
}

sup.footnote-number {
  top: initial;
}

sub.footnote-number {
  bottom: -0.5em;
}

.footnote-number.footnote-reduced {
  font-size: 0.9em;
  top: -0.09em;
}

sub.footnote-number.footnote-reduced {
  top: initial;
  bottom: -0.52em;
}

.section-hero .image-hero {
  background-image: url("/mideast/iphone/switch/h/images/en/hero__dzxw1t573z42_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/hero__dzxw1t573z42_large_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/hero__dzxw1t573z42_medium.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/hero__dzxw1t573z42_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/hero__dzxw1t573z42_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/hero__dzxw1t573z42_small_2x.jpg");
  }
}

/* Hero T1 */

body.t1 .section-hero .image-hero {
  background-image: url("/mideast/iphone/switch/h/images/en/ae/hero__dzxw1t573z42_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  body.t1 .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/ae/hero__dzxw1t573z42_large_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  body.t1 .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/ae/hero__dzxw1t573z42_medium.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  body.t1 .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/ae/hero__dzxw1t573z42_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  body.t1 .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/ae/hero__dzxw1t573z42_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  body.t1 .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/ae/hero__dzxw1t573z42_small_2x.jpg");
  }
}

/* Hero T1 ends */

/* Hero KW */

body.kw .section-hero .image-hero {
  background-image: url("/mideast/iphone/switch/h/images/en/kw/hero__dzxw1t573z42_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 1.5dppx),
  (-webkit-min-device-pixel-ratio: 1.5),
  (min-resolution: 144dpi) {
  body.kw .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/kw/hero__dzxw1t573z42_large_2x.jpg");
  }
}
@media only screen and (max-width: 1068px) {
  body.kw .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/kw/hero__dzxw1t573z42_medium.jpg");
  }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 1068px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
  body.kw .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/kw/hero__dzxw1t573z42_medium_2x.jpg");
  }
}
@media only screen and (max-width: 734px) {
  body.kw .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/kw/hero__dzxw1t573z42_small.jpg");
  }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
  only screen and (max-width: 734px) and (min-resolution: 144dpi) {
  body.kw .section-hero .image-hero {
    background-image: url("/mideast/iphone/switch/h/images/en/kw/hero__dzxw1t573z42_small_2x.jpg");
  }
}

/* Hero KW ends */
