/* ****************
/* Styles BTT
/* Author: Heiko Goeb - cycro digital solutions
/* Version: 1.0
/* ****************
*/
:root {
  --textColor: rgb(4, 39, 75);
  --textColorLight: rgb(255, 255, 255);
}

html, body {
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 0 !important;
  margin: 0 !important;
  width: 100vw;
  height: 100vh;
}
@supports (width: -webkit-fill-available) {
  html, body {
    width: -webkit-fill-available;
    height: -webkit-fill-available;
  }
}

body {
  background-color: rgb(255, 255, 255);
  font-family: "EncodeSans", "Verdana", sans-serif;
  font-size: 23px;
  font-weight: 300;
  color: rgb(4, 39, 75);
  line-height: 1.55rem;
  letter-spacing: 0.03rem;
  hyphens: auto;
  hyphenate-limit-chars: 3;
  text-size-adjust: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-synthesis: none;
}
body.phone, body.tablet {
  overflow-x: hidden;
  overflow-y: auto;
}
body:has(.header-infobox.open .header-menu.open) {
  overflow: hidden;
}
body.noscroll {
  overflow: hidden;
}

.wrapper {
  padding: 0;
  margin: 0;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
@supports (max-width: -webkit-fill-available) {
  .wrapper {
    max-width: -webkit-fill-available;
    max-height: -webkit-fill-available !important;
  }
}
:is(body.phone, body.tablet) .wrapper {
  overflow-x: hidden;
  overflow-y: auto;
}

.row {
  --bs-gutter-x: 4.2rem;
  margin: 0;
}

.bgr-image {
  width: 100%;
}

/* ****************
/* TYPOGRAPHIE
/* ****************
*/
.font-primary {
  font-family: "EncodeSans", "Verdana", sans-serif;
}

.font-secondary {
  font-family: "Madena", Georgia, Garamond, serif;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.font-secondary-italic {
  font-family: "MadenaOblique", Georgia, Garamond, serif !important;
  font-style: italic;
}

.text-italic {
  font-style: italic;
}

.textbox-emphasized {
  position: relative;
  padding-bottom: 2.7rem;
}
.textbox-emphasized .subline + br {
  display: none;
}
.textbox-emphasized::before {
  content: "";
  display: block;
  position: absolute;
  left: -39px;
  width: 14px;
  height: 100%;
  background-color: currentColor;
}

h1, .h1, .htag1 {
  font-size: 3rem;
  line-height: 3.2rem;
  color: rgb(4, 39, 75);
  font-weight: 600;
  margin: 0;
  margin-bottom: 1.5rem;
}
h1 .font-secondary, .h1 .font-secondary, .htag1 .font-secondary {
  font-size: 3.21rem;
  line-height: 3.51rem;
}

h2, .h2, .htag2 {
  font-size: 1.65rem;
  line-height: 1.95rem;
  color: rgb(4, 39, 75);
  font-weight: 600;
  margin: 0;
}
h2 + :is(h2, h3, h4, h5, h6), .h2 + :is(h2, h3, h4, h5, h6), .htag2 + :is(h2, h3, h4, h5, h6) {
  margin-top: 0.51rem;
}

h3, .h3, .htag3 {
  font-size: 1.3rem;
  line-height: 1.81rem;
  color: rgb(4, 39, 75);
  font-weight: 600;
  margin: 0;
}
h3 + :is(h3, h4, h5, h6), .h3 + :is(h3, h4, h5, h6), .htag3 + :is(h3, h4, h5, h6) {
  margin-top: 0.51rem;
}

h4, h5, h6, .h4, .h5, .h6, .htag4, .htag5, .htag6,
.subline {
  font-size: 1rem;
  line-height: 1.51rem;
  color: rgb(4, 39, 75);
  font-weight: 600;
  letter-spacing: 0.02rem;
  margin: 0;
}
h4 + :is(h4, h5, h6), h5 + :is(h4, h5, h6), h6 + :is(h4, h5, h6), .h4 + :is(h4, h5, h6), .h5 + :is(h4, h5, h6), .h6 + :is(h4, h5, h6), .htag4 + :is(h4, h5, h6), .htag5 + :is(h4, h5, h6), .htag6 + :is(h4, h5, h6),
.subline + :is(h4, h5, h6) {
  margin-top: 0.51rem;
}

h5, .h5, .htag5 {
  color: rgb(4, 39, 75);
}

h6, .h6, .htag6 {
  color: rgb(4, 39, 75);
}

.subline {
  display: block;
  font-variation-settings: "wght" 700;
  margin-bottom: 0.5rem;
}

*:not(h1, h2, h3, h4, h5, h6) + :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 1.2rem;
}

b, strong {
  font-variation-settings: "wght" 700;
  color: inherit;
}

span {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  color: inherit;
}

p {
  /*	&:is(h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p) {
  		margin-top: 1.5rem;
  	}
  	& + :is(h1, h2, h3 ,h4, h5 ,h6) {
  		margin-bottom: 1.5rem;
  	}
  	+ :is(p, table, tbody, thead, ul, ol, dl) {
  		margin-top: .9rem;
  	}*/
}
p :is(a, span) {
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
p + h2, ul + h2 {
	margin-top: 3rem!important;
}
p + h3, ul + h3 {
	margin-top: 2rem!important;
}
p + h4 {
	margin-top: 1.1rem;
    margin-bottom: 0.14rem;
}
h4 + p { margin-top: 0!important; }

p + p, 
* + h5, 
* + h6
	{ margin-top: .6rem; }
*/
.content .content-segment {
  max-width: 80ch;
}
.content p {
  padding-bottom: 2px;
}
.content :is(p, table, tbody, thead, ul, ol, dl) {
  font-size: 1rem;
  line-height: 1.5rem;
  color: inherit;
  font-weight: 400;
  text-size-adjust: none;
  margin: 0px;
  margin-bottom: 0.9rem;
}
.content :is(h1, h2, h3, h4, h5, h6) + :is(p, table, tbody, thead, ul, ol, dl) {
  margin-top: 1.2rem;
}
.content hr {
  visibility: hidden;
  margin: 2rem 0 0 0;
}
.content table {
  width: 100%;
  border: 0;
}
.content .table-wrap {
  overflow: auto;
}
.content .table-wrap table thead :first-child, .content .table-wrap table tr :first-child {
  position: sticky;
  left: 0;
}

.it-last-change {
  display: none;
}

p.copyright {
  margin-bottom: 0;
}

.claim {
  color: rgb(4, 39, 75);
  font-weight: 600;
  text-transform: lowercase;
  line-height: 1rem;
}
.claim strong {
  font: inherit;
  font-weight: inherit !important;
  color: rgb(0, 79, 158);
}

@media (min-width: 992px) {
  html, body {
    font-size: 21px;
  }
  p, table, tbody, thead, ul, ol, dl {
    font-size: 1rem;
    line-height: 1.51rem;
    font-weight: 400;
  }
  .font-secondary {
    font-family: "Madena", Georgia, Garamond, serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  h1, .h1, .h1tag {
    font-size: 3rem;
    line-height: 3.51rem;
  }
  h1 .font-secondary, .h1 .font-secondary, .h1tag .font-secondary {
    font-size: 3.21rem;
    line-height: 3.51rem;
  }
  h2, .h2, .htag2 {
    font-size: 1.65rem;
    line-height: 1.95rem;
  }
  h3, .h3, .htag3 {
    font-size: 1.3rem;
    line-height: 1.81rem;
  }
  h4, h5, h6, .htag4, .htag5, .htag6 {
    font-size: 1rem;
    line-height: 1.51rem;
  }
}
header {
  z-index: 1000000;
  display: flex;
  position: relative;
  width: -webkit-fill-available;
}
header .header-menu-container {
  position: fixed;
  display: grid;
  top: 0;
  right: 0;
  width: 18%;
  max-width: 280px;
  aspect-ratio: 1/1;
  grid-template: "logo logo a" 37.5% "logo logo a" 37.5% "b b hamburger" 25%/37.5% 37.5% 25%;
  background-color: transparent;
  transition: all 0.23s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  /*height: fit-content;
  width: fit-content;*/
}
@media (max-width: 991px) {
  header .header-menu-container {
    width: 33%;
    max-width: unset;
  }
}
@media (max-width: 767px) {
  header .header-menu-container {
    width: 39%;
  }
}
header .header-menu-container .header-menu-logo {
  grid-area: logo;
  aspect-ratio: 1/1;
  background-color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg id="Ebene_2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 595.08 418"><g id="Ebene_1-2"><path d="m51.04,142.85c-.4-12.05-1.01-24.15-1.83-36.29,3.07.38,6.4.7,10.01.97,3.61.29,7.67.43,12.17.43,7.75,0,15.86-.23,24.34-.7,8.48-.47,16.59-.7,24.35-.7s15.5.84,22.17,2.52c6.66,1.69,12.44,4.26,17.3,7.71,4.87,3.46,8.61,7.94,11.23,13.45,2.61,5.52,3.92,12.1,3.92,19.76s-1.54,14.25-4.61,19.76c-3.08,5.51-6.84,10.09-11.27,13.74-4.43,3.64-9.23,6.49-14.38,8.55-5.15,2.05-9.82,3.46-13.98,4.2v.57c4.14.19,9,1.17,14.57,2.94,5.58,1.78,10.89,4.53,15.92,8.26,5.04,3.75,9.31,8.56,12.83,14.44,3.5,5.89,5.26,13.04,5.26,21.44,0,10.1-1.77,18.69-5.26,25.79-3.51,7.1-8.19,12.89-14.04,17.38-5.84,4.48-12.54,7.62-20.1,9.39-7.56,1.78-15.38,2.67-23.48,2.67-7.2,0-13.9-.11-20.1-.28-6.21-.19-12.73-.27-19.56-.27h-14.98c-5.14,0-9.23.18-12.29.56.82-11.58,1.43-23.41,1.83-35.46.4-12.04.61-25.82.61-41.33v-38.12c0-15.51-.21-29.29-.61-41.34m82.15-.27c-1-4.02-2.67-7.47-5.01-10.37-2.35-2.9-5.32-5.23-8.92-7.01-3.61-1.78-8.11-2.67-13.53-2.67-3.96,0-6.72.05-8.25.14-1.53.1-3.2.33-5,.69-.37,6.92-.63,13.93-.82,21.02-.18,7.1-.26,13.08-.26,17.94s.04,9.85.14,14.44c.09,4.58.13,9.29.13,14.14h12.18c3.79,0,7.53-.74,11.23-2.24,3.68-1.5,6.97-3.68,9.86-6.58,2.89-2.9,5.23-6.59,7.03-11.08,1.8-4.48,2.71-9.71,2.71-15.69,0-4.48-.5-8.72-1.49-12.74m-5.14,73.99c-5.68-6.45-13.92-9.67-24.75-9.67-2.52,0-4.68.04-6.49.14-1.8.1-3.51.14-5.14.14,0,3.92-.04,7.99-.13,12.2-.09,4.2-.14,9.2-.14,14.99,0,4.49.04,9.07.14,13.74.09,4.68.13,9.26.13,13.74s.05,8.59.14,12.33c.09,3.75.14,6.82.14,9.25,2.53.19,4.87.33,7.03.43,2.17.1,4.78.14,7.84.14,3.96,0,7.75-.84,11.36-2.52,3.61-1.67,6.76-4.16,9.46-7.43,2.72-3.27,4.87-7.24,6.5-11.91,1.62-4.67,2.43-10.08,2.43-16.25,0-13.07-2.85-22.84-8.52-29.29" style="fill:%2304274B; stroke-width:0px;"/><path d="m273,137.77c-.09-4.5-.32-7.78-.68-9.84-2.71,0-6.06.09-10.03.28-3.98.19-8.24.42-12.75.7-4.53.27-9.14.66-13.84,1.12-4.7.47-9.05.98-13.02,1.55.36-2.06.67-4.13.95-6.19.27-2.06.41-4.13.41-6.19s-.14-4.12-.41-6.18c-.27-2.06-.59-4.13-.95-6.19,6.14.19,11.71.38,16.68.57,4.98.19,10.05.33,15.2.42,5.15.1,10.76.19,16.82.28,6.06.1,13.34.14,21.84.14s15.78-.04,21.85-.14c6.06-.1,11.62-.19,16.69-.28,5.06-.09,9.99-.23,14.78-.42s9.99-.37,15.6-.57c-.37,2.06-.68,4.13-.96,6.19-.26,2.06-.4,4.13-.4,6.18s.14,4.13.4,6.19c.28,2.06.59,4.13.96,6.19-3.62-.57-7.69-1.08-12.21-1.55-4.53-.47-9-.85-13.42-1.12-4.44-.28-8.65-.51-12.63-.7-3.97-.19-7.32-.28-10.03-.28-.19.94-.32,2.25-.41,3.93-.09,1.69-.13,3.66-.13,5.91v85.21c0,15.56.17,29.39.54,41.47.36,12.1.91,23.96,1.62,35.58-3.08-.37-6.42-.56-10.04-.56h-24.41c-3.62,0-6.97.19-10.04.56.72-11.62,1.26-23.48,1.63-35.58.35-12.09.54-25.91.54-41.47v-70.3c0-5.44-.05-10.41-.14-14.91" style="fill:%2304274B; stroke-width:0px;"/><path d="m447.28,138.92c-.09-4.5-.32-7.78-.68-9.84-2.71,0-6.05.1-10.02.28-3.99.19-8.23.43-12.75.7-4.53.28-9.14.66-13.84,1.12-4.71.47-9.04.98-13.01,1.55.36-2.06.68-4.13.95-6.19.27-2.05.4-4.12.4-6.18s-.13-4.11-.4-6.18c-.27-2.06-.59-4.12-.95-6.18,6.14.19,11.7.38,16.68.56,4.97.19,10.03.34,15.18.43,5.15.1,10.76.19,16.81.27,6.06.11,13.34.14,21.83.14s15.78-.04,21.83-.14c6.06-.09,11.62-.18,16.68-.27,5.07-.09,9.99-.24,14.78-.43,4.79-.18,9.99-.37,15.59-.56-.37,2.06-.67,4.12-.95,6.18-.27,2.07-.41,4.13-.41,6.18s.14,4.13.41,6.18c.27,2.06.58,4.13.95,6.19-3.62-.57-7.68-1.08-12.21-1.55-4.52-.46-8.99-.84-13.42-1.12-4.43-.27-8.64-.51-12.61-.7-3.98-.19-7.32-.28-10.03-.28-.19.94-.32,2.25-.41,3.93-.09,1.69-.14,3.66-.14,5.91v85.16c0,15.56.18,29.38.55,41.47.36,12.08.9,23.94,1.62,35.55-3.08-.37-6.42-.56-10.04-.56h-24.41c-3.62,0-6.96.19-10.03.56.72-11.61,1.26-23.47,1.63-35.55.35-12.09.54-25.9.54-41.47v-70.27c0-5.44-.05-10.4-.14-14.9" style="fill:%2304274B; stroke-width:0px;"/><path d="m355.76,79.25L432.92,0h-23.88l-77.16,79.25h23.88Z" style="fill:%2304274B; stroke-width:0px;"/><path d="m517.92,79.25L595.08,0h-23.88l-77.15,79.25h23.87,0Z" style="fill:%2304274B; stroke-width:0px;"/><path d="m77.16,338.75L0,418h23.88l77.16-79.25h-23.88Z" style="fill:%2304274B; stroke-width:0px;"/><path d="m239.32,338.75l-77.16,79.25h23.88l77.15-79.25h-23.87Z" style="fill:%2304274B; stroke-width:0px;"/></g></svg>');
  background-size: 84%;
  background-position: center 1.2rem;
}
header .header-menu-container .header-menu-logo a {
  display: block;
  height: 100%;
}
header .header-menu-container .header-menu-hamburger {
  grid-area: hamburger;
  aspect-ratio: 1/1;
  background-color: rgb(223, 237, 116);
  transition: all 0.23s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
header .header-menu-container .header-menu-hamburger .header-menutoggle-wrapper {
  container-type: inline-size;
  height: 100%;
  width: 100%;
}
header .header-menu-container .header-menu-hamburger .btn-hamburger {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: rgb(255, 255, 255);
  font-size: 45cqi;
}
header .header-menu-container .header-menu-hamburger .btn-hamburger:focus, header .header-menu-container .header-menu-hamburger .btn-hamburger:active {
  box-shadow: none;
  outline: 0;
}
header .header-menu-container .header-menu-hamburger .btn-hamburger i {
  position: absolute;
  transition: opacity 0.23s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.23s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .header-menu-container .header-menu-hamburger .btn-hamburger i.opened {
  opacity: 0;
  transform: scaleX(0) rotate(-45deg);
}
header .header-menu-container .header-menu-hamburger:hover {
  background-color: rgb(230, 88, 100) !important;
  cursor: pointer;
}
header.show .header-menu-container {
  transform: translateY(0) !important;
}
header.show .header-menu-container .header-menu-hamburger {
  background: rgb(0, 79, 158);
}
header.show .header-menu-container .header-menu-hamburger .btn-hamburger i.closed {
  opacity: 0;
  transform: scaleX(0);
}
header.show .header-menu-container .header-menu-hamburger .btn-hamburger i.opened {
  opacity: 1;
  transform: scaleX(1) rotate(0);
}
header.sticky .header-menu-container {
  transform: translateY(-69%);
}

#toolsBox {
  /*    z-index: 9000;
      position: fixed;
      top: 0rem; */
  width: inherit;
  max-width: 100vw;
  max-height: 0;
  height: max-content;
  overflow: hidden;
  transition: max-height 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top center;
  /*	@media (min-width:1400px) {
  		scrollbar-gutter: stable both-edges;
  	}*/
}
#toolsBox.open {
  max-height: 17vh;
  transition: max-height 0.55s cubic-bezier(0.16, 0.2, 0.3, 1);
}
#toolsBox .tools-wrapper {
  margin: 0;
}
#toolsBox .tools-wrapper li {
  list-style-type: none;
}
#toolsBox .tools-wrapper ul, #toolsBox .tools-wrapper li, #toolsBox .tools-wrapper span {
  display: flex;
  color: rgb(4, 39, 75);
}
#toolsBox .tools-wrapper .days {
  display: block;
  width: auto;
}
#toolsBox .tools-wrapper .tools-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: inherit;
  top: 0;
  left: 0;
  height: max-content;
  width: 60%;
  margin: 0 auto;
  padding: 2.1rem 0 0 0;
  background: transparent;
}
@media (max-width: 991px) {
  #toolsBox .tools-wrapper .tools-item {
    width: 81%;
  }
}

.breadcrumb-container {
  display: none;
  position: fixed;
  top: 0;
  left: 6vw;
  margin-top: 4px;
  backdrop-filter: blur(20px);
  z-index: 5000;
  --background-link: rgba(255, 255, 255, 0.84);
  --background-link-hover: white;
  --background-link-transition: all .23s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.breadcrumb-wrapper .breadcrumb-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0;
  width: fit-content;
  margin: 0;
  padding: 0;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-left: -8px;
  padding: 0.09rem 27px;
  font-size: 0.66rem;
  font-weight: 300;
  text-transform: uppercase;
  white-space: nowrap;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
  background: var(--background-link);
  transition: var(--background-link-transition);
}
@media (max-width: 991px) {
  .breadcrumb-wrapper .breadcrumb-list .breadcrumb-item {
    font-size: 0.87rem;
    line-height: 0.87rem;
  }
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item.first-item:not(:only-child) {
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
  padding-left: 15px;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item.last-item:not(:only-child) {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12px 50%);
  padding-right: 15px;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item:only-child {
  clip-path: none;
  padding: 0.09rem 15px;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item::before {
  content: none;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item .breadcrumb-link {
  display: flex;
  align-items: center;
  height: 1rem;
  font: inherit;
  text-transform: inherit;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item .breadcrumb-link a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  text-transform: inherit;
}
.breadcrumb-wrapper .breadcrumb-list .breadcrumb-item:not(.last-item):hover {
  background-color: var(--background-link-hover);
}

@media (min-width: 768px) {
  .breadcrumb-container {
    display: block;
  }
}
@property --segment-size {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
.mainmenu-container {
  --colorLink: rgba(4, 39, 75, 0.4);
  --colorLinkHover: #04274b;
  --colorLinkSelected: rgb(0, 79, 158);
  --l2MarkerSize: 15px;
  --gapTools: 1.5rem;
  display: block;
  pointer-events: none;
  position: absolute;
  z-index: -1;
  overflow-x: hidden;
  overflow-y: auto;
  top: -100vh;
  width: 100%;
  height: 100vh;
  background-color: rgb(223, 237, 116);
  opacity: 0;
  --initial-segment-size: 24%;
  --segment-size: var(--initial-segment-size);
  mask-image: repeating-linear-gradient(180deg, transparent, transparent var(--segment-size), #000 var(--segment-size), #000 var(--initial-segment-size));
  transition: --segment-size 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease-out, top 0.4s 0.6s;
}
.mainmenu-container.show {
  --segment-size: 0%;
  pointer-events: all;
  opacity: 1;
  top: 0;
  transition: --segment-size 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease-out;
}
.mainmenu-container .row > .col-12 {
  padding: 0;
}
.mainmenu-container .container {
  max-width: 100vw;
}
@media (max-width: 991px) {
  .mainmenu-container .container {
    max-width: 99vw;
  }
}
.mainmenu-container .menu-wrapper {
  display: grid;
  grid-template: "metamenu" max-content "tools" max-content "mainmenu" 1fr "topiclinks" max-content/1fr;
  align-content: stretch;
  gap: 0;
  height: 100%;
}
.mainmenu-container .metamenu {
  padding-top: 3.9rem;
}
.mainmenu-container .mainmenu {
  position: relative;
  margin-top: 3.9rem;
}
.mainmenu-container .mainmenu::before {
  content: "MENU";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15ch;
  margin-top: 0.21rem;
  padding: 25px 1px 4px 1px;
  background-color: rgb(4, 39, 75);
  color: rgb(223, 237, 116);
  font-size: 12px;
  font-variation-settings: "wght" 700;
  writing-mode: tb;
  line-height: normal;
  text-align: end;
  transform: rotate(180deg);
}
.mainmenu-container .mainmenu .mainmenu-wrapper {
  display: grid;
  grid-template: "level0 level1"/max-content max-content;
  align-content: start;
}
.mainmenu-container .mainmenu .navbar {
  align-items: flex-start;
  padding: 0;
}
.mainmenu-container .mainmenu .navbar-nav {
  gap: 0.9rem;
  margin-left: 6.6rem;
}
.mainmenu-container .mainmenu li {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--colorLink);
  transition: all 0.23s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.mainmenu-container .mainmenu li:hover, .mainmenu-container .mainmenu li.show {
  color: var(--colorLinkHover);
}
.mainmenu-container .mainmenu li.selected {
  color: var(--colorLinkSelected);
}
.mainmenu-container .mainmenu li.dropdown-toggle::after {
  display: none;
}
.mainmenu-container .mainmenu li a {
  padding: 0;
}
.mainmenu-container .mainmenu li.cat_level_2::before {
  content: "";
  display: block;
  width: var(--l2MarkerSize);
  height: var(--l2MarkerSize);
  border-radius: 50%;
  overflow: hidden;
  margin-top: -9px;
  margin-right: 2ch;
  background-color: currentColor;
  opacity: 0;
  transition: inherit;
}
.mainmenu-container .mainmenu li.cat_level_2:where(:hover, .selected, .show)::before {
  opacity: 1;
}
.mainmenu-container .mainmenu li a {
  font-family: "Madena", Georgia, Garamond, serif;
  font-size: 2.4rem;
  line-height: 2.7rem;
  color: inherit;
  text-decoration: none;
  transition: inherit;
}
@media (max-width: 991px) {
  .mainmenu-container .mainmenu li a {
    font-size: 2.4rem;
    line-height: 2.7rem;
  }
}
.mainmenu-container .mainmenu .level2 .navbar-nav {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: max-content;
  opacity: 0;
  transition: all 0.34s ease-in-out;
}
.mainmenu-container .mainmenu .level2 .navbar-nav.show {
  opacity: 1;
  pointer-events: all;
}
.mainmenu-container .mainmenu .level2 .navbar-nav.selected.show {
  opacity: 1;
  pointer-events: all;
}
.mainmenu-container .mainmenu .level2 .navbar-nav.selected > li {
  color: rgb(0, 79, 158);
}
.mainmenu-container .mainmenu .level2 li a {
  font-family: "EncodeSans", "Verdana", sans-serif;
  font-size: 1.26rem;
  line-height: 1.56rem;
  text-decoration: none;
  color: inherit;
  transition: inherit;
}
@media (max-width: 991px) {
  .mainmenu-container .mainmenu .level2 li a {
    font-size: 1.32rem;
    line-height: 1.62rem;
  }
}
.mainmenu-container .newstopics {
  position: relative;
  align-self: end;
  min-height: 8.4rem;
}
.mainmenu-container .newstopics::before {
  content: "TOPICS";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 15ch;
  margin-top: 0.72rem;
  padding: 25px 1px 4px 1px;
  background-color: rgb(4, 39, 75);
  color: rgb(223, 237, 116);
  font-size: 12px;
  font-variation-settings: "wght" 700;
  writing-mode: tb;
  line-height: normal;
  text-align: end;
  transform: rotate(180deg);
}
.mainmenu-container .legallinks {
  margin-right: 2rem;
}
.mainmenu-container .legallinks a {
  text-decoration: none;
  color: rgb(4, 39, 75);
  font-size: 0.72rem;
  line-height: 1.23rem;
  font-variation-settings: "wght" 600;
}
@media (max-width: 991px) {
  .mainmenu-container .legallinks a {
    font-size: 0.87rem;
    line-height: 1.38rem;
  }
}
.mainmenu-container .toolbar {
  gap: var(--gapTools);
}
.mainmenu-container .toolbar .tools-sociallinks {
  gap: var(--gapTools);
}
.mainmenu-container .toolbar .tools-spacer {
  display: none;
}

article.content {
  z-index: 0;
  position: relative;
}
article.content .content-segment {
  display: flex;
  flex-direction: column;
  gap: 0;
}
article.content > section {
  padding: 15rem 0 18rem 0;
  background: rgb(255, 255, 255);
}
article.content > section .content-segment {
  padding-bottom: 3.75rem;
}
article.content > section .content-segment:last-child {
  padding-bottom: 0;
}
article.content .article-header {
  --slidePosStart: -260px;
  --slideOpacityStart: 0;
  opacity: var(--slideOpacityStart);
  animation: lazySlide 0.65s ease-out forwards;
  min-height: 80vh;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10.5rem), 0 100%);
  background: linear-gradient(to right, rgba(200, 185, 160, 0.8) 50.1%, rgba(200, 185, 160, 0) 50.1001%) no-repeat, rgb(200, 185, 160) var(--bgDesktop) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  article.content .article-header {
    min-height: 84vh;
    background: linear-gradient(to right, rgba(200, 185, 160, 0.8) 53.1%, rgba(200, 185, 160, 0) 53.1001%) no-repeat, rgb(200, 185, 160) var(--bgDesktop) center/cover no-repeat;
  }
}
@media (max-width: 767px) {
  article.content .article-header {
    background: linear-gradient(172deg, rgba(201, 198, 171, 0) 36%, rgb(201, 198, 171) 36.1%) no-repeat, rgb(200, 185, 160) var(--bgMobile, --bgDesktop) center top/auto no-repeat;
  }
}
article.content .article-header .header-background {
  z-index: -1;
  position: absolute;
  mask: linear-gradient(to right, rgba(0, 0, 0, 0.2) 50.1%, #000 50.1001%) no-repeat;
}
article.content .article-header .header-background .header-background-image {
  width: 100vw;
  min-height: 100%;
  margin: 0;
}
article.content .article-header section {
  display: flex;
  align-items: center;
  min-height: inherit;
  padding: 10rem 0 12rem 0;
  background: transparent;
}
@media (max-width: 991px) {
  article.content .article-header section {
    padding: 8.3333333333rem 0 10rem 0;
  }
}
@media (max-width: 767px) {
  article.content .article-header section {
    padding: 31.5rem 0 10rem 0;
  }
}
article.content .article-header section .container {
  max-width: 93vw;
}
@media (max-width: 991px) {
  article.content .article-header section .container {
    max-width: 98vw;
  }
}
article.content .article-header section .content-segment {
  padding-bottom: 3.75rem;
}
@media (max-width: 767px) {
  article.content .article-header section .content-segment {
    padding-bottom: 2.1rem;
  }
}
article.content .article-header section .content-segment:last-child {
  padding-bottom: 0;
}
article.content .article-header section .content-segment :not(h1, h2, h3, h4, h5, h6, .subline, .textbox-emphasized *) {
  font-family: "Madena", Georgia, Garamond, serif;
  font-size: 1.26rem;
  line-height: 1.56rem;
}

.content {
  --boxAngleTop: 0;
  --boxAngleBottom: 0;
  --boxMarginTop: 0;
}
.content .colorbox {
  --slidePosStart: 170px;
  --slideOpacityStart:0;
  opacity: var(--slideOpacityStart);
  animation: lazySlide 0.65s 0.05s ease-out forwards;
}
.content .colorbox > section {
  padding-bottom: 3.75rem;
  background: transparent;
}
.content .colorbox > section:first-child {
  padding-top: 15rem;
}
.content .colorbox > section:last-child {
  padding-bottom: 18rem;
}
.content .colorbox > section .content-segment {
  padding-bottom: 3.75rem;
}
.content .colorbox > section .content-segment :last-child {
  padding-bottom: 0;
}
.content > :is(.colorbox) {
  clip-path: polygon(0 var(--boxAngleTop), 100% 0, 100% 100%, 0 calc(100% - var(--boxAngleBottom)));
  margin-top: calc(-10.5rem - 2px);
}
.content > :is(.colorbox, section):nth-child(even) {
  --boxAngleTop: 10.5rem;
  --boxAngleBottom: 8.8rem;
  clip-path: polygon(0 var(--boxAngleTop), 100% 0, 100% 100%, 0 calc(100% - var(--boxAngleBottom)));
  margin-top: calc(-1 * var(--boxAngleTop) - 2px);
}
.content > :is(.colorbox, section):nth-child(odd) {
  --boxAngleTop: 8.8rem;
  --boxAngleBottom: 10.5rem;
  clip-path: polygon(0 0, 100% var(--boxAngleTop), 100% calc(100% - var(--boxAngleBottom)), 0 100%);
}
.content .content-segment[class*=bg-] {
  width: calc(100% + 1.6rem);
  padding: 0.9rem 0.8rem;
  margin-left: -0.8rem;
  border-radius: 3px;
  overflow: hidden;
}

.img-rounded {
  align-self: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  outline-offset: 8px;
  outline-style: solid;
  outline-width: 6px;
  outline-color: transparent;
}
.img-rounded.outline-dark {
  outline-color: rgb(4, 39, 75);
}
.img-rounded.outline-light {
  outline-color: rgb(255, 255, 255);
}

article.content {
  /*:where(.content-segment,p:first-child) > img:first-child {
  	margin-top: -1rem;
  }*/
}
article.content .content-segment img {
  margin-bottom: 1rem;
  max-width: 84%;
  height: auto;
}
article.content .content-segment .img-right, article.content .content-segment .img-left {
  max-width: 30%;
}
article.content .content-segment .img-right {
  float: right;
  margin-left: 20px;
}
article.content .content-segment .img-left {
  float: left;
  margin-right: 20px;
}

.btn.btn-circle {
  width: 2.7rem;
  height: 2.7rem;
  border: 2px solid rgba(4, 39, 75, 0.4);
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
}
.btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: rgba(4, 39, 75, 0.4);
}
.btn .icon::before {
  color: inherit;
}
.btn .icon svg {
  width: auto;
  height: 24px;
  fill: rgba(4, 39, 75, 0.4);
}
.btn:hover:not(.btn-hamburger) {
  background-color: rgba(251, 232, 7, 0.42);
}
.btn:active:not(.btn-hamburger) {
  background-color: rgba(251, 232, 7, 0.42);
}
.btn:focus:not(.btn-hamburger), .btn:focus:hover:not(.btn-hamburger), .btn[aria-expanded=true] {
  background-color: rgba(251, 232, 7, 0.54);
  box-shadow: 0 0 0 0.25rem rgba(8, 141, 171, 0.3);
}

.footer {
  z-index: 1;
  position: relative;
  margin-top: 10.5rem;
}
.footer .container {
  max-width: 93vw;
}
@media (max-width: 991px) {
  .footer .container {
    max-width: 98vw;
  }
}
.footer .container .row {
  --bs-gutter-x: 2.1rem;
  align-items: stretch;
}
.footer .container .row > div {
  min-height: 100%;
}
.footer .footer-wrapper::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(201, 218, 233);
  clip-path: polygon(0 calc(2% + 8.8rem), 100% 2%, 100% 100%, 0 100%);
}
.footer .footer-top {
  padding-top: 15rem;
  padding-bottom: 9rem;
  background-color: rgb(234, 234, 227);
  clip-path: polygon(0 0, 100% 8.8rem, 100% 100%, 0 100%);
}
.footer .footer-bottom {
  margin-top: -2px;
  padding-bottom: 0.5rem;
  background-color: rgb(234, 234, 227);
}
.footer .footer-gradient {
  justify-content: center;
  overflow: hidden;
  height: 3.6rem;
  padding: 6px 30px 6px 0;
  background: transparent linear-gradient(to right, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.6) 90%) no-repeat;
}
.footer :is(.footer-logo, .footer-keyvisual) {
  display: flex;
  align-items: center;
}
.footer .footer-logo svg {
  width: 100%;
  max-width: 510px;
}
@media (max-width: 767px) {
  .footer .footer-logo svg {
    max-width: 100%;
  }
}
.footer .footer-keyvisual {
  justify-content: flex-end;
}
.footer .footer-keyvisual svg {
  max-width: 50%;
}
.footer .content-adresses {
  gap: 54px;
}
@media (max-width: 767px) {
  .footer .content-adresses {
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.1rem;
  }
}
.footer .container-info b {
  font-variation-settings: "wght" 600;
}
.footer .container-footer-logos {
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: max-content;
  margin: 0;
  list-style-type: none;
}
@media (max-width: 991px) {
  .footer .container-footer-logos {
    max-width: unset;
    width: 100%;
    margin-bottom: 3px;
  }
}
.footer .container-footer-logos li {
  display: flex;
  height: 100%;
}
.footer .container-footer-logos li img {
  object-fit: contain;
  height: 100%;
}
.footer .nav-footer {
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
}
.footer .nav-footer .meta-nav {
  gap: 1.2ch;
}
.footer .nav-footer .meta-nav li {
  display: flex;
  align-items: center;
  padding: 3px;
}
.footer .nav-footer .meta-nav li:hover {
  background: rgb(223, 237, 116);
}
.footer .nav-footer .meta-nav a {
  font-size: 0.72rem;
  line-height: 0.72rem;
  font-variation-settings: "wght" 700;
  color: rgb(4, 39, 75);
  text-decoration: none;
  transition: all 0.18s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@media (max-width: 991px) {
  .footer .nav-footer .meta-nav a {
    font-size: 0.87rem;
    line-height: 0.87rem;
  }
}

#searchItem {
  width: 100%;
  position: relative;
}
#searchItem .search-title {
  color: rgb(234, 234, 227);
  font-weight: 500;
  text-transform: uppercase;
}
#searchItem .search-title i {
  color: inherit;
  margin-right: 0.99rem;
}
#searchItem form {
  width: 100%;
}
#searchItem form .form-group {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: stretch;
  gap: 0.5rem;
  width: 100%;
  border-bottom: 0;
}
#searchItem form input[type=text] {
  flex: 10 10 100%;
  width: 100%;
  padding: 0.9rem 1.2rem 0.84rem 1.2rem;
  background-color: rgba(234, 234, 227, 0.9);
  border: 0;
  border-radius: 3px;
  outline: 0;
  font-size: 1.5rem;
  line-height: 2.1rem;
  font-weight: 500;
  color: rgb(4, 39, 75);
  transition: all 0.23s cubic-bezier(0, 0.1, 0.3, 1);
  box-shadow: inset 2px 0 6px rgba(162, 152, 124, 0.6);
}
#searchItem form input[type=text]:focus {
  background-color: #eaeae3;
  outline: none;
}
#searchItem form input[type=text]::placeholder {
  display: none;
  color: rgba(162, 152, 124, 0.6);
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.09;
}

