@charset "UTF-8";
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    transform-origin: 0;
  }

  .mfp-arrow-right {
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../dependencies/slick-carousel/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../../dependencies/slick-carousel/slick/fonts/slick.eot");
  src: url("../../../dependencies/slick-carousel/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../../dependencies/slick-carousel/slick/fonts/slick.woff") format("woff"), url("../../../dependencies/slick-carousel/slick/fonts/slick.ttf") format("truetype"), url("../../../dependencies/slick-carousel/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #007CB0;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #e83e8c;
  --bs-red: #dc3545;
  --bs-orange: #fd953d;
  --bs-yellow: #ffc107;
  --bs-green: #218838;
  --bs-teal: #20c997;
  --bs-cyan: #17a2b8;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #3c3c3b;
  --bs-gray-100: #f4f4f4;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #c6c6c6;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #3c3c3b;
  --bs-gray-900: #212529;
  --bs-primary: #007CB0;
  --bs-secondary: #6c757d;
  --bs-success: #218838;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f4f4f4;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 124, 176;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 33, 136, 56;
  --bs-info-rgb: 23, 162, 184;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 244, 244, 244;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 17, 17, 17;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(17, 17, 17, 0);
}

hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007CB0;
  text-decoration: none;
}
a:hover {
  color: #004664;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 375px) {
  .container-xs, .container {
    max-width: 360px;
  }
}
@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 560px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 700px;
  }
}
@media (min-width: 980px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1024px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1160px;
  }
}
.row {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.375rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.375rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.75rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.75rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.25rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.25rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4.5rem;
}

@media (min-width: 375px) {
  .col-xs {
    flex: 1 0 0%;
  }

  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  .offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .offset-xs-11 {
    margin-left: 91.66666667%;
  }

  .g-xs-0,
.gx-xs-0 {
    --bs-gutter-x: 0;
  }

  .g-xs-0,
.gy-xs-0 {
    --bs-gutter-y: 0;
  }

  .g-xs-1,
.gx-xs-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xs-1,
.gy-xs-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xs-2,
.gx-xs-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xs-2,
.gy-xs-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xs-3,
.gx-xs-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xs-3,
.gy-xs-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xs-4,
.gx-xs-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xs-4,
.gy-xs-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xs-5,
.gx-xs-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xs-5,
.gy-xs-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 980px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #007CB0;
}
.link-primary:hover, .link-primary:focus {
  color: #00638d;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #218838;
}
.link-success:hover, .link-success:focus {
  color: #1a6d2d;
}

.link-info {
  color: #17a2b8;
}
.link-info:hover, .link-info:focus {
  color: #45b5c6;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f4f4f4;
}
.link-light:hover, .link-light:focus {
  color: #f6f6f6;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 375px) {
  .sticky-xs-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 980px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1600px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(17, 17, 17, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(17, 17, 17, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007CB0 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #218838 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f4f4f4 !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.375rem !important;
}

.gap-2 {
  gap: 0.75rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 2.25rem !important;
}

.gap-5 {
  gap: 4.5rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.375rem !important;
}

.m-2 {
  margin: 0.75rem !important;
}

.m-3 {
  margin: 1.5rem !important;
}

.m-4 {
  margin: 2.25rem !important;
}

.m-5 {
  margin: 4.5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.375rem !important;
  margin-left: 0.375rem !important;
}

.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.375rem !important;
}

.mt-2 {
  margin-top: 0.75rem !important;
}

.mt-3 {
  margin-top: 1.5rem !important;
}

.mt-4 {
  margin-top: 2.25rem !important;
}

.mt-5 {
  margin-top: 4.5rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.375rem !important;
}

.me-2 {
  margin-right: 0.75rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 2.25rem !important;
}

.me-5 {
  margin-right: 4.5rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.375rem !important;
}

.mb-2 {
  margin-bottom: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 2.25rem !important;
}

.mb-5 {
  margin-bottom: 4.5rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.375rem !important;
}

.ms-2 {
  margin-left: 0.75rem !important;
}

.ms-3 {
  margin-left: 1.5rem !important;
}

.ms-4 {
  margin-left: 2.25rem !important;
}

.ms-5 {
  margin-left: 4.5rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.375rem !important;
}

.p-2 {
  padding: 0.75rem !important;
}

.p-3 {
  padding: 1.5rem !important;
}

.p-4 {
  padding: 2.25rem !important;
}

.p-5 {
  padding: 4.5rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

.py-2 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-4 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.375rem !important;
}

.pt-2 {
  padding-top: 0.75rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

.pt-4 {
  padding-top: 2.25rem !important;
}

.pt-5 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.375rem !important;
}

.pe-2 {
  padding-right: 0.75rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2.25rem !important;
}

.pe-5 {
  padding-right: 4.5rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.375rem !important;
}

.pb-2 {
  padding-bottom: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 2.25rem !important;
}

.pb-5 {
  padding-bottom: 4.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.375rem !important;
}

.ps-2 {
  padding-left: 0.75rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2.25rem !important;
}

.ps-5 {
  padding-left: 4.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: 2.5rem !important;
}

.fs-2 {
  font-size: 2rem !important;
}

.fs-3 {
  font-size: 1.75rem !important;
}

.fs-4 {
  font-size: 1.5rem !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(17, 17, 17, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 375px) {
  .float-xs-start {
    float: left !important;
  }

  .float-xs-end {
    float: right !important;
  }

  .float-xs-none {
    float: none !important;
  }

  .d-xs-inline {
    display: inline !important;
  }

  .d-xs-inline-block {
    display: inline-block !important;
  }

  .d-xs-block {
    display: block !important;
  }

  .d-xs-grid {
    display: grid !important;
  }

  .d-xs-table {
    display: table !important;
  }

  .d-xs-table-row {
    display: table-row !important;
  }

  .d-xs-table-cell {
    display: table-cell !important;
  }

  .d-xs-flex {
    display: flex !important;
  }

  .d-xs-inline-flex {
    display: inline-flex !important;
  }

  .d-xs-none {
    display: none !important;
  }

  .flex-xs-fill {
    flex: 1 1 auto !important;
  }

  .flex-xs-row {
    flex-direction: row !important;
  }

  .flex-xs-column {
    flex-direction: column !important;
  }

  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xs-0 {
    gap: 0 !important;
  }

  .gap-xs-1 {
    gap: 0.375rem !important;
  }

  .gap-xs-2 {
    gap: 0.75rem !important;
  }

  .gap-xs-3 {
    gap: 1.5rem !important;
  }

  .gap-xs-4 {
    gap: 2.25rem !important;
  }

  .gap-xs-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xs-start {
    justify-content: flex-start !important;
  }

  .justify-content-xs-end {
    justify-content: flex-end !important;
  }

  .justify-content-xs-center {
    justify-content: center !important;
  }

  .justify-content-xs-between {
    justify-content: space-between !important;
  }

  .justify-content-xs-around {
    justify-content: space-around !important;
  }

  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xs-start {
    align-items: flex-start !important;
  }

  .align-items-xs-end {
    align-items: flex-end !important;
  }

  .align-items-xs-center {
    align-items: center !important;
  }

  .align-items-xs-baseline {
    align-items: baseline !important;
  }

  .align-items-xs-stretch {
    align-items: stretch !important;
  }

  .align-content-xs-start {
    align-content: flex-start !important;
  }

  .align-content-xs-end {
    align-content: flex-end !important;
  }

  .align-content-xs-center {
    align-content: center !important;
  }

  .align-content-xs-between {
    align-content: space-between !important;
  }

  .align-content-xs-around {
    align-content: space-around !important;
  }

  .align-content-xs-stretch {
    align-content: stretch !important;
  }

  .align-self-xs-auto {
    align-self: auto !important;
  }

  .align-self-xs-start {
    align-self: flex-start !important;
  }

  .align-self-xs-end {
    align-self: flex-end !important;
  }

  .align-self-xs-center {
    align-self: center !important;
  }

  .align-self-xs-baseline {
    align-self: baseline !important;
  }

  .align-self-xs-stretch {
    align-self: stretch !important;
  }

  .order-xs-first {
    order: -1 !important;
  }

  .order-xs-0 {
    order: 0 !important;
  }

  .order-xs-1 {
    order: 1 !important;
  }

  .order-xs-2 {
    order: 2 !important;
  }

  .order-xs-3 {
    order: 3 !important;
  }

  .order-xs-4 {
    order: 4 !important;
  }

  .order-xs-5 {
    order: 5 !important;
  }

  .order-xs-last {
    order: 6 !important;
  }

  .m-xs-0 {
    margin: 0 !important;
  }

  .m-xs-1 {
    margin: 0.375rem !important;
  }

  .m-xs-2 {
    margin: 0.75rem !important;
  }

  .m-xs-3 {
    margin: 1.5rem !important;
  }

  .m-xs-4 {
    margin: 2.25rem !important;
  }

  .m-xs-5 {
    margin: 4.5rem !important;
  }

  .m-xs-auto {
    margin: auto !important;
  }

  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xs-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xs-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xs-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xs-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xs-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xs-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xs-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xs-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xs-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xs-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xs-0 {
    margin-top: 0 !important;
  }

  .mt-xs-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xs-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xs-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xs-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xs-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xs-auto {
    margin-top: auto !important;
  }

  .me-xs-0 {
    margin-right: 0 !important;
  }

  .me-xs-1 {
    margin-right: 0.375rem !important;
  }

  .me-xs-2 {
    margin-right: 0.75rem !important;
  }

  .me-xs-3 {
    margin-right: 1.5rem !important;
  }

  .me-xs-4 {
    margin-right: 2.25rem !important;
  }

  .me-xs-5 {
    margin-right: 4.5rem !important;
  }

  .me-xs-auto {
    margin-right: auto !important;
  }

  .mb-xs-0 {
    margin-bottom: 0 !important;
  }

  .mb-xs-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xs-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xs-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xs-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xs-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xs-auto {
    margin-bottom: auto !important;
  }

  .ms-xs-0 {
    margin-left: 0 !important;
  }

  .ms-xs-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xs-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xs-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xs-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xs-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xs-auto {
    margin-left: auto !important;
  }

  .p-xs-0 {
    padding: 0 !important;
  }

  .p-xs-1 {
    padding: 0.375rem !important;
  }

  .p-xs-2 {
    padding: 0.75rem !important;
  }

  .p-xs-3 {
    padding: 1.5rem !important;
  }

  .p-xs-4 {
    padding: 2.25rem !important;
  }

  .p-xs-5 {
    padding: 4.5rem !important;
  }

  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xs-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xs-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xs-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xs-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xs-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xs-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xs-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xs-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xs-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xs-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xs-0 {
    padding-top: 0 !important;
  }

  .pt-xs-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xs-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xs-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xs-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xs-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xs-0 {
    padding-right: 0 !important;
  }

  .pe-xs-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xs-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xs-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xs-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xs-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xs-0 {
    padding-bottom: 0 !important;
  }

  .pb-xs-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xs-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xs-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xs-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xs-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xs-0 {
    padding-left: 0 !important;
  }

  .ps-xs-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xs-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xs-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xs-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xs-5 {
    padding-left: 4.5rem !important;
  }

  .text-xs-start {
    text-align: left !important;
  }

  .text-xs-end {
    text-align: right !important;
  }

  .text-xs-center {
    text-align: center !important;
  }
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.375rem !important;
  }

  .gap-sm-2 {
    gap: 0.75rem !important;
  }

  .gap-sm-3 {
    gap: 1.5rem !important;
  }

  .gap-sm-4 {
    gap: 2.25rem !important;
  }

  .gap-sm-5 {
    gap: 4.5rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.375rem !important;
  }

  .m-sm-2 {
    margin: 0.75rem !important;
  }

  .m-sm-3 {
    margin: 1.5rem !important;
  }

  .m-sm-4 {
    margin: 2.25rem !important;
  }

  .m-sm-5 {
    margin: 4.5rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.375rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.75rem !important;
  }

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 4.5rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.375rem !important;
  }

  .me-sm-2 {
    margin-right: 0.75rem !important;
  }

  .me-sm-3 {
    margin-right: 1.5rem !important;
  }

  .me-sm-4 {
    margin-right: 2.25rem !important;
  }

  .me-sm-5 {
    margin-right: 4.5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.375rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-4 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-5 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.375rem !important;
  }

  .p-sm-2 {
    padding: 0.75rem !important;
  }

  .p-sm-3 {
    padding: 1.5rem !important;
  }

  .p-sm-4 {
    padding: 2.25rem !important;
  }

  .p-sm-5 {
    padding: 4.5rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-sm-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.375rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-5 {
    padding-top: 4.5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.375rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-4 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-5 {
    padding-right: 4.5rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.375rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-4 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-5 {
    padding-left: 4.5rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.375rem !important;
  }

  .gap-md-2 {
    gap: 0.75rem !important;
  }

  .gap-md-3 {
    gap: 1.5rem !important;
  }

  .gap-md-4 {
    gap: 2.25rem !important;
  }

  .gap-md-5 {
    gap: 4.5rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.375rem !important;
  }

  .m-md-2 {
    margin: 0.75rem !important;
  }

  .m-md-3 {
    margin: 1.5rem !important;
  }

  .m-md-4 {
    margin: 2.25rem !important;
  }

  .m-md-5 {
    margin: 4.5rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-md-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.375rem !important;
  }

  .mt-md-2 {
    margin-top: 0.75rem !important;
  }

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2.25rem !important;
  }

  .mt-md-5 {
    margin-top: 4.5rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.375rem !important;
  }

  .me-md-2 {
    margin-right: 0.75rem !important;
  }

  .me-md-3 {
    margin-right: 1.5rem !important;
  }

  .me-md-4 {
    margin-right: 2.25rem !important;
  }

  .me-md-5 {
    margin-right: 4.5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.375rem !important;
  }

  .ms-md-2 {
    margin-left: 0.75rem !important;
  }

  .ms-md-3 {
    margin-left: 1.5rem !important;
  }

  .ms-md-4 {
    margin-left: 2.25rem !important;
  }

  .ms-md-5 {
    margin-left: 4.5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.375rem !important;
  }

  .p-md-2 {
    padding: 0.75rem !important;
  }

  .p-md-3 {
    padding: 1.5rem !important;
  }

  .p-md-4 {
    padding: 2.25rem !important;
  }

  .p-md-5 {
    padding: 4.5rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-md-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-md-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.375rem !important;
  }

  .pt-md-2 {
    padding-top: 0.75rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 2.25rem !important;
  }

  .pt-md-5 {
    padding-top: 4.5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.375rem !important;
  }

  .pe-md-2 {
    padding-right: 0.75rem !important;
  }

  .pe-md-3 {
    padding-right: 1.5rem !important;
  }

  .pe-md-4 {
    padding-right: 2.25rem !important;
  }

  .pe-md-5 {
    padding-right: 4.5rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.375rem !important;
  }

  .ps-md-2 {
    padding-left: 0.75rem !important;
  }

  .ps-md-3 {
    padding-left: 1.5rem !important;
  }

  .ps-md-4 {
    padding-left: 2.25rem !important;
  }

  .ps-md-5 {
    padding-left: 4.5rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 980px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.375rem !important;
  }

  .gap-lg-2 {
    gap: 0.75rem !important;
  }

  .gap-lg-3 {
    gap: 1.5rem !important;
  }

  .gap-lg-4 {
    gap: 2.25rem !important;
  }

  .gap-lg-5 {
    gap: 4.5rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.375rem !important;
  }

  .m-lg-2 {
    margin: 0.75rem !important;
  }

  .m-lg-3 {
    margin: 1.5rem !important;
  }

  .m-lg-4 {
    margin: 2.25rem !important;
  }

  .m-lg-5 {
    margin: 4.5rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.375rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.75rem !important;
  }

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 4.5rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.375rem !important;
  }

  .me-lg-2 {
    margin-right: 0.75rem !important;
  }

  .me-lg-3 {
    margin-right: 1.5rem !important;
  }

  .me-lg-4 {
    margin-right: 2.25rem !important;
  }

  .me-lg-5 {
    margin-right: 4.5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.375rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-4 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.375rem !important;
  }

  .p-lg-2 {
    padding: 0.75rem !important;
  }

  .p-lg-3 {
    padding: 1.5rem !important;
  }

  .p-lg-4 {
    padding: 2.25rem !important;
  }

  .p-lg-5 {
    padding: 4.5rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-lg-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.375rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 4.5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.375rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-4 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-5 {
    padding-right: 4.5rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.375rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-4 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-5 {
    padding-left: 4.5rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.375rem !important;
  }

  .gap-xl-2 {
    gap: 0.75rem !important;
  }

  .gap-xl-3 {
    gap: 1.5rem !important;
  }

  .gap-xl-4 {
    gap: 2.25rem !important;
  }

  .gap-xl-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.375rem !important;
  }

  .m-xl-2 {
    margin: 0.75rem !important;
  }

  .m-xl-3 {
    margin: 1.5rem !important;
  }

  .m-xl-4 {
    margin: 2.25rem !important;
  }

  .m-xl-5 {
    margin: 4.5rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.375rem !important;
  }

  .p-xl-2 {
    padding: 0.75rem !important;
  }

  .p-xl-3 {
    padding: 1.5rem !important;
  }

  .p-xl-4 {
    padding: 2.25rem !important;
  }

  .p-xl-5 {
    padding: 4.5rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.375rem !important;
  }

  .gap-xxl-2 {
    gap: 0.75rem !important;
  }

  .gap-xxl-3 {
    gap: 1.5rem !important;
  }

  .gap-xxl-4 {
    gap: 2.25rem !important;
  }

  .gap-xxl-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.375rem !important;
  }

  .m-xxl-2 {
    margin: 0.75rem !important;
  }

  .m-xxl-3 {
    margin: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 2.25rem !important;
  }

  .m-xxl-5 {
    margin: 4.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.375rem !important;
  }

  .p-xxl-2 {
    padding: 0.75rem !important;
  }

  .p-xxl-3 {
    padding: 1.5rem !important;
  }

  .p-xxl-4 {
    padding: 2.25rem !important;
  }

  .p-xxl-5 {
    padding: 4.5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
.btn.btn-dark, .btn-dark.button {
  background-color: #111;
  border-color: #111;
  color: #fff;
}
.btn.btn-dark:hover, .btn-dark.button:hover {
  background-color: #fff;
  color: #111;
}
@keyframes infinite-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

a > svg,
button > svg {
  pointer-events: none;
}

@media (min-width: 0) {
  .hide-mobile {
    display: none !important;
  }
}

@media (min-width: 0) {
  .block-mobile {
    display: block !important;
  }
}

@media (min-width: 0) {
  .inline-mobile {
    display: inline !important;
  }
}

@media (min-width: 375px) {
  .hide-xs {
    display: none !important;
  }
}

@media (min-width: 375px) {
  .block-xs {
    display: block !important;
  }
}

@media (min-width: 375px) {
  .inline-xs {
    display: inline !important;
  }
}

@media (min-width: 576px) {
  .hide-sm {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .block-sm {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .inline-sm {
    display: inline !important;
  }
}

@media (min-width: 768px) {
  .hide-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .inline-md {
    display: inline !important;
  }
}

@media (min-width: 980px) {
  .hide-lg {
    display: none !important;
  }
}

@media (min-width: 980px) {
  .block-lg {
    display: block !important;
  }
}

@media (min-width: 980px) {
  .inline-lg {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .hide-xl {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .inline-xl {
    display: inline !important;
  }
}

@media (min-width: 1600px) {
  .hide-xxl {
    display: none !important;
  }
}

@media (min-width: 1600px) {
  .block-xxl {
    display: block !important;
  }
}

@media (min-width: 1600px) {
  .inline-xxl {
    display: inline !important;
  }
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 375px) {
  #responsive-status {
    font-family: "xs";
    min-width: 375px;
  }
}
@media (min-width: 576px) {
  #responsive-status {
    font-family: "sm";
    min-width: 576px;
  }
}
@media (min-width: 768px) {
  #responsive-status {
    font-family: "md";
    min-width: 768px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #responsive-status {
    font-family: "xxl";
    min-width: 1600px;
  }
}

body {
  text-align: center;
  -webkit-backface-visibility: hidden;
  background-color: #fff;
}

.flexboxtweener,
.flexboxtweener body,
.flexboxtweener .site-wrapper {
  height: 100%;
}

.flexbox body {
  min-height: 100vh;
}
.flexbox .site-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.flexbox .site-canvas {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.flexbox .site-content {
  flex: 1 0 auto;
}

.container,
[class^=container-]:not(.container-inner) {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1448px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  position: relative;
}
.container .container,
.container .alerts,
[class^=container-]:not(.container-inner) .container,
[class^=container-]:not(.container-inner) .alerts {
  padding: 0;
  min-width: 0;
}

.floatleft,
.floatright,
.float-left,
.float-right {
  float: none;
  display: block;
  margin: 0 auto 1.5em;
}

.pull-left,
.pull-right {
  max-width: 47%;
  margin-bottom: 1%;
}

.pull-left {
  float: left;
  margin-right: 3%;
}

.pull-right {
  float: right;
  margin-left: 3%;
}

@media (min-width: 576px) {
  .floatleft,
.floatright,
.float-left,
.float-right {
    max-width: 47%;
    margin-bottom: 1%;
  }

  .floatleft,
.float-left {
    float: left;
    margin-right: 3%;
  }

  .floatright,
.float-right {
    float: right;
    margin-left: 3%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a {
  color: #007CB0;
  text-decoration: none;
}
a:visited {
  color: #007CB0;
}
a:hover {
  color: #004664;
}
a:active {
  color: #111;
}
a:hover {
  text-decoration: underline;
}

.go-back {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.alert-message.info {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #3c3c3b;
  background-color: #fff;
  border-color: #17a2b8;
  min-height: 2rem;
}
.alert-message.info .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #17a2b8;
}
.alert-message.info p {
  margin: 0;
  padding: 0;
}
.alert-message.info ul {
  margin-top: 0;
}
.alert-message.info ul li + li {
  margin-top: 0;
}
.alert-message.info .alert-message__close,
.alert-message.info .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #17a2b8;
}
.alert-message.info .alert-message__close:hover,
.alert-message.info .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.warning {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #3c3c3b;
  background-color: #fff;
  border-color: #ffc107;
  min-height: 2rem;
}
.alert-message.warning .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #ffc107;
}
.alert-message.warning p {
  margin: 0;
  padding: 0;
}
.alert-message.warning ul {
  margin-top: 0;
}
.alert-message.warning ul li + li {
  margin-top: 0;
}
.alert-message.warning .alert-message__close,
.alert-message.warning .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #ffc107;
}
.alert-message.warning .alert-message__close:hover,
.alert-message.warning .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.error {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #3c3c3b;
  background-color: #fff;
  border-color: #dc3545;
  min-height: 2rem;
}
.alert-message.error .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #dc3545;
}
.alert-message.error p {
  margin: 0;
  padding: 0;
}
.alert-message.error ul {
  margin-top: 0;
}
.alert-message.error ul li + li {
  margin-top: 0;
}
.alert-message.error .alert-message__close,
.alert-message.error .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #dc3545;
}
.alert-message.error .alert-message__close:hover,
.alert-message.error .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alert-message.success {
  position: relative;
  min-height: 2rem;
  margin: 0 0 1.5em;
  padding: 0.3125rem 2.5rem 0.3125rem 2rem;
  border: 1px solid;
  color: #3c3c3b;
  background-color: #fff;
  border-color: #218838;
  min-height: 2rem;
}
.alert-message.success .alert-message__icon-status {
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0.625rem;
  top: 0.625rem;
  color: #218838;
}
.alert-message.success p {
  margin: 0;
  padding: 0;
}
.alert-message.success ul {
  margin-top: 0;
}
.alert-message.success ul li + li {
  margin-top: 0;
}
.alert-message.success .alert-message__close,
.alert-message.success .alert-message__close:not(.btn):not(.button) {
  font-size: 1rem;
  line-height: 1rem;
  position: absolute;
  top: 0.4375rem;
  right: 0.5rem;
  opacity: 0.7;
  color: #218838;
}
.alert-message.success .alert-message__close:hover,
.alert-message.success .alert-message__close:not(.btn):not(.button):hover {
  text-decoration: none !important;
  opacity: 1;
}

.alerts {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1448px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  position: relative;
}
.alerts .container,
.alerts .alerts {
  padding: 0;
  min-width: 0;
}

blockquote {
  margin: 1.5em 0;
  padding: 0.5em 2.5em;
  position: relative;
  background-color: color("background");
}
blockquote:before, blockquote:after {
  color: color("grayscale");
  font-size: 5em;
  position: absolute;
  line-height: 0.1em;
}
blockquote:before {
  content: "“";
  left: 0.3em;
  top: 0.3em;
}
blockquote:after {
  content: "”";
  right: 0.2em;
  bottom: 0;
}

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button {
  position: relative;
  float: left;
}
.btn-group > .btn:not(:first-child):not(:last-child), .btn-group > .button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group > .btn:first-child:not(:last-child), .btn-group > .button:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child), .btn-group > .button:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn + .btn, .btn-group .button + .btn, .btn-group .btn + .button, .btn-group .button + .button,
.btn-group .btn + .btn-group,
.btn-group .button + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .button,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group > .btn:active,
.btn-group > .button:active,
.btn-group > .btn.is-active,
.btn-group > .is-active.button,
.btn-group > .btn.open,
.btn-group > .open.button {
  z-index: 2;
}

.btn, .button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 2px solid;
  border-radius: 60px;
  background-image: none;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.btn:disabled, .button:disabled, .btn.disabled, .disabled.button {
  opacity: 0.5;
  cursor: default;
}
.btn, .button, .btn:hover {
  text-decoration: none;
}
.btn:active, .button:active, .btn.is-open, .is-open.button {
  background-image: none;
  text-decoration: none;
}
.btn:focus, .button:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #3c3c3b;
}
.btn > *, .button > * {
  vertical-align: inherit;
}
.btn .icon, .button .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.btn .icon + .btn__text, .button .icon + .btn__text {
  margin-left: 0.5em;
}
.btn .btn__text + .icon, .button .btn__text + .icon {
  margin-left: 0.25em;
}

.btn, .button, .btn:visited {
  color: #3c3c3b;
  background-color: #fff;
  border-color: #fff;
}
.btn:not(:disabled):not(.disabled):hover, .button:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}
.btn:not(:disabled):not(.disabled):active, .button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).is-open, .button:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}

.btn--primary, .btn--primary:visited {
  color: #fff;
  background-color: var(--ib-primary-color);
  border-color: var(--ib-primary-color);
}
.btn--primary:not(:disabled):not(.disabled):hover {
  color: var(--ib-primary-color);
  background-color: #fff;
  border-color: var(--ib-primary-color);
}
.btn--primary:not(:disabled):not(.disabled):active, .btn--primary:not(:disabled):not(.disabled).is-open {
  color: var(--ib-primary-color);
  background-color: #fff;
  border-color: var(--ib-primary-color);
}

.btn--secondary, .btn--secondary:visited {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}
.btn--secondary:not(:disabled):not(.disabled):hover {
  color: #AE0F0A;
  background-color: #fff;
  border-color: #fff;
}
.btn--secondary:not(:disabled):not(.disabled):active, .btn--secondary:not(:disabled):not(.disabled).is-open {
  color: #AE0F0A;
  background-color: #fff;
  border-color: #fff;
}

.btn--accept, .btn--accept:visited {
  color: #fff;
  background-color: #218838;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--accept:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #1c7330;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--accept:not(:disabled):not(.disabled):active, .btn--accept:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #175f27;
  border-color: rgba(17, 17, 17, 0.3);
}

.btn--decline, .btn--decline:visited {
  color: #fff;
  background-color: #dc3545;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #d32535;
  border-color: rgba(17, 17, 17, 0.3);
}
.btn--decline:not(:disabled):not(.disabled):active, .btn--decline:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #bd2130;
  border-color: rgba(17, 17, 17, 0.3);
}

.btn, .button {
  font-size: 1.125rem;
  padding: 0.625rem 1.125rem;
  width: auto;
  height: auto;
}

.btn--sm {
  font-size: 1rem;
  padding: 0.25rem 0.625rem;
  width: auto;
  height: auto;
}

.btn--lg {
  font-size: 1.125rem;
  padding: 1rem 1.875rem 0.9375rem;
  width: auto;
  height: auto;
}

.btn--square {
  font-size: 1rem;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.btn--full {
  width: 100%;
}

.btn--link:not(:disabled):not(.disabled) {
  color: #007CB0;
  text-decoration: none;
}
.btn--link:not(:disabled):not(.disabled), .btn--link:not(:disabled):not(.disabled):hover, .btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).is-open {
  border-color: transparent;
  background-color: transparent;
}
.btn--link:not(:disabled):not(.disabled):hover {
  color: #004664;
  text-decoration: underline;
}
.btn--link:not(:disabled):not(.disabled):active, .btn--link:not(:disabled):not(.disabled).is-open {
  color: #111;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn--loading:not(:disabled):not(.disabled).is-loading {
  color: transparent;
  position: relative;
  pointer-events: none;
}
.btn--loading:not(:disabled):not(.disabled).is-loading:before {
  content: "";
  height: 1.125rem;
  width: 1.125rem;
  animation: rotation 1s infinite linear;
  border: 2px solid rgba(0, 124, 176, 0.3);
  border-top-color: rgba(0, 124, 176, 0.9);
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.no-btn {
  border: 0;
  background: transparent;
  margin: 0;
  padding: 0;
}

.btn--square.btn--xxl {
  width: 4.453125rem;
  height: 4.453125rem;
}

.js-captcha {
  min-height: 3.75rem;
  display: flex;
}
.formitem .js-captcha ~ .formfield {
  clear: both;
  width: 11.25rem;
}

.captcha__refresh {
  margin: 0;
}

.captcha__img {
  margin-right: 0.625rem;
}

code,
pre code,
body pre code {
  color: #3c3c3b;
  word-break: break-word;
}

.embed-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video,
.embed-container .mce-preview-object,
.embed-container .mce-object-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed--custom-content-chapters {
  padding-top: 66.666667% !important;
  margin-bottom: 0 !important;
}
.embed--custom-content-chapters img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error-message {
  font-style: italic;
  color: #dc3545;
}

fieldset {
  margin: 0;
  border: 1px solid #e9ecef;
  padding: 1rem 1.25rem;
  background-color: #e9ecef;
}
fieldset + fieldset {
  margin-top: -1px;
}
fieldset .legend {
  margin-top: 0;
}

.formError {
  position: relative;
  color: #fff;
  background-color: #dc3545;
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0 0.3125rem;
  border-radius: 0;
}
.formError:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.375rem solid transparent;
  border-bottom: 0.375rem solid #dc3545;
  border-top: 0;
  height: 0;
  width: 0;
  left: 0.3125rem;
  top: -0.3125rem;
}
.formError:empty {
  display: none;
}

.formitem .loading-anim {
  display: none;
}

.formfield + .loading-anim {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-left: 0;
  background-size: 1.25rem 1.25rem;
  left: auto;
  right: 1.25rem;
  top: 2.375rem;
  display: none;
}
.formfield.is-loading + .loading-anim {
  display: block;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", sans-serif;
}

.formfield,
select {
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  border: 1px solid #adb5bd;
  color: #3c3c3b;
  background-color: #fff;
  border-radius: 0.125em;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.formfield:hover,
select:hover {
  border-color: #8a9197;
}
.formfield:focus,
select:focus {
  border-color: #4da3c8;
  box-shadow: 0 0 0 0.25rem rgba(0, 124, 176, 0.25);
}
.formfield.error,
select.error {
  border: 1px solid color("error");
}
.formfield[disabled], .formfield[disabled]:hover, .formfield[disabled]:focus,
select[disabled],
select[disabled]:hover,
select[disabled]:focus {
  color: rgba(60, 60, 59, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(173, 181, 189, 0.5);
}

.formfield,
select {
  padding: 0.4375rem 0.625rem;
}

.formfield--sm {
  font-size: 0.875rem;
  padding: 0.1875rem 0.3125rem;
}

.formfield--lg {
  font-size: 1.25rem;
  padding: 0.5625rem 1rem;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
}

.label.req + .formfield,
.label.req + select,
.label.required + .formfield,
.label.required + select {
  border-color: #adb5bd;
  background-color: #fff;
}
.label.req + .formfield:hover,
.label.req + select:hover,
.label.required + .formfield:hover,
.label.required + select:hover {
  border-color: #8a9197;
}
.label.req + .formfield:focus,
.label.req + select:focus,
.label.required + .formfield:focus,
.label.required + select:focus {
  border-color: #4da3c8;
}
.label.req + .formfield.error,
.label.req + select.error,
.label.required + .formfield.error,
.label.required + select.error {
  border: 1px solid color("error");
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
select[multiple],
select[multiple][size] {
    background-image: none;
  }

  select,
select.formfield,
select.formfield--sm,
select.formfield--lg {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%233c3c3b' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.625rem center;
    background-size: 16px 12px;
    padding-right: 2.25rem;
  }

  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666), color-stop(1, #111));
    border: 0;
    color: #fff;
    font: 0.8rem/1rem "Lucida Grande", Arial, "Liberation Sans", FreeSans, sans-serif;
    overflow: hidden;
    padding: 1rem 1rem 1.1rem;
    text-shadow: #111 0 0 1px;
    min-height: 1rem;
  }

  ::-webkit-validation-bubble-arrow,
::-webkit-validation-bubble-top-outer-arrow,
::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666;
    border-color: #666;
  }
}
textarea {
  min-height: 2.5rem;
  overflow: auto;
  resize: vertical;
  width: 100%;
  overflow-y: auto;
}

optgroup {
  color: #3c3c3b;
  font-style: normal;
  font-weight: normal;
  font-family: "Helvetica Neue", sans-serif;
}
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:not(.wideform) .formitem.floatlabel {
  padding-top: 0.9375rem;
  padding-bottom: 0;
}
:not(.wideform) .formitem.floatlabel:before {
  content: "";
  margin-top: 0;
  height: 0;
  display: none;
}
:not(.wideform) .formitem.floatlabel .label {
  position: absolute;
  top: 1.875rem;
  left: 0.625rem;
  font-size: 1.125rem;
  color: rgba(60, 60, 59, 0.65);
  height: 1.25rem;
  line-height: 1.25rem;
  transition: 0.1s all linear;
  cursor: text;
  z-index: 1;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.focus .label {
  top: 0;
  left: 0.3125rem;
  padding: 0 0.3125rem;
  font-size: 0.75rem;
  border-radius: 0;
}
:not(.wideform) .formitem.floatlabel.is-active .label {
  background: #adb5bd;
}
:not(.wideform) .formitem.floatlabel.is-active .label, :not(.wideform) .formitem.floatlabel.is-active .label:after {
  color: #fff;
}
:not(.wideform) .formitem.floatlabel.focus .label {
  background: #4da3c8;
}
:not(.wideform) .formitem.floatlabel, :not(.wideform) .formitem.floatlabel:after {
  color: #fff;
}

.formgroup {
  position: relative;
  display: flex;
  width: 100%;
}
.formgroup .formfield {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  width: 1%;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.formgroup .formfield:hover, .formgroup .formfield:focus, .formgroup .formfield:active {
  z-index: 3;
}

.formgroup__addon,
.formgroup__btn,
.formgroup .formfield {
  display: flex;
  align-items: center;
}
.formgroup__addon:not(:first-child):not(:last-child),
.formgroup__btn:not(:first-child):not(:last-child),
.formgroup .formfield:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.formgroup__addon,
.formgroup__btn {
  white-space: nowrap;
  vertical-align: middle;
}

.formgroup__addon {
  padding: 0.4375rem 0.625rem;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1;
  color: #3c3c3b;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #adb5bd;
  border-radius: 0.125em;
}
.formgroup__addon input[type=radio],
.formgroup__addon input[type=checkbox] {
  margin-top: 0;
}

.formgroup .formfield:not(:last-child),
.formgroup__addon:not(:last-child),
.formgroup__btn:not(:last-child) > .btn,
.formgroup__btn:not(:last-child) > .button,
.formgroup__btn:not(:last-child) > .btn-group > .btn,
.formgroup__btn:not(:last-child) > .btn-group > .button,
.formgroup__btn:not(:last-child) > .dropdown-toggle,
.formgroup__btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .button:not(:last-child):not(.dropdown-toggle),
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .btn,
.formgroup__btn:not(:first-child) > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.formgroup__addon:not(:last-child) {
  border-right: 0;
}

.formgroup .formfield:not(:first-child),
.formgroup__addon:not(:first-child),
.formgroup__btn:not(:first-child) > .btn,
.formgroup__btn:not(:first-child) > .button,
.formgroup__btn:not(:first-child) > .btn-group > .btn,
.formgroup__btn:not(:first-child) > .btn-group > .button,
.formgroup__btn:not(:first-child) > .dropdown-toggle,
.formgroup__btn:not(:last-child) > .btn:not(:first-child),
.formgroup__btn:not(:last-child) > .button:not(:first-child),
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .btn,
.formgroup__btn:not(:last-child) > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.formfield + .formgroup__addon:not(:first-child) {
  border-left: 0;
}

.formgroup__btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.formgroup__btn > .btn, .formgroup__btn > .button {
  position: relative;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.formgroup__btn > .btn + .btn, .formgroup__btn > .button + .btn, .formgroup__btn > .btn + .button, .formgroup__btn > .button + .button {
  margin-left: -1px;
}
.formgroup__btn > .btn:hover, .formgroup__btn > .button:hover, .formgroup__btn > .btn:focus, .formgroup__btn > .button:focus, .formgroup__btn > .btn:active, .formgroup__btn > .button:active {
  z-index: 3;
}
.formgroup__btn:not(:last-child) > .btn:last-child, .formgroup__btn:not(:last-child) > .button:last-child {
  margin-right: -1px;
}
.formgroup__btn:not(:first-child) > .btn, .formgroup__btn:not(:first-child) > .button {
  z-index: 2;
  margin-left: -1px;
}
.formgroup__btn:not(:first-child) > .btn:hover, .formgroup__btn:not(:first-child) > .button:hover, .formgroup__btn:not(:first-child) > .btn:focus, .formgroup__btn:not(:first-child) > .button:focus, .formgroup__btn:not(:first-child) > .btn:active, .formgroup__btn:not(:first-child) > .button:active {
  z-index: 3;
}

.formitem {
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: inline-block;
  word-spacing: normal;
  vertical-align: baseline;
  position: relative;
  width: 100%;
  padding: 0 0 1.1875rem;
}
.formitem > * {
  float: left;
}
.formitem.formitem--align-right > * {
  float: right;
}
.formitem.formitem--flat {
  padding-bottom: 0;
}
.formitem.formitem--flat:before {
  display: none;
}
.formitem > .label {
  float: none;
  display: block;
}
.formitem .formfield,
.formitem select {
  width: 100%;
}
.formitem label.error {
  clear: left;
  font-weight: bold;
  color: #dc3545;
}
.formitem .formfield,
.formitem select,
.formitem .btn,
.formitem .button,
.formitem .formgroup,
.formitem .password-helper {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.formitem--align-right .btn, .formitem--align-right .button {
  margin-right: 0;
  margin-left: 0.625rem;
}

.formrow--last .formitem {
  padding-bottom: 0;
}

.label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #3c3c3b;
  margin-bottom: 0;
  word-spacing: normal;
}
.label.req:after, .label.required:after {
  content: "*";
  color: #dc3545;
  font-weight: bold;
  font-size: 0.75rem;
}

.form-notice {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 1.0625rem;
  left: 100%;
  margin-left: 0.625rem;
  background-color: #3c3c3b;
  color: #fff;
  padding: 0.4375rem 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
  min-height: 3.125rem;
  font-weight: 500;
  width: 12.5rem;
  z-index: 1;
}
.form-notice:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-right: 0.5rem solid #3c3c3b;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .form-notice {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .form-notice {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.125rem 0.3125rem;
    margin-bottom: 0.3125rem;
    min-height: 0;
  }
  .form-notice:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #3c3c3b;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.375rem;
    left: 0.3125rem;
  }
}

.form-notice--success {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  bottom: 1.0625rem;
  left: 100%;
  margin-left: 0.625rem;
  background-color: #218838;
  color: #fff;
  padding: 0.4375rem 0.625rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.125rem;
  min-height: 3.125rem;
  font-weight: 500;
  width: 12.5rem;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 387.5 297'%3e%3cpath fill='%23fff' d='M387.5,58a23.1,23.1,0,0,1-7,17l-215,215a24.1,24.1,0,0,1-34,0L7,165.5a24.1,24.1,0,0,1,0-34l34-34a23.1,23.1,0,0,1,17-7,23.1,23.1,0,0,1,17,7l73.5,73.8L312.5,7a24.1,24.1,0,0,1,34,0l34,34A23.1,23.1,0,0,1,387.5,58Z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 1rem;
  padding-left: 2.1875rem;
}
.form-notice--success:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.5rem solid transparent;
  border-right: 0.5rem solid #218838;
  border-left: 0;
  height: 0;
  width: 0;
  right: 100%;
  bottom: 1rem;
  pointer-events: none;
}
@media (min-width: 576px) {
  .form-notice--success {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .form-notice--success {
    position: relative;
    top: -1px;
    right: 0;
    bottom: 0;
    left: 0;
    clear: both;
    margin-left: 0;
    width: auto;
    padding: 0.125rem 0.3125rem;
    margin-bottom: 0.3125rem;
    min-height: 0;
  }
  .form-notice--success:after {
    content: "";
    display: block;
    position: absolute;
    border: 0.6rem solid transparent;
    border-bottom: 0.6rem solid #218838;
    border-top: 0;
    height: 0;
    width: 0;
    right: auto;
    bottom: auto;
    top: -0.375rem;
    left: 0.3125rem;
  }
}

@media (min-width: 768px) {
  .form-notices fieldset {
    padding-right: 14.375rem;
  }
}
.password-helper {
  padding: 0;
  margin: 0;
  width: 100%;
  position: relative;
}
.password-helper input[type=password],
.password-helper input[type=text] {
  margin: 0;
  padding-right: 3.125rem;
  width: 100%;
  overflow: hidden;
}
.password-helper .password-helper__toggle-button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  transition: 0.3s;
  width: 2.5rem;
  font-size: 1.5rem;
  border: 1px solid #adb5bd;
  background-color: #fff;
  color: #495057;
  text-align: center;
  line-height: 2.375rem;
  border-radius: 0.125em;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.password-helper .password-helper__toggle-button:hover {
  color: #007CB0;
}
.password-helper .password-helper__toggle-button.is-readable .icon--readable {
  display: none;
}
.password-helper .password-helper__toggle-button.is-unreadable .icon--unreadable {
  display: none;
}

::-webkit-input-placeholder {
  color: #495057;
  font-style: italic;
}

::-moz-placeholder {
  color: #495057;
  font-style: italic;
}

input:-moz-placeholder {
  color: #495057;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #495057;
  font-style: italic;
}

.rating {
  padding: 0.3125rem 0 0;
}
.rating label {
  float: right;
  width: 2.625rem;
  height: 2.625rem;
  font-size: 2.625rem;
  line-height: 1;
  cursor: pointer;
}
.rating label:before {
  font-family: "Helvetica Neue", sans-serif;
  content: "☆";
}
.rating label span {
  display: none;
}
.rating input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input.checked ~ label:before {
  font-family: "Helvetica Neue", sans-serif;
  content: "★";
}
.rating input:checked ~ label:before {
  font-family: "Helvetica Neue", sans-serif;
  content: "★";
}
.rating:hover input ~ label:before {
  font-family: "Helvetica Neue", sans-serif;
  content: "☆";
}
.rating:hover label:hover:before,
.rating:hover label:hover ~ label:before {
  font-family: "Helvetica Neue", sans-serif;
  content: "★";
}

.formrow {
  font-size: 0;
  line-height: 0;
}
.formrow > .label {
  display: none;
}

.formrow--static {
  margin-right: -0.625rem;
}
.formrow--static .formitem {
  padding-right: 0.625rem;
  z-index: 2;
}
.formrow--static .formitem:last-child {
  margin-right: -99px;
}
.formrow--static .formitem:before {
  content: " ";
  display: block;
  font-size: 1.125rem;
  line-height: 1.5rem;
  height: 1.5rem;
  margin-top: -1.5rem;
  z-index: 1;
}
.formrow--static .formitem .rating label {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.formrow--static .col-1of1, .formrow--static .formrow .formitem.col-1of1 {
  width: 100%;
}
.formrow--static .col-1of2, .formrow--static .formrow .formitem.col-1of2 {
  width: 50%;
}
.formrow--static .col-1of3, .formrow--static .formrow .formitem.col-1of3 {
  width: 33.33333333%;
}
.formrow--static .col-2of3, .formrow--static .formrow .formitem.col-2of3 {
  width: 66.66666666%;
}
.formrow--static .col-1of4, .formrow--static .formrow .formitem.col-1of4 {
  width: 25%;
}
.formrow--static .col-3of4, .formrow--static .formrow .formitem.col-3of4 {
  width: 75%;
}
.formrow--static .col-1of5, .formrow--static .formrow .formitem.col-1of5 {
  width: 20%;
}
.formrow--static .col-2of5, .formrow--static .formrow .formitem.col-2of5 {
  width: 40%;
}
.formrow--static .col-3of5, .formrow--static .formrow .formitem.col-3of5 {
  width: 60%;
}
.formrow--static .col-4of5, .formrow--static .formrow .formitem.col-4of5 {
  width: 80%;
}

input[type=checkbox],
input[type=radio] {
  width: 1em;
  height: 1em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #007CB0;
}
@media (forced-colors: active) {
  input[type=checkbox],
input[type=radio] {
    background-color: CanvasText;
  }
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  border-color: #80bed8;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 124, 176, 0.25);
}
input[type=checkbox]:active,
input[type=radio]:active {
  filter: brightness(70%);
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  color: #fff;
  border-color: #007CB0;
  background-color: #007CB0;
}
input[type=checkbox]:checked ~ span,
input[type=radio]:checked ~ span {
  color: #3c3c3b;
}

input[type=checkbox] {
  border-radius: 0.125em;
}
input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type=checkbox]:indeterminate, input[type=checkbox].indeterminate {
  color: #fff;
  border-color: #007CB0;
  background-color: #007CB0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.ticks {
  padding: 0.5em 0 0;
}
.ticks label {
  display: block;
  padding-left: 1.5em;
  min-height: 1.5rem;
}
.ticks label > span {
  display: inline-block;
  cursor: default;
  color: #495057;
}
.ticks input[type=checkbox],
.ticks input[type=radio] {
  float: left;
  margin-left: -1.5em;
  margin-top: 0.25em;
}
.ticks input[type=checkbox].error ~ span,
.ticks input[type=radio].error ~ span {
  color: #dc3545;
}

.ticks--inline label {
  display: inline-block;
  margin-right: 1rem;
}

@media (min-width: 576px) {
  fieldset {
    margin: 0;
  }

  .formrow {
    margin-right: -0.625rem;
  }

  .formitem {
    padding-right: 0.625rem;
    z-index: 2;
  }
  .formitem:last-child, .formitem.last-child {
    margin-right: -99px;
  }
  .formitem:before {
    content: " ";
    display: block;
    font-size: 1.125rem;
    line-height: 1.5rem;
    height: 1.5em;
    margin-top: -1.5em;
    z-index: 1;
  }
  .formitem .rating label {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
  }

  .grid {
    margin-right: -0.625rem;
  }
  .grid::after {
    display: block;
    clear: both;
    content: "";
  }

  .grid [class^=col-],
.grid [class*=" col-"] {
    float: left;
    padding-right: 0.625rem;
  }

  .col-1of1, .formrow .formitem.col-1of1 {
    width: 100%;
  }

  .col-1of2, .formrow .formitem.col-1of2 {
    width: 50%;
  }

  .col-1of3, .formrow .formitem.col-1of3 {
    width: 33.33333333%;
  }

  .col-2of3, .formrow .formitem.col-2of3 {
    width: 66.66666666%;
  }

  .col-1of4, .formrow .formitem.col-1of4 {
    width: 25%;
  }

  .col-3of4, .formrow .formitem.col-3of4 {
    width: 75%;
  }

  .col-1of5, .formrow .formitem.col-1of5 {
    width: 20%;
  }

  .col-2of5, .formrow .formitem.col-2of5 {
    width: 40%;
  }

  .col-3of5, .formrow .formitem.col-3of5 {
    width: 60%;
  }

  .col-4of5, .formrow .formitem.col-4of5 {
    width: 80%;
  }
}
@media (min-width: 980px) {
  .wideform .formrow {
    padding-left: 25%;
  }
  .wideform .formrow > .label {
    line-height: 1.5rem;
    display: inline-block;
    vertical-align: top;
    margin-left: -33.3333333333%;
    padding: 0.8125rem 0.625rem 1.25rem 0.2083333333rem;
    width: 33.3333333333%;
    text-align: right;
  }
  .wideform .formrow .formitem {
    vertical-align: top;
  }
  .wideform .formrow .formitem:before {
    content: none;
  }
  .wideform .formrow .formitem > .label.hide-only-visually {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
  .wideform .formrow .formitem > .label:not(.hide-only-visually) {
    display: none;
  }
  .wideform .formrow .formitem .ticks,
.wideform .formrow .formitem .rating {
    padding-top: 0.8125rem;
  }
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  padding: 0;
  margin: 0;
}

h1, .h1 {
  font-size: 2.1875rem;
  line-height: 2.6875rem;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.625rem;
  }
}

h2, .h2 {
  font-size: 1.5625rem;
  line-height: 2.1875rem;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.1875rem;
    line-height: 2.6875rem;
  }
}

h3, .h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

h5, .h5 {
  font-size: 1.3125rem;
  line-height: 1.625rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.2;
}

.hamburger {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  cursor: pointer;
  height: 1.5625rem;
  width: 2.4375rem;
}
.hamburger__bar {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  background-color: #007CB0;
  height: 0.1875rem;
  transition: all 0.4s ease;
}
.hamburger__bar:nth-child(1) {
  top: 0;
}
.hamburger__bar:nth-child(2) {
  top: 0.6875rem;
}
.hamburger__bar:nth-child(3) {
  top: 1.375rem;
}

