@charset "UTF-8";
html,
body {
  overscroll-behavior-y: none;
}

a:not([href]) {
  cursor: default;
}

body {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
textarea {
  /* Remove First */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  box-shadow: none !important;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/fonts/icomoon.eot?ifrblh");
  src: url("../fonts/fonts/icomoon.eot?ifrblh#iefix") format("embedded-opentype"), url("../fonts/fonts/icomoon.ttf?ifrblh") format("truetype"), url("../fonts/fonts/icomoon.woff?ifrblh") format("woff"), url("../fonts/fonts/icomoon.svg?ifrblh#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lay-content {
  position: relative;
  z-index: 0;
}

.lay-empty {
  display: none !important;
}

#grid {
  width: 100%;
}

#footer-region {
  position: relative;
  width: 100%;
}

img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}

.lay-polylang-switcher-shortcode {
  padding: 0;
  list-style-type: none;
}

.projectlink .lay-textformat-parent {
  display: inline;
}

/*
        // links in texts and next project / prev project links, and in carousel captions
        $sharedStyles .= CSS_Output::generate_css('.lay-textformat-parent a, a.projectlink .lay-textformat-parent>*, .lay-carousel-sink .single-caption-inner a', 'color', 'link_color', '#00f');
        $sharedStyles .= CSS_Output::generate_css('.lay-textformat-parent a, a.projectlink .lay-textformat-parent>*, .lay-carousel-sink .single-caption-inner a', 'border-bottom-width', 'link_underline_strokewidth', '0', '', 'px');
*/
.lay-textformat-parent a,
a.projectlink .lay-textformat-parent > *,
.lay-carousel-sink .single-caption-inner a {
  display: inline;
}

.scrolltotop {
  cursor: pointer;
}

a {
  outline: 0 !important;
}

.sitetitle {
  line-height: 1;
  color: black;
  white-space: nowrap;
  z-index: 20;
  text-decoration-style: underline;
}

.sitetitle.img {
  font-size: 0;
}

nav.laynav {
  z-index: 20;
  line-height: 1;
}
nav.laynav .span-wrap {
  display: inline-block;
}
nav.laynav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
nav.laynav a {
  text-decoration: none;
}
nav.laynav li {
  vertical-align: top;
}
nav.laynav li:last-child {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
}

.titlewrap-on-image {
  z-index: 2;
  position: absolute;
  margin-top: 0;
}

.title {
  display: block;
}

.thumbnail-tags {
  display: block;
}

.col .title,
#search-results-region .title {
  z-index: 2;
}

.thumb .below-image .title {
  display: block;
  margin-bottom: 0;
}

.thumb .lay-textformat-parent p {
  display: block;
}

.thumb .lay-textformat-parent p:last-child {
  margin-bottom: 0;
}

.thumb .below-image .descr {
  margin-bottom: 0;
}

.thumb-rel {
  position: relative;
}
.thumb-rel .lay-textformat-parent .title {
  margin: 0;
}
.thumb-rel .lay-textformat-parent .descr {
  margin-bottom: 0;
}

.thumb .titlewrap-on-image.on-image.lay-textformat-parent p,
.thumb .titlewrap-on-image.on-image.lay-textformat-parent span {
  display: block;
  text-align: center;
}
.thumb .titlewrap-on-image.on-image.lay-textformat-parent .title {
  text-align: center;
}

.thumb .descr {
  display: inline-block;
  width: 100%;
}
.thumb .descr p:first-child {
  margin-top: 0;
}
.thumb .descr p:last-child {
  margin-bottom: 0;
}

body[data-type=page] .project-arrow,
body[data-type=category] .project-arrow {
  opacity: 0;
  pointer-events: none;
}

.project-arrow {
  position: fixed;
  z-index: 10;
  font-size: 20px;
  color: black;
}

.project-arrow.center {
  top: 50vh;
  transform: translateY(-50%);
}

.project-arrow.pa-mirror .pa-inner {
  transform: rotateY(180deg);
}

.pa-thumb-wrap {
  position: relative;
}
.pa-thumb-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pa-img img {
  width: 100%;
}

.project-arrow {
  opacity: 1;
  transition: opacity 200ms ease-out;
  will-change: opacity;
}

.project-arrow.hide {
  opacity: 0 !important;
  pointer-events: none;
}

#grid.horizontal-fullpage {
  height: 100%;
}

body .lay-content {
  opacity: 1;
}

body.hide-content .lay-content {
  opacity: 0;
  pointer-events: none;
}

.col[data-type=embed] > iframe,
.col[data-type=embed] > blockquote {
  max-width: none !important;
  min-width: 0 !important;
  width: 100%;
}
.col[data-type=embed] .ph {
  position: relative;
}
.col[data-type=embed] .ph > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  min-width: 0;
}

.lay-textformat-parent a.thumb {
  border-bottom: none;
}

.col .thumb .ph,
#search-results-region .thumb .ph {
  overflow: hidden;
  position: relative;
}
.col .thumb .ph span,
#search-results-region .thumb .ph span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  pointer-events: none;
}
.col .thumb img,
#search-results-region .thumb img {
  height: 100%;
}

.row {
  font-size: 0;
  position: relative;
  pointer-events: none;
}
.row .col {
  pointer-events: auto;
}

.row.empty:not(.rowcustomheight):not(.fp-section):not(._100vh):not(.fp-slide) {
  padding-bottom: 20%;
}

.row.only-vertical-lines:not(.rowcustomheight) {
  padding-bottom: 20%;
}
.row.only-vertical-lines:not(.rowcustomheight) .column-wrap {
  position: initial;
}
.row.only-vertical-lines:not(.rowcustomheight) .row-inner {
  position: initial;
}
.row.only-vertical-lines:not(.rowcustomheight) .col.type-vl {
  top: 0;
  bottom: 0;
}

.row.empty._100vh {
  padding-bottom: 0;
}

.column-wrap {
  width: 100%;
  box-sizing: border-box;
}

.column-wrap {
  height: 100%;
}

.col {
  position: relative;
  display: inline-block;
}

#search-results-region img.lazyload,
#search-results-region img.lazyloading,
.col img.lazyload,
.col img.lazyloading,
.project-arrow img.lazyload,
.project-arrow img.lazyloading,
.background-image img.lazyload,
.background-image img.lazyloading,
#lay-woocommerce img.lazyload,
#lay-woocommerce img.lazyloading {
  opacity: 0;
}

#search-results-region img.lazyloaded,
.col img.lazyloaded,
.project-arrow img.lazyloaded,
.background-image img.lazyloaded,
#lay-woocommerce img.lazyloaded {
  opacity: 1 !important;
}

.project-arrow img,
.background-image img {
  transition: opacity 300ms ease-out;
  will-change: opacity;
}

.col img {
  transition: opacity 300ms ease-out;
  will-change: opacity;
}

video {
  transition: opacity 300ms ease-out;
  will-change: opacity;
}

.html5video .html5-video-placeholder-image img {
  transition: opacity 300ms ease-out;
  will-change: opacity;
}

.col .thumb img {
  transition: transform 400ms ease-out, opacity 300ms ease-out;
  will-change: opacity;
}

.disable-css-transitions {
  transition: none !important;
}
.disable-css-transitions img,
.disable-css-transitions video {
  transition: none !important;
}

.col img,
#search-results-region img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

#search-results-region img {
  transition: opacity 300ms ease-out;
  will-change: opacity;
}

