/*************************************
* IMAGE SLIDER MODULE
*************************************/
.sek-column-inner [data-sek-module-type="czr_img_slider_module"] {
  width: calc(100% + 20px);
  max-width: calc(100% + 20px);
}

[data-sek-module-type="czr_img_slider_module"] {
  /* SWIPER BULLETS */
  /* SWIPER ARROWS */
}

[data-sek-module-type="czr_img_slider_module"] .sek-carousel-img [src*="data:image/gif;"] {
  display: none;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-loading .sek-carousel-img img {
  display: none;
}

.customizer-preview .swiper-wrapper .swiper-lazy-preloader {
  display: none;
}

[data-sek-module-type="czr_img_slider_module"] .swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
}

@media (max-width: 575.98px) {
  [data-sek-module-type="czr_img_slider_module"] .swiper .swiper-wrapper {
    height: 200px;
  }
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img {
  height: 100%;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="nimble-wizard"] .sek-carousel-img img {
  max-width: none;
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img {
  height: 100%;
  width: auto;
  overflow: hidden;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="height-100"] .sek-carousel-img img {
  width: auto;
  height: 100%;
  max-width: none;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper[data-sek-image-layout="cover"] .sek-carousel-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide image vertically */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-slide-link] {
  cursor: pointer;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img {
  width: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img {
  width: 100%;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-h-centrd {
  width: auto !important;
  max-width: none !important;
  position: relative;
  opacity: 1;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-carousel-img img.sek-v-centrd {
  height: auto !important;
  max-height: none !important;
  vertical-align: top;
  position: relative;
  max-width: none !important;
  opacity: 1;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide[data-sek-has-overlay="true"] .sek-carousel-img::after {
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  background-color: #000000;
  opacity: 0.3;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-wrapper {
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
  position: absolute;
  /* Center slide text vertically
         => consistent with defaults in module registration */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content {
  height: auto;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  text-align: center;
  z-index: 3;
  overflow: hidden;
  color: #e2e2e2;
  font-size: 16px;
  line-height: 1.5em;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-slide .sek-slider-text-content * {
  font-size: 16px;
  line-height: 1.5em;
}

[data-sek-module-type="czr_img_slider_module"] .swiper-pagination-bullet-active {
  background-color: #ffffff;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav {
  cursor: pointer;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-chevron {
  display: inline-block;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  width: 11px;
  height: 11px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev {
  left: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev .sek-chevron {
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
  right: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 2px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next .sek-chevron {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 30px);
  text-align: center;
  margin-top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  height: 60px;
  width: 50px;
  opacity: 0.6;
  background-color: rgba(32, 32, 32, 0.4);
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  line-height: 64px;
  cursor: pointer;
  font-size: 18px;
}

[data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-prev:hover, [data-sek-module-type="czr_img_slider_module"] .sek-swiper-nav .sek-swiper-next:hover {
  background-color: rgba(32, 32, 32, 0.7);
  opacity: 1;
  width: 100px;
}

@media (max-width: 575.98px) {
  [data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .swiper-pagination {
    display: none;
  }
  [data-sek-module-type="czr_img_slider_module"] [data-sek-hide-nav-on-mobile="true"] .sek-swiper-nav {
    display: none;
  }
}
/*************************************
* HEADING MODULE
*************************************/
.sek-module-inner .sek-heading {
  text-align: center;
  margin: 0.6em 0;
  display: block;
}

.sek-module-inner .sek-heading > a {
  color: inherit;
  font-size: inherit;
}
body .nb-loc [data-sek-id="__nimble__da40ca0d5b84"]{max-width:1020px;margin:0 auto;}[data-sek-id="__nimble__da40ca0d5b84"]{padding-bottom:2em;}[data-sek-id="__nimble__ef910c16aff8"]{margin-right:0em;margin-left:0em;padding-left:0em;padding-right:1em;}[data-sek-id="__nimble__2d616ca6b3e9"]{margin-right:0em;margin-left:0em;padding-left:1em;padding-right:0em;}body .nb-loc [data-sek-id="__nimble__85df93e2a386"]{max-width:1020px;margin:0 auto;}[data-sek-id="__nimble__85df93e2a386"]{padding-bottom:2em;}[data-sek-id="__nimble__d7e6777d5b69"]{margin-right:0em;margin-left:0em;padding-left:0em;padding-right:1em;}[data-sek-id="__nimble__62495141d8cf"]{margin-right:0em;margin-left:0em;padding-left:1em;padding-right:0em;}body .nb-loc [data-sek-id="__nimble__327018080923"]{max-width:1020px;margin:0 auto;}[data-sek-id="__nimble__327018080923"]{padding-bottom:2em;}[data-sek-id="__nimble__fe8918bd934b"]{margin-right:0em;margin-left:0em;padding-left:0em;padding-right:1em;}[data-sek-id="__nimble__e0f3fad8e133"]{margin-right:0em;margin-left:0em;padding-left:1em;padding-right:0em;}[data-sek-id="__nimble__3ebadfdfd425"] .sek-module-inner .swiper .swiper-wrapper{height:450px;}[data-sek-id="__nimble__3ebadfdfd425"]  [data-sek-item-id="d6bbb51ca580"] .sek-slider-text-content{text-align:left;padding-right:10%;padding-left:50%;}.nb-loc .sek-row [data-sek-id="__nimble__3ebadfdfd425"] .swiper-pagination-bullet-active{background-color:#f8971d;}body .nb-loc [data-sek-id="__nimble__f9fa9231eae7"] > .sek-container-fluid > .sek-sektion-inner{max-width:1020px;margin:0 auto;}body .nb-loc [data-sek-id="__nimble__f9fa9231eae7"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}[data-sek-id="__nimble__f9fa9231eae7"]{background-color:#f8971d;margin-top:-3em;padding-bottom:1em;}[data-sek-id="__nimble__e66bac9bc6c3"]{align-items:flex-end;-webkit-box-align:end;-ms-flex-align:end;padding-left:10px;padding-right:10px;padding-top:0px;padding-bottom:0px;margin-top:0px;margin-bottom:0px;}[data-sek-id="__nimble__b2a75bd7458f"]{align-items:flex-start;-webkit-box-align:start;-ms-flex-align:start;padding-top:0px;margin-top:0px;padding-bottom:0px;margin-bottom:0px;}@media(min-width: 768px){[data-sek-level="location"] [data-sek-id="__nimble__da40ca0d5b84"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__ef910c16aff8"]{-ms-flex: 0 0 50.000%;flex: 0 0 50.000%;max-width: 50.000%}[data-sek-level="location"] [data-sek-id="__nimble__da40ca0d5b84"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__2d616ca6b3e9"]{-ms-flex: 0 0 50.000%;flex: 0 0 50.000%;max-width: 50.000%}[data-sek-level="location"] [data-sek-id="__nimble__85df93e2a386"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__d7e6777d5b69"]{-ms-flex: 0 0 50.000%;flex: 0 0 50.000%;max-width: 50.000%}[data-sek-level="location"] [data-sek-id="__nimble__85df93e2a386"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__62495141d8cf"]{-ms-flex: 0 0 50.000%;flex: 0 0 50.000%;max-width: 50.000%}[data-sek-level="location"] [data-sek-id="__nimble__327018080923"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__fe8918bd934b"]{-ms-flex: 0 0 50.000%;flex: 0 0 50.000%;max-width: 50.000%}[data-sek-level="location"] [data-sek-id="__nimble__327018080923"] .sek-sektion-inner > .sek-col-50[data-sek-id="__nimble__e0f3fad8e133"]{-ms-flex: 0 0 50.000%;flex: 0 0 50.000%;max-width: 50.000%}[data-sek-level="location"] [data-sek-id="__nimble__f9fa9231eae7"] .sek-sektion-inner > .sek-col-100[data-sek-id="__nimble__e66bac9bc6c3"]{-ms-flex: 0 0 100.000%;flex: 0 0 100.000%;max-width: 100.000%}}@media(max-width: 768px){.sek-sektion-inner > [data-sek-id="__nimble__ef910c16aff8"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__2d616ca6b3e9"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__d7e6777d5b69"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__62495141d8cf"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__fe8918bd934b"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__e0f3fad8e133"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__e66bac9bc6c3"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}}@media(max-width:767px){body .nb-loc [data-sek-id="__nimble__f9fa9231eae7"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}}@media(max-width: 576px){.sek-sektion-inner > [data-sek-id="__nimble__ef910c16aff8"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__2d616ca6b3e9"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__d7e6777d5b69"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__62495141d8cf"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__fe8918bd934b"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__e0f3fad8e133"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}.sek-sektion-inner > [data-sek-id="__nimble__e66bac9bc6c3"]{-ms-flex: 0 0 100%;flex: 0 0 100%;max-width:100%}}@media(max-width:575px){[data-sek-id="__nimble__ef910c16aff8"]{padding-right:0em;}[data-sek-id="__nimble__2d616ca6b3e9"]{padding-left:0em;}[data-sek-id="__nimble__d7e6777d5b69"]{padding-right:0em;}[data-sek-id="__nimble__62495141d8cf"]{padding-left:0em;}[data-sek-id="__nimble__fe8918bd934b"]{padding-right:0em;}[data-sek-id="__nimble__3ebadfdfd425"] .sek-module-inner .swiper .swiper-wrapper{height:350px;}[data-sek-id="__nimble__3ebadfdfd425"]  [data-sek-item-id="d6bbb51ca580"] .sek-slider-text-content{padding-left:2%;padding-right:2%;}body .nb-loc [data-sek-id="__nimble__f9fa9231eae7"] > .sek-container-fluid{padding-left:inherit;padding-right:inherit;}}