/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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.
 */
.wp-block-cet-promotion .container {
  position: relative;
}
.wp-block-cet-promotion .cet-promotion__identifier {
  color: #68767f;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  line-height: 1.5rem;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.not-black-border-highlight {
  background-color: #23282b;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.blue-border-highlight {
  background-color: #008cc3;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.gray-border-highlight {
  background-color: #c3cace;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.dark-gray-border-highlight {
  background-color: #68767f;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.light-gray-border-highlight {
  background-color: #f2f3f4;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.green-border-highlight {
  background-color: #00a846;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.orange-border-highlight {
  background-color: #e16428;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.purple-border-highlight {
  background-color: #5a5a96;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.red-border-highlight {
  background-color: #b42846;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.white-border-highlight {
  background-color: #fff;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.yellow-border-highlight {
  background-color: #f0b428;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.hq-dark-blue-border-highlight {
  background-color: #1b3348;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.hq-light-blue-border-highlight {
  background-color: #58b6db;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.not-black-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.dark-gray-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.blue-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.green-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.yellow-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.orange-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.red-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.purple-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.hq-dark-blue-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.hq-light-blue-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.light-text-border-highlight.contrast-content {
  color: #ffffff;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default.gray-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.light-gray-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.white-border-highlight.contrast-content, .wp-block-cet-promotion .cet-promotion__highlight-text--default.dark-text-border-highlight.contrast-content {
  color: #23282b;
}
.wp-block-cet-promotion .cet-promotion__container {
  position: relative;
  border: solid 2px #c3cace;
  border-radius: 4px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow: hidden;
  box-shadow: 0px 2px 3px 1px rgba(35, 40, 43, 0.2);
  transform: translateY(0);
  transition: box-shadow 0.2s 0s linear, transform 0.2s 0s linear;
}
.wp-block-cet-promotion .cet-promotion__container:hover {
  box-shadow: 0px 3px 4px 1px rgba(35, 40, 43, 0.2);
  transform: translateY(-2px);
}
@media (min-width: 600px) {
  .wp-block-cet-promotion .cet-promotion__container {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}
.wp-block-cet-promotion .cet-promotion__container.no-top-padding {
  padding-top: 0;
}
.wp-block-cet-promotion .cet-promotion__container.no-bottom-padding {
  padding-bottom: 0;
}
.wp-block-cet-promotion .cet-promotion__container.no-vertical-padding {
  padding-top: 0;
  padding-bottom: 0;
}
.wp-block-cet-promotion .cet-promotion__container.not-black {
  background-color: #23282b;
}
.wp-block-cet-promotion .cet-promotion__container.blue {
  background-color: #008cc3;
}
.wp-block-cet-promotion .cet-promotion__container.gray {
  background-color: #c3cace;
}
.wp-block-cet-promotion .cet-promotion__container.dark-gray {
  background-color: #68767f;
}
.wp-block-cet-promotion .cet-promotion__container.light-gray {
  background-color: #f2f3f4;
}
.wp-block-cet-promotion .cet-promotion__container.green {
  background-color: #00a846;
}
.wp-block-cet-promotion .cet-promotion__container.orange {
  background-color: #e16428;
}
.wp-block-cet-promotion .cet-promotion__container.purple {
  background-color: #5a5a96;
}
.wp-block-cet-promotion .cet-promotion__container.red {
  background-color: #b42846;
}
.wp-block-cet-promotion .cet-promotion__container.white {
  background-color: #fff;
}
.wp-block-cet-promotion .cet-promotion__container.yellow {
  background-color: #f0b428;
}
.wp-block-cet-promotion .cet-promotion__container.hq-dark-blue {
  background-color: #1b3348;
}
.wp-block-cet-promotion .cet-promotion__container.hq-light-blue {
  background-color: #58b6db;
}
.wp-block-cet-promotion .cet-promotion__container.not-black-border-highlight {
  border-color: #23282b;
}
.wp-block-cet-promotion .cet-promotion__container.blue-border-highlight {
  border-color: #008cc3;
}
.wp-block-cet-promotion .cet-promotion__container.gray-border-highlight {
  border-color: #c3cace;
}
.wp-block-cet-promotion .cet-promotion__container.dark-gray-border-highlight {
  border-color: #68767f;
}
.wp-block-cet-promotion .cet-promotion__container.light-gray-border-highlight {
  border-color: #f2f3f4;
}
.wp-block-cet-promotion .cet-promotion__container.green-border-highlight {
  border-color: #00a846;
}
.wp-block-cet-promotion .cet-promotion__container.orange-border-highlight {
  border-color: #e16428;
}
.wp-block-cet-promotion .cet-promotion__container.purple-border-highlight {
  border-color: #5a5a96;
}
.wp-block-cet-promotion .cet-promotion__container.red-border-highlight {
  border-color: #b42846;
}
.wp-block-cet-promotion .cet-promotion__container.white-border-highlight {
  border-color: #fff;
}
.wp-block-cet-promotion .cet-promotion__container.yellow-border-highlight {
  border-color: #f0b428;
}
.wp-block-cet-promotion .cet-promotion__container.hq-dark-blue-border-highlight {
  border-color: #1b3348;
}
.wp-block-cet-promotion .cet-promotion__container.hq-light-blue-border-highlight {
  border-color: #58b6db;
}
.wp-block-cet-promotion .cet-promotion__highlight-text--default + .cet-promotion__container {
  border-top-left-radius: 0;
  box-shadow: 0 4px 6px 1px rgba(35, 40, 43, 0.2), 0 1px 3px 0 rgba(35, 40, 43, 0.3);
}
.wp-block-cet-promotion .cet-promotion__logo-container {
  position: relative;
  width: 100%;
  display: flex;
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .wp-block-cet-promotion .cet-promotion__logo-container {
    justify-content: flex-end;
  }
}
.wp-block-cet-promotion .cet-promotion__logo-container .cet-promotion__logo-contents {
  width: 100%;
  max-width: 136px;
}
.wp-block-cet-promotion .cet-promotion__logo-container .cet-promotion__logo-contents .cet-promotion__promotional-text {
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
}
.wp-block-cet-promotion .cet-promotion__logo-container .cet-promotion__logo-contents .cet-promotion__logo-images {
  display: flex;
}
.wp-block-cet-promotion .cet-promotion__logo-container .cet-promotion__logo-contents img {
  width: auto;
  height: auto;
  max-height: 136px;
  max-width: 100%;
  min-height: 50px;
  background-repeat: no-repeat;
}
.wp-block-cet-promotion .cet-promotion__background-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.wp-block-cet-promotion .cet-promotion__background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.wp-block-cet-promotion a.cet-promotion__link {
  --cet-link-outline-weight: 0;
  text-decoration: none;
}
.wp-block-cet-promotion .cet-promotion__body-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-block-cet-promotion .cet-promotion__body-container .cet-promotion__body {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wp-block-cet-promotion .cet-promotion__body-container .cet-promotion__body.left-image-w-right-text {
  order: 2;
}
@media (min-width: 600px) {
  .wp-block-cet-promotion .cet-promotion__body-container .cet-promotion__body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.wp-block-cet-promotion .cet-promotion__body-container .cet-promotion__foreground-media {
  height: 100%;
  padding-top: 1.5rem;
  display: flex;
  align-self: center;
}
@media (min-width: 600px) {
  .wp-block-cet-promotion .cet-promotion__body-container .cet-promotion__foreground-media {
    padding-top: 0;
  }
}
.wp-block-cet-promotion .cet-promotion__body-container .cet-promotion__foreground-media img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.wp-block-cet-promotion .not-black .contrast-content *,
.wp-block-cet-promotion .dark-gray .contrast-content *,
.wp-block-cet-promotion .blue .contrast-content *,
.wp-block-cet-promotion .green .contrast-content *,
.wp-block-cet-promotion .yellow .contrast-content *,
.wp-block-cet-promotion .orange .contrast-content *,
.wp-block-cet-promotion .red .contrast-content *,
.wp-block-cet-promotion .purple .contrast-content *,
.wp-block-cet-promotion .hq-dark-blue .contrast-content *,
.wp-block-cet-promotion .hq-light-blue .contrast-content *,
.wp-block-cet-promotion .light-text .contrast-content * {
  color: #fff;
}
.wp-block-cet-promotion .gray .contrast-content *,
.wp-block-cet-promotion .light-gray .contrast-content *,
.wp-block-cet-promotion .white .contrast-content *,
.wp-block-cet-promotion .dark-text .contrast-content * {
  color: #23282b;
}

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