/*! Devices.css v0.2.0 MIT, scoped subset; see docs/DEVICES-LICENSE.txt */
.uah-service-page .device,
.uah-service-page .device::before,
.uah-service-page .device::after,
.uah-service-page .device *,
.uah-service-page .device *::before,
.uah-service-page .device *::after{
  box-sizing: border-box;
  
}
.uah-service-page .device{
  position: relative;
  transform: scale(1);
  z-index: 1;
}
.uah-service-page .device .device-frame{
  z-index: 1;
}
.uah-service-page .device .device-screen{
  background-color: #000;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}
.uah-service-page .device-iphone-14-pro{
  height: 868px;
  width: 428px;
}
.uah-service-page .device-iphone-14-pro .device-frame{
  background: #010101;
  border: 1px solid #1b1721;
  border-radius: 68px;
  box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 6px #342c3f;
  height: 868px;
  padding: 19px;
  width: 428px;
}
.uah-service-page .device-iphone-14-pro .device-screen{
  border-radius: 49px;
  height: 830px;
  width: 390px;
}
.uah-service-page .device-iphone-14-pro .device-stripe::after,
.uah-service-page .device-iphone-14-pro .device-stripe::before{
  border: solid rgba(1, 1, 1, .25);
  border-width: 0 7px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}
.uah-service-page .device-iphone-14-pro .device-stripe::after{
  top: 85px;
}
.uah-service-page .device-iphone-14-pro .device-stripe::before{
  bottom: 85px;
}
.uah-service-page .device-iphone-14-pro .device-header{
  background: #010101;
  border-radius: 20px;
  height: 35px;
  left: 50%;
  margin-left: -60px;
  position: absolute;
  top: 29px;
  width: 120px;
}
.uah-service-page .device-iphone-14-pro .device-sensors::after,
.uah-service-page .device-iphone-14-pro .device-sensors::before{
  content: "";
  position: absolute;
}
.uah-service-page .device-iphone-14-pro .device-sensors::after{
  background: #010101;
  border-radius: 17px;
  height: 33px;
  left: 50%;
  margin-left: -60px;
  top: 30px;
  width: 74px;
}
.uah-service-page .device-iphone-14-pro .device-sensors::before{
  background: radial-gradient(farthest-corner at 20% 20%, #6074bf 0, transparent 40%), radial-gradient(farthest-corner at 80% 80%, #513785 0, #24555e 20%, transparent 50%);
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(255, 255, 255, .05);
  height: 9px;
  left: 50%;
  margin-left: 36px;
  top: 42px;
  width: 9px;
}
.uah-service-page .device-iphone-14-pro .device-btns{
  background: #1b1721;
  border-radius: 2px;
  height: 32px;
  left: -2px;
  position: absolute;
  top: 115px;
  width: 3px;
}
.uah-service-page .device-iphone-14-pro .device-btns::after,
.uah-service-page .device-iphone-14-pro .device-btns::before{
  background: #1b1721;
  border-radius: 2px;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  width: 3px;
}
.uah-service-page .device-iphone-14-pro .device-btns::after{
  top: 60px;
}
.uah-service-page .device-iphone-14-pro .device-btns::before{
  top: 140px;
}
.uah-service-page .device-iphone-14-pro .device-power{
  background: #1b1721;
  border-radius: 2px;
  height: 100px;
  position: absolute;
  right: -2px;
  top: 200px;
  width: 3px;
}
.uah-service-page .device-iphone-14-pro .device-home::after,
.uah-service-page .device-iphone-14-pro .device-home::before{
  border: solid rgba(1, 1, 1, .25);
  border-width: 6px 0;
  content: "";
  height: 6px;
  position: absolute;
  width: 6px;
  z-index: 9;
}
.uah-service-page .device-iphone-14-pro .device-home::after{
  right: 86px;
  top: 0;
}
.uah-service-page .device-iphone-14-pro .device-home::before{
  bottom: 0;
  left: 86px;
}