.component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-box .unstack-media {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.enable3D .unstack-media {
    box-shadow:  -.5rem 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
    transition: all .5s ease-out !important;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.enable3D.left .unstack-media {
    transform: perspective(1500px) rotateY(15deg);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.enable3D.right .unstack-media {
    transform: perspective(1500px) rotateY(-15deg);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.enable3D.bottom .unstack-media {
    transform: perspective(1500px) rotateX(15deg);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.enable3D.top .unstack-media {
    transform: perspective(1500px) rotateX(-15deg);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.enable3D .unstack-media:hover {
    box-shadow:  0 1rem 2rem -1rem rgba(0, 0, 0, 0.25);
    transform: perspective(3000px) rotateY(0deg);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-box video {
    width: 100%;
    height: auto;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .actions {
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-container {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .text-container {
    display: contents;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.no-text .text-container {
    display: none;
  }

  /* Logos CSS */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .logos { /*
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 1rem;

    margin: 0 1rem; */
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .logo {
    display: inline-block;
    margin: 0 2rem 2rem 0;
    vertical-align: middle;
    max-width: 250px;
    max-height: 90px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .logo:empty {
    width: 250px;
    height: 90px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .logo-media {
    max-width: 250px;
    max-height: 90px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .logo-media img {
    width: auto;
    height: auto;
    max-width: 250px;
    max-height: 90px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .logo-media [data-label="media-placeholder"] {
    width: 250px;
    height: auto;
  }

  /* Layout: bottom */
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.bottom .text-container {
    order: 1;
  }
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.bottom .media-box {
    order: 2;
  }

  /* Desktop layout */
  @media only screen and (min-width: 768px) {
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right .media-container {
      display: grid;
      grid-template-areas: "column-1 column-2";
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-1-1 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-1-1 .media-container {
      grid-template-columns: 1fr 1fr;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-1-3 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-1-3 .media-container {
      grid-template-columns: 1fr 3fr;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-1-2 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-1-2 .media-container {
      grid-template-columns: 1fr 2fr;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-2-3 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-2-3 .media-container {
      grid-template-columns: 2fr 3fr;
    }

    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-3-2 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-3-2 .media-container {
      grid-template-columns: 3fr 2fr;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-2-1 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-2-1 .media-container {
      grid-template-columns: 2fr 1fr;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left.ratio-3-1 .media-container,
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right.ratio-3-1 .media-container {
      grid-template-columns: 3fr 1fr;
    }

    /* Layout: left */
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left .text-box {
      grid-area: column-2;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.left .media-box {
      grid-area: column-1;
    }

    /* Layout: right */
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right .text-box {
      grid-area: column-1;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.right .media-box {
      grid-area: column-2;
    }
  }
  @media only screen and (max-width: 767px) {
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.mb-show-before .media-box, .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.mb-show-after .text-box {
      order: 0;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.mb-show-after .media-box, .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.mb-show-before .text-box {
      order: 1;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.mb-hide-media .media-box{
      display: none;
    }
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.mb-hide-text .text-container{
      display: none;
    }

  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .xs-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-xs);
  }

  @media only screen and (max-width: 768px) {
    [style^="gap:"] {
      gap: 2rem !important;
    }
  }

  /* ADD-ONS */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner {
    margin-bottom: var(--media-banner-mb, 2rem);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .box-content {
    column-gap: 1rem;
    display: flex;
    align-items: center;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.left .box-content {
    justify-content: flex-start;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.right .box-content {
    justify-content: flex-end;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.center .box-content {
    justify-content: center;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.spread .box-content {
    justify-content: space-between;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .ql-blank {
    /* ↓ make sure placeholder doesn't collapse when text hasn't been entered yet */
    min-width: 13ch;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .rich-text p:last-of-type {
    /* ↓ Prevent margin inheritance */
    margin-bottom: 0 !important;
  }

  /* Banner actions */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    /* ↓ using !important as spacing is handled by column-gap */
    margin: 0 !important;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions .add-actions {
    display: contents;
    margin: 0;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions a {
    font-size: 14px !important;
    line-height: 21px !important;
    margin: 0;
    min-width: max-content !important;
    padding: 5px 15px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions a.button:first-of-type {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions a.button {
    margin-top: 0;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions .buttons-container {
    display: flex;
    margin-right: 1rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner .actions .text-action-container {
    flex: inherit;
    margin-top: 0;
  }

  /* Layout prop options for Banner */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.left .section-box > .box-content {
    justify-content: flex-start;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.right .section-box > .box-content {
    justify-content: flex-end;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.center .section-box > .box-content {
    justify-content: center;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.spread .section-box > .box-content {
    justify-content: space-between;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-banner.spread .actions {
    justify-content: flex-end;
  }

  /* FAQ */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-faqs {
    padding-left: 0;
    list-style: none;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-faq + .media-faq {
    border-top: 1px solid #e0e3ea;
    padding-top: 2rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-faq:not(:last-of-type) {
    padding-bottom: 1.5rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question {
    display: flex;
    cursor: pointer;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question + .faq-question {
    border-bottom: 1px solid #e0e3ea;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question:first-child,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .ql-editor {
    /* ↓ make sure it doesn't collapse when empty and shows placeholder */
    flex-grow: 1;
  }


  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-answer {
    margin: 0;
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    transition: max-height 0.15s ease-in-out, opacity 0.15s;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .is-open .faq-answer,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095.editing .faq-answer {
    opacity: 1;
    max-height: initial;
    pointer-events: auto;
  }

  /* FAQ toggle styles */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question > .toggle {
    /* ↓ reset button styles */
    border: 0;
    background: 0;
    padding:0;
    margin: 0;
    width: 16px;
    min-width: 16px;
    height: 16px;
    min-height: 16px;
    position: relative;
  }

  /* ↓ @TODO replace with SVG */
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question > .toggle::before,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question > .toggle::after {
    content: "";
    position: absolute;
    background-color: #FFA847;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question > .toggle:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question >.toggle:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question.initialized .toggle:before,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq-question.initialized .toggle:after {
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq.open .toggle:before {
    transform: rotate(90deg);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .faq.open .toggle:after {
    transform: rotate(180deg);
  }

  /* CALLOUTS */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callouts {
    --gap: 2rem;
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--gap);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .c1 .media-callout {
    flex-basis: 100%;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .c2 .media-callout {
    /* Remove gap from flex-basis, because it behaves like old school boxmodel */
    flex-basis: calc(50% - var(--gap) / 2);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout {
    display: flex;
    gap: 2rem;
  }

  /* ↓ vertical alignment */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .is-top-aligned .media-callout {
    align-items: flex-start;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .is-center-aligned .media-callout {
    align-items: center;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body {
    flex: 1;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body > * {
    word-break: break-word;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body.rich-text *:first-child,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body .ql-editor *:first-child {
    margin-top: 0 !important;
  }
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body.rich-text *:last-child,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body .ql-editor *:last-child {
    margin-bottom: 0 !important;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__body .button {
    /* ↓ remove sriracha min-width to prevent overflow */
    min-width: auto;
  }


  /* CALLOUT ICON SIZING */

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__figure {
    /* ↓ using CSS custom props so CSS can be simplified with NoMl support */
    /* for passing in a custom prop in a style attribute */
    --icon-xs: 24px;
    --icon-s: 32px;
    --icon-m: 48px;
    --icon-l: 64px;
    --icon-xl: 80px;
    --media-callout-icon-size: var(--icon-xl);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__figure,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__figure picture,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .media-callout__figure img {
    height: auto;
    width: var(--media-callout-icon-size);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .xs-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-xs);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .s-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-s);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .m-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-m);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .l-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-l);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .xl-icons .media-callout__figure {
    --media-callout-icon-size: var(--icon-xl);
  }

  /* ADD-ON COUNTDOWN */

  /* Repeat sriracha style wiped out by the cascade */
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-box.dark-bg .h2 {
    color: #fff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 20%);
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-box,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-box > .box-content,
  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-outer-container {
    /* ↓ Ancestor divs of .countdown-container should size to its intrinsic width */
    width: fit-content;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-box {
    margin-bottom: 2rem;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .text-left .countdown-box {
    margin-right: auto;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .text-center .countdown-box {
    margin-left: auto;
    margin-right: auto;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .text-right .countdown-box {
    margin-left:auto;
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-container {
    display: grid;
    /* ↓ size intrinsically to width of widest column */
    /* See: https://codepen.io/JanDW/pen/xxjJjpV */
    grid-template-columns: repeat(4, minmax(min-content, 1fr));
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-container > div {
    border-left: 1px solid transparent;
    /* ↓ Setting min-width to minimize shifting for proportional fonts */
    /* ↓ "advance" glyph 0 should be widest for numbers, so 2ch */
    min-width: 2ch;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
  }

  @media only screen and (min-width: 768px) {
    .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-container > div {
      --half-gap: calc((var(--gap) / 2) * 1rem);
      padding-left: var(--half-gap);
      padding-right: var(--half-gap);
    }
  }

  .component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .countdown-container .h2 {
    margin-bottom: .5rem;
  }

  /*.countdown-container*/.component-7ffc7478-27fb-48a4-b348-3b01b02d6095 .dividers-true > div + div {
    /* Dividers inherit from inline property set on parent */
    border-color: inherit;
  }
.component-3a4b3d98-34a1-44be-a282-313a6956c4db cite {
    display: flex;
    margin-top: 1.5rem;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .profile {
    flex-basis: 50px;
    width: 50px;
    height: 50px;
    margin-right: 1.5rem;
    margin-bottom: 0;
    background-size: 50px 50px;
    background-color: #EEE;
    border-radius: 100%;
    overflow: hidden;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .info {
    flex: 1;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .info h4 {
    padding-top: 0.4rem;
    margin-bottom: 0.1rem;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db p {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .actions {
    margin-top: 1.5rem;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db blockquote {
    position: relative;
    padding-left: 5rem;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .large-quote-icon {
    position: absolute;
    left: 0;
    width: 3rem;
  }
  
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .quotes {
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
  }
  .component-3a4b3d98-34a1-44be-a282-313a6956c4db .quote-item{
    padding: 15px;
    flex: 0 0 50%;
    width: 50%;
    box-sizing: border-box;
  }
  
  @media only screen and (max-width: 767px) {
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db .quote-item{
      flex: inherit;
      width: inherit;
    }
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db .quotes {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      justify-content: normal;
    }
  
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db blockquote {
      box-sizing: border-box;
      margin: 0;
      position: relative;
    }
    
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db blockquote:not(:first-child) {
      margin-top: 5rem;
    }
  
  }
  
  @media only screen and (min-width: 768px) {
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db blockquote {
      /*width: 40%;*/
      /*flex: 0 0 auto;*/
      margin: 0;
      padding-left: 6rem;
    }
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db .quote-item:last-child:nth-child(odd) {
      flex-basis: 100%;
      max-width: 800px;
    }
  
    .component-3a4b3d98-34a1-44be-a282-313a6956c4db .large-quote-icon {
      width: 4rem;
    }
  }
.component-a816b81b-308b-4a4a-bc98-87877e387d08 ul.faqs {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 li.faq {
  margin-left: 0;
  border-top: 1px solid #e0e3ea;
  padding: 25px 0 !important;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 li.faq &:last-of-type {
  border-bottom: 1px solid #e0e3ea;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .question {
  display: flex;
  margin-bottom: 1rem;
  cursor: pointer;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .question-text {
  flex: 1 1 auto;
  margin-right: 32px;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .question-text :last-child {
  margin-bottom: 0;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .answer {
  margin: 0;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.15s ease-in-out, opacity 0.15s;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .answer > :last-child {
  margin-bottom: 0;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .open .answer,
.component-a816b81b-308b-4a4a-bc98-87877e387d08.editing .answer {
  opacity: 1;
  max-height: initial;
  pointer-events: auto;
}

/* Toggle */

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .toggle {
  flex: 0 0 auto;
  position: relative;
  width: 16px;
  height: 16px;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .toggle:before,
.component-a816b81b-308b-4a4a-bc98-87877e387d08 .toggle:after {
  content: "";
  position: absolute;
  background-color: #FFA847;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .faq.initialized .toggle:before,
.component-a816b81b-308b-4a4a-bc98-87877e387d08 .faq.initialized .toggle:after {
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .toggle:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .toggle:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .faq.open .toggle:before {
  transform: rotate(90deg);
}

.component-a816b81b-308b-4a4a-bc98-87877e387d08 .faq.open .toggle:after {
  transform: rotate(180deg);
}
.component-a54f1f46-fc91-414a-8e23-409c37671beb p:last-child {
  margin-bottom: 0;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb figure img {
  width: 100%;
}

.component-a54f1f46-fc91-414a-8e23-409c37671beb * + .actions {
  margin-top: 2.5rem;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .slider__content {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-scrollbar-width: none;
}
.component-c992190f-a524-4216-98ea-9118c76a8f42 .slider__content::-webkit-scrollbar {
  display: none;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .reviews {
  display: flex;
  align-items: stretch;
  gap: 2rem;
  padding: 0 2rem;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .review-wrapper {
  width: 80vw;
}
.component-c992190f-a524-4216-98ea-9118c76a8f42 .review {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  border: 2px solid currentColor;
  border-radius: 8px;
  padding: 3rem;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  height: 40px;
  max-width: 170px;
}
.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__logo img {
  max-height: 80px;
  max-width: 240px;
}
.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  justify-content: center;
  align-self: stretch;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__header {
  flex-grow: 1;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__header :last-child {
  margin-bottom: 0 !important;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__stars {
  flex-grow: 0;
  flex-shrink: 0;
}
.component-c992190f-a524-4216-98ea-9118c76a8f42 .fa-star {
  color: rgba(0, 0, 0, 0.2);
}
.component-c992190f-a524-4216-98ea-9118c76a8f42 .checked {
  color: orange;
}

.component-c992190f-a524-4216-98ea-9118c76a8f42 .review__text :last-child {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 768px) {
  .component-c992190f-a524-4216-98ea-9118c76a8f42 .review__text p {
    font-size: 1.4rem;
  }
}

/* Desktop layout */
@media only screen and (min-width: 769px) {
  .component-c992190f-a524-4216-98ea-9118c76a8f42 .slider {
    position: relative;
    margin-left: -4rem;
    margin-right: -4rem;
  }
  
  .component-c992190f-a524-4216-98ea-9118c76a8f42 .slider__shade {
    position: absolute;
    background-color: black;
    top: 0;
    bottom: 0;
    width: 4rem;
    pointer-events: none;
  }
  .component-c992190f-a524-4216-98ea-9118c76a8f42 .slider__shade--left {
    left: 0;
    background: linear-gradient(90deg, white 0%, rgba(0,0,0,0) 100%);
    gap: 1rem;
  }
  .component-c992190f-a524-4216-98ea-9118c76a8f42 .slider__shade--right {
    right: 0;
    background: linear-gradient(270deg, white 0%, rgba(0,0,0,0) 100%);
  }

  .component-c992190f-a524-4216-98ea-9118c76a8f42 .reviews {
    padding: 0 4rem;
    gap: 0.5rem;
  }
  .component-c992190f-a524-4216-98ea-9118c76a8f42 .review-wrapper {
    width: 300px;
  }
}


.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .section-title {
  margin-bottom: 0;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .row {
  display: flex;
  align-items: stretch;
  gap: 2rem;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .article {
  width: 100%;
  overflow: hidden;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .media-link {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 62.5%;
  overflow: hidden;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .unstack-media * {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .media-link + .title {
  padding-top: 2rem;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .media-link + .title a {
  color: inherit;
  display: flex;
  flex-direction: column;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e.float .article {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e.float .unstack-media * {
  border-radius: 0;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e.float .media-link + .title {
  padding: 2rem;
}

.component-d9de8942-2e36-45f1-96d0-1abaf603cb4e.float .media-link + .title a::after {
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

/* Desktop layout */
@media only screen and (min-width: 720px) {
  .component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .article {
    width: calc( 50% - 1rem );
  }
}

/* Desktop layout */
@media only screen and (min-width: 1080px) {
  .component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .row {
    flex-wrap: nowrap;
  }
  .component-d9de8942-2e36-45f1-96d0-1abaf603cb4e .article {
    width: calc( 25% - 3rem );
  }
}
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callouts {
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax( 100%, 1fr ) );
  grid-gap: 3rem;
  gap: 3rem;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callout {
  padding-bottom: 3rem;
  background-color: #FFF;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow:  0px 2rem 4rem -1rem rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callout:hover:not(.sortable-drag) {
  box-shadow:  0px 1rem 2rem -1rem rgba(0, 0, 0, 0.25);
  transform: rotate3d(1, 0, 0, 0deg) translateX(0);
  transition: all .5s ease-out !important;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callout:hover {
  box-shadow:  0px 1rem 2rem -1rem rgba(0, 0, 0, 0.25);
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callout .unstack-media,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callout .unstack-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .rich-text {
  padding: 3rem;
  padding-bottom: 0;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .actions {
  padding: 0 2rem;
  margin-top: auto;
  width: 100%;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callout .button {
  min-width: Min(calc(100% - 2rem), 200px);
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .responsive-media {
  height: auto !important;
  width: 100% !important;
  position: initial !important;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.left .callout .actions .text-action-container,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.left .callout .button {
  margin-left: 0rem;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.left .callout > *:not(.unstack-media),
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.left [data-placeholder]:before{
  padding-left: 3rem;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.center {
  text-align: center;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.center .callouts .callout .unstack-media,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.center .callouts .callout .actions {
  margin-left: auto;
  margin-right: auto;
}

/*Cards 3d*/

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.cards3d .callouts {
  perspective: 1000px;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.cards3d .callouts.perspective-none {
  perspective: none !important;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.cards3d .callout {
  transform: rotate3d(1, 0, 0, 0deg) translateX(0);
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.cards3d .callout:hover {
  transform: rotate3d(1, 0, 0, 0deg) translateX(0);
}

@media only screen and (min-width: 768px) {
  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.cards3d .callout {
    transform: rotate3d(1, 0, 0, 5deg) translateX(0);
  }
}

/*None*/

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.none .callout {
  background-color: transparent;
  border-radius: 0;
  box-shadow:  none;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.none .callout .actions {
  padding: 0;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.none p {
  margin-bottom: 1rem !important;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.left.none .callout > *:not(.unstack-media),
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.left.none [data-placeholder]:before{
  padding-left: 0rem;
}

/*Crop*/

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.portrait .callout .unstack-media:after,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.square .callout .unstack-media:after,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.landscape .callout .unstack-media:after {
  content: "";
  display: block;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.portrait .callout .unstack-media:after {
  padding-bottom: 133%;
}
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.square .callout .unstack-media:after {
  padding-bottom: 100%;
}
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.landscape .callout .unstack-media:after {
  padding-bottom: 75%;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.portrait .callout .unstack-media,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.square .callout .unstack-media,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.landscape .callout .unstack-media {
  position: relative;
  width: 100%;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.portrait .callout .unstack-media img,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.square .callout .unstack-media img,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.landscape .callout .unstack-media img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.portrait .callout .unstack-media .responsive-media,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.landscape .callout .unstack-media .responsive-media,
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.square .callout .unstack-media .responsive-media {
  padding-bottom: 0 !important;
}

.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.crop_none .responsive-media {
  height: 0 !important;
  position: relative !important;
}

/*Columns*/

@media only screen and (min-width: 767px) {
  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.c2 .callouts {
    grid-template-columns: 1fr 1fr;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.c3 .callouts {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.c4 .callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.c5 .callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.c6 .callouts {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}

/*Gap*/

/* ↓ mobile first default, normalize gap setting */
.component-da21a4cb-a81a-4491-b7e3-a947b8880cfa .callouts {
    gap: 2rem;
}

/* ↓ On desktop, set gap customization  */
@media (min-width: 767px) {
  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap0 .callouts {
    grid-gap: 0rem;
    gap: 0rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap1 .callouts {
    grid-gap: 1rem;
    gap: 1rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap2 .callouts {
    grid-gap: 2rem;
    gap: 2rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap3 .callouts {
    grid-gap: 3rem;
    gap: 3rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap4 .callouts {
    grid-gap: 4rem;
    gap: 4rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap5 .callouts {
    grid-gap: 5rem;
    gap: 5rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap6 .callouts {
    grid-gap: 6rem;
    gap: 6rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap7 .callouts {
    grid-gap: 7rem;
    gap: 7rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap8 .callouts {
    grid-gap: 8rem;
    gap: 8rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap9 .callouts {
    grid-gap: 9rem;
    gap: 9rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap10 .callouts {
    grid-gap: 10rem;
    gap: 10rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap11 .callouts {
    grid-gap: 11rem;
    gap: 11rem;
  }

  .component-da21a4cb-a81a-4491-b7e3-a947b8880cfa.gap12 .callouts {
    grid-gap: 12rem;
    gap: 12rem;
  }
}