/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote {
  quotes: none; }
  blockquote::after, blockquote::before {
    content: '';
    content: none; }

q {
  quotes: none; }
  q::after, q::before {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

b,
strong {
  font-weight: 700; }

a {
  color: inherit;
  text-decoration: none; }

input {
  -webkit-appearance: none; }

.cookie-consent {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 1rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #ced4da; }
  .cookie-consent-message, .cookie-consent-compliance {
    margin: 0.5rem 1rem; }
  .cookie-consent-compliance {
    cursor: pointer;
    color: #fff;
    padding: 0.5rem 2rem;
    background: #237afc;
    border: 2px solid currentColor; }

.cookie-consent-transition-leave-active {
  transition: transform .75s;
  transition-timing-function: cubic-bezier(0.75, 0, 0, 1); }

.cookie-consent-transition-leave-to {
  transform: translateY(100%); }

.wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  overflow: hidden;
  overflow: visible;
  margin: 0 auto; }
  @media (min-width: 1023px) {
    .wrapper {
      padding-right: 20px;
      padding-left: 20px;
      max-width: 1320px; } }
  .wrapper .pagefooter {
    display: flex;
    justify-content: space-between;
    padding: 22px 0 40px 0; }
    .wrapper .pagefooter a {
      font-size: 1rem;
      font-family: rubik;
      color: #333333; }
      .wrapper .pagefooter a::after {
        content: ""; }
      .wrapper .pagefooter a .fa {
        padding-right: 8px; }
  .wrapper-has-sidenav {
    display: -ms-grid;
    display: grid;
        grid-template-areas: 'left main right';
    margin-top: 13px;
    margin-bottom: 16px; }
    @media (max-width: 1023px) {
      .wrapper-has-sidenav {
            grid-template-areas: 'right' 'main'; } }
    @media (min-width: 1023px) and (max-width: 1260px) {
      .wrapper-has-sidenav {
            grid-template-areas: 'left right' 'left main';
        -ms-grid-columns: 342px auto;
        grid-template-columns: 342px auto;
        -ms-grid-rows: auto 1fr;
        grid-template-rows: auto 1fr; } }
    @media (max-width: 1023px) {
      .wrapper-has-sidenav {
            grid-template-areas: 'right' 'main'; } }
    .wrapper-has-sidenav .sidenav-left {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      grid-area: left;
      width: 296px; }
      @media (max-width: 1023px) {
        .wrapper-has-sidenav .sidenav-left {
          display: none; } }
    .wrapper-has-sidenav .sidenav-right {
      -ms-grid-row: 1;
      -ms-grid-column: 3;
      grid-area: right;
      -ms-grid-column-align: end;
          justify-self: end;
      width: auto; }
      @media (min-width: 1023px) and (max-width: 1260px) {
        .wrapper-has-sidenav .sidenav-right {
          -ms-grid-column-align: center;
              justify-self: center;
          width: 100%;
          max-width: 680px;
          padding-bottom: 20px; }
          .wrapper-has-sidenav .sidenav-right .pagenavigation {
            width: 100%;
            max-width: 100%; } }
      @media (max-width: 1023px) {
        .wrapper-has-sidenav .sidenav-right {
          -ms-grid-column-align: center;
              justify-self: center;
          padding: 24px 0;
          width: 100%;
          max-width: 610px;
          justify-self: center; } }
    .wrapper-has-sidenav .main-grid {
      -ms-grid-row: 1;
      -ms-grid-column: 2;
      grid-area: main;
      -ms-grid-column-align: center;
          justify-self: center; }
    @media (min-width: 1023px) and (max-width: 1260px){
      .wrapper-has-sidenav .sidenav-left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1; }
      .wrapper-has-sidenav .sidenav-right {
    -ms-grid-row: 1;
    -ms-grid-column: 2; }
      .wrapper-has-sidenav .main-grid {
    -ms-grid-row: 2;
    -ms-grid-column: 2; } }
    @media (max-width: 1023px){
      .wrapper-has-sidenav .sidenav-right {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .wrapper-has-sidenav .sidenav-right {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .wrapper-has-sidenav .main-grid {
    -ms-grid-row: 2;
    -ms-grid-column: 1; }
      .wrapper-has-sidenav .main-grid {
    -ms-grid-row: 2;
    -ms-grid-column: 1; } }
      @media (min-width: 1023px) and (max-width: 1260px) {
        .wrapper-has-sidenav .main-grid {
          -ms-grid-column-align: start;
              justify-self: start; } }
      @media (max-width: 1023px) {
        .wrapper-has-sidenav .main-grid {
          -ms-grid-column-align: center;
              justify-self: center; } }

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }
  @media (min-width: 1023px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-xs-1,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9 {
      padding-right: 10px;
      padding-left: 10px; } }

@media (min-width: 466px) {
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    float: left; }
  .col-xs-0 {
    width: 0%;
    max-width: 0%; }
  .col-xs-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    width: 25%;
    max-width: 25%; }
  .col-xs-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    width: 50%;
    max-width: 50%; }
  .col-xs-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    width: 75%;
    max-width: 75%; }
  .col-xs-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 658px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left; }
  .col-sm-0 {
    width: 0%;
    max-width: 0%; }
  .col-sm-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    width: 25%;
    max-width: 25%; }
  .col-sm-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    width: 50%;
    max-width: 50%; }
  .col-sm-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    width: 75%;
    max-width: 75%; }
  .col-sm-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1023px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left; }
  .col-md-0 {
    width: 0%;
    max-width: 0%; }
  .col-md-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    width: 25%;
    max-width: 25%; }
  .col-md-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    width: 50%;
    max-width: 50%; }
  .col-md-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    width: 75%;
    max-width: 75%; }
  .col-md-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    width: 100%;
    max-width: 100%; } }

@media (min-width: 1028px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left; }
  .col-lg-0 {
    width: 0%;
    max-width: 0%; }
  .col-lg-1 {
    width: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    width: 25%;
    max-width: 25%; }
  .col-lg-4 {
    width: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    width: 50%;
    max-width: 50%; }
  .col-lg-7 {
    width: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    width: 75%;
    max-width: 75%; }
  .col-lg-10 {
    width: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    width: 100%;
    max-width: 100%; } }

.clearfix::after,
.clearfix::before,
.container-fluid::after,
.container-fluid::before,
.container::after,
.container::before {
  display: table;
  content: ' '; }

.clearfix::after,
.container-fluid::after,
.container::after,
.row::after {
  clear: both; }

.flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .flex-row.row-reverse {
    flex-direction: row-reverse; }
  .flex-row.item-middle {
    align-items: center; }
  .flex-row.item-stretch {
    align-items: stretch; }

.flex-col {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .flex-col.col-reverse {
    flex-direction: column-reverse; }
  .flex-col.item-middle {
    align-items: center; }
  .flex-col.item-stretch {
    align-items: stretch; }

.flex-item {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }
  @media (min-width: 658px) {
    .flex-item {
      min-width: 50%; } }

body,
html {
  background-color: #fff;
  min-width: 257px;
  overflow-x: hidden;
  height: 100%; }
  body.startpage,
  html.startpage {
    background-color: #fff; }
  @media print {
    body,
    html {
      height: auto; } }

#Webapp {
  display: flex;
  flex-direction: column;
  min-height: 100%; }
  @media print {
    #Webapp {
      display: block;
      position: relative; } }

a {
  color: #333333;
  font-weight: 500;
  -webkit-text-decoration: solid underline #D9D9D9;
          text-decoration: solid underline #D9D9D9;
  text-decoration-thickness: 1.5px;
  cursor: pointer; }
  a.active:not(.button), a:focus:not(.button), a:hover:not(.button) {
    -webkit-text-decoration: solid underline #333333;
            text-decoration: solid underline #333333;
    text-decoration-thickness: 1.5px; }
  a[href^="http://"]:not(.notexternal):after, a[href^="https://"]:not(.notexternal):after, a[target="_blank"]:not(.notexternal):after {
    content: '\f08e';
    padding-left: 10px;
    padding-right: 0;
    color: #333333;
    text-decoration: none; }
    @media print {
      a[href^="http://"]:not(.notexternal):after, a[href^="https://"]:not(.notexternal):after, a[target="_blank"]:not(.notexternal):after {
        color: #333333;
        content: "[" attr(href) "]";
        font-size: 8pt; } }
  a[href^="mailto:"]:not(.noicon):after {
    content: '\f003';
    text-decoration: none; }
  a[href$=".pdf"]:not(.noicon):after, a[href$=".doc"]:not(.noicon):after, a[href$=".docx"]:not(.noicon):after, a[href$=".ppt"]:not(.noicon):after, a[href$=".pptx"]:not(.noicon):after, a[href$=".xls"]:not(.noicon):after, a[href$=".xlsx"]:not(.noicon):after {
    content: '\f016';
    text-decoration: none; }
    @media print {
      a[href$=".pdf"]:not(.noicon):after, a[href$=".doc"]:not(.noicon):after, a[href$=".docx"]:not(.noicon):after, a[href$=".ppt"]:not(.noicon):after, a[href$=".pptx"]:not(.noicon):after, a[href$=".xls"]:not(.noicon):after, a[href$=".xlsx"]:not(.noicon):after {
        color: #000;
        content: "[" attr(href) "]";
        font-size: 8pt; } }
  a.active:not(.button), a:focus:not(.button), a:hover:not(.button) {
    -webkit-text-decoration: solid underline #333333;
            text-decoration: solid underline #333333;
    text-decoration-thickness: 1.5px; }
  a:focus-visible {
    outline-offset: -4px;
    border-radius: 0px; }
  a.noicon:after, a.tabs__link:after {
    content: none; }

iframe {
  border: 0px; }

