/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/ipad-iphone-banner/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.bannerSlideshow {
  position: relative;
}
.bannerSlideshow .bannerImage {
  opacity: 0;
  transition: opacity 0.3s ease;
  height: 520px;
  width: 100%;
  position: relative;
}
.bannerSlideshow .bannerImage.loaded {
  opacity: 1;
}
@media (max-width: 576px) {
  .bannerSlideshow .bannerImage {
    display: none;
  }
}
.bannerSlideshow .mobile {
  display: none;
  max-width: 100%;
}
@media (max-width: 576px) {
  .bannerSlideshow .mobile {
    display: block;
  }
}
.bannerSlideshow .box {
  position: absolute;
  display: inline-block;
  transition: all 0.2s ease;
  cursor: pointer;
}
.bannerSlideshow .box .buttons {
  position: aboslute;
  top: 0;
  left: 0;
}
.bannerSlideshow .box .buttons span {
  background-color: #282828;
  height: 10px;
  border-radius: 3px;
  position: absolute;
  width: 60px;
  left: 0;
  top: 0;
}
.bannerSlideshow .box .inner {
  background-color: #282828;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.bannerSlideshow .box .inner img {
  max-width: 100%;
  height: auto;
}
.bannerSlideshow .box .inner:before {
  position: absolute;
  content: "";
  width: 1055px;
  background: #fff;
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  height: 400px;
  transform: rotate(45deg);
  opacity: 0.2;
  top: -20px;
  right: -420px;
}
.bannerSlideshow .box .shadow {
  background-color: #000;
  height: 13px;
  width: 100%;
  content: "";
  display: block;
  filter: blur(7px);
  position: absolute;
  z-index: 1;
  opacity: 0.4;
  bottom: 0;
}
.bannerSlideshow .box.ipad {
  transform: scale(0.56);
  left: -180px;
  top: -207px;
  z-index: 3;
  cursor: default;
}
.bannerSlideshow .box.ipad .buttons span.onOff {
  left: -28px;
  top: 110px;
  transform: rotate(-90deg);
}
.bannerSlideshow .box.ipad .buttons span.loud {
  top: -3px;
  left: 70px;
}
.bannerSlideshow .box.ipad .buttons span.soft {
  top: -3px;
  left: 140px;
}
.bannerSlideshow .box.ipad .inner {
  border-radius: 50px;
  padding: 30px 30px 25px 30px;
  display: inline-block;
}
.bannerSlideshow .box.ipad .inner video {
  width: 1280px;
  border-radius: 30px;
}
.bannerSlideshow .box.ipad .inner img {
  border-radius: 30px;
}
.bannerSlideshow .box.iphone {
  left: 556px;
  top: -381px;
  transform: scale(0.3);
  z-index: 2;
}
.bannerSlideshow .box.iphone .buttons span.onOff {
  left: auto;
  top: 240px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  right: -69px;
  transform: rotate(-90deg);
  width: 140px;
}
.bannerSlideshow .box.iphone .buttons span.loud {
  top: 197px;
  left: -29px;
  transform: rotate(-90deg);
}
.bannerSlideshow .box.iphone .buttons span.soft {
  top: 267px;
  left: -29px;
  transform: rotate(-90deg);
}
.bannerSlideshow .box.iphone .inner {
  border-radius: 45px;
  padding: 15px 15px 10px 15px;
  display: inline-block;
}
.bannerSlideshow .box.iphone .inner:before {
  top: -200px;
}
.bannerSlideshow .box.iphone .inner video {
  width: 592px;
  border-radius: 30px;
}
.bannerSlideshow .box.iphone .inner img {
  border-radius: 30px;
}
@media (max-width: 767px) {
  .bannerSlideshow .bannerImage {
    height: 310px;
  }
}
.bannerSlideshow .bannerImage.phoneFront .box.ipad {
  cursor: pointer;
  transform: scale(0.4);
  z-index: 2;
  top: -160px;
}
@media (max-width: 1199px) {
  .bannerSlideshow .bannerImage.phoneFront .box.ipad {
    left: -260px;
  }
}
@media (max-width: 991px) {
  .bannerSlideshow .bannerImage.phoneFront .box.ipad {
    left: -356px;
    top: -190px;
  }
}
@media (max-width: 767px) {
  .bannerSlideshow .bannerImage.phoneFront .box.ipad {
    left: -443px;
    top: -323px;
    transform: scale(0.25);
  }
}
@media (max-width: 576px) {
  .bannerSlideshow .bannerImage.phoneFront .box.ipad {
    display: none;
  }
}
.bannerSlideshow .bannerImage.phoneFront .box.iphone {
  cursor: default;
  transform: scale(0.43);
  left: 410px;
  top: -363px;
  z-index: 3;
}
@media (max-width: 1199px) {
  .bannerSlideshow .bannerImage.phoneFront .box.iphone {
    left: 359px;
  }
}
@media (max-width: 991px) {
  .bannerSlideshow .bannerImage.phoneFront .box.iphone {
    left: 210px;
    top: -383px;
    transform: scale(0.4);
  }
}
@media (max-width: 767px) {
  .bannerSlideshow .bannerImage.phoneFront .box.iphone {
    left: 60px;
    top: -501px;
    transform: scale(0.25);
  }
}
@media (max-width: 576px) {
  .bannerSlideshow .bannerImage.phoneFront .box.iphone {
    display: none;
  }
}
@media (max-width: 1199px) {
  .bannerSlideshow .bannerImage.ipadFront .box.ipad {
    eft: -240px;
  }
}
@media (max-width: 991px) {
  .bannerSlideshow .bannerImage.ipadFront .box.ipad {
    left: -386px;
    top: -280px;
    transform: scale(0.4);
  }
}
@media (max-width: 767px) {
  .bannerSlideshow .bannerImage.ipadFront .box.ipad {
    left: -460px;
    top: -337px;
    transform: scale(0.3);
  }
}
@media (max-width: 576px) {
  .bannerSlideshow .bannerImage.ipadFront .box.ipad {
    display: none;
  }
}
@media (max-width: 1199px) {
  .bannerSlideshow .bannerImage.ipadFront .box.iphone {
    left: 470px;
  }
}
@media (max-width: 991px) {
  .bannerSlideshow .bannerImage.ipadFront .box.iphone {
    left: 290px;
    transform: scale(0.25);
    top: -453px;
  }
}
@media (max-width: 767px) {
  .bannerSlideshow .bannerImage.ipadFront .box.iphone {
    left: 129px;
    top: -507px;
    transform: scale(0.2);
  }
}
@media (max-width: 576px) {
  .bannerSlideshow .bannerImage.ipadFront .box.iphone {
    display: none;
  }
}

