/** Shopify CDN: Minification failed

Line 152:21 Expected identifier but found whitespace
Line 152:23 Unexpected "{"
Line 152:25 Expected identifier but found "1"
Line 152:76 Expected identifier but found "%"
Line 195:8 Expected ":"

**/
.gallery-section .multicolumn-card__info > :nth-child(2) {
  margin-top: 0;
}

.gallery-section .multicolumn-card__info .rte {
  margin-top: 1rem;
}

/* Default styles */
.gallery-card__image-info {
  position: absolute;
  z-index: 2;
}

/* Top Left */
.box-align--top-left .gallery-card__info {
  top: 0;
  left: 0;
  transform: none;
}

/* Top Center */
.box-align--top-center .gallery-card__info {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Top Right */
.box-align--top-right .gallery-card__info {
  top: 0;
  right: 0;
  transform: none;
}

/* Middle Left */
.box-align--middle-left .gallery-card__info {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/* Middle Center */
.box-align--middle-center .gallery-card__info {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

/* Middle Right */
.box-align--middle-right .gallery-card__info {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* Bottom Left */
.box-align--bottom-left .gallery-card__info {
  bottom: 0;
  left: 0;
  transform: none;
}

/* Bottom Center */
.box-align--bottom-center .gallery-card__info {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* Bottom Right */
.box-align--bottom-right .gallery-card__info {
  bottom: 0;
  right: 0;
  transform: none;
}

.gallery-list__item .media::after {
  content: "";
  position: absolute;
  top: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, var(--image-overlay)) 0%, rgba(0, 0, 0, calc(var(--image-overlay) * 0.7)) 30%, transparent 60%);
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
}

.gallery-section .title-wrapper-with-link {
  flex-direction: column;
  max-width: 401px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.gallery-section .multicolumn:not(.background-secondary) {
  margin: 0;
}

.gallery-section .button {
  margin-top: 3.5rem;
}

.gallery-section .buttons {
  column-gap: 3rem;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.gallery-section .title-wrapper-with-link .buttons {
  margin-top: 0;
}

@media screen and (min-width: 750px) {
  .gallery-section .grid {
    --grid-desktop-horizontal-spacing: var(--slides_column_gap);
    --grid-desktop-vertical-spacing: var(--slided_row_gap);
  }
}

@media screen and (min-width: 990px) {
  .gallery-section .grid--3-col-desktop .gallery-list__item {
    width: calc(
      (33.33% * var(--column-span)) -
        (var(--grid-desktop-horizontal-spacing) * 2 / 3)
    );
    max-width: calc(
      (33.33% * var(--column-span)) -
        (var(--grid-desktop-horizontal-spacing) * 2 / 3)
    );
  }
  /* .gallery-section .grid--3-col-desktop .gallery-list__item {
    width: calc(66.66% - var(--grid-desktop-horizontal-spacing) * 1 / 3);
    max-width: calc(66.66% - var(--grid-desktop-horizontal-spacing) * 1 / 3);
  } */
}

@media screen and (min-width: 750px) {
  .gallery-list__item .media--adapt {
      padding-bottom: {{ 1 | divided_by: var(--aspect-ratio) | times: 100 }}%;
  }


  .gallery-list__item .media {
    padding-bottom: var(--aspect-ratio);
    height: 100%;
  }
}


@media screen and (max-width: 749px) {
  .gallery-list__item .media {
    padding-bottom: 80%;
  }

  .gallery-section .buttons {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 989px) {
  .multicolumn:not(:has(.page-width)) .grid--peek.slider .grid__item:first-of-type {
      margin-left: 0;
  }

  .multicolumn:not(:has(.page-width)) .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
    width: calc(100% - var(--grid-mobile-horizontal-spacing) - 0rem);
  }
}

@media screen and (max-width: 749px) {
  .multicolumn:not(:has(.page-width)) .multicolumn-list.slider .multicolumn-list__item+.multicolumn-list__item {
      padding-left: 0;
  }
}

.multicolumn:not(:has(.page-width)) .grid {
  --grid-mobile-horizontal-spacing: var(--slides_column_gap);
  --grid-mobile-vertical-spacing: var(--slided_row_gap);
}

.multicolumn .buttons {
  margin
}

.gallery-section li .card-link {
  height: 100%;
}

.gallery-section .multicolumn-list {
  margin-top: 0;
}

.gallery-section .multicolumn-card__image {
  image-rendering: auto;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: bicubic;
  backface-visibility: hidden;
  transform: translateZ(0);
}
