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,
.static-page-main a:hover {
  color: inherit !important;
  text-decoration: none !important;
}

@media screen and (max-width: 745px) {
  .cr_hide-on-medium {
    display: none !important;
  }
}

.cr_show-on-medium {
  display: none !important;
}
@media screen and (max-width: 745px) {
  .cr_show-on-medium {
    display: block !important;
  }
}

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

.cr_container {
  width: 100%;
  max-width: 1200px;
  padding: 0 20px 20px 20px;
  margin-inline: auto;
  position: relative;
  container-type: inline-size;
}
@media screen and (max-width: 480px) {
  .cr_container {
    padding: 0 10px 20px 10px;
  }
}

.cr_vc {
  display: flex;
  justify-content: center;
}

.cr_shadebg {
  background: #f0f6aa;
  padding: min(6vw, 35px);
  border-radius: 40px;
  margin-top: min(6vw, 35px);
}
@media screen and (max-width: 1024px) {
  .cr_shadebg {
    padding-inline: 2vw;
    border-radius: 15px;
  }
}

.cr_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(12px, 4cqw, 30px);
  justify-items: center;
  padding-inline: 25px;
}
@media screen and (max-width: 1024px) {
  .cr_grid {
    padding-inline: 0;
  }
}

.cr_item {
  display: block;
  min-width: 100%;
}
.cr_item img {
  width: 100%;
}
.cr_item--wide {
  grid-column: span 2;
  margin-inline: -25px;
}
@media screen and (max-width: 1024px) {
  .cr_item--wide {
    margin-inline: 0;
  }
}

.cr_shadebg .cr_item--wide {
  margin-inline: 0;
}

.cr_brands {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(12px, 4cqw, 20px);
  justify-items: center;
  padding-inline: 40px;
}
@media screen and (max-width: 1024px) {
  .cr_brands {
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .cr_brands {
    grid-template-columns: repeat(2, 1fr);
  }
}

.cr_brand {
  display: block;
  min-width: 100%;
}
.cr_brand img {
  width: 100%;
  filter: saturate(0);
}/*# sourceMappingURL=main2.css.map */