.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-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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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/r/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;
  }
}

.section-switchers .section-content::before {
  display: none;
}

#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;
}

html.no-touch .section-if-i-switch .if-i-switch-item:hover .tile-content {
  opacity: 1;
}

html.no-touch
  .section-if-i-switch
  .if-i-switch-item:hover
  .light-hover-icon
  .icon-dark {
  opacity: 1;
}

html.no-touch
  .section-if-i-switch
  .if-i-switch-item:hover
  .light-hover-icon
  .icon-light {
  opacity: 0;
}

.section-if-i-switch .tablist-wrapper .dotnav .dotnav-item.current {
  background-color: #5f5f5f;
}

.section-if-i-switch .gallery-item.gallery-item-jasna,
.section-if-i-switch .gallery-item.gallery-item-rachel,
.t2 .section-if-i-switch .gallery-item.gallery-item-aya,
.t2 .section-if-i-switch .gallery-item.gallery-item-tahani,
.t2 .section-if-i-switch .gallery-item.gallery-item-khaled,
.t2 .section-if-i-switch .gallery-item.gallery-item-ziad,
.t2 .section-if-i-switch .gallery-item.gallery-item-fatima,
.t2 .section-if-i-switch .gallery-item.gallery-item-yazid {
  pointer-events: none;
}

