

/*      Request ID: 2dcfe9e570fe27915604be01a0c46c2e_1753290463 (07/26/2025 8:15pm) (minifier disabled) (NchRDoQgDATQE0mPZIrMQpMRN7TC9fXHr5c8mTpkrSUZvCy2gploE6spkTpC/nemHXuLk7JbrwPF0MMlGk64VF5ZKVVJDHuj4Kc34zP54f4A)      */

body.lw_gallery_open {
  overflow: hidden; }
  body.lw_gallery_open * {
    visibility: hidden; }

.lw_gallery {
  display: block; }

.lw_gallery_thumb {
  position: relative;
  display: inline-block;
  max-width: 100%;
  background-size: cover;
  background-position: center; }
  .lw_gallery_thumb img {
    max-width: 100%;
    height: auto; }
  .lw_gallery--multiple .lw_gallery_thumb::after {
    z-index: 1;
    font-family: "Font Awesome 5 Free";
    content: '\f302';
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 44px;
    height: 44px;
    color: #fff;
    font-size: 32px;
    text-shadow: 1px 1px 3px #666;
    transition: opacity 125ms linear;
    opacity: 0.7; }

.lw_gallery--multiple a.lw_gallery_open:hover .lw_gallery_thumb:after {
  opacity: 1; }

.lw_gallery_open {
  display: block; }
  .lw_gallery_open:focus-visible {
    outline: 2px auto #015fcc; }

.lw_gallery_modal {
  display: block !important;
  overflow: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #f7f7f7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .lw_gallery_modal:not(.lw_gallery_open) {
    pointer-events: none;
    z-index: -9999;
    visibility: hidden;
    opacity: 0; }
  .lw_gallery_modal.lw_gallery_open {
    pointer-events: all;
    z-index: 9999;
    visibility: visible;
    opacity: 1; }
    .lw_gallery_modal.lw_gallery_open * {
      visibility: visible !important; }
  .lw_gallery_modal:focus {
    outline: none; }

.lw_gallery_modal_inner {
  padding-top: 5vh;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .lw_gallery_modal_inner.is-visible {
    pointer-events: all;
    z-index: 3;
    opacity: 1; }

.lw_gallery_title {
  display: inline-block;
  margin: 0;
  color: #393430;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-height: 20vh; }

.lw_gallery_slides {
  display: block;
  margin: 0;
  max-height: 80vh; }

.lw_gallery_slide {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
  height: auto;
  text-align: center; }
  @media only screen and (max-height: 650px) {
    .lw_gallery_slide {
      padding-bottom: 0; } }
  @media only screen and (max-height: 1000px) {
    .lw_gallery_slide {
      max-height: 70vh; } }
  .lw_gallery_slide picture {
    display: block; }
  .lw_gallery_slide img {
    display: inline-block;
    margin: 0 auto;
    max-width: 85%;
    max-height: 90vh;
    width: auto;
    height: auto;
    border: 3px solid #fff;
    box-shadow: none; }
    @media only screen and (max-width: 800px) {
      .lw_gallery_slide img {
        max-width: 60%; } }
    @media only screen and (max-height: 1000px) {
      .lw_gallery_slide img {
        max-height: 80vh; } }
    @media only screen and (max-height: 800px) {
      .lw_gallery_slide img {
        max-height: 70vh; } }
  .lw_gallery_slide:not(.lw_gallery_selected) {
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    .lw_gallery_slide:not(.lw_gallery_selected) .lw_gallery_slide_caption,
    .lw_gallery_slide:not(.lw_gallery_selected) .lw_gallery_slide_caption * {
      visibility: hidden !important; }
  .lw_gallery_slide.lw_gallery_selected {
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
    .lw_gallery_slide.lw_gallery_selected img {
      -webkit-transition: -webkit-transform 0.4s ease;
      transition: -webkit-transform 0.4s ease;
      -o-transition: -o-transform 0.4s ease;
      transition: transform 0.4s ease, -webkit-transform 0.4s ease, -o-transform 0.4s ease;
      transition: transform 0.4s ease; }
  .lw_gallery_modal_inner:not(.is-visible) .lw_gallery_slide img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }

.lw_gallery_slide_caption {
  display: inline-block;
  max-width: 75%;
  margin: 0 auto;
  padding-top: 25px;
  color: #393430;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen and (max-width: 800px) {
    .lw_gallery_slide_caption {
      max-width: 65%; } }
  .lw_gallery_slide_caption a {
    color: inherit;
    text-decoration: underline; }
    .lw_gallery_slide_caption a:hover {
      color: inherit;
      text-decoration: none; }

.lw_gallery_arrow {
  z-index: 4;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  border: 2px solid #fff;
  background-color: #393430;
  color: #fff;
  cursor: pointer;
  text-indent: -9999px;
  outline: none;
  transition: all .2s ease-in-out; }
  @media only screen and (max-width: 600px) {
    .lw_gallery_arrow {
      line-height: 35px;
      height: 35px;
      width: 35px;
      border-radius: 35px; } }
  .lw_gallery_arrow:focus {
    outline: none; }
  .lw_gallery_arrow:focus-visible {
    box-shadow: 0 0 0px 2px #015fcc; }
  .lw_gallery_arrow:hover, .lw_gallery_arrow:focus-visible {
    background-color: #aaa;
    border-color: #fff;
    color: #fff; }
  .lw_gallery_arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 12.5px;
    height: 12.5px;
    top: 50%;
    left: 50%;
    margin-top: -7.5px;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg); }
    @media only screen and (max-width: 600px) {
      .lw_gallery_arrow:after {
        width: 8.75px;
        height: 8.75px;
        margin-top: -4.375px; } }
  .lw_gallery_arrow.prev {
    left: 20px; }
    .lw_gallery_arrow.prev:after {
      margin-left: -3.75px;
      border-top: 2px solid;
      border-left: 2px solid; }
      @media only screen and (max-width: 600px) {
        .lw_gallery_arrow.prev:after {
          margin-left: -2.625px; } }
  .lw_gallery_arrow.next {
    right: 20px; }
    .lw_gallery_arrow.next:after {
      margin-left: -10px;
      border-bottom: 2px solid;
      border-right: 2px solid; }
      @media only screen and (max-width: 600px) {
        .lw_gallery_arrow.next:after {
          margin-left: -6.125px; } }

.lw_gallery_close {
  cursor: pointer;
  z-index: 5;
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: calc(25px + 3px + 3px);
  height: calc(25px + 3px + 3px);
  border-radius: 50%;
  overflow: hidden;
  outline: none;
  border: none;
  background: none;
  -webkit-appearance: none; }
  .lw_gallery_close:focus-visible {
    box-shadow: 0 0 0px 2px #015fcc; }
  .lw_gallery_close:before, .lw_gallery_close:after {
    content: '';
    position: absolute;
    margin-top: -1.5px;
    height: 3px;
    width: calc(100% - 3px - 3px);
    top: 50%;
    left: 3px;
    background-color: #aaa;
    transition: all .25s ease-in-out; }
  .lw_gallery_close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .lw_gallery_close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .lw_gallery_close:hover:before, .lw_gallery_close:hover:after {
    background-color: #848484; }
  @media only screen and (max-width: 800px) {
    .lw_gallery_close {
      top: 22px;
      right: 22px; } }

.lw_gallery_loader {
  position: absolute;
  top: 50%;
  left: 48%;
  opacity: 0; }
  .lw_gallery_loader.is-visible {
    opacity: 1; }

.lw_gallery_loader_line {
  animation: expand 1s ease-in-out infinite;
  border-radius: 10px;
  display: inline-block;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 3px;
  width: 4px;
  height: 25px; }

.lw_gallery_loader_line:nth-child(1) {
  background: #555; }

.lw_gallery_loader_line:nth-child(2) {
  animation-delay: 180ms;
  background: #c4c4c4; }

.lw_gallery_loader_line:nth-child(3) {
  animation-delay: 360ms;
  background: #dddddd; }

.lw_gallery_loader_line:nth-child(4) {
  animation-delay: 540ms;
  background: #f7f7f7; }

@keyframes expand {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  25% {
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2); } }