#search-results-region .thumb img {
  transition: transform 400ms ease-out, opacity 300ms ease-out;
  will-change: opacity;
}

.col[data-type=text] img {
  position: static;
  top: auto;
  left: auto;
  width: auto;
  height: auto;
  opacity: 1;
  transition: none;
  transform: none;
  max-width: 100%;
}

.thumbs-collection-region {
  opacity: 0;
}

.thumbs-collection-region.sized {
  opacity: 1;
}

.row-bg-link.no-row-bg-link-children {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  overflow: hidden;
  z-index: 0;
}

.row-bg-link {
  pointer-events: auto;
}

.background-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

html.objectfit .background-image.background-image-style-normal img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

html.objectfit .background-image.background-image-style-left img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: auto;
  left: 0;
  top: 0;
}

html.objectfit .background-image.background-image-style-right img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  left: auto;
  top: 0;
}

html.objectfit .background-image.background-image-count-2 img:first-child {
  width: 50%;
}
html.objectfit .background-image.background-image-count-2 img:last-child {
  width: 50%;
  right: 0;
  left: 50%;
}

html.no-objectfit .background-image img.bgw100 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html.no-objectfit .background-image img.bgh100 {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.background-video video {
  position: absolute;
}

html.objectfit .background-video video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

html.no-objectfit .background-video video.w100 {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

html.no-objectfit .background-video video.h100 {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

video {
  -o-object-fit: cover;
  object-fit: cover;
}

.html5video.has-placeholder-image video {
  display: none;
}

.html5video.autoplay video {
  display: block;
}
.html5video.autoplay .html5-video-placeholder-image,
.html5video.autoplay .html5video-customplayicon {
  display: none;
}

.html5video {
  position: relative;
}

.html5video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.html5video video.playpauseonclick {
  cursor: pointer;
}

.html5video .ph {
  position: relative;
}

.html5video .html5video-customplayicon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
  cursor: pointer;
  width: auto;
  height: auto;
}

.html5video .html5-video-placeholder-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.html5video .html5-video-placeholder-image.playpauseonclick {
  cursor: pointer;
}

.html5video .html5-video-placeholder-image.w100 img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.html5video .html5-video-placeholder-image.h100 img {
  height: 100%;
  width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.lay-mute-unmute-button {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  z-index: 5;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.lay-mute-unmute-button > * {
  pointer-events: none;
}
.lay-mute-unmute-button .lay-volume-off {
  display: block;
}
.lay-mute-unmute-button .lay-volume-on {
  display: none;
}

.lay-unmute-button-style-2 svg path {
  fill: #000;
}
.lay-unmute-button-style-2 svg .st1 {
  stroke: #000;
}

.lay-unmute-button-style-3 {
  background: rgba(0, 0, 0, 0.1);
}

.lay-mute-unmute-button.unmuted .lay-volume-on {
  display: block;
}
.lay-mute-unmute-button.unmuted .lay-volume-off {
  display: none;
}

.col[data-type=video] .video {
  position: relative;
}
.col[data-type=video] .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.col[data-type=video] .video .ph {
  position: relative;
}

.img {
  position: relative;
}

.thumb {
  position: relative;
  display: block;
}

.text {
  position: relative;
  z-index: 1;
}

.text > *:last-child {
  margin-bottom: 0 !important;
}

.caption > *:last-child {
  margin-bottom: 0 !important;
}

/* has transition */
body.thumb-mo-image-has-transition .thumb.has-mouseover-img img.mo_thumb {
  opacity: 0 !important;
}

body.no-touchdevice.thumb-mo-image-has-transition .thumb.has-mouseover-img:hover .ph img:first-child {
  opacity: 0 !important;
}
body.no-touchdevice.thumb-mo-image-has-transition .thumb.has-mouseover-img:hover .ph img.mo_thumb {
  opacity: 1 !important;
}

body.touchdevice.thumb-mo-image-has-transition .thumb.has-mouseover-img.hover .ph img:first-child {
  opacity: 0 !important;
}
body.touchdevice.thumb-mo-image-has-transition .thumb.has-mouseover-img.hover .ph img.mo_thumb {
  opacity: 1 !important;
}

/* no transition */
body.thumb-mo-image-no-transition .thumb.has-mouseover-img img.mo_thumb {
  visibility: hidden;
}

body.no-touchdevice.thumb-mo-image-no-transition .thumb.has-mouseover-img:hover .ph img:first-child {
  visibility: hidden !important;
}
body.no-touchdevice.thumb-mo-image-no-transition .thumb.has-mouseover-img:hover .ph img.mo_thumb {
  visibility: visible;
}

.mo_thumb {
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.thumb video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 400ms ease-out, opacity 300ms ease-out;
  will-change: opacity;
  z-index: 0;
}

.lay-hr {
  width: 100%;
}

.col.type-vl {
  height: 100%;
}

.lay-vl {
  width: 1px;
  background-color: black;
  height: 100%;
}

.xoo-wsc-notices {
  text-align: left;
}

a.laybutton,
.lay-textformat-parent a.laybutton {
  display: inline-block;
}

.col.type-img .image-transparent-bg .ph {
  background-color: transparent;
}

ul,
ol {
  padding: revert;
}

.lay-textformat-parent > ul,
.lay-textformat-parent > ol {
  padding: revert;
}

.column-wrap._100vh > .col.absolute-position.type-text,
.col.type-text.absolute-position {
  z-index: 2;
}

.swiper-button-next,
.swiper-button-prev {
  width: auto !important;
}

.clickable-cover {
  cursor: pointer;
}

.cover-region-placeholder {
  width: 100%;
  pointer-events: none;
  position: relative;
  z-index: -2;
}

.cover-region {
  will-change: transform, filter;
}

.cover-content {
  z-index: 2;
  position: relative;
}

.hascover #footer-region,
.cpl-hascover #footer-custom-phone-grid {
  position: relative;
  z-index: 2;
}

.cover-down-arrow {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 3;
  padding: 15px;
  transform: translateX(-50%);
  font-size: 0;
}

@keyframes MoveUpDown {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, -12px);
  }
}
.cover-down-arrow-animate {
  animation: MoveUpDown 1.3s ease-in-out infinite;
}

.cover-down-arrow-type-white svg {
  stroke: white !important;
}

.cover-down-arrow-type-black svg {
  stroke: black !important;
}

.password-form {
  width: 100%;
  height: 100vh;
  background: whitesmoke;
  font-family: "Helvetica", "Arial", "sans-serif";
  font-weight: 400;
}

.password-form.wrong-password .password-input-wrap-inner {
  animation: shake 0.5s linear;
}

@keyframes shake {
  8%, 41% {
    transform: translateX(-10px);
  }
  25%, 58% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-5px);
  }
  92% {
    transform: translateX(5px);
  }
  0%, 100% {
    transform: translateX(0);
  }
}
.password-form input,
.password-form input:-webkit-autofill,
.password-form input:-webkit-autofill:hover,
.password-form input:-webkit-autofill:focus {
  -webkit-appearance: none;
  appearance: none;
  outline: 0;
  color: black;
  letter-spacing: 0.01em;
  margin-top: 0;
  margin-bottom: 0;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: none;
}

