/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/app-callout/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
.app-callout {
  position: relative;
  background-color: rgb(251, 248, 203);
  margin: 0 0 6rem;
  padding: 5rem 0;
  isolation: isolate;
}

.app-callout .outer-shape {
  position: absolute;
  bottom: -6rem;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  z-index: -1;
}

.app-callout .outer-shape svg {
  width: 100%;
  height: auto;
}

.app-callout .row {
  max-width: 172.8rem !important;
}

.app-callout :is(h2, p) {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  font-style: normal;
  color: var(--blue);
}

.app-callout ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.7rem;
}

.app-callout h2 {
  font-size: 3.8rem;
  line-height: 110.526%;
  margin: 0 0 3rem;
}

.app-callout p {
  font-family: var(--font-primary);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: var(--font-weight-regular);
  line-height: 137.5%;
  margin: 0 0 3rem;
}

.app-callout .app-button {
  border-radius: 2rem;
  border: 2px solid var(--orange, #EFA35F);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  color: var(--blue);
  padding: 2.4rem;
  font-size: 2rem;
  font-style: normal;
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  line-height: 150%;
  letter-spacing: 0.03em;
}

.app-callout .app-button i {
  color: inherit;
  font-size: 2.8rem;
}

.app-callout .img-box {
  display: block;
  border-radius: 2rem;
  background: rgb(169, 169, 169);
  overflow: hidden;
  height: 33.3rem;
  margin: 0;
}

@media only screen and (min-width: 961px) {
  .app-callout {
    margin: 0 0 14rem;
    padding: 10.6rem 0 10.6rem;
  }
  .app-callout .outer-shape {
    bottom: -12rem;
  }
  .app-callout .first {
    padding-top: 7rem;
    padding-right: 5.7rem;
  }
  .app-callout .last {
    padding: 0 2rem;
  }
  .app-callout ul {
    row-gap: 2.8rem;
  }
  .app-callout h2 {
    margin: 0 0 3.5rem;
  }
  .app-callout p {
    margin: 0 0 5.6rem;
  }
  .app-callout .multimedia,
  .app-callout .img-box {
    height: 72.4rem !important;
  }
}
@media only screen and (min-width: 0) and (max-width: 960px) {
  .app-callout .last {
    order: -1;
    margin: 0 0 3rem;
  }
  .app-callout + footer {
    margin-top: 14rem !important;
  }
}
/* @end */
/* ANIMATIONS */
:where(#wrapper) .app-callout :is(.first, .last) {
  opacity: 0;
  --duration: 1s;
}

:where(#wrapper) .app-callout.animateActive :is(.first, .last) {
  animation: fade var(--duration) forwards;
  animation-delay: var(--delay, 0);
}

:where(#wrapper) .app-callout :is(.last) {
  --delay: 0.5s;
}

@media only screen and (min-width: 961px) {
  :where(#wrapper) .app-callout.animateActive :is(.last) {
    --delay: 0.5s;
  }
}
@media only screen and (max-width: 960px) {
  :where(#wrapper) .app-callout.animateActive :is(.first) {
    --delay: 0.5s;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/modules/CmsButton/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.cms-bttn {
  font-size: min(var(--font-size), 17px);
  font-family: var(--font-cms);
  transition: 0.5s;
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  color: white;
  overflow: hidden;
  box-sizing: content-box;
}
.cms-bttn.style--primary {
  background: var(--wp-cms-color-primary, var(--wp-admin-theme-color));
}
.cms-bttn.style--danger {
  background: var(--wp-cms-color-danger, #dc3545);
}
.cms-bttn.style--add {
  background: var(--wp-cms-color-add, #27cf8f);
}
.cms-bttn:where(.collapse--always, .collapse--mobile) {
  max-width: var(--collapsed-size);
}
.cms-bttn:where(.collapse--always, .collapse--mobile) .text {
  opacity: 0;
}
.cms-bttn .icon {
  margin-right: 0.5rem;
  width: var(--font-size);
  min-width: var(--font-size);
  -o-object-fit: contain;
     object-fit: contain;
  flex-shrink: 0;
}
.cms-bttn .text {
  display: inline-block;
  white-space: nowrap;
  transition: 0.5s;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
  .cms-bttn {
    --font-size: 4rem;
    --collapsed-size: 4rem;
  }
  .cms-bttn.collapse--mobile:hover {
    max-width: 100%;
  }
  .cms-bttn.collapse--mobile:hover .text {
    opacity: 1;
  }
}
@media only screen and (min-width: 961px) {
  .cms-bttn {
    --font-size: 2rem;
    --collapsed-size: 2rem;
  }
  .cms-bttn.collapse--mobile {
    max-width: 100%;
  }
  .cms-bttn.collapse--mobile .text {
    opacity: 1;
  }
  .cms-bttn.collapse--always:hover {
    max-width: 100%;
  }
  .cms-bttn.collapse--always:hover .text {
    opacity: 1;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/modules/Multimedia/style.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************/
/* Images */
.multimedia {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.multimedia.placeholder {
  border: 0.1rem solid var(--cms-primary-color);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: gray;
}
.multimedia .cms-bttn {
  position: relative;
  z-index: 100;
  pointer-events: all !important;
}
.multimedia .media-options {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.multimedia .video-box,
.multimedia .img-box {
  width: 100%;
  height: 100%;
}

.is-mobile-preview .dialog[open] {
  width: 100vw !important;
}

.dialog[open] {
  padding: 2rem;
  width: 50vw;
  border: none;
  font-family: var(--font-cms);
}
.dialog[open].dialog-media {
  width: 400px;
  height: 200px;
  display: grid;
  place-content: center;
  text-align: center;
}
.dialog[open].dialog-vimeo button {
  height: 3.5rem;
  padding-inline: 3rem;
}
.dialog[open] article,
.dialog[open] video {
  width: 100%;
}
.dialog[open] video {
  min-height: 25rem;
  max-height: 70vh;
  border: 0.1rem solid var(--cms-primary-color);
  background-color: snow;
  background: no-repeat url(data:image/svg+xml;base64,PHN2ZyBjb2xvcj0iYmxhY2siIGFyaWEtaGlkZGVuPSJ0cnVlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0iY3VycmVudENvbG9yIiBvcGFjaXR5PSIwLjUiDQogICAgdmlld0JveD0iMCAwIDI0IDI0Ij4NCiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiDQogICAgICAgIGQ9Ik0xNCA3YTIgMiAwIDAgMC0yLTJINGEyIDIgMCAwIDAtMiAydjEwYTIgMiAwIDAgMCAyIDJoOGEyIDIgMCAwIDAgMi0yVjdabTIgOS4zODcgNC42ODQgMS41NjJBMSAxIDAgMCAwIDIyIDE3VjdhMSAxIDAgMCAwLTEuMzE2LS45NDlMMTYgNy42MTN2OC43NzRaIg0KICAgICAgICBjbGlwLXJ1bGU9ImV2ZW5vZGQiIC8+DQo8L3N2Zz4=) center center;
  background-size: 5rem auto;
  background-repeat: no-repeat;
  background-position: center;
}
.dialog[open] header {
  margin-block: 3rem;
}
.dialog[open] article {
  display: flex;
  align-items: flex-end;
  margin-top: 1.5rem;
}
.dialog[open] .bttn-wrapper {
  display: flex;
  gap: 1.5rem;
}
.dialog[open] .video-link-input {
  width: 100%;
}
.dialog[open] .components-base-control__field {
  margin: 0;
  padding: 0;
}
.dialog[open] .components-text-control__input {
  padding-block: 1.1rem;
}

.multimedia::after, .multimedia::before,
.multimedia video::after,
.multimedia video::before,
.multimedia img::after,
.multimedia img::before {
  pointer-events: none !important;
}

@media only screen and (min-width: 0) and (max-width: 960px) {
  .multimedia.placeholder {
    background-image: var(--placeholder-mobile);
  }
}
@media only screen and (min-width: 961px) {
  .multimedia.placeholder {
    background-image: var(--placeholder-desktop);
  }
  .multimedia .media-options {
    top: 8rem;
  }
}

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