@import url(https://fonts.bunny.net/css?family=poetsen-one:400|ubuntu:400,500,700&display=swap);
:root[data-theme="theme-light"] {
  --text-color: #1F2937;
  --text-color-10: rgba(31, 41, 55, 0.1);
  --text-color-50: rgba(31, 41, 55, 0.5);
  --text-color-75:rgba(31, 41, 55, 0.75);
  --text-color-light: #6e82a3;
  --text-color-light-10: rgba(110, 130, 163, 0.1);
  --text-color-light-50: rgba(110, 130, 163, 0.5);
  --text-color-light-75:rgba(110, 130, 163, 0.75);
  --text-color-green: #1B6C53;
  --text-color-green-10: rgba(27, 108, 83, 0.1);
  --text-color-green-50: rgba(27, 108, 83, 0.5);
  --text-color-green-75:rgba(27, 108, 83, 0.75);
  --text-color-invert: #fff;
  --text-color-invert-10: rgba(255, 255, 255, 0.1);
  --text-color-invert-50: rgba(255, 255, 255, 0.5);
  --text-color-invert-75: rgba(255, 255, 255, 0.75);
  --section-color-light: #FEFDFA;
  --section-color-light-dark: darken(#CDCAC3, 5%);
  --section-color-light-10: rgba(254, 253, 250, 0.1);
  --section-color-light-50: rgba(254, 253, 250, 0.5);
  --section-color-light-75: rgba(254, 253, 250, 0.75);
  --section-color: #EEEEEE;
  --section-color-dark: darken(#CDCAC3, 5%);
  --section-color-10: rgba(238, 238, 238, 0.1);
  --section-color-50: rgba(238, 238, 238, 0.5);
  --section-color-75: rgba(238, 238, 238, 0.75);
  --bg-color: #fff;
  --border-color: #EEEEEE;
  --border-color-10: #EEEEEE;
  --border-color-30: #BDBDBD;
  --grey-color-dark: #CDCAC3;
  --grey-color: #FDFAF3;
  --black-color: #0F172A;
  --green-color: #A5E3C6;
  --green-color-05: rgba(165, 227, 198, 0.05);
  --green-color-50: rgba(165, 227, 198, 0.5);
  --green-color-75:rgba(165, 227, 198, 0.75);
  --blue-color: #5396FF;
  --blue-color-light: #F2F7FE;
  --blue-color-05: rgba(83, 150, 255, 0.05);
  --blue-color-25: rgba(83, 150, 255, 0.25);
  --blue-color-50: rgba(83, 150, 255, 0.5);
  --blue-color-75:rgba(83, 150, 255, 0.75);
  --red-color: #e14a4c;
  --red-color-05: rgba(225, 74, 76, 0.05);
  --red-color-50: rgba(225, 74, 76, 0.5);
  --red-color-75:rgba(225, 74, 76, 0.75);
  --back-color-blue: #F2F7FE;
  --back-color-black: #202020;
  --back-color-white: #fff;
  --text-color-white: #fff;
  --text-color-white-10: rgba(255, 255, 255, 0.1);
  --text-color-white-30: rgba(255, 255, 255, 0.3);
  --text-color-white-50: rgba(255, 255, 255, 0.4);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --shadow-color: 0deg 0% 0%;
  --shadow-elevation-low:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        1.6px 0px 2.2px -0.4px hsl(var(--shadow-color) / 0.05),
        3.2px 0px 4.4px -0.7px hsl(var(--shadow-color) / 0.08);
  --shadow-elevation-medium:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        3px 0px 4.2px -0.2px hsl(var(--shadow-color) / 0.03),
        5.2px 0px 7.2px -0.4px hsl(var(--shadow-color) / 0.05),
        9px 0px 12.5px -0.6px hsl(var(--shadow-color) / 0.06),
        15.8px 0px 21.9px -0.7px hsl(var(--shadow-color) / 0.07);
  --shadow-elevation-high:
        1px 0px 1.4px hsl(var(--shadow-color) / 0.02),
        5.3px 0px 7.4px -0.1px hsl(var(--shadow-color) / 0.02),
        9px 0px 12.5px -0.2px hsl(var(--shadow-color) / 0.03),
        13px 0px 18px -0.3px hsl(var(--shadow-color) / 0.04),
        17.9px 0.1px 24.8px -0.4px hsl(var(--shadow-color) / 0.05),
        24.4px 0.1px 33.9px -0.5px hsl(var(--shadow-color) / 0.06),
        33.3px 0.1px 46.2px -0.6px hsl(var(--shadow-color) / 0.07),
        45.1px 0.1px 62.6px -0.7px hsl(var(--shadow-color) / 0.08),
        60.6px 0.2px 84.1px -0.7px hsl(var(--shadow-color) / 0.08);
}
.backdrop {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: var(--backdrop-color);
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  z-index: 900;
}
.backdrop.open {
  opacity: 1;
  width: 100%;
  height: 100%;
  z-index: 9997;
  transition: opacity 0.3s;
}
.sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: var(--shadow-elevation-medium);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  transition: clip-path 0.2s;
  display: flex;
  flex-direction: column;
  background-color: var(--text-color-light);
}
.sidenav.open {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  transition: clip-path 0.3s;
}
.sidenav_logo {
  margin: 2rem auto;
  opacity: 0.5;
}
.sidenav_header {
  padding: 1rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: calc(100% - 2rem);
  opacity: 0;
  transition: opacity 350ms ease 300ms;
}
.sidenav_header .close {
  background-color: transparent;
  border: 0;
  margin-left: auto;
  color: var(--text-color-white-50);
  border-radius: 3px;
  padding: 1rem 0;
  cursor: pointer;
}
.sidenav_header a {
  font-family: "Ubuntu", sans-serif;
  text-decoration: none;
  color: var(--text-color-white-50);
}
.sidenav_header a span {
  display: block;
}
.sidenav_header span {
  text-transform: uppercase;
  color: var(--text-color-white-50);
  font-family: "Ubuntu", sans-serif;
  padding: 1rem 0;
}
.sidenav_search {
  position: relative;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--text-color-invert-10);
}
.sidenav_search input {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding: 1rem 1.5rem;
  border: 0;
  border-radius: 0;
}
.sidenav_search input::placeholder {
  color: var(--border-color-30);
}
.sidenav_search input:focus {
  border: 0;
  outline: 1px solid var(--secondary-color-25);
  box-shadow: 0px 4px 8px var(--secondary-color-10);
}
.sidenav_search input:focus ~ button {
  display: none;
}
.sidenav_search button {
  background-color: transparent;
  border: 0;
  color: var(--text-white-color);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 4;
}
.sidenav_body {
  flex: 1;
  padding-bottom: 2rem;
}
.sidenav_body ul {
  margin: 0;
  padding: 0;
}
.sidenav_body ul > li {
  list-style-type: none;
  transform: translateX(100px);
  opacity: 0;
  transition: all 500ms ease;
}
.sidenav_body ul > li a, .sidenav_body ul > li summary {
  display: block;
  width: calc(100% - 2rem);
  text-decoration: none;
  color: var(--text-color-white);
  padding: 1.5rem 1rem;
  border-bottom: 1px dashed var(--text-color-white-10);
  font-size: 2rem;
}
.sidenav_body ul > li summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 0;
  list-style: none;
}
.sidenav_body ul > li summary::-webkit-details-marker {
  display: none;
}
.sidenav_body ul > li details {
  border-bottom: 1px dashed var(--text-color-white-10);
}
.sidenav_body ul > li details[open] summary svg {
  transition: transform 150ms ease;
  transform: rotate(180deg);
}
.sidenav_body ul > li ul {
  display: block;
  background-color: transparent;
  width: 100%;
  position: relative;
  box-shadow: none;
}
.sidenav_body ul > li ul li {
  border-bottom: 0;
  padding: 0;
}
.sidenav_body ul > li ul li a {
  display: block;
  width: calc(100% - 4rem);
  text-decoration: none;
  color: var(--text-color-invert-75);
  padding: 1rem 1rem;
  padding-left: 3rem;
  font-size: 1.3rem;
  font-family: "Ubuntu", sans-serif;
  border-bottom: 0;
}
.sidenav_body ul > li:last-of-type a, .sidenav_body ul > li:last-of-type summary {
  border-bottom: 0;
}
.sidenav_body ul > li:nth-child(1) {
  transition: all 500ms ease calc(1 * 50ms);
}
.sidenav_body ul > li:nth-child(2) {
  transition: all 500ms ease calc(2 * 50ms);
}
.sidenav_body ul > li:nth-child(3) {
  transition: all 500ms ease calc(3 * 50ms);
}
.sidenav_body ul > li:nth-child(4) {
  transition: all 500ms ease calc(4 * 50ms);
}
.sidenav_body ul > li:nth-child(5) {
  transition: all 500ms ease calc(5 * 50ms);
}
.sidenav_footer {
  margin-top: auto;
}
.sidenav_footer ul {
  margin: 0;
  padding: 0;
}
.sidenav_footer ul li {
  list-style-type: none;
}
.sidenav_footer ul li a, .sidenav_footer ul li button {
  width: calc(100% - 2rem);
  text-decoration: none;
  color: var(--text-white-color);
  padding: 1rem;
  border: 0;
  box-sizing: border-box;
  background-color: transparent;
  border-top: 1px solid var(--border-color-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  cursor: pointer;
  font-family: "Ubuntu", sans-serif;
}
.sidenav_footer ul li a svg, .sidenav_footer ul li button svg {
  stroke: var(--border-color-30);
}
.sidenav_footer ul li.icon a svg, .sidenav_footer ul li.icon button svg {
  stroke: var(--text-white-color);
}
.sidenav_footer_socials {
  display: grid;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
  border-top: 1px solid var(--border-color-10);
}
.sidenav_footer_socials div {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 100%;
  gap: 1rem;
}
.sidenav_footer_socials div a {
  text-decoration: none;
  padding: 0.25rem;
}
.sidenav_footer_socials div a svg {
  color: var(--text-white-color);
}
.open .sidenav_header {
  opacity: 1;
}
.open .sidenav_body ul li {
  opacity: 1;
  transform: translateX(0);
}
@keyframes pulse-red {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
  }
}
#themeSwitch.theme_light .get_light {
  display: none;
}
#themeSwitch.theme_light .get_dark {
  display: flex;
}
#themeSwitch.theme_dark .get_light {
  display: flex;
}
#themeSwitch.theme_dark .get_dark {
  display: none;
}
header {
  --headerBack: rgb(0, 0, 0);
  --headerColor: var(--text-color);
  --headerShadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  background: var(--headerBack);
  white-space: nowrap;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  box-shadow: var(--headerShadow);
  padding: 0;
  transition: all 250ms ease;
}
header[data-page="home"].invert {
  --headerBack: rgba(0, 0, 0, 0.45);
  --headerColor: white;
  --headerShadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
header[data-page="home"].white {
  --headerBack: rgba(255, 255, 255, 0.45);
  --headerColor: rgb(0, 0, 0);
  --headerShadow: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
header[data-page="home"].red {
  --headerBack: --red-color;
  --headerColor: white;
  --headerShadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.header_container {
  margin: auto;
  display: flex;
  align-items: center;
  height: 90px;
}
.header_wrap {
  margin: auto;
  display: grid;
}
.header_menu--open {
  align-self: stretch;
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  display: grid;
  place-content: center;
  height: 90px;
  width: 90px;
}
.header_menu--open svg {
  color: var(--text-color-invert);
}
.header_menu--open:hover {
  background-color: var(--secondary-color-10);
}
.header_menu--open:hover svg {
  color: var(--text-color-50);
}
.white .header_menu--open svg {
  color: var(--text-color-50);
}
.white .header_menu--open:hover svg {
  color: var(--red-color);
}
.header_logo {
  margin-top: 0.5rem;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.header_logo img {
  height: 2.2rem;
  position: relative;
}
.header_actions {
  margin-left: auto;
  display: flex;
  align-self: stretch;
  gap: 1rem;
}
.header_eshop {
  background-color: var(--text-color-invert);
  color: var(--red-color);
  display: block;
  width: fit-content;
  padding: 0.75rem 1.35rem;
  border-radius: 5px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 600;
  text-decoration: none;
  margin-right: 2rem;
}
.white .header_eshop {
  background-color: var(--red-color);
  color: var(--text-color-invert);
}
.header_search {
  align-self: stretch;
  background-color: transparent;
  border: 0;
  display: grid;
  place-items: center;
  color: var(--border-color-30);
  cursor: pointer;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  height: 90px;
  width: 90px;
}
.header_search svg {
  color: var(--border-color-30);
}
.header_search:hover {
  background-color: var(--secondary-color-10);
}
.header_search:hover svg {
  color: var(--text-color-50);
}
header[data-page="home"].invert .header_menu--open svg, header[data-page="home"].invert .header_search svg {
  color: var(--text-color-white);
}
header[data-page="home"].invert .header_menu--open:hover, header[data-page="home"].invert .header_search:hover {
  background-color: transparent;
}
header[data-page="home"].invert .header_menu--open:hover svg, header[data-page="home"].invert .header_search:hover svg {
  color: var(--text-color-white);
}
@keyframes jump {
  0% {
    top: 0;
  }
  100% {
    top: -10px;
  }
}
@keyframes scrollShow {
  0% {
    bottom: -5rem;
    transform: translateX(-50%) scale(1);
  }
  100% {
    bottom: 1rem;
    transform: translateX(-50%) scale(1.05);
  }
}
nav {
  display: flex;
  align-items: center;
  align-self: stretch;
  flex: 1;
}
nav .menu_link {
  text-decoration: none;
  display: flex;
  height: 100%;
  align-items: center;
  color: var(--headerColor);
  font-family: "Ubuntu", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 1px;
  padding: 0 1rem;
  text-transform: uppercase;
}
nav .menu_link:hover {
  background-color: var(--secondary-color-10);
}
nav > ul {
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
nav > ul li {
  list-style-type: none;
  display: flex;
  height: 100%;
  place-content: center;
}
nav > ul li a {
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  color: var(--headerColor);
  font-size: 0.95rem;
  letter-spacing: 1px;
  padding: 0 1rem;
  display: flex;
  align-self: stretch;
  align-items: center;
  text-transform: uppercase;
}
nav > ul li a:hover {
  background-color: var(--secondary-color-10);
}
nav .dropdown {
  height: 100%;
}
nav .dropbtn {
  letter-spacing: 1px;
  height: 100%;
  padding: 1rem;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  color: var(--headerColor);
  gap: 0.5rem;
  font-family: "Ubuntu", sans-serif;
  font-size: 0.95rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}
nav .dropbtn svg {
  color: var(--headerColor);
  opacity: 0.5;
}
nav .dropdown_content {
  border: 1px solid var(--border-color-10);
  font-family: "Ubuntu", sans-serif;
}
nav .dropdown_content a {
  text-decoration: none;
  display: block;
  width: 100%;
  color: var(--text-color);
}
nav .dropdown_content a:hover {
  background-color: transparent;
}
@media only screen and (max-width: 1024px) {
  nav {
    display: none;
  }
  .header_menu--open {
    display: block;
    height: 65px;
    width: 65px;
  }
  .header_search {
    height: 65px;
    width: 65px;
  }
  .header_container {
    height: 65px;
  }
  .header_logo {
    margin-top: 0;
  }
}
@media only screen and (max-width: 640px) {
  .header_phone {
    display: none;
  }
  header {
    padding: 0;
    width: 100%;
  }
  .header_menu--open {
    margin-right: 0.5rem;
  }
  .header_logo {
    margin-left: 1rem;
  }
  .header_logo_image {
    width: 3rem;
  }
  .header_logo_image img {
    height: 50px;
    top: 5px;
  }
  .header_eshop {
    margin-right: 1rem;
    border: 1px solid var(--text-color-invert-10);
    padding: 0.35rem 0.85rem;
    font-size: 0.875rem;
    background-color: transparent;
    color: var(--text-color-invert);
  }
}
@media screen and (max-width: 375px) {
  .header_actions {
    gap: 0;
  }
  .header_search {
    padding-right: 0;
  }
}
.megamenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow-y: auto;
  z-index: 9999;
  box-shadow: var(--shadow-elevation-medium);
  transition: clip-path 0.2s;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  display: none;
}
.megamenu.open {
  display: block;
}
.megamenu_cont {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 250ms ease-in;
}
.megamenu_cont.open {
  opacity: 1;
  transition: opacity 150ms ease-out;
}
.megamenu_back {
  background-color: #333333;
  top: -2vw;
  left: -2vw;
  width: 1vw;
  height: 1vw;
  border-radius: 250vw;
  display: block;
  transform-origin: center center;
  position: absolute;
  z-index: 1;
  transition: transform 300ms ease-in;
}
.megamenu_back.open {
  transform: scale(250);
  transition: transform 300ms ease-out;
}
.megamenu_header {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.megamenu_header_close {
  height: 90px;
  padding-left: 33px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  color: var(--text-color-invert);
  gap: 0.5rem;
}
.megamenu_header_close span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  opacity: 0.5;
}
.megamenu_header_search {
  height: 90px;
  padding-right: 33px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  color: var(--text-color-invert);
  gap: 0.5rem;
  text-decoration: none;
}
.megamenu_header_search span {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px;
  opacity: 0.5;
}
.megamenu_list {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0;
  font-family: "Ubuntu", sans-serif;
}
.megamenu_list_grid {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  padding: 3rem 4.1rem;
}
.megamenu_list_item {
  color: var(--text-color-invert);
  padding: 3rem 4.1rem;
  border-bottom: 1px solid var(--text-color-invert-10);
}
.megamenu_list_item_title {
  font-size: 2rem;
  color: var(--text-color-invert);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-family: "Ubuntu", sans-serif;
  margin-bottom: 1rem;
}
.megamenu_list_item_title:is(span) svg {
  display: none;
}
.megamenu_list_item_title svg {
  color: var(--text-color-invert-50);
}
.megamenu_list_item ul {
  margin: 0;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 3rem;
}
.megamenu_list_item ul li {
  list-style-type: none;
}
.megamenu_list_item ul li a {
  font-size: 1rem;
  color: var(--text-color-invert);
  text-decoration: none;
  height: 36px;
  display: flex;
  align-items: center;
  font-family: "Ubuntu", sans-serif;
}
.megamenu_list_item ul li.jablko a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/jablko.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.jahoda a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/jahoda.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.hruska a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/hruska.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.malina a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/malina.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.cernica a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/cernica.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.slivka a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/slivka.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.hrach a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/hrach.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
.megamenu_list_item ul li.skola a {
  padding-left: 42px;
  background-image: url("../themes/farskecms/assets/images/icons/skola.png");
  background-repeat: no-repeat;
  background-size: 36px 36px;
}
@media (orientation: landscape) {
  .megamenu_back {
    width: 1vw;
    height: 1vw;
    border-radius: 250vw;
  }
}
@media (orientation: portrait) {
  .megamenu_back {
    width: 1vh;
    height: 1vh;
    border-radius: 250vh;
  }
}
@media only screen and (max-width: 1024px) {
  .megamenu_header {
    height: 65px;
  }
  .megamenu_header_close {
    height: 65px;
    padding-left: 20px;
  }
  .megamenu_header_search {
    height: 65px;
    padding-right: 20px;
  }
  .megamenu_list_grid {
    padding: 2.3rem 20px;
  }
  .megamenu_list_item {
    padding: 2.3rem 20px;
  }
  .megamenu_list_item_title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .megamenu_list_grid {
    display: grid;
    padding: 0;
    gap: 0;
  }
  .megamenu_list_grid .megamenu_list_item_title {
    padding: 1.5rem 33px;
    border-bottom: 1px solid var(--text-color-invert-10);
  }
  .megamenu_list_item {
    padding: 0;
  }
  .megamenu_list_item_title {
    padding: 1.5rem 33px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .megamenu_list_item_title svg {
    display: none;
  }
  .megamenu_list_item_title:is(span) svg {
    height: 1.5rem;
    width: 1.5rem;
    margin-left: auto;
    display: block;
  }
  .megamenu_list_item ul {
    display: none;
  }
  .megamenu_list_item.open .megamenu_list_item_title svg {
    transform: rotate(180deg);
  }
  .megamenu_list_item.open ul {
    display: grid;
    gap: 0;
  }
  .megamenu_list_item.open ul li a {
    background-size: 30px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 1.5rem 45px;
    background-position: 40px center;
    padding-left: 75px;
    position: relative;
  }
  .megamenu_list_item.open ul li a::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #252525;
    z-index: -1;
  }
}
.button {
  background-color: transparent;
  border: 0;
  padding: 0.85rem 1.7rem;
  font-size: 1rem;
  color: var(--text-color);
  border-radius: 10px;
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
}
.button--arrow {
  background-color: transparent;
  padding: 1rem 0rem;
  font-size: 1rem;
  color: var(--blue-color);
  text-decoration: none;
  font-family: "Ubuntu", sans-serif;
  display: flex;
  align-items: center;
}
.button--arrow .arrow_icon {
  display: flex;
  align-items: center;
  position: relative;
}
.button--arrow .arrow_icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: var(--blue-color);
  position: relative;
  left: 12px;
  clip-path: inset(0 0 0 0);
  transition: width 200ms ease;
}
.button--arrow:hover .arrow_icon::before {
  width: 40px;
}
.button--main {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background: #1e992c;
  background: linear-gradient(0deg, #1e992c 0%, #17d32d 100%);
  box-shadow: 0 5px 0 0 #26682E, 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  color: var(--text-color-white);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  min-width: 120px;
  transition: all 250ms ease-in;
}
.button--main:hover {
  background: linear-gradient(0deg, #21a530 0%, #17d32d 100%);
  box-shadow: 0 5px 0 0 #26682E, 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  transition: all 150ms ease-out;
}
.button--red {
  min-width: 120px;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background: #f1795a;
  background: linear-gradient(0deg, #e14a4c 0%, #f1795a 100%);
  box-shadow: 0 5px 0 0 #a0383a, 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  color: var(--text-color-white);
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  transition: all 250ms ease-in;
}
.button--red:hover {
  background: linear-gradient(0deg, #e24e51 0%, #f1795a 100%);
  box-shadow: 0 5px 0 0 #a0383a, 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  transition: all 150ms ease-out;
}
@media screen and (max-width: 640px) {
  .button--main {
    font-size: 1.2rem;
    min-width: 90px;
  }
  .button--red {
    font-size: 1.2rem;
    min-width: 70px;
  }
  .button {
    border-radius: 8px;
    padding: 0.65rem 1.4rem;
  }
}
.divider {
  width: 100%;
  height: 70px;
  background-image: url("../themes/farskecms/assets/images/dividers/divider_red.svg");
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.divider span {
  background-color: var(--bg-color);
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
}
.divider svg {
  height: 2.5rem;
  width: 2.5rem;
}
.divider.red {
  background-image: url("../themes/farskecms/assets/images/dividers/divider_red.svg");
}
.divider.blue {
  background-image: url("../themes/farskecms/assets/images/dividers/divider_blue.svg");
}
.divider.green {
  background-image: url("../themes/farskecms/assets/images/dividers/divider_green.svg");
}
.divider.white {
  background-image: url("../themes/farskecms/assets/images/dividers/divider_white.svg");
}
.divider.grey {
  background-image: url("../themes/farskecms/assets/images/dividers/divider_grey.svg");
}
.divider_vertical {
  height: 100%;
  width: 1px;
  position: relative;
  display: block;
  border-left: 1px solid var(--border-color);
}
.divider_vertical::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--border-color);
  transform: rotate(45deg) translateX(-50%);
}
.divider_vertical::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  height: 0.5rem;
  width: 0.5rem;
  background-color: var(--border-color);
  transform: rotate(45deg) translateX(-50%);
}
footer {
  position: sticky;
  top: 100vh;
  z-index: 99;
  font-family: "Ubuntu", sans-serif;
}
footer .footer-top {
  background-color: #141414;
  text-align: center;
}
footer .footer-top a {
  color: white;
}
footer .footer-top .wide-container {
  padding: 2rem 1rem;
  color: white;
  display: flex;
  justify-content: space-between;
}
footer .footer-bottom {
  text-align: center;
  background-color: black;
}
footer .footer-bottom .wide-container {
  padding: 2rem 0;
  color: var(--text-color-white-50);
  justify-content: center;
}
footer b {
  color: white;
}
footer i {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
  font-style: normal;
}
@media only screen and (max-width: 1400px) {
  .footer-top, .footer-bottom {
    padding: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  footer.marginBottom {
    padding-bottom: 95px;
  }
  footer .wide-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .wide-container * {
    width: 100%;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  footer .wide-container span {
    order: 2;
  }
}
gmp-map {
  height: 300px;
  border-radius: 5px;
  overflow: hidden;
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html, body {
  font-size: 15px;
  line-height: 1.4;
  font-family: "Ubuntu", sans-serif;
  background-color: var(--bg-color);
  padding: 0;
  margin: 0;
  min-height: 100vh;
}
html {
  overflow-y: scroll;
}
.container {
  max-width: 1200px;
  width: calc(100% - 2rem);
  padding: 1rem;
  margin: auto;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
      * A better looking default horizontal rule
      */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
      * Remove the gap between audio, canvas, iframes,
      * images, videos and the bottom of their containers:
      * https://github.com/h5bp/html5-boilerplate/issues/440
      */
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
img {
  border-radius: 3px;
}
/*
      * Remove default fieldset styles.
      */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
      * Allow only vertical resizing of textareas.
      */
textarea {
  resize: vertical;
}
/* ==========================================================================
        Author's custom styles
        ========================================================================== */
/* ==========================================================================
        Helper classes
        ========================================================================== */
/*
      * Hide visually and from screen readers
      */
.hidden, [hidden] {
  display: none !important;
}
/*
      * Hide only visually, but have it available for screen readers:
      * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
      *
      * 1. For long content, line feeds are not interpreted as spaces and small width
      *    causes content to wrap 1 word per line:
      *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
      */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
/*
      * Extends the .sr-only class to allow the element
      * to be focusable when navigated to via the keyboard:
      * https://www.drupal.org/node/897638
      */
.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
/*
      * Hide visually and from screen readers, but maintain layout
      */
.invisible {
  visibility: hidden;
}
/*
      * Clearfix: contain floats
      *
      * For modern browsers
      * 1. The space content is one way to avoid an Opera bug when the
      *    `contenteditable` attribute is included anywhere else in the document.
      *    Otherwise it causes space to appear at the top and bottom of elements
      *    that receive the `clearfix` class.
      * 2. The use of `table` rather than `block` is only necessary if using
      *    `:before` to contain the top-margins of child elements.
      */
.clearfix::before, .clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
/* ==========================================================================
        EXAMPLE Media Queries for Responsive Design.
        These examples override the primary ('mobile first') styles.
        Modify as content requires.
        ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
        Print styles.
        Inlined to avoid the additional HTTP request:
        https://www.phpied.com/delay-loading-your-print-css/
        ========================================================================== */
@media print {
  /*
        * Don't show links that are fragment identifiers,
        * or use the `javascript:` pseudo protocol
        */
  /*
        * Printing Tables:
        * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
        */
  *, *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    /* Black prints faster */
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
@media only screen and (min-width: 768px) {
  html, body {
    font-size: 15px;
  }
}
.section_headline h2 {
  position: relative;
  width: 100%;
  color: var(--secondary-color);
  font-family: "Poetsen One", display;
  margin: 0 0 1rem 0;
  font-weight: 500;
  font-size: 2.2rem;
}
.welcome_banner {
  width: 100%;
  height: 55svh;
  position: relative;
  z-index: 2;
}
.welcome_banner .divider {
  transform: translateY(-70px);
}
.welcome_banner_overlay {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: block;
  color: var(--text-color-white);
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}
.welcome_banner_content {
  display: flex;
  height: calc(100% - 4rem - 70px);
  width: calc(100% - 4rem);
  flex-direction: column;
  justify-content: flex-end;
  color: var(--text-color-white);
  z-index: 3;
  position: relative;
  padding: 2rem 2rem 100px 2rem;
  margin: auto;
  max-width: 1200px;
  gap: 1rem;
}
.welcome_banner_content_buttons {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 2rem 0;
  justify-content: center;
}
.welcome_banner_content_buttons .button--main {
  width: 150px;
  text-align: center;
}
.welcome_banner_content h1 {
  font-family: "Poetsen One", display;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1.25;
  margin: 0;
  overflow: hidden;
}
.welcome_banner_content small {
  font-family: "Ubuntu", sans-serif;
  font-weight: normal;
  font-size: clamp(1rem, 3vw, 1.35rem);
  width: 100%;
  text-align: center;
  transition: all 800ms ease 450ms;
}
.welcome_banner_content span {
  margin: 1rem auto;
  color: var(--text-color);
  background-color: var(--text-color-white);
  padding: 1rem;
  border-radius: 15px;
  font-weight: 500;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
}
.welcome_banner_content.samozber small {
  margin-bottom: 3rem;
}
.welcome_banner_content.is-inview .line {
  width: 100px;
  transition: all 500ms ease;
}
.welcome_banner_content.is-inview small {
  opacity: 1;
}
.hero_image {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 55svh;
  overflow: hidden;
}
.hero_image_big {
  object-fit: cover;
  object-position: bottom center;
  width: 100%;
  height: 55svh;
  opacity: 1;
  transition: all 250ms ease;
  position: relative;
  z-index: 2;
}
.hero_image_back {
  object-fit: cover;
  object-position: bottom center;
  width: 100%;
  height: 55svh;
  opacity: 1;
  transition: all 250ms ease;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  filter: blur(100px);
}
.hero_image.is-inview img {
  opacity: 1;
  transition: all 800ms ease;
}
.shp_content {
  position: relative;
  z-index: 2;
  background-color: white;
}
.welcome_banner_info {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 5rem);
  max-width: 500px;
  background-color: var(--red-color);
  color: var(--text-color-invert);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  z-index: 100;
  padding: 1.5rem;
}
.welcome_banner_info_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}
.welcome_banner_info_head span {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.875rem;
  color: var(--text-color-invert-50);
  text-transform: uppercase;
}
.welcome_banner_info_head button {
  color: var(--text-color-invert-50);
  background-color: transparent;
  border: 0;
}
.welcome_banner_info.hide {
  display: none;
}
@media screen and (max-width: 1024px) {
  .welcome_banner {
    height: 65svh;
  }
  .hero_image {
    height: 65svh;
  }
  .hero_image_big {
    height: 65svh;
  }
  .hero_image_back {
    height: 65svh;
  }
}
@media screen and (max-width: 525px) {
  .welcome_banner {
    height: 75svh;
  }
  .hero_image {
    height: 75svh;
  }
  .hero_image_big {
    height: 75svh;
  }
  .hero_image_back {
    height: 75svh;
  }
}
dialog {
  border: none !important;
  border-radius: 10px;
  box-shadow: var(--shadow-elevation-high);
  background-color: var(--text-color-white);
  padding: 1rem;
}
dialog:focus {
  border: none !important;
  outline: none !important;
}
dialog::backdrop {
  background: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}
dialog--image {
  padding: 0;
  background: transparent;
}
dialog--image img.dialog_content {
  width: 100%;
  height: auto;
  max-width: 80vw;
  max-height: 80vh;
}
.dialog_close {
  cursor: pointer;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: 0;
  background-color: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  outline: none;
}
.dialog_close:focus {
  border: none !important;
  outline: none !important;
}
.dialog_close svg {
  color: var(--text-color-white);
}
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.slider_wrap {
  overflow-x: auto;
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 10px;
  width: 100%;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slider_wrap::-webkit-scrollbar {
  display: none;
}
.slider_nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid var(--border-color-10);
  box-shadow: var(--shadow-elevation-medium);
  border-radius: 100%;
  cursor: pointer;
  background-color: var(--text-color-white);
}
.slider_nav svg {
  stroke: var(--text-color);
}
.slider_nav.hide {
  display: none;
}
.slider_nav--right {
  right: 1rem;
}
.slider_nav--left {
  left: 1rem;
}
.slider_indicator {
  display: none;
  align-self: center;
  gap: 0.25rem;
  margin: 1rem auto;
  width: 100%;
  justify-content: center;
}
.slider_indicator span {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background-color: var(--text-color-invert-50);
}
.slider_indicator span.active {
  background-color: var(--text-color-invert);
}
.slider_item {
  flex-shrink: 0;
}
@media only screen and (max-width: 900px) {
  .slider_wrap {
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
  }
  .slider_item {
    scroll-snap-align: center;
  }
  .slider_item:first-of-type {
    margin-left: 1rem;
  }
  .slider_item:last-of-type {
    margin-right: 1rem;
  }
  .slider_nav {
    width: 2.5rem;
    height: 2.5rem;
  }
  .slider_indicator {
    display: flex;
  }
}
.dropbtn {
  cursor: pointer;
}
.dropdown {
  position: relative;
  display: inline-block;
}
#dropdown_menu {
  display: flex;
  height: 100%;
}
#dropdown_menu > ul {
  margin: 0;
  padding: 0;
}
.dropdown_content {
  --indicatorWidth: 40px;
  display: none;
  position: absolute;
  top: 90px;
  min-width: 160px;
  min-height: 160px;
  background-color: var(--bg-color);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05);
  z-index: 1;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  transition: all 300ms ease;
}
.dropdown_content::after {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  width: var(--indicatorWidth);
  height: 4px;
  background-color: var(--blue-color);
}
.dropdown_content .dropdown_inner {
  opacity: 0;
  transform: translateX(30px);
  transition: 250ms all ease;
  padding: 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  gap: 2.5rem;
  z-index: 1;
}
.dropdown_content .dropdown_inner b {
  text-transform: uppercase;
  font-size: 0.75rem;
  opacity: 0.5;
  display: block;
}
.dropdown_content .dropdown_inner ul {
  margin: 0;
  margin-top: 1rem;
  padding: 0;
}
.dropdown_content .dropdown_inner ul li {
  min-width: 160px;
  padding: 0.5rem 0;
}
.dropdown_content .dropdown_inner ul li a:hover {
  font-weight: bold;
}
.dropdown_content .dropdown_inner.open {
  opacity: 1;
  z-index: 3;
  transform: translateX(0);
  transition: 250ms all ease 100ms;
}
.dropdown_content.open {
  display: block;
}
.dropdown_content li {
  color: var(--text-color);
  padding: 1rem 1.15rem;
  text-decoration: none;
  display: block;
}
.dropdown_content li:last-of-type {
  border-bottom: 0;
}
.dropdown_content li:hover {
  background-color: var(--secondary-color-10);
}
.dropdown:hover .dropdown_content {
  display: block;
}
.dropdown:hover .dropbtn {
  background-color: var(--secondary-color-10);
}

body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/*!
 * justifiedGallery - v3.8.0
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  /* background: #888888; To have gray placeholders while the gallery is loading with waitThumbnailsLoad = false */
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  -moz-transition: opacity 500ms ease-in;
  -o-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