.password-input-wrap {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.password-ok,
.password-form input {
  background: white;
  border: 1px solid #cacaca;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
}

.password-ok {
  color: black;
  cursor: pointer;
}

.password-ok:active {
  background: rgb(240, 240, 240);
}

.password-form input::-moz-placeholder {
  color: #cacaca;
}

.password-form input::placeholder {
  color: #cacaca;
}

@media (min-width: 700px) {
  .password-form input {
    width: 280px;
  }
  .password-ok,
  .password-form input,
  .password-form input:-webkit-autofill {
    padding: 5px;
    font-size: 20px;
    line-height: 35px;
  }
  .password-ok {
    padding-left: 20px;
    padding-right: 20px;
  }
  .password-form input {
    margin-right: 10px;
    padding-left: 15px;
  }
}
@media (max-width: 699px) {
  .password-form input {
    width: 200px;
  }
  .password-ok,
  .password-ok,
  .password-form input,
  .password-form input:-webkit-autofill {
    padding: 5px;
    font-size: 17px;
    line-height: 30px;
  }
  .password-ok {
    padding-left: 15px;
    padding-right: 15px;
  }
  .password-form input {
    margin-right: 7px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.intro-loading .lay-content {
  visibility: hidden;
}

.intro.animatehide {
  pointer-events: none;
}

#intro-region.hide {
  display: none;
}

.intro,
.mediawrap {
  backface-visibility: hidden;
}

.intro {
  opacity: 1;
  transform: scale(1);
  will-change: opacity, transform;
  cursor: pointer;
  display: block;
}

.intro .mediawrap {
  height: 100vh;
  width: 100%;
}

.intro img.lazyloading,
.intro img.lazyload {
  opacity: 0;
}

.intro img.lazyloaded {
  opacity: 1;
  transition: opacity 400ms;
}

.intro {
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  z-index: 50;
}

.intro .media {
  transform: translate(-50%, -50%);
  position: fixed;
  left: 50%;
  top: 50%;
}

.intro .mediawrap.followmovement .media {
  transform: translate(-50%, -50%) scale(1.15);
}

.intro .mediawrap.w100 .media {
  width: 100%;
  height: auto;
}

.intro .mediawrap.h100 .media {
  width: auto;
  height: 100%;
}

.intro-svg-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 60;
}

.intro-svg-overlay,
.intro_text {
  pointer-events: none;
}

.intro_text {
  position: absolute;
  z-index: 65;
  white-space: pre-line;
}

.search-view {
  display: none;
}

.search-view.hide {
  display: none;
}

.search-view.show {
  display: block;
}

.search-header {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

input#search-query, .suggest-item {
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

.close-search {
  top: 0;
  right: 0;
  position: absolute;
  padding: 20px;
  z-index: 20;
  cursor: pointer;
  font-size: 0;
}

.close-search::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

.search-view::-webkit-scrollbar {
  display: none;
}

.search-view {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgb(255, 255, 255);
  overflow-y: scroll;
}

.search-header {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.search-inputs {
  display: block;
  position: relative;
  width: 100%;
}

.search-view .search-icon {
  pointer-events: none;
  position: absolute;
  left: 0;
  display: none;
}
.search-view .search-icon path {
  fill: #ccc;
}

input#search-query:focus {
  outline: 0;
}

input#search-query {
  border: 0;
  border-width: 0;
  border-bottom-style: solid;
  border-bottom-width: 0;
  background-color: transparent;
  -webkit-appearance: textfield;
  width: 100%;
  line-height: 1.2;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input#search-query {
  text-align: left;
  letter-spacing: 0.023em;
  font-weight: 400;
}

.suggest-item {
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 0;
  padding-top: 0;
  line-height: 1.3;
}

.suggest-item {
  color: #ccc;
}

@media (hover) {
  .suggest-item:hover {
    color: black;
  }
}
#search-autosuggest-list {
  width: 100%;
  box-sizing: border-box;
}

.suggest-collection {
  z-index: 8;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
}

#suggest-results {
  width: 100%;
  cursor: default;
}

#search-results-region {
  height: auto;
  box-sizing: border-box;
}

@media (min-width: 751px) {
  #search-results-region {
    margin-top: 100px;
  }
  #search-results-region {
    margin-top: 100px;
    padding: 0 40px 40px 40px;
  }
}
@media (min-width: 601px) {
  .close-search::before {
    font-size: 26px;
  }
  input#search-query {
    font-size: 58px;
    letter-spacing: 0.023em;
    font-weight: 400;
    margin-top: 95px;
    left: 0;
    right: 0;
    position: relative;
    padding: 0 0 0 40px;
  }
  .search-view .search-icon {
    top: 14px;
    height: 27px;
  }
  .search-view .search-icon {
    padding-left: 0;
  }
  .suggest-item {
    padding-left: 40px;
    padding-right: 0;
    cursor: pointer;
  }
}
@media (max-width: 600px) {
  .close-search::before {
    font-size: 23px;
  }
  input#search-query {
    font-size: 27px;
    padding: 0 0 0 20px;
  }
  input#search-query {
    margin-top: 20px;
    margin-bottom: 5px;
  }
  #search-results-region {
    margin-top: 95px;
  }
  .suggest-item {
    padding-left: 20px;
    padding-right: 0;
    cursor: pointer;
  }
  #search-results-region {
    padding: 0 20px 20px 20px;
  }
}
body.lay-transition-elements-on-scroll .row.no-y-offsets.no-stickies.no-horizontal-grid:last-child {
  overflow: hidden;
}

