
@-webkit-keyframes reflection {
  0% {
    box-shadow: inset 52px 8px 60px -25px #fff, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
  100% {
    box-shadow: inset 62px 8px 50px -25px #fff, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
}
@keyframes reflection {
  0% {
    box-shadow: inset 52px 8px 60px -25px #fff, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
  100% {
    box-shadow: inset 62px 8px 50px -25px #fff, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
  }
}
@-webkit-keyframes fly {
  0% {
    transform: translate(-50px, 0px) rotate(5deg) scale(1);
  }
  50% {
    transform: translate(-100px, 50px) rotate(0deg) scale(1.5);
  }
  100% {
    transform: translate(10px, 100px) rotate(-5deg) scale(1);
  }
}
@keyframes fly {
  0% {
    transform: translate(-50px, 0px) rotate(5deg) scale(1);
  }
  50% {
    transform: translate(-100px, 50px) rotate(0deg) scale(1.5);
  }
  100% {
    transform: translate(10px, 100px) rotate(-5deg) scale(1);
  }
}
@-webkit-keyframes fire {
  0% {
    box-shadow: inset 6px 0px 7px 0px #e4ae69;
  }
  100% {
    box-shadow: inset 12px 0px 7px -4px #fff;
  }
}
@keyframes fire {
  0% {
    box-shadow: inset 6px 0px 7px 0px #e4ae69;
  }
  100% {
    box-shadow: inset 12px 0px 7px -4px #fff;
  }
}
@-webkit-keyframes stars {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes stars {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@-webkit-keyframes flicker {
  0% {
    transform: rotate(40deg) translate(10px, -10px);
    opacity: 0.7;
  }
  20% {
    transform: rotate(35deg) translate(20px, -20px);
    opacity: 1;
  }
  40% {
    transform: rotate(45deg) translate(15px, -15px);
    opacity: 0.7;
  }
  60% {
    transform: rotate(35deg) scale(1.02) translate(10px, -10px);
    opacity: 1;
  }
  80% {
    transform: rotate(45deg) scale(0.9) translate(5px, -5px);
    opacity: 0.7;
  }
  100% {
    transform: rotate(40deg) translate(0px, 0px);
    opacity: 1;
  }
}
@keyframes flicker {
  0% {
    transform: rotate(40deg) translate(10px, -10px);
    opacity: 0.7;
  }
  20% {
    transform: rotate(35deg) translate(20px, -20px);
    opacity: 1;
  }
  40% {
    transform: rotate(45deg) translate(15px, -15px);
    opacity: 0.7;
  }
  60% {
    transform: rotate(35deg) scale(1.02) translate(10px, -10px);
    opacity: 1;
  }
  80% {
    transform: rotate(45deg) scale(0.9) translate(5px, -5px);
    opacity: 0.7;
  }
  100% {
    transform: rotate(40deg) translate(0px, 0px);
    opacity: 1;
  }
}

.rocket {
  height: 200px;
  width: 400px;
  -webkit-animation: fly 8.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: fly 8.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  position: relative;
  margin: 0 auto;
  transform-origin: left;
  z-index: 1;
  position: absolute;
  left: 40%;
  top: 23vh;
  display: none;
}
.rocket__windows {
  transform: rotate( 
90deg);
    position: absolute;
    list-style: none;
    z-index: 60;
    left: 209px;
    top: 89px;
}
.rocket__windows li {
  height: 10px;
  width: 10px;
  background: #3f76a0;
  border-radius: 50%;
  border: 4px solid #d2d2d2;
  margin: 10px 0;
  box-shadow: 0px -8px 15px -1px rgba(0, 0, 0, 0.8), inset 0px -4px 3px -1px rgba(0, 0, 0, 0.8);
}
.rocket__windows li:first-child {
  transform: scale(1.4) translateY(-10px);
}
.rocket__body {
  -webkit-animation: reflection 0.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: reflection 0.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  height: 50px;
  width: 140px;
  background: white;
  border-radius: 50% 20px 20px 50%;
  position: absolute;
  top: 100px;
  left: 90px;
  z-index: 20;
  border-right: 5px solid #9f9f9f;
  box-shadow: inset 52px 8px 60px -25px #1c449c, inset 13px -6px 22px 2px rgba(0, 0, 0, 0.6);
}
.rocket__nose {
  transform: scale(0.9, 0.5);
  height: 50px;
  width: 100px;
  background: #c5c5c5;
  border-radius: 10px 50% 50% 10px;
  position: absolute;
  top: 100px;
  left: 210px;
  z-index: 10;
  box-shadow: inset -9px -2px 22px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.rocket__nose:after {
  height: 5px;
  width: 50px;
  content: "";
  background: #6c6c6c;
  position: absolute;
  left: 98px;
  top: 23px;
  border-radius: 10% 50% 50% 10%;
}
.rocket__nose:before {
  transform: scale(1.1, 2);
  height: 50px;
  width: 100px;
  content: "";
  background: #1c449c;
  border-radius: 10px 50% 50% 10px;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: 10;
  box-shadow: inset -9px -2px 22px 2px rgba(0, 0, 0, 0.6);
}
.rocket__front-fin {
  list-style: none;
}
.rocket__front-fin li {
  border-width: 0px 190px 80px 0px;
  top: 86px;
  left: 10px;
  z-index: 360;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #1c449c transparent;
  position: absolute;
}
.rocket__front-fin li:nth-of-type(1) {
  transform: scale(0.3, 0.15) rotate(157deg);
}
.rocket__front-fin li:nth-of-type(2) {
  transform: scale(0.3, -0.15) rotate(157deg);
}
.rocket__fins li {
  list-style: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 30px 50px 0;
  border-color: transparent transparent #1c449c transparent;
  position: absolute;
}
.rocket__fins li:nth-of-type(1) {
  transform: scale(1.1) rotate(-20deg);
  top: 70px;
  left: 90px;
  border-width: 0 40px 50px 5px;
}
.rocket__fins li:nth-of-type(2) {
  transform: scale(0.3) rotate(-115deg);
  border-width: 0 30px 60px 10px;
  top: 56px;
  left: 60px;
}
.rocket__fins li:nth-of-type(3) {
  transform: scale(-1.1) rotate(60deg);
  top: 115px;
  left: 75px;
  border-width: 0 40px 50px 5px;
}
.rocket__fins li:nth-of-type(4) {
  transform: scale(-0.3) rotate(115deg);
  border-width: 0 30px 60px 10px;
  top: 131px;
  left: 60px;
}
.rocket__jets-cover {
  height: 30px;
  width: 10px;
  background: #929292;
  position: absolute;
  left: 90px;
  top: 110px;
  z-index: 30;
  border-radius: 50% 10%;
}
.rocket__jets-cover::after {
  height: 40px;
  width: 10px;
  background: #ababab;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 20;
  border-radius: 50% 10%;
  content: "";
}
.rocket__jets-cover::before {
  height: 50px;
  width: 10px;
  background: #cfcfcf;
  position: absolute;
  left: -11px;
  top: -10px;
  z-index: 20;
  border-radius: 50% 10%;
  content: "";
}
.rocket__jets {
  top: 75px;
  left: 58px;
  position: absolute;
  z-index: 20;
  border-radius: 50%;
}
.rocket__jets li {
  -webkit-animation: fire 1.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  animation: fire 1.8s infinite alternate cubic-bezier(0.45, 0.05, 0.55, 0.95);
  height: 10px;
  width: 20px;
  background: #d2d2d2;
  box-shadow: inset 8px 2px 3px 0px rgb(54, 54, 54), inset 4px 2px 3px 0px yellow, -14px 1px 39px 5px #faa700, -14px 1px 47px -3px #faa700;
  list-style: none;
  position: absolute;
  left: 12px;
  border-radius: 50%;
}
.rocket__jets li:nth-of-type(2) {
  left: 4px;
}
.rocket__jets li:nth-of-type(1) {
  top: 15px;
}
.rocket__jets li:nth-of-type(2) {
  top: 30px;
}
.rocket__jets li:nth-of-type(3) {
  top: 45px;
}

.flames {
  top: 147px;
  left: 14px;
  position: absolute;
  transform-origin: center bottom;
  list-style: none;
  padding: 0;
  margin: 0;
}
.flames li:nth-of-type(1) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
}
.flames li:nth-of-type(2) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
}
.flames li:nth-of-type(3) {
  -webkit-animation-delay: -3s;
  animation-delay: -3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}
.flames li:nth-of-type(4) {
  -webkit-animation-delay: -4s;
  animation-delay: -4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}
.flames li {
  -webkit-animation-name: flicker;
  animation-name: flicker;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(-135deg) scale(1.2, 1.2);
  border-radius: 50% 0;
  position: absolute;
  opacity: 0.8;
}
.flames--yellow {
  left: 10px;
  width: 30px;
  height: 30px;
  background: #f5cc00;
  box-shadow: 0px 0px 9px 4px #f5cc00;
  top: -40px;
}
.flames--orange {
  left: -9px;
  width: 40px;
  height: 40px;
  background: #faa700;
  box-shadow: 0px 0px 9px 4px #faa700;
  top: -43px;
}
.flames--red {
  left: -10px;
  width: 50px;
  height: 50px;
  background: #ff4000;
  box-shadow: 0px 0px 5px 4px #ff4000;
  top: -48px;
}
.flames--red:after {
  -webkit-animation: flicker 0.2s infinite ease;
  animation: flicker 0.2s infinite ease;
  width: 14px;
  height: 14px;
  background: #ff4000;
  box-shadow: 0px 0px 5px 4px #ff4000;
  top: 51px;
  content: "";
  display: block;
  border-radius: 50% 0;
  position: absolute;
  left: -30px;
  opacity: 0.2;
  transform: rotate(90deg);
}
.flames--white {
  left: 30px;
  bottom: 8px;
  width: 30px;
  height: 30px;
  background: white;
  box-shadow: 0px 0px 9px 4px white;
}

.stars {
  list-style: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.stars li:nth-of-type(1) {
  -webkit-animation-delay: -50s;
  animation-delay: -50s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  top: 295px;
  left: 908px;
}
.stars li:nth-of-type(2) {
  -webkit-animation-delay: -100s;
  animation-delay: -100s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  top: 243px;
  left: 1310px;
}
.stars li:nth-of-type(3) {
  -webkit-animation-delay: -150s;
  animation-delay: -150s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  top: 460px;
  left: 1089px;
}
.stars li:nth-of-type(4) {
  -webkit-animation-delay: -200s;
  animation-delay: -200s;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  top: 243px;
  left: 1243px;
}
.stars li:nth-of-type(5) {
  -webkit-animation-delay: -250s;
  animation-delay: -250s;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  top: 212px;
  left: 530px;
}
.stars li:nth-of-type(6) {
  -webkit-animation-delay: -300s;
  animation-delay: -300s;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
  top: 488px;
  left: 273px;
}
.stars li:nth-of-type(7) {
  -webkit-animation-delay: -350s;
  animation-delay: -350s;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  top: 88px;
  left: 560px;
}
.stars li:nth-of-type(8) {
  -webkit-animation-delay: -400s;
  animation-delay: -400s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  top: 354px;
  left: 1103px;
}
.stars li:nth-of-type(9) {
  -webkit-animation-delay: -450s;
  animation-delay: -450s;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  top: 427px;
  left: 1227px;
}
.stars li:nth-of-type(10) {
  -webkit-animation-delay: -500s;
  animation-delay: -500s;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  top: 59px;
  left: 870px;
}
.stars li:nth-of-type(11) {
  -webkit-animation-delay: -550s;
  animation-delay: -550s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
  top: 336px;
  left: 322px;
}
.stars li:nth-of-type(12) {
  -webkit-animation-delay: -600s;
  animation-delay: -600s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
  top: 545px;
  left: 911px;
}
.stars li:nth-of-type(13) {
  -webkit-animation-delay: -650s;
  animation-delay: -650s;
  -webkit-animation-duration: 13s;
  animation-duration: 13s;
  top: 49px;
  left: 1041px;
}
.stars li:nth-of-type(14) {
  -webkit-animation-delay: -700s;
  animation-delay: -700s;
  -webkit-animation-duration: 14s;
  animation-duration: 14s;
  top: 566px;
  left: 15px;
}
.stars li:nth-of-type(15) {
  -webkit-animation-delay: -750s;
  animation-delay: -750s;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  top: 172px;
  left: 620px;
}
.stars li:nth-of-type(16) {
  -webkit-animation-delay: -800s;
  animation-delay: -800s;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  top: 161px;
  left: 497px;
}
.stars li:nth-of-type(17) {
  -webkit-animation-delay: -850s;
  animation-delay: -850s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
  top: 560px;
  left: 531px;
}
.stars li:nth-of-type(18) {
  -webkit-animation-delay: -900s;
  animation-delay: -900s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
  top: 496px;
  left: 164px;
}
.stars li:nth-of-type(19) {
  -webkit-animation-delay: -950s;
  animation-delay: -950s;
  -webkit-animation-duration: 19s;
  animation-duration: 19s;
  top: 15px;
  left: 1069px;
}
.stars li:nth-of-type(20) {
  -webkit-animation-delay: -1000s;
  animation-delay: -1000s;
  -webkit-animation-duration: 20s;
  animation-duration: 20s;
  top: 234px;
  left: 816px;
}
.stars li:nth-of-type(21) {
  -webkit-animation-delay: -1050s;
  animation-delay: -1050s;
  -webkit-animation-duration: 21s;
  animation-duration: 21s;
  top: 80px;
  left: 1089px;
}
.stars li:nth-of-type(22) {
  -webkit-animation-delay: -1100s;
  animation-delay: -1100s;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  top: 400px;
  left: 953px;
}
.stars li:nth-of-type(23) {
  -webkit-animation-delay: -1150s;
  animation-delay: -1150s;
  -webkit-animation-duration: 23s;
  animation-duration: 23s;
  top: 541px;
  left: 1172px;
}
.stars li:nth-of-type(24) {
  -webkit-animation-delay: -1200s;
  animation-delay: -1200s;
  -webkit-animation-duration: 24s;
  animation-duration: 24s;
  top: 212px;
  left: 790px;
}
.stars li:nth-of-type(25) {
  -webkit-animation-delay: -1250s;
  animation-delay: -1250s;
  -webkit-animation-duration: 25s;
  animation-duration: 25s;
  top: 214px;
  left: 130px;
}
.stars li:nth-of-type(26) {
  -webkit-animation-delay: -1300s;
  animation-delay: -1300s;
  -webkit-animation-duration: 26s;
  animation-duration: 26s;
  top: 209px;
  left: 915px;
}
.stars li:nth-of-type(27) {
  -webkit-animation-delay: -1350s;
  animation-delay: -1350s;
  -webkit-animation-duration: 27s;
  animation-duration: 27s;
  top: 235px;
  left: 1288px;
}
.stars li:nth-of-type(28) {
  -webkit-animation-delay: -1400s;
  animation-delay: -1400s;
  -webkit-animation-duration: 28s;
  animation-duration: 28s;
  top: 309px;
  left: 869px;
}
.stars li:nth-of-type(29) {
  -webkit-animation-delay: -1450s;
  animation-delay: -1450s;
  -webkit-animation-duration: 29s;
  animation-duration: 29s;
  top: 196px;
  left: 180px;
}
.stars li:nth-of-type(30) {
  -webkit-animation-delay: -1500s;
  animation-delay: -1500s;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  top: 322px;
  left: 842px;
}
.stars li:nth-of-type(31) {
  -webkit-animation-delay: -1550s;
  animation-delay: -1550s;
  -webkit-animation-duration: 31s;
  animation-duration: 31s;
  top: 571px;
  left: 1205px;
}
.stars li:nth-of-type(32) {
  -webkit-animation-delay: -1600s;
  animation-delay: -1600s;
  -webkit-animation-duration: 32s;
  animation-duration: 32s;
  top: 159px;
  left: 1129px;
}
.stars li:nth-of-type(33) {
  -webkit-animation-delay: -1650s;
  animation-delay: -1650s;
  -webkit-animation-duration: 33s;
  animation-duration: 33s;
  top: 588px;
  left: 906px;
}
.stars li:nth-of-type(34) {
  -webkit-animation-delay: -1700s;
  animation-delay: -1700s;
  -webkit-animation-duration: 34s;
  animation-duration: 34s;
  top: 186px;
  left: 639px;
}
.stars li:nth-of-type(35) {
  -webkit-animation-delay: -1750s;
  animation-delay: -1750s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  top: 589px;
  left: 1229px;
}
.stars li:nth-of-type(36) {
  -webkit-animation-delay: -1800s;
  animation-delay: -1800s;
  -webkit-animation-duration: 36s;
  animation-duration: 36s;
  top: 575px;
  left: 1049px;
}
.stars li:nth-of-type(37) {
  -webkit-animation-delay: -1850s;
  animation-delay: -1850s;
  -webkit-animation-duration: 37s;
  animation-duration: 37s;
  top: 98px;
  left: 241px;
}
.stars li:nth-of-type(38) {
  -webkit-animation-delay: -1900s;
  animation-delay: -1900s;
  -webkit-animation-duration: 38s;
  animation-duration: 38s;
  top: 585px;
  left: 480px;
}
.stars li:nth-of-type(39) {
  -webkit-animation-delay: -1950s;
  animation-delay: -1950s;
  -webkit-animation-duration: 39s;
  animation-duration: 39s;
  top: 56px;
  left: 1147px;
}
.stars li:nth-of-type(40) {
  -webkit-animation-delay: -2000s;
  animation-delay: -2000s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  top: 61px;
  left: 750px;
}
.stars li:nth-of-type(41) {
  -webkit-animation-delay: -2050s;
  animation-delay: -2050s;
  -webkit-animation-duration: 41s;
  animation-duration: 41s;
  top: 332px;
  left: 1395px;
}
.stars li:nth-of-type(42) {
  -webkit-animation-delay: -2100s;
  animation-delay: -2100s;
  -webkit-animation-duration: 42s;
  animation-duration: 42s;
  top: 123px;
  left: 15px;
}
.stars li:nth-of-type(43) {
  -webkit-animation-delay: -2150s;
  animation-delay: -2150s;
  -webkit-animation-duration: 43s;
  animation-duration: 43s;
  top: 356px;
  left: 1266px;
}
.stars li:nth-of-type(44) {
  -webkit-animation-delay: -2200s;
  animation-delay: -2200s;
  -webkit-animation-duration: 44s;
  animation-duration: 44s;
  top: 86px;
  left: 678px;
}
.stars li:nth-of-type(45) {
  -webkit-animation-delay: -2250s;
  animation-delay: -2250s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
  top: 439px;
  left: 56px;
}
.stars li:nth-of-type(46) {
  -webkit-animation-delay: -2300s;
  animation-delay: -2300s;
  -webkit-animation-duration: 46s;
  animation-duration: 46s;
  top: 31px;
  left: 256px;
}
.stars li:nth-of-type(47) {
  -webkit-animation-delay: -2350s;
  animation-delay: -2350s;
  -webkit-animation-duration: 47s;
  animation-duration: 47s;
  top: 150px;
  left: 550px;
}
.stars li:nth-of-type(48) {
  -webkit-animation-delay: -2400s;
  animation-delay: -2400s;
  -webkit-animation-duration: 48s;
  animation-duration: 48s;
  top: 562px;
  left: 832px;
}
.stars li:nth-of-type(49) {
  -webkit-animation-delay: -2450s;
  animation-delay: -2450s;
  -webkit-animation-duration: 49s;
  animation-duration: 49s;
  top: 157px;
  left: 1277px;
}
.stars li:nth-of-type(50) {
  -webkit-animation-delay: -2500s;
  animation-delay: -2500s;
  -webkit-animation-duration: 50s;
  animation-duration: 50s;
  top: 182px;
  left: 719px;
}
.stars li:nth-of-type(51) {
  -webkit-animation-delay: -2550s;
  animation-delay: -2550s;
  -webkit-animation-duration: 51s;
  animation-duration: 51s;
  top: 181px;
  left: 657px;
}
.stars li:nth-of-type(52) {
  -webkit-animation-delay: -2600s;
  animation-delay: -2600s;
  -webkit-animation-duration: 52s;
  animation-duration: 52s;
  top: 39px;
  left: 232px;
}
.stars li:nth-of-type(53) {
  -webkit-animation-delay: -2650s;
  animation-delay: -2650s;
  -webkit-animation-duration: 53s;
  animation-duration: 53s;
  top: 220px;
  left: 992px;
}
.stars li:nth-of-type(54) {
  -webkit-animation-delay: -2700s;
  animation-delay: -2700s;
  -webkit-animation-duration: 54s;
  animation-duration: 54s;
  top: 324px;
  left: 203px;
}
.stars li:nth-of-type(55) {
  -webkit-animation-delay: -2750s;
  animation-delay: -2750s;
  -webkit-animation-duration: 55s;
  animation-duration: 55s;
  top: 316px;
  left: 368px;
}
.stars li:nth-of-type(56) {
  -webkit-animation-delay: -2800s;
  animation-delay: -2800s;
  -webkit-animation-duration: 56s;
  animation-duration: 56s;
  top: 1px;
  left: 258px;
}
.stars li:nth-of-type(57) {
  -webkit-animation-delay: -2850s;
  animation-delay: -2850s;
  -webkit-animation-duration: 57s;
  animation-duration: 57s;
  top: 517px;
  left: 875px;
}
.stars li:nth-of-type(58) {
  -webkit-animation-delay: -2900s;
  animation-delay: -2900s;
  -webkit-animation-duration: 58s;
  animation-duration: 58s;
  top: 439px;
  left: 764px;
}
.stars li:nth-of-type(59) {
  -webkit-animation-delay: -2950s;
  animation-delay: -2950s;
  -webkit-animation-duration: 59s;
  animation-duration: 59s;
  top: 509px;
  left: 141px;
}
.stars li:nth-of-type(60) {
  -webkit-animation-delay: -3000s;
  animation-delay: -3000s;
  -webkit-animation-duration: 60s;
  animation-duration: 60s;
  top: 407px;
  left: 1179px;
}
.stars li:nth-of-type(61) {
  -webkit-animation-delay: -3050s;
  animation-delay: -3050s;
  -webkit-animation-duration: 61s;
  animation-duration: 61s;
  top: 383px;
  left: 390px;
}
.stars li:nth-of-type(62) {
  -webkit-animation-delay: -3100s;
  animation-delay: -3100s;
  -webkit-animation-duration: 62s;
  animation-duration: 62s;
  top: 464px;
  left: 1301px;
}
.stars li:nth-of-type(63) {
  -webkit-animation-delay: -3150s;
  animation-delay: -3150s;
  -webkit-animation-duration: 63s;
  animation-duration: 63s;
  top: 374px;
  left: 1265px;
}
.stars li:nth-of-type(64) {
  -webkit-animation-delay: -3200s;
  animation-delay: -3200s;
  -webkit-animation-duration: 64s;
  animation-duration: 64s;
  top: 594px;
  left: 784px;
}
.stars li:nth-of-type(65) {
  -webkit-animation-delay: -3250s;
  animation-delay: -3250s;
  -webkit-animation-duration: 65s;
  animation-duration: 65s;
  top: 555px;
  left: 805px;
}
.stars li:nth-of-type(66) {
  -webkit-animation-delay: -3300s;
  animation-delay: -3300s;
  -webkit-animation-duration: 66s;
  animation-duration: 66s;
  top: 544px;
  left: 733px;
}
.stars li:nth-of-type(67) {
  -webkit-animation-delay: -3350s;
  animation-delay: -3350s;
  -webkit-animation-duration: 67s;
  animation-duration: 67s;
  top: 523px;
  left: 352px;
}
.stars li:nth-of-type(68) {
  -webkit-animation-delay: -3400s;
  animation-delay: -3400s;
  -webkit-animation-duration: 68s;
  animation-duration: 68s;
  top: 586px;
  left: 400px;
}
.stars li:nth-of-type(69) {
  -webkit-animation-delay: -3450s;
  animation-delay: -3450s;
  -webkit-animation-duration: 69s;
  animation-duration: 69s;
  top: 287px;
  left: 132px;
}
.stars li:nth-of-type(70) {
  -webkit-animation-delay: -3500s;
  animation-delay: -3500s;
  -webkit-animation-duration: 70s;
  animation-duration: 70s;
  top: 24px;
  left: 61px;
}
.stars li:nth-of-type(71) {
  -webkit-animation-delay: -3550s;
  animation-delay: -3550s;
  -webkit-animation-duration: 71s;
  animation-duration: 71s;
  top: 455px;
  left: 1395px;
}
.stars li:nth-of-type(72) {
  -webkit-animation-delay: -3600s;
  animation-delay: -3600s;
  -webkit-animation-duration: 72s;
  animation-duration: 72s;
  top: 2px;
  left: 585px;
}
.stars li:nth-of-type(73) {
  -webkit-animation-delay: -3650s;
  animation-delay: -3650s;
  -webkit-animation-duration: 73s;
  animation-duration: 73s;
  top: 177px;
  left: 365px;
}
.stars li:nth-of-type(74) {
  -webkit-animation-delay: -3700s;
  animation-delay: -3700s;
  -webkit-animation-duration: 74s;
  animation-duration: 74s;
  top: 61px;
  left: 425px;
}
.stars li:nth-of-type(75) {
  -webkit-animation-delay: -3750s;
  animation-delay: -3750s;
  -webkit-animation-duration: 75s;
  animation-duration: 75s;
  top: 575px;
  left: 1031px;
}
.stars li:nth-of-type(76) {
  -webkit-animation-delay: -3800s;
  animation-delay: -3800s;
  -webkit-animation-duration: 76s;
  animation-duration: 76s;
  top: 397px;
  left: 18px;
}
.stars li:nth-of-type(77) {
  -webkit-animation-delay: -3850s;
  animation-delay: -3850s;
  -webkit-animation-duration: 77s;
  animation-duration: 77s;
  top: 435px;
  left: 749px;
}
.stars li:nth-of-type(78) {
  -webkit-animation-delay: -3900s;
  animation-delay: -3900s;
  -webkit-animation-duration: 78s;
  animation-duration: 78s;
  top: 235px;
  left: 441px;
}
.stars li:nth-of-type(79) {
  -webkit-animation-delay: -3950s;
  animation-delay: -3950s;
  -webkit-animation-duration: 79s;
  animation-duration: 79s;
  top: 529px;
  left: 395px;
}
.stars li:nth-of-type(80) {
  -webkit-animation-delay: -4000s;
  animation-delay: -4000s;
  -webkit-animation-duration: 80s;
  animation-duration: 80s;
  top: 327px;
  left: 1341px;
}
.stars li:nth-of-type(81) {
  -webkit-animation-delay: -4050s;
  animation-delay: -4050s;
  -webkit-animation-duration: 81s;
  animation-duration: 81s;
  top: 163px;
  left: 108px;
}
.stars li:nth-of-type(82) {
  -webkit-animation-delay: -4100s;
  animation-delay: -4100s;
  -webkit-animation-duration: 82s;
  animation-duration: 82s;
  top: 412px;
  left: 116px;
}
.stars li:nth-of-type(83) {
  -webkit-animation-delay: -4150s;
  animation-delay: -4150s;
  -webkit-animation-duration: 83s;
  animation-duration: 83s;
  top: 541px;
  left: 304px;
}
.stars li:nth-of-type(84) {
  -webkit-animation-delay: -4200s;
  animation-delay: -4200s;
  -webkit-animation-duration: 84s;
  animation-duration: 84s;
  top: 452px;
  left: 831px;
}
.stars li:nth-of-type(85) {
  -webkit-animation-delay: -4250s;
  animation-delay: -4250s;
  -webkit-animation-duration: 85s;
  animation-duration: 85s;
  top: 534px;
  left: 1187px;
}
.stars li:nth-of-type(86) {
  -webkit-animation-delay: -4300s;
  animation-delay: -4300s;
  -webkit-animation-duration: 86s;
  animation-duration: 86s;
  top: 363px;
  left: 494px;
}
.stars li:nth-of-type(87) {
  -webkit-animation-delay: -4350s;
  animation-delay: -4350s;
  -webkit-animation-duration: 87s;
  animation-duration: 87s;
  top: 319px;
  left: 765px;
}
.stars li:nth-of-type(88) {
  -webkit-animation-delay: -4400s;
  animation-delay: -4400s;
  -webkit-animation-duration: 88s;
  animation-duration: 88s;
  top: 369px;
  left: 416px;
}
.stars li:nth-of-type(89) {
  -webkit-animation-delay: -4450s;
  animation-delay: -4450s;
  -webkit-animation-duration: 89s;
  animation-duration: 89s;
  top: 30px;
  left: 1319px;
}
.stars li:nth-of-type(90) {
  -webkit-animation-delay: -4500s;
  animation-delay: -4500s;
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
  top: 436px;
  left: 1078px;
}
.stars li:nth-of-type(91) {
  -webkit-animation-delay: -4550s;
  animation-delay: -4550s;
  -webkit-animation-duration: 91s;
  animation-duration: 91s;
  top: 591px;
  left: 120px;
}
.stars li:nth-of-type(92) {
  -webkit-animation-delay: -4600s;
  animation-delay: -4600s;
  -webkit-animation-duration: 92s;
  animation-duration: 92s;
  top: 277px;
  left: 798px;
}
.stars li:nth-of-type(93) {
  -webkit-animation-delay: -4650s;
  animation-delay: -4650s;
  -webkit-animation-duration: 93s;
  animation-duration: 93s;
  top: 83px;
  left: 712px;
}
.stars li:nth-of-type(94) {
  -webkit-animation-delay: -4700s;
  animation-delay: -4700s;
  -webkit-animation-duration: 94s;
  animation-duration: 94s;
  top: 51px;
  left: 940px;
}
.stars li:nth-of-type(95) {
  -webkit-animation-delay: -4750s;
  animation-delay: -4750s;
  -webkit-animation-duration: 95s;
  animation-duration: 95s;
  top: 401px;
  left: 910px;
}
.stars li:nth-of-type(96) {
  -webkit-animation-delay: -4800s;
  animation-delay: -4800s;
  -webkit-animation-duration: 96s;
  animation-duration: 96s;
  top: 359px;
  left: 227px;
}
.stars li:nth-of-type(97) {
  -webkit-animation-delay: -4850s;
  animation-delay: -4850s;
  -webkit-animation-duration: 97s;
  animation-duration: 97s;
  top: 131px;
  left: 1315px;
}
.stars li:nth-of-type(98) {
  -webkit-animation-delay: -4900s;
  animation-delay: -4900s;
  -webkit-animation-duration: 98s;
  animation-duration: 98s;
  top: 597px;
  left: 315px;
}
.stars li:nth-of-type(99) {
  -webkit-animation-delay: -4950s;
  animation-delay: -4950s;
  -webkit-animation-duration: 99s;
  animation-duration: 99s;
  top: 339px;
  left: 484px;
}
.stars li:nth-of-type(100) {
  -webkit-animation-delay: -5000s;
  animation-delay: -5000s;
  -webkit-animation-duration: 100s;
  animation-duration: 100s;
  top: 494px;
  left: 1043px;
}
.stars li:nth-of-type(101) {
  -webkit-animation-delay: -5050s;
  animation-delay: -5050s;
  -webkit-animation-duration: 101s;
  animation-duration: 101s;
  top: 554px;
  left: 269px;
}
.stars li:nth-of-type(102) {
  -webkit-animation-delay: -5100s;
  animation-delay: -5100s;
  -webkit-animation-duration: 102s;
  animation-duration: 102s;
  top: 492px;
  left: 249px;
}
.stars li:nth-of-type(103) {
  -webkit-animation-delay: -5150s;
  animation-delay: -5150s;
  -webkit-animation-duration: 103s;
  animation-duration: 103s;
  top: 360px;
  left: 411px;
}
.stars li:nth-of-type(104) {
  -webkit-animation-delay: -5200s;
  animation-delay: -5200s;
  -webkit-animation-duration: 104s;
  animation-duration: 104s;
  top: 459px;
  left: 839px;
}
.stars li:nth-of-type(105) {
  -webkit-animation-delay: -5250s;
  animation-delay: -5250s;
  -webkit-animation-duration: 105s;
  animation-duration: 105s;
  top: 61px;
  left: 1081px;
}
.stars li:nth-of-type(106) {
  -webkit-animation-delay: -5300s;
  animation-delay: -5300s;
  -webkit-animation-duration: 106s;
  animation-duration: 106s;
  top: 455px;
  left: 201px;
}
.stars li:nth-of-type(107) {
  -webkit-animation-delay: -5350s;
  animation-delay: -5350s;
  -webkit-animation-duration: 107s;
  animation-duration: 107s;
  top: 239px;
  left: 50px;
}
.stars li:nth-of-type(108) {
  -webkit-animation-delay: -5400s;
  animation-delay: -5400s;
  -webkit-animation-duration: 108s;
  animation-duration: 108s;
  top: 69px;
  left: 802px;
}
.stars li:nth-of-type(109) {
  -webkit-animation-delay: -5450s;
  animation-delay: -5450s;
  -webkit-animation-duration: 109s;
  animation-duration: 109s;
  top: 18px;
  left: 589px;
}
.stars li:nth-of-type(110) {
  -webkit-animation-delay: -5500s;
  animation-delay: -5500s;
  -webkit-animation-duration: 110s;
  animation-duration: 110s;
  top: 586px;
  left: 427px;
}
.stars li:nth-of-type(111) {
  -webkit-animation-delay: -5550s;
  animation-delay: -5550s;
  -webkit-animation-duration: 111s;
  animation-duration: 111s;
  top: 384px;
  left: 684px;
}
.stars li:nth-of-type(112) {
  -webkit-animation-delay: -5600s;
  animation-delay: -5600s;
  -webkit-animation-duration: 112s;
  animation-duration: 112s;
  top: 556px;
  left: 182px;
}
.stars li:nth-of-type(113) {
  -webkit-animation-delay: -5650s;
  animation-delay: -5650s;
  -webkit-animation-duration: 113s;
  animation-duration: 113s;
  top: 116px;
  left: 300px;
}
.stars li:nth-of-type(114) {
  -webkit-animation-delay: -5700s;
  animation-delay: -5700s;
  -webkit-animation-duration: 114s;
  animation-duration: 114s;
  top: 95px;
  left: 318px;
}
.stars li:nth-of-type(115) {
  -webkit-animation-delay: -5750s;
  animation-delay: -5750s;
  -webkit-animation-duration: 115s;
  animation-duration: 115s;
  top: 450px;
  left: 1167px;
}
.stars li:nth-of-type(116) {
  -webkit-animation-delay: -5800s;
  animation-delay: -5800s;
  -webkit-animation-duration: 116s;
  animation-duration: 116s;
  top: 584px;
  left: 514px;
}
.stars li:nth-of-type(117) {
  -webkit-animation-delay: -5850s;
  animation-delay: -5850s;
  -webkit-animation-duration: 117s;
  animation-duration: 117s;
  top: 81px;
  left: 936px;
}
.stars li:nth-of-type(118) {
  -webkit-animation-delay: -5900s;
  animation-delay: -5900s;
  -webkit-animation-duration: 118s;
  animation-duration: 118s;
  top: 212px;
  left: 263px;
}
.stars li:nth-of-type(119) {
  -webkit-animation-delay: -5950s;
  animation-delay: -5950s;
  -webkit-animation-duration: 119s;
  animation-duration: 119s;
  top: 285px;
  left: 445px;
}
.stars li:nth-of-type(120) {
  -webkit-animation-delay: -6000s;
  animation-delay: -6000s;
  -webkit-animation-duration: 120s;
  animation-duration: 120s;
  top: 375px;
  left: 1190px;
}
.stars li:nth-of-type(121) {
  -webkit-animation-delay: -6050s;
  animation-delay: -6050s;
  -webkit-animation-duration: 121s;
  animation-duration: 121s;
  top: 481px;
  left: 791px;
}
.stars li:nth-of-type(122) {
  -webkit-animation-delay: -6100s;
  animation-delay: -6100s;
  -webkit-animation-duration: 122s;
  animation-duration: 122s;
  top: 83px;
  left: 816px;
}
.stars li:nth-of-type(123) {
  -webkit-animation-delay: -6150s;
  animation-delay: -6150s;
  -webkit-animation-duration: 123s;
  animation-duration: 123s;
  top: 492px;
  left: 321px;
}
.stars li:nth-of-type(124) {
  -webkit-animation-delay: -6200s;
  animation-delay: -6200s;
  -webkit-animation-duration: 124s;
  animation-duration: 124s;
  top: 332px;
  left: 932px;
}
.stars li:nth-of-type(125) {
  -webkit-animation-delay: -6250s;
  animation-delay: -6250s;
  -webkit-animation-duration: 125s;
  animation-duration: 125s;
  top: 363px;
  left: 724px;
}
.stars li:nth-of-type(126) {
  -webkit-animation-delay: -6300s;
  animation-delay: -6300s;
  -webkit-animation-duration: 126s;
  animation-duration: 126s;
  top: 247px;
  left: 867px;
}
.stars li:nth-of-type(127) {
  -webkit-animation-delay: -6350s;
  animation-delay: -6350s;
  -webkit-animation-duration: 127s;
  animation-duration: 127s;
  top: 360px;
  left: 620px;
}
.stars li:nth-of-type(128) {
  -webkit-animation-delay: -6400s;
  animation-delay: -6400s;
  -webkit-animation-duration: 128s;
  animation-duration: 128s;
  top: 419px;
  left: 879px;
}
.stars li:nth-of-type(129) {
  -webkit-animation-delay: -6450s;
  animation-delay: -6450s;
  -webkit-animation-duration: 129s;
  animation-duration: 129s;
  top: 385px;
  left: 1113px;
}
.stars li:nth-of-type(130) {
  -webkit-animation-delay: -6500s;
  animation-delay: -6500s;
  -webkit-animation-duration: 130s;
  animation-duration: 130s;
  top: 62px;
  left: 439px;
}
.stars li {
  -webkit-animation-name: stars;
  animation-name: stars;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  height: 2px;
  width: 2px;
  background: #fff;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0px 0px 20px 0px white;
  left: 10px;
  top: 10px;
  z-index: 0;
}


.titlebar-sm .titlebar-inner {
  padding-top: 120px;
  padding-bottom: 75px;
}

.is-stuck {
  background-color: rgb(255 255 255 / 72%);
  box-shadow: 0 2px 8px rgb(0 0 0 / 7%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  backdrop-filter: blur(20px) saturate(180%);
}

.is-stuck .social-icon a, .is-stuck .header-module .ld-module-trigger, .is-stuck .main-nav > li > a {
  color: #333 !important;
}

.is-stuck .social-icon a, .is-stuck .header-module .ld-module-trigger, .is-stuck .main-nav > li > a:hover {
  color: #333 !important;
}

.is-stuck .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.filter-list li {
  margin-bottom: 0.5em;
  position: relative;
  color: #9ba1af;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 5px 17px;
  border-radius: 10px;
  background: ghostwhite;
  text-transform: none;
}



.card-form {
  max-width: 570px;
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .card-form {
    margin: 0 auto;
 }
}
.card-form__inner {
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.4);
  border-radius: 10px;
  padding: 35px;
  padding-top: 180px;
}
@media screen and (max-width: 480px) {
  .card-form__inner {
    padding: 25px;
    padding-top: 165px;
 }
}
@media screen and (max-width: 360px) {
  .card-form__inner {
    padding: 15px;
    padding-top: 165px;
 }
}
.card-form__row {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .card-form__row {
    flex-wrap: wrap;
 }
}
.card-form__col {
  flex: auto;
  margin-right: 35px;
}
.card-form__col:last-child {
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .card-form__col {
    margin-right: 0;
    flex: unset;
    width: 100%;
    margin-bottom: 20px;
 }
  .card-form__col:last-child {
    margin-bottom: 0;
 }
}
.card-form__col.-cvv {
  max-width: 150px;
}
@media screen and (max-width: 480px) {
  .card-form__col.-cvv {
    max-width: initial;
 }
}
.card-form__group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.card-form__group .card-input__input {
  flex: 1;
  margin-right: 15px;
}
.card-form__group .card-input__input:last-child {
  margin-right: 0;
}
.card-form__button {
  width: 100%;
  height: 55px;
  background: #2364d2;
  border: none;
  border-radius: 5px;
  font-size: 22px;
  font-weight: 500;
  font-family: "Source Sans Pro", sans-serif;
  box-shadow: 3px 10px 20px 0px rgba(35, 100, 210, 0.3);
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .card-form__button {
    margin-top: 10px;
 }
}
.card-item {
  max-width: 430px;
  height: 270px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .card-item {
    max-width: 310px;
    height: 220px;
    width: 90%;
 }
}
@media screen and (max-width: 360px) {
  .card-item {
    height: 180px;
 }
}
.card-item.-active .card-item__side.-front {
  transform: perspective(1000px) rotateY(180deg) rotateX(0deg) rotateZ(0deg);
}
.card-item.-active .card-item__side.-back {
  transform: perspective(1000px) rotateY(0) rotateX(0deg) rotateZ(0deg);
}
.card-item__focus {
  position: absolute;
  z-index: 3;
  border-radius: 5px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.35s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.65);
}
.card-item__focus:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #08142f;
  height: 100%;
  border-radius: 5px;
  filter: blur(25px);
  opacity: 0.5;
}
.card-item__focus.-active {
  opacity: 1;
}
.card-item__side {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 60px 0 rgba(14, 42, 90, 0.55);
  transform: perspective(2000px) rotateY(0deg) rotateX(0deg) rotate(0deg);
  transform-style: preserve-3d;
  transition: all 0.8s cubic-bezier(0.71, 0.03, 0.56, 0.85);
  backface-visibility: hidden;
  height: 100%;
}
.card-item__side.-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: perspective(2000px) rotateY(-180deg) rotateX(0deg) rotate(0deg);
  z-index: 2;
  padding: 0;
  height: 100%;
}
.card-item__side.-back .card-item__cover {
  transform: rotateY(-180deg);
}
.card-item__bg {
  max-width: 100%;
  display: block;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.card-item__cover {
  height: 100%;
  background-color: #1c1d27;
  position: absolute;
  height: 100%;
  background-color: #1c1d27;
  left: 0;
  top: 0;
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.card-item__cover:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(6, 2, 29, 0.45);
}
.card-item__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .card-item__top {
    margin-bottom: 25px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__top {
    margin-bottom: 15px;
 }
}
.card-item__chip {
  width: 60px;
}
@media screen and (max-width: 480px) {
  .card-item__chip {
    width: 50px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__chip {
    width: 40px;
 }
}
.card-item__type {
  height: 45px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 100px;
  margin-left: auto;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .card-item__type {
    height: 40px;
    max-width: 90px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__type {
    height: 30px;
 }
}
.card-item__typeImg {
  max-width: 100%;
  object-fit: contain;
  max-height: 100%;
  object-position: top right;
}
.card-item__info {
  color: #fff;
  width: 100%;
  max-width: calc(100% - 85px);
  padding: 10px 15px;
  font-weight: 500;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .card-item__info {
    padding: 10px;
 }
}
.card-item__holder {
  opacity: 0.7;
  font-size: 13px;
  margin-bottom: 6px;
}
@media screen and (max-width: 480px) {
  .card-item__holder {
    font-size: 12px;
    margin-bottom: 5px;
 }
}
.card-item__wrapper {
  font-family: "Source Code Pro", monospace;
  padding: 25px 15px;
  position: relative;
  z-index: 4;
  height: 100%;
  text-shadow: 7px 6px 10px rgba(14, 42, 90, 0.8);
  user-select: none;
}
@media screen and (max-width: 480px) {
  .card-item__wrapper {
    padding: 20px 10px;
 }
}
.card-item__name {
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .card-item__name {
    font-size: 16px;
 }
}
.card-item__nameItem {
  display: inline-block;
  min-width: 8px;
  position: relative;
}
.card-item__number {
  font-weight: 500;
  line-height: 1;
  color: #fff;
  font-size: 27px;
  margin-bottom: 35px;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .card-item__number {
    font-size: 21px;
    margin-bottom: 15px;
    padding: 10px 10px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__number {
    font-size: 19px;
    margin-bottom: 10px;
    padding: 10px 10px;
 }
}
.card-item__numberItem {
  width: 16px;
  display: inline-block;
}
.card-item__numberItem.-active {
  width: 30px;
}
@media screen and (max-width: 480px) {
  .card-item__numberItem {
    width: 13px;
 }
  .card-item__numberItem.-active {
    width: 16px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__numberItem {
    width: 12px;
 }
  .card-item__numberItem.-active {
    width: 8px;
 }
}
.card-item__content {
  color: #fff;
  display: flex;
  align-items: flex-start;
}
.card-item__date {
  flex-wrap: wrap;
  font-size: 18px;
  margin-left: auto;
  padding: 10px;
  display: inline-flex;
  width: 80px;
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .card-item__date {
    font-size: 16px;
 }
}
.card-item__dateItem {
  position: relative;
}
.card-item__dateItem span {
  width: 22px;
  display: inline-block;
}
.card-item__dateTitle {
  opacity: 0.7;
  font-size: 13px;
  padding-bottom: 6px;
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
  .card-item__dateTitle {
    font-size: 12px;
    padding-bottom: 5px;
 }
}
.card-item__band {
  background: rgba(0, 0, 19, 0.8);
  width: 100%;
  height: 50px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .card-item__band {
    margin-top: 20px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__band {
    height: 40px;
    margin-top: 10px;
 }
}
.card-item__cvv {
  text-align: right;
  position: relative;
  z-index: 2;
  padding: 15px;
}
.card-item__cvv .card-item__type {
  opacity: 0.7;
}
@media screen and (max-width: 360px) {
  .card-item__cvv {
    padding: 10px 15px;
 }
}
.card-item__cvvTitle {
  padding-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}
.card-item__cvvBand {
  height: 45px;
  background: #fff;
  margin-bottom: 30px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  color: #1a3b5d;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0px 10px 20px -7px rgba(32, 56, 117, 0.35);
}
@media screen and (max-width: 480px) {
  .card-item__cvvBand {
    height: 40px;
    margin-bottom: 20px;
 }
}
@media screen and (max-width: 360px) {
  .card-item__cvvBand {
    margin-bottom: 15px;
 }
}
.card-list {
  margin-bottom: -130px;
}
@media screen and (max-width: 480px) {
  .card-list {
    margin-bottom: -120px;
 }
}
.card-input {
  margin-bottom: 20px;
}
.card-input__label {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #1a3b5d;
  width: 100%;
  display: block;
  user-select: none;
}
.card-input__input {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  border: 1px solid #ced6e0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  padding: 5px 15px;
  background: none;
  color: #1a3b5d;
  font-family: "Source Sans Pro", sans-serif;
}
.card-input__input:hover, .card-input__input:focus {
  border-color: #3d9cff;
}
.card-input__input:focus {
  box-shadow: 0px 10px 20px -13px rgba(32, 56, 117, 0.35);
}
.card-input__input.-select {
  -webkit-appearance: none;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAeCAYAAABuUU38AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUxJREFUeNrM1sEJwkAQBdCsngXPHsQO9O5FS7AAMVYgdqAd2IGCDWgFnryLFQiCZ8EGnJUNimiyM/tnk4HNEAg/8y6ZmMRVqz9eUJvRaSbvutCZ347bXVJy/ZnvTmdJ862Me+hAbZCTs6GHpyUi1tTSvPnqTpoWZPUa7W7ncT3vK4h4zVejy8QzM3WhVUO8ykI6jOxoGA4ig3BLHcNFSCGqGAkig2yqgpEiMsjSfY9LxYQg7L6r0X6wS29YJiYQYecemY+wHrXD1+bklGhpAhBDeu/JfIVGxaAQ9sb8CI+CQSJ+QmJg0Ii/EE2MBiIXooHRQhRCkBhNhBcEhLkwf05ZCG8ICCOpk0MULmvDSY2M8UawIRExLIQIEgHDRoghihgRIgiigBEjgiFATBACAgFgghEwSAAGgoBCBBgYAg5hYKAIFYgHBo6w9RRgAFfy160QuV8NAAAAAElFTkSuQmCC');
  background-size: 12px;
  background-position: 90% center;
  background-repeat: no-repeat;
  padding-right: 30px;
}
.slide-fade-up-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}
.slide-fade-up-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute;
}
.slide-fade-up-enter {
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
}
.slide-fade-up-leave-to {
  opacity: 0;
  transform: translateY(-15px);
  pointer-events: none;
}
.slide-fade-right-enter-active {
  transition: all 0.25s ease-in-out;
  transition-delay: 0.1s;
  position: relative;
}
.slide-fade-right-leave-active {
  transition: all 0.25s ease-in-out;
  position: absolute;
}
.slide-fade-right-enter {
  opacity: 0;
  transform: translateX(10px) rotate(45deg);
  pointer-events: none;
}
.slide-fade-right-leave-to {
  opacity: 0;
  transform: translateX(-10px) rotate(45deg);
  pointer-events: none;
}
.github-btn {
  position: absolute;
  right: 40px;
  bottom: 50px;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 4px;
  box-shadow: 0px 4px 30px -6px rgba(36, 52, 70, 0.65);
  background: #24292e;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 500px) {
  .github-btn:hover {
    transform: scale(1.1);
    box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
 }
}
@media screen and (max-width: 700px) {
  .github-btn {
    position: relative;
    bottom: auto;
    right: auto;
    margin-top: 20px;
 }
  .github-btn:active {
    transform: scale(1.1);
    box-shadow: 0px 17px 20px -6px rgba(36, 52, 70, 0.36);
 }
}


.fancy-box-tour {
  background-color: #fff;
  box-shadow: -1px 6px 13px 0px rgb(0 0 0 / 7%);
  -webkit-transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
  transition: box-shadow 0.45s cubic-bezier(0.32, 0.98, 0.37, 1);
}

@media screen and (max-width: 1199px) {
  .main-header .navbar-brand {
    padding: 0px 0;
    max-width: none!important;
}

[data-mobile-nav-style=modern]:before {
    content: '';
    display: inline-block;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    background-image: -webkit-gradient(linear,right bottom,left top,from(#1DE1BC),to(#DA0BEE));
    background-image: linear-gradient(to top left,#1c449c 0%,#161336 100%);
    -webkit-transition: opacity 0.3s,-webkit-transform 0.3s;
    transition: opacity 0.3s,-webkit-transform 0.3s;
    transition: opacity 0.3s,transform 0.3s;
    transition: opacity 0.3s,transform 0.3s,-webkit-transform 0.3s;
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
}

@media (max-width: 1199px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs {
    display: block !important;
  }

  .btnbtn {
    background: #ffffff96;
    letter-spacing: 1px;
    color: black;
    border-color: white;
    width: 210px;
    text-align: center;
    padding: 10px 15px;
    border-radius: 40px;
    margin-bottom: 20px;
  }
}