@charset "UTF-8";
1&display=swap");
body.overflow {
  overflow-y: hidden;
}

.ba-slider {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0px;
  line-height: 0px;
}

.skew-mode .ba-slider {
  overflow: hidden;
}

.ba-slider__cont {
  position: relative;
  width: 100%;
  height: auto;
}

.ba-slider img {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
}

.ba-slider__after {
  overflow: hidden;
  z-index: 3;
  border-left: 2px solid #ffffff;
}

.ba-slider__after, .ba-slider__fake {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.skew-mode .ba-slider__after, .skew-mode .ba-slider__fake {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transform-origin: left bottom 0px;
  -ms-transform-origin: left bottom 0px;
  transform-origin: left bottom 0px;
}

.ba-slider__after:after, .ba-slider__fake:after {
  content: "After";
  cursor: pointer;
  width: 100px;
  height: 28px;
  border: 0;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  padding: 0 10px;
  color: #171717;
  font-family: "Roobert", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  border-radius: 0px 0px 10px 0px;
}

.skew-mode .ba-slider__after:after, .skew-mode .ba-slider__fake:after {
  display: none;
}

.ba-slider__fake {
  z-index: 2;
  border-left: 2px solid transparent;
}

.ba-slider__fake:after {
  content: "Before";
  z-index: 2;
  left: -100px;
  border-radius: 0px 0px 0px 10px;
}

.skew-mode .ba-slider__fake:after {
  display: none;
}

.ba-slider__after img {
  position: absolute;
  width: 730px;
  height: 100%;
  min-height: 100%;
}

.skew-mode .ba-slider__after img {
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  -webkit-transform-origin: left bottom 0px;
  -ms-transform-origin: left bottom 0px;
  transform-origin: left bottom 0px;
}

body.overflow {
  overflow-y: hidden;
}

.ba-slider-new {
  position: relative;
  width: 100%;
  height: 100%;
}

.ba-slider-new__cont {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ba-slider-new__img,
.ba-slider-new img {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}

.ba-slider-new__img {
  background-size: cover;
  background-position: center;
  height: 700px;
}

@media (max-width: 1799px) {
  .ba-slider-new__img {
    height: 522px;
  }
}

@media (max-width: 767px) {
  .ba-slider-new__img {
    height: 400px;
  }
}

.ba-slider-new .ba-slider-new__fake {
  border: none;
  z-index: 3;
}

.ba-slider-new .ba-slider-new__after {
  border: none;
  overflow: hidden;
  z-index: 3;
}

.ba-slider-new .ba-slider-new__after:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 1px;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.7);
}

.ba-slider-new__after::after, .ba-slider-new__fake::after {
  display: none;
}

.ba-slider-new__label {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  left: 0;
  width: auto;
  background: transparent;
  min-width: 50px;
  font-size: 12px;
  white-space: nowrap;
  height: 20px;
  margin: auto;
  padding: 0 10px;
  border-radius: 0;
  color: #fff;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  opacity: .7;
}

.ba-slider-new__label_before {
  background: transparent;
  color: #fff;
  right: 100%;
  left: auto;
  min-width: 50px;
  text-align: center;
}

.ba-slider-new__after, .ba-slider-new__fake {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.ba-slider-new__after .ba-slider-new__img,
.ba-slider-new__after img {
  position: absolute;
  width: 730px;
  height: 100%;
  min-height: 100%;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(./ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.sk-h1, .sk-h2, .sk-h3, .sk-h4, .sk-h5, .sk-h6 {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

.sk-h1 b, .sk-h1 strong, .sk-h2 b, .sk-h2 strong, .sk-h3 b, .sk-h3 strong, .sk-h4 b, .sk-h4 strong, .sk-h5 b, .sk-h5 strong, .sk-h6 b, .sk-h6 strong {
  font-weight: 700;
}

@media (min-width: 1280px) {
  .sk-grid-big .container {
    max-width: 1280px;
  }
}

@media (min-width: 1800px) {
  .sk-grid-big .container {
    max-width: 1730px;
  }
}

.sk-h1 {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: -0.03em;
}

@media (max-width: 1799px) {
  .sk-h1 {
    font-size: 42px;
    line-height: 1.1;
  }
}

@media (max-width: 767px) {
  .sk-h1 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .sk-h1 br {
    display: none;
  }
}

.sk-h1-big-sm {
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

@media (max-width: 1799px) {
  .sk-h1-big-sm {
    font-size: 70px;
  }
}

@media (max-width: 1279px) {
  .sk-h1-big-sm {
    font-size: 58px;
  }
}

@media (max-width: 767px) {
  .sk-h1-big-sm {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .sk-h1-big-sm {
    font-size: 36px;
  }
}

.sk-h1-big-md {
  font-size: 160px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

@media (max-width: 1799px) {
  .sk-h1-big-md {
    font-size: 120px;
  }
}

@media (max-width: 1279px) {
  .sk-h1-big-md {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  .sk-h1-big-md {
    font-size: 50px;
  }
}

@media (max-width: 575px) {
  .sk-h1-big-md {
    font-size: 40px;
  }
}

.sk-h1-big {
  font-size: 230px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

@media (max-width: 1799px) {
  .sk-h1-big {
    font-size: 180px;
  }
}

@media (max-width: 1279px) {
  .sk-h1-big {
    font-size: 120px;
  }
}

@media (max-width: 767px) {
  .sk-h1-big {
    font-size: 70px;
  }
}

@media (max-width: 575px) {
  .sk-h1-big {
    font-size: 50px;
  }
}

.sk-h1_of_b {
  padding-bottom: 40px;
}

@media (max-width: 1799px) {
  .sk-h1_of_b {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .sk-h1_of_b {
    padding-bottom: 15px;
  }
}

.sk-h2 {
  font-size: 40px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .sk-h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .sk-h2 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  .sk-h2 br {
    display: none;
  }
}

.sk-h2_of_b {
  padding-bottom: 30px;
}

@media (max-width: 1279px) {
  .sk-h2_of_b {
    padding-bottom: 20px;
  }
}

.sk-h2_of_b_large {
  padding-bottom: 50px;
}

@media (max-width: 1279px) {
  .sk-h2_of_b_large {
    padding-bottom: 40px;
  }
}

.sk-h3 {
  font-size: 35px;
  font-weight: 600;
}

@media (max-width: 1279px) {
  .sk-h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .sk-h3 {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .sk-h3 br {
    display: none;
  }
}

.sk-h3_of_b {
  padding-bottom: 20px;
}

@media (max-width: 1279px) {
  .sk-h3_of_b {
    padding-bottom: 10px;
  }
}

.sk-h4 {
  font-size: 24px;
  font-weight: 700;
}

@media (max-width: 1279px) {
  .sk-h4 {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .sk-h4 {
    font-size: 15px;
  }
}

.sk-h4_of_b {
  padding-bottom: 20px;
}

@media (max-width: 1279px) {
  .sk-h4_of_b {
    padding-bottom: 10px;
  }
}

.sk-subtitle {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 36px;
  line-height: 1.35;
  font-weight: 400;
}

@media (max-width: 1279px) {
  .sk-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .sk-subtitle {
    font-size: 20px;
  }
}

.sk-subtitle_of_b_large {
  padding-bottom: 30px;
}

@media (max-width: 1279px) {
  .sk-subtitle_of_b_large {
    padding-bottom: 20px;
  }
}

.sk-subtitle b, .sk-subtitle strong {
  font-weight: 700;
}

.sk-text {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
}

@media (max-width: 1279px) {
  .sk-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sk-text {
    font-size: 15px;
    line-height: 26px;
  }
}

.sk-text_s_sm {
  font-size: 15px;
}

@media (max-width: 1279px) {
  .sk-text_s_sm {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sk-text_s_sm {
    font-size: 13px;
  }
}

.sk-text_s_xs {
  font-size: 12px;
  line-height: 1.2;
}

.sk-text_type_gray {
  color: #B3AABE;
}

.sk-text b, .sk-text strong {
  font-weight: 700;
}

.sk-text-caption {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 1279px) {
  .sk-text-caption {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .sk-text-caption {
    font-size: 14px;
  }
}

.sk-text-caption_s_sm {
  font-size: 15px;
}

@media (max-width: 1279px) {
  .sk-text-caption_s_sm {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .sk-text-caption_s_sm {
    font-size: 13px;
  }
}

.sk-text-caption_s_xs {
  font-size: 13px;
}

@media (max-width: 1279px) {
  .sk-text-caption_s_xs {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .sk-text-caption_s_xs {
    font-size: 12px;
  }
}

.sk-text-caption b, .sk-text-caption strong {
  font-weight: 700;
}

.sk-figure {
  display: block;
}

.sk-figure img, .sk-figure svg {
  display: block;
  width: 100%;
}

.sk-btn {
  position: relative;
  z-index: 1;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  padding: 10px 25px;
  border-radius: 40px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  min-width: 175px;
}

@media (max-width: 767px) {
  .sk-btn {
    display: inline-block;
    width: auto;
    min-width: 160px;
  }
}

@media (max-width: 575px) {
  .sk-btn {
    width: 100%;
  }
}

.sk-btn_type_primary {
  min-width: 205px;
  margin-bottom: 10px;
  border: none;
  color: #000;
  background: #ffa800;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sk-btn_type_primary:hover {
  color: black;
  background: rgba(255, 168, 0, 0.8);
}

.sk-btn_sale_secondary {
  padding: 0;
  letter-spacing: 0.08em;
}

.sk-btn_sale_secondary:hover span {
  color: #13122A;
  background: #fff;
}

.sk-btn_sale_secondary:before {
  content: '';
  position: absolute;
  display: inline-block;
  z-index: -1;
  top: -4px;
  left: -3px;
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -webkit-calc(100% + 8px);
  height: calc(100% + 8px);
  background: -webkit-gradient(linear, left top, right top, from(#5ad7ff), color-stop(41%, #0086d7), color-stop(61%, #0086d7), to(#5ad7ff));
  background: -webkit-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
  background: -o-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
  background: linear-gradient(to right, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad7ff', endColorstr='#5ad7ff',GradientType=1 );
  border-radius: 60px;
  background-size: 300% 300%;
  -webkit-animation: gradientAnim 4s ease infinite;
  animation: gradientAnim 4s ease infinite;
}

.sk-btn_sale_secondary_w-100 {
  width: 100%;
}

.sk-btn_sale_secondary_w-100 span {
  width: 100%;
}

.sk-btn_sale_secondary span {
  color: #ffffff;
  background: #030308;
  padding: 13px 25px;
  border-radius: 40px;
  min-width: 170px;
  display: inline-block;
  position: relative;
  border: 1px solid #fff;
  -webkit-transition: background .3s, color .3s;
  -o-transition: background .3s, color .3s;
  transition: background .3s, color .3s;
}

@media (max-width: 1799px) {
  .sk-btn_sale_secondary span {
    padding: 10px 25px;
  }
}

.sk-btn_sale_secondary span:before {
  content: '';
  position: absolute;
  display: inline-block;
  z-index: -1;
  top: -3px;
  left: -3px;
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -webkit-calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid #030308;
  border-radius: 60px;
}

.sk-btn_sale {
  padding: 0;
}

.sk-btn_sale:hover span {
  background: #7C2B90;
}

.sk-btn_sale:before {
  content: '';
  position: absolute;
  display: inline-block;
  z-index: -1;
  top: -3px;
  left: -3px;
  width: -webkit-calc(100% + 6px);
  width: calc(100% + 6px);
  height: -webkit-calc(100% + 6px);
  height: calc(100% + 6px);
  background: -webkit-gradient(linear, left top, right top, from(#5ad7ff), color-stop(41%, #0086d7), color-stop(61%, #0086d7), to(#5ad7ff));
  background: -webkit-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
  background: -o-linear-gradient(left, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
  background: linear-gradient(to right, #5ad7ff 0%, #0086d7 41%, #0086d7 61%, #5ad7ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ad7ff', endColorstr='#5ad7ff',GradientType=1 );
  border-radius: 60px;
  background-size: 300% 300%;
  -webkit-animation: gradientAnim 4s ease infinite;
  animation: gradientAnim 4s ease infinite;
}

.sk-btn_sale span {
  color: #000;
  background: #ffa800;
  padding: 10px 25px;
  border-radius: 40px;
  min-width: 200px;
  display: inline-block;
  position: relative;
  border: 4px solid #030308;
  -webkit-transition: background .3s ease-in-out;
  -o-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}

.sk-btn_type_clean-border {
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.sk-btn_type_clean-border:hover {
  border-color: #fff;
  background-color: #fff;
  color: #555462;
}

.sk-btn_type_clean-border-2 {
  border-color: #555462;
}

.sk-btn_type_link {
  background: transparent;
  border: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 0;
  text-transform: none;
}

@media (max-width: 767px) {
  .sk-btn_type_link {
    width: auto;
    min-width: auto;
  }
}

.sk-btn_type_link:hover {
  background: transparent;
}

.sk-btn_type_link:hover span:after {
  opacity: 0;
}

.sk-btn_type_link span {
  position: relative;
}

.sk-btn_type_link span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

@media (max-width: 959px) {
  .de .sk-btn, .fr .sk-btn {
    white-space: normal;
  }
}

@-webkit-keyframes gradientAnim {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

@keyframes gradientAnim {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.wrapper {
  background: black;
  overflow: hidden;
  padding-top: 56px;
}

@media (max-width: 767px) {
  .wrapper {
    padding-top: 0;
  }
}

.luminar-neo-page-wrap .container-fluid {
  max-width: 1920px;
  padding-left: 135px;
  padding-right: 135px;
}

@media (max-width: 1799px) {
  .luminar-neo-page-wrap .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 1279px) {
  .luminar-neo-page-wrap .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header {
  background: transparent !important;
}

@media (max-width: 767px) {
  .header .menu__sub-menu-wrap_acc {
    left: auto;
    min-width: 290px;
    right: 0;
  }
}

header {
  display: none;
}

.ai-label {
  font-size: 60%;
  vertical-align: super !important;
  font-weight: 600;
  display: inline-block;
}

.sign-right {
  left: auto;
  right: 35px;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  bottom: 100px;
}

.text-gradient {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(0.04deg, #7A93E6 2.06%, #7FBBDE 98.1%);
  background-image: -o-linear-gradient(0.04deg, #7A93E6 2.06%, #7FBBDE 98.1%);
  background-image: linear-gradient(89.96deg, #7A93E6 2.06%, #7FBBDE 98.1%);
  display: inline-block;
}

.text-gradient.is-ie {
  background: transparent;
  color: #008dff;
  -webkit-text-fill-color: #008dff;
}

.text-gradient-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#0066FF), to(#F532C9));
  background-image: -webkit-linear-gradient(left, #0066FF 0%, #F532C9 100%);
  background-image: -o-linear-gradient(left, #0066FF 0%, #F532C9 100%);
  background-image: linear-gradient(90deg, #0066FF 0%, #F532C9 100%);
  display: inline-block;
}

.text-gradient-2.is-ie {
  background: transparent;
  color: #008dff;
  -webkit-text-fill-color: #008dff;
}

.description {
  padding-top: 0;
  padding-bottom: 100px;
}

.box-content__content {
  padding-top: 90px;
}

@media (max-width: 767px) {
  .box-content__content {
    padding-top: 40px;
  }
}

.box-content__content-title {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 30px;
  position: relative;
}

.box-content__content-title .coming-soon-label {
  font-size: 13px;
  font-weight: 700;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  color: #ffffff;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/comming-soon.svg);
  height: 35px;
  padding-top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 115px;
  padding-left: 15px;
  position: absolute;
  top: 6px;
  margin-left: 15px;
}

@media (max-width: 1279px) {
  .box-content__content-title .coming-soon-label {
    top: -63px;
    left: 55px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .box-content__content-title .coming-soon-label {
    top: 2px;
    left: unset;
    margin-left: 5px;
  }
}

@media (max-width: 767px) {
  .box-content__content-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.box-content__content-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: -webkit-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
  background: -o-linear-gradient(357.86deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
  background: linear-gradient(92.14deg, rgba(138, 136, 146, 0.3) 0.68%, rgba(82, 71, 67, 0.3) 98.76%);
  -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(24px);
  border-radius: 12px;
  margin-bottom: 5px;
}

.tour-custom-switcher-input[type="checkbox"] {
  width: 0;
  height: 0;
  visibility: hidden;
}

.tour-custom-switcher-label {
  width: 67px;
  height: 32px;
  display: block;
  background-color: #3f3010;
  border-radius: 54px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: 35px;
}

@media (max-width: 959px) {
  .tour-custom-switcher-label {
    width: 40px;
    height: 20px;
    margin-right: 25px;
  }
}

.tour-custom-switcher-label::after {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
  top: 4px;
  left: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 959px) {
  .tour-custom-switcher-label::after {
    width: 17px;
    height: 17px;
    top: 2px;
    left: 2px;
  }
}

.tour-custom-switcher-input:checked + .tour-custom-switcher-label:after {
  left: -webkit-calc(100% - 4px);
  left: calc(100% - 4px);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media (max-width: 959px) {
  .tour-custom-switcher-input:checked + .tour-custom-switcher-label:after {
    left: -webkit-calc(100% - 2px);
    left: calc(100% - 2px);
  }
}

.tour-custom-switcher-input:checked + .tour-custom-switcher-label {
  background-color: #fff;
}

.tour-custom-switcher-input:checked + .tour-custom-switcher-label:after {
  background-color: #3f3010;
}

.tour-custom-switcher-label:active:after {
  width: 27px;
}

@media (max-width: 959px) {
  .tour-custom-switcher-label:active:after {
    width: 26px;
  }
}

.img-in-text-dust-remove-1,
.img-in-text-dust-remove-2,
.img-in-text-dust-remove-3,
.img-in-text-15,
.img-in-text-14,
.img-in-text-13,
.img-in-text-12,
.img-in-text-11,
.img-in-text-10,
.img-in-text-9,
.img-in-text-8,
.img-in-text-7,
.img-in-text-6,
.img-in-text-5,
.img-in-text-4,
.img-in-text-3,
.img-in-text-2,
.img-in-text-1 {
  background: transparent;
  color: #fff;
  -webkit-text-fill-color: #fff;
  display: inline-block;
}

.img-in-text-dust-remove-1 .ai-label,
.img-in-text-dust-remove-2 .ai-label,
.img-in-text-dust-remove-3 .ai-label,
.img-in-text-15 .ai-label,
.img-in-text-14 .ai-label,
.img-in-text-13 .ai-label,
.img-in-text-12 .ai-label,
.img-in-text-11 .ai-label,
.img-in-text-10 .ai-label,
.img-in-text-9 .ai-label,
.img-in-text-8 .ai-label,
.img-in-text-7 .ai-label,
.img-in-text-6 .ai-label,
.img-in-text-5 .ai-label,
.img-in-text-4 .ai-label,
.img-in-text-3 .ai-label,
.img-in-text-2 .ai-label,
.img-in-text-1 .ai-label {
  display: inline;
}

.img-in-text-dust-remove-1.is-ie,
.img-in-text-dust-remove-2.is-ie,
.img-in-text-dust-remove-3.is-ie,
.img-in-text-15.is-ie,
.img-in-text-14.is-ie,
.img-in-text-13.is-ie,
.img-in-text-12.is-ie,
.img-in-text-11.is-ie,
.img-in-text-10.is-ie,
.img-in-text-9.is-ie,
.img-in-text-8.is-ie,
.img-in-text-7.is-ie,
.img-in-text-6.is-ie,
.img-in-text-5.is-ie,
.img-in-text-4.is-ie,
.img-in-text-3.is-ie,
.img-in-text-2.is-ie,
.img-in-text-1.is-ie {
  background: transparent;
  color: #fff;
  -webkit-text-fill-color: #fff;
}

.gif-in-text-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-glass-2-min.jpeg?q=75&f=webp);
}

.gif-in-text-1.is-ie {
  background: transparent;
  color: #008dff;
  -webkit-text-fill-color: #008dff;
}

.gif-in-text-2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-lights.jpg?q=75&f=webp);
}

.gif-in-text-2.is-ie {
  background: transparent;
  color: #008dff;
  -webkit-text-fill-color: #008dff;
}

.gif-in-text-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-neon.jpg?q=75&f=webp);
}

.gif-in-text-3.is-ie {
  background: transparent;
  color: #008dff;
  -webkit-text-fill-color: #008dff;
}

.preload .img-in-text-dust-remove-1,
.preload .img-in-text-dust-remove-2,
.preload .img-in-text-dust-remove-3,
.preload .img-in-text-15,
.preload .img-in-text-14,
.preload .img-in-text-13,
.preload .img-in-text-12,
.preload .img-in-text-11,
.preload .img-in-text-10,
.preload .img-in-text-9,
.preload .img-in-text-8,
.preload .img-in-text-7,
.preload .img-in-text-6,
.preload .img-in-text-5,
.preload .img-in-text-4,
.preload .img-in-text-3,
.preload .img-in-text-2,
.preload .img-in-text-1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.preload .img-in-text-1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-9.jpg?q=75&f=webp);
}

.preload .img-in-text-2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/remove-dust.jpg?q=75&f=webp);
}

.preload .img-in-text-3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/remove-spots.jpg?q=75&f=webp);
}

.preload .img-in-text-4 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/remove-dirt.jpg?q=75&f=webp);
}

.preload .img-in-text-5 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/lean-unwanted-text.jpg?q=75&f=webp);
}

.preload .img-in-text-6 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-7.jpg?q=75&f=webp);
}

.preload .img-in-text-7 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-8.jpg?q=75&f=webp);
}

.preload .img-in-text-8 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-9.jpg?q=75&f=webp);
}

.preload .img-in-text-9 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-10.jpg?q=75&f=webp);
}

.preload .img-in-text-10 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-11.jpg?q=75&f=webp);
}

.preload .img-in-text-11 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-12.jpg?q=75&f=webp);
}

.preload .img-in-text-12 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-13.jpg?q=75&f=webp);
}

.preload .img-in-text-13 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-img-in-text-14.jpg?q=75&f=webp);
}

.preload .img-in-text-14 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/bg-text-relight.jpg?q=75&f=webp);
}

.preload .img-in-text-15 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/text-bg-15-min.jpg?q=75&f=webp);
}