img {
  display: block;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.invert {
  color: #000;
  background: #007fad; }

.block .text {
  width: 100%;
  padding: 32px 28px 0;
  margin-bottom: 30px; }

@media print {
  .block {
    page-break-inside: avoid; } }

.main-grid {
  max-width: 1018px;
  margin: 60px 0px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  flex-flow: wrap;
  overflow: visible;
  position: relative; }
  @media (min-width: 966px) {
    .main-grid {
      margin-left: auto;
      margin-right: auto; } }
  @media print {
    .main-grid {
      display: block;
      flex-flow: nowrap;
      margin: 0; } }
  .main-grid-two-col {
    max-width: 1320px;
    flex-flow: row;
    margin: 13px 28px; }
    @media (max-width: 1023px) {
      .main-grid-two-col {
        flex-flow: column-reverse;
        margin: 24px 0; } }
    .main-grid-two-col .col-1 {
      flex: 0; }
      @media (max-width: 1023px) {
        .main-grid-two-col .col-1 {
          margin-bottom: 24px; } }
    .main-grid-two-col .col-2 {
      flex: 4; }
  .wrapper-has-sidenav .main-grid {
    margin: 0;
    width: 610px;
    align-content: baseline; }
    @media (min-width: 1023px) and (max-width: 1260px) {
      .wrapper-has-sidenav .main-grid {
        width: 100%; } }
    @media (max-width: 658px) {
      .wrapper-has-sidenav .main-grid {
        width: 100%; } }
    .wrapper-has-sidenav .main-grid .intro {
      width: 100%; }
  .main-grid main {
    display: block;
    width: 100%;
    max-width: 680px; }
  .main-grid h1.main-header {
    padding-top: 8px;
    margin-bottom: 16px; }
  .main-grid .rs_href {
    display: block;
    font-size: 1rem;
    color: #333333;
    font-family: Rubik, sans-serif;
    font-weight: 600; }
    .main-grid .rs_href:focus-visible, .main-grid .rs_href:hover {
      text-decoration: none; }
      .main-grid .rs_href:focus-visible span:last-of-type, .main-grid .rs_href:hover span:last-of-type {
        -webkit-text-decoration: solid underline #333333;
                text-decoration: solid underline #333333;
        text-decoration-thickness: 1.5px; }
    .main-grid .rs_href:focus-visible {
      outline-offset: 4px;
      border-radius: 4px; }
    .main-grid .rs_href .fa {
      padding-right: 8px;
      font-size: 20px; }
    .main-grid .rs_href span:last-of-type {
      -webkit-text-decoration: solid underline #D9D9D9;
              text-decoration: solid underline #D9D9D9;
      text-decoration-thickness: 1.5px; }

.content-grid {
  max-width: 1018px;
  margin: 0px auto;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  overflow: visible; }
  .content-grid .row {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px); }
    .content-grid .row_full-width {
      margin: 0;
      width: 100%; }

.main-image {
  width: 100%;
  padding-bottom: 32px; }
  .main-grid-two-col .main-image {
    width: auto; }
  .main-image img {
    max-height: 360px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
    font-family: 'object-fit: cover; object-position: top;'; }
  @media print {
    .main-image {
      display: none; } }

.greenbg {
  background: #E4F3ED;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }
  @media print {
    .greenbg {
      background: transparent; } }

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

.displayflex {
  display: flex !important; }

.inputfield {
  display: block;
  width: 100%;
  height: 36px;
  padding: 8px;
  margin-bottom: 7px;
  font-family: CeraPro-Bold, sans-serif;
  font-size: 14px;
  background: #fff;
  border: 0;
  box-sizing: border-box;
  transition: 0.1s; }

.inputfield-holder {
  display: block;
  width: 100%;
  height: 36px;
  padding: 0;
  margin-bottom: 14px;
  background: #fff;
  position: relative; }
  .inputfield-holder .inputfield {
    background: none;
    padding: 8px 14px;
    margin: 0; }

form.EPiServerForms {
  background: #DEF0FF;
  padding: 28px;
  color: #333333;
  position: relative; }

.EPiServerForms img.FormCaptcha__Image {
  width: 100%; }

.EPiServerForms .Form__Status .Form__Status__Message.hide {
  display: none; }

.EPiServerForms .Form__Description {
  line-height: 1.425; }

.EPiServerForms button.Form__Element {
  margin: 0; }

.EPiServerForms .Form__Element label.Form__Element__Caption {
  display: block; }

.EPiServerForms .FormCaptcha input.FormTextbox__Input {
  width: 100%; }

.EPiServerForms .Form__Element span.Form__Element__ValidationError {
  color: #fff;
  background: #B90062;
  display: inline-block;
  word-wrap: break-word;
  font-family: rubik;
  padding: 4px 8px;
  font-size: 14px;
  margin-top: 8px;
  position: absolute;
  right: 28px; }
  .EPiServerForms .Form__Element span.Form__Element__ValidationError:after {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 15px solid #B90062; }

.ValidationRequired label:after {
  content: '*'; }

.formgroup p,
label {
  display: block;
  margin-bottom: 8px;
  font-size: 0.75rem;
  line-height: 1.25;
  font-family: Rubik, sans-serif;
  font-weight: 400; }

.label-holder {
  display: inline-block;
  background: #005979;
  padding: 0 12px 0 8px;
  margin-top: 4px;
  margin-bottom: 2px; }
  .theme-green .label-holder {
    background: #7a7d11; }
  .theme-blue .label-holder {
    background: #004f64; }
  .theme-pink .label-holder {
    background: #972260; }
  .label-holder label {
    display: inline-block;
    font-size: 12px;
    margin-left: -2px; }

input[type="text"],
input[type="number"],
input[type="url"],
input[type="email"],
select,
textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px 7.5px 11px;
  font-size: .875rem;
  border: 0;
  box-sizing: border-box;
  resize: vertical;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  transition: all .3s;
  font-family: Rubik, sans-serif;
  font-weight: 400; }
  .planner-box input[type="text"], .planner-box
  input[type="number"], .planner-box
  input[type="url"], .planner-box
  input[type="email"], .planner-box
  select, .planner-box
  textarea {
    border: 0; }

legend {
  font-size: 1rem;
  font-family: Rubik, sans-serif;
  font-weight: 400; }

input[type="checkbox"] {
  opacity: 0;
  position: absolute; }

input[type="radio"] {
  position: absolute;
  opacity: 0; }

.checkbox input[type="checkbox"]:not(.checked) + label::after {
  content: none; }

.checkbox input[type="checkbox"]:checked + label::after, .checkbox input[type="checkbox"].checked + label::after {
  content: ""; }

.checkbox input[type="checkbox"]:focus + label::before {
  outline: #3b99fc solid 3px !important; }

.checkbox label {
  position: relative;
  display: inline-block;
  /*24px width of fake checkbox + 14px distance between fake checkbox and text*/
  padding-left: 38px;
  line-height: 1.9rem;
  font-size: 1.125rem;
  word-wrap: break-word;
  font-family: Rubik, sans-serif;
  font-weight: 400; }
  .checkbox label::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    height: 24px;
    width: 24px;
    top: 3px;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
    transition: all .3s; }
    @media print {
      .checkbox label::before {
        border: 1px solid #DEF0FF;
        border-bottom: 4px solid rgba(0, 0, 0, 0.2); } }
  .checkbox label::after {
    position: absolute;
    content: "";
    display: inline-block;
    height: 7px;
    width: 14px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    left: 4px;
    top: 7px;
    transform: rotate(-45deg); }

.radio input[type="radio"]:checked + label::after {
  content: ""; }

.radio input[type="radio"]:focus + label::before {
  outline: #3b99fc auto 5px; }

.radio label {
  position: relative;
  display: inline-block;
  /*24px width of fake checkbox + 14px distance between fake checkbox and text*/
  padding-left: 38px;
  line-height: 1.9rem;
  font-size: 1.125rem;
  font-family: Rubik, sans-serif;
  font-weight: 400; }
  .radio label::before {
    position: absolute;
    content: "";
    display: inline-block;
    left: 0;
    height: 24px;
    width: 24px;
    top: 3px;
    border-radius: 50%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #DEF0FF; }
  .radio label::after {
    position: absolute;
    content: none;
    display: inline-block;
    height: 10px;
    width: 10px;
    background: #333333;
    border-radius: 50%;
    left: 7px;
    top: 10px; }

:required::before {
  position: absolute;
  margin-top: -2px;
  margin-left: -26px;
  font-family: FontAwesome;
  color: #007fad;
  content: '\f069'; }

.invalid {
  color: #ad0000; }
  .invalid:required::before {
    color: #ad0000;
    content: '\f06a'; }

input.invalid,
textarea.invalid {
  padding: 6px 6px 8px;
  color: #ad0000;
  border: 2px solid #ad0000;
  border-radius: 2px; }

.validation-help-text {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #ad0000; }

.formgroup {
  margin-bottom: 26px; }
  .formgroup .info-text {
    display: inline-block;
    font-size: 12px;
    line-height: 1.6; }

select {
  background-color: white;
  border: 1px solid #D6D0CA;
  border-radius: 4px;
  display: inline-block;
  border-radius: 0;
  line-height: 1.5em;
  padding: 3px 35px 3px 15px;
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-position: calc(100% - 15px) calc(1em + -4px), calc(100% - 10px) calc(1em + -4px), 100% 0;
  background-size: 5px 5px, 5px 5px, 1.5em 2.5em;
  background-repeat: no-repeat; }
  select:focus {
    background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
    background-position: calc(100% - 10px) calc(1em + -4px), calc(100% - 15px) calc(1em + -4px), 100% 0;
    background-repeat: no-repeat;
    border-color: grey;
    outline: 0; }
  select::-ms-expand {
    display: none; }

@media print {
  #epi-quickNavigator {
    display: none !important; }
  .no-print {
    display: none !important; }
  body.noprint * {
    visibility: hidden;
    max-height: 0;
    padding: 0;
    margin: 0; }
  body.noprint {
    max-height: none;
    height: 100%;
    position: relative;
    overflow: visible;
    visibility: visible; }
    body.noprint .section-to-print-parent {
      max-height: none;
      height: 100%;
      position: relative;
      overflow: visible;
      visibility: visible;
      margin: 0;
      padding: 0; }
    body.noprint .section-to-print, body.noprint .section-to-print * {
      visibility: visible;
      max-height: none; }
      body.noprint .section-to-print label, body.noprint .section-to-print * label {
        padding-left: 38px; }
    body.noprint .section-to-print {
      position: relative;
      left: 0;
      top: 0;
      padding: 0;
      margin: 20px 0 0 20px;
      width: 100%; } }

/* regular */
@font-face {
  font-family: 'CeraPro-Bold';
  font-style: normal;
  font-weight: 400;
  src: local("CeraPro-Bold"), local("CeraPro-Bold"), url("../fonts/cerapro-bold.woff") format("woff"); }

/* bold */
@font-face {
  font-family: 'CeraPro-Regular';
  font-style: normal;
  font-weight: 400;
  src: local("CeraPro-Regular"), local("CeraPro-Regular"), url("../fonts/cerapro-regular.woff") format("woff"); }

body {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 20px;
  line-height: 1.8;
  color: #050505;
  text-rendering: geometricPrecision; }

h1,
h2,
h3,
h4 {
  padding-top: 20px;
  font-weight: 400;
  line-height: 1.15;
  word-break: break-word; }
  @media print {
    h1,
    h2,
    h3,
    h4 {
      -moz-column-break-after: avoid;
           break-after: avoid;
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      page-break-after: avoid;
      page-break-inside: avoid;
      display: block; } }

h1 {
  padding-top: 30px;
  margin-bottom: 20px;
  font-size: 2.5rem; }
  @media print {
    h1 {
      font-size: 26pt; } }

h2 {
  margin-bottom: 4px;
  font-size: 28px; }
  @media print {
    h2 {
      font-size: 24pt; } }

h3 {
  margin-bottom: 4px;
  font-size: 22px; }
  @media print {
    h3 {
      font-size: 22pt; } }

h4 {
  margin-bottom: 4px;
  font-size: 20px; }
  @media print {
    h4 {
      font-size: 20pt; } }

p {
  padding-bottom: 15px; }
  @media print {
    p {
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      page-break-inside: avoid;
      font-size: 12pt;
      line-height: 1.2; } }

em {
  font-style: italic; }

sup {
  vertical-align: super;
  font-size: 80%; }

sub {
  vertical-align: sub;
  font-size: 80%; }

main ol,
main ul {
  margin-bottom: 34px; }
  main ol li,
  main ul li {
    margin-bottom: 12px;
    margin-left: 20px;
    list-style: none;
    position: relative;
    font-weight: 400; }
    main ol li ul li,
    main ol li ol li,
    main ul li ul li,
    main ul li ol li {
      font-weight: 400; }

@media screen {
  main ul li:before {
    display: table;
    content: "";
    background: #000;
    position: absolute;
    width: 6px;
    height: 6px;
    left: -17px;
    top: 11px;
    border-radius: 50%; } }

@media print {
  main ul li {
    list-style: initial; } }

main ol li {
  counter-increment: list;
  padding-left: 0.6em; }
  main ol li:before {
    content: counter(list, decimal) ".";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em; }
  main ol li ol li {
    counter-increment: list2; }
    main ol li ol li:before {
      content: counter(list2, lower-alpha) "."; }

.preamble {
  color: #333333;
  font-family: CeraPro-Bold, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5; }
  @media print {
    .preamble {
      page-break-inside: avoid;
      font-size: 16pt;
      line-height: 1.2; } }

.text {
  margin: auto;
  margin-bottom: 34px;
  box-sizing: content-box; }

.ingress {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1px; }

hr {
  border: none;
  background-color: #D6D0CA;
  height: 1px;
  width: 100%;
  position: relative;
  overflow: visible; }
  hr:after {
    display: table;
    content: "";
    height: 14px;
    width: 14px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #D6D0CA;
    border-radius: 50%; }

body *:focus-visible {
  outline: dotted 4px #000; }

.button,
button {
  position: relative;
  font-family: Rubik, sans-serif;
  font-weight: 400;
  display: block;
  font-weight: 500;
  padding: 16px 24px 16px 28px;
  font-size: 1rem;
  line-height: 120%;
  cursor: pointer;
  border: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  background: #007D49;
  color: #fff; }
  .button:focus-visible,
  button:focus-visible {
    outline: dotted 4px #000;
    outline-offset: 4px; }
  .button.stretch,
  button.stretch {
    width: 100%; }
  .button.greenbutton,
  button.greenbutton {
    color: #fff;
    background: #007D49; }
  .button.pinkbutton,
  button.pinkbutton {
    color: #fff;
    background: #B90062; }
  .button.good,
  button.good {
    color: #000;
    background: #3aad00; }
    .button.good.active, .button.good:focus, .button.good:hover,
    button.good.active,
    button.good:focus,
    button.good:hover {
      background: #287900; }
  .button.bad,
  button.bad {
    color: #fff;
    background: #ad0000; }
    .button.bad.active, .button.bad:focus, .button.bad:hover,
    button.bad.active,
    button.bad:focus,
    button.bad:hover {
      background: #c64d4d; }
  .button.info,
  button.info {
    color: #fff;
    background: #0073ad; }
    .button.info.active, .button.info:focus, .button.info:hover,
    button.info.active,
    button.info:focus,
    button.info:hover {
      background: #4d9dc6; }
  .button.oops,
  button.oops {
    color: #000;
    background: #ad7300; }
    .button.oops.active, .button.oops:focus, .button.oops:hover,
    button.oops.active,
    button.oops:focus,
    button.oops:hover {
      background: #795100; }
  .button.contrast,
  button.contrast {
    color: #00718f;
    background: rgba(0, 0, 0, 0.9); }
    .button.contrast.active, .button.contrast:focus, .button.contrast:hover,
    button.contrast.active,
    button.contrast:focus,
    button.contrast:hover {
      background: #002634; }
  .button.pinkbtn,
  button.pinkbtn {
    background-color: #B90062;
    color: #fff;
    text-decoration: none; }
    .button.pinkbtn:hover,
    button.pinkbtn:hover {
      background-color: #850046;
      text-decoration: none; }
    .button.pinkbtn:focus,
    button.pinkbtn:focus {
      text-decoration: none; }
    .button.pinkbtn::after,
    button.pinkbtn::after {
      color: #fff; }
  .button.greenbtn,
  button.greenbtn {
    background-color: #007D49;
    color: #fff;
    text-decoration: none; }
    .button.greenbtn:hover,
    button.greenbtn:hover {
      background-color: #004D2D; }
    .button.greenbtn::after,
    button.greenbtn::after {
      color: #fff; }
  .button.blackbtn,
  button.blackbtn {
    background-color: transparent;
    color: #333333;
    border: 2px solid #333333;
    text-decoration: none;
    font-weight: 500; }
    .button.blackbtn:hover,
    button.blackbtn:hover {
      background-color: #333333;
      color: #fff;
      border: 2px solid transparent;
      font-weight: 500; }
    .button.blackbtn::after,
    button.blackbtn::after {
      color: #fff; }
  .button i.fa,
  .button span.fa,
  button i.fa,
  button span.fa {
    font-size: 1rem;
    margin-right: 12px; }
    .button i.fa::before,
    .button span.fa::before,
    button i.fa::before,
    button span.fa::before {
      font-size: 1.25rem; }
  .button:disabled,
  button:disabled {
    color: #707070;
    background-color: #D6D0CA; }

.read-more {
  display: block;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s; }
  .read-more::after {
    font-size: 28px;
    content: '\f138';
    font-family: FontAwesome;
    margin-left: 4px;
    transition: all 0.3s;
    position: absolute;
    transform: scale(0.8);
    margin-top: -10px; }

table,
.table {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  border-collapse: unset !important;
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100% !important; }
  table thead,
  .table thead {
    font-weight: normal;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-family: CeraPro-Bold, sans-serif;
    text-align: left;
    background: #DEF0FF; }
  table th, table td,
  .table th,
  .table td {
    padding: 6px 12px;
    width: auto !important;
    max-width: 145px !important; }
  table th,
  .table th {
    text-align: left;
    vertical-align: bottom; }
  table td,
  .table td {
    vertical-align: middle; }

table > tbody > tr:nth-of-type(odd) {
  background-color: transparent; }

table > tbody > tr:nth-of-type(even) {
  background-color: #DEF0FF; }

.table-intro {
  padding: 10px 20px;
  color: #000;
  background: #007fad; }
  .table-intro p {
    max-width: 638px; }

header {
  line-height: 20px;
  top: 0;
  width: 100%;
  z-index: 100; }
  header.include-breadcrumb {
    margin-bottom: 190px; }
  header a {
    color: #fff; }
    header a:focus, header a:hover {
      color: #fff; }

.header-mobilerow .main-nav .top-menu-links {
  background: #333333;
  border-radius: 8px;
  display: flex;
  align-items: center;
  height: 42px; }
  .header-mobilerow .main-nav .top-menu-links .main-nav-topitem span.icon {
    text-decoration: none; }
    .header-mobilerow .main-nav .top-menu-links .main-nav-topitem span.icon:before {
      font-family: FontAwesome;
      font-size: 20px;
      padding-right: 3px;
      color: #fff; }
    .header-mobilerow .main-nav .top-menu-links .main-nav-topitem span.icon.listen:before {
      content: '\f2a2'; }
    .header-mobilerow .main-nav .top-menu-links .main-nav-topitem span.icon.sign:before {
      content: '\f2a7' !important; }
    .header-mobilerow .main-nav .top-menu-links .main-nav-topitem span.icon.easy:before {
      content: '';
      background: url(/assets/img/Lattlast.svg) no-repeat center left;
      padding-right: 17px; }
    .header-mobilerow .main-nav .top-menu-links .main-nav-topitem span.icon.lang:before {
      content: '\f0ac'; }

.header-mobilerow .nav-item {
  font-size: 0.875rem;
  padding: 10px 14px 11px;
  text-decoration: none; }
  .header-mobilerow .nav-item::after {
    content: none; }

.header-mobileactionrow {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  background-color: #fff; }
  @media (min-width: 1023px) {
    .header-mobileactionrow {
      flex-direction: column; } }
  .header-mobileactionrow.menurow {
    background-color: transparent;
    width: 95%;
    margin-left: auto; }
  @media print {
    .header-mobileactionrow > div {
      display: none; } }
  .header-mobileactionrow .menu-items {
    list-style: none;
    display: flex;
    margin-left: auto; }
  .header-mobileactionrow .menu-item {
    display: flex;
    flex-direction: column; }
    .header-mobileactionrow .menu-item a,
    .header-mobileactionrow .menu-item button {
      font-family: Rubik, sans-serif;
      font-weight: 400;
      background-color: #fff;
      color: #000;
      display: flex;
      flex-direction: column;
      font-size: 0.75rem;
      line-height: normal;
      margin: 0;
      padding: 7px 14px;
      text-align: center;
      text-decoration: none; }
      .header-mobileactionrow .menu-item a i,
      .header-mobileactionrow .menu-item a span,
      .header-mobileactionrow .menu-item button i,
      .header-mobileactionrow .menu-item button span {
        color: #B90062;
        font-size: 1.25rem;
        line-height: 1.75; }
      @media print {
        .header-mobileactionrow .menu-item a,
        .header-mobileactionrow .menu-item button {
          display: none; } }
  .header-mobileactionrow .header--active {
    background-color: #f4f4f4;
    border-top: 1px solid #B90062;
    color: #000;
    display: none;
    margin-top: 1rem;
    position: relative;
    width: 100%; }
    @media (min-width: 1023px) {
      .header-mobileactionrow .header--active {
        width: inherit; } }
    .header-mobileactionrow .header--active.active {
      display: flex;
      flex-direction: column;
      width: 100%; }
    .header-mobileactionrow .header--active p {
      font-family: Rubik, sans-serif;
      font-weight: 400;
      font-size: 0.75rem;
      padding: 0.75rem 0.8125rem; }
    .header-mobileactionrow .header--active.active-menu {
      margin-top: 0;
      border-top: 0; }
      .header-mobileactionrow .header--active.active-menu:after, .header-mobileactionrow .header--active.active-menu:before {
        left: calc(100% - 30px); }
    .header-mobileactionrow .header--active.active-search:after, .header-mobileactionrow .header--active.active-search:before {
      left: calc(100% - 90px); }
    .header-mobileactionrow .header--active:after {
      border-color: transparent;
      border-bottom-color: #f4f4f4;
      border-width: 13px;
      margin-left: -13px; }
    .header-mobileactionrow .header--active:before {
      border-color: transparent;
      border-bottom-color: #B90062;
      border-width: 14px;
      margin-left: -14px; }

@media (min-width: 1023px) {
  .header-startpage {
    height: 500px; } }

.header-mobilerow .main-nav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #333333; }
  @media print {
    .header-mobilerow .main-nav {
      display: none; } }

.main-nav-topitem .fa {
  padding-right: 3px; }
  .main-nav-topitem .fa > i::before {
    font-size: 25px; }

.main-nav-topitem span.icon.searchbutton:before {
  content: '\f002'; }

.header-inside .main-nav-topitem.searchbutton {
  background: #007D49; }

.header-inside .main-nav-topitem.pinkbutton {
  background: #B90062; }

.header-inside {
  max-height: 230px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  padding-bottom: 60px;
  overflow: visible;
  padding-top: 34px;
  max-width: 100%; }
  @media print {
    .header-inside {
      margin: 0;
      padding: 0; } }
  .header-inside-container {
    display: flex;
    flex-direction: column; }
    .header-inside-container .main-nav-row {
      flex: 1 1 90%;
      display: flex;
      transition: margin .3s;
      width: 100%;
      align-items: flex-start;
      order: 1; }
      @media (min-width: 658px) {
        .header-inside-container .main-nav-row {
          order: initial; } }
      .header-inside-container .main-nav-row a::after {
        content: none; }
      .header-inside-container .main-nav-row .main-logo {
        display: block;
        transition: all 0.3s;
        width: 100%; }
        @media print {
          .header-inside-container .main-nav-row .main-logo {
            text-align: center;
            margin: 0 auto; } }
        @media (min-width: 1023px) {
          .header-inside-container .main-nav-row .main-logo {
            max-width: 408px;
            height: 78.3px; } }
        .header-inside-container .main-nav-row .main-logo svg {
          max-width: 408px; }
          @media (min-width: 1023px) {
            .header-inside-container .main-nav-row .main-logo svg {
              background-color: #fff;
              padding: 10px 20px;
              box-sizing: border-box; } }
        .header-mobileactionrow .header-inside-container .main-nav-row .main-logo {
          padding: 5px 5px 5px 13px; }
          @media (min-width: 1023px) {
            .header-mobileactionrow .header-inside-container .main-nav-row .main-logo {
              padding: 5px; } }
          .header-mobileactionrow .header-inside-container .main-nav-row .main-logo svg {
            max-height: 52px;
            margin-top: 6px; }
            @media (min-width: 1023px) {
              .header-mobileactionrow .header-inside-container .main-nav-row .main-logo svg {
                max-height: 30px; } }
      .header-inside-container .main-nav-row .main-nav {
        margin: 0;
        flex: 1 0 auto;
        display: flex;
        margin-left: 1vw;
        font-size: 1rem;
        justify-content: flex-end;
        align-items: center; }
        @media print {
          .header-inside-container .main-nav-row .main-nav {
            display: none; } }
        .header-inside-container .main-nav-row .main-nav .top-menu-links {
          background: #333333;
          border-radius: 8px;
          display: flex;
          align-items: center; }
        .header-inside-container .main-nav-row .main-nav .main-nav-topitem {
          display: flex;
          align-items: center;
          font-family: Rubik, sans-serif;
          font-weight: 400;
          height: 54px;
          line-height: 2; }
          .header-inside-container .main-nav-row .main-nav .main-nav-topitem .fa {
            padding-right: 3px; }
          @media (min-width: 1023px) {
            .header-inside-container .main-nav-row .main-nav .main-nav-topitem > div {
              height: 100%; }
              .header-inside-container .main-nav-row .main-nav .main-nav-topitem > div > div {
                height: 100%; } }
          .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item {
            padding: 0px 18px;
            text-decoration: none;
            display: flex;
            align-items: center;
            height: 100%; }
            .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item:focus-visible {
              outline-color: #fff;
              border-radius: 8px; }
            .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span {
              -webkit-text-decoration: underline #7B7B7B;
                      text-decoration: underline #7B7B7B;
              text-decoration-thickness: 1.5px; }
              .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span:hover {
                -webkit-text-decoration: underline #fff;
                        text-decoration: underline #fff;
                text-decoration-thickness: 1.5px;
                transition: .3s; }
              .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span.icon {
                text-decoration: none; }
                .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span.icon:before {
                  font-family: FontAwesome;
                  font-size: 20px;
                  padding-right: 3px;
                  color: #fff; }
                .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span.icon.listen:before {
                  content: '\f2a2'; }
                .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span.icon.sign:before {
                  content: '\f2a7'; }
                .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span.icon.easy:before {
                  content: '';
                  background: url(/assets/img/Lattlast.svg) no-repeat center left;
                  padding-right: 17px; }
                .header-inside-container .main-nav-row .main-nav .main-nav-topitem .nav-item span.icon.lang:before {
                  content: '\f0ac'; }
  .header-inside > div {
    width: 100%; }
  .header-inside .nav-item {
    text-align: center; }
  .header-inside .main-nav-searchitem {
    height: 52px;
    line-height: 2;
    background: transparent;
    align-items: stretch; }
  .header-inside .nav-item.nav-toggle {
    display: none;
    z-index: 1;
    position: relative; }
    @media (max-width: 966px) {
      .header-inside .nav-item.nav-toggle {
        display: block; } }
  .header-inside .mobilesearch {
    background-color: #fff;
    padding: 22px 22px 11px;
    border-radius: 11px 11px 0 0;
    display: flex;
    margin-bottom: -1px;
    margin-left: 2px;
    align-items: center; }
    .header-inside .mobilesearch button.fa {
      margin-top: 0;
      z-index: 2;
      border-radius: 0 50% 50% 0;
      height: 35px;
      width: 35px; }
    .header-inside .mobilesearch input {
      width: 100%;
      font-size: 20px;
      margin-right: -35px;
      padding-right: 40px;
      padding-left: 24px;
      border-radius: 22px;
      padding-top: 5px;
      padding-bottom: 6px; }
      .header-inside .mobilesearch input:focus {
        box-shadow: 0 0 1px 2px #a5c7fe;
        outline: none; }
      .theme-green .header-inside .mobilesearch input {
        border: 1px solid #aeb218; }
      .theme-blue .header-inside .mobilesearch input {
        border: 1px solid #00718f; }
      .theme-pink .header-inside .mobilesearch input {
        border: 1px solid #d73189; }

.header-outside {
  background: #B90062;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  overflow: visible;
  position: relative;
  z-index: 100; }
  @media print {
    .header-outside {
      display: none; } }
  .header-outside .main-nav-column {
    transition: all 0.3s;
    display: flex;
    max-width: 1386px;
    order: 1; }
    .header-outside .main-nav-column > ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
      flex-wrap: wrap; }
      .header-outside .main-nav-column > ul li {
        line-height: 1; }
        .header-outside .main-nav-column > ul li a::after {
          content: none; }
    .header-outside .main-nav-column .main-nav-topitem {
      margin-left: 1rem; }
      .header-outside .main-nav-column .main-nav-topitem:first-child {
        margin-left: 0;
        height: 100%; }
      .header-outside .main-nav-column .main-nav-topitem button:first-of-type {
        border-top: 4px solid #B90062;
        border-bottom: 4px solid #B90062; }
        .header-outside .main-nav-column .main-nav-topitem button:first-of-type.active {
          border-top: 4px solid #fff;
          border-bottom: 4px solid #E58FB4; }
          .header-outside .main-nav-column .main-nav-topitem button:first-of-type.active:focus-visible {
            outline-color: #000;
            outline-offset: -4px; }
          .header-outside .main-nav-column .main-nav-topitem button:first-of-type.active:hover {
            outline-color: #fff;
            outline-offset: -4px; }
        .header-outside .main-nav-column .main-nav-topitem button:first-of-type:hover {
          background: #850046;
          color: #fff;
          border-top: 4px solid #850046;
          border-bottom: 4px solid #850046; }
        .header-outside .main-nav-column .main-nav-topitem button:first-of-type .navheading {
          font-size: 1.125rem;
          padding-left: 20px; }
        .header-outside .main-nav-column .main-nav-topitem button:first-of-type:focus-visible {
          outline-color: #fff;
          outline-offset: -4px; }
      .header-outside .main-nav-column .main-nav-topitem button .fa {
        padding-left: 7px;
        padding-top: 2px; }
      .header-outside .main-nav-column .main-nav-topitem a,
      .header-outside .main-nav-column .main-nav-topitem button {
        display: flex;
        align-items: center;
        text-align: center;
        background: transparent;
        font-family: CeraPro-Bold, sans-serif;
        padding: 0 0px;
        position: relative;
        -webkit-print-color-adjust: exact;
        color-adjust: exact;
        height: 100%;
        width: 100%;
        padding: 1.2rem 0rem; }
        .header-outside .main-nav-column .main-nav-topitem a[aria-expanded="true"],
        .header-outside .main-nav-column .main-nav-topitem button[aria-expanded="true"] {
          background: #fff;
          color: #000; }
        .header-outside .main-nav-column .main-nav-topitem a .navtext,
        .header-outside .main-nav-column .main-nav-topitem button .navtext {
          font-size: 1rem;
          padding-top: 5px; }
      .header-outside .main-nav-column .main-nav-topitem button.active-path {
        background: #fff;
        border-top: 4px solid #fff;
        border-bottom: 4px solid #E58FB4;
        color: #333333; }
        .header-outside .main-nav-column .main-nav-topitem button.active-path:focus-visible {
          outline-color: #000; }
        .header-outside .main-nav-column .main-nav-topitem button.active-path[aria-expanded="true"] {
          background: #fff;
          color: #000; }
      .header-outside .main-nav-column .main-nav-topitem li ul {
        visibility: hidden;
        opacity: 0;
        display: none;
        position: absolute;
        text-align: left;
        width: 21rem;
        left: 0;
        padding-bottom: 48px; }
        .header-outside .main-nav-column .main-nav-topitem li ul.active {
          visibility: visible;
          opacity: 1;
          display: block;
          background-color: #fff;
          display: flex;
          flex-wrap: wrap;
          width: 100%;
          margin: 0 auto;
          z-index: 1; }
        .header-outside .main-nav-column .main-nav-topitem li ul li {
          clear: both;
          line-height: 1;
          width: 100%;
          text-align: left;
          border-bottom: 1px solid rgba(5, 5, 5, 0.2);
          margin: 0 32px;
          height: auto;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          @media (min-width: 1180px) {
            .header-outside .main-nav-column .main-nav-topitem li ul li {
              max-width: 44%; } }
          @media (min-width: 1354px) {
            .header-outside .main-nav-column .main-nav-topitem li ul li {
              max-width: 28%; } }
          .header-outside .main-nav-column .main-nav-topitem li ul li a {
            padding: 16px;
            line-height: 140%;
            text-align: unset;
            font-size: 1.25rem;
            word-break: break-word; }
            .header-outside .main-nav-column .main-nav-topitem li ul li a .fa {
              padding-left: 16px; }
        .header-outside .main-nav-column .main-nav-topitem li ul li:first-child {
          max-width: none;
          display: flex;
          justify-content: flex-start;
          margin-top: 24px; }
          .header-outside .main-nav-column .main-nav-topitem li ul li:first-child a {
            padding: 16px;
            width: auto; }
            .header-outside .main-nav-column .main-nav-topitem li ul li:first-child a .fa {
              padding-left: 36px; }
      .header-outside .main-nav-column .main-nav-topitem li.active-path {
        background: #C24A81;
        border-bottom: unset;
        border: 1px solid var(--rosa-100, #B90062); }
        .header-outside .main-nav-column .main-nav-topitem li.active-path a {
          color: #fff; }
          .header-outside .main-nav-column .main-nav-topitem li.active-path a:hover {
            text-decoration: underline;
            cursor: pointer; }
      .header-outside .main-nav-column .main-nav-topitem .dropdown li a:hover {
        cursor: pointer; }
      .header-outside .main-nav-column .main-nav-topitem .dropdown li.active-path > a:focus-visible {
        outline-color: #fff;
        -webkit-text-decoration: underline #fff;
                text-decoration: underline #fff;
        text-decoration-thickness: 2px; }
      .header-outside .main-nav-column .main-nav-topitem .dropdown a {
        color: #000;
        display: flex;
        justify-content: space-between; }

.main-nav-mobilemenu-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
  pointer-events: all;
  width: 97%;
  padding-top: 10px; }
  @media (min-width: 658px) {
    .main-nav-mobilemenu-container {
      width: auto;
      min-width: 450px; } }
  .main-nav-mobilemenu-container .linkrow {
    display: flex;
    font-size: 150%; }
    .main-nav-mobilemenu-container .linkrow > a {
      margin-right: auto;
      padding-top: 8px;
      padding-right: 10px;
      padding-bottom: 8px;
      line-height: initial; }
      .main-nav-mobilemenu-container .linkrow > a:before {
        top: 12px;
        transform: rotate(45deg) scale(1.1); }
    .main-nav-mobilemenu-container .linkrow > span {
      cursor: pointer;
      font-size: 200%;
      -ms-grid-row-align: center;
          align-self: center; }
  .main-nav-mobilemenu-container span.expanded:after, .main-nav-mobilemenu-container span.collapsed:after {
    position: absolute;
    display: inline-block;
    content: "-";
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 200%; }
  .main-nav-mobilemenu-container span.expanded:after {
    content: "-"; }
  .main-nav-mobilemenu-container span.collapsed:after {
    content: "+"; }
  .main-nav-mobilemenu-container .main-nav-submenu {
    border-radius: 11px;
    padding: 14px 18px;
    height: auto;
    opacity: 1;
    margin-top: 00px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .main-nav-mobilemenu-container .main-nav-submenu .nav-wrapper {
      margin-left: 14px; }
      .main-nav-mobilemenu-container .main-nav-submenu .nav-wrapper nav div {
        position: relative; }

.header-mobilerow .nav-item {
  margin: 0; }

.nav-item span {
  display: inline-block;
  white-space: nowrap; }

.nav-item .button-text {
  display: none; }
  @media (min-width: 1023px) {
    .nav-item .button-text {
      display: inline; } }

.header-search {
  display: flex;
  height: 2.3125rem;
  margin: 0; }
  @media (min-width: 1023px) {
    .header-search {
      height: 52px;
      padding: 0;
      margin: 0; } }
  .header-search button {
    font-size: 0.75rem;
    margin: 0; }
    @media (min-width: 1023px) {
      .header-search button {
        font-size: 100%; }
        .header-search button i,
        .header-search button span {
          font-size: 100%; } }
  .header-search input {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;
    padding: 0 0.825rem;
    border: 0;
    transition: all 0.6s;
    width: 100%; }
    @media (min-width: 1023px) {
      .header-search input {
        max-width: 23rem;
        width: 23rem; } }
  .header-search .search-container {
    display: flex;
    margin: 0;
    width: 100%; }
    @media (min-width: 1023px) {
      .header-search .search-container {
        height: 59px;
        margin: auto;
        width: inherit;
        border: 2px solid #767676;
        background: #fff;
        border-radius: 12px;
        padding: 4px; }
        .header-search .search-container:has(input:focus-visible) {
          outline: dotted 4px #000;
          outline-offset: -6px; }
        .header-search .search-container input:focus-visible {
          outline: none; }
        .header-search .search-container button {
          font-size: 1rem;
          padding: 0px 24px;
          border-radius: 8px; }
          .header-search .search-container button:hover {
            background: #004D2D; }
          .header-search .search-container button:focus-visible {
            outline-offset: 0px; } }

.header-mobileactionrow .main-logo::after {
  content: none; }

.main-logo {
  display: block;
  transition: all 0.3s;
  width: 100%; }
  .header-mobileactionrow .main-logo {
    padding: 5px 5px 5px 13px; }
    @media (min-width: 1023px) {
      .header-mobileactionrow .main-logo {
        padding: 5px; } }
    .header-mobileactionrow .main-logo svg {
      max-height: 52px;
      margin-top: 6px; }
      @media (min-width: 1023px) {
        .header-mobileactionrow .main-logo svg {
          max-height: 30px; } }

.menu-overlay {
  background-color: #000;
  height: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 0; }
  .menu-overlay.active {
    height: 100%;
    opacity: 0.7;
    z-index: -1; }
    @media (min-width: 1023px) {
      .menu-overlay.active {
        z-index: 50; } }
  .header--active .menu-overlay {
    top: 0; }
    @media (min-width: 1023px) {
      .header--active .menu-overlay {
        top: inherit; } }

.main-nav-column {
  list-style-type: none; }

.header.subsite .logos {
  display: flex;
  width: 100%;
  max-width: 485px;
  padding: 2px 0;
  background-color: #fff;
  transition: all 0.3s; }
  @media (max-width: 1023px) {
    .header.subsite .logos {
      max-width: 320px; } }
  @media (max-width: 658px) {
    .header.subsite .logos {
      max-width: 216px; } }
  .header.subsite .logos .main-logo {
    display: flex; }
    @media (min-width: 1023px) {
      .header.subsite .logos .main-logo {
        max-width: 294px; } }
    @media (max-width: 658px) {
      .header.subsite .logos .main-logo {
        max-width: 94px; } }
    .header.subsite .logos .main-logo svg {
      max-width: 294px;
      width: 100%; }
      @media (min-width: 1023px) {
        .header.subsite .logos .main-logo svg {
          padding: 11px 18px; } }
  .header.subsite .logos .sub-logo {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    align-content: center;
    -ms-grid-row-align: center;
        align-self: center; }
    @media (max-width: 1023px) {
      .header.subsite .logos .sub-logo {
        font-size: 14px; } }
    .header.subsite .logos .sub-logo:hover {
      text-decoration: underline; }
    .header.subsite .logos .sub-logo span {
      display: block;
      padding: 8px 18px;
      border-left: 1px solid rgba(195, 195, 195, 0.9);
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; }
      @media (max-width: 1023px) {
        .header.subsite .logos .sub-logo span {
          padding: 14px 13px; } }
      @media (max-width: 658px) {
        .header.subsite .logos .sub-logo span {
          -webkit-hyphens: auto;
          -ms-hyphens: auto;
          hyphens: auto;
          word-break: break-word;
          padding: 3px 0 3px 12px;
          border-left: 1px solid rgba(195, 195, 195, 0.5); } }

.header.subsite .site-banner {
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  background: #333333; }
  @media (max-width: 1023px) {
    .header.subsite .site-banner {
      margin-bottom: 1px; } }
  .header.subsite .site-banner a {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 16px;
    padding: 10px 12px; }
    .header.subsite .site-banner a:focus-visible {
      outline-color: #fff;
      outline-offset: -4px; }
    @media (max-width: 1023px) {
      .header.subsite .site-banner a {
        font-size: 14px; } }
    .header.subsite .site-banner a::after {
      content: '\f101';
      font-family: FontAwesome;
      padding-left: 2px; }
    .header.subsite .site-banner a:hover {
      text-decoration: underline; }

@media (min-width: 1023px) {
  .header.subsite .header-inside {
    height: 500px; } }

@media (max-width: 658px) {
  .header.subsite .header-mobileactionrow .menu-item button, .header.subsite .header-mobileactionrow .menu-item a {
    padding: 7px 7px; } }

@media (max-width: 658px) {
  .header.subsite .header-mobileactionrow .menu-item button span, .header.subsite .header-mobileactionrow .menu-item a span {
    margin-left: 2px;
    margin-right: 2px; } }

section h2 {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 2rem; }

section > .wrapper {
  padding-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px; }
  @media (min-width: 1023px) {
    section > .wrapper {
      padding-right: 15px;
      padding-left: 15px; } }
  section > .wrapper > h2 {
    padding-right: 5px;
    padding-left: 5px; }

.sectioncolorgray {
  background: #EAEAEA;
  padding: 40px 0; }

.sectioncolorwhite {
  background: #fff; }

.sectioncolorgreen {
  background: #007D49; }
  .sectioncolorgreen h1, .sectioncolorgreen h2 {
    color: #fff;
    font-size: 2rem; }

.sectioncolorlightgray {
  background: #e0e0e0; }
  .sectioncolorlightgray h1, .sectioncolorlightgray h2 {
    color: #333333;
    font-size: 2rem; }

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-width: 0; }

.headingsection .wrapper {
  max-width: 1024px; }

.pageblock_wrapper {
  display: flex;
  padding: 0 5px;
  flex: 1 1 100%;
  margin: 10px 0;
  min-width: 0; }
  @media (min-width: 1023px) {
    .pageblock_wrapper {
      max-width: 50%;
      flex: 1 1 50%; } }
  .pageblock_wrapper--related {
    flex-direction: column;
    padding: 24px 16px 24px 24px; }
    @media (min-width: 1023px) {
      .pageblock_wrapper--related {
        max-width: calc(50% - 12px);
        flex: 1 1 calc(50% - 12px); } }
    .pageblock_wrapper--related.full-width {
      max-width: 100%; }
    .pageblock_wrapper--related.stöd {
      background: #CCE5DB; }
      .pageblock_wrapper--related.stöd .pageblock {
        border-bottom: 1px solid #66B192; }
    .pageblock_wrapper--related.kunskap {
      background: #D5E4EF; }
      .pageblock_wrapper--related.kunskap .pageblock {
        border-bottom: 1px solid #82AFD0; }
    .pageblock_wrapper--related.innehåll {
      background: #F9C8E0; }
      .pageblock_wrapper--related.innehåll .pageblock {
        border-bottom: 1px solid #C24A81; }
    @media (min-width: 1023px) {
      .pageblock_wrapper--related:nth-child(odd) {
        margin-right: 24px; } }
    .pageblock_wrapper--related span {
      color: #333333; }
    .sectioncolorwhite .pageblock_wrapper--related a.pageblock, .sectioncolorgray .pageblock_wrapper--related a.pageblock {
      margin: 16px 0;
      box-shadow: none;
      min-height: unset; }
      .sectioncolorwhite .pageblock_wrapper--related a.pageblock .pageblocktext, .sectioncolorgray .pageblock_wrapper--related a.pageblock .pageblocktext {
        background: none;
        min-height: unset;
        padding: 0 10px 16px 10px; }
        .sectioncolorwhite .pageblock_wrapper--related a.pageblock .pageblocktext::after, .sectioncolorgray .pageblock_wrapper--related a.pageblock .pageblocktext::after {
          font-size: 1.25rem;
          color: #333333;
          top: calc(50% - 10px);
          right: 0; }
        .sectioncolorwhite .pageblock_wrapper--related a.pageblock .pageblocktext .name, .sectioncolorgray .pageblock_wrapper--related a.pageblock .pageblocktext .name {
          font-family: CeraPro-Regular, sans-serif;
          font-weight: 600;
          font-size: 1.125rem;
          color: #333333; }
    .pageblock_wrapper--related a::after {
      content: none; }
  .pageblock_wrapper .pageblock {
    display: flex;
    flex-direction: column;
    min-height: 180px;
    min-width: 0;
    width: 100%;
    color: #333333;
    position: relative;
    -webkit-text-decoration: underline #333333;
            text-decoration: underline #333333;
    text-decoration-thickness: 1.5px;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s; }
    @media (min-width: 466px) {
      .pageblock_wrapper .pageblock {
        flex-direction: row; } }
    .pageblock_wrapper .pageblock.startpage {
      height: 115px;
      width: 30%; }
      .pageblock_wrapper .pageblock.startpage.active .name,
      .pageblock_wrapper .pageblock.startpage:focus .name,
      .pageblock_wrapper .pageblock.startpage:hover .name {
        color: #333333;
        text-decoration: underline; }
    @media print {
      .pageblock_wrapper .pageblock {
        border: none;
        box-shadow: none;
        transform: unset; } }
    .pageblock_wrapper .pageblock.active .name,
    .pageblock_wrapper .pageblock:focus .name,
    .pageblock_wrapper .pageblock:hover .name {
      color: #fff;
      text-decoration: underline; }
    .sectioncolorwhite .pageblock_wrapper .pageblock, .sectioncolorgray .pageblock_wrapper .pageblock {
      min-height: 114px; }
    @media (max-width: 466px) {
      .pageblock_wrapper .pageblock:hover .image {
        border-bottom: 4.5px solid transparent;
        box-shadow: 0 5.25px 0 transparent;
        transform: translate(0, -3.15px);
        margin-top: -1.35px !important; } }
  @media print and (max-width: 466px) {
    .pageblock_wrapper .pageblock:hover .image {
      border: none;
      box-shadow: none;
      transform: unset;
      margin-top: initial; } }
    .pageblock_wrapper .pageblock .image {
      flex: 0 1 40%;
      max-width: none;
      background-origin: border-box;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      min-height: 100px; }
      @media (min-width: 466px) {
        .pageblock_wrapper .pageblock .image {
          min-height: none;
          max-width: 211px; } }
      @media (max-width: 466px) {
        .pageblock_wrapper .pageblock .image {
          border-bottom: 3px solid transparent;
          box-shadow: 0 3px 0 transparent;
          transition: all .3s; } }
  @media print and (max-width: 466px) {
    .pageblock_wrapper .pageblock .image {
      border: none;
      box-shadow: none;
      transform: unset; } }
      .sectioncolorwhite .pageblock_wrapper .pageblock .image, .sectioncolorgray .pageblock_wrapper .pageblock .image {
        max-width: none; }
        @media (min-width: 466px) {
          .sectioncolorwhite .pageblock_wrapper .pageblock .image, .sectioncolorgray .pageblock_wrapper .pageblock .image {
            max-width: 114px; } }
  .pageblock_wrapper .pageblocktext {
    background: #fff;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 10px;
    padding-right: 56px;
    min-height: none;
    flex: 1 0 auto;
    position: relative;
    display: flex;
    min-width: 0;
    flex-direction: column; }
    @media (min-width: 466px) {
      .pageblock_wrapper .pageblocktext {
        min-height: 180px;
        flex: 1 1; } }
    .pageblock_wrapper .pageblocktext h3 {
      margin: 0;
      padding: 0; }
    .pageblock_wrapper .pageblocktext:after {
      content: '\f105';
      font-family: FontAwesome;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translate(0, -50%);
      line-height: 1.8em;
      font-weight: bold;
      font-size: 80px;
      transition: top .3s; }
      .sectioncolorwhite .pageblock_wrapper .pageblocktext:after, .sectioncolorgray .pageblock_wrapper .pageblocktext:after {
        font-size: 42px; }
    .pageblock_wrapper .pageblocktext .parentheading {
      font-size: 1rem; }
    .pageblock_wrapper .pageblocktext .name {
      font-size: 1.75rem;
      line-height: 1.2;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-word;
      padding-bottom: 0; }
    .pageblock_wrapper .pageblocktext .intro {
      font-size: 1rem;
      line-height: 1.5; }
    .pageblock_wrapper .pageblocktext .eventdate {
      font-size: 1rem; }
    .sectioncolorwhite .pageblock_wrapper .pageblocktext, .sectioncolorgray .pageblock_wrapper .pageblocktext {
      background: #333333;
      color: #fff;
      min-height: 114px;
      padding-right: 36px; }

.eventwrapper {
  background: transparent;
  background-origin: border-box; }
  .eventwrapper.smalldevices {
    align-self: flex-start; }
    @media (min-width: 658px) {
      .eventwrapper.smalldevices {
        display: none; } }
    .eventwrapper.smalldevices .badge {
      padding-left: 10px;
      padding-right: 10px; }
  .eventwrapper.largedevices {
    display: none; }
    @media (min-width: 658px) {
      .eventwrapper.largedevices {
        display: flex;
        flex: 0 1 40%;
        max-width: 150px;
        display: flex;
        align-items: center;
        justify-content: center; } }
  .eventwrapper .badge {
    background: #333333;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    color: #fff;
    text-transform: uppercase; }
    .eventwrapper .badge > div {
      display: inline-block; }
    @media (min-width: 658px) {
      .eventwrapper .badge {
        width: 102px;
        height: 102px;
        border-radius: 50%;
        text-align: center;
        padding-top: 9px;
        margin-left: 20px;
        line-height: 1;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .eventwrapper .badge div {
          flex: 1 100%; }
          .eventwrapper .badge div.day {
            font-size: 2.625rem; }
          .eventwrapper .badge div.month {
            font-size: 1.375rem; } }

.wrapper-breadcrumb {
  margin-top: 1rem; }
  @media (min-width: 1023px) {
    .wrapper-breadcrumb {
      margin-bottom: 1.25rem; } }
  @media print {
    .wrapper-breadcrumb {
      margin: 0 auto;
      padding: 0;
      text-align: center; } }

.breadcrumb {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  position: relative; }
  .breadcrumb ul,
  .breadcrumb li {
    display: inline-block;
    list-style-type: none; }
  .breadcrumb ul {
    position: relative; }
  .breadcrumb li {
    font-size: 1rem; }
    .breadcrumb li a, .breadcrumb li span {
      font-family: Rubik, sans-serif;
      font-weight: 600;
      color: #333333;
      font-size: 1rem;
      padding: 2px 4px 2px; }
    .breadcrumb li a {
      -webkit-text-decoration: solid underline #D9D9D9;
              text-decoration: solid underline #D9D9D9;
      text-decoration-thickness: 1.5px; }
      .breadcrumb li a:focus, .breadcrumb li a:hover {
        -webkit-text-decoration: solid underline #333333;
                text-decoration: solid underline #333333;
        text-decoration-thickness: 1.5px; }
      .breadcrumb li a:focus-visible {
        outline-offset: 3px;
        border-radius: 2px; }
      .breadcrumb li a::after {
        content: none; }
    .breadcrumb li.breadcrumb-current a,
    .breadcrumb li.breadcrumb-current span {
      font-weight: 400;
      text-decoration: none;
      cursor: default; }

article .rsbtn {
  box-sizing: border-box;
  max-width: 638px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 28px;
  padding-right: 28px; }
  @media (min-width: 1028px) {
    article .rsbtn {
      margin-left: 250px; } }
  @media (min-width: 1180px) {
    article .rsbtn {
      margin-left: 200px; } }

.main-grid-two-col .sidenav {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  bottom: 5%; }
  @media (max-width: 1023px) {
    .main-grid-two-col .sidenav {
      position: unset; } }

@media screen {
  .sidenav {
    top: 0;
    border: 0;
    height: 100%;
    width: 100%; } }

.rsidenav {
  left: unset;
  right: 0; }

.pagenavigation {
  max-width: 582px;
  margin: 0 auto;
  transition: all 0.3s; }
  .wrapper-has-sidenav .pagenavigation {
    margin: 0; }
  @media print {
    .pagenavigation {
      background-color: transparent;
      border: 0; }
      .pagenavigation.pagenavigation-empty {
        display: none; } }
  @media screen and (min-width: 1028px) {
    .pagenavigation {
      width: 252px; } }
  .pagenavigation h1, .pagenavigation h2 {
    font-size: 1.25rem;
    color: #000;
    padding: 10px 26px 0 0;
    margin-bottom: 16px; }
    @media print {
      .pagenavigation h1, .pagenavigation h2 {
        font-size: 12pt; } }
  .pagenavigation a {
    position: relative;
    line-height: 1.3;
    display: block;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #333333;
    word-break: break-word;
    padding: 14px 8px 14px 20px;
    border-left: 3px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    text-decoration: none; }
    .pagenavigation a:first-of-type {
      border-top: 1px solid #E5E5E5; }
    .pagenavigation a.active {
      border-left: 3px solid #E58FB4;
      text-decoration: underline; }
    .pagenavigation a:focus-visible {
      text-decoration: none; }
    .pagenavigation a:hover {
      text-decoration: underline;
      background: #850046;
      color: #fff; }
      .pagenavigation a:hover:focus-visible {
        outline-color: #fff; }
    @media print {
      .pagenavigation a {
        color: #000;
        font-size: 8pt;
        margin-bottom: 0; } }
    .pagenavigation a span.fa {
      position: absolute;
      right: 26px;
      top: 50%;
      transform: translate(-50%, -50%); }
  .pagenavigation-faqwrapper .pagenavigation {
    margin: 0 auto 20px;
    width: auto;
    max-width: none; }
  .pagenavigation .twocolumns a {
    width: 100%; }
  @media (min-width: 1023px) {
    .pagenavigation .twocolumns {
      display: flex;
      flex-wrap: wrap; }
      .pagenavigation .twocolumns a {
        width: 50%; } }

@media screen {
  .pagenavigation-content {
    padding: 13px 0 22px 0; } }

.pagenavigation-sticky {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
  bottom: 5%; }

.pagebotton-actions {
  display: flex;
  flex-direction: row;
  padding-top: 20px; }
  .pagebotton-actions .back-btn {
    position: relative;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    display: block;
    font-weight: 500;
    padding: 16px 24px 16px 28px;
    margin: 5px;
    margin-top: 0;
    border-radius: 8px;
    cursor: pointer;
    border: 0;
    transition: 0.3s;
    display: flex;
    align-items: center;
    background: #007D49;
    color: #fff; }
    .pagebotton-actions .back-btn:focus-visible {
      outline: dotted 4px #000;
      outline-offset: 4px; }
    .pagebotton-actions .back-btn.pinkbtn {
      background-color: #B90062;
      color: #fff;
      text-decoration: none; }
      .pagebotton-actions .back-btn.pinkbtn:hover {
        background-color: #850046;
        text-decoration: none; }
      .pagebotton-actions .back-btn.pinkbtn:focus {
        text-decoration: none; }
      .pagebotton-actions .back-btn.pinkbtn::after {
        color: #fff; }
    .pagebotton-actions .back-btn i.fa,
    .pagebotton-actions .back-btn span.fa {
      font-size: 1rem;
      margin-right: 12px; }
      .pagebotton-actions .back-btn i.fa::before,
      .pagebotton-actions .back-btn span.fa::before {
        font-size: 1.25rem; }
  .pagebotton-actions button {
    margin: 5px;
    margin-top: 0;
    border-radius: 8px; }
    .pagebotton-actions button:first-child {
      margin-left: 0; }
    .pagebotton-actions button:last-child {
      margin-right: 0; }

footer {
  background: #333333;
  margin-bottom: auto;
  color: #fff;
  flex: 1 1 auto; }
  footer a {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    color: #fff;
    -webkit-text-decoration: 1.5px solid underline #7B7B7B;
            text-decoration: 1.5px solid underline #7B7B7B; }
    footer a.active, footer a:focus-visible, footer a:hover {
      color: #fff;
      -webkit-text-decoration: solid underline #fff !important;
              text-decoration: solid underline #fff !important;
      text-decoration-thickness: 1.5px; }
    footer a:focus-visible {
      color: #fff;
      outline-color: #fff !important;
      outline-offset: 4px;
      border-radius: 4px; }
    footer a::after {
      content: none !important; }
  @media print {
    footer {
      display: none; } }
  footer h1, footer h2, footer h3, footer h4 {
    color: #fff; }

.footer-inside {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (min-width: 1023px) {
    .footer-inside {
      flex-direction: row; } }
  @media (min-width: 1180px) {
    .footer-inside {
      flex-wrap: nowrap; } }
  .footer-inside h2 {
    font-family: Rubik, sans-serif;
    font-weight: 400; }
  .footer-inside .footer-group {
    padding: 0 0px 0 0px;
    flex: 1 1 30%;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1180px) {
      .footer-inside .footer-group:first-child {
        padding-left: 7px; }
      .footer-inside .footer-group:last-child {
        padding-right: 14px; } }
    .footer-inside .footer-group .nav-wrapper {
      flex-direction: column; }
      @media (min-width: 1023px) {
        .footer-inside .footer-group .nav-wrapper {
          display: flex; } }
  .footer-inside .nav-wrapper {
    display: flex;
    align-self: start; }
    .footer-inside .nav-wrapper nav {
      max-width: 100%; }
    .footer-inside .nav-wrapper a {
      font-family: CeraPro-Bold, sans-serif;
      font-style: normal;
      font-weight: 400;
      -webkit-text-decoration: solid underline #7B7B7B;
              text-decoration: solid underline #7B7B7B;
      text-decoration-thickness: 1.5px;
      font-size: 1.1rem;
      display: block;
      line-height: 1;
      padding: 8px 0;
      color: #fff; }
      .footer-inside .nav-wrapper a.active, .footer-inside .nav-wrapper a:focus, .footer-inside .nav-wrapper a:hover {
        -webkit-text-decoration: solid underline #fff;
                text-decoration: solid underline #fff;
        text-decoration-thickness: 1.5px; }
      .footer-inside .nav-wrapper a:focus-visible {
        outline-offset: 4px;
        border-radius: 4px;
        -webkit-text-decoration: solid underline #fff;
                text-decoration: solid underline #fff;
        text-decoration-thickness: 1.5px; }
      .footer-inside .nav-wrapper a i {
        color: #fff; }
      .footer-inside .nav-wrapper a span {
        margin-right: 5px; }
  .footer-inside .main-footer-area {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
    margin-bottom: 20px; }
    @media (min-width: 658px) {
      .footer-inside .main-footer-area {
        flex-direction: row; } }
    @media (min-width: 1023px) {
      .footer-inside .main-footer-area {
        order: -1; } }
    @media (min-width: 1180px) {
      .footer-inside .main-footer-area {
        order: initial; } }
  .footer-inside .sub-footer-area {
    flex: 1 0 48%; }
    @media (min-width: 1023px) {
      .footer-inside .sub-footer-area {
        flex: 1 0 22%; }
        .footer-inside .sub-footer-area:last-child {
          flex: 1 0 27%; } }
  .footer-inside h2 {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 0.9rem;
    padding-top: 12px;
    margin-bottom: 4px;
    padding-right: 22px; }
  .footer-inside .part-of-logo {
    display: block;
    width: 100%;
    text-align: left; }
    @media (min-width: 658px) and (max-width: 1260px) {
      .footer-inside .part-of-logo {
        max-width: 50%; } }
    .footer-inside .part-of-logo svg {
      width: 100%; }
    .footer-inside .part-of-logo a {
      width: 100%;
      display: inline-block; }
  .footer-inside .footer-info-area {
    margin-bottom: 20px; }
  .footer-inside .footer-info-content {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.6; }
  .footer-inside .social-shortcuts i,
  .footer-inside .social-shortcuts span.fa {
    font-size: 90%;
    margin-right: 7px; }
  .footer-inside .social-shortcuts ul {
    -moz-column-count: 2;
         column-count: 2; }

.hiddenShortcuts {
  position: absolute;
  padding: 15px;
  z-index: 999;
  pointer-events: none; }
  .hiddenShortcuts a {
    z-index: -5;
    opacity: 0;
    border-radius: 7px; }
    .hiddenShortcuts a:active, .hiddenShortcuts a:focus {
      z-index: 10;
      opacity: 1; }
    .hiddenShortcuts a:focus-visible {
      outline: dotted 4px #fff;
      outline-offset: -4px; }
    .hiddenShortcuts a::after {
      content: none; }

.paging {
  text-align: center; }
  .paging ul {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    .paging ul li {
      font-family: Rubik, sans-serif;
      font-weight: 400;
      background-color: #333333;
      color: #fff;
      font-size: 1rem;
      font-weight: 400;
      height: 43px;
      display: flex;
      align-items: center; }
      .paging ul li:not(.active) {
        border-bottom: 3px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        transition: all .3s; }
        @media print {
          .paging ul li:not(.active) {
            border: none;
            box-shadow: none;
            transform: unset; } }
      .paging ul li a,
      .paging ul li a:active,
      .paging ul li a:visited {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        color: #fff;
        text-decoration: none;
        display: inline-block;
        padding: 0.37rem;
        font-weight: 400;
        display: flex;
        align-items: center;
        height: 100%; }
        @media (min-width: 658px) {
          .paging ul li a,
          .paging ul li a:active,
          .paging ul li a:visited {
            padding-inline: 0.77rem; } }
        .paging ul li a:focus-visible,
        .paging ul li a:active:focus-visible,
        .paging ul li a:visited:focus-visible {
          outline-color: #fff;
          outline-offset: -5px; }
        .paging ul li a:after,
        .paging ul li a:active:after,
        .paging ul li a:visited:after {
          content: none !important; }
        .paging ul li a:focus, .paging ul li a:hover,
        .paging ul li a:active:focus,
        .paging ul li a:active:hover,
        .paging ul li a:visited:focus,
        .paging ul li a:visited:hover {
          text-decoration: none; }
      .paging ul li.active {
        padding-inline: 0.37rem;
        background-color: #fff;
        color: #333333;
        height: 43px;
        border-bottom: 3px solid rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        transition: all .3s; }
        @media print {
          .paging ul li.active {
            border: none;
            box-shadow: none;
            transform: unset; } }
        .paging ul li.active span {
          display: inline-block;
          line-height: 1; }
        .paging ul li.active a {
          color: #333333; }
          .paging ul li.active a:focus-visible {
            outline-color: #333333; }
        @media (min-width: 658px) {
          .paging ul li.active {
            height: 55px; } }
      @media (min-width: 658px) {
        .paging ul li {
          height: 55px; } }
      .paging ul li.prev, .paging ul li.next, .paging ul li.first, .paging ul li.last {
        background-color: #007D49; }
        .paging ul li.prev a::before, .paging ul li.prev a::after, .paging ul li.next a::before, .paging ul li.next a::after, .paging ul li.first a::before, .paging ul li.first a::after, .paging ul li.last a::before, .paging ul li.last a::after {
          font-family: FontAwesome; }
      .paging ul li.first a::before {
        content: '\f100';
        margin-right: 7px; }
      .paging ul li.first a::after {
        content: ''; }
      .paging ul li.last a::after {
        content: '\f101' !important;
        color: #fff !important;
        padding-left: 0 !important;
        margin-left: 7px; }
      .paging ul li.prev a::before {
        content: '\f104';
        margin-right: 7px; }
      .paging ul li.prev a::after {
        content: none; }
      .paging ul li.next a::after {
        content: '\f105' !important;
        color: #fff !important;
        padding-left: 0 !important;
        margin-left: 7px; }
      .paging ul li.ellipsis a {
        font-weight: 300;
        font-size: 1.5rem;
        padding: 0.5rem; }

.shortcut.startpage {
  background-color: #f4f4f4;
  display: flex;
  padding: 0 5px;
  flex: 1 1 100%;
  margin: 10px 0;
  padding: 0;
  min-width: 0;
  border-radius: 12px; }
  @media (min-width: 1023px) and (max-width: 1180px) {
    .shortcut.startpage {
      max-width: 49%;
      flex: 1 1 49%;
      margin-left: 0;
      margin-right: 1%; }
      .shortcut.startpage:nth-child(2n) {
        margin-left: 1%;
        margin-right: 0; } }
  @media (min-width: 1180px) {
    .shortcut.startpage {
      max-width: 32.333%;
      flex: 1 1 32.333%;
      margin-left: 0;
      margin-right: 0.75%; }
      .shortcut.startpage:nth-child(3n + 2) {
        margin-left: 0.75%;
        margin-right: 0.75%; }
      .shortcut.startpage:nth-child(3n) {
        margin-left: 0.75%;
        margin-right: 0; } }
  .shortcut.startpage .shortcut--item {
    display: flex;
    flex-direction: column;
    min-height: 50%;
    min-width: 0;
    width: 100%;
    color: #333333;
    position: relative;
    flex-direction: row;
    min-height: 75px;
    align-items: center; }
    @media (min-width: 466px) {
      .shortcut.startpage .shortcut--item {
        min-height: 115px; } }
    @media (min-width: 466px) {
      .shortcut.startpage .shortcut--item {
        flex-direction: row; } }
    .shortcut.startpage .shortcut--item:focus-visible {
      border-radius: 12px;
      outline-offset: 4px; }
    .shortcut.startpage .shortcut--item.active .name,
    .shortcut.startpage .shortcut--item:focus .name,
    .shortcut.startpage .shortcut--item:hover .name {
      -webkit-text-decoration: solid underline #333;
              text-decoration: solid underline #333;
      text-decoration-thickness: 1.5px; }
    .shortcut.startpage .shortcut--item::after {
      content: none; }
    .shortcut.startpage .shortcut--item__text {
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      padding: 10px 32px 10px 20px;
      flex: 1;
      position: relative;
      display: flex;
      min-width: 0;
      flex-direction: column; }
      .shortcut.startpage .shortcut--item__text .name {
        -webkit-text-decoration: solid underline #D9D9D9;
                text-decoration: solid underline #D9D9D9;
        text-decoration-thickness: 1.5px;
        font-size: 1.25rem;
        margin: 0;
        padding: 0; }
        @media (min-width: 466px) {
          .shortcut.startpage .shortcut--item__text .name {
            font-size: 1.375rem;
            word-break: break-all;
            padding-right: 17px;
            line-height: normal; } }
      .shortcut.startpage .shortcut--item__text:after {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translate(0, -50%);
        line-height: 1.8em;
        font-weight: bold;
        font-size: 20px;
        transition: top .3s;
        flex: 1;
        padding-right: 10px; }
        @media (min-width: 466px) {
          .shortcut.startpage .shortcut--item__text:after {
            right: 21px; } }
    .shortcut.startpage .shortcut--item .image {
      flex: 0 1 40%;
      max-width: none;
      background-origin: border-box;
      -webkit-print-color-adjust: exact;
      color-adjust: exact;
      min-height: 100px;
      flex: none;
      height: 100%;
      min-height: 75px;
      max-width: 75px;
      width: 75px;
      border-radius: 12px 0px 0px 12px; }
      @media (min-width: 466px) {
        .shortcut.startpage .shortcut--item .image {
          min-height: 115px;
          max-width: 115px;
          width: 115px; } }

.events.startpage {
  display: flex;
  flex-direction: column;
  list-style: none;
  width: 100%; }
  .events.startpage .event-item {
    background-color: #f4f4f4;
    border-radius: 12px;
    margin: 0;
    padding-bottom: 1.5rem;
    padding-left: 0.75rem; }
    .events.startpage .event-item:before {
      content: none; }
    @media (min-width: 658px) {
      .events.startpage .event-item {
        padding-bottom: inherit;
        padding-left: inherit; } }
    .events.startpage .event-item:nth-child(2n) {
      background-color: #fff; }
    .events.startpage .event-item__link {
      color: #000;
      display: flex;
      flex-direction: column;
      text-decoration: none; }
      .events.startpage .event-item__link .event-item__text .name {
        -webkit-text-decoration: solid underline #D9D9D9;
                text-decoration: solid underline #D9D9D9;
        text-decoration-thickness: 1.5px; }
      .events.startpage .event-item__link:hover .event-item__text .name {
        -webkit-text-decoration: solid underline #333;
                text-decoration: solid underline #333;
        text-decoration-thickness: 1.5px; }
      .events.startpage .event-item__link:hover span {
        display: inline-block; }
      .events.startpage .event-item__link:focus-visible {
        border-radius: 12px;
        outline-offset: 4px;
        z-index: 1;
        position: relative; }
        .events.startpage .event-item__link:focus-visible .event-item__text .name {
          -webkit-text-decoration: solid underline #333;
                  text-decoration: solid underline #333;
          text-decoration-thickness: 1.5px; }
      .events.startpage .event-item__link .eventwrapper {
        background-color: transparent;
        margin: 0;
        padding: 1.125rem 0 0 0; }
        .events.startpage .event-item__link .eventwrapper.largedevices {
          display: block; }
        .events.startpage .event-item__link .eventwrapper .badge {
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content;
          padding: 0 10px; }
          .events.startpage .event-item__link .eventwrapper .badge .day {
            flex: none;
            font-size: 1.375rem; }
          .events.startpage .event-item__link .eventwrapper .badge .month {
            font-size: 1.125rem; }
          @media (min-width: 658px) {
            .events.startpage .event-item__link .eventwrapper .badge {
              height: 70px;
              width: 70px;
              padding-top: 11px; } }
      .events.startpage .event-item__link:after {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        right: 32px;
        top: 50%;
        transform: translate(0, -50%);
        line-height: 1.4em;
        font-size: 27px;
        transition: all .3s; }
      @media (min-width: 658px) {
        .events.startpage .event-item__link {
          flex-direction: row;
          padding: 1.125rem 0; } }
    .events.startpage .event-item__text {
      display: flex;
      flex-direction: column;
      font-size: 1rem;
      padding-right: 35px; }
      @media (min-width: 658px) {
        .events.startpage .event-item__text {
          flex-direction: row; } }

.content-link {
  display: flex;
  flex: 1;
  margin-left: auto; }
  @media (min-width: 658px) {
    .content-link {
      flex: inherit; } }
  .content-link .button {
    flex: 1;
    border-radius: 8px; }
    .content-link .button.startpage {
      padding: 16px 49px 16px 28px; }
      @media (max-width: 1023px) {
        .content-link .button.startpage {
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content; } }
      @media (max-width: 658px) {
        .content-link .button.startpage {
          margin-left: unset; } }
      .content-link .button.startpage:after {
        content: '\f105';
        font-family: FontAwesome;
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translate(0, -50%);
        line-height: 1.4em;
        transition: all .3s; }

.pink.underline {
  border-bottom: 2px solid #B90062;
  font-size: 1.6rem;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding-top: 30px; }
  @media (min-width: 658px) {
    .pink.underline {
      border-bottom: 3px solid #B90062;
      font-size: 2.1875rem;
      margin-bottom: 50px;
      padding-bottom: 19px;
      padding-top: 70px; } }

.agendablocks {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem; }

.agendaimg {
  height: 15rem;
  width: 15rem; }

.agendaimg img {
  height: 100%;
  min-height: 15rem;
  min-width: 15rem;
  width: 100%; }

.agendapage {
  display: flex;
  justify-content: space-between;
  margin: 2rem; }

.agendarte a, p {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1rem; }
  @media print {
    .agendarte a, p {
      font-size: 12pt; } }

.agendarte a:hover {
  text-decoration: underline; }

.agendarte a:hover:after {
  text-decoration: underline; }

.agendarte ul {
  list-style: disc; }

.agendatext {
  font-family: CeraPro-Bold, sans-serif;
  padding-right: 4rem; }

.agendatext a::after {
  content: '\f101';
  font-family: FontAwesome;
  padding-left: 0.5rem;
  position: relative; }

.agendatext h1 {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  padding-top: 0; }
  @media print {
    .agendatext h1 {
      text-align: center;
      font-size: 26pt; } }

.agendatext p {
  font-size: 1.5625rem;
  line-height: 2.3125rem; }
  @media print {
    .agendatext p {
      font-size: 16pt;
      line-height: 1.2; } }

.agendacontentblockcontainer {
  margin: 2rem auto; }

.agendacontentblock {
  margin: 2rem auto;
  max-width: 100%;
  padding: 2rem;
  width: 100%; }

@media (max-width: 848px) {
  .agendapage {
    flex-wrap: wrap;
    justify-content: center; }
  .agendatext {
    padding-right: 0; }
  .agendatext h1 {
    font-size: 3rem; }
  .agendatext p {
    font-size: 1.25rem; } }

.methodlanding {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  margin: 2rem;
  width: 100%; }
  @media (max-width: 1023px) {
    .methodlanding {
      flex-direction: column-reverse;
      margin: 1rem; } }
  .methodlanding .text {
    flex: 2;
    font-family: CeraPro-Bold, sans-serif;
    margin: 0;
    margin-right: 3rem; }
    .methodlanding .text h1 {
      font-size: 3rem;
      margin-bottom: 1rem;
      padding: 0; }
      @media print {
        .methodlanding .text h1 {
          font-size: 26pt; } }
    .methodlanding .text p {
      font-size: 1.5rem;
      line-height: 1.3;
      padding: 0;
      padding-bottom: 1rem; }
      @media print {
        .methodlanding .text p {
          font-size: 16pt;
          line-height: 1.2; } }
    .methodlanding .text a {
      font-size: 1rem; }
      @media print {
        .methodlanding .text a {
          font-size: 8pt; } }
      .methodlanding .text a.active, .methodlanding .text a:focus, .methodlanding .text a:hover {
        text-decoration: underline; }
      .methodlanding .text a:after {
        content: '\f101';
        font-family: FontAwesome;
        padding-left: 0.5rem; }
    @media (max-width: 1023px) {
      .methodlanding .text {
        margin-right: 0; } }
  .methodlanding .image {
    flex: 1;
    margin: 0 auto; }
    @media print {
      .methodlanding .image {
        display: none; } }
    @media (max-width: 1023px) {
      .methodlanding .image {
        margin-bottom: 24px;
        min-width: 100%; } }
    .methodlanding .image img {
      width: 100%;
      height: 180px;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 658px) {
        .methodlanding .image img {
          height: 220px; } }
      @media (min-width: 1023px) {
        .methodlanding .image img {
          height: 200px; } }

@media (min-width: 658px) {
  .main-grid-two-col article .fullWidth {
    margin-right: 28px;
    margin-left: 28px; } }

article > :not(.fullWidth):not(.block), article > .FormContainerBlock, article > section, article .article-wrapper, article > .article-content-meta {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0; }
  .campaignpage article > :not(.fullWidth):not(.block), .campaignpage article > .FormContainerBlock, .campaignpage article > section, .campaignpage article .article-wrapper, .campaignpage article > .article-content-meta {
    padding-right: 28px;
    padding-left: 28px; }
    .campaignpage article > :not(.fullWidth):not(.block).factbox, .campaignpage article > .FormContainerBlock.factbox, .campaignpage article > section.factbox, .campaignpage article .article-wrapper.factbox, .campaignpage article > .article-content-meta.factbox {
      margin-right: 28px;
      margin-left: 28px; }
  @media print {
    article > :not(.fullWidth):not(.block), article > .FormContainerBlock, article > section, article .article-wrapper, article > .article-content-meta {
      display: block;
      position: relative; } }
  .main-grid-two-col article > :not(.fullWidth):not(.block), .main-grid-two-col article > .FormContainerBlock, .main-grid-two-col article > section, .main-grid-two-col article .article-wrapper, .main-grid-two-col article > .article-content-meta {
    padding-right: 0;
    padding-left: 0;
    margin-right: 28px;
    margin-left: 28px; }
    @media (max-width: 658px) {
      .main-grid-two-col article > :not(.fullWidth):not(.block), .main-grid-two-col article > .FormContainerBlock, .main-grid-two-col article > section, .main-grid-two-col article .article-wrapper, .main-grid-two-col article > .article-content-meta {
        margin-right: 0;
        margin-left: 0; } }
  article > :not(.fullWidth):not(.block).factbox, article > .FormContainerBlock.factbox, article > section.factbox, article .article-wrapper.factbox, article > .article-content-meta.factbox {
    padding-right: 28px;
    padding-left: 28px; }
  article > :not(.fullWidth):not(.block).quoteblock, article > .FormContainerBlock.quoteblock, article > section.quoteblock, article .article-wrapper.quoteblock, article > .article-content-meta.quoteblock {
    padding-left: 74px;
    padding-right: 40px; }

article .article-wrapper {
  padding-top: 10px;
  margin-bottom: 15px; }
  article .article-wrapper.sectionblockheading {
    padding-bottom: 0; }
  @media print {
    article .article-wrapper span {
      font-size: 12pt;
      line-height: 1.15; } }

article table {
  max-width: 582px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1028px) {
    article table {
      margin-left: 278px; } }
  @media (min-width: 1180px) {
    article table {
      margin-left: 228px; } }
  @media print {
    article table {
      page-break-inside: avoid; } }

article h1 .main-header {
  font-size: 2.25rem; }

@media print {
  article h1 {
    font-size: 26pt; } }

article h2 {
  line-height: 1.2; }
  @media print {
    article h2 {
      font-size: 24pt; } }

article h3 {
  line-height: 1.3; }
  @media print {
    article h3 {
      font-size: 22pt; } }

@media (min-width: 1028px) {
  article .FormContainerBlock form {
    margin-left: auto; } }

@media (min-width: 1180px) {
  article .FormContainerBlock form {
    margin-left: auto; } }

article .info span.rubik {
  font-family: Rubik, sans-serif;
  font-weight: 400; }

article form h2 {
  margin-left: 0;
  padding: 0; }

article h1 a:after, article h2 a:after, article h3 a:after, article h4 a:after, article h5 a:after, article h6 a:after {
  content: none; }

article a:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 20px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 3px;
  color: #333333;
  text-decoration: none; }
  @media print {
    article a:after {
      color: #333333;
      content: "[" attr(href) "]";
      font-size: 8pt; } }

article a:focus-visible {
  outline-offset: 2px;
  border-radius: 2px; }

article p, article ul, article ol {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 1rem; }
  @media print {
    article p, article ul, article ol {
      font-size: 12pt;
      line-height: 1.15; } }

article blockquote {
  background: #DEF0FF;
  padding: 16px 40px 16px 74px;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.5;
  font-family: Rubik, sans-serif;
  font-weight: 400; }
  article blockquote p {
    font-family: CeraPro-Bold, sans-serif;
    padding: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5; }
  article blockquote:before {
    content: "\f10e";
    font-family: fontawesome;
    display: block;
    float: left;
    margin: -3px -51px;
    font-size: 34px; }
  article blockquote footer {
    background: none;
    color: #333333;
    font-weight: 400;
    font-size: 1;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 0.8em;
    padding: 4px 0 0; }
  @media print {
    article blockquote {
      page-break-inside: avoid; } }

@media (min-width: 658px) {
  .main-grid-two-col article .quoteblock {
    margin-right: 28px;
    margin-left: 28px; } }

article .factbox {
  background: #DEF0FF;
  padding: 30px 40px 40px 40px;
  margin-bottom: 15px;
  font-size: 1rem;
  font-family: Rubik, sans-serif;
  font-weight: 400; }
  @media (min-width: 658px) {
    .main-grid-two-col article .factbox {
      padding-right: 28px;
      padding-left: 28px;
      margin-right: 28px;
      margin-left: 28px; } }
  @media print {
    article .factbox {
      page-break-inside: avoid; } }
  article .factbox a {
    -webkit-text-decoration: solid underline #333333;
            text-decoration: solid underline #333333;
    text-decoration-thickness: 1.5px; }
  @media (min-width: 658px) {
    article .factbox .twocolumn {
      -moz-column-count: 2;
      column-count: 2; } }
  article .factbox h3 {
    font-size: 1.375rem; }
  article .factbox h2, article .factbox h3, article .factbox h4, article .factbox h5, article .factbox h6 {
    padding: 0;
    margin-bottom: 8px;
    font-family: CeraPro-Bold, sans-serif; }

.article-content-meta {
  padding-top: 20px;
  padding-bottom: 15px;
  display: flex;
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1rem;
  color: #333333;
  line-height: 1.4; }
  .article-content-meta .meta-group {
    margin-right: 30px;
    display: flex;
    flex-direction: column; }
    .article-content-meta .meta-group::after {
      content: ' ';
      display: block;
      width: 1px;
      background: #707070;
      height: 42px;
      position: absolute;
      margin-left: -15px;
      transform: rotate(16deg); }
    .article-content-meta .meta-group:first-of-type::after {
      display: none; }
  .article-content-meta .meta-prefix {
    font-weight: 600;
    padding-right: 5px; }
  .article-content-meta .meta-data {
    display: block;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    flex-grow: 1; }

form {
  margin-bottom: 3vw;
  margin-top: 1vw; }

body div#landingcontent:focus {
  outline: none !important; }

.list-item-container .eventheadingtext {
  text-decoration: none !important; }
  .list-item-container .eventheadingtext h2 {
    -webkit-text-decoration: solid underline #D9D9D9;
            text-decoration: solid underline #D9D9D9;
    text-decoration-thickness: 1.5px; }
    .list-item-container .eventheadingtext h2:hover {
      -webkit-text-decoration: solid underline #333333;
              text-decoration: solid underline #333333;
      text-decoration-thickness: 1.5px; }

.eventpageheading {
  display: block;
  flex-direction: row;
  width: 100%;
  position: relative; }
  @media (min-width: 658px) {
    .eventpageheading {
      display: flex; } }
  .eventpageheading .eventwrapper {
    display: inline-block;
    padding-bottom: 10px; }
    @media (min-width: 658px) {
      .eventpageheading .eventwrapper {
        flex: 0 1 auto;
        display: flex;
        padding-bottom: 0; } }
    .eventpageheading .eventwrapper .badge {
      height: auto;
      margin-left: 0;
      border-radius: 0;
      flex-direction: row;
      padding: 0 10px;
      -ms-grid-row-align: center;
          align-self: center; }
      @media (min-width: 658px) {
        .eventpageheading .eventwrapper .badge {
          margin-left: 0;
          width: 102px;
          height: 102px;
          padding: 10px;
          border-radius: 50%;
          flex-direction: column; } }
      .eventpageheading .eventwrapper .badge div.day {
        font-size: 1.375rem;
        padding-right: 10px; }
        @media (min-width: 658px) {
          .eventpageheading .eventwrapper .badge div.day {
            font-size: 2.625rem;
            padding-right: 0; } }
  .eventpageheading .eventheadingtext {
    padding-bottom: 20px;
    display: block;
    min-height: 0; }
    @media (min-width: 658px) {
      .eventpageheading .eventheadingtext {
        padding: 10px;
        min-height: 211px;
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        position: relative; } }
    .eventpageheading .eventheadingtext h1 {
      font-size: 2rem;
      margin: 0;
      padding: 0;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media (min-width: 658px) {
        .eventpageheading .eventheadingtext h1 {
          font-size: 2rem;
          margin: 0;
          padding: 0 0 20px 20px; } }
      @media print {
        .eventpageheading .eventheadingtext h1 {
          font-size: 26pt; } }
    .eventpageheading .eventheadingtext .timeplace {
      padding-left: 0;
      font-size: 1rem; }
      @media (min-width: 658px) {
        .eventpageheading .eventheadingtext .timeplace {
          padding-left: 20px;
          font-size: 1rem; } }
      @media print {
        .eventpageheading .eventheadingtext .timeplace {
          font-size: 16pt;
          line-height: 1.2; } }

.feedback {
  background-color: #EAEAEA;
  display: flex;
  padding: 52px 0;
  justify-content: flex-end; }
  .feedback-actions {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap; }
    .feedback-actions > * {
      margin: 0 5px; }
    .feedback-actions > button {
      border-radius: 8px; }
  .feedback-comment {
    flex: 1 1 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    max-width: 450px;
    margin-top: 10px; }
    .feedback-comment > * {
      margin: 5px 0; }
    @media (min-width: 658px) {
      .feedback-comment {
        width: 100%;
        flex-direction: row;
        justify-content: flex-end;
        margin: 0 -5px;
        margin-top: 10px; }
        .feedback-comment > * {
          margin: 0 5px; } }
    @media (min-width: 1028px) {
      .feedback-comment {
        width: 50%; } }
    .feedback-comment textarea {
      margin: 0;
      margin-right: 5px; }
  .feedback-question {
    flex-basis: 100%;
    font-size: 1.25rem;
    text-align: right;
    margin-bottom: 0.5rem; }
  .feedback-comment-question {
    flex: 1 1 auto; }

@media print {
  .text {
    display: block;
    margin: 0 auto; } }

.MetodstodFormBlock {
  max-width: 608px;
  padding-left: 28px;
  padding-right: 28px;
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1028px) {
    .MetodstodFormBlock {
      margin-left: 0; } }
  @media print {
    .MetodstodFormBlock {
      display: none; } }

.MetodstodFormBlockStyle form {
  background-color: #fff;
  border-top: 0.35rem solid #d60072; }
  .MetodstodFormBlockStyle form input, .MetodstodFormBlockStyle form select, .MetodstodFormBlockStyle form textarea {
    border: 1px solid #333333;
    box-shadow: unset;
    transition: unset; }
  .MetodstodFormBlockStyle form input:checked + label {
    display: none; }
  .MetodstodFormBlockStyle form select.empty {
    color: gray; }
  .MetodstodFormBlockStyle form .Form__MainBody h2 {
    font-size: 1.75rem; }
  .MetodstodFormBlockStyle form .Form__MainBody label {
    font-size: 0.875rem;
    margin: 0;
    margin-bottom: 0.75rem; }
  .MetodstodFormBlockStyle form .Form__MainBody input, .MetodstodFormBlockStyle form .Form__MainBody select, .MetodstodFormBlockStyle form .Form__MainBody textarea {
    font-size: 0.875rem; }
  .MetodstodFormBlockStyle form .Form__MainBody select {
    background-size: 8px 7px, 6px 7px, 1.5em 2.5em;
    background-position: calc(100% - 20px) calc(1em), calc(100% - 14px) calc(1em), 100% 0;
    background-image: linear-gradient(45deg, transparent 50%, black 50%), linear-gradient(135deg, black 50%, transparent 50%), linear-gradient(to right, white, white);
    line-height: 2.2em; }
    .MetodstodFormBlockStyle form .Form__MainBody select:focus {
      background-position: calc(100% - 12px) calc(1em), calc(100% - 20px) calc(1em), 100% 0;
      background-image: linear-gradient(45deg, black 50%, transparent 50%), linear-gradient(135deg, transparent 50%, black 50%), linear-gradient(to right, white, white); }
    .MetodstodFormBlockStyle form .Form__MainBody select [disabled] {
      color: gray; }
    .MetodstodFormBlockStyle form .Form__MainBody select option {
      color: #333333; }
  .MetodstodFormBlockStyle form .Form__MainBody button {
    margin: 0 0 0 auto; }
  .MetodstodFormBlockStyle form .Form__MainBody .radio label:before {
    border: 1px solid #333333; }
  .MetodstodFormBlockStyle form .Form__MainBody textarea {
    min-height: 5rem; }
  .MetodstodFormBlockStyle form .Form__MainBody .showHideDoubleAngle {
    color: #d60072;
    float: right;
    font-size: 1.75rem; }
    .MetodstodFormBlockStyle form .Form__MainBody .showHideDoubleAngle:hover {
      cursor: pointer; }
  .MetodstodFormBlockStyle form .Form__Status {
    font-size: 1.125rem;
    line-height: 1.25; }
    .MetodstodFormBlockStyle form .Form__Status .Form__Status__Message, .MetodstodFormBlockStyle form .Form__Status .Form__Success__Message {
      background-color: unset; }
    .MetodstodFormBlockStyle form .Form__Status .Form__Success__Message {
      margin-top: 0;
      padding-top: 0; }
      .MetodstodFormBlockStyle form .Form__Status .Form__Success__Message h3 {
        font-size: 1.75rem;
        font-family: CeraPro-Bold, sans-serif;
        line-height: 2.125rem;
        padding-top: 0.625rem; }
      .MetodstodFormBlockStyle form .Form__Status .Form__Success__Message p {
        font-size: 1.25rem;
        font-family: CeraPro-Bold, sans-serif;
        line-height: 1.5rem;
        max-width: 19.25rem;
        margin-left: auto;
        margin-right: auto; }
  .MetodstodFormBlockStyle form.submit-success {
    border-left: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    border-right: 0.5px solid #000; }

@media print {
  .MetodstodFormBlockStyle {
    page-break-inside: avoid; } }

.campaignpage {
  background-color: #EAEAEA; }
  .campaignpage .header-wrapper {
    position: relative;
    min-height: 370px; }
    .campaignpage .header-wrapper img.topimage {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      font-family: 'object-fit: cover; object-position: top;';
      min-height: 380px;
      max-height: 380px; }
      @media (min-width: 658px) {
        .campaignpage .header-wrapper img.topimage {
          min-height: 360px;
          max-height: 360px; } }
    .campaignpage .header-wrapper .top-wrapper {
      position: absolute;
      top: 0;
      width: 100%;
      padding: 0 15px; }
      @media (min-width: 1023px) {
        .campaignpage .header-wrapper .top-wrapper {
          padding: 0 20px; } }
      .campaignpage .header-wrapper .top-wrapper .main-grid {
        background: transparent;
        margin-bottom: 0; }
      .campaignpage .header-wrapper .top-wrapper .logo-wrapper {
        position: absolute;
        top: 20px;
        right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
        z-index: 99; }
        .campaignpage .header-wrapper .top-wrapper .logo-wrapper img.campaign-site-logo {
          background-color: #fff;
          padding: 10px;
          width: 280px;
          height: 65px; }
        .campaignpage .header-wrapper .top-wrapper .logo-wrapper a {
          align-self: flex-end; }
          .campaignpage .header-wrapper .top-wrapper .logo-wrapper a:hover, .campaignpage .header-wrapper .top-wrapper .logo-wrapper a:focus, .campaignpage .header-wrapper .top-wrapper .logo-wrapper a:active {
            color: #fff; }
          .campaignpage .header-wrapper .top-wrapper .logo-wrapper a span {
            font-size: 1.4rem; }
  .campaignpage .pagenavigation {
    width: 100%;
    margin-top: 24px; }
    @media (max-width: 658px) {
      .campaignpage .pagenavigation {
        width: auto;
        margin-left: 20px;
        margin-right: 20px; } }
  .campaignpage .main-grid {
    margin-top: 0; }
    .campaignpage .main-grid main {
      padding-top: 40px; }
  .campaignpage #MainContentApp .wrapper {
    margin-top: -200px;
    margin-bottom: 60px; }
    .campaignpage #MainContentApp .wrapper .main-header {
      margin-left: auto;
      margin-right: auto;
      max-width: 1018px;
      margin-bottom: 20px; }
      .campaignpage #MainContentApp .wrapper .main-header h1 {
        display: inline-block;
        background: #007D49;
        color: #fff;
        margin-bottom: 0;
        max-width: 100%;
        padding: 10px;
        font-size: 2rem; }
        @media (min-width: 466px) {
          .campaignpage #MainContentApp .wrapper .main-header h1 {
            font-size: 2.5rem; } }
        @media (min-width: 1023px) {
          .campaignpage #MainContentApp .wrapper .main-header h1 {
            max-width: 80%; } }
        @media (min-width: 1028px) {
          .campaignpage #MainContentApp .wrapper .main-header h1 {
            max-width: 70%; } }

#pagelistcontent .pagelist.event {
  margin: 0 auto 58px auto; }
  #pagelistcontent .pagelist.event ul li {
    background-color: #f4f4f4;
    margin-bottom: 0;
    box-shadow: unset; }
    #pagelistcontent .pagelist.event ul li.year {
      background-color: transparent;
      transition: all .3s;
      border: 0;
      box-shadow: none;
      padding: 5px 0 5px 16px; }
      #pagelistcontent .pagelist.event ul li.year a {
        cursor: default; }
      #pagelistcontent .pagelist.event ul li.year .list-item-container {
        padding-bottom: 0;
        padding: 0;
        max-width: none; }
        @media print {
          #pagelistcontent .pagelist.event ul li.year .list-item-container {
            page-break-inside: avoid; } }
        #pagelistcontent .pagelist.event ul li.year .list-item-container .year {
          font-size: 2rem; }

.event-sorting-wrapper {
  flex-grow: 1; }
  .event-sorting-wrapper .event-sorting {
    display: flex;
    flex-direction: row;
    margin-left: 36px; }
    @media (max-width: 658px) {
      .event-sorting-wrapper .event-sorting {
        margin-left: 12px; } }
    .event-sorting-wrapper .event-sorting li {
      font-family: Rubik, sans-serif;
      font-weight: 400;
      font-weight: 500;
      font-size: 1rem; }
      .event-sorting-wrapper .event-sorting li div.active {
        position: relative;
        display: block;
        padding: .6rem .9rem .5rem .9rem;
        font-size: 1rem;
        border: 0;
        transition: 0.3s;
        display: flex;
        align-items: center;
        background-color: #B80062;
        color: #fff;
        cursor: default;
        border-radius: 8px 8px 0px 0px; }
      .event-sorting-wrapper .event-sorting li button {
        border-radius: 8px 8px 0px 0px;
        font-weight: 500;
        height: 100%;
        background-color: #f4f4f4;
        color: #333333;
        padding: .6rem .9rem .5rem .9rem;
        border: 2px solid #949494;
        border-bottom: transparent; }

.search {
  margin: 58px auto 58px auto;
  width: 100%;
  max-width: 1004px; }
  .search ul li {
    margin: 0; }
    .search ul li:before {
      content: none;
      border: 0; }
  .search h1 {
    color: #fff;
    padding: 0; }
  .search .search-header {
    background-color: #333333;
    padding-top: 2rem;
    padding-bottom: .4rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    .search .search-header .inner {
      max-width: 766px;
      margin: 0 auto; }
      .search .search-header .inner h2 {
        color: #fff;
        padding: 0;
        margin-bottom: 20px;
        font-size: 2.5rem; }
    @media (min-width: 1023px) {
      .search .search-header {
        padding-left: 0;
        padding-right: 0; } }
  .search time {
    flex: 1 1 auto;
    color: #000; }
  .search .input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: auto;
    width: inherit;
    border: 2px solid #767676;
    background: #fff;
    border-radius: 12px;
    padding: 4px; }
    .search .input-group:has(input:focus-visible) {
      outline: dotted 4px #000;
      outline-offset: -6px; }
    .search .input-group input:focus-visible {
      outline: none; }
    .search .input-group button {
      font-size: 1rem;
      padding: 0px 24px;
      border-radius: 8px; }
      .search .input-group button:hover {
        background: #004D2D; }
      .search .input-group button:focus-visible {
        outline-offset: 0px; }
    .search .input-group .input-group-append {
      display: flex; }
    .search .input-group .form-control {
      display: block;
      width: 100%;
      height: calc(2.25rem + 2px);
      padding: .375rem .75rem;
      font-size: 1rem;
      color: #495057;
      background-color: #fff;
      background-clip: padding-box;
      border: 0px; }
    .search .input-group > .form-control {
      position: relative;
      flex: 1 1 auto;
      width: 1%;
      box-sizing: content-box;
      margin-bottom: 0; }
  .search .btn {
    color: #fff;
    background-color: #007D49;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 1.5;
    font-size: 1rem;
    padding: 0px 24px;
    border-radius: 8px; }
    .search .btn:not(:disabled):not(.disabled) {
      cursor: pointer; }
    .search .btn:hover {
      background: #004D2D; }
  .search .search-facets-suggestions {
    display: flex;
    flex-direction: row;
    margin-top: 1rem; }
    .search .search-facets-suggestions a:hover {
      text-decoration: underline; }
    .search .search-facets-suggestions p {
      padding-bottom: 0;
      padding-right: 1rem; }
    .search .search-facets-suggestions span {
      font-size: 90%;
      padding: 0 0.5rem; }
    .search .search-facets-suggestions ul {
      display: flex;
      margin-bottom: 0; }
  .search .search-facets-filters {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem; }
    @media (min-width: 466px) {
      .search .search-facets-filters {
        flex-direction: row; } }
    .search .search-facets-filters .search-facets {
      flex-grow: 1;
      display: flex;
      gap: 0.5rem; }
      @media (max-width: 658px) {
        .search .search-facets-filters .search-facets {
          flex-wrap: wrap;
          order: 2; } }
      .search .search-facets-filters .search-facets .facets {
        display: flex;
        flex-direction: row;
        margin-left: 36px;
        margin-bottom: 0px; }
        @media (max-width: 658px) {
          .search .search-facets-filters .search-facets .facets {
            margin-left: 0px; } }
        .search .search-facets-filters .search-facets .facets li {
          font-family: Rubik, sans-serif;
          font-weight: 400;
          font-weight: 500;
          font-size: 1rem; }
          .search .search-facets-filters .search-facets .facets li.inactive {
            margin-left: 0.5rem;
            border-radius: 8px 8px 0px 0px;
            padding: .6rem .74rem .5rem .74rem;
            background-color: #e0e0e0;
            cursor: default; }
        .search .search-facets-filters .search-facets .facets li a {
          border-radius: 8px 8px 0px 0px;
          font-weight: 500;
          height: 100%;
          background-color: #f4f4f4;
          color: #333333;
          padding: .6rem .9rem .5rem .9rem;
          text-decoration: none;
          display: block; }
          .search .search-facets-filters .search-facets .facets li a::after {
            content: none; }
          .search .search-facets-filters .search-facets .facets li a.active {
            position: relative;
            display: block;
            padding: .6rem .9rem .5rem .9rem;
            font-size: 1rem;
            border: 0;
            transition: 0.3s;
            display: flex;
            align-items: center;
            background-color: #B80062;
            color: #fff;
            cursor: default;
            border-radius: 8px 8px 0px 0px; }
            .search .search-facets-filters .search-facets .facets li a.active:focus-visible {
              outline-color: #fff; }
    .search .search-facets-filters .publication-areafilter {
      font-size: 1rem;
      position: relative;
      float: left;
      width: 100%; }
      .search .search-facets-filters .publication-areafilter .btn-sortby {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        font-weight: 400;
        padding: .75rem;
        width: 100%; }
        .search .search-facets-filters .publication-areafilter .btn-sortby:hover {
          transform: unset; }
        @media (min-width: 466px) {
          .search .search-facets-filters .publication-areafilter .btn-sortby {
            width: auto; } }
      .search .search-facets-filters .publication-areafilter .dropdown-content {
        width: 100%;
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        font-weight: 400;
        position: absolute;
        background-color: #333333;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        .search .search-facets-filters .publication-areafilter .dropdown-content a {
          color: #fff;
          padding: .4rem .75rem;
          padding-left: 46px;
          text-decoration: none;
          display: block; }
          .search .search-facets-filters .publication-areafilter .dropdown-content a:hover {
            background-color: rgba(75, 75, 75, 0.4); }
          .search .search-facets-filters .publication-areafilter .dropdown-content a:focus-visible {
            outline-color: #fff; }
    .search .search-facets-filters .publication-typefilter {
      font-size: 1rem;
      position: relative;
      float: left; }
      @media (max-width: 658px) {
        .search .search-facets-filters .publication-typefilter {
          width: 100%; } }
      .search .search-facets-filters .publication-typefilter .btn-sortby {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        font-weight: 400;
        padding: .75rem;
        width: 100%; }
        .search .search-facets-filters .publication-typefilter .btn-sortby:hover {
          transform: unset; }
        @media (min-width: 466px) {
          .search .search-facets-filters .publication-typefilter .btn-sortby {
            width: auto; } }
      .search .search-facets-filters .publication-typefilter .dropdown-content {
        width: 100%;
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        font-weight: 400;
        position: absolute;
        background-color: #333333;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        .search .search-facets-filters .publication-typefilter .dropdown-content a {
          color: #fff;
          padding: .4rem .75rem;
          padding-left: 46px;
          text-decoration: none;
          display: block; }
          .search .search-facets-filters .publication-typefilter .dropdown-content a:hover {
            background-color: rgba(75, 75, 75, 0.4); }
          .search .search-facets-filters .publication-typefilter .dropdown-content a:focus-visible {
            outline-color: #fff; }
    .search .search-facets-filters .search-sortby {
      font-size: 1rem;
      position: relative; }
      @media (max-width: 658px) {
        .search .search-facets-filters .search-sortby {
          order: 1;
          margin-bottom: 1rem; } }
      .search .search-facets-filters .search-sortby .btn-sortby {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        font-weight: 400;
        padding: .75rem;
        width: 100%; }
        .search .search-facets-filters .search-sortby .btn-sortby:hover {
          transform: unset; }
        @media (min-width: 466px) {
          .search .search-facets-filters .search-sortby .btn-sortby {
            width: auto; } }
      .search .search-facets-filters .search-sortby .dropdown-content {
        width: 100%;
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        font-weight: 400;
        position: absolute;
        background-color: #333333;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1; }
        .search .search-facets-filters .search-sortby .dropdown-content a {
          color: #fff;
          padding: .4rem .75rem;
          padding-left: 46px;
          text-decoration: none;
          display: block; }
          .search .search-facets-filters .search-sortby .dropdown-content a:hover {
            background-color: rgba(75, 75, 75, 0.4); }
          .search .search-facets-filters .search-sortby .dropdown-content a::after {
            content: none; }
          .search .search-facets-filters .search-sortby .dropdown-content a:focus-visible {
            outline-color: #fff; }
    @media (min-width: 1023px) {
      .search .search-facets-filters {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: -1px; } }
  @media (min-width: 1023px) {
    .search .search-result {
      margin-top: -2px; } }
  .search .search-result.publications {
    margin-top: 1rem; }
  .search .search-result ul li {
    background-color: #fff;
    border: 2px solid #fff;
    border-bottom: 3px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s;
    margin-bottom: 23px; }
    .search .search-result ul li:first-of-type {
      border-top: 4px solid #B80062;
      border-radius: 12px 12px 0px 0px; }
    .search .search-result ul li a {
      display: inline-block;
      text-decoration: none; }
      .search .search-result ul li a:hover h3 {
        -webkit-text-decoration: solid underline #333333;
                text-decoration: solid underline #333333;
        text-decoration-thickness: 1.5px; }
      .search .search-result ul li a h3 {
        -webkit-text-decoration: solid underline #D9D9D9;
                text-decoration: solid underline #D9D9D9;
        text-decoration-thickness: 1.5px; }
      .search .search-result ul li a::after {
        content: none; }
  .search .search-result .search-hit-container {
    padding: 1rem 7.5rem;
    color: #333333;
    max-width: 100%;
    margin: 0 auto; }
    @media (max-width: 658px) {
      .search .search-result .search-hit-container {
        padding: 1rem 2rem; } }
  .search .search-result .file-icon {
    font-size: 1.8rem;
    margin-right: 12px; }
  .search .search-result .search-hit-header h3 {
    font-family: CeraPro-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 1rem;
    position: relative;
    font-size: 1.75rem;
    font-size: 1.75rem;
    color: #333333; }
    .search .search-result .search-hit-header h3 a, .search .search-result .search-hit-header h3 a:active, .search .search-result .search-hit-header h3 a:visited {
      color: #000; }
      .search .search-result .search-hit-header h3 a .fa, .search .search-result .search-hit-header h3 a:active .fa, .search .search-result .search-hit-header h3 a:visited .fa {
        padding-left: 10px;
        font-weight: 700; }
    .search .search-result .search-hit-header h3 em {
      background-color: #ffb;
      font-style: normal; }
  .search .search-result .search-hit-breadcrumb {
    font-size: 1rem; }
  .search .search-result .search-excerpt {
    font-family: CeraPro-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem; }
    .search .search-result .search-excerpt em {
      background-color: #ffb;
      font-style: normal; }
  .search .search-result .search-hit-date {
    font-family: CeraPro-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem; }
    .search .search-result .search-hit-date div {
      line-height: 1rem; }
    .search .search-result .search-hit-date time {
      font-weight: 400; }
  .search .no-hits {
    background-color: #fff;
    margin-top: 36px;
    font-family: CeraPro-Bold, sans-serif;
    font-style: normal;
    font-weight: 400; }
    .search .no-hits h2 {
      font-family: CeraPro-Bold, sans-serif;
      font-style: normal;
      font-weight: 400; }

.suggestions {
  background-color: #fff;
  margin-top: 3.4375rem;
  position: absolute;
  width: 100%;
  z-index: 2; }

.suggestions li {
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.3);
  color: #000;
  font-size: 1rem;
  padding: 0.25rem 1rem;
  text-align: left;
  width: 100%; }

.suggestions li:hover {
  background-color: #d8d8d8;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.2); }

.suggestionhl {
  background-color: #d8d8d8;
  border-bottom: 3px solid rgba(0, 0, 0, 0);
  box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0); }

.visibilityhidden {
  height: 0;
  visibility: hidden;
  width: 0; }

.pagelistpage .blockimage {
  order: 0; }
  @media (min-width: 658px) {
    .pagelistpage .blockimage {
      order: 2; } }

#pagelistcontent .main-grid {
  background-color: transparent;
  margin-top: 32px; }

#pagelistcontent .temelistpage-filter {
  font-size: 1rem;
  position: relative;
  float: left;
  padding-right: 1rem; }
  #pagelistcontent .temelistpage-filter .btn-sortby {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-weight: 400;
    padding: .75rem;
    width: 100%; }
    #pagelistcontent .temelistpage-filter .btn-sortby:hover {
      transform: unset; }
    @media (min-width: 466px) {
      #pagelistcontent .temelistpage-filter .btn-sortby {
        width: 13rem; } }
  #pagelistcontent .temelistpage-filter .dropdown-content {
    width: 13rem;
    font-family: Rubik, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    font-weight: 400;
    position: absolute;
    background-color: #333333;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1; }
    #pagelistcontent .temelistpage-filter .dropdown-content a {
      color: #fff;
      padding: .4rem .75rem;
      padding-left: 46px;
      text-decoration: none;
      display: block; }
      #pagelistcontent .temelistpage-filter .dropdown-content a:hover {
        background-color: rgba(75, 75, 75, 0.4); }

#pagelistcontent .pagelist {
  margin: 58px auto 58px auto;
  width: 100%;
  margin-top: 1em; }
  #pagelistcontent .pagelist ul li {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s;
    margin-bottom: 23px; }
    @media print {
      #pagelistcontent .pagelist ul li {
        border: none;
        box-shadow: none;
        transform: unset; } }
    #pagelistcontent .pagelist ul li:first-of-type {
      border-top: 4px solid #B80062;
      border-radius: 12px 12px 0px 0px; }
    #pagelistcontent .pagelist ul li a {
      color: #000;
      display: block;
      text-decoration: none; }
      #pagelistcontent .pagelist ul li a::after {
        content: none; }
  #pagelistcontent .pagelist .list-item-container {
    margin: 0 auto;
    padding: 1rem 7.5rem; }
    @media (max-width: 658px) {
      #pagelistcontent .pagelist .list-item-container {
        padding: 1rem 2rem; } }
    @media print {
      #pagelistcontent .pagelist .list-item-container {
        page-break-inside: avoid; } }
    #pagelistcontent .pagelist .list-item-container:hover .list-item-header {
      -webkit-text-decoration: solid underline #333333;
              text-decoration: solid underline #333333;
      text-decoration-thickness: 1.5px; }
  #pagelistcontent .pagelist .file-icon {
    font-size: 1.8rem;
    margin-right: 12px; }
  #pagelistcontent .pagelist .list-item-header {
    min-height: 0;
    -webkit-text-decoration: solid underline #D9D9D9;
            text-decoration: solid underline #D9D9D9;
    text-decoration-thickness: 1.5px; }
    #pagelistcontent .pagelist .list-item-header:hover {
      -webkit-text-decoration: solid underline #333333;
              text-decoration: solid underline #333333;
      text-decoration-thickness: 1.5px; }
    #pagelistcontent .pagelist .list-item-header h2 {
      font-family: CeraPro-Bold, sans-serif;
      font-style: normal;
      font-weight: 400;
      padding: 0;
      margin-bottom: 1rem;
      position: relative;
      overflow: hidden;
      text-overflow: ellipsis; }
      #pagelistcontent .pagelist .list-item-header h2 a, #pagelistcontent .pagelist .list-item-header h2 a:active, #pagelistcontent .pagelist .list-item-header h2 a:visited {
        color: #000; }
        #pagelistcontent .pagelist .list-item-header h2 a .fa, #pagelistcontent .pagelist .list-item-header h2 a:active .fa, #pagelistcontent .pagelist .list-item-header h2 a:visited .fa {
          padding-left: 10px;
          font-weight: 700; }
    #pagelistcontent .pagelist .list-item-header.eventheadingtext h2 {
      margin-bottom: 4px; }
    #pagelistcontent .pagelist .list-item-header .timeplace {
      padding-left: 0; }
  #pagelistcontent .pagelist .list-item-excerpt {
    font-family: CeraPro-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.75rem;
    margin-top: 10px; }
  #pagelistcontent .pagelist .list-item-date {
    font-family: CeraPro-Bold, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 20px; }
    #pagelistcontent .pagelist .list-item-date .date {
      font-family: Rubik, sans-serif;
      font-weight: 400; }
      #pagelistcontent .pagelist .list-item-date .date.sou {
        margin-right: 10px; }
    #pagelistcontent .pagelist .list-item-date div {
      line-height: 1rem; }
    #pagelistcontent .pagelist .list-item-date time {
      font-weight: 400; }

#pagelistcontent .paging {
  margin: 0 auto; }

.publicationpage .souanddate {
  font-family: CeraPro-Bold, sans-serif;
  font-size: 1rem;
  margin-bottom: 10px; }
  .publicationpage .souanddate span {
    font-family: Rubik, sans-serif;
    font-weight: 400; }

.publicationpage .publication-info {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px; }
  .publicationpage .publication-info .publication-info-inner {
    background-color: #DEF0FF;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 23px 40px; }
    .publicationpage .publication-info .publication-info-inner p {
      margin: 0 0 10px 0;
      padding: 0; }
    @media (min-width: 1023px) {
      .publicationpage .publication-info .publication-info-inner {
        -moz-column-count: 2;
             column-count: 2; } }
  @media print {
    .publicationpage .publication-info {
      display: block;
      page-break-inside: avoid;
      position: relative; } }

.attachments {
  padding-left: 28px;
  padding-right: 28px; }
  .attachments .link-items {
    background-color: #E4F3ED;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    padding: 19px 40px; }
    .attachments .link-items h2, .attachments .link-items h3 {
      margin: 0;
      padding: 0;
      max-width: unset;
      line-height: 2.6rem;
      font-size: 1.375rem; }
  .attachments .link-items .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
  .attachments .link-items .row .col {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1; }
    .attachments .link-items .row .col.file {
      font-size: 1.1rem; }
    .attachments .link-items .row .col.icon {
      display: none; }
    @media (min-width: 1023px) {
      .attachments .link-items .row .col.icon, .attachments .link-items .row .col.readspeaker {
        display: block; }
      .attachments .link-items .row .col.icon {
        font-size: 2em;
        line-height: 1.4em; }
      .attachments .link-items .row .col.file {
        flex: 5; }
      .attachments .link-items .row .col.readspeaker {
        text-align: center; } }
  @media print {
    .attachments {
      display: block;
      page-break-inside: avoid;
      position: relative; } }

.publication-areas .tag {
  background: #333333;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  color: #fff;
  padding: 3px 10px 5px;
  font-size: .95rem;
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block; }

.chart-title {
  font-family: CeraPro-Bold, sans-serif;
  font-style: normal;
  font-weight: 400;
  padding-top: 20px;
  font-size: 1.4rem; }

.chart-description {
  padding-top: 15px; }

.chart-wrapper {
  position: relative;
  page-break-inside: avoid;
  max-width: 100%; }
  .chart-wrapper canvas {
    max-width: 100%; }

.video {
  margin: 0 auto;
  margin-bottom: 1rem;
  max-width: 638px;
  padding: 0 28px;
  page-break-inside: avoid;
  position: relative; }
  @media (min-width: 1028px) {
    .video {
      margin-left: 250px;
      margin-right: 100px; } }
  @media (min-width: 1180px) {
    .video {
      margin-left: 200px;
      margin-right: 180px; } }
  .video .videobg {
    background-color: #E4F3ED; }
  .video .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%; }
    .video .embed-container iframe,
    .video .embed-container .embed-container object,
    .video .embed-container .embed-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    @media print {
      .video .embed-container {
        display: none; } }
  .video h2.title, .video h3.title, .video h4.title, .video h5.title, .video h6.title {
    font-size: 1.5rem;
    margin: 0;
    padding: 0.5rem 1.5rem; }
  .video p.description {
    line-height: 1.4;
    margin: 0;
    padding: 0.5rem 1.5rem; }
  .video .tabheading {
    font-size: 1.0625rem;
    margin: 0;
    padding: 0.5rem 1.5rem; }
    @media print {
      .video .tabheading {
        display: none; } }
  .video .vue-tabs {
    display: flex;
    flex-direction: column; }
    @media print {
      .video .vue-tabs {
        display: none; } }
    .video .vue-tabs .nav-tabs-navigation {
      padding: 0 1.5rem;
      width: 100%; }
    .video .vue-tabs .tabs__link {
      text-decoration: none;
      color: #333333; }
    .video .vue-tabs .nav {
      margin-bottom: 0;
      margin-top: 0;
      padding-left: 0;
      list-style: none; }
      .video .vue-tabs .nav:before, .video .vue-tabs .nav:after {
        content: " ";
        display: table; }
      .video .vue-tabs .nav:after {
        clear: both; }
      .video .vue-tabs .nav > li {
        position: relative;
        display: block; }
        .video .vue-tabs .nav > li:before {
          content: none; }
        .video .vue-tabs .nav > li.tab-title {
          color: #fff;
          float: left;
          margin: 0;
          line-height: 1.42857;
          padding-left: 2px;
          font-family: CeraPro-Bold, sans-serif;
          font-style: normal;
          font-weight: 400; }
        .video .vue-tabs .nav > li > a, .video .vue-tabs .nav > li.tab-title {
          position: relative;
          display: block;
          padding: 6px 16px 5px; }
        .video .vue-tabs .nav > li > a:hover, .video .vue-tabs .nav > li > a:focus {
          text-decoration: none;
          background-color: #fff;
          color: #333333; }
        .video .vue-tabs .nav > li > a > img {
          max-width: none; }
        .video .vue-tabs .nav > li span.title {
          display: flex;
          justify-content: center; }
        .video .vue-tabs .nav > li.disabled > a {
          color: #707070; }
          .video .vue-tabs .nav > li.disabled > a:hover, .video .vue-tabs .nav > li.disabled > a:focus {
            color: #707070;
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            border-color: transparent; }
    .video .vue-tabs .nav-tabs {
      border: 0; }
      .video .vue-tabs .nav-tabs .title_center {
        display: inline-block; }
      .video .vue-tabs .nav-tabs > li {
        margin-bottom: 4px;
        margin-left: 0; }
        .video .vue-tabs .nav-tabs > li > a {
          margin-right: 4px;
          line-height: 1.42857;
          border-radius: 0;
          background: #dddddd;
          color: #333333;
          border-bottom: 2px solid rgba(0, 0, 0, 0.2);
          transition: all .3s;
          border-bottom: 2px solid rgba(0, 0, 0, 0.3); }
          .video .vue-tabs .nav-tabs > li > a:hover {
            border-color: #eee #eee #ddd; }
        .video .vue-tabs .nav-tabs > li.active > a, .video .vue-tabs .nav-tabs > li.active > a:hover, .video .vue-tabs .nav-tabs > li.active > a:focus {
          color: #000;
          background-color: #fff;
          border: 1px solid #fff;
          border-bottom: 2px solid rgba(0, 0, 0, 0.2);
          transition: all .3s;
          border-bottom: 2px solid rgba(0, 0, 0, 0.3);
          cursor: default; }
        .video .vue-tabs .nav-tabs > li.active > a span:before {
          content: '\f058';
          font-family: Fontawesome;
          color: #007D49;
          padding-right: 0.5rem; }
    .video .vue-tabs .tab-content {
      order: 0;
      width: 100%; }
      .video .vue-tabs .tab-content > .tab-pane {
        display: none; }
      .video .vue-tabs .tab-content > .active {
        display: block; }
    .video .vue-tabs section[aria-hidden="true"] {
      display: none; }

.organizationchart {
  margin: 0;
  padding: 0; }
  .organizationchart ul {
    margin: 0;
    padding: 0; }
    .organizationchart ul li {
      margin: 1rem 0 1rem 3rem;
      padding: 0;
      padding-left: 0;
      position: relative; }
      @media print {
        .organizationchart ul li {
          list-style: none; } }
      .organizationchart ul li:after {
        background-color: transparent;
        content: " ";
        height: 0.1875rem;
        left: -0.875rem;
        position: absolute;
        display: inline-block;
        z-index: 100;
        top: 1.9375rem;
        width: 0.875rem; }
      .organizationchart ul li:before {
        background-color: transparent;
        border-radius: unset;
        content: " ";
        display: inline-block;
        z-index: 200;
        height: calc(100% + 2rem);
        position: absolute;
        top: -1rem;
        width: 0.1875rem; }
      .organizationchart ul li:not(:first-child):last-child::before {
        height: 3.125rem; }
      .organizationchart ul li:only-child::before {
        bottom: 0;
        content: " ";
        display: list-item;
        height: 1rem;
        position: absolute;
        top: -1rem;
        width: 0.1875rem; }
      .organizationchart ul li h3 {
        color: #000;
        font-family: CeraPro-Bold, sans-serif;
        font-size: 1.25rem;
        line-height: 1;
        margin: 0;
        margin-left: 1.5rem;
        padding: 0;
        padding-top: 1rem; }
        @media (max-width: 466px) {
          .organizationchart ul li h3 {
            font-size: 1rem;
            padding-top: 0; } }
      .organizationchart ul li .nohstem {
        margin-bottom: 1rem; }
        .organizationchart ul li .nohstem:after {
          content: unset;
          width: 0; }
      .organizationchart ul li .hcolor--blue {
        color: #06c; }
      .organizationchart ul li .hcolor--gray {
        color: #b5b5b5; }
      .organizationchart ul li .hcolor--green {
        color: #096; }
      .organizationchart ul li .hcolor--purple {
        color: #c06; }
      .organizationchart ul li .stem--blue {
        border-color: #06c; }
        .organizationchart ul li .stem--blue:after, .organizationchart ul li .stem--blue:before {
          background-color: #06c;
          display: inline-block;
          z-index: 300; }
      .organizationchart ul li .stem--gray {
        border-color: #b5b5b5; }
        .organizationchart ul li .stem--gray:after, .organizationchart ul li .stem--gray:before {
          background-color: #b5b5b5;
          display: inline-block;
          z-index: 300; }
      .organizationchart ul li .stem--green {
        border-color: #096; }
        .organizationchart ul li .stem--green:after, .organizationchart ul li .stem--green:before {
          background-color: #096;
          display: inline-block;
          z-index: 300; }
      .organizationchart ul li .stem--purple {
        border-color: #c06; }
        .organizationchart ul li .stem--purple:after, .organizationchart ul li .stem--purple:before {
          background-color: #c06;
          display: inline-block;
          z-index: 300; }
      .organizationchart ul li a {
        border: 0;
        display: flex;
        height: 4rem;
        margin: 0 auto;
        text-decoration: none; }
        .organizationchart ul li a:after {
          content: unset;
          display: unset;
          padding-left: unset;
          padding-right: unset; }
        .organizationchart ul li a:focus, .organizationchart ul li a:hover {
          text-decoration: none; }
        .organizationchart ul li a div {
          margin: 0;
          margin-left: 0.5rem;
          padding: 0; }
          .organizationchart ul li a div h4 {
            color: #000;
            font-family: CeraPro-Bold, sans-serif;
            font-size: 1.5rem;
            line-height: 1;
            margin: 0;
            padding: 0; }
            @media (max-width: 466px) {
              .organizationchart ul li a div h4 {
                font-size: 1rem; } }
          .organizationchart ul li a div p {
            color: #333333;
            font-size: 1rem;
            line-height: 1;
            margin: 0;
            padding: 0; }
            @media (max-width: 466px) {
              .organizationchart ul li a div p {
                font-size: 0.75rem; } }
        .organizationchart ul li a img {
          border: 0.1875rem solid;
          border-radius: 50%;
          height: 4rem;
          -o-object-fit: cover;
             object-fit: cover;
          width: 4rem; }
        .organizationchart ul li a .imgborder--blue {
          background: #06c;
          color: #06c; }
        .organizationchart ul li a .imgborder--gray {
          background: #b5b5b5;
          color: #b5b5b5; }
        .organizationchart ul li a .imgborder--green {
          background: #096;
          color: #096; }
        .organizationchart ul li a .imgborder--purple {
          background: #c06;
          color: #c06; }
        .organizationchart ul li a .imgborder--transparent {
          background: transparent;
          color: transparent; }
  @media print {
    .organizationchart {
      page-break-inside: avoid;
      position: relative; } }

.cookie-consent {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  pointer-events: auto;
  top: 50%;
  left: 50%;
  right: 0;
  z-index: 100;
  width: 90%;
  transform: translate(-50%, -50%);
  box-shadow: #737373 0px 0px 15px;
  font-size: 17px;
  line-height: 1.6; }
  .cookie-consent-compliance {
    color: #fff;
    background: #007D49; }
  @media (min-width: 1028px) {
    .cookie-consent {
      width: 50%; } }
  .cookie-consent a {
    color: #007fad; }
    .cookie-consent a:focus, .cookie-consent a:hover {
      color: #005a7a;
      text-decoration: underline; }
    .cookie-consent a:not(.noicon):not(.tabs__link):after {
      content: '\f105';
      font-family: FontAwesome;
      font-size: 20px;
      padding-left: 5px;
      padding-right: 3px;
      display: inline-block; }
  @media print {
    .cookie-consent {
      display: none; } }

.large-font-size-one {
  font-size: 1.5rem; }

.large-font-size-two {
  font-size: 2rem; }

.large-font-size-three {
  font-size: 2.5rem; }

.agendablock {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }
  @media print {
    .agendablock {
      display: block;
      flex-direction: column;
      flex-wrap: nowrap;
      margin: 0 auto;
      page-break-inside: avoid;
      position: relative; } }

.agendablock .agendablock-item {
  height: auto;
  width: 50%; }
  @media (min-width: 1023px) {
    .agendablock .agendablock-item {
      width: 33%; } }
  @media (min-width: 1028px) {
    .agendablock .agendablock-item {
      width: 25%; } }
  .agendablock .agendablock-item a {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin: 0.25rem;
    padding: 1rem;
    width: auto; }
    @media print {
      .agendablock .agendablock-item a {
        margin: 0; } }
    .agendablock .agendablock-item a:hover {
      background-color: #f4f4f4;
      text-decoration: underline; }
    .agendablock .agendablock-item a::after {
      content: none; }
    .agendablock .agendablock-item a h2 {
      font-size: 1rem; }
    .agendablock .agendablock-item a img {
      height: auto;
      margin-top: auto;
      width: 100%; }

.agendablockheader {
  margin-bottom: 1.5rem;
  padding-left: 16px; }
  @media (max-width: 1023px) {
    .agendablockheader {
      padding-right: 16px; } }

.agendablock img {
  width: 100%;
  height: 100%; }
  @media print {
    .agendablock img {
      display: inline-block;
      max-height: 3cm;
      max-width: 3cm; } }

.agendablockcontainer {
  max-width: 1320px;
  margin: 0 auto; }

.agendablocklogo {
  display: flex;
  align-items: center; }
  .agendablocklogo img {
    height: 9.5rem;
    margin: 0.25rem;
    width: 9.5rem; }

.agendablockwrapper {
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 3rem;
  padding-top: 1rem;
  width: 100%; }

.chart {
  max-height: 350px; }

.calltoactionblockwrapper {
  margin-bottom: 20px; }
  .calltoactionblockwrapper__title {
    color: #fff;
    padding: 0;
    margin-left: 0;
    margin-bottom: 12px;
    font-size: 1.75rem;
    font-family: CeraPro-Bold, sans-serif;
    line-height: 32.19px; }
    @media print {
      .calltoactionblockwrapper__title {
        color: #000; } }
  .calltoactionblockwrapper .content {
    background: #007D49;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media (min-width: 658px) {
      .calltoactionblockwrapper .content {
        flex-direction: row; } }
    .calltoactionblockwrapper .content i.fa,
    .calltoactionblockwrapper .content span.fa {
      flex: 1 1 auto;
      text-align: left;
      font-size: 4.3rem;
      line-height: 1.2;
      padding-top: 20px;
      padding-right: 10px;
      padding-left: 20px;
      max-width: 113px; }
      @media (min-width: 658px) {
        .calltoactionblockwrapper .content i.fa,
        .calltoactionblockwrapper .content span.fa {
          text-align: right;
          padding-left: 40px; } }
    .content-grid .calltoactionblockwrapper .content {
      margin-right: 0;
      margin-left: 0; }
    .calltoactionblockwrapper .content .blockimage {
      flex: 1 0 37%;
      min-height: 200px; }
      .landingpage .calltoactionblockwrapper .content .blockimage {
        order: 0; }
        @media (min-width: 658px) {
          .landingpage .calltoactionblockwrapper .content .blockimage {
            order: 2; } }
    .calltoactionblockwrapper .content .blocktext {
      flex: 1 1 63%;
      padding: 20px;
      font-size: 1.5rem;
      line-height: 1.5;
      display: flex;
      flex-direction: column; }
      .calltoactionblockwrapper .content .blocktext h1 {
        color: #fff;
        padding: 0;
        margin-left: 0;
        margin-bottom: 12px;
        font-size: 1.75rem;
        font-family: CeraPro-Bold, sans-serif; }
        .calltoactionblockwrapper .content .blocktext h1.startpageheading {
          font-size: 2rem; }
        @media print {
          .calltoactionblockwrapper .content .blocktext h1 {
            color: #000; } }
      .calltoactionblockwrapper .content .blocktext .text_wrapper {
        margin-bottom: 20px;
        font-size: 1.25rem; }
        @media print {
          .calltoactionblockwrapper .content .blocktext .text_wrapper {
            color: #000; } }
      .calltoactionblockwrapper .content .blocktext a {
        color: #fff; }
        .calltoactionblockwrapper .content .blocktext a:focus, .calltoactionblockwrapper .content .blocktext a:hover {
          color: #fff; }
        @media print {
          .calltoactionblockwrapper .content .blocktext a {
            color: #000; } }
      .calltoactionblockwrapper .content .blocktext a.button, .calltoactionblockwrapper .content .blocktext button {
        background: #000;
        border-radius: 8px;
        align-self: flex-start;
        text-decoration: none;
        line-height: 120%; }
        .calltoactionblockwrapper .content .blocktext a.button:hover, .calltoactionblockwrapper .content .blocktext a.button:focus, .calltoactionblockwrapper .content .blocktext button:hover, .calltoactionblockwrapper .content .blocktext button:focus {
          color: #000;
          background: #fff; }
          .calltoactionblockwrapper .content .blocktext a.button:hover::after, .calltoactionblockwrapper .content .blocktext a.button:focus::after, .calltoactionblockwrapper .content .blocktext button:hover::after, .calltoactionblockwrapper .content .blocktext button:focus::after {
            color: #000; }
        .calltoactionblockwrapper .content .blocktext a.button::after, .calltoactionblockwrapper .content .blocktext button::after {
          color: #fff; }
        .calltoactionblockwrapper .content .blocktext a.button:focus-visible, .calltoactionblockwrapper .content .blocktext button:focus-visible {
          outline-color: #fff; }
  @media print {
    .calltoactionblockwrapper {
      page-break-inside: avoid;
      -webkit-print-color-adjust: economy;
              color-adjust: economy; } }

.checklist {
  margin-bottom: 20px; }
  @media print {
    .checklist {
      page-break-inside: avoid; } }
  .checklist .content {
    background: #DEF0FF;
    padding: 20px;
    color: #333333; }
    @media print {
      .checklist .content {
        background: transparent;
        -webkit-print-color-adjust: exact;
        color-adjust: exact; } }
    .checklist .content .checklist-heading {
      padding: 0; }
    .checklist .content .text_wrapper {
      font-family: Rubik, sans-serif;
      font-weight: 400;
      font-size: 1rem;
      margin-bottom: 10px; }
    .checklist .content .column-wrapper {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      .checklist .content .column-wrapper .columnone {
        flex: 1 1;
        flex-basis: calc(50% - 10px);
        padding-right: 10px;
        min-width: 208px; }
      .checklist .content .column-wrapper .columntwo {
        flex: 1 1;
        flex-basis: 50%;
        min-width: 208px; }
    .checklist .content a {
      display: block;
      text-decoration: none;
      line-height: 1.3;
      font-size: 1rem;
      font-family: Rubik, sans-serif;
      font-weight: 400;
      margin-top: 10px; }
    .checklist .content .checkbox {
      display: block;
      padding-right: 10px; }

.blockwrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
  margin-right: 5px;
  margin-left: 5px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  color: #333333; }
  .blockwrapper.startpage .blockimage {
    min-height: 202px; }
    @media (min-width: 658px) {
      .blockwrapper.startpage .blockimage {
        min-height: 417px; } }
  @media (min-width: 658px) {
    .blockwrapper {
      flex-direction: row; }
      .blockwrapper.right {
        flex-direction: row-reverse; } }
  @media print {
    .blockwrapper {
      page-break-inside: avoid; } }
  .content-grid .blockwrapper {
    margin-right: 0;
    margin-left: 0; }
  .blockwrapper .blockimage {
    flex: 1 0 37%;
    min-height: 200px;
    -webkit-print-color-adjust: exact;
    color-adjust: exact; }
    @media print {
      .blockwrapper .blockimage {
        display: none; } }
    .landingpage .blockwrapper .blockimage {
      order: 0; }
      @media (min-width: 658px) {
        .landingpage .blockwrapper .blockimage {
          order: 2; } }
    .startpage .blockwrapper .blockimage {
      flex: 1 0 50%; }
  .blockwrapper.hero {
    margin-left: 0;
    margin-right: 0; }
  .blockwrapper .blocktext {
    background: #f4f4f4;
    padding: 20px;
    font-size: 1.375rem;
    line-height: 1.5; }
    @media (min-width: 658px) {
      .blockwrapper .blocktext {
        padding: 24px 60px; } }
    .blockwrapper .blocktext.startpage {
      padding: 1rem 0.8125rem; }
      @media (min-width: 658px) {
        .blockwrapper .blocktext.startpage {
          padding: 2.5625rem 2.3125rem; } }
    .blockwrapper .blocktext h1 {
      padding-top: 0;
      margin-bottom: 4px;
      font-size: 2.875rem;
      font-family: CeraPro-Bold, sans-serif; }
      @media print {
        .blockwrapper .blocktext h1 {
          font-size: 26pt; } }
      .blockwrapper .blocktext h1.startpageheading {
        font-size: 1.375rem;
        margin-bottom: 1.25rem; }
        @media (min-width: 658px) {
          .blockwrapper .blocktext h1.startpageheading {
            font-size: 2.25rem;
            margin-bottom: 1.25rem; } }
    .blockwrapper .blocktext h2 {
      padding: 0;
      font-size: 2rem;
      font-family: CeraPro-Bold, sans-serif; }
      @media print {
        .blockwrapper .blocktext h2 {
          font-size: 24pt; } }
    .blockwrapper .blocktext .blockintro {
      font-size: 2.25rem;
      line-height: 1.2;
      margin-bottom: 20px; }
      @media print {
        .blockwrapper .blocktext .blockintro {
          font-size: 16pt;
          line-height: 1.2; } }
    .blockwrapper .blocktext .text_wrapper {
      margin-bottom: 20px; }
      .blockwrapper .blocktext .text_wrapper.startpage {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        font-size: 1rem;
        padding: 0; }
        @media (min-width: 658px) {
          .blockwrapper .blocktext .text_wrapper.startpage {
            font-size: 1.375rem; } }
      @media print {
        .blockwrapper .blocktext .text_wrapper {
          font-size: 12pt;
          line-height: 1.15; } }
    .blockwrapper .blocktext a {
      display: inline-block; }
      .blockwrapper .blocktext a.anchorlink {
        font-size: 1rem; }
        @media print {
          .blockwrapper .blocktext a.anchorlink {
            font-size: 8pt; } }
        .blockwrapper .blocktext a.anchorlink.active, .blockwrapper .blocktext a.anchorlink:focus, .blockwrapper .blocktext a.anchorlink:hover {
          color: #005a7a;
          text-decoration: underline; }
      .blockwrapper .blocktext a.anchorlink:before {
        content: '\f103';
        font-family: FontAwesome;
        position: relative;
        line-height: 1.4em;
        font-size: 27px;
        display: inline-block;
        vertical-align: middle; }
      .blockwrapper .blocktext a.button, .blockwrapper .blocktext a button {
        padding-right: 40px;
        align-self: flex-start; }
        .blockwrapper .blocktext a.button.startpage, .blockwrapper .blocktext a button.startpage {
          font-family: Rubik, sans-serif;
          font-weight: 400;
          font-weight: 500;
          display: block;
          font-size: 1rem;
          padding: 16px 49px 16px 28px;
          border-radius: 8px; }
          @media (min-width: 658px) {
            .blockwrapper .blocktext a.button.startpage, .blockwrapper .blocktext a button.startpage {
              display: inline-block; } }
          @media (max-width: 1023px) {
            .blockwrapper .blocktext a.button.startpage, .blockwrapper .blocktext a button.startpage {
              max-width: -webkit-fit-content;
              max-width: -moz-fit-content;
              max-width: fit-content; } }
          @media (max-width: 658px) {
            .blockwrapper .blocktext a.button.startpage, .blockwrapper .blocktext a button.startpage {
              margin-left: unset; } }
        @media print {
          .blockwrapper .blocktext a.button, .blockwrapper .blocktext a button {
            color: #000; } }
        .blockwrapper .blocktext a.button.active, .blockwrapper .blocktext a.button:focus, .blockwrapper .blocktext a.button:hover, .blockwrapper .blocktext a button.active, .blockwrapper .blocktext a button:focus, .blockwrapper .blocktext a button:hover {
          color: #fff; }
        .blockwrapper .blocktext a.button.anchorlink, .blockwrapper .blocktext a button.anchorlink {
          padding-right: 15px;
          padding-left: 40px; }
          @media print {
            .blockwrapper .blocktext a.button.anchorlink, .blockwrapper .blocktext a button.anchorlink {
              display: none; } }
        .blockwrapper .blocktext a.button:not(.anchorlink):after, .blockwrapper .blocktext a button:not(.anchorlink):after {
          content: '\f105';
          font-family: FontAwesome;
          position: absolute;
          right: 24px;
          top: 50%;
          transform: translate(0, -50%);
          line-height: 1.4em;
          font-size: 20px;
          transition: all .3s; }

.sectionblock {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 20px 15px; }
  .sectionblock > div {
    position: relative;
    padding-bottom: 50px; }
  .sectionblock h1, .sectionblock h2, .sectionblock h3, .sectionblock h4, .sectionblock h5, .sectionblock ul, .sectionblock ol {
    margin: 0;
    padding: 0; }
  .sectionblock .sectionblockheading {
    position: absolute;
    top: -70px; }
  .sectionblock button {
    position: absolute;
    bottom: 0;
    line-height: 1;
    border-radius: 8px; }
    .sectionblock button.down:before {
      content: '\f107';
      font-family: FontAwesome;
      font-size: 1.4rem;
      padding-right: 10px; }
    .sectionblock button.up:before {
      content: '\f106';
      font-family: FontAwesome;
      font-size: 1.4rem;
      padding-right: 10px; }
    @media print {
      .sectionblock button {
        display: none; } }
  .sectionblock .text {
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 0; }

.newsletterformblock form {
  background: #DEF0FF;
  padding: 28px;
  color: #333333;
  position: relative; }
  .newsletterformblock form h3 {
    padding: 0; }
  .newsletterformblock form .formElement {
    margin: 0 0 1.5rem 0; }
  .newsletterformblock form .validation_wrapper {
    position: relative;
    width: 100%;
    text-align: right; }
    .newsletterformblock form .validation_wrapper.general {
      text-align: left; }
      .newsletterformblock form .validation_wrapper.general .validationError {
        margin-top: 0;
        margin-bottom: 8px; }
        .newsletterformblock form .validation_wrapper.general .validationError:after {
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-right: 0;
          border-left: 15px solid #B90062;
          bottom: -9px;
          top: unset;
          left: 0; }
    .newsletterformblock form .validation_wrapper .validationError {
      color: #fff;
      background: #B90062;
      display: inline-block;
      word-wrap: break-word;
      font-family: rubik;
      padding: 4px 8px;
      font-size: 14px;
      margin-top: 8px;
      position: relative;
      text-align: left; }
      .newsletterformblock form .validation_wrapper .validationError:after {
        content: "";
        position: absolute;
        top: -9px;
        right: 0;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 15px solid #B90062; }
  .newsletterformblock form button {
    border-radius: 8px; }
    .newsletterformblock form button:hover {
      background-color: #004D2D; }
    .newsletterformblock form button span.fa {
      margin: 0;
      font-size: 1.25rem; }
      .newsletterformblock form button span.fa:before {
        font-size: 1.25rem; }
    .newsletterformblock form button span.btntext {
      padding-left: 12px; }

.newsletterformblock .validationSuccess {
  color: #fff;
  background: #007D49;
  display: inline-block;
  word-wrap: break-word;
  font-family: rubik;
  padding: 4px 8px;
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  text-align: left; }

@media print {
  .newsletterformblock {
    page-break-inside: avoid; } }

p.rssListHeader {
  font-family: CeraPro-Bold,sans-serif;
  font-style: normal;
  font-weight: 400;
  padding: 0;
  margin-bottom: 2px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.25rem;
  line-height: 1.15;
  word-break: break-word;
  color: #333; }

.rsslist .content .text_wrapper {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  margin-bottom: 10px; }

.rsslist ul {
  margin: 0 0 34px 0; }

.rsslist ul li {
  margin: 0 0 15px 0; }

p.rssListHeader:after {
  content: '\f08e';
  padding-left: 10px;
  padding-right: 0;
  font-family: FontAwesome;
  display: inline-block; }

div.rsslist a:after, div.rsslist ul li:before {
  content: none; }

.rss_wrapper.blue {
  background: #DEF0FF;
  color: #333333;
  page-break-inside: avoid; }

.rss_wrapper.blue .blocktext {
  background: #DEF0FF;
  color: #333333;
  font-size: 20px; }

.maps-responsive {
  page-break-inside: avoid;
  position: relative;
  padding-bottom: 56.25% !important;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  @media (min-width: 658px) {
    .maps-responsive {
      padding-bottom: 38.25% !important; } }
  .maps-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  @media (min-width: 1023px) {
    .maps-responsive {
      padding-bottom: 30%; } }

.navigationtree {
  border: 0;
  font-family: Rubik, sans-serif;
  font-size: 0.9375rem;
  padding: 0;
  list-style: none; }
  .navigationtree > ul {
    border: 0;
    margin: 0;
    padding: 0; }
    .navigationtree > ul li {
      border: 0;
      margin: 0;
      padding: 0; }
      .navigationtree > ul li:before {
        display: unset;
        position: unset; }
  .navigationtree a {
    color: #000; }
    .navigationtree a:hover {
      text-decoration: underline; }

.navigationtreecontainer {
  width: 100%; }
  @media (max-width: 1028px) {
    .navigationtreecontainer {
      margin: 1rem auto;
      max-width: 582px;
      padding: 0;
      width: 100%; } }
  @media print {
    .navigationtreecontainer {
      display: none; } }
  .header-mobileactionrow .navigationtreecontainer {
    margin: 0;
    max-width: unset; }
    .header-mobileactionrow .navigationtreecontainer .navigationtree ul:last-child .rootchild {
      border-bottom: 0; }

.navigationtreeitem.level-2 > div:first-of-type:hover, .navigationtreeitem.level-3 > div:first-of-type:hover, .navigationtreeitem.level-4 > div:first-of-type:hover, .navigationtreeitem.level-5 > div:first-of-type:hover, .navigationtreeitem.level-6 > div:first-of-type:hover, .navigationtreeitem.level-7 > div:first-of-type:hover {
  background: #850046; }
  .navigationtreeitem.level-2 > div:first-of-type:hover > a, .navigationtreeitem.level-3 > div:first-of-type:hover > a, .navigationtreeitem.level-4 > div:first-of-type:hover > a, .navigationtreeitem.level-5 > div:first-of-type:hover > a, .navigationtreeitem.level-6 > div:first-of-type:hover > a, .navigationtreeitem.level-7 > div:first-of-type:hover > a {
    color: #fff;
    text-decoration: underline; }
  .navigationtreeitem.level-2 > div:first-of-type:hover span.fa, .navigationtreeitem.level-3 > div:first-of-type:hover span.fa, .navigationtreeitem.level-4 > div:first-of-type:hover span.fa, .navigationtreeitem.level-5 > div:first-of-type:hover span.fa, .navigationtreeitem.level-6 > div:first-of-type:hover span.fa, .navigationtreeitem.level-7 > div:first-of-type:hover span.fa {
    color: #fff; }

@media (min-width: 1028px) {
  .navigationtreeitem .level-1.expanded {
    background: #fff; } }

.navigationtreeitem:has(.parenttoactive) > div > a {
  font-weight: bold; }

.navigationtreeitem a {
  font-family: CeraPro-Regular, sans-serif;
  font-size: 1rem;
  text-decoration: none; }
  .navigationtreeitem a::after {
    content: none; }
  .navigationtreeitem a:focus-visible {
    text-decoration: none; }

.navigationtreeitem .navigationtreeitem-button {
  padding: 0;
  margin: 0;
  font: inherit;
  vertical-align: baseline;
  border: 0;
  box-sizing: border-box;
  background: transparent; }
  .navigationtreeitem .navigationtreeitem-button span.fa {
    color: #333333;
    margin-right: 0px; }
    .navigationtreeitem .navigationtreeitem-button span.fa:hover {
      color: #fff; }
  .navigationtreeitem .navigationtreeitem-button:focus-visible {
    outline-offset: -4px; }
  .navigationtreeitem .navigationtreeitem-button[aria-expanded="true"] {
    outline-color: #fff; }

.navigationtreeitem li.expanded.level-2 {
  border-left: 1px solid #E58FB4;
  border-right: 1px solid #E58FB4; }

.navigationtreeitem div.expanded .flex {
  border-bottom: 1px solid #E58FB4; }

.navigationtreeitem:not(.expanded) .secondlevel {
  border-bottom: 1px solid #E58FB4; }
  .navigationtreeitem:not(.expanded) .secondlevel:not(.expanded):not(.active) {
    border-left: 1px solid #949494;
    border-right: 1px solid #949494;
    border-bottom: 1px solid #949494; }

.navigationtreeitem ul:has(.active) {
  border: none; }
  .navigationtreeitem ul:has(.active) ul {
    border-top: none; }
  .navigationtreeitem ul:has(.active) .navigationtreeitem-button:not(.active) li {
    background-color: #FFEDF9; }
    .navigationtreeitem ul:has(.active) .navigationtreeitem-button:not(.active) li .fa.fa-angle-up {
      color: #fff; }
    .navigationtreeitem ul:has(.active) .navigationtreeitem-button:not(.active) li .fa.fa-angle-down {
      color: #333333; }

.navigationtreeitem.expanded {
  background-color: #FFEDF9;
  border-bottom: #E58FB4; }
  .navigationtreeitem.expanded .symbol {
    border-left: 1px solid #E58FB4; }

.navigationtreeitem .flex {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 50px; }
  .navigationtreeitem .flex > .navigationtreeitem-button {
    -ms-grid-row-align: stretch;
        align-self: stretch; }
  .navigationtreeitem .flex a {
    padding: 0.5rem 1rem 0.5rem 1.25rem;
    width: 100%;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    @media (min-width: 1028px) {
      .navigationtreeitem .flex a {
        padding: 0.5rem 1rem 0.5rem 0rem; } }
  .navigationtreeitem .flex.secondlevel:not(.active) .navigationtreeitem-button[aria-expanded="false"] .symbol {
    border-left: 1px solid #949494; }
  .navigationtreeitem .flex .navigationtreeitem-button[aria-expanded="true"] .symbol {
    background: #C24A81;
    color: #fff;
    border: none;
    border-left: 1px solid #E58FB4; }
  .navigationtreeitem .flex .symbol {
    font-size: 1.5rem;
    font-weight: normal;
    padding: 13px 18px;
    height: 100%;
    display: flex;
    align-items: center; }
    .navigationtreeitem .flex .symbol:hover {
      cursor: pointer; }

.navigationtreeitem .active {
  border-top: none;
  border-right: #C24A81 !important;
  background-color: #C24A81;
  font-weight: bold; }
  .navigationtreeitem .active:not(.activerootchild) {
    border-left: 3px solid #E58FB4 !important; }
    .navigationtreeitem .active:not(.activerootchild) > a:focus-visible {
      outline-color: #fff; }
  .navigationtreeitem .active .fa {
    color: #fff; }
  .navigationtreeitem .active .symbol {
    color: #fff !important;
    border-left: 1px solid #E58FB4; }
  .navigationtreeitem .active a {
    color: #fff;
    -webkit-text-decoration: underline #fff;
            text-decoration: underline #fff;
    text-decoration-thickness: 1px; }

.navigationtreeitem .childtoactive {
  border-left: 3px solid #E58FB4 !important;
  border-bottom: 1px solid #E58FB4; }
  .navigationtreeitem .childtoactive .symbol {
    border-left: 1px solid #E58FB4; }
  .navigationtreeitem .childtoactive .navigationtreeitem-button[aria-expanded="false"] .fa {
    color: #333333; }

.navigationtreeitem .parenttoactive {
  font-weight: bold; }

.navigationtreeitem .relatedtoactive:not(.secondlevel) {
  border-bottom: 1px solid #E58FB4; }
  .navigationtreeitem .relatedtoactive:not(.secondlevel).activerootchild {
    border-left: 0 !important; }

.navigationtreeitem .rootchild {
  background-color: #B90062;
  color: #fff;
  font-weight: bold; }
  .navigationtreeitem .rootchild a {
    color: #fff; }

.navigationtreeitem .activerootchild {
  background-color: #B90062;
  color: #fff;
  font-weight: bold; }
  .navigationtreeitem .activerootchild a {
    color: #fff; }
    .navigationtreeitem .activerootchild a:focus-visible {
      outline-color: #fff; }

.header-mobileactionrow .navigationtreeitem .active a {
  color: #fff; }

.header-mobileactionrow .navigationtreeitem .secondlevel:not(.active):not(.expanded) {
  background-color: #fff; }
  .header-mobileactionrow .navigationtreeitem .secondlevel:not(.active):not(.expanded) a, .header-mobileactionrow .navigationtreeitem .secondlevel:not(.active):not(.expanded) .symbol {
    color: #333333; }

.header-mobileactionrow .navigationtreeitem .rootchild, .header-mobileactionrow .navigationtreeitem .activerootchild {
  font-weight: bold;
  background-color: #B90062;
  border-top: 0;
  border-bottom: 1px solid #E58FB4; }
  .header-mobileactionrow .navigationtreeitem .rootchild > .navigationtreeitem-button > .symbol, .header-mobileactionrow .navigationtreeitem .activerootchild > .navigationtreeitem-button > .symbol {
    border-left: 1px solid #E58FB4;
    border-right: 1px solid #E58FB4;
    color: #fff; }
  .header-mobileactionrow .navigationtreeitem .rootchild a, .header-mobileactionrow .navigationtreeitem .activerootchild a {
    font-size: 1.125rem;
    line-height: 100%;
    color: #fff; }

.header-mobileactionrow .navigationtreeitem a {
  color: #333333;
  font-size: 0.938rem;
  line-height: 100%; }

.header-mobileactionrow .navigationtreeitem .symbol {
  color: #333333; }

.radiotabs label {
  background-color: #fff;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: inline-block;
  padding: 0.75rem 0.75rem;
  text-align: left;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .radiotabs label span {
    color: #333333;
    font-family: Rubik, sans-serif;
    font-size: 1rem; }

.radiotabs [name="tabs"] {
  opacity: 0;
  position: absolute; }

.radiotabs [name="tabs"]:focus + label {
  outline: 3px solid #3b99fc !important; }

.radiotabs [name="tabs"] + label [role="tab"]:before {
  color: transparent;
  content: '\f058';
  font-family: 'FontAwesome'; }

.radiotabs [role="tabpanel"] {
  display: none; }

.radiotabs [name="tabs"]:nth-of-type(1):checked ~ [role="tabpanel"]:nth-of-type(1),
.radiotabs [name="tabs"]:nth-of-type(2):checked ~ [role="tabpanel"]:nth-of-type(2) {
  display: block; }

.mission-list-page label {
  font-family: Rubik, sans-serif;
  font-weight: 400;
  font-weight: 500;
  font-size: 1rem;
  background-color: #f4f4f4;
  border-bottom: 0px;
  box-shadow: none;
  padding: 0px; }
  .mission-list-page label#tab-label-1 {
    margin-left: 36px; }
    @media (max-width: 658px) {
      .mission-list-page label#tab-label-1 {
        margin-left: 12px; } }
  .mission-list-page label#tab-label-1, .mission-list-page label#tab-label-2 {
    margin-bottom: 11px; }
  .mission-list-page label#tab-label-2 {
    margin-left: -6px; }

.mission-list-page [name="tabs"]:focus + label {
  outline: 0px !important; }

.mission-list-page [name="tabs"]:focus-visible + label > span {
  outline: 4px dotted #fff !important;
  outline-offset: -4px;
  border-radius: 0px; }

.mission-list-page [name="tabs"] + label [role="tab"] {
  padding: 0.75rem 0.78rem;
  background: #f4f4f4;
  border-radius: 8px 8px 0px 0px;
  border: 2px solid #949494;
  border-bottom: transparent; }
  .mission-list-page [name="tabs"] + label [role="tab"]:before {
    content: none; }

.mission-list-page [name="tabs"]:checked + label [role="tab"] {
  background: #B80062;
  border: 2px solid #B80062;
  border-bottom: transparent;
  color: #fff; }

.timeline .main-grid {
  margin-top: 0; }

.timeline__article {
  padding-bottom: 120px;
  margin-top: 48px; }
  @media (min-width: 1028px) {
    .timeline__article {
      padding: 16px 32px; } }
  .timeline__article-headline-container {
    padding: 16px 32px;
    display: flex;
    flex-direction: column; }
    @media (min-width: 1028px) {
      .timeline__article-headline-container {
        flex-direction: row;
        align-items: center; } }
  .timeline__article-banner {
    padding: 32px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 280px;
    background: #FFFFFF; }
    @media (min-width: 1028px) {
      .timeline__article-banner {
        padding: 0;
        height: 400px; } }
  .timeline__article-year {
    color: #000000;
    font-family: "CeraPro-Bold";
    font-weight: bold;
    font-size: 100px;
    letter-spacing: 0;
    line-height: 100px;
    padding: 0;
    margin: 0 0 4px;
    word-break: normal; }
    @media (min-width: 1028px) {
      .timeline__article-year {
        font-size: 150px;
        letter-spacing: 0;
        line-height: 160px;
        margin-bottom: 0; } }
  .timeline__article-title {
    color: #000000;
    font-family: "CeraPro-Bold";
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0;
    font-size: 2.5rem; }
    @media (min-width: 1028px) {
      .timeline__article-title {
        margin-left: 48px;
        font-size: 40px;
        letter-spacing: 0;
        line-height: 50px; } }
  .timeline__article-preample {
    color: #333333;
    font-family: "CeraPro-Bold";
    font-size: 20px;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 48px; }
    @media (min-width: 1028px) {
      .timeline__article-preample {
        line-height: 31px;
        margin-top: 32px; } }

.timeline__item {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .timeline__item-circle {
    display: flex;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    position: relative;
    background: #FFFFFF;
    height: 64px;
    width: 64px;
    cursor: pointer;
    font-family: "CeraPro-Bold";
    border: 3px solid transparent;
    color: inherit; }
    @media (min-width: 1028px) {
      .timeline__item-circle {
        width: 83px;
        height: 83px;
        font-size: 23px;
        line-height: 28px; } }
  .timeline__item-title {
    display: none; }
  @media (min-width: 1028px) {
    .timeline__item-title {
      display: block; } }
  .timeline__item--active {
    border: 3px solid #CC0066; }
  .timeline__item-line {
    position: absolute;
    width: 50%;
    right: 0;
    z-index: 1;
    height: 2px;
    top: 30px;
    background: #CC0066; }
    @media (min-width: 1028px) {
      .timeline__item-line {
        top: 40px; } }

.timeline-article__grid--small {
  max-width: 638px;
  padding: 16px 28px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }

.timeline-article__content-background {
  background: #FFFFFF; }

.timeline__slider {
  position: relative;
  box-shadow: 0px 4px 32px #B8B8B8, 0px -4px 32px #B8B8B8;
  height: 220px;
  background: #EAEAEA;
  z-index: 2;
  margin-top: 48px;
  overflow-x: scroll; }
  @media (min-width: 1028px) {
    .timeline__slider {
      height: 280px;
      padding-left: 80px;
      padding-right: 80px;
      overflow-x: hidden; } }
  .timeline__slider-title {
    text-align: center;
    margin-bottom: 36px;
    font-size: 28px;
    padding-top: 20px; }
    @media (min-width: 1028px) {
      .timeline__slider-title {
        margin-bottom: 48px; } }

.swiper-slide:not(:first-child):not(:last-child) > .timeline__item-line {
  width: 100%; }

.swiper-slide:last-child > .timeline__item-line {
  left: 0; }

.timeline__slider-button {
  color: #CC0066;
  top: 4px;
  font-size: 36px;
  position: absolute; }
  @media (min-width: 1028px) {
    .timeline__slider-button {
      top: 84px;
      font-size: 50px;
      z-index: 2; } }

.timeline__slider-button-prev {
  left: 16px; }
  @media (min-width: 1028px) {
    .timeline__slider-button-prev {
      left: -24px; } }

.timeline__slider-button-next {
  right: 16px; }
  @media (min-width: 1028px) {
    .timeline__slider-button-next {
      right: -24px; } }

.news {
  display: flex;
  flex-direction: column; }

.news-list {
  -moz-column-count: 1;
       column-count: 1;
  list-style: none;
  margin-bottom: 0.5rem; }
  @media (min-width: 1023px) {
    .news-list {
      -moz-column-count: 2;
           column-count: 2; } }

.news-list--item {
  border-bottom: 2px solid #D6D0CA;
  font-size: 0.9375rem;
  line-height: 1.46;
  margin-left: 0;
  padding-bottom: 1rem;
  width: 100%; }
  .news-list--item a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    width: 100%; }
    .news-list--item a:focus, .news-list--item a:hover {
      text-decoration: none; }
      .news-list--item a:focus .link, .news-list--item a:focus h3, .news-list--item a:hover .link, .news-list--item a:hover h3 {
        -webkit-text-decoration: solid underline #333333;
                text-decoration: solid underline #333333;
        text-decoration-thickness: 1.5px; }
      .news-list--item a:focus span, .news-list--item a:hover span {
        display: inline-block;
        text-decoration: none; }
    .news-list--item a:focus-visible {
      outline-offset: 2px !important; }
    .news-list--item a::after {
      content: none; }
    .news-list--item a .item-text {
      font-size: 1rem;
      padding-right: 30px;
      position: relative; }
      .news-list--item a .item-text svg {
        vertical-align: middle; }
      .news-list--item a .item-text--category {
        padding-left: 0.5rem; }
      .news-list--item a .item-text--date {
        border-left: 1px solid #707070;
        margin-left: 0.5rem;
        padding-left: 0.5rem; }
  .news-list--item:before {
    content: none; }
  .news-list--item.blocktext {
    background: transparent;
    border-bottom: none;
    display: flex;
    padding: 0; }
    .news-list--item.blocktext .button {
      display: block;
      margin-left: auto;
      flex: 1;
      width: auto; }
      @media (max-width: 1023px) {
        .news-list--item.blocktext .button {
          max-width: -webkit-fit-content;
          max-width: -moz-fit-content;
          max-width: fit-content; } }
      @media (max-width: 658px) {
        .news-list--item.blocktext .button {
          margin-left: unset; } }
    @media (min-width: 1023px) {
      .news-list--item.blocktext .button {
        flex: initial; } }
  .news-list--item .item-image {
    height: 10.125rem; }
    @media (min-width: 1023px) {
      .news-list--item .item-image {
        height: 22rem; } }
  .news-list--item h3 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
    -webkit-text-decoration: solid underline #D9D9D9;
            text-decoration: solid underline #D9D9D9;
    text-decoration-thickness: 1.5px; }
  .news-list--item p {
    font-family: Rubik, sans-serif;
    font-weight: 400;
    display: none; }
  .news-list--item.item-big .item-text {
    margin-top: 1rem; }
  .news-list--item.item-big p {
    display: block; }
    .news-list--item.item-big p.link {
      display: none; }
  .news-list--item.item-big a {
    width: 100%; }
  @media (min-width: 1023px) {
    .news-list--item {
      font-size: 1rem;
      line-height: 1.56; }
      .news-list--item .item-image {
        height: 22rem; }
      .news-list--item .item-text {
        padding-right: inherit; }
        .news-list--item .item-text:after {
          content: none; }
      .news-list--item h3 {
        font-size: 1.75rem;
        line-height: 1.2;
        margin-bottom: 0.75rem; }
      .news-list--item p {
        font-family: Rubik, sans-serif;
        font-weight: 400;
        display: block;
        font-size: 1rem;
        text-decoration: none; }
        .news-list--item p.link {
          font-family: CeraPro-Bold, sans-serif;
          font-style: normal;
          font-weight: 400;
          -webkit-text-decoration: solid underline #D9D9D9;
                  text-decoration: solid underline #D9D9D9;
          text-decoration-thickness: 1.5px;
          display: block; }
      .news-list--item.item-big {
        border-bottom: none;
        -moz-column-break-after: column;
             break-after: column;
        padding-right: 30px; } }

.presentationblock {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 20px;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  color: #333333;
  max-width: 638px;
  padding-right: 28px;
  padding-left: 28px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1028px) {
    .presentationblock {
      margin-left: 250px; } }
  @media (min-width: 1180px) {
    .presentationblock {
      margin-left: 200px; } }
  .presentationblock h3 {
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    padding-top: 0px;
    margin: 0rem 1rem; }
    @media (min-width: 1023px) {
      .presentationblock h3 {
        margin: 0rem; } }
    @media (min-width: 1028px) {
      .presentationblock h3 {
        margin: 0rem; } }
    @media (min-width: 1180px) {
      .presentationblock h3 {
        margin: 0rem; } }
  .presentationblock p {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    padding-bottom: 0px;
    margin: 0rem 1rem; }
    @media (min-width: 1023px) {
      .presentationblock p {
        margin: 0rem; } }
    @media (min-width: 1028px) {
      .presentationblock p {
        margin: 0rem; } }
    @media (min-width: 1180px) {
      .presentationblock p {
        margin: 0rem; } }
  .presentationblock--content {
    background: #f4f4f4;
    padding: 0rem;
    padding-bottom: 1rem; }
    @media (min-width: 1023px) {
      .presentationblock--content {
        padding: 1rem; } }
    @media (min-width: 1028px) {
      .presentationblock--content {
        padding: 1rem; } }
    @media (min-width: 1180px) {
      .presentationblock--content {
        padding: 1rem; } }
    .presentationblock--content--image-content {
      position: relative; }
      .presentationblock--content--image-content img {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
        margin-bottom: 0.8rem; }
      .presentationblock--content--image-content .img-tag {
        position: absolute;
        background-color: #333333;
        width: auto;
        right: 1rem;
        bottom: -11px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.3rem 0.5rem; }
        .presentationblock--content--image-content .img-tag span {
          color: #fff;
          font-size: 0.75rem;
          font-weight: 400;
          line-height: 17px;
          letter-spacing: 0em; }
        .presentationblock--content--image-content .img-tag span:first-child {
          font-weight: 600;
          margin-right: 0.2rem; }
    .presentationblock--content .qoute {
      border-left: 2px solid #CC0066;
      padding: 0.5rem 0rem 0.5rem 0.5rem;
      margin: 0rem 1rem; }
      @media (min-width: 1023px) {
        .presentationblock--content .qoute {
          margin: 0rem; } }
      @media (min-width: 1028px) {
        .presentationblock--content .qoute {
          margin: 0rem; } }
      @media (min-width: 1180px) {
        .presentationblock--content .qoute {
          margin: 0rem; } }

.vue-tabs.stacked {
  display: flex; }

.vue-tabs .tabs__link {
  text-decoration: none;
  color: gray; }

.vue-tabs .nav {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  list-style: none; }
  .vue-tabs .nav:before, .vue-tabs .nav:after {
    content: " ";
    display: table; }
  .vue-tabs .nav:after {
    clear: both; }
  .vue-tabs .nav > li {
    position: relative;
    display: block; }
    .vue-tabs .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .vue-tabs .nav > li > a:hover, .vue-tabs .nav > li > a:focus {
        text-decoration: none;
        background-color: #eeeeee; }
    .vue-tabs .nav > li span.title {
      display: flex;
      justify-content: center; }
    .vue-tabs .nav > li.disabled > a {
      color: #777777; }
      .vue-tabs .nav > li.disabled > a:hover, .vue-tabs .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        border-color: transparent; }
  .vue-tabs .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .vue-tabs .nav > li > a > img {
    max-width: none; }

.vue-tabs .nav-tabs {
  border-bottom: 1px solid #ddd; }
  .vue-tabs .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .vue-tabs .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.42857;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .vue-tabs .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .vue-tabs .nav-tabs > li.active > a, .vue-tabs .nav-tabs > li.active > a:hover, .vue-tabs .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.vue-tabs .nav-pills > li {
  float: left; }
  .vue-tabs .nav-pills > li > a {
    border-radius: 4px; }
  .vue-tabs .nav-pills > li + li {
    margin-left: 2px; }
  .vue-tabs .nav-pills > li.active > a, .vue-tabs .nav-pills > li.active > a:hover, .vue-tabs .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.vue-tabs .nav-stacked > li {
  float: none; }
  .vue-tabs .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.vue-tabs .nav-justified, .vue-tabs .nav-tabs.nav-justified {
  width: 100%; }
  .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
    float: none; }
    .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .vue-tabs .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .vue-tabs .nav-justified > li, .vue-tabs .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .vue-tabs .nav-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.vue-tabs .nav-tabs-justified, .vue-tabs .nav-tabs.nav-justified {
  border-bottom: 0; }
  .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a,
  .vue-tabs .nav-tabs-justified > .active > a:hover,
  .vue-tabs .nav-tabs.nav-justified > .active > a:hover,
  .vue-tabs .nav-tabs-justified > .active > a:focus,
  .vue-tabs .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .vue-tabs .nav-tabs-justified > li > a, .vue-tabs .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .vue-tabs .nav-tabs-justified > .active > a, .vue-tabs .nav-tabs.nav-justified > .active > a,
    .vue-tabs .nav-tabs-justified > .active > a:hover,
    .vue-tabs .nav-tabs.nav-justified > .active > a:hover,
    .vue-tabs .nav-tabs-justified > .active > a:focus,
    .vue-tabs .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.vue-tabs .tab-content > .tab-pane {
  display: none; }

.vue-tabs .tab-content > .active {
  display: block; }

.vue-tabs section[aria-hidden="true"] {
  display: none; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    touch-action: pan-x; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }
