* {
  box-sizing: border-box;
}

a.blocklinklolhtmlisagarbagefire {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

html {
  background: black;
  color: white;
  font-family: "Poppins";
  font-style: normal;
  line-height: 1.7;
  overflow-x: hidden;
}

body {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 900px) {
  body {
    margin-top: 80px;
  }
}
@media (max-width: 900px) {
  body {
    padding: 32px;
  }
}

@media (max-width: 900px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 900px) {
  .mobile {
    display: none;
  }
}
.notice {
  display: inline-block;
  padding: 1px 12px;
  margin-left: 0.7em;
  background: #FFC61A;
  border-radius: 34px;
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: initial;
  color: #17171A;
  text-transform: none;
  margin-bottom: -2em;
}

header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 128px;
  padding: 24px;
  background: black;
}
@media (max-width: 900px) {
  header {
    height: 80px;
    opacity: 0;
    transition: opacity 500ms;
  }
  header.stuck {
    opacity: 1;
  }
}
header .constrained {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin: 0 auto;
}
@media (min-width: 900px) {
  header .constrained {
    width: 900px;
  }
}
header .logo a {
  display: inline-block;
  color: transparent;
  text-indent: -5000em;
  width: 140px;
  height: 32px;
  background-image: url(photologosmall.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  header .logo a {
    background-image: url(photologosmall@2x.png);
    -webkit-background-size: 140px 32px;
    -moz-background-size: 140px 32px;
    -o-background-size: 140px 32px;
    background-size: 140px 32px;
  }
}
header .tabs {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .tabs .tab {
  padding: 0 1.5em;
  text-transform: uppercase;
  height: 24px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.23em;
}
@media (max-width: 900px) {
  header .tabs .tab.app, header .tabs .tab.support {
    display: none;
  }
}
header .tabs .tab a {
  color: #FFFFFF;
  opacity: 0.5;
  text-decoration: none;
}
header .tabs .tab.selected a {
  opacity: 1;
}

.hero {
  margin: 50px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .hero {
    display: flex !important;
    align-items: center;
    display: block;
    max-width: 900px;
    max-height: 640px;
    width: 100%;
    height: 640px;
    margin: 0 auto;
    background-image: url(gradient.png);
    background-repeat: no-repeat;
    background-position: center center;
  }
}
@media only screen and (min-width: 900px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 900px) and (-moz-min-device-pixel-ratio: 2), only screen and (min-width: 900px) and (-o-min-device-pixel-ratio: 2/1), only screen and (min-width: 900px) and (min-device-pixel-ratio: 2), only screen and (min-width: 900px) and (min-resolution: 192dpi), only screen and (min-width: 900px) and (min-resolution: 2dppx) {
  .hero {
    background-image: url(gradient@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  .hero .slice {
    max-width: calc(50% - 30px);
  }
}
.hero .info * {
  margin: 25px 0;
}
@media (max-width: 900px) {
  .hero .info {
    margin-top: 3em;
  }
}
.hero .info .logo {
  margin: 0;
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 330px;
  max-height: 292px;
  aspect-ratio: 1.1301369863;
  background-image: url(photoherologo.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 330px;
  margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hero .info .logo {
    background-image: url(photoherologo@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (max-width: 900px) {
  .hero .info .logo {
    width: 80%;
  }
}
.hero .fancy {
  position: relative;
}
@media (min-width: 900px) {
  .hero .fancy {
    height: 498px;
  }
}
.hero .fancy .screenshot {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 775px;
  max-height: 498px;
  aspect-ratio: 1.5562248996;
  background-image: url(heroscreen.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .hero .fancy .screenshot {
    background-image: url(heroscreen@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  .hero .fancy .screenshot {
    position: absolute;
    top: 30px;
    left: 0;
    width: 775px;
  }
}
@media (max-width: 900px) {
  .hero .fancy .screenshot {
    width: 100%;
    margin: 0 auto;
    position: relative;
    left: -3%;
  }
}

.trynow {
  margin: 50px 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 32px;
}
@media (min-width: 900px) {
  .trynow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 124px;
    padding: 40px 64px;
  }
}
@media (max-width: 900px) {
  .trynow {
    text-align: center;
    padding: 20px 9px;
  }
  .trynow div {
    display: block;
    margin: 10px auto;
  }
}
.trynow .logo {
  display: inline-block;
  color: transparent;
  text-indent: -5000em;
  width: 140px;
  height: 32px;
  background-image: url(photologosmall.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .trynow .logo {
    background-image: url(photologosmall@2x.png);
    -webkit-background-size: 140px 32px;
    -moz-background-size: 140px 32px;
    -o-background-size: 140px 32px;
    background-size: 140px 32px;
  }
}
.trynow .hey {
  height: 32px;
  line-height: 37px;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: linear-gradient(165.35deg, #FFFFFF 23.87%, rgba(255, 255, 255, 0.5) 75.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.appstore {
  display: inline-block;
  color: transparent;
  text-indent: -5000em;
  width: 136px;
  height: 42px;
  background-image: url(badgeAppStore.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .appstore {
    background-image: url(badgeAppStore@2x.png);
    -webkit-background-size: 136px 42px;
    -moz-background-size: 136px 42px;
    -o-background-size: 136px 42px;
    background-size: 136px 42px;
  }
}
.appstore a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}

.featured {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 900px) {
  .featured {
    flex-wrap: wrap;
  }
}
.featured > div {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 2px;
  text-align: center;
  line-height: 28px;
}
@media (max-width: 900px) {
  .featured > div {
    width: 50%;
    padding: 40px 0;
  }
}
.featured > div .icon {
  display: block;
  margin: 0 auto 15px auto;
  width: 72px;
  height: 72px;
  background-color: white;
  border-radius: 50%;
}
.featured > div.new:after {
  content: "New";
  padding: 2px 6px 0px 6px;
  margin-left: 0.7em;
  vertical-align: middle;
  background: #FFC61A;
  border-radius: 34px;
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: initial;
  color: #17171A;
  text-transform: none;
}
.featured > div.manual .icon {
  background-image: url(Icons/Manual.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featured > div.manual .icon {
    background-image: url(Icons/Manual@2x.png);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.featured > div.raw .icon {
  background-image: url(Icons/RAW.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featured > div.raw .icon {
    background-image: url(Icons/RAW@2x.png);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.featured > div.aids .icon {
  background-image: url("Icons/Aids.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featured > div.aids .icon {
    background-image: url("Icons/Aids@2x.png");
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.featured > div.preview .icon {
  background-image: url(Icons/Preview.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featured > div.preview .icon {
    background-image: url(Icons/Preview@2x.png);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}
.featured > div.usb .icon {
  background-image: url(Icons/USB.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .featured > div.usb .icon {
    background-image: url(Icons/USB@2x.png);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
  }
}

section {
  margin: 50px 0;
}
@media (max-width: 900px) {
  section {
    text-align: center;
  }
}
section h2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: linear-gradient(165.35deg, #FFFFFF 23.87%, rgba(255, 255, 255, 0.5) 75.23%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
section ul {
  display: block;
  list-style-type: none;
  text-align: center;
  padding: 0;
}
section ul li {
  display: inline-block;
  border: 1px solid white;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  padding: 0 10px;
  margin: 0.3em;
}
section ul li .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 0.5em;
  position: relative;
  top: -0.1em;
}
section ul li.lens .icon {
  background-image: url("small-icons/lens-normal.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.lens .icon {
    background-image: url("small-icons/lens-normal@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.focus .icon {
  background-image: url("small-icons/focus.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.focus .icon {
    background-image: url("small-icons/focus@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.exposure .icon {
  background-image: url("small-icons/exposure.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.exposure .icon {
    background-image: url("small-icons/exposure@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.whitebalance .icon {
  background-image: url("small-icons/whiteBalance.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.whitebalance .icon {
    background-image: url("small-icons/whiteBalance@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.format .icon {
  background-image: url("small-icons/formats.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.format .icon {
    background-image: url("small-icons/formats@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.manualpriority .icon {
  background-image: url("small-icons/manual-priority.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.manualpriority .icon {
    background-image: url("small-icons/manual-priority@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.clipping .icon {
  background-image: url("small-icons/clipping.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.clipping .icon {
    background-image: url("small-icons/clipping@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.peaking .icon {
  background-image: url("small-icons/focusPeaking.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.peaking .icon {
    background-image: url("small-icons/focusPeaking@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.loupe .icon {
  background-image: url("small-icons/focus-loupe.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.loupe .icon {
    background-image: url("small-icons/focus-loupe@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.histogram .icon {
  background-image: url("small-icons/histogram.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.histogram .icon {
    background-image: url("small-icons/histogram@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.grid .icon {
  background-image: url("small-icons/grid.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.grid .icon {
    background-image: url("small-icons/grid@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.level .icon {
  background-image: url("small-icons/level.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.level .icon {
    background-image: url("small-icons/level@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.flash .icon {
  background-image: url("small-icons/flashOn.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section ul li.flash .icon {
    background-image: url("small-icons/flashOn@2x.png");
    -webkit-background-size: 20px 20px;
    -moz-background-size: 20px 20px;
    -o-background-size: 20px 20px;
    background-size: 20px 20px;
  }
}
section ul li.new {
  padding-right: 6px;
}
section ul li.new:after {
  content: "New";
  padding: 2px 6px 0px 6px;
  margin-left: 0.7em;
  vertical-align: middle;
  background: #FFC61A;
  border-radius: 34px;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: initial;
  color: #17171A;
  text-transform: none;
}
section.horiz {
  text-align: center;
}
section.manual .screenshot {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 795px;
  max-height: 405px;
  aspect-ratio: 1.962962963;
  background-image: url(tempTintScreen.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.manual .screenshot {
    background-image: url(tempTintScreen@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  section.manual .screenshot {
    margin: 0 auto;
    width: 795px;
  }
}
@media (max-width: 900px) {
  section.manual .screenshot {
    width: 100%;
  }
}
@media (min-width: 900px) {
  section.left, section.right {
    display: flex;
    align-items: center;
  }
  section.reverse {
    flex-direction: row-reverse;
  }
  section.left .info {
    padding-left: 64px;
  }
  section.right .info {
    padding-right: 64px;
  }
}
section.raw {
  text-align: center;
}
section.raw .screenshot {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 450px;
  max-height: 682px;
  aspect-ratio: 0.6598240469;
  background-image: url(formats.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.raw .screenshot {
    background-image: url(formats@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  section.raw .screenshot {
    width: 450px;
  }
}
@media (max-width: 900px) {
  section.raw .screenshot {
    width: 100%;
    margin: 0 auto;
  }
}
section.raw .formaticons {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 428px;
  max-height: 41px;
  aspect-ratio: 10.4390243902;
  background-image: url(formaticons.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.raw .formaticons {
    background-image: url(formaticons@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  section.raw .formaticons {
    width: 428px;
  }
}
@media (max-width: 900px) {
  section.raw .formaticons {
    width: 100%;
    margin: 0 auto;
  }
}
section.browser .screenshot {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 450px;
  max-height: 682px;
  aspect-ratio: 0.6598240469;
  background-image: url(browser.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.browser .screenshot {
    background-image: url(browser@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  section.browser .screenshot {
    width: 450px;
  }
}
@media (max-width: 900px) {
  section.browser .screenshot {
    width: 100%;
    margin: 0 auto;
  }
}
section.peaking .screenshot {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 450px;
  max-height: 682px;
  aspect-ratio: 0.6598240469;
  background-image: url(peaking.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.peaking .screenshot {
    background-image: url(peaking@2x.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  section.peaking .screenshot {
    width: 450px;
  }
}
@media (max-width: 900px) {
  section.peaking .screenshot {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 900px) {
  section.studio .screenarea {
    position: relative;
    width: 600px;
    height: 354px;
  }
}
section.studio .screenshot {
  display: block;
  color: transparent;
  text-indent: -5000em;
  max-width: 756px;
  max-height: 959px;
  aspect-ratio: 0.7883211679;
  background-image: url(studio.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  section.studio .screenshot {
    background-image: url(studio@2x.jpg);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
  }
}
@media (min-width: 900px) {
  section.studio .screenshot {
    position: absolute;
    top: -200px;
    left: 0;
    width: 600px;
  }
}
@media (max-width: 900px) {
  section.studio .screenshot {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  section.usb .screenshot img {
    width: 100%;
    height: auto;
  }
}

.speedtest {
  width: 100%;
  clear: both;
  margin-top: 32px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 32px;
  padding: 44px 47px;
}
@media (min-width: 800px) {
  .speedtest {
    display: flex;
    align-items: center;
  }
  .speedtest .icon {
    margin-right: 24px;
    width: 108px !important;
  }
  .speedtest .get {
    margin-left: 1em;
  }
}
@media (max-width: 800px) {
  .speedtest {
    text-align: center;
  }
  .speedtest .icon {
    margin-bottom: 2em;
  }
  .speedtest .get {
    margin-top: 2em;
  }
}
.speedtest .icon {
  display: inline-block;
  color: transparent;
  text-indent: -5000em;
  width: 80px;
  height: 81px;
  background-image: url("speedtest-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .speedtest .icon {
    background-image: url("speedtest-icon@2x.png");
    -webkit-background-size: 80px 81px;
    -moz-background-size: 80px 81px;
    -o-background-size: 80px 81px;
    background-size: 80px 81px;
  }
}
.speedtest .name {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}
.speedtest .name.new:after {
  content: "New";
  padding: 2px 6px 0px 6px;
  margin-left: 0.7em;
  vertical-align: middle;
  background: #FFC61A;
  border-radius: 34px;
  font-weight: 600;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: initial;
  color: #17171A;
  text-transform: none;
}
.speedtest p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: rgba(161, 161, 179, 0.95);
}
.speedtest p strong {
  color: white;
}
.speedtest a {
  background: rgba(138, 138, 153, 0.4);
  border-radius: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  text-decoration: none;
  padding: 4px 20px;
}

footer {
  margin: 50px 0;
  text-align: center;
}
footer p {
  display: inline-block;
  color: transparent;
  text-indent: -5000em;
  width: 145px;
  height: 48px;
  background-image: url(latenitesoft.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  footer p {
    background-image: url(latenitesoft@2x.png);
    -webkit-background-size: 145px 48px;
    -moz-background-size: 145px 48px;
    -o-background-size: 145px 48px;
    background-size: 145px 48px;
  }
}

/*# sourceMappingURL=front.css.map */