.preload .img-in-text-dust-remove-1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/neo-dust-remove-1.jpg?q=75&f=webp);
}

.preload .img-in-text-dust-remove-2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/neo-dust-remove-2.jpg?q=75&f=webp);
}

.preload .img-in-text-dust-remove-3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/neo-dust-remove-3.jpg?q=75&f=webp);
}

.preload .gif-in-text-1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-glass-2.gif);
}

@media (max-width: 767px) {
  .preload .gif-in-text-1 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-glass-2-min.jpeg?q=75&f=webp);
  }
}

.preload .gif-in-text-2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-lights.gif);
}

.preload .gif-in-text-3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-morph-neon.gif);
}

.sk-btn-trial {
  margin-left: 24px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 200px;
  padding: 14px 25px;
}

@media (max-width: 1799px) {
  .sk-btn-trial {
    padding: 11px 25px;
  }
}

.sk-btn-trial_desk {
  display: block;
}

@media (max-width: 1279px) {
  .sk-btn-trial_desk {
    display: none;
  }
}

.sk-btn-trial_mob {
  display: none;
}

@media (max-width: 1279px) {
  .sk-btn-trial_mob {
    display: block;
  }
}

@media (max-width: 1279px) {
  .sk-btn-trial_mob {
    margin-left: 0;
  }
}

.sk-btn-with-trial {
  min-width: 200px;
  padding: 13px 25px;
}

@media (max-width: 1799px) {
  .sk-btn-with-trial {
    padding: 10px 25px;
  }
}

.sk-btn-for-sale-filling {
  background-color: #040309;
}

.sk-btn_b_off {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .video-popup {
    padding-right: 0;
    padding-left: 0;
  }
}

.video-popup__container.mainPopupContainer {
  max-width: 80%;
}

@media (max-width: 767px) {
  .video-popup__container.mainPopupContainer {
    max-width: 100%;
  }
}

.video-popup__wrap {
  overflow: hidden;
  position: relative;
}

