/** Shopify CDN: Minification failed

Line 174:14 Expected ":"

**/


.toggle-box button span {
  transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }

.toggle-box {
  isolation: isolate;
  border-radius: var(--block-border-radius, 16px); }

.toggle-box {
  box-shadow: var(--block-shadows); }



.toggle-boxes--inner {
  padding: 0 15px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 768px) {
    .toggle-boxes--inner {
      padding: 0 50px; } }

.toggle-boxes--inner {
  display: grid;
  align-items: end;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .toggle-boxes--inner {
      grid-template-columns: repeat(2, 1fr); } }
  @media only screen and (min-width: 1068px) {
    .toggle-boxes--inner {
      grid-template-columns: repeat(var(--toggle-columns, 4), 1fr); } }
  @media only screen and (max-width: 767px) {
    .toggle-boxes--inner {
      grid-gap: 10px; } }
  @media only screen and (max-width: 767px) {
    .toggle-boxes--inner.swipe-on-mobile {
      grid-auto-flow: column;
      grid-auto-columns: minmax(calc(90vw - 15px), 1fr);
      overflow-x: auto;
      grid-template-columns: repeat(auto-fill, minmax(calc(90vw - 15px), 1fr));
      scroll-snap-type: x mandatory;
      scrollbar-width: none; }
      .toggle-boxes--inner.swipe-on-mobile::-webkit-scrollbar {
        display: none; }
      .toggle-boxes--inner.swipe-on-mobile .toggle-box {
        scroll-snap-align: center;
        scroll-snap-stop: always; } }

