h1 {
  width: auto;
  max-width: 720px;
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Din Pro', sans-serif;
  color: #cb102a;
  font-size: 62px;
  line-height: 120%;
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  max-width: 720px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 150%;
  font-weight: 400;
}

p {
  max-width: 800px;
  margin-bottom: 10px;
  line-height: 130%;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1%;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fed600;
  font-family: 'Din Pro', sans-serif;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
}

.logo {
  position: absolute;
  top: 20px;
  height: 55px;
}

.buttons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  margin-top: 40px;
  grid-column-gap: 0.5rem;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 54px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #cb102a;
  box-shadow: 4px 4px 0 0 #9f0016;
  font-size: 18px;
  font-weight: 700;
  text-shadow: none;
}

.button:hover {
  margin-top: 6px;
  box-shadow: none;
  font-weight: 900;
}

.button.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  box-shadow: 4px 4px 0 0 #cb102a;
  color: #cb102a;
}

.button.white:hover {
  box-shadow: none;
}

.heading {
  color: #cb102a;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 214, 0, 0)), to(#fed600));
  background-image: linear-gradient(180deg, rgba(254, 214, 0, 0), #fed600);
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
}

.lb-logo-footer {
  width: auto;
  height: 65px;
}

.sm-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-link {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
}

.footer-links {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}

.link-footer {
  margin-right: 8px;
  margin-left: 8px;
  color: #333;
  text-decoration: none;
}

.link-footer:hover {
  font-weight: 700;
  text-decoration: underline;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 100vh;
  min-width: auto;
  padding: 50px 100px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.snow {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.51;
}

.beirao-pai-natal {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 40%;
  max-height: none;
  margin-right: -30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image {
  position: fixed;
  bottom: 0px;
  z-index: -1;
  width: 100%;
}

.heading-2 {
  max-width: 700px;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.heading-3 {
  max-width: none;
}

.text-span {
  font-weight: 700;
}

.beirao-pai-natal-mobile {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 40%;
  max-height: none;
  margin-right: -30px;
  -o-object-fit: fill;
  object-fit: fill;
}

.background-images {
  position: fixed;
  top: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.snow-2 {
  position: fixed;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}

.tree-gift {
  position: relative;
  left: -240px;
  top: auto;
  right: auto;
  bottom: -6%;
  width: 58%;
  height: auto;
  max-height: 98vh;
  max-width: none;
  margin-right: -30px;
  opacity: 0.32;
  -webkit-filter: blur(4px);
  filter: blur(4px);
  -o-object-fit: contain;
  object-fit: contain;
}

.beirao-pai-natal-2 {
  position: relative;
  left: auto;
  top: auto;
  right: -5%;
  bottom: -5%;
  width: 50%;
  height: auto;
  max-height: 95vh;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-left: auto;
  -webkit-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  transform: rotate(5deg);
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-bottom: 0px;
    font-size: 62px;
  }

  h3 {
    font-size: 20px;
  }

  .body {
    height: 120vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .buttons-wrapper {
    height: 60px;
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-row-gap: 0.5rem;
  }

  .button {
    width: 220px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
  }

  .button:hover {
    margin-top: 0px;
    box-shadow: 4px 4px 0 0 #9f0016;
  }

  .button.white:hover {
    box-shadow: 4px 4px 0 0 #cb102a;
  }

  .footer {
    padding-left: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: none;
  }

  .hero {
    min-width: auto;
    padding: 100px 60px 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .snow {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .beirao-pai-natal {
    width: 50%;
  }

  .hero-container {
    max-width: 700px;
  }

  .beirao-pai-natal-mobile {
    width: 50%;
  }

  .snow-2 {
    position: fixed;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .tree-gift {
    left: -16%;
    width: 65%;
  }

  .beirao-pai-natal-2 {
    right: -3%;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: 5px;
    font-size: 36px;
  }

  h3 {
    font-size: 18px;
  }

  p {
    font-size: 12px;
    text-align: left;
  }

  .buttons-wrapper {
    width: 100%;
    height: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-column-gap: 0rem;
    grid-row-gap: 0.7rem;
  }

  .button {
    width: 49%;
    height: 48px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .button:hover {
    margin-top: 0px;
    box-shadow: 4px 4px 0 0 #9f0016;
  }

  .button.white:hover {
    box-shadow: 4px 4px 0 0 #cb102a;
  }

  .footer {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: linear-gradient(190deg, hsla(0, 0%, 100%, 0) 33%, #fff);
  }

  .lb-logo-footer {
    height: 50px;
  }

  .sm-links {
    margin-bottom: 10px;
  }

  .sm-link {
    width: 30px;
    height: 35px;
  }

  .link-footer {
    font-size: 14px;
  }

  .paragraph {
    font-size: 12px;
    line-height: 150%;
  }

  .hero {
    padding-right: 30px;
    padding-bottom: 60px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .snow {
    z-index: -3;
  }

  .beirao-pai-natal {
    z-index: -1;
    width: 65%;
  }

  .image {
    z-index: -2;
  }

  .hero-container {
    width: 100%;
    max-width: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .beirao-pai-natal-mobile {
    z-index: -1;
    width: 65%;
  }

  .background-images {
    opacity: 0.29;
  }

  .snow-2 {
    z-index: -3;
  }

  .tree-gift {
    position: fixed;
    left: -32%;
    bottom: -6%;
    z-index: -1;
    width: 80%;
    margin-right: 0px;
  }

  .beirao-pai-natal-2 {
    position: fixed;
    right: -23%;
    bottom: -4%;
    z-index: -1;
    width: 90%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
  }

  h3 {
    line-height: 145%;
  }

  p {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
  }

  .logo {
    height: 45px;
  }

  .buttons-wrapper {
    width: 100%;
    height: auto;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
  }

  .button {
    width: 100%;
    height: 48px;
    font-size: 16px;
  }

  .footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#fff));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    text-align: center;
  }

  .lb-logo-footer {
    height: 40px;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .hero {
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .snow {
    max-width: none;
  }

  .beirao-pai-natal {
    bottom: 0px;
    display: none;
    width: 85%;
  }

  .image {
    width: auto;
    height: 30vh;
    max-width: none;
  }

  .hero-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .paragraph-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .beirao-pai-natal-mobile {
    bottom: -10px;
    display: block;
    width: auto;
    max-height: 50vh;
    max-width: none;
  }

  .snow-2 {
    max-width: none;
  }

  .tree-gift {
    left: -35%;
    bottom: -3%;
    width: 110%;
  }

  .beirao-pai-natal-2 {
    right: -29%;
    bottom: -3%;
    width: 130%;
  }
}

@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Black-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Black-Italic-900.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Black-900.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Bold-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Italic-400.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Bold-Italic-700.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Medium-Italic-500.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Bold-Italic-700.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Light-Italic-300.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Italic-400.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Light-Italic-300.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Black-Italic-900.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Medium-Italic-500.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro Condensed';
  src: url('../fonts/DIN-Pro-Condensed-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Din Pro';
  src: url('../fonts/DIN-Pro-Bold-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}