@font-face {
  font-family: "Gilroy-Black";
  src: url(../fonts/oFH7VWtzKwGk.woff);
  font-weight: 900;
}
@font-face {
	font-family: "Gilroy-Bold";
	src: url(../fonts/taxvrMCAdWu7.woff);
	font-weight: 700;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  src: url(../fonts/xLixy5PXpfsU.woff);
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url(../fonts/MeokyVjmkFLp.woff);
  font-weight: 500;
}
@font-face {
  font-family: "DINPro-CondLight";
  src: url(../fonts/yVguvlDrO8uz.woff);
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url(../fonts/yqH8fOmxF308.woff);
  font-weight: 400;
}
html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

ul, li, p, h1, h2, h3 {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #00003D;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.main-link {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.brand {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  pointer-events: none;
}
.brand img {
  max-width: 100%;
  height: auto;
}
.brand::before {
  content: "";
  width: 215vh;
  height: 100%;
  z-index: 5;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  background: url("../images/McWLF8DU6Q2h.png") no-repeat 50% 0/cover;
}
@media screen and (min-width: 1061px) {
  .brand {
    background: url("../images/f84MibThS3Xm.jpg") no-repeat 50% 0/cover;
  }
}
@media screen and (max-width: 1060px) {
  .brand {
    background: url("../images/cdUOVlXtEjua.jpg") no-repeat 50% 0/cover;
  }
  .brand::before {
    background: url("../images/zUyhJQGBuaeT.png") no-repeat 50% 0/cover;
    opacity: 0.1;
  }
}
@media screen and (max-width: 550px) {
  .brand {
    background: url("../images/rNHUZZJfGbdK.jpg") no-repeat 50% 0/cover;
  }
  .brand::before {
    background: url("../images/OS0q1TMtQ4QC.png") no-repeat 50% 0/cover;
    opacity: 0.1;
  }
}
.brand__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3% 0 0 5%;
}
.brand__main-logo {
  width: 385px;
  height: 70px;
}
.brand__main-title {
  font-family: Gilroy-Bold, sans-serif;
  position: relative;
  font-size: 100px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 6px;
  margin-top: 100px;
  z-index: 5;
	line-height: 110%;
}
.brand__main-title br:nth-child(1), .brand__main-title br:nth-child(3) {
  display: none;
}
.brand__main-title span {
  font-family: Gilroy-Bold, sans-serif;
  color: #00E28B;
}
.brand__main-title span br:nth-child(1) {
  display: block;
}
.brand__main-title span:nth-child(4) {
  background-size: 100%;
}
.brand__main-title span:last-child {
  font-size: 30px;
}
.brand__main-animation {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.brand__main-animation .brand__animation-wrap {
  position: relative;
  width: 100%;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item {
  height: 560px;
  width: 1150px;
  position: absolute;
  top: 440px;
  right: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card {
  position: absolute;
  top: 0;
  width: 480px;
  left: 50%;
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
  z-index: 2;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .img-wrapper {
  position: relative;
  z-index: 2;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 210px;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left .chip:nth-child(1) {
  position: absolute;
  top: 250px;
  right: 45px;
  width: 240px;
  -webkit-animation: leftChip1 7.5s ease infinite;
  animation: leftChip1 7.5s ease infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left .chip:nth-child(2) {
  position: absolute;
  top: 200px;
  right: 200px;
  width: 160px;
  -webkit-animation: leftChip2 7.5s ease infinite;
  animation: leftChip2 7.5s ease infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left .chip:nth-child(3) {
  position: absolute;
  top: 340px;
  right: 270px;
  width: 210px;
  -webkit-animation: leftChip3 7.5s ease infinite;
  animation: leftChip3 7.5s ease infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .cube {
  position: absolute;
  z-index: 2;
  -webkit-transform: translate(13%, 40%);
  -ms-transform: translate(13%, 40%);
  transform: translate(13%, 40%);
  width: 280px;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .cube:nth-child(3) {
  -webkit-animation: leftCube 7.5s ease infinite;
  animation: leftCube 7.5s ease infinite;
  position: absolute;
  top: 310px;
  right: -50px;
  z-index: 3;
  -webkit-transform: translate(-65%, 55%);
  -ms-transform: translate(-65%, 55%);
  transform: translate(-65%, 55%);
  width: 240px;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .card .cube:nth-child(4) {
  left: 300px;
  top: 250px;
  -webkit-animation: rightCube 7.5s ease infinite;
  animation: rightCube 7.5s ease infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item:nth-child(1) {
  z-index: 2;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item:nth-child(1) .card .img-wrapper {
  -webkit-animation: leftCard 7.5s linear infinite;
  animation: leftCard 7.5s linear infinite;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item:nth-child(2) .card .img-wrapper {
  -webkit-animation: rightCard 7.5s linear infinite;
  animation: rightCard 7.5s linear infinite;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item:nth-child(2) .card {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  z-index: 1;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .brand__animation-right {
  width: 210px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 0;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .brand__animation-right .chip:nth-child(1) {
  position: absolute;
  top: 270px;
  right: -45px;
  width: 280px;
  -webkit-animation: rightChip1 7.5s ease infinite;
  animation: rightChip1 7.5s ease infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .brand__animation-right .chip:nth-child(2) {
  position: absolute;
  top: 240px;
  right: -130px;
  width: 170px;
  -webkit-animation: rightChip2 7.5s ease infinite;
  animation: rightChip2 7.5s ease infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.brand__main-animation .brand__animation-wrap .brand__animation-item .brand__animation-right .chip:nth-child(3) {
  width: 210px;
  position: absolute;
  top: 400px;
  left: 210px;
  -webkit-animation: rightChip3 7.5s ease infinite;
  animation: rightChip3 7.5s ease infinite;
}
.brand__main-btn {
	display: flex;
	justify-content: center;
	align-items: center;
  margin-top: 24px;
  font-family: Gilroy-SemiBold, sans-serif;
  font-size: 42px;
  line-height: 100%;
	padding: 20px 26px 20px 26px;
  border-radius: 50px;
  border: 3px solid #33FFFF;
	box-shadow: 0px 0px 10px #3FF;
  color: #33FFFF;
  background: transparent;
  text-transform: uppercase;
  max-width: 350px;
  max-height: 80px;
  pointer-events: initial;
  cursor: pointer;
  -webkit-animation: mainBtn 4s ease infinite;
  animation: mainBtn 4s ease infinite;
}
.brand__main-desc {
  margin-top: 100px;
  font-family: Gilroy-Medium, sans-serif;
  color: #ffffff;
  line-height: 130%;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 5;
	max-width: 730px;
}
.brand__footer {
	display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 20px 20px 20px;
  background: url("../images/hSDFqUZySp6n.jpg") no-repeat 50% 0/cover;
	gap: 48px;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 6;
}
.brand__footer-text {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  max-width: 730px;
	font-family: Gilroy-Regular, sans-serif;
}
.brand__footer-text span {
  font-family: Gilroy-Regular, sans-serif;
}
.brand__footer-text span:nth-child(2) {
  display: none;
}
.brand__footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-direction: column;
  gap: 10px;
}
.brand__footer-info-licensed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
}
.brand__footer-info-licensed .licensed-item:nth-child(1) {
  background: url("../images/nteOvK2InMrW.svg") no-repeat 0 0/cover;
  width: 32px;
  height: 33px;
}
.brand__footer-info-licensed .licensed-item:nth-child(2) {
  background: url("../images/icY6P1CxlGi1.svg") no-repeat 0 0/cover;
  width: 57px;
  height: 27px;
}
.brand__footer-info-licensed .licensed-item:nth-child(3) {
  background: url("../images/8wlHauJMBApJ.svg") no-repeat 0 0/cover;
  width: 54px;
  height: 21px;
}
.brand__footer-info-licensed .licensed-item:nth-child(4) {
  background: url("../images/rCcxMtnxktSP.svg") no-repeat 0 0/cover;
  width: 38px;
  height: 25px;
}
.brand__footer-info-licensed .licensed-item:nth-child(5) {
  background: url("../images/21GmzxpGX4wc.svg") no-repeat 0 0/cover;
  width: 36px;
  height: 21px;
}
.brand__footer-info-buttons {
  display: flex;
  justify-content: space-between;
}
.brand__footer-info-buttons .brand__footer-apple {
  display: block;
  background: url("../images/A9DW6qK32LOM.png") no-repeat 0 0/cover;
  width: 114px;
  height: 38px;
  pointer-events: initial;
}
.brand__footer-info-buttons .brand__footer-google {
  display: block;
  background: url("../images/r5bpb784UHXx.svg") no-repeat 0 0/cover;
  width: 128px;
  height: 38px;
  pointer-events: initial;
}

.legal {
  background: #ffffff;
  font-family: DINPro-CondLight, sans-serif;
  font-size: 4.8vw;
  text-align: center;
  padding: 10px 20px;
}

/***************************************ANIMATIONS********************************/
@-webkit-keyframes mainBtn {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  25% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  75% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@keyframes mainBtn {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  25% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
  75% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transform-origin: center;
    transform-origin: center;
  }
}
@-webkit-keyframes leftCard {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-6px, 12px) rotate(-3deg);
    transform: translate(-6px, 12px) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(-2px, 12px) rotate(-2deg);
    transform: translate(-2px, 12px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(-6px, 13px) rotate(-3deg);
    transform: translate(-6px, 13px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes leftCard {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-6px, 12px) rotate(-3deg);
    transform: translate(-6px, 12px) rotate(-3deg);
  }
  50% {
    -webkit-transform: translate(-2px, 12px) rotate(-2deg);
    transform: translate(-2px, 12px) rotate(-2deg);
  }
  75% {
    -webkit-transform: translate(-6px, 13px) rotate(-3deg);
    transform: translate(-6px, 13px) rotate(-3deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes rightCard {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-4px, -22px) rotate(-2deg);
    transform: translate(-4px, -22px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(-7px, -35px) rotate(-4deg);
    transform: translate(-7px, -35px) rotate(-4deg);
  }
  75% {
    -webkit-transform: translate(15px, 10px) rotate(4deg);
    transform: translate(15px, 10px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes rightCard {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(-4px, -22px) rotate(-2deg);
    transform: translate(-4px, -22px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translate(-7px, -35px) rotate(-4deg);
    transform: translate(-7px, -35px) rotate(-4deg);
  }
  75% {
    -webkit-transform: translate(15px, 10px) rotate(4deg);
    transform: translate(15px, 10px) rotate(4deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
  }
}
@-webkit-keyframes leftChip1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes leftChip1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leftChip2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30px, -15px);
    transform: translate(-30px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes leftChip2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-30px, -15px);
    transform: translate(-30px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leftChip3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes leftChip3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes rightChip1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes rightChip1 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(25px, 0);
    transform: translate(25px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes rightChip2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, -15px);
    transform: translate(30px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes rightChip2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(30px, -15px);
    transform: translate(30px, -15px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes rightChip3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes rightChip3 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes leftCube {
  0%, 100% {
    -webkit-transform: translate(-65%, 55%);
    transform: translate(-65%, 55%);
  }
  25% {
    -webkit-transform: translate(-70%, 55%);
    transform: translate(-70%, 55%);
  }
  50% {
    -webkit-transform: translate(-67%, 55%);
    transform: translate(-67%, 55%);
  }
}
@keyframes leftCube {
  0%, 100% {
    -webkit-transform: translate(-65%, 55%);
    transform: translate(-65%, 55%);
  }
  25% {
    -webkit-transform: translate(-70%, 55%);
    transform: translate(-70%, 55%);
  }
  50% {
    -webkit-transform: translate(-67%, 55%);
    transform: translate(-67%, 55%);
  }
}
@-webkit-keyframes rightCube {
  0%, 100% {
    -webkit-transform: translate(13%, 40%);
    transform: translate(13%, 40%);
  }
  25% {
    -webkit-transform: translate(20%, 40%);
    transform: translate(20%, 40%);
  }
  50% {
    -webkit-transform: translate(14%, 40%);
    transform: translate(14%, 40%);
  }
}
@keyframes rightCube {
  0%, 100% {
    -webkit-transform: translate(13%, 40%);
    transform: translate(13%, 40%);
  }
  25% {
    -webkit-transform: translate(20%, 40%);
    transform: translate(20%, 40%);
  }
  50% {
    -webkit-transform: translate(14%, 40%);
    transform: translate(14%, 40%);
  }
}
@media screen and (max-width: 1024px) {
  @-webkit-keyframes rightCard {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
    }
    25% {
      -webkit-transform: translate(-4px, -17px) rotate(-2deg);
      transform: translate(-4px, -17px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translate(-7px, -21px) rotate(-4deg);
      transform: translate(-7px, -21px) rotate(-4deg);
    }
    75% {
      -webkit-transform: translate(15px, 5px) rotate(4deg);
      transform: translate(15px, 5px) rotate(4deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
    }
  }
  @keyframes rightCard {
    0% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
    }
    25% {
      -webkit-transform: translate(-4px, -17px) rotate(-2deg);
      transform: translate(-4px, -17px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translate(-7px, -21px) rotate(-4deg);
      transform: translate(-7px, -21px) rotate(-4deg);
    }
    75% {
      -webkit-transform: translate(15px, 5px) rotate(4deg);
      transform: translate(15px, 5px) rotate(4deg);
    }
    100% {
      -webkit-transform: translate(0, 0) rotate(0deg);
      transform: translate(0, 0) rotate(0deg);
    }
  }
  @-webkit-keyframes leftChip1 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-25px, 0);
      transform: translate(-25px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes leftChip1 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-25px, 0);
      transform: translate(-25px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes leftChip2 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-16px, -8px);
      transform: translate(-16px, -8px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes leftChip2 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-16px, -8px);
      transform: translate(-16px, -8px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes leftChip3 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-5px, 0);
      transform: translate(-5px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes leftChip3 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(-5px, 0);
      transform: translate(-5px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes rightChip1 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(12px, 0);
      transform: translate(12px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes rightChip1 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(12px, 0);
      transform: translate(12px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes rightChip2 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(16px, -8px);
      transform: translate(16px, -8px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes rightChip2 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(16px, -8px);
      transform: translate(16px, -8px);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes rightChip3 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
  @keyframes rightChip3 {
    0% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    50% {
      -webkit-transform: translate(5px, 0);
      transform: translate(5px, 0);
    }
    100% {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
  }
}
@media screen and (min-width: 2200px) {
  .brand__main {
    padding-top: 7%;
  }
  .brand__main-title {
    font-size: 120px;
  }
  .brand__main-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: 8%;
    top: 570px;
  }
  .brand__footer-text {
    font-size: 19px;
    line-height: 25px;
    max-width: 70%;
  }
}
@media screen and (min-width: 2200px) and (max-height: 1150px) {
  .brand__main {
    padding-top: 3%;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 390px;
  }
}
@media screen and (min-width: 2200px) and (max-height: 1070px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 455px;
  }
  .brand__main-title {
    margin-top: 75px;
  }
  .brand__main-btn {
    margin-top: 35px;
  }
  .brand__main-desc {
    margin-top: 100px;
  }
}
@media screen and (min-width: 2500px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: 16%;
    top: 630px;
  }
}
@media screen and (max-width: 1920px) and (max-height: 990px) {
  .brand__main-title {
    margin-top: 80px;
  }
  .brand__main-btn {
    margin-top: 40px;
  }
  .brand__main-desc {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1850px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -3%;
  }
}
@media screen and (max-width: 1700px) {
  .brand__main-title {
    font-size: 90px;
  }
  .brand__main-btn {
    max-width: 260px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1680px) and (max-height: 1050px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -8%;
  }
}
@media screen and (max-width: 1600px) {
  .brand__main-title {
    font-size: 80px;
  }
  .brand__main-desc {
    font-size: 13px;
  }
}
@media screen and (max-width: 1600px) and (max-height: 850px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 340px;
  }
  .brand__main-title {
    margin-top: 40px;
  }
  .brand__main-btn {
    margin-top: 20px;
  }
  .brand__main-desc {
    margin-top: 35px;
  }
}
@media screen and (max-width: 1600px) and (max-height: 740px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 320px;
  }
  .brand__main-title {
    margin-top: 30px;
  }
  .brand__main-btn {
    margin-top: 15px;
  }
  .brand__main-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1550px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -12%;
  }
}
@media screen and (max-width: 1500px) and (max-height: 715px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -18%;
  }
}
@media screen and (max-width: 1440px) {
  .brand__main-title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1368px) {
  .brand__main-logo {
    width: 280px;
    height: 50px;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -20%;
    top: 280px;
  }
}
@media screen and (max-width: 1368px) and (min-height: 900px) {
  .brand__main {
    padding-bottom: 83px;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 440px;
    right: -20%;
  }
}
@media screen and (max-width: 1368px) and (min-height: 1000px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 490px;
  }
}
@media screen and (max-width: 1368px) and (max-height: 690px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 280px;
  }
}
@media screen and (max-width: 1368px) and (max-height: 660px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 250px;
  }
  .brand__main-title {
    font-size: 65px;
  }
  .brand__main-btn {
    margin-top: 0;
  }
}
@media screen and (max-width: 1368px) and (min-height: 1024px) and (orientation: landscape) {
  .brand__main {
    padding: 8% 0 163px 6%;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -15%;
    top: 500px;
  }
}
@media screen and (max-width: 1300px) {
	.brand__footer {
		display: flex;
	}
	.brand__main-desc {
		display: none;
	}
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -23%;
  }
}
@media screen and (max-width: 1280px) and (max-height: 900px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 340px;
  }
  .brand__main-title {
    margin-top: 50px;
  }
  .brand__main-btn {
    margin-top: 25px;
  }
  .brand__main-desc {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 720px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 300px;
  }
  .brand__main-title {
    margin-top: 30px;
  }
  .brand__main-btn {
    margin-top: 20px;
  }
  .brand__main-desc {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 680px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 250px;
    right: -30%;
  }
  .brand__main-title {
    margin-top: 25px;
  }
  .brand__main-btn {
    margin-top: 15px;
  }
  .brand__main-desc {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 620px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 220px;
  }
  .brand__main-title {
    margin-top: 20px;
  }
  .brand__main-btn {
    margin-top: 10px;
  }
  .brand__main-desc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-height: 600px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 190px;
  }
  .brand__main-title {
    margin-top: 15px;
  }
  .brand__main-btn {
    margin-top: 0;
  }
  .brand__main-desc {
    margin-top: 15px;
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (max-width: 1220px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -33%;
  }
  .brand__footer-text {
    font-size: 10px;
    line-height: 15px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1220px) and (min-height: 715px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.65);
    -ms-transform: scale(0.65);
    transform: scale(0.65);
  }
  .brand__main-title {
    margin-top: 65px;
    font-size: 65px;
    line-height: 70px;
  }
  .brand__main-btn {
    margin-top: 25px;
  }
  .brand__main-desc {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1220px) and (max-height: 600px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -37%;
  }
}
@media screen and (max-width: 1150px) {
  .brand__main-title {
    font-size: 60px;
  }
  .brand__main-btn {
    margin-top: 20px;
  }
  .brand__main-desc {
    margin-top: 45px;
  }
}
@media screen and (max-width: 1150px) and (min-height: 750px) {
  .brand__main {
    padding-top: 5%;
  }
}
@media screen and (max-width: 1080px) {
  .brand__main {
    padding-top: 7%;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -42%;
  }
  .brand__main-title {
    font-size: 57px;
  }
  .brand__main-title span:last-child {
    font-size: 22px;
  }
  .brand__main-btn {
    font-size: 27px;
    height: 55px;
    width: 230px;
    padding: 12px 0 12px 0;
    text-align: center;
  }
  .brand__main-desc {
    font-size: 10px;
    line-height: 12px;
  }
}
@media screen and (max-width: 1024px) and (max-height: 750px) {
  .brand__main {
    padding: 5% 0 0 3%;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -47%;
  }
}
@media screen and (max-width: 1024px) and (max-height: 640px) {
  .brand__main-desc {
    margin-top: 30px;
  }
}
/*************************************TABS****************************/
@media screen and (max-width: 1050px) and (orientation: portrait) {
  .brand__main {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8% 0 125px 8%;
    height: 100%;
  }
  .brand__main-title {
    font-size: 75px;
    margin-top: 50px;
  }
  .brand__main-title span:last-child {
    font-size: 22px;
  }
  .brand__main-animation {
    position: relative;
    overflow: visible;
  }
  .brand__main-animation .brand__animation-wrap {
    position: relative;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    right: 10%;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: 0;
    top: 140px;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card {
    width: 215px;
    height: 250px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left .chip:nth-child(1) {
    width: 105px;
    height: 102px;
    top: 140px;
    right: 123px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left .chip:nth-child(2) {
    top: 120px;
    right: 195px;
    width: 71px;
    height: 52px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-left .chip:nth-child(3) {
    top: 180px;
    right: 215px;
    width: 94px;
    height: 71px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-right .chip:nth-child(1) {
    top: 124px;
    left: 95px;
    width: 124px;
    height: 117px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-right .chip:nth-child(2) {
    top: 105px;
    left: 180px;
    width: 75px;
    height: 54px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .brand__animation-right .chip:nth-child(3) {
    left: 210px;
    top: 180px;
    width: 93px;
    height: 72px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .cube:nth-child(3) {
    position: absolute;
    top: 140px;
    right: -20px;
    z-index: 3;
    width: 106px;
    height: 106px;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item .card .cube:nth-child(4) {
    position: absolute;
    top: 115px;
    left: 130px;
    z-index: 3;
    width: 125px;
    height: 133p;
  }
  .brand__main-btn {
    margin-bottom: 40px;
  }
  .brand__main-desc {
    display: none;
  }
  .brand__footer {
    height: 125px;
  }
  .brand__footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
  }
  .brand__footer-info-licensed {
    gap: 14px;
  }
  .brand__footer-info-licensed .licensed-item {
    background: #000;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(1) {
    width: 20px;
    height: 21px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(2) {
    width: 34px;
    height: 16px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(3) {
    width: 37px;
    height: 15px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(4) {
    width: 24px;
    height: 16px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(5) {
    width: 26px;
    height: 15px;
  }
  .brand__footer-info-buttons {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
  }
  .brand__footer-info-buttons .brand__footer-apple {
    width: 90px;
    height: 30px;
  }
  .brand__footer-info-buttons .brand__footer-google {
    width: 99px;
    height: 30px;
  }
  .brand__footer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 5px;
    font-size: 12px;
    line-height: 15px;
  }
  .brand__footer-text span:nth-child(2) {
    display: block;
  }
  .legal {
    font-size: 5.8vw;
    padding: 10px 80px;
  }
}
@media screen and (max-width: 1050px) and (min-height: 1200px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1.7);
    -ms-transform: scale(1.7);
    transform: scale(1.7);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 190px;
  }
}
@media screen and (max-width: 830px) and (orientation: portrait) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 50px;
  }
}
@media screen and (max-width: 830px) and (orientation: portrait) and (min-height: 1100px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 90px;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .brand__main-title {
    font-size: 65px;
  }
  .brand__main-animation {
    right: 4%;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 0;
    right: -10px;
  }
  .brand__main-btn {
    margin-top: 0;
  }
  .brand__footer {
    padding: 10px 30px 10px 20px;
  }
  .brand__footer-text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) and (min-height: 1000px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 90px;
  }
}
@media screen and (max-width: 720px) and (max-height: 1000px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 50px;
  }
}
/************************************MOBILE*********************************/
@media screen and (max-width: 660px) and (orientation: portrait) {
  .brand {
    height: auto;
  }
  .brand__main {
    height: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding: 25px 0 0 0;
  }
  .brand__main-logo {
    width: 245px;
    height: 43px;
  }
  .brand__main-title {
	  text-align: center;
    font-size: 52px;
    line-height: 52px;
    max-width: 375px;
    margin: 10px auto;
  }
	.brand__main-title span:last-child{
		display: block;
		line-height: 140%;
	}
  .brand__main-title br:nth-child(2) {
    display: none;
  }
  .brand__main-title br:nth-child(3) {
    display: block;
  }
  .brand__main-title span:last-child {
    font-size: 14px;
  }
  .brand__main-animation {
    height: 320px;
  }
  .brand__main-animation .brand__animation-wrap {
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    right: 4%;
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: 5px;
    top: 0;
    width: 100%;
  }
  .brand__main-btn {
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .brand__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    position: relative;
    gap: 20px;
    padding: 25px 0;
  }
  .brand__footer-text {
    padding-right: 0;
    text-align: left;
    gap: 15px;
    max-width: 322px;
  }
  .brand__footer-info {
    gap: 15px;
  }
  .brand__footer-info-licensed {
    gap: 25px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(1) {
    width: 25px;
    height: 26px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(2) {
    width: 56px;
    height: 26px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(3) {
    width: 60px;
    height: 24px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(4) {
    width: 32px;
    height: 20px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(5) {
    width: 41px;
    height: 24px;
  }
  .brand__footer-info-buttons {
    gap: 8px;
  }
  .brand__footer-info-buttons .brand__footer-apple {
    width: 145px;
    height: 48px;
  }
  .brand__footer-info-buttons .brand__footer-google {
    width: 161px;
    height: 49px;
    position: relative;
    bottom: 1px;
  }
  .legal {
    font-size: 7vw;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 660px) and (max-height: 700px) and (min-width: 650px) {
  .brand__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .brand__main-title {
    text-align: center;
  }
  .brand__main-btn {
    margin: 0 0 30px 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 360px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .brand__main-title {
    font-size: 49px;
  }
  .brand__main-title span:last-child {
    font-size: 14px;
  }
}
@media screen and (max-width: 335px) {
  .brand__main-logo {
    width: 220px;
    height: 20px;
  }
  .brand__footer-text {
    font-size: 9px;
    padding: 0 15px;
  }
  .brand__footer-info {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}
/**********************************LANDSCAPE*****************************/
@media screen and (max-width: 1000px) and (orientation: landscape) and (max-height: 550px) {
  .brand__main-title {
    margin-top: 45px;
    font-size: 55px;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -63%;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) {
  .brand__main-title span:last-child {
    font-size: 14px;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -47%;
  }
}
@media screen and (max-width: 970px) and (orientation: landscape) and (max-height: 550px) {
  .brand__main {
    padding: 3% 0 83px 3%;
    height: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -63%;
  }
}
@media screen and (max-width: 1000px) and (max-height: 550px) and (orientation: landscape) {
  .brand__main {
    height: 100%;
    padding: 3% 0 70px 5%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -63%;
    top: 110px;
  }
  .brand__main-logo {
    margin: 0 0 25px 0;
    width: 210px;
    height: 20px;
  }
  .brand__main-title {
    margin: 0 0 5px 0;
    font-size: 45px;
    line-height: 47px;
  }
  .brand__main-title span:last-child {
    font-size: 12px;
  }
  .brand__main-btn {
    margin: 0 0 15px 0;
    height: 43px;
    width: 200px;
    font-size: 23px;
    padding: 6px 0 12px 0;
  }
  .brand__main-desc {
    margin: 0 0 15px 0;
    max-width: 50vw;
    font-size: 9px;
  }
  .brand__footer {
    height: 45px;
  }
  .brand__footer-text {
    padding-right: 20px;
    font-size: 9px;
    line-height: 12px;
  }
  .brand__footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
  }
  .brand__footer-info-licensed {
    gap: 14px;
  }
  .brand__footer-info-licensed .licensed-item {
    background: #000;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(1) {
    width: 20px;
    height: 21px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(2) {
    width: 34px;
    height: 16px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(3) {
    width: 37px;
    height: 15px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(4) {
    width: 24px;
    height: 16px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(5) {
    width: 26px;
    height: 15px;
  }
  .brand__footer-info-buttons {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 8px;
  }
  .brand__footer-info-buttons .brand__footer-apple {
    width: 90px;
    height: 30px;
  }
  .brand__footer-info-buttons .brand__footer-google {
    width: 99px;
    height: 30px;
  }
  .legal {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 1000px) and (max-height: 400px) {
  .brand__main {
    padding: 2% 0 70px 5%;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -66%;
    top: 90px;
  }
  .brand__main-logo {
    width: 180px;
    height: 10px;
  }
  .brand__main-title {
    font-size: 38px;
    line-height: 40px;
  }
  .brand__main-btn {
    height: 32px;
    width: 140px;
    font-size: 16px;
    padding: 0 0 12px 0;
  }
}
@media screen and (max-width: 1000px) and (max-height: 350px) {
  .brand__main-title {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 850px) and (orientation: landscape) {
  .brand__main-title {
    font-size: 33px;
    line-height: 36px;
  }
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.35);
    -ms-transform: scale(0.35);
    transform: scale(0.35);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -90%;
    top: 90px;
  }
  .brand__main-desc {
    font-size: 7px;
  }
}
@media screen and (max-width: 850px) and (max-height: 350px) {
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    top: 30px;
  }
}
@media screen and (max-width: 700px) and (min-width: 690px) and (max-height: 660px) {
  .brand__main {
    padding-top: 11%;
  }
  .brand__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
    gap: 20px;
    padding: 25px 0;
  }
  .brand__footer-text {
    padding-right: 0;
    text-align: left;
    gap: 15px;
    max-width: 320px;
  }
  .brand__footer-info {
    gap: 15px;
  }
  .brand__footer-info-licensed {
    gap: 25px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(1) {
    width: 25px;
    height: 26px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(2) {
    width: 56px;
    height: 26px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(3) {
    width: 60px;
    height: 24px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(4) {
    width: 32px;
    height: 20px;
  }
  .brand__footer-info-licensed .licensed-item:nth-child(5) {
    width: 41px;
    height: 24px;
  }
  .brand__footer-info-buttons {
    gap: 8px;
  }
  .brand__footer-info-buttons .brand__footer-apple {
    width: 145px;
    height: 48px;
  }
  .brand__footer-info-buttons .brand__footer-google {
    width: 161px;
    height: 49px;
    position: relative;
    bottom: 1px;
  }
}
@media screen and (max-width: 667px) and (orientation: landscape) {
  .brand__main-desc {
    max-width: 60vw;
  }
}
@media screen and (max-width: 630px) and (orientation: landscape) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  .brand__main-animation .brand__animation-wrap .brand__animation-item {
    right: -125%;
  }
}
@media screen and (max-height: 335px) {
  .brand__main-animation .brand__animation-wrap {
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  .brand__main-logo {
    width: 140px;
    margin: 0 0 20px 0;
  }
  .brand__main-title {
    font-size: 27px;
    line-height: 33px;
  }
  .brand__main-desc {
    line-height: 8px;
  }
}