.video-popup__video {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.video-popup .close {
  right: 9%;
  top: 5%;
  left: initial;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

.video-popup .close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ba-slider .ba-slider__fake {
  z-index: 5;
}

@media (max-width: 767px) {
  .ba-slider .ba-slider__after {
    border-left: 1px solid #fff;
  }
}

.ba-slider__after::after, .ba-slider__fake::after {
  display: none;
}

.ba-slider__label {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 5px;
  right: auto;
  left: 0;
  width: auto;
  min-width: 75px;
  height: 28px;
  margin: auto;
  padding: 0 10px;
  border-radius: 0;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
}

@media (max-width: 767px) {
  .ba-slider__label {
    display: none;
  }
}

.ba-slider__label_before {
  background: rgba(255, 255, 255, 0.7);
  color: #171717;
  right: 100%;
  left: auto;
  min-width: 70px;
  text-align: center;
}

.es .ba-slider__label_before {
  min-width: 90px;
}

.jp .ba-slider__label_before {
  min-width: 80px;
}

.ba-slider-thin-border .ba-slider__fake {
  border: none;
  z-index: 5;
}

.ba-slider-thin-border .ba-slider__after {
  border: none !important;
}

.ba-slider-thin-border .ba-slider__after:before {
  content: '';
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 0;
  width: 1px;
  height: 98%;
  top: 1%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.8)), color-stop(15%, white), color-stop(50%, white), color-stop(85%, white), color-stop(85%, rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, white 15%, white 50%, white 85%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, white 15%, white 50%, white 85%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 15%, white 15%, white 50%, white 85%, rgba(255, 255, 255, 0.8) 85%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.5;
  border-radius: 7.71429px;
}

.ba-slider-thin-border .ba-slider__after::after,
.ba-slider-thin-border .ba-slider__fake::after {
  display: none;
}

.ba-slider-thin-border .ba-slider__label {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  position: absolute;
  top: 20px;
  right: auto;
  left: 0;
  width: auto;
  background: transparent;
  min-width: 50px;
  font-size: 12px;
  white-space: nowrap;
  height: 28px;
  margin: auto;
  padding: 0 10px;
  border-radius: 0;
  color: #fff;
  line-height: 30px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  opacity: 1;
}

@media (max-width: 767px) {
  .ba-slider-thin-border .ba-slider__label {
    display: none;
  }
}

.ba-slider-thin-border .ba-slider__label_before {
  background: transparent;
  color: #fff;
  right: 100%;
  left: auto;
  min-width: 50px;
  text-align: center;
}

.es .ba-slider-thin-border .ba-slider__label_before {
  min-width: 90px;
}

.jp .ba-slider-thin-border .ba-slider__label_before {
  min-width: 80px;
}

.skew-mode .ba-slider__fake {
  width: 90%;
  z-index: 5;
  border-left: 2px solid transparent;
}

.skew-mode .ba-slider__after {
  width: 90%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.skew-mode .ba-slider__label {
  position: absolute;
  top: 5px;
  left: 0;
  width: auto;
  min-width: 100px;
  height: 28px;
  margin: auto;
  padding: 0 10px;
  border-radius: 0;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  background-color: transparent;
  color: #fff;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.skew-mode .ba-slider__label_before {
  right: 100%;
  left: auto;
  min-width: 100px;
  text-align: center;
}

.ba-slider-new .circle {
  width: 25px;
  height: 25px;
  background-color: #1D1D1D;
  position: relative;
  left: -12px;
  border-radius: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/line-arrows.png);
  background-size: 14px 7px;
  background-position: center;
  background-repeat: no-repeat;
}

.ba-slider-new__label {
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  padding: 0 26px !important;
}

.ba-slider-new .ba-slider-new__after:before {
  background: rgba(255, 255, 255, 0.4);
}

.btn-trial-download {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}

@media (max-width: 767px) {
  .btn-trial-download {
    margin-right: 10px;
    font-size: 11px;
  }
}

.btn-trial-download:hover {
  border-color: #ffa800;
}

@media (max-width: 959px) {
  .btn-trial-download_desc {
    display: none;
  }
}

.btn-trial-download_mob {
  display: none;
}

@media (max-width: 959px) {
  .btn-trial-download_mob {
    display: block;
  }
}

.btn-trial-download__gift {
  background: -webkit-linear-gradient(179.16deg, #4449D7 18.2%, #0140E3 108.92%);
  background: -o-linear-gradient(179.16deg, #4449D7 18.2%, #0140E3 108.92%);
  background: linear-gradient(-89.16deg, #4449D7 18.2%, #0140E3 108.92%);
  border-radius: 3px;
  font-size: 11px;
  line-height: 16px;
  padding: 0 9px;
  position: absolute;
  top: -10px;
  left: -15%;
  white-space: nowrap;
  min-width: 100%;
}

.btn-trial-download__gift:before {
  content: "🎁";
  margin-right: 2px;
}

.luminar-ai-buy__btn .btn-trial-download {
  margin-right: 11px;
}

.fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
  font-size: 40px;
}

@media (max-width: 1799px) {
  .fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
    font-size: 36px;
  }
}

@media (max-width: 1279px) {
  .fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .fr .sk-h1, .de .sk-h1, .nl .sk-h1, .es .sk-h1, .it .sk-h1, .jp .sk-h1, .ko .sk-h1 {
    font-size: 26px;
  }
}

.fr .sk-h2, .de .sk-h2, .nl .sk-h2, .es .sk-h2, .it .sk-h2, .jp .sk-h2, .ko .sk-h2 {
  font-size: 35px;
}

@media (max-width: 1279px) {
  .fr .sk-h2, .de .sk-h2, .nl .sk-h2, .es .sk-h2, .it .sk-h2, .jp .sk-h2, .ko .sk-h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .fr .sk-h2, .de .sk-h2, .nl .sk-h2, .es .sk-h2, .it .sk-h2, .jp .sk-h2, .ko .sk-h2 {
    font-size: 22px;
  }
}

.fr .sk-h3, .de .sk-h3, .nl .sk-h3, .es .sk-h3, .it .sk-h3, .jp .sk-h3, .ko .sk-h3 {
  font-size: 30px;
}

@media (max-width: 1279px) {
  .fr .sk-h3, .de .sk-h3, .nl .sk-h3, .es .sk-h3, .it .sk-h3, .jp .sk-h3, .ko .sk-h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .fr .sk-h3, .de .sk-h3, .nl .sk-h3, .es .sk-h3, .it .sk-h3, .jp .sk-h3, .ko .sk-h3 {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .ba-slider-new__label {
    display: block;
    font-size: 11px;
  }
}

.wrapper .luminar-neo-fix {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #000 url(https://media.macphun.com/img/uploads/uploads/skylum/l/sticky-june-bg.svg) no-repeat center;
  background-size: cover;
  -webkit-transition: -webkit-transform .25s;
  transition: -webkit-transform .25s;
  -o-transition: transform .25s;
  transition: transform .25s;
  transition: transform .25s, -webkit-transform .25s;
  z-index: 101;
  overflow: hidden;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix.is-active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix.is-active.is-hide-mob-checkout {
    display: none;
  }
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix .bf-label {
    display: none;
  }
}

.wrapper .luminar-neo-fix .bf-label-text {
  display: none !important;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix .bf-label-text {
    display: block !important;
  }
}

.wrapper .luminar-neo-fix .bf-label-text span {
  color: #C1F130;
}

.wrapper .luminar-neo-fix.is-active {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.wrapper .luminar-neo-fix__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper .luminar-neo-fix__text svg {
    display: none;
  }
}

.wrapper .luminar-neo-fix__text img {
  max-width: 256px;
}

@media (max-width: 1280px) {
  .wrapper .luminar-neo-fix__text img {
    max-width: 200px;
  }
}

@media (max-width: 820px) {
  .wrapper .luminar-neo-fix__text img {
    max-width: 120px;
  }
}

.wrapper .luminar-neo-fix__text p {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__text p {
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__label-bf {
    display: none;
  }
}

.wrapper .luminar-neo-fix__btn {
  padding: 11px 25px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__btn {
    min-width: 120px !important;
  }
}

.wrapper .luminar-neo-fix__list-wr {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 960px) {
  .wrapper .luminar-neo-fix__list-wr .sk-figure {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-neo-icon-original-new.png);
    background-size: contain;
  }
}

.wrapper .luminar-neo-fix__list-wr .sk-figure img {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}

@media (max-width: 960px) {
  .wrapper .luminar-neo-fix__list-wr .sk-figure img {
    display: none;
  }
}

.wrapper .luminar-neo-fix__list-wr .sk-btn-trial {
  padding: 10px 25px;
  margin-bottom: 0;
}

.wrapper .luminar-neo-fix__list-wr .sk-btn_type_primary {
  padding: 11px 25px;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__list-wr .sk-btn_type_primary {
    margin-right: 0;
    padding: 8px 10px;
    font-size: 10px;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__list-wr .sk-btn-trial_mob {
    display: none;
  }
}

.wrapper .luminar-neo-fix__logo {
  width: auto;
  height: 40px;
}

.wrapper .luminar-neo-fix__logo:hover {
  cursor: pointer;
}

@media (max-width: 1799px) {
  .wrapper .luminar-neo-fix .anchor__list {
    margin: 8px auto 8px 0;
  }
}

.wrapper .luminar-neo-fix__btns-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wrapper .luminar-neo-fix .product-tour-link {
  display: block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix .product-tour-link {
    display: none;
  }
}

.wrapper .luminar-neo-fix__btn {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .wrapper .luminar-neo-fix__btn {
    width: auto;
  }
}

.wrapper .luminar-neo-fix__btn-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
  margin-left: 15px;
  padding-right: 20px;
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix__btn-label {
    display: none;
  }
}

@media (max-width: 1279px) {
  .fr .wrapper .luminar-neo-fix__btn-label {
    display: none;
  }
}

.wrapper .luminar-neo-fix__btn-label img {
  width: 100%;
  height: auto;
}

.wrapper .luminar-neo-fix .is-sale-link {
  margin-right: 12px;
  display: inline-block;
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix .is-sale-link {
    display: none;
  }
}

.wrapper .luminar-neo-fix .is-sale-link span {
  display: inline-block;
  font-weight: 900;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding-right: 3px;
  background: -webkit-linear-gradient(345.53deg, #FFC83A 2.05%, #FE69AE 91.37%);
  background: -o-linear-gradient(345.53deg, #FFC83A 2.05%, #FE69AE 91.37%);
  background: linear-gradient(104.47deg, #FFC83A 2.05%, #FE69AE 91.37%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

.wrapper .luminar-neo-fix_travel-camp-2021 .luminar-neo-fix__btns-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.wrapper .luminar-neo-fix_travel-camp-2021 .product-tour-link {
  margin: 0 0 0 15px;
}

.wrapper .luminar-neo-fix__travel-camp-2021 {
  width: 133px;
  height: 31px;
  -webkit-transform: translateX(-8%);
  -ms-transform: translateX(-8%);
  transform: translateX(-8%);
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix__travel-camp-2021 {
    display: none;
  }
}

.wrapper .luminar-neo-fix__travel-camp-2021 .sk-figure img {
  width: 100%;
  height: auto;
}

.wrapper .luminar-neo-fix__bf-2021 {
  width: 321px;
  height: 60px;
  -webkit-transform: translateX(15%);
  -ms-transform: translateX(15%);
  transform: translateX(15%);
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix__bf-2021 {
    display: none;
  }
}

.wrapper .luminar-neo-fix__bf-2021 .sk-figure.luminar-neo-fix__bf-2021-label {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.wrapper .luminar-neo-fix__bf-2021 .sk-figure.luminar-neo-fix__bf-2021-label img {
  width: 100%;
  height: auto;
}

.wrapper .luminar-neo-fix .ny-fixedbar-link {
  margin-right: 15px;
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix .ny-fixedbar-link {
    display: none;
  }
}

.wrapper .luminar-neo-fix__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: end;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

@media (max-width: 575px) {
  .wrapper .luminar-neo-fix__label {
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    margin: 0 10px;
  }
}

.wrapper .luminar-neo-fix__label_img {
  width: 40px;
  margin-right: 10px;
}

@media (max-width: 1439px) {
  .wrapper .luminar-neo-fix__label_img {
    display: none;
  }
}

.wrapper .luminar-neo-fix__label_icon {
  width: 82px;
  margin-right: 14px;
}

@media (max-width: 1439px) {
  .wrapper .luminar-neo-fix__label_icon {
    display: none;
  }
}

.wrapper .luminar-neo-fix__label-text {
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 110%;
  color: #fff;
  text-shadow: 0px 2.613px 3.36px rgba(0, 0, 0, 0.6);
  text-align: center;
  max-width: 650px;
}

@media (max-width: 1439px) {
  .wrapper .luminar-neo-fix__label-text {
    text-align: center;
    max-width: 440px;
  }
}

@media (max-width: 1279px) {
  .wrapper .luminar-neo-fix__label-text {
    font-size: 17px;
  }
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix__label-text {
    max-width: 380px;
    font-size: 16px;
    line-height: 120%;
  }
}

@media (max-width: 575px) {
  .wrapper .luminar-neo-fix__label-text {
    font-size: 12px;
    max-width: 150px;
    text-align: right;
  }
}

.wrapper .luminar-neo-fix__label-text span {
  color: #FFA800;
}

.wrapper .luminar-neo-fix__label-text_color {
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: initial;
}

.wrapper .luminar-neo-fix__label-text_color span {
  background: -webkit-gradient(linear, left top, right top, from(#FC8865), to(#FC504A));
  background: -webkit-linear-gradient(left, #FC8865 0%, #FC504A 100%);
  background: -o-linear-gradient(left, #FC8865 0%, #FC504A 100%);
  background: linear-gradient(90deg, #FC8865 0%, #FC504A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-left: 2px;
}

@media (max-width: 959px) {
  .wrapper .luminar-neo-fix__label-text-pic {
    display: none;
  }
}

.wrapper .luminar-neo-fix__label-text-pic svg {
  margin: 0 8px;
  display: block;
}

.wrapper .luminar-neo-fix__label svg {
  position: relative;
  margin: 0 0 0 -30px;
}

@media (max-width: 1439px) {
  .wrapper .luminar-neo-fix__label svg {
    display: none;
  }
}

.wrapper .luminar-neo-fix__label .sakura-sticky-left-img {
  width: 45px;
  margin: 0;
}

.wrapper .luminar-neo-fix__label .sakura-sticky-right-img {
  width: 52px;
  margin: 0;
}

@media (max-width: 1439px) {
  .wrapper .luminar-neo-fix .fix-block-timer {
    display: none;
  }
}

.wrapper .luminar-neo-fix .fix-block-timer-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

.wrapper .luminar-neo-fix .countdown-timer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
  margin-right: 24px;
}

@media (max-width: 1279px) {
  .wrapper .luminar-neo-fix .countdown-timer {
    display: none;
  }
}

.wrapper .luminar-neo-fix .countdown-timer.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .wrapper .luminar-neo-fix .countdown-timer.is-active {
    display: none;
  }
}

.wrapper .luminar-neo-fix .countdown-timer .countdown-timer__digit p {
  padding: 4px;
  background: none;
  border-radius: 0;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  margin: 0 2px;
  min-width: 30px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

.wrapper .luminar-neo-fix .countdown-timer .countdown-timer__divider {
  font-weight: 600;
  font-size: 25px;
  line-height: 120%;
}

.fix-menu__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-right: 14px;
}

@media (max-width: 575px) {
  .fix-menu__label {
    display: none;
  }
}

.fix-menu__label-text {
  letter-spacing: -0.02em;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
}

.fix-menu__label-text_color {
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: initial;
}

.fix-menu__label-text_color span {
  background: -webkit-gradient(linear, left top, right top, from(#FC8865), to(#FC504A));
  background: -webkit-linear-gradient(left, #FC8865 0%, #FC504A 100%);
  background: -o-linear-gradient(left, #FC8865 0%, #FC504A 100%);
  background: linear-gradient(90deg, #FC8865 0%, #FC504A 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-left: 2px;
}

.fix-menu__label .sk-figure img {
  max-width: 145px;
}

.hero-ab-test {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/luminar-neo-hero-gen-ai-bg.jpg?f=webp&q=80);
  background-size: cover;
  background-position: center;
}

@media (max-width: 959px) {
  .hero-ab-test {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .hero-ab-test {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .hero-ab-test .trustpilot {
    margin-top: 20px;
  }
}

.hero-ab-test__mob-trustpilot {
  display: none;
}

@media (max-width: 767px) {
  .hero-ab-test__mob-trustpilot {
    display: block;
  }
}

.hero-ab-test__before-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hero-ab-test__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 100px 7.5% 50px 7.5%;
  z-index: 3;
  height: auto;
}

@media (max-width: 959px) {
  .hero-ab-test__content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 74px;
  }
}

@media (max-width: 767px) {
  .hero-ab-test__content {
    padding-top: 32px;
  }
}

.hero-ab-test__content-info {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  z-index: 9;
  max-width: 720px;
  pointer-events: none;
  width: 34%;
  padding-right: 30px;
}

@media (max-width: 959px) {
  .hero-ab-test__content-info {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 1279px) {
  .hero-ab-test__content-info {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .hero-ab-test__content-info {
    max-width: 350px;
  }
}

@media (max-width: 767px) {
  .hero-ab-test__content-info {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
  }
}

.hero-ab-test__content-info .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
}

.hero-ab-test__content-info .title span {
  color: #FFA800;
}

@media (max-width: 1279px) {
  .hero-ab-test__content-info .title {
    font-size: 48px;
    line-height: 1.2;
  }
}

@media (max-width: 959px) {
  .hero-ab-test__content-info .title {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .hero-ab-test__content-info .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
  }
}

.hero-ab-test__content-info .title .small {
  font-weight: 600;
  font-size: 20px;
  line-height: 72px;
  vertical-align: super;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .hero-ab-test__content-info .title .small {
    font-weight: 600;
    font-size: 12px;
    line-height: 72px;
  }
}

.hero-ab-test__content-info .text {
  margin-top: 16px;
}

@media (max-width: 575px) {
  .hero-ab-test__content-info .text {
    font-size: 14px;
  }
}

.hero-ab-test__content-info .text-copy {
  pointer-events: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.hero-ab-test__content-info .luminar-logo {
  width: 182px;
  margin-bottom: 24px;
}

@media (max-width: 959px) {
  .hero-ab-test__content-info .luminar-logo {
    margin: 0 auto 20px;
    width: 242px;
  }
}

.hero-ab-test__video {
  width: 55%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-ab-test__video_owe:before {
  display: none;
}

@media (max-width: 959px) {
  .hero-ab-test__video {
    width: 100%;
  }
}

.hero-ab-test__video:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 1px solid #555;
  z-index: 2;
  pointer-events: none;
}

@media (max-width: 767px) {
  .hero-ab-test__video:before {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .hero-ab-test__video:before {
    border-radius: 5px;
  }
}

.hero-ab-test__video video, .hero-ab-test__video figure {
  width: 100%;
  height: auto;
  border-radius: 16px;
}

@media (max-width: 767px) {
  .hero-ab-test__video video, .hero-ab-test__video figure {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .hero-ab-test__video video, .hero-ab-test__video figure {
    border-radius: 5px;
  }
}

.hero-ab-test__video video img, .hero-ab-test__video figure img {
  width: 100%;
  height: 100%;
}

.hero-ab-test__video-slide {
  width: 100%;
  height: auto;
  border-radius: 9px;
  display: none;
}

.hero-ab-test__video-slide.active {
  display: block;
}

@media (max-width: 767px) {
  .hero-ab-test__video-slide {
    border-radius: 10px;
  }
}

@media (max-width: 575px) {
  .hero-ab-test__video-slide {
    border-radius: 5px;
  }
}

.hero-ab-test__video-head {
  opacity: 0.875;
  background: #363a40;
  backdrop-filter: blur(7px);
  padding: 18px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 16px 16px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .hero-ab-test__video-head {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 575px) {
  .hero-ab-test__video-head {
    border-radius: 5px 5px 0 0;
    padding: 14px 16px;
  }
}

.hero-ab-test__video-head img {
  max-width: 124px;
  height: auto;
}

@media (max-width: 575px) {
  .hero-ab-test__video-head img {
    max-width: 100px;
  }
}

.hero-ab-test__btn-wr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 24px;
  position: relative;
  z-index: 10;
  pointer-events: none;
  margin-bottom: 10px;
}

@media (max-width: 1279px) {
  .hero-ab-test__btn-wr {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
}

@media (max-width: 959px) {
  .hero-ab-test__btn-wr {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .hero-ab-test__btn-wr {
    width: 100% !important;
  }
}

.hero-ab-test__btn-wr .sk-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: auto;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .hero-ab-test__btn-wr .sk-btn {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .hero-ab-test__btn-wr .sk-btn {
    min-width: 0;
    width: 100% !important;
  }
}

.hero-ab-test__btn-wr .sk-btn.sk-btn-trial {
  padding: 13px 25px;
}

.hero-ab-test__btn-wr .sk-btn img {
  position: absolute;
  width: 34px;
}

@media (max-width: 767px) {
  .hero-ab-test__btn-wr .sk-btn img {
    right: -25px;
    top: 8px;
  }
}

.hero-ab-test__btn-wr.anniversary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 959px) {
  .hero-ab-test__btn-wr.anniversary {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-ab-test__btn-wr.anniversary .sk-btn {
  min-width: 175px;
}

.hero-ab-test__btn-wr.anniversary .anniversary-img {
  width: 63px;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 959px) {
  .hero-ab-test__btn-wr.anniversary .anniversary-img {
    display: none;
  }
}

.hero-ab-test__btn-wr.anniversary .anniversary-img-experiment {
  width: 76px;
  margin: 0 7px;
}

.hero-ab-test__btn-wr.anniversary .anniversary-text-experiment {
  color: #C319FF;
  max-width: 155px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-flex: min-content;
  -moz-box-flex: min-content;
  -ms-flex: min-content;
  flex: min-content;
}

@media (max-width: 959px) {
  .hero-ab-test__btn-wr.anniversary .anniversary-text-experiment {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.hero-ab-test__btn-wr.anniversary .anniversary-text {
  color: #FFA800;
  max-width: 205px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-flex: min-content;
  -moz-box-flex: min-content;
  -ms-flex: min-content;
  flex: min-content;
  margin-left: 60px;
}

.hero-ab-test__btn-wr.anniversary .anniversary-text_summer {
  color: #FF5C00;
  max-width: 230px;
}

.hero-ab-test__btn-wr.anniversary .anniversary-text_summer span {
  color: #FFA800;
}

@media (max-width: 959px) {
  .hero-ab-test__btn-wr.anniversary .anniversary-text {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0;
  }
}

.hero-ab-test__btn-wr.anniversary .anniversary-text span {
  display: block;
}

.hero-ab-test__btn-wr.anniversary .anniversary-timer {
  margin-top: 32px;
}

.hero-ab-test__trial-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-top: 15px;
}

@media (max-width: 1279px) {
  .hero-ab-test__trial-list {
    margin-top: 10px;
  }
}

.hero-ab-test__trial-list li {
  margin-right: 10px;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}

.hero-ab-test__trial-list li:last-child {
  margin-right: 0;
}

.hero-ab-test__trial-list li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
}

.hero-ab-test.hero-ab-test__634 {
  /*.hero-ab-test__content {
            min-height: 960px;
            @media (max-width: 1799px) {
                min-height: 820px;
            }
            @media (max-width: 1279px){
                min-height: 670px;
            }
            @media (max-width: 959px) {
                min-height: auto;
            }
        }*/
}

.hero-ab-test.hero-ab-test__634.owe {
  background-image: url(https://media.macphun.com/img/uploads/uploads/marketplace/main-hero-owe-peakto.jpg?f=webp&q=80) !important;
}

.hero-ab-test.hero-ab-test__634.owe .hero-ab-test__video {
  padding: 15px 15px 80px 15px;
}

@media (max-width: 1440px) {
  .hero-ab-test.hero-ab-test__634.owe .hero-ab-test__video {
    padding-bottom: 88px;
  }
}

@media (max-width: 959px) {
  .hero-ab-test.hero-ab-test__634.owe .hero-ab-test__video {
    padding: 0;
    width: 100%;
  }
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__content-info {
  margin-bottom: 90px;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 1440px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__content-info {
    margin-bottom: 100px;
  }
}

@media (max-width: 959px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__content-info {
    margin-bottom: 0;
  }
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video {
  position: relative;
  display: block;
  width: 66%;
  max-width: 1010px;
}

@media (max-width: 1440px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__video {
    padding-bottom: 88px;
  }
}

@media (max-width: 959px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__video {
    padding: 0;
    width: 100%;
  }
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video::before {
  display: none;
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video-screen {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 959px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-screen {
    display: none;
  }
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc {
  color: #CCCDCC;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 25px 0 0 0;
  position: relative;
  pointer-events: none;
}

@media (max-width: 575px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc {
    font-size: 13px;
  }
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc span {
  font-weight: 700;
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc svg {
  position: relative;
  bottom: -4px;
  margin: 0 3px;
}

@media (max-width: 575px) {
  .hero-ab-test.hero-ab-test__634 .hero-ab-test__video-desc svg {
    width: 17px;
    height: auto;
  }
}

.hero-ab-test.hero-ab-test__634 .hero-ab-test__video video {
  position: relative;
}

.hero-ab-test.bf-24 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-0506-bgi-2.jpg?f=webp&q=80) !important;
}

.hero-ab-test.hero-ab-test__669 .intro-label {
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.hero-ab-test.hero-ab-test__669 .intro-label .intro-label-text {
  font-weight: 400;
}

@media (max-width: 1500px) {
  .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: self-start;
    -moz-box-align: self-start;
    -ms-flex-align: self-start;
    align-items: self-start;
  }
  .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr .hero__countdown {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr .countdown-timer {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr a.sk-btn {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}

@media (max-width: 1500px) {
  .hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr a.sk-btn {
    margin-bottom: 5px;
    width: 100%;
  }
}

.hero-ab-test.hero-ab-test__669 .hero-ab-test__btn-wr a.sk-btn img.hero-ab-test__btn-label {
  position: absolute;
  right: -20px;
  top: -15px;
  width: 55px;
}

.hero-ab-test .sign {
  bottom: 15px;
  width: 250px;
  right: 36px;
  text-align: right;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  z-index: 8;
}

@media (max-width: 767px) {
  .hero-ab-test .sign {
    bottom: 5px;
  }
}

.hero-ab-test .countdown-timer .countdown-timer__digit p {
  background: none;
}

.hero-ab-test .promo-label {
  color: #00B200;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1799px) {
  .hero-ab-test .promo-label {
    font-size: 14px;
  }
}

@media (max-width: 1279px) {
  .hero-ab-test .promo-label {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .hero-ab-test .promo-label {
    font-size: 15px;
    text-align: center;
  }
}

.hero-ab-test .promo-label img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

@media (max-width: 1279px) {
  .hero-ab-test .promo-label img {
    display: none;
  }
}

.hero-ab-test__feature-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 10px;
}

@media (max-width: 959px) {
  .hero-ab-test__feature-list {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
  }
}

.hero-ab-test__feature {
  color: #E0E0E0;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.intro-july-test.hero-ab-test__636 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/hero-0573-bgi-min.jpg?f=webp&q=80);
}

@media (max-width: 959px) {
  .intro-july-test.hero-ab-test__636 {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/hero-0573-bgi-xs.jpg?f=webp&q=80);
  }
}

@media (min-width: 2100px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content {
    padding: 175px 7.5% 50px;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 92vh;
  }
}

@media (max-width: 1799px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content {
    padding: 125px 7.5% 50px;
    height: auto;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
  position: relative;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 9;
  max-width: 610px;
  pointer-events: none;
  width: 38%;
  padding-right: 15px;
}

@media (min-width: 2100px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
    padding-top: 50px;
  }
}

@media (max-width: 1799px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
    padding-top: 50px;
  }
}

@media (max-width: 1279px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
    font-size: 18px;
  }
}

@media (max-width: 959px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
    width: 100%;
    padding: 0;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info {
    text-align: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
  font-weight: 600;
  font-size: 60px;
  line-height: 1.25;
}

@media (max-width: 1799px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
    font-size: 40px;
    max-width: 540px;
  }
}

@media (max-width: 1560px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
    font-size: 36px;
  }
}

@media (max-width: 959px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
    font-size: 34px;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title .small {
  font-weight: 600;
  font-size: 20px;
  line-height: 72px;
  vertical-align: super;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .title .small {
    font-weight: 600;
    font-size: 12px;
    line-height: 72px;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .intro-label {
  font-size: 20px;
}

@media (max-width: 1560px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .intro-label-text-color {
    display: inline;
  }
}

@media (max-width: 575px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .intro-label-text-color {
    display: block;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .text {
  margin-top: 16px;
}

@media (max-width: 575px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .text {
    font-size: 14px;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .text-copy {
  pointer-events: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .luminar-logo {
  width: 182px;
  margin-bottom: 24px;
}

@media (max-width: 959px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__content-info .luminar-logo {
    margin: 0 auto 20px;
    width: 242px;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video {
  padding: 15px 15px 120px 15px;
  position: relative;
  display: block;
  width: 47vw;
}

@media (max-width: 1799px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
    padding: 15px 15px 90px 15px;
  }
}

@media (max-width: 1560px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
    width: 42vw;
  }
}

@media (max-width: 1350px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
    width: 50vw;
    padding: 15px 15px 130px 15px;
  }
}

@media (max-width: 959px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video {
    padding: 0;
    width: 100%;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video::before {
  display: none;
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video-screen {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 959px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video-screen {
    display: none;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc {
  color: #CCCDCC;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin: 25px 0 0 0;
  position: relative;
  pointer-events: none;
}

@media (max-width: 1799px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc {
    font-size: 13px;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc span {
  font-weight: 700;
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc svg {
  position: relative;
  bottom: -4px;
}

@media (max-width: 575px) {
  .intro-july-test.hero-ab-test__636 .hero-ab-test__video-desc svg {
    width: 17px;
    height: auto;
  }
}

.intro-july-test.hero-ab-test__636 .hero-ab-test__video video, .intro-july-test.hero-ab-test__636 .hero-ab-test__video figure {
  position: relative;
}

.anniversary-timer.hero__countdown {
  width: 100%;
}

@media (max-width: 959px) {
  .anniversary-timer.hero__countdown {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 15px 0;
  }
}

.anniversary-timer.hero__countdown .countdown-timer__digit {
  border-radius: 11.368px;
  background: rgba(255, 255, 255, 0.04);
  padding: 2px 7px;
}

@media (max-width: 992px) {
  .anniversary-timer.hero__countdown .countdown-timer__digit {
    padding: 1px 3px;
  }
}

.anniversary-timer.hero__countdown .countdown-timer__devider {
  margin: 0 3px;
}

.anniversary-timer.hero__countdown .countdown-timer .countdown-timer__digit p, .anniversary-timer.hero__countdown .countdown-timer__devider {
  color: #FFF;
  text-align: center;
  font-size: 30.316px;
  font-style: normal;
  font-weight: 600;
  line-height: 36.379px;
}

@media (max-width: 992px) {
  .anniversary-timer.hero__countdown .countdown-timer .countdown-timer__digit p, .anniversary-timer.hero__countdown .countdown-timer__devider {
    font-size: 17px;
    line-height: 20px;
  }
}

.anniversary-timer.hero__countdown.hide {
  display: none !important;
}

.awards-for-jp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  margin: 30px auto 0;
  gap: 30px;
  padding-right: 30px;
}

@media (max-width: 1279px) {
  .awards-for-jp {
    gap: 15px;
  }
}

@media (max-width: 959px) {
  .awards-for-jp {
    padding: 0;
    margin-bottom: 15px;
  }
}

.awards-for-jp__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.awards-for-jp__item:nth-child(1), .awards-for-jp__item:nth-child(3) {
  width: 30%;
}

.awards-for-jp__item:nth-child(2) {
  width: 40%;
}

.awards-for-jp__item img {
  max-height: 90px;
  width: auto;
}

@media (max-width: 1799px) {
  .awards-for-jp__item img {
    max-height: 70px;
  }
}

@media (max-width: 1279px) {
  .awards-for-jp__item img {
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .awards-for-jp__item img {
    max-height: 30px;
  }
}

.awards-for-jp__item p {
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  text-align: center;
}

@media (max-width: 1279px) {
  .awards-for-jp__item p {
    font-size: 10px;
  }
}

.hero__tabs-inner {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero__tabs-inner img {
  width: 100%;
}

.hero__tabs-inner img.hero__tabs-height {
  opacity: 1;
}

.hero__tabs-inner .hero__tabs-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-size: cover;
  background-position: center;
}

.hero__tabs-inner .hero__tabs-img.is-active {
  opacity: 1;
}

.discover-second {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .discover-second {
    padding: 50px 0;
  }
}

.discover-second__title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 48px;
  text-align: center;
}

.discover-second__title span {
  color: #FFA800;
}

@media (max-width: 1799px) {
  .discover-second__title {
    margin-bottom: 40px;
    line-height: 120%;
  }
}

@media (max-width: 1279px) {
  .discover-second__title {
    font-size: 36px;
  }
}

@media (max-width: 959px) {
  .discover-second__title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .discover-second__title {
    font-size: 24px;
    text-align: left;
  }
}

.discover-second-list {
  display: grid;
  gap: 32px;
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  .discover-second-list {
    display: none;
  }
}

.discover-second-list__top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media (max-width: 959px) {
  .discover-second-list__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.discover-second-list__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media (max-width: 959px) {
  .discover-second-list__bottom {
    gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .discover-second-list__bottom {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 959px) {
  .discover-second-list__bottom > :first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .discover-second-list__bottom > :first-child {
    grid-column: 1;
  }
}

.discover-second-list-mob {
  display: none;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .discover-second-list-mob {
    display: block;
  }
}

.discover-second-item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #0F0F0F;
  padding: 20px;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  display: grid;
  gap: 19px;
}

.discover-second-item:hover {
  border: 1px solid #FFA800;
}

.discover-second-item_anim:hover .discover-second-item__media_anim figure {
  opacity: 0;
}

@media (max-width: 1279px) {
  .discover-second-item_anim:hover .discover-second-item__media_anim figure {
    opacity: 1;
  }
}

.discover-second-item_anim:hover .discover-second-item__media_anim video {
  opacity: 1;
}

@media (max-width: 1279px) {
  .discover-second-item_anim:hover .discover-second-item__media_anim video {
    opacity: 0;
  }
}

.discover-second-item_anim-img .discover-second-item__media_anim figure {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.discover-second-item_anim-img:hover .discover-second-item__media_anim figure {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .discover-second-item {
    padding: 16px;
  }
}

.discover-second-item__media {
  width: 100%;
  height: 350px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1799px) {
  .discover-second-item__media {
    height: 255px;
  }
}

@media (max-width: 959px) {
  .discover-second-item__media_top {
    height: 321px;
  }
}

@media (max-width: 767px) {
  .discover-second-item__media_top {
    height: 200px;
  }
}

@media (max-width: 959px) {
  .discover-second-item__media_bottom {
    height: 226px;
  }
}

@media (max-width: 767px) {
  .discover-second-item__media_bottom {
    height: 200px;
  }
}

.discover-second-item__media figure {
  width: 100%;
  height: 100%;
}

.discover-second-item__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.discover-second-item__media_anim figure, .discover-second-item__media_anim video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.discover-second-item__media_anim figure {
  z-index: 1;
  opacity: 1;
}

.discover-second-item__media_anim video {
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1279px) {
  .discover-second-item__media_anim video {
    display: none;
  }
}

@media (max-width: 575px) {
  .discover-second-item__media .desk {
    display: none;
  }
}

.discover-second-item__media .mob {
  display: none;
}

@media (max-width: 575px) {
  .discover-second-item__media .mob {
    display: block;
    -o-object-position: top;
    object-position: top;
  }
}

.discover-second-item__title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.12px;
  margin-bottom: 16px;
}

@media (max-width: 1799px) {
  .discover-second-item__title {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .discover-second-item__title {
    font-size: 18px;
  }
}

.discover-second-item__text {
  color: #B2B2B2;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1799px) {
  .discover-second-item__text {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .discover-second-item__text {
    font-size: 16px;
  }
}

.discover-second__btn-wrap {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25px);
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  min-width: 232px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .discover-second__btn-wrap {
    width: 100%;
  }
}

.discover-second__btn-wrap.partners {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.discover-second__btn-wrap.partners .hero__btn {
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .discover-second__btn-wrap .sk-btn.sk-btn_type_primary {
    width: 100%;
  }
}

.discover-second .ba-slider-new__img {
  height: 100%;
}

.discover-second .slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.discover-second .slick-slide {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 10px;
}

.discover-second .slick-prev {
  width: 24px;
  height: 40px;
  background: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-slider-arrow-left.png) no-repeat center;
  background-size: cover;
  font-size: 0;
  border: none;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  left: -webkit-calc(10% - 12px);
  left: calc(10% - 12px);
  display: block;
  position: absolute;
  z-index: 55;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.discover-second .slick-prev:hover {
  opacity: 1;
}

.discover-second .slick-prev:before {
  display: none;
}

.discover-second .slick-next {
  width: 24px;
  height: 40px;
  background: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-slider-arrow-right.png) no-repeat center;
  background-size: cover;
  font-size: 0;
  border: none;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: -webkit-calc(10% - 12px);
  right: calc(10% - 12px);
  display: block;
  position: absolute;
  z-index: 55;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.discover-second .slick-next:hover {
  opacity: 1;
}

.discover-second .slick-next:before {
  display: none;
}

.spectacular {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .spectacular {
    padding: 50px 0;
  }
}

.spectacular__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1799px) {
  .spectacular__inner {
    gap: 30px;
  }
}

@media (max-width: 1279px) {
  .spectacular__inner {
    display: block;
  }
}

.spectacular__slider {
  margin-top: 32px;
}

.spectacular__slider-range {
  position: relative;
  width: 100%;
}

.spectacular__slider-range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffb400), color-stop(50%, #2b2b2b));
  background: -webkit-linear-gradient(left, #ffb400 70%, #2b2b2b 50%);
  background: -o-linear-gradient(left, #ffb400 70%, #2b2b2b 50%);
  background: linear-gradient(to right, #ffb400 70%, #2b2b2b 50%);
  outline: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  accent-color: #ffb400;
  border: none;
  margin: 0;
}

.spectacular__slider-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffb400;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.spectacular__slider-range input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffb400;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.spectacular__slider-range input[type="range"]::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.spectacular__slider-range input[type="range"]:focus {
  outline: none;
}

.spectacular__slider-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.spectacular__slider-features_item {
  width: 20%;
  padding: 0 4px;
  color: rgba(245, 245, 245, 0.7);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1279px) {
  .spectacular__slider-features_item {
    font-size: 12px;
    padding: 0 2px;
  }
}

.spectacular__slider-features_item:before {
  content: "";
  display: block;
  margin: 0 auto 4px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.spectacular__slider-features_item:hover {
  color: #F5F5F5;
}

.spectacular__slider-features_item:hover:before {
  background: #fff;
}

.spectacular__slider-features_item.active {
  color: #F5F5F5;
}

.spectacular__slider-features_item.active:before {
  background: #FFA800;
}

.spectacular__slider-features_item span {
  font-size: 70%;
  vertical-align: super;
}

.spectacular .ba-slider-new {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

@media (max-width: 1279px) {
  .spectacular .ba-slider-new {
    margin-top: 24px;
  }
}

.spectacular .ba-slider-new__img {
  height: 630px;
}

@media (max-width: 1799px) {
  .spectacular .ba-slider-new__img {
    height: 500px;
  }
}

@media (max-width: 1279px) {
  .spectacular .ba-slider-new__img {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .spectacular .ba-slider-new__img {
    height: 290px;
  }
}

.spectacular .title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1799px) {
  .spectacular .title {
    font-size: 40px;
  }
}

@media (max-width: 1279px) {
  .spectacular .title {
    font-size: 36px;
  }
}

@media (max-width: 959px) {
  .spectacular .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .spectacular .title {
    font-size: 24px;
  }
}

.spectacular .desc {
  color: #B2B2B2;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1279px) {
  .spectacular .desc {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .spectacular .desc {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .spectacular .desktop-only {
    display: none;
  }
}

.spectacular .mobile-only {
  display: none;
}

@media (max-width: 1279px) {
  .spectacular .mobile-only {
    display: block;
  }
}

.retouch {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .retouch {
    padding: 50px 0;
  }
}

.retouch__inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
}

@media (max-width: 1799px) {
  .retouch__inner {
    gap: 30px;
  }
}

@media (max-width: 1279px) {
  .retouch__inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}

@media (max-width: 1279px) {
  .retouch__inner-right {
    width: 100%;
  }
}

.retouch__slider {
  margin-top: 32px;
}

.retouch__slider-range {
  position: relative;
  width: 100%;
}

.retouch__slider-range input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, #ffb400), color-stop(50%, #2b2b2b));
  background: -webkit-linear-gradient(left, #ffb400 70%, #2b2b2b 50%);
  background: -o-linear-gradient(left, #ffb400 70%, #2b2b2b 50%);
  background: linear-gradient(to right, #ffb400 70%, #2b2b2b 50%);
  outline: none;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  cursor: pointer;
  accent-color: #ffb400;
  border: none;
  margin: 0;
}

.retouch__slider-range input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #ffb400;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.retouch__slider-range input[type="range"]::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #ffb400;
  border: 4px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: background 0.3s ease, -webkit-transform 0.2s ease;
  transition: background 0.3s ease, -webkit-transform 0.2s ease;
  -o-transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease;
  transition: background 0.3s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}

.retouch__slider-range input[type="range"]::-webkit-slider-thumb:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.retouch__slider-range input[type="range"]:focus {
  outline: none;
}

.retouch__slider-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

.retouch__slider-features_item {
  width: 20%;
  padding: 0 4px;
  color: rgba(245, 245, 245, 0.7);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

@media (max-width: 1279px) {
  .retouch__slider-features_item {
    font-size: 12px;
    padding: 0 2px;
  }
}

.retouch__slider-features_item:before {
  content: "";
  display: block;
  margin: 0 auto 4px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.retouch__slider-features_item:hover {
  color: #F5F5F5;
}

.retouch__slider-features_item:hover:before {
  background: #fff;
}

.retouch__slider-features_item.active {
  color: #F5F5F5;
}

.retouch__slider-features_item.active:before {
  background: #FFA800;
}

.retouch__slider-features_item span {
  font-size: 70%;
  vertical-align: super;
}

.retouch .ba-slider-new {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

@media (max-width: 1279px) {
  .retouch .ba-slider-new {
    margin-top: 24px;
  }
}

.retouch .ba-slider-new__img {
  height: 630px;
}

@media (max-width: 1799px) {
  .retouch .ba-slider-new__img {
    height: 500px;
  }
}

@media (max-width: 1279px) {
  .retouch .ba-slider-new__img {
    height: 400px;
  }
}

@media (max-width: 575px) {
  .retouch .ba-slider-new__img {
    height: 290px;
  }
}

.retouch .title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 1799px) {
  .retouch .title {
    font-size: 40px;
  }
}

@media (max-width: 1279px) {
  .retouch .title {
    font-size: 36px;
  }
}

@media (max-width: 959px) {
  .retouch .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .retouch .title {
    font-size: 24px;
  }
}

.retouch .desc {
  color: #B2B2B2;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

@media (max-width: 1279px) {
  .retouch .desc {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .retouch .desc {
    font-size: 16px;
  }
}

@media (max-width: 1279px) {
  .retouch .desktop-only {
    display: none;
  }
}

.retouch .mobile-only {
  display: none;
}

@media (max-width: 1279px) {
  .retouch .mobile-only {
    display: block;
  }
}

.steps {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .steps {
    padding: 50px 0;
  }
}

.steps__head-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 48px;
}

@media (max-width: 959px) {
  .steps__head-wrapper {
    margin-bottom: 32px;
    gap: 8px;
  }
}

@media (max-width: 767px) {
  .steps__head-wrapper {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

.steps__title {
  color: #ffffff;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 600;
}

@media (max-width: 1799px) {
  .steps__title {
    font-size: 40px;
  }
}

@media (max-width: 1279px) {
  .steps__title {
    font-size: 36px;
  }
}

@media (max-width: 959px) {
  .steps__title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .steps__title {
    font-size: 24px;
  }
}

.steps__subtitle {
  color: #FFA800;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

@media (max-width: 959px) {
  .steps__subtitle {
    font-size: 11px;
  }
}

.steps__descr {
  color: #BCBCBC;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
}

@media (max-width: 1279px) {
  .steps__descr {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .steps__descr {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  .steps__descr {
    text-align: left;
    font-size: 16px;
  }
}

.steps__content {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  gap: 24px;
}

@media (max-width: 1799px) {
  .steps__content {
    grid-template-columns: 1fr 2.2fr;
  }
}

@media (max-width: 1279px) {
  .steps__content {
    grid-template-columns: 1fr 2fr;
  }
}

@media (max-width: 959px) {
  .steps__content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.steps__text-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .steps__text-slider .swiper {
    width: 75%;
    overflow: visible;
    margin: 0;
  }
}

.steps__text-slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 959px) {
  .steps__text-slider .swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.steps__slide {
  height: auto !important;
  margin-bottom: 32px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (max-width: 959px) {
  .steps__slide {
    margin-bottom: 0;
    min-width: 30%;
    width: auto;
  }
}

@media (max-width: 767px) {
  .steps__slide {
    margin-right: 0;
  }
}

.steps__slide:hover {
  opacity: 1;
}

.steps__slide:last-of-type {
  margin-bottom: 0;
}

.steps__slide.swiper-slide-thumb-active {
  position: relative;
  opacity: 1;
}

.steps__slide.swiper-slide-thumb-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #1A1A1A;
}

@media (max-width: 959px) {
  .steps__slide.swiper-slide-thumb-active::before {
    top: auto;
    bottom: 0;
    height: 4px;
    width: 100%;
  }
}

.steps__slide.swiper-slide-thumb-active .steps__slide-progress {
  opacity: 1;
  visibility: visible;
}

.steps__slide-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  padding-left: 24px;
}

@media (max-width: 959px) {
  .steps__slide-content {
    padding: 0 0 12px 0;
  }
}

.steps__slide-progress {
  width: 4px;
  height: 0;
  background-color: #FFA800;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-in-out visibility, opacity;
  -o-transition: 0.3s ease-in-out visibility, opacity;
  transition: 0.3s ease-in-out visibility, opacity;
}

@media (max-width: 959px) {
  .steps__slide-progress {
    top: auto;
    bottom: 0;
    height: 4px;
    width: 0;
    -webkit-transition: 0.2s linear width;
    -o-transition: 0.2s linear width;
    transition: 0.2s linear width;
  }
}

.steps__slide-title {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 1799px) {
  .steps__slide-title {
    font-size: 20px;
  }
}

.steps__slide-text {
  font-size: 18px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1799px) {
  .steps__slide-text {
    font-size: 15px;
  }
}

@media (max-width: 959px) {
  .steps__slide-text {
    display: none;
  }
}

@media (max-width: 767px) {
  .steps__slide-text {
    font-size: 14px;
  }
}

.steps__image-slider {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps__img-slide {
  width: 100% !important;
}

.steps__img-slide img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.steps__img-slide-content {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.steps__img-slide-content video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.steps__after-label, .steps__before-label {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
}

@media (max-width: 767px) {
  .steps__after-label, .steps__before-label {
    display: none;
  }
}

.steps__before-label {
  bottom: 16px;
  left: 16px;
  z-index: 1;
}

.steps__after-label {
  bottom: 16px;
  right: 16px;
  z-index: 6;
}

.steps .ba-slider-new__img {
  height: 100%;
  border-radius: 0;
  background-position: top center;
}

.steps__btn-wrapper {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(25px);
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  min-width: 232px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 48px auto 0;
}

@media (max-width: 1279px) {
  .steps__btn-wrapper {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .steps__btn-wrapper {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .steps__btn-wrapper {
    margin-top: 32px;
  }
}

.steps__btn-wrapper.partners {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.steps__btn-wrapper.partners .hero__btn {
  min-width: 250px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 767px) {
  .steps__btn-wrapper .sk-btn.sk-btn_type_primary {
    width: 100%;
  }
}

.discover {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .discover {
    padding: 50px 0;
  }
}

.discover__header {
  max-width: 900px;
  margin: 0 auto 50px;
  text-align: center;
  font-family: 'Roobert';
}

.discover__header .title {
  font-weight: 600;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 25px;
}

@media (max-width: 1279px) {
  .discover__header .title {
    font-size: 35px;
  }
}

@media (max-width: 959px) {
  .discover__header .title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .discover__header .title {
    font-size: 24px;
  }
}

.discover__header .subtitle {
  font-weight: 400;
  font-size: 18px;
  opacity: .7;
  line-height: 150%;
}

@media (max-width: 767px) {
  .discover__header .subtitle {
    font-size: 15px;
  }
}

.discover__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.discover__content-line {
  width: 20%;
}

@media (max-width: 959px) {
  .discover__content-line {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.discover__content-line .item {
  padding: 0 15px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  min-height: 140px;
}

@media (max-width: 959px) {
  .discover__content-line .item {
    width: 50%;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .discover__content-line .item {
    padding: 0;
  }
}

.discover__content-line .item:last-child {
  margin: 0;
}

@media (max-width: 959px) {
  .discover__content-line .item:last-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .discover__content-line .item:last-child {
    margin-bottom: 0;
  }
}

.discover__content-line .item__icon {
  margin: 0 auto 15px;
  max-width: 64px;
}

@media (max-width: 959px) {
  .discover__content-line .item__icon {
    max-width: 48px;
  }
}

.discover__content-line .item__icon img {
  width: 100%;
}

.discover__content-line .item__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 959px) {
  .discover__content-line .item__title {
    font-size: 15px;
  }
}

.discover__content-line .item__info {
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  max-width: 360px;
  width: 100%;
  padding: 10px;
  background: #2A2C38;
  border-radius: 8px;
  display: none;
  position: absolute;
  left: 50%;
  top: -10px;
  z-index: 5;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

@media (max-width: 959px) {
  .discover__content-line .item__info {
    font-size: 12px;
  }
}

.discover__content-line .item__info:after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/info-arrow.svg);
  width: 20px;
  height: 10px;
  left: -webkit-calc(50% - 20px/2);
  left: calc(50% - 20px/2);
  bottom: -9px;
  z-index: 55;
}

.discover__content-line .item:hover .item__info {
  display: block;
}

.discover__content:hover .discover__content-line .item {
  opacity: .3;
}

.discover__content:hover .discover__content-line .item:hover {
  opacity: 1;
}

.discover .slick-track {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.discover .slick-slide {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.discover .slick-prev {
  width: 24px;
  height: 40px;
  background: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-slider-arrow-left.png) no-repeat center;
  background-size: cover;
  font-size: 0;
  border: none;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  left: -webkit-calc(10% - 12px);
  left: calc(10% - 12px);
  display: block;
  position: absolute;
  z-index: 55;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.discover .slick-prev:hover {
  opacity: 1;
}

.discover .slick-prev:before {
  display: none;
}

.discover .slick-next {
  width: 24px;
  height: 40px;
  background: url(https://media.macphun.com/img/uploads/uploads/skylum/l/hero-slider-arrow-right.png) no-repeat center;
  background-size: cover;
  font-size: 0;
  border: none;
  top: -webkit-calc(50% - 20px);
  top: calc(50% - 20px);
  right: -webkit-calc(10% - 12px);
  right: calc(10% - 12px);
  display: block;
  position: absolute;
  z-index: 55;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.discover .slick-next:hover {
  opacity: 1;
}

.discover .slick-next:before {
  display: none;
}

.luminar-ai-portrait-ba-slider {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 750px;
  position: relative;
  z-index: 0;
  padding: 0;
  overflow: hidden;
}

@media (max-width: 1799px) {
  .luminar-ai-portrait-ba-slider {
    height: 550px;
  }
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider {
    height: 290px;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider .sign {
    left: 170px;
    bottom: 0;
  }
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider {
    margin-bottom: 40px;
    height: auto;
    min-height: unset;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider {
    margin-top: 30px;
  }
  .luminar-ai-portrait-ba-slider .container-fluid, .luminar-ai-portrait-ba-slider .row, .luminar-ai-portrait-ba-slider .col-12 {
    padding: 0;
    margin: 0;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-wrapper {
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-info {
  position: absolute;
  bottom: 40px;
  right: 40px;
  max-width: 580px;
  z-index: 10;
  pointer-events: none;
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-info {
    padding: 20px;
    max-width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: initial;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-info_left {
  right: initial;
  left: 40px;
}

@media (max-width: 1280px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-info {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin: 0 auto;
  }
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-info .sky-ai__title {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-info .sky-ai__title span {
  font-size: 70%;
  vertical-align: super;
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-info .sky-ai__descr {
  color: #fff;
  margin-bottom: 24px;
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-info .sky-ai__descr {
    color: #B7B7B7;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-caption {
  display: block;
  color: white;
  margin-bottom: 30px;
  pointer-events: none;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-caption {
    display: none;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-caption__mob {
  display: none;
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-caption__mob {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 15px;
  }
}

@media (max-width: 575px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-caption__mob {
    max-width: 220px;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-subtext {
  font-size: 12px;
  margin-top: 10px;
  color: #B3AABE;
  pointer-events: none;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-right-images {
  pointer-events: none;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 3;
}

@media (max-width: 1280px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-right-images .ui {
    display: none;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-right-images .ui .portrait-settings-img {
  max-width: 320px;
  max-height: 820px;
}

@media (min-width: 1800px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-right-images .ui .portrait-settings-img {
    max-width: 370px;
  }
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .luminar-portrait-slider-right-images .ui .portrait-settings-img {
    height: 300px;
  }
}

.luminar-ai-portrait-ba-slider .luminar-portrait-slider-right-images .ui .portrait-face-ai-img {
  position: absolute;
  right: 140px;
  bottom: 140px;
  width: 390px;
  height: 235px;
}

.luminar-ai-portrait-ba-slider .switch-panel-wrapper {
  pointer-events: visible;
  -webkit-box-shadow: 0 1px 0 rgba(57, 38, 74, 0.2);
  box-shadow: 0 1px 0 rgba(57, 38, 74, 0.2);
  border-radius: 11px;
  height: 43px;
  min-width: 284px;
  max-width: 500px;
  z-index: 1;
  padding: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(223, 225, 227, 0.12)), to(rgba(223, 225, 227, 0.2)));
  background: -webkit-linear-gradient(top, rgba(223, 225, 227, 0.12) 0%, rgba(223, 225, 227, 0.2) 100%);
  background: -o-linear-gradient(top, rgba(223, 225, 227, 0.12) 0%, rgba(223, 225, 227, 0.2) 100%);
  background: linear-gradient(180deg, rgba(223, 225, 227, 0.12) 0%, rgba(223, 225, 227, 0.2) 100%);
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    margin: 0 auto 16px;
  }
}

@media (max-width: 575px) {
  .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    min-width: 260px;
    max-width: 260px;
  }
}

@media (max-width: 1799px) {
  .fr .luminar-ai-portrait-ba-slider .switch-panel-wrapper,
  .it .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    width: 312px;
  }
}

@media (max-width: 1279px) {
  .fr .luminar-ai-portrait-ba-slider .switch-panel-wrapper,
  .it .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .fr .luminar-ai-portrait-ba-slider .switch-panel-wrapper,
  .it .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    width: 270px;
  }
}

.nl .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
  width: 316px;
}

@media (max-width: 1799px) {
  .nl .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    width: 300px;
  }
}

@media (max-width: 1279px) {
  .nl .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    width: 250px;
  }
}

@media (max-width: 575px) {
  .nl .luminar-ai-portrait-ba-slider .switch-panel-wrapper {
    width: 270px;
  }
}

.luminar-ai-portrait-ba-slider .switch-panel {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  height: 100%;
}

.luminar-ai-portrait-ba-slider .switch-panel:after {
  content: "";
  position: absolute;
  width: 50%;
  top: 0;
  -webkit-transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.4s;
  -o-transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.4s;
  transition: left cubic-bezier(0.88, -0.35, 0.565, 1.35) 0.4s;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 100%;
  z-index: -1;
}

.luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  border: none;
  background-color: unset;
  font-size: 14px;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 120% !important;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
    line-height: 30px;
  }
}

@media (max-width: 575px) {
  .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
    font-size: 11px;
    line-height: 1;
  }
}

.luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn:hover {
  color: #fff;
}

.es .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
  font-size: 13px;
}

@media (max-width: 1279px) {
  .es .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
    font-size: 10px;
  }
}

.nl .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
  font-size: 11px;
}

@media (max-width: 1279px) {
  .nl .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
    font-size: 9px;
  }
}

.fr .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn,
.it .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
  font-size: 12px;
}

@media (max-width: 1279px) {
  .fr .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn,
  .it .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn {
    font-size: 10px;
  }
}

.luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn .ai-label, .luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn span {
  font-size: 70%;
  vertical-align: super;
  position: relative;
  top: -4px;
}

.luminar-ai-portrait-ba-slider .switch-panel.left:after {
  left: 0;
}

.luminar-ai-portrait-ba-slider .switch-panel.right:after {
  left: 50%;
}

.luminar-ai-portrait-ba-slider .switch-panel .tab-switch-btn.active {
  color: #0D0B1F;
}

.luminar-ai-portrait-ba-slider .ba-slider-wrap-mod {
  padding-bottom: 82px;
}

.luminar-ai-portrait-ba-slider .ba-slider-new__wrap {
  height: 750px;
}

@media (max-width: 1799px) {
  .luminar-ai-portrait-ba-slider .ba-slider-new__wrap {
    height: 550px;
  }
}

@media (max-width: 1279px) {
  .luminar-ai-portrait-ba-slider .ba-slider-new__wrap {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait-ba-slider .ba-slider-new__wrap {
    height: 290px;
  }
}

.luminar-ai-portrait-ba-slider .ba-slider-new__img {
  height: 100%;
}

.luminar-ai-portrait-ba-slider.preload .ba-slider-new__img-before {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-ai-bokeh-before-min.jpg?q=75&f=webp);
}

.luminar-ai-portrait-ba-slider.preload .ba-slider-new__img-before_1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-ai-light-after-min.jpg?q=75&f=webp);
}

.luminar-ai-portrait-ba-slider.preload .ba-slider-new__img-before_2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-ai-bokeh-before-1-min.jpg?q=75&f=webp);
}

.luminar-ai-portrait-ba-slider.preload .ba-slider-new__img-after {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-ai-bokeh-after-min.jpg?q=75&f=webp);
}

.luminar-ai-portrait-ba-slider.preload .ba-slider-new__img-after_1 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-ai-light-before-min.jpg?q=75&f=webp);
}

.luminar-ai-portrait-ba-slider.preload .ba-slider-new__img-after_2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/luminar-ai-bokeh-after-1-min.jpg?q=75&f=webp);
}

.luminar-ai-portrait {
  width: 100%;
  padding: 110px 0 40px;
}

@media (max-width: 1279px) {
  .luminar-ai-portrait {
    padding: 100px 0 40px;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait {
    padding: 80px 0 20px;
  }
}

.luminar-ai-portrait__title {
  padding-bottom: 20px;
}

.luminar-ai-portrait__subtitle {
  max-width: 910px;
  margin: 0 auto;
}

.luminar-ai-portrait__head {
  text-align: center;
  padding-bottom: 40px;
}

@media (max-width: 1799px) {
  .luminar-ai-portrait__head {
    padding-bottom: 30px;
  }
}

.luminar-ai-portrait__btn-wr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .luminar-ai-portrait__btn-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.luminar-ai-portrait__btn-wr > * {
  min-width: 216px;
}

@media (max-width: 767px) {
  .luminar-ai-portrait__btn-wr > * {
    min-width: 70%;
  }
}

@media (max-width: 767px) {
  .luminar-ai-portrait__btn-wr > *:last-child {
    margin: 15px 0 0;
  }
}

.possibilities {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .possibilities {
    padding: 50px 0;
  }
}

.possibilities__header {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .possibilities__header {
    margin-bottom: 0;
  }
}

.possibilities__header .title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .possibilities__header .title {
    font-size: 30px;
    line-height: 37px;
  }
}

@media (max-width: 767px) {
  .possibilities__header .title {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 30px;
  }
}

.possibilities__header .title span {
  color: #FFA800;
}

.possibilities__header .subtitle {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  max-width: 805px;
  margin: 0 auto 25px;
}

@media (max-width: 992px) {
  .possibilities__header .subtitle {
    font-size: 15px;
    line-height: 150%;
  }
}

@media (max-width: 767px) {
  .possibilities__header .subtitle {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 0;
  }
}

.possibilities__slider {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .possibilities__slider {
    margin-bottom: 0;
  }
}

.possibilities__slider-wrap {
  position: relative;
}

.possibilities__slider-slide {
  padding: 0 25px;
  width: 1530px;
  opacity: .15;
}

.possibilities__slider-slide.slick-active {
  opacity: 1;
}

@media (max-width: 1799px) {
  .possibilities__slider-slide {
    width: 1200px;
  }
}

@media (max-width: 1279px) {
  .possibilities__slider-slide {
    width: 1000px;
  }
}

@media (max-width: 959px) {
  .possibilities__slider-slide {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .possibilities__slider-slide {
    width: auto;
    padding: 0 5px;
  }
}

.possibilities__slider-btn-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.possibilities__slider-btn-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -40px;
}

@media (max-width: 1279px) {
  .possibilities__slider-btn-inner {
    margin: 0 -20px;
  }
}

@media (max-width: 767px) {
  .possibilities__slider-btn-inner {
    margin: 0;
  }
}

.possibilities__slider-btn {
  width: 24px;
  height: 40px;
  font-size: 0;
  border: none;
  z-index: 55;
  opacity: .5;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: initial;
}

.possibilities__slider-btn img {
  width: 100%;
}

.possibilities__slider-btn:hover {
  opacity: 1;
}

.possibilities__inner {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}

.possibilities__btn-wr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 10;
  pointer-events: none;
  margin: 0 auto;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1A1A1A;
  padding: 4px;
}

@media (max-width: 1279px) {
  .possibilities__btn-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .possibilities__btn-wr {
    width: 100%;
    margin-bottom: 0;
  }
}

.possibilities__btn-wr .sk-btn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: auto;
  margin-bottom: 0;
}

@media (max-width: 1279px) {
  .possibilities__btn-wr .sk-btn {
    min-width: 250px;
  }
}

@media (max-width: 767px) {
  .possibilities__btn-wr .sk-btn {
    width: auto;
    min-width: 0;
  }
}

@media (max-width: 1279px) {
  .possibilities__btn-wr .sk-btn:last-child {
    margin-top: 15px;
  }
}

.possibilities__btn-wr .sk-btn.sk-btn-trial {
  padding: 13px 25px;
}

.possibilities__btn-wr .sk-btn img {
  position: absolute;
  width: 34px;
}

@media (max-width: 767px) {
  .possibilities__btn-wr .sk-btn img {
    right: -25px;
    top: 8px;
  }
}

.possibilities__btn-wr.anniversary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 959px) {
  .possibilities__btn-wr.anniversary {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.possibilities__btn-wr.anniversary .sk-btn {
  min-width: 175px;
}

.possibilities__btn-wr.anniversary .anniversary-img {
  width: 63px;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 959px) {
  .possibilities__btn-wr.anniversary .anniversary-img {
    display: none;
  }
}

.possibilities__btn-wr.anniversary .anniversary-img-experiment {
  width: 76px;
  margin: 0 7px;
}

.possibilities__btn-wr.anniversary .anniversary-text-experiment {
  color: #C319FF;
  max-width: 155px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-flex: min-content;
  -moz-box-flex: min-content;
  -ms-flex: min-content;
  flex: min-content;
}

@media (max-width: 959px) {
  .possibilities__btn-wr.anniversary .anniversary-text-experiment {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
}

.possibilities__btn-wr.anniversary .anniversary-text {
  color: #FFA800;
  max-width: 205px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-flex: min-content;
  -moz-box-flex: min-content;
  -ms-flex: min-content;
  flex: min-content;
  margin-left: 60px;
}

.possibilities__btn-wr.anniversary .anniversary-text_summer {
  color: #FF5C00;
  max-width: 230px;
}

.possibilities__btn-wr.anniversary .anniversary-text_summer span {
  color: #FFA800;
}

@media (max-width: 959px) {
  .possibilities__btn-wr.anniversary .anniversary-text {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0;
  }
}

.possibilities__btn-wr.anniversary .anniversary-text span {
  display: block;
}

.possibilities__btn-wr.anniversary .anniversary-timer {
  margin-top: 32px;
}

.possibilities__btn-label {
  font-size: 32px;
}

@media (max-width: 767px) {
  .possibilities__btn-label {
    display: none;
  }
}

.possibilities__btn-wr {
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: #1A1A1A;
  padding: 4px;
}

@media (max-width: 1279px) {
  .possibilities__btn-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.possibilities__btn-wr .sk-btn {
  max-width: none;
  min-width: auto;
  background: #FFA800;
  width: 100%;
}

@media (max-width: 1280px) {
  .possibilities__btn-wr .sk-btn {
    margin-bottom: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .possibilities__btn-wr .sk-btn {
    min-width: 100%;
  }
}

.possibilities__btn-wr .anniversary-timer.hero-bigfallupgrade__countdown .countdown-timer__digit {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.possibilities__btn-wr .anniversary-timer.hero-bigfallupgrade__countdown .countdown-timer__digit p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.possibilities__btn-wr .countdown-timer__devider {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.possibilities .label {
  color: #FFA800;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .possibilities .sk-btn.sk-btn_type_primary {
    width: 100%;
  }
}

.plug {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .plug {
    padding: 50px 0;
  }
}

.plug-title {
  color: #F5F5F5;
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 1279px) {
  .plug-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .plug-title {
    font-size: 34px;
  }
}

@media (max-width: 575px) {
  .plug-title {
    font-size: 28px;
  }
}

.plug__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plug__wrap-item {
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0F0F0F;
}

@media (max-width: 575px) {
  .plug__wrap-item {
    padding: 24px 15px;
  }
}

.plug__wrap-item_left {
  width: -webkit-calc(66.66% - 15px);
  width: calc(66.66% - 15px);
}

@media (max-width: 1279px) {
  .plug__wrap-item_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.plug__wrap-item_right {
  width: -webkit-calc(33.33% - 15px);
  width: calc(33.33% - 15px);
}

@media (max-width: 1279px) {
  .plug__wrap-item_right {
    width: 100%;
  }
}

.plug__item-title {
  color: #F5F5F5;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .plug__item-title {
    font-size: 22px;
  }
}

.plug__item-subtitle {
  color: #BCBCBC;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
}

@media (max-width: 575px) {
  .plug__item-subtitle {
    font-size: 16px;
  }
}

.plug__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 32px;
}

.plug__row-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.plug__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
}

.plug__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.plug__list-item_icon {
  display: block;
  width: 24px;
  height: auto;
}

@media (max-width: 575px) {
  .plug__list-item_icon {
    width: 21px;
  }
}

.plug__list-item_name {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

@media (max-width: 575px) {
  .plug__list-item_name {
    font-size: 16px;
  }
}

.early-access-text {
  font-size: 13px;
  text-align: center;
  max-width: 205px;
  pointer-events: all;
}

.early-access-link {
  display: inline-block;
  color: #B3AABE;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-bottom: 1px solid #B3AABE;
}

.early-access-link:hover {
  color: #cdc7d4;
  border-bottom: 1px solid #cdc7d4;
}

.early-access-popup .close {
  position: absolute;
  right: 20px;
  left: unset;
}

.early-access-popup__container {
  width: 960px;
  max-width: unset;
  height: auto;
  max-height: 890px;
  border-radius: 20px;
  background: -webkit-radial-gradient(103.82% 97.69% at 50% 2.31%, rgba(13, 11, 31, 0) 0%, #0D0B1F 100%), -webkit-linear-gradient(359.93deg, rgba(17, 196, 253, 0.22) 0.05%, rgba(204, 0, 237, 0.22) 99.94%), #0D0B1F;
  background: -o-radial-gradient(103.82% 97.69% at 50% 2.31%, rgba(13, 11, 31, 0) 0%, #0D0B1F 100%), -o-linear-gradient(359.93deg, rgba(17, 196, 253, 0.22) 0.05%, rgba(204, 0, 237, 0.22) 99.94%), #0D0B1F;
  background: radial-gradient(103.82% 97.69% at 50% 2.31%, rgba(13, 11, 31, 0) 0%, #0D0B1F 100%), linear-gradient(90.07deg, rgba(17, 196, 253, 0.22) 0.05%, rgba(204, 0, 237, 0.22) 99.94%), #0D0B1F;
}

@media (max-width: 1279px) {
  .early-access-popup__container {
    max-height: unset;
  }
}

.early-access-popup__wrapper {
  padding: 50px;
  height: 100%;
}

@media (max-width: 1279px) {
  .early-access-popup__wrapper {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .early-access-popup__wrapper {
    padding: 0 20px;
  }
}

.early-access-popup__title {
  text-align: center;
}

@media (max-width: 767px) {
  .early-access-popup__title {
    padding-top: 50px;
    font-size: 24px;
  }
}

.early-access-popup__content {
  margin-top: 30px;
  padding: 40px 35px 0;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/early-access-ui.png?f=webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 1279px) {
  .early-access-popup__content {
    padding: 30px 20px 0;
  }
}

@media (max-width: 767px) {
  .early-access-popup__content {
    background-image: unset;
    padding: 0 0 30px;
  }
}

.early-access-popup__table {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

@media (max-width: 767px) {
  .early-access-popup__table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.early-access-popup__table:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 340px;
  height: 100%;
  background: -webkit-linear-gradient(0.05deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.95%);
  background: -o-linear-gradient(0.05deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.95%);
  background: linear-gradient(89.95deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.95%);
  opacity: 0.2;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

@media (max-width: 767px) {
  .early-access-popup__table:before {
    width: 100%;
    height: 320px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.04%, #FFFFFF), color-stop(99.95%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(top, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.95%);
    background: -o-linear-gradient(top, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.95%);
    background: linear-gradient(180deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.95%);
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

.early-access-popup__table-col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 767px) {
  .early-access-popup__table-col {
    border-right: none;
  }
}

@media (max-width: 575px) {
  .early-access-popup__table-col .tooltip__body {
    left: unset;
    right: 5px;
  }
}

@media (max-width: 767px) {
  .early-access-popup__table-col:first-child .early-access-popup__table-head {
    border-top: none;
  }
}

.early-access-popup__table-col:nth-child(2) .early-access-popup__table-head p, .early-access-popup__table-col:nth-child(2) .early-access-popup__field p {
  opacity: 0.2;
}

.early-access-popup__table-col:last-child {
  border-right: none;
}

.early-access-popup__table-col:last-child .early-access-popup__table-head p, .early-access-popup__table-col:last-child .early-access-popup__field p {
  opacity: 0.2;
}

.early-access-popup__table-col:last-child .tooltip__body {
  left: unset;
  right: 5px;
}

.early-access-popup__table-head {
  padding: 20px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 1279px) {
  .early-access-popup__table-head {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .early-access-popup__table-head {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
  }
}

.early-access-popup__table-head .sk-text {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}

.early-access-popup__table-body {
  padding: 40px 10px 40px 30px;
}

@media (max-width: 767px) {
  .early-access-popup__table-body {
    padding: 15px 10px 15px 20px;
  }
}

.early-access-popup__field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}

.early-access-popup__field:first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .early-access-popup__field {
    margin-top: 15px;
  }
}

.early-access-popup__field .sk-figure {
  display: inline-block;
  width: 29px;
  height: 29px;
}

@media (max-width: 1279px) {
  .early-access-popup__field .sk-figure {
    min-width: 29px;
    min-height: 29px;
  }
}

.early-access-popup__field .sk-figure img {
  width: 100%;
  height: 100%;
}

.early-access-popup__field .sk-text {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  font-weight: bold;
}

.early-access-popup__field .early-access-popup__share-icon {
  width: 38px;
  height: 23px;
}

.early-access-popup__field .early-access-popup__share-text {
  margin-left: 7px;
}

.early-access-popup__text-content {
  margin-top: 20px;
}

.early-access-popup__text-content .sk-text {
  color: #CCBFD9;
  font-size: 15px;
}

.early-access-popup__text-content .sk-text:nth-child(2) {
  color: #ffffff;
  margin: 20px 0 10px;
  font-weight: bold;
}

.early-access-popup__text-content .sk-btn {
  display: block;
  min-width: 275px;
  max-width: 275px;
  margin: 30px auto 0;
}

.early-access-popup .tooltip {
  top: initial;
  right: initial;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
}

.early-access-popup .tooltip__body {
  display: none;
  position: absolute;
  background: #181A20;
  border: 2px solid #404160;
  border-radius: 10px;
  min-width: 218px;
  max-width: 218px;
  padding: 15px;
  z-index: 1;
}

.early-access-popup .tooltip__body .sk-text {
  font-size: 15px;
  margin-left: 0;
}

.early-access-popup .tooltip__body .sk-text:first-child {
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
  opacity: 1;
}

.early-access-popup .tooltip__body .sk-text:last-child {
  font-weight: 400;
  color: #B3AABE;
  opacity: 1;
}

.early-access-popup .tooltip .fa-question-circle-o {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.5;
}

.early-access-popup .tooltip.active .tooltip__body {
  display: block;
}

.early-access-popup .tooltip:hover .fa-question-circle-o {
  opacity: 0.8;
}

@media (max-width: 575px) {
  .early-access-popup__field-caption {
    width: 140px;
  }
}

.early-access-popup .hide-popup-btn {
  display: none;
}

@media (max-width: 767px) {
  .early-access-popup .hide-popup-btn {
    display: block;
  }
}

.fr .early-access-popup .early-access-popup__table-head, .it .early-access-popup .early-access-popup__table-head, .es .early-access-popup .early-access-popup__table-head, .nl .early-access-popup .early-access-popup__table-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 74px;
  padding: 0 10px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.de .early-access-popup .early-access-popup__table-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 88px;
}

.de .early-access-popup .early-access-popup__container {
  max-height: unset;
}

.de .early-access-popup .early-access-popup__field-caption {
  white-space: nowrap;
}

@media (max-width: 1279px) {
  .de .early-access-popup .early-access-popup__field-caption {
    white-space: normal;
    width: 170px;
  }
}

.luminar-ai-faq {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.luminar-ai-faq__head {
  text-align: center;
  padding-bottom: 32px;
}

.luminar-ai-faq__list {
  max-width: 750px;
  margin: 0 auto;
}

.luminar-ai-faq__full-guide-btn-wr {
  padding-top: 25px;
}

@media (max-width: 767px) {
  .luminar-ai-faq__full-guide-btn-wr {
    text-align: center;
  }
}

.luminar-ai-faq__full-guide-btn {
  border-radius: 8px !important;
}

@media (max-width: 959px) {
  .luminar-ai-faq__full-guide-btn {
    white-space: normal;
  }
}

.luminar-ai-faq .accordion {
  width: 100%;
  margin: 0 auto;
}

.luminar-ai-faq .accordion ul {
  padding-left: 25px;
  padding-bottom: 20px;
}

.luminar-ai-faq .accordion ul li {
  position: relative;
}

.luminar-ai-faq .accordion ul li:before {
  left: -14px;
  top: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.luminar-ai-faq .accordion-content-wr {
  padding: 20px;
}

@media (max-width: 380px) {
  .luminar-ai-faq .accordion-content-wr {
    padding: 15px;
  }
}

.luminar-ai-faq .accordion-btn {
  cursor: pointer;
  position: relative;
  font-size: 18px;
}

@media (max-width: 767px) {
  .luminar-ai-faq .accordion-btn {
    padding-right: 15px;
  }
}

.luminar-ai-faq .accordion-btn:before {
  content: '';
  position: absolute;
  left: -25px;
  top: 6px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@media (max-width: 767px) {
  .luminar-ai-faq .accordion-btn:before {
    left: -20px;
    top: 4px;
  }
}

.luminar-ai-faq .accordion-hidden-content {
  padding-top: 17px;
  display: none;
}

.luminar-ai-faq .accordion-hidden-content .sk-text {
  color: #B6B6BC;
  padding-bottom: 15px;
}

.luminar-ai-faq .accordion-hidden-content .sk-text:last-child {
  padding-bottom: 0;
}

.luminar-ai-faq .accordion-hidden-content .sk-text a {
  font-size: inherit !important;
}

.luminar-ai-faq .accordion .show-content .accordion-btn:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.luminar-ai-faq.preload .accordion-btn:before {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-ai-release/faq-arrow.svg);
}

.luminar-neo-requirements {
  background-color: #000;
  padding: 50px 0 20px;
}

@media (max-width: 1279px) {
  .luminar-neo-requirements {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .luminar-neo-requirements__body {
    padding: 0;
  }
}

.luminar-neo-requirements__title {
  text-align: center;
}

.luminar-neo-requirements__item-name {
  padding-bottom: 15px;
}

.luminar-neo-requirements__item-desc {
  padding-bottom: 15px;
  color: #ffffff;
  opacity: 0.7;
}

.luminar-neo-requirements__item_title {
  padding-bottom: 20px;
  margin-bottom: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.luminar-neo-requirements__item_title figure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 29px;
}

.luminar-neo-requirements__item_title figure svg {
  display: block;
}

.luminar-neo-requirements__req-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}

@media (max-width: 767px) {
  .luminar-neo-requirements__req-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.luminar-neo-requirements__req-title figure:first-child {
  margin: 0 15px;
}

.luminar-neo-requirements__req-field {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 575px) {
  .luminar-neo-requirements__req-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.luminar-neo-requirements__content {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.luminar-neo-requirements .active-content {
  max-height: 600px;
}

@media (max-width: 1279px) {
  .luminar-neo-requirements .active-content {
    max-height: 820px;
  }
}

@media (max-width: 767px) {
  .luminar-neo-requirements .active-content {
    max-height: 1070px;
  }
}

.luminar-neo-requirements .active-text {
  display: none;
}

.luminar-neo-requirements .mobile-req-btn {
  display: none;
}

@media (max-width: 575px) {
  .luminar-neo-requirements .mobile-req-btn {
    display: block;
  }
}

.luminar-neo-requirements .desktop-req-btn {
  display: block;
}

@media (max-width: 575px) {
  .luminar-neo-requirements .desktop-req-btn {
    display: none;
  }
}

.luminar-neo-requirements__link {
  display: inline-block;
  margin-top: 10px;
}

.luminar-neo-requirements__wrap {
  margin-top: 30px;
}

@media (max-width: 575px) {
  .luminar-neo-requirements__wrap .row:last-child {
    padding-bottom: 15px;
  }
}

.mainPopupWrapper.popup.active,
.mainPopupContainer.popup-container {
  background: #1D1F2A !important;
  padding: 50px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 100%;
}

@media (max-width: 480px) {
  .mainPopupWrapper.popup.active,
  .mainPopupContainer.popup-container {
    padding: 15px;
  }
}

.mainPopupWrapper.popup.active .close,
.mainPopupContainer.popup-container .close {
  position: absolute;
  top: 30px;
  right: 30px;
  left: auto;
}

.popup-content {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-content__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 72px;
  margin-bottom: 32px;
}

@media (max-width: 1280px) {
  .popup-content__title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .popup-content__title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .popup-content__title {
    padding-top: 40px;
  }
}

.popup-content .btn-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 40px;
}

@media (max-width: 480px) {
  .popup-content .btn-row {
    position: absolute;
    left: 15px;
    top: 15px;
  }
}

.popup-content .btn-row a {
  margin: 0 8px;
  min-width: 110px;
}

@media (max-width: 767px) {
  .popup-content .btn-row a {
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin: 0 8px 0 0;
    padding: 10px 15px;
  }
}

.popup-video {
  max-width: 1270px;
  width: 70%;
  overflow: hidden;
  border-radius: 16px;
}

@media (max-width: 992px) {
  .popup-video {
    width: 100%;
    max-width: 90%;
  }
}

.popup-video video {
  width: 100%;
  display: block;
}

.popup-video .desc {
  display: block;
}

@media (max-width: 480px) {
  .popup-video .desc {
    display: none;
  }
}

.popup-video .mob {
  display: none;
}

@media (max-width: 480px) {
  .popup-video .mob {
    display: block;
  }
}

.sk-uikit-v2 .fix-menu {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-size: cover;
  background-position: center;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/fix-menu-bg-new.png);
  z-index: 101;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow: hidden;
}

.sk-uikit-v2 .fix-menu.bf-23 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/cw-sticky-header-min.png);
}

@media (max-width: 1560px) {
  .sk-uikit-v2 .fix-menu.bf-23 {
    background-position-x: -webkit-calc(50% - 110px);
    background-position-x: calc(50% - 110px);
  }
}

@media (max-width: 1279px) {
  .sk-uikit-v2 .fix-menu.bf-23 {
    background-position-x: -webkit-calc(50% + 20px);
    background-position-x: calc(50% + 20px);
  }
}

@media (max-width: 959px) {
  .sk-uikit-v2 .fix-menu.bf-23 {
    background-position-x: -webkit-calc(50% + 50px);
    background-position-x: calc(50% + 50px);
  }
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu.bf-23 {
    background-position-x: center;
  }
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu.bf-23 {
    background-position-x: -webkit-calc(50% - 20px);
    background-position-x: calc(50% - 20px);
    background-size: 650px;
    background-repeat: no-repeat;
    background-position-y: center;
    background-color: #0a070d;
  }
}

.sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle {
  background: #120730;
  height: 56px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .fix-menu__btns-wrap {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .fix-menu__label-text_color {
  background: -webkit-linear-gradient(0.01deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
  background: -o-linear-gradient(0.01deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
  background: linear-gradient(89.99deg, #5096FF 0.01%, #7467FD 45.27%, #B700FF 108.68%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  text-transform: none;
  margin-right: 20px;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu.fix-menu-june-photo-bundle .fix-menu__label-text_color {
    font-size: 11px;
    line-height: 17px;
    margin: 0 10px 0 0;
  }
}

.sk-uikit-v2 .fix-menu__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

@media (max-width: 580px) {
  .sk-uikit-v2 .fix-menu__text {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .sk-uikit-v2 .fix-menu__text svg {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__text img {
  max-width: 256px;
}

@media (max-width: 1280px) {
  .sk-uikit-v2 .fix-menu__text img {
    max-width: 200px;
  }
}

@media (max-width: 820px) {
  .sk-uikit-v2 .fix-menu__text img {
    max-width: 120px;
  }
}

.sk-uikit-v2 .fix-menu__text p {
  text-align: right;
  font-weight: 600;
  font-size: 15px;
  line-height: 120%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__text p {
    font-size: 11px;
  }
}

.sk-uikit-v2 .fix-menu__btn {
  padding: 11px 25px;
  margin-bottom: 0;
  margin-left: 16px;
  min-width: 170px;
}

@media (max-width: 992px) {
  .sk-uikit-v2 .fix-menu__btn {
    min-width: 160px !important;
  }
}

.sk-uikit-v2 .fix-menu__btn .icon {
  display: none;
}

@media (max-width: 992px) {
  .sk-uikit-v2 .fix-menu__btn .icon {
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    font-size: 48px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.sk-uikit-v2 .fix-menu.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sk-uikit-v2 .fix-menu__col {
  position: relative;
}

.sk-uikit-v2 .fix-menu__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  height: 50px;
  max-width: 1650px;
  margin: 0 auto;
}

@media (max-width: 1279px) {
  .sk-uikit-v2 .fix-menu__wrap {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.sk-uikit-v2 .fix-menu__wrap.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.sk-uikit-v2 .fix-menu__logo-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sk-uikit-v2 .fix-menu__logo-wrap figure {
  width: 40px;
  height: 45px;
  margin-right: 12px;
  overflow: hidden;
}

.sk-uikit-v2 .fix-menu__logo-wrap figure svg {
  width: 100%;
  height: 100%;
}

.sk-uikit-v2 .fix-menu__luminar-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__luminar-logo {
    position: relative;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
}

.sk-uikit-v2 .fix-menu__luminar-logo figure {
  width: 100%;
  max-width: 200px;
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__luminar-logo figure {
    margin: 0;
  }
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu__luminar-logo figure {
    max-width: 150px;
  }
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__luminar-logo_desc {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__luminar-logo_mob {
  display: none;
}

@media (max-width: 425px) {
  .fr .sk-uikit-v2 .fix-menu__luminar-logo_mob {
    margin-right: 10px;
  }
}

.sk-uikit-v2 .fix-menu__luminar-logo_mob img {
  max-width: 40px;
}

@media (max-width: 425px) {
  .fr .sk-uikit-v2 .fix-menu__luminar-logo_mob img {
    width: 30px;
  }
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__luminar-logo_mob {
    display: block;
  }
}

.sk-uikit-v2 .fix-menu__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 960px) {
  .sk-uikit-v2 .fix-menu__title {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.sk-uikit-v2 .fix-menu__btns-wrap img {
  width: 40px;
  margin: 0 8px 0 12px;
}

.sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download__gift {
  top: -5px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .sk-btn {
    font-size: 11px;
    min-width: 120px !important;
    padding: 8px 7px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    margin-left: 5px;
  }
  .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download_mob.sk-btn {
    padding: 7px 7px;
  }
  .fr .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download {
    white-space: initial;
    font-size: 10px;
    line-height: 10px;
  }
}

@media (max-width: 425px) {
  .fr .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-buy.sk-btn {
    white-space: initial;
    line-height: 12px;
    padding: 5px;
  }
  .fr .sk-uikit-v2 .fix-menu__btns-wrap .btn-trial-download_mob.sk-btn {
    white-space: initial;
    line-height: 12px;
    padding: 5px;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label {
    right: 0;
  }
}

@media (max-width: 1279px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label img {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label img {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p {
  font-size: 15px;
  font-weight: 700;
  line-height: 130%;
  text-align: end;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p {
    font-size: 12px;
    line-height: 125%;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span {
  text-shadow: 0px 5.544642925262451px 33.26785659790039px 0px #40C6FF80;
  display: inline-block;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: cover;
  background-image: -webkit-linear-gradient(357.09deg, #30E794 0.99%, #2CC1DF 78.59%), -webkit-linear-gradient(bottom, #FFFFFF, #FFFFFF);
  background-image: -o-linear-gradient(357.09deg, #30E794 0.99%, #2CC1DF 78.59%), -o-linear-gradient(bottom, #FFFFFF, #FFFFFF);
  background-image: linear-gradient(92.91deg, #30E794 0.99%, #2CC1DF 78.59%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

@media (max-width: 992px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span.desc {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span.mob {
  display: none;
}

@media (max-width: 992px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p span.mob {
    display: block;
    text-transform: uppercase;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p img {
  width: 235px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 992px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p img {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label-icon {
  width: 34px;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

.sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label-icon_mob {
  display: none;
  -webkit-transform: rotate(14deg);
  -ms-transform: rotate(14deg);
  transform: rotate(14deg);
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label-icon_mob {
    display: block;
  }
}

.sk-uikit-v2 .fix-menu .luminar-neo-fix__btn-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  margin-left: 15px;
  line-height: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu .luminar-neo-fix__btn-label {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  margin-right: 10px;
}

.sk-uikit-v2 .fix-menu__label-text {
  font-size: 14px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 15px;
  color: white;
  text-align: right;
  max-width: 322px;
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu__label-text {
    font-size: 12px;
    line-height: 130%;
  }
}

.sk-uikit-v2 .fix-menu__label-text_color {
  color: #FFEA00;
}

@media (max-width: 768px) {
  .sk-uikit-v2 .fix-menu__label-text_color {
    display: block;
  }
}

.sk-uikit-v2 .fix-menu__label .sk-figure img {
  width: 45px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__label .sk-figure img {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu__label-experiment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: initial;
  -webkit-box-direction: initial;
  -moz-box-orient: initial;
  -moz-box-direction: initial;
  -ms-flex-direction: initial;
  flex-direction: initial;
  margin-right: 10px;
}

.sk-uikit-v2 .fix-menu__label-experiment-text {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: white;
  text-align: right;
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu__label-experiment-text {
    font-size: 12px;
    line-height: 130%;
  }
}

.sk-uikit-v2 .fix-menu__label-experiment-text_color {
  font-weight: 700;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__label-experiment-text_color {
    font-size: 12px;
  }
}

.sk-uikit-v2 .fix-menu__label-experiment-text_color span {
  display: block;
}

.sk-uikit-v2 .fix-menu__label-experiment .sk-figure img {
  width: 45px;
}

@media (max-width: 767px) {
  .sk-uikit-v2 .fix-menu__label-experiment .sk-figure img {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu .promo-label {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-align: end;
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu .promo-label {
    font-size: 11px;
    line-height: 130%;
    letter-spacing: 0.6px;
  }
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu .promo-label__desk {
    display: none;
  }
}

.sk-uikit-v2 .fix-menu .promo-label__mob {
  display: none;
}

@media (max-width: 575px) {
  .sk-uikit-v2 .fix-menu .promo-label__mob {
    display: inline;
  }
}

.luminar-neo-fix__btn-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  padding-right: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFEAEA;
  font-weight: 700;
  font-size: 14px;
  line-height: 139.5%;
}

@media (max-width: 959px) {
  .luminar-neo-fix__btn-label {
    display: none;
  }
}

@media (max-width: 1279px) {
  .fr .luminar-neo-fix__btn-label {
    display: none;
  }
}

.luminar-neo-fix__btn-label img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes Color {
  0% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  50% {
    background: -webkit-linear-gradient(27.75deg, #BB67FF -43.58%, #8D25BF 3.61%, #DD68D0 51.48%, #FFA0E1 107.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

@keyframes Color {
  0% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  50% {
    background: -webkit-linear-gradient(27.75deg, #BB67FF -43.58%, #8D25BF 3.61%, #DD68D0 51.48%, #FFA0E1 107.8%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  100% {
    background: -webkit-linear-gradient(291.4deg, #BB67FF 0.36%, #8D25BF 19.37%, #DD68D0 38.64%, #FFA0E1 61.32%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}

.nl .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .fr .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .de .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .it .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p, .es .sk-uikit-v2 .fix-menu__btns-wrap .hero__btn-label p {
  font-size: 13px;
}

.luminar-neo-fix {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 60px;
}

@media (max-width: 1120px) {
  .luminar-neo-fix {
    background-position: center;
    background-size: cover;
  }
}

.luminar-neo-fix-aniversary {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/anniversary-fix-bgi-with-pic.jpg);
}

@media (max-width: 1120px) {
  .luminar-neo-fix-aniversary {
    background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/anniversary-fix-bgi.jpg);
  }
}

.anniversary__label.fix-menu__label {
  max-width: 400px;
}

@media (max-width: 375px) {
  .anniversary__label.fix-menu__label {
    display: none;
  }
}

.anniversary__label-experiment.fix-menu__label-experiment {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 400px;
}

@media (max-width: 560px) {
  .anniversary__label-experiment.fix-menu__label-experiment {
    display: none;
  }
}

.anniversary__icon {
  margin-right: 9px;
  display: inline-block;
  width: 52px;
}

@media (max-width: 768px) {
  .anniversary__icon {
    display: none;
  }
}

.anniversary__btn.sk-btn_type_primary {
  min-width: 170px;
}

@media (max-width: 768px) {
  .anniversary__btn.sk-btn_type_primary {
    min-width: 120px;
    padding: 6px 20px;
    margin-right: 20px;
    position: relative;
  }
}

.anniversary__btn.sk-btn_type_primary .anniversary__btn-icon {
  display: none;
}

@media (max-width: 768px) {
  .anniversary__btn.sk-btn_type_primary .anniversary__btn-icon {
    position: absolute;
    top: 50%;
    right: -24px;
    width: 44px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
  }
}

.fix-block-timer {
  margin: 0 8px;
}

.fix-block-timer .countdown-timer_d_text {
  font-size: 17px;
  line-height: 20px;
}

@media (max-width: 960px) {
  .luminar-neo-fix__list-wr .sk-figure {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.notify-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  display: none;
  -webkit-box-align: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.notify-popup.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
}

.notify-popup .sk-input-wrap input {
  padding: 10px 12px;
  font-size: 16px;
  border: 1px solid #555462;
  border-radius: 10px;
  background: transparent;
  color: #F2F2F2;
}

.notify-popup .sk-input-wrap input::-webkit-input-placeholder {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #B6B6BC;
}

.notify-popup .sk-input-wrap input::-moz-placeholder {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #B6B6BC;
}

.notify-popup .sk-input-wrap input::-ms-input-placeholder {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #B6B6BC;
}

.notify-popup .sk-input-wrap input::placeholder {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #B6B6BC;
}

.notify-popup__inner {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-radial-gradient(103.82% 97.69% at 50% 2.31%, rgba(13, 11, 31, 0) 0%, #0D0B1F 100%), -webkit-linear-gradient(359.93deg, rgba(17, 196, 253, 0.22) 0.05%, rgba(204, 0, 237, 0.22) 99.94%), #0D0B1F;
  background: -o-radial-gradient(103.82% 97.69% at 50% 2.31%, rgba(13, 11, 31, 0) 0%, #0D0B1F 100%), -o-linear-gradient(359.93deg, rgba(17, 196, 253, 0.22) 0.05%, rgba(204, 0, 237, 0.22) 99.94%), #0D0B1F;
  background: radial-gradient(103.82% 97.69% at 50% 2.31%, rgba(13, 11, 31, 0) 0%, #0D0B1F 100%), linear-gradient(90.07deg, rgba(17, 196, 253, 0.22) 0.05%, rgba(204, 0, 237, 0.22) 99.94%), #0D0B1F;
  width: 100%;
  max-width: 480px;
  padding: 40px;
  border-radius: 20px;
  margin-top: 70px;
  margin-left: 70px;
}

@media (max-width: 767px) {
  .notify-popup__inner {
    padding: 20px;
    margin: auto;
  }
}

.notify-popup__close {
  width: 16px;
  height: 16px;
  padding: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

.notify-popup__close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.notify-popup__title {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 16px;
  padding-right: 80px;
}

@media (max-width: 767px) {
  .notify-popup__title {
    font-size: 20px;
    line-height: 25px;
  }
}

.notify-popup__desc {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #B3AABE;
  margin-bottom: 24px;
  padding-right: 50px;
}

@media (max-width: 767px) {
  .notify-popup__desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.notify-popup__desc .ai-label {
  position: relative;
  top: -3px;
}

.notify-popup__alert {
  display: none;
  width: 100%;
  padding-bottom: 15px;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #DC3545;
}

.notify-popup__form-wrap {
  width: 100%;
  max-width: 400px;
}

.notify-popup .inputs__btns-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1279px) {
  .notify-popup .inputs__btns-wrap {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media (max-width: 767px) {
  .notify-popup .inputs__btns-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.notify-popup .inputs .sk-btn {
  padding: 8px 25px 10px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 20px;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .notify-popup .inputs .sk-btn {
    padding: 8px 25px 10px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
    font-weight: 500;
  }
}

.notify-popup .inputs .form-group {
  width: 100%;
  margin-bottom: 16px;
}

@media (max-width: 767px) {
  .notify-popup .inputs .form-group {
    margin-bottom: 10px;
  }
}

.notify-popup .inputs .form-group.has-error input {
  border-color: #DC3545;
}

.notify-popup .inputs .popup-submit-but {
  display: none;
}

.notify-popup .alerted {
  border-color: #ff5c59 !important;
}

.notify-popup__form-submit-btn {
  overflow: hidden;
  position: relative;
  z-index: 1;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  background: #A724B8;
  border-radius: 40px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  border: none;
  padding: 13px 25px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .notify-popup__form-submit-btn {
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
  }
}

.notify-popup__form-submit-btn.loading .notify-popup__form-submit-btn-text {
  -webkit-transform: scale(3);
  -ms-transform: scale(3);
  transform: scale(3);
  opacity: 0;
}

.notify-popup__form-submit-btn.loading .notify-popup__form-submit-btn-loading {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.notify-popup__form-submit-btn-text {
  display: inline-block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.notify-popup__form-submit-btn-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(-50%, -50%) scale(0.25);
  -ms-transform: translate(-50%, -50%) scale(0.25);
  transform: translate(-50%, -50%) scale(0.25);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.product-popup__inner {
  position: relative;
  width: 100%;
  max-width: 970px;
  height: 440px;
  background: #2A2C38;
  -webkit-box-shadow: 0 4px 150px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 150px rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 32px 32px 0;
  overflow: visible;
}

@media (max-width: 767px) {
  .product-popup__inner {
    height: auto;
    padding: 32px;
  }
}

@media (max-width: 575px) {
  .product-popup__inner {
    padding: 25px 15px 15px;
  }
}

.product-popup-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .product-popup-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-popup-info__slider {
  width: 60%;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .product-popup-info__slider {
    width: 100%;
    margin: 0 0 30px;
  }
}

.product-popup-info__description {
  width: 40%;
}

@media (max-width: 767px) {
  .product-popup-info__description {
    width: 100%;
  }
}

.product-popup-header {
  position: relative;
}

.product-popup-header::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  pointer-events: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.76%, rgba(35, 37, 48, 0)), to(#2A2C38));
  background: -webkit-linear-gradient(top, rgba(35, 37, 48, 0) 11.76%, #2A2C38 100%);
  background: -o-linear-gradient(top, rgba(35, 37, 48, 0) 11.76%, #2A2C38 100%);
  background: linear-gradient(180deg, rgba(35, 37, 48, 0) 11.76%, #2A2C38 100%);
}

.product-popup-header__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 8px;
  max-width: 330px;
}

@media (max-width: 767px) {
  .product-popup-header__title {
    max-width: 100%;
  }
}

.product-popup-header__title .ai-label {
  position: relative;
}

.product-popup-header__title span {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-neo/popup-update-title-bg.svg);
  background-position: center 10%;
  display: inline-block;
}

.product-popup-header__subtitle {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.product-popup__item-price {
  padding-right: 16px;
}

@media (max-width: 575px) {
  .product-popup__item-price {
    padding: 0 0 20px;
  }
}

.product-popup__item-price-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-size: 15px;
  line-height: 1.1;
}

@media (max-width: 575px) {
  .product-popup__item-price-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-popup__item-price-wrap .sk-btn {
  margin: 0;
  padding: 6px 20px;
  min-width: 124px;
}

.product-popup__item-price_inner {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-popup-item {
  padding: 18px;
  border: 1px solid #CF00F0;
  border-radius: 10px;
  margin-bottom: 15px;
}

.product-popup-item.is-hide {
  display: none;
}

.product-popup-item__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-popup-item__col {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-popup-item__icon {
  width: 54px;
  margin-right: 25px;
}

.product-popup-item__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin-bottom: 10px;
}

.product-popup-item__title .ai-label {
  position: relative;
  top: -3px;
}

.product-popup-item__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #B3AABE;
}

.product-popup-item__text .ai-label {
  position: relative;
  top: -3px;
}

.product-popup-details {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  height: 234px;
  padding-bottom: 35px;
}

.de .product-popup-details,
.fr .product-popup-details,
.nl .product-popup-details,
.es .product-popup-details,
.it .product-popup-details,
.jp .product-popup-details,
.pl .product-popup-details {
  height: 220px;
}

@media (max-width: 959px) {
  .de .product-popup-details,
  .fr .product-popup-details,
  .nl .product-popup-details,
  .es .product-popup-details,
  .it .product-popup-details,
  .jp .product-popup-details,
  .pl .product-popup-details {
    height: 190px;
  }
}

@media (max-width: 767px) {
  .de .product-popup-details,
  .fr .product-popup-details,
  .nl .product-popup-details,
  .es .product-popup-details,
  .it .product-popup-details,
  .jp .product-popup-details,
  .pl .product-popup-details {
    height: auto;
  }
}

@media (max-width: 767px) {
  .product-popup-details {
    height: auto;
  }
}

.product-popup-details__item {
  padding-bottom: 20px;
}

.product-popup-details__text {
  font-size: 15px;
  line-height: 1.4;
}

.product-popup-details__title {
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 8px;
}

.product-popup-details__list {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.product-popup-details__list li {
  position: relative;
  padding-left: 15px;
}

.product-popup-details__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}

.product-popup .close {
  position: absolute;
  top: -25px;
  right: -30px;
  left: auto;
  opacity: .5;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1279px) {
  .product-popup .close {
    top: 15px;
    right: 15px;
  }
}

@media (max-width: 575px) {
  .product-popup .close {
    top: 5px;
    right: 5px;
  }
}

.product-popup .close:hover {
  opacity: 1;
}

.product-popup .close svg {
  width: 12px;
  height: 12px;
}

.product-popup .ba-slider-new__img {
  height: 352px;
}

@media (max-width: 767px) {
  .product-popup .ba-slider-new__img {
    height: 280px;
  }
}

.product-popup.preload .ba-slider-new__img-before {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/augmented-sky__patrick-fore-before.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-before_2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/augmented-sky__sixties-photography-before.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-before_3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-4-main/lb-p-hero-before-v2.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-before_4 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/lumina-4-teaser/tree_before.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-after {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/augmented-sky__patrick-fore-after.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-after_2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/augmented-sky__sixties-photography-after.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-after_3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-4-main/lb-p-hero-after-v2.jpg?q=75&f=webp);
}

.product-popup.preload .ba-slider-new__img-after_4 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/lumina-4-teaser/tree_after.jpg?q=75&f=webp);
}

.product-details-popup__slider-wrap {
  width: 100%;
  height: 100%;
}

.product-details-popup__slider-wrap img {
  display: block;
  width: 100%;
}

.product-details-popup__slider {
  position: relative;
}

.product-details-popup__slide {
  display: none;
}

.product-details-popup__slide.is-active {
  display: block;
}

.product-details-popup__slide .ba-slider {
  overflow: hidden;
}

.product-details-popup__tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -24px;
  z-index: 200;
}

.product-details-popup-tab {
  width: 80px;
  height: 48px;
  cursor: pointer;
  border: 0 solid transparent;
  border-left: none;
}

.product-details-popup-tab.is-active {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  border: 1px solid #ce33cd;
}

.product-details-popup-tab__img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/augmented-sky__patrick-fore-after.jpg?q=75&f=webp);
}

.product-details-popup-tab__img_2 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/augmented-sky__sixties-photography-after.jpg?q=75&f=webp);
}

.product-details-popup-tab__img_3 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/luminar-4-main/lb-p-hero-after-v2.jpg?q=75&f=webp);
}

.product-details-popup-tab__img_4 {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/lumina-4-teaser/tree_after.jpg?q=75&f=webp);
}

.footer-new {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  background: #000;
}

@media (max-width: 1279px) {
  .footer-new {
    padding-top: 30px !important;
  }
}

.footer-new__logo {
  display: inline-block;
}

@media (max-width: 1279px) {
  .footer-new__logo {
    width: 100%;
    padding-bottom: 10px;
  }
}

.footer-new__logo img {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer-new__logo:hover img {
  opacity: 0.7;
}

.footer-new__body {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 1279px) {
  .footer-new__body {
    padding-bottom: 0;
  }
}

.footer-new__title {
  font-weight: bold;
  font-size: 18px;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 1799px) {
  .footer-new__title {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {
  .footer-new__title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
  }
}

.footer-new__title .fa {
  display: none;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #9fa1a7;
}

@media (max-width: 1279px) {
  .footer-new__title .fa {
    display: inline-block;
  }
  .footer-new__title .fa:hover {
    color: #ffffff;
  }
}

.footer-new__column {
  pointer-events: none;
}

@media (max-width: 1279px) {
  .footer-new__column {
    pointer-events: all;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .footer-new__column:hover {
    cursor: pointer;
  }
}

.footer-new__title-mod {
  margin-top: 30px;
}

@media (max-width: 1279px) {
  .footer-new__title-mod {
    margin-top: 5px;
  }
}

.footer-new__list {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1279px) {
  .footer-new__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.footer-new__item {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #9fa1a7;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  pointer-events: all;
}

@media (max-width: 1799px) {
  .footer-new__item {
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}

@media (max-width: 1279px) {
  .footer-new__item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
  }
  .footer-new__item:first-child {
    margin-top: 7px;
  }
}

.footer-new__item:hover {
  color: #ffffff;
}

.footer-new__bottom {
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-new__bottom .footer-locales-wrap .locales__current {
  font-size: 15px;
}

@media (max-width: 1279px) {
  .footer-new__bottom .footer-locales-wrap .locales__current-wrap {
    padding-right: 15px;
  }
}

@media (max-width: 1279px) {
  .footer-new__bottom .footer-locales-title {
    display: none;
  }
  .footer-new__bottom .footer-locales-wrap {
    top: 0;
  }
  .footer-new__bottom .footer-locales-wrap .locales__current-wrap {
    padding-right: 15px;
  }
  .footer-new__bottom .footer-locales-wrap .menu__item {
    top: -15px;
  }
}

@media (max-width: 767px) {
  .footer-new__bottom .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .footer-new__bottom .footer-locales-wrap .menu__item {
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    top: initial;
  }
}

.footer-new__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-new__social-wrap {
  margin-top: 30px;
}

@media (max-width: 1279px) {
  .footer-new__social-wrap {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .footer-new__social-wrap {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-new__social-title {
  font-weight: bold;
  font-size: 18px;
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-bottom: 15px;
}

@media (max-width: 1799px) {
  .footer-new__social-title {
    font-size: 15px;
  }
}

@media (max-width: 1279px) {
  .footer-new__social-title {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .footer-new__social-title {
    margin-bottom: 0;
  }
}

.footer-new__social-link {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0.5;
}

.footer-new__social-link img {
  width: 100%;
  height: 100%;
}

.footer-new__social-link:last-child {
  margin-right: 0;
}

.footer-new__social-link:hover {
  opacity: 1;
}

.footer-new__copy-text {
  font-family: "Roobert", Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #9fa1a7;
}

@media (max-width: 767px) {
  .footer-new__copy-text {
    text-align: center;
  }
}

.footer-new .active-accordion .fa-angle-down {
  color: #ffffff;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.footer-new .active-accordion .footer-new__list {
  max-height: 600px;
}

@media (max-width: 1279px) {
  .footer-new .fa-angle-down {
    font-weight: bold;
    font-size: 18px;
  }
}

.gift-label {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 69%;
  top: 50%;
  -webkit-transform: translateY(-54%);
  -ms-transform: translateY(-54%);
  transform: translateY(-54%);
}

.gift-label__svg-substrate {
  -webkit-animation: flicker 4s linear infinite;
  animation: flicker 4s linear infinite;
}

.gift-label__svg-star-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-name: flickerStar;
  animation-name: flickerStar;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gift-label__svg-star-2 {
  -webkit-animation-name: flickerStar;
  animation-name: flickerStar;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

.gift-label__svg-star-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-name: flickerStar;
  animation-name: flickerStar;
  -webkit-animation-duration: 2.5s;
  animation-duration: 2.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.gift-label-sale {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  left: 87%;
  top: 50%;
  -webkit-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  transform: translateY(-58%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  min-width: 172px;
}

@media (max-width: 575px) {
  .gift-label-sale {
    left: 0;
    top: 86%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.gift-label-sale.is-reverse {
  left: auto;
  right: 83%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  z-index: 3;
}

@media (max-width: 767px) {
  .gift-label-sale.is-reverse {
    left: 8px;
    top: 56%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.gift-label-sale.is-reverse .gift-label-sale__img {
  margin-right: 0;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .gift-label-sale.is-reverse .gift-label-sale__img {
    min-width: 50px;
    width: 50px;
    margin-right: 10px;
    margin-left: 0;
  }
}

.gift-label-sale.is-reverse .gift-label-sale__text {
  text-align: right;
}

@media (max-width: 767px) {
  .gift-label-sale.is-reverse .gift-label-sale__text {
    text-align: left;
    font-size: 12px;
  }
}

.gift-label-sale__btn-buy-wr {
  position: relative;
}

@media (max-width: 575px) {
  .gift-label-sale__btn-buy-wr {
    margin-bottom: 40px;
  }
}

.gift-label-sale__img {
  min-width: 58px;
  width: 58px;
  margin-right: 16px;
}

@media (max-width: 575px) {
  .gift-label-sale__img {
    min-width: 50px;
    width: 50px;
    margin-right: 10px;
  }
}

.gift-label-sale__text {
  font-weight: 700;
  font-size: 14px;
  line-height: 139.5%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FCDE31;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .gift-label-sale__text {
    font-size: 12px;
  }
}

@-webkit-keyframes flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }
  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flicker {
  0% {
    opacity: 0.1;
  }
  2% {
    opacity: 1;
  }
  4% {
    opacity: 0.1;
  }
  8% {
    opacity: 1;
  }
  70% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes shine {
  0%,
  20%,
  50%,
  80% {
    opacity: 0;
  }
  30%,
  70%,
  95% {
    opacity: 1;
  }
}

@keyframes shine {
  0%,
  20%,
  50%,
  80% {
    opacity: 0;
  }
  30%,
  70%,
  95% {
    opacity: 1;
  }
}

@-webkit-keyframes flickerStar {
  0% {
    opacity: 0.2;
  }
  90% {
    opacity: 1;
  }
  91% {
    opacity: 0.5;
  }
  99% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes flickerStar {
  0% {
    opacity: 0.2;
  }
  90% {
    opacity: 1;
  }
  91% {
    opacity: 0.5;
  }
  99% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.unlock {
  padding: 100px 0;
}

@media (max-width: 959px) {
  .unlock {
    padding: 40px 0;
  }
}

.unlock-wrap {
  border-radius: 30px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ss-st-banner-bg.jpg?f=webp&q=80);
  background-color: #000;
  position: relative;
}

@media (max-width: 1279px) {
  .unlock-wrap {
    background-position: top left;
  }
}

.unlock-hs-content {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .unlock-hs-content {
    margin-bottom: 16px;
  }
}

.unlock .hs-label {
  margin: 0 0 20px 0px;
}

@media (max-width: 959px) {
  .unlock .hs-label {
    margin: 0 auto 20px;
  }
}

.unlock-hs-label {
  color: #E3BC8F;
  text-shadow: 0px 1px 1px rgba(57, 1, 1, 0.7);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .unlock-hs-label {
    font-size: 24px;
  }
}

.unlock-hs-logo {
  position: absolute;
  top: 50px;
  left: 0;
  max-width: 230px;
}

@media (max-width: 959px) {
  .unlock-hs-logo {
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    width: auto;
    max-width: 100%;
  }
}

.unlock-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1330px;
  margin: 0 auto;
  padding: 40px 30px;
}

@media (max-width: 959px) {
  .unlock-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 30px 20px;
  }
}

.unlock-content {
  width: 45%;
  padding-right: 25px;
  position: relative;
}

@media (max-width: 959px) {
  .unlock-content {
    width: 100%;
    padding-right: 0;
  }
}

.unlock-desc {
  color: #F5F5F5;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .unlock-desc {
    display: none;
  }
}

.unlock-title {
  color: #F5F5F5;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.unlock-title span {
  color: #FFA800;
}

@media (max-width: 959px) {
  .unlock-title {
    font-size: 24px;
  }
}

@media ((max-width: 767px)) {
  .unlock-title {
    margin-bottom: 0;
  }
}

.unlock-btn {
  border-radius: 8px;
  padding: 15px 40px;
  background: #FFA800;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 1.12px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 12px;
  display: inline-block;
  min-width: 240px;
  border: none;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.unlock-btn:hover {
  background-color: rgba(255, 168, 0, 0.8);
}

@media (max-width: 959px) {
  .unlock-btn {
    min-width: 210px;
    padding: 10px 40px;
  }
}

@media (max-width: 767px) {
  .unlock-btn {
    width: 100%;
  }
}

.unlock-btn svg:first-of-type {
  margin-right: 7px;
}

.unlock-support {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  opacity: 0.7;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 60px;
}

@media (max-width: 959px) {
  .unlock-support {
    margin-bottom: 12px;
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.unlock-support svg {
  margin-right: 5px;
}

.unlock-trustpilot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 25px;
}

.unlock-trustpilot span {
  margin: 0 4px 0 11px;
}

@media (max-width: 959px) {
  .unlock-trustpilot {
    margin-bottom: 16px;
    font-size: 12px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media ((max-width: 767px)) {
  .unlock-trustpilot {
    margin-bottom: 0;
  }
}

.unlock-trustpilot svg {
  margin: 0 6px;
}

.unlock-img {
  max-width: 720px;
  width: 60%;
}

@media (max-width: 959px) {
  .unlock-img {
    width: 100%;
    max-width: 290px;
  }
}

.unlock-img img {
  width: 100%;
}

.unlock-img__text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
  opacity: 0.7;
}

@media (max-width: 767px) {
  .unlock-img__text {
    display: none;
  }
}

.unlock-img__text span {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .unlock-desk-block {
    display: none;
  }
}

.unlock-mob-block {
  display: none;
}

@media (max-width: 767px) {
  .unlock-mob-block {
    margin-top: 24px;
    display: block;
    width: 100%;
  }
}

.unlock .awards {
  display: block;
  max-width: 277px;
  margin: 20px auto 0;
}

.hs-label {
  position: relative;
  max-width: 328px;
  margin: 0 0 20px;
}

@media (max-width: 959px) {
  .hs-label {
    margin: 0 auto 20px;
  }
}

.hs-label__bg {
  position: absolute;
  width: 550px;
  left: -120px;
  top: -113px;
}

.hs-label__img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.intro-july-test {
  background-image: none;
}

.intro-july-test .text-slide {
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 50px;
  padding: 12px 0;
}

.intro-july-test .text-slide__inner {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: scrollText 30s linear infinite;
  animation: scrollText 30s linear infinite;
}

@media (max-width: 767px) {
  .intro-july-test .text-slide__inner {
    -webkit-animation: scrollText 45s linear infinite;
    animation: scrollText 45s linear infinite;
  }
}

.intro-july-test .text-slide__inner-item {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.intro-july-test .text-slide__inner-item svg {
  margin: 0 24px;
}

@media (max-width: 767px) {
  .intro-july-test .text-slide__inner-item svg {
    margin: 0 12px;
  }
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.intro-july-test .trustpilot {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
  padding: 0;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

@media (max-width: 959px) {
  .intro-july-test .trustpilot {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 24px;
  }
}

.intro-july-test .trustpilot span {
  margin: 0 4px 0 11px;
  font-size: 14px;
}

.intro-july-test .trustpilot-name {
  font-size: 13px;
}

.intro-july-test .hero-ab-test__content-info.owe {
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__content-info.owe {
    margin-bottom: 0;
  }
}

.intro-july-test .hero-ab-test__content-info .title {
  color: #F5F5F5;
  font-size: 45px;
  max-width: 510px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 15px;
}

@media (max-width: 1560px) {
  .intro-july-test .hero-ab-test__content-info .title {
    font-size: 36px;
    line-height: 135%;
  }
}

@media (max-width: 1280px) {
  .intro-july-test .hero-ab-test__content-info .title {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__content-info .title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 13px;
  }
}

.intro-july-test .hero-ab-test__content-info .title.owe {
  font-size: 38px;
  line-height: 125%;
}

@media (max-width: 1560px) {
  .intro-july-test .hero-ab-test__content-info .title.owe {
    font-size: 36px;
  }
}

@media (max-width: 1280px) {
  .intro-july-test .hero-ab-test__content-info .title.owe {
    font-size: 28px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__content-info .title.owe {
    font-size: 24px;
  }
}

.intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
  font-size: 30px;
  line-height: 125%;
}

@media (max-width: 1560px) {
  .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
  .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 22px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 22px;
  }
}

.intro-july-test .hero-ab-test__content-info .title.owe-locales-title .color {
  color: #FFA800;
}

.en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
  font-size: 32px;
}

@media (max-width: 1560px) {
  .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 26px;
  }
}

@media (max-width: 1280px) {
  .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 22px;
  }
}

@media (max-width: 959px) {
  .en .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 22px;
  }
}

.jp .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
  font-size: 24px;
}

@media (max-width: 1560px) {
  .jp .intro-july-test .hero-ab-test__content-info .title.owe-locales-title {
    font-size: 18px;
  }
}

.intro-july-test .hero-ab-test__content-info .title-owe-cl {
  max-width: 516px;
}

.intro-july-test .hero-ab-test__content-info .title span {
  color: #FFA800;
}

.intro-july-test .hero-ab-test__content-info .subtitle.owe-subtitle p {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 960px) {
  .intro-july-test .hero-ab-test__content-info .subtitle.owe-subtitle p {
    font-size: 15px;
    line-height: 150%;
  }
}

.intro-july-test .hero-ab-test__content-info .subtitle.owe-subtitle p .color {
  font-weight: 700;
  color: #FFA800;
}

.intro-july-test .intro-label-owe-cl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .intro-july-test .intro-label-owe-cl {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
}

.intro-july-test .intro-label-owe-cl p {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.18px;
  color: #fff;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.1);
  padding: 8px 15px;
}

@media (max-width: 1280px) {
  .intro-july-test .intro-label-owe-cl p {
    font-size: 15px;
  }
}

.intro-july-test .intro-label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 959px) {
  .intro-july-test .intro-label {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.intro-july-test .intro-label-pic {
  margin-right: 5px;
  position: relative;
  font-size: 50px;
  line-height: 110%;
}

@media (max-width: 1560px) {
  .intro-july-test .intro-label-pic {
    font-size: 40px;
    line-height: 130%;
  }
}

@media (max-width: 1280px) {
  .intro-july-test .intro-label-pic {
    font-size: 35px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .intro-label-pic {
    display: none;
  }
}

.intro-july-test .intro-label-pic.old {
  margin-right: 2px;
  margin-left: -16px;
  margin-top: -8px;
  width: 77px;
}

@media (max-width: 1280px) {
  .intro-july-test .intro-label-pic.old {
    width: 60px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .intro-label-pic.old {
    width: 45px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 959px) {
  .intro-july-test .intro-label-pic {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.intro-july-test .intro-label-text {
  font-size: 20px;
  font-style: normal;
  text-align: left;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  /* 24px */
  letter-spacing: 0.4px;
  text-transform: inherit;
}

@media (max-width: 1560px) {
  .intro-july-test .intro-label-text {
    font-size: 15px;
  }
}

@media (max-width: 1280px) {
  .intro-july-test .intro-label-text {
    font-size: 13px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .intro-label-text {
    text-align: center;
    margin-bottom: 25px;
  }
}

.intro-july-test .intro-label-text-color {
  color: #FFA800;
  font-weight: 700;
  text-transform: capitalize;
}

@media (max-width: 1280px) {
  .intro-july-test .intro-label-text-color {
    display: inline-block;
  }
}

.intro-july-test .intro-label-text strong {
  display: block;
  margin-top: 6px;
  font-weight: 400;
  text-transform: none;
  color: rgba(255, 255, 255, 0.7);
  max-width: 330px;
}

.intro-july-test .intro-label-text strong span {
  color: #FFA800;
  font-weight: 700;
}

.intro-july-test .intro-label-text .pic {
  display: none;
}

@media (max-width: 959px) {
  .intro-july-test .intro-label-text .pic {
    display: inline;
    font-size: inherit;
    top: 6px;
    position: relative;
  }
}

.intro-july-test .hero-ab-test__btn-wr {
  margin-top: 0;
  margin-bottom: 14px;
  border-radius: 12px;
  background: #141414;
  padding: 4px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1799px) {
  .intro-july-test .hero-ab-test__btn-wr {
    display: block;
  }
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__btn-wr {
    margin: 0 auto 14px;
  }
}

.intro-july-test .hero-ab-test__btn-wr.owe {
  background-color: transparent;
}

.intro-july-test .hero-ab-test__btn-wr.owe-btn .sk-btn {
  width: auto;
}

.intro-july-test .hero-ab-test__btn-wr.owe-btn .anniversary-timer.hero__countdown.is-active {
  width: auto;
  margin-left: 0;
}

.intro-july-test .hero-ab-test__btn-wr .sk-btn {
  min-width: 230px;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #FFA800;
}

.intro-july-test .hero-ab-test__btn-wr .sk-btn.transparent {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  margin: 0 10px;
}

.intro-july-test .hero-ab-test__btn-wr .sk-btn.transparent:hover {
  background-color: #fff;
  color: black;
}

@media (max-width: 1280px) {
  .intro-july-test .hero-ab-test__btn-wr .sk-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
  }
}

.intro-july-test .hero-ab-test__btn-wr .sk-btn img {
  position: absolute;
  width: 78px;
  top: -17px;
  right: -42px;
}

@media (max-width: 992px) {
  .intro-july-test .hero-ab-test__btn-wr .sk-btn img {
    display: none;
  }
}

.intro-july-test .hero-ab-test__btn-wr-owe-cl {
  margin: 5px 0 30px;
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__btn-wr-owe-cl {
    margin: 5px 0 15px;
  }
}

.intro-july-test .hero-ab-test__btn-wr .anniversary-timer .countdown-timer, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer .countdown-timer-account {
  margin-left: 10px;
}

.intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account {
  display: none;
}

.intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown.is-active, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}

@media (max-width: 1799px) {
  .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown.is-active, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account.is-active {
    margin: 5px;
  }
}

@media (max-width: 959px) {
  .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown.is-active, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account.is-active {
    margin-left: 0;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown .countdown-timer__digit, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account .countdown-timer__digit {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown .countdown-timer__digit p, .intro-july-test .hero-ab-test__btn-wr .anniversary-timer.hero__countdown-account .countdown-timer__digit p {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.intro-july-test .hero-ab-test__btn-wr .countdown-timer__devider {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.intro-july-test .intro-days {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #FFF;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-right: 15px;
}

@media (max-width: 959px) {
  .intro-july-test .intro-days {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 5px 10px;
  }
}

.intro-july-test .intro-days svg {
  margin-right: 6px;
}

.intro-july-test .intro-days-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 959px) {
  .intro-july-test .intro-days-wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
  }
}

.intro-july-test .hero-ab-test__video video {
  border-radius: 5px;
}

.intro-july-test .hero-ab-test__video::before {
  border-radius: 4px;
}

.bf-25 .hero-ab-test__content {
  background: none;
  background-size: cover;
  background-position: top;
}

.bf-text {
  color: #FFF;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 1.04px;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .bf-text {
    font-size: 12px;
    padding: 0 10px;
  }
}

.bf-text br {
  display: none;
}

.sk-btn.sk-btn_type_primary {
  border: 1px solid #FFA800;
  background: #FFA800;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 8px;
  pointer-events: all;
  padding: 11px 18px;
  min-width: 177px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #000;
}

@media (max-width: 575px) {
  .sk-btn.sk-btn_type_primary {
    padding: 9px 16px;
    text-wrap: auto;
  }
}

.sk-btn.sk-btn_type_primary:hover {
  border: 1px solid rgba(255, 168, 0, 0.8);
  background: rgba(255, 168, 0, 0.8);
}

.holiday-img {
  width: 253px;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .holiday-img {
    display: none;
  }
}

.holiday-label {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  background: #8A0C00;
  padding: 12px 16px;
  margin-bottom: 30px;
  position: relative;
  pointer-events: auto;
}

@media (max-width: 1560px) {
  .holiday-label {
    padding: 8px 12px;
  }
}

@media (max-width: 1560px) {
  .holiday-label {
    margin-bottom: 45px;
  }
}

.holiday-label__title {
  font-family: "DM Serif Display", serif;
  color: #F2AC3D;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 32px */
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 1560px) {
  .holiday-label__title {
    font-size: 22px;
  }
}

@media (max-width: 1160px) {
  .holiday-label__title {
    font-size: 18px;
  }
}

.holiday-label__sale {
  border-radius: 20px;
  background: #F2AC3D;
  padding: 8px 12px;
  color: #6E0000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
}

@media (max-width: 1560px) {
  .holiday-label__sale {
    font-size: 16px;
    padding: 6px 8px;
  }
}

@media (max-width: 1160px) {
  .holiday-label__sale {
    font-size: 14px;
  }
}

@media (max-width: 960px) {
  .holiday-label__sale {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: transparent;
    color: #F2AC3D;
    font-size: 12px;
  }
}

.holiday-label svg {
  margin: 0 8px;
}

.holiday-label__icon-mob {
  display: none;
}

@media (max-width: 768px) {
  .holiday-label__icon-mob {
    display: block;
    margin-right: 15px;
  }
}

.intro-july-test .hero-ab-test__content-info .subtitle {
  color: #FFF;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 20px;
}

.intro-july-test .hero-ab-test__content-info .subtitle span {
  color: #C1F130;
}

.stiky-hs.luminar-neo-fix {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/bf-25-fix-bg.png?f=webp&q=80);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}

.stiky-hs.indpendence {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/independence-2025-sticky-bg.jpg?f=webp&q=80);
  background-position: center center;
  background-size: cover;
}

.stiky-hs.luminar-neo-fix_owe .bf-timer.hero__countdown {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 575px) {
  .stiky-hs.luminar-neo-fix_owe .bf-timer.hero__countdown {
    width: 100%;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.stiky-hs.luminar-neo-fix_owe .bf-timer .hero__countdown-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 15.138px;
  margin-right: 8px;
  color: #fff;
}

@media (max-width: 767px) {
  .stiky-hs.luminar-neo-fix_owe .bf-timer .hero__countdown-title {
    font-size: 10px;
    line-height: 17px;
  }
}

.stiky-hs.luminar-neo-fix_owe .bf-timer .countdown-timer p {
  font-size: 12px;
  font-weight: 600;
  line-height: 15.467px;
  border-radius: 4.833px;
  background: rgba(255, 255, 255, 0.04);
  padding: 5px 2px;
  color: white;
  min-width: 0;
}

.stiky-hs.luminar-neo-fix_owe .anniversary__label.fix-menu__label {
  max-width: 400px;
}

@media (max-width: 575px) {
  .stiky-hs.luminar-neo-fix_owe .anniversary__label.fix-menu__label {
    margin: 0 15px;
  }
}

.stiky-hs.luminar-neo-fix_owe .luminar-neo-fix__label-text {
  margin: 0 5px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.stiky-hs.luminar-neo-fix_owe .fix-block-timer.hide {
  display: none !important;
}

.stiky-hs.luminar-neo-fix_owe .luminar-neo-fix__label-text::before {
  top: 50%;
  left: -130px;
  width: 259px;
  height: 56px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: 259px auto;
}

.stiky-hs .countdown-timer .countdown-timer__digit p {
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
}

@media (max-width: 575px) {
  .stiky-hs .luminar-neo-fix__btns-wrap {
    max-width: -webkit-calc(100% - 50px);
    max-width: calc(100% - 50px);
    width: 100%;
  }
}

@media (max-width: 575px) {
  .stiky-hs .luminar-neo-fix__btns-wrap .luminar-neo-fix__label-text {
    text-align: left;
    max-width: 190px;
  }
}

@media (max-width: 575px) {
  .stiky-hs .luminar-neo-fix__btns-wrap .luminar-neo-fix__label-text br {
    display: none;
  }
}

.stiky-hs .luminar-neo-fix__label {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
}

@media (max-width: 960px) {
  .stiky-hs .luminar-neo-fix__label {
    display: none;
  }
  .stiky-hs .luminar-neo-fix__label.owe-label {
    display: block;
  }
}

.stiky-hs .luminar-neo-fix__label-mob {
  display: none;
}

@media (max-width: 960px) {
  .stiky-hs .luminar-neo-fix__label-mob {
    display: block;
    margin-left: 15px;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    top: auto;
  }
}

.stiky-hs .luminar-neo-fix__label svg {
  margin: 0 16px;
}

@media (max-width: 960px) {
  .stiky-hs .luminar-neo-fix__label svg {
    display: none;
  }
}

.stiky-hs .luminar-neo-fix__label-text {
  color: #fff;
  max-width: 600px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  text-align: center;
}

@media (max-width: 1799px) {
  .stiky-hs .luminar-neo-fix__label-text {
    font-size: 14px;
  }
}

@media (max-width: 1439px) {
  .stiky-hs .luminar-neo-fix__label-text {
    text-align: center;
  }
}

@media (max-width: 1799px) {
  .en .stiky-hs .luminar-neo-fix__label-text {
    font-size: 20px;
  }
}

@media (max-width: 959px) {
  .en .stiky-hs .luminar-neo-fix__label-text {
    font-size: 14px;
  }
}

.stiky-hs .luminar-neo-fix__label-text.independence {
  font-size: 20px;
}

.stiky-hs .luminar-neo-fix__label-text.independence:before {
  background-image: url(https://media.macphun.com/img/uploads/uploads/skylum/l/independence-2025-label-header.png?f=webp&q=80) !important;
  height: 60px;
  left: -280px;
}

@media (max-width: 960px) {
  .stiky-hs .luminar-neo-fix__label-text {
    font-size: 12px;
    text-align: right;
  }
}

.stiky-hs .luminar-neo-fix__label-text.owe-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 1560px) {
  .stiky-hs .luminar-neo-fix__label-text.owe-text {
    font-size: 13px;
  }
}

@media (max-width: 960px) {
  .stiky-hs .luminar-neo-fix__label-text.owe-text {
    font-size: 10px;
    margin-left: 10px;
    display: block;
  }
}

.stiky-hs .luminar-neo-fix__label-text.owe-text .icon {
  margin: 0 10px;
}

@media (max-width: 960px) {
  .stiky-hs .luminar-neo-fix__label-text.owe-text .icon {
    display: none;
  }
}

@media (max-width: 560px) {
  .stiky-hs .luminar-neo-fix__label-text.owe-text {
    font-size: 9px;
  }
}

.stiky-hs .luminar-neo-fix__label-text span {
  color: #C1F130;
}

.stiky-hs .luminar-neo-fix__label_img {
  width: 328px;
  margin-right: 30px;
}

@media (max-width: 1439px) {
  .stiky-hs .luminar-neo-fix__label_img {
    display: none;
  }
}

@media (max-width: 768px) {
  .anniversary__btn.sk-btn_type_primary {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.hs-hero__label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 370px;
  margin-bottom: 20px;
}

@media (max-width: 1560px) {
  .hs-hero__label {
    max-width: 330px;
  }
}

@media (max-width: 959px) {
  .hs-hero__label {
    max-width: 100%;
  }
}

.hs-hero__label-icon {
  font-size: 60px;
  line-height: 28px;
  margin-right: 12px;
}

@media (max-width: 1560px) {
  .hs-hero__label-icon {
    font-size: 48px;
  }
}

@media (max-width: 959px) {
  .hs-hero__label-icon {
    display: none;
  }
}

.hs-hero__label-text {
  color: #FFA800;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
  /* 138.889% */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}

@media (max-width: 1560px) {
  .hs-hero__label-text {
    font-size: 14px;
    line-height: 120%;
  }
}

.hs-hero__label-text .red {
  color: #FF4533;
  border-bottom: 3px dotted #FF4533;
  pointer-events: auto;
}

.hs-hero__label-text .icon {
  display: none;
}

@media (max-width: 959px) {
  .hs-hero__label-text .icon {
    display: inline-block;
  }
}

.luminar-neo-fix-owe.luminar-neo-fix {
  background-image: url(https://media.macphun.com/img/uploads/uploads/marketplace/darlene-course-promo-sticky-bg.jpg);
  background-size: cover;
  background-position: center;
}

.luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label {
  margin-right: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: none;
}

@media (max-width: 1279px) {
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    margin-left: auto;
    max-width: 270px;
  }
}

@media (min-width: 1199px) and (max-width: 1279px) {
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label {
    margin-right: 92px;
  }
}

.luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  position: relative;
}

.luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text span {
  color: #ffa800;
}

@media (max-width: 959px) {
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text {
    font-size: 14px;
    text-align: right;
    margin-right: 10px;
    max-width: 190px;
  }
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text br {
    display: none;
  }
}

@media (max-width: 560px) {
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text {
    font-size: 14px;
    max-width: 145px;
    text-align: right;
  }
}

.luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -160px;
  width: 0px;
  height: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@media (max-width: 1280px) {
  .luminar-neo-fix-owe.luminar-neo-fix .luminar-neo-fix__label-text::before {
    display: none;
  }
}

.countdown-timer .countdown-timer__digit p {
  padding: 7px 5.5px;
  border-radius: 6px;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.08);
}

.fix-block-timer {
  margin: 0 8px;
}

.fix-block-timer.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1439px) {
  .fix-block-timer.is-active {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .fix-block-timer.is-active {
    display: none !important;
  }
}

.fix-block-timer .countdown-timer_d_text {
  font-size: 17px !important;
  line-height: 20px !important;
}

.luminar-neo-page {
  background: url(https://media.macphun.com/img/uploads/uploads/skylum/l/ss-st-main-screen-bg-upd.jpg?f=webp&q=80) no-repeat;
  background-size: 100%;
  background-position: top;
}

@media (max-width: 1799px) {
  .luminar-neo-page {
    background-size: 1800px;
  }
}

.timer {
  z-index: 10;
}

.countdown-timer {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

@media (max-width: 767px) {
  .countdown-timer {
    -webkit-box-pack: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}

.countdown-timer .countdown-timer__digit p {
  padding: 2px;
  font-weight: 600;
  font-size: 19.22px;
  line-height: 120%;
  margin: 0 3px;
  min-width: 38px;
  color: white;
}

.countdown-timer .countdown-timer__divider {
  font-weight: 600;
  font-size: 19.22px;
  line-height: 120%;
}

@media (max-width: 767px) {
  .countdown-timer .countdown-timer__divider {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .wrapper .popup-right.active {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .checkout-page {
    padding-bottom: 0 !important;
  }
}

.hs-label {
  position: relative;
  max-width: 250px;
}

.banner-bottom .hs-label {
  margin: 0 auto 20px;
}

.ac-25 .hs-label {
  max-width: 323px;
}

@media (max-width: 959px) {
  .hs-label {
    margin: 0 auto 20px;
  }
}

.hs-label__bg {
  position: absolute;
  width: 440px;
  left: -100px;
  top: -95px;
}

.ac-25 .hs-label__bg {
  width: 550px;
  left: -100px;
  top: -50px;
}

.hs-label__number {
  position: absolute;
  width: 54px;
  left: -webkit-calc(50% - 27px);
  left: calc(50% - 27px);
  top: -webkit-calc(50% - 34px);
  top: calc(50% - 34px);
  z-index: 99;
}

.hs-label__img {
  width: 100%;
  position: relative;
  z-index: 5;
}

.btn-block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  margin-top: 30px;
}

@media (max-width: 959px) {
  .btn-block {
    padding: 0;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.block-center .btn-block {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-block .btn {
  border-radius: 8px;
  background: #FFA800;
  border: 1px solid transparent;
  position: relative;
  padding: 14px 40px;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: 1.04px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media (max-width: 959px) {
  .btn-block .btn {
    padding: 11px;
  }
}

.btn-block .btn:hover {
  color: white;
  border: 1px solid #FFA800;
  background-color: transparent;
}

.btn-block .btn img {
  width: 110px;
  height: 110px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%) translateY(-35%);
  -ms-transform: translateX(50%) translateY(-35%);
  transform: translateX(50%) translateY(-35%);
  pointer-events: none;
}

@media (max-width: 959px) {
  .btn-block .btn img {
    width: 80px;
    height: 80px;
    -webkit-transform: translateX(55%) translateY(-35%);
    -ms-transform: translateX(55%) translateY(-35%);
    transform: translateX(55%) translateY(-35%);
  }
}

.btn-block .btn svg {
  width: 40px;
  position: absolute;
  top: 5px;
  right: -34px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.btn-block .text {
  color: #FFA800;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  margin-left: 66px;
  margin-top: 0;
  max-width: 220px;
}

.btn-block .text span {
  color: #FFA800;
}

@media (max-width: 959px) {
  .btn-block .text {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
}

@media (max-width: 767px) {
  .btn-block .text {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .btn-block_hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .btn-block_hero .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .btn-block_hero img {
    display: none;
  }
}

.mobile-btns {
  display: none;
  margin-bottom: 12px;
  min-height: 40px;
}

@media (max-width: 959px) {
  .mobile-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.mobile-btns__item {
  display: none;
  border-radius: 4.167px;
  width: 134px;
  overflow: hidden;
  margin: 0 auto;
}

.mobile-btns__item img {
  width: 100%;
  height: 100%;
}

.mobile-btns__item.is-active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-new__body {
  display: none;
}

#onesignal-bell-container {
  display: none !important;
}

.footer-new__bottom-btns-wrap .sk-btn {
  display: none;
}

.trustpilot {
  margin-bottom: 65px;
}

.sign {
  z-index: 55;
}

.checkout-page .checkout-page__title {
  max-width: 960px;
}

@media screen and (min-width: 1800px) {
  .checkout-page .checkout-page__title {
    font-size: 48px;
  }
}