@font-face {
  font-display: swap;
  font-family: "Cormorant Garamond";
  font-style: normal;
  font-weight: 500 600;
  src: url("fonts/cormorant-garamond-latin.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400 600;
  src: url("fonts/montserrat-latin.woff2") format("woff2");
}

:root {
  --ms-launch-ink: #0b3b35;
  --ms-launch-green: #0b3b35;
  --ms-launch-green-deep: #07332f;
  --ms-launch-gold: #b47b27;
  --ms-launch-gold-text: #865b1a;
  --ms-launch-gold-light: #d8af6b;
  --ms-launch-coral: #bd5b48;
  --ms-launch-coral-dark: #a64535;
  --ms-launch-ivory: #f8ecdc;
  --ms-launch-paper: #fffaf2;
  --ms-launch-copy: #183a37;
  --ms-launch-muted: #5d6f6b;
  --ms-launch-wide: 1500px;
  --ms-launch-content: 1200px;
  --ms-launch-shadow: 0 24px 64px rgba(40, 41, 31, .14);
}

body.ms-launch-active {
  background: var(--ms-launch-paper);
}

body.ms-launch-active main#content,
body.ms-launch-active main.site-main,
body.ms-launch-active .site-main {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

body.ms-launch-active header.elementor-location-header,
body.ms-launch-active .ms-elementor-header,
body.ms-site-system.ms-launch-active .ms-site-header {
  background: transparent !important;
  border-bottom-color: transparent !important;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
  z-index: 40;
}

.ms-launch-home,
.ms-launch-home *,
.ms-launch-home *::before,
.ms-launch-home *::after,
.ms-book-feature,
.ms-book-feature *,
.ms-book-feature *::before,
.ms-book-feature *::after {
  box-sizing: border-box;
}

.ms-launch-home {
  background: var(--ms-launch-ivory);
  color: var(--ms-launch-copy);
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  gap: 0 !important;
  isolation: isolate;
  overflow: hidden;
  padding: 0 !important;
  position: relative;
  width: 100%;
}

.ms-launch-home a,
.ms-book-feature a {
  color: inherit;
  text-decoration: none !important;
}

.ms-launch-scene {
  background: var(--ms-launch-ivory);
  height: max(850px, 100svh);
  isolation: isolate;
  min-height: 850px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.ms-launch-background,
.ms-launch-background > .elementor-widget-container,
.ms-launch-background figure,
.ms-launch-background a {
  height: 100% !important;
  inset: 0;
  margin: 0 !important;
  position: absolute !important;
  width: 100% !important;
}

.ms-launch-background {
  z-index: 0;
}

.ms-launch-background img {
  filter: brightness(1.08) saturate(.88) sepia(.08);
  height: 100% !important;
  object-fit: cover !important;
  object-position: center 42% !important;
  width: 100% !important;
}

.ms-launch-scene::before {
  background:
    linear-gradient(90deg, rgba(255, 247, 235, .98) 0%, rgba(255, 247, 235, .94) 28%, rgba(255, 247, 235, .72) 43%, rgba(255, 247, 235, .16) 62%, rgba(255, 247, 235, 0) 78%),
    linear-gradient(180deg, rgba(255, 245, 226, .24) 0%, rgba(252, 224, 196, .08) 56%, rgba(248, 236, 220, .64) 79%, rgba(248, 236, 220, .96) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.ms-launch-copy {
  gap: 0 !important;
  left: max(72px, calc((100vw - var(--ms-launch-wide)) / 2 + 46px));
  max-width: 650px;
  padding: 0 !important;
  position: absolute;
  top: clamp(170px, 20vh, 220px);
  width: min(43vw, 650px);
  z-index: 7;
}

.ms-launch-title,
.ms-launch-title > .elementor-widget-container {
  margin: 0 !important;
}

.ms-launch-title .elementor-heading-title {
  color: var(--ms-launch-ink) !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: clamp(68px, 5vw, 90px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: .94 !important;
  margin: 0 !important;
  max-width: 650px;
  text-wrap: balance;
}

.ms-title-ornament {
  align-items: center !important;
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: minmax(60px, 1fr) auto minmax(60px, 1fr) !important;
  margin: 28px 0 20px !important;
  max-width: 500px;
  padding: 0 !important;
  width: 100% !important;
}

.ms-title-ornament .elementor-divider {
  padding-block: 0 !important;
}

.ms-title-ornament .elementor-divider-separator {
  border-color: rgba(180, 123, 39, .72) !important;
}

.ms-title-ornament .elementor-icon {
  color: var(--ms-launch-gold) !important;
  font-size: 20px !important;
}

.ms-launch-intro {
  margin: 0 !important;
  max-width: 610px;
}

.ms-launch-intro p {
  color: var(--ms-launch-copy) !important;
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.62 !important;
  margin: 0 !important;
}

.ms-launch-actions {
  align-items: stretch !important;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 18px !important;
  margin-top: 30px !important;
  padding: 0 !important;
}

.ms-launch-actions .elementor-widget-button {
  flex: 1 1 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
  width: auto !important;
}

.ms-launch-actions .elementor-button,
.ms-book-feature__button .elementor-button {
  align-items: center;
  border: 1px solid transparent !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  display: inline-flex;
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  justify-content: center;
  letter-spacing: 1.7px !important;
  line-height: 1.2 !important;
  min-height: 58px;
  padding: 17px 25px !important;
  text-transform: uppercase;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}

.ms-launch-actions .elementor-button {
  width: 100% !important;
}

.ms-button--primary .elementor-button,
.ms-book-feature__button .elementor-button {
  background: var(--ms-launch-coral) !important;
  border-color: var(--ms-launch-coral) !important;
  color: #fff !important;
}

body.ms-launch-active .ms-button--secondary .elementor-button {
  background: rgba(255, 250, 242, .82) !important;
  border-color: rgba(180, 123, 39, .72) !important;
  color: var(--ms-launch-ink) !important;
}

.ms-button--primary .elementor-button-icon,
.ms-button--primary .elementor-button-icon :is(i, svg, path),
.ms-book-feature__button .elementor-button-icon,
.ms-book-feature__button .elementor-button-icon :is(i, svg, path) {
  color: #fff !important;
  fill: currentColor !important;
}

body.ms-launch-active .ms-button--secondary .elementor-button-icon,
body.ms-launch-active .ms-button--secondary .elementor-button-icon :is(i, svg, path) {
  color: var(--ms-launch-gold) !important;
  fill: currentColor !important;
}

.ms-launch-actions .elementor-button:hover,
.ms-launch-actions .elementor-button:focus-visible,
.ms-book-feature__button .elementor-button:hover,
.ms-book-feature__button .elementor-button:focus-visible {
  transform: translateY(-2px);
}

.ms-button--primary .elementor-button:hover,
.ms-button--primary .elementor-button:focus-visible,
.ms-book-feature__button .elementor-button:hover,
.ms-book-feature__button .elementor-button:focus-visible {
  background: var(--ms-launch-coral-dark) !important;
  border-color: var(--ms-launch-coral-dark) !important;
}

body.ms-launch-active .ms-button--secondary .elementor-button:hover,
body.ms-launch-active .ms-button--secondary .elementor-button:focus-visible {
  background: var(--ms-launch-paper) !important;
  border-color: var(--ms-launch-gold) !important;
}

.ms-launch-visual {
  inset: 0;
  pointer-events: none;
  position: absolute !important;
  z-index: 4;
}

.ms-marc-portrait {
  bottom: 185px;
  height: min(72vh, 660px) !important;
  left: 54%;
  margin: 0 !important;
  max-height: 660px;
  overflow: hidden;
  position: absolute !important;
  width: min(31vw, 500px) !important;
}

.ms-marc-portrait > .elementor-widget-container,
.ms-marc-portrait figure,
.ms-marc-portrait a {
  height: 100% !important;
  margin: 0 !important;
  width: 100% !important;
}

.ms-marc-portrait img {
  filter: drop-shadow(0 18px 24px rgba(50, 38, 29, .12));
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  width: 100% !important;
}

.ms-launch-green {
  background: var(--ms-launch-green-deep) !important;
  border-radius: 50% 50% 0 0 / 28% 28% 0 0 !important;
  border-top: 2px solid var(--ms-launch-gold) !important;
  bottom: -140px;
  height: 350px;
  left: -8%;
  pointer-events: none;
  position: absolute !important;
  width: 116%;
  z-index: 3;
}

.ms-service-panel {
  background: rgba(255, 250, 242, .97) !important;
  border: 1px solid rgba(180, 123, 39, .24) !important;
  border-radius: 6px !important;
  bottom: 62px;
  box-shadow: var(--ms-launch-shadow);
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  left: 50%;
  margin: 0 !important;
  max-width: 1240px;
  min-height: 206px;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  transform: translateX(-50%);
  width: min(calc(100% - 112px), 1240px) !important;
  z-index: 9;
}

.ms-service {
  align-items: flex-start !important;
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: 54px minmax(0, 1fr) 24px !important;
  margin: 0 !important;
  min-width: 0;
  padding: 35px 30px 30px !important;
  position: relative;
}

.ms-service + .ms-service {
  border-left: 1px solid rgba(180, 123, 39, .22);
}

.ms-service__icon {
  align-items: center !important;
  border: 1px solid rgba(180, 123, 39, .34);
  border-radius: 50%;
  color: var(--ms-launch-gold) !important;
  display: flex !important;
  gap: 0 !important;
  height: 54px !important;
  justify-content: center !important;
  margin: 0 !important;
  width: 54px !important;
}

.ms-service__icon .elementor-icon {
  color: var(--ms-launch-gold) !important;
  display: flex !important;
  font-size: 23px !important;
  justify-content: center !important;
}

.ms-service__icon .elementor-icon :is(svg, path),
.ms-service__arrow .elementor-icon :is(svg, path),
.ms-launch-tagline__heart .elementor-icon :is(svg, path) {
  color: inherit !important;
  fill: currentColor !important;
}

.ms-service__content {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  min-width: 0;
  padding: 0 !important;
}

.ms-service__title,
.ms-service__title .elementor-heading-title {
  margin: 0 !important;
}

.ms-service__title .elementor-heading-title,
.ms-service__title a {
  color: var(--ms-launch-ink) !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: 34px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.ms-service__line {
  margin: 12px 0 13px !important;
  max-width: 78px;
}

.ms-service__line .elementor-divider {
  padding-block: 0 !important;
}

.ms-service__line .elementor-divider-separator {
  border-color: var(--ms-launch-gold) !important;
}

.ms-service__copy,
.ms-service__copy p {
  margin: 0 !important;
}

.ms-service__copy p {
  color: #3c504d !important;
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 13px !important;
  line-height: 1.62 !important;
}

.ms-service__arrow {
  align-self: end !important;
  color: var(--ms-launch-gold) !important;
  justify-self: end !important;
  margin: 0 !important;
}

.ms-service__arrow .elementor-icon {
  color: var(--ms-launch-gold) !important;
  font-size: 21px !important;
}

.ms-launch-tagline {
  align-items: center !important;
  bottom: 20px;
  color: #f7e8cf;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  height: 24px !important;
  justify-content: center !important;
  left: 50%;
  margin: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  transform: translateX(-50%);
  width: auto !important;
  z-index: 10;
}

.ms-launch-tagline > .elementor-element {
  flex: 0 0 auto !important;
  width: auto !important;
}

body.ms-site-system.ms-launch-active .ms-launch-tagline__text .elementor-heading-title {
  color: #f7e8cf !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 4px !important;
  line-height: 1 !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.ms-launch-tagline__heart,
.ms-launch-tagline__heart .elementor-icon {
  color: var(--ms-launch-gold-light) !important;
  font-size: 18px !important;
}

/* The book follows the first editorial passage instead of competing in the hero. */
.ms-book-feature {
  background: var(--ms-launch-green-deep);
  color: #fffaf2;
  overflow: hidden;
  padding: 96px 32px;
  position: relative;
}

.ms-book-feature__inner {
  align-items: center !important;
  display: grid !important;
  gap: clamp(64px, 8vw, 120px) !important;
  grid-template-columns: minmax(280px, 410px) minmax(0, 1fr) !important;
  margin: 0 auto !important;
  max-width: var(--ms-launch-content);
  width: 100% !important;
}

.ms-book-feature__visual,
.ms-book-feature__content {
  margin: 0 !important;
  min-width: 0;
  padding: 0 !important;
  width: 100% !important;
}

.ms-book-feature__visual {
  align-items: center !important;
  display: flex !important;
  justify-content: center !important;
  position: relative;
}

.ms-book-feature__cover,
.ms-book-feature__cover > .elementor-widget-container,
.ms-book-feature__cover figure {
  margin: 0 !important;
  max-width: 360px;
  width: 100% !important;
}

.ms-book-feature__cover img {
  border: 1px solid rgba(255, 250, 242, .28);
  border-radius: 2px !important;
  box-shadow: 0 34px 64px rgba(0, 0, 0, .32);
  display: block;
  height: auto !important;
  width: 100% !important;
}

.ms-book-feature__content {
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
}

.ms-book-feature__eyebrow .elementor-heading-title {
  color: var(--ms-launch-gold-light) !important;
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase;
}

.ms-book-feature__title .elementor-heading-title {
  color: #fffaf2 !important;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif !important;
  font-size: clamp(54px, 5vw, 74px) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  line-height: .98 !important;
  margin: 16px 0 22px !important;
  max-width: 650px;
  text-wrap: balance;
}

.ms-book-feature__lead p {
  color: #f5d8c8 !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  max-width: 640px;
}

.ms-book-feature__copy {
  margin-top: 24px !important;
  max-width: 650px;
}

.ms-book-feature__copy p {
  color: rgba(255, 250, 242, .82) !important;
  font-family: Montserrat, "Avenir Next", "Helvetica Neue", Arial, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
  margin: 0 0 14px !important;
}

.ms-book-feature__copy strong {
  color: var(--ms-launch-gold-light) !important;
  font-weight: 600 !important;
}

.ms-book-feature__button {
  margin-top: 20px !important;
  width: auto !important;
}

@media (max-width: 1399px) {
  .ms-launch-scene {
    height: 820px;
    min-height: 820px;
  }

  .ms-launch-copy {
    left: 6.5vw;
    max-width: 530px;
    top: 152px;
    width: 43vw;
  }

  .ms-launch-title .elementor-heading-title {
    font-size: clamp(62px, 5.4vw, 76px) !important;
  }

  .ms-launch-intro p {
    font-size: 16px !important;
  }

  .ms-marc-portrait {
    bottom: 170px;
    height: 610px !important;
    left: 55%;
    width: 390px !important;
  }

  .ms-service-panel {
    bottom: 58px;
    min-height: 192px;
    width: min(calc(100% - 72px), 1120px) !important;
  }

  .ms-service {
    gap: 16px !important;
    grid-template-columns: 48px minmax(0, 1fr) 20px !important;
    padding: 30px 23px 26px !important;
  }

  .ms-service__icon {
    height: 48px !important;
    width: 48px !important;
  }

  .ms-service__title .elementor-heading-title,
  .ms-service__title a {
    font-size: 30px !important;
  }
}

@media (max-width: 1099px) {
  .ms-launch-scene {
    height: 940px;
    min-height: 940px;
  }

  .ms-launch-scene::before {
    background:
      linear-gradient(90deg, rgba(255, 247, 235, .98) 0%, rgba(255, 247, 235, .88) 43%, rgba(255, 247, 235, .26) 66%, rgba(255, 247, 235, 0) 84%),
      linear-gradient(180deg, rgba(255, 245, 226, .18), rgba(248, 236, 220, .72) 79%, rgba(248, 236, 220, .96));
  }

  .ms-launch-copy {
    left: 6vw;
    max-width: 480px;
    top: 140px;
    width: 49vw;
  }

  .ms-launch-title .elementor-heading-title {
    font-size: clamp(58px, 7vw, 72px) !important;
  }

  .ms-marc-portrait {
    bottom: 255px;
    height: 565px !important;
    left: auto;
    right: 2vw;
    width: 390px !important;
  }

  .ms-service-panel {
    bottom: 58px;
    min-height: 222px;
    width: calc(100% - 48px) !important;
  }

  .ms-service {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 25px 22px 24px !important;
    text-align: center;
  }

  .ms-service__icon {
    align-self: center !important;
  }

  .ms-service__content {
    align-items: center !important;
  }

  .ms-service__line {
    margin-inline: auto !important;
  }

  .ms-service__copy p {
    font-size: 12.5px !important;
    line-height: 1.6 !important;
  }

  .ms-service__arrow {
    bottom: 19px;
    position: absolute !important;
    right: 20px;
  }
}

@media (max-width: 767px) {
  .ms-launch-scene {
    display: flex !important;
    flex-direction: column !important;
    height: auto;
    min-height: 0;
    padding: 104px 20px 30px;
  }

  .ms-launch-background img {
    object-position: 58% center !important;
  }

  .ms-launch-scene::before {
    background:
      linear-gradient(180deg, rgba(255, 247, 235, .98) 0%, rgba(255, 247, 235, .92) 33%, rgba(255, 247, 235, .45) 58%, rgba(248, 236, 220, .92) 76%, rgba(248, 236, 220, .98) 100%);
  }

  .ms-launch-copy {
    left: auto;
    max-width: none;
    order: 1;
    position: relative;
    top: auto;
    width: 100%;
  }

  .ms-launch-title .elementor-heading-title {
    font-size: clamp(46px, 14vw, 60px) !important;
    line-height: .98 !important;
    max-width: 560px;
  }

  .ms-title-ornament {
    margin: 22px 0 17px !important;
    max-width: 390px;
  }

  .ms-launch-intro p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }

  .ms-launch-actions {
    align-items: stretch !important;
    display: grid !important;
    gap: 12px !important;
    grid-template-columns: 1fr !important;
    margin-top: 25px !important;
  }

  .ms-launch-actions .elementor-widget-button,
  .ms-launch-actions .elementor-button {
    width: 100% !important;
  }

  .ms-launch-visual {
    height: 360px;
    inset: auto;
    margin: 4px 0 -10px !important;
    order: 2;
    overflow: hidden;
    position: relative !important;
    width: 100% !important;
  }

  .ms-marc-portrait {
    bottom: -2px;
    height: 390px !important;
    left: 50%;
    max-height: none;
    right: auto;
    transform: translateX(-42%);
    width: 330px !important;
  }

  .ms-launch-green {
    border-radius: 48% 48% 0 0 / 12% 12% 0 0 !important;
    bottom: 0;
    height: 660px;
    left: -34%;
    width: 168%;
  }

  .ms-service-panel {
    bottom: auto;
    display: grid !important;
    grid-template-columns: 1fr !important;
    left: auto;
    min-height: 0;
    order: 3;
    position: relative !important;
    transform: none;
    width: 100% !important;
  }

  .ms-service {
    align-items: center !important;
    display: grid !important;
    gap: 16px !important;
    grid-template-columns: 50px minmax(0, 1fr) 22px !important;
    min-height: 142px;
    padding: 23px 18px !important;
    text-align: left;
  }

  .ms-service + .ms-service {
    border-left: 0;
    border-top: 1px solid rgba(180, 123, 39, .22);
  }

  .ms-service__content {
    align-items: flex-start !important;
  }

  .ms-service__title .elementor-heading-title,
  .ms-service__title a {
    font-size: 29px !important;
  }

  .ms-service__line {
    margin-inline: 0 !important;
  }

  .ms-service__copy p {
    font-size: 13px !important;
    line-height: 1.62 !important;
  }

  .ms-service__arrow {
    align-self: center !important;
    bottom: auto;
    position: static !important;
    right: auto;
  }

  .ms-launch-tagline {
    bottom: auto;
    left: auto;
    margin: 26px auto 0 !important;
    order: 4;
    position: relative !important;
    transform: none;
    width: 100% !important;
    z-index: 10;
  }

  body.ms-site-system.ms-launch-active .ms-launch-tagline__text .elementor-heading-title {
    font-size: 11px !important;
    letter-spacing: 2.4px !important;
  }

  .ms-book-feature {
    padding: 72px 22px 76px;
  }

  .ms-book-feature__inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 48px !important;
  }

  .ms-book-feature__cover,
  .ms-book-feature__cover > .elementor-widget-container,
  .ms-book-feature__cover figure {
    max-width: 280px;
  }

  .ms-book-feature__content {
    align-items: center !important;
    text-align: center;
  }

  .ms-book-feature__title .elementor-heading-title {
    font-size: 48px !important;
  }

  .ms-book-feature__lead p {
    font-size: 24px !important;
  }

  .ms-book-feature__button,
  .ms-book-feature__button .elementor-button {
    width: 100% !important;
  }
}

@media (max-width: 389px) {
  .ms-launch-scene {
    padding-left: 16px;
    padding-right: 16px;
  }

  .ms-launch-title .elementor-heading-title {
    font-size: 43px !important;
  }

  .ms-launch-visual {
    height: 330px;
  }

  .ms-marc-portrait {
    height: 360px !important;
    width: 300px !important;
  }

  .ms-service {
    gap: 12px !important;
    grid-template-columns: 44px minmax(0, 1fr) 18px !important;
    padding-inline: 14px !important;
  }

  .ms-service__icon {
    height: 44px !important;
    width: 44px !important;
  }

  body.ms-site-system.ms-launch-active .ms-launch-tagline__text .elementor-heading-title {
    letter-spacing: 1.6px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-launch-actions .elementor-button,
  .ms-book-feature__button .elementor-button {
    transition: none;
  }
}