.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(1), .mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(3) {
  top: 0.6875rem;
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(1) {
  transform: rotate(45deg);
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(2) {
  background-color: transparent;
}
.mobile-nav__toggle[aria-expanded=true] .hamburger__bar:nth-child(3) {
  transform: rotate(-45deg);
}

hr {
  border: 0;
  border-bottom: 1px solid #adb5bd;
  height: 1px;
  margin: 1.5em 0 1.5em;
  padding: 0;
  clear: both;
}

/**
 * Visually hidden accessible label
 * Using styles that do not hide the text in screen readers
 * We use !important because we should not apply other styles to this hidden alternative text
 */
.icon-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
}

/**
 * Basic icon styles
 */
.icon {
  display: inline-block;
  position: relative;
  font-size: inherit;
  overflow: hidden;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

/**
 * Icon shown alongside text
 */
.icon--text {
  vertical-align: -0.125em;
}

/**
 * Icon sizes
 */
.icon--xs {
  width: 0.75em;
  height: 0.75em;
}

.icon--sm {
  width: 0.875em;
  height: 0.875em;
}

.icon--lg {
  width: 1.33em;
  height: 1.33em;
}

.icon--xl {
  width: 1.5em;
  height: 1.5em;
}

.icon--2x {
  width: 2em;
  height: 2em;
}

.icon--3x {
  width: 3em;
  height: 3em;
}

.icon--4x {
  width: 4em;
  height: 4em;
}

.icon--5x {
  width: 5em;
  height: 5em;
}

/**
 * Icon transformation
 */
.icon--rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.icon--rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.icon--rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.icon--flip-h {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.icon--flip-h.icon--flip-v {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .icon--rotate-90,
:root .icon--rotate-180,
:root .icon--rotate-270,
:root .icon--flip-h,
:root .icon--flip-v {
  filter: none;
}

/**
 * Spinning animation
 */
.icon--spin {
  animation: icon-spin 2s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.btn .icon, .button .icon {
  vertical-align: -0.15625rem;
}

img {
  max-width: 100%;
  height: auto;
}
img.lazyload {
  opacity: 0;
}
img.lazyloaded {
  transition: 0.5s opacity ease-out;
  opacity: 1;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
}

.image-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.keytoggle {
  border: 0;
  background-color: transparent;
  padding: 0 0.1875rem;
  color: inherit;
}

ul,
ol {
  margin: 0;
}
ul ul,
ul ol,
ul li + li,
ol ul,
ol ol,
ol li + li {
  margin-top: 0.75em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal-leading-zero;
}

ul.no-list,
ol.no-list {
  padding-left: 0;
}
ul.no-list,
ul.no-list ul,
ul.no-list ol,
ol.no-list,
ol.no-list ul,
ol.no-list ol {
  list-style: none;
  list-style-image: none;
}

.loading-anim {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid rgba(17, 17, 17, 0.1);
  border-top-color: #007CB0;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}

.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.25rem;
  margin-left: -1.25rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid rgba(17, 17, 17, 0.1);
  border-top-color: #007CB0;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
}
.site-header .loading {
  width: 1.25rem;
  height: 1.25rem;
  border: 0.125rem solid rgba(17, 17, 17, 0.1);
  border-top-color: #007CB0;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  content: "";
  margin: 0.625rem 2.5rem 0 0;
  position: relative;
}

nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.no-entries {
  display: inline-block;
  padding: 0.625rem;
  border: 1px dashed #6f42c1;
  background-color: rgba(111, 66, 193, 0.15);
}

td.no-entries {
  display: table-cell;
}

.orderdesc,
.orderasc {
  position: relative;
  float: right;
}
.orderdesc::before,
.orderasc::before {
  bottom: 0.625rem;
}

.orderasc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid color("primary");
  border-top: 0;
  height: 0;
  width: 0;
}

.orderdesc:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid color("primary");
  border-bottom: 0;
  height: 0;
  width: 0;
}

p, .p {
  margin: 0;
}

.lead {
  font-size: 1.2rem;
  line-height: 1.4;
}

.small {
  font-size: 1rem;
  line-height: 1.5;
}

.p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.percentage-bar {
  border: 1px solid color("primary");
  padding: 1px;
}

.percentage-bar__fill {
  background-color: color("primary");
  height: 1.5em;
  transition: width 1s ease;
}
.js .nulled > .percentage-bar__fill {
  width: 0% !important;
  transition: width 0.1s ease;
}

.skip-to-content-link {
  position: fixed;
  top: 0;
  left: 50%;
  padding: 0.5rem 1.25rem;
  border: 1px solid #111;
  background: #fff;
  transform: translateX(-50%) translateY(-150%);
  transition: transform 0.3s;
  z-index: 999;
  font-size: 1.25rem;
}

.skip-to-content-link:focus {
  transform: translateX(-50%) translateY(50%);
}

table {
  max-width: 100%;
}

th {
  text-align: left;
}

table:not([class]),
table[class=""],
table.table--default {
  border-collapse: collapse;
}
table:not([class]) th,
table:not([class]) td,
table[class=""] th,
table[class=""] td,
table.table--default th,
table.table--default td {
  text-align: left;
  padding: 0.625rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

.table {
  width: 100%;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table td {
  font-weight: 400;
}
.table th {
  font-weight: 700;
}
.table .cright {
  text-align: right;
}
.table td.is-active > td, .table td.is-active > th, .table tr > th.is-active > td, .table tr > th.is-active > th,
.table tr.is-active > td,
.table tr.is-active > th {
  background-color: rgba(0, 124, 176, 0.1);
}
.table td.info > td, .table td.info > th, .table tr > th.info > td, .table tr > th.info > th,
.table tr.info > td,
.table tr.info > th {
  background-color: rgba(23, 162, 184, 0.1);
}
.table td.success > td, .table td.success > th, .table tr > th.success > td, .table tr > th.success > th,
.table tr.success > td,
.table tr.success > th {
  background-color: rgba(33, 136, 56, 0.1);
}
.table td.warning > td, .table td.warning > th, .table tr > th.warning > td, .table tr > th.warning > th,
.table tr.warning > td,
.table tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table td.error > td, .table td.error > th, .table tr > th.error > td, .table tr > th.error > th,
.table tr.error > td,
.table tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table caption + thead tr:first-child > th,
.table caption + thead tr:first-child > td,
.table colgroup + thead tr:first-child > th,
.table colgroup + thead tr:first-child > td,
.table thead:first-child tr:first-child > th,
.table thead:first-child tr:first-child > td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: #e9ecef;
}

.table--bordered {
  border: 1px solid #dee2e6;
}
.table--bordered th,
.table--bordered td {
  border: 1px solid #dee2e6;
}
.table--bordered thead th,
.table--bordered thead td {
  border-bottom-width: 2px;
}

.table--striped tbody tr:nth-child(odd) > td,
.table--striped tbody tr:nth-child(odd) > th {
  background-color: #e9ecef;
}

.table--hover tbody tr:hover > td,
.table--hover tbody tr:hover > th {
  background-color: rgba(0, 124, 176, 0.1);
}

@media (max-width: 575px) {
  .table--responsive-scroll {
    width: 100%;
    margin-bottom: 1.5em;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dee2e6;
    -webkit-overflow-scrolling: touch;
  }
  .table--responsive-scroll > .table {
    margin-bottom: 0;
  }
  .table--responsive-scroll > .table th,
.table--responsive-scroll > .table td {
    white-space: nowrap;
  }
  .table--responsive-scroll > .table--bordered {
    border: 0;
  }
  .table--responsive-scroll > .table--bordered th:first-child,
.table--responsive-scroll > .table--bordered td:first-child {
    border-left: 0;
  }
  .table--responsive-scroll > .table--bordered th:last-child,
.table--responsive-scroll > .table--bordered td:last-child {
    border-right: 0;
  }
  .table--responsive-scroll > .table--bordered > tbody > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tbody > tr:last-child > td,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > th,
.table--responsive-scroll > .table--bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (max-width: 575px) {
  .table--responsive-vertical > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .table--responsive-vertical > table > thead,
.table--responsive-vertical > table > tfoot {
    display: none;
  }
  .table--responsive-vertical > table > tbody {
    display: block;
  }
  .table--responsive-vertical > table > tbody > tr {
    display: block;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .table--responsive-vertical > table > tbody > tr > td,
.table--responsive-vertical > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: calc($nb-base-spacer + 1.25rem);
  }
  .table--responsive-vertical > table > tbody > tr > td[data-title]:before,
.table--responsive-vertical > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

em, i {
  font-style: italic;
}

b, strong {
  font-weight: bold;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.hide-text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.text-error {
  color: #dc3545;
}

.tooltip {
  position: relative;
}
.tooltip:before, .tooltip:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.tooltip:before {
  content: "" !important;
  width: 0;
  z-index: 10001;
}
.tooltip:after {
  content: attr(data-tooltip);
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  white-space: nowrap;
  max-width: 15rem;
  overflow: hidden;
  padding: 0.375rem 0.625rem;
  pointer-events: none;
  z-index: 10000;
}
.tooltip:hover:not(.dropdown__toggle--open):before {
  opacity: 1;
}
.tooltip:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
}
.tooltip:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.tooltip:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip:hover:after {
  transform: translate(-50%, -8px);
}

.tooltip--top-left:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-left:after {
  bottom: 100%;
  right: 0;
  transform: translate(0, 12px);
}
.tooltip--top-left:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-left:hover:after {
  transform: translate(0, -8px);
}

.tooltip--top-right:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.tooltip--top-right:after {
  bottom: 100%;
  left: 0;
  right: auto;
  transform: translate(0, 12px);
}
.tooltip--top-right:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.tooltip--top-right:hover:after {
  transform: translate(0, -8px);
}

.tooltip--bottom:before {
  left: 50%;
  top: auto;
  bottom: -2px;
  transform: translate(-50%, calc(50% + 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #333;
  border-top: 0;
  height: 0;
  width: 0;
}
.tooltip--bottom:after {
  left: 50%;
  bottom: auto;
  top: 100%;
  transform: translate(-50%, -12px);
}
.tooltip--bottom:hover:before {
  transform: translate(-50%, calc(50% + 4px));
}
.tooltip--bottom:hover:after {
  transform: translate(-50%, 8px);
}

.tooltip--left:before {
  left: auto;
  right: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-left: 0.3125rem solid #333;
  border-right: 0;
  height: 0;
  width: 0;
}
.tooltip--left:after {
  left: auto;
  right: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--left:hover:before {
  transform: translate(4px, -50%);
}
.tooltip--left:hover:after {
  transform: translate(-10px, -50%);
}

.tooltip--right:before {
  right: auto;
  left: calc(100% + 10px);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-right: 0.3125rem solid #333;
  border-left: 0;
  height: 0;
  width: 0;
}
.tooltip--right:after {
  right: auto;
  left: calc(100%);
  top: 50%;
  bottom: auto;
  transform: translate(0, -50%);
}
.tooltip--right:hover:before {
  transform: translate(-4px, -50%);
}
.tooltip--right:hover:after {
  transform: translate(10px, -50%);
}

.tooltip--multiline:after {
  min-width: 11.25rem;
  text-overflow: clip;
  white-space: normal;
  word-break: break-word;
}

.tooltip.tooltip--bottom:before {
  border-bottom-color: #3c3c3b;
}
.tooltip.tooltip--left:before {
  border-left-color: #3c3c3b;
}
.tooltip.tooltip--right:before {
  border-right-color: #3c3c3b;
}
.tooltip:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #3c3c3b;
}
.tooltip:after {
  color: #fff;
  background-color: #3c3c3b;
}

.tooltip--error.tooltip--bottom:before {
  border-bottom-color: #dc3545;
}
.tooltip--error.tooltip--left:before {
  border-left-color: #dc3545;
}
.tooltip--error.tooltip--right:before {
  border-right-color: #dc3545;
}
.tooltip--error:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #dc3545;
}
.tooltip--error:after {
  color: #fff;
  background-color: #dc3545;
}

.tooltip--warning.tooltip--bottom:before {
  border-bottom-color: #ffc107;
}
.tooltip--warning.tooltip--left:before {
  border-left-color: #ffc107;
}
.tooltip--warning.tooltip--right:before {
  border-right-color: #ffc107;
}
.tooltip--warning:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #ffc107;
}
.tooltip--warning:after {
  color: #3c3c3b;
  background-color: #ffc107;
}

.tooltip--success.tooltip--bottom:before {
  border-bottom-color: #218838;
}
.tooltip--success.tooltip--left:before {
  border-left-color: #218838;
}
.tooltip--success.tooltip--right:before {
  border-right-color: #218838;
}
.tooltip--success:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #218838;
}
.tooltip--success:after {
  color: #fff;
  background-color: #218838;
}

.accordion .accordion__toggle {
  position: relative;
  cursor: pointer;
  padding: 0 0 0 1.25rem;
  margin: 0;
  color: #212529;
}
.accordion .accordion__toggle:hover {
  color: #007CB0;
}
.accordion .accordion__toggle[aria-expanded=true] .accordion__icon {
  transform: rotateX(180deg);
}
.accordion .accordion__icon {
  width: 0.75rem;
  height: 0.75rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.375rem;
  transition: transform 0.4s linear;
}
.accordion .accordion__content {
  display: none;
  margin: 0;
  padding: 0.75em 0 0 1.25rem;
}
.accordion .accordion__content + .accordion__toggle {
  margin-top: 1.5em;
}

button.accordion__toggle {
  all: inherit;
}

.app-categories__list {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
@media (min-width: 576px) {
  .app-categories__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.app-categories__btn {
  flex-shrink: 0;
  position: relative;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4375rem;
}
.app-categories__btn:not(:last-child) {
  margin-right: 2rem;
}
.app-categories__btn:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  display: block;
  width: 0.125rem;
  height: 1.4375rem;
  background-color: #3c3c3b;
}
.app-categories__btn.active {
  color: #AE0F0A;
}

.application-hero {
  padding-top: 3rem;
  padding-bottom: 5.25rem;
  background-color: #007CB0;
}
.application-hero .solutions-teaser {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20.625rem, 1fr));
  gap: 22px;
  margin-top: 4.5rem;
}
@media (max-width: 979px) {
  .application-hero .solutions-teaser {
    display: none;
  }
}
.application-hero .solutions-teaser__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 2rem 1.5rem 2.5rem;
  background-color: #fff;
  border-radius: 25px;
}
.application-hero .solutions-teaser__image-wrapper {
  text-align: center;
}
.application-hero .solutions-teaser__image-wrapper img {
  display: inline;
  width: auto;
  height: 10.625rem;
}
.application-hero .solutions-teaser__content {
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
}
.application-hero .solutions-teaser__link {
  margin-top: auto;
  text-align: center;
}
.application-hero .solutions-teaser__link a {
  padding-bottom: 5px;
  border-bottom: 2px solid #007CB0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.applications-box {
  display: grid;
  place-items: center;
  grid-template-columns: repeat(auto-fill, minmax(5rem, 1fr));
  gap: 1.5rem 2.5rem;
  width: 100%;
  margin-top: 1rem;
  padding: 2.8125rem 2.5rem;
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 425px) {
  .applications-box {
    grid-template-columns: repeat(auto-fill, minmax(7.5rem, 1fr));
  }
}
@media (min-width: 1100px) {
  .applications-box {
    gap: 5.4375rem 3.4375rem;
    padding: 4rem 8.125rem;
  }
}
@media (min-width: 1200px) {
  .applications-box {
    grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
  }
}

.applications-item__link {
  display: block;
  border-radius: 16px;
}
.applications-item__link:hover, .applications-item__link:focus {
  box-shadow: 0 0 0 10px rgba(0, 124, 176, 0.36);
}
.applications-item__image {
  width: 7.5rem;
}
@media (min-width: 1200px) {
  .applications-item__image {
    width: 9rem;
  }
}

.articles-entries--carousel {
  position: relative;
}
@media (max-width: 979px) {
  .articles-entries--carousel {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}
.articles-entries--carousel .carousel-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.articles-entries--carousel .carousel-btn {
  pointer-events: initial;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50%;
  transform: translateY(50%);
}
.articles-entries--carousel .carousel-btn .icon {
  width: 1.25rem;
  height: 1.25rem;
  color: #007CB0;
}
.articles-entries--carousel .carousel-btn:hover .icon {
  color: #004664;
}
.articles-entries--carousel .carousel-btn.slick-disabled {
  opacity: 0.25;
  pointer-events: none;
}
.articles-entries--carousel .carousel-btn--prev {
  left: -2.5rem;
}
.articles-entries--carousel .carousel-btn--next {
  right: -2.5rem;
}

.articles-entry--carousel .articles-entry__text {
  margin-top: 0.75em;
}
.articles-entry--carousel .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.articles-entry--carousel .articles-entry__wrapper {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media (max-width: 575px) {
  .articles-entry--carousel .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--carousel .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .articles-entry--carousel .articles-entry__text {
    margin-top: 0.75em;
  }
}

.articles-entry.articles-entry--details.articles-entry {
  margin-bottom: 0;
}
.articles-entry.articles-entry--details .articles-entry__title-variation {
  display: block;
  margin-top: 0.375em;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #3c3c3b;
}
.articles-entry.articles-entry--details .articles-entry__text,
.articles-entry.articles-entry--details .articles-entry__description {
  margin-bottom: 1.5em;
}
.articles-entry.articles-entry--details .articles-entry__image--print {
  display: none;
}
.articles-entry.articles-entry--details .articles-entry__teaser,
.articles-entry.articles-entry--details .articles-entry__data,
.articles-entry.articles-entry--details .articles-entry__unit,
.articles-entry.articles-entry--details .articles-entry__prices,
.articles-entry.articles-entry--details .articles-entry__options {
  margin-top: 1.5em;
}
.articles-entry.articles-entry--details .price__current {
  font-size: 1.5rem;
  line-height: 1;
}
.articles-entry.articles-entry--details .articles-entry__misc {
  display: flex;
}
.articles-entry.articles-entry--details .articles-entry__misc-item + .articles-entry__misc-item {
  margin-left: 0.3125rem;
}

.articles-entry--favorites {
  margin-bottom: 3em;
}
.articles-entry--favorites .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.articles-entry--favorites .articles-entry__options {
  margin-top: 0.75em;
}
.articles-entry--favorites .add-to-cart,
.articles-entry--favorites .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
@media (max-width: 374px) {
  .articles-entry--favorites .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--favorites .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 375px) and (max-width: 575px) {
  .articles-entry--favorites .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--favorites .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .articles-entry--favorites {
    display: flex;
  }
  .articles-entry--favorites .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .articles-entry--favorites .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }
}
@media (min-width: 980px) {
  .articles-entry--favorites .articles-entry__text {
    display: flex;
  }
  .articles-entry--favorites .articles-entry__data {
    flex: 1 1 auto;
  }
  .articles-entry--favorites .articles-entry__options {
    flex: 0 1 20.625rem;
    max-width: 20.625rem;
    margin-top: 0;
  }
}

.articles-entry--incentive .articles-entry__image {
  float: right;
  width: 33%;
  margin-left: 4%;
  margin-bottom: 1%;
  z-index: 2;
  max-width: 9.375rem;
}
.articles-entry--incentive .articles-entry__text {
  display: inline;
  z-index: 1;
}
.articles-entry--incentive .articles-entry__title {
  font-size: 1rem;
  line-height: 1.5;
}
.articles-entry--incentive .articles-entry__unit {
  margin-top: 0;
}
.articles-entry--incentive .articles-entry__prices {
  margin-top: 0.75em;
}
.articles-entry--incentive .articles-entry__add-to-cart {
  position: relative;
  z-index: 20;
  margin-top: 0;
}

.articles-entry--lightbox {
  padding: 1.25rem 3.75rem 1.25rem 1.25rem;
  min-width: 25rem;
  max-width: 37.5rem;
  min-height: 12rem;
  display: flex;
  justify-content: stretch;
}
.articles-entry--lightbox .articles-entry__image {
  flex: 0 0 30%;
  padding-right: 1.25rem;
}
.articles-entry--lightbox .articles-entry__text {
  flex: 1 1 auto;
  padding-right: 2rem;
}
.articles-entry--lightbox .mfp-close-wrapper {
  flex: 0 0 31rem;
}

.articles-entry--livesearch {
  display: block;
  display: flex;
  padding: 0.375em 0.6rem;
}
.articles-entry--livesearch .articles-entry__image {
  flex: 0 0 3.125rem;
  max-width: 3.125rem;
}
.articles-entry--livesearch .articles-entry__text {
  flex-grow: 1;
  padding-left: 0.625rem;
}

.page--customer-my-products .no-articles-message,
.articles-entries--my-products .no-entries {
  display: none;
}

.articles-entry--my-products {
  margin-bottom: 3em;
}
.articles-entry--my-products .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
.articles-entry--my-products .articles-entry__options {
  margin-top: 0.75em;
}
.articles-entry--my-products .add-to-cart,
.articles-entry--my-products .articles-entry__wishlist-option {
  position: relative;
  z-index: 15;
}
@media (max-width: 374px) {
  .articles-entry--my-products .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--my-products .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 375px) and (max-width: 575px) {
  .articles-entry--my-products .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--my-products .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .articles-entry--my-products {
    display: flex;
  }
  .articles-entry--my-products .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .articles-entry--my-products .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }
}
@media (min-width: 980px) {
  .articles-entry--my-products .articles-entry__text {
    display: flex;
  }
  .articles-entry--my-products .articles-entry__data {
    flex: 1 1 auto;
  }
  .articles-entry--my-products .articles-entry__options {
    flex: 0 1 20.625rem;
    max-width: 20.625rem;
    margin-top: 0;
  }
}

.articles-entries--overview {
  margin-top: 1.5em;
}

.articles-entry--overview {
  margin-bottom: 3em;
}
.articles-entry--overview .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 374px) {
  .articles-entry--overview .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--overview .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 375px) and (max-width: 575px) {
  .articles-entry--overview .articles-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--overview .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .articles-entry--overview {
    display: flex;
  }
  .articles-entry--overview .articles-entry__image {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
  .articles-entry--overview .articles-entry__text {
    flex-grow: 1;
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .articles-entry--overview .articles-entry__text {
    margin-top: 0.75em;
  }
}
@media (min-width: 980px) {
  .articles-entry--overview {
    display: flex;
  }
  .articles-entry--overview .articles-entry__wrapper {
    flex-basis: 100%;
    display: flex;
  }
  .articles-entry--overview .articles-entry__image {
    flex: 0 0 11.25rem;
    max-width: 11.25rem;
  }
  .articles-entry--overview .articles-entry__text {
    flex-grow: 1;
    padding-left: 1.25rem;
  }
}

.articles-entries--selection-order {
  margin-bottom: 2.4rem;
}

.articles-entry--selection-order .ticks label > span:before {
  top: 5px;
}
.articles-entry--selection-order .ticks label > span:after {
  top: 10px !important;
}
.articles-entry--selection-order .ticks a.lightbox-ajax {
  position: relative;
  z-index: 400;
  display: inline-block;
  vertical-align: middle;
  width: 1.875rem;
  height: 1.875rem;
}
.articles-entry--selection-order .ticks a.lightbox-ajax .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  height: 1.125rem;
  padding-bottom: 4px;
}

.articles-entries--selection {
  display: flex;
  flex-wrap: wrap;
  margin: -0.625rem -0.3125rem;
}

.articles-entry--selection {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 0.625rem 0;
  padding: 0 0.3125rem;
}
@media (min-width: 375px) {
  .articles-entry--selection {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media (min-width: 768px) {
  .articles-entry--selection {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.articles-entry--selection .articles-entry__wrapper {
  display: flex;
  flex-direction: column;
}
.articles-entry--selection .articles-entry__image {
  margin-bottom: 0.625rem;
}
.articles-entry--selection .articles-entry__text {
  text-align: center;
}
.articles-entry--selection .image-wrapper {
  border: 2px solid transparent;
  border-radius: 2px;
  position: relative;
}
.articles-entry--selection .image-wrapper:before, .articles-entry--selection .image-wrapper:after {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.articles-entry--selection .image-wrapper:before {
  content: "";
  bottom: 0.3125rem;
  right: 0.3125rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.articles-entry--selection .image-wrapper:after {
  bottom: 0.5rem;
  right: 0.5rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
.articles-entry--selection .image-wrapper:hover {
  border-color: #007CB0;
}
.articles-entry--selection .articles-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper {
  border-color: #007CB0;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:before {
  border-color: #007CB0;
}
.articles-entry--selection .articles-entry__radio:checked + .image-wrapper:after {
  content: "";
  background-color: #007CB0;
}
.articles-entry--selection .image-canvas {
  z-index: 1;
  width: auto;
  height: auto;
  top: 9px;
  right: 9px;
  bottom: 9px;
  left: 9px;
}
.articles-entry--selection .articles-entry__heading {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.articles-entry--selection .articles-entry__unit {
  margin-top: 0;
}

.no-welcome-gift {
  padding: 0 0.3125rem;
  margin: 0.625rem 0;
  position: relative;
}
.no-welcome-gift .articles-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.no-welcome-gift .articles-entry__radio + span {
  position: relative;
  padding-left: 1.25rem;
}
.no-welcome-gift .articles-entry__radio + span:before, .no-welcome-gift .articles-entry__radio + span:after {
  z-index: 2;
  position: absolute;
  border-radius: 50%;
}
.no-welcome-gift .articles-entry__radio + span:before {
  content: "";
  bottom: 0.125rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.no-welcome-gift .articles-entry__radio + span:after {
  bottom: 0.3125rem;
  left: 0.1875rem;
  width: 0.5625rem;
  height: 0.5625rem;
}
.no-welcome-gift .articles-entry__radio:hover + span:before {
  border-color: #007CB0;
}
.no-welcome-gift .articles-entry__radio:checked + span:before {
  border-color: #007CB0;
}
.no-welcome-gift .articles-entry__radio:checked + span:after {
  content: "";
  background-color: #007CB0;
}

.articles-entries--teaser {
  margin-top: 1.5em;
}

.articles-entry--teaser {
  margin-bottom: 3em;
}
.articles-entry--teaser .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .articles-entry--teaser .articles-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .articles-entry--teaser .articles-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .articles-entry--teaser .articles-entry__text {
    margin-top: 0.75em;
  }
}

.articles-entries::after {
  display: block;
  clear: both;
  content: "";
}

.articles-entry {
  position: relative;
}
.articles-entry::after {
  display: block;
  clear: both;
  content: "";
}
.articles-entry .ex_items {
  margin-top: 0;
}
.articles-entry .articles-entry__image {
  position: relative;
}
.articles-entry .articles-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.articles-entry .articles-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articles-entry .articles-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.articles-entry .articles-entry__title {
  font-style: normal;
  font-weight: 700;
}
.articles-entry .articles-entry__teaser {
  margin-top: 0.75em;
}
.articles-entry .articles-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.articles-entry .price {
  display: block;
  margin-top: 0;
}
.articles-entry .price__current {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-size: 1.125rem;
  font-weight: 700;
}
.articles-entry .price__current--discounted {
  color: #dc3545;
}
.articles-entry .price__strike {
  color: #495057;
  text-decoration: line-through;
}
.articles-entry .price__multiple {
  display: block;
  margin-top: 0.75em;
}

.articles-entry__basic-rate {
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  margin-top: 0;
  font-weight: 400;
}

.articles-entry__amount {
  width: 7rem;
}

.articles-entry__vat-shipping {
  position: relative;
  z-index: 20;
  margin-top: 0.75em;
  font-size: 1rem;
  line-height: 1.5;
}

.articles-entry__prices {
  position: relative;
  margin-top: 0;
}

.articles-entry__reserve {
  display: inline-block;
  vertical-align: middle;
}

.badge {
  max-width: 33%;
  max-height: 33%;
  pointer-events: none;
}

.discount-percent {
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.75rem;
  line-height: 2.5rem;
  font-weight: 700;
  text-align: center;
  top: 0.625rem;
  right: 0.625rem;
  z-index: 1;
  filter: drop-shadow(2px 2px 2px rgba(17, 17, 17, 0.25));
}
.articles-entry--details .discount-percent {
  position: relative;
  float: right;
  font-size: 1rem;
  line-height: 3.125rem;
  width: 3.125rem;
  height: 3.125rem;
  top: -0.75rem;
}

.badge-news {
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 3.125rem;
  height: 3.125rem;
  transform: rotateZ(-10deg);
  filter: drop-shadow(1px 1px 2px rgba(17, 17, 17, 0.25));
  background-size: contain;
}
.lang-de .badge-news {
  background-image: url("../../../../../temp/explorer/files/root/badges/new_de.png");
}
.lang-en .badge-news {
  background-image: url("../../../../../temp/explorer/files/root/badges/new_en.png");
}
@media (max-width: 979px) {
  .articles-entries--overview .badge-news {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (min-width: 768px) {
  .articles-entry--details .badge-news {
    width: 3.75rem;
    height: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .articles-entry--details .badge-news {
    width: 5rem;
    height: 5rem;
  }
}

.benefits {
  width: 100%;
  background-color: #fff;
}
.benefits__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .benefits__wrapper {
    flex-wrap: nowrap;
    gap: 5rem;
  }
}
@media (min-width: 1460px) {
  .benefits__wrapper {
    gap: 7.1875rem;
    padding-left: 5rem;
    padding-right: 3.75rem;
  }
}
.benefits__intro {
  width: 100%;
  text-align: center;
}
@media (min-width: 1200px) {
  .benefits__intro {
    max-width: 26.625rem;
    text-align: left;
  }
}
.benefits__intro-title {
  color: #007CB0;
  text-transform: uppercase;
}
.benefits__intro-text {
  margin-top: 1.875rem;
}
.benefits__intro-video {
  margin-top: 2.5rem;
  border-radius: 25px;
}
@media (min-width: 1200px) {
  .benefits__intro-video .embed-youtube {
    padding-top: 63%;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .benefits__intro-video .embed-youtube img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (min-width: 768px) {
  .benefits__list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .benefits__list {
    gap: 0 3.4375rem;
  }
}
.benefits__item {
  padding: 1.5625rem 1.5625rem 2.5rem 1.5625rem;
  border-radius: 25px;
  word-break: break-word;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: transform 0.2s;
}
.benefits__item:hover {
  transform: translateY(-18px);
  color: #fff;
  background-color: #007CB0;
}
.benefits__item:hover .benefits__item-icon--aware {
  padding: 0.625rem;
}
@media (min-width: 1200px) {
  .benefits__item {
    padding-bottom: 3rem;
  }
}
.benefits__item-icon {
  color: #AE0F0A;
}
@media (min-width: 980px) {
  .benefits__item-icon {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.benefits__item-icon .icon {
  width: 1.875rem;
  height: 1.875rem;
}
.benefits__item-icon .icon--aware {
  width: 3.75rem;
}
.benefits__item-title {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .benefits__item-title {
    margin-top: 2.25rem;
  }
}
.benefits__item-text {
  margin-top: 1.875rem;
}

.big-ticks {
  list-style: none;
  margin: 1.5em 0;
  padding: 0;
}
.big-ticks > li {
  padding: 0;
  margin: 0;
}
.big-ticks .big-ticks__item {
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #adb5bd;
  padding: 0.625rem;
  margin: 0;
  z-index: 1;
  cursor: pointer;
}
.big-ticks .big-ticks__item:before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #adb5bd;
  background-color: #fff;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:after {
  display: none;
  content: "";
  position: absolute;
  top: 0.9375rem;
  left: 0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #007CB0;
  border-radius: 50%;
}
.big-ticks .big-ticks__item:hover {
  border-color: #007CB0;
  z-index: 2;
}
.big-ticks .big-ticks__item:hover:before {
  border-color: #007CB0;
}
.big-ticks .big-ticks__panel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.big-ticks .big-ticks__image {
  float: right;
  max-width: 30%;
  padding-left: 0.625rem;
}
.big-ticks .big-ticks__image img {
  max-height: 5rem;
  width: auto;
}
.big-ticks .big-ticks__radio {
  outline: none;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item {
  border-color: #007CB0;
  background-color: #e9ecef;
  box-shadow: 0 0 1px 1px rgba(0, 124, 176, 0.5);
  z-index: 3;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__subform,
.big-ticks .big-ticks__radio:checked + .big-ticks__item .big-ticks__helptext {
  display: block;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:before {
  border-color: #007CB0;
}
.big-ticks .big-ticks__radio:checked + .big-ticks__item:after {
  display: block;
}
.big-ticks .big-ticks__heading {
  margin: 0 0 0 1.875rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.big-ticks .big-ticks__description {
  margin: 0.75em 0 0 1.875rem;
}
.big-ticks .big-ticks__subform {
  display: none;
  padding: 0.75em 0 0 1.875rem;
  max-width: 18.75rem;
}
@media (min-width: 980px) {
  .big-ticks {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
    margin: 0 -0.625rem;
  }
  .big-ticks > li {
    flex: 0 1 20rem;
    display: flex;
    align-items: stretch;
    padding: 0 0.625rem;
    margin-bottom: 1.25rem;
  }
  .big-ticks .big-ticks__item {
    flex: 0 0 100%;
    padding: 0.625rem 1.25rem;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
  }
  .big-ticks .big-ticks__panel {
    flex-direction: column;
    justify-content: stretch;
  }
  .big-ticks .big-ticks__image {
    float: none;
    max-width: none;
    padding-left: 0;
    order: 2;
    height: 6.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .big-ticks .big-ticks__image img {
    max-height: 3.75rem;
    max-width: 70%;
    width: auto;
  }
  .big-ticks .big-ticks__heading {
    margin: 0 1.25rem;
    order: 1;
    text-align: center;
  }
  .big-ticks .big-ticks__description {
    order: 3;
    margin: 0;
    text-align: center;
  }
  .big-ticks .big-ticks__subform {
    padding-left: 0;
    order: 4;
  }
}
.big-ticks .big-ticks__helptext {
  display: none;
  padding-top: 0.75em;
  text-align: center;
  color: #495057;
  order: 4;
}

.card {
  display: block;
  padding: 1.25rem;
  background-color: #e9ecef;
}

.card--small {
  padding: 0.625rem;
}

.card--white {
  background-color: #fff;
}

.career-carousel {
  margin-bottom: 0 !important;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
.career-carousel .slick-list {
  margin: 0 -0.9375rem;
}
.career-carousel .slick-list .slick-track {
  display: flex;
}
.career-carousel .slick-list .slick-track .slick-slide {
  height: inherit;
}
.career-carousel .slick-dots {
  bottom: 0 !important;
}

.jobs-item {
  margin: 0 15px;
}
.jobs-item__card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.125rem 1.625rem 1.75rem;
  background-color: #fff;
  border-radius: 25px;
  word-break: break-word;
}
.jobs-item__title {
  font-size: 1.125rem;
  line-height: 1.25rem;
  font-weight: 700;
  color: #007CB0;
}
.jobs-item__content {
  margin-top: 1.5rem;
}
@media (max-width: 979px) {
  .jobs-item__link-wrapper {
    text-align: center;
  }
}
.jobs-item__link {
  margin-top: 1.75rem;
}

.carousel {
  position: relative;
}
.carousel .carousel__canvas {
  position: relative;
  height: 0;
  padding-bottom: 50%;
}
.carousel .carousel__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  overflow: hidden;
}
.carousel ul,
.carousel li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.carousel .carousel__item {
  position: relative;
}
.carousel .carousel__item img {
  width: 100%;
  max-width: 100%;
}
.carousel img {
  max-width: none;
  transition: opacity 0.5s;
}
.carousel .carousel__caption {
  display: none;
}
@media (min-width: 576px) {
  .carousel .carousel__caption {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    color: #3c3c3b;
    max-width: 62%;
    max-height: 62%;
    overflow: hidden;
    background-color: rgba(244, 244, 244, 0.7);
    padding: 0.625rem 1.25rem;
  }
}
.carousel .carousel__caption h1, .carousel .carousel__caption h2, .carousel .carousel__caption h3, .carousel .carousel__caption h4,
.carousel .carousel__caption .h1, .carousel .carousel__caption .h2, .carousel .carousel__caption .h3, .carousel .carousel__caption .h4,
.carousel .carousel__caption p, .carousel .carousel__caption ul, .carousel .carousel__caption ol {
  margin: 0;
}
.carousel .slick-list {
  z-index: 1;
}
.carousel .slick-prev,
.carousel .slick-next {
  z-index: 2;
  width: 2rem;
  height: 2rem;
}
.carousel .slick-prev:before,
.carousel .slick-next:before {
  font-size: 2rem;
}
.carousel .slick-prev {
  left: 1.25rem;
}
.carousel .slick-next {
  right: 1.25rem;
}

.cart-amount-wrapper {
  display: flex;
  align-items: center;
}
.cart-amount-wrapper label {
  margin: 0 0.3125rem 0 0;
}

.cart-amount {
  margin-right: 0.3125rem;
  white-space: nowrap;
  display: flex;
}

.cart-amount-input,
.btn.cart-amount-minus,
.cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  position: relative;
  margin-right: -1px;
}

.cart-amount-input {
  text-align: center;
  width: 2.5rem;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  border-radius: 0;
  z-index: 1;
}
.cart-amount-input:hover {
  z-index: 3;
}

.btn.cart-amount-minus, .cart-amount-minus.button,
.btn.cart-amount-plus,
.cart-amount-plus.button {
  z-index: 2;
}
.btn.cart-amount-minus:hover, .cart-amount-minus.button:hover,
.btn.cart-amount-plus:hover,
.cart-amount-plus.button:hover {
  z-index: 3;
}

.add-to-cart {
  position: relative;
  display: flex;
}
.add-to-cart::after {
  display: block;
  clear: both;
  content: "";
}

.chapter {
  position: relative;
  margin-bottom: 96px;
  padding: 4rem 2.375rem;
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 980px) {
  .chapter--text .chapter__text {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 5.3125rem;
         column-gap: 5.3125rem;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
.chapter--text-image {
  display: grid;
  gap: 3rem;
}
@media (min-width: 980px) {
  .chapter--text-image {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .chapter--text-image {
    gap: 5.3125rem;
  }
}
.chapter--two-columns {
  display: grid;
  gap: 3rem;
}
@media (min-width: 980px) {
  .chapter--two-columns {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .chapter--two-columns {
    gap: 5.3125rem;
  }
}
.chapter--no-gap {
  gap: 0;
}
@media (min-width: 980px) {
  .chapter--no-gap {
    gap: 3rem;
  }
}
.chapter h1, .chapter .h1,
.chapter h2, .chapter .h2,
.chapter h3, .chapter .h3 {
  color: var(--ib-primary-color);
  text-transform: uppercase;
}
.chapter a:not(.btn):not(.button) {
  color: var(--ib-primary-color);
}
.chapter a:not(.btn):not(.button):visited {
  color: var(--ib-primary-color);
}
.chapter a:not(.btn):not(.button):hover {
  color: var(--ib-primary-color);
}
.chapter a:not(.btn):not(.button):active {
  color: var(--ib-primary-color);
}
.chapter__heading {
  margin-bottom: 1rem;
}
.chapter__media {
  min-width: 0;
}
.chapter__media img {
  border-radius: 25px;
}
.chapter__icon {
  position: absolute;
  top: -3.125rem;
  left: 1.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  border-radius: 100%;
  background-color: var(--ib-primary-bg-color);
  color: var(--ib-primary-color);
  font-size: 2.75rem;
}
.chapter__files {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  flex-direction: column;
  margin-top: 2.25rem;
  padding-top: 1.125rem;
  border-top: 1px solid #d2d2d2;
}
@media (min-width: 980px) {
  .chapter__files {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 5.3125rem;
  }
}
@media (min-width: 980px) {
  .chapter__file-wrapper {
    flex-grow: 1;
    flex-shrink: 0;
  }
}
.chapter__file-title {
  margin-bottom: 0.625rem;
}
.chapter__file-link {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3125rem;
}
.chapter__file-link .icon {
  width: 1.125rem;
  height: 1.125rem;
}

.chapter-gallery__wrapper {
  position: relative;
  padding: 0 2.25rem;
}
.chapter-gallery__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  color: var(--ib-primary-color);
  background-color: var(--ib-primary-bg-color);
  border-radius: 100%;
  z-index: 5;
}
.chapter-gallery__slider-btn--prev {
  left: 0;
}
.chapter-gallery__slider-btn--next {
  right: 0;
}
.chapter-gallery__slider-btn:hover, .chapter-gallery__slider-btn:focus {
  background-color: var(--ib-primary-color);
  color: var(--ib-primary-bg-color);
}

.chapters-category {
  padding: 1.25rem 1.5625rem 4rem;
  background-color: #fff;
  border-radius: 25px;
  text-wrap: balance;
}
.chapters-category:hover, .chapters-category:focus-within {
  outline: 0.75rem solid var(--ib-primary-bg-color);
  outline-offset: -0.125rem;
}
.chapters-category--small {
  padding: 1.5625rem;
}
.chapters-category--small .chapters-category__title {
  margin: 2rem 0 0 !important;
}
.chapters-category__link {
  color: #3c3c3b;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  text-decoration: none !important;
}
.chapters-category__link:visited {
  color: #3c3c3b;
}
.chapters-category__link:hover {
  color: #3c3c3b;
}
.chapters-category__link:active {
  color: #3c3c3b;
}
.chapters-category__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 82px;
  height: 82px;
  border-radius: 100%;
  color: var(--ib-primary-color);
  background-color: var(--ib-primary-bg-color);
}
.chapters-category__icon .icon {
  width: 40px;
  height: 40px;
}
.chapters-category__title {
  margin: 2.5rem 0 2.5rem !important;
  color: var(--ib-primary-color);
}

.checkout-progress {
  padding: 1.5em 0 0;
  font-family: "Helvetica Neue", sans-serif;
}
.checkout-progress .container-inner {
  border-bottom: 1px solid #007CB0;
}
.checkout-progress .container-inner::after {
  display: block;
  clear: both;
  content: "";
}
.checkout-progress ul {
  border: 1px solid #007CB0;
  border-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
  max-height: 2.5rem;
  display: flex;
  justify-content: space-between;
}
.checkout-progress ul,
.checkout-progress ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.checkout-progress ul li {
  display: inline;
}
.checkout-progress ul > li {
  text-rendering: optimizeLegibility;
  text-decoration: none;
  height: 2.5rem;
  line-height: 0.5rem;
  padding: 0 1.25rem 0 1.875rem;
  position: relative;
  color: #495057;
  background-color: #f4f4f4;
  display: block;
  flex-grow: 1;
  text-align: center;
}
.checkout-progress ul > li, .checkout-progress ul > li:before, .checkout-progress ul > li:after {
  transition: all 0.1s ease-out;
}
.checkout-progress ul > li:before, .checkout-progress ul > li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 2.25rem solid transparent;
  border-bottom: 2.25rem solid transparent;
  border-left: 0.625rem solid transparent;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  z-index: 2;
}
.checkout-progress ul > li:before {
  margin-left: 1px;
  z-index: 1;
  border-left-color: #007CB0;
}
.checkout-progress ul > li:after {
  border-left-color: #f4f4f4;
}
.checkout-progress ul > li.is-running {
  color: #fff;
  background: #007CB0;
  font-weight: bold;
}
.checkout-progress ul > li.is-running:after, .checkout-progress ul > li.is-running:before {
  border-left-color: #007CB0;
}
.checkout-progress ul > li.is-done {
  color: #007CB0;
  background: #fff;
}
.checkout-progress ul > li.is-done:after {
  border-left-color: #fff;
}
.checkout-progress ul > li.is-done:before {
  border-left-color: #007CB0;
}
.checkout-progress ul > li:first-child {
  padding-left: 1.25rem;
}
.checkout-progress ul > li:last-child {
  padding-right: 1.25rem;
}
.checkout-progress ul > li:last-child:before, .checkout-progress ul > li:last-child:after {
  border: 0;
}
@media (max-width: 767px) {
  .checkout-progress ul > li {
    padding: 0 0.3125rem 0 1.25rem;
    font-size: 0.6875rem;
    line-height: 2.375rem;
  }
  .checkout-progress ul > li span {
    display: none;
  }
  .checkout-progress ul > li:first-child {
    padding-left: 0.625rem;
  }
  .checkout-progress ul > li:last-child {
    padding-right: 0.625rem;
  }
}
@media (min-width: 375px) {
  .checkout-progress ul > li {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .checkout-progress ul > li span {
    display: inline;
  }
}
@media (min-width: 768px) {
  .checkout-progress ul > li {
    font-size: 1.125rem;
    line-height: 2.375rem;
  }
}

.contact-person-hero {
  padding-top: 2rem;
  padding-bottom: 4.375rem;
  background-color: var(--ib-primary-color);
}
@media (min-width: 1200px) {
  .contact-person-hero__wrapper {
    display: flex;
    gap: 4.75rem;
    justify-content: space-between;
  }
}
.contact-person-hero__intro {
  color: #fff;
  text-align: center;
}
.contact-person-hero__intro h2, .contact-person-hero__intro .h2,
.contact-person-hero__intro h3, .contact-person-hero__intro .h3 {
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .contact-person-hero__intro {
    width: 100%;
    max-width: 24.5rem;
    flex-shrink: 0;
    text-align: left;
  }
}
.contact-person-hero__content-wrapper {
  margin-top: 2.25rem;
}
@media (min-width: 1200px) {
  .contact-person-hero__content-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 51.5625rem;
    margin-top: 4.25rem;
    padding: 2.8125rem 2.5rem 2.8125rem 3.375rem;
    background-color: #fff;
    border-radius: 25px;
  }
}
.contact-person-hero__image {
  position: relative;
  margin-bottom: -2.25rem;
  z-index: 5;
}
@media (min-width: 576px) {
  .contact-person-hero__image {
    margin-bottom: -3.375rem;
  }
}
@media (min-width: 1200px) {
  .contact-person-hero__image {
    order: 2;
    min-width: 17.75rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1310px) {
  .contact-person-hero__image {
    flex-shrink: 0;
  }
}
.contact-person-hero__image img {
  width: 100%;
  max-width: 17.75rem;
  border-radius: 25px;
}
@media (min-width: 576px) {
  .contact-person-hero__image img {
    max-width: 20rem;
  }
}
@media (min-width: 1200px) {
  .contact-person-hero__image img {
    max-width: 22.3125rem;
  }
}
.contact-person-hero__image-canvas {
  text-align: center;
}
.contact-person-hero__content {
  word-break: break-word;
}
@media (max-width: 1199px) {
  .contact-person-hero__content {
    padding: 3rem 1.625rem;
    background-color: #fff;
    border-radius: 25px;
  }
}
.contact-person-hero__icon {
  font-size: 1.75rem;
  color: #AE0F0A;
}
.contact-person-hero__title {
  margin-top: 1rem !important;
}
.contact-person-hero__title + .contact-person-hero__department {
  margin-top: 1.5rem;
}
.contact-person-hero__title + .contact-person-hero__telephone,
.contact-person-hero__title + .contact-person-hero__email {
  margin-top: 1.875rem;
}
.contact-person-hero__department + .contact-person-hero__telephone,
.contact-person-hero__department + .contact-person-hero__email {
  margin-top: 1.625rem;
}
.contact-person-hero--image .contact-person-hero__content {
  padding-top: 4.5rem;
  padding-bottom: 3.75rem;
}
@media (min-width: 1200px) {
  .contact-person-hero--image .contact-person-hero__content {
    padding: 0;
  }
}

.contact-persons-categories__departments {
  margin-bottom: 1.5rem !important;
}
.contact-persons-categories__departments-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.contact-persons-categories__department {
  flex-shrink: 0;
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.4375rem;
  color: #3c3c3b !important;
  text-decoration: none !important;
}
.contact-persons-categories__department:hover, .contact-persons-categories__department:focus, .contact-persons-categories__department.active {
  color: #AE0F0A !important;
}
.contact-persons-categories__department:not(:last-child) {
  margin-right: 2rem;
}
.contact-persons-categories__department:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  display: block;
  width: 0.125rem;
  height: 1.4375rem;
  background-color: #3c3c3b;
}

.contact-persons__intro {
  padding: 2.25rem 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
.contact-persons__bg {
  padding: 4rem 0;
  background-color: #007CB0;
}
@media (min-width: 980px) {
  .contact-persons__bg {
    padding: 1.5rem 0;
  }
}
.contact-persons__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(17.5rem, 1fr));
  gap: 3rem 2.25rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 1439px) {
  .contact-persons__grid {
    align-items: end;
  }
}
@media (min-width: 576px) {
  .contact-persons__grid {
    grid-template-columns: repeat(auto-fill, minmax(30rem, 1fr));
  }
}
@media (min-width: 1200px) {
  .contact-persons__grid {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.contact-persons__form {
  margin-top: 24px;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
.contact-persons__card {
  min-width: 0;
}
@media (min-width: 1440px) {
  .contact-persons__card {
    background-color: #fff;
    border-radius: 25px;
  }
}
@media (min-width: 1440px) {
  .contact-persons__card--image {
    display: flex;
    gap: 4.75rem;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
  }
}
.contact-persons__card--image .contact-persons__content {
  padding-top: 4.5rem;
}
@media (min-width: 1440px) {
  .contact-persons__card--image .contact-persons__content {
    padding: 0;
  }
}
.contact-persons__image {
  position: relative;
  margin-bottom: -2.25rem;
  z-index: 5;
}
@media (min-width: 576px) {
  .contact-persons__image {
    margin-bottom: -3.375rem;
  }
}
@media (min-width: 1310px) {
  .contact-persons__image {
    flex-shrink: 0;
  }
}
@media (min-width: 1440px) {
  .contact-persons__image {
    order: 2;
    min-width: 17.75rem;
    margin-bottom: 0;
  }
}
.contact-persons__image img {
  width: 100%;
  max-width: 17.75rem;
  border-radius: 25px;
}
.contact-persons__image-canvas {
  text-align: center;
}
.contact-persons__content {
  padding: 24px;
  background-color: #fff;
  border-radius: 25px;
}
.contact-persons__icon {
  font-size: 1.75rem;
  color: #AE0F0A;
}
.contact-persons__title {
  margin-top: 0.75rem !important;
}
.contact-persons__title + .contact-persons__department,
.contact-persons__title + .contact-persons__description {
  margin-top: 1rem;
}
.contact-persons__title + .contact-persons__region,
.contact-persons__title + .contact-persons__telephone,
.contact-persons__title + .contact-persons__email {
  margin-top: 1.5rem;
}
.contact-persons__department + .contact-persons__description {
  margin-top: 0.5rem;
}
.contact-persons__department + .contact-persons__region,
.contact-persons__department + .contact-persons__telephone,
.contact-persons__department + .contact-persons__email {
  margin-top: 1rem;
}
.contact-persons__description + .contact-persons__region,
.contact-persons__description + .contact-persons__telephone,
.contact-persons__description + .contact-persons__email {
  margin-top: 1rem;
}
.contact-persons__countries {
  margin-top: 0.5rem;
}
.contact-persons__countries + .contact-persons__region,
.contact-persons__countries + .contact-persons__telephone,
.contact-persons__countries + .contact-persons__email {
  margin-top: 1rem;
}
.contact-persons__region {
  margin-top: 0.5rem;
}
.contact-persons__region + .contact-persons__telephone,
.contact-persons__region + .contact-persons__email {
  margin-top: 1rem;
}

.datepicker-wrapper {
  width: 10rem;
}

.timepicker-wrapper {
  width: 10rem;
}

.datepicker-root {
  position: relative;
  z-index: 90;
}

.picker {
  color: #3c3c3b;
}

.picker__frame {
  max-width: 25rem;
}

.picker__box {
  font-size: 1em;
}

.picker__footer {
  padding-bottom: 1em;
}

.picker--opened .picker__holder {
  background-color: rgba(17, 17, 17, 0.6);
}

.picker__day--today:before {
  border-top-color: #AE0F0A;
}

.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background-color: #e9ecef;
}

.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background-color: #007CB0;
}

.picker__nav--next:before {
  border-left-color: #007CB0;
}

.picker__nav--prev:before {
  border-right-color: #007CB0;
}

.picker__button--clear,
.picker__button--close,
.picker__button--today {
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 2px solid;
  border-radius: 60px;
  background-image: none;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  padding: 0.625rem 1.125rem;
  width: auto;
  height: auto;
  width: 31%;
  margin-right: 3%;
}
.picker__button--clear:disabled, .picker__button--clear.disabled,
.picker__button--close:disabled,
.picker__button--close.disabled,
.picker__button--today:disabled,
.picker__button--today.disabled {
  opacity: 0.5;
  cursor: default;
}
.picker__button--clear, .picker__button--clear:hover,
.picker__button--close,
.picker__button--close:hover,
.picker__button--today,
.picker__button--today:hover {
  text-decoration: none;
}
.picker__button--clear:active, .picker__button--clear.is-open,
.picker__button--close:active,
.picker__button--close.is-open,
.picker__button--today:active,
.picker__button--today.is-open {
  background-image: none;
  text-decoration: none;
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #3c3c3b;
}
.picker__button--clear > *,
.picker__button--close > *,
.picker__button--today > * {
  vertical-align: inherit;
}
.picker__button--clear .icon,
.picker__button--close .icon,
.picker__button--today .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.picker__button--clear .icon + .btn__text,
.picker__button--close .icon + .btn__text,
.picker__button--today .icon + .btn__text {
  margin-left: 0.5em;
}
.picker__button--clear .btn__text + .icon,
.picker__button--close .btn__text + .icon,
.picker__button--today .btn__text + .icon {
  margin-left: 0.25em;
}
.picker__button--clear, .picker__button--clear:visited,
.picker__button--close,
.picker__button--close:visited,
.picker__button--today,
.picker__button--today:visited {
  color: #3c3c3b;
  background-color: #fff;
  border-color: #fff;
}
.picker__button--clear:not(:disabled):not(.disabled):hover,
.picker__button--close:not(:disabled):not(.disabled):hover,
.picker__button--today:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}
.picker__button--clear:not(:disabled):not(.disabled):active, .picker__button--clear:not(:disabled):not(.disabled).is-open,
.picker__button--close:not(:disabled):not(.disabled):active,
.picker__button--close:not(:disabled):not(.disabled).is-open,
.picker__button--today:not(:disabled):not(.disabled):active,
.picker__button--today:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}
.picker__button--clear:last-child,
.picker__button--close:last-child,
.picker__button--today:last-child {
  margin-right: 0;
}

.picker__button--today:before {
  border-top-color: #AE0F0A;
}

.picker__button--clear:before {
  border-top-color: #dc3545;
}

.picker__day {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 400;
}

.picker__day--outfocus {
  color: rgba(73, 80, 87, 0.6);
}

.picker__weekday {
  text-align: center;
  font-size: 1.6rem;
  color: #495057;
  font-family: "Helvetica Neue", sans-serif;
}

.picker__month,
.picker__year {
  font-size: 2.2rem;
  font-style: normal;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.picker__year {
  color: #495057;
}

.picker--time .picker__frame {
  min-width: 20rem;
}
.picker--time .picker__box {
  border: 0;
  padding: 0.625rem;
  background: #c6c6c6;
}
.picker--time .picker__list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.picker--time .picker__list li:last-child {
  width: 100%;
}
.picker--time .picker__list-item {
  margin-top: 0;
  border-right: 1px solid;
  border-color: #c6c6c6;
  flex-basis: 25%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.picker--time .picker__list-item:nth-child(4n-3) {
  border-left: 1px solid #c6c6c6;
}
.picker--time .picker__list-item:hover {
  background-color: #e9ecef;
}
.picker--time .picker__list-item--selected,
.picker--time .picker__list-item--selected:hover,
.picker--time .picker__list-item--highlighted {
  background-color: #007CB0;
  border-color: #007CB0;
  color: #fff;
}
.picker--time .picker__list-item--selected:nth-child(4n-3),
.picker--time .picker__list-item--selected:hover:nth-child(4n-3),
.picker--time .picker__list-item--highlighted:nth-child(4n-3) {
  border-left: 1px solid #007CB0;
}
.picker--time .picker__button--clear {
  font-size: 0.875rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border: 2px solid;
  border-radius: 60px;
  background-image: none;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1.5rem;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1.125rem;
  padding: 0.625rem 1.125rem;
  width: auto;
  height: auto;
  width: 100%;
  margin: 0;
}
.picker--time .picker__button--clear:disabled, .picker--time .picker__button--clear.disabled {
  opacity: 0.5;
  cursor: default;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:hover {
  text-decoration: none;
}
.picker--time .picker__button--clear:active, .picker--time .picker__button--clear.is-open {
  background-image: none;
  text-decoration: none;
}
.picker--time .picker__button--clear:focus {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #3c3c3b;
}
.picker--time .picker__button--clear > * {
  vertical-align: inherit;
}
.picker--time .picker__button--clear .icon {
  width: 1.5em;
  height: 1.5em;
  padding: 0.25em;
  margin: 0 -0.25em;
}
.picker--time .picker__button--clear .icon + .btn__text {
  margin-left: 0.5em;
}
.picker--time .picker__button--clear .btn__text + .icon {
  margin-left: 0.25em;
}
.picker--time .picker__button--clear, .picker--time .picker__button--clear:visited {
  color: #3c3c3b;
  background-color: #fff;
  border-color: #fff;
}
.picker--time .picker__button--clear:not(:disabled):not(.disabled):hover {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}
.picker--time .picker__button--clear:not(:disabled):not(.disabled):active, .picker--time .picker__button--clear:not(:disabled):not(.disabled).is-open {
  color: #fff;
  background-color: #AE0F0A;
  border-color: #AE0F0A;
}
.picker--time .picker__button--clear:before,
.picker--time .picker__button--clear:hover:before {
  border-top-color: #dc3545;
}

.downloads {
  list-style: none;
  padding: 0;
}
.downloads li {
  padding-left: 0;
  margin: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.dropdown > ul,
.dropdown > .dropdown__content,
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  display: none;
  position: absolute;
  left: 0;
  min-width: 10rem;
  margin: 0;
  padding: 1rem;
  z-index: 50;
  background-color: #f4f4f4;
  border: 1px solid rgba(17, 17, 17, 0.15);
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.15);
  top: 100%;
  bottom: auto;
}
.dropdown > ul,
.dropdown .dropdown__sublist > ul {
  list-style: none;
  padding: 0;
}
.dropdown > ul li,
.dropdown .dropdown__sublist > ul li {
  margin-top: 0;
}
.dropdown > ul li a,
.dropdown .dropdown__sublist > ul li a {
  display: block;
  padding: 0.5rem 1rem;
  clear: both;
  color: #212529;
  white-space: nowrap;
}
.dropdown > ul li a:hover,
.dropdown .dropdown__sublist > ul li a:hover {
  color: #3c3c3b;
  background-color: rgba(0, 124, 176, 0.1);
}
.dropdown > ul li.is-active > a,
.dropdown .dropdown__sublist > ul li.is-active > a {
  color: #007CB0;
  background-color: #f4f4f4;
}
.dropdown .dropdown__divider,
.dropdown .dropdown__sublist .dropdown__divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #adb5bd;
}
.dropdown .dropdown__caret,
.dropdown .dropdown__sublist .dropdown__caret {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.125rem;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #212529;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.js-dropdown--initialized > .dropdown__toggle:after,
.dropdown .dropdown__sublist.js-dropdown--initialized > .dropdown__toggle:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.125rem;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #212529;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--left > ul,
.dropdown.dropdown--left > .dropdown__content, .dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content, .dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  margin-top: 1.2rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before, .dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before, .dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.75rem solid transparent;
  border-bottom: 0.75rem solid rgba(17, 17, 17, 0.15);
  border-top: 0;
  height: 0;
  width: 0;
  top: -0.75rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after, .dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after, .dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.6875rem solid transparent;
  border-bottom: 0.6875rem solid #f4f4f4;
  border-top: 0;
  height: 0;
  width: 0;
  top: -0.6875rem;
}
.dropdown.dropdown--left > ul:before,
.dropdown.dropdown--left > .dropdown__content:before {
  left: 0.5625rem;
}
.dropdown.dropdown--left > ul:after,
.dropdown.dropdown--left > .dropdown__content:after {
  left: 0.625rem;
}
.dropdown.dropdown--right > ul,
.dropdown.dropdown--right > .dropdown__content {
  left: auto;
  right: 0;
}
.dropdown.dropdown--right > ul:before,
.dropdown.dropdown--right > .dropdown__content:before {
  right: 0.5625rem;
}
.dropdown.dropdown--right > ul:after,
.dropdown.dropdown--right > .dropdown__content:after {
  right: 0.625rem;
}
.dropdown.dropdown--center > ul,
.dropdown.dropdown--center > .dropdown__content {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:before,
.dropdown.dropdown--center > .dropdown__content:before {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown.dropdown--center > ul:after,
.dropdown.dropdown--center > .dropdown__content:after {
  left: 50%;
  transform: translate(-50%, 0);
}
.dropdown .dropdown__sublist {
  position: relative;
}
.dropdown .dropdown__sublist > ul,
.dropdown .dropdown__sublist > .dropdown__content {
  top: 0;
  left: 100%;
  margin-top: -1px;
}
.dropdown .dropdown__sublist .dropdown__toggle {
  padding-right: 2.5rem;
}
.dropdown .dropdown__sublist .keytoggle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1.875rem;
}
.dropdown .dropdown__sublist .keytoggle .dropdown__caret {
  border: 0.3125rem solid transparent;
  border-left: 0.3125rem solid #212529;
  border-right: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards > ul,
.dropdown.dropdown--upwards > .dropdown__content {
  top: auto;
  bottom: 100%;
}
.dropdown.dropdown--upwards .dropdown__caret {
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #212529;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.js-dropdown--initialized > .dropdown__toggle:after {
  border: 0.3125rem solid transparent;
  border-bottom: 0.3125rem solid #212529;
  border-top: 0;
  height: 0;
  width: 0;
}
.dropdown.dropdown--upwards.dropdown--left > ul,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content, .dropdown.dropdown--upwards.dropdown--right > ul,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content, .dropdown.dropdown--upwards.dropdown--center > ul,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:before,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--right > ul:before,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:before, .dropdown.dropdown--upwards.dropdown--center > ul:before,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:before {
  content: "";
  display: block;
  position: absolute;
  border: 0.75rem solid transparent;
  border-top: 0.75rem solid rgba(17, 17, 17, 0.15);
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -0.75rem;
}
.dropdown.dropdown--upwards.dropdown--left > ul:after,
.dropdown.dropdown--upwards.dropdown--left > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--right > ul:after,
.dropdown.dropdown--upwards.dropdown--right > .dropdown__content:after, .dropdown.dropdown--upwards.dropdown--center > ul:after,
.dropdown.dropdown--upwards.dropdown--center > .dropdown__content:after {
  content: "";
  display: block;
  position: absolute;
  border: 0.6875rem solid transparent;
  border-top: 0.6875rem solid #f4f4f4;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: auto;
  bottom: -0.6875rem;
}

.fairs-carousel {
  overflow: hidden;
}
.fairs-carousel .slick-list {
  margin: 0 -1.75rem;
}
.fairs-carousel .slick-list .slick-track {
  display: flex;
}
.fairs-carousel .slick-list .slick-track .slick-slide {
  height: inherit;
}
.fairs-carousel__wrapper {
  position: relative;
  margin-top: 3rem;
  padding: 0 1.625rem;
}
@media (min-width: 1200px) {
  .fairs-carousel__wrapper {
    padding: 0 7.5rem;
  }
}
.fairs-carousel__slider-btn {
  position: absolute;
  bottom: -8.6875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background-color: #AE0F0A;
  border-radius: 100%;
}
@media (min-width: 1200px) {
  .fairs-carousel__slider-btn {
    top: 50%;
    transform: translateY(-50%);
  }
}
.fairs-carousel__slider-btn--prev {
  left: 2.5rem;
}
@media (min-width: 1200px) {
  .fairs-carousel__slider-btn--prev {
    left: 0;
  }
}
.fairs-carousel__slider-btn--next {
  right: 2.5rem;
}
@media (min-width: 1200px) {
  .fairs-carousel__slider-btn--next {
    right: 0;
  }
}

.fairs-item {
  --ib-outline-color: rgba(0,0,0,0);
  margin: 0 1.75rem;
}
.fairs-item:hover .fairs-item__card, .fairs-item:focus-within .fairs-item__card {
  border-color: #c6c6c6;
}
.fairs-item__card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.0625rem 1.375rem 2.75rem;
  background-color: #fff;
  border: 10px solid #fff;
  border-radius: 25px;
  text-align: center;
  word-break: break-word;
}
.fairs-item__image {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 18.75rem;
  height: 10.625rem;
  margin: 0 auto;
}
.fairs-item__date {
  margin-top: 1.3125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  color: #007CB0;
  text-transform: uppercase;
}
.fairs-item__content {
  margin-top: 1rem;
}
.fairs-item__link {
  --ib-outline-color: rgba(0,0,0,0);
  display: block;
}
.fairs-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .flex-tab-nav > ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-top: 1px solid #007CB0;
  }
  .flex-tab-nav > ul li {
    margin: 0;
    flex: 0 0 50%;
    border: 1px solid #007CB0;
    border-top: 0;
  }
  .flex-tab-nav > ul .logout a {
    color: #495057;
  }
  .flex-tab-nav > ul a {
    display: block;
    padding: 0.625rem 1.1875rem;
    color: #007CB0;
  }
  .flex-tab-nav > ul a:hover {
    background-color: rgba(0, 124, 176, 0.1);
  }
  .flex-tab-nav > ul li:nth-child(2n-1) + li {
    border-left: 0;
  }
  .flex-tab-nav > ul li:nth-child(2n-1) + li a {
    padding-left: 1.25rem;
  }
  .flex-tab-nav > ul li.is-active a {
    background-color: #007CB0;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .flex-tab-nav > ul {
    border-bottom: 1px solid #adb5bd;
    display: flex;
  }
  .flex-tab-nav > ul,
.flex-tab-nav > ul li {
    list-style: none;
    background-image: none;
    padding: 0;
    margin: 0;
  }
  .flex-tab-nav > ul li {
    display: inline;
  }
  .flex-tab-nav > ul::after {
    display: block;
    clear: both;
    content: "";
  }
  .flex-tab-nav > ul li {
    display: flex;
  }
  .flex-tab-nav > ul a {
    flex-basis: 100%;
    display: block;
    position: relative;
    z-index: 10;
    padding: 0.625rem 1.25rem;
    margin-bottom: -1px;
    margin-right: 0.125rem;
    cursor: pointer;
    text-decoration: none;
    color: #007CB0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #adb5bd;
    transition: all 0.2s ease-out;
    border-radius: 0 0 0 0;
  }
  .flex-tab-nav > ul a:hover, .flex-tab-nav > ul a:focus {
    z-index: 20;
    color: #004664;
    border-bottom: 1px solid #adb5bd;
    text-decoration: underline;
  }
  .flex-tab-nav > ul a[aria-selected], .flex-tab-nav > ul a.is-active {
    z-index: 30;
    color: #3c3c3b;
    background-color: #fff;
    border-color: #adb5bd;
    border-bottom: 1px solid #fff;
  }
  .flex-tab-nav > ul li.logout {
    display: none;
  }
}

.form-section {
  padding: 0.625rem 0;
}
@media (min-width: 768px) {
  .form-section .formrow {
    margin-right: 14.375rem;
  }
}
@media (min-width: 980px) {
  .form-section .formrow {
    padding-left: 10rem;
  }
}
.form-section .formrow > .label {
  width: 10rem;
}

.form-section__heading {
  margin: 0 0 1.25rem 0;
}

.form-section__aid {
  margin-bottom: 1.25rem;
  flex: 0 0 100%;
}

.form-section__content {
  flex: 0 0 100%;
}

@media (min-width: 980px) {
  .form-section__body {
    display: flex;
  }

  .form-section__aid {
    flex: 0 0 12.5rem;
    padding-right: 1.25rem;
  }

  .form-section__content {
    flex: 1 1 auto;
  }
  .form-section__content .formrow--first {
    margin-top: -0.875rem;
  }
}
.gallery-teaser-large {
  padding-top: 2.25rem;
  background-color: #007CB0;
  overflow: hidden;
}
@media (min-width: 980px) {
  .gallery-teaser-large {
    padding-top: 5rem;
  }
}
@media (max-width: 979px) {
  .gallery-teaser-large .slick-list {
    overflow: unset;
  }
}
.gallery-teaser-large .gallery-carousel__slider-btn {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  color: var(--ib-primary-bg-color);
  background-color: #AE0F0A;
  border-radius: 100%;
  z-index: 5;
}
@media (min-width: 980px) {
  .gallery-teaser-large .gallery-carousel__slider-btn {
    bottom: unset;
    top: 50%;
    transform: translateY(-50%);
  }
}
.gallery-teaser-large .gallery-carousel__slider-btn--prev {
  left: 2.5rem;
}
.gallery-teaser-large .gallery-carousel__slider-btn--next {
  right: 2.5rem;
}
@media (min-width: 980px) {
  .gallery-teaser-large .gallery-carousel__slider-btn--prev {
    left: -6.5625rem;
  }
  .gallery-teaser-large .gallery-carousel__slider-btn--next {
    right: -6.5625rem;
  }
}

.gallery-teaser-carousel.slick-dotted {
  margin-bottom: 3.375rem !important;
}
.gallery-teaser-carousel.slick-dotted .slick-dots {
  bottom: -3.375rem;
}

.gallery-teaser-images {
  position: relative;
  margin-bottom: 4.5rem;
  padding-bottom: 6.875rem;
}
@media (min-width: 980px) {
  .gallery-teaser-images {
    margin-bottom: 7.5rem;
    padding-bottom: 0;
  }
}

.gallery-teaser-item {
  margin-right: 1.5rem;
}
@media (min-width: 980px) {
  .gallery-teaser-item {
    margin-right: 2.25rem;
  }
}
.gallery-teaser-item__image {
  width: 16.875rem;
  height: 16.875rem;
  border: 1.0625rem solid #fff;
  border-radius: 25px;
  overflow: hidden;
}
.gallery-teaser-item__image-canvas {
  position: relative;
  aspect-ratio: 1;
  background-color: #fff;
}
.gallery-teaser-item__image-canvas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-teaser__title {
  margin-bottom: 2rem;
}
@media (min-width: 980px) {
  .gallery-teaser__title {
    padding-left: 2.375rem;
  }
}
@media (min-width: 980px) {
  .gallery-teaser__wrapper {
    padding: 0 6.5625rem;
  }
}

.gallery-teaser-video {
  margin-bottom: 5.875rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14.375rem, 1fr));
  gap: 2.875rem 2.625rem;
}
@media (min-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(auto-fill, minmax(19.875rem, 1fr));
  }
}
.gallery figure {
  margin: 0;
}

.gallery-item__image {
  border-radius: 25px;
  overflow: hidden;
  border: 5px solid #fff;
}
.gallery-item__caption {
  margin-top: 1rem;
}

@media (max-width: 1199px) {
  .hero .container {
    padding: 0;
  }
}
.hero .carousel__wrapper img {
  border-radius: 25px;
}

.hero-carousel__wrapper {
  position: relative;
}
.hero-carousel__wrapper img {
  width: 100%;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-carousel__caption-container {
  position: relative;
  border-radius: 25px;
  margin-top: -7.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .hero-carousel__caption-container {
    max-width: 43.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
}
@media (min-width: 980px) {
  .hero-carousel__caption-container {
    max-width: 38.375rem;
    margin-top: -15.625rem;
    margin-right: 0;
    border-top-right-radius: 0;
    background-color: var(--ib-primary-bg-color);
  }
}
.hero-carousel__caption-square {
  background-color: #007CB0;
  border-radius: 25px;
  padding: 1.5rem;
  position: relative;
  word-break: break-word;
}
html.theme--aware .hero-carousel__caption-square {
  background-color: var(--ib-primary-color);
}
.hero-carousel__caption-square-text {
  color: #fff;
  margin-bottom: 1.5rem;
}
.hero-carousel__caption-square-text h1, .hero-carousel__caption-square-text .h1,
.hero-carousel__caption-square-text h2, .hero-carousel__caption-square-text .h2 {
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .hero-carousel__caption-square-text h1 + p, .hero-carousel__caption-square-text .h1 + p,
.hero-carousel__caption-square-text h2 + p, .hero-carousel__caption-square-text .h2 + p {
    margin-top: 2.5rem;
  }
}
.hero-carousel__caption-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 980px) {
  .hero-carousel__caption-buttons {
    justify-content: left;
    gap: 3rem;
    margin-bottom: 1.5rem;
  }
}
.hero-carousel__caption-link {
  --ib-outline-color: #fff;
  display: block;
  text-decoration: none !important;
  padding-bottom: 0.1875rem;
  border-bottom: 2px solid #fff;
  font-weight: 700;
  color: #fff !important;
}

.infinite-container {
  margin-bottom: 1.25rem;
  position: relative;
}
.infinite-container.infinite-loading {
  padding-bottom: 3.125rem;
}
.infinite-container.infinite-loading:after {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.25rem solid rgba(17, 17, 17, 0.1);
  border-top-color: #007CB0;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
  top: auto;
  bottom: 0;
  left: calc(50% - 1.25rem);
}
.infinite-container.infinite-loading ~ .infinite-more-link {
  display: none;
}

.infinite-more-link {
  opacity: 0;
}

.site-language-suggest {
  font-size: 1rem;
  line-height: 1.5;
  background-color: #3c3c3b;
  margin-top: -0.75em;
  margin-bottom: 0.75em;
}
.site-language-suggest__content {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
@media (min-width: 980px) {
  .site-language-suggest__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 979px) {
  .site-language-suggest__notice {
    width: 100%;
  }
}
@media (max-width: 979px) {
  .site-language-suggest__select {
    margin-top: 0.75em;
  }
}

.mfp-iframe-holder {
  padding: 0;
}
.mfp-iframe-holder iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.mfp-bg {
  background-color: rgba(0, 0, 0, 0.6);
}

.mfp-lightbox-ajax .mfp-content,
.mfp-lightbox-iframe .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto;
}

.mfp-ajax-holder .mfp-content {
  background-color: #fff;
}

.mfp-figure:after {
  background-color: #fff;
}

.mfp-preloader.mfp-preloader {
  margin: 0 auto;
}
.mfp-preloader.mfp-preloader:after {
  content: "";
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border: 5px solid rgba(255, 255, 255, 0.1);
  border-top-color: #007CB0;
  display: block;
  border-radius: 50%;
  animation: infinite-rotation 1s linear infinite;
}
.mfp-s-error .mfp-preloader.mfp-preloader:after {
  display: none;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim,
.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.95);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-fade-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-fade-in .mfp-with-anim,
.mfp-fade-in .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.mfp-fade-in.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease-out;
}
.mfp-fade-in.mfp-ready .mfp-with-anim,
.mfp-fade-in.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade-in.mfp-ready.mfp-bg {
  opacity: 0.9;
}
.mfp-fade-in.mfp-removing .mfp-with-anim,
.mfp-fade-in.mfp-removing .mfp-content {
  opacity: 0;
}
.mfp-fade-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ibase.mfp-bg {
  background-image: linear-gradient(to bottom, #334251 0%, #65809D 50%, #334251 100%);
}

.mfp-ibase .mfp-content {
  box-shadow: 0 4px 80px 6px rgba(0, 0, 0, 0.85);
}

.map {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  min-height: 18.75rem;
}
.map .marker p {
  margin-top: 0;
}

@media (max-width: 979px) {
  .tabs--responsive .accordion__toggle:hover, .tabs--responsive .accordion__toggle:focus {
    color: #3c3c3b;
  }
  .tabs--responsive .accordion__content {
    padding: 0;
  }
  .tabs--responsive .nav-sticky__nav {
    display: none;
  }
}
@media (min-width: 980px) {
  .tabs--responsive .nav-sticky__nav {
    position: sticky;
    z-index: 100;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--ib-primary-bg-color);
  }
  .tabs--responsive .nav-sticky__nav .tabs__list {
    border-bottom: none;
    justify-content: center;
    padding: 1rem;
  }
  .tabs--responsive .nav-sticky__nav .tabs__list a {
    margin: 0;
    padding: 0 1.25rem;
    border: 0;
    color: #111;
    font-size: 1.3125rem;
    font-weight: 700;
    line-height: 1.4375rem;
  }
  .tabs--responsive .nav-sticky__nav .tabs__list a:hover, .tabs--responsive .nav-sticky__nav .tabs__list a:focus {
    color: #AE0F0A;
    background-color: var(--ib-primary-bg-color);
    border-bottom: 0;
    text-decoration: none;
  }
  .tabs--responsive .nav-sticky__nav .tabs__list a[aria-selected], .tabs--responsive .nav-sticky__nav .tabs__list a.is-active {
    z-index: 30;
    color: #AE0F0A;
    background-color: var(--ib-primary-bg-color);
    border-bottom: none;
    border-color: #111;
  }
  .tabs--responsive .nav-sticky__nav .tabs__list li + li a {
    border-left: 2px solid #3c3c3b;
  }
}

.has-scrolled-up .tabs--responsive .nav-sticky__nav {
  top: 7.5rem;
}

.ibase-ope-toolbar + .site-wrapper .nav-sticky__nav {
  top: 2.5rem;
}
.ibase-ope-toolbar + .site-wrapper .has-scrolled-up .nav-sticky__nav {
  top: 10rem;
}

.news__intro {
  padding: 2.25rem 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
.news__wrapper {
  margin-top: 4rem;
}
@media (min-width: 1200px) {
  .news__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 7.5rem;
  }
}
.news__categories {
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 1200px) {
  .news__categories {
    position: sticky;
    top: 8.5rem;
    width: 18.75rem;
    flex-shrink: 0;
    order: 2;
    margin-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .news__categories-title {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .news__categories-title {
    border-bottom: 2px solid #007CB0;
  }
}

.news-categories {
  margin-top: 0.5rem !important;
}
.news-categories ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
}
@media (min-width: 1200px) {
  .news-categories ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    margin-top: 1rem;
  }
}
.news-categories__item {
  position: relative;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4375rem;
}
@media (min-width: 768px) {
  .news-categories__item {
    font-size: 1.3125rem;
  }
}
.news-categories__item:not(:last-child) {
  margin-right: 1.375rem;
}
@media (min-width: 1200px) {
  .news-categories__item:not(:last-child) {
    margin-right: 0;
  }
}
.news-categories__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  display: block;
  width: 0.125rem;
  height: 1.4375rem;
  background-color: #3c3c3b;
}
@media (min-width: 1200px) {
  .news-categories__item:not(:last-child)::after {
    display: none;
  }
}
.news-categories__item a {
  color: #3c3c3b;
  text-decoration: none !important;
}
.news-categories__item a:visited {
  color: #3c3c3b;
}
.news-categories__item a:hover {
  color: #3c3c3b;
}
.news-categories__item a:active {
  color: #3c3c3b;
}
.news-categories__item.active a {
  color: #AE0F0A !important;
}

.news-entry {
  position: relative;
  margin-bottom: 3rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 720px) {
  .news-entry {
    display: flex;
    gap: 2.25rem;
  }
}
.news-entry:hover, .news-entry:focus-within {
  outline: 2px solid #007CB0;
}
@media (min-width: 720px) {
  .news-entry__media {
    width: 42%;
    flex-shrink: 0;
  }
}
.news-entry__media img {
  border-radius: 25px;
}
@media (max-width: 1199px) {
  .news-entry__content {
    margin-top: 1.25rem;
  }
}
.news-entry__link {
  margin-top: 1rem;
}
.news-entry__link a {
  --ib-outline-color: transparent;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 2px solid #007CB0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}
.news-entry__link a::before {
  content: "";
  position: absolute;
  inset: 0;
}

.news-carousel {
  overflow: hidden;
}
.news-carousel .slick-list {
  margin: 0 -1.75rem;
}
.news-carousel .slick-list .slick-track {
  display: flex;
}
.news-carousel .slick-list .slick-track .slick-slide {
  height: inherit;
}
.news-carousel__wrapper {
  position: relative;
  margin-top: 0;
}
@media (min-width: 1200px) {
  .news-carousel__wrapper {
    padding: 0 7.5rem;
  }
}
.news-carousel__slider-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background-color: #AE0F0A;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .news-carousel__slider-btn {
    bottom: -9.5rem;
  }
}
@media (min-width: 1200px) {
  .news-carousel__slider-btn {
    top: calc( 50% + 60px );
    transform: translateY(-50%);
  }
}
.news-carousel__slider-btn--prev {
  left: 2.5rem;
}
@media (min-width: 1200px) {
  .news-carousel__slider-btn--prev {
    left: 0;
  }
}
.news-carousel__slider-btn--next {
  right: 2.5rem;
}
@media (min-width: 1200px) {
  .news-carousel__slider-btn--next {
    right: 0;
  }
}
.news-carousel__slider-btn:hover, .news-carousel__slider-btn:focus {
  background-color: #fff;
  color: #AE0F0A;
}

.news-item {
  padding-top: 2.5rem;
  transition: transform 0.2s;
  margin: 0 1.75rem;
}
@media (min-width: 1200px) {
  .news-item {
    padding-top: 7.5rem;
  }
}
.news-item:hover, .news-item:focus-within {
  transform: translateY(-1.875rem);
}
@media (min-width: 1200px) {
  .news-item:hover, .news-item:focus-within {
    transform: translateY(-4.0625rem);
  }
}
.news-item__card {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.1875rem 1.5625rem;
  background-color: #fff;
  border-radius: 25px;
  word-break: break-word;
}
.news-item__card:focus-within {
  outline: 3px solid #111;
}
.news-item__image-canvas {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.66667%;
  overflow: hidden;
  border-radius: 25px;
}
.news-item__image-canvas img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-item__title {
  margin-top: 1.875rem;
  font-size: 1.125rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.news-item__content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (min-width: 1200px) {
  .news-item__content {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
.news-item__link {
  display: inline-block;
  margin-top: 1.5rem;
  padding-bottom: 0.3125rem;
  border-bottom: 2px solid #007CB0;
  font-size: 1rem;
  line-height: 1.125rem;
  text-decoration: none !important;
  color: #007CB0;
}
.news-item__link:visited {
  color: #007CB0;
}
.news-item__link:hover {
  color: #007CB0;
}
.news-item__link:active {
  color: #007CB0;
}
.news-item__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .news-entry--details .images {
    display: flex;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .news-entry--details .images {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    justify-content: stretch;
  }
  .news-entry--details .images a {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    flex: 1 1 auto;
  }
}
@media (min-width: 768px) {
  .news-entry--details .news-entry__text {
    order: 1;
  }
  .news-entry--details .news-entry__images {
    order: 2;
  }
  .news-entry--details .images a {
    display: block;
    margin-bottom: 0.75em;
    text-align: center;
  }
}

.news-entries--overview {
  margin-top: 1.5em;
}

.news-entry--overview {
  position: relative;
  margin-bottom: 3em;
}
.news-entry--overview::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--overview .ex_items {
  margin-top: 0;
}
.news-entry--overview .news-entry__image {
  position: relative;
}
.news-entry--overview .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--overview .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--overview .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--overview .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--overview .news-entry__teaser {
  margin-top: 0.75em;
}
.news-entry--overview .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--overview .news-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .news-entry--overview .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--overview .news-entry__text {
    display: inline;
    z-index: 1;
  }
}

.news-entries--teaser {
  margin-top: 1.5em;
}

.news-entry--teaser {
  position: relative;
  margin-bottom: 3em;
}
.news-entry--teaser::after {
  display: block;
  clear: both;
  content: "";
}
.news-entry--teaser .ex_items {
  margin-top: 0;
}
.news-entry--teaser .news-entry__image {
  position: relative;
}
.news-entry--teaser .news-entry__image-canvas {
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background-color: #fff;
}
.news-entry--teaser .news-entry__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-entry--teaser .news-entry__image-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  width: auto;
}
.news-entry--teaser .news-entry__title {
  font-style: normal;
  font-weight: 700;
}
.news-entry--teaser .news-entry__teaser {
  margin-top: 0.75em;
}
.news-entry--teaser .news-entry__link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.news-entry--teaser .news-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 575px) {
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 33%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}
@media (min-width: 576px) {
  .news-entry--teaser .news-entry__image {
    float: right;
    width: 40%;
    margin-left: 4%;
    margin-bottom: 1%;
    z-index: 2;
    max-width: 9.375rem;
  }
  .news-entry--teaser .news-entry__text {
    display: inline;
    z-index: 1;
  }
}

.pageselector {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pageselector .pageselector__limit-post {
  margin-right: 1.25rem;
  margin-left: 0.3125rem;
}
.pageselector .pageselector__prev,
.pageselector .pageselector__next {
  padding: 0.3125rem 0.625rem;
}

.password-response {
  display: block;
  position: relative;
  float: none !important;
  clear: both;
  padding: 0.9rem;
  border: 1px solid color(greyscale, light);
  border-radius: 2px;
  font-size: 1.5rem;
}
@media (min-width: 1200px) {
  .password-response {
    position: absolute;
    left: 100%;
    top: 5px;
    width: 27rem;
  }
}
.password-response ul li + li {
  margin-top: 5px;
}
.password-response:empty {
  min-height: 115px;
}
.password-response:empty:before {
  content: "";
  height: 18px;
  width: 18px;
  animation: rotation 1s infinite linear;
  border-radius: 50%;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.payment-express__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .cart-main .payment-express__buttons {
    display: none;
  }
}
.cart-sidebar .payment-express__buttons {
  flex-direction: column;
  justify-content: initial;
}
.cart-sidebar .payment-express__buttons input[type=button] {
  width: 100%;
}

.product-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  padding: 1.625rem 1.625rem 1.875rem;
  background-color: #fff;
  border-radius: 25px;
  word-break: break-word;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-card {
    padding: 1.25rem 1.875rem 2.125rem;
  }
}
.product-card__image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .product-card__image {
    align-items: flex-end;
  }
}
.product-card__image img {
  max-height: 19.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
  transition: transform 0.3s;
}
.product-card__link {
  --ib-outline-color: transparent;
}
.product-card__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.product-card:hover .product-card__text, .product-card:focus-within .product-card__text {
  opacity: 1;
  transform: translateY(-2.125rem);
}
.product-card:hover .product-card__image img, .product-card:focus-within .product-card__image img {
  transform: scale(1.05);
}
.product-card:focus-within {
  outline: 3px solid var(--ib-primary-color);
}

.product-entries__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  margin-top: 2.25rem;
  margin-bottom: 3.75rem;
}
@media (min-width: 768px) {
  .product-entries__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .product-entries__grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.625rem 1.5625rem;
    margin-top: 4rem;
    margin-bottom: 10rem;
  }
}

.product-carousel {
  overflow: hidden;
}
.product-carousel--related {
  padding-bottom: 12.5rem;
}
@media (min-width: 1200px) {
  .product-carousel--related {
    padding-bottom: 4.875rem;
  }
}
.product-carousel .slick-slider {
  margin-bottom: 0;
}
.product-carousel .slick-list {
  margin: 0 -1.75rem;
}
.product-carousel .slick-list .slick-track {
  display: flex;
}
.product-carousel .slick-list .slick-track .slick-slide {
  height: inherit;
}
.product-carousel .slick-dots {
  bottom: -3.25rem;
}
.product-carousel__wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .product-carousel__wrapper {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.product-carousel__slider-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  color: #fff;
  background-color: #AE0F0A;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .product-carousel__slider-btn {
    bottom: -10.25rem;
  }
}
@media (min-width: 1200px) {
  .product-carousel__slider-btn {
    top: 11.875rem;
  }
}
.product-carousel__slider-btn--prev {
  left: 2.5rem;
}
@media (min-width: 1200px) {
  .product-carousel__slider-btn--prev {
    left: 0;
  }
}
.product-carousel__slider-btn--next {
  right: 2.5rem;
}
@media (min-width: 1200px) {
  .product-carousel__slider-btn--next {
    right: 0;
  }
}
.product-carousel__item {
  margin: 0 1.75rem;
  padding: 2.125rem 1.625rem;
  background-color: #fff;
  border-radius: 25px;
}
.product-carousel__image img {
  display: inline-block;
  height: 10.625rem;
  border-radius: 25px;
}
.product-carousel__title {
  margin-top: 2rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.product-carousel__apps {
  margin-top: 2.5rem;
}
.product-carousel__link {
  margin-top: 1.75rem;
}

.app-categories-icons {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
}
.app-categories-icons li {
  margin: 0 !important;
}

.product-categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 1.125rem;
}
@media (min-width: 980px) {
  .product-categories-list {
    margin-top: 2.25rem;
  }
}
.product-categories-list .list {
  position: relative;
  margin-bottom: 1rem;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #3c3c3b;
  background-color: transparent;
  text-decoration: none;
}
.product-categories-list .list:hover, .product-categories-list .list:focus, .product-categories-list .list--active {
  color: #AE0F0A !important;
}
.product-categories-list .list:not(:last-child) {
  margin-right: 2rem;
}
.product-categories-list .list:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  display: block;
  width: 0.125rem;
  height: 1.4375rem;
  background-color: #3c3c3b;
}
.product-categories-list .list:last-child {
  border-right: 0;
}

.product-category-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0;
  aspect-ratio: 1;
  padding: 1.625rem 1.625rem 1.875rem;
  background-color: #fff;
  border-radius: 25px;
  word-break: break-word;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .product-category-card {
    padding: 1.25rem 1.875rem 2.125rem;
  }
}
@media (min-width: 1200px) {
  .product-category-card:first-child {
    grid-column: span 3;
    aspect-ratio: unset;
    height: 28.125rem;
    padding: 1.625rem 0 0;
  }
  .product-category-card:first-child .product-category-card__image img {
    display: none;
    width: 100%;
    max-height: 21.875rem;
  }
  .product-category-card:first-child .product-category-card__image img.product-category-card__full-image {
    display: block;
    height: 100%;
    max-height: unset;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.product-category-card__image {
  flex-grow: 1;
  display: flex;
  align-items: center;
  min-height: 1px;
  margin-top: 1.875rem;
}
@media (min-width: 1200px) {
  .product-category-card__image {
    align-items: flex-end;
  }
}
.product-category-card__image img {
  max-height: 19.375rem;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
  transition: transform 0.3s;
}
.product-category-card__full-image {
  display: none;
}
.product-category-card__link {
  --ib-outline-color: transparent;
}
.product-category-card__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-category-card__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}
.product-category-card:hover .product-category-card__text, .product-category-card:focus-within .product-category-card__text {
  opacity: 1;
  transform: translateY(-2.125rem);
}
.product-category-card:hover .product-category-card__image img, .product-category-card:focus-within .product-category-card__image img {
  transform: scale(1.05);
}
.product-category-card:focus-within {
  outline: 3px solid var(--ib-primary-color);
}

.categories-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .categories-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .categories-grid {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 3.625rem 1.5625rem;
  }
}

.page--products-details .container--small {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.page--products-details .product-intro {
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 980px) {
  .page--products-details .product-intro {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
}
.page--products-details .product-intro__image {
  padding: 2rem 2rem 0;
}
@media (min-width: 980px) {
  .page--products-details .product-intro__image {
    padding: 0;
  }
}
.page--products-details .product-intro__image img {
  max-height: 28.125rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.page--products-details .product-intro .product-intro-container-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
}
@media (min-width: 980px) {
  .page--products-details .product-intro .product-intro-container-right {
    padding: 3rem;
  }
}
.page--products-details .product-intro .product-intro-container-right .product-intro-container-right-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .page--products-details .product-intro .product-intro-container-right .product-intro-container-right-bottom {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
@media (max-width: 575px) {
  .page--products-details .product-intro .product-intro-container-right .product-intro-container-right-bottom__icons {
    margin: 0;
    margin-right: auto;
  }
}
.page--products-details .technical-specs {
  background-color: #fff;
  border-radius: 1.5625rem;
  padding: 2rem;
}
.page--products-details .technical-specs__info {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-direction: column;
}
.page--products-details .technical-specs__info ul li::marker {
  color: #007CB0;
}
@media (min-width: 768px) {
  .page--products-details .technical-specs__info {
    flex-direction: row;
    gap: 3rem;
  }
}
.page--products-details .technical-specs__download {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 2px solid #dee2e6;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
.page--products-details .technical-specs__download-link {
  font-size: 0.875rem;
  font-weight: 700;
  color: #007CB0;
  padding: 0;
  height: 3rem;
}
@media (min-width: 768px) {
  .page--products-details .technical-specs__download-link {
    padding: 0.5rem;
  }
}
.page--products-details .technical-specs__download-link .icon {
  width: 1.5em;
  height: 1.5em;
}
.page--products-details .technical-specs__download-link .more {
  padding-left: 0.3125rem;
}
.page--products-details .articles-entry__bottom {
  margin-top: 3.125rem;
}
.page--products-details .articles-entry__bottom .articles-related {
  margin-block: 4.6875rem 3.125rem;
}
.page--products-details .articles-entry__bottom .products-note {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .page--products-details .articles-entry__bottom .products-note {
    margin-top: 2.5rem;
  }
}
.page--products-details .tabs--responsive .accordion__toggle {
  margin-left: 2.5rem;
  margin-right: 2.8125rem;
  padding: 0.625rem 1.625rem 0.625rem 0.375rem;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-align: left;
}
.page--products-details .tabs--responsive .accordion__content {
  margin-top: 2rem;
}
.page--products-details .tabs--responsive .accordion__content + .accordion__toggle {
  margin-top: 0.375rem;
}
.page--products-details .tabs--responsive .accordion__icon {
  top: 0.75rem;
  left: unset;
  right: 0.3125rem;
  width: 1rem;
  height: 1rem;
}

.ratings-filter-entry {
  display: flex;
}

.ratings-filter-entry__radio {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ratings-filter-entry__content {
  position: relative;
  padding: 0 0 0.3125rem 1.25rem;
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  justify-content: stretch;
}
.ratings-filter-entry__content:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #adb5bd;
}
.ratings-filter-entry__radio:checked + .ratings-filter-entry__content:before {
  background-color: #007CB0;
  border-color: #007CB0;
  box-shadow: inset 0 0 0 4px #fff;
}
.ratings-filter-entry__radio:focus + .ratings-filter-entry__content:before {
  box-shadow: 0 0 0 3px rgba(0, 124, 176, 0.25), inset 0 0 0 4px #fff;
}
.ratings-filter--language .ratings-filter-entry__content {
  padding-left: 1.5625rem;
}

.ratings-filter-entry__stars {
  margin-left: 0.3125rem;
  font-size: 1.25rem;
}

.ratings-filter-entry__bar,
.ratings-filter-entry__bar-inner {
  height: 0.5rem;
  border-radius: 0.1875rem;
}

.ratings-filter-entry__bar {
  flex: 1 1 100%;
  background-color: #adb5bd;
}

.ratings-filter-entry__bar-inner {
  background-color: #007CB0;
}

.ratings-filter-entry__count {
  flex: 0 0 0.3125rem;
  text-align: right;
}

:root {
  --col-stars-active: #007CB0;
  --col-stars-inactive: #adb5bd;
}

.ratings-average-stars {
  font-size: 1.875rem;
}

.ratings-pagination {
  display: flex;
  justify-content: space-between;
}
.ratings-pagination .btn, .ratings-pagination .button {
  margin: 0;
}

.ratings-reviews > .js-exec-module .loading {
  position: sticky;
  top: 11.25rem;
  margin: 0;
}

.reviews-wrapper {
  padding-bottom: 1.5rem;
}
.reviews-wrapper hr:last-child {
  margin-bottom: 0;
}

.reviews-entry {
  position: relative;
}
@media (min-width: 576px) {
  .reviews-entry {
    display: flex;
  }
}

.reviews-entry__data,
.reviews-entry__review {
  overflow: hidden;
}

.reviews-entry__data {
  flex: 0 0 11.25rem;
  max-width: 11.25rem;
  padding-right: 1.25rem;
}

.reviews-entry__stars {
  font-size: 1.25rem;
}
@media (max-width: 575px) {
  .reviews-entry__stars {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.reviews-entry__name,
.reviews-entry__comment {
  margin-top: 0.375em;
}

.rwd-menu {
  margin: 0 0 1.5em;
}
.rwd-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.rwd-menu li {
  padding: 0;
  margin: 0;
}
.rwd-menu li + li {
  margin-top: 2px;
}
.rwd-menu li a,
.rwd-menu .dropdown__toggle {
  position: relative;
  display: block;
  padding: 8px 0;
  margin: 0 0 2px;
}
.rwd-menu li a {
  border-top: 1px solid #e9ecef;
}
.rwd-menu li:first-child a {
  border-top: 0;
}
.rwd-menu li.is-active a {
  color: #3c3c3b;
}
.rwd-menu .dropdown__toggle {
  display: none;
  padding-right: 1.25rem;
}
.rwd-menu .dropdown__toggle:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-left: 6px solid #007CB0;
  border-right: 0;
  height: 0;
  width: 0;
  top: 0.9375rem;
  right: 0.1875rem;
}
.rwd-menu .dropdown__toggle--open:after {
  content: "";
  display: block;
  position: absolute;
  border: 6px solid transparent;
  border-top: 6px solid #007CB0;
  border-bottom: 0;
  height: 0;
  width: 0;
  top: 0.8125rem;
  right: 0;
}

.search-results {
  list-style: none;
  margin-top: 2rem;
  padding: 0;
}

.search-item {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
.search-item__content {
  margin-top: 0.5rem !important;
}
.search-item + .search-item {
  margin-top: 1.5rem;
}

.share ul {
  list-style: none;
  padding: 0;
  display: flex;
}
.share .shariff-button {
  position: relative;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.share .shariff-button:hover {
  background-color: rgba(0, 124, 176, 0.1);
}
.share .shariff-button a {
  position: relative;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
}
.share .shariff-button a:before, .share .shariff-button a:after {
  z-index: 50;
  backface-visibility: hidden;
  opacity: 0;
  position: absolute;
}
.share .shariff-button a:before {
  content: "" !important;
  width: 0;
  z-index: 10001;
}
.share .shariff-button a:after {
  content: attr(title);
  font-size: 0.875rem;
  line-height: 1rem;
  font-family: "Helvetica Neue", sans-serif;
  text-align: center;
  white-space: nowrap;
  max-width: 15rem;
  overflow: hidden;
  padding: 0.375rem 0.625rem;
  pointer-events: none;
  z-index: 10000;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):before {
  opacity: 1;
}
.share .shariff-button a:hover:not(.dropdown__toggle--open):after {
  opacity: 1;
}
.share .shariff-button a:before {
  left: 50%;
  top: -2px;
  transform: translate(-50%, calc(-50% - 6px));
  content: "";
  display: block;
  position: absolute;
  border: 0.3125rem solid transparent;
  border-top: 0.3125rem solid #333;
  border-bottom: 0;
  height: 0;
  width: 0;
}
.share .shariff-button a:after {
  left: 50%;
  bottom: 100%;
  transform: translate(-50%, 12px);
}
.share .shariff-button a:hover:before {
  transform: translate(-50%, calc(-50% - 4px));
}
.share .shariff-button a:hover:after {
  transform: translate(-50%, -8px);
}
.share .shariff-button a.tooltip--bottom:before {
  border-bottom-color: #3c3c3b;
}
.share .shariff-button a.tooltip--left:before {
  border-left-color: #3c3c3b;
}
.share .shariff-button a.tooltip--right:before {
  border-right-color: #3c3c3b;
}
.share .shariff-button a:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
  border-top-color: #3c3c3b;
}
.share .shariff-button a:after {
  color: #fff;
  background-color: #3c3c3b;
}
.share .shariff-button + .shariff-button {
  margin-left: 0.3125rem;
}
.share .fa,
.share .icon {
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.share .share_text {
  display: none;
}
.share .facebook .icon {
  color: #3b5998;
}
.share .twitter .icon {
  color: #1da1f2;
}
.share .googleplus .icon {
  color: #dd4b39;
}
.share .whatsapp .icon {
  color: #25d366;
}
.share .mail .icon {
  color: #999;
}
.share .xing .icon {
  color: #026466;
}
.share .linkedin .icon {
  color: #0077b5;
}
.share .pinterest .icon {
  color: #bd081c;
}
.share .reddit .icon {
  color: #ff4500;
}

.sidebar {
  z-index: 100;
}
.sidebar__content {
  position: fixed;
  bottom: 8rem;
  right: 0;
  display: inline-flex;
  justify-content: flex-end;
}
@media (min-width: 980px) {
  .sidebar__content {
    right: 0.5rem;
  }
}
.sidebar .btn, .sidebar .button {
  border: none;
  border-radius: 0.3125rem;
  padding: 0.625rem;
  gap: 0.5rem;
}
@media (min-width: 980px) {
  .sidebar .btn, .sidebar .button {
    border-radius: 0.625rem;
  }
}
.sidebar .btn:hover .icon, .sidebar .button:hover .icon, .sidebar .btn:focus .icon, .sidebar .button:focus .icon {
  transform: scale(1.1);
}
.sidebar .btn .icon, .sidebar .button .icon {
  padding: 0;
  width: 1.5625rem;
  height: 1.5625rem;
  margin: 0;
}
@media (min-width: 768px) {
  .sidebar .btn .icon, .sidebar .button .icon {
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media (min-width: 980px) {
  .sidebar .btn .icon, .sidebar .button .icon {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}
.sidebar .btn span, .sidebar .button span {
  display: none;
}
@media (min-width: 768px) {
  .sidebar .btn span, .sidebar .button span {
    display: block;
    font-weight: 400;
  }
}

.slick-dots {
  font-size: 0;
}
.slick-dots li {
  margin: 0 0.3125rem;
  width: 1rem;
  height: 1rem;
}
.slick-dots li:only-child {
  display: none;
}
.slick-dots li button {
  position: relative;
  width: 1rem;
  height: 1rem;
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 0;
  background-color: #c6c6c6;
  opacity: 1;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #AE0F0A;
}
.slick-dots li.slick-active button:before {
  background-color: #AE0F0A;
  opacity: 1;
}

.slick:not(.slick-initialized):not(.js-fairs-carousel) > *:not(:first-child) {
  display: none;
}

.custom-dots {
  display: none;
  position: absolute;
  left: 0;
  top: calc( 0.4528 * ( 100vw - 3rem ) - 2.75rem - 3.125rem );
  width: calc( 100% - 38.375rem );
  max-width: 47.9375rem;
  padding: 0.625rem 1.875rem;
  z-index: 10;
}
@media (min-width: 1200px) {
  .custom-dots {
    display: flex;
    align-items: flex-end;
    gap: 1.875rem;
  }
}
@media (min-width: 1440px) {
  .custom-dots {
    top: 35.3125rem;
  }
}
.custom-dots .slick-dots {
  position: unset;
  display: flex;
  gap: 1.875rem;
}
.custom-dots .slick-dots > li {
  width: auto;
  height: auto;
  margin: 0;
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
}
.custom-dots .slick-dots > li > button {
  width: 100%;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #fff;
  overflow: hidden;
}
.custom-dots .slick-dots > li > button::before {
  display: none;
}
.custom-dots__text {
  display: none;
  position: absolute;
  left: 0;
  bottom: calc(100% + 10px);
  width: 100%;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-align: center;
  word-break: break-word;
}
.custom-dots li.slick-active .custom-dots__text {
  display: block;
}
.custom-dots__bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: var(--ib-primary-color);
}
.custom-dots #custom-dots {
  width: 100%;
}
.custom-dots__controls {
  position: relative;
  top: 0.5rem;
  flex-shrink: 0;
  color: #fff;
}
.custom-dots__controls .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.hero .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.solutions-carousel {
  margin-top: 3rem !important;
  margin-bottom: 0 !important;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
@media (min-width: 980px) {
  .solutions-carousel {
    display: none;
  }
}
.solutions-carousel .slick-list {
  margin: 0 -0.9375rem;
}
.solutions-carousel .slick-list .slick-track {
  display: flex;
}
.solutions-carousel .slick-list .slick-track .slick-slide {
  height: inherit;
}
.solutions-carousel .slick-dots {
  bottom: 0 !important;
}
.solutions-carousel .solutions-teaser__item {
  margin: 0 0.9375rem;
}

.solutions-item {
  width: 100%;
  padding: 2.25rem 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}
@media (min-width: 980px) {
  .solutions-item {
    display: flex;
    align-items: center;
    gap: 2.25rem;
    padding: 3.125rem 5.875rem 3.125rem 3.4375rem;
  }
}
.solutions-item__image-wrapper {
  max-width: 17.5rem;
}
@media (max-width: 979px) {
  .solutions-item__image-wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 980px) {
  .solutions-item__image-wrapper {
    width: 30%;
    flex-shrink: 0;
  }
}
.solutions-item__image-wrapper > img {
  width: auto;
}
.solutions-item__content {
  margin-top: 1.5rem;
}
.solutions-item__content h2, .solutions-item__content .h2,
.solutions-item__content h3, .solutions-item__content .h3 {
  color: #007CB0;
  text-transform: uppercase;
}
@media (min-width: 980px) {
  .solutions-item__content h2 + p, .solutions-item__content .h2 + p,
.solutions-item__content h3 + p, .solutions-item__content .h3 + p {
    margin-top: 2.25rem;
  }
}
.solutions-item__content * + p {
  margin-top: 1.5rem;
}
.solutions-item + .solutions-item {
  margin-top: 2.5rem;
}

.suppliers__intro {
  max-width: 61.25rem;
  padding: 2.25rem;
  background-color: #007CB0;
  color: #fff;
  border-radius: 25px;
}
.suppliers__map-canvas {
  margin-top: 64px;
}
@media (min-width: 1200px) {
  .suppliers__map-canvas {
    margin-top: 120px;
  }
}
.suppliers__map-canvas .map--blocked {
  min-height: 25rem;
  position: relative;
  background: #eaf3ff;
}
.suppliers__map-info {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  width: 100%;
  max-width: 37.5rem;
  transform: translateX(-50%);
  padding: 0 1.5rem;
}
@media (min-width: 980px) {
  .suppliers__map-info {
    top: 7.5rem;
  }
}
.suppliers__map-info-card {
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 25px;
  font-size: 1rem;
  line-height: 1.3;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.suppliers__map-info-card .btn, .suppliers__map-info-card .button {
  margin-top: 0.5rem !important;
  font-size: 1rem;
  line-height: 1;
}
.suppliers__form {
  margin-top: 24px;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}

.suppliers-entries {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 3rem 2.25rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 1200px) {
  .suppliers-entries {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}

.suppliers-entry {
  padding: 24px;
  background-color: #fff;
  border-radius: 25px;
  word-break: break-word;
}
.suppliers-entry__web {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #007CB0;
}
.suppliers-entry__web .icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.suppliers-entry__web + .suppliers-entry__mail {
  margin-top: 0.5rem;
}
.suppliers-entry__mail {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #007CB0;
}
.suppliers-entry__mail .icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.suppliers-entry__buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.table-cart {
  width: 100%;
  background-color: transparent;
}
.table-cart th,
.table-cart td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-cart td {
  font-weight: 400;
}
.table-cart th {
  font-weight: 700;
}
.table-cart .cright {
  text-align: right;
}
.table-cart td.is-active > td, .table-cart td.is-active > th, .table-cart tr > th.is-active > td, .table-cart tr > th.is-active > th,
.table-cart tr.is-active > td,
.table-cart tr.is-active > th {
  background-color: rgba(0, 124, 176, 0.1);
}
.table-cart td.info > td, .table-cart td.info > th, .table-cart tr > th.info > td, .table-cart tr > th.info > th,
.table-cart tr.info > td,
.table-cart tr.info > th {
  background-color: rgba(23, 162, 184, 0.1);
}
.table-cart td.success > td, .table-cart td.success > th, .table-cart tr > th.success > td, .table-cart tr > th.success > th,
.table-cart tr.success > td,
.table-cart tr.success > th {
  background-color: rgba(33, 136, 56, 0.1);
}
.table-cart td.warning > td, .table-cart td.warning > th, .table-cart tr > th.warning > td, .table-cart tr > th.warning > th,
.table-cart tr.warning > td,
.table-cart tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table-cart td.error > td, .table-cart td.error > th, .table-cart tr > th.error > td, .table-cart tr > th.error > th,
.table-cart tr.error > td,
.table-cart tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table-cart thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-cart caption + thead tr:first-child > th,
.table-cart caption + thead tr:first-child > td,
.table-cart colgroup + thead tr:first-child > th,
.table-cart colgroup + thead tr:first-child > td,
.table-cart thead:first-child tr:first-child > th,
.table-cart thead:first-child tr:first-child > td {
  border-top: 0;
}
.table-cart tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-cart .table {
  background-color: #e9ecef;
}
.table-cart thead th {
  padding-top: 0;
}
.table-cart tfoot td {
  text-align: right;
}
.table-cart th:first-child,
.table-cart td:first-child {
  padding-left: 0;
}
.table-cart th:last-child,
.table-cart td:last-child {
  padding-right: 0;
}

.table-cart__article::after {
  display: block;
  clear: both;
  content: "";
}

.table-cart__quantity,
.table-cart__price-multiple {
  text-align: right;
}

.cart-reload {
  display: none;
}

.table-cart__article-text {
  margin-left: 5.625rem;
}
@media (max-width: 575px) {
  .table-cart__article-text {
    margin-left: 4.375rem;
  }
}

.table-cart__article-image {
  float: left;
  width: 5rem;
  text-align: center;
}
.table-cart__article-image img {
  max-height: 100%;
  width: auto;
}
@media (max-width: 575px) {
  .table-cart__article-image {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.table-cart__article-title {
  font-weight: 700;
}

.table-cart__overall td {
  font-weight: 700;
}

.table-cart__vat-info {
  font-size: 0.875rem;
}

.table-cart__shipping-time {
  font-weight: 400;
}

.table-cart__notice {
  color: #495057;
}

@media (max-width: 575px) {
  .table-cart__article-artno,
.table-cart__article-unit,
.table-cart__article-price,
.table-cart__article-quantity,
.table-cart__article-quantity .formfield--sm {
    font-size: 1rem;
    line-height: 1.5;
  }

  .table-cart tbody {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 576px) {
  .table-cart__article-quantity {
    margin-left: 5.625rem;
  }
}
@media (max-width: 575px) {
  .table-cart--checkout td,
.table-cart--checkout th {
    padding: 0.3125rem;
  }
}

.table--direct-order {
  width: 100%;
}
.table--direct-order .direct-order-no {
  width: 5rem;
  padding-right: 0.625rem;
}
.table--direct-order .direct-order-no .formfield {
  width: 4.375rem;
}
.table--direct-order .direct-order-name {
  padding: 0.25rem 0;
}
.table--direct-order .direct-order-name .order-data {
  display: block;
  border: 1px solid #adb5bd;
  height: 2.5rem;
  padding: 0.4375rem 0.5rem;
  cursor: not-allowed;
  overflow: hidden;
}
.table--direct-order .direct-order-button {
  width: 1.25rem;
  padding-left: 0.625rem;
}
.table--direct-order .direct-order-button .disabled {
  pointer-events: initial;
  cursor: not-allowed;
}
.table--direct-order .order-name {
  margin-right: 0.625rem;
}
.table--direct-order .order-price__price {
  font-weight: 700;
}
.table--direct-order .order-price__basic-rate {
  font-size: 80%;
  margin-left: 0.3125rem;
  color: #495057;
}
.table--direct-order .order-price__basic-rate:before {
  content: "(";
}
.table--direct-order .order-price__basic-rate:after {
  content: ")";
}
@media (max-width: 575px) {
  .table--direct-order {
    width: auto;
  }
  .table--direct-order .direct-order-name {
    display: none !important;
  }
}

@media (max-width: 979px) {
  .customer-orders__table > table {
    margin-bottom: 0;
    background-color: transparent;
  }
  .customer-orders__table > table > thead,
.customer-orders__table > table > tfoot {
    display: none;
  }
  .customer-orders__table > table > tbody {
    display: block;
  }
  .customer-orders__table > table > tbody > tr {
    display: block;
    border: 1px solid #dee2e6;
    border-top: 0;
    margin-bottom: 0.625rem;
  }
  .customer-orders__table > table > tbody > tr > td,
.customer-orders__table > table > tbody > tr > th {
    background-color: transparent;
    display: block;
    vertical-align: middle;
    text-align: right;
    font-weight: 400;
    min-height: calc($nb-base-spacer + 1.25rem);
  }
  .customer-orders__table > table > tbody > tr > td[data-title]:before,
.customer-orders__table > table > tbody > tr > th[data-title]:before {
    content: attr(data-title);
    float: left;
    font-size: inherit;
    font-weight: 700;
  }
}

.table-orders {
  width: 100%;
  background-color: transparent;
}
.table-orders th,
.table-orders td {
  padding: 0.625rem;
  line-height: 1.5em;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-orders td {
  font-weight: 400;
}
.table-orders th {
  font-weight: 700;
}
.table-orders .cright {
  text-align: right;
}
.table-orders td.is-active > td, .table-orders td.is-active > th, .table-orders tr > th.is-active > td, .table-orders tr > th.is-active > th,
.table-orders tr.is-active > td,
.table-orders tr.is-active > th {
  background-color: rgba(0, 124, 176, 0.1);
}
.table-orders td.info > td, .table-orders td.info > th, .table-orders tr > th.info > td, .table-orders tr > th.info > th,
.table-orders tr.info > td,
.table-orders tr.info > th {
  background-color: rgba(23, 162, 184, 0.1);
}
.table-orders td.success > td, .table-orders td.success > th, .table-orders tr > th.success > td, .table-orders tr > th.success > th,
.table-orders tr.success > td,
.table-orders tr.success > th {
  background-color: rgba(33, 136, 56, 0.1);
}
.table-orders td.warning > td, .table-orders td.warning > th, .table-orders tr > th.warning > td, .table-orders tr > th.warning > th,
.table-orders tr.warning > td,
.table-orders tr.warning > th {
  background-color: rgba(255, 193, 7, 0.1);
}
.table-orders td.error > td, .table-orders td.error > th, .table-orders tr > th.error > td, .table-orders tr > th.error > th,
.table-orders tr.error > td,
.table-orders tr.error > th {
  background-color: rgba(220, 53, 69, 0.1);
}
.table-orders thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table-orders caption + thead tr:first-child > th,
.table-orders caption + thead tr:first-child > td,
.table-orders colgroup + thead tr:first-child > th,
.table-orders colgroup + thead tr:first-child > td,
.table-orders thead:first-child tr:first-child > th,
.table-orders thead:first-child tr:first-child > td {
  border-top: 0;
}
.table-orders tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-orders .table {
  background-color: #e9ecef;
}
.table-orders thead th {
  padding-top: 0;
}

.table-orders-options {
  text-align: right;
}
.table-orders-options .btn, .table-orders-options .button {
  margin-top: 0;
}
@media (min-width: 980px) {
  .table-orders-options .btn, .table-orders-options .button {
    font-size: 1rem;
    padding: 0;
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
  }
  .table-orders-options .btn:before, .table-orders-options .button:before, .table-orders-options .btn:after, .table-orders-options .button:after {
    z-index: 50;
    backface-visibility: hidden;
    opacity: 0;
    position: absolute;
  }
  .table-orders-options .btn:before, .table-orders-options .button:before {
    content: "" !important;
    width: 0;
    z-index: 10001;
  }
  .table-orders-options .btn:after, .table-orders-options .button:after {
    content: attr(data-tooltip);
    font-size: 0.875rem;
    line-height: 1rem;
    font-family: "Helvetica Neue", sans-serif;
    text-align: center;
    white-space: nowrap;
    max-width: 15rem;
    overflow: hidden;
    padding: 0.375rem 0.625rem;
    pointer-events: none;
    z-index: 10000;
  }
  .table-orders-options .btn:hover:not(.dropdown__toggle--open):before, .table-orders-options .button:hover:not(.dropdown__toggle--open):before {
    opacity: 1;
  }
  .table-orders-options .btn:hover:not(.dropdown__toggle--open):after, .table-orders-options .button:hover:not(.dropdown__toggle--open):after {
    opacity: 1;
  }
  .table-orders-options .btn:before, .table-orders-options .button:before {
    left: 50%;
    top: -2px;
    transform: translate(-50%, calc(-50% - 6px));
    content: "";
    display: block;
    position: absolute;
    border: 0.3125rem solid transparent;
    border-top: 0.3125rem solid #333;
    border-bottom: 0;
    height: 0;
    width: 0;
  }
  .table-orders-options .btn:after, .table-orders-options .button:after {
    left: 50%;
    bottom: 100%;
    transform: translate(-50%, 12px);
  }
  .table-orders-options .btn:hover:before, .table-orders-options .button:hover:before {
    transform: translate(-50%, calc(-50% - 4px));
  }
  .table-orders-options .btn:hover:after, .table-orders-options .button:hover:after {
    transform: translate(-50%, -8px);
  }
  .table-orders-options .btn.tooltip--bottom:before, .table-orders-options .tooltip--bottom.button:before {
    border-bottom-color: #3c3c3b;
  }
  .table-orders-options .btn.tooltip--left:before, .table-orders-options .tooltip--left.button:before {
    border-left-color: #3c3c3b;
  }
  .table-orders-options .btn.tooltip--right:before, .table-orders-options .tooltip--right.button:before {
    border-right-color: #3c3c3b;
  }
  .table-orders-options .btn:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before, .table-orders-options .button:not(.tooltip--bottom):not(.tooltip--left):not(.tooltip--right):before {
    border-top-color: #3c3c3b;
  }
  .table-orders-options .btn:after, .table-orders-options .button:after {
    color: #fff;
    background-color: #3c3c3b;
  }
  .table-orders-options .btn .icon, .table-orders-options .button .icon {
    width: 2rem;
    height: 2rem;
  }
}

@media (max-width: 979px) {
  .tabs--responsive .accordion__toggle {
    position: relative;
    cursor: pointer;
    padding: 0 0 0 1.25rem;
    margin: 0;
    color: #3c3c3b;
  }
  .tabs--responsive .accordion__toggle:hover {
    color: #007CB0;
  }
  .tabs--responsive .accordion__toggle[aria-expanded=true] .accordion__icon {
    transform: rotateX(180deg);
  }
  .tabs--responsive .accordion__icon {
    width: 0.75rem;
    height: 0.75rem;
    display: block;
    position: absolute;
    left: 0;
    top: 0.375rem;
    transition: transform 0.4s linear;
  }
  .tabs--responsive .accordion__content {
    display: none;
    margin: 0;
    padding: 0.75em 0 0 1.25rem;
  }
  .tabs--responsive .accordion__content + .accordion__toggle {
    margin-top: 1.5em;
  }
  .tabs--responsive .accordion__toggle {
    display: block;
  }
  .tabs--responsive .accordion__content {
    padding: 0;
  }
  .tabs--responsive .tabs__content {
    margin: 0 !important;
  }
}
@media (min-width: 980px) {
  .tabs--responsive .accordion__toggle {
    display: none;
  }
  .tabs--responsive > .tabs__content-wrapper > .accordion__toggle:first-child + .tabs__content {
    display: block;
  }
}

.tabs .tabs__content-wrapper {
  margin-top: 0;
}
.tabs .tabs__content {
  margin-top: 1.5em;
}
.js .tabs:not(.js-tabs--initialized) .tabs__content:not(:first-child) {
  display: none;
}
.tabs .tabs__list {
  border-bottom: 1px solid #adb5bd;
  display: flex;
}
.tabs .tabs__list,
.tabs .tabs__list li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.tabs .tabs__list li {
  display: inline;
}
.tabs .tabs__list::after {
  display: block;
  clear: both;
  content: "";
}
.tabs .tabs__list li {
  display: flex;
}
.tabs .tabs__list a {
  flex-basis: 100%;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0.625rem 1.25rem;
  margin-bottom: -1px;
  margin-right: 0.125rem;
  cursor: pointer;
  text-decoration: none;
  color: #007CB0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #adb5bd;
  transition: all 0.2s ease-out;
  border-radius: 0 0 0 0;
}
.tabs .tabs__list a:hover, .tabs .tabs__list a:focus {
  z-index: 20;
  color: #004664;
  border-bottom: 1px solid #adb5bd;
  text-decoration: underline;
}
.tabs .tabs__list a[aria-selected], .tabs .tabs__list a.is-active {
  z-index: 30;
  color: #3c3c3b;
  background-color: #fff;
  border-color: #adb5bd;
  border-bottom: 1px solid #fff;
}

.timeline {
  position: relative;
  list-style: none;
  padding: 2rem 0;
}
.timeline::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.5rem;
  width: 0.625rem;
  margin-left: -0.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10' fill='white'%3E%3Ccircle cx='5' cy='5' r='4' /%3E%3C/svg%3E");
  background-size: 0.625rem 1rem;
}
@media (min-width: 768px) {
  .timeline::before {
    left: 50%;
  }
}
.timeline > li {
  position: relative;
  margin-bottom: 2.25rem;
}
.timeline > li::after {
  content: "";
  display: table;
  clear: both;
}
.timeline > li.timeline-inverted .timeline__panel {
  float: right;
}
.timeline > li.timeline-inverted .timeline__panel::after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -13px;
  right: auto;
}
@media (min-width: 768px) {
  .timeline > li.timeline-inverted .timeline__panel::after {
    filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.1));
  }
}
.timeline__panel {
  position: relative;
  width: 44%;
  float: left;
  padding: 1.5rem;
  border-radius: 25px;
  background-color: #fff;
  box-shadow: 0 5px 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .timeline__panel {
    width: calc(100% - 5.625rem );
    float: right;
  }
}
.timeline__panel::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -13px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 0 solid #fff;
  border-right: 14px solid #fff;
  border-bottom: 14px solid transparent;
  filter: drop-shadow(-1px 2px 1px rgba(0, 0, 0, 0.1));
}
@media (min-width: 768px) {
  .timeline__panel::after {
    border-left-width: 14px;
    border-right-width: 0;
    left: unset;
    right: -13px;
    filter: drop-shadow(3px 2px 1px rgba(0, 0, 0, 0.1));
  }
}
.timeline__badge {
  position: absolute;
  top: 15px;
  left: 0.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  font-weight: 700;
  color: #007CB0;
  background-color: #fff;
  border-radius: 100%;
  z-index: 100;
}
@media (min-width: 768px) {
  .timeline__badge {
    left: 50%;
    margin-left: -1.875rem;
  }
}
@media (min-width: 1200px) {
  .timeline__badge {
    width: 5rem;
    height: 5rem;
    margin-left: -2.5rem;
  }
}
.timeline__image {
  margin-top: 1.25rem;
}
.timeline__image img {
  border-radius: 25px;
}

#toast-container > div {
  opacity: 1;
  text-align: left;
  border-radius: 0;
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.275);
}
#toast-container > div:hover {
  box-shadow: 0 6px 12px rgba(17, 17, 17, 0.575);
}

.toast-success {
  background-color: #218838;
}

.toast-warning {
  background-color: #ffc107;
}

.toast-error {
  background-color: #dc3545;
}

.toast-info {
  background-color: #17a2b8;
}

.custom-tooltip {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
}
.custom-tooltip .custom-tooltip-box {
  position: absolute;
  bottom: 125%;
  left: 0;
  background: #007CB0;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  white-space: pre-line;
  z-index: 1000;
  font-size: 13px;
  width: 180px;
  max-width: 180px;
  display: none;
}
.custom-tooltip .custom-tooltip-box::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  border: 6px solid transparent;
  border-top-color: #007CB0;
}
@media (min-width: 1200px) {
  .custom-tooltip .custom-tooltip-box {
    width: 300px;
    max-width: 300px;
  }
}
.custom-tooltip.custom-tooltip-trigger:hover .custom-tooltip-box {
  display: block;
}

.youtube {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111;
}

.youtube img {
  width: 100%;
  top: -16.82%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: rgba(17, 17, 17, 0.8);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 2;
  border-radius: 6px;
}
.youtube .play-button:hover {
  background-color: #f00;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube__disclaimer {
  z-index: 3;
  position: absolute;
  left: 5px;
  top: 5px;
  max-width: max(35%, 160px);
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 6px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 3px;
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.youtube-testthumbs {
  position: fixed;
  left: 100vmax;
}
.youtube-testthumbs img {
  max-width: none;
  max-height: none;
}

.embed-youtube {
  position: relative;
  margin-bottom: 1.875rem;
  padding-top: 56.25%;
  background-color: #000;
  border-radius: 25px;
  overflow: hidden;
  cursor: pointer;
}
.embed-youtube img {
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}
.embed-youtube .embed-youtube-play {
  width: 4.25rem;
  height: 3rem;
  background-color: #cd201f;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}
.embed-youtube .embed-youtube-play::before {
  content: "";
  border-style: solid;
  border-width: 0.9375rem 0 0.9375rem 1.625rem;
  border-color: transparent transparent transparent #fff;
}
.embed-youtube .embed-youtube-play:focus {
  --ib-outline-color: #fff;
}
.embed-youtube .embed-youtube__disclaimer {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 40%;
  padding: 0.375rem;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: left;
  z-index: 3;
}

.embed-youtube img,
.embed-youtube .embed-youtube-play {
  cursor: pointer;
}

.embed-youtube img,
.embed-youtube iframe,
.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  position: absolute;
}

.embed-youtube .embed-youtube-play,
.embed-youtube .embed-youtube-play:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.embed-youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.breadcrumb {
  position: relative;
  display: none;
}
.breadcrumb .container {
  height: 1.25rem;
  overflow-y: hidden;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  padding-right: 1.25rem;
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.25rem;
  white-space: nowrap;
}
.breadcrumb li:last-child .icon {
  display: none;
}
.breadcrumb a {
  text-decoration: none;
  color: #495057;
}
.breadcrumb a:hover, .breadcrumb a:focus, .breadcrumb a:active {
  color: #007CB0;
}
.breadcrumb li:last-child a {
  color: #3c3c3b;
  pointer-events: none;
  cursor: default;
}
.breadcrumb .icon {
  position: absolute;
  top: 0.375rem;
  right: 0.3125rem;
  width: 0.5625rem;
  height: 0.5625rem;
  color: #adb5bd;
}

.breadcrumb__spacer {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.page--contact .col-lg-4 .container {
  padding: 0 3rem;
}
.page--contact .row {
  padding-top: 2rem;
}
.page--contact .row .container-map {
  margin-top: 2rem;
}

.layout--contact-persons {
  margin-bottom: 3rem;
}
.layout--contact-persons .contact-persons-text h3 {
  color: #007CB0;
  border-bottom: 1px solid #007CB0;
}
.layout--contact-persons .contact-persons-text .contact-persons-item {
  display: flex;
}
.layout--contact-persons .contact-persons-text .contact-persons-item span:first-child {
  width: 80px;
  flex-shrink: 0;
}

.desktop-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.desktop-nav .main-nav__list {
  display: flex;
  gap: 1.25rem;
}
.desktop-nav .main-nav__list > li.is-open .flyout-menu {
  display: block;
}
.desktop-nav .main-nav__list > li > a {
  color: #3c3c3b;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.5rem;
}
.desktop-nav .main-nav__list > li > a:visited {
  color: #3c3c3b;
}
.desktop-nav .main-nav__list > li > a:hover {
  color: #007CB0;
}
.desktop-nav .main-nav__list > li > a:active {
  color: #3c3c3b;
}
.desktop-nav .main-nav__list > li > a:hover {
  text-decoration: none;
}
.desktop-nav .main-nav__list.meta .flyout-menu__list {
  margin-left: auto;
}
.desktop-nav__main > ul > li:hover .flyout-menu, .desktop-nav__side > ul > li:hover .flyout-menu {
  display: block;
}
.desktop-nav .flyout-menu,
.desktop-nav .flyout-menu__sublist {
  display: none;
}
.desktop-nav .flyout-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100vw;
  padding-top: 1.25rem;
  padding-bottom: 0.625rem;
  background-color: var(--ib-primary-bg-color);
  transform: translate(-50%, 0);
}
.desktop-nav .flyout-menu li + li {
  border-top: 1px solid #c6c6c6;
}
.desktop-nav .flyout-menu__wrapper {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
  min-width: 320px;
  max-width: 1448px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  position: relative;
}
.desktop-nav .flyout-menu__wrapper .container,
.desktop-nav .flyout-menu__wrapper .alerts {
  padding: 0;
  min-width: 0;
}
.desktop-nav .flyout-menu__list {
  position: relative;
  width: 19.375rem;
  margin-left: 14.875rem;
}
.desktop-nav .flyout-menu__list a {
  color: #3c3c3b;
  display: block;
  width: 100%;
  padding-left: 0.3125rem;
  font-size: 1rem;
  line-height: 2.125rem;
}
.desktop-nav .flyout-menu__list a:visited {
  color: #3c3c3b;
}
.desktop-nav .flyout-menu__list a:hover {
  color: #007CB0;
}
.desktop-nav .flyout-menu__list a:active {
  color: #3c3c3b;
}
.desktop-nav .flyout-menu__list a:hover {
  text-decoration: none;
}
.desktop-nav .flyout-menu__list li.is-open .flyout-menu__sublist {
  display: block;
}
.desktop-nav .flyout-menu__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}
.desktop-nav .flyout-menu__list-item:hover .flyout-menu__sublist {
  display: block;
}
.desktop-nav .flyout-menu__list-item:hover .flyout-menu__list-item-toggle {
  color: #007CB0;
}
.desktop-nav .flyout-menu__list-item-toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 2.125rem;
  height: 2.125rem;
}
.desktop-nav .flyout-menu__list-item-toggle .icon {
  width: 0.75rem;
  height: 0.625rem;
}
.desktop-nav .flyout-menu__sublist {
  position: absolute;
  top: 0;
  left: 100%;
  width: 21.875rem;
  padding-left: 2.5rem;
}
.desktop-nav .flyout-menu__sublist li:last-child {
  border-bottom: 1px solid #c6c6c6;
}

.mobile-nav__toggle {
  display: flex;
  width: 2.5rem;
  height: 1.625rem;
  align-items: center;
  background: transparent;
  border: 0;
  padding: 0;
}
.mobile-nav__toggle + .mobile-nav__content {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100%);
}
.mobile-nav__toggle[aria-expanded=true] + .mobile-nav__content {
  max-height: calc( 100vh - 4rem);
  transform: translateX(0);
  background-color: var(--ib-primary-bg-color);
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
  transition: transform 0.3s, opacity 0.3s, visibility 0.3s;
}
.mobile-nav__content {
  position: relative;
  padding: 1.25rem 2.8125rem 2.25rem 4.0625rem;
}
.mobile-nav__close {
  position: absolute;
  top: 1.875rem;
  left: 1.25rem;
  color: #007CB0;
}
.mobile-nav__close .icon {
  width: 1.4375rem;
  height: 1.3125rem;
}
.mobile-nav__main a {
  color: #3c3c3b;
  display: block;
  padding-bottom: 0.125rem;
  border-bottom: 1px solid #c6c6c6;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.25rem;
  text-transform: uppercase;
}
.mobile-nav__main a:visited {
  color: #3c3c3b;
}
.mobile-nav__main a:hover {
  color: #007CB0;
}
.mobile-nav__main a:active {
  color: #3c3c3b;
}
.mobile-nav__main a:hover {
  text-decoration: none;
}
.mobile-nav__main li a span {
  position: relative;
  top: 0.25rem;
}
.mobile-nav .mobile-menu__list a {
  font-size: 1rem;
  line-height: 2rem;
  text-transform: none;
}
.mobile-nav .mobile-menu__sublist a {
  font-weight: 400;
}
.mobile-nav .mobile-menu__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.25rem;
  gap: 1.25rem;
}
.mobile-nav .mobile-menu__footer a {
  padding-bottom: unset !important;
  border: none !important;
}
.mobile-nav .mobile-menu__footer-aware .icon--aware {
  width: 4.5rem;
  height: 1.875rem;
}
.mobile-nav .mobile-menu__footer-foundation .icon--foundation {
  width: 6.6875rem;
  height: 1.6875rem;
}
.mobile-nav .mobile-menu__footer-spacer {
  display: block;
  width: 0.125rem;
  height: 2rem;
  background-color: #3c3c3b;
}
.mobile-nav .nav-accordion__toggle-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-nav .nav-accordion__toggle-wrapper a {
  width: 100%;
}
.mobile-nav .nav-accordion .accordion__toggle {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.375rem;
  height: 2.375rem;
  border-bottom: 1px solid #c6c6c6;
}
.mobile-nav .nav-accordion .accordion__toggle .icon {
  width: 0.9375rem;
  height: 0.5rem;
  transition: transform 0.3s;
}
.mobile-nav .nav-accordion .accordion__toggle[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.mobile-nav .nav-accordion .accordion__content {
  padding-bottom: 1rem;
}
.mobile-nav .nav-accordion .accordion__content .accordion__toggle {
  width: 2.125rem;
  height: 2.125rem;
}
.mobile-nav .nav-accordion .accordion__content .accordion__toggle .icon {
  width: 0.75rem;
  height: 0.375rem;
}
.mobile-nav .icon--salesport {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.375rem;
}

.has-scrolled-down .sticky-header .mobile-nav__toggle[aria-expanded=true] + .mobile-nav__content {
  top: 3.125rem;
}

.nav-lang__flag {
  border-radius: 2px;
}
.nav-lang__text {
  margin-left: 0.25rem;
}

.site-header__top {
  position: relative;
  z-index: 40;
}

.nav-top {
  height: 3.375rem;
  padding: 0.625rem 0;
}
.nav-top > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .nav-top > ul {
    gap: 1rem;
  }
}
.nav-top > ul > li {
  height: 1rem;
}
@media (max-width: 767px) {
  .nav-top__list {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in 0.2s;
  }
}
@media (min-width: 768px) {
  .nav-top {
    height: 2.25rem;
  }
  .nav-top--search {
    margin-right: 1.125rem;
  }
  .nav-top--foundation {
    margin-right: 1.5625rem;
  }
  .nav-top--salesport {
    margin-right: 1.5rem;
  }
}
.nav-top--aware > a {
  position: relative;
  margin-right: 1rem;
}
.nav-top--aware > a::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.5rem;
  width: 0.0625rem;
  height: 1rem;
  background-color: #3c3c3b;
}
.nav-top .icon--aware {
  width: 2.125rem;
  height: 0.875rem;
}
.nav-top .icon--foundation {
  width: 3.8125rem;
  height: 0.9375rem;
}
.nav-top .icon--salesport {
  width: 1.8125rem;
  height: 1rem;
}
.nav-top .btn--search {
  width: 1rem;
  height: 1rem;
  padding: 0;
}
.nav-top .btn--search .icon {
  width: 1rem;
  height: 1rem;
  padding: 0;
  margin: 0;
  vertical-align: unset;
}
.nav-top .btn--lang {
  padding: 0;
  background-color: #fff !important;
  border: none !important;
}
.nav-top__wrapper {
  position: relative;
}

@media (max-width: 767px) {
  .site-header__top {
    transform: translateY(-30px);
    transition: transform 0.3s ease-in-out;
  }
  .site-header__top.is-open {
    transform: translateY(0);
  }
  .site-header__top.is-open .btn--top-nav-toggle .icon {
    transform: rotate(180deg);
  }
  .site-header__top.is-open .nav-top__list {
    opacity: 1;
    visibility: visible;
  }
}
.btn--top-nav-toggle {
  position: absolute;
  bottom: -12px;
  right: 0;
  padding: 0.25rem 0.375rem;
  font-size: 1rem;
  line-height: 1;
  color: #3c3c3b !important;
  background-color: #fff !important;
  border: none !important;
  border-radius: 0.5rem;
}
.btn--top-nav-toggle .icon {
  transition: transform 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .btn--top-nav-toggle {
    display: none;
  }
}

nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
nav ul {
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
}

.gebaeck-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 400;
  animation-name: comeUp;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-duration: 0.6s;
  background-color: rgba(233, 236, 239, 0.95);
}

.gebaeck-notice__container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 10px);
  padding-left: var(--bs-gutter-x, 10px);
  margin-right: auto;
  margin-left: auto;
}

.gebaeck-notice__content {
  margin: 0 auto;
  max-width: 1448px;
  text-align: left;
}

@keyframes comeUp {
  0% {
    transform: translateY(150%);
  }
  100% {
    transform: translateY(0);
  }
}
.gebaeck-notice--simple .gebaeck-notice__content {
  padding: 1.25rem;
}
.gebaeck-notice--simple .gebaeck-notice__content::after {
  display: block;
  clear: both;
  content: "";
}
.gebaeck-notice--simple .btn, .gebaeck-notice--simple .button {
  float: right;
}

.gebaeck-notice--advanced {
  animation: none;
  top: 0;
  background-color: rgba(17, 17, 17, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}
.gebaeck-notice--advanced .gebaeck-notice__container {
  max-width: 40rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  padding: 1.25rem;
  background-color: #fff;
}

.gebaeck-notice-popup {
  display: none;
  background-color: #fff;
  max-width: 45rem;
  padding: 3rem;
}
.mfp-content .gebaeck-notice-popup {
  display: block;
}
.gebaeck-notice-popup .h2,
.gebaeck-notice-popup h2 {
  padding-bottom: 0.625rem;
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  color: color("primary");
  border-bottom: 1px solid #007CB0;
}

.gebaeck-notice-popup__form {
  margin-top: 1.25rem;
}
.gebaeck-notice-popup__form ul {
  list-style: none;
  padding-left: 0;
}
.gebaeck-notice-popup__form .accordion {
  position: relative;
  border-bottom: 1px solid #adb5bd;
}
.gebaeck-notice-popup__form .accordion > label {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  margin: 0;
}
.gebaeck-notice-popup__form .accordion > label span {
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 0.625rem;
  font-weight: 600;
}
.gebaeck-notice-popup__form .accordion__toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 2.5rem;
  height: 2.8125rem;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gebaeck-notice-popup__form .accordion__toggle .icon {
  width: 1rem;
  height: 1.125rem;
  position: relative;
  top: auto;
  left: auto;
}
.gebaeck-notice-popup__form .accordion__content {
  padding-left: 1.875rem;
  padding-top: 0;
  padding-bottom: 0.625rem;
}
.gebaeck-notice-popup__form .accordion__content .ticks label {
  display: block;
}
.gebaeck-notice-popup__form > .ticks {
  margin-bottom: 0.625rem;
}

.gebaeck-notice__buttons {
  margin-top: 0.75em;
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.gebaeck-notice__buttons .btn, .gebaeck-notice__buttons .button {
  flex-grow: 1;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}

#responsive-status {
  display: none;
  font-family: "mobile";
  min-width: 0;
}
@media (min-width: 0) {
  #responsive-status {
    font-family: "mobile";
    min-width: 0;
  }
}
@media (min-width: 375px) {
  #responsive-status {
    font-family: "xs";
    min-width: 375px;
  }
}
@media (min-width: 576px) {
  #responsive-status {
    font-family: "sm";
    min-width: 576px;
  }
}
@media (min-width: 768px) {
  #responsive-status {
    font-family: "md";
    min-width: 768px;
  }
}
@media (min-width: 980px) {
  #responsive-status {
    font-family: "lg";
    min-width: 980px;
  }
}
@media (min-width: 1200px) {
  #responsive-status {
    font-family: "xl";
    min-width: 1200px;
  }
}
@media (min-width: 1600px) {
  #responsive-status {
    font-family: "xxl";
    min-width: 1600px;
  }
}

