:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  width: 100%;
  height: 100px;
}

.frame-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph {
  color: #fff;
  text-align: center;
  font-family: Helveticaneueltpro Lt, sans-serif;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 75%;
  display: flex;
  position: fixed;
  top: 0;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 20%;
  margin-bottom: 20px;
  display: flex;
  position: fixed;
  bottom: 0;
}

.div-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  text-align: center;
  font-family: Helveticaneueltpro Lt, sans-serif;
  font-weight: 300;
  display: none;
}

.div-block-2 {
  width: 30px;
  margin-bottom: 20px;
}

.image {
  width: 20px;
  margin-top: 20px;
}

.paragraph-mobil {
  color: #fff;
  text-align: center;
  font-family: Helveticaneueltpro Lt, sans-serif;
  display: none;
}

.image-2 {
  opacity: 1;
  width: 100px;
}

.image-3 {
  opacity: 0;
}

@media screen and (max-width: 479px) {
  .paragraph {
    display: none;
  }

  .paragraph-mobil {
    display: block;
  }
}


@font-face {
  font-family: 'Helveticaneueltpro Ultltit';
  src: url('../fonts/HelveticaNeueLTPro-UltLtIt.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Bd';
  src: url('../fonts/HelveticaNeueLTPro-Bd.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Ultlt';
  src: url('../fonts/HelveticaNeueLTPro-UltLt.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Roman';
  src: url('../fonts/HelveticaNeueLTPro-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Bdit';
  src: url('../fonts/HelveticaNeueLTPro-BdIt.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro It';
  src: url('../fonts/HelveticaNeueLTPro-It.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Lt';
  src: url('../fonts/HelveticaNeueLTPro-Lt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}