a.primary-button {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  color: #17161b;
  color: var(--secondary_color);
  background-color: #febf32;
  background-color: var(--primary_color);
}
a.primary-button:hover {
  background-color: #17161b;
  background-color: var(--secondary_color);
  color: #febf32;
  color: var(--primary_color);
}

a.secondary-button {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  border: 2px solid;
  border-color: #17161b;
  border-color: var(--secondary_color);
  background-color: transparent;
  color: #17161b;
  color: var(--secondary_color);
}
a.secondary-button:hover {
  background-color: #17161b;
  background-color: var(--secondary_color);
  color: white;
  color: var(--text_light_color);
}

a.secondary-light-button {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  border: 2px solid;
  border-color: #eefafa;
  border-color: var(--text_light_color);
  background-color: transparent;
  color: #eefafa;
  color: var(--text_light_color);
}
a.secondary-light-button:hover {
  background-color: #eefafa;
  background-color: var(--text_light_color);
  color: #17161b;
  color: var(--secondary_color);
}

a.colored-button-with-arrow {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  color: #17161b;
  color: var(--secondary_color);
  background-color: #febf32;
  background-color: var(--primary_color);
}
a.colored-button-with-arrow:hover {
  background-color: #17161b;
  background-color: var(--secondary_color);
  color: #febf32;
  color: var(--primary_color);
}
a.colored-button-with-arrow::after {
  content: " ";
  background-color: black;
  background-color: var(--secondary_color);
  margin-left: 10px;
  width: 35px;
  height: 16px;
  -webkit-mask-image: url("../assets/svg/arrow.svg");
  mask-image: url("../assets/svg/arrow.svg");
}
a.colored-button-with-arrow:hover:after {
  background-color: black;
  background-color: var(--primary_color);
}

a.transparent-button-with-arrow {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  border: 2px solid;
  border-color: #17161b;
  border-color: var(--secondary_color);
  background-color: transparent;
  color: #17161b;
  color: var(--secondary_color);
}
a.transparent-button-with-arrow:hover {
  background-color: #17161b;
  background-color: var(--secondary_color);
  color: white;
  color: var(--text_light_color);
}
a.transparent-button-with-arrow::after {
  content: " ";
  background-color: black;
  background-color: var(--secondary_color);
  margin-left: 10px;
  width: 35px;
  height: 16px;
  -webkit-mask-image: url("../assets/svg/arrow.svg");
  mask-image: url("../assets/svg/arrow.svg");
}
a.transparent-button-with-arrow:hover:after {
  background-color: black;
  background-color: var(--text_light_color);
}

