:root {
  --background-image-border-radius: 1rem;
  --black: #000;
  --white: white;
  --black-2: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  overscroll-behavior: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.hero_wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100svh;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.hero-background_image-wrapper {
  border-radius: var(--background-image-border-radius);
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-background_image {
  mix-blend-mode: multiply;
  background-image: url('../images/baggy_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.section {
  z-index: 2;
  background-color: var(--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
  position: relative;
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 86rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.logo_wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  min-height: 100svh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo_brand {
  width: 60%;
}

.grain {
  z-index: 3;
  opacity: .45;
  pointer-events: none;
  mix-blend-mode: soft-light;
  background-image: url('../images/grain-slow.gif');
  background-position: 0 0;
  background-size: auto;
  position: fixed;
  inset: 0%;
}

.button {
  z-index: 2;
  color: #000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 16rem;
  height: 3rem;
  padding: .8rem 1.2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 0%;
  left: auto;
  right: auto;
}

.button:hover {
  color: #fff;
  background-color: #0019ff;
}

.top {
  width: 100%;
  height: 0;
}

.overlay {
  z-index: 3;
  mix-blend-mode: screen;
  background-image: url('../images/baggy_web.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.middle {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.bottom {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-flow: row;
  margin-bottom: 2rem;
  display: flex;
}

.legal-link {
  opacity: .6;
  color: #fff;
  border-bottom: 1px solid #0000;
  padding-bottom: .2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.2;
  text-decoration: none;
  transition: all .4s;
}

.legal-link:hover {
  border-bottom: 1px solid var(--white);
  opacity: 1;
  padding-bottom: .2rem;
  text-decoration: none;
}

.body {
  overscroll-behavior: none;
  background-color: #000;
}

.footer-subscribe {
  z-index: 10;
  background-color: #1a1b1f;
  padding-top: 5rem;
  padding-bottom: 3.75rem;
  position: relative;
}

.footer-container {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-form {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: absolute;
  top: 0%;
}

.footer-form_container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-form_title {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.footer-form_block {
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  width: 30rem;
  display: flex;
  position: relative;
}

.footer-form_input {
  border: 1px #000;
  height: 3rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: .8rem 11.25rem .8rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

.footer-form_input::placeholder {
  color: #2e2e2e;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer-form-button {
  letter-spacing: 1px;
  background-color: #000;
  padding: .5rem 1.125rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25;
  position: absolute;
  right: .5rem;
}

.button-primary.footer-form-button:hover {
  background-color: #0019ff;
}

.footer-wrapper-three {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider {
  opacity: .2;
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  opacity: .6;
  color: #fff;
  font-size: .875rem;
  line-height: 1.2;
}

.footer-legal-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.checkbox-icon {
  float: left;
  background-color: var(--white);
  border: 1px solid #0000;
  border-radius: 0;
}

.checkbox-icon.w--redirected-checked {
  background-color: #0019ff;
  border-color: #945c5c00;
}

.checkbox-label {
  color: var(--white);
  max-width: 53ch;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.inline-link {
  color: var(--white);
  text-decoration: underline;
}

.inline-link:hover {
  color: #fff;
  text-decoration: none;
}

.checkbox-field {
  width: 100%;
  margin-top: .6rem;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

.form_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

@media screen and (max-width: 991px) {
  .logo_brand {
    width: 70%;
  }

  .button {
    font-size: .8rem;
  }

  .footer-container {
    max-width: 728px;
  }

  .footer-form_title {
    margin-right: 15px;
  }

  .footer-form_input {
    padding-right: 1.25rem;
  }

  .button-primary.footer-form-button {
    font-size: .8rem;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .logo_brand {
    width: 90%;
  }

  .button {
    width: 15rem;
    font-size: .8rem;
    position: absolute;
  }

  .middle {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 0;
  }

  .footer-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form {
    width: 100%;
    position: absolute;
    left: auto;
    right: auto;
  }

  .footer-form_container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form_title {
    margin-right: 0;
  }

  .footer-form_block, .footer-form_input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .form_wrapper {
    width: 100%;
    position: relative;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .logo_wrapper {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .logo_brand {
    width: 100%;
  }

  .button {
    width: auto;
    padding: .5rem .9rem;
    position: absolute;
  }

  .middle {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-container {
    max-width: none;
  }

  .footer-form {
    background-color: #fff0;
  }

  .footer-form_container {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form_block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #fff0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-form_input {
    margin-bottom: 1.2rem;
  }

  .button-primary.footer-form-button {
    color: #000;
    background-color: #fff;
    padding-top: .8rem;
    padding-bottom: .8rem;
    font-weight: 500;
    position: relative;
    right: 0;
  }

  .button-primary.footer-form-button:hover {
    color: #fff;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .checkbox-icon {
    width: .875rem;
    height: .875rem;
  }

  .checkbox-label {
    padding-left: .3rem;
  }

  .form_wrapper {
    width: 80%;
    max-width: 300px;
  }
}