.section__welcome {
  margin-bottom: 110px;
}
@media (max-width: 992px) {
  .section__welcome {
    margin-bottom: 40px;
  }
}
.section__welcome .productHunt {
  margin-top: 30px;
}
.section__welcome .section__welcome__content {
  text-align: center;
}
@media (max-width: 992px) {
  .section__welcome .section__welcome__content {
    max-width: 100%;
    margin-top: 10px;
    text-align: center;
  }
}
.section__welcome .displayMobile {
  display: none;
  max-width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .section__welcome .displayMobile {
    display: block;
  }
}
@media (max-width: 768px) {
  .section__welcome .displayMobile {
    display: block;
  }
}

.section__welcome__slides__desktop {
  position: relative;
  right: 0;
  top: 20px;
  width: 775px;
  height: 500px;
  left: 22%;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .section__welcome__slides__desktop {
    left: 0;
    top: 0;
    left: 0;
    position: relative;
    transform: scale(0.8);
    margin: 0 auto;
    height: 500px;
    display: none;
  }
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop {
    height: 270px;
    margin-bottom: 40px;
    display: none;
  }
}
.section__welcome__slides__desktop .bannerImage {
  position: absolute;
}
.section__welcome__slides__desktop .bannerImage * {
  transition: all 0.2s ease;
}
.section__welcome__slides__desktop .bannerImage .enlarge {
  top: 41%;
  left: 33.5%;
  vertical-align: middle;
  position: absolute;
  transition: all 0.2s ease;
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage .enlarge {
    top: 35%;
  }
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage .enlarge .enlargeIcon {
    height: 45px;
    width: 45px;
  }
}
.section__welcome__slides__desktop .bannerImage .iphone,
.section__welcome__slides__desktop .bannerImage .ipad {
  position: absolute;
}
.section__welcome__slides__desktop .bannerImage.phoneFront {
  position: relative;
  height: 505px;
}
.section__welcome__slides__desktop .bannerImage.phoneFront .iphone,
.section__welcome__slides__desktop .bannerImage.phoneFront .iphone > img {
  height: 495px;
  right: 280px;
  z-index: 52;
}
@media (max-width: 992px) {
  .section__welcome__slides__desktop .bannerImage.phoneFront .iphone,
  .section__welcome__slides__desktop .bannerImage.phoneFront .iphone > img {
    height: 495px;
    right: 138px;
  }
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.phoneFront .iphone,
  .section__welcome__slides__desktop .bannerImage.phoneFront .iphone > img {
    right: 481px;
    height: 285px;
    top: 26px;
  }
}
.section__welcome__slides__desktop .bannerImage.phoneFront .iphone .enlarge {
  opacity: 0;
  height: 66px;
  width: 66px;
}
.section__welcome__slides__desktop .bannerImage.phoneFront .ipad,
.section__welcome__slides__desktop .bannerImage.phoneFront .ipad > img {
  height: 376px;
  top: 67px;
  z-index: 50;
  cursor: pointer;
  left: -70px;
}
@media (max-width: 992px) {
  .section__welcome__slides__desktop .bannerImage.phoneFront .ipad,
  .section__welcome__slides__desktop .bannerImage.phoneFront .ipad > img {
    left: 49px;
  }
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.phoneFront .ipad,
  .section__welcome__slides__desktop .bannerImage.phoneFront .ipad > img {
    left: -70px;
    height: 216px;
  }
}
.section__welcome__slides__desktop .bannerImage.phoneFront .ipad .enlarge {
  z-index: 55;
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.phoneFront .ipad .enlarge {
    top: 39%;
    left: 35.5%;
  }
}
.section__welcome__slides__desktop .bannerImage.phoneFront .ipad .enlarge .enlargeIcon {
  height: 66px;
  width: 66px;
  background-size: 100%;
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.phoneFront .ipad .enlarge .enlargeIcon {
    height: 45px;
    width: 45px;
  }
}
.section__welcome__slides__desktop .bannerImage.phoneFront .ipad:hover img {
  display: block;
  transform: scale(1.05);
}
.section__welcome__slides__desktop .bannerImage.phoneFront .ipad:hover .enlargeIcon {
  transform: scale(1.05);
}
.section__welcome__slides__desktop .bannerImage.ipadFront {
  position: relative;
  height: 545px;
}
.section__welcome__slides__desktop .bannerImage.ipadFront .enlarge {
  left: 35.5%;
}
.section__welcome__slides__desktop .bannerImage.ipadFront .enlarge .enlargeIcon {
  height: 66px;
  width: 66px;
  background-size: 100%;
  z-index: 55;
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.ipadFront .enlarge .enlargeIcon {
    height: 45px;
    width: 45px;
  }
}
.section__welcome__slides__desktop .bannerImage.ipadFront .ipad,
.section__welcome__slides__desktop .bannerImage.ipadFront .ipad img {
  top: 0;
  z-index: 50;
  left: -70px;
  height: 502px;
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.ipadFront .ipad,
  .section__welcome__slides__desktop .bannerImage.ipadFront .ipad img {
    left: -109px;
    height: 280px;
  }
}
.section__welcome__slides__desktop .bannerImage.ipadFront .ipad .enlarge {
  opacity: 0;
}
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone,
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone img {
  height: 410px;
  right: 40px;
  z-index: 49;
  cursor: pointer;
  top: 44px;
}
@media (max-width: 768px) {
  .section__welcome__slides__desktop .bannerImage.ipadFront .iphone,
  .section__welcome__slides__desktop .bannerImage.ipadFront .iphone img {
    height: 230px;
    right: 439px;
    top: 24px;
  }
}
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone:hover img,
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone img:hover img {
  display: block;
  transform: scale(1.05);
}
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone:hover .enlarge,
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone img:hover .enlarge {
  z-index: 55;
}
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone:hover .enlarge .enlargeIcon,
.section__welcome__slides__desktop .bannerImage.ipadFront .iphone img:hover .enlarge .enlargeIcon {
  transform: scale(1.05);
  height: 66px;
  width: 66px;
  z-index: 55;
}

/*# sourceMappingURL=style-index.css.map*/