div#sliding-popup {
  background-color: #17161b;
  background-color: var(--secondary_color);
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-message {
  margin: 5px 0;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .agree-button {
  order: 2;
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  border: 2px solid;
  border-color: #eefafa;
  border-color: var(--text_light_color);
  background-color: transparent;
  color: #eefafa;
  color: var(--text_light_color);
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .agree-button:hover {
  background-color: #eefafa;
  background-color: var(--text_light_color);
  color: #17161b;
  color: var(--secondary_color);
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .agree-button:active {
  position: static;
  top: 0;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .decline-button {
  color: #ffffff;
  color: var(--text_light_color);
  background: transparent none repeat 0 0 / auto auto padding-box border-box scroll;
  background: initial;
  text-decoration: underline;
  text-shadow: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  font-size: 18px;
  margin-right: 20px;
  order: 1;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .decline-button:hover {
  background-color: transparent;
  background-image: none;
  background-image: initial;
}
div#sliding-popup .eu-cookie-compliance-banner .popup-content .eu-cookie-compliance-buttons .decline-button:active {
  position: static;
  top: 0;
}

.basic-page {
  max-width: 800px;
  margin: auto;
}
@media (max-width: 768px) {
  .basic-page {
    padding: 10px;
  }
}
.basic-page a {
  color: black;
  color: var(--primary_color);
}

* {
  box-sizing: border-box;
}

body {
  color: #000000;
  color: var(--text_main_color);
  margin: 0;
}

h1 {
  font-size: 46px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 19px;
}

p {
  font-size: 17px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
    font-size: 16px;
  }
  p {
    font-size: 16px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
}

.text-formatted a:not([class]),
.formatted-text a:not([class]),
.js-form-type-processed-text a:not([class]),
.js-form-type-checkbox a:not([class]) {
  color: #17161b;
  color: var(--secondary_color);
}
.text-formatted a:not([class]):visited,
.formatted-text a:not([class]):visited,
.js-form-type-processed-text a:not([class]):visited,
.js-form-type-checkbox a:not([class]):visited {
  color: #febf32;
  color: var(--primary_color);
}
.text-formatted ul li,
.formatted-text ul li,
.js-form-type-processed-text ul li,
.js-form-type-checkbox ul li {
  position: relative;
  line-height: 1.5;
  margin-bottom: 8px;
}
.text-formatted ul li::before,
.formatted-text ul li::before,
.js-form-type-processed-text ul li::before,
.js-form-type-checkbox ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -18px;
  width: 6px;
  height: 6px;
  background-color: #febf32;
  background-color: var(--primary_color);
}
.text-formatted ol li::marker,
.formatted-text ol li::marker,
.js-form-type-processed-text ol li::marker,
.js-form-type-checkbox ol li::marker {
  color: inherit;
}

.media {
  line-height: 0;
}
.media img,
.media video {
  width: 100%;
  height: 100%;
}

.layout-item-text-formatted {
  position: relative;
}

.flexi-editable .inner-edit .edit-button {
  position: absolute;
  color: transparent;
  z-index: 12;
  top: 20px;
  right: 20px;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  display: none;
  justify-content: center;
  background-color: white;
  align-items: center;
  border: 1px solid;
  border-radius: 90px;
  box-shadow: 1px 1px #888888;
  cursor: pointer;
}
.flexi-editable .inner-edit .edit-button::after {
  content: " ";
  display: block;
  height: 17px;
  width: 17px;
  background-color: black;
  -webkit-mask-image: url(../assets/svg/pencil.svg);
  mask-image: url(../assets/svg/pencil.svg);
  background-position: center;
  background-size: contain;
  top: 5px;
  position: absolute;
}
.flexi-editable .inner-edit .edit-button:hover {
  background-color: black;
}
.flexi-editable .inner-edit .edit-button:hover::after {
  background-color: white;
}
.flexi-editable .outer-edit .edit-button {
  position: absolute;
  color: transparent;
  z-index: 12;
  top: -20px;
  right: -15px;
  text-indent: -9999px;
  width: 30px;
  height: 30px;
  display: none;
  justify-content: center;
  background-color: white;
  align-items: center;
  border: 1px solid;
  border-radius: 90px;
  box-shadow: 1px 1px #888888;
  cursor: pointer;
}
.flexi-editable .outer-edit .edit-button::after {
  content: " ";
  display: block;
  height: 17px;
  width: 17px;
  background-color: black;
  -webkit-mask-image: url(../assets/svg/pencil.svg);
  mask-image: url(../assets/svg/pencil.svg);
  background-position: center;
  background-size: contain;
  top: 5px;
  position: absolute;
}
.flexi-editable .outer-edit .edit-button:hover {
  background-color: black;
}
.flexi-editable .outer-edit .edit-button:hover::after {
  background-color: white;
}
.flexi-editable .hover-border::after {
  z-index: 1;
  position: absolute;
  content: " ";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px dashed transparent;
  pointer-events: none;
}
.flexi-editable:hover .hover-border::after {
  border-color: black;
}
.flexi-editable:hover .edit-button {
  display: flex;
}

.grecaptcha-badge {
  display: none !important;
}

.cta-button-primary {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  border: 2px solid;
  color: #17161b;
  color: var(--cta_button_secondary_color);
  background-color: #febf32;
  background-color: var(--cta_button_primary_color);
  border-color: #febf32;
  border-color: var(--cta_button_secondary_color);
}
.cta-button-primary:hover {
  background-color: #17161b;
  background-color: var(--cta_button_secondary_color);
  color: #febf32;
  color: var(--cta_button_primary_color);
  border-color: #17161b;
  border-color: var(--cta_button_primary_color);
}

.cta-button-secondary {
  display: inline-block;
  text-align: center;
  transition: all 0.2s;
  padding: 15px 20px;
  text-transform: uppercase;
  line-height: 1;
  font-size: 20px;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
  border: 2px solid;
  color: #17161b;
  color: var(--cta_button_primary_color);
  background-color: #febf32;
  background-color: var(--cta_button_secondary_color);
  border-color: #febf32;
  border-color: var(--cta_button_primary_color);
}
.cta-button-secondary:hover {
  background-color: #17161b;
  background-color: var(--cta_button_primary_color);
  color: #febf32;
  color: var(--cta_button_secondary_color);
  border-color: #17161b;
  border-color: var(--cta_button_secondary_color);
}

.scroll-up {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  cursor: pointer;
  border-radius: 0px;
  border-radius: var(--border_radius);
}
.scroll-up svg {
  width: 20px;
  height: 20px;
}

.hide-email {
  display: none;
}

.swiper-loading .swiper-slide:not(:last-child) {
  display: none;
}

.anchor-link {
  padding-top: 200px;
  margin-top: -200px;
}

@media (max-width: 500px) {
  .custom-layout--content > section:first-child .swiper-wrapper {
    min-height: 350px;
  }
  .custom-layout--content > section:first-child .swiper-wrapper .swiper-slide,
  .custom-layout--content > section:first-child .swiper-wrapper .slideshow-slide,
  .custom-layout--content > section:first-child .swiper-wrapper img {
    min-height: 350px;
  }
}
