/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.offersBlock {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
  box-sizing: border-box;
  color: var(--green);
  padding: 0;
  text-align: center;
}
.offersBlock__left, .offersBlock__right {
  width: 50%;
}
.offersBlock__right {
  padding: 3rem;
  box-sizing: border-box;
}
.offersBlock__title {
  font-family: "Saa Series C D OT", sans-serif !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 5.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 90%;
  margin: 2.5rem 0 !important;
}
.offersBlock__cards {
  display: flex;
  justify-content: center;
}
.offersBlock__card {
  background: var(--green);
  border-radius: 3px;
  color: var(--greige);
  margin: 0 1rem;
  max-width: 21rem;
  width: 25%;
  padding: 1.5rem;
  box-sizing: border-box;
}
.offersBlock__card-title {
  font-family: "Saa Series C D OT", sans-serif !important;
  font-size: 2.0375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0 !important;
  margin: 1.5rem 0;
}
.offersBlock__card-icon {
  margin: 0;
}
.offersBlock__card-icon-wrapper {
  height: 9.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0 0 0;
}
.offersBlock__card-text {
  font-size: 0.9rem;
  line-height: 123%;
  font-family: "clarendon-urw-extra-narrow", serif;
  font-weight: 300;
  font-style: normal;
  margin: 0 !important;
  padding: 0 !important;
}
.offersBlock__card-cta {
  font-family: "Saa Series E D OT", sans-serif !important;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin: 1.5rem 0;
}
.offersBlock__card-cta a {
  color: var(--greige) !important;
}
.offersBlock__button {
  height: 10rem !important;
  background: transparent !important;
  border: 1px solid var(--orange) !important;
}
.offersBlock__cta {
  font-family: "Saa Series C D OT", sans-serif !important;
  margin: 2.5rem 0 !important;
  font-size: 2.0625rem;
  font-style: normal;
  position: relative;
  padding: 0 !important;
}
.offersBlock__cta a {
  color: var(--green) !important;
}
.offersBlock__image {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.offersBlock.alt-state {
  background: var(--green);
  color: var(--greige);
  padding: 4rem 1rem;
}
.offersBlock.alt-state .offersBlock__card {
  background: var(--greige);
  color: var(--green);
}
.offersBlock.alt-state .offersBlock__card-cta a {
  color: var(--green) !important;
}

.checkboxBlock__add-item {
  color: var(--orange);
  border: 1px solid var(--orange);
}

@media (max-width: 1250px) and (min-width: 750px) {
  .offersBlock__cards {
    flex-wrap: wrap;
  }
  .offersBlock__card {
    width: calc(50% - 2rem);
    max-width: 29rem;
    margin: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .offersBlock {
    padding: 1rem;
  }
  .offersBlock__title {
    font-size: 10vw;
    margin: 1rem 0 !important;
  }
  .offersBlock__cards {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .offersBlock__card {
    margin: 0 0 1rem;
    padding: 1rem;
    width: 100%;
  }
  .offersBlock__card-icon {
    width: 5rem;
    height: auto;
  }
  .offersBlock__card-icon-wrapper {
    height: auto;
  }
  .offersBlock__card-title {
    font-size: 9vw;
    margin: 0.8rem 0;
  }
  .offersBlock__card-title br {
    display: none;
  }
  .offersBlock__cta {
    margin: 1rem 0 !important;
    font-size: 7vw;
  }
}

/*# sourceMappingURL=style-index.css.map*/