/*Variables*/
/*Mixins*/
.hero-header {
  margin-bottom: 60px;
}
@media (min-width: 320px) {
  .hero-header {
    margin-bottom: calc(5.2631578947vw + 43.1578947368px);
  }
}
@media (min-width: 1460px) {
  .hero-header {
    margin-bottom: 120px;
  }
}
.hero-header .siema-container {
  overflow: hidden;
  position: relative;
}
.hero-header .siema {
  display: flex;
}
.hero-header .siema[style] {
  display: block;
}
.hero-header .siema[style] > div {
  display: flex;
}
.hero-header .siema[style] .item {
  height: 100%;
}
.hero-header .item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 824px;
  padding: 30px 0;
  padding-bottom: 60px;
  min-height: 360px;
  text-align: center;
}
@media (min-width: 375px) {
  .hero-header .item {
    min-height: calc(35.3917050691vw + 227.2811059908px);
  }
}
@media (min-width: 1460px) {
  .hero-header .item {
    min-height: 744px;
  }
}
.hero-header .item .title {
  font-family: "Bold", sans-serif;
  font-size: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (min-width: 385px) {
  .hero-header .item .title {
    font-size: calc(1.5813953488vw + 21.911627907px);
  }
}
@media (min-width: 1460px) {
  .hero-header .item .title {
    font-size: 45px;
  }
}
@media (min-width: 320px) {
  .hero-header .item .title {
    margin-bottom: calc(0.8771929825vw + 7.1929824561px);
  }
}
@media (min-width: 1460px) {
  .hero-header .item .title {
    margin-bottom: 20px;
  }
}
.hero-header .item p {
  font-size: 32px;
  margin-bottom: 30px;
  background: linear-gradient(90deg, #3BBBB3 0%, #44E696 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Bold", sans-serif;
  line-height: 1.3;
}
@media (min-width: 320px) {
  .hero-header .item p {
    font-size: calc(5.9649122807vw + 12.9122807018px);
  }
}
@media (min-width: 1460px) {
  .hero-header .item p {
    font-size: 100px;
  }
}
@media (min-width: 320px) {
  .hero-header .item p {
    margin-bottom: calc(2.6315789474vw + 21.5789473684px);
  }
}
@media (min-width: 1460px) {
  .hero-header .item p {
    margin-bottom: 60px;
  }
}
.hero-header .item.left {
  text-align: left;
}
.hero-header .item.left .title {
  background: linear-gradient(90deg, #3BBBB3 0%, #44E696 100%);
  -webkit-background-clip: text;
  color: transparent;
}
.hero-header .item.left p {
  font-family: "Bold", sans-serif;
  font-size: 28px;
  margin-bottom: 30px;
  color: #FFFFFF;
  line-height: 1.3;
}
@media (min-width: 385px) {
  .hero-header .item.left p {
    font-size: calc(1.5813953488vw + 21.911627907px);
  }
}
@media (min-width: 1460px) {
  .hero-header .item.left p {
    font-size: 45px;
  }
}
.hero-header .item.left .text {
  max-width: 620px;
}
.hero-header img, .hero-header video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-header .product-title {
  color: #FFFFFF;
  margin-bottom: 30px;
}
@media (min-width: 320px) {
  .hero-header .product-title {
    margin-bottom: calc(2.6315789474vw + 21.5789473684px);
  }
}
@media (min-width: 1460px) {
  .hero-header .product-title {
    margin-bottom: 60px;
  }
}
.hero-header .price-info-container {
  display: inline-flex;
  text-align: left;
  justify-content: space-between;
}
.hero-header .price-info-container > div:first-child {
  margin-right: 60px;
}
@media (min-width: 320px) {
  .hero-header .price-info-container > div:first-child {
    margin-right: calc(4.5614035088vw + 45.4035087719px);
  }
}
@media (min-width: 1460px) {
  .hero-header .price-info-container > div:first-child {
    margin-right: 112px;
  }
}
.hero-header .price-info-container .pretext {
  font-size: 16px;
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .hero-header .price-info-container .pretext {
    font-size: calc(0.5807017544vw + 14.141754386px);
  }
}
@media (min-width: 1460px) {
  .hero-header .price-info-container .pretext {
    font-size: 22.62px;
  }
}
.hero-header .price-info-container .price {
  background: linear-gradient(90deg, #3BBBB3 0%, #44E696 100%);
  -webkit-background-clip: text;
  color: transparent;
  font-family: "Bold", sans-serif;
  font-size: 34px;
  margin-bottom: 10px;
  margin-left: -5px;
}
@media (min-width: 385px) {
  .hero-header .price-info-container .price {
    font-size: calc(2.7906976744vw + 23.2558139535px);
  }
}
@media (min-width: 1460px) {
  .hero-header .price-info-container .price {
    font-size: 64px;
  }
}
.hero-header .price-info-container .price-info {
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 768px) {
  .hero-header .price-info-container {
    flex-direction: column;
    text-align: center;
  }
  .hero-header .price-info-container > div:first-child {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .hero-header .price-info-container .price {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.hero-header .additional-text {
  padding-top: 10px;
}
.hero-header .additional-text p {
  margin-bottom: 0;
  font-size: 0.63em;
}