#cryo-nav-brand-img_landing {
  height: 92px;
  width: 350px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: var(--cryo-img-logo-full);
  background-repeat: no-repeat;
  padding-left: 350px;
}

.bannerWrap {
  font-family: "Roboto Slab", serif;
  background-image: url("../../../images/landing/banner-c0skfQ-.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 94px;
  padding-bottom: 98px;
  text-align: center;
  word-wrap: break-word;
  color: var(--bs-body-color);
}

.bannerWrap h1 {
  font-size: 9rem;
  letter-spacing: -4px;
  line-height: 8rem;
  margin-bottom: 2px;
  font-weight: 700;
}

.bannerWrap h2 {
  font-size: 6rem;
  letter-spacing: -4px;
  font-weight: 300;
}

.bannerWrap h3 {
  background-color: var(--cryo-color-footer-bg);
  color: var(--cryo-color-txt-primary-light);
  font-size: 4rem;
  letter-spacing: -4px;
  font-weight: 300;
  display: table;
  padding: 4px 28px;
}

.bannerWrap h3 span {
  color: var(--cryo-btn-outline-primary);
  font-weight: 100;
  padding-right: 8px;
  padding-left: 8px;
}

.proposition-img {
  border: 7px solid var(--bs-body-bg);
  box-shadow: var(--cryo-shadow-prop);
}

.proposition-txt {
  line-height: 2rem;
}

.proposition-head {
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  font-size: 4rem;
}

.statementWrap:before {
  background: linear-gradient(0deg, rgba(var(--bs-body-bg-rgb), 0.26) 0, var(--bs-body-bg) 90%);
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
}

.statementWrap {
  background-image: url("../../../images/landing/icon_section-fQwHYn7.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 170px 0 84px;
  text-align: center;
}

.statementWrap .container {
  z-index: 1;
  position: relative;
}

.statementWrap .container .heading {
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.statementWrap .icon {
  background-color: var(--cryo-btn-outline-primary);
  border-radius: 50%;
  height: 150px;
  width: 150px;
  text-align: center;
  padding: 30px;
  margin-bottom: 8px;
  display: inline-block;
}

.statementWrap .iconTxt {
  font-weight: 600;
}

#cryo-footer {
  margin-top: 0;
}

/*# sourceMappingURL=landing-b9561877a6.output.css.map */