.section-if-i-switch .gallery-item .tile-content {
  padding: 60px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch .gallery-item .tile-content {
    padding: 40px;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item .tile-content {
    padding: 30px;
    align-items: center;
  }
}

.section-if-i-switch .gallery-item .tile-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item .tile-wrapper {
    align-items: center;
  }
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text {
  flex: 1;
}

.section-if-i-switch
  .gallery-item
  .tile-wrapper
  .section-text
  .typography-gallery-headline {
  font-size: 32px;
  font-weight: 600;
  position: relative;
}

.section-if-i-switch
  .gallery-item
  .tile-wrapper
  .section-text
  .typography-gallery-headline:before {
  position: absolute;
  content: open-quote;
  left: -13px;
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch
    .gallery-item
    .tile-wrapper
    .section-text
    .typography-gallery-headline:before {
    left: -10px;
  }
}

.section-if-i-switch
  .gallery-item
  .tile-wrapper
  .section-text
  .typography-gallery-headline:after {
  content: close-quote;
}

.section-if-i-switch
  .gallery-item.gallery-item-martin
  .tile-wrapper
  .section-text
  .typography-gallery-headline:before,
.t2
  .section-if-i-switch
  .gallery-item.gallery-item-aya
  .tile-wrapper
  .section-text
  .typography-gallery-headline:before,
.t2
  .gallery-item.gallery-item-ziad
  .tile-wrapper
  .section-text
  .typography-gallery-headline:before {
  display: none;
}

.section-if-i-switch
  .gallery-item.gallery-item-martin
  .tile-wrapper
  .section-text
  .typography-gallery-headline:after,
.section-if-i-switch
  .t2
  .gallery-item.gallery-item-aya
  .tile-wrapper
  .section-text
  .typography-gallery-headline:after,
.t2
  .gallery-item.gallery-item-ziad
  .tile-wrapper
  .section-text
  .typography-gallery-headline:after {
  display: none;
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch
    .gallery-item
    .tile-wrapper
    .section-text
    .typography-gallery-headline {
    font-size: 26px;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch
    .gallery-item
    .tile-wrapper
    .section-text
    .typography-gallery-headline {
    font-size: 23px;
  }
}

.section-if-i-switch .gallery-item .tile-wrapper .section-text .name {
  margin-top: 20px;
  font-size: 17px;
  line-height: 1;
  background: -webkit-linear-gradient(0deg, #ff7e74 0%, #ff459b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item .tile-wrapper .section-text .name {
    margin-top: 10px;
  }
}

.section-if-i-switch
  .gallery-item.gallery-item-munira
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #ff7e74 0%, #ff459b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-if-i-switch
  .gallery-item.gallery-item-martin
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #fec200 0%, #e7b104 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-if-i-switch
  .gallery-item.gallery-item-jasna
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #fec200 0%, #e7b104 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-if-i-switch
  .gallery-item.gallery-item-rachel
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #ff7e74 0%, #ff459b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-aya
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #00d79e 0%, #00ada2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-tahani
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #fec200 0%, #e7b104 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-khaled
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #6dc5f5 0%, #0085da 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-ziad
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #ff7e74 0%, #ff459b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-fatima
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #ff7e74 0%, #ff459b 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-yazid
  .tile-wrapper
  .section-text
  .name {
  background: -webkit-linear-gradient(0deg, #00d79e 0%, #00ada2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-if-i-switch .gallery-item .tile-wrapper .emoji-item-image {
  margin-top: 10px;
  margin-left: 35px;
}

.t2
  .section-if-i-switch
  .gallery-item.gallery-item-tahani
  .tile-wrapper
  .emoji-item-image {
  margin-top: 10px;
  margin-left: 25px;
}

@media only screen and (max-width: 734px) {
  .t2
    .section-if-i-switch
    .gallery-item.gallery-item-tahani
    .tile-wrapper
    .emoji-item-image {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1064px) {
  .section-if-i-switch .gallery-item .tile-wrapper .emoji-item-image {
    margin-top: 0;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 734px) {
  .t2
    .section-if-i-switch
    .gallery-item.gallery-item-aya
    .tile-wrapper
    .emoji-item-image {
    margin-top: 0;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .section-gallery .gallery-item {
    height: 242px;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .section-gallery .item-container {
    height: 242px;
  }
}

.section-if-i-switch .gallery-item.gallery-item-munira .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/munira_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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-if-i-switch .gallery-item.gallery-item-munira .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/munira_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch .gallery-item.gallery-item-munira .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/munira_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-munira .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/munira_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item.gallery-item-munira .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/munira_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-munira .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/munira_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.section-if-i-switch .gallery-item.gallery-item-martin .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/martin_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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-if-i-switch .gallery-item.gallery-item-martin .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/martin_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch .gallery-item.gallery-item-martin .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/martin_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-martin .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/martin_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item.gallery-item-martin .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/martin_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-martin .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/martin_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.section-if-i-switch .gallery-item.gallery-item-jasna .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/jasna_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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-if-i-switch .gallery-item.gallery-item-jasna .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/jasna_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch .gallery-item.gallery-item-jasna .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/jasna_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-jasna .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/jasna_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item.gallery-item-jasna .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/jasna_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-jasna .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/jasna_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.section-if-i-switch .gallery-item.gallery-item-rachel .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/rachel_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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-if-i-switch .gallery-item.gallery-item-rachel .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/rachel_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .section-if-i-switch .gallery-item.gallery-item-rachel .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/rachel_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-rachel .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/rachel_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .section-if-i-switch .gallery-item.gallery-item-rachel .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/rachel_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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-if-i-switch .gallery-item.gallery-item-rachel .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/rachel_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.t2 .section-if-i-switch .gallery-item.gallery-item-aya .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/aya_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-aya .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/aya_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-aya .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/aya_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-aya .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/aya_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-aya .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/aya_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-aya .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/aya_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.t2 .section-if-i-switch .gallery-item.gallery-item-tahani .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/tahani_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-tahani .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/tahani_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-tahani .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/tahani_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-tahani .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/tahani_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-tahani .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/tahani_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-tahani .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/tahani_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.t2 .section-if-i-switch .gallery-item.gallery-item-khaled .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/khaled_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-khaled .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/khaled_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-khaled .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/khaled_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-khaled .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/khaled_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-khaled .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/khaled_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-khaled .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/khaled_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.t2 .section-if-i-switch .gallery-item.gallery-item-ziad .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/ziad_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-ziad .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/ziad_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-ziad .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/ziad_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-ziad .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/ziad_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-ziad .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/ziad_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-ziad .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/ziad_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.t2 .section-if-i-switch .gallery-item.gallery-item-fatima .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/fatima_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-fatima .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/fatima_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-fatima .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/fatima_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-fatima .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/fatima_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-fatima .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/fatima_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-fatima .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/fatima_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

.t2 .section-if-i-switch .gallery-item.gallery-item-yazid .emoji-item-image {
  background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/yazid_large.png");
  width: 163px;
  height: 144px;
  background-size: 163px 144px;
  background-repeat: no-repeat;
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-yazid .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/yazid_large_2x.png");
    width: 163px;
    height: 144px;
    background-size: 163px 144px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 1068px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-yazid .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/yazid_medium.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-yazid .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/yazid_medium_2x.png");
    width: 126px;
    height: 111px;
    background-size: 126px 111px;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 734px) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-yazid .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/yazid_small.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@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) {
  .t2 .section-if-i-switch .gallery-item.gallery-item-yazid .emoji-item-image {
    background-image: url("/mideast/iphone/switch/r/switchers/images/switchers/emoji/yazid_small_2x.png");
    width: 141px;
    height: 125px;
    background-size: 141px 125px;
    background-repeat: no-repeat;
  }
}

@media only screen and (min-width: 734px) {
  .tile-apple-store .tile-copyblock {
    display: flex;
    flex-direction: column;
    align-items: end;
  }
}

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

#ac-localnav .ac-ln-title,
#ac-localnav .ac-ln-action-button .ac-ln-button {
  direction: rtl;
}

.tile-connectivity .tile-copyblock {
  max-width: 100%;
}

@media only screen and (min-width: 1441px) {
  .section-tiles .tile-panel-content.wide {
      width: 522px;
  }
}

@media only screen and (max-width: 1068px) {
  .section-tiles .tile-panel-content.wide {
      width: 270px;
  }
}