/*!*******************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[4]!./assets/sass/acf-blocks/promote.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************/
.promote-block__button a {
  display: inline-flex;
  position: relative;
  align-items: center;
  height: 54px;
  padding: 0 20px;
  transition: 0.3s;
  border-radius: 4px;
  background-color: #F3F0E9;
  color: #001819;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.23px;
  line-height: 1.8rem;
}
.promote-block__button a * {
  z-index: 2;
}
.promote-block__button a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #E0DAC7;
  height: 100%;
  width: 0px;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 1;
}
.promote-block__button a:hover::before {
  width: 100%;
}

[data-type="acf/sn-promote"] {
  margin: 80px auto;
}
@media (max-width: 767px) {
  [data-type="acf/sn-promote"] {
    margin: 60px auto;
  }
}

.promote-block {
  display: flex;
  position: relative;
  isolation: isolate;
  gap: 40px;
  padding: 40px;
  background-color: #FC9F18;
  color: #001819;
  margin-bottom: 80px;
}
@media (max-width: 1023px) {
  .promote-block {
    margin-bottom: 50px;
  }
}
.promote-block__image {
  flex: 0 1 36%;
}
.promote-block__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}
.promote-block__infos {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .promote-block__infos {
    padding-right: 0;
  }
}
.promote-block__title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.promote-block__text {
  font-weight: 600;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  .promote-block__button {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .promote-block__button a {
    width: 100%;
    justify-content: center;
  }
}
.promote-block::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-image: url(../../../assets/svgs/promote-pattern.svg);
  width: 335px;
  height: 100%;
  background-size: cover;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .promote-block {
    flex-direction: column;
    gap: 30px;
    padding: 20px;
  }
}
