:root {
  --index: calc(1vw + 1vh);
}
*:not(footer *) {
  color: var(--white);
}
img {
	object-fit: initial;
}
h2 {
  color: var(--white);
}
body {
  background: var(--background);
  /* overflow: hidden; */
}
header {
  background: transparent;
}
main {
  position: relative;
  padding-bottom: 200px;
}
main .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
br.sm-display {
  display: none;
}
posa {
	display: none;
}

/* main */
.promo-banner {
  position: relative;
  /* height: 100vh; */
  display: flex;
  align-items: center;
}
.promo-banner .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 232px;
  z-index: 1;
}
.promo-banner .content h1.web {
  display: block;
}
.promo-banner .content h1.mob {
  display: none;
}
.promo-banner .content h1 {
  line-height: 100%;
  background: #FF9538;
  background: radial-gradient(circle farthest-side at top center, #FF7701 0%, #FF9538 20%, #FFFFFF 40%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promo-banner .bg-blur {
  position: absolute;
  top: 470px;
  width: 850px;
  height: 210px;
  border-radius: 50%;
  background-color: #FF9538;
  filter: blur(70px);
  opacity: .6;
  z-index: 0;
}
.promo-banner .bg-blur._double {
  background-color: #f70;
  height: 240px;
  opacity: .4;
}
.promo-banner .banner-img {
  width: 925px;
  max-height: 40%;
  margin-top: 42px;
  z-index: 1;
}


/* WELCOME SLIDER */
.welcome-slider {
  position: relative;
  height: 300vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 130px;
  overflow: visible;
} 
.welcome-sticky {
  position: sticky;
  top: 82px;
  height: calc(100vh - 82px);
  transition: all .5s ease-in-out;
  transform: translateY(0);
}
.welcome-slider__item {
  gap: 24px;

}
.welcome-slider__item .container {
  height: calc(100vh - 82px);
  text-align: center;
  justify-content: center;
  position: relative;
  gap: 16px;
}
.welcome-slider__item .container img {
  width: calc(var(--index) * 23.333);
  transform: translateY(5vh);
  transition: all .4s ease;
}
.welcome-slider__item .container img.active {
  transform: translateY(0);
}
.welcome-slider__content > h3 {
  line-height: 100%;
}
.welcome-slider__content > h3, .welcome-slider__content > p {
  position: relative;
  z-index: 1;
}
.welcome-slider__item-bg {
  position: absolute;
  width: 650px;
  height: 450px;
  background-color: #FF8112;
  border-radius: 50%;
  z-index: -1;
  filter: blur(70px);
  opacity: 0.3;
}


/* COMPATIBLE */
.compatible {
  height: 300vh;
  position: relative;
  overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
.compatible .section-descr {
  display: none;
}
.compatible .sticky-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: calc(var(--index) * 6.6666);
  height: 100vh;
  position: sticky;
  top: 112px;
  overflow-y: visible;
}
.compatible__title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
}
.compatible__bg-wrapper {
  position: absolute;
  width: 100%;
  height: 115%;
  top: -35%;
  left: 0;
}
.compatible__bg {
  position: absolute;
  height: 100%;
  width: 100%;
}
.compatible__bg-top {
  position: absolute;
  width: 100%;
  top: -5px;
  left: 0;
}
.compatible__bg-bottom {
  position: absolute;
  width: 100%;
  bottom: -22%;
  left: 0;
}
.compatible__item {
  width: 70%;
  height: 75%;
  /* margin-top: 30px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all .4s ease;
  
}
.compatible__item:not(.swiper-slide-active) {
  transform: scale(.75);
  opacity: .5;
}
.compatible__item.swiper-slide-prev {
  transform: scale(.75) translate(25%, -25%);
}
.compatible__item.swiper-slide-next {
  transform: scale(.75) translate(-25%, -15%);
}
.compatible__item img {
  max-height: 450px;
  max-width: 100%;
}
.compatible__item-descr {
  margin-top: 28px;
}
.compatible__item-descr a {
  display: block;
}
.compatible__item-descr a img {
  transition: transform .2s ease;
}
.compatible__item-descr a:hover img {
  transform: translateX(3px);
}
.compatible-pagination {
  display: none;
}

/* TABLE */
.table {
  margin-top: 200px;
  position: relative;
  z-index: 1;
}
.custom-table {
  width: 100%;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 400px 1fr 1fr 1fr;
  text-align: center;
}
.custom-table__col {
  width: 100%;
  position: relative;
}
.custom-table__col:nth-of-type(2) {
  z-index: 2;
}
.custom-table__col:nth-of-type(2)::before {
  content: '';
  display: block;
  position: absolute;
  top: -2.5%;
  left: -3%;
  width: 105%;
  height: 105%;
  border: 2px var(--white) solid;
  border-radius: 30px;
  z-index: 3;
  box-shadow: 
  0px 0px 10px 2px rgba(177, 102, 248, 1),
  inset 0px 0px 10px 2px rgba(177, 102, 248, 1);
}
.custom-table__col-title {
  min-height: 102px;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
}
.custom-table__col-content > div {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-table__col-content > div:nth-of-type(odd) {
  background-color: #080F33;
}
.custom-table__col.param .custom-table__col-content > div {
  justify-content: flex-start;
  text-align: left;
  padding-left: 24px;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}
.table-pagination {
  display: none;
}

/* PRIVATE */
.private {
  position: relative;
  margin-top: 200px;
}
.private .container {
  position: relative;
  z-index: 1;
}
.private__storage {
  margin-top: 56px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 158px;
}
.private__storage-line {
  width: 100%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}
.private__storage-line img {
  max-width: 65%;
}
.private .video-wrapper {
  margin-top: 75px;
  width: 100%;
  aspect-ratio: 24 / 11;
}
.private__bg {
  position: absolute;
  top: -30%;
  left: 0;
  z-index: 0;
  max-width: 100%;
  width: 100%;
  height: 200%;
}
.private-img__bg {
  top: 33%;
  width: 600px;
  height: 280px;
  background-color: #A855F7E5;
  position: absolute;
  filter: blur(80px);
  border-radius: 50%;
  opacity: .5;
  z-index: -1;
}

/* CINEMA */
.cinema {
  position: relative;
  margin-top: 200px;
  overflow: hidden;
}
.cinema__bg {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background-color: #A855F7;
  opacity: .3;
  filter: blur(80px);
  z-index: -1;
}
.cinema__bg:nth-of-type(1) {
  top: 10%;
  right: -7%;
}
.cinema__bg:nth-of-type(2) {
  bottom: 10%;
  left: -7%;
}
.cinema__camera-img {
  width: 50%;
  margin-top: 48px;
}
.cinema__camera-img img {
  width: 100%;
}
.cinema__camera-img > img.web {
  display: block;
}
.cinema__camera-img > img.mob {
  display: none;
}
.cinema__videos {
  width: 100%;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cinema__videos-grid {
  width: 100%;
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.video-wrapper {
  position: relative;
  background-color: var(--hover-main);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  overflow: hidden;
}
.cinema__videos .video-wrapper {
  aspect-ratio: 116 / 75;
}
.video-wrapper .inner-gif {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-wrapper .play-btn {
  height: 110px;
  width: 110px;
  background-color: rgba(217, 217, 217, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .2s ease;
}
.video-wrapper .play-btn:hover {
  background-color: rgba(217, 217, 217, 0.7);
}
.video-wrapper .play-btn svg {
  position: relative;
  left: 4%;
}

/* POTENCIAL */
.potencial {
  margin-top: 200px;
  padding-left: 0;
  padding-right: 0;
}
.potencial .swiper-wrapper {
  display: flex;
}
.potencial__slider-item {
  width: initial;
}
.potencial__slider-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
}
.potencial__slider-item .content {
  max-width: 712px;
  height: 167px;
  position: absolute;
  left: 240px;
  bottom: 100px;
  z-index: 2;
}
.potencial__slider-item img {
  display: block;
  width: 100%;
}

/* APPLICATION */
.application {
  background: none;
  margin-top: 200px;
  /* height: calc(100vh - 90px); */
}
.application.web {
  display: flex;
}
.application.mob {
  display: none;
}
.application > img {
  max-width: 30%;
}
.application.container {
  flex-direction: row;
  gap: 70px;
}
.application > img {
  height: 90%;
}
.application h2, .application .section-descr {
  text-align: start;
}
.application-right {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 215px;
}

/* SAFETY */
.safety {
  margin-top: 180px;
}
.safety img {
  margin-top: 60px;
  max-width: 100%;
}

footer {
  margin-top: 0 !important;
  position: relative;
  z-index: 3;
}

/* BUY BUTTON */
.button-wrapper {
  position: fixed;
  bottom: -100px;
  left: calc(50% - 90px);
  display: flex;
  width: fit-content;
  margin: 0 auto;
  z-index: 1;
  /* transition: all .2s ease; */
}
.button-wrapper.--focus{
  bottom: 24px;
}
.button-wrapper.--absolute{
  position: absolute;
  bottom: 107px;
}
.button-wrapper img {
  position: relative;
  width: 20px;
}
.button-wrapper .chevron {
  top: 2px;
  left: -16px;
}
.button-wrapper .chevron span {
  background-color: var(--white);
}
.info .button-wrapper {
  width: fit-content;
}
.button.accent {
  width: 180px;
  justify-content: center;
  padding: 7.5px 30px 7.5px 50px;
}
.choice__markets {
  width: 180px;
}
.choice__markets a {
  color: var(--dark);
}
.choice__markets.show.top {
  bottom: 48px;
}
.choice__markets.show.bottom {
  bottom: -110px;
}
.button-wrapper__root {
  position: absolute;
  width: 100%;
  height: 15px;
	top: -13px;
  z-index: 0;
}
.choice__markets ul > p {
  color: var(--dark);
}



@media (min-width: 1200px) and (max-width: 1921px) {
  h1 {
    font-size: calc(var(--index) * 2.8333);
  }

  .promo-banner .content {
    padding-top: calc(var(--index) * 7.7333);
  }
  .promo-banner .fz-t1 {
    font-size: calc(var(--index) * 0.9333);
  }
  .promo-banner .bg-blur {
    top: calc(var(--index) * 15.666);
    width: calc(var(--index) * 28.333);
    height: calc(var(--index) * 7);
  }
  .promo-banner .banner-img {
    width: calc(var(--index) * 30.8333);
    height: calc(var(--index) * 14.4);
    margin-top: calc(var(--index) * 1.4);
  }
  .promo-banner .banner-img {
    width: calc(var(--index) * 30.8333);
  }

  .compatible h2 {
    font-size: calc(var(--index) * 2.1333);
  }
  .compatible h3 {
    font-size: calc(var(--index) * 1.2);
  }
  .compatible .fz-t1 {
    font-size: calc(var(--index) * 0.9333);
  }
  .compatible .fz-t2 {
    font-size: calc(var(--index) * 0.8);
  }
  .compatible__item img {
    max-height: 35vh;
  }


  .potencial__slider {
    height: calc(var(--index) * 26.666);
  }
  .potencial__slider-item .content {
    left: calc(var(--index) * 8);
    bottom: calc(var(--index) * 3.333);
  }
}



@media (max-width: 1200px) {
  .compatible__bg-wrapper {
    height: 100%;
    top: -25%;
  }
  .compatible__bg-bottom {
    bottom: -10%;
  }

  .custom-table {
    grid-template-columns: 290px 1fr 1fr 1fr;
  }
  .custom-table__col-title {
    min-height: 64px;
    font-size: 28px;
  }

  .potencial__slider-item .content {
    left: 96px;
    bottom: 48px;
  }

  .application-right {
    gap: 150px;
  }
}

@media (max-width: 992px) {
	.promo {
		display: none;
	}
  .promo-banner .content h1 {
    font-size: 60px;
  }
  .promo-banner .banner-img {
    width: 768px;
  }

  .welcome-slider {
    margin-top: 200px;
  }
  .welcome-slider__item-bg {
    width: 375px;
    height: 190px;
  }

  .compatible__bg-wrapper {
    height: 90%;
    top: -22%;
  }
  .compatible__bg-bottom {
    bottom: -10%;
  }

  
  .custom-table {
    width: 100vw;
    grid-template-columns: 0 100vw;
    overflow: hidden;
  }
  .custom-table__col-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 51px;
    padding-bottom: 16px;
    padding-left: 24px;
    font-size: 26px;
    font-weight: 400;
    line-height: 110%;
  }
  .custom-table__col .custom-table__col-content > div {
    align-items: flex-end;
    justify-content: start;
    text-align: left;
    padding-left: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    font-size: 14px;
    line-height: 130%;
    width: 100%;
  }
  .custom-table__col-content > div {
    min-height: 78px;
  }
  .custom-table__col .custom-table__col-content > div:nth-of-type(3) {
    min-height: 58px;
  }
  .custom-table__col .custom-table__col-content > div:nth-of-type(5) {
    min-height: 62px;
  }
  .custom-table__col .custom-table__col-content > div:nth-of-type(6) {
    min-height: 84px;
  }
  .custom-table__col .custom-table__col-content > div:nth-of-type(7) {
    min-height: 84px;
  }
  .custom-table__col .custom-table__col-content > div:nth-of-type(8) {
    min-height: 62px;
  }
  .custom-table__col.param {
    pointer-events: none;
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .custom-table__col.param .custom-table__col-content > div:nth-of-type(odd) {
    background-color: transparent;
  }
  .custom-table__col.param .custom-table__col-content > div {
    align-items: flex-start;
    padding-top: 4px;
    font-size: 16px;
    line-height: 130%;
    text-wrap: nowrap;
  }
  .custom-table__col:nth-of-type(2)::before {
    content: none;
  }
  .custom-table__col:not(:nth-of-type(3)) {
    max-width: 60vw;
  }
  .table-pagination {
    display: block;
    position: absolute;
    width: fit-content !important;
    bottom: -24px !important;
    left: 50% !important;
    transform: translateX(-50%);
  }


  .potencial__slider {
    height: auto;
  }
  .potencial__slider-item {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }
  .potencial__slider-item .content {
    left: 60px;
    right: 60px;
    bottom: 8px;
  }
  .potencial-button-next, .potencial-button-prev {
    display: none;
  }
}


@media (max-width: 768px) {
  br {
    display: none;
  }
  body {
    overflow: hidden;
  }
  .promo-banner .content h1.web {
    display: none;
  }
  .promo-banner .content h1.mob {
    display: flex;
    flex-direction: column;
  }
  .welcome-slider {
    margin-top: 300px;
    height: auto;
  }
  .welcome-sticky {
    position: relative;
    top: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    transform: translateY(0) !important;
  }
  .welcome-slider__item .container {
    display: flex !important;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    height: auto;
    gap: 100px;
  }
  .welcome-slider__item .container img {
    transform: translateY(0);
  }
  .welcome-slider__item .hub-photo {
    left: auto;
  }
  .welcome-slider__content {
    right: auto;
    text-align: center;
  }
  .welcome-slider__bg {
    top: 28%;
    right: 23%;
    opacity: .4;
  }

  .compatible {
    height: auto;
  }
  .compatible .sticky-wrapper {
    height: 70vh;
  }
  .compatible__bg-wrapper {
    height: 100%;
    top: -15%;
  }
  .compatible__bg-bottom {
    bottom: -14%;
  }
  .compatible .section-descr {
    display: block;
  }

  .application.web {
    display: none;
  }
  .application.mob {
    display: block;
  }
  .application.container {
    position: relative;
    flex-direction: column-reverse;
  }
  .application h2, .application .section-descr {
    text-align: center;
  }
  .application > img {
    position: absolute;
    height: 630px;
    max-width: none;
  }
  .application-content {
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 70px;
    position: relative;
  }
  .application-content .left-side {
    position: relative;
  }

  .application-content .left-side .blur {
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    background-color: #A855F7;
    border-radius: 50%;
    filter: blur(40px);
    opacity: .5;
    z-index: -1;
  }
  .application-content .left-side p {
    font-weight: 400;
    font-size: 12px;
    line-height: 117%;
    position: relative;
    z-index: 1;
  }
  .application-content .left-side .icons {
    margin-top: 12px;
    position: relative;
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .application-content > img {
    height: 700px;
  }
}

@media (max-width: 480px) {
	section {
		padding: 0;
	}
  .fz-t1 {
    font-size: 16px;
  }
  .fz-t3-mob {
    font-size: 14px;
  }
  br {
    display: none;
  }
  br.sm-display {
    display: block;
  }
  main {
    padding-bottom: 57px;
  }
  body:has(.mobile-menu.active) header  {
    background: var(--brand-colors-pantone-282);
  }
  .promo-banner {
    height: 100vh;
    justify-content: space-between;
  }
  .promo-banner .content {
    padding-top: 120px;
  }
  .promo-banner br {
    display: none;
  }
  .promo-banner .content h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: -0.04em;
    background: radial-gradient(circle farthest-side at top center, #FF7701 0%, #FF9538 30%, #FFFFFF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .promo-banner .content h1 span {
    font-weight: 300;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: -0.04em;
  }
  .promo-banner .banner-img {
    margin-top: 90px;
    margin-bottom: 20px;
    max-width: 147%;
    position: relative;
    left: 2%;
  }
  .promo-banner .bg-blur {
    top: initial;
    bottom: 18%;
    width: 200%;
    height: 120px;
    opacity: .7;
  }
  .promo-banner .bg-blur._double {
    height: 200px;
    opacity: .5;
  }



  .welcome-slider {
    margin-top: 60px;
    gap: 60px;
  }
  .welcome-slider br.sm-display {
    display: block;
  }
  .welcome-button-next, .welcome-button-prev {
    display: none;
  }
  .welcome-pagination {
    display: block;
    width: fit-content !important;
    margin: 30px auto 0;
  }
  .welcome-slider__content > h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
  }
  .welcome-slider__item .container img {
    width: 100%;
  }
  .welcome-slider__item .container {
    gap: 24px;
  }
  /* .welcome-slider__content {
    height: 105px;
  } */
  .welcome-slider__bg {
    display: none;
    width: 300px;
    height: 300px;
    top: 22%;
    right: 8%;
  }

  .compatible br.sm-display {
    display: block;
  }
  .compatible .sticky-wrapper {
    height: auto;
    margin-top: 60px;
  }
  .compatible__item {
    width: 100%;
    height: 100%;
  }
  .compatible__item.swiper-slide-prev {
    transform: scale(.75) translate(0, -25%);
  }
  .compatible__item.swiper-slide-next {
    transform: scale(.75) translate(0, -15%);
  }
  .compatible__item > img {
    position: relative;
    margin-top: 100px;
    max-width: 105%;
    height: 160px;
    object-fit: contain;
  }
  .compatible__item > img.--first {
    max-width: 130%;
    left: -2%;
  }
  .compatible__item > img.--second {
    right: -2%;
  }
  .compatible__item > img.--third {
    left: -1%;
  }
  .compatible__item-descr {
    margin-top: 40px;
    padding: 0 20px;
  }
  .compatible__item:nth-of-type(3) .compatible__item-descr {
    padding: 0 8px;
  }
  .compatible__item-descr br:not(.sm-display) {
    display: none;
  }
  .compatible__item-descr a {
    font-weight: 600;
    font-size: 12px;
    line-height: 130%;
  }
  .compatible__item-descr a img {
    position: relative;
    top: 3px;
  }
  .compatible-button-next, .compatible-button-prev {
    display: none;
  }
  .compatible-pagination {
    position: relative;
    display: block;
    width: fit-content !important;
    margin: 30px auto 0;
    z-index: 2;
  }
  .compatible__bg-wrapper {
    top: 20%;
    height: 70%;
  }
  .compatible__bg {
    top: -60px;
    /* height: 80%; */
  }
  .compatible__bg.web {
    display: none;
  }
  .compatible__bg.mob {
    display: block;
  }
  .compatible__bg-top {
    height: 60%;
    top: -16%;
  }
  .compatible__bg-bottom {
    height: 75%;
    bottom: -29%;
  }


  .table {
    margin-top: 82px;
  }
  .custom-table {
    grid-template-columns: 0 100vw;
    overflow: hidden;
  }
  /* .custom-table__col.param .custom-table__col-content > div:nth-of-type(odd) {
    background-color: #080F33;
  } */
  .custom-table__col:not(:nth-of-type(3)) {
    max-width: 60vw;
  }
  .custom-table__col.param {
    pointer-events: none;
  }
  .custom-table__col.param .custom-table__col-content > div {
    text-wrap: nowrap;
  }
  .custom-table__col .custom-table__col-content > div {
    width: 100%;
    padding-bottom: 8px;
  }


  .private {
    margin-top: 64px;
  }
  .private__storage {
    margin-top: 50px;
  }
  .private__storage-line {
    padding: 0;
    flex-direction: column;
    gap: 30px;
  }
  .private__storage-line img {
    max-width: 98%;
  }
  .private__storage-line:nth-of-type(2) img {
    max-width: 108%;
  }
  .private-img__bg {
    display: none;
  }


  .cinema {
    margin-top: 60px;
  }
  .cinema__camera-img {
    width: 150%;
    margin-top: 12px;
  }
  .cinema__camera-img > img.web {
    display: none;
  }
  .cinema__camera-img > img.mob {
    display: block;
    margin-top: -5%;
  }
  .cinema__bg:nth-of-type(1) {
    display: none;
  }
  .cinema__bg:nth-of-type(2) {
    top: 23%;
    left: 7%;
    height: 300px;
    width: 300px;
    opacity: .5;
  }
  .cinema__videos {
    margin-top: 60px;
    overflow: visible;
  }
  .cinema__videos h3 {
    font-weight: 400;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
  }
  .cinema__videos-grid {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .cinema__videos .video-wrapper {
    border-radius: 12px;
    aspect-ratio: 2 / 1;
  }
  .video-wrapper .inner-gif {
    object-fit: cover;
    object-position: bottom;
	border-radius: 0;
  }
  .cinema__videos-item::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 100%);
  }
  .cinema__videos-item .video-descr {
    position: absolute;
    z-index: 2;
    margin: 0;
    bottom: 16px;
    right: 16px;
    left: 16px;

    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
  }
  .cinema-pagination {
    width: fit-content !important;
    margin: 8px auto 0;
  }


  .potencial {
    margin-top: 60px;
  }
  .potencial-button-next, .potencial-button-prev {
    display: none;
  }
  .potencial .swiper-wrapper {
    flex-direction: column;
    height: fit-content;
  }
  .potencial__slider-item br {
    display: none;
  }
  .potencial__slider-item img {
    position: relative;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 9 / 8;
  }
  .potencial__slider-item .content {
    height: fit-content;
    right: 20px;
    left: 20px;
    bottom: 16px;
  }


  .application {
    margin-top: 77px;
  }
  .application br {
    display: none;
  }
  .application-content {
    gap: 48px;
    justify-content: flex-start;
  }
  .application-content > img {
    height: 473px;
  }

  
  .safety {
    margin-top: 60px;
  }
  .safety img {
    margin-top: 32px;
    max-width: 112%;
  }


  footer {
    margin-top: 67px !important;
  }
  .button-wrapper {
    width: 100%;
    padding: 0 20px;
    left: 0;
  }
  .button-wrapper.active {
    transform: none;
    z-index: 101;
  }
  .button-wrapper.--focus {
    bottom: 16px;
  }
  .button {
    width: 100%;
    padding: 11px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .button.accent {
    width: 100%;
    padding: 11px 40px;
  }
  .button p {
    line-height: 130%;
    font-size: 14px;
  }
  .button-wrapper .chevron {
    top: 1px;
    left: -19px;
  }
  .choice__markets {
    width: 100%;
  }
}



/* 2K & 4K DISPLAYS */
@media (min-width:2500px) {
	.compatible__bg {
		max-height: 170%;
		object-fit: fill;
	}
	.private__bg {
		object-fit: fill;
	}
}
