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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

img {
  max-width: 100%;
  display: inline-block;
}

.section {
  height: 100vh;
  padding-top: 5rem;
}

.body {
  color: #f54200;
  background-color: #101010;
  font-family: Argestadisplay Webfont, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  margin-left: 10rem;
  margin-right: 10rem;
  display: flex;
}

.main_text {
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.4;
}

.text-span {
  color: #751f00;
  font-family: Argestadisplay Webfont, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.additional-text {
  letter-spacing: .25rem;
  text-transform: uppercase;
  font-family: Strawford Webfont, sans-serif;
  font-size: .625rem;
}

.main-test-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  font-size: .8vw;
}

.icons-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.sm-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.wip {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
  font-family: Strawford Webfont, sans-serif;
  font-size: 1.25rem;
}

.logo {
  width: 100%;
  overflow: hidden;
}

.logo-1 {
  width: 100%;
  max-width: none;
  position: relative;
  top: 3rem;
}

.logo-1._2, .logo-1._3, .logo-1._4, .logo-1._5 {
  display: none;
}

@media screen and (max-width: 991px) {
  .body {
    font-size: 12px;
  }

  .container {
    margin-left: 5rem;
    margin-right: 5rem;
  }

  .main_text {
    max-width: 100%;
    font-size: 4em;
    line-height: 1.4;
  }

  .logo-1._2, .logo-1._3, .logo-1._4, .logo-1._5, .logo-1._1 {
    top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .main_text {
    font-size: 1.5rem;
  }

  .logo-1._2, .logo-1._3, .logo-1._4, .logo-1._5, .logo-1._1 {
    top: 1rem;
  }
}

@media screen and (max-width: 479px) {
  .main_text {
    font-size: 1.5rem;
  }

  .logo {
    bottom: -1%;
  }
}


@font-face {
  font-family: 'Argestadisplay Webfont';
  src: url('../fonts/argestadisplay-regularitalic-webfont.woff2') format('woff2'), url('../fonts/argestadisplay-regularitalic-webfont.eot') format('embedded-opentype'), url('../fonts/argestadisplay-regularitalic-webfont.woff') format('woff'), url('../fonts/argestadisplay-regularitalic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Argestadisplay Webfont';
  src: url('../fonts/argestadisplay-regular-webfont.woff2') format('woff2'), url('../fonts/argestadisplay-regular-webfont.eot') format('embedded-opentype'), url('../fonts/argestadisplay-regular-webfont.woff') format('woff'), url('../fonts/argestadisplay-regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Strawford Webfont';
  src: url('../fonts/strawford-bold-webfont.woff2') format('woff2'), url('../fonts/strawford-bold-webfont.woff') format('woff'), url('../fonts/strawford-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}