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: #000;
  font-family: "Gilroy Web", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  color: #ffffff;
  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;
  }
}

@media screen and (max-width: 745px) {
  .cr_header {
    padding-top: 40px;
  }
}

.cr_body-text {
  font-size: clamp(15px, 2cqw, 18px);
  font-weight: 500;
  color: #ffffff;
}
.cr_body-text p {
  margin: 0 0 1em 0;
}
.cr_body-text-center {
  text-align: center;
}
.cr_body-text-note {
  font-size: 14px;
  color: #999999;
}
.cr_body-text-narrow {
  max-width: 800px;
  margin-inline: auto;
}

.cr_title {
  font-size: clamp(20px, 2.6cqw, 28px);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.75em;
}
.cr_title--sm {
  font-size: clamp(15px, 1.8cqw, 18px);
}
.cr_title--lg {
  font-size: clamp(22px, 3cqw, 42px);
  font-weight: 700;
}
.cr_title--left {
  text-align: left;
}

.cr_section {
  margin-bottom: 48px;
}
.cr_section-bb {
  border-bottom: 1px solid #525252;
  padding-bottom: 30px;
}

.cr_whitebg {
  background: #ffffff;
}
.cr_whitebg .cr_title,
.cr_whitebg .cr_body-text {
  color: #000;
}

.static-page-main a.cr_cta,
a.cr_cta {
  color: #000000 !important;
  font-size: clamp(18px, 2.6cqw, 22px);
  text-decoration: none !important;
  padding: 0.4em 0.8em;
  border-radius: 100vw;
  background: #76b900;
}

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

.cr_overup {
  position: relative;
}
.cr_overup .cr_body-text {
  width: 46%;
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%);
}
@media screen and (max-width: 745px) {
  .cr_overup .cr_body-text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0);
    padding-bottom: 25px;
  }
}
.cr_overup-reverse .cr_body-text {
  left: 50%;
}
@media screen and (max-width: 745px) {
  .cr_overup-reverse .cr_body-text {
    left: 0;
  }
}
.cr_overup-center-top .cr_body-text {
  width: 90%;
  top: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
@media screen and (max-width: 745px) {
  .cr_overup-center-top .cr_body-text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding-bottom: 25px;
    text-align: left;
  }
}

.cr_prodcard-wrapper {
  display: flex;
  align-items: center;
}

.cr_prodcard {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  color: #ffffff;
  font-size: clamp(18px, 2.6cqw, 22px);
  font-weight: 500;
  text-align: center;
}
.cr_prodcard__cta {
  color: #000000;
  font-size: 0.9em;
  text-decoration: none !important;
  padding: 0.4em 0.8em;
  border-radius: 100vw;
  background: #76b900;
}

.cr_props {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 35px;
}
@media screen and (max-width: 745px) {
  .cr_props {
    grid-template-columns: 1fr 1fr;
  }
}

.cr_prop {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  text-align: center;
}

.cr_creativebox {
  display: grid;
  gap: 20px;
}
.cr_creativebox img {
  width: 100%;
}

.cr_specbox {
  background: #000;
  width: 100%;
}
.cr_specbox img {
  width: 100%;
}
.cr_specbox .cr_body-text {
  padding: 20px;
}

.cr_full-video {
  position: relative;
  aspect-ratio: 16/9;
  width: 90%;
  margin-inline: auto;
}

.cr_full-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.cr_footer {
  padding-top: 40px;
}/*# sourceMappingURL=main.css.map */