* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  scroll-behavior: smooth;
  background-color: #000;
}

@font-face {
  font-family: 'Neue Machina';
  src: url('/fonts/NeueMachina-Ultralight.eot');
  src: local('Neue Machina Ultralight'), local('NeueMachina-Ultralight'),
       url('/fonts/NeueMachina-Ultralight.eot?#iefix') format('embedded-opentype'),
       url('/fonts/NeueMachina-Ultralight.woff2') format('woff2'),
       url('/fonts/NeueMachina-Ultralight.woff') format('woff'),
       url('/fonts/NeueMachina-Ultralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
    font-family: 'Neue Machina';
    src: url('/fonts/NeueMachina-Regular.eot');
    src: local('Neue Machina Regular'), local('NeueMachina-Regular'),
        url('/fonts/NeueMachina-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/NeueMachina-Regular.woff2') format('woff2'),
        url('/fonts/NeueMachina-Regular.woff') format('woff'),
        url('/fonts/NeueMachina-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 300;
  font-display: swap;
  src: url("/fonts/Inter-Light.woff2") format("woff2"),
       url("/fonts/Inter-Light.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 200;
  font-display: swap;
  src: url("/fonts/Inter-ExtraLight.woff") format("woff2"),
       url("/fonts/Inter-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: 'Inter';
  font-style:  normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Inter-SemiBold.woff2") format("woff2"),
       url("/fonts/Inter-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Clash Display';
  src: url('/fonts/ClashDisplay-Semibold.woff2') format('woff2'),
       url('/fonts/ClashDisplay-Semibold.woff') format('woff'),
       url('/fonts/ClashDisplay-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}

.icon {
  display: block;
  pointer-events: none;
  fill: none;
  stroke: currentColor;
  stroke-width: 0;
  shape-rendering: geometricPrecision;
  outline: none;
}

.big-logo {
  position: absolute;
  top: -18vw;
  left: 33vw;
  width: 33vw;
  height: 33vw;
  overflow: hidden;
}

.big-logo .icon {
  stroke-width: 0;
  fill: #000;
  background: url('/images/top-id-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.big-logo::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  border: 16px solid #000;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .big-logo {
    top: -43vw;
    left: 10vw;
    width: 80vw;
    height: 80vw;
  }
}

.main-header {
  display: block;
  margin-top: 16vw;
  margin-bottom: 34px;
  text-align: center;
  font-family: 'Clash Display', Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .main-header {
    margin-top: 43vw;
  }
}

.modal {
  display: block;
  position: relative;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0,0,0,0.2);
  font-size: 14px;
  font-family: Inter,Arial,Helvetica,sans-serif;
  text-align: center;
  color: #fff;
}

.modal-btn {
  margin: 10px;
  padding: 10px 30px;
  border-radius: 40px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #1c05ff;
  text-decoration: none;
}

.modal-btn a,
.modal-btn a:active,
.modal-btn a:visited {
  text-decoration: none;
  color: currentColor;
}

.description {
  margin-top: 10px;
  color: #fff;
  font-family: Neue Machina,Arial,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 1.3em;
}
.store-badges {
  display: flex;
  margin-top: 35px;
  margin-bottom: 126px;
  width: 100%;
  justify-content: center;
  flex-direction: column;
}

.store-badges a,
.store-badges a:active,
.store-badges a:visited {
  text-decoration: none;
  color: currentColor;
  width: 137px;
}

.store-badge {
  margin: auto;
  padding: 14px 5px;
}

.store-badge img {
  width: 137px;
}