.site-content {
  z-index: 20;
  position: relative;
}

.site-footer {
  position: relative;
  color: #f4f4f4;
  z-index: 10;
}
.site-footer a {
  color: #3c3c3b;
}
.site-footer a:visited {
  color: #3c3c3b;
}
.site-footer a:hover {
  color: #007CB0;
}
.site-footer a:active {
  color: #3c3c3b;
}
.site-footer__nav {
  padding: 1.75rem 1.625rem;
}
@media (min-width: 576px) {
  .site-footer__nav {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .site-footer__nav {
    padding: 3.5rem 0;
  }
}
.site-footer__social {
  margin-top: 2.5rem;
}
.site-footer__social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.875rem;
}
.site-footer__social ul a {
  display: flex;
  color: #3c3c3b;
}
.site-footer__social ul a:visited {
  color: #3c3c3b;
}
.site-footer__social ul a:hover {
  color: #3c3c3b;
}
.site-footer__social ul a:active {
  color: #3c3c3b;
}
.site-footer__social ul .icon--social {
  width: 3rem;
  height: 3rem;
}
.site-footer__certs {
  display: flex;
  justify-content: center;
  gap: 1.875rem;
  margin-top: 1.75rem;
  color: #3c3c3b;
}
@media (min-width: 1200px) {
  .site-footer__certs {
    position: absolute;
    bottom: 3.75rem;
    right: 0;
    flex-direction: column;
    margin-top: 0;
  }
}
.site-footer__certs .icon--cert {
  width: 4.625rem;
  height: 4.625rem;
}
@media (min-width: 1200px) {
  .site-footer__certs .icon--cert {
    width: 7.25rem;
    height: 7.25rem;
  }
}
.site-footer__bottom {
  background-color: #fff;
  padding: 1rem 0;
}
.site-footer__to-top {
  position: absolute;
  top: 11.75rem;
  right: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 100%;
  color: #3c3c3b !important;
  background-color: #c6c6c6;
  z-index: 5;
}
@media (min-width: 850px) {
  .site-footer__to-top {
    top: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .site-footer__to-top {
    top: 3.375rem;
  }
}

.footer-nav__main {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14.6875rem, 1fr));
  gap: 2.5rem;
  word-break: break-word;
}
@media (min-width: 1200px) {
  .footer-nav__main {
    gap: 3rem 5rem;
  }
}
.footer-nav__main li + li {
  margin-top: 0.75rem;
}
.footer-nav__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .footer-nav__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-nav__wrapper > nav {
    order: 2;
  }
}
.footer-nav__aside {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: uppercase;
}

