.hide-small {
  display: none;
}

@media screen and (width >= 920px) {
  .hide-small {
    display: block;
  }
}

.hide-large {
  display: block;
}

@media screen and (width >= 920px) {
  .hide-large {
    display: none;
  }
}

.w-100 {
  width: 100%;
  max-width: 100%;
}

.page-content {
  min-height: 70vh;
}

h2.greenheading {
  margin: 8px 0;
  font-size: 48px;
  color: #1e9144 !important;
}

.padding {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
}

@media screen and (width <= 1120px) {
  .padding {
    padding-left: 56px;
    padding-right: 56px;
  }
}

@media screen and (width <= 920px) {
  .padding {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (width <= 750px) {
  .padding {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (width <= 420px) {
  .padding {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.button--black {
  appearance: none;
  color: #fff;
  background-color: #000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #000;
  outline: none;
  margin: 0;
  padding: 6px 48px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

@media screen and (width <= 920px) {
  .button--black {
    padding: 6px 32px;
  }
}

@media screen and (width <= 420px) {
  .button--black {
    padding: 6px 24px;
  }
}

.button--black:hover, .button--black:focus-visible {
  color: #000;
  background-color: #0000;
}

.button--white {
  appearance: none;
  color: #000;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px solid #fff;
  outline: none;
  margin: 0;
  padding: 6px 48px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

@media screen and (width <= 920px) {
  .button--white {
    padding: 6px 32px;
  }
}

@media screen and (width <= 420px) {
  .button--white {
    padding: 6px 24px;
  }
}

.button--white:hover, .button--white:focus-visible {
  color: #fff;
  background-color: #0000;
}

.button--green {
  appearance: none;
  color: #fff;
  background-color: #1e9144;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  border-radius: .5rem;
  outline: none;
  margin: 0;
  padding: .6rem 1.5rem;
  font-family: Bungee Inline, cursive;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

@media screen and (width <= 920px) {
  .button--green {
    padding: 6px 32px;
  }
}

@media screen and (width <= 420px) {
  .button--green {
    padding: 6px 24px;
  }
}

.button--green:hover, .button--green:focus-visible {
  background-color: #03603c;
}

.button--green:focus-visible {
  border: 1px solid #fff;
  outline: none;
}

.page-header {
  height: 560px;
  position: relative;
}

@media screen and (width <= 920px) {
  .page-header {
    height: 480px;
  }
}

.page-header__image {
  object-fit: cover;
  filter: brightness(.9) contrast(1.1);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.page-header__content {
  background: linear-gradient(140deg, #00000040 0%, #0000004d 30%, #0006 70%, #0000004d 100%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.page-header__content__inner {
  text-align: center;
}

.page-header__content__inner h1 {
  color: #fff;
  max-width: 900px;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 1.1;
}

@media screen and (width <= 1120px) {
  .page-header__content__inner h1 {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 920px) {
  .page-header__content__inner h1 {
    font-size: 3.25rem;
  }
}

@media screen and (width <= 750px) {
  .page-header__content__inner h1 {
    font-size: 2.75rem;
  }
}

@media screen and (width <= 420px) {
  .page-header__content__inner h1 {
    font-size: 2.15rem;
  }
}

.page-header__content__inner .preamble {
  color: #fff;
  max-width: 880px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.page-header__content__inner .button {
  margin-top: 24px;
}

.page-header-no-image--top {
  background-color: #000;
  width: 100%;
  height: 0;
}

@media screen and (width <= 1050px) {
  .page-header-no-image--top {
    height: 64px;
  }
}

.page-header-no-image--text {
  text-align: center;
  max-width: 900px;
  padding-top: 32px;
  padding-bottom: 24px;
}

@media screen and (width <= 580px) {
  .page-header-no-image--text {
    padding-top: 24px;
  }
}

.page-header-no-image--text h1 {
  color: #000;
  margin-bottom: 16px;
  font-size: 3.75rem;
  line-height: 1.1;
}

@media screen and (width <= 1120px) {
  .page-header-no-image--text h1 {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 920px) {
  .page-header-no-image--text h1 {
    font-size: 3.25rem;
  }
}

@media screen and (width <= 750px) {
  .page-header-no-image--text h1 {
    font-size: 2.75rem;
  }
}

@media screen and (width <= 420px) {
  .page-header-no-image--text h1 {
    font-size: 2.15rem;
  }
}

.page-header-no-image--text .preamble {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.page-header-no-image--text .button {
  margin-top: 24px;
}

.back-to-parent a {
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
  text-decoration: none;
}

.back-to-parent a:hover {
  text-decoration: underline;
}

.back-to-parent a .arrow {
  background-image: url("../left-arrow.1e9689aa.svg");
  background-position: 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 14px;
  margin-bottom: -2px;
  display: inline-block;
}

.back-to-parent--absolute {
  position: relative;
}

@media screen and (width <= 1120px) {
  .back-to-parent--absolute {
    padding-bottom: 16px;
  }
}

.back-to-parent--absolute a {
  padding-top: 32px;
  position: absolute;
}

@media screen and (width <= 750px) {
  .back-to-parent--absolute a {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

.grid {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.grid .card {
  flex-grow: 0;
  flex-shrink: 0;
}

.grid--4 .card {
  flex-basis: 25%;
}

@media screen and (width <= 920px) {
  .grid--4 .card {
    flex-basis: 50%;
  }
}

@media screen and (width <= 580px) {
  .grid--4 .card {
    flex-basis: 100%;
  }
}

.grid--3 .card {
  flex-basis: 33.3333%;
}

@media screen and (width <= 920px) {
  .grid--3 .card {
    flex-basis: 50%;
  }
}

@media screen and (width <= 580px) {
  .grid--3 .card {
    flex-basis: 100%;
  }
}

.grid--2 .card {
  flex-basis: 50%;
}

@media screen and (width <= 580px) {
  .grid--2 .card {
    flex-basis: 100%;
  }
}

.grid--1 .card {
  flex-basis: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0 !important;
}

.grid--1 .gap {
  display: none;
}

.grid .gap {
  flex-grow: 1;
  flex-basis: 0;
}

.image-links-item:nth-child(5n+1) .inner .overlay {
  background: linear-gradient(215deg, #3cb04a00 50%, #80a000 100%);
}

.image-links-item:nth-child(5n+2) .inner .overlay {
  background: linear-gradient(214deg, #3cb04a00 50%, #1e9144 100%);
}

.image-links-item:nth-child(5n+4) .inner .overlay {
  background: linear-gradient(214deg, #3cb04a00 50%, #03603c 100%);
}

.image-links-item:nth-child(5n+3) .inner .overlay, .image-links-item:nth-child(5n+5) .inner .overlay {
  background: linear-gradient(214deg, #3cb04a00 50%, #e56d2d 100%);
}

* {
  box-sizing: border-box;
  -o-transition: all .2s linear;
  font-family: Fira Sans, sans-serif;
  font-weight: 100;
  transition: all .2s linear;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, .title, .heading {
  font-family: Bungee Inline, cursive;
  font-weight: 100;
}

p {
  font-family: Fira Sans, sans-serif;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #000;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #1e9144;
}

::-webkit-scrollbar-thumb:hover {
  background: #000c;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #000 #fff;
}

sub, sup {
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

p strong {
  font-weight: 700 !important;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
  margin-bottom: 16px;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  color: #000;
  font-size: 3.75rem;
  line-height: 1.1;
}

@media screen and (width <= 1120px) {
  h1 {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 920px) {
  h1 {
    font-size: 3.25rem;
  }
}

@media screen and (width <= 750px) {
  h1 {
    font-size: 2.75rem;
  }
}

@media screen and (width <= 420px) {
  h1 {
    font-size: 2.15rem;
  }
}

h2 {
  color: #000;
  font-size: 3.75rem;
  line-height: 1.1;
}

@media screen and (width <= 1120px) {
  h2 {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 920px) {
  h2 {
    font-size: 3.25rem;
  }
}

@media screen and (width <= 750px) {
  h2 {
    font-size: 2.75rem;
  }
}

@media screen and (width <= 420px) {
  h2 {
    font-size: 2.15rem;
  }
}

h3 {
  color: #000;
  -o-transition: all .15s linear;
  font-size: 2.25rem;
  line-height: 1.2;
  transition: all .15s linear;
}

@media screen and (width <= 920px) {
  h3 {
    font-size: 2rem;
  }
}

@media screen and (width <= 750px) {
  h3 {
    font-size: 1.75rem;
  }
}

@media screen and (width <= 420px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  color: #000;
  font-size: 1.65rem;
  line-height: 1.3;
}

@media screen and (width <= 750px) {
  h4 {
    font-size: 1.4rem;
  }
}

@media screen and (width <= 420px) {
  h4 {
    font-size: 1.25rem;
  }
}

p {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.heading-l {
  color: #000;
  font-size: 3.75rem;
  line-height: 1.1;
}

@media screen and (width <= 1120px) {
  .heading-l {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 920px) {
  .heading-l {
    font-size: 3.25rem;
  }
}

@media screen and (width <= 750px) {
  .heading-l {
    font-size: 2.75rem;
  }
}

@media screen and (width <= 420px) {
  .heading-l {
    font-size: 2.15rem;
  }
}

.heading-m {
  color: #000;
  -o-transition: all .15s linear;
  font-size: 2.25rem;
  line-height: 1.2;
  transition: all .15s linear;
}

@media screen and (width <= 920px) {
  .heading-m {
    font-size: 2rem;
  }
}

@media screen and (width <= 750px) {
  .heading-m {
    font-size: 1.75rem;
  }
}

@media screen and (width <= 420px) {
  .heading-m {
    font-size: 1.5rem;
  }
}

.heading-s {
  color: #000;
  font-size: 1.65rem;
  line-height: 1.3;
}

@media screen and (width <= 750px) {
  .heading-s {
    font-size: 1.4rem;
  }
}

@media screen and (width <= 420px) {
  .heading-s {
    font-size: 1.25rem;
  }
}

.body-reg {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.body-reg-bold {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.body-reg-light {
  color: #000;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.body-small, .body-small * {
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.body-small-light, .body-small-light * {
  color: #000;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (width <= 580px) {
  .body-small-light, .body-small-light * {
    line-height: 1.4;
  }
}

.text-center, .text-left {
  text-align: center;
}

@media screen and (width >= 920px) {
  .text-left {
    text-align: left;
  }
}

.text-black {
  color: #000;
}

.text-grey {
  color: #686868;
}

.text-white {
  color: #fff;
}

.block a:not(.button), .block a:not(.button):visited, .lifestyle-article__block a:not(.button), .lifestyle-article__block a:not(.button):visited {
  color: #4a90e2;
  font-weight: 700;
  text-decoration: none;
}

.block a:not(.button):hover, .block a:not(.button):focus-visible, .block a:not(.button):visited:hover, .block a:not(.button):visited:focus-visible, .lifestyle-article__block a:not(.button):hover, .lifestyle-article__block a:not(.button):focus-visible, .lifestyle-article__block a:not(.button):visited:hover, .lifestyle-article__block a:not(.button):visited:focus-visible {
  text-decoration: underline;
}

.block ul, .block ol, .lifestyle-article__block ul, .lifestyle-article__block ol {
  padding-left: 16px;
}

.block ul li, .block ol li, .lifestyle-article__block ul li, .lifestyle-article__block ol li {
  margin-bottom: 8px;
  font-size: 1rem;
  line-height: 1.4;
}

.block ul li::marker, .lifestyle-article__block ul li::marker {
  font-size: .875rem;
}

.block h1, .block h2, .lifestyle-article__block h1, .lifestyle-article__block h2 {
  color: #000;
  font-size: 3.75rem;
  line-height: 1.1;
}

@media screen and (width <= 1120px) {
  .block h1, .block h2, .lifestyle-article__block h1, .lifestyle-article__block h2 {
    font-size: 3.5rem;
  }
}

@media screen and (width <= 920px) {
  .block h1, .block h2, .lifestyle-article__block h1, .lifestyle-article__block h2 {
    font-size: 3.25rem;
  }
}

@media screen and (width <= 750px) {
  .block h1, .block h2, .lifestyle-article__block h1, .lifestyle-article__block h2 {
    font-size: 2.75rem;
  }
}

@media screen and (width <= 420px) {
  .block h1, .block h2, .lifestyle-article__block h1, .lifestyle-article__block h2 {
    font-size: 2.15rem;
  }
}

.block h3, .lifestyle-article__block h3 {
  color: #000;
  -o-transition: all .15s linear;
  font-size: 2.25rem;
  line-height: 1.2;
  transition: all .15s linear;
}

@media screen and (width <= 920px) {
  .block h3, .lifestyle-article__block h3 {
    font-size: 2rem;
  }
}

@media screen and (width <= 750px) {
  .block h3, .lifestyle-article__block h3 {
    font-size: 1.75rem;
  }
}

@media screen and (width <= 420px) {
  .block h3, .lifestyle-article__block h3 {
    font-size: 1.5rem;
  }
}

.block h4, .block .heading-small, .lifestyle-article__block h4, .lifestyle-article__block .heading-small {
  color: #000;
  font-size: 1.65rem;
  line-height: 1.3;
}

@media screen and (width <= 750px) {
  .block h4, .block .heading-small, .lifestyle-article__block h4, .lifestyle-article__block .heading-small {
    font-size: 1.4rem;
  }
}

@media screen and (width <= 420px) {
  .block h4, .block .heading-small, .lifestyle-article__block h4, .lifestyle-article__block .heading-small {
    font-size: 1.25rem;
  }
}

.block .button, .lifestyle-article__block .button {
  margin-top: 24px;
}

.accordion-block {
  padding-top: 8px;
}

.accordion-block .title {
  text-align: center;
  color: #000;
  margin-bottom: 56px;
  font-size: 1.65rem;
  line-height: 1.3;
}

@media screen and (width <= 750px) {
  .accordion-block .title {
    font-size: 1.4rem;
  }
}

@media screen and (width <= 420px) {
  .accordion-block .title {
    font-size: 1.25rem;
  }
}

@media screen and (width <= 1440px) {
  .accordion-block .title {
    margin-bottom: 48px;
  }
}

@media screen and (width <= 920px) {
  .accordion-block .title {
    margin-bottom: 24px;
  }
}

.accordion-block__list-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

@media screen and (width <= 920px) {
  .accordion-block__list-container {
    display: block;
  }
}

.accordion-block .accordion-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (width >= 920px) {
  .accordion-block .accordion-list {
    flex: 0 0 calc(50% - 16px);
  }
}

.accordion-block .accordion-list__item {
  background-color: #fff;
  border-bottom: 1px solid #d8d8d8;
}

.accordion-block .accordion-list__item details, .accordion-block .accordion-list__item summary {
  appearance: none;
  outline: none;
}

.accordion-block .accordion-list__item details:focus-visible, .accordion-block .accordion-list__item summary:focus-visible {
  text-decoration: underline;
}

.accordion-block .accordion-list__item details {
  background-color: #fff;
}

.accordion-block .accordion-list__item summary {
  color: #000;
  cursor: pointer;
  justify-content: space-between;
  padding: 32px 8px 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: flex;
}

.accordion-block .accordion-list__item summary:after, .accordion-block .accordion-list__item summary::marker {
  content: "" !important;
  display: none !important;
}

.accordion-block .accordion-list__item summary::-webkit-details-marker {
  content: "" !important;
  display: none !important;
}

.accordion-block .accordion-list__item summary .icon {
  -o-transition: none;
  flex-grow: 1;
  width: 16px;
  height: 16px;
  transition: none;
  display: inline-block;
  position: relative;
}

.accordion-block .accordion-list__item summary .icon:before {
  content: "";
  border-top: 1px solid #3c3f40;
  border-left: 1px solid #3c3f40;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(-135deg);
}

.accordion-block .accordion-list__item details[open] .icon:before {
  bottom: 0;
  transform: rotate(45deg);
}

.accordion-block .accordion-list__item__info {
  padding: 0 8px;
}

.accordion-block .accordion-list__item__info p {
  margin: 0 0 24px;
}

.accordion-block .accordion-list__item__info p:last-of-type {
  margin-bottom: 12px;
}

.accordion-block .accordion-list__item__info, .accordion-block .accordion-list__item__info * {
  color: #686868;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.contact-block--background {
  background-color: #f5f5f5;
  padding: 64px 0;
}

.contact-block .title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}

.contact-block__grid .card {
  padding-bottom: 48px;
}

.contact-block__grid .card .inner .image {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}

.contact-block__grid .card .inner .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.contact-block__grid .card .inner .details--name, .contact-block__grid .card .inner .details--text {
  margin-bottom: 16px;
}

.contact-block__grid .card .inner .details--text p {
  color: #000;
  margin: 2px 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.contact-block__grid .card .inner .details--link {
  color: #000;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
}

@media (hover: none) {
  .contact-block__grid .card .inner .details--link {
    text-decoration: underline;
  }
}

.contact-block__grid .card .inner .details--link:hover, .contact-block__grid .card .inner .details--link:focus-visible {
  text-decoration: underline;
}

.startpage-hero {
  background-color: #000;
  height: 100vh;
  position: relative;
}

@media screen and (width <= 580px) {
  .startpage-hero {
    height: 80vh;
  }
}

.startpage-hero--content {
  background-color: #00000026;
  position: absolute;
  inset: 0;
}

.startpage-hero .hero-swiper {
  height: 100%;
}

.startpage-hero .hero-swiper--slide {
  position: relative;
}

.startpage-hero .hero-swiper--slide .side-overlay {
  z-index: 1;
  background: linear-gradient(270deg, #3cb04a00 0%, #80a000 100%);
  width: 80%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.startpage-hero .hero-swiper--slide .bottom-overlay {
  z-index: 1;
  background: linear-gradient(#3cb04a00 0%, #03603c 100%);
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 580px) {
  .startpage-hero .hero-swiper--slide {
    margin-left: 0 !important;
  }
}

.startpage-hero .hero-swiper--slide--image, .startpage-hero .hero-swiper--slide--text {
  height: 100vh;
  position: absolute;
}

@media screen and (width <= 580px) {
  .startpage-hero .hero-swiper--slide--image, .startpage-hero .hero-swiper--slide--text {
    height: 80vh;
  }
}

.startpage-hero .hero-swiper--slide--image {
  width: 100%;
  right: 0;
}

.startpage-hero .hero-swiper--slide--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (width <= 580px) {
  .startpage-hero .hero-swiper--slide--image img {
    height: 80vh;
  }
}

.startpage-hero .hero-swiper--slide--text {
  z-index: 200;
  max-width: 1200px;
  margin: auto;
  padding: 2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (width <= 580px) {
  .startpage-hero .hero-swiper--slide--text {
    padding: 16px;
  }
}

.startpage-hero .hero-swiper--slide--text--inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  min-width: 520px;
  max-width: 640px;
  padding: 0 1rem;
  display: flex;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.startpage-hero .hero-swiper--slide--text--inner.flex-horizontal {
  flex-direction: row;
}

@media screen and (width <= 920px) {
  .startpage-hero .hero-swiper--slide--text--inner.flex-horizontal {
    padding: 0;
  }
}

.startpage-hero .hero-swiper--slide--text--inner.flex-horizontal .flex-col {
  text-align: left;
  width: 60%;
}

.startpage-hero .hero-swiper--slide--text--inner .flex-col {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

@media screen and (width <= 920px) {
  .startpage-hero .hero-swiper--slide--text--inner {
    text-align: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 1200px;
    padding: 24px;
  }
}

.startpage-hero .hero-swiper--slide--text--inner h1 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 3rem;
}

@media screen and (width <= 920px) {
  .startpage-hero .hero-swiper--slide--text--inner h1 {
    font-size: 2rem;
  }
}

@media (width >= 920px) and (width <= 1120px) {
  .startpage-hero .hero-swiper--slide--text--inner h1 {
    font-size: 2.5rem;
  }
}

.startpage-hero .hero-swiper--slide--text--inner .body-reg {
  max-width: 620px;
}

.startpage-hero .hero-swiper--slide--text--inner .button {
  width: fit-content;
  margin-top: 32px;
  padding: 12px 56px;
}

@media screen and (width <= 920px) {
  .startpage-hero .hero-swiper--slide--text--inner .button {
    margin: 1rem auto 0;
    padding: 12px 48px;
    display: block;
  }
}

@media screen and (width <= 420px) {
  .startpage-hero .hero-swiper--slide--text--inner .button {
    padding: 8px 24px;
  }
}

.startpage-hero .hero-swiper--slide--text--inner .map-extension {
  width: 40%;
  position: relative;
}

.startpage-hero .hero-swiper--slide--text--inner .map-extension img {
  width: 100%;
  height: 30rem;
}

.startpage-hero .hero-swiper--slide--text--inner .map-extension .go-to-map {
  color: #fff;
  text-align: center;
  background-color: #03603c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  margin: 0 auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 30%;
  right: 0;
}

@media screen and (width <= 920px) {
  .startpage-hero .hero-swiper--slide--text--inner .map-extension .go-to-map {
    width: 6rem;
    height: 6rem;
  }
}

.startpage-hero .hero-swiper--slide--text--inner .map-extension .go-to-map span {
  font-family: Bungee Inline, cursive;
  line-height: 120%;
  position: relative;
}

.startpage-hero .hero-swiper--slide--text--inner .map-extension .go-to-map span:before {
  content: "";
  filter: invert();
  width: 20px;
  height: 13px;
  transition: all;
  transition-duration: .2s cubic-bezier(.175, .885, .32, 1);
  background-image: url("../right-arrow.01b5c9b4.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 95%;
  margin-right: .5rem;
  display: inline-block;
}

.startpage-hero .hero-swiper--slide--text--inner .map-extension .go-to-map:hover {
  background-color: #1e9144;
}

.startpage-hero .hero-swiper--controls {
  z-index: 100;
  padding: 0 64px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (width <= 1120px) {
  .startpage-hero .hero-swiper--controls {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (width <= 1050px) {
  .startpage-hero .hero-swiper--controls {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (width <= 750px) {
  .startpage-hero .hero-swiper--controls {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.startpage-hero .hero-swiper--navigation {
  text-align: right;
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: 150px;
  right: 4rem;
}

@media screen and (width <= 750px) {
  .startpage-hero .hero-swiper--navigation {
    bottom: 130px;
  }
}

@media screen and (width <= 580px) {
  .startpage-hero .hero-swiper--navigation {
    text-align: center;
    bottom: 24px;
    right: 0;
  }
}

.startpage-hero .hero-swiper--prev, .startpage-hero .hero-swiper--next {
  appearance: none;
  filter: invert();
  cursor: pointer;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  width: 40px;
  height: 28px;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.startpage-hero .hero-swiper--prev:last-of-type, .startpage-hero .hero-swiper--next:last-of-type {
  margin-left: 32px;
}

.startpage-hero .hero-swiper--prev:focus-visible, .startpage-hero .hero-swiper--next:focus-visible {
  border: 1px solid #fff;
  outline: none;
}

.startpage-hero .hero-swiper--prev {
  background-image: url("../left-arrow.1e9689aa.svg");
}

.startpage-hero .hero-swiper--next {
  background-image: url("../right-arrow.01b5c9b4.svg");
  background-position: 100%;
}

@media screen and (width >= 580px) {
  .startpage-hero .hero-swiper--pagination {
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    height: 152px;
    padding-bottom: 40px;
    display: flex;
    position: static;
  }
}

@media screen and (width >= 580px) and (width <= 920px) {
  .startpage-hero .hero-swiper--pagination {
    padding-bottom: 32px;
  }
}

@media screen and (width >= 580px) and (width <= 750px) {
  .startpage-hero .hero-swiper--pagination {
    height: 128px;
    padding-bottom: 24px;
  }
}

@media screen and (width >= 580px) {
  .startpage-hero .hero-swiper--pagination--item {
    opacity: .7;
    cursor: pointer;
    background-color: #80a000;
    justify-content: center;
    align-items: center;
    width: calc(33.3333% - 18px);
    height: 50px;
    font-family: Bungee Inline, cursive;
    display: flex;
    position: relative;
  }
}

@media screen and (width >= 580px) and (width <= 920px) {
  .startpage-hero .hero-swiper--pagination--item {
    width: calc(33.3333% - 8px);
    height: 40px;
  }
}

@media screen and (width >= 580px) {
  .startpage-hero .hero-swiper--pagination--item__active {
    opacity: 1;
  }

  .startpage-hero .hero-swiper--pagination--item__active:after {
    height: 8px;
    bottom: -2px;
  }
}

@media screen and (width >= 580px) and (width <= 920px) {
  .startpage-hero .hero-swiper--pagination--item__active:after {
    height: 6px;
    bottom: -1px;
  }
}

@media screen and (width >= 580px) {
  .startpage-hero .hero-swiper--pagination--item .slide-title {
    color: #fff;
    font-family: Bungee Inline, cursive;
    font-size: 1.125rem;
  }
}

@media screen and (width >= 580px) and (width <= 920px) {
  .startpage-hero .hero-swiper--pagination--item .slide-title {
    font-size: 1rem;
  }
}

@media screen and (width >= 580px) and (width <= 750px) {
  .startpage-hero .hero-swiper--pagination--item .slide-title {
    font-size: .875rem;
  }
}

@media screen and (width <= 580px) {
  .startpage-hero .hero-swiper--pagination {
    display: none;
  }
}

@media screen and (width >= 1090px) {
  .grid-two-columns {
    grid-template-columns: 1fr 1fr;
    display: grid;
  }
}

.jobba-gront-widget-dekstop {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.jobba-gront-widget-mobile {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-links-item {
  -o-transition: all .2s ease;
  transition: all .2s;
}

.image-links-item:focus-visible, .image-links-item:focus-visible .inner {
  outline: none;
}

.image-links-item:focus-visible .inner .text {
  outline: auto;
}

.image-links-item:hover .arrow {
  transform: translateX(.5rem);
}

.image-links-item .inner {
  width: 100% d;
  position: relative;
}

.image-links-item .inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  height: auto !important;
}

.image-links-item .inner .overlay {
  flex-flow: row;
  align-items: flex-end;
  padding: 24px 20px 24px 16px;
  display: flex;
  position: absolute;
  inset: 0;
}

.image-links-item .inner .overlay .text {
  padding-right: 8px;
}

.image-links-item .inner .overlay .text span {
  display: block;
}

.image-links-item .inner .overlay .text .pre-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
}

.image-links-item .inner .overlay .text .title {
  color: #fff;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 120%;
}

@media screen and (width <= 1440px) {
  .image-links-item .inner .overlay .text .title {
    font-size: 2rem;
  }
}

@media screen and (width <= 1120px) {
  .image-links-item .inner .overlay .text .title {
    font-size: 1.8rem;
  }
}

@media screen and (width <= 580px) {
  .image-links-item .inner .overlay .text .title {
    font-size: 1.4rem;
  }
}

.image-links-item .inner .overlay .text .title__small {
  font-size: 2rem;
}

@media screen and (width <= 1440px) {
  .image-links-item .inner .overlay .text .title__small {
    font-size: 1.75rem;
  }
}

@media screen and (width <= 1120px) {
  .image-links-item .inner .overlay .text .title__small {
    font-size: 1.5rem;
  }
}

@media screen and (width >= 920px) and (width <= 1120px) {
  .image-links-item .inner .overlay .text .title__small {
    font-size: 1.25rem;
  }
}

.image-links-item .inner .overlay .arrow {
  filter: invert();
  background-image: url("../right-arrow.01b5c9b4.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-shrink: 0;
  width: 28px;
  height: 32px;
  margin-bottom: 0;
}

@media screen and (width <= 1120px) {
  .image-links-item .inner .overlay .arrow {
    width: 26px;
  }
}

@media screen and (width >= 1440px) {
  .image-links-item .inner .overlay .arrow {
    margin-bottom: 5px;
  }
}

@media screen and (width >= 920px) and (width <= 1440px) {
  .image-links-item .inner .overlay .arrow__small {
    width: 24px;
  }
}

.image-links-grid .grid .image-links-item .inner {
  padding-top: 100%;
}

.image-links-slider.background {
  background-color: #f5f5f5;
}

.image-links-slider__swiper {
  opacity: 0;
  animation-name: fadein;
  animation-duration: .5s;
  animation-delay: .75s;
  animation-fill-mode: forwards;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.image-links-slider__slide {
  -o-transition: all .5s ease;
  filter: contrast() saturate();
  opacity: 1;
  max-width: 600px;
  transition: all .5s;
}

.image-links-slider .image-links-item .inner {
  padding-top: 128%;
}

.text-block.background {
  background-color: #f5f5f5;
  padding-top: 24px;
  padding-bottom: 48px;
}

.text-block__inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
}

.text-block__inner.small {
  max-width: 640px;
}

@media screen and (width <= 750px) {
  .text-block__inner.small {
    width: 90%;
  }
}

.text-block-columns-container.background {
  background-color: #f5f5f5;
  padding-top: 24px;
}

.text-block-columns {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (width <= 920px) {
  .text-block-columns__box.small {
    max-width: 420px;
  }
}

@media screen and (width >= 920px) {
  .text-block-columns__box.small:nth-of-type(odd) {
    padding-left: 5%;
  }

  .text-block-columns__box.small:nth-of-type(2n) {
    padding-right: 5%;
  }
}

@media screen and (width >= 1120px) {
  .text-block-columns__box.small:nth-of-type(odd) {
    padding-left: 15%;
  }

  .text-block-columns__box.small:nth-of-type(2n) {
    padding-right: 15%;
  }
}

@media screen and (width >= 920px) {
  .text-block-columns__box {
    width: calc(50% - 32px);
  }

  .text-block-columns__box:first-of-type {
    margin-right: 32px;
  }
}

@media screen and (width <= 920px) {
  .text-block-columns__box {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.text-block-columns__box .title {
  color: #000;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.text-block-columns__box .content.text-black, .text-block-columns__box .content.text-black :not(a) {
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-block-columns__box .content.text-grey, .text-block-columns__box .content.text-grey * {
  color: #686868;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.text-block-columns article {
  padding-bottom: 48px;
}

@media screen and (width <= 750px) {
  .text-block-columns article {
    padding-bottom: 32px;
  }
}

@media screen and (width <= 420px) {
  .text-block-columns article {
    padding-bottom: 24px;
  }
}

.text-block-columns article:last-of-type {
  padding-bottom: 0;
}

.text-block-columns .gap {
  flex: 0 1px;
}

.text-image-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
}

@media screen and (width >= 920px) {
  .text-image-block {
    padding: 0 4rem;
  }

  .text-image-block.image-left {
    flex-flow: row;
  }

  .text-image-block.image-right {
    flex-flow: row-reverse;
  }
}

@media screen and (width <= 920px) {
  .text-image-block {
    max-width: 640px;
    padding: 0 24px;
  }

  .text-image-block.image-left {
    margin-left: auto;
  }

  .text-image-block {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (width <= 750px) {
  .text-image-block {
    max-width: 750px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (width <= 420px) {
  .text-image-block {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.text-image-block__image {
  height: 440px;
}

@media screen and (width >= 920px) {
  .text-image-block__image {
    width: calc(50% - 16px);
  }
}

.text-image-block__image img:not(.image-frame) {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (width <= 580px) {
  .text-image-block__image:not(.text-image-block__three__image) {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
  }

  .text-image-block__image:not(.text-image-block__three__image) img {
    position: absolute;
    inset: 0;
  }
}

.text-image-block__text {
  width: 100%;
}

.text-image-block__text .inner p:last-of-type {
  margin-bottom: 0;
}

@media screen and (width <= 920px) {
  .text-image-block__text .button {
    margin-top: 16px;
  }
}

@media screen and (width >= 920px) {
  .text-image-block__text {
    flex-grow: 1;
    width: 50%;
  }

  .text-image-block__text .inner {
    max-width: 560px;
    padding: 0 32px;
  }

  .text-image-block__text.image-right .inner {
    margin-left: auto;
  }

  .text-image-block__text .button {
    margin-top: 16px;
  }
}

.text-image-block__regular.with-background {
  position: relative;
}

@media screen and (width >= 920px) {
  .text-image-block__regular__background {
    z-index: -1;
    width: 60vw;
    height: 70vw;
    display: block;
    position: absolute;
    overflow: hidden;
  }

  .text-image-block__regular__background:after {
    content: "";
    background-color: #f5f5f5;
    border-radius: 50%;
    width: 70vw;
    height: 70vw;
    display: block;
    position: absolute;
  }

  .text-image-block__regular__background.image-right:after {
    left: 0;
  }

  .text-image-block__regular__background.image-left:after {
    right: 0;
  }
}

@media screen and (width >= 920px) and (width >= 1600px) {
  .text-image-block__regular__background {
    width: 800px;
    height: 1000px;
  }

  .text-image-block__regular__background:after {
    width: 1000px;
    height: 1000px;
  }
}

@media screen and (width >= 920px) and (width <= 1120px) {
  .text-image-block__regular__background {
    width: 70vw;
    height: 90vw;
  }

  .text-image-block__regular__background:after {
    width: 90vw;
    height: 90vw;
  }
}

@media screen and (width <= 1120px) {
  .text-image-block__three.image-right, .text-image-block__three.image-left {
    flex-flow: column !important;
  }
}

.text-image-block__three__image {
  width: 100%;
  height: 560px;
}

@media screen and (width >= 920px) {
  .text-image-block__three__image {
    width: 55%;
    min-width: 640px;
  }
}

@media screen and (width <= 750px) {
  .text-image-block__three__image {
    max-width: 560px;
    height: 512px;
    margin-bottom: -16px;
  }
}

@media screen and (width <= 580px) {
  .text-image-block__three__image {
    height: 420px;
  }
}

@media screen and (width <= 480px) {
  .text-image-block__three__image {
    height: 400px;
  }
}

@media screen and (width <= 420px) {
  .text-image-block__three__image {
    height: 340px;
    margin-bottom: 12px;
  }
}

.text-image-block__three__image .inner {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (width >= 920px) {
  .text-image-block__three__image .inner {
    width: 95%;
  }

  .text-image-block__three__image .inner.image-left {
    margin-right: auto;
  }

  .text-image-block__three__image .inner.image-right {
    margin-left: auto;
  }
}

.text-image-block__three__image .image-frame {
  position: absolute;
}

.text-image-block__three__image .image-frame--1 {
  z-index: 10;
  transform-origin: 100% 0;
  top: 0;
  right: 72px;
}

.text-image-block__three__image .image-frame--2 {
  z-index: 9;
  transform-origin: 0;
  top: 56px;
  left: 0;
}

@media screen and (width <= 580px) {
  .text-image-block__three__image .image-frame--2 {
    top: 0;
  }
}

.text-image-block__three__image .image-frame--3 {
  z-index: 8;
  transform-origin: 100% 100%;
  bottom: 0;
  right: 0;
}

@media screen and (width <= 920px) {
  .text-image-block__three__image .image-frame {
    transform: scale(.95);
  }
}

@media screen and (width <= 750px) {
  .text-image-block__three__image .image-frame {
    transform: scale(.85);
  }
}

@media screen and (width <= 580px) {
  .text-image-block__three__image .image-frame {
    transform: scale(.7);
  }
}

@media screen and (width <= 480px) {
  .text-image-block__three__image .image-frame {
    transform: scale(.65);
  }
}

@media screen and (width <= 420px) {
  .text-image-block__three__image .image-frame {
    transform: scale(.6);
  }
}

@media screen and (width >= 920px) {
  .text-image-block__three__background {
    background-color: #d8d8d826;
    border-radius: 50%;
    width: 540px;
    height: 540px;
    display: block;
    position: absolute;
    bottom: -56px;
  }

  .text-image-block__three__background.image-left {
    right: -40px;
  }

  .text-image-block__three__background.image-right {
    left: -40px;
  }
}

.text-image-block__three__text {
  flex-shrink: 1;
  width: 45%;
}

@media screen and (width <= 1120px) {
  .text-image-block__three__text {
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }

  .text-image-block__three__text, .text-image-block__three__text * {
    text-align: center;
  }
}

.text-image-block__three__text .title {
  margin-top: 16px;
}

@media screen and (width <= 920px) {
  .text-image-block__submenu .text-image-block__text, .text-image-block__submenu .text-image-block__text * {
    text-align: center;
  }
}

.text-on-image-block .heading-s, .two-text-on-images-block .heading-s {
  margin-top: 16px;
}

.text-on-image-block__content, .two-text-on-images-block__content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.text-on-image-block {
  height: 500px;
  position: relative;
}

@media screen and (width <= 1120px) {
  .text-on-image-block {
    height: 420px;
  }
}

@media screen and (width <= 920px) {
  .text-on-image-block {
    height: 400px;
  }
}

.text-on-image-block__image {
  position: absolute;
  inset: 0;
}

.text-on-image-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-on-image-block .left-adjusted {
  max-width: 50% !important;
  margin-left: initial !important;
}

@media screen and (width <= 920px) {
  .text-on-image-block .left-adjusted {
    max-width: 100% !important;
    margin-left: initial !important;
  }
}

.text-on-image-block .left-overlay .overlay {
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 920px) {
  .text-on-image-block .left-overlay .overlay {
    width: 100%;
  }
}

.text-on-image-block .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.text-on-image-block__content {
  z-index: 151;
}

.text-on-image-block__content .inner {
  max-width: 880px;
}

.text-on-image-block__content .inner h2 {
  color: #fff;
}

.text-on-image-block__content .inner .sub-title {
  color: #fff;
  margin-top: -8px;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.text-on-image-block__content .inner .button {
  border-radius: .5rem;
  padding: .6rem 1.5rem;
  font-family: Bungee Inline, cursive;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

.text-on-image-block__content .inner .button--arrow:before {
  content: "";
  filter: invert();
  background-image: url("../right-arrow.01b5c9b4.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 95%;
  width: 20px;
  height: 13px;
  margin-right: 1rem;
  transition: all .2s;
  display: inline-block;
}

.text-on-image-block__content .inner .button--arrow:hover:before {
  margin-right: .5rem;
}

.two-text-on-images-block {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

@media screen and (width <= 920px) {
  .two-text-on-images-block {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

.two-text-on-images-block__item {
  width: calc(50% - 16px);
  height: 0;
  margin-bottom: 32px;
  padding-top: 40%;
  position: relative;
}

@media screen and (width <= 920px) {
  .two-text-on-images-block__item {
    width: 100%;
    max-width: 640px;
    padding-top: 50%;
  }
}

@media screen and (width <= 580px) {
  .two-text-on-images-block__item {
    padding-top: 90%;
  }
}

@media screen and (width <= 420px) {
  .two-text-on-images-block__item {
    padding-top: 100%;
  }
}

.two-text-on-images-block__image {
  position: absolute;
  inset: 0;
}

.two-text-on-images-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.two-text-on-images-block__content {
  padding: 16px;
}

.two-text-on-images-block__content .inner {
  width: 80%;
}

.two-text-on-images-block__content .button {
  margin-top: 8px;
}

.video-block__intro {
  max-width: 960px;
  margin: 0 auto 32px;
}

.video-block__intro, .video-block__intro * {
  text-align: center;
}

.video-block__swiper {
  opacity: 0;
  animation-name: fadein;
  animation-duration: .5s;
  animation-delay: .75s;
  animation-fill-mode: forwards;
}

@media screen and (width <= 580px) {
  .video-block__swiper {
    height: 264px;
  }
}

.video-block__slider {
  padding-bottom: 48px;
}

@media screen and (width <= 580px) {
  .video-block__slider {
    padding-bottom: 16px;
  }
}

@media screen and (width <= 420px) {
  .video-block__slider {
    padding-bottom: 0;
  }
}

.video-block__slider .video__slide__image-poster {
  width: 100%;
  height: 0;
  padding-top: 57.5%;
  display: block;
  position: relative;
}

.video-block__slider .video__slide__image-poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-block__slider .video__slide__image-poster .overlay {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-block__slider .video__slide__image-poster .overlay .play {
  border-top: 25px solid #0000;
  border-bottom: 25px solid #0000;
  border-left: 40px solid #fff;
  width: 0;
  height: 0;
  display: block;
}

@media screen and (width >= 500px) {
  .video-block__slider .video__slide:not(.swiper-slide-active) .video__slide__image-poster {
    -o-transition: all .5s ease;
    filter: contrast(.8) saturate(.6);
    opacity: .35;
    transition: all .5s;
  }

  .video-block__slider .video__slide:not(.swiper-slide-active) .video__slide__bottom {
    opacity: 0;
  }
}

.video-block__slider .video__slide__bottom {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  display: flex;
}

@media screen and (width <= 500px) {
  .video-block__slider .video__slide__bottom {
    margin-top: 0;
    padding: 0 16px;
  }
}

.video-block__slider .video__slide__bottom .caption {
  color: #000;
  text-align: center;
  margin-top: 16px;
  padding: 0 8px;
  font-size: 1.75rem;
  font-weight: 700;
}

@media screen and (width <= 920px) {
  .video-block__slider .video__slide__bottom .caption {
    font-size: 1.5rem;
  }
}

@media screen and (width <= 750px) {
  .video-block__slider .video__slide__bottom .caption {
    font-size: 1.25rem;
  }
}

@media screen and (width <= 420px) {
  .video-block__slider .video__slide__bottom .caption {
    font-size: 1.1rem;
  }
}

.video-block__slider .video__slide__bottom button {
  appearance: none;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  flex-shrink: 0;
  width: 48px;
  height: 24px;
  margin: 24px 0 0;
  padding: 0;
  display: inline-block;
}

@media screen and (width <= 750px) {
  .video-block__slider .video__slide__bottom button {
    width: 32px;
    margin-top: 16px;
  }
}

@media screen and (width <= 580px) {
  .video-block__slider .video__slide__bottom button {
    width: 20px;
  }
}

.video-block__slider .video__slide__bottom button.prev-slide {
  transform-origin: 0;
  background-image: url("../left-arrow.1e9689aa.svg");
  background-position: 0;
}

.video-block__slider .video__slide__bottom button.next-slide {
  transform-origin: 100%;
  background-image: url("../right-arrow.01b5c9b4.svg");
  background-position: 100%;
}

.video-block__slider .video__slide__bottom button:hover {
  transform: scale(1.1);
}

.video-block__grid .card {
  padding-bottom: 48px;
}

@media screen and (width <= 580px) {
  .video-block__grid .card {
    padding-bottom: 32px;
  }
}

.video-block__grid .card .inner .image {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  display: block;
  position: relative;
}

.video-block__grid .card .inner .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.video-block__grid .card .inner .overlay {
  background-color: #0000001a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-block__grid .card .inner .overlay .play {
  border-top: 25px solid #0000;
  border-bottom: 25px solid #0000;
  border-left: 40px solid #fff;
  width: 0;
  height: 0;
  display: block;
}

.video-block__grid .card .inner .video-title {
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (width <= 580px) {
  .video-block__grid .card .inner .video-title {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

.image-block {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.image-block--image img, .image-block--caption {
  max-width: 900px;
}

@media screen and (width <= 920px) {
  .image-block--image img, .image-block--caption {
    max-width: 100%;
  }
}

.image-block--caption {
  padding-top: 8px;
}

.collage-block--row {
  flex-flow: row;
  justify-content: space-between;
  padding: 0 16px;
  display: flex;
}

@media screen and (width <= 580px) {
  .collage-block--row {
    flex-flow: column;
  }
}

.collage-block--row--image {
  width: calc(50% - 8px);
  height: 300px;
  margin-bottom: 16px;
  position: relative;
}

@media screen and (width <= 1440px) {
  .collage-block--row--image {
    height: 275px;
  }
}

@media screen and (width <= 920px) {
  .collage-block--row--image {
    height: 250px;
  }
}

@media screen and (width <= 580px) {
  .collage-block--row--image {
    width: 100%;
    height: 200px;
  }
}

.collage-block--row--image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.collage-block--row--text {
  text-align: right;
  color: #fff;
  background: linear-gradient(140deg, #0000001a 0%, #00000040 30%, #00000059 70%, #0006 100%);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  display: flex;
  position: absolute;
  inset: 0;
}

@media screen and (width >= 750px) {
  .collage-block--row--text {
    font-size: 1.2rem;
  }
}

@media screen and (width <= 580px) {
  .collage-block--row--text {
    padding: 16px;
  }
}

.iframe-section {
  margin-top: 2rem;
}

.iframe-section iframe {
  border: none;
  width: 100%;
  max-width: 1440px;
  height: 80vh;
  margin: 0 auto;
  display: block;
}

.block {
  margin-top: 88px;
  margin-bottom: 88px;
}

@media screen and (width >= 920px) and (width <= 1120px) {
  .block {
    margin-top: 72px;
    margin-bottom: 72px;
  }
}

@media screen and (width >= 750px) and (width <= 920px) {
  .block {
    margin-top: 56px;
    margin-bottom: 56px;
  }
}

@media screen and (width <= 750px) {
  .block {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}

.block:last-of-type {
  margin-bottom: 24px !important;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents .CookiebotWidget-body .CookiebotWidget-consent-details button {
  color: #000 !important;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents .CookiebotWidget-body .CookiebotWidget-consent-details .CookiebotWidget-consent-details-box {
  background: #f5f5f5 !important;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents .CookiebotWidget-body .CookiebotWidget-main-logo {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none !important;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents #CookiebotWidget-buttons CookiebotWidget-btn-change, #CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents #CookiebotWidget-buttons CookiebotWidget-btn-withdraw {
  border-radius: 0 !important;
  min-height: 16px !important;
  padding: 8px 16px !important;
  font-weight: normal !important;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents #CookiebotWidget-buttons #CookiebotWidget-btn-change {
  background-color: #000 !important;
  border-color: #000 !important;
}

#CookiebotWidget.CookiebotWidget-open #CookiebotWidget-widgetContent .CookiebotWidget-contents #CookiebotWidget-buttons #CookiebotWidget-btn-change:hover {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #000 !important;
}

#CybotCookiebotDialog {
  border-radius: 0 !important;
}

#CybotCookiebotDialog * {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader, #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogHeader * {
  display: none !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogNav #CybotCookiebotDialogNavList .CybotCookiebotDialogNavItemLink {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  padding-top: 1.25em !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogNav #CybotCookiebotDialogNavList .CybotCookiebotDialogNavItemLink:hover, #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogNav #CybotCookiebotDialogNavList .CybotCookiebotDialogNavItemLink:focus-visible {
  color: #4a90e2 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogNav #CybotCookiebotDialogNavList .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  color: #4a90e2 !important;
  border-bottom: 1px solid #4a90e2 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogTabContent h2 {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper button.CybotCookiebotDialogBodyButton, #CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  color: #000 !important;
  border-color: #000 !important;
  border-radius: 0 !important;
  min-height: 16px !important;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogContentWrapper #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonsWrapper #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.skip-to-content #skip-to-content {
  z-index: 2147483647;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  padding: 1rem;
  font-size: 1rem;
  position: fixed;
  top: -25vh;
  left: 50%;
  transform: translateX(-50%);
}

.skip-to-content #skip-to-content:focus-visible {
  top: 24px;
}

@media print {
  .skip-to-content #skip-to-content {
    display: none !important;
  }
}

.primary-navigation, .primary-navigation * {
  -moz-transition: all .3 ease;
  -o-transition: all .3 ease;
  -webkit-transition: all .3 ease;
  transition: all .3 ease;
}

.fixed-overlay {
  z-index: 100;
  background: linear-gradient(0deg, #3cb04a00 0%, #80a000cc 100%);
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}

.primary-navigation {
  z-index: 99999999;
  background-color: #0000;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.primary-navigation.white-menu .line {
  background-color: #fff !important;
}

.primary-navigation.white-menu .menu-item--item a {
  color: #fff !important;
}

.primary-navigation.white-menu .menu-item--search .toggle-search i {
  background-image: url("../search.b2796ba5.svg");
}

.primary-navigation--inner {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
}

@media screen and (width <= 1050px) {
  .primary-navigation {
    top: 0;
  }

  .primary-navigation.burger-open {
    background-color: #1e9144;
  }

  .primary-navigation.burger-open .primary-navigation--content {
    height: 100vh;
    display: block;
  }
}

.primary-navigation #nav-logo {
  background-color: #1e9144;
  border-radius: 0 0 .5rem .5rem;
  width: 200px;
  padding: .8rem 2rem;
  display: block;
}

@media screen and (width <= 1050px) {
  .primary-navigation #nav-logo {
    width: 150px;
    height: 100%;
    padding: 1rem 1.5rem;
  }
}

.primary-navigation #nav-logo img {
  object-fit: contain;
}

@media screen and (width >= 1050px) {
  .primary-navigation--top .toggle-menu {
    display: none;
  }
}

@media screen and (width <= 1050px) {
  .primary-navigation--top {
    z-index: 99999;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .primary-navigation--top .toggle-menu {
    appearance: none;
    cursor: pointer;
    background-color: #0000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    outline: none;
    width: 32px;
    height: 24px;
    margin: 1rem .5rem 0 auto;
    padding: 0;
    display: inline-block;
    position: relative;
  }

  .primary-navigation--top .toggle-menu:focus-visible {
    outline: auto;
  }

  .primary-navigation--top .toggle-menu, .primary-navigation--top .toggle-menu * {
    transition: top .15s, transform .2s .15s;
  }

  .primary-navigation--top .toggle-menu .line {
    pointer-events: none;
    transform-origin: center;
    background-color: #fff;
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
  }

  .primary-navigation--top .toggle-menu .line__1 {
    top: 0;
  }

  .primary-navigation--top .toggle-menu .line__2 {
    top: 50%;
  }

  .primary-navigation--top .toggle-menu .line__3 {
    top: 100%;
  }

  .primary-navigation--top .toggle-menu.open {
    width: 36px;
    height: 28px;
  }

  .primary-navigation--top .toggle-menu.open .line {
    background-color: #fff;
  }

  .primary-navigation--top .toggle-menu.open .line__1 {
    top: 50%;
    transform: rotate(45deg);
  }

  .primary-navigation--top .toggle-menu.open .line__2 {
    opacity: 0;
  }

  .primary-navigation--top .toggle-menu.open .line__3 {
    top: 50%;
    transform: rotate(-45deg);
  }
}

.primary-navigation--content {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation--content li {
  display: inline-block;
}

@media screen and (width <= 1050px) {
  .primary-navigation--content {
    text-align: center;
    background: #1e9144;
    width: 100%;
    max-width: 100%;
    padding: 32px 48px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media screen and (width <= 420px) {
  .primary-navigation--content {
    margin-top: 3rem;
  }
}

.primary-navigation--content .menu-item {
  font-weight: 600;
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item {
    margin-bottom: 16px;
    display: block;
  }
}

.primary-navigation--content .menu-item--item {
  vertical-align: middle;
}

@media screen and (width >= 1050px) {
  .primary-navigation--content .menu-item--item {
    padding-left: 24px;
  }
}

@media screen and (width >= 1120px) {
  .primary-navigation--content .menu-item--item {
    padding-left: 28px;
  }
}

@media screen and (width >= 1220px) {
  .primary-navigation--content .menu-item--item {
    padding-left: 32px;
  }
}

.primary-navigation--content .menu-item--item a {
  color: #fff;
  padding: 1.1rem 0;
  font-family: Bungee Inline, cursive;
  line-height: 120%;
  text-decoration: none;
  display: inline-block;
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item--item a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
  }
}

@media screen and (width >= 1050px) {
  .primary-navigation--content .menu-item--item a {
    position: relative;
  }

  .primary-navigation--content .menu-item--item a:after {
    content: "";
    -o-transition: all .2s linear;
    background-color: #1e9144;
    width: 0;
    height: 2px;
    transition: all .2s linear;
    display: block;
    position: absolute;
    bottom: 10px;
    left: 50%;
    right: 50%;
  }

  .primary-navigation--content .menu-item--item a:not(.link-has-dropdown):hover:after, .primary-navigation--content .menu-item--item a:not(.link-has-dropdown):focus-visible:after, .primary-navigation--content .menu-item--item__active a:after {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item--item__active a {
    text-decoration: underline;
  }
}

@media screen and (width >= 1050px) {
  .primary-navigation--content .menu-item--with-dropdown {
    position: relative;
  }

  .primary-navigation--content .menu-item--with-dropdown:hover .menu-item--dropdown, .primary-navigation--content .menu-item--with-dropdown:focus-visible .menu-item--dropdown {
    display: block;
  }

  .primary-navigation--content .menu-item--dropdown {
    text-align: left;
    background-color: #fff;
    width: 170px;
    margin: 0;
    padding: 16px;
    list-style: none;
    display: none;
    position: absolute;
    top: 50px;
    left: 20px;
    box-shadow: 0 0 12px #00000026;
  }

  .primary-navigation--content .menu-item--dropdown.tab-opened {
    display: block;
  }

  .primary-navigation--content .menu-item--dropdown--item {
    padding: 4px 0;
    display: block;
  }

  .primary-navigation--content .menu-item--dropdown--item a {
    color: #000;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
  }

  .primary-navigation--content .menu-item--dropdown--item a:hover, .primary-navigation--content .menu-item--dropdown--item__active {
    text-decoration: underline;
  }

  .primary-navigation--content .menu-item .toggle-dropdown {
    display: none;
  }
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item--with-dropdown .link-has-dropdown {
    margin-right: 16px;
  }

  .primary-navigation--content .menu-item--with-dropdown .toggle-dropdown {
    vertical-align: text-top;
    appearance: none;
    -o-transition: none;
    cursor: pointer;
    background-color: #0000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    outline: none;
    width: 14px;
    height: 14px;
    margin: 0;
    padding: 0;
    transition: none;
    display: inline-block;
    position: relative;
  }

  .primary-navigation--content .menu-item--with-dropdown .toggle-dropdown:focus-visible {
    outline: auto;
  }

  .primary-navigation--content .menu-item--with-dropdown .toggle-dropdown:before {
    content: "";
    transform-origin: center;
    border-top: 1.5px solid #fff;
    border-left: 1.5px solid #fff;
    width: 80%;
    height: 80%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-135deg);
  }

  .primary-navigation--content .menu-item--dropdown {
    padding: 0 0 16px;
    display: none;
  }

  .primary-navigation--content .menu-item--dropdown--item {
    margin-bottom: 8px;
    display: block;
  }
}

@media screen and (width <= 1050px) and (width <= 1050px) {
  .primary-navigation--content .menu-item--dropdown--item {
    margin-bottom: 16px;
  }
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item--dropdown--item a {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: none;
  }

  .primary-navigation--content .menu-item--dropdown--item a:hover, .primary-navigation--content .menu-item--dropdown--item a:focus-visible, .primary-navigation--content .menu-item--dropdown--item__active a {
    text-decoration: underline;
  }
}

@media screen and (width <= 1050px) and (width <= 1050px) {
  .primary-navigation--content .menu-item .dropdown-open {
    padding-bottom: 56px;
  }
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item .dropdown-open .toggle-dropdown {
    transform: translateY(6px);
  }

  .primary-navigation--content .menu-item .dropdown-open .toggle-dropdown:before {
    transform: rotate(45deg);
  }

  .primary-navigation--content .menu-item .dropdown-open ~ .menu-item--dropdown {
    display: block;
  }
}

.primary-navigation--content .menu-item--search {
  vertical-align: middle;
}

@media screen and (width >= 1050px) {
  .primary-navigation--content .menu-item--search {
    position: relative;
  }

  .primary-navigation--content .menu-item--search #toggle-search {
    margin-left: 10px;
  }

  .primary-navigation--content .menu-item--search #toggle-search:focus-visible {
    outline: auto;
  }
}

.primary-navigation--content .menu-item--search .toggle-search {
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item--search .toggle-search {
    margin-top: 8px;
    padding-bottom: 16px;
  }
}

.primary-navigation--content .menu-item--search .toggle-search i {
  background-image: url("../search.b2796ba5.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
}

.primary-navigation--content .menu-item--search #nav-search {
  padding-bottom: 16px;
  display: none;
}

@media screen and (width >= 1050px) {
  .primary-navigation--content .menu-item--search #nav-search {
    padding-bottom: 0;
    position: absolute;
    bottom: -44px;
    left: -160px;
    right: -8px;
  }
}

.primary-navigation--content .menu-item--search #nav-search.open {
  display: block;
  box-shadow: 0 0 12px #00000026;
}

.primary-navigation--content .menu-item--search #nav-search input {
  appearance: none;
  color: #000;
  border: none;
  outline: none;
  width: 100%;
  padding: 6px 14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.primary-navigation--content .menu-item--search #nav-search input:focus {
  outline: #f5f5f5;
}

@media screen and (width <= 1050px) {
  .primary-navigation--content .menu-item--search #nav-search input {
    color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    width: 240px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.6;
  }
}

.primary-navigation.scrolled {
  background-color: #1e9144;
  height: 3.5rem;
}

.primary-navigation.scrolled.burger-open {
  background-color: #1e9144;
}

.primary-navigation.scrolled .toggle-menu .line {
  background-color: #fff;
}

@media screen and (width <= 1050px) {
  .primary-navigation.scrolled {
    height: 3.5rem;
  }
}

.primary-navigation.scrolled .menu-item--item a {
  color: #fff;
}

.primary-navigation.scrolled .menu-item--item a:after {
  background-color: #fff;
}

.primary-navigation.scrolled .toggle-search i {
  background-image: url("../search.b2796ba5.svg");
}

.primary-navigation.scrolled #nav-logo {
  background-color: none;
}

@media screen and (width <= 1050px) {
  .primary-navigation.scrolled #nav-logo {
    padding: 1rem 1.5rem 1rem 15px;
  }
}

.toxic-image {
  max-width: 100%;
  height: auto;
}

.footer {
  background-color: #fff;
  padding: 64px 0 72px;
}

@media screen and (width <= 750px) {
  .footer {
    padding-top: 56px;
  }
}

@media screen and (width <= 420px) {
  .footer {
    padding-top: 40px;
  }
}

.footer .contact-title {
  color: #03603c;
  margin-bottom: 0;
  font-family: Fira Sans, sans-serif;
  font-weight: 400;
}

.footer .logo {
  max-width: 300px;
}

.footer .about-cookies {
  margin-top: 70px;
}

@media screen and (width <= 420px) {
  .footer .about-cookies {
    margin-top: 10px;
  }
}

.footer .socials {
  margin-top: 30px;
}

.footer .socials a {
  height: 50px;
  display: inline-block;
}

.footer .socials svg {
  height: 50px;
}

.footer .socials a + a {
  height: 45px;
  margin-left: 20px;
}

.footer .socials a + a svg {
  height: 40px;
  margin-bottom: 5px;
}

.footer--inner {
  text-align: center;
  max-width: 600px;
}

.footer--item {
  flex-grow: 0;
  flex-shrink: 0;
}

@media screen and (width >= 920px) {
  .footer--item__small {
    flex-shrink: 1;
    width: 35%;
    padding-right: 24px;
  }
}

@media screen and (width <= 920px) {
  .footer--item__small {
    text-align: center;
    width: 100%;
  }

  .footer--item__small img {
    width: 70%;
    max-width: 200px;
    margin-bottom: 32px;
  }
}

@media screen and (width >= 920px) {
  .footer--item__large {
    width: 100%;
  }
}

@media screen and (width <= 920px) {
  .footer--item__large {
    text-align: center;
  }
}

.footer--item__large p {
  color: #000;
  margin-top: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (width <= 920px) {
  .footer--item__large p {
    max-width: 480px;
  }
}

.footer--item__large img {
  width: 80px;
  height: auto;
  margin-top: 16px;
}

.footer--item__full {
  text-align: center;
  color: #03603c;
  width: 100%;
}

@media screen and (width <= 920px) {
  .footer--item__full {
    margin-bottom: 0;
    padding-top: 24px;
  }
}

.footer--item__full a {
  color: #03603c;
  font-size: 1rem;
  font-weight: 100;
  line-height: 1.6;
  text-decoration: none;
}

.footer--item__full a:hover {
  text-decoration: underline;
}

.lifestyle-flow {
  background-color: #f5f5f5;
  margin-top: 56px;
  padding: 56px 0 64px;
}

@media screen and (width <= 920px) {
  .lifestyle-flow {
    margin-top: 48px;
    padding-bottom: 24px;
  }
}

.lifestyle-flow .block:first-of-type {
  margin-top: 0;
}

.lifestyle-flow ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifestyle-flow__item {
  margin: 64px 0;
  position: relative;
}

.lifestyle-flow__item:after {
  content: "";
  z-index: -1;
  background-color: #f5f5f5;
  display: block;
  position: absolute;
  inset: 32px 0;
}

@media screen and (width <= 580px) {
  .lifestyle-flow__item:after {
    bottom: 0;
  }
}

@media screen and (width >= 580px) {
  .lifestyle-flow__item:nth-of-type(odd) .lifestyle-flow__item__inner {
    flex-flow: row;
  }

  .lifestyle-flow__item:nth-of-type(odd) .lifestyle-flow__item__text {
    padding-left: 32px;
  }

  .lifestyle-flow__item:nth-of-type(2n) .lifestyle-flow__item__inner {
    flex-flow: row-reverse;
  }
}

.lifestyle-flow__item__inner {
  justify-content: space-between;
  display: flex;
}

@media screen and (width <= 580px) {
  .lifestyle-flow__item__inner {
    flex-flow: column;
  }
}

.lifestyle-flow__item__image, .lifestyle-flow__item__text {
  flex: 0 0 50%;
}

.lifestyle-flow__item__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (width >= 580px) and (width <= 920px) {
  .lifestyle-flow__item__image {
    height: 0;
    padding-top: 45%;
    position: relative;
  }

  .lifestyle-flow__item__image img {
    position: absolute;
    inset: 0;
  }
}

.lifestyle-flow__item__text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lifestyle-flow__item__text h2 {
  color: #000;
  -o-transition: all .15s linear;
  font-size: 2.25rem;
  line-height: 1.2;
  transition: all .15s linear;
}

@media screen and (width <= 920px) {
  .lifestyle-flow__item__text h2 {
    font-size: 2rem;
  }
}

@media screen and (width <= 750px) {
  .lifestyle-flow__item__text h2 {
    font-size: 1.75rem;
  }
}

@media screen and (width <= 420px) {
  .lifestyle-flow__item__text h2 {
    font-size: 1.5rem;
  }
}

@media screen and (width >= 580px) {
  .lifestyle-flow__item__text h2 {
    margin-top: 0;
  }
}

@media screen and (width <= 580px) {
  .lifestyle-flow__item__text {
    align-items: center;
    padding-bottom: 32px;
  }
}

.lifestyle-article {
  flex-flow: row;
  margin-top: 32px;
  padding-bottom: 64px;
  display: flex;
}

@media screen and (width <= 920px) {
  .lifestyle-article {
    margin-top: 20px;
  }
}

@media screen and (width <= 750px) {
  .lifestyle-article {
    flex-flow: column;
    margin-top: 16px;
    padding-bottom: 48px;
  }
}

.lifestyle-article__info {
  width: 30%;
  min-width: 350px;
  padding-right: 56px;
}

@media screen and (width <= 920px) {
  .lifestyle-article__info {
    min-width: 320px;
    padding-right: 40px;
  }
}

@media screen and (width <= 750px) {
  .lifestyle-article__info {
    width: 100%;
    min-width: 0;
    padding: 0;
  }
}

.lifestyle-article__info .blurb {
  background-color: #f5f5f5;
  margin-top: 24px;
  margin-bottom: 12px;
  padding: 32px 24px 24px;
}

@media screen and (width <= 920px) {
  .lifestyle-article__info .blurb {
    margin-top: 16px;
    padding-top: 24px;
  }
}

.lifestyle-article__info .blurb ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lifestyle-article__info .blurb ul li {
  margin-bottom: 8px;
}

.lifestyle-article__info .blurb ul li .title {
  color: #000;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.6;
}

@media screen and (width <= 580px) {
  .lifestyle-article__info .blurb ul li .title {
    line-height: 1.4;
  }
}

.lifestyle-article__info .blurb ul li .text {
  color: #000;
  padding-left: 2px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.6;
}

.lifestyle-article__info .blurb ul li a {
  color: #000;
  text-decoration: none;
}

@media (hover: none) {
  .lifestyle-article__info .blurb ul li a {
    text-decoration: underline;
  }
}

.lifestyle-article__info .blurb ul li a:hover {
  font-weight: bold;
}

.lifestyle-article__info .images {
  padding-top: 32px;
}

@media screen and (width <= 920px) {
  .lifestyle-article__info .images {
    padding-top: 24px;
  }
}

@media screen and (width <= 750px) {
  .lifestyle-article__info .images {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }
}

.lifestyle-article__info .images__image-container {
  width: 100%;
  height: 0;
  margin-bottom: 32px;
  padding-top: 65%;
  display: block;
  position: relative;
}

@media screen and (width <= 920px) {
  .lifestyle-article__info .images__image-container {
    margin-bottom: 24px;
  }
}

@media screen and (width <= 750px) {
  .lifestyle-article__info .images__image-container--1 {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 65%;
  }

  .lifestyle-article__info .images__image-container--2, .lifestyle-article__info .images__image-container--3:not(:last-of-type) {
    width: calc(50% - 8px);
    margin-bottom: 16px;
    padding-top: 35%;
  }

  .lifestyle-article__info .images__image-container--3:last-of-type {
    width: 100%;
    margin-bottom: 16px;
    padding-top: 65%;
  }
}

.lifestyle-article__info .images__image-container img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.lifestyle-article__content {
  flex-grow: 1;
  padding-bottom: 56px;
}

@media screen and (width >= 750px) {
  .lifestyle-article__content {
    padding-top: 26px;
  }
}

@media screen and (width >= 920px) {
  .lifestyle-article__content {
    padding-top: 36px;
  }
}

.lifestyle-article__block {
  max-width: 800px;
}

.lifestyle-article__block h2 {
  color: #000;
  margin-bottom: -4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.lifestyle-article__block p {
  color: #686868;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.lifestyle-article__block--background {
  background-color: #f5f5f5;
  margin-top: 28px;
  margin-bottom: 24px;
  padding: 12px 24px 6px;
}

@media screen and (width <= 750px) {
  .lifestyle-article__block--background {
    margin-left: -24px;
    margin-right: -24px;
    overflow: hidden;
  }
}

@media screen and (width <= 420px) {
  .lifestyle-article__block--background {
    margin-left: -16px;
    margin-right: -16px;
    padding: 12px 16px 6px;
  }
}

.lifestyle-all-stories {
  padding-bottom: 48px;
}

.lifestyle-all-stories * {
  text-decoration: none !important;
}

.lifestyle-all-stories .card {
  margin-bottom: 24px;
}

@media screen and (width <= 920px) {
  .lifestyle-all-stories .card {
    margin-bottom: 8px;
  }
}

.lifestyle-all-stories .card:hover, .lifestyle-all-stories .card:hover *, .lifestyle-all-stories .card:focus-visible, .lifestyle-all-stories .card:focus-visible *, .lifestyle-all-stories .inner:hover, .lifestyle-all-stories .inner:hover *, .lifestyle-all-stories .inner:focus-visible, .lifestyle-all-stories .inner:focus-visible *, .lifestyle-all-stories .image:hover, .lifestyle-all-stories .image:hover *, .lifestyle-all-stories .image:focus-visible, .lifestyle-all-stories .image:focus-visible *, .lifestyle-all-stories .details:hover, .lifestyle-all-stories .details:hover *, .lifestyle-all-stories .details:focus-visible, .lifestyle-all-stories .details:focus-visible * {
  text-decoration: none !important;
}

.lifestyle-all-stories .card:hover .image, .lifestyle-all-stories .card:focus-visible .image, .lifestyle-all-stories .inner:hover .image, .lifestyle-all-stories .inner:focus-visible .image, .lifestyle-all-stories .image:hover .image, .lifestyle-all-stories .image:focus-visible .image, .lifestyle-all-stories .details:hover .image, .lifestyle-all-stories .details:focus-visible .image {
  box-shadow: 0 2px 15px #0000004d;
}

.lifestyle-all-stories .card:hover .image img, .lifestyle-all-stories .card:focus-visible .image img, .lifestyle-all-stories .inner:hover .image img, .lifestyle-all-stories .inner:focus-visible .image img, .lifestyle-all-stories .image:hover .image img, .lifestyle-all-stories .image:focus-visible .image img, .lifestyle-all-stories .details:hover .image img, .lifestyle-all-stories .details:focus-visible .image img {
  filter: brightness(1.05) contrast(1.1);
}

.lifestyle-all-stories .card:hover .image.bright, .lifestyle-all-stories .card:focus-visible .image.bright, .lifestyle-all-stories .inner:hover .image.bright, .lifestyle-all-stories .inner:focus-visible .image.bright, .lifestyle-all-stories .image:hover .image.bright, .lifestyle-all-stories .image:focus-visible .image.bright, .lifestyle-all-stories .details:hover .image.bright, .lifestyle-all-stories .details:focus-visible .image.bright {
  background: linear-gradient(#0000001a 0%, #0003 95.68%);
}

.lifestyle-all-stories .card:hover .image:not(.bright) .overlay, .lifestyle-all-stories .card:focus-visible .image:not(.bright) .overlay, .lifestyle-all-stories .inner:hover .image:not(.bright) .overlay, .lifestyle-all-stories .inner:focus-visible .image:not(.bright) .overlay, .lifestyle-all-stories .image:hover .image:not(.bright) .overlay, .lifestyle-all-stories .image:focus-visible .image:not(.bright) .overlay, .lifestyle-all-stories .details:hover .image:not(.bright) .overlay, .lifestyle-all-stories .details:focus-visible .image:not(.bright) .overlay {
  background: linear-gradient(#0000001a 0% 95.68%);
}

.lifestyle-all-stories .inner .image {
  width: 100%;
  height: 0;
  padding-top: 70%;
  display: block;
  position: relative;
}

.lifestyle-all-stories .inner .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.lifestyle-all-stories .inner .details .title {
  margin-top: 16px;
  margin-bottom: 8px;
}

.search-page {
  max-width: 800px;
  margin: 0 auto;
}

.search-page--form {
  max-width: 560px;
  margin: 0 auto;
  position: relative;
}

.search-page--form input {
  appearance: none;
  background-color: #fff;
  border: none;
  border-bottom: 2px solid #000;
  width: 100%;
  padding: 8px 40px 8px 8px;
  outline: none !important;
}

.search-page--form button {
  appearance: none;
  cursor: pointer;
  background-color: #0000;
  background-image: url("../search-black-bold.5896d4b8.svg");
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  width: 30px;
  height: 65%;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.search-page--heading {
  text-align: center;
  padding: 24px 0 48px;
}

.search-page--heading h2, .search-page--heading p {
  margin: 4px;
}

.search-page--results {
  margin: 0 0 72px;
  padding: 0;
  list-style: none;
}

.search-page--results--item {
  margin-bottom: 32px;
}

.search-page--results--item a {
  text-decoration: none;
}

.search-page--results--item a .page-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.search-page--results--item a p {
  margin: 4px 0;
}

.search-page--results--item a:hover .page-name, .search-page--results--item a:focus-visible .page-name {
  text-decoration: underline;
}

.search-page--no-results {
  text-align: center;
  min-height: 300px;
  padding: 56px;
}

.map {
  height: 100vh;
  transition: all .5s linear;
  position: relative;
}

@media only screen and (width <= 1100px) {
  .map {
    height: 87vh;
  }
}

@media only screen and (width <= 960px) {
  .map {
    height: 85vh;
    min-height: -webkit-fill-available;
    max-height: 93vh;
  }
}

.map:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#000c, #0000);
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.map--details {
  position: absolute;
}

@media only screen and (width >= 960px) {
  .map--details {
    width: 480px;
    transition: all .2s linear;
    top: 120px;
    bottom: 100px;
    left: 0;
  }
}

@media only screen and (width >= 1180px) and (width <= 1255px) {
  .map--details {
    width: 400px;
  }
}

@media only screen and (width >= 960px) and (width <= 1179px) {
  .map--details {
    width: 350px;
  }
}

@media only screen and (width >= 960px) and (height <= 700px) {
  .map--details {
    bottom: 0;
  }
}

@media screen and (width <= 960px) {
  .map--details {
    z-index: 99;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    -o-transition: none !important;
    transition: none !important;
  }
}

.map--details button {
  appearance: none;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

.map--details button#toggle-details-web {
  display: none;
}

@media screen and (width >= 960px) {
  .map--details button#toggle-details-web {
    z-index: 90;
    background-color: #fff;
    background-size: 90%;
    border-radius: 0 10px 10px 0;
    width: 30px;
    height: 60px;
    display: block;
    position: absolute;
    inset: 0 0 auto auto;
    box-shadow: 4px 2px 5px #0000000f;
  }

  .map--details button#toggle-details-web:focus-visible {
    outline: auto;
  }
}

.map--details button#toggle-details-mob {
  display: none;
}

.map--details button#toggle-details-mob #mob-toggle-inner {
  cursor: pointer;
  width: 60%;
  padding: 16px 8px;
  display: inline-block;
}

@media screen and (width <= 960px) {
  .map--details button#toggle-details-mob {
    z-index: 100;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .8px;
    background-color: #fff;
    border: none;
    outline: none;
    width: 100%;
    height: 60px;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 2px 8px #0000001a;
    -o-transition: none !important;
    transition: none !important;
  }

  .map--details button#toggle-details-mob, .map--details button#toggle-details-mob * {
    color: #000;
  }
}

.map--details--content {
  z-index: 70;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background-color: #fff;
  width: calc(100% - 30px);
  height: 100%;
  padding: 0;
  position: absolute;
  overflow-y: scroll;
}

.map--details--content * {
  transition: transform .2s linear, height .3s linear;
}

.map--details--content::-webkit-scrollbar {
  display: none;
}

@media screen and (width >= 960px) {
  .map--details--content {
    box-shadow: 2px 2px 10px #0000001a;
  }
}

@media screen and (width <= 960px) {
  .map--details--content {
    width: 100vw;
    max-width: 100%;
    -o-transition: opacity .25s ease !important;
    transition: opacity .25s !important;
  }
}

.map--details--content .top-filter {
  padding: 50px 24px 30px;
}

@media screen and (width <= 960px) {
  .map--details--content .top-filter {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.map--details--content .top-filter--search-container {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (width <= 960px) {
  .map--details--content .top-filter--search-container {
    padding: 0;
  }
}

.map--details--content .top-filter--search-container input {
  color: #000;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  width: 100%;
  padding: 13px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.map--details--content .top-filter--search-container input:focus-visible {
  outline: auto;
}

.map--details--content .top-filter--toggle-filter {
  text-align: center;
  display: block;
}

.map--details--content .top-filter--toggle-filter--button {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .5px;
  background-color: #0000;
  border: 2px solid #000;
  outline: none;
  margin-top: 25px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  position: relative;
}

.map--details--content .top-filter--toggle-filter--button .map-icon {
  opacity: 0;
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.map--details--content .top-filter--toggle-filter--button--count {
  margin-left: 4px;
  display: inline-block;
}

.map--details--content .top-filter--toggle-filter--button__closed {
  padding: 6px 7px 6px 38px;
}

.map--details--content .top-filter--toggle-filter--button__closed .map-icon__top-filter__open {
  opacity: 1;
}

.map--details--content .top-filter--toggle-filter--button__closed .map-icon__top-filter__close {
  opacity: 0;
}

.map--details--content .top-filter--toggle-filter--button__closed .label__open {
  display: inline-block;
}

.map--details--content .top-filter--toggle-filter--button__closed .label__close {
  display: none;
}

.map--details--content .top-filter--toggle-filter--button__open {
  padding: 6px 8px 6px 32px;
}

.map--details--content .top-filter--toggle-filter--button__open .map-icon__top-filter__open {
  opacity: 0;
}

.map--details--content .top-filter--toggle-filter--button__open .map-icon__top-filter__close {
  opacity: 1;
}

.map--details--content .top-filter--toggle-filter--button__open .label__open {
  display: none;
}

.map--details--content .top-filter--toggle-filter--button__open .label__close {
  display: inline-block;
}

.map--details--content .filter {
  padding: 0 36px 15px;
  overflow: hidden;
}

@media only screen and (width <= 960px) {
  .map--details--content .filter {
    padding: 0;
    transition: height .25s;
  }

  .map--details--content .filter__closed {
    display: none;
  }
}

.map--details--content .filter--toggle-filter {
  text-align: left;
  color: #000;
  background-color: #f1f1f1;
  border: none;
  outline: none;
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  padding: 13px 15px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: flex;
  position: relative;
}

.map--details--content .filter--toggle-filter:focus-visible {
  outline: auto;
}

@media only screen and (width <= 960px) {
  .map--details--content .filter--toggle-filter {
    border: 1.2px solid #dedede;
    font-size: 15px;
  }
}

.map--details--content .filter--toggle-filter:after {
  content: "";
  background-color: #000;
  width: 0;
  height: 2px;
  transition: all .3s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.map--details--content .filter--toggle-filter__up:after, .map--details--content .filter--toggle-filter:hover:after {
  width: 100%;
}

.map--details--content .filter--toggle-filter__down {
  margin-bottom: 16px;
}

.map--details--content .filter--toggle-filter__down .map-icon {
  transform: rotate(0);
}

.map--details--content .filter--toggle-filter__up {
  margin-bottom: 0;
}

.map--details--content .filter--toggle-filter__up .map-icon {
  transform: rotate(180deg);
}

.map--details--content .filter--count {
  flex-grow: 1;
  padding-left: 5px;
}

.map--details--content .filter--dropdown {
  transform-origin: top;
  padding: 12px 6px 0;
}

.map--details--content .filter--dropdown__closed {
  height: 0;
  margin-bottom: 0;
  transform: scaleY(0);
}

.map--details--content .filter--dropdown__open {
  margin-bottom: 40px;
  transform: scaleY(1);
}

.map--details--content .filter--dropdown button {
  text-align: left;
  color: #000;
  background-color: #0000;
  border: none;
  outline: none;
  padding: 8px 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: block;
}

.map--details--content .filter--dropdown button:focus-visible {
  outline: auto;
}

.map--details--content .filter--dropdown button .category-dot {
  content: "";
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-right: .8rem;
  display: inline-block;
}

.map--details--content .filter--dropdown button:hover, .map--details--content .filter--dropdown button.mixitup-control-active, .map--details--content .filter--dropdown button.show-all-active {
  font-weight: bold;
}

.map--details--content .filter--dropdown button .map-icon {
  display: none;
}

.map--details--content .filter--dropdown button.mixitup-control-active .map-icon, .map--details--content .filter--dropdown button.show-all-active .map-icon {
  display: inline-block;
}

.map--details--content .filter--dropdown button.mixitup-control-active:hover .map-icon {
  background-image: url("../close-sharp.b9428b0d.svg");
  background-size: 80%;
}

.map--details--content .filter--reset {
  appearance: none;
  background-color: #fa43481a;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: .5px solid #fa4348e6;
  outline: none;
  margin: 0 20px 16px 0;
  padding: 6px 10px;
  transition: all .3s;
  display: none;
}

.map--details--content .filter--reset:hover {
  background-color: #fa434880;
  border-color: #fa434880;
}

.map--details--content .filter--reset:focus-visible {
  outline: auto;
}

.map--details--content .items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.map--details--content .items--item {
  border-left: 10px solid gray;
  padding: 15px 68px 21px 26px;
  position: relative;
}

.map--details--content .items--item[data-category="yh-utbildning"] {
  border-color: #43ad49;
}

.map--details--content .items--item[data-category="hogskola--universitet"], .map--details--content .items--item[data-category="hogskola-och-universitet"] {
  border-color: #2b7f39;
}

.map--details--content .items--item[data-category="naturbruksgymnasium"] {
  border-color: #f9d625;
}

.map--details--content .items--item[data-category="yrkesvux"] {
  border-color: #ebe0b9;
}

.map--details--content .items--item--toggle-details {
  appearance: none;
  background-color: #0000;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  border: none;
  outline: none;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 21px;
}

.map--details--content .items--item--toggle-details:focus-visible {
  outline: auto;
}

.map--details--content .items--item--name {
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.map--details--content .items--item--district {
  color: #686868;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.map--details--content .items--item--emojis {
  margin-bottom: 6px;
}

.map--details--content .items--item--emojis span {
  vertical-align: baseline;
  cursor: default;
  margin-right: 2px;
  display: inline-block;
}

.map--details--content .items--item__closed:hover {
  background-color: #f5f8f9cc;
}

.map--details--content .items--item__closed .items--item--toggle-details {
  background-image: url("../plus-black-line-list.c5389ab1.svg");
}

.map--details--content .items--item__closed .items--item--more-details {
  display: none;
}

.map--details--content .items--item__open {
  background-color: #f5f8f9cc;
}

.map--details--content .items--item__open .items--item--toggle-details {
  background-image: url("../minus-black-line-list.d6aa94f1.svg");
}

.map--details--content .items--item__open .items--item--more-details {
  display: block;
}

@media screen and (width >= 960px) {
  .map--details--content .items--item__open .items--item--more-details {
    padding-bottom: 12px;
  }
}

.map--details--content .items--item__open .items--item--more-details p {
  color: #505151;
  margin: 0 0 6px;
}

.map--details--content .items--item__open .items--item--district {
  display: none;
}

.map--details--content .items--item__open .items--item--type {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.map--details--content .items--item__open .items--item--address {
  line-height: 1;
}

.map--details--content .items--item__open .items--item--address, .map--details--content .items--item__open .items--item--address-2 {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

.map--details--content .items--item__open .items--item--link {
  color: #000;
  margin-top: 8px;
  padding-bottom: 4px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.map--details--content .items--item__open .items--item--link:after {
  content: "";
  background-color: #000;
  width: 0;
  height: 2px;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.map--details--content .items--item__open .items--item--link:hover:after {
  width: 100%;
}

.map--details--content .items--item__open .items--item--link img, .map--details--content .items--item__open .items--item--link .new-window {
  width: 13px;
  height: 13px;
  margin-bottom: -1px;
  margin-left: 2px;
  display: inline-block;
}

.map--details--content .items--item__open .items--item--link .new-window {
  background-image: url("../external-link.aad28ed0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (width <= 960px) {
  .map--details--content .items--item__open .items--item--link {
    margin-top: 5px;
  }
}

.map--details--content .items--item__open .items--item--show-on-map {
  color: #000;
  cursor: pointer;
  margin-top: 16px;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.6;
  text-decoration: underline;
  display: inline-block;
}

.map--details--content .items--item__open__with-emojis {
  padding-bottom: 3px;
}

.map--details--content .items--item__open__with-emojis .items--item--more-details {
  padding-bottom: 22px;
}

.map--details--content .items--item__open__with-emojis .items--item--emojis {
  margin-top: 0;
  margin-bottom: 15px;
}

@media screen and (width <= 960px) {
  .map--details--content .items--item__open__with-emojis .items--item--emojis {
    font-size: 24px;
  }
}

.map--details--content .items--no-results {
  padding: 50px 20px;
  font-style: italic;
  display: none;
}

@media screen and (width >= 960px) {
  .map--details.open-web {
    left: 0;
  }

  .map--details.open-web button#toggle-details-web {
    background-image: url("../left.2c71bf7b.svg");
  }

  .map--details.closed-web {
    left: -450px;
  }
}

@media only screen and (width >= 960px) and (width >= 1180px) and (width <= 1255px) {
  .map--details.closed-web {
    left: -370px;
  }
}

@media only screen and (width >= 960px) and (width >= 960px) and (width <= 1179px) {
  .map--details.closed-web {
    left: -320px;
  }
}

@media screen and (width >= 960px) {
  .map--details.closed-web button#toggle-details-web {
    background-image: url("../right-black.a4856273.svg");
    right: 0;
  }
}

@media screen and (width <= 960px) {
  .map--details.open-mob {
    height: 100%;
    top: 0;
  }

  .map--details.open-mob ~ #map {
    opacity: 0;
  }

  .map--details.open-mob #map-details {
    opacity: 1;
    height: 90%;
  }

  .map--details.open-mob .toggle-details-mob--label__show {
    display: none;
  }

  .map--details.open-mob .toggle-details-mob--label__hide {
    display: block;
  }

  .map--details.open-mob .map--details--content {
    z-index: 90;
    height: 80vh;
    padding-top: 40px;
    padding-bottom: 150px;
    top: 60px;
  }

  .map--details.open-mob .map--details--content .top-filter {
    padding-top: 0;
  }

  .map--details.open-mob .map--details--content .filter {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  .map--details.closed-mob {
    height: 80px;
    top: auto;
  }

  .map--details.closed-mob ~ #map {
    opacity: 1;
  }

  .map--details.closed-mob #map-details {
    opacity: 0;
  }

  .map--details.closed-mob .toggle-details-mob {
    top: 0;
  }

  .map--details.closed-mob .toggle-details-mob--label__show {
    display: block;
  }

  .map--details.closed-mob .toggle-details-mob--label__hide {
    display: none;
  }

  .map--details.closed-mob .map--details--content {
    height: 0;
    padding-top: 0;
    top: calc(100vh - 60px);
    left: 0;
    right: 0;
  }

  .map--details.closed-mob .map--details--content .top-filter {
    padding-top: 60px;
  }
}

#map-container {
  visibility: visible;
  background-color: #ddd;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: block;
}

#map-container .mapboxgl-control-container .mapbox-canary {
  display: none;
}

#map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right {
  z-index: 60;
  top: 80px;
  right: 20px;
}

@media only screen and (width <= 960px) {
  #map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right {
    margin: 0;
    top: 70px;
    right: 16px;
  }
}

@media screen and (width <= 580px) {
  #map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right {
    right: 8px;
  }
}

#map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 8px 5px #00000006;
}

#map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-in {
  border-bottom: 1px solid #ddd;
}

#map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("../plus-black-line-small.d7c064a3.svg");
  background-size: 47%;
}

#map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("../minus-black-line-small.93244618.svg");
  background-size: 40%;
}

#map-container .mapboxgl-control-container .mapboxgl-ctrl-top-right .mapboxgl-ctrl-compass {
  display: none;
}

.marker {
  cursor: pointer;
  z-index: 30;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  transition: all .2s;
  box-shadow: 0 0 5px 2px #0000000d;
}

.marker.naturbruksgymnasie, .marker.naturbruksgymnasium {
  background-color: #f9d625;
}

.marker.hogskola-och-universitet, .marker.hogskola--universitet {
  background-color: #2b7f39;
}

.marker.yh-utbildning {
  background-color: #43ad49;
}

.marker.yrkesvux {
  background-color: #ebe0b9;
}

.mapboxgl-popup {
  z-index: 70;
  width: auto;
  min-width: 225px;
  -o-transition: none !important;
  transition: none !important;
}

@media only screen and (width >= 800px) {
  .mapboxgl-popup {
    max-width: 350px !important;
  }
}

.mapboxgl-popup .mapboxgl-popup-tip {
  border-width: 12px;
}

.mapboxgl-popup .mapboxgl-popup-content {
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  padding: 0 15px 20px;
  position: relative;
  box-shadow: none !important;
  border-radius: 0 !important;
}

@media only screen and (width <= 1255px) {
  .mapboxgl-popup .mapboxgl-popup-content {
    padding: 0 10px 20px;
  }
}

.mapboxgl-popup .mapboxgl-popup-content .loc-name, .mapboxgl-popup .mapboxgl-popup-content .loc-name:focus, .mapboxgl-popup .mapboxgl-popup-content .loc-name:active {
  color: #000;
  border: none;
  outline: none;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 0;
  padding: 0 0 6px;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

@media only screen and (width >= 1180px) and (width <= 1255px) {
  .mapboxgl-popup .mapboxgl-popup-content .loc-name, .mapboxgl-popup .mapboxgl-popup-content .loc-name:focus, .mapboxgl-popup .mapboxgl-popup-content .loc-name:active {
    font-size: 1.75em;
  }
}

@media only screen and (width <= 1254px) {
  .mapboxgl-popup .mapboxgl-popup-content .loc-name, .mapboxgl-popup .mapboxgl-popup-content .loc-name:focus, .mapboxgl-popup .mapboxgl-popup-content .loc-name:active {
    font-size: 1.4em;
  }
}

.mapboxgl-popup .mapboxgl-popup-content .loc-category {
  text-transform: uppercase;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  background-color: #000;
  width: 100%;
  margin: 0;
  padding: 5px 5px 3px;
  font-size: 1em;
  font-weight: bold;
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
}

@media only screen and (width <= 1179px) {
  .mapboxgl-popup .mapboxgl-popup-content .loc-category {
    font-size: .93em;
  }
}

.mapboxgl-popup .mapboxgl-popup-content .loc-address, .mapboxgl-popup .mapboxgl-popup-content .loc-zipcode, .mapboxgl-popup .mapboxgl-popup-content .loc-district {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6em;
}

.mapboxgl-popup .mapboxgl-popup-content .loc-zipcode, .mapboxgl-popup .mapboxgl-popup-content .loc-district {
  margin-right: 5px;
  display: inline-block;
}

.mapboxgl-popup .mapboxgl-popup-content p:last-of-type:not(.loc-category) {
  padding-bottom: 12px;
}

.mapboxgl-popup .loc-link, .mapboxgl-popup .loc-name {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.mapboxgl-popup .loc-link:hover, .mapboxgl-popup .loc-link:active, .mapboxgl-popup .loc-link:visited, .mapboxgl-popup .loc-link:focus, .mapboxgl-popup .loc-name:hover, .mapboxgl-popup .loc-name:active, .mapboxgl-popup .loc-name:visited, .mapboxgl-popup .loc-name:focus {
  color: #000;
}

.mapboxgl-popup .loc-link {
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  text-decoration: none;
  position: relative;
}

.mapboxgl-popup .loc-link:after {
  content: "";
  background-color: #000;
  width: 0;
  height: 2px;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mapboxgl-popup .loc-link:hover:after {
  width: 100%;
}

.mapboxgl-popup .loc-link img, .mapboxgl-popup .loc-link .new-window {
  width: 13px;
  height: 13px;
  margin-bottom: -1px;
  margin-left: 2px;
  display: inline-block;
}

.mapboxgl-popup .loc-link .new-window {
  background-image: url("../external-link.aad28ed0.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.school-information {
  z-index: 80;
  height: auto;
  display: none;
  position: absolute;
  bottom: 5rem;
  right: 30px;
}

@media only screen and (width >= 960px) {
  .school-information {
    display: block;
  }
}

.school-information p {
  color: #fff;
}

.school-information .category-dot {
  content: "";
  border: 2px solid #fff;
  border-radius: 100%;
  width: 1rem;
  height: 1rem;
  margin-right: .8rem;
  display: inline-block;
}

.map-help {
  z-index: 80;
  background-color: #fff;
  position: absolute;
  box-shadow: 0 2px 15px #0000004d;
}

@media only screen and (width >= 960px) {
  .map-help {
    border-top-left-radius: 15px;
    bottom: 30px;
    right: 30px;
  }
}

@media only screen and (width <= 960px) {
  .map-help {
    top: 80px;
    left: 20px;
  }
}

@media only screen and (width <= 630px) {
  .map-help {
    right: 20px;
  }
}

.map-help__closed .map-help--help {
  display: none;
}

.map-help__closed .map-help--toggle-help {
  width: 195px;
}

.map-help__closed .map-help--toggle-help:hover {
  transform: scale(1.08);
}

.map-help__closed .map-help--toggle-help:focus-visible {
  outline: auto;
}

.map-help__open {
  z-index: 80;
}

@media only screen and (width <= 960px) {
  .map-help__open {
    padding-top: 30px;
    bottom: 150px;
  }

  .map-help__open .map-help--help {
    max-height: 100%;
    padding: 30px 20px 70px 30px;
  }
}

.map-help__open .map-help--help {
  max-height: 60vh;
  margin-bottom: 50px;
  padding: 35px 20px 40px;
  display: block;
  overflow-y: scroll;
}

@media only screen and (width <= 960px) {
  .map-help__open .map-help--help {
    max-height: 100%;
    margin-bottom: 0;
  }
}

@media only screen and (width <= 630px) {
  .map-help__open .map-help--help {
    max-height: 95%;
    padding: 10px 20px 40px;
  }
}

.map-help--help {
  width: 550px;
}

@media only screen and (width <= 960px) {
  .map-help--help {
    width: 500px;
    padding-top: 30px;
  }
}

@media only screen and (width <= 720px) {
  .map-help--help {
    padding: 30px 20px 10px 30px;
  }
}

@media only screen and (width <= 630px) {
  .map-help--help {
    width: 100%;
  }
}

.map-help--help h2 {
  color: #000;
  margin-top: 8px;
  font-size: 1.65rem;
  line-height: 1.3;
}

@media screen and (width <= 750px) {
  .map-help--help h2 {
    font-size: 1.4rem;
  }
}

@media screen and (width <= 420px) {
  .map-help--help h2 {
    font-size: 1.25rem;
  }
}

.map-help--group {
  padding-bottom: 8px;
}

.map-help--group__list {
  vertical-align: top;
  width: 49%;
  display: inline-block;
}

.map-help--group__list__colors {
  padding-right: 12px;
}

@media screen and (width <= 650px) {
  .map-help--group__list {
    width: 100%;
    padding: 0;
  }
}

.map-help--heading {
  color: #000;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
}

.map-help--text {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.map-help--text p {
  color: #000;
  margin-top: 8px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.map-help--text__intro {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.map-help--text a {
  text-decoration: none;
}

@media (hover: none) {
  .map-help--text a {
    text-decoration: underline;
  }
}

.map-help--text a, .map-help--text a:visited {
  color: #4a90e2;
  font-weight: 700;
  text-decoration: none;
}

.map-help--text a:hover, .map-help--text a:focus-visible, .map-help--text a:visited:hover, .map-help--text a:visited:focus-visible {
  text-decoration: underline;
}

.map-help--list {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
}

.map-help--list--item {
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 32px;
}

.map-help--list--item .map-icon {
  vertical-align: middle;
  cursor: default;
  padding-right: 4px;
  display: inline-block;
}

.map-help--list--item .map-icon__emoji {
  vertical-align: baseline;
  text-align: center;
  text-shadow: 0 2px 3px #0000001a;
  width: 25px;
}

.map-help--list--item .map-icon__color span {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  margin-bottom: -1px;
  display: inline-block;
  box-shadow: 0 0 5px 2px #0000000d;
}

.map-help--list--item .map-icon__color span.naturbruksgymnasie, .map-help--list--item .map-icon__color span.naturbruksgymnasium {
  background-color: #f9d625;
}

.map-help--list--item .map-icon__color span.hogskola-och-universitet, .map-help--list--item .map-icon__color span.hogskola--universitet {
  background-color: #2b7f39;
}

.map-help--list--item .map-icon__color span.yh-utbildning {
  background-color: #43ad49;
}

.map-help--list--item .map-icon__color span.yrkesvux {
  background-color: #ebe0b9;
}

.map-help--toggle-help {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .8px;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 10px 24px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6rem;
  transition: all .3s;
  position: absolute;
}

.map-help--toggle-help:focus-visible {
  outline: auto;
}

@media only screen and (width >= 960px) {
  .map-help--toggle-help {
    bottom: 0;
    right: 0;
  }
}

@media only screen and (width <= 960px) {
  .map-help--toggle-help {
    font-size: 16px;
    top: 0;
    left: 0;
  }
}

@media only screen and (width <= 720px) {
  .map-help--toggle-help {
    padding: 8px 18px;
    font-size: 12px;
  }
}

#loader {
  z-index: 1001;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all .6s ease-in;
  display: flex;
  position: fixed;
  inset: 0;
}

#loader #loader-icon {
  width: 150px;
  height: 150px;
}

#loader #error-loading {
  opacity: 0;
  transition: opacity .5s;
  display: none;
  transform: translateY(10vh);
}

#loader #error-loading a, #loader #error-loading a:visited {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

#loader #error-loading a:hover, #loader #error-loading a:visited:hover {
  text-decoration: underline;
}

#loader #error-loading.is-ie {
  opacity: 1;
  display: inline-block;
}

.map fieldset {
  border: none;
  outline: none;
}

.map button {
  cursor: pointer;
}

#CourseMap footer {
  margin-top: 120px;
}

.map-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: normal;
  display: inline-block;
}

.map-icon__top-filter__open {
  background-image: url("../settings-slider.5d9a0904.svg");
  background-size: 90%;
  left: 10px;
}

.map-icon__top-filter__close {
  background-image: url("../settings-close.e5e315e5.svg");
  background-size: 75%;
  left: 7px;
}

.map-icon__toggle-filter-dropdown {
  vertical-align: middle;
  background-image: url("../down-chevron.c0f4106e.svg");
  background-position: 100%;
  align-self: flex-end;
  width: 17px;
  height: 17px;
  display: inline-block;
}

.map-icon__check {
  background-image: url("../check-sharp.e4d078b9.svg");
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

@media screen and (width >= 960px) {
  .map--mobile-only {
    display: none !important;
  }
}

@media screen and (width <= 960px) {
  .map--desktop-only {
    display: none !important;
  }
}
/*# sourceMappingURL=main.css.map */