@media (min-width: 701px) {
  .below {
    opacity: 0;
  }
  .col.type-socialmediaicons.below,
  .col.type-project.below,
  .col.type-embed.below,
  .col.type-carousel.below,
  .col.type-img.below,
  .col.type-marquee.below,
  .col.type-html5video.below,
  .col.type-video.below,
  .col.type-projectindex.below,
  .col.type-productsgrid li.below,
  .lay-thumbnailgrid-filter-wrap.below,
  .col.type-thumbnailgrid .thumbnail-wrap .below,
  .col.type-elementgrid .element-wrap.below {
    transform: translate3d(0, 90px, 0);
  }
  .col.type-text.below .text {
    transform: translate3d(0, 90px, 0);
  }
  .in-view,
  .col.type-text.in-view .text {
    transition: transform 300ms ease, opacity 300ms ease;
    will-change: opacity;
    opacity: 1;
  }
  .col.type-socialmediaicons.in-view,
  .col.type-project.in-view,
  .col.type-embed.in-view,
  .col.type-carousel.in-view,
  .col.type-img.in-view,
  .col.type-marquee.in-view,
  .col.type-html5video.in-view,
  .col.type-video.in-view,
  .col.type-projectindex.in-view,
  .col.type-productsgrid li.in-view,
  .lay-thumbnailgrid-filter-wrap.in-view,
  .col.type-thumbnailgrid .thumbnail-wrap .in-view,
  .col.type-elementgrid .element-wrap.in-view {
    transform: translate3d(0, 0, 0);
  }
  .col.type-text.in-view .text {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 700px) {
  .below {
    opacity: 0;
  }
  .col.type-socialmediaicons.below,
  .col.type-project.below,
  .col.type-embed.below,
  .col.type-carousel.below,
  .col.type-img.below,
  .col.type-marquee.below,
  .col.type-html5video.below,
  .col.type-video.below,
  .col.type-projectindex.below,
  .col.type-productsgrid li.below,
  .lay-thumbnailgrid-filter-wrap.below,
  .col.type-thumbnailgrid .thumbnail-wrap .below,
  .col.type-elementgrid .element-wrap.below {
    transform: translate3d(0, 40px, 0);
  }
  .col.type-text.below .text {
    transform: translate3d(0, 40px, 0);
  }
  .in-view,
  .col.type-text.in-view .text {
    will-change: opacity;
    transition: transform 300ms ease, opacity 300ms ease;
    opacity: 1;
  }
  .col.type-socialmediaicons.in-view,
  .col.type-project.in-view,
  .col.type-embed.in-view,
  .col.type-carousel.in-view,
  .col.type-img.in-view,
  .col.type-marquee.in-view,
  .col.type-html5video.in-view,
  .col.type-video.in-view,
  .col.type-projectindex.in-view,
  .col.type-productsgrid li.in-view,
  .lay-thumbnailgrid-filter-wrap.in-view,
  .col.type-thumbnailgrid .thumbnail-wrap .in-view,
  .col.type-elementgrid .element-wrap.in-view {
    transform: translate3d(0, 0, 0);
  }
  .col.type-text.in-view .text {
    transform: translate3d(0, 0, 0);
  }
  .nocustomphonegrid .row.one-col-row .col.type-socialmediaicons.below,
  .nocustomphonegrid .row.one-col-row .col.type-project.below,
  .nocustomphonegrid .row.one-col-row .col.type-embed.below,
  .nocustomphonegrid .row.one-col-row .col.type-carousel.below,
  .nocustomphonegrid .row.one-col-row .col.type-img.below,
  .nocustomphonegrid .row.one-col-row .col.type-marquee.below,
  .nocustomphonegrid .row.one-col-row .col.type-html5video.below,
  .nocustomphonegrid .row.one-col-row .col.type-video.below,
  .nocustomphonegrid .row.one-col-row .col.type-projectindex.below {
    transform: translate3d(0, 40px, 0);
  }
  .nocustomphonegrid .row.one-col-row .col.type-text.below .text {
    transform: translate3d(0, 40px, 0);
  }
  .nocustomphonegrid .row.one-col-row .col.type-socialmediaicons.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-project.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-embed.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-carousel.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-img.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-marquee.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-html5video.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-video.in-view,
  .nocustomphonegrid .row.one-col-row .col.type-projectindex.in-view {
    transform: translate3d(0, 0, 0);
  }
  .nocustomphonegrid .row.one-col-row .col.type-text.in-view .text {
    transform: translate3d(0, 0, 0);
  }
}
/* 
    note to myself about how this works:
    first row is always barheight_scrolled_up
    rows after that are always just 100vh
    because when u're scrolled up, the bottom and top browser bars show up, making the browser height smaller
    bar height is different for an iphone with a homebutton and without a homebutton,
    iphone without homebutton: with homebutton, iphone: without homebutton, see _100vh_controller.js
    i can only use min-height, i should not use height here.
    bc if i use height and we're on mobile and for example I have an elementgrid inside the row, that row won't expand properly and the content will be cut off
*/
/*
CAROUSELS
*/
/* 
need to use !important here because if carousel is inside a fullscreen slider, the other css that i use
makes carousel not show up
 ".fullpage-wrapper .row ._100vh {
    height: inherit !important;
    min-height: 0 !important;
 }"
because lay-carousel's parent is not 100vh the above css doesnt work and makes it height: 0
*/
.col .lay-carousel._100vh,
html.no-touchdevice .fullpage-wrapper .row .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100lvh !important;
}

html.is-iphone.is-safari .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-iphone.is-safari .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-iphone-no-homebutton.is-safari .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-iphone-no-homebutton.is-safari .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-android.is-chrome .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-android.is-chrome .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-iphone-no-homebutton.is-chrome .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-iphone-no-homebutton.is-chrome .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-iphone.is-chrome .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-iphone.is-chrome .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-ipad.is-chrome .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-ipad.is-chrome .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-ipad.is-safari .row.first-row .col .lay-carousel._100vh,
html.fp-enabled.is-ipad.is-safari .row.first-row .col .lay-carousel._100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

/* 
ROWS

".fp-slide" is for fullscreen slider

*/
._100vh,
.fullpage-wrapper {
  min-height: 100vh;
  min-height: 100lvh;
}

.fp-section,
.fp-slide,
.fp-tableCell {
  height: 100vh;
  height: 100lvh;
}

html.is-iphone.is-safari .intro, html.is-iphone.is-safari .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-iphone-no-homebutton.is-safari .intro, html.is-iphone-no-homebutton.is-safari .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-android.is-chrome .intro, html.is-android.is-chrome .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-iphone-no-homebutton.is-chrome .intro, html.is-iphone-no-homebutton.is-chrome .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-iphone.is-chrome .intro, html.is-iphone.is-chrome .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-ipad.is-chrome .intro, html.is-ipad.is-chrome .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-ipad.is-safari .intro, html.is-ipad.is-safari .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-ipad-without-homebutton.is-chrome .intro, html.is-ipad-without-homebutton.is-chrome .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-ipad-without-homebutton.is-safari .intro, html.is-ipad-without-homebutton.is-safari .intro .mediawrap {
  height: 100vh;
  height: 100svh;
}