.toggle-box {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }
  .toggle-box--content {
    font-size: 0.9375rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--color-bg, #fff);
    height: 0;
    z-index: 11;
    color: var(--color-body, #2c2d2e);
    overflow: hidden;
    border-radius: var(--block-border-radius, 16px) var(--block-border-radius, 16px) 0 0;
    transition: height 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }
    .toggle-box--content a {
      color: var(--color-accent); }
    .toggle-box--content-inner {
      height: calc(100% - 60px); }
      .toggle-box--content-inner div {
        height: 100%;
        padding: 30px;
        overflow-y: auto; }
        .toggle-box--content-inner div > *:last-child {
          margin-bottom: 0; }
  .toggle-box--image > a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .toggle-box[open] .toggle-box--content {
    height: 97%; }
  .toggle-box[open] button span {
    transform: translateY(-50%) rotate(135deg); }
  .toggle-box button {
    width: 100%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    height: 60px;
    padding: 10px 30px;
    background: var(--color-bg, #fff);
    color: var(--color-heading, #1a1c1d);
    font-weight: 500;
    position: relative;
    z-index: 15; }
    .toggle-box button span {
      width: 14px;
      height: 14px;
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%); }
      .toggle-box button span:before, .toggle-box button span:after {
        content: "";
        background: var(--color-heading, #1a1c1d);
        position: absolute;
        top: 6px;
        left: 0;
        width: 100%;
        height: 2px;
        border-radius: 1px; }
      .toggle-box button span:after {
        top: 0;
        left: 6px;
        width: 2px;
        height: 100%; }


/* JCI - Section Preset - 2025-02-10 */
.custom-2025-02-10 .section-header--description.rte h6 em {
  white-space: nowrap;
  font-style: normal;
}
.custom-2025-02-10.section-spacing {
  margin-top: 27px; 
  margin-bottom: 98px;
}
.custom-2025-02-10 .section-header {
  justify-content: center;
  padding-bottom: 62px;
}
.custom-2025-02-10 .section-header--content {
  text-align: center;
}
.custom-2025-02-10 .section-header--title {
  margin-bottom: 27px;
}
.custom-2025-02-10 .section-header--description.rte h6 {
  font-size: 24px;
}
.custom-2025-02-10 .section-header--description.rte > :last-child {
  margin-bottom: 0;
}
.custom-2025-02-10 .toggle-box {
  outline: 1px solid #84A6E6;
}
.custom-2025-02-10 .column-spacing--small {
  grid-gap: 14px;
}
.custom-2025-02-10 .toggle-box--button {
  font-size: 24px;
  line-height: 30px;
  font-family: Poppins, sans-serif;
  padding: 18px 27px 22px 18px;
  display: block;
  position: relative;
  height: 110px;
  text-align: left;
}
.custom-2025-02-10 .toggle-box--button > span { 
  position: absolute;
  right: 20px;
  bottom: 14px;
  top: unset;a
  opacity: 1;
  transition: opacity .25s cubic-bezier(.104,.204,.492,1);
}

.custom-2025-02-10 .toggle-box--image {
  --ratio-percent: 64.0% !important;
}

.custom-2025-02-10 .toggle-box--content {
  opacity: 0;
  transition: opacity .25s cubic-bezier(.104,.204,.492,1);
  height: 100%;
  align-items: center;
  display: flex;
}

.custom-2025-02-10 toggle-box[open] .toggle-box--content,
.custom-2025-02-10 toggle-box:hover .toggle-box--content {
  height: 100%;
  opacity: 1;
}

.custom-2025-02-10 .toggle-box--content  scroll-shadow  > div {
  max-width: 288px;
  margin: auto;
}
.custom-2025-02-10 .toggle-box--content-inner {
  height: max-content;
}
.custom-2025-02-10 .toggle-box--content h6 {
  font-size: 26px;
  font-weight: 500;
  line-height: 29px;
  color: var(--color-accent);
  margin-bottom: .5em;
}
.custom-2025-02-10 .toggle-box--content p {
  font-family: Poppins, sans-serif;
  font-size: 26px;
  line-height: 29px;
  font-weight: 500;
}
.custom-2025-02-10 .toggle-box--content a {
  font-size: 18px;
  font-weight: 600;
}

.custom-2025-02-10 toggle-box[open] .toggle-box--button,
.custom-2025-02-10 toggle-box:hover .toggle-box--button {
  opacity: 0;
  pointer-events: none;
}

.custom-2025-02-10 toggle-boxes--inner {
  grid-template-columns: repeat(var(--toggle-columns, 4), 1fr);
}

@media screen and (max-width: 767px) {

  .custom-2025-02-10.section-spacing {
    margin-top: 32px;
    margin-bottom: 55px;
  }
  .custom-2025-02-10 .section-header {
    padding-bottom: 33px;
  }
  .custom-2025-02-10 .section-header--title {
    margin-bottom: 27px;
  }
  .custom-2025-02-10 .section-header--description.rte h6 {
    font-size: 16px;
    max-width: 300px;
    line-height: normal;
    margin: auto;
  }
  .custom-2025-02-10 .toggle-boxes--inner {
    grid-template-columns: repeat(var(--toggle-columns-mobile, 1), 1fr);
  }
  .custom-2025-02-10 .column-spacing--small {
    grid-gap: 11px 17px;
  }
  .custom-2025-02-10 .toggle-box--button {
    font-size: 14px;
    line-height: 15px;
    padding: 8px 13px 32px 8px;
    height: 70px;
  }
  .custom-2025-02-10 .toggle-box--button span {
    height: 8px;
    width: 8px;
    right: 8px;
    bottom: 8px;
  }
  .custom-2025-02-10 .toggle-box button span::before {
    top: 3px;
  }
  .custom-2025-02-10 .toggle-box button span::after {
    left: 3px;
  }
  .custom-2025-02-10 toggle-box[open] .toggle-box--button,
  .custom-2025-02-10 toggle-box:hover .toggle-box--button {
    opacity: 1;
    background: transparent;
    color: transparent;
    pointer-events: none;
    transition: none;
  }
  .custom-2025-02-10 toggle-box[open] .toggle-box--button span,
  .custom-2025-02-10 toggle-box:hover .toggle-box--button span{
    pointer-events: all;
    transform: translateY(-50%);
  }
  .custom-2025-02-10 toggle-box .toggle-box--button > span:after { 
    transition: transform .25s cubic-bezier(.104,.204,.492,1);
  }
  .custom-2025-02-10 toggle-box[open] .toggle-box--button span:after{
    transform: rotate(90deg);
  }
  .custom-2025-02-10 .toggle-box--content h6,
  .custom-2025-02-10 .toggle-box--content p {
    font-size: 16px;
    line-height: 17px;
  }
  .custom-2025-02-10 .toggle-box--content a {
    font-size: 12px;
  }
  .custom-2025-02-10 .toggle-box--content scroll-shadow > div {
    padding: 10px;
  }

}
