@font-face {
  font-family: "Sofia Sans Extra Condensed";
  src: url("../fonts/Sofia_Sans_Extra_Condensed/SofiaSansExtraCondensed-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayRoman.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk-display-pro/NeueHaasDisplayBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  overflow-x: hidden;
}

.outer-lp-bluechew {
  background: #030b2e;
}

.wrapper-lp-bluechew {
  max-width: 1160px;
  padding: 0 20px;
  margin: auto;
  width: 100%;
}
.wrapper-lp-bluechew section {
  padding: 40px 0;
}
@media only screen and (max-width: 950px) {
  .wrapper-lp-bluechew section {
    padding: 24px 0;
  }
}
@media only screen and (max-width: 950px) {
  .wrapper-lp-bluechew {
    padding: 0 16px;
  }
}

.header-bluechew {
  background: #111111;
  padding: 28px 68px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: space-between;
}
.header-bluechew .part-logo img {
  height: 30px;
  width: auto;
}
@media only screen and (max-width: 950px) {
  .header-bluechew {
    padding: 20px 16px;
  }
  .header-bluechew .part-logo img {
    height: 16px;
  }
}

.button-cta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #0808f8;
  border-radius: 4px;
  padding: 16px 36px;
  display: inline-block;
  cursor: pointer;
  transition: 0.22s;
}
.button-cta:hover {
  background: #0303a3;
}
@media only screen and (max-width: 950px) {
  .button-cta {
    font-size: 16px;
    padding: 16px 20px;
  }
}

.wrapper-lp-bluechew .big-text {
  text-align: center;
  margin-top: 100px;
}
.wrapper-lp-bluechew .big-text .title {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 900;
  font-size: 88px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
.wrapper-lp-bluechew .big-text .button-cta {
  margin-top: 64px;
}
@media only screen and (max-width: 950px) {
  .wrapper-lp-bluechew .big-text {
    margin-top: 64px;
  }
  .wrapper-lp-bluechew .big-text .title {
    font-size: 40px;
  }
  .wrapper-lp-bluechew .big-text .button-cta {
    margin-top: 32px;
    width: 100%;
  }
}

.wrapper-lp-bluechew .section-image img {
  width: 100%;
  height: auto;
}

.wrapper-lp-bluechew .steps .step {
  margin-top: 90px;
  display: flex;
  gap: 100px;
  align-items: center;
}
.wrapper-lp-bluechew .steps .step:nth-child(even) {
  flex-direction: row-reverse;
}
.wrapper-lp-bluechew .steps .step .part-text,
.wrapper-lp-bluechew .steps .step .part-image {
  flex: 1;
}
.wrapper-lp-bluechew .steps .part-image img {
  width: 100%;
  height: auto;
}
.wrapper-lp-bluechew .steps .part-text .title {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  text-transform: uppercase;
  color: #ffffff;
}
.wrapper-lp-bluechew .steps .part-text .text {
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  margin-top: 36px;
}
.wrapper-lp-bluechew .steps .part-text .text ul {
  list-style: disc;
  padding-left: 32px;
}
.wrapper-lp-bluechew .steps .part-text .text p,
.wrapper-lp-bluechew .steps .part-text .text li {
  font-size: inherit;
  font-family: inherit;
  margin-top: 6px;
}
@media only screen and (max-width: 950px) {
  .wrapper-lp-bluechew .steps .step {
    flex-direction: column;
    gap: 24px;
    margin-top: 56px;
  }
  .wrapper-lp-bluechew .steps .step:nth-child(even) {
    flex-direction: column;
  }
  .wrapper-lp-bluechew .steps .part-text .title {
    font-size: 34px;
  }
  .wrapper-lp-bluechew .steps .part-text .text {
    margin-top: 22px;
  }
  .wrapper-lp-bluechew .steps .part-image {
    margin-top: 24px;
  }
}

section.offer-section {
  background: #ecf0f4;
  padding: 90px 20px;
  text-align: center;
}
section.offer-section .top-text p {
  font-size: 23px;
  font-weight: 800;
  line-height: 1.4;
  color: #0038b1;
}
section.offer-section .top-text h1,
section.offer-section .top-text h2,
section.offer-section .top-text h3,
section.offer-section .top-text h4,
section.offer-section .top-text h5 {
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  color: #0f0f0f;
  line-height: 1.4;
}
section.offer-section .bottom-text {
  margin-top: 35px;
}
section.offer-section .bottom-text p {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  color: #0f0f0f;
  margin-top: 10px;
}
section.offer-section .offer-btn {
  margin: auto;
  margin-top: 35px;
  display: inline-block;
  background: #cd072b;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 55px;
  padding: 14px 20px;
  font-size: 23px;
  line-height: 35px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.25s;
}
section.offer-section .offer-btn:hover {
  background: #8a0501;
}
section.offer-section .counter {
  margin: auto;
  margin-top: 20px;
  display: flex;
  gap: 12px;
  max-width: 385px;
}
section.offer-section .counter .box {
  flex: 1 1 0;
  min-width: 0;
  background: #cd072b;
  border-radius: 8px;
}
section.offer-section .counter .box .top {
  padding: 16px;
  border-bottom: 3px solid #fff;
}
section.offer-section .counter .box .top .num {
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}
section.offer-section .counter .box .bottom {
  padding: 8px;
  font-family: "Neue Haas Grotesk Display Pro";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (max-width: 950px) {
  section.offer-section {
    padding: 60px 16px;
  }
  section.offer-section .top-text p {
    font-size: 17px;
  }
  section.offer-section .top-text h1,
  section.offer-section .top-text h2,
  section.offer-section .top-text h3,
  section.offer-section .top-text h4,
  section.offer-section .top-text h5 {
    font-size: 20px;
  }
  section.offer-section .bottom-text {
    margin-top: 35px;
  }
  section.offer-section .bottom-text p {
    font-size: 18px;
  }
  section.offer-section .counter {
    gap: 10px;
  }
  section.offer-section .counter .box .top .num {
    font-size: 56px;
  }
}/*# sourceMappingURL=style.css.map */