.ifm-link {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}

.site-header {
  position: relative;
  background-color: var(--ib-primary-bg-color);
  z-index: 30;
}
.site-header__top {
  width: 100%;
  background: #fff;
}
@media (min-width: 768px) {
  .site-header__top {
    margin-bottom: 1.5rem;
  }
}
.site-header__main-wrapper {
  padding-bottom: 1.25rem;
}
.site-header__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1200px) {
  .site-header__main {
    justify-content: initial;
    align-items: initial;
    gap: 2.25rem;
  }
}
.site-header__title {
  flex-shrink: 0;
}
.site-header__logo {
  width: 10.4375rem;
  height: 2.125rem;
}
@media (min-width: 768px) {
  .site-header__logo {
    width: 12.3125rem;
    height: 2.5rem;
  }
}

.site-login .site-login__content,
.site-login > ul {
  left: 50%;
  transform: translate(-50%, 0);
  color: #3c3c3b;
}

.site-nav {
  z-index: 35;
}
@media (min-width: 1200px) {
  .site-nav--mobile {
    display: none;
  }
}
.site-nav--desktop {
  display: none;
}
@media (min-width: 1200px) {
  .site-nav--desktop {
    display: flex;
  }
}

.search-bar {
  position: relative;
  top: -0.5625rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 2.125rem;
  overflow: hidden;
  border-radius: 2.125rem;
  outline: 2px solid transparent;
  transition: width 0.3s, outline 0.3s;
}
.search-bar:has(.search-bar__input:not(:-moz-placeholder-shown)) {
  width: 13.375rem;
  outline: 2px solid #c6c6c6;
}
.search-bar:has(.search-bar__input:not(:-ms-input-placeholder)) {
  width: 13.375rem;
  outline: 2px solid #c6c6c6;
}
.search-bar:focus-within, .search-bar:has(.search-bar__input:not(:placeholder-shown)) {
  width: 13.375rem;
  outline: 2px solid #c6c6c6;
}
.search-bar__button {
  flex-shrink: 0;
  width: 2.125rem;
  height: 2.125rem;
}
.search-bar__input {
  width: 100%;
  height: 2.125rem;
  padding: 0.3125rem 0.4375rem 0.3125rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 0;
}
.search-bar__input:focus {
  box-shadow: none;
}