.search-results #searchItem {
  padding-top: 0;
}
.search-results #searchItem form input[type=text] {
  color: rgb(4, 39, 75);
}
.search-results #searchItem .alert {
  margin-top: 0.5rem;
}
.search-results #searchFilter {
  margin-top: 1.2rem;
}
.search-results #searchFilter .filter-button {
  gap: 16px;
  min-width: fit-content;
  max-width: 50%;
  margin-left: 0;
}
.search-results #searchFilter .filter-button > span {
  width: fit-content;
  max-width: max-content;
}
.search-results #searchFilter .filter-button[aria-expanded=false] i.fa-eye-slash {
  display: none;
}
.search-results #searchFilter .list-group {
  margin-top: 0.5rem;
}
.search-results #searchFilter .list-group .list-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgb(234, 234, 227);
  margin: 0;
  max-width: fit-content;
  padding-right: 20px;
}
.search-results #searchFilter .list-group .filter-list {
  list-style-type: none;
  padding: 0;
  margin-top: 0 !important;
}
.search-results #searchFilter .list-group .filter-list li {
  margin-bottom: 0;
}
.search-results #searchFilter .list-group .filter-list label {
  font-size: 0.88rem;
  font-weight: 400;
  color: rgb(234, 234, 227);
}
.search-results #searchFilter .list-group .filter-list input[type=radio] {
  margin-right: 0.42rem;
}
.search-results #searchFilter .list-group .filter-list input[type=radio]:checked + .label-text {
  font-weight: 700;
}
.search-results .accordion .accordion-item {
  margin-top: 0 !important;
}
.search-results .accordion .accordion-item:not(:last-child) {
  margin-bottom: 2.1rem;
}
.search-results .accordion .accordion-item .accordion-header .accordion-button {
  background: var(--topicColorLightHex);
  color: rgb(4, 39, 75);
  line-height: normal;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel {
  background: var(--topicColorLightHex);
  padding: 1.5rem 2.7rem;
  margin-top: 0.75rem;
  border-radius: 9px;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .panel-text-item {
  line-height: 1.23rem;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-tree {
  line-height: normal;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-tree a:hover {
  text-decoration: underline;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-tree a:last-child {
  font-weight: 500;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-url {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  margin-top: 0.75rem;
  text-decoration: none;
}
.search-results .accordion .accordion-item .accordion-collapse .accordion-body .panel .link-url:hover {
  text-decoration: underline;
}

.container-slider {
  position: relative;
  z-index: 0;
  max-height: 90vh;
  min-height: 1.5rem;
  width: -webkit-fill-available;
  margin: 0;
  padding: 0;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.container-slider .heroimage {
  overflow: hidden;
  height: 100%;
  width: 100.5%;
  object-fit: cover;
  object-position: center center;
}

.owl-carousel {
  opacity: 0;
  background-color: rgb(255, 255, 255);
  margin-top: 0;
  margin-bottom: 0;
  min-height: 400px;
}
.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.owl-carousel .owl-item {
  margin: 0;
}
.owl-carousel .owl-item .slider-item-container {
  position: relative;
  margin: 0;
  display: inline-block;
  width: inherit;
  height: 100%;
  overflow: hidden;
}
.owl-carousel .owl-item img {
  overflow: hidden;
  height: 100%;
  min-height: 400px;
  width: auto;
  object-fit: cover;
  object-position: bottom center;
}
.owl-carousel .owl-item .slider-item-caption {
  --delayFadeIn: 0s;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0;
  top: 45vh;
  left: 6vw;
  height: fit-content;
  transform: scale(0.8);
}
.owl-carousel .owl-item .slider-item-caption .slider-textbox .text-wrapper {
  background-color: rgba(4, 39, 75, 0.66);
  background-size: 90% 80%;
  padding: 25px 25px 31px 31px;
  background-position: 50% 51%;
}
.owl-carousel .owl-item .slider-item-caption a {
  text-decoration: none;
}
.owl-carousel .owl-item .slider-item-caption .htag1 {
  display: block;
  order: 0;
  max-width: max-content;
  padding: 0;
  font-size: 3rem;
  line-height: 3.51rem;
  letter-spacing: 0.03rem;
  font-weight: 700;
  color: rgb(255, 255, 255);
}
.owl-carousel .owl-item .slider-item-caption .htag4 {
  order: 1;
  max-width: max-content;
  margin: 0 9px;
  font-size: 1rem;
  line-height: 1.51rem;
  letter-spacing: 0.03rem;
  font-weight: 400;
  color: rgb(255, 255, 255);
}
.owl-carousel .owl-item .slider-item-caption .copytxt {
  /*  display: none; 
   height: 0; 
   overflow: hidden;  */
}
.owl-carousel .owl-item .slider-item-caption .copytxt p {
  color: rgb(255, 255, 255);
  font-size: 1rem;
  line-height: 1.51rem;
  font-weight: 500;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button {
  order: 2;
  align-self: center;
  margin-top: 0.66rem;
  margin-left: -12px;
  transform-origin: center center;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button .btn {
  --btnOuterBorderWidth:0px;
  white-space: nowrap;
  font-size: 0.54rem;
}
.owl-carousel .owl-item .slider-item-caption .slider-item-button .btn span {
  padding: 0.09rem 0.72rem;
}
.owl-carousel .owl-item .slider-item-caption div {
  opacity: 0;
  transition: opacity 0.72s 1s ease-in-out;
  transform: translateX(0);
}
.owl-carousel .owl-item .slider-item-caption div:not(.slider-item-button) {
  --opacityEndValue: 1;
  transform-origin: top center;
}
.owl-carousel .owl-item.active .slider-item-caption {
  opacity: 1;
}
.owl-carousel .owl-item.active div {
  opacity: var(--opacityEndValue);
  transition: opacity 0.81s var(--delayFadeIn) ease-in-out;
  animation: slowScaleY 0.66s;
  animation-fill-mode: forwards;
  animation-delay: var(--delayFadeIn);
}
.owl-carousel .owl-dots {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  left: 0;
  top: 48vh;
  padding: 12px;
  width: max-content;
}
.owl-carousel .owl-dots .btn-circle {
  --btnFaceColor: #004f9e;
  --btnBorderColor:transparent;
  --btnBorderWidth:0.01rem;
  --btnRadius: .6rem;
  margin: 0;
  width: var(--btnRadius);
  height: var(--btnRadius);
  background-color: var(--btnFaceColor);
  border: 2px solid rgba(4, 39, 75, 0.4);
}
.owl-carousel .owl-dots:focus {
  box-shadow: none;
}
.owl-carousel .owl-dots .active {
  --btnFaceColor: rgb(223, 237, 116);
  border-color: rgb(223, 237, 116);
}
.owl-carousel .owl-nav {
  position: absolute;
  bottom: -2rem;
  display: flex;
  place-items: flex-end;
  gap: 36px;
  width: 100%;
  justify-content: center;
  padding-right: 0;
}
.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  position: initial;
  background: rgb(0, 79, 158);
  color: rgb(234, 234, 227);
  height: 1.5rem;
  padding: 0.3rem 1rem !important;
  /* text-align: center; */
  margin-right: 10px;
  display: inline-flex;
  place-content: center;
}
.owl-carousel .owl-nav .owl-next i, .owl-carousel .owl-nav .owl-prev i {
  transform: scaleX(1.5);
  font-size: 2rem;
  color: rgb(4, 39, 75);
}
.owl-carousel .owl-nav .owl-next i:hover, .owl-carousel .owl-nav .owl-prev i:hover {
  color: rgb(0, 79, 158);
}

@media (min-width: 768px) {
  .owl-carousel .owl-item .slider-item-caption .htag1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
  .owl-carousel .owl-item .slider-item-caption .htag4 {
    font-size: 1.3rem;
    line-height: 1.3rem;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button {
    --opacityEndValue: 1;
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button .btn {
    --btnFontSize: clamp(0.765rem, 0.0433rem + 1.4423vw, 0.85rem);
  }
  .owl-carousel .owl-item .slider-item-caption .slider-item-button .btn span {
    padding: 0.12rem 0.76rem 0 0.76rem;
  }
  .owl-carousel .owl-item .slider-item-caption div:not(.slider-item-button) {
    --opacityEndValue: 1;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: var(--opacityEndValue);
  }
}
@keyframes slowSlide {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(-72px);
  }
}
@keyframes slowScaleY {
  0% {
    transform: scaleY(0) translateY(6px);
  }
  100% {
    transform: scaleY(1) translateY(0px);
  }
}
[class*=text-] {
  font: inherit;
}

.text-primary {
  color: rgb(4, 39, 75) !important;
}

.text-secondary {
  color: rgb(0, 79, 158) !important;
}

.text-tertiary {
  color: rgb(162, 152, 124) !important;
}

.text-quaternary {
  color: rgb(234, 234, 227) !important;
}

.text-success {
  color: rgb(190, 224, 169) !important;
}

.text-info {
  color: rgb(136, 210, 205) !important;
}

.text-danger {
  color: rgb(251, 232, 7) !important;
}

.text-warning {
  color: rgb(238, 146, 25) !important;
}

.text-error {
  color: rgb(230, 88, 100) !important;
}

.text-light {
  color: rgb(255, 255, 255) !important;
}

.text-dark {
  color: rgb(4, 39, 75) !important;
}

.bg-primary {
  background-color: rgb(4, 39, 75) !important;
}

.bg-secondary {
  background-color: rgb(0, 79, 158) !important;
}

.bg-tertiary {
  background-color: rgb(162, 152, 124);
}

.bg-quaternary {
  background-color: rgb(234, 234, 227);
}

.bg-blue_30 {
  background-color: rgb(220, 234, 241);
}

.bg-blue_50 {
  background-color: rgb(201, 218, 233);
}

.bg-gray_50 {
  background-color: rgb(200, 185, 160);
}

.bg-accent_green {
  background-color: rgb(223, 237, 116);
}

.bg-success {
  background-color: rgb(190, 224, 169);
}

.bg-info {
  background-color: rgb(136, 210, 205);
}

.bg-danger {
  background-color: rgb(251, 232, 7) !important;
}

.bg-warning {
  background-color: rgb(238, 146, 25) !important;
}

.bg-error {
  background-color: rgb(230, 88, 100);
}

:where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) div, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) h1, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) h2, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) h3, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) h4, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) h5, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) h6, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) .htag1, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) .htag2, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) .htag3, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) .htag4, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) .htag5, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) .htag6, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) p, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) label, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) th, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) td, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) ul, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) li, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) dt, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) dd, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) a:not(.button, .btn) {
  color: var(--textColorLight) !important;
}
:where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) span, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) em, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) strong, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) b, :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) i {
  color: inherit;
}
:where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) :where(p, li) > a:not(.button, .btn), :where(.bg-primary, .bg-secondary, .bg-error, .bg-warning) a.linklist {
  /*	&::after {
  		background-color: rgba(var.$quaternary,50%);
  		transform: scaleY(0.08) scaleX(1);
  		transform-origin: bottom center;
  		opacity: 1;
  	}
  	&:hover::after {
  		background-color: rgba(var.$quaternary,30%);
  	} */
}

.text-small {
  font-size: 0.72rem;
  line-height: 1.23rem;
}
@media (max-width: 991px) {
  .text-small {
    font-size: 0.87rem;
    line-height: 1.38rem;
  }
}

.tab-spacer {
  display: inline-block;
  width: 2.5ch;
}

.d-inlineblock {
  display: inline-block;
}

.d-block {
  display: block;
}

.no-wrap {
  white-space: nowrap;
}

[class*=d-flex] {
  display: flex;
  gap: 30px;
}

.d-flex-inline {
  display: inline-flex;
}
.d-flex-row {
  flex-direction: row;
}
.d-flex-column {
  flex-direction: column;
}
.d-flex-row-reverse {
  flex-direction: row-reverse;
}
.d-flex-column-reverse {
  flex-direction: column-reverse;
}

.j-content-start {
  justify-content: flex-start;
}

.j-content-center {
  justify-content: flex-center;
}

.j-content-end {
  justify-content: flex-end;
}

@keyframes lazySlide {
  0% {
    transform: translateY(var(--slidePosStart));
    opacity: var(--slideOpacityStart, 0);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes linkBlop {
  0% {
    transform: scale(1);
    animation-play-state: running;
  }
  60% {
    transform: scale(0.82);
  }
  90% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
    animation-play-state: paused;
  }
}
.anim-blop {
  transform-origin: 50%;
}

.anim-blop:active {
  animation-name: linkBlop;
  animation-duration: 0.15s;
  animation-timing-function: cubic-bezier(0, 0.1, 0.3, 1);
  animation-iteration-count: 1;
}/*# sourceMappingURL=style_custom.css.map */