/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(7f01b07148f205f6e825.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    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;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[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;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(a4e97f5a2a64f0ab1323.eot);
    src: url(a4e97f5a2a64f0ab1323.eot?#iefix) format('embedded-opentype'), url(295183786cd8a1389865.woff) format('woff'), url(c94f7671dcc99dce43e2.ttf) format('truetype'), url(2630a3e3eab21c607e21.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: 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: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.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
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

:root{--gov-color-blue: #312783;--gov-color-blue-dark: #282160;--gov-color-blue-hover: #E9E8F2;--ducr-fontsize-content: 15;--ducr-fontsize-tile: 20;--gov-color-grey-background: #00000;--gov-color-grey-bg-light: #f9f9f9;--gov-color-blue-bg-light: #E9E8F2}@use "sass:math";h1{font-size:2.125rem;margin-bottom:1.5rem}.ducr-header{transition:all 0.3s ease-in-out}@media screen and (max-width: 56.24375em){.ducr-header{position:fixed;top:0;left:0;width:100%;z-index:50}}.ducr-header--tiny .gov-header__holder{padding-top:.75rem;padding-bottom:.75rem}.ducr-header--tiny .gov-header__nav .gov-link{padding-top:1.25rem;padding-bottom:1.25rem}.ducr-header--tiny .gov-header__logo{max-width:5rem}@media screen and (max-width: 56.24375em){.ducr-header--tiny .gov-header__holder{padding-top:.875rem;padding-bottom:.625rem}.ducr-header--tiny .gov-search{display:none}.ducr-header--tiny .gov-header__logo{max-width:4.125rem}}.gov-header{padding:0rem !important}.gov-header__holder{transition:all 0.3s ease-in-out}@media screen and (max-width: 56.24375em){.gov-header__holder{padding-top:1.5rem;padding-bottom:1.5rem}.gov-header .gov-search{transition:all 0.3s ease-in-out;margin-top:1.25rem}.gov-header__fixed-items{top:-.5rem}}@media screen and (min-width: 56.25em){.gov-header__holder{padding-top:1.875rem;padding-bottom:1.875rem}}.gov-header__logo{max-width:6.25rem;transition:all 0.3s ease-in-out}@media (max-width: 51.99em){.gov-header__logo{max-width:4.75rem}}.gov-header__separator{border-bottom:2px solid var(--gov-color-grey-bg);left:auto;width:auto}.gov-header{background-color:var(--gov-color-white)}.gov-header__nav-container{background-color:var(--gov-color-blue)}.gov-header__nav-container .gov-link{color:var(--gov-color-white)}.gov-header__nav-container .gov-link:visited{color:var(--gov-color-white)}.gov-header__nav-holder{list-style-type:none;margin:0rem}.gov-header__link{list-style-type:none}.gov-header__link:before{content:"";display:none}.gov-header .gov-search [type="text"]{padding-top:0.525rem;padding-bottom:0.4625rem;letter-spacing:0.1px}.gov-header .gov-lang-switch:hover{background:#E9E8F2}.gov-header .gov-lang-switch:after{color:var(--gov-color-blue)}.gov-header .gov-lang-switch__select{color:var(--gov-color-blue)}.gov-header.is-fixed .gov-header__lang{display:none}.gov-header__hamburger{color:var(--gov-color-blue)}@media (max-width: 56.24em){.gov-header__hamburger.active{color:var(--gov-color-white)}.gov-header__hamburger.active span{background-color:var(--gov-color-white)}}.gov-header__hamburger span{background:var(--gov-color-blue)}@media screen and (min-width: 56.25em){.gov-header__item:nth-child(1){order:3}.gov-header__fixed-items{order:4}}.home .gov-header__nav-container,.home .gov-header__nav{background-color:var(--gov-color-white)}@media (max-width: 56.24em){.home .gov-header__nav-container,.home .gov-header__nav{background-color:var(--gov-color-blue)}}.home .gov-header__nav-container .gov-link,.home .gov-header__nav .gov-link{color:var(--gov-color-blue)}@media (max-width: 56.24em){.home .gov-header__nav-container .gov-link,.home .gov-header__nav .gov-link{color:var(--gov-color-white)}}.home .gov-header__nav-container .gov-link:visited,.home .gov-header__nav .gov-link:visited{color:var(--gov-color-blue)}@media (max-width: 56.24em){.home .gov-header__nav-container .gov-link:visited,.home .gov-header__nav .gov-link:visited{color:var(--gov-color-white)}}.home .gov-header__nav-container .gov-link:before,.home .gov-header__nav .gov-link:before{background-color:var(--gov-color-blue)}@media (max-width: 56.24em){.home .gov-header__nav-container .gov-link:before,.home .gov-header__nav .gov-link:before{color:var(--gov-color-white)}}.ducr__mobil-menu-login{margin-top:.5625rem;padding-top:1.5rem;margin-left:1.25rem;border-top:2px solid #5A529C}@media (min-width: 56.25em){.ducr__mobil-menu-login{display:none}}.ducr__mobil-menu-login .gov-button--primary{border-color:#ffffff;margin-bottom:1.5rem}.ducr__mobil-menu-login .gov-button--primary[target="_blank"]:after{background-image:url(5375fdd05110588b5670.svg)}.ducr__mobil-menu-login .gov-button--primary:hover,.ducr__mobil-menu-login .gov-button--primary:focus{background-color:#9891CE}.gov-footer .gov-link{font-weight:400;color:var(--gov-color-white)}.gov-footer .gov-link:visited{color:var(--gov-color-white)}.gov-footer .faLIicon{vertical-align:middle;font-size:1.3125rem}.gov-footer__upper{padding-bottom:.625rem}.gov-footer__headline{font-weight:400}.gov-footer .social__links>li{line-height:1}.gov-footer .social__links a .gov-icon{font-size:1.21875rem !important}.gov-footer a,.gov-footer .gov-link{text-transform:none;line-height:1.125rem}.gov-footer a--external:after,.gov-footer a[target="_blank"]:after,.gov-footer .gov-link--external:after,.gov-footer .gov-link[target="_blank"]:after{background-image:url(5375fdd05110588b5670.svg)}.gov-footer .gov-footnote{margin-bottom:1.875rem}.gov-footer .gov-footnote__made-by{color:inherit;font-size:1em}.gov-footer .gov-footnote__made-by[target="_blank"]:after{content:"";background-image:none}.ducr-footer{padding-bottom:0rem}.ducr-footer hr{margin-top:0rem;margin-bottom:2rem}.ducr-footer .gov-footer__lower .gov-footnote{margin-bottom:2.375rem}@media (max-width: 57.99em){.ducr-footer hr{margin-bottom:1.5rem}.ducr-footer .gov-footer__lower .gov-footnote{margin-bottom:1.5rem}}html{scroll-behavior:smooth;font-size:16px}body{overflow:initial}@media screen and (max-width: 56.24375em){body{padding-top:9.375rem}}a,.gov-link{color:var(--gov-color-blue)}a:visited,a a:visited>*,.gov-link:visited,.gov-link a:visited>*{color:var(--gov-color-blue)}a.copy__clipboard:hover,a.copy__clipboard:focus,.gov-link.copy__clipboard:hover,.gov-link.copy__clipboard:focus{text-decoration:none}a--external:after,a[target="_blank"]:after,.gov-link--external:after,.gov-link[target="_blank"]:after{content:"";background:url(81e55c05389f858a3667.svg) no-repeat center center;background-size:100%;width:.625rem;min-width:.625rem;height:.625rem;margin-left:.5rem;vertical-align:baseline}.gov-page{font-size:1rem}h2.text-center,h1.text-center{text-align:center}.panel-grid.panel-no-style{display:block}.u-bg-color--grey-light{background:var(--gov-color-grey-bg-light)}.u-bg-color--blue-light{background:var(--gov-color-blue-bg-light)}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children>.gov-link:before{right:0rem}.gov-header__nav>.gov-header__nav-holder .menu-item-has-children{position:relative}.gov-header__nav>.gov-header__nav-holder .menu-item-has-children>.gov-link:after{content:"G";display:block;position:absolute;right:-.1875rem;top:50%;font-size:1.25rem;font-family:"gov-basic-icons";pointer-events:none;color:currentColor;transform:translateY(-50%) rotate(0deg);transition:all 300ms ease-in-out}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder .menu-item-has-children>.gov-link:after{position:relative;top:14px;right:auto;bottom:auto;left:10px;display:inline-block}}.gov-header__nav>.gov-header__nav-holder .menu-item-has-children:hover .gov-link:after,.gov-header__nav>.gov-header__nav-holder .menu-item-has-children:focus .gov-link:after{transform:translateY(-50%) rotate(180deg)}@media (max-width: 46.24em){.gov-header__nav{background-color:var(--gov-color-blue)}.gov-header__nav .gov-header__link .gov-link{padding:14px 34px 15px 34px}.gov-header__nav .gov-header__link.active>.sub-menu{display:block !important}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu{box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1;z-index:20;display:none;position:absolute;background:var(--gov-color-grey-bg);padding:.5rem 0rem;transform:translateY(.625rem) translateX(-50%);left:50%;margin:0rem}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu{position:relative;display:none;background:none;left:0 !important;transform:none !important;box-shadow:none;border:none;margin-left:36px}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .sub-menu{margin-left:8px}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu:before{content:" ";display:inline-block;width:100%;height:.6875rem;position:absolute;top:-.6875rem}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link{color:var(--gov-color-blue)}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link{color:var(--gov-color-white);font-weight:400}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children .gov-link:after{transform:translateY(-50%) rotate(-90deg);right:1.25rem}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link{width:18.75rem;padding:1rem 1.5rem;text-transform:none;line-height:1.1875rem}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link{width:100%;padding:15px 0;border-bottom:1px solid #5a529c}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:before{content:" ";height:1px;background:#ddd}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:hover,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:focus{background:var(--gov-color-blue-bg-light);color:var(--gov-color-grey-dark)}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:hover,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:focus{background:#5a529c;color:var(--gov-color-white)}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:hover::before,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-link:focus::before{content:"";position:absolute;width:100%;height:auto;top:-1px;bottom:-1px;left:-50%;z-index:-1;background:#5a529c;display:block !important}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .gov-header__link:first-of-type .gov-link:before{display:none;vertical-align:middle}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children.gov-header__link:first-of-type .sub-menu{left:unset;transform:translateY(.625rem)}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children:hover:after,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children:focus:after{content:" ";display:inline-block;position:absolute;border-left:.625rem solid transparent;border-right:.625rem solid transparent;border-bottom:.625rem solid var(--gov-color-grey-bg);bottom:-.8125rem;left:50%;z-index:20}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children:hover:after,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children:focus:after{display:none}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children:hover>.sub-menu,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children:focus>.sub-menu{display:block}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children:focus>.sub-menu{display:block;position:absolute;left:.0625rem;top:-.5rem;transform:translateX(100%)}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children:focus>.sub-menu{position:relative;left:auto;top:auto;transform:none}}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children:hover>.sub-menu:before,.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children:focus>.sub-menu:before{content:" ";display:inline-block;position:absolute;left:-.1875rem;width:.1875rem;top:0rem;height:100%}@media (max-width: 46.24em){.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children.active>.gov-link{background:#5a529c}.gov-header__nav>.gov-header__nav-holder>.menu-item-has-children .sub-menu .menu-item-has-children.active>.gov-link::before{content:"";position:absolute;width:100%;height:auto;top:-1px;bottom:-1px;left:-50%;z-index:-1;background:#5a529c;display:block !important}}.gov-modal__content{width:auto}@media (min-width: 61.25em){.modal-size--xl{max-width:90%}}.gov-alert--content{padding-top:.9375rem;padding-bottom:.9375rem}.ducr__page-404__content{padding-top:6.25rem;background:url(32471899e2f6f9bb4e77.svg) no-repeat right 4.375rem;background-size:400px auto}.ducr__page-404__inner-wrap{padding-right:50%;min-height:400px}@media (max-width: 46.24em){.ducr__page-404__inner-wrap{padding-right:0}}.ducr__page-404__inner-wrap h1{font-size:50px;line-height:1.28;letter-spacing:0.005em;margin-bottom:33px}.ducr__page-404__inner-wrap .gov-button{margin-top:13px}.page-template-page-article-content .gov-container{overflow:unset}.post__entry .post__tile{padding:0;display:flex;justify-content:space-between;gap:2.5rem}.post__entry .post__tile:before,.post__entry .post__tile:after,.post__entry .post__tile:not(:last-of-type):before{content:none;display:none}.post__entry .post__tile .gov-preview-tile__headline:after{content:"F";font-size:1.5em;top:-0.17em}.post__entry .post__tile .post__content{flex-basis:100%}.post__entry .post__tile .post__content>p{color:var(--gov-color-grey-mid)}.post__entry .post__tile .post__content>p:last-of-type{margin-bottom:0}.post__entry .post__thumbnail{max-width:14.375rem;flex-basis:100%}.post__entry .post__thumbnail img{box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1}@media (max-width: 61.24em){.post__entry .post__thumbnail{display:none}}.post__entry .post__date{font-size:.75rem;margin-bottom:.75rem;font-weight:normal;color:var(--gov-color-grey-mid)}.single-post .post__date{margin-bottom:2rem;line-height:1.25rem}.single-post .post__date-label{font-size:.75rem;font-weight:bold;text-transform:uppercase;letter-spacing:0.06px}.single .gov-container{overflow:unset}blockquote p:last-child,.gov-blockquote p:last-child{margin-bottom:0}.gov-button[target=_blank]{position:relative;padding-right:2.5rem;margin-right:0}.gov-button[target=_blank]:after{position:absolute;right:.625rem;font-size:1.75rem}.ducr__buttons{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.5625rem}.ducr__buttons .gov-button--external,.ducr__buttons .gov-button[target="_blank"]{position:relative;padding-right:2.125rem}.ducr__buttons .gov-button--external:after,.ducr__buttons .gov-button[target="_blank"]:after{content:"";background:url(81e55c05389f858a3667.svg) no-repeat center center;background-size:100%;width:.625rem;min-width:.625rem;height:.625rem;margin-left:.5rem;vertical-align:baseline;position:absolute;right:.25rem}.ducr__buttons .gov-button--primary[target="_blank"]:after{background-image:url(5375fdd05110588b5670.svg)}.ducr__organization-item:last-of-type{margin-bottom:2.5rem}.ducr__organization-item-emails,.ducr__organization-item-phones{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:2.5rem;list-style:none;list-style-type:none;padding:0;margin-top:2.375rem}.ducr__organization-item-emails:not(:last-of-type),.ducr__organization-item-phones:not(:last-of-type){margin-bottom:2.375rem}.ducr__organization-item-email,.ducr__organization-item-phone{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0;font-size:.75rem;white-space:nowrap}.ducr__organization-item-email-label,.ducr__organization-item-phone-label{font-weight:bold}.ducr__contacttable{display:flex;flex-wrap:wrap;gap:2.5rem;margin-bottom:2rem}.ducr__contacttable-table-section{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:baseline;flex:1}.ducr__contacttable-table-caption{flex-basis:100%}.gov-container__content{max-width:73.125rem}.gov-content-block{font-size:.9375rem;letter-spacing:.07px;box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1;position:relative;margin-bottom:2.1875rem;padding:2.5rem;padding-bottom:1.25rem;border-bottom:4px solid #DC0D15;background:var(--gov-color-white) url(efcab60e473e986c0981.svg) no-repeat top right;background-size:5.9375rem;overflow:hidden}.gov-content-block a--external:after,.gov-content-block a[target="_blank"]:after,.gov-content-block .gov-link--external:after,.gov-content-block .gov-link[target="_blank"]:after,.gov-content-block .gov-button--external:after,.gov-content-block .gov-button[target="_blank"]:after{margin-left:.375rem;margin-right:.625rem}.gov-content-block>*:last-child{margin-bottom:0}.gov-content-block hr{margin:0;margin-top:1.875rem;margin-bottom:1.875rem;height:1px;border:none;border-bottom:1px solid var(--gov-color-grey-inactive)}.gov-content-block hr.gov-content-block__separator{margin-left:-2.5rem;margin-right:-2.5rem}.gov-content-block .gov-tabs--full-width .gov-tabs__links-holder:after{left:-2.5rem;right:-2.5rem}.gov-content-block--no-padding{position:relative;padding:0}@media (max-width: 51.99em){.gov-content-block{padding:1.25rem 1.875rem}.gov-content-block hr.gov-content-block__separator{margin-left:-1.875rem;margin-right:-1.875rem}.gov-content-block .gov-tabs--full-width .gov-tabs__links-holder:after{left:-1.875rem;right:-1.875rem}.gov-content-block--no-padding{position:relative;padding:0}}@media (max-width: 31.99em){.gov-content-block:not(.gov-content-block--no-padding){padding:1.25rem}}.gov-content-block .gov-content-block{all:unset}.content__navigation{align-self:flex-start}@media (min-width: 58em){.content__navigation{position:sticky;top:0rem}}.content__navigation-title{color:#3B3B3B}.section-nav{margin-top:24px}.section-nav ul li{margin-bottom:0px}.section-nav .content__nav-link{text-decoration:none;font-size:20px;padding:12px 0px 12px 28px;border-left:2px solid rgba(187,187,187,0.77);color:#686868;display:inline-block;letter-spacing:normal;line-height:1.6rem}.section-nav .content__nav-link:hover,.section-nav .content__nav-link.active{color:var(--gov-color-blue);border-color:var(--gov-color-blue)}.ducr__image-text-boxes{display:flex;justify-content:space-between;gap:1.875rem;flex-wrap:wrap}.ducr__image-text-boxes .ducr__news-bigitem{background-color:var(--gov-color-blue);box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1;height:auto;flex:1 0 45%}.ducr__image-text-boxes .ducr__news-bigitem:after{background-image:linear-gradient(transparent, var(--gov-color-blue) 80%)}@media (max-width: 61.24em){.ducr__image-text-boxes .ducr__news-bigitem{flex:1 0 100%}}.ducr__post-filter .gov-accordion__header:first-of-type:before{display:none}.ducr__post-filter-submit{width:100%;font-size:.9375rem;letter-spacing:0.8px;font-weight:500}@media (min-width: 46.25em){.ducr__table{margin-bottom:0rem}}.ducr__table tr{border-bottom:none}.ducr__table th,.ducr__table td{padding-top:.1875rem;padding-bottom:.1875rem}.ducr__table th{padding-right:1.25rem}@media (min-width: 61.25em){.ducr__table-sortable .ducr__buttons{justify-content:flex-end}}.gov-table-cover{overflow-x:auto}.ducr__tile{padding:1.875rem 1.5625rem 1.875rem 1.875rem;background:#ffffff;box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1}.ducr__tile:before,.ducr__tile:not(.ducr__news-list-item):after,.ducr__tile:not(:last-of-type):before{content:none;display:none}a.ducr__tile .gov-preview-tile__headline{font-size:1.125rem;line-height:1.5rem;letter-spacing:0.09px;width:auto}@media (min-width: 61.25em){a.ducr__tile .gov-preview-tile__headline{font-size:1.25rem;padding-right:2.75rem}}a.ducr__tile .gov-preview-tile__headline:after{content:"F";font-size:1.5em;top:-0.16em}a.ducr__tile:hover .gov-preview-tile__headline,a.ducr__tile:focus .gov-preview-tile__headline{text-decoration:underline;text-decoration-thickness:1px}.gov-button .gov-icon{margin-left:.625rem}.gov-definition-list--table dt,.gov-definition-list--table dd{line-height:1.25rem}@media (max-width: 46.24em){.gov-definition-list--table dt,.gov-definition-list--table dd{display:block}}@media (min-width: 46.25em){.gov-definition-list .definition-item{display:flex;align-items:baseline}.gov-definition-list .definition-item dd{padding-left:.25rem}}dl>dt,.gov-definition-list>dt{min-width:8.75rem}ol{list-style-type:decimal}ol>li:before,.gov-ordered-list>li:before,.gov-ordered-list__item:before{content:initial}.urednideska__list-item{padding-top:1.5625rem;padding-bottom:1.875rem}.gov-breadcrumbs{padding:1.5rem 0rem}.gov-breadcrumbs .gov-link{color:var(--gov-color-grey-dark);text-decoration:underline}.gov-breadcrumbs .gov-link:hover,.gov-breadcrumbs .gov-link:focus{text-decoration:none}.gov-breadcrumbs .current-item{font-size:.75rem;font-weight:500;letter-spacing:.03125em;line-height:1.3333334;text-transform:uppercase;margin-bottom:.625rem;color:var(--gov-color-grey-dark);font-family:"Roboto", sans-serif;letter-spacing:.0125em;line-height:1.2}.gov-breadcrumbs .current-item:before{content:"F";display:inline-block;position:relative;color:var(--gov-color-grey-dark);font-family:"gov-basic-icons";font-size:1.5rem;text-transform:none;vertical-align:middle;opacity:.5}.gov-page{overflow:unset}.gov-button[target="_blank"]:after{right:1rem}.gov-accordion h3{padding-right:3.125rem}.gov-tabs__content{padding-bottom:0rem}@media (min-width: 46.25em){.gov-tabs__content{padding-top:.625rem}}.gov-pagination__holder{justify-content:center}.ducr__newsletter-banner{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:baseline}@media (max-width: 51.99em){.ducr__newsletter-banner{padding-top:1.25rem;padding-bottom:1.25rem}}.ducr__newsletter-banner-col{flex:1 0 100%}@media (min-width: 61.25em){.ducr__newsletter-banner-col{flex:1 0 50%;padding-right:5%}}.ducr__newsletter-banner-col:nth-of-type(2){flex:1 0 100%;margin-top:2rem}@media (min-width: 61.25em){.ducr__newsletter-banner-col:nth-of-type(2){margin-top:0rem;flex:1 0 40%}}.ducr__newsletter-banner-col:nth-of-type(2) label{display:none}.ducr__newsletter-banner p{color:#3B3B3B;font-size:1.25rem;letter-spacing:0.1px}@media (max-width: 46.24em){.ducr__newsletter-banner p{font-size:1.125rem}}.ducr__newsletter-banner p:last-of-type{margin-bottom:0rem}.ducr__newsletter-banner-headline{margin-bottom:1.25rem}@media (max-width: 46.24em){.ducr__newsletter-banner-headline{font-size:1.625rem}}.ducr__newsletter-banner-headline--small{margin-bottom:1rem}@media (max-width: 46.24em){.ducr__newsletter-banner-headline--small{font-size:1.125rem;margin-bottom:.75rem}}@media (min-width: 46.25em){.ducr__newsletter-banner-input{display:inline-block;width:70%;margin-right:.125rem}}.ducr__newsletter-banner-input input{font-size:1.125rem;letter-spacing:0.1px}@media (max-width: 46.24em){.ducr__newsletter-banner-input input{font-size:.9375rem;padding:.9375rem 1rem !important}}.ducr__newsletter-banner-input input::placeholder{font-weight:300;letter-spacing:0.1px}@media (min-width: 46.25em){.ducr__newsletter-banner-submit{display:inline-block;width:26%}}.ducr__newsletter-banner-submit input[type="submit"]{color:#ffffff;background:var(--gov-color-blue);border-radius:3px;font-size:1.125rem;border-width:1px;text-transform:uppercase}@media (max-width: 46.24em){.ducr__newsletter-banner-submit input[type="submit"]{width:auto !important;padding:.9375rem 1.5625rem 1rem !important;font-size:.875rem}}.ducr__newsletter-banner-submit input[type="submit"]:hover,.ducr__newsletter-banner-submit input[type="submit"]:focus{background:var(--gov-color-blue-dark)}.ducr__newsletter-banner .mailpoet_form_successfully_send .ducr__newsletter-banner-input,.ducr__newsletter-banner .mailpoet_form_successfully_send .ducr__newsletter-banner-submit{display:none}.ducr__newsletter-banner .parsley-errors-list{float:left;margin:0rem;padding:0rem}.ducr__newsletter-banner .parsley-errors-list li:before{display:none}@media (min-width: 46.25em){#ducr-page .ducr__slider .n2-ss-slider{height:32.625rem}}@media (max-width: 81.24em){#ducr-page .ducr__slider .n2-ss-slider{height:33.625rem}#ducr-page .ducr__slider .n2-ss-layer-row-inner{padding-left:.625rem;padding-right:.625rem}#ducr-page .ducr__slider-headline *{font-size:2.25rem !important;letter-spacing:0.18px !important;line-height:2.875rem !important}#ducr-page .ducr__slider-text *{font-size:1.125rem !important;letter-spacing:0.09px !important;line-height:1.625rem !important}#ducr-page .ducr__slider-button{margin-top:2rem}}#ducr-page .ducr__slider .n2-bullet{background:none !important}#ducr-page .ducr__slider .n2-bullet:after{display:block !important;content:" ";width:1.5rem;height:.125rem;background:#9891CEFF !important}#ducr-page .ducr__slider .n2-bullet.n2-active:after{background:#FFFFFFCC !important}.gov-page .n2-ss-slider .n2-ss-slider-wrapper-inside .n2-ss-slider-controls{height:85%}.panel-grid-cell{flex-basis:100%}.SOW__imageTextLinks{transform:translateY(-17%)}@media (min-width: 46.25em){.SOW__imageTextLinks{transform:translateY(-9%);display:flex;flex-wrap:wrap;justify-content:center;gap:1.875rem}}@media (max-width: 46.24em){.SOW__imageTextLinks .owl-stage-outer{margin-right:-1.25rem}}.SOW__imageTextLinks .item{position:relative;max-width:23.125rem}@media (min-width: 46.25em){.SOW__imageTextLinks .item{flex-basis:calc(50% - 20px);box-sizing:border-box}}@media (min-width: 61.25em){.SOW__imageTextLinks .item{flex-basis:calc(33.33% - 20px);box-sizing:border-box}}.SOW__imageTextLinks-item{display:flex;flex-direction:column;text-decoration:none;color:var(--gov-color-blue);position:relative;overflow:hidden;height:12.375rem}@media (min-width: 46.25em){.SOW__imageTextLinks-item{min-width:20.625rem}}.SOW__imageTextLinks-item-image-cover{max-height:11.125rem;max-width:23.125rem;background-size:100%;background-position:center center;transition:.5s ease all;aspect-ratio:1/0.481;overflow:hidden}.SOW__imageTextLinks-item img{transition:.5s ease transform;width:100%;object-fit:cover;height:100%;border-radius:.1875rem}.SOW__imageTextLinks-item::after{content:'';position:absolute;left:0;top:0;width:100%;height:100%;background:#e5e5e5;opacity:0;transition:.5s ease all}.SOW__imageTextLinks-item:hover::after{opacity:0.2}.SOW__imageTextLinks-item:hover img{transform:scale(1.1)}.SOW__imageTextLinks-item:hover .SOW__imageTextLinks-item-image-cover{background-size:110%}.SOW__imageTextLinks-item:hover .SOW__imageTextLinks-itemTitle:after{transform:scale(1, 1)}.SOW__imageTextLinks-item:visited>*{color:var(--gov-color-blue)}.SOW__imageTextLinks-itemTitle{position:absolute;bottom:0;left:1rem;right:1rem;padding:1rem .625rem;background:#ffffff;color:var(--gov-color-blue);font-size:1.125rem;letter-spacing:0.1px;text-align:center;line-height:1.5;border-radius:3px}@media (min-width: 46.25em){.SOW__imageTextLinks-itemTitle{font-size:1.25rem;padding:1rem}}.SOW__imageTextLinks-itemTitle:after{content:"";display:block;position:absolute;bottom:1px;left:0rem;right:0rem;height:3px;background-color:#DC0D15;transform:scale(0, 1);transition:transform 256ms ease-out;will-change:transform}.SOW__ducr-partners img{width:auto !important}.SOW__ducr-partners .item{height:4.375em;display:flex !important;align-items:center;justify-content:space-evenly}.SOW__ducr-partners .owl-carousel .owl-stage{display:flex;align-items:center}.SOW__ducr-partners a[target=_blank]:after{display:none}.ducr__primary-crossroads{display:flex;gap:1.875rem;row-gap:1.75rem;flex-wrap:wrap;justify-content:flex-start}.ducr__primary-crossroads-item{position:relative;overflow:hidden;background:linear-gradient(90deg, #312783 0%, #5A529C 100%) 0 0 no-repeat padding-box;box-shadow:rgba(149,157,165,0.2) 0px 8px 24px;border-radius:3px;opacity:1;flex:1 0 100%;max-width:100%}@media (min-width: 46.25em){.ducr__primary-crossroads-item{flex:1 0 calc(50% - 20px);max-width:calc(50% - 20px)}}@media (min-width: 61.25em){.ducr__primary-crossroads-item{flex:1 0 calc(33.3333% - 20px);max-width:calc(33.3333% - 20px)}}.ducr__primary-crossroads-item:before{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:4px;background-color:#DC0D15;transform:scale(0, 1);transition:transform 256ms ease-out;will-change:transform}.ducr__primary-crossroads-item:hover:before{transform:scale(1, 1)}.ducr__primary-crossroads-item .gov-icon{color:white}.ducr__primary-crossroads-item-icon{position:absolute;top:50%;transform:translateY(-50%);left:2rem;max-width:2rem}@media (max-width: 41.99em){.ducr__primary-crossroads-item-icon{max-width:1.5rem;left:1.25rem}}.ducr__primary-crossroads-item:after{position:absolute;content:" ";background:url(ef204c283d7782198d9c.svg) no-repeat center right;background-size:contain;opacity:0;top:0;bottom:0;right:0;width:5.5rem;transform:translateX(100%);transition:transform 256ms ease-out;will-change:transform}.ducr__primary-crossroads-item:hover:after{opacity:0.4;transform:translateX(0%)}.ducr__primary-crossroads-item-link{width:100%;position:relative;display:flex;align-items:center;justify-content:flex-start;text-decoration:none;font-size:1.25rem;height:6.625rem;padding-left:5.5rem;padding-right:3.9375rem;gap:.8125rem;line-height:1.625rem;font-weight:300;color:white}@media (max-width: 41.99em){.ducr__primary-crossroads-item-link{font-size:.9375rem;padding-left:3.75rem;padding-right:2.8125rem;line-height:1.1875rem}}@media (max-width: 41.99em){.ducr__primary-crossroads-item-link[target="_blank"]{padding-right:3.75rem}}.ducr__primary-crossroads-item-link[target="_blank"]:after{background-image:url(5375fdd05110588b5670.svg);opacity:1;margin-left:0rem}@media (min-width: 42em){.ducr__primary-crossroads-item-link[target="_blank"]:after{width:.75rem;min-width:.75rem;height:.75rem}}.ducr__primary-crossroads-item-link:visited{color:white}.ducr__primary-crossroads-item-link:before{content:"H";transform:rotate(90deg);display:inline-block;position:absolute;right:1em;top:unset;font-family:"gov-basic-icons";font-size:1.1em;color:#fff}.ducr__primary-crossroads-item-link:hover{text-decoration:underline;text-decoration-thickness:1px;color:white}.ducr__related{margin-bottom:2.1875rem}.ducr__related-crossroads .ducr__primary-crossroads-item{width:auto;margin-bottom:.5rem;max-width:100%}.ducr__related-crossroads .ducr__primary-crossroads-item-link{max-width:unset;height:5.625rem}.ducr__related-crossroads .ducr__primary-crossroads-item-link:hover .gov-icon{text-decoration:none !important}.ducr__organization-item{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;border-bottom:1px solid #ddd;padding-bottom:2.25rem;gap:1.25rem}@media (min-width: 61.25em){.ducr__organization-item{gap:2.5rem}}.ducr__organization-item:not(:first-of-type){padding-top:2.25em}.ducr__organization-item:last-of-type{padding-bottom:0rem;border-bottom:none}.ducr__organization-item-image{width:4.375rem}.ducr__organization-item-image img{max-width:-moz-fit-content;max-width:fit-content}.ducr__organization-item-modal-content{display:flex;flex-direction:column}.ducr__organization-item-position-name{color:var(--gov-color-blue);white-space:nowrap}.ducr__organization-item-position-desc{margin-bottom:0rem}.ducr__organization-item-position{flex:1 1;align-self:flex-start;padding-top:.375rem}@media screen and (max-width: 31.25em){.ducr__organization-item-position{flex-basis:100%}}.ducr__organization-item-file{margin:1rem auto 0 auto;white-space:nowrap}.ducr__organization .gov-modal__content{width:auto}.ducr__organization .gov-modal__content-inner{height:80vh;overflow:hidden}.ducr__organization .gov-modal__content-inner img{width:100%;height:90%}.ducr__form-group .gov-form-control--checkbox{margin-top:1.25rem;margin-bottom:1.875rem}.ducr__form-group--flex{display:flex;justify-content:space-between;gap:1.875rem;flex-wrap:wrap}@media (max-width: 46.24em){.ducr__form-group--flex{gap:0rem}}.ducr__form-group--flex .gov-form-control{flex-grow:1}@media (max-width: 46.24em){.ducr__form-group--flex .gov-form-control{width:100%}}.ducr-form-alert{margin-top:.9375rem}.ducr-form-alert .gov-alert__content{margin-left:0rem}.ducr-form-alert:before{content:'';display:none}.ducr-form-alert--success{background:#6fbd2c}.ducr-form-alert--success p{color:var(--gov-color-white)}.complaint-form{margin-bottom:1.875rem}.complaint-form input:-webkit-autofill,.complaint-form input:-webkit-autofill:hover,.complaint-form input:-webkit-autofill:focus,.complaint-form input:-webkit-autofill:active{-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.complaint-form .gov-title--gamma{margin-bottom:1rem}.complaint-form [type="text"]{padding-bottom:.9375rem}.complaint-form .gov-fileinput__upload-note{color:var(--gov-color-grey-light);padding:0.3rem 0.5rem 0rem}.complaint-form .gov-form-control.gov-form-control--checkbox .gov-form-control__label{padding-top:0.1rem}.complaint-form .gov-fileinput__upload-note{text-align:left}.complaint-form textarea{min-width:100%;max-width:100%}.gov-fileinput__attachments li span:after{content:"p" !important}.ducr__organization-structure-item{padding-bottom:2.25rem}.ducr__organization-structure-item:not(:first-of-type){padding-top:2.25rem}.ducr__organization-structure-item:last-of-type{padding-bottom:0rem;border-bottom:none}.ducr__organization-structure-item-buttons{margin-top:1.5rem;text-align:right}.ducr__organization-structure-item-modal-content{display:flex;flex-direction:column}.ducr-twitter-feeds{background:#ffffff;padding:.8125rem;border:1px solid #E9E8F2;border-radius:3px}.ducr-twitter-feeds a[target="_blank"]:after{display:none}.ducr-twitter-feeds .ctf-header{padding-top:0rem}#ctf.ducr-twitter-feeds .ctf-author-box{float:none}#ctf.ducr-twitter-feeds .ctf-author-avatar img{border:1px solid #E9E8F2;border-radius:10px}.ducr__important-contact-list{display:grid;grid-template-columns:repeat(auto-fill, minmax(100%, 1fr));grid-column-gap:1.875em;grid-row-gap:1.875em}@media (min-width: 46.25em){.ducr__important-contact-list{grid-template-columns:repeat(auto-fill, minmax(25em, 1fr))}}.ducr__important-contact-list .clipboard-copy{color:var(--gov-color-grey-mid);margin-left:.3125em}.ducr__important-contact-list .clipboard-copy:hover,.ducr__important-contact-list .clipboard-copy:focus{text-decoration:none}@media (min-width: 46.25em){.ducr__important-contact-list dl>*+dt,.ducr__important-contact-list .gov-definition-list>*+dt,.ducr__important-contact-list *+.gov-definition-list__term{margin-top:.5rem}}.ducr__important-contact{padding:2.5rem 1.875rem 1.25rem;box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1;border-bottom:3px solid #DC0D15}@media (max-width: 46.24em){.ducr__important-contact{padding:2rem 1.5rem .625rem}}.ducr__important-contact--podatelna{background:var(--gov-color-white) url(efcab60e473e986c0981.svg) no-repeat top right;background-size:10rem}.ducr__important-contact--datovka{background:var(--gov-color-white) url(06a95e2f16f1d18d0022.svg) no-repeat top right;background-size:auto}.ducr__important-contact-title{font-size:1.625em;margin-bottom:1.5rem;line-height:2.125rem}.ducr__important-contact-subtitle{text-transform:none;font-size:1.125em;margin-bottom:1.5rem;line-height:1.5rem}.ducr__important-contact-table-row{font-size:.875em;display:grid;grid-auto-flow:column;grid-auto-columns:1fr;margin-bottom:.625em}@media (min-width: 61.25em){.ducr__important-contact-table-row{width:70%}}.ducr__important-contact-table-column{white-space:nowrap}.ducr__important-contact-table-column--name{font-weight:bold}@media (min-width: 61.25em){.gov-layout--ratio-3-1{gap:1.875rem}}.gov-layout__col--pos-left{order:2}.gov-layout__col--pos-right{order:1}@media (max-width: 57.99em){.gov-layout__col--pos-right{padding-left:0rem}}@media (min-width: 61.25em){.gov-layout__col{min-width:22.375rem}.gov-layout__col--pos-left{order:1}.gov-layout__col--pos-right{order:2}}.ducr__news{padding-bottom:3rem}.ducr__news-title{text-align:center;font-size:1.75rem;margin-bottom:2rem}.ducr__news-content{display:flex;justify-content:space-between;gap:1.875rem;margin-bottom:3rem;align-items:stretch}.ducr__news-content>*{width:50%}@media (max-width: 61.24em){.ducr__news-content{margin-bottom:2rem;flex-wrap:wrap}.ducr__news-content>*{width:100%}}.ducr__news-item{text-decoration:none}.ducr__news-item:hover,.ducr__news-item:focus{text-decoration:underline}.ducr__news-buttons{text-align:center;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.ducr__news-bigitem{text-decoration:none;color:#ffffff;position:relative;min-height:22.375rem}@media (min-width: 61.25em){.ducr__news-bigitem{min-height:27.375rem}}.ducr__news-bigitem:after{content:" ";display:block;width:100%;height:100%;position:absolute;pointer-events:none;z-index:0;top:0;background-image:linear-gradient(transparent, var(--gov-color-blue) 60%);border-radius:3px}.ducr__news-bigitem a{color:#ffffff;text-decoration:none;font-weight:300}.ducr__news-bigitem a>*{color:#ffffff;font-weight:300;text-decoration:none}.ducr__news-bigitem a:hover,.ducr__news-bigitem a:focus{text-decoration:underline}.ducr__news-bigitem a:hover .ducr__news-bigitem-title,.ducr__news-bigitem a:focus .ducr__news-bigitem-title{text-decoration:underline;text-decoration-thickness:1px}.ducr__news-bigitem a:hover img,.ducr__news-bigitem a:focus img{transform:scale(1.1)}.ducr__news-bigitem-tag{position:absolute;top:1.875rem;left:1.875rem;background:#DC0D15;padding:.4375rem .75rem .4375rem;font-size:.75rem;border-radius:1rem;color:#ffffff;z-index:4}.ducr__news-bigitem-image{overflow:hidden}.ducr__news-bigitem-image img{transition:.5s ease all;width:100%;object-fit:cover;height:100%}.ducr__news-bigitem-data{padding:2rem 1.5rem;position:absolute;bottom:0;z-index:4}@media (min-width: 46.25em){.ducr__news-bigitem-data{padding:1.25rem 1.875rem 2.5rem}}.ducr__news-bigitem-title{font-size:1.125rem;color:#ffffff;line-height:1.5rem;position:relative;padding-right:1.875rem;margin-bottom:1.5rem}@media (min-width: 46.25em){.ducr__news-bigitem-title{font-size:1.25rem}}.ducr__news-bigitem-title:after{content:"H";transform:rotate(90deg);display:inline-block;position:absolute;right:0;top:-.11em;font-family:"gov-basic-icons";font-size:1.3em;color:#fff}.ducr__news-bigitem-text>*{color:#ffffff;font-weight:300;font-size:.9375rem}@media (max-width: 61.24em){.ducr__news-bigitem-text>*{line-height:1.25rem;letter-spacing:0.07px}}.ducr__news-bigitem-text p{margin-bottom:0rem}.ducr__news-list{display:grid;grid-row-gap:1.875rem;grid-auto-rows:1fr}.ducr__news-list-item{overflow:hidden}.ducr__news-list-item:after{position:absolute;content:" ";background:url(efcab60e473e986c0981.svg) no-repeat center center;background-size:100%;top:0rem;opacity:0;bottom:0rem;right:0rem;width:8.75rem;transform:translateX(100%);transition:transform 256ms ease-out;will-change:transform}.ducr__news-list-item:hover:after{opacity:1;transform:translateX(0%)}.ducr__news-list-item-date{font-size:.75rem;margin-bottom:1.25rem;margin-top:.5rem;font-weight:normal}.ducr__news-list-item-badge{text-transform:uppercase;display:inline-block;margin-right:1.25rem;font-weight:500;letter-spacing:0.2px}.ducr__news-list-item-badge--red{color:#DC0D15}@media (min-width: 61.25em){.ducr__office-desk{padding-right:.6875em}}.ducr__office-desk-title{text-align:center;margin-bottom:1.14286em}.ducr__office-desk-list{margin-bottom:3em}@media (max-width: 57.99em){.ducr__office-desk-list{margin-bottom:2em}}.ducr__office-desk-buttons{text-align:center}.ducr__office-desk-item{margin-bottom:1.5em}.ducr__office-desk--noitems{text-align:center}.ducr__office-desk-tile{position:relative;box-shadow:0px 0px 30px #3127831A;border:1px solid #E9E8F2;border-radius:3px;opacity:1;padding-left:9.0625em}@media (max-width: 46.24em){.ducr__office-desk-tile{padding:1.5rem 1.5625rem 1.5625rem 25%}}.ducr__office-desk-tile>*{margin-bottom:0}.ducr__office-desk-tile:hover .ducr__office-desk-tile-date,.ducr__office-desk-tile:focus .ducr__office-desk-tile-date,.ducr__office-desk-tile:visited .ducr__office-desk-tile-date{text-decoration:none;color:#ffffff}.ducr__office-desk-tile-date{position:absolute;left:0;top:0;bottom:0;display:flex;flex-wrap:wrap;flex-direction:column;align-items:center;justify-content:center;background:var(--gov-color-blue);color:#ffffff;text-align:center;line-height:1.5;width:20%}@media (min-width: 46.25em){.ducr__office-desk-tile-date{width:7.5em}}.ducr__office-desk-tile-date .month-name{font-size:1.125em;font-weight:300;display:block}@media (max-width: 46.24em){.ducr__office-desk-tile-date .month-name{font-size:.75em;letter-spacing:0.06px}}.ducr__office-desk-tile-date .day-name{font-size:.875em;text-transform:uppercase;display:block}@media (max-width: 46.24em){.ducr__office-desk-tile-date .day-name{font-size:.75em;letter-spacing:0.06px}}.ducr__office-desk-tile-date--career{background:#DC0D15}@media (max-width: 46.24em){a.ducr__office-desk-tile .gov-preview-tile__headline{font-size:.9375rem;line-height:1.25rem}a.ducr__office-desk-tile .gov-preview-tile__headline:after{display:none}}@media (min-width: 46.25em){a.ducr__office-desk-tile .gov-preview-tile__headline:after{top:50%;transform:translateY(-50%)}}.ducr__text-and-button{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2.125rem;margin-bottom:1.25rem}.ducr__text-and-button-text{flex:1;min-width:13.75rem}.ducr__text-and-button-text h2,.ducr__text-and-button-text h3{margin-bottom:0}.ducr__text-and-button-text p:last-of-type{margin-bottom:0}.ducr__text-and-button-links{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.ducr__text-and-button-link{white-space:nowrap;margin:0 auto;flex-basis:auto}@media (max-width: 57.99em){.ducr__twitter{padding-top:3em}}.ducr__twitter-title{text-align:center;margin-bottom:1.14286em}.so-widget-ducr-officialdeskandtwitter{margin-top:.5rem;margin-bottom:.5625rem}@media (max-width: 51.99em){.so-widget-ducr-officialdeskandtwitter{margin-top:1.25rem}}.so-widget-ducr-officialdeskandtwitter .ducr__twitter .twitter-timeline{margin-left:auto;margin-right:auto}.so-widget-ducr-officialdeskandtwitter .ducr__twitter iframe{max-width:100%}@media (max-width: 61.24em){.so-widget-ducr-officialdeskandtwitter .gov-layout__col--pos-left{order:1}.so-widget-ducr-officialdeskandtwitter .gov-layout__col--pos-right{order:2}}.so-widget-ducr-fotogallery .sow-carousel-container{margin:0 -20px}.so-widget-ducr-fotogallery .sow-carousel-item{margin:0 20px}.so-widget-ducr-fotogallery .slick-dots{list-style:none;display:flex;justify-content:center;align-items:center;margin:41px 0 0 0}.so-widget-ducr-fotogallery .slick-dots li{display:block;outline:none !important;margin:0 5px}.so-widget-ducr-fotogallery .slick-dots li:before{display:none}.so-widget-ducr-fotogallery .slick-dots li button{display:inline-flex;align-items:center;justify-content:center;background-color:transparent;border:0;cursor:pointer;vertical-align:middle;text-align:center;text-decoration:none;-webkit-appearance:none;display:block;padding:0.9375rem 0.9375rem 0.9375rem;margin-left:0.3125rem;margin-right:0.3125rem;color:var(--gov-color-blue);font-size:0.75rem;font-weight:500;outline:none !important;box-shadow:none !important}.so-widget-ducr-fotogallery .slick-dots li.slick-active button::after,.so-widget-ducr-fotogallery .slick-dots li:hover button::after{content:"";display:block;position:absolute;top:0;left:0;right:0;height:2px;background-color:var(--gov-color-grey-dark)}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-wrap{position:relative;width:auto;height:0;padding-top:100%}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-wrap img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-wrap .so-ducr-fotogallery-image-wrap-hover-el{position:absolute;top:0;left:0;right:0;bottom:0;background:#3b3b3b72;color:#fff;display:none;justify-content:center;align-items:center}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-wrap .so-ducr-fotogallery-image-wrap-hover-el .gov-icon{font-size:24px}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-wrap:hover .so-ducr-fotogallery-image-wrap-hover-el{display:flex}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-wrap .so-ducr-fotogallery-play-icon{display:none}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-item--video .so-ducr-fotogallery-image-wrap-hover-el{display:flex;background:none}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-item--video .gov-icon{display:none}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-item--video .so-ducr-fotogallery-play-icon{position:relative;display:block;width:56px;height:56px;border-radius:50%;background:#3b3b3b72;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);filter:brightness(0.9);-webkit-filter:0.9}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-item--video .so-ducr-fotogallery-play-icon::after{content:"";position:absolute;top:50%;left:50%;margin-left:-9px;margin-top:-10px;width:22px;height:20px;background:#fff;clip-path:path("m0 2Q0 0 2 1l18 8q1 1 0 2L2 19q-2 1-2-1")}.so-widget-ducr-fotogallery .so-ducr-fotogallery-image-item--video:hover .so-ducr-fotogallery-play-icon{filter:brightness(0.7);-webkit-filter:0.7}.ducr_modal_fotogallery_inner{position:relative}.ducr_modal_fotogallery_nav_arrow{position:absolute;top:50%;left:-44px;margin-top:-20px;display:block;width:40px;height:40px;font-size:0;outline:none;box-shadow:none !important}@media (max-width: 831px){.ducr_modal_fotogallery_nav_arrow{left:-37px}}@media (max-width: 511px){.ducr_modal_fotogallery_nav_arrow{top:auto;bottom:-8px;left:0;margin-top:0}}.ducr_modal_fotogallery_nav_arrow::after{content:"F";display:inline-block;position:absolute;left:50%;top:50%;font-family:"gov-basic-icons";font-size:3rem;text-transform:none;transform:translate(-50%, -50%)}.ducr_modal_fotogallery_nav_arrow__prev{transform:rotate(180deg)}.ducr_modal_fotogallery_nav_arrow__next{left:auto;right:-44px}@media (max-width: 831px){.ducr_modal_fotogallery_nav_arrow__next{right:-37px}}@media (max-width: 511px){.ducr_modal_fotogallery_nav_arrow__next{left:auto;right:0}}.so-widget-ducr-simpledocumentstable .gov-table thead th:last-of-type{width:195px}#eo-booking-app #eo-booking-form-element-wrap-ticketpicker{margin-bottom:20px}#eo-booking-app #eo-booking-form-element-wrap-ticketpicker .eo-booking-ticket-picker{margin-bottom:10px}#eo-booking-app #eo-booking-form-element-wrap-ticketpicker .eo-booking-total-row{display:none !important}#eo-booking-app #eo-booking-form-element-wrap-ticketpicker thead{display:none !important}#eo-booking-app table tbody tr{border:none}#eo-booking-app table tbody td{font-size:1rem}#eo-booking-app table tbody td:last-child{padding-right:0}#eo-booking-app .eo-booking-ticket-picker .eo-booking-ticket-name{width:auto}#eo-booking-app .eo-booking-ticket-picker .eo-booking-ticket-qty{width:80px;min-width:80px}#eo-booking-app .eo-booking-ticket-picker .eo-booking-ticket-qty .eo-booking-field-ticketpicker{width:100% !important}#eo-booking-app #eo-booking-form .eo-booking-field p{display:flex;justify-content:space-between}@media (max-width: 46.24em){#eo-booking-app #eo-booking-form .eo-booking-field p{display:block}}#eo-booking-app #eo-booking-form .eo-booking-field p .eo-booking-field-name-subfield{width:49%;margin:0}@media (max-width: 46.24em){#eo-booking-app #eo-booking-form .eo-booking-field p .eo-booking-field-name-subfield{width:100%;margin-bottom:10px}#eo-booking-app #eo-booking-form .eo-booking-field p .eo-booking-field-name-subfield:last-of-type{margin-bottom:0}}#eo-booking-app [type="text"],#eo-booking-app [type="password"],#eo-booking-app [type="date"],#eo-booking-app [type="datetime"],#eo-booking-app [type="datetime-local"],#eo-booking-app [type="month"],#eo-booking-app [type="week"],#eo-booking-app [type="email"],#eo-booking-app [type="number"],#eo-booking-app [type="search"],#eo-booking-app [type="tel"],#eo-booking-app [type="time"],#eo-booking-app [type="url"],#eo-booking-app [type="color"],#eo-booking-app textarea{padding:0.5rem 0.75rem;line-height:1.375}#eo-booking-app .eo-booking-label,#eo-booking-app .eo-booking-sub-label{color:var(--gov-color-grey-mid);cursor:pointer;font-family:"Roboto", sans-serif;font-size:0.875rem;line-height:1.3;position:relative;margin-bottom:4px}#eo-booking-app .eo-booking-field-terms-conditions-text{display:block;padding:0.5rem 0.75rem;width:100%;min-height:7.1875rem;background-color:var(--gov-color-white);border:1px solid var(--gov-color-grey-mid);border-radius:3px;color:var(--gov-color-grey-dark);font-family:inherit;font-size:1rem;letter-spacing:1.02px;line-height:1.375;appearance:none}#eo-booking-app .eo-booking-form-element-terms_conditions label{cursor:pointer}.eventorganiser-event-meta{display:none}.gov-header__lang .wpml-ls-legacy-dropdown,.gov-header__lang .wpml-ls-legacy-dropdown-click{width:auto;min-width:7.5rem}.gov-header__lang .wpml-ls-flag{position:relative;top:-1px}.gov-header__lang .wpml-ls-native{margin-left:0.4rem}.gov-header__lang .gov-lang-switch a{border:none;padding-right:0rem}.gov-header__lang .gov-lang-switch a::after{display:none}.gov-header__lang .gov-lang-switch::before{display:none}.gov-header__lang .gov-lang-switch::after{top:0rem}.gov-header__lang .gov-lang-switch .gov-lang-switch::after{display:none}.u-nowrap{white-space:nowrap}.u-align--center{text-align:center !important}.u-hidden{display:none !important}.u-font-medium{font-weight:500 !important}.u-overflow-unset{overflow:unset !important}.ducr__loader{position:relative}.ducr__loader:before{content:" ";background:rgba(0,0,0,0.05) url(98bb64fc57f579f6a3a0.svg) no-repeat center center;background-size:7.5rem;position:absolute;top:-0.5rem;left:-2rem;right:-2rem;bottom:-0.5rem;z-index:101}