.mobile-search {
  margin-bottom: 1.875rem;
}
.mobile-search__input-wrapper {
  position: relative;
}
.mobile-search__input {
  width: 100%;
  height: 2.75rem;
  padding: 0 0.625rem 0 2.5rem;
  font-size: 1rem;
  background: #fff;
  border: 0;
  border-radius: 6px;
}
.mobile-search__button {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  color: #3c3c3b;
}
.mobile-search__button .icon {
  width: 1.25rem;
  height: 1.25rem;
}

.sticky-header--initialized {
  position: fixed;
  top: 0;
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.has-scrolled-up .sticky-header--initialized {
  transform: translateY(0);
}
.has-scrolled-down .sticky-header--initialized {
  transform: translateY(-100%);
}

.page--applications-details {
  margin-top: 2.25rem;
  word-break: break-word;
}
@media (min-width: 980px) {
  .page--applications-details {
    margin-top: 3.5rem;
  }
}
.page--applications-details .application-gallery {
  margin-top: 4rem;
}
@media (min-width: 980px) {
  .page--applications-details .application-gallery {
    margin-top: 5.25rem;
  }
}
.page--applications-details .application-gallery__wrapper {
  margin-top: 4rem;
}
.page--applications-details .application-products {
  margin-top: 4rem;
}
@media (min-width: 980px) {
  .page--applications-details .application-products {
    margin-top: 7.5rem;
  }
}
.page--applications-details .application-products__carousel {
  margin-top: 2.25rem;
}
@media (min-width: 980px) {
  .page--applications-details .application-products__carousel {
    margin-top: 4.5rem;
  }
}
.page--applications-details .application-contact-person {
  margin-top: 4rem;
}
@media (min-width: 980px) {
  .page--applications-details .application-contact-person {
    margin-top: 6.75rem;
  }
}

/* page--applications */
.page--applications {
  margin-top: 2.25rem;
}
@media (min-width: 980px) {
  .page--applications {
    margin-top: 3.5rem;
  }
}
.page--applications .section-app-solutions {
  margin-top: 5rem;
  word-break: break-word;
}
@media (min-width: 1200px) {
  .page--applications .section-app-solutions {
    margin-top: 8.125rem;
  }
}
.page--applications .solutions-grid {
  margin-top: 3rem;
  margin-bottom: 5.25rem;
}
@media (min-width: 980px) {
  .page--applications .solutions-grid {
    margin-top: 4.6875rem;
  }
}

@media (min-width: 980px) {
  .hero + .site-content .page--applications {
    margin-top: 4.625rem;
  }
}

.page--articles-reviews .articles-entry {
  margin-bottom: 1.5em;
}
.page--articles-reviews .articles-entry .articles-entry__title {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media (max-width: 374px) {
  .page--articles-reviews .articles-entry {
    display: flex;
  }
  .page--articles-reviews .articles-entry .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .page--articles-reviews .articles-entry .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .page--articles-reviews .articles-entry {
    display: flex;
  }
  .page--articles-reviews .articles-entry .articles-entry__image {
    flex: 0 0 9.375rem;
    max-width: 9.375rem;
  }
  .page--articles-reviews .articles-entry .articles-entry__text {
    flex-grow: 1;
    padding-left: 1.25rem;
  }
}
@media (max-width: 979px) {
  .page--articles-reviews .reviews-entry__data {
    flex: 0 0 8.75rem;
  }
}

.articles-details-related .container__inner {
  border-top: 1px solid #adb5bd;
  padding-top: 1.5em;
  margin-top: 1.5em;
}

.page--articles-overview .pageselector {
  margin-left: auto;
  margin-right: auto;
}

.cart-token {
  font-size: 1.2rem;
  line-height: 1.4;
}

.cart-memory-form {
  max-width: 31.25rem;
}

.cart-popup {
  padding: 1.25rem;
  box-sizing: border-box;
  background-color: #fff;
  text-align: left;
  max-width: 28.75rem;
}
.cart-popup *,
.cart-popup *:before,
.cart-popup *:after {
  box-sizing: inherit;
}

.cart-popup__heading {
  border-bottom: 1px solid color("secondary");
}

.cart-popup__image,
.cart-popup__text {
  margin-bottom: 0.75em;
}

.cart-popup__article {
  display: flex;
  margin: 1.5em 0;
}
.cart-popup__article .articles-entry__image {
  flex: 0 0 5rem;
  max-width: 5rem;
}
.cart-popup__article .articles-entry__text {
  flex-grow: 1;
  padding-left: 0.625rem;
}
.cart-popup__article .articles-entry__artno {
  margin-top: 0;
}

.cart-popup__buttons {
  padding-top: 0.75em;
}

.cart-popup__button {
  width: 100%;
}

@media (min-width: 375px) {
  .cart-popup__article {
    display: flex;
  }
  .cart-popup__article .articles-entry__image {
    flex: 0 0 6.25rem;
    max-width: 6.25rem;
  }
  .cart-popup__article .articles-entry__text {
    flex-grow: 1;
    padding-left: 0.625rem;
  }

  .cart-popup__buttons {
    display: flex;
    justify-content: space-between;
  }

  .cart-popup__button {
    width: auto;
  }
}
.cart-options {
  margin-top: 0.75em;
  display: flex;
  justify-content: space-between;
}

.cart-misc-options {
  margin-top: 1.5em;
}
@media (min-width: 576px) {
  .cart-misc-options {
    display: flex;
  }
}

.cart-misc-options__option {
  display: block;
  text-align: center;
}
@media (min-width: 576px) {
  .cart-misc-options__option:not(:last-child) {
    margin-right: 1.25rem;
  }
}

.cart-misc-options__option--save .dropdown__content {
  width: 17.5rem;
  text-align: left;
}

.cart-sidebar__item + .cart-sidebar__item {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .cart-summary {
    display: none;
  }
}

.cart-coupon .card {
  max-width: 25rem;
}

.page--company-history {
  margin-top: 2.25rem;
}
@media (min-width: 980px) {
  .page--company-history {
    margin-top: 3.5rem;
  }
}

@media (min-width: 980px) {
  .hero + .site-content .page--company-history {
    margin-top: 4.625rem;
  }
}

.history-wrapper {
  margin-top: 4rem;
  margin-bottom: 3rem;
  padding: 2rem 0;
  background-color: #007CB0;
}
@media (min-width: 980px) {
  .history-wrapper {
    margin-top: 6rem;
  }
}

/* page--contact-persons */
.page--contact-persons {
  margin-top: 2.25rem;
  word-break: break-word;
}
@media (min-width: 980px) {
  .page--contact-persons {
    margin-top: 3.5rem;
  }
}

@media (min-width: 980px) {
  .hero + .site-content .page--contact-persons {
    margin-top: 4.625rem;
  }
}

/* Modul pages Detailseite*/
.page--content-page {
  margin-top: 2.5rem;
}
@media (min-width: 980px) {
  .page--content-page {
    margin-top: 6.375rem;
  }
}
.page--content-page .chapters-categories {
  margin-bottom: 7.125rem;
  padding-top: 10.75rem;
  padding-bottom: 9.3125rem;
  background-color: var(--ib-primary-color);
}
.page--content-page .chapters-categories__wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 3.75rem;
}
@media (min-width: 1200px) {
  .page--content-page .chapters-categories__wrapper {
    gap: 5rem;
  }
}
@media (min-width: 980px) {
  .page--content-page .chapters-categories__wrapper--full {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.page--content-page .content-section {
  margin-bottom: 7.5rem;
  scroll-margin-top: 7.5rem;
}
.page--content-page .content-section--bg {
  padding-top: 9.125rem;
  padding-bottom: 9.125rem;
  background-color: var(--ib-primary-color);
}
@media (min-width: 1200px) {
  .page--content-page .content-section--bg {
    padding-bottom: 10.875rem;
  }
}

.page--customer-choose .table > thead > tr > th {
  white-space: nowrap;
  padding-right: 1.25rem;
  position: relative;
}
.page--customer-choose .table > thead > tr > th .orderasc,
.page--customer-choose .table > thead > tr > th .orderdesc {
  position: absolute;
  right: 0.3125rem;
  bottom: 0.625rem;
}

.customer-choose-search {
  margin-bottom: 1.5em;
}

.customer-data__entry {
  margin-bottom: 1.5em;
}

.page--customer-edit .alert-message.error {
  margin-top: 1.5em;
}

.page--customer-favorites .no-articles-message {
  display: none;
}

.lost-pw-form {
  max-width: 31.25rem;
}

.customer-payment__buttons {
  margin: 0;
}

.customer-select-address {
  margin-bottom: 1.5em;
}

.customer-select-address-entry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.customer-select-address-entry__content {
  padding-right: 1.25rem;
}

.customer-content {
  margin-top: 1.5em;
}

.page--home .section-applications {
  margin-top: 2.5rem;
}
@media (min-width: 980px) {
  .page--home .section-applications {
    margin-top: 6.375rem;
  }
}
.page--home .section-products {
  margin-top: 3.5rem;
}
@media (min-width: 980px) {
  .page--home .section-products {
    margin-top: 7.5rem;
  }
}
.page--home .section-products .categories-grid {
  margin-top: 2.125rem;
}
.page--home .section-benefits {
  margin-top: 3.75rem;
  padding: 3.75rem 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .page--home .section-benefits {
    margin-top: 7.5rem;
  }
}
@media (min-width: 1200px) {
  .page--home .section-benefits {
    margin-top: 15.9375rem;
  }
}
.page--home .section-news {
  padding: 2.875rem 0 13.125rem;
  background-image: url("../../images/vv_bg.png");
}
@media (min-width: 1200px) {
  .page--home .section-news {
    padding-bottom: 6.25rem;
  }
}
.page--home .section-fairs {
  margin-top: 3rem;
  padding-bottom: 12.5rem;
}
@media (min-width: 1200px) {
  .page--home .section-fairs {
    margin-top: 4.0625rem;
    padding-bottom: 8.5rem;
  }
}
.page--home .section-career {
  padding: 3.5rem 0 5rem;
  background-color: #007CB0;
  overflow: hidden;
}
.page--home .section-career .career-carousel {
  margin-top: 3.75rem;
}

.page--imprint::after,
.page--imprint p::after {
  display: block;
  clear: both;
  content: "";
}
.page--imprint .left {
  display: block;
}
.page--imprint .right {
  display: block;
  margin-bottom: 0.75em;
}
@media (min-width: 576px) {
  .page--imprint .left {
    clear: left;
    width: 12.5rem;
    float: left;
    margin-right: 1.25rem;
  }
  .page--imprint .right {
    float: left;
    margin-bottom: 0;
  }
}

.page--lightbox {
  padding: 0.625rem;
}
@media (min-width: 375px) {
  .page--lightbox {
    padding: 1.25rem;
  }
}

.order-time {
  margin-bottom: 1.25rem;
}

.page--maps .maps-menu ul {
  border-bottom: 1px solid #adb5bd;
  display: flex;
}
.page--maps .maps-menu ul,
.page--maps .maps-menu ul li {
  list-style: none;
  background-image: none;
  padding: 0;
  margin: 0;
}
.page--maps .maps-menu ul li {
  display: inline;
}
.page--maps .maps-menu ul::after {
  display: block;
  clear: both;
  content: "";
}
.page--maps .maps-menu ul li {
  display: flex;
}
.page--maps .maps-menu ul a {
  flex-basis: 100%;
  display: block;
  position: relative;
  z-index: 10;
  padding: 0.625rem 1.25rem;
  margin-bottom: -1px;
  margin-right: 0.125rem;
  cursor: pointer;
  text-decoration: none;
  color: #007CB0;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  border-bottom: 1px solid #adb5bd;
  transition: all 0.2s ease-out;
  border-radius: 0 0 0 0;
}
.page--maps .maps-menu ul a:hover, .page--maps .maps-menu ul a:focus {
  z-index: 20;
  color: #004664;
  border-bottom: 1px solid #adb5bd;
  text-decoration: underline;
}
.page--maps .maps-menu ul a[aria-selected], .page--maps .maps-menu ul a.is-active {
  z-index: 30;
  color: #3c3c3b;
  background-color: #fff;
  border-color: #adb5bd;
  border-bottom: 1px solid #fff;
}
.page--maps .maps-content {
  margin-top: 1.5em;
}

/* page--news */
.page--news {
  margin-top: 2.25rem;
  word-break: break-word;
}
@media (min-width: 980px) {
  .page--news {
    margin-top: 3.5rem;
  }
}

@media (min-width: 980px) {
  .hero + .site-content .page--news {
    margin-top: 4.625rem;
  }
}

/* page--news-details */
.page--news-details {
  margin-top: 2.25rem;
  margin-bottom: 3rem;
  word-break: break-word;
}
@media (min-width: 980px) {
  .page--news-details {
    margin-top: 3.5rem;
  }
}
.page--news-details .page-card {
  max-width: 56.25rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 25px;
}

.newsletter-subscriber-intro {
  margin-bottom: 1.5em;
}

.order-customer-data {
  margin-bottom: 1.5em;
}
.order-customer-data::after {
  display: block;
  clear: both;
  content: "";
}

.order-cart {
  margin-bottom: 1.5em;
}

.order-message {
  margin-bottom: 1.5em;
}

.order-button {
  text-align: right;
}

/* page--products-details */
.page--products-details .pds-content {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 980px) {
  .page--products-details .pds-content--technical {
    margin-top: 3rem;
    margin-bottom: 4.75rem;
  }
}
@media (min-width: 980px) {
  .page--products-details .pds-content--media {
    margin-bottom: 5.375rem;
  }
}
@media (min-width: 980px) {
  .page--products-details .pds-content--related {
    margin-bottom: 4.875rem;
  }
}
@media (min-width: 980px) {
  .page--products-details .pds-content--contact {
    margin-bottom: 0;
  }
}

/* page--products-overview */
.page--products-overview {
  margin-top: 2.25rem;
}
@media (min-width: 980px) {
  .page--products-overview {
    margin-top: 3.5rem;
  }
}
.page--products-overview .products-intro h1, .page--products-overview .products-intro .h1,
.page--products-overview .products-intro h2, .page--products-overview .products-intro .h2,
.page--products-overview .products-intro h3, .page--products-overview .products-intro .h3 {
  text-transform: uppercase;
  color: #007CB0;
}

/* page--search */
.page--search {
  margin-top: 2.25rem;
}
@media (min-width: 980px) {
  .page--search {
    margin-top: 3.5rem;
  }
}

/* page--suppliers */
.page--suppliers {
  margin-top: 2.25rem;
}
@media (min-width: 980px) {
  .page--suppliers {
    margin-top: 3.5rem;
  }
}

/* page--plain */
.page--plain {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}
@media (min-width: 980px) {
  .page--plain {
    margin-top: 3.5rem;
  }
}

@media (min-width: 980px) {
  .hero + .site-content .page--plain {
    margin-top: 4.625rem;
  }
}

::-moz-selection {
  background-color: #007CB0;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #007CB0;
  color: #fff;
  text-shadow: none;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
}

:root {
  --ib-primary-color: #007CB0;
  --ib-primary-bg-color: #f4f4f4;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 124, 176, 0.5);
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  background-color: var(--ib-primary-bg-color);
  color: #3c3c3b;
}

*:focus {
  outline: none !important;
}

body.user-is-tabbing *:not(.formfield):not(select):not(.btn):not(.button):not(input[type=checkbox]):not(input[type=radio]):focus {
  outline: 3px solid var(--ib-outline-color, rgba(0, 124, 176, 0.25)) !important;
}

html,
button,
input,
select,
textarea {
  color: #3c3c3b;
}

p + *, * + p, .p + *, * + .p,
ul + *, * + ul,
ol + *, * + ol,
h1 + *, .h1 + *,
h2 + *, .h2 + *,
h3 + *, .h3 + *,
h4 + *, .h4 + *,
h5 + *, .h5 + *,
h6 + *, .h6 + * {
  margin: 1rem 0 0;
}

* + h2, * + .h2,
* + h3, * + .h3,
* + h4, * + .h4,
* + h5, * + .h5,
* + h6, * + .h6 {
  margin: 1.5rem 0 0;
}

a,
a:focus,
button,
input[type=button],
input[type=submit],
select:focus {
  outline: none;
}

pre,
code {
  font-family: "Roboto Mono", "Consolas", "Menlo", "Monaco", "Source Code Pro", "Courier New", monospace;
}

.hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.theme--aware {
  --ib-primary-color: #007334;
  --ib-primary-bg-color: #EBE2C9;
}
.theme--aware .chapters-categories {
  background-image: url("../../images/aware_bg_pattern.png");
  background-size: cover;
}
.theme--aware .content-section--bg {
  background-image: url("../../images/aware_bg_pattern.png");
}

.color-primary {
  color: var(--ib-primary-color) !important;
}

.color-white {
  color: #fff !important;
}

.prevent-text-overflow {
  word-break: break-word !important;
  overflow: hidden !important;
}

.hyphens-auto {
  -webkit-hyphens: auto !important;
      -ms-hyphens: auto !important;
          hyphens: auto !important;
}
/*# sourceMappingURL=maps/screen.css.map */
