body {
  margin: 0;
  padding: 0;
}

.content-wrapper > .container {
  max-width: 100% !important;
  width: 100% !important;
}

section.static-page-main {
  display: block !important;
  max-width: 100% !important;
  margin: 0 !important;
}

.static-page-main a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

.cr_lp {
  width: 100%;
  background: #fafafa;
  font-family: "Gilroy", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #222222;
  background-size: cover;
  position: relative;
  box-sizing: border-box;
}
.cr_lp *, .cr_lp *:after, .cr_lp *:before {
  box-sizing: border-box;
}

.cr_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 20px 20px;
  margin-inline: auto;
  position: relative;
}

.cr_header {
  margin-bottom: 40px;
}
.cr_header img {
  width: 100%;
  display: block;
}

.cr_prod-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin-bottom: 25px;
}
.cr_prod-grid--col-1 {
  grid-template-columns: 1fr;
}
.cr_prod-grid--col-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1024px) {
  .cr_prod-grid--col-3 {
    grid-template-columns: 1fr 1fr;
  }
}
.cr_prod-grid img {
  width: 100%;
  display: block;
}

.cr_brands {
  padding: 3cqw;
  background: #ffebd9;
  margin-bottom: 25px;
}

.cr_logos {
  padding-inline: 3cqw;
  margin-bottom: 25px;
}

.cr_title {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.cr_title img {
  max-width: 100%;
  display: block;
}/*# sourceMappingURL=main.css.map */