html.is-iphone.is-safari .row.first-row._100vh, html.is-iphone.is-safari .row.first-row ._100vh, html.is-iphone.is-safari .cover-region._100vh, html.is-iphone.is-safari .cover-region-placeholder._100vh, html.is-iphone.is-safari .cover-region ._100vh, html.is-iphone.is-safari body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-iphone-no-homebutton.is-safari .row.first-row._100vh, html.is-iphone-no-homebutton.is-safari .row.first-row ._100vh, html.is-iphone-no-homebutton.is-safari .cover-region._100vh, html.is-iphone-no-homebutton.is-safari .cover-region-placeholder._100vh, html.is-iphone-no-homebutton.is-safari .cover-region ._100vh, html.is-iphone-no-homebutton.is-safari body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-android.is-chrome .row.first-row._100vh, html.is-android.is-chrome .row.first-row ._100vh, html.is-android.is-chrome .cover-region._100vh, html.is-android.is-chrome .cover-region-placeholder._100vh, html.is-android.is-chrome .cover-region ._100vh, html.is-android.is-chrome body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-iphone-no-homebutton.is-chrome .row.first-row._100vh, html.is-iphone-no-homebutton.is-chrome .row.first-row ._100vh, html.is-iphone-no-homebutton.is-chrome .cover-region._100vh, html.is-iphone-no-homebutton.is-chrome .cover-region-placeholder._100vh, html.is-iphone-no-homebutton.is-chrome .cover-region ._100vh, html.is-iphone-no-homebutton.is-chrome body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-iphone.is-chrome .row.first-row._100vh, html.is-iphone.is-chrome .row.first-row ._100vh, html.is-iphone.is-chrome .cover-region._100vh, html.is-iphone.is-chrome .cover-region-placeholder._100vh, html.is-iphone.is-chrome .cover-region ._100vh, html.is-iphone.is-chrome body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad.is-chrome .row.first-row._100vh, html.is-ipad.is-chrome .row.first-row ._100vh, html.is-ipad.is-chrome .cover-region._100vh, html.is-ipad.is-chrome .cover-region-placeholder._100vh, html.is-ipad.is-chrome .cover-region ._100vh, html.is-ipad.is-chrome body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad.is-safari .row.first-row._100vh, html.is-ipad.is-safari .row.first-row ._100vh, html.is-ipad.is-safari .cover-region._100vh, html.is-ipad.is-safari .cover-region-placeholder._100vh, html.is-ipad.is-safari .cover-region ._100vh, html.is-ipad.is-safari body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad-without-homebutton.is-chrome .row.first-row._100vh, html.is-ipad-without-homebutton.is-chrome .row.first-row ._100vh, html.is-ipad-without-homebutton.is-chrome .cover-region._100vh, html.is-ipad-without-homebutton.is-chrome .cover-region-placeholder._100vh, html.is-ipad-without-homebutton.is-chrome .cover-region ._100vh, html.is-ipad-without-homebutton.is-chrome body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad-without-homebutton.is-safari .row.first-row._100vh, html.is-ipad-without-homebutton.is-safari .row.first-row ._100vh, html.is-ipad-without-homebutton.is-safari .cover-region._100vh, html.is-ipad-without-homebutton.is-safari .cover-region-placeholder._100vh, html.is-ipad-without-homebutton.is-safari .cover-region ._100vh, html.is-ipad-without-homebutton.is-safari body:not(.woocommerce-page).touchdevice.sticky-footer-option-enabled > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-iphone.is-safari .fullpage-wrapper .row-inner._100vh, html.is-iphone.is-safari .fullpage-wrapper .column-wrap._100vh, html.is-iphone.is-safari .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-iphone-no-homebutton.is-safari .fullpage-wrapper .row-inner._100vh, html.is-iphone-no-homebutton.is-safari .fullpage-wrapper .column-wrap._100vh, html.is-iphone-no-homebutton.is-safari .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-android.is-chrome .fullpage-wrapper .row-inner._100vh, html.is-android.is-chrome .fullpage-wrapper .column-wrap._100vh, html.is-android.is-chrome .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-iphone-no-homebutton.is-chrome .fullpage-wrapper .row-inner._100vh, html.is-iphone-no-homebutton.is-chrome .fullpage-wrapper .column-wrap._100vh, html.is-iphone-no-homebutton.is-chrome .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-iphone.is-chrome .fullpage-wrapper .row-inner._100vh, html.is-iphone.is-chrome .fullpage-wrapper .column-wrap._100vh, html.is-iphone.is-chrome .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-ipad.is-chrome .fullpage-wrapper .row-inner._100vh, html.is-ipad.is-chrome .fullpage-wrapper .column-wrap._100vh, html.is-ipad.is-chrome .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-ipad.is-safari .fullpage-wrapper .row-inner._100vh, html.is-ipad.is-safari .fullpage-wrapper .column-wrap._100vh, html.is-ipad.is-safari .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-ipad-without-homebutton.is-chrome .fullpage-wrapper .row-inner._100vh, html.is-ipad-without-homebutton.is-chrome .fullpage-wrapper .column-wrap._100vh, html.is-ipad-without-homebutton.is-chrome .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.is-ipad-without-homebutton.is-safari .fullpage-wrapper .row-inner._100vh, html.is-ipad-without-homebutton.is-safari .fullpage-wrapper .column-wrap._100vh, html.is-ipad-without-homebutton.is-safari .fullpage-wrapper {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

html.fp-enabled .row.contains_100vh-carousel .row-inner {
  height: inherit;
}

html.is-iphone.is-safari.fp-autoscroll .fp-section, html.is-iphone.is-safari.fp-autoscroll .fp-slide, html.is-iphone.is-safari.fp-autoscroll .fp-tableCell, html.is-iphone.is-safari.fp-autoscroll .row-inner._100vh, html.is-iphone.is-safari.fp-autoscroll .column-wrap._100vh, html.is-iphone.is-safari.fp-autoscroll .lay-carousel._100vh,
html.is-iphone.is-safari .horizontal-fullpage .fp-section,
html.is-iphone.is-safari .horizontal-fullpage .fp-slide,
html.is-iphone.is-safari .horizontal-fullpage .fp-tableCell,
html.is-iphone.is-safari .horizontal-fullpage .row-inner._100vh,
html.is-iphone.is-safari .horizontal-fullpage .column-wrap._100vh,
html.is-iphone.is-safari .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-iphone.is-safari.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100lvh;
}

