.elementor-4400 .elementor-element.elementor-element-d526e5f{--display:flex;--margin-top:-40px;--margin-bottom:-40px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4400 .elementor-element.elementor-element-f435d78{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-f435d78 */.cr-story-page {
  position: relative;
  left: 50%;
  width: calc(100vw - var(--wd-scroll-w, 0px));
  max-width: calc(100vw - var(--wd-scroll-w, 0px));
  margin-left: calc(-50vw + (var(--wd-scroll-w, 0px) / 2));
  overflow: hidden;
  background: #f7f3eb;
  color: #251f1a;
  font-family: "Urbanist", Arial, sans-serif;
}

.cr-story-page * {
  box-sizing: border-box;
}

.cr-story-kicker {
  margin: 0;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 7px;
  color: rgba(37, 31, 26, 0.42);
  text-transform: uppercase;
}

.cr-story-hero {
  position: relative;
  min-height: 720px;
  display: flex;
  align-items: center;
  padding: 120px clamp(28px, 5vw, 96px);
  background: #f7f3eb;
}

.cr-story-hero-inner {
  max-width: 1160px;
  animation: crStoryRise 1s cubic-bezier(.16, 1, .3, 1) both;
}

.cr-story-hero h1 {
  margin: 42px 0 0;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(76px, 7.6vw, 146px);
  font-weight: 300;
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: #251f1a;
}

.cr-story-hero h1 em,
.cr-story-origin h2 em,
.cr-story-belief h2 em,
.cr-story-cta h2 em {
  font-style: italic;
  color: inherit;
}

.cr-story-flower {
  position: absolute;
  right: clamp(72px, 8vw, 150px);
  top: 34%;
  width: 150px;
  height: 150px;
  animation: crStoryFlower 9s ease-in-out infinite;
}

.cr-story-flower span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 72px;
  height: 96px;
  margin: -48px 0 0 -36px;
  border-radius: 48px 48px 20px 20px;
  background: #e94b35;
  transform-origin: 50% 85%;
}

.cr-story-flower span:nth-child(1) { transform: rotate(0deg) translateY(-34px); }
.cr-story-flower span:nth-child(2) { transform: rotate(72deg) translateY(-34px); }
.cr-story-flower span:nth-child(3) { transform: rotate(144deg) translateY(-34px); }
.cr-story-flower span:nth-child(4) { transform: rotate(216deg) translateY(-34px); }
.cr-story-flower span:nth-child(5) { transform: rotate(288deg) translateY(-34px); }

.cr-story-flower i {
  position: absolute;
  inset: 49px;
  z-index: 2;
  border-radius: 50%;
  background: #f3c64f;
}

.cr-story-flower i::after {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 50%;
  background: #e94b35;
}

.cr-story-origin {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 820px;
  background: #efe7da;
}

.cr-story-image {
  position: relative;
  min-height: 820px;
  overflow: hidden;
  background: #d8c5ad;
}

.cr-story-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.04);
  transition: transform 1.1s cubic-bezier(.16, 1, .3, 1);
}

.cr-story-origin:hover .cr-story-image img {
  transform: scale(1.08);
}

.cr-story-dot {
  position: absolute;
  left: 63%;
  top: 36%;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  background: transparent !important;
  box-shadow: none !important;
  cursor: default;
}

.cr-story-dot::before {
  content: "";
  position: absolute;
  inset: 17px;
  border-radius: 50%;
  background: #fff;
}

.cr-story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 8vw, 130px) clamp(42px, 7vw, 145px);
  animation: crStoryRise 1s cubic-bezier(.16, 1, .3, 1) both;
}

.cr-story-copy h2 {
  margin: 42px 0 0;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(42px, 3.4vw, 62px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.035em;
  color: #251f1a;
}

.cr-story-redline {
  width: 86px;
  height: 2px;
  margin: 48px 0 42px;
  background: #e94b35;
}

.cr-story-copy p:not(.cr-story-kicker) {
  max-width: 670px;
  margin: 0 0 30px;
  font-size: clamp(17px, 1.2vw, 21px);
  font-weight: 300;
  line-height: 1.62;
  color: #746d63;
}

.cr-story-belief {
  min-height: 760px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 110px 28px;
  background: #f7f3eb;
  text-align: center;
}

.cr-story-belief-inner {
  max-width: 1160px;
  animation: crStoryRise 1s cubic-bezier(.16, 1, .3, 1) both;
}

.cr-story-belief h2 {
  margin: 42px auto 54px;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(54px, 5vw, 92px);
  font-weight: 300;
  line-height: 1.08;
  letter-spacing: -0.045em;
  color: #251f1a;
}

.cr-story-belief h2 em {
  color: #e94b35;
}

.cr-story-belief p {
  max-width: 900px;
  margin: 0 auto;
  font-size: clamp(17px, 1.15vw, 21px);
  font-weight: 300;
  line-height: 1.58;
  color: #746d63;
}

.cr-story-cta {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 28px;
  background: #251f1a;
  color: #fff;
  text-align: center;
  overflow: hidden;
}

.cr-story-cta-inner {
  position: relative;
  z-index: 2;
  animation: crStoryRise 1s cubic-bezier(.16, 1, .3, 1) both;
}

.cr-story-cta h2 {
  margin: 0;
  font-family: "Josefin Slab", Georgia, serif;
  font-size: clamp(50px, 4.6vw, 86px);
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.045em;
  color: #f7f3eb;
}

.cr-story-cta h2 em {
  color: #e94b35;
}

.cr-story-link {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  margin-top: 64px;
  color: #fff !important;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 5px;
  text-decoration: none !important;
}

.cr-story-link span {
  width: 58px;
  height: 1px;
  background: #e94b35;
  transition: width .35s ease;
}

.cr-story-link:hover span {
  width: 86px;
}

.cr-story-flower-bottom {
  right: -48px;
  top: auto;
  bottom: -70px;
  opacity: 0.95;
}

@keyframes crStoryRise {
  from {
    opacity: 0;
    filter: blur(10px);
    transform: translateY(42px);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes crStoryFlower {
  0%, 100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(4deg) scale(1.04);
  }
}

@media (max-width: 1024px) {
  .cr-story-hero {
    min-height: 560px;
  }

  .cr-story-flower {
    width: 112px;
    height: 112px;
    right: 42px;
    top: 24%;
    opacity: 0.9;
  }

  .cr-story-flower span {
    width: 54px;
    height: 72px;
    margin: -36px 0 0 -27px;
  }

  .cr-story-flower i {
    inset: 37px;
  }

  .cr-story-flower i::after {
    inset: 11px;
  }

  .cr-story-origin {
    grid-template-columns: 1fr;
  }

  .cr-story-image {
    min-height: 560px;
  }

  .cr-story-copy {
    padding: 78px 42px 90px;
  }

  .cr-story-belief {
    min-height: 620px;
  }
}

@media (max-width: 767px) {
  .cr-story-hero {
    min-height: 520px;
    padding: 86px 22px 70px;
    align-items: flex-end;
  }

  .cr-story-kicker {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .cr-story-hero h1 {
    margin-top: 30px;
    font-size: clamp(54px, 17vw, 78px);
    line-height: 1.02;
  }

  .cr-story-flower {
    right: 22px;
    top: 98px;
    width: 86px;
    height: 86px;
  }

  .cr-story-flower span {
    width: 42px;
    height: 56px;
    margin: -28px 0 0 -21px;
  }

  .cr-story-flower i {
    inset: 29px;
  }

  .cr-story-flower i::after {
    inset: 9px;
  }

  .cr-story-image {
    min-height: 430px;
  }

  .cr-story-dot {
    left: 58%;
    top: 32%;
    width: 38px;
    height: 38px;
  }

  .cr-story-dot::before {
    inset: 15px;
  }

  .cr-story-copy {
    padding: 62px 22px 76px;
  }

  .cr-story-copy h2 {
    margin-top: 30px;
    font-size: clamp(36px, 11vw, 52px);
  }

  .cr-story-redline {
    margin: 34px 0 30px;
    width: 68px;
  }

  .cr-story-copy p:not(.cr-story-kicker) {
    font-size: 16px;
    line-height: 1.62;
  }

  .cr-story-belief {
    min-height: auto;
    padding: 78px 22px;
  }

  .cr-story-belief h2 {
    margin: 32px auto 34px;
    font-size: clamp(40px, 12vw, 58px);
  }

  .cr-story-belief p {
    font-size: 16px;
    line-height: 1.62;
  }

  .cr-story-cta {
    min-height: 440px;
    padding: 78px 22px;
  }

  .cr-story-cta h2 {
    font-size: clamp(38px, 11vw, 56px);
  }

  .cr-story-link {
    margin-top: 44px;
    font-size: 12px;
    letter-spacing: 4px;
    gap: 22px;
  }
}/* End custom CSS */