html.is-iphone-no-homebutton.is-safari.fp-autoscroll .fp-section, html.is-iphone-no-homebutton.is-safari.fp-autoscroll .fp-slide, html.is-iphone-no-homebutton.is-safari.fp-autoscroll .fp-tableCell, html.is-iphone-no-homebutton.is-safari.fp-autoscroll .row-inner._100vh, html.is-iphone-no-homebutton.is-safari.fp-autoscroll .column-wrap._100vh, html.is-iphone-no-homebutton.is-safari.fp-autoscroll .lay-carousel._100vh,
html.is-iphone-no-homebutton.is-safari .horizontal-fullpage .fp-section,
html.is-iphone-no-homebutton.is-safari .horizontal-fullpage .fp-slide,
html.is-iphone-no-homebutton.is-safari .horizontal-fullpage .fp-tableCell,
html.is-iphone-no-homebutton.is-safari .horizontal-fullpage .row-inner._100vh,
html.is-iphone-no-homebutton.is-safari .horizontal-fullpage .column-wrap._100vh,
html.is-iphone-no-homebutton.is-safari .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-iphone-no-homebutton.is-safari.fp-enabled body > .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-android.is-chrome.fp-autoscroll .fp-section, html.is-android.is-chrome.fp-autoscroll .fp-slide, html.is-android.is-chrome.fp-autoscroll .fp-tableCell, html.is-android.is-chrome.fp-autoscroll .row-inner._100vh, html.is-android.is-chrome.fp-autoscroll .column-wrap._100vh, html.is-android.is-chrome.fp-autoscroll .lay-carousel._100vh,
html.is-android.is-chrome .horizontal-fullpage .fp-section,
html.is-android.is-chrome .horizontal-fullpage .fp-slide,
html.is-android.is-chrome .horizontal-fullpage .fp-tableCell,
html.is-android.is-chrome .horizontal-fullpage .row-inner._100vh,
html.is-android.is-chrome .horizontal-fullpage .column-wrap._100vh,
html.is-android.is-chrome .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-android.is-chrome.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-iphone-no-homebutton.is-chrome.fp-autoscroll .fp-section, html.is-iphone-no-homebutton.is-chrome.fp-autoscroll .fp-slide, html.is-iphone-no-homebutton.is-chrome.fp-autoscroll .fp-tableCell, html.is-iphone-no-homebutton.is-chrome.fp-autoscroll .row-inner._100vh, html.is-iphone-no-homebutton.is-chrome.fp-autoscroll .column-wrap._100vh, html.is-iphone-no-homebutton.is-chrome.fp-autoscroll .lay-carousel._100vh,
html.is-iphone-no-homebutton.is-chrome .horizontal-fullpage .fp-section,
html.is-iphone-no-homebutton.is-chrome .horizontal-fullpage .fp-slide,
html.is-iphone-no-homebutton.is-chrome .horizontal-fullpage .fp-tableCell,
html.is-iphone-no-homebutton.is-chrome .horizontal-fullpage .row-inner._100vh,
html.is-iphone-no-homebutton.is-chrome .horizontal-fullpage .column-wrap._100vh,
html.is-iphone-no-homebutton.is-chrome .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-iphone-no-homebutton.is-chrome.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-iphone.is-chrome.fp-autoscroll .fp-section, html.is-iphone.is-chrome.fp-autoscroll .fp-slide, html.is-iphone.is-chrome.fp-autoscroll .fp-tableCell, html.is-iphone.is-chrome.fp-autoscroll .row-inner._100vh, html.is-iphone.is-chrome.fp-autoscroll .column-wrap._100vh, html.is-iphone.is-chrome.fp-autoscroll .lay-carousel._100vh,
html.is-iphone.is-chrome .horizontal-fullpage .fp-section,
html.is-iphone.is-chrome .horizontal-fullpage .fp-slide,
html.is-iphone.is-chrome .horizontal-fullpage .fp-tableCell,
html.is-iphone.is-chrome .horizontal-fullpage .row-inner._100vh,
html.is-iphone.is-chrome .horizontal-fullpage .column-wrap._100vh,
html.is-iphone.is-chrome .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-iphone.is-chrome.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad.is-chrome.fp-autoscroll .fp-section, html.is-ipad.is-chrome.fp-autoscroll .fp-slide, html.is-ipad.is-chrome.fp-autoscroll .fp-tableCell, html.is-ipad.is-chrome.fp-autoscroll .row-inner._100vh, html.is-ipad.is-chrome.fp-autoscroll .column-wrap._100vh, html.is-ipad.is-chrome.fp-autoscroll .lay-carousel._100vh,
html.is-ipad.is-chrome .horizontal-fullpage .fp-section,
html.is-ipad.is-chrome .horizontal-fullpage .fp-slide,
html.is-ipad.is-chrome .horizontal-fullpage .fp-tableCell,
html.is-ipad.is-chrome .horizontal-fullpage .row-inner._100vh,
html.is-ipad.is-chrome .horizontal-fullpage .column-wrap._100vh,
html.is-ipad.is-chrome .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-ipad.is-chrome.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad.is-safari.fp-autoscroll .fp-section, html.is-ipad.is-safari.fp-autoscroll .fp-slide, html.is-ipad.is-safari.fp-autoscroll .fp-tableCell, html.is-ipad.is-safari.fp-autoscroll .row-inner._100vh, html.is-ipad.is-safari.fp-autoscroll .column-wrap._100vh, html.is-ipad.is-safari.fp-autoscroll .lay-carousel._100vh,
html.is-ipad.is-safari .horizontal-fullpage .fp-section,
html.is-ipad.is-safari .horizontal-fullpage .fp-slide,
html.is-ipad.is-safari .horizontal-fullpage .fp-tableCell,
html.is-ipad.is-safari .horizontal-fullpage .row-inner._100vh,
html.is-ipad.is-safari .horizontal-fullpage .column-wrap._100vh,
html.is-ipad.is-safari .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-ipad.is-safari.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad-without-homebutton.is-chrome.fp-autoscroll .fp-section, html.is-ipad-without-homebutton.is-chrome.fp-autoscroll .fp-slide, html.is-ipad-without-homebutton.is-chrome.fp-autoscroll .fp-tableCell, html.is-ipad-without-homebutton.is-chrome.fp-autoscroll .row-inner._100vh, html.is-ipad-without-homebutton.is-chrome.fp-autoscroll .column-wrap._100vh, html.is-ipad-without-homebutton.is-chrome.fp-autoscroll .lay-carousel._100vh,
html.is-ipad-without-homebutton.is-chrome .horizontal-fullpage .fp-section,
html.is-ipad-without-homebutton.is-chrome .horizontal-fullpage .fp-slide,
html.is-ipad-without-homebutton.is-chrome .horizontal-fullpage .fp-tableCell,
html.is-ipad-without-homebutton.is-chrome .horizontal-fullpage .row-inner._100vh,
html.is-ipad-without-homebutton.is-chrome .horizontal-fullpage .column-wrap._100vh,
html.is-ipad-without-homebutton.is-chrome .horizontal-fullpage .lay-carousel._100vh {
  min-height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-ipad-without-homebutton.is-chrome.fp-enabled .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

html.is-ipad-without-homebutton.is-safari.fp-autoscroll .fp-section, html.is-ipad-without-homebutton.is-safari.fp-autoscroll .fp-slide, html.is-ipad-without-homebutton.is-safari.fp-autoscroll .fp-tableCell, html.is-ipad-without-homebutton.is-safari.fp-autoscroll .row-inner._100vh, html.is-ipad-without-homebutton.is-safari.fp-autoscroll .column-wrap._100vh, html.is-ipad-without-homebutton.is-safari.fp-autoscroll .lay-carousel._100vh,
html.is-ipad-without-homebutton.is-safari .horizontal-fullpage .fp-section,
html.is-ipad-without-homebutton.is-safari .horizontal-fullpage .fp-slide,
html.is-ipad-without-homebutton.is-safari .horizontal-fullpage .fp-tableCell,
html.is-ipad-without-homebutton.is-safari .horizontal-fullpage .row-inner._100vh,
html.is-ipad-without-homebutton.is-safari .horizontal-fullpage .column-wrap._100vh,
html.is-ipad-without-homebutton.is-safari .horizontal-fullpage .lay-carousel._100vh {
  height: 100vh;
  height: 100svh;
  min-height: 0;
}

html.is-ipad-without-homebutton.is-safari .lay-content {
  min-height: 100vh;
  min-height: 100svh;
}

.elementgrid-row.top-aligned,
.elementgrid-row.middle-aligned,
.elementgrid-row.bottom-aligned {
  display: flex;
  flex-wrap: wrap;
}

.elementgrid-row.top-aligned .element-wrap {
  align-self: flex-start;
}

.elementgrid-row.middle-aligned .element-wrap {
  align-self: center;
}

.elementgrid-row.bottom-aligned .element-wrap {
  align-self: flex-end;
}

.elements-collection-region {
  opacity: 0;
}

.elements-collection-region.initialized {
  opacity: 1;
}

.thumbs-collection-region.lay-disable-click {
  pointer-events: none;
}

.thumbs-collection-region.lay-transition .thumb-collection {
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.col[data-type=thumbnailgrid] .thumbnail-wrap {
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.col[data-type=thumbnailgrid] .thumbnail-wrap.hide-because-limit {
  display: none !important;
}

.thumbs-collection-region {
  opacity: 0;
}

.thumbs-collection-region.initialized {
  opacity: 1;
}

.thumbnailgrid-row.top-aligned .thumbnail-wrap {
  align-self: flex-start;
}

.thumbnailgrid-row.middle-aligned .thumbnail-wrap {
  align-self: center;
}

.thumbnailgrid-row.bottom-aligned .thumbnail-wrap {
  align-self: flex-end;
}

.thumbnailgrid-row.top-aligned,
.thumbnailgrid-row.middle-aligned,
.thumbnailgrid-row.bottom-aligned {
  display: flex;
  flex-wrap: wrap;
}

.thumbs-collection-region .thumbnail-wrap {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.deselect-tags::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

.tag-bubble.deselect-tags {
  padding: 10px;
  line-height: 1;
}

.lay-thumbnailgrid-filter-anchor {
  display: inline-block;
  cursor: pointer;
}

.lay-thumbnailgrid-filter-anchor:last-child {
  margin-right: 0 !important;
}

.lay-thumbnailgrid-tagfilter {
  margin-left: -4px;
  margin-bottom: 10px;
}

.tag-bubble {
  display: inline-block;
  background-color: #eeeeee;
  border-radius: 100px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.tag-bubble.lay-tag-active {
  background-color: #d0d0d0;
}

.lay-thumbnailgrid-filter-wrap .lay-filter-hidden {
  display: none !important;
}

@media (hover) {
  .tag-bubble:hover {
    background-color: #d0d0d0;
  }
}
.lay-sitewide-background-video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.lay-sitewide-background-video-mobile {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.lay-products-thumbnails-grid.top-aligned .lay-products,
.lay-products-thumbnails-grid.middle-aligned .lay-products,
.lay-products-thumbnails-grid.bottom-aligned .lay-products {
  display: flex;
  flex-wrap: wrap;
}

.lay-products-thumbnails-grid.top-aligned li {
  align-self: flex-start;
}

.lay-products-thumbnails-grid.middle-aligned li {
  align-self: center;
}

.lay-products-thumbnails-grid.bottom-aligned li {
  align-self: flex-end;
}

.lay-products-thumbnails-grid .ph {
  position: relative;
}

.lay-products-thumbnails-grid ul.lay-products {
  list-style-type: none;
  padding-left: 0;
}

.lay-products-thumbnails-grid li.lay-product {
  margin: 0;
}

.lay-products-thumbnails-grid {
  opacity: 0;
}

.lay-products-thumbnails-grid.sized {
  opacity: 1;
}

.selectize-control {
  font-size: 0;
}

/**
 * selectize.css (v0.13.2)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com> 
 */
.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #000;
  font-family: inherit;
  font-size: inherit;
  line-height: 50px;
  font-smoothing: inherit;
}

.selectize-input .item {
  line-height: 50px;
}

.selectize-input,
.selectize-input input,
.selectize-input .item {
  height: 50px;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #000;
  padding: 0px 10px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 0px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: calc(0px - 0 - 0) 10px calc(0px - 0 - 3px - 0);
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: none;
}
.selectize-input.dropdown-active {
  border-radius: 0px 0px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 0 10px;
  background: #f2f2f2;
  color: #000;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #eeeeee;
  color: #000;
  border: 0 solid #000;
}
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #4d4d4d;
  background: white;
  border: 0 solid white;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > input[placeholder] {
  box-sizing: initial;
}
.selectize-input.has-items > input {
  margin: 0 4px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #000000;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 8;
  border: 1px solid #000;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0px 0px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header,
.selectize-dropdown .no-results,
.selectize-dropdown .create {
  padding: 5px 10px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #000;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f2f2f2;
  color: #000;
}
.selectize-dropdown .active.create {
  color: #000;
}
.selectize-dropdown .create {
  color: rgba(0, 0, 0, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 10px;
}
.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #000;
  border-color: #000 transparent #000 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -2.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #000 transparent;
}

.selectize-control.rtl {
  text-align: right;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.lay-textfooter-inner {
  display: flex;
  flex-wrap: wrap;
}

.lay-textfooter-inner.lay-textfooter-align-left {
  justify-content: flex-start;
}

.lay-textfooter-inner.lay-textfooter-align-center {
  justify-content: center;
}

.lay-textfooter-inner.lay-textfooter-align-right {
  justify-content: flex-end;
}

.lay-textfooter-item p {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}

.lay-marquee p {
  margin-top: 0;
  margin-bottom: 0;
}
.lay-marquee img {
  position: relative;
  width: auto;
}

.lay-marquee > div > div {
  display: flex !important;
  height: 100%;
}

.lay-marquee > div > div > div > a {
  display: block;
}

.lay-marquee {
  cursor: default;
}
.lay-marquee a {
  cursor: pointer;
}

.lay-news-element-row > div {
  vertical-align: top;
}

.lay-news-element-row > div:last-child {
  flex-grow: 1;
}

.lay-news-element-row:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.lay-news-element-row .ph {
  position: relative;
}

.lay-news-element-row img {
  width: 100%;
}

.lay-news-image img {
  position: absolute;
  width: 100%;
}

.lay-news-image {
  font-size: 0;
  line-height: 0;
}

.lay-news-element-layout-list .lay-news-element-row {
  display: flex !important;
}

.lay-news-element-layout-columns .lay-news-element-row {
  display: inline-block;
}

.lay-news-element-layout-columns .lay-news-element-row .ph {
  width: 100%;
}

.lay-news-element-alignment-top-aligned .lay-news-element-row {
  vertical-align: top;
}

.lay-news-element-alignment-middle-aligned .lay-news-element-row {
  vertical-align: middle;
}

.lay-news-element-alignment-bottom-aligned .lay-news-element-row {
  vertical-align: bottom;
}

.lay-news-element-alignment-masonry .lay-news-element-row {
  vertical-align: top;
}

.lay-news-element-layout-fullcontent .lay-news-element-title,
.lay-news-element-layout-fullcontent .lay-news-element-separator,
.lay-news-element-layout-fullcontent .lay-news-element-date {
  display: inline-block;
}

.col .lay-socialmedia-icons img {
  position: relative;
}

.col .lay-socialmedia-icons .lay-icon-use-width img {
  width: 100%;
  height: auto;
}

.col .lay-socialmedia-icons .lay-icon-use-height img {
  width: auto;
  height: 100%;
}

.lay-socialmedia-icons {
  display: none;
}

.lay-socialmedia-icons.initialized {
  align-items: center;
  display: flex;
}

.lay-socialmedia-icons.alignment-center {
  justify-content: center;
}

.lay-socialmedia-icons.alignment-left {
  justify-content: flex-start;
}

.lay-socialmedia-icons.alignment-right {
  justify-content: flex-end;
}

.lay-projectindex {
  opacity: 0;
}

.lay-projectindex.initialized {
  opacity: 1;
}

.lay-projectindex {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.lay-projectindex.lay-projectindex-style-comma {
  align-items: baseline;
}
.lay-projectindex.lay-projectindex-style-comma .last-visible-projectindex-col .lay-pi-separator {
  display: none;
}
.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-filter.last-visible-projectindex-col .lay-pi-separator {
  display: none;
}
.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-row {
  white-space: normal;
  display: inline-flex;
  flex-wrap: wrap;
}
.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-row > div.lay-projectindex-col-empty {
  display: none !important;
}

.lay-projectindex.lay-projectindex-style-comma2 {
  white-space: normal;
  flex-direction: row;
  flex-wrap: wrap;
}
.lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-filter-wrap {
  display: none;
}
.lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-filter.last-visible-projectindex-col .lay-pi-separator {
  display: none;
}
.lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-col-year, .lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-col-categories, .lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-col-tags {
  display: none !important;
}
.lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-row:last-child .lay-pi-separator {
  display: none !important;
}
.lay-projectindex.lay-projectindex-style-comma2 .lay-projectindex-row {
  white-space: normal;
  display: inline-block;
  flex-wrap: wrap;
}

.lay-projectindex.lay-projectindex-style-table .lay-projectindex-row {
  white-space: nowrap;
  display: flex;
}
.lay-projectindex.lay-projectindex-style-table .lay-projectindex-row > div {
  white-space: nowrap;
  box-sizing: border-box;
}
.lay-projectindex.lay-projectindex-style-table .lay-projectindex-row > div:not(.last-visible-projectindex-col) {
  padding-right: 10px;
}
.lay-projectindex.lay-projectindex-style-table .lay-projectindex-col-title {
  text-overflow: ellipsis;
  overflow: hidden;
}
.lay-projectindex.lay-projectindex-style-table .lay-projectindex-col-categories {
  text-overflow: ellipsis;
  overflow: hidden;
}
.lay-projectindex.lay-projectindex-style-table .lay-projectindex-col-tags {
  text-overflow: ellipsis;
  overflow: hidden;
}

.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-row > div {
  box-sizing: border-box;
}
.lay-projectindex-row .last-visible-projectindex-col {
  padding-right: 0;
}

.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-row .last-visible-projectindex-col .lay-pi-separator {
  display: none;
}

.last-visible-projectindex-col.lay-projectindex-col-year,
.last-visible-projectindex-col.lay-projectindex-filter-year {
  text-align: right;
}

.lay-projectindex-row > div {
  display: inline-block;
  vertical-align: top;
}

.lay-projectindex-row > div {
  pointer-events: none;
}

.lay-projectindex-row {
  position: relative;
}

.lay-projectindex-row > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lay-projectindex.lay-projectindex-style-table .lay-projectindex-filter-wrap {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-filter-wrap {
  display: flex;
  box-sizing: border-box;
}
.lay-projectindex.lay-projectindex-style-comma .lay-projectindex-filter-wrap > div {
  display: inline-block;
}

.lay-projectindex-filter-inner {
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.lay-projectindex-filter-inner svg {
  display: none;
}

.projectindex-filter-active.lay-projectindex-filter.order-DESC svg {
  margin-left: 4px;
  transform: rotateZ(0);
  margin-top: -1px;
  display: inline-block;
}

.projectindex-filter-active.lay-projectindex-filter.order-ASC svg {
  margin-left: 4px;
  transform: rotateZ(180deg);
  margin-top: -4px;
  display: inline-block;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.06, 0.68, 0.22, 0.95);
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: cubic-bezier(0.06, 0.68, 0.22, 0.95);
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

.laycarousel-bullets {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  padding-top: 0;
}

.swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 6px;
  background: #333;
  opacity: 0.3;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-pagination-bullet:focus {
  outline: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

.menu-item-has-children {
  position: relative;
}

.laynav.arrangement-horizontal.position-not-top li {
  vertical-align: bottom;
}

.laynav.desktop-nav.arrangement-horizontal.submenu-type-horizontal .sub-menu {
  position: relative;
}
.laynav.desktop-nav.arrangement-horizontal.submenu-type-horizontal .menu-item-has-children .sub-menu {
  position: absolute;
}

.laynav.desktop-nav.arrangement-horizontal.position-top .menu-item-has-children .sub-menu {
  top: 100%;
}

.laynav.desktop-nav.arrangement-horizontal.position-not-top .menu-item-has-children .sub-menu {
  bottom: 100%;
}

.laynav.desktop-nav.arrangement-horizontal.submenu-type-vertical .sub-menu {
  position: relative;
}
.laynav.desktop-nav.arrangement-horizontal.submenu-type-vertical .menu-item-has-children .sub-menu {
  position: absolute;
}
.laynav.desktop-nav.arrangement-horizontal.submenu-type-vertical .menu-item-has-children .sub-menu li {
  display: block;
  margin-right: 0;
}
.laynav.desktop-nav.arrangement-horizontal.submenu-type-vertical .menu-item-has-children .sub-menu li a {
  display: block;
}
.laynav.desktop-nav.arrangement-horizontal.submenu-type-vertical .menu-item-has-children .sub-menu li:last-child a {
  padding-bottom: 0;
}

.laynav.desktop-nav.arrangement-horizontal.position-top .menu-item-has-children .sub-menu {
  top: 100%;
}

.laynav.desktop-nav.arrangement-horizontal.position-not-top .menu-item-has-children .sub-menu {
  bottom: 100%;
}

.laynav.desktop-nav.arrangement-vertical .sub-menu {
  position: relative;
}
.laynav.desktop-nav.arrangement-vertical .menu-item-has-children .sub-menu li {
  display: block;
}
.laynav.desktop-nav.arrangement-vertical li.show-submenu-desktop {
  margin-bottom: 0;
}

.laynav.desktop-nav.arrangement-vertical.show-submenu-on-hover li.menu-item-has-children:hover {
  margin-bottom: 0;
}

.sub-menu {
  display: none;
}

.laynav.desktop-nav.show-submenu-on-hover .menu-item-has-children:hover > .sub-menu {
  display: block;
}

.menu-item-has-children.show-submenu-desktop > .sub-menu {
  display: block;
}

.laynav.mobile-nav .menu-item-has-children .sub-menu {
  display: none;
}
.laynav.mobile-nav .menu-item-has-children.show-submenu-mobile .sub-menu {
  display: block;
}
.laynav.mobile-nav .menu-item-has-children > a {
  position: relative;
}
.laynav.mobile-nav .sub-menu a > span {
  padding-left: 15px;
}
.laynav.mobile-nav .menu-item-has-children > a::after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  font-size: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 4px;
  margin-right: 0;
}
.laynav.mobile-nav .menu-item-has-children.show-submenu-mobile > a::after {
  transform: translateY(-50%) rotateZ(180deg);
  margin-top: -1px;
}

.laynav.mobile-nav.mobile-menu-style-style_desktop_menu .sub-menu li {
  display: block;
  margin-right: 0;
}
.laynav.mobile-nav.mobile-menu-style-style_desktop_menu .sub-menu a > span {
  padding-left: 0;
}
.laynav.mobile-nav.mobile-menu-style-style_desktop_menu .sub-menu {
  position: absolute;
  top: calc(100% + 6px);
}
.laynav.mobile-nav.mobile-menu-style-style_desktop_menu .menu-item-has-children > a::after {
  content: "";
}

.laynav.mobile-nav.mobile-menu-style-style_desktop_menu.arrangement-horizontal .sub-menu li {
  padding-bottom: 3px;
}

.laynav.mobile-nav.mobile-menu-style-style_desktop_menu.arrangement-vertical .sub-menu {
  position: relative;
  top: 0;
  padding-left: 15px;
}

.row.hide-overflow {
  overflow: hidden;
}

.row._100vh[data-collapsed=true] {
  min-height: 0;
}

.row[data-collapsed=true] {
  will-change: height;
}

.lay-overlay {
  position: fixed;
  z-index: 99;
}

.lay-overlay > .lay-content {
  background-color: white;
  max-height: 100svh;
  overflow-y: auto;
}

html.is-touchdevice .lay-overlay > .lay-content {
  overflow-y: scroll; /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
}

.lay-overlay.lay-show-overlay {
  opacity: 1;
  pointer-events: auto;
}

.lay-overlay-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms cubic-bezier(0.52, 0.16, 0.24, 1);
}

.lay-overlay-bg.lay-show-overlay-bg {
  opacity: 1;
  pointer-events: auto;
  z-index: 98;
}

.lay-overlay-content {
  position: relative;
  z-index: 1;
}

.overlay-close {
  top: 0;
  position: fixed;
  z-index: 20;
  cursor: pointer;
  font-size: 0;
}

.overlay-close.standard-overlay-close-icon::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e901";
}

.overlay-burger {
  top: 0;
  position: fixed;
  z-index: 32;
  cursor: pointer;
  font-size: 0;
}

.overlay-burger::before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
}

.lay-webgl-slides {
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.lay-webgl-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.lay-webgl-slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.lay-webgl-slideshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lay-webgl-slideshow canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.lay-webgl-slideshow canvas {
  opacity: 0;
  transition: opacity 200ms ease;
}

.lay-webgl-slideshow.lay-webgl-reveal canvas {
  opacity: 